diff --git a/go.mod b/go.mod index c86685bf7..2cdb66601 100644 --- a/go.mod +++ b/go.mod @@ -40,7 +40,7 @@ require ( github.com/knqyf263/go-apk-version v0.0.0-20200609155635-041fdbb8563f github.com/lucasb-eyer/go-colorful v1.3.0 github.com/muesli/reflow v0.3.0 - github.com/package-url/packageurl-go v0.1.3 + github.com/package-url/packageurl-go v0.1.3 // indirect github.com/samber/lo v1.52.0 github.com/savioxavier/termlink v1.4.3 github.com/skratchdot/open-golang v0.0.0-20200116055534-eef842397966 @@ -78,7 +78,6 @@ require ( cyphar.com/go-pathrs v0.2.1 // indirect dario.cat/mergo v1.0.2 // indirect filippo.io/edwards25519 v1.1.0 // indirect - github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect github.com/BurntSushi/toml v1.5.0 // indirect github.com/CycloneDX/cyclonedx-go v0.9.3 // indirect github.com/DataDog/zstd v1.5.7 // indirect @@ -208,7 +207,6 @@ require ( github.com/google/licenseclassifier/v2 v2.0.0 // indirect github.com/google/pprof v0.0.0-20250630185457-6e76a2b096b5 // indirect github.com/google/s2a-go v0.1.9 // indirect - github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect github.com/googleapis/enterprise-certificate-proxy v0.3.11 // indirect github.com/googleapis/gax-go/v2 v2.16.0 // indirect github.com/gookit/color v1.6.0 // indirect @@ -259,7 +257,6 @@ require ( github.com/moby/sys/signal v0.7.1 // indirect github.com/moby/sys/user v0.4.0 // indirect github.com/moby/sys/userns v0.1.0 // indirect - github.com/moby/term v0.5.2 // indirect github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6 // indirect @@ -336,7 +333,6 @@ require ( go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0 // indirect go.opentelemetry.io/otel v1.39.0 // indirect - go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.39.0 // indirect go.opentelemetry.io/otel/metric v1.39.0 // indirect go.opentelemetry.io/otel/sdk v1.39.0 // indirect go.opentelemetry.io/otel/sdk/metric v1.39.0 // indirect diff --git a/go.sum b/go.sum index 725fb1371..88cb4996a 100644 --- a/go.sum +++ b/go.sum @@ -349,8 +349,6 @@ github.com/cpuguy83/go-md2man v1.0.10 h1:BSKMNlYxDvnunlTymqtgONjNnaRV1sTpcovwwjF github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE= github.com/cpuguy83/go-md2man/v2 v2.0.1/go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o= github.com/cpuguy83/go-md2man/v2 v2.0.6/go.mod h1:oOW0eioCTA6cOiMLiUPZOpcVxMig6NIQQ7OS05n1F4g= -github.com/creack/pty v1.1.24 h1:bJrF4RRfyJnbTJqzRLHzcGaZK1NeM5kTC9jGgovnR1s= -github.com/creack/pty v1.1.24/go.mod h1:08sCNb52WyoAwi2QDyzUCTgcvVFhUzewun7wtTfvcwE= github.com/cyphar/filepath-securejoin v0.6.0 h1:BtGB77njd6SVO6VztOHfPxKitJvd/VPT+OFBFMOi1Is= github.com/cyphar/filepath-securejoin v0.6.0/go.mod h1:A8hd4EnAeyujCJRrICiOWqjS1AX0a9kM5XL+NwKoYSc= github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= @@ -1105,8 +1103,6 @@ go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35.0 h1:xJ2qH go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.35.0/go.mod h1:u5BF1xyjstDowA1R5QAO9JHzqK+ublenEW/dyqTjBVk= go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.38.0 h1:wm/Q0GAAykXv83wzcKzGGqAnnfLFyFe7RslekZuv+VI= go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.38.0/go.mod h1:ra3Pa40+oKjvYh+ZD3EdxFZZB0xdMfuileHAm4nNN7w= -go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.39.0 h1:8UPA4IbVZxpsD76ihGOQiFml99GPAEZLohDXvqHdi6U= -go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.39.0/go.mod h1:MZ1T/+51uIVKlRzGw1Fo46KEWThjlCBZKl2LzY5nv4g= go.opentelemetry.io/otel/metric v1.39.0 h1:d1UzonvEZriVfpNKEVmHXbdf909uGTOQjA0HF0Ls5Q0= go.opentelemetry.io/otel/metric v1.39.0/go.mod h1:jrZSWL33sD7bBxg1xjrqyDjnuzTUB0x1nBERXd7Ftcs= go.opentelemetry.io/otel/sdk v1.39.0 h1:nMLYcjVsvdui1B/4FRkwjzoRVsMK8uL/cj0OyhKzt18= diff --git a/pkg/sbom/README.md b/pkg/sbom/README.md deleted file mode 100644 index 5958a028b..000000000 --- a/pkg/sbom/README.md +++ /dev/null @@ -1,43 +0,0 @@ -# SBOM Generation - -Wolfictl can generate SBOMs for APKs. To do this, it relies on [Syft](https://github.com/anchore/syft) to do 99% of the work, and then handles a few extra things on top in order to produce SBOMs more useful for our purposes, especially for vulnerability scanning. - -## Testing - -There are **integration tests** in wolfictl to guard against unexpected behaviors this Syft-based SBOM generation process. This section describes how to work with these tests. - -The tests retrieve a selected set of Wolfi APK files for which to generate SBOMs. APKs are saved to "git-ignored" locations in the repository so that they can be reused in subsequent test executions without needing to fetch them again. - -Each test uses a "golden file" as the ground truth, and then compare the output of wolfictl's `sbom.Generate` function to that golden file. If there is no diff, the test passes! If there is a diff, the test is failed, and the diff is reported to the user. JSON representations of the SBOM are used to make diffing easier to reason about. The JSON data uses Syft's native SBOM format. - -### Running integration tests - -Since these tests are long-running, they are **not run by default** by `go test`. Instead, you can include them in the executed test suite by using the build tag flag `-tags=integration`. - -### What to do when a test fails - -When a test fails, a diff is rendered to explain how the `Generate` function's output differed from what was expected (as codified in that test's golden file). - -If a test is failing, it's failing for a notable reason. The `Generate` function's output should never change (given unchanging APK content) under normal circumstances. So when the test fails, it means that something material changed in Syft's logic, or in the remaining SBOM logic coming from wolfictl itself. It's important to determine the root cause of the diff. - -The diff either indicates a bug, or it shows an intended change (e.g. by the Syft maintainers) that wolfictl maintainers should have a heads-up about, since it may have a nontrivial impact on wolfictl's supported use cases. - -If the new output coming from `Generate` seems acceptable, then it's time to update the golden files to reflect the _new_ ground truth. - -### Updating the golden files - -**Important!** Only update the golden files after you've thoroughly examined the changes to wolfictl's SBOM generation behavior and determined they are acceptable. - -When running these SBOM tests, you can pass the test flag `-update-golden-files`. Doing so will cause the tests not to check for diffs, instead saving the current output of the `Generate` function to the golden files. It's important to check these changes into the git repository, so that everyone else starts using this data as the ground truth for their test executions. - -### Updating the list of APKs used for testing - -The set of APK packages used during testing should be diverse, in order to give us a fair chance at identifying inbound impactful changes from Syft. One dimension that warrants diversity in particular is "language ecosystem". - -The set of packages used in testing has been intentionally chosen to provide this diversity without being excessively large (costing more test execution time and storage). - -But as time goes on, it's natural for the set to need to grow or change. Changing this list should be as simple as: - -1. Modifying the `testTargets` string slice as desired. -2. Running the tests with `-update-golden-files` in order to generate golden files for any new APKs. -3. Committing in the repo the changes to both of the above. diff --git a/pkg/sbom/cache.go b/pkg/sbom/cache.go deleted file mode 100644 index cf46f6e5e..000000000 --- a/pkg/sbom/cache.go +++ /dev/null @@ -1,110 +0,0 @@ -package sbom - -import ( - "bytes" - "context" - "crypto/sha256" - "fmt" - "io" - "os" - "path" - - "github.com/adrg/xdg" - "github.com/anchore/syft/syft/sbom" - "github.com/chainguard-dev/clog" -) - -var sbomCacheDirectory = path.Join(xdg.CacheHome, "wolfictl", "sbom", "apk") - -func cachedSBOMPath(inputFilePath string, f io.Reader) (string, error) { - h := sha256.New() - _, err := io.Copy(h, f) - if err != nil { - return "", fmt.Errorf("failed to hash input file: %w", err) - } - - digest := h.Sum(nil) - apkFilename := path.Base(inputFilePath) - apkFilename = apkFilename[:len(apkFilename)-len(path.Ext(apkFilename))] - - return path.Join(sbomCacheDirectory, fmt.Sprintf("%s-sha256-%x.syft.json", apkFilename, digest)), nil -} - -// CachedGenerate behaves similarly to Generate, but it caches the result of the -// SBOM generation using the user's local XDG cache home directory. Furthermore, -// if a generated SBOM is already available in the cache for the given APK, -// CachedGenerate will return the cached SBOM immediately instead of generating -// a new SBOM. -func CachedGenerate(ctx context.Context, inputFilePath string, f io.Reader, distroID string) (*sbom.SBOM, error) { - logger := clog.FromContext(ctx) - - // Check cache first - - // The cache check needs to read the input file, so we need to tee the input to - // provide ourselves with a buffered copy that we'll use in the event of a cache - // miss. - buf := new(bytes.Buffer) - tee := io.TeeReader(f, buf) - - cachedPath, err := cachedSBOMPath(inputFilePath, tee) - if err != nil { - return nil, fmt.Errorf("failed to compute cached SBOM path: %w", err) - } - - logger.Debug("checking cache for SBOM", "expectedPath", cachedPath) - - cached, err := os.Open(cachedPath) - if err != nil { - if !os.IsNotExist(err) { - return nil, fmt.Errorf("failed to open cached SBOM for %q: %w", inputFilePath, err) - } - - logger.Debug("SBOM cache miss", "cachedPath", cachedPath) - - // Cache miss. Generate the SBOM. - - s, err := Generate(ctx, inputFilePath, buf, distroID) - if err != nil { - return nil, fmt.Errorf("failed to generate SBOM: %w", err) - } - - // Cache the new SBOM for retrieval later. - - err = os.MkdirAll(path.Dir(cachedPath), 0o755) - if err != nil { - return nil, fmt.Errorf("failed to create cache directory: %w", err) - } - - cached, err := os.Create(cachedPath) - if err != nil { - return nil, fmt.Errorf("failed to create cached SBOM file: %w", err) - } - defer cached.Close() - - jsonReader, err := ToSyftJSON(s) - if err != nil { - return nil, fmt.Errorf("failed to convert SBOM to Syft JSON: %w", err) - } - - _, err = io.Copy(cached, jsonReader) - if err != nil { - return nil, fmt.Errorf("failed to write SBOM to cache: %w", err) - } - - // Finally, return the SBOM. - - return s, nil - } - - // Cache hit! - - logger.Debug("SBOM cache hit", "cachedPath", cachedPath) - - defer cached.Close() - s, err := FromSyftJSON(cached) - if err != nil { - return nil, fmt.Errorf("failed to decode cached SBOM (%s): %w", cachedPath, err) - } - - return s, nil -} diff --git a/pkg/sbom/catalogers/angularjs.go b/pkg/sbom/catalogers/angularjs.go deleted file mode 100644 index a76447419..000000000 --- a/pkg/sbom/catalogers/angularjs.go +++ /dev/null @@ -1,95 +0,0 @@ -package catalogers - -import ( - "context" - "fmt" - "io" - "path" - "regexp" - "strings" - - "github.com/anchore/syft/syft/artifact" - "github.com/anchore/syft/syft/cataloging/pkgcataloging" - "github.com/anchore/syft/syft/cpe" - "github.com/anchore/syft/syft/file" - "github.com/anchore/syft/syft/pkg" -) - -const JSFilePkg = "js-file" - -var ( - angularCopyrightNotice = regexp.MustCompile(`/\* - AngularJS (v\d+(\.\d+)*) - \(c\) .* - License: MIT -\*/`) -) - -// AngularJS is a cataloger for AngularJS (https://angularjs.org/) and its -// related packages found in standalone minified JS files. -type AngularJS struct{} - -func (a AngularJS) Name() string { - return "angularjs-cataloger" -} - -func (a AngularJS) Catalog(_ context.Context, resolver file.Resolver) ([]pkg.Package, []artifact.Relationship, error) { - locations, err := resolver.FilesByGlob("**/angular*.min.js") - if err != nil { - return nil, nil, fmt.Errorf("finding minified js files: %w", err) - } - - var pkgs []pkg.Package - for _, l := range locations { - filename := path.Base(l.Path()) - packageName := strings.TrimSuffix(filename, ".min.js") - - rc, err := resolver.FileContentsByLocation(l) - if err != nil { - return nil, nil, fmt.Errorf("getting file contents: %w", err) - } - - buf, err := io.ReadAll(rc) - if err != nil { - return nil, nil, fmt.Errorf("reading file contents: %w", err) - } - rc.Close() - - matches := angularCopyrightNotice.FindStringSubmatch(string(buf)) - if len(matches) < 2 { - continue - } - - version := matches[1] - - trimmedVersion := strings.TrimPrefix(version, "v") - cpeValue, err := cpe.New(fmt.Sprintf("cpe:2.3:a:angularjs:%s:%s:*:*:*:*:node.js:*:*", packageName, trimmedVersion), cpe.Source("wolfictl")) - if err != nil { - return nil, nil, fmt.Errorf("creating CPE: %w", err) - } - - p := a.newPackageFromJSFile(packageName, version, "MIT", l, cpeValue) - pkgs = append(pkgs, p) - } - - return pkgs, nil, nil -} - -var AngularJSReference = pkgcataloging.CatalogerReference{ - Cataloger: AngularJS{}, - AlwaysEnabled: true, -} - -func (a AngularJS) newPackageFromJSFile(name, version, license string, l file.Location, cpeValue cpe.CPE) pkg.Package { - return pkg.Package{ - Name: name, - Version: version, - FoundBy: a.Name(), - Locations: file.NewLocationSet(l), - Licenses: pkg.NewLicenseSet(pkg.NewLicense(license)), - Language: pkg.JavaScript, - Type: JSFilePkg, - CPEs: []cpe.CPE{cpeValue}, - PURL: "", // TODO: Figure out a suitable value. - } -} diff --git a/pkg/sbom/catalogers/angularjs_test.go b/pkg/sbom/catalogers/angularjs_test.go deleted file mode 100644 index f41d41126..000000000 --- a/pkg/sbom/catalogers/angularjs_test.go +++ /dev/null @@ -1,74 +0,0 @@ -package catalogers - -import ( - "context" - "testing" - - "github.com/anchore/syft/syft/cpe" - "github.com/anchore/syft/syft/file" - "github.com/anchore/syft/syft/pkg" - "github.com/stretchr/testify/assert" -) - -func TestAngularJS_Catalog(t *testing.T) { - c := AngularJS{} - - resolver := file.NewMockResolverForPaths( - "testdata/angular.min.js", - "testdata/angular-resource.min.js", - ) - - packages, relationships, err := c.Catalog(context.Background(), resolver) - if err != nil { - t.Fatalf("Catalog returned an error: %+v", err) - } - - if len(relationships) != 0 { - t.Errorf("didn't expect any relationships to be found: %+v", relationships) - } - - expectedPackages := []pkg.Package{ - { - Name: "angular", - Version: "v1.8.0", - Type: JSFilePkg, - FoundBy: "angularjs-cataloger", - Locations: file.NewLocationSet(file.NewLocation("testdata/angular.min.js")), - Licenses: pkg.NewLicenseSet(pkg.NewLicense("MIT")), - Language: pkg.JavaScript, - CPEs: []cpe.CPE{{ - Attributes: cpe.Attributes{ - Part: "a", - Vendor: "angularjs", - Product: "angular", - Version: "1.8.0", - TargetSW: "node.js", - }, - Source: "wolfictl", - }}, - }, - { - Name: "angular-resource", - Version: "v1.8.0", - FoundBy: "angularjs-cataloger", - Locations: file.NewLocationSet(file.NewLocation("testdata/angular-resource.min.js")), - Licenses: pkg.NewLicenseSet(pkg.NewLicense("MIT")), - Language: pkg.JavaScript, - Type: JSFilePkg, - CPEs: []cpe.CPE{{ - Attributes: cpe.Attributes{ - Part: "a", - Vendor: "angularjs", - Product: "angular-resource", - Version: "1.8.0", - TargetSW: "node.js", - }, - Source: "wolfictl", - }}, - }, - } - - assert.Equalf(t, len(expectedPackages), len(packages), "unexpected number of packages found: %d", len(packages)) - - assert.Equal(t, expectedPackages, packages) -} diff --git a/pkg/sbom/catalogers/pipvendor.go b/pkg/sbom/catalogers/pipvendor.go deleted file mode 100644 index e3c6b67f9..000000000 --- a/pkg/sbom/catalogers/pipvendor.go +++ /dev/null @@ -1,85 +0,0 @@ -package catalogers - -import ( - "context" - "fmt" - "io" - "strings" - - "github.com/anchore/syft/syft/artifact" - "github.com/anchore/syft/syft/cataloging/pkgcataloging" - "github.com/anchore/syft/syft/file" - "github.com/anchore/syft/syft/pkg" - "github.com/chainguard-dev/clog" -) - -// https://pip.pypa.io/en/stable/development/vendoring-policy/ -type PipVendor struct{} - -func (a PipVendor) Name() string { - return "pip-vendor-cataloger" -} - -func (a PipVendor) Catalog(ctx context.Context, resolver file.Resolver) ([]pkg.Package, []artifact.Relationship, error) { - log := clog.FromContext(ctx) - - // e.g. usr/lib/python3.12/site-packages/pip/_vendor/vendor.txt - locations, err := resolver.FilesByGlob("**/pip/_vendor/vendor.txt") - if err != nil { - return nil, nil, fmt.Errorf("finding vendored pip files: %w", err) - } - - var pkgs []pkg.Package - for _, l := range locations { - rc, err := resolver.FileContentsByLocation(l) - if err != nil { - return nil, nil, fmt.Errorf("getting file contents: %w", err) - } - - buf, err := io.ReadAll(rc) - if err != nil { - return nil, nil, fmt.Errorf("reading file contents: %w", err) - } - rc.Close() - - pkgVersions, err := parsePipVendorFile(buf) - if err != nil { - log.Warnf("parsing vendor.txt file %q: %v", l.Path(), err) - continue - } - - for p, ver := range pkgVersions { - pkgs = append(pkgs, pkg.Package{ - Name: p, - Version: ver, - FoundBy: a.Name(), - Locations: file.NewLocationSet(l), - Language: pkg.Python, - Type: pkg.PythonPkg, - }) - } - } - - return pkgs, nil, nil -} - -func parsePipVendorFile(buf []byte) (map[string]string, error) { - packages := make(map[string]string) - lines := strings.Split(string(buf), "\n") - for _, line := range lines { - if strings.TrimSpace(line) == "" { - continue - } - parts := strings.Split(line, "==") - if len(parts) != 2 { - return nil, fmt.Errorf("invalid line: %q", line) - } - packages[strings.TrimSpace(parts[0])] = strings.TrimSpace(parts[1]) - } - return packages, nil -} - -var PipVendorReference = pkgcataloging.CatalogerReference{ - Cataloger: PipVendor{}, - AlwaysEnabled: true, -} diff --git a/pkg/sbom/catalogers/pipvendor_test.go b/pkg/sbom/catalogers/pipvendor_test.go deleted file mode 100644 index b75069070..000000000 --- a/pkg/sbom/catalogers/pipvendor_test.go +++ /dev/null @@ -1,73 +0,0 @@ -package catalogers - -import ( - "context" - "testing" - - "github.com/anchore/syft/syft/file" - "github.com/anchore/syft/syft/pkg" -) - -func TestPipVendor(t *testing.T) { - want := map[string]string{ - "CacheControl": "0.14.0", - "distlib": "0.3.8", - "distro": "1.9.0", - "msgpack": "1.0.8", - "packaging": "24.1", - "platformdirs": "4.2.1", - "pyproject-hooks": "1.0.0", - "requests": "2.32.3", - "certifi": "2024.2.2", - "idna": "3.7", - "urllib3": "1.26.18", - "rich": "13.7.1", - "pygments": "2.17.2", - "typing_extensions": "4.11.0", - "resolvelib": "1.0.1", - "setuptools": "69.5.1", - "tenacity": "8.2.3", - "tomli": "2.0.1", - "truststore": "0.9.1", - } - pkgs, _, err := PipVendor{}.Catalog(context.Background(), file.NewMockResolverForPaths( - "testdata/pip/_vendor/vendor.txt", - "testdata/bad/pip/_vendor/vendor.txt", - )) - if err != nil { - t.Fatalf("failed to catalog: %+v", err) - } - - if len(pkgs) != len(want) { - t.Fatalf("unexpected package count: %d", len(pkgs)) - } - - got := map[string]string{} - - for _, p := range pkgs { - got[p.Name] = p.Version - if p.Name == "" { - t.Errorf("missing package name") - } - if p.Version == "" { - t.Errorf("missing package version") - } - if p.Type != pkg.PythonPkg { - t.Errorf("unexpected package type: %s", p.Type) - } - if p.Language != pkg.Python { - t.Errorf("unexpected package language: %s", p.Language) - } - } - - for k, v := range want { - if got[k] != v { - t.Errorf("missing package: %s==%s", k, v) - } - } - for k, v := range got { - if want[k] != v { - t.Errorf("extra package: %s==%s", k, v) - } - } -} diff --git a/pkg/sbom/catalogers/testdata/angular-resource.min.js b/pkg/sbom/catalogers/testdata/angular-resource.min.js deleted file mode 100644 index bb2809f6f..000000000 --- a/pkg/sbom/catalogers/testdata/angular-resource.min.js +++ /dev/null @@ -1,28 +0,0 @@ -/* -The MIT License -Copyright (c) 2010-2015 Google, Inc. http://angularjs.org -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. -*/ -/* - AngularJS v1.8.0 - (c) 2010-2020 Google, Inc. http://angularjs.org - License: MIT -*/ -(function (T, a) { - 'use strict'; - - function diff --git a/pkg/sbom/catalogers/testdata/angular.min.js b/pkg/sbom/catalogers/testdata/angular.min.js deleted file mode 100644 index 47aec15c5..000000000 --- a/pkg/sbom/catalogers/testdata/angular.min.js +++ /dev/null @@ -1,30 +0,0 @@ -/* -The MIT License -Copyright (c) 2010-2015 Google, Inc. http://angularjs.org -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. -*/ -/* - AngularJS v1.8.0 - (c) 2010-2020 Google, Inc. http://angularjs.org - License: MIT -*/ -(function (z) { - 'use strict'; - - function ve(a) { - if (D(a)) w(a.objectMaxDepth) && (Xb.objectMaxDepth = Yb(a.objectMaxDepth) ? a.objectMaxDepth : NaN), w(a.urlErrorParamsEnabled) && Ga(a.urlErrorParamsEnabled) && (Xb.urlErrorParamsEnabled = a.urlErrorParamsEnabled); else return Xb - } diff --git a/pkg/sbom/catalogers/testdata/bad/pip/_vendor/vendor.txt b/pkg/sbom/catalogers/testdata/bad/pip/_vendor/vendor.txt deleted file mode 100644 index 9bf9033d0..000000000 --- a/pkg/sbom/catalogers/testdata/bad/pip/_vendor/vendor.txt +++ /dev/null @@ -1 +0,0 @@ -i want your strongest potions diff --git a/pkg/sbom/catalogers/testdata/pip/_vendor/vendor.txt b/pkg/sbom/catalogers/testdata/pip/_vendor/vendor.txt deleted file mode 100644 index e50d94641..000000000 --- a/pkg/sbom/catalogers/testdata/pip/_vendor/vendor.txt +++ /dev/null @@ -1,19 +0,0 @@ -CacheControl==0.14.0 -distlib==0.3.8 -distro==1.9.0 -msgpack==1.0.8 -packaging==24.1 -platformdirs==4.2.1 -pyproject-hooks==1.0.0 -requests==2.32.3 - certifi==2024.2.2 - idna==3.7 - urllib3==1.26.18 -rich==13.7.1 - pygments==2.17.2 - typing_extensions==4.11.0 -resolvelib==1.0.1 -setuptools==69.5.1 -tenacity==8.2.3 -tomli==2.0.1 -truststore==0.9.1 diff --git a/pkg/sbom/catalogers/wheel.go b/pkg/sbom/catalogers/wheel.go deleted file mode 100644 index 283db3fe9..000000000 --- a/pkg/sbom/catalogers/wheel.go +++ /dev/null @@ -1,119 +0,0 @@ -package catalogers - -import ( - "archive/zip" - "bufio" - "bytes" - "context" - "fmt" - "io" - "strings" - - "github.com/anchore/syft/syft/artifact" - "github.com/anchore/syft/syft/cataloging/pkgcataloging" - "github.com/anchore/syft/syft/file" - "github.com/anchore/syft/syft/pkg" -) - -type Wheel struct{} - -func (w Wheel) Name() string { - return "wheel-cataloger" -} - -func (w Wheel) Catalog(_ context.Context, resolver file.Resolver) ([]pkg.Package, []artifact.Relationship, error) { - locations, err := resolver.FilesByGlob("**/*.whl") - if err != nil { - return nil, nil, fmt.Errorf("finding wheel files: %w", err) - } - - var pkgs []pkg.Package - for _, l := range locations { - wheelFile, err := resolver.FileContentsByLocation(l) - if err != nil { - return nil, nil, fmt.Errorf("getting file contents: %w", err) - } - - metadata, err := extractWheelMetadata(wheelFile) - if err != nil { - return nil, nil, fmt.Errorf("extracting wheel metadata: %w", err) - } - wheelFile.Close() - - licenses := pkg.NewLicenseSet() - if license, ok := metadata["License"]; ok { - licenses.Add(pkg.NewLicense(license)) - } - - p := pkg.Package{ - Name: metadata["Name"], - Version: metadata["Version"], - FoundBy: w.Name(), - Locations: file.NewLocationSet(l), - Licenses: licenses, - Language: pkg.Python, - Type: pkg.PythonPkg, - PURL: createPURLForWheel(metadata), - } - - pkgs = append(pkgs, p) - } - - return pkgs, nil, nil -} - -func extractWheelMetadata(wheelFile io.Reader) (map[string]string, error) { - b, err := io.ReadAll(wheelFile) - if err != nil { - return nil, fmt.Errorf("reading wheel file to a buffer: %w", err) - } - buf := bytes.NewReader(b) - zipReader, err := zip.NewReader(buf, buf.Size()) - if err != nil { - return nil, fmt.Errorf("reading zip file: %w", err) - } - - metadata := make(map[string]string) - - for _, file := range zipReader.File { - if !strings.HasSuffix(file.Name, ".dist-info/METADATA") { - continue - } - - rc, err := file.Open() - if err != nil { - return nil, fmt.Errorf("opening METADATA file: %w", err) - } - - scanner := bufio.NewScanner(rc) - for scanner.Scan() { - line := scanner.Text() - if line == "" { - continue - } - parts := strings.SplitN(line, ": ", 2) - if len(parts) == 2 { - key, value := parts[0], parts[1] - metadata[key] = value - } - } - if err := scanner.Err(); err != nil { - return nil, fmt.Errorf("scanning METADATA file: %w", err) - } - rc.Close() - } - - return metadata, nil -} - -func createPURLForWheel(metadata map[string]string) string { - // Construct the Package URL (PURL) based on the metadata - name := metadata["Name"] - version := metadata["Version"] - return fmt.Sprintf("pkg:pypi/%s@%s", name, version) -} - -var WheelReference = pkgcataloging.CatalogerReference{ - Cataloger: Wheel{}, - AlwaysEnabled: true, -} diff --git a/pkg/sbom/cpe.go b/pkg/sbom/cpe.go deleted file mode 100644 index 6bbb5b691..000000000 --- a/pkg/sbom/cpe.go +++ /dev/null @@ -1,226 +0,0 @@ -package sbom - -import ( - "strings" - - "github.com/facebookincubator/nvdtools/wfn" -) - -// generateWfnAttributesForAPK generates a CPE for an APK package. If the package is -// not recognized, this function will return nil. -func generateWfnAttributesForAPK(p pkgInfo) *wfn.Attributes { - name := p.Origin - version := trimAPKVersionEpoch(p.PkgVer) - - // Give first priority to our maintained list of CPE mappings by APK package - // name. - - attr := wfn.Attributes{ - Part: "a", - Version: version, - } - - if w, ok := pkgNameToWfnAttributes[name]; ok { - attr.Vendor = w.Vendor - attr.Product = w.Product - - return &attr - } - - // TODO: This is a workaround for Syft not coming up with this CPE for OpenJDK - // packages. Some thought would be needed on the "right" way to implement this - // upstream, but it's more obvious how we can address this in wolfictl for our - // purposes. - // - // Potentially related: https://github.com/anchore/syft/issues/2422 - if strings.HasPrefix(name, "openjdk-") { - attr.Vendor = "oracle" - attr.Product = "jdk" - - return &attr - } - - if strings.HasPrefix(name, "corretto-") { - attr.Vendor = "oracle" - attr.Product = "jdk" - - return &attr - } - - if strings.HasPrefix(name, "dotnet-") { - attr.Vendor = "microsoft" - attr.Product = ".net" - - return &attr - } - - // Not all gitlab-* packages should be treated as GitLab, but most of them are. - // One notable exception is gitlab-operator, which is a Kubernetes operator - // for managing GitLab installations, and not part of GitLab itself. - // Source @ https://gitlab.com/gitlab-org/cloud-native/gitlab-operator - // Adding an explicit exception for this package here. - // If more exceptions are found, we might need a more robust way to handle them. - if strings.HasPrefix(name, "gitlab-") && name != "gitlab-operator" && name != "gitlab-operator-fips" { - attr.Vendor = "gitlab" - attr.Product = "gitlab" - attr.SWEdition = "community" - - return &attr - } - - return nil -} - -func trimAPKVersionEpoch(version string) string { - // An epoch is denoted with a suffix of "-rN", where N is a number. We want to - // remove this suffix from the version. - if idx := strings.LastIndex(version, "-r"); idx != -1 { - return version[:idx] - } - - return version -} - -// pkgNameToWfnAttributes is a set of known mappings from package name to WFN -// attributes. This is used to generate CPEs for APK packages. -// -// Please keep this list sorted alphabetically! -var pkgNameToWfnAttributes = map[string]wfn.Attributes{ - "bind": { - Vendor: "isc", - Product: "bind", - }, - "binutils": { - Vendor: "gnu", - Product: "binutils", - }, - "cortex": { - Vendor: "linuxfoundation", - Product: "cortex", - }, - "curl": { - Vendor: "haxx", - Product: "curl", - }, - "envoy": { - Vendor: "envoyproxy", - Product: "envoy", - }, - "exim": { - Vendor: "exim", - Product: "exim", - }, - "flex": { - Vendor: "flex_project", - Product: "flex", - }, - "gcc": { - Vendor: "gnu", - Product: "gcc", - }, - "git": { - Vendor: "git-scm", - Product: "git", - }, - "jenkins": { - Vendor: "jenkins", - Product: "jenkins", - }, - "libtasn1": { - Vendor: "gnu", - Product: "libtasn1", - }, - "memcached": { - Vendor: "memcached", - Product: "memcached", - }, - "ncurses": { - Vendor: "gnu", - Product: "ncurses", - }, - "openjdk": { - Vendor: "oracle", - Product: "openjdk", - }, - "openssl-provider-fips": { - Vendor: "openssl", - Product: "openssl", - }, - "php": { - Vendor: "php", - Product: "php", - }, - "redis": { - Vendor: "redis", - Product: "redis", - }, - "vault": { - Vendor: "hashicorp", - Product: "vault", - }, -} - -// cpesFromGolangOrgXModule provides one or more CPE strings given the Go module -// name, when the Go module belongs to the 'golang.org/x/...' collection of -// repositories. CPEs for these repositories tend to map to packages (in the Go -// sense of the word) rather than modules, and therefore we don't know from the -// module name alone which packages are present in the scanned content, so we -// err on the side of assuming more packages are present by providing more CPEs -// that can be used for looking up potentially relevant vulnerabilities. -func cpesFromGolangOrgXModule(moduleName string) []string { - const prefix = "golang.org/x/" - - if !strings.HasPrefix(moduleName, prefix) { - return nil - } - moduleBase := strings.TrimPrefix(moduleName, prefix) - - // TODO(luhring): This is a first pass picking out just a few packages, but we - // could consider auto-generating this by inspecting these git repositories. - var products []string - switch moduleBase { - case "crypto": - products = []string{ - "crypto", - "bcrypt", - "openpgp", - "scrypt", - "ssh", - } - case "net": - products = []string{ - "networking", // weird, but real! Check the NVD CPE dictionary if you don't believe it. - "bpf", - "dns", - "html", - "http", - "httpproxy", - "http2", - "hpack", - "proxy", - "route", - "trace", - "webdev", - "websocket", - } - case "oauth2": - products = []string{ - "oauth2", - "jws", - "jwt", - } - } - - var cpes []string - for _, product := range products { - cpe := wfn.Attributes{ - Part: "a", - Vendor: "golang", - Product: product, - TargetSW: "go", - } - cpes = append(cpes, cpe.BindToFmtString()) - } - - return cpes -} diff --git a/pkg/sbom/pkginfo.go b/pkg/sbom/pkginfo.go deleted file mode 100644 index bf011dc13..000000000 --- a/pkg/sbom/pkginfo.go +++ /dev/null @@ -1,103 +0,0 @@ -package sbom - -import ( - "bufio" - "fmt" - "io" - "log" - "strconv" - "strings" - "time" -) - -const ( - pkginfoPath = ".PKGINFO" - melangeConfigurationPath = ".melange.yaml" -) - -type pkgInfo struct { - PkgName string - PkgVer string - Arch string - Size int64 - Origin string - PkgDesc string - URL string - Commit string - License string - Depends []string - Provides []string - BuildTime time.Time - DataHash string -} - -func parsePkgInfo(r io.Reader) (*pkgInfo, error) { - // TODO: Use an upstream function to handle APK metadata parsing, such as - // https://gitlab.alpinelinux.org/alpine/go/-/blob/master/repository/package.go#L49. - - info := &pkgInfo{} - - scanner := bufio.NewScanner(r) - for scanner.Scan() { - line := scanner.Text() - - // ignore comments - if strings.HasPrefix(line, "#") { - continue - } - - parts := strings.SplitN(line, " = ", 2) - if len(parts) != 2 { - continue - } - - // strip whitespaces - key := strings.TrimSpace(parts[0]) - value := strings.TrimSpace(parts[1]) - - switch key { - case "pkgname": - info.PkgName = value - case "pkgver": - info.PkgVer = value - case "arch": - info.Arch = value - case "size": - // assuming that size is an int - size, err := strconv.ParseInt(value, 10, 64) - if err != nil { - return nil, fmt.Errorf("failed to parse size: %w", err) - } - info.Size = size - case "origin": - info.Origin = value - case "pkgdesc": - info.PkgDesc = value - case "url": - info.URL = value - case "commit": - info.Commit = value - case "license": - info.License = value - case "depend": - info.Depends = append(info.Depends, value) - case "provides": - info.Provides = append(info.Provides, value) - case "builddate": - intValue, err := strconv.ParseInt(value, 10, 64) - if err != nil { - // We shouldn't raise an error because this isn't fatal. But we should warn the user. - log.Printf("failed to parse build date %q: %s", value, err.Error()) - } - info.BuildTime = time.Unix(intValue, 0).UTC() - case "datahash": - info.DataHash = value - } - } - - if err := scanner.Err(); err != nil { - return nil, fmt.Errorf("failed to scan: %w", err) - } - - return info, nil -} diff --git a/pkg/sbom/sbom.go b/pkg/sbom/sbom.go deleted file mode 100644 index 0a3f49f57..000000000 --- a/pkg/sbom/sbom.go +++ /dev/null @@ -1,458 +0,0 @@ -package sbom - -import ( - "bytes" - "context" - "encoding/json" - "errors" - "fmt" - "io" - "io/fs" - "os" - "path" - "strings" - - "chainguard.dev/melange/pkg/config" - "github.com/anchore/syft/syft" - "github.com/anchore/syft/syft/cataloging" - "github.com/anchore/syft/syft/cataloging/filecataloging" - "github.com/anchore/syft/syft/cataloging/pkgcataloging" - "github.com/anchore/syft/syft/cpe" - "github.com/anchore/syft/syft/file" - "github.com/anchore/syft/syft/format/syftjson" - "github.com/anchore/syft/syft/format/syftjson/model" - "github.com/anchore/syft/syft/linux" - "github.com/anchore/syft/syft/pkg" - cpegen "github.com/anchore/syft/syft/pkg/cataloger/common/cpe" - "github.com/anchore/syft/syft/sbom" - "github.com/anchore/syft/syft/source" - "github.com/anchore/syft/syft/source/directorysource" - "github.com/chainguard-dev/clog" - "github.com/facebookincubator/nvdtools/wfn" - "github.com/package-url/packageurl-go" - anchorelogger "github.com/wolfi-dev/wolfictl/pkg/anchorelog" - "github.com/wolfi-dev/wolfictl/pkg/sbom/catalogers" - "github.com/wolfi-dev/wolfictl/pkg/tar" - "gopkg.in/yaml.v3" -) - -const ( - CPESourceWolfictl cpe.Source = "wolfictl" - CPESourceMelangeConfiguration cpe.Source = "melange-configuration" -) - -// Generate creates an SBOM for the given APK file. -func Generate(ctx context.Context, inputFilePath string, f io.Reader, distroID string) (*sbom.SBOM, error) { - log := clog.FromContext(ctx) - - log.Info("generating SBOM for APK file", "path", inputFilePath, "distroID", distroID) - - // Create a temp directory to house the unpacked APK file - tempDir, err := os.MkdirTemp("", "wolfictl-sbom-*") - if err != nil { - return nil, fmt.Errorf("failed to create temp directory: %w", err) - } - defer func() { - log.Debug("cleaning up temp directory", "path", tempDir) - _ = os.RemoveAll(tempDir) - }() - - log.Debug("created temp directory to unpack APK", "path", tempDir) - - // Unpack apk to temp directory - if err := tar.Untar(f, tempDir); err != nil { - return nil, fmt.Errorf("failed to unpack apk file: %w", err) - } - log.Debug("unpacked APK file to temp directory", "apkFilePath", inputFilePath) - - // Sanity check: count the number of files in the temp directory. Create an - // fs.FS and walk it. We'll also use this to attach a list of files to the APK - // package. - - var includedFiles []string - - tempFsys := os.DirFS(tempDir) - err = fs.WalkDir(tempFsys, ".", func(path string, _ os.DirEntry, err error) error { - if err != nil { - return err - } - - log.Debug("apk temp directory item", "path", path) - includedFiles = append(includedFiles, path) - - return nil - }) - if err != nil { - return nil, fmt.Errorf("walking APK's temp directory: %w", err) - } - - // Analyze the APK metadata - pkginfo, err := os.Open(path.Join(tempDir, pkginfoPath)) - if err != nil { - return nil, fmt.Errorf("opening %q: %w", pkginfoPath, err) - } - defer pkginfo.Close() - - var melangeConfiguration io.Reader - { - cfg, err := os.Open(path.Join(tempDir, melangeConfigurationPath)) - if err != nil { - if !errors.Is(err, os.ErrNotExist) { - // Seeing a different error here would be unexpected — bubble it up. - return nil, fmt.Errorf("opening melange configuration file: %w", err) - } - - // This is okay, older APKs don't have this file. - log.Info("melange configuration not found in APK", "inputFilePath", inputFilePath) - } else { - log.Debug("opened melange configuration file within APK", "path", melangeConfigurationPath) - melangeConfiguration = cfg - } - } - - apkPackage, err := newAPKPackage(ctx, pkginfo, melangeConfiguration, distroID, includedFiles) - if err != nil { - return nil, fmt.Errorf("creating APK package: %w", err) - } - log.Debug("synthesized APK package for SBOM", "name", apkPackage.Name, "version", apkPackage.Version, "id", string(apkPackage.ID())) - - syft.SetLogger(anchorelogger.NewSlogAdapter(log.Base())) - - apkPackageMetadata, ok := apkPackage.Metadata.(pkg.ApkDBEntry) - if !ok { - return nil, fmt.Errorf("expected APK package metadata to be of type pkg.ApkDBEntry, got %T", apkPackage.Metadata) - } - - // Syft logs a scary (but inconsequential) warning if we don't supply an "alias" -- an explicit way to identify the directory source. - alias := source.Alias{ - Name: fmt.Sprintf("%s/%s", apkPackageMetadata.Architecture, apkPackageMetadata.Package), - Version: apkPackageMetadata.Version, - Supplier: "chainguard", - } - - src, err := directorysource.New( - directorysource.Config{ - Path: tempDir, - Alias: alias, - }, - ) - if err != nil { - return nil, fmt.Errorf("failed to create source from directory: %w", err) - } - log.Debug("created Syft source from directory", "description", src.Describe()) - - cfg := syft.DefaultCreateSBOMConfig().WithCatalogerSelection( - pkgcataloging.NewSelectionRequest().WithDefaults( - pkgcataloging.ImageTag, - filecataloging.FileTag, // see https://github.com/anchore/syft/pull/3505 for context - ).WithRemovals( - "sbom", - // TODO consider how to turn it on https://github.com/chainguard-dev/internal-dev/issues/8731 - "elf-package", - "rpm", // https://github.com/anchore/syft/pull/4150 caused this to break, but we shouldn't need this cataloger anyway. - ), - ).WithCatalogers( - catalogers.AngularJSReference, - catalogers.PipVendorReference, - catalogers.WheelReference, - ).WithLicenseConfig(cataloging.LicenseConfig{ - // Syft 1.24.0 starts adding full license texts into the SBOM, and this option - // should prevent that (we don't need these huge license texts right now). But, - // emphasis on "should"... the config wasn't wired correctly in Syft until - // https://github.com/anchore/syft/pull/3900. So, our integration test golden - // files were regenerated to absorb this change (to include licenses), and then - // when that fix PR rolls out, the tests will fail again, and we'll need to - // regenerate the golden files to account for subtracting the license texts back - // out. - IncludeContent: cataloging.LicenseContentExcludeAll, - }) - - createdSBOM, err := syft.CreateSBOM(ctx, src, cfg) - if err != nil { - return nil, fmt.Errorf("failed to create SBOM: %w", err) - } - - packageCollection := createdSBOM.Artifacts.Packages - if err := refineGoModuleCPEs(packageCollection); err != nil { - return nil, fmt.Errorf("refining CPE data for Go modules: %w", err) - } - packageCollection.Add(*apkPackage) - - if cfg.Relationships.ExcludeBinaryPackagesWithFileOwnershipOverlap { - // This setting is enabled by default in Syft/Grype. If it's enabled here in - // this code, we can simulate its behavior in our tailored APK analysis by - // removing all binary packages from the SBOM, since we know they are all owned - // by the APK package, and would thus be excluded. - - binaryPkgs := packageCollection.Sorted(pkg.BinaryPkg) - for i := range binaryPkgs { - p := binaryPkgs[i] - log.Info("removing binary package from SBOM", "name", p.Name, "version", p.Version, "location", p.Locations.CoordinateSet().ToSlice()) - packageCollection.Delete(p.ID()) - } - } - - log.Info("finished Syft SBOM generation", "packageCount", packageCollection.PackageCount()) - - s := sbom.SBOM{ - Artifacts: sbom.Artifacts{ - Packages: packageCollection, - LinuxDistribution: &linux.Release{ - ID: distroID, - }, - }, - Source: getDeterministicSourceDescription(src, inputFilePath, apkPackage.Name, apkPackage.Version), - Descriptor: sbom.Descriptor{ - Name: "wolfictl", - }, - } - - return &s, nil -} - -// refineGoModuleCPEs mutates the given collection to replace some Go module -// (Syft) packages' lists of CPEs when we believe we have a better way to assign -// CPEs. All updated CPEs cite their wolfictl as their source. -func refineGoModuleCPEs(collection *pkg.Collection) error { - goModulePkgs := collection.Sorted(pkg.GoModulePkg) - for i := range goModulePkgs { - p := goModulePkgs[i] - - if !strings.HasPrefix(p.Name, "golang.org/x/") { - continue - } - - refinedCPEs := cpesFromGolangOrgXModule(p.Name) - if len(refinedCPEs) == 0 { - // Nothing learned - continue - } - - // Remove it, modify our local copy, and then add it back. - - collection.Delete(p.ID()) - - var cpes []cpe.CPE - for _, refinedCPE := range refinedCPEs { - c, err := cpe.New(refinedCPE, CPESourceWolfictl) - if err != nil { - return fmt.Errorf("creating CPE for %q: %w", refinedCPE, err) - } - c.Attributes.Version = p.Version - cpes = append(cpes, c) - } - p.CPEs = cpes - - collection.Add(p) - } - - return nil -} - -func getDeterministicSourceDescription(src source.Source, inputFilePath, apkName, apkVersion string) source.Description { - description := src.Describe() - - description.ID = "(redacted for determinism)" - description.Name = apkName - description.Version = apkVersion - metadata := source.DirectoryMetadata{ - Path: inputFilePath, - } - description.Metadata = metadata - - return description -} - -func newAPKPackage( - ctx context.Context, - pkginfoReader io.Reader, - melangeConfigurationReader io.Reader, - distroID string, - includedFiles []string, -) (*pkg.Package, error) { - log := clog.FromContext(ctx) - pkginfo, err := parsePkgInfo(pkginfoReader) - if err != nil { - return nil, fmt.Errorf("parsing APK metadata: %w", err) - } - var attr *wfn.Attributes - if melangeConfigurationReader != nil { - c, err := extractCPEFromMelangeConfiguration(melangeConfigurationReader) - if err != nil { - return nil, fmt.Errorf("extracting CPE from melange configuration: %w", err) - } - attr = c - } - - files := make([]pkg.ApkFileRecord, 0, len(includedFiles)) - for _, f := range includedFiles { - files = append(files, pkg.ApkFileRecord{ - Path: f, - }) - } - - metadata := pkg.ApkDBEntry{ - Package: pkginfo.PkgName, - OriginPackage: pkginfo.Origin, - Version: pkginfo.PkgVer, - Architecture: pkginfo.Arch, - URL: pkginfo.URL, - Description: pkginfo.PkgDesc, - Size: int(pkginfo.Size), - Dependencies: pkginfo.Depends, - Provides: pkginfo.Provides, - Checksum: pkginfo.DataHash, - GitCommit: pkginfo.Commit, - Files: files, - } - - p := baseSyftPkgFromPkgInfo(*pkginfo, metadata) - - p.PURL = generatePURL(*pkginfo, distroID) - - if attr != nil { - // The APK package is providing its own CPE data, so we'll use that instead of - // trying to determine the CPE on its behalf. - - // Don't forget to use the package's version! - attr.Version = pkginfo.PkgVer - - p.CPEs = []cpe.CPE{{Attributes: cpe.Attributes(*attr), Source: CPESourceMelangeConfiguration}} - log.Debug("using CPE from melange configuration", "cpe", attr.BindToFmtString()) - } else { - p.CPEs = generateSyftCPEs(*pkginfo, p) - - fmtStrs := make([]string, len(p.CPEs)) - for i := range p.CPEs { - attr := p.CPEs[i].Attributes - fmtStrs[i] = attr.BindToFmtString() - } - log.Debug("no CPEs found in melange configuration, generated CPEs", "cpes", strings.Join(fmtStrs, ";")) - } - - return &p, nil -} - -func baseSyftPkgFromPkgInfo(p pkgInfo, metadata any) pkg.Package { - syftPkg := pkg.Package{ - Name: p.PkgName, - Version: p.PkgVer, - FoundBy: "wolfictl", - Locations: file.NewLocationSet(file.NewLocation(pkginfoPath)), - Licenses: pkg.NewLicenseSet(pkg.NewLicense(p.License)), - Type: pkg.ApkPkg, - Metadata: metadata, - } - - syftPkg.SetID() - - return syftPkg -} - -type minimalMelangeConfiguration struct { - Package config.Package `yaml:"package"` -} - -// extractCPEFromMelangeConfiguration extracts the CPE from a melange -// configuration file. If the melange configuration file does not contain a CPE, -// this function returns nil. -// -// NOTE: This function DOES NOT set the CPE version field; this MUST be set by -// the caller. -func extractCPEFromMelangeConfiguration(melangeConfigurationReader io.Reader) (*wfn.Attributes, error) { - var cfg minimalMelangeConfiguration - if err := yaml.NewDecoder(melangeConfigurationReader).Decode(&cfg); err != nil { - return nil, fmt.Errorf("minimal decode of melange configuration: %w", err) - } - - c := cfg.Package.CPE - if c.IsZero() { - return nil, nil - } - - if c.Part == "" { - c.Part = "a" - } - - return &wfn.Attributes{ - Part: c.Part, - Vendor: c.Vendor, - Product: c.Product, - Version: "", // Should be set by the caller, preferably using data from .PKGINFO. - Update: "", // We intentionally don't set this. We can revisit this if we ever have a need for this field. - Edition: c.Edition, - SWEdition: c.SWEdition, - TargetSW: c.TargetSW, - TargetHW: c.TargetHW, - Other: c.Other, - Language: c.Language, - }, nil -} - -func generatePURL(info pkgInfo, distroID string) string { - purlQualifiers := []packageurl.Qualifier{ - {Key: pkg.PURLQualifierArch, Value: info.Arch}, - } - if info.Origin != "" { - purlQualifiers = append(purlQualifiers, packageurl.Qualifier{Key: "origin", Value: info.Origin}) - } - - return packageurl.NewPackageURL(packageurl.TypeApk, distroID, info.PkgName, info.PkgVer, purlQualifiers, "").String() -} - -func generateSyftCPEs(apk pkgInfo, syftPkg pkg.Package) []cpe.CPE { - if attr := generateWfnAttributesForAPK(apk); attr != nil { - return []cpe.CPE{{Attributes: cpe.Attributes(*attr), Source: CPESourceWolfictl}} - } - - if dictionaryCPE, ok := cpegen.DictionaryFind(syftPkg); ok { - return dictionaryCPE - } - - return cpegen.Generate(syftPkg) -} - -// ToSyftJSON returns the SBOM as a reader of the Syft JSON format. -func ToSyftJSON(s *sbom.SBOM) (io.ReadSeeker, error) { - buf := new(bytes.Buffer) - - m := syftjson.ToFormatModel(*s, syftjson.DefaultEncoderConfig()) - enc := json.NewEncoder(buf) - enc.SetEscapeHTML(false) - err := enc.Encode(m) - if err != nil { - return nil, fmt.Errorf("failed to encode SBOM: %w", err) - } - - return bytes.NewReader(buf.Bytes()), nil -} - -// ToSyftJSONSchemaRedacted returns the SBOM as a reader of the Syft JSON -// format. The returned data has schema information redacted to enable easier -// testing (less noisy diff comparisons). -// -// For most use cases, prefer ToSyftJSON over this function. -func ToSyftJSONSchemaRedacted(s *sbom.SBOM) (io.ReadSeeker, error) { - buf := new(bytes.Buffer) - - m := syftjson.ToFormatModel(*s, syftjson.DefaultEncoderConfig()) - m.Schema = model.Schema{} - enc := json.NewEncoder(buf) - enc.SetEscapeHTML(false) - err := enc.Encode(m) - if err != nil { - return nil, fmt.Errorf("failed to encode SBOM: %w", err) - } - - return bytes.NewReader(buf.Bytes()), nil -} - -// FromSyftJSON returns an SBOM from a reader of the Syft JSON format. -func FromSyftJSON(r io.ReadSeeker) (*sbom.SBOM, error) { - s, _, _, err := syftjson.NewFormatDecoder().Decode(r) - if err != nil { - return nil, fmt.Errorf("failed to decode Syft JSON: %w", err) - } - - return s, nil -} diff --git a/pkg/sbom/sbom_test.go b/pkg/sbom/sbom_test.go deleted file mode 100644 index 3b8be24e2..000000000 --- a/pkg/sbom/sbom_test.go +++ /dev/null @@ -1,127 +0,0 @@ -//go:build integration -// +build integration - -package sbom - -import ( - "bytes" - "context" - "encoding/json" - "flag" - "io" - "os" - "path/filepath" - "testing" - - "chainguard.dev/melange/pkg/cli" -) - -var ( - updateGoldenFiles = flag.Bool("update-golden-files", false, "update golden files") -) - -func TestGenerate(t *testing.T) { - testTargets := []TestTarget{ - "crane-0.19.1-r6.apk", - "jenkins-2.461-r0.apk", - "jruby-9.4-9.4.7.0-r0.apk", - "openjdk-21-21.0.3-r3.apk", - "openssl-3.3.0-r8.apk", - "perl-yaml-syck-1.34-r3.apk", - "powershell-7.4.1-r0.apk", - "php-odbc-8.2.11-r1.apk", - "py3-poetry-core-1.9.0-r1.apk", - "python-3.11-base-3.11.9-r6.apk", - "terraform-1.5.7-r12.apk", - "thanos-0.32-0.32.5-r4.apk", - } - const goldenFileSuffix = ".syft.json" - - for _, tt := range testTargets { - for _, arch := range []string{"x86_64", "aarch64"} { - localPath := tt.LocalPath(arch) - - t.Run(tt.Describe(arch), func(t *testing.T) { - err := tt.Download(arch) - if err != nil { - t.Fatalf("downloading APK: %v", err) - } - - f, err := os.Open(localPath) - if err != nil { - t.Fatalf("opening local APK file for analysis: %v", err) - } - - s, err := Generate(context.Background(), localPath, f, "wolfi") - if err != nil { - t.Fatalf("generating SBOM: %v", err) - } - r, err := ToSyftJSONSchemaRedacted(s) - if err != nil { - t.Fatalf("encoding SBOM to Syft JSON: %v", err) - } - - goldenFilePath := tt.GoldenFilePath(arch, goldenFileSuffix) - - if *updateGoldenFiles { - err := os.MkdirAll(filepath.Dir(goldenFilePath), 0755) - if err != nil { - t.Fatalf("creating directory for golden file: %v", err) - } - goldenfile, err := os.Create(goldenFilePath) - if err != nil { - t.Fatalf("creating golden file: %v", err) - } - defer goldenfile.Close() - - generated, err := io.ReadAll(r) - if err != nil { - t.Fatalf("reading generated SBOM for golden file: %v", err) - } - formatted := formatJSON(t, generated) - _, err = goldenfile.Write(formatted) - if err != nil { - t.Fatalf("writing formatted SBOM to golden file: %v", err) - } - - _, err = io.Copy(goldenfile, r) - if err != nil { - t.Fatalf("writing generated SBOM to golden file: %v", err) - } - - t.Logf("updated golden file: %s", goldenFilePath) - return - } - - goldenfile, err := os.Open(goldenFilePath) - if err != nil { - t.Fatalf("opening golden file: %v", err) - } - defer goldenfile.Close() - - expectedBytes, err := io.ReadAll(goldenfile) - if err != nil { - t.Fatalf("reading golden file: %v", err) - } - actualBytes, err := io.ReadAll(r) - if err != nil { - t.Fatalf("reading generated SBOM: %v", err) - } - - if diff := cli.Diff("expected", expectedBytes, "actual", formatJSON(t, actualBytes), false); len(diff) > 0 { - t.Errorf("unexpected SBOM generated (-want +got):\n%s", diff) - } - }) - } - } -} - -func formatJSON(t *testing.T, b []byte) []byte { - t.Helper() - - var prettyJSON bytes.Buffer - if err := json.Indent(&prettyJSON, b, "", " "); err != nil { - t.Fatalf("failed to format JSON: %v", err) - } - return prettyJSON.Bytes() -} diff --git a/pkg/sbom/test_target.go b/pkg/sbom/test_target.go deleted file mode 100644 index 5c20c7584..000000000 --- a/pkg/sbom/test_target.go +++ /dev/null @@ -1,79 +0,0 @@ -package sbom - -import ( - "fmt" - "io" - "net/http" - "os" - "path/filepath" -) - -// TestTarget represents an APK file that can be used as a test target for -// integration tests. -type TestTarget string - -// LocalPath returns the local path to the APK file for the given test target -// for the given architecture. The path is relative to the current working -// directory. -func (tt TestTarget) LocalPath(arch string) string { - return filepath.Join("testdata", "apks", arch, string(tt)) -} - -// Describe returns a human-readable description of the test target for the -// given architecture. -func (tt TestTarget) Describe(arch string) string { - return fmt.Sprintf("%s (%s)", tt, arch) -} - -// GoldenFilePath returns the local path to the golden file for the given test -// target. Any given suffix will be appended to the filename (e.g. -// ".syft.json"). -func (tt TestTarget) GoldenFilePath(arch, suffix string) string { - return filepath.Join("testdata", "goldenfiles", arch, string(tt)+suffix) -} - -// APKRepoURL returns the web URL to the APK file for the given test target for -// the given architecture. -func (tt TestTarget) APKRepoURL(arch string) string { - const testTargetRepoURL = "https://packages.wolfi.dev/os" - return fmt.Sprintf("%s/%s/%s", testTargetRepoURL, arch, tt) -} - -// Download fetches the APK file for the given test target for the given -// architecture and writes it to the local filesystem. -// -// If the file already exists, it is not re-downloaded. -func (tt TestTarget) Download(arch string) error { - localPath := tt.LocalPath(arch) - fi, err := os.Stat(localPath) - if err == nil && fi.Size() > 0 { - return nil - } - if !os.IsNotExist(err) { - return fmt.Errorf("checking for existing local APK file: %w", err) - } - - err = os.MkdirAll(filepath.Dir(localPath), 0o755) - if err != nil { - return fmt.Errorf("creating directory for local APK file: %w", err) - } - - // if the file doesn't exist, we need to fetch it - f, err := os.Create(localPath) - if err != nil { - return fmt.Errorf("creating local APK file: %w", err) - } - defer f.Close() - - resp, err := http.Get(tt.APKRepoURL(arch)) - if err != nil { - return fmt.Errorf("fetching APK: %w", err) - } - _, err = io.Copy(f, resp.Body) - if err != nil { - return fmt.Errorf("writing fetched APK to local file: %w", err) - } - resp.Body.Close() - - return nil -} diff --git a/pkg/sbom/testdata/apks/.gitignore b/pkg/sbom/testdata/apks/.gitignore deleted file mode 100644 index b23f40fc0..000000000 --- a/pkg/sbom/testdata/apks/.gitignore +++ /dev/null @@ -1 +0,0 @@ -*.apk diff --git a/pkg/sbom/testdata/apks/.gitkeep b/pkg/sbom/testdata/apks/.gitkeep deleted file mode 100644 index e69de29bb..000000000 diff --git a/pkg/sbom/testdata/goldenfiles/aarch64/crane-0.19.1-r6.apk.syft.json b/pkg/sbom/testdata/goldenfiles/aarch64/crane-0.19.1-r6.apk.syft.json deleted file mode 100644 index 6d4077dc5..000000000 --- a/pkg/sbom/testdata/goldenfiles/aarch64/crane-0.19.1-r6.apk.syft.json +++ /dev/null @@ -1,806 +0,0 @@ -{ - "artifacts": [ - { - "id": "e53b033316bed0e3", - "name": "crane", - "version": "0.19.1-r6", - "type": "apk", - "foundBy": "wolfictl", - "locations": [ - { - "path": ".PKGINFO", - "accessPath": ".PKGINFO" - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "", - "cpes": [ - { - "cpe": "cpe:2.3:a:crane:crane:0.19.1-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:apk/wolfi/crane@0.19.1-r6?arch=aarch64&origin=crane", - "metadataType": "apk-db-entry", - "metadata": { - "package": "crane", - "originPackage": "crane", - "maintainer": "", - "version": "0.19.1-r6", - "architecture": "aarch64", - "url": "", - "description": "Tool for interacting with remote images and registries.", - "size": 9891368, - "installedSize": 0, - "pullDependencies": [ - "ca-certificates-bundle" - ], - "provides": [ - "cmd:crane=0.19.1-r6" - ], - "pullChecksum": "27893385ce8d0ee8b832d3d8e15879d73efe7dcfcccd7b90786d2c1901d88ca9", - "gitCommitOfApkPort": "918889b5a6a2d43ceb21dc4aaa092e2405d1a141", - "files": [ - { - "path": "." - }, - { - "path": ".PKGINFO" - }, - { - "path": ".SIGN.RSA.wolfi-signing.rsa.pub" - }, - { - "path": "usr" - }, - { - "path": "usr/bin" - }, - { - "path": "usr/bin/crane" - }, - { - "path": "var" - }, - { - "path": "var/lib" - }, - { - "path": "var/lib/db" - }, - { - "path": "var/lib/db/sbom" - }, - { - "path": "var/lib/db/sbom/crane-0.19.1-r6.spdx.json" - } - ] - } - }, - { - "id": "b71d6e12c1805958", - "name": "github.com/containerd/stargz-snapshotter/estargz", - "version": "v0.14.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:containerd:stargz-snapshotter\\/estargz:v0.14.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:containerd:stargz_snapshotter\\/estargz:v0.14.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/containerd/stargz-snapshotter@v0.14.3#estargz", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:OqlDCK3ZVUO6C3B/5FSkDwbkEETK84kQgEeFwDC+62k=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "b6de8a2fb85cf4a8", - "name": "github.com/docker/cli", - "version": "v24.0.0+incompatible", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:docker:cli:v24.0.0\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/docker/cli@v24.0.0%2Bincompatible", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:0+1VshNwBQzQAx9lOl+OYCTCEAD8fKs/qeXMx3O0wqM=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "fff6d726d96d72aa", - "name": "github.com/docker/distribution", - "version": "v2.8.2+incompatible", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:docker:distribution:v2.8.2\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/docker/distribution@v2.8.2%2Bincompatible", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "efdccf152e0515fe", - "name": "github.com/docker/docker", - "version": "v24.0.9+incompatible", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:docker:docker:v24.0.9\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/docker/docker@v24.0.9%2Bincompatible", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:HPGzNmwfLZWdxHqK9/II92pyi1EpYKsAqcl4G0Of9v0=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "c0144ae4dd8d4924", - "name": "github.com/docker/docker-credential-helpers", - "version": "v0.7.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:docker:docker-credential-helpers:v0.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:docker:docker_credential_helpers:v0.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "1cebfae819fc38a2", - "name": "github.com/google/go-cmp", - "version": "v0.5.9", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:go-cmp:v0.5.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:go_cmp:v0.5.9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/google/go-cmp@v0.5.9", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "3c4227189c98474c", - "name": "github.com/google/go-containerregistry", - "version": "v0.19.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:go-containerregistry:v0.19.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:go_containerregistry:v0.19.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/google/go-containerregistry@v0.19.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goBuildSettings": [ - { - "key": "-buildmode", - "value": "exe" - }, - { - "key": "-compiler", - "value": "gc" - }, - { - "key": "-ldflags", - "value": "-w -s -w -buildid= -X github.com/google/go-containerregistry/cmd/crane/cmd.Version=0.19.1 -X github.com/google/go-containerregistry/pkg/v1/remote/transport.Version=0.19.1" - }, - { - "key": "-tags", - "value": "netgo,osusergo" - }, - { - "key": "-trimpath", - "value": "true" - }, - { - "key": "CGO_ENABLED", - "value": "0" - }, - { - "key": "GOARCH", - "value": "arm64" - }, - { - "key": "GOOS", - "value": "linux" - }, - { - "key": "vcs", - "value": "git" - }, - { - "key": "vcs.revision", - "value": "8b3c3036d612bcb3c1147fe11c2d1818dc432329" - }, - { - "key": "vcs.time", - "value": "2024-03-13T21:30:35Z" - }, - { - "key": "vcs.modified", - "value": "true" - } - ], - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "0e9c5750d3318e06", - "name": "github.com/klauspost/compress", - "version": "v1.16.5", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:klauspost:compress:v1.16.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/klauspost/compress@v1.16.5", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:IFV2oUNUzZaz+XyusxpLzpzS8Pt5rh0Z16For/djlyI=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "5bb392a057586b5b", - "name": "github.com/mitchellh/go-homedir", - "version": "v1.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mitchellh:go-homedir:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mitchellh:go_homedir:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mitchellh/go-homedir@v1.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "3ce41a3bb1a4f1fa", - "name": "github.com/opencontainers/go-digest", - "version": "v1.0.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "0152f892c55c4fa3", - "name": "github.com/opencontainers/image-spec", - "version": "v1.1.0-rc3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.1.0-rc3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:opencontainers:image_spec:v1.1.0-rc3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:fzg1mXZFj8YdPeNkRXMg+zb88BFV0Ys52cJydRwBkb8=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "8ac7d661b95eb66a", - "name": "github.com/pkg/errors", - "version": "v0.9.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "af2b4bec5c8d6859", - "name": "github.com/sirupsen/logrus", - "version": "v1.9.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:sirupsen:logrus:v1.9.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/sirupsen/logrus@v1.9.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:Ou41VVR3nMWWmTiEUnj0OlsgOSCUFgsPAOl6jRIcVtQ=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "c3ee699036a9a51e", - "name": "github.com/spf13/cobra", - "version": "v1.7.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:spf13:cobra:v1.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/spf13/cobra@v1.7.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:hyqWnYt1ZQShIddO5kBpj3vu05/++x6tJ6dg8EC572I=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "593447f5e2fbe61e", - "name": "github.com/spf13/pflag", - "version": "v1.0.5", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "3538537f8f22027f", - "name": "github.com/vbatts/tar-split", - "version": "v0.11.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:vbatts:tar-split:v0.11.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:vbatts:tar_split:v0.11.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/vbatts/tar-split@v0.11.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:hLFqsOLQ1SsppQNTMpkpPXClLDfC2A3Zgy9OUU+RVck=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "ecac9d51c963d1c1", - "name": "golang.org/x/sync", - "version": "v0.2.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:x\\/sync:v0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/golang.org/x/sync@v0.2.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "0e6f41974359ed40", - "name": "golang.org/x/sys", - "version": "v0.15.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:x\\/sys:v0.15.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/golang.org/x/sys@v0.15.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "384f119e54193e7a", - "name": "stdlib", - "version": "go1.22.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-3-Clause", - "spdxExpression": "BSD-3-Clause", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:go:1.22.4:-:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/stdlib@1.22.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "" - } - } - ], - "artifactRelationships": [], - "source": { - "id": "(redacted for determinism)", - "name": "crane", - "version": "0.19.1-r6", - "supplier": "chainguard", - "type": "directory", - "metadata": { - "path": "testdata/apks/aarch64/crane-0.19.1-r6.apk" - } - }, - "distro": { - "id": "wolfi" - }, - "descriptor": { - "name": "wolfictl", - "version": "" - }, - "schema": { - "version": "", - "url": "" - } -} diff --git a/pkg/sbom/testdata/goldenfiles/aarch64/jenkins-2.461-r0.apk.syft.json b/pkg/sbom/testdata/goldenfiles/aarch64/jenkins-2.461-r0.apk.syft.json deleted file mode 100644 index dd71ee66c..000000000 --- a/pkg/sbom/testdata/goldenfiles/aarch64/jenkins-2.461-r0.apk.syft.json +++ /dev/null @@ -1,117445 +0,0 @@ -{ - "artifacts": [ - { - "id": "7e2415fd15716c36", - "name": "access-modifier-annotation", - "version": "1.33", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/access-modifier-annotation-1.33.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/access-modifier-annotation-1.33.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:access-modifier-annotation:access-modifier-annotation:1.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:access-modifier-annotation:access_modifier_annotation:1.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:access_modifier_annotation:access-modifier-annotation:1.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:access_modifier_annotation:access_modifier_annotation:1.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:access-modifier:access-modifier-annotation:1.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:access-modifier:access_modifier_annotation:1.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:access_modifier:access-modifier-annotation:1.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:access_modifier:access_modifier_annotation:1.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke:access-modifier-annotation:1.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke:access_modifier_annotation:1.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:access-modifier-annotation:1.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:access_modifier_annotation:1.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:access:access-modifier-annotation:1.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:access:access_modifier_annotation:1.33:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.kohsuke/access-modifier-annotation@1.33", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/access-modifier-annotation-1.33.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.3.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Custom Access Modifier annotations" - }, - { - "key": "Specification-Version", - "value": "1.33" - }, - { - "key": "Implementation-Title", - "value": "Custom Access Modifier annotations" - }, - { - "key": "Implementation-Version", - "value": "1.33" - }, - { - "key": "Implementation-Build", - "value": "d287982ed814e74d49b37920b44c15224ad5e35e" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.kohsuke/access-modifier-annotation/pom.properties", - "name": "", - "groupId": "org.kohsuke", - "artifactId": "access-modifier-annotation", - "version": "1.33" - }, - "pomProject": { - "path": "META-INF/maven/org.kohsuke/access-modifier-annotation/pom.xml", - "groupId": "org.kohsuke", - "artifactId": "access-modifier-annotation", - "version": "1.33", - "name": "Custom Access Modifier annotations", - "description": "Extensible application-specific access modifiers for Java", - "url": "https://github.com/jenkinsci/lib-access-modifier/access-modifier-annotation" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "ed905cc093a4086d03b78fbfc240dcfcc353e4d6" - } - ] - } - }, - { - "id": "0b3143e2880aa799", - "name": "angus-activation", - "version": "2.0.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-activation-api.hpi:WEB-INF/lib/angus-activation-2.0.2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.eclipse.org/org/documents/edl-v10.php", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-activation-api.hpi:WEB-INF/lib/angus-activation-2.0.2.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:eclipse-foundation:angus-activation:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:angus_activation:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:angus-activation:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:angus_activation:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.angus:angus-activation:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.angus:angus_activation:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus-activation:angus-activation:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus-activation:angus_activation:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus_activation:angus-activation:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus_activation:angus_activation:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:angus:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:angus-activation:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:angus_activation:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:angus:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.angus:angus:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus-activation:angus:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:angus-activation:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:angus_activation:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus_activation:angus:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:angus:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:angus:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.angus/angus-activation@2.0.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-activation-api.hpi:WEB-INF/lib/angus-activation-2.0.2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-Description", - "value": "Angus Activation Registries Implementation" - }, - { - "key": "Bundle-DocURL", - "value": "https://www.eclipse.org" - }, - { - "key": "Bundle-License", - "value": "http://www.eclipse.org/org/documents/edl-v10.php" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Angus Activation Registries" - }, - { - "key": "Bundle-SymbolicName", - "value": "angus-activation" - }, - { - "key": "Bundle-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Bundle-Version", - "value": "2.0.2" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Export-Package", - "value": "org.eclipse.angus.activation;uses:=\"jakarta.activation,jakarta.activation.spi\";version=\"2.0.2\",org.eclipse.angus.activation.nativeimage;uses:=\"org.graalvm.nativeimage.hosted\";version=\"2.0.2\"" - }, - { - "key": "Extension-Name", - "value": "org.eclipse.angus" - }, - { - "key": "Implementation-Build-Id", - "value": "2.0.2-RELEASE-c08e320" - }, - { - "key": "Implementation-Title", - "value": "Angus Activation Registries" - }, - { - "key": "Implementation-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Import-Package", - "value": "jakarta.activation;version=\"[2.1,3)\",jakarta.activation.spi;version=\"[2.1,3)\",org.eclipse.angus.activation,org.graalvm.nativeimage.hosted;resolution:=optional" - }, - { - "key": "Provide-Capability", - "value": "osgi.serviceloader;osgi.serviceloader=\"jakarta.activation.spi.MailcapRegistryProvider\",osgi.serviceloader;osgi.serviceloader=\"jakarta.activation.spi.MimeTypeRegistryProvider\"" - }, - { - "key": "Require-Capability", - "value": "osgi.extender;filter:=\"(&(osgi.extender=osgi.serviceloader.registrar)(version>=1.0.0)(!(version>=2.0.0)))\";resolution:=optional,osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Specification-Title", - "value": "Jakarta Activation Specification" - }, - { - "key": "Specification-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Specification-Version", - "value": "2.1" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.eclipse.angus/angus-activation/pom.properties", - "name": "", - "groupId": "org.eclipse.angus", - "artifactId": "angus-activation", - "version": "2.0.2" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.angus/angus-activation/pom.xml", - "parent": { - "groupId": "org.eclipse.angus", - "artifactId": "angus-activation-project", - "version": "2.0.2" - }, - "groupId": "org.eclipse.angus", - "artifactId": "angus-activation", - "version": "2.0.2", - "name": "Angus Activation Registries", - "description": "Angus Activation Registries Implementation" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "41f1e0ddd157c856926ed149ab837d110955a9fc" - } - ] - } - }, - { - "id": "46635c7fa37f04c4", - "name": "angus-core", - "version": "2.0.3", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/angus-mail-2.0.3.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.angus:angus-core:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.angus:angus_core:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.angus:angus:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus-core:angus-core:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus-core:angus_core:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus_core:angus-core:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus_core:angus_core:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:angus-core:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:angus_core:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus-core:angus:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:angus-core:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:angus_core:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus_core:angus:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:angus:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:angus:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.angus/angus-core@2.0.3", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/angus-mail-2.0.3.jar:org.eclipse.angus:angus-core", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.angus/angus-core/pom.properties", - "name": "", - "groupId": "org.eclipse.angus", - "artifactId": "angus-core", - "version": "2.0.3" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.angus/angus-core/pom.xml", - "parent": { - "groupId": "org.eclipse.angus", - "artifactId": "all", - "version": "2.0.3" - }, - "groupId": "org.eclipse.angus", - "artifactId": "angus-core", - "version": "2.0.3", - "name": "Angus Mail Core" - } - } - }, - { - "id": "11d0edebb129bd42", - "name": "angus-mail", - "version": "2.0.3", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/angus-mail-2.0.3.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html, http://www.eclipse.org/org/documents/edl-v10.php", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/angus-mail-2.0.3.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.angus.mail:angus-mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.angus.mail:angus_mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.angus.mail:angus:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.angus:angus-mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.angus:angus_mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.angus.mail:mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.angus:angus:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.angus:mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus-mail:angus-mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus-mail:angus_mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus_mail:angus-mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus_mail:angus_mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:angus-mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:angus_mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus-mail:angus:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:angus-mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:angus_mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus_mail:angus:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus-mail:mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus_mail:mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mail:angus-mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mail:angus_mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:angus:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:angus:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mail:angus:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mail:mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.angus/angus-mail@2.0.3", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/angus-mail-2.0.3.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-Description", - "value": "Angus Mail Provider" - }, - { - "key": "Bundle-DocURL", - "value": "https://www.eclipse.org" - }, - { - "key": "Bundle-License", - "value": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html, http://www.eclipse.org/org/documents/edl-v10.php" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Angus Mail Provider" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.eclipse.angus.mail" - }, - { - "key": "Bundle-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Bundle-Version", - "value": "2.0.3" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "DynamicImport-Package", - "value": "*" - }, - { - "key": "Export-Package", - "value": "org.eclipse.angus.mail.auth;version=\"2.0.3\";uses:=\"javax.security.auth.callback,javax.security.sasl,org.eclipse.angus.mail.util\",org.eclipse.angus.mail.handlers;version=\"2.0.3\";uses:=\"jakarta.activation\",org.eclipse.angus.mail.iap;version=\"2.0.3\";uses:=\"org.eclipse.angus.mail.util\",org.eclipse.angus.mail.imap;version=\"2.0.3\";uses:=\"jakarta.activation,jakarta.mail,jakarta.mail.event,jakarta.mail.internet,jakarta.mail.search,org.eclipse.angus.mail.iap,org.eclipse.angus.mail.imap.protocol,org.eclipse.angus.mail.util\",org.eclipse.angus.mail.imap.protocol;version=\"2.0.3\";uses:=\"jakarta.mail,jakarta.mail.internet,jakarta.mail.search,org.eclipse.angus.mail.iap,org.eclipse.angus.mail.imap,org.eclipse.angus.mail.util\",org.eclipse.angus.mail.nativeimage;version=\"2.0.3\";uses:=\"org.graalvm.nativeimage.hosted\",org.eclipse.angus.mail.pop3;version=\"2.0.3\";uses:=\"jakarta.mail,jakarta.mail.internet,org.eclipse.angus.mail.util\",org.eclipse.angus.mail.smtp;version=\"2.0.3\";uses:=\"jakarta.mail,jakarta.mail.internet,org.eclipse.angus.mail.util\",org.eclipse.angus.mail.util;version=\"2.0.3\";uses:=\"jakarta.mail,jakarta.mail.util,javax.net.ssl\",org.eclipse.angus.mail.util.logging;version=\"2.0.3\";uses:=\"jakarta.mail\"" - }, - { - "key": "Import-Package", - "value": "javax.security.sasl;resolution:=optional,sun.security.util;resolution:=optional,jakarta.activation;version=\"[2.1,3)\",jakarta.mail;version=\"[2.1,3)\",jakarta.mail.event;version=\"[2.1,3)\",jakarta.mail.internet;version=\"[2.1,3)\",jakarta.mail.search;version=\"[2.1,3)\",jakarta.mail.util;version=\"[2.1,3)\",javax.crypto,javax.crypto.spec,javax.net,javax.net.ssl,javax.security.auth.callback,javax.security.auth.x500,javax.xml.transform,javax.xml.transform.stream,org.eclipse.angus.mail.auth;version=\"[2.0,3)\",org.eclipse.angus.mail.iap;version=\"[2.0,3)\",org.eclipse.angus.mail.imap;version=\"[2.0,3)\",org.eclipse.angus.mail.imap.protocol;version=\"[2.0,3)\",org.eclipse.angus.mail.util;version=\"[2.0,3)\",org.graalvm.nativeimage.hosted;resolution:=optional" - }, - { - "key": "Provide-Capability", - "value": "osgi.serviceloader;osgi.serviceloader=\"jakarta.mail.util.StreamProvider\",osgi.serviceloader;osgi.serviceloader=\"jakarta.mail.Provider\"" - }, - { - "key": "Require-Capability", - "value": "osgi.extender;filter:=\"(&(osgi.extender=osgi.serviceloader.registrar)(version>=1.0.0)(!(version>=2.0.0)))\";resolution:=optional,osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.eclipse.angus/angus-mail/pom.properties", - "name": "", - "groupId": "org.eclipse.angus", - "artifactId": "angus-mail", - "version": "2.0.3" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.angus/angus-mail/pom.xml", - "parent": { - "groupId": "org.eclipse.angus", - "artifactId": "all", - "version": "2.0.3" - }, - "groupId": "org.eclipse.angus", - "artifactId": "angus-mail", - "version": "2.0.3", - "name": "Angus Mail Provider" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "56f811522d693700013768db83b741a65da6c61c" - } - ] - } - }, - { - "id": "d4df100da9cd7279", - "name": "annotation-indexer", - "version": "1.17", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/annotation-indexer-1.17.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/annotation-indexer-1.17.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:annotation-indexer:annotation-indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotation-indexer:annotation_indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotation_indexer:annotation-indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotation_indexer:annotation_indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:annotation-indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:annotation_indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotation:annotation-indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotation:annotation_indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:annotation-indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:annotation_indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:annotation-indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:annotation_indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:annotation-indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:annotation_indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci/annotation-indexer@1.17", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/annotation-indexer-1.17.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.3.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci/annotation-indexer/pom.properties", - "name": "", - "groupId": "org.jenkins-ci", - "artifactId": "annotation-indexer", - "version": "1.17" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci/annotation-indexer/pom.xml", - "groupId": "org.jenkins-ci", - "artifactId": "annotation-indexer", - "version": "1.17", - "name": "Annotation Indexer", - "description": "Creates index of annotations.", - "url": "https://github.com/jenkinsci/lib-annotation-indexer" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "9711522fc663a4c75dbb1d78ce596cc2bda9534d" - } - ] - } - }, - { - "id": "d6fbb285a7a1986a", - "name": "annotation-indexer", - "version": "1.17", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:annotation-indexer:annotation-indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotation-indexer:annotation_indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotation_indexer:annotation-indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotation_indexer:annotation_indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:annotation-indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:annotation_indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotation:annotation-indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotation:annotation_indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:annotation-indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:annotation_indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:annotation-indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:annotation_indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:annotation-indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:annotation_indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci/annotation-indexer@1.17", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:org.jenkins-ci:annotation-indexer", - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci/annotation-indexer/pom.properties", - "name": "", - "groupId": "org.jenkins-ci", - "artifactId": "annotation-indexer", - "version": "1.17" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci/annotation-indexer/pom.xml", - "groupId": "org.jenkins-ci", - "artifactId": "annotation-indexer", - "version": "1.17", - "name": "Annotation Indexer", - "description": "Creates index of annotations.", - "url": "https://github.com/jenkinsci/lib-annotation-indexer" - } - } - }, - { - "id": "c4b5c9e14222c957", - "name": "ant", - "version": "1.10.14", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/ant-1.10.14.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/ant-1.10.14.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:ant:1.10.14:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.ant/ant@1.10.14", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/ant-1.10.14.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Ant-Version", - "value": "Apache Ant 1.10.13" - }, - { - "key": "Created-By", - "value": "20+36-2344 (Oracle Corporation)" - }, - { - "key": "Main-Class", - "value": "org.apache.tools.ant.Main" - } - ], - "sections": [ - [ - { - "key": "Name", - "value": "org/apache/tools/ant/" - }, - { - "key": "Extension-Name", - "value": "org.apache.tools.ant" - }, - { - "key": "Specification-Title", - "value": "Apache Ant" - }, - { - "key": "Specification-Version", - "value": "1.10.14" - }, - { - "key": "Specification-Vendor", - "value": "Apache Software Foundation" - }, - { - "key": "Implementation-Title", - "value": "org.apache.tools.ant" - }, - { - "key": "Implementation-Version", - "value": "1.10.14" - }, - { - "key": "Implementation-Vendor", - "value": "Apache Software Foundation" - } - ] - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "1edce9bbfa60dfd51f010879c78f4421dafae7a7" - } - ] - } - }, - { - "id": "2bd740955bf84b63", - "name": "ant-launcher", - "version": "1.10.14", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/ant-launcher-1.10.14.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/ant-launcher-1.10.14.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:ant-launcher:1.10.14:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:ant_launcher:1.10.14:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:ant:1.10.14:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.ant/ant-launcher@1.10.14", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/ant-launcher-1.10.14.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Ant-Version", - "value": "Apache Ant 1.10.13" - }, - { - "key": "Created-By", - "value": "20+36-2344 (Oracle Corporation)" - }, - { - "key": "Main-Class", - "value": "org.apache.tools.ant.launch.Launcher" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "8d2268288496b0541a2640f2ee07fe3de1a02301" - } - ] - } - }, - { - "id": "5e6a84fbb273d652", - "name": "antisamy-markup-formatter", - "version": "162.v0e6ec0fcfcf6", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/antisamy-markup-formatter.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/antisamy-markup-formatter.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:antisamy-markup-formatter:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy-markup-formatter:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy_markup_formatter:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy_markup_formatter:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy-markup:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy-markup:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy_markup:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy_markup:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/antisamy-markup-formatter@162.v0e6ec0fcfcf6", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/antisamy-markup-formatter.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "OWASP Markup Formatter Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "OWASP Markup Formatter Plugin" - }, - { - "key": "Implementation-Version", - "value": "162.v0e6ec0fcfcf6" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "antisamy-markup-formatter" - }, - { - "key": "Short-Name", - "value": "antisamy-markup-formatter" - }, - { - "key": "Long-Name", - "value": "OWASP Markup Formatter Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/antisamy-markup-formatter-plugin" - }, - { - "key": "Compatible-Since-Version", - "value": "2.0" - }, - { - "key": "Plugin-Version", - "value": "162.v0e6ec0fcfcf6" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/antisamy-markup-formatter-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "0e6ec0fcfcf660d111c97a8db4a37b4321d0a078" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/antisamy-markup-formatter-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "0e6ec0fcfcf660d111c97a8db4a37b4321d0a078" - }, - { - "key": "Implementation-Build", - "value": "0e6ec0fcfcf660d111c97a8db4a37b4321d0a078" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/antisamy-markup-formatter/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "antisamy-markup-formatter", - "version": "162.v0e6ec0fcfcf6" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/antisamy-markup-formatter/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "antisamy-markup-formatter", - "version": "162.v0e6ec0fcfcf6", - "name": "OWASP Markup Formatter Plugin", - "description": "Sanitize HTML markup in user-submitted text to be displayed on the Jenkins UI.", - "url": "https://github.com/jenkinsci/antisamy-markup-formatter-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "e6afd9bf75fb86de8219138b251b2e7a38d8d134" - } - ] - } - }, - { - "id": "e925fdcce6c47455", - "name": "antisamy-markup-formatter", - "version": "162.v0e6ec0fcfcf6", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/antisamy-markup-formatter.hpi:WEB-INF/lib/antisamy-markup-formatter.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/antisamy-markup-formatter.hpi:WEB-INF/lib/antisamy-markup-formatter.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:antisamy-markup-formatter:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy-markup-formatter:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy_markup_formatter:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy_markup_formatter:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy-markup:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy-markup:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy_markup:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy_markup:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/antisamy-markup-formatter@162.v0e6ec0fcfcf6", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/antisamy-markup-formatter.hpi:WEB-INF/lib/antisamy-markup-formatter.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "OWASP Markup Formatter Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "OWASP Markup Formatter Plugin" - }, - { - "key": "Implementation-Version", - "value": "162.v0e6ec0fcfcf6" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "antisamy-markup-formatter" - }, - { - "key": "Short-Name", - "value": "antisamy-markup-formatter" - }, - { - "key": "Long-Name", - "value": "OWASP Markup Formatter Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/antisamy-markup-formatter-plugin" - }, - { - "key": "Compatible-Since-Version", - "value": "2.0" - }, - { - "key": "Plugin-Version", - "value": "162.v0e6ec0fcfcf6" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/antisamy-markup-formatter-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "0e6ec0fcfcf660d111c97a8db4a37b4321d0a078" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/antisamy-markup-formatter-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "0e6ec0fcfcf660d111c97a8db4a37b4321d0a078" - }, - { - "key": "Implementation-Build", - "value": "0e6ec0fcfcf660d111c97a8db4a37b4321d0a078" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/antisamy-markup-formatter/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "antisamy-markup-formatter", - "version": "162.v0e6ec0fcfcf6" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/antisamy-markup-formatter/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "antisamy-markup-formatter", - "version": "162.v0e6ec0fcfcf6", - "name": "OWASP Markup Formatter Plugin", - "description": "Sanitize HTML markup in user-submitted text to be displayed on the Jenkins UI.", - "url": "https://github.com/jenkinsci/antisamy-markup-formatter-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "fc4eb5d974f54a9938a8b1d0b31ac9774a33d3b9" - } - ] - } - }, - { - "id": "2da3962c890b153b", - "name": "antlr4-runtime", - "version": "4.13.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/antlr4-runtime-4.13.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.antlr.org/license.html", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/antlr4-runtime-4.13.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.antlr.antlr4-runtime:antlr4-runtime:4.13.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.antlr.antlr4-runtime:antlr4_runtime:4.13.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antlr4-runtime:antlr4-runtime:4.13.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antlr4-runtime:antlr4_runtime:4.13.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antlr4_runtime:antlr4-runtime:4.13.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antlr4_runtime:antlr4_runtime:4.13.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.antlr:antlr4-runtime:4.13.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.antlr:antlr4_runtime:4.13.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antlr4:antlr4-runtime:4.13.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antlr4:antlr4_runtime:4.13.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antlr:antlr4-runtime:4.13.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antlr:antlr4_runtime:4.13.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.antlr/antlr4-runtime@4.13.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/antlr4-runtime-4.13.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Implementation-Title", - "value": "ANTLR 4 Runtime" - }, - { - "key": "Implementation-Version", - "value": "4.13.1" - }, - { - "key": "Implementation-Vendor", - "value": "ANTLR" - }, - { - "key": "Automatic-Module-Name", - "value": "org.antlr.antlr4.runtime" - }, - { - "key": "Bundle-Description", - "value": "The ANTLR 4 Runtime" - }, - { - "key": "Bundle-DocURL", - "value": "https://www.antlr.org/" - }, - { - "key": "Bundle-License", - "value": "https://www.antlr.org/license.html" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "ANTLR 4 Runtime" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.antlr.antlr4-runtime" - }, - { - "key": "Bundle-Vendor", - "value": "ANTLR" - }, - { - "key": "Bundle-Version", - "value": "4.13.1" - }, - { - "key": "Export-Package", - "value": "org.antlr.v4.runtime;uses:=\"org.antlr.v4.runtime.atn,org.antlr.v4.runtime.dfa,org.antlr.v4.runtime.misc,org.antlr.v4.runtime.tree,org.antlr.v4.runtime.tree.pattern\";version=\"4.13.1\",org.antlr.v4.runtime.atn;uses:=\"org.antlr.v4.runtime,org.antlr.v4.runtime.dfa,org.antlr.v4.runtime.misc\";version=\"4.13.1\",org.antlr.v4.runtime.dfa;uses:=\"org.antlr.v4.runtime,org.antlr.v4.runtime.atn\";version=\"4.13.1\",org.antlr.v4.runtime.misc;uses:=\"org.antlr.v4.runtime\";version=\"4.13.1\",org.antlr.v4.runtime.tree;uses:=\"org.antlr.v4.runtime,org.antlr.v4.runtime.misc\";version=\"4.13.1\",org.antlr.v4.runtime.tree.pattern;uses:=\"org.antlr.v4.runtime,org.antlr.v4.runtime.misc,org.antlr.v4.runtime.tree\";version=\"4.13.1\",org.antlr.v4.runtime.tree.xpath;uses:=\"org.antlr.v4.runtime,org.antlr.v4.runtime.atn,org.antlr.v4.runtime.tree\";version=\"4.13.1\"" - }, - { - "key": "Import-Package", - "value": "org.antlr.v4.gui;resolution:=optional,org.antlr.v4.runtime,org.antlr.v4.runtime.atn,org.antlr.v4.runtime.dfa,org.antlr.v4.runtime.misc,org.antlr.v4.runtime.tree,org.antlr.v4.runtime.tree.pattern,org.antlr.v4.runtime.tree.xpath" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.antlr/antlr4-runtime/pom.properties", - "name": "", - "groupId": "org.antlr", - "artifactId": "antlr4-runtime", - "version": "4.13.1" - }, - "pomProject": { - "path": "META-INF/maven/org.antlr/antlr4-runtime/pom.xml", - "parent": { - "groupId": "org.antlr", - "artifactId": "antlr4-master", - "version": "4.13.1" - }, - "groupId": "org.antlr", - "artifactId": "antlr4-runtime", - "version": "4.13.1", - "name": "ANTLR 4 Runtime", - "description": "The ANTLR 4 Runtime" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "17125bae1d965624e265ef49552f6465a2bfa307" - } - ] - } - }, - { - "id": "b746beed8b51c077", - "name": "apache-httpcomponents-client-4-api", - "version": "4.5.14-208.v438351942757", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:apache-httpcomponents-client-4-api:4.5.14-208.v438351942757:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:apache_httpcomponents_client_4_api:4.5.14-208.v438351942757:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/apache-httpcomponents-client-4-api@4.5.14-208.v438351942757", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Jenkins Apache HttpComponents Client 4.x API Plugin" - }, - { - "key": "Specification-Version", - "value": "4.5" - }, - { - "key": "Implementation-Title", - "value": "Jenkins Apache HttpComponents Client 4.x API Plugin" - }, - { - "key": "Implementation-Version", - "value": "4.5.14-208.v438351942757" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "apache-httpcomponents-client-4-api" - }, - { - "key": "Short-Name", - "value": "apache-httpcomponents-client-4-api" - }, - { - "key": "Long-Name", - "value": "Jenkins Apache HttpComponents Client 4.x API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/apache-httpcomponents-client-4-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "4.5.14-208.v438351942757" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Developers", - "value": "Mark Waite:markewaite:mark.earl.waite@gmail.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/apache-httpcomponents-client-4-api-plugin" - }, - { - "key": "Plugin-ScmTag", - "value": "43835194275702e175b12ad34a57aa0af04b2fd5" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/apache-httpcomponents-client-4-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "43835194275702e175b12ad34a57aa0af04b2fd5" - }, - { - "key": "Implementation-Build", - "value": "43835194275702e175b12ad34a57aa0af04b2fd5" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/apache-httpcomponents-client-4-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "apache-httpcomponents-client-4-api", - "version": "4.5.14-208.v438351942757" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/apache-httpcomponents-client-4-api/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "apache-httpcomponents-client-4-api", - "version": "4.5.14-208.v438351942757", - "name": "Jenkins Apache HttpComponents Client 4.x API Plugin", - "description": "Bundles Apache HttpComponents Client 4.x and allows it to be used by Jenkins plugins", - "url": "https://github.com/jenkinsci/apache-httpcomponents-client-4-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "8c31d700db9d41883f6c2917d26514a4f080cf01" - } - ] - } - }, - { - "id": "d48e8ac72eeb2f84", - "name": "apache-httpcomponents-client-4-api", - "version": "4.5.14-208.v438351942757", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/apache-httpcomponents-client-4-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/apache-httpcomponents-client-4-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:apache-httpcomponents-client-4-api:4.5.14-208.v438351942757:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:apache_httpcomponents_client_4_api:4.5.14-208.v438351942757:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/apache-httpcomponents-client-4-api@4.5.14-208.v438351942757", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/apache-httpcomponents-client-4-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Jenkins Apache HttpComponents Client 4.x API Plugin" - }, - { - "key": "Specification-Version", - "value": "4.5" - }, - { - "key": "Implementation-Title", - "value": "Jenkins Apache HttpComponents Client 4.x API Plugin" - }, - { - "key": "Implementation-Version", - "value": "4.5.14-208.v438351942757" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "apache-httpcomponents-client-4-api" - }, - { - "key": "Short-Name", - "value": "apache-httpcomponents-client-4-api" - }, - { - "key": "Long-Name", - "value": "Jenkins Apache HttpComponents Client 4.x API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/apache-httpcomponents-client-4-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "4.5.14-208.v438351942757" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Developers", - "value": "Mark Waite:markewaite:mark.earl.waite@gmail.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/apache-httpcomponents-client-4-api-plugin" - }, - { - "key": "Plugin-ScmTag", - "value": "43835194275702e175b12ad34a57aa0af04b2fd5" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/apache-httpcomponents-client-4-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "43835194275702e175b12ad34a57aa0af04b2fd5" - }, - { - "key": "Implementation-Build", - "value": "43835194275702e175b12ad34a57aa0af04b2fd5" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/apache-httpcomponents-client-4-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "apache-httpcomponents-client-4-api", - "version": "4.5.14-208.v438351942757" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/apache-httpcomponents-client-4-api/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "apache-httpcomponents-client-4-api", - "version": "4.5.14-208.v438351942757", - "name": "Jenkins Apache HttpComponents Client 4.x API Plugin", - "description": "Bundles Apache HttpComponents Client 4.x and allows it to be used by Jenkins plugins", - "url": "https://github.com/jenkinsci/apache-httpcomponents-client-4-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "f4f919f90a6229b13566214b3f11e56f0ec89fbf" - } - ] - } - }, - { - "id": "712f83c1f1703df1", - "name": "args4j", - "version": "2.33", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/args4j-2.33.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.opensource.org/licenses/mit-license.php", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/args4j-2.33.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.kohsuke.args4j:args4j:2.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:args4j:2.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:args4j:args4j:2.33:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/args4j/args4j@2.33", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/args4j-2.33.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bnd-LastModified", - "value": "1454228360676" - }, - { - "key": "Build-Jdk", - "value": "1.7.0_15" - }, - { - "key": "Built-By", - "value": "kohsuke" - }, - { - "key": "Bundle-Description", - "value": "args4j : Java command line arguments parser" - }, - { - "key": "Bundle-DocURL", - "value": "http://www.kohsuke.org/" - }, - { - "key": "Bundle-License", - "value": "http://www.opensource.org/licenses/mit-license.php" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "args4j" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.kohsuke.args4j" - }, - { - "key": "Bundle-Vendor", - "value": "Kohsuke Kawaguchi" - }, - { - "key": "Bundle-Version", - "value": "2.33.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Export-Package", - "value": "org.kohsuke.args4j.spi;uses:=\"org.kohsuke.args4j\";version=\"2.33.0\",org.kohsuke.args4j;uses:=\"org.kohsuke.args4j.spi,org.xml.sax,org.xml.sax.helpers\";version=\"2.33.0\"" - }, - { - "key": "Import-Package", - "value": "org.kohsuke.args4j,org.kohsuke.args4j.spi,org.xml.sax,org.xml.sax.helpers" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.5))\"" - }, - { - "key": "Tool", - "value": "Bnd-3.0.0.201509101326" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/args4j/args4j/pom.properties", - "name": "", - "groupId": "args4j", - "artifactId": "args4j", - "version": "2.33" - }, - "pomProject": { - "path": "META-INF/maven/args4j/args4j/pom.xml", - "parent": { - "groupId": "args4j", - "artifactId": "args4j-site", - "version": "2.33" - }, - "groupId": "args4j", - "artifactId": "args4j", - "version": "2.33", - "name": "args4j" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "bd87a75374a6d6523de82fef51fc3cfe9baf9fc9" - } - ] - } - }, - { - "id": "1c469a8da107be20", - "name": "args4j", - "version": "2.33", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:args4j:args4j:2.33:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/args4j/args4j@2.33", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar:args4j:args4j", - "pomProperties": { - "path": "META-INF/maven/args4j/args4j/pom.properties", - "name": "", - "groupId": "args4j", - "artifactId": "args4j", - "version": "2.33" - }, - "pomProject": { - "path": "META-INF/maven/args4j/args4j/pom.xml", - "parent": { - "groupId": "args4j", - "artifactId": "args4j-site", - "version": "2.33" - }, - "groupId": "args4j", - "artifactId": "args4j", - "version": "2.33", - "name": "args4j" - } - } - }, - { - "id": "3f0972c08c0cb03d", - "name": "asm", - "version": "9.7", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-9.7.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-9.7.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.objectweb.asm:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.objectweb.asm/asm@9.7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-9.7.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "ASM, a very small and fast Java bytecode manipulation framework" - }, - { - "key": "Implementation-Version", - "value": "9.7" - }, - { - "key": "Bundle-DocURL", - "value": "http://asm.ow2.org" - }, - { - "key": "Bundle-License", - "value": "BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "org.objectweb.asm" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "J2SE-1.5" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.objectweb.asm" - }, - { - "key": "Bundle-Version", - "value": "9.7" - }, - { - "key": "Export-Package", - "value": "org.objectweb.asm;version=\"9.7\",org.objectweb.asm.signature;version=\"9.7\"" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "073d7b3086e14beb604ced229c302feff6449723" - } - ] - } - }, - { - "id": "30a287cafe762dc8", - "name": "asm-analysis", - "version": "9.7", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-analysis-9.7.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-analysis-9.7.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.objectweb.asm.tree.analysis:asm-analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.objectweb.asm.tree.analysis:asm_analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.objectweb.asm.tree.analysis:analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.objectweb.asm.tree.analysis:tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.objectweb.asm.tree.analysis:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-analysis:asm-analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-analysis:asm_analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_analysis:asm-analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_analysis:asm_analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:asm-analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:asm_analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:analysis:asm-analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:analysis:asm_analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-analysis:analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_analysis:analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:analysis:analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-analysis:tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_analysis:tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tree:asm-analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tree:asm_analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-analysis:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm-analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm_analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_analysis:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:analysis:tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tree:analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:analysis:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tree:tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tree:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.objectweb.asm.tree.analysis/asm-analysis@9.7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-analysis-9.7.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "Static code analysis API of ASM, a very small andfast Java bytecode manipulation framework" - }, - { - "key": "Implementation-Version", - "value": "9.7" - }, - { - "key": "Bundle-DocURL", - "value": "http://asm.ow2.org" - }, - { - "key": "Bundle-License", - "value": "BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "org.objectweb.asm.tree.analysis" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "J2SE-1.5" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.objectweb.asm.tree.analysis" - }, - { - "key": "Bundle-Version", - "value": "9.7" - }, - { - "key": "Export-Package", - "value": "org.objectweb.asm.tree.analysis;version=\"9.7\";uses:=\"org.objectweb.asm,org.objectweb.asm.signature,org.objectweb.asm.tree\"" - }, - { - "key": "Import-Package", - "value": "org.objectweb.asm;version=\"9.7\",org.objectweb.asm.signature;version=\"9.7\",org.objectweb.asm.tree;version=\"9.7\"" - }, - { - "key": "Module-Requires", - "value": "org.objectweb.asm;transitive=true,org.objectweb.asm.tree;transitive=true" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "e4a258b7eb96107106c0599f0061cfc1832fe07a" - } - ] - } - }, - { - "id": "0150cd1c6d13fa04", - "name": "asm-api", - "version": "9.7-33.v4d23ef79fcc8", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:asm-api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:asm_api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-api:asm-api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-api:asm_api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_api:asm-api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_api:asm_api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:asm-api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:asm_api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm-api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm_api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/asm-api@9.7-33.v4d23ef79fcc8", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "ASM API Plugin" - }, - { - "key": "Specification-Version", - "value": "9.7" - }, - { - "key": "Implementation-Title", - "value": "ASM API Plugin" - }, - { - "key": "Implementation-Version", - "value": "9.7-33.v4d23ef79fcc8" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "asm-api" - }, - { - "key": "Short-Name", - "value": "asm-api" - }, - { - "key": "Long-Name", - "value": "ASM API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/asm-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "9.7-33.v4d23ef79fcc8" - }, - { - "key": "Hudson-Version", - "value": "2.414.3" - }, - { - "key": "Jenkins-Version", - "value": "2.414.3" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/license/mit/" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/asm-api-plugin" - }, - { - "key": "Plugin-ScmTag", - "value": "4d23ef79fcc84dc5ecced81fd785ef4d311f7260" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/asm-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "4d23ef79fcc84dc5ecced81fd785ef4d311f7260" - }, - { - "key": "Implementation-Build", - "value": "4d23ef79fcc84dc5ecced81fd785ef4d311f7260" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/asm-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "asm-api", - "version": "9.7-33.v4d23ef79fcc8" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/asm-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "asm-api", - "version": "9.7-33.v4d23ef79fcc8", - "name": "ASM API Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/asm-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "122a149b92a7ccc745022d25427f49536fdd5724" - } - ] - } - }, - { - "id": "c4ee82d882020956", - "name": "asm-api", - "version": "9.7-33.v4d23ef79fcc8", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:asm-api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:asm_api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-api:asm-api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-api:asm_api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_api:asm-api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_api:asm_api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:asm-api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:asm_api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm-api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm_api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/asm-api@9.7-33.v4d23ef79fcc8", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "ASM API Plugin" - }, - { - "key": "Specification-Version", - "value": "9.7" - }, - { - "key": "Implementation-Title", - "value": "ASM API Plugin" - }, - { - "key": "Implementation-Version", - "value": "9.7-33.v4d23ef79fcc8" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "asm-api" - }, - { - "key": "Short-Name", - "value": "asm-api" - }, - { - "key": "Long-Name", - "value": "ASM API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/asm-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "9.7-33.v4d23ef79fcc8" - }, - { - "key": "Hudson-Version", - "value": "2.414.3" - }, - { - "key": "Jenkins-Version", - "value": "2.414.3" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/license/mit/" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/asm-api-plugin" - }, - { - "key": "Plugin-ScmTag", - "value": "4d23ef79fcc84dc5ecced81fd785ef4d311f7260" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/asm-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "4d23ef79fcc84dc5ecced81fd785ef4d311f7260" - }, - { - "key": "Implementation-Build", - "value": "4d23ef79fcc84dc5ecced81fd785ef4d311f7260" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/asm-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "asm-api", - "version": "9.7-33.v4d23ef79fcc8" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/asm-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "asm-api", - "version": "9.7-33.v4d23ef79fcc8", - "name": "ASM API Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/asm-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "20a4267131ceea71109949bfaddc1f09c78bf889" - } - ] - } - }, - { - "id": "8e3aacba227181ec", - "name": "asm-commons", - "version": "9.7", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-commons-9.7.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-commons-9.7.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.objectweb.asm.commons:asm-commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.objectweb.asm.commons:asm_commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.objectweb.asm.commons:commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.objectweb.asm.commons:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-commons:asm-commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-commons:asm_commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_commons:asm-commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_commons:asm_commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:asm-commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:asm_commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-commons:commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_commons:commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:asm-commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:asm_commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-commons:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm-commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm_commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_commons:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.objectweb.asm.commons/asm-commons@9.7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-commons-9.7.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "Usefull class adapters based on ASM, a very smalland fast Java bytecode manipulation framework" - }, - { - "key": "Implementation-Version", - "value": "9.7" - }, - { - "key": "Bundle-DocURL", - "value": "http://asm.ow2.org" - }, - { - "key": "Bundle-License", - "value": "BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "org.objectweb.asm.commons" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "J2SE-1.5" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.objectweb.asm.commons" - }, - { - "key": "Bundle-Version", - "value": "9.7" - }, - { - "key": "Export-Package", - "value": "org.objectweb.asm.commons;version=\"9.7\";uses:=\"org.objectweb.asm,org.objectweb.asm.signature,org.objectweb.asm.tree\"" - }, - { - "key": "Import-Package", - "value": "org.objectweb.asm;version=\"9.7\",org.objectweb.asm.signature;version=\"9.7\",org.objectweb.asm.tree;version=\"9.7\"" - }, - { - "key": "Module-Requires", - "value": "org.objectweb.asm;transitive=true,org.objectweb.asm.tree;transitive=true" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "e86dda4696d3c185fcc95d8d311904e7ce38a53f" - } - ] - } - }, - { - "id": "fee2e41a949df5ae", - "name": "asm-tree", - "version": "9.7", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-tree-9.7.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-tree-9.7.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.objectweb.asm.tree:asm-tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.objectweb.asm.tree:asm_tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.objectweb.asm.tree:tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.objectweb.asm.tree:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:asm-tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:asm_tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-tree:asm-tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-tree:asm_tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_tree:asm-tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_tree:asm_tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-tree:tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_tree:tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tree:asm-tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tree:asm_tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-tree:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm-tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm_tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_tree:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tree:tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tree:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.objectweb.asm.tree/asm-tree@9.7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-tree-9.7.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "Tree API of ASM, a very small and fast Java bytecode manipulation framework" - }, - { - "key": "Implementation-Version", - "value": "9.7" - }, - { - "key": "Bundle-DocURL", - "value": "http://asm.ow2.org" - }, - { - "key": "Bundle-License", - "value": "BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "org.objectweb.asm.tree" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "J2SE-1.5" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.objectweb.asm.tree" - }, - { - "key": "Bundle-Version", - "value": "9.7" - }, - { - "key": "Export-Package", - "value": "org.objectweb.asm.tree;version=\"9.7\";uses:=\"org.objectweb.asm,org.objectweb.asm.signature\"" - }, - { - "key": "Import-Package", - "value": "org.objectweb.asm;version=\"9.7\",org.objectweb.asm.signature;version=\"9.7\"" - }, - { - "key": "Module-Requires", - "value": "org.objectweb.asm;transitive=true" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "e446a17b175bfb733b87c5c2560ccb4e57d69f1a" - } - ] - } - }, - { - "id": "444d311782db4130", - "name": "asm-util", - "version": "9.7", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-util-9.7.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-util-9.7.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.objectweb.asm.util:asm-util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.objectweb.asm.util:asm_util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.objectweb.asm.util:util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.objectweb.asm.util:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:asm-util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:asm_util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-util:asm-util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-util:asm_util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_util:asm-util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_util:asm_util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-util:util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_util:util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:util:asm-util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:util:asm_util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-util:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm-util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm_util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_util:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:util:util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:util:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.objectweb.asm.util/asm-util@9.7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-util-9.7.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "Utilities for ASM, a very small and fast Java bytecode manipulation framework" - }, - { - "key": "Implementation-Version", - "value": "9.7" - }, - { - "key": "Bundle-DocURL", - "value": "http://asm.ow2.org" - }, - { - "key": "Bundle-License", - "value": "BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "org.objectweb.asm.util" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "J2SE-1.5" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.objectweb.asm.util" - }, - { - "key": "Bundle-Version", - "value": "9.7" - }, - { - "key": "Export-Package", - "value": "org.objectweb.asm.util;version=\"9.7\";uses:=\"org.objectweb.asm,org.objectweb.asm.signature,org.objectweb.asm.tree,org.objectweb.asm.tree.analysis\"" - }, - { - "key": "Import-Package", - "value": "org.objectweb.asm;version=\"9.7\",org.objectweb.asm.signature;version=\"9.7\",org.objectweb.asm.tree;version=\"9.7\",org.objectweb.asm.tree.analysis;version=\"9.7\"" - }, - { - "key": "Module-Requires", - "value": "org.objectweb.asm;transitive=true,org.objectweb.asm.tree;transitive=true,org.objectweb.asm.tree.analysis;transitive=true" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "c0655519f24d92af2202cb681cd7c1569df6ead6" - } - ] - } - }, - { - "id": "5098ceea720752fd", - "name": "bcpkix-jdk18on", - "version": "1.78.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bouncycastle-api.hpi:WEB-INF/optional-lib/bcpkix-jdk18on-1.78.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.bouncycastle:bcpkix-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.bouncycastle:bcpkix_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcpkix-jdk18on:bcpkix-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcpkix-jdk18on:bcpkix_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcpkix_jdk18on:bcpkix-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcpkix_jdk18on:bcpkix_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bcpkix-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bcpkix_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcpkix:bcpkix-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcpkix:bcpkix_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.bouncycastle/bcpkix-jdk18on@1.78.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bouncycastle-api.hpi:WEB-INF/optional-lib/bcpkix-jdk18on-1.78.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-SymbolicName", - "value": "bcpkix" - }, - { - "key": "Bnd-LastModified", - "value": "1713413986695" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "JavaSE-1.8" - }, - { - "key": "Import-Package", - "value": "java.io;resolution:=optional,java.lang;resolution:=optional,java.lang.ref;resolution:=optional,java.lang.reflect;resolution:=optional,java.math;resolution:=optional,java.net;resolution:=optional,java.nio.charset;resolution:=optional,java.security;resolution:=optional,java.security.cert;resolution:=optional,java.security.interfaces;resolution:=optional,java.security.spec;resolution:=optional,java.text;resolution:=optional,java.util;resolution:=optional,java.util.logging;resolution:=optional,java.util.regex;resolution:=optional,java.util.zip;resolution:=optional,javax.crypto;resolution:=optional,javax.crypto.spec;resolution:=optional,javax.naming;resolution:=optional,javax.naming.directory;resolution:=optional,javax.net.ssl;resolution:=optional,javax.security.auth.x500;resolution:=optional,org.bouncycastle.asn1;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.bc;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.bsi;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.cmp;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.cms;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.cms.ecc;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.crmf;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.cryptopro;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.dvcs;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.eac;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.edec;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.ess;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.est;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.gm;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.gnu;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.iana;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.isara;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.iso;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.kisa;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.misc;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.mozilla;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.nist;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.ntt;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.ocsp;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.oiw;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.pkcs;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.rosstandart;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.sec;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.teletrust;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.tsp;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.util;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.x500;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.x500.style;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.x509;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.x509.qualified;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.x9;version=\"[1.78.1,1.79)\",org.bouncycastle.crypto;version=\"[1.78.1,1.79)\",org.bouncycastle.crypto.digests;version=\"[1.78.1,1.79)\",org.bouncycastle.crypto.encodings;version=\"[1.78.1,1.79)\",org.bouncycastle.crypto.engines;version=\"[1.78.1,1.79)\",org.bouncycastle.crypto.generators;version=\"[1.78.1,1.79)\",org.bouncycastle.crypto.io;version=\"[1.78.1,1.79)\",org.bouncycastle.crypto.macs;version=\"[1.78.1,1.79)\",org.bouncycastle.crypto.modes;version=\"[1.78.1,1.79)\",org.bouncycastle.crypto.paddings;version=\"[1.78.1,1.79)\",org.bouncycastle.crypto.params;version=\"[1.78.1,1.79)\",org.bouncycastle.crypto.signers;version=\"[1.78.1,1.79)\",org.bouncycastle.crypto.util;version=\"[1.78.1,1.79)\",org.bouncycastle.jcajce;version=\"[1.78.1,1.79)\",org.bouncycastle.jcajce.interfaces;version=\"[1.78.1,1.79)\",org.bouncycastle.jcajce.io;version=\"[1.78.1,1.79)\",org.bouncycastle.jcajce.spec;version=\"[1.78.1,1.79)\",org.bouncycastle.jcajce.util;version=\"[1.78.1,1.79)\",org.bouncycastle.math;version=\"[1.78.1,1.79)\",org.bouncycastle.math.ec;version=\"[1.78.1,1.79)\",org.bouncycastle.math.field;version=\"[1.78.1,1.79)\",org.bouncycastle.oer;version=\"[1.78.1,1.79)\",org.bouncycastle.oer.its.etsi103097;version=\"[1.78.1,1.79)\",org.bouncycastle.oer.its.ieee1609dot2;version=\"[1.78.1,1.79)\",org.bouncycastle.oer.its.ieee1609dot2.basetypes;version=\"[1.78.1,1.79)\",org.bouncycastle.oer.its.template.etsi103097;version=\"[1.78.1,1.79)\",org.bouncycastle.oer.its.template.ieee1609dot2;version=\"[1.78.1,1.79)\",org.bouncycastle.pqc.jcajce.interfaces;version=\"[1.78.1,1.79)\",org.bouncycastle.pqc.jcajce.spec;version=\"[1.78.1,1.79)\",org.bouncycastle.util;version=\"[1.78.1,1.79)\",org.bouncycastle.util.encoders;version=\"[1.78.1,1.79)\",org.bouncycastle.util.io;version=\"[1.78.1,1.79)\",org.bouncycastle.util.io.pem;version=\"[1.78.1,1.79)\"" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-7.0.0.202310060912" - }, - { - "key": "Export-Package", - "value": "org.bouncycastle.cert;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.operator,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.cert.bc;uses:=\"org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.crypto.params,org.bouncycastle.operator\";version=\"1.78.1\",org.bouncycastle.cert.cmp;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cmp,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cert.crmf,org.bouncycastle.cms,org.bouncycastle.operator\";version=\"1.78.1\",org.bouncycastle.cert.crmf;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cmp,org.bouncycastle.asn1.crmf,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cms,org.bouncycastle.operator,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.cert.crmf.bc;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.crmf,org.bouncycastle.cert.crmf,org.bouncycastle.crypto.params,org.bouncycastle.operator\";version=\"1.78.1\",org.bouncycastle.cert.crmf.jcajce;uses:=\"javax.security.auth.x500,org.bouncycastle.asn1,org.bouncycastle.asn1.crmf,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert.crmf,org.bouncycastle.operator\";version=\"1.78.1\",org.bouncycastle.cert.dane;uses:=\"org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.operator,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.cert.dane.fetcher;uses:=\"org.bouncycastle.cert.dane\";version=\"1.78.1\",org.bouncycastle.cert.jcajce;uses:=\"javax.security.auth.x500,org.bouncycastle.asn1,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.operator,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.cert.ocsp;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.ocsp,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.operator,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.cert.ocsp.jcajce;uses:=\"javax.security.auth.x500,org.bouncycastle.cert.ocsp,org.bouncycastle.operator\";version=\"1.78.1\",org.bouncycastle.cert.path;uses:=\"org.bouncycastle.asn1,org.bouncycastle.cert,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.cert.path.validations;uses:=\"org.bouncycastle.asn1.x500,org.bouncycastle.cert,org.bouncycastle.cert.path,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.cert.selector;uses:=\"org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.cert.selector.jcajce;uses:=\"javax.security.auth.x500,org.bouncycastle.asn1.x500,org.bouncycastle.cert.selector\";version=\"1.78.1\",org.bouncycastle.cmc;uses:=\"org.bouncycastle.asn1.cms,org.bouncycastle.cert,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.cms;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.operator,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.cms.bc;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cms,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.operator,org.bouncycastle.operator.bc\";version=\"1.78.1\",org.bouncycastle.cms.jcajce;uses:=\"javax.crypto,javax.security.auth.x500,org.bouncycastle.asn1,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cert.selector.jcajce,org.bouncycastle.cms,org.bouncycastle.operator,org.bouncycastle.operator.jcajce\";version=\"1.78.1\",org.bouncycastle.dvcs;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.dvcs,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cms,org.bouncycastle.operator\";version=\"1.78.1\",org.bouncycastle.eac;uses:=\"org.bouncycastle.asn1.eac,org.bouncycastle.eac.operator\";version=\"1.78.1\",org.bouncycastle.eac.jcajce;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.eac,org.bouncycastle.eac\";version=\"1.78.1\",org.bouncycastle.eac.operator;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.eac.operator.jcajce;uses:=\"org.bouncycastle.asn1,org.bouncycastle.eac.operator,org.bouncycastle.operator\";version=\"1.78.1\",org.bouncycastle.est;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.est,org.bouncycastle.asn1.pkcs,org.bouncycastle.cert,org.bouncycastle.operator,org.bouncycastle.pkcs,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.est.jcajce;uses:=\"javax.net.ssl,org.bouncycastle.est,org.bouncycastle.operator\";version=\"1.78.1\",org.bouncycastle.its;uses:=\"org.bouncycastle.asn1,org.bouncycastle.its.operator,org.bouncycastle.oer.its.etsi103097,org.bouncycastle.oer.its.ieee1609dot2,org.bouncycastle.oer.its.ieee1609dot2.basetypes,org.bouncycastle.operator,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.its.bc;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.crypto.params,org.bouncycastle.its,org.bouncycastle.its.operator,org.bouncycastle.oer.its.ieee1609dot2,org.bouncycastle.oer.its.ieee1609dot2.basetypes,org.bouncycastle.operator\";version=\"1.78.1\",org.bouncycastle.its.jcajce;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.its,org.bouncycastle.its.operator,org.bouncycastle.oer.its.ieee1609dot2,org.bouncycastle.oer.its.ieee1609dot2.basetypes,org.bouncycastle.operator\";version=\"1.78.1\",org.bouncycastle.its.operator;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.its,org.bouncycastle.oer.its.ieee1609dot2.basetypes,org.bouncycastle.operator\";version=\"1.78.1\",org.bouncycastle.mime;uses:=\"org.bouncycastle.mime.smime,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.mime.encoding;version=\"1.78.1\",org.bouncycastle.mime.smime;uses:=\"org.bouncycastle.cert,org.bouncycastle.cms,org.bouncycastle.mime,org.bouncycastle.operator,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.mozilla;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.mozilla,org.bouncycastle.asn1.x509,org.bouncycastle.operator,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.mozilla.jcajce;uses:=\"org.bouncycastle.mozilla\";version=\"1.78.1\",org.bouncycastle.openssl;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.operator,org.bouncycastle.util.io.pem\";version=\"1.78.1\",org.bouncycastle.openssl.bc;uses:=\"org.bouncycastle.openssl\";version=\"1.78.1\",org.bouncycastle.openssl.jcajce;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.openssl,org.bouncycastle.operator,org.bouncycastle.pkix.jcajce,org.bouncycastle.util.io.pem\";version=\"1.78.1\",org.bouncycastle.operator;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.cert\";version=\"1.78.1\",org.bouncycastle.operator.bc;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.operator\";version=\"1.78.1\",org.bouncycastle.operator.jcajce;uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.jcajce.util,org.bouncycastle.operator\";version=\"1.78.1\",org.bouncycastle.pkcs;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.operator\";version=\"1.78.1\",org.bouncycastle.pkcs.bc;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.operator,org.bouncycastle.operator.bc,org.bouncycastle.pkcs\";version=\"1.78.1\",org.bouncycastle.pkcs.jcajce;uses:=\"javax.security.auth.x500,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.crypto.util,org.bouncycastle.operator,org.bouncycastle.pkcs\";version=\"1.78.1\",org.bouncycastle.pkix;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cms\";version=\"1.78.1\",org.bouncycastle.pkix.jcajce;uses:=\"org.bouncycastle.asn1.x509,org.bouncycastle.jcajce,org.bouncycastle.jcajce.util,org.bouncycastle.pkix,org.bouncycastle.pkix.util,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.pkix.util;uses:=\"org.bouncycastle.cert,org.bouncycastle.pkix.util.filter\";version=\"1.78.1\",org.bouncycastle.pkix.util.filter;version=\"1.78.1\",org.bouncycastle.tsp;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cmp,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.tsp,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cms,org.bouncycastle.operator,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.tsp.cms;uses:=\"org.bouncycastle.asn1.cms,org.bouncycastle.cms,org.bouncycastle.operator,org.bouncycastle.tsp\";version=\"1.78.1\",org.bouncycastle.tsp.ers;uses:=\"org.bouncycastle.asn1.tsp,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cms,org.bouncycastle.operator,org.bouncycastle.tsp,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.voms;uses:=\"org.bouncycastle.cert\";version=\"1.78.1\"" - }, - { - "key": "Bundle-Name", - "value": "bcpkix" - }, - { - "key": "Bundle-Version", - "value": "1.78.1" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Created-By", - "value": "17.0.10 (Private Build)" - } - ], - "sections": [ - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSEvidenceRecordStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "NBuza6R/Wdf30Dk9CDjCe0d3k4U2/P4FnquGnb/yV6A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntrySelectorFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "s72kouvTtxT9AwnN6yNQ9/D7kOZuatdpo7VjNRIWF4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/PKMACBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0YwFS02vkj3SOKMpkVIHK5HsBUID/zFwnr8gWgWhjf8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/CertificateStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "hnvlZC+Tv6xo5mme3uCdh4mnYoAHyksmhBaqsaSTNNg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/EnvelopedDataHelper$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lhikdn1QoYq7CqR4gr+9RgtXPAqYG5PuJAFpr0rpLc4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/BasicConstraintsValidation.class" - }, - { - "key": "SHA-256-Digest", - "value": "9og3S/DkveIqwyjnvrXhPc6x4TgnTtCwlV6ftgJoPEQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/jcajce/DefaultEACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "DOGrpsW0NcgZSk90xmZwfTDAR2azxY2Or03yO5faw70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransAuthEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "F0KWGiyNEONGxZVb0GW/6WOuP3PAIZdw5DrkUYeU6aU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/OutputEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "CLIZP/zHuJ47IASFIF+ZpMwWbiYNElUOS5ivWRgi9zM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEncryptedDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "/9L4rgAHiztczCg/5m1M+u8BNMg3tgkNvBhhSj8PJuY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSignerInfoVerifierBuilder$Helper.class" - }, - { - "key": "SHA-256-Digest", - "value": "SoXQm45noXZBx40fmAAhF/gp/h60d5vOQzy/eUx0YJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JceAsymmetricValueDecryptorGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "VLt/Twdok66b2m1O4yYsqBWNeoUSJ01fZkD4boRAaEA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/CTEBase64InputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "dYQbi6IwVx3bK2ZflEVjkHUHA/7CayM4axDb1pLP/0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSPublicEncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "JqqCsn9tQ9RnqurRVLZSktbFxewH7ar7XoDM6gG1Dvc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/CrlCache$LocalCRLStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zq8o5PvihTHn+K7Sz9aqhDFPnC4XZS48+ae49DKF6f8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/EncryptedValueParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "xmgBnPByKFqGc8g9cqYepktB/WyWdRl6VHlzfhBz6Zc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/OCSPUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "n/W40KfhvQ2Wma76vEeA9JoO+f1p/R/WxR9GqxKpHqw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTException$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "i7YPe5rL0BiJOZLoAsW55Xilyw9sh5HRmLG7cbg93ks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/jcajce/JcaRespID.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z1IHpl1P6e3sd+g1QxVOP2kn330hsGe12zBARgUb8gY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCS12MacCalculatorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0B+pJfHMoI8U1WPwUcEQMkN7EYetjFRhMPI8yKw53yU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "bh7+9m5/qOPff0MnprFWD5wXba/33rtDOePa+IBGtbc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcaPKCS12SafeBagBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "JyTN9RDArkCLi98iFD9Ry0V/streWkS6O1brJb5YUkY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSFileData.class" - }, - { - "key": "SHA-256-Digest", - "value": "QYdkazMAvxiGkDT/14I3zdcKCloI8+m2u23nL6w85vQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/EncryptedValueBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Njtnubh4QNVguX2OWBWgIUdrYu93B28HD/isNXgQMYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/LineReader.class" - }, - { - "key": "SHA-256-Digest", - "value": "8BEl6vnKL+TQaasdn2496IWv8o0g1XCiCC7+tQD+WzU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/PKIXCertPathReviewer.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tbzeem/2azgfHx2Uh2Ugx3AVc0ec7+zBXHFm4w75rkg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS12MacCalculatorBuilderProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "SKQXewihxomQyJJiI+AFtWnilA5Ztr6EJXylmm240XQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSValidityPeriod$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "vLNhnL7pALZNl3vOiRhU+AqbV2YvYkL2ezYP0lMe9gY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/X509CertStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "zofzGTnx/8kG9cXebmNZQ/Ao83aqUk0P6uS53kqdViM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSIRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "eBaChXtrJZ8SNqgQQblWKeCrKdzY4LzPwEggYKWvuRs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8EncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "kKTA3Nag94NxP6ZKvufZv+mysahuRBo3xGrJiuX295Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAbsentContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "51zx8AvJmxiSSim/G+TB2q1XpJ9mEMrpjcNX0Ajnp38=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaAlgorithmParametersConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "alqpiwHcYgZ+RoJviJ3DU0Ey4WwaZF3lNO0xponaT28=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaDigestCalculatorProviderBuilder$1$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "AnzzstKpDv35e4ZL8mAmdpaNKrR4NApxVkrtpVEHxuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcAESSymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "MelIn6aHjJSrPoNNeAw0uzsRT6WE/GBMbHf5Hnq0koY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcAsymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "TvCBylEcJfoJTW/dC7L95eD13Nbzqcz6XdrVQ17THY4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/X509RevocationChecker$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "r+9w6dwegYDwxiNxILbN/IVqWR/B5ZTUmj6YeAWGU5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampTokenGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "uKEKldnOHioWbobDCrgBt9UnZ3JWg26mkCv9EgWUF2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSIEncryptedDataBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "F1eWnKsQNueBHxabGgtJzZiaxakWCO9+GAkG8eAKWYo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/ECUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "e0vdAGF3ltmxnk0wGmsmKp7TSVNxoXPc/G6WDS+ZOOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/DefaultESTClient.class" - }, - { - "key": "SHA-256-Digest", - "value": "eUB2pQcbooTngkM/PulABppuneMhioCmHkYcCLakhys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "hduN7SRzIAgtfdntZBaGCJPkl15tNCcaVvE9B0vbi80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAttributeTableGenerationException.class" - }, - { - "key": "SHA-256-Digest", - "value": "X4HzUYMDTQLbCq+dIqRGdbD32t5VCp6fnapPToNwr7c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSISignedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "bHDXXvG4Os9dRkpRt7ny6kPkipw5a+s+c3OotQyvN98=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/OperatorCreationException.class" - }, - { - "key": "SHA-256-Digest", - "value": "ywEBwmemjQgDryD+ZR8ZkGG+ki9+shpb+/mww82ZR2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TSPValidationException.class" - }, - { - "key": "SHA-256-Digest", - "value": "NQ+2Dt6AbgMrxNDxJxeFg0GH3zb2attpBvqw5daoqcg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$22.class" - }, - { - "key": "SHA-256-Digest", - "value": "wU22Rv9rrQmlGSElZ1Uk5S823p/ftesz9M3R6q1aggI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/CCPDRequestData.class" - }, - { - "key": "SHA-256-Digest", - "value": "J4ucs8wR1bd1+OKCEVtAYUN/d6uIB+67XZEOh1Fhuow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/cms/CMSTimeStampedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qPlrNiX4zwGQK34kYIT4BgS2szRvN98HvafvFChudWo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSPatchKit.class" - }, - { - "key": "SHA-256-Digest", - "value": "Szu/2gOZW/EH/VSQVlO0bBYnm+JYIi/L8Fte+Bo7PUk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/cms/MetaDataUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ei3HaSn06yJXeoxeFW9wOd61SibzmxPN0BCdrC5CNGs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceInputDecryptorProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "PpszYsUxNJFNH5/s36ZYTIVpyMOfsX8WCkzpRRcgE08=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/jcajce/JcaX509CertificateHolderSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "qsmeorfCAlkKg+ZeGkMCdslBHaGKznuEyxAoNX6XVYA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcePEMEncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "5kojRYDPGX9bPLU4rKP0r0ROXI68FuWjuNAVeVBik+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaX509CertSelectorConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "tIwG4BBxPNkq0F0IBQkDN5/Jtney3Qr5FKhMPqt4cj0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "5YWVYQCoNP1ybnVMTvH5H5bcRcD4cmOFunaqRDF/Ca8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/MessageImprint.class" - }, - { - "key": "SHA-256-Digest", - "value": "dVlDeODySGsivHNIWrng1PUqFflq80csp8oMfncTE08=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/OCSPException.class" - }, - { - "key": "SHA-256-Digest", - "value": "7jXm8mwOcr0KwV7LXiwpwPPOUVugOsTjkDSeSnD5LRY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentVerifierProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "9AdFp+633yOv4PnJluaHgf0PWM1cTNXOwrgdvl2XzTI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/MissingEntryException.class" - }, - { - "key": "SHA-256-Digest", - "value": "EN3KpVCK4A73QMy2K2xqmc5c5pdJqb7lSgYoRwWe+cM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/NamedCertHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "QrjoGJrROwlDGIZG0RaEycalcDFFj3U/Q0cEeZqdKv0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSecureReadable.class" - }, - { - "key": "SHA-256-Digest", - "value": "yU8DWCPIgSRBDye8jRW+of4GbO+f7sQB8mm3yi3IRlg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeAuthenticatedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "G14kTN4smhG4Ue7ekHuSfkd7VUO/axcu83qhcUs/D80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/SSLSocketFactoryCreatorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "DxOiHM2DYYMo2bWXodnSZ9HrZtRVWrOQ3rxgSFLR7hc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEMKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "aJrbQ0tDa1ZPCWGH/D3all7yBDHuugBzdsuNhFZxebg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeRecipient$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "/49TFL3rVKXJZYiwqlC4mv7cjv9ES5Wh8XUuSX6xPyk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthEnvelopedDataParser$LocalMacProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y3+8D1bJohsqRaP4x3ID+Ztqvo1y2gtAZsZ4RpyT1Y0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMESignedWriter.class" - }, - { - "key": "SHA-256-Digest", - "value": "oEnVO2WqIBpIo02Y7SyWNq9If1ZT+mvfQS75Jf96Jjw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/BasicOCSPRespBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "GExP0GbcCLsywYRk6qk3cn404KWdsNyUaW6zyZwkR9M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcaPKCS10CertificationRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "pngT1rLtMu3BKI07Vn0hLRXqW5FcpqOwxTIKhX/rdug=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JcaPKIArchiveControlBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "mDNPIpu/sua/vXbrMqWWygK4GkxAnDrvCt5cRSctopY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePBMac1CalculatorProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "l1Phgt3jQn+g3OMvM7vJTxVpxqEOn04rXAXZjoF49ME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/CertPathValidationResult.class" - }, - { - "key": "SHA-256-Digest", - "value": "KjXJ8+axjyJgrBwwQmSHVt4Ohbp17MCh1Z/dIGFi5WM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/cms/CMSTimeStampedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "8IFyE3znquzT1Ywjibl9xLnHKgXAJjfvVwo37h6PSBU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/PKIXNameConstraintValidator.class" - }, - { - "key": "SHA-256-Digest", - "value": "8wuK+SmyPcEyyCnGZax0afoOGa7Rsk+NrSD1gKCFJn8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$ECDSAKeyPairParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "bnn7l1urlixvxf1OKXY3aVJ2W5leksSzT9Y2yTvTGXc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSCompressedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "KrTEx9zE/YZth6meE2tt8xMakIqZedwntDvIYy7kJHs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TSPAlgorithms.class" - }, - { - "key": "SHA-256-Digest", - "value": "O/bXxu+l4ysF5W9hF4I3JUcmHzMiLfIsmjFK2ii6yc4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcKEKEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "ekEqoGMJs2wdqlVw5ABcyjtl2rIvFoIsZoK5R+WYTVg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcRSAContentSignerBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ADvoq0oVppCVZFO0wiPeL4QZigbsm6M1JJbpsHjXc4M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSIRecipientInfoBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "V+30oV6gksK2BkA7WjWoBarZZRTVannUsrWpwBY3kLw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/HttpUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "L+sT4SNb2LQUgIuNa1Vb2pH/CnKRAamSKM0ar/fA5js=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/MessageBundle.class" - }, - { - "key": "SHA-256-Digest", - "value": "j/z+R5865IR5Ne/LW55GxFeqyZL1N7tL6nRZhirpPSU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "leg3Oamosj7kZA7oxrKxVsf/j+N8bQqYBGXYrLFPTfE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/SubjectPublicKeyInfoChecker$Properties.class" - }, - { - "key": "SHA-256-Digest", - "value": "I/nbRaNS8G5+mw5z3bwjWHuatnjDHev66Ltqw4zlRw4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/EnvelopedDataHelper$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "vFtzHm2NirFCTxHKUOifen1EuqHJ3bWsZRj/YclyPsY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSArchiveTimeStampGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ex2ARQpKzz93huFqcN1XB5UlaeVhyyNx+2LbOW68jIY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcCMSContentEncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "4K+pSYQiFirm4bd0fPv7OsnRHoE5oD8Nq7zos+mEzqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcaPEMKeyConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "kpN9x5CxePNFBsXuOc9cGHNaiDtTlfJ/oZ4Tf3ecflU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntryFetcherFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "+UoUDxcD5yVqHdbof8+DP4QASFz0e5GR8V+gUU1ELsQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSArchiveTimeStamp.class" - }, - { - "key": "SHA-256-Digest", - "value": "RbFknewbLX52EE7xmZfcx4wKoRTIHtK6HkOaaqVfW3M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignatureAlgorithmNameGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "SAcNBucMmYebPvLCecT6Auyl85MLHbmPRDcuxb7a13E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/EACIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vayg7pSduXDjGz8QPaP/nAr5H6aCdp2zrg/4lMyq1+s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/EACSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "jF29EZqiJMinQKWBbQrN7Gzy9R+7/iiDzVLXYu2O3Yk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceGenericKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "88OzKTzap9iwKsSWjm8K7JFjWemXudz4Rm+ZBOyjsvI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransAuthenticatedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "nu71cgtEUVllY9H0QGacmnNAJUGi8rb1b962Ewtvhhk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/AESUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dnb9eSkfY1yTqI0OZXbLm6ZTOPL1+aYUHF8IO4HdMPQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/Headers.class" - }, - { - "key": "SHA-256-Digest", - "value": "GDvwK/7TtqLjU5qyt90vzPdMuxB1JBHYTkYU2BjB57Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/CertPathReviewerMessages_de.properties" - }, - { - "key": "SHA-256-Digest", - "value": "HlCFq4DkFVZLT9e0DXM2HImoG+psbyYIsD65AP0Dwo8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/CCPDRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "n5sseupPEPD2HpZvgLfPdMFf1fxE6XuKrD1InF3RlgA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$KeyPairParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "+hSA60Ee4MfzF2EA159We5nF0hcFLIpH5eeBYxbsR94=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/HttpUtil$PartLexer.class" - }, - { - "key": "SHA-256-Digest", - "value": "qJ1mKMmbU0pUu+S8uYutJW51lrkwaMfKAcOB+68g7z8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMEEnvelopedWriter.class" - }, - { - "key": "SHA-256-Digest", - "value": "baCieslkTSxweAgsVF2ewWzLpDkzkKJGLZSuE1ppC1c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/SubjectPublicKeyInfoChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Nt9Mk/BP5Kruml91hgmbHRVElucbVs6FGUCt4v2Sh0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JceUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "C0mn0Ol5OGkgr1XSQbKd2Epy2V7y4b8mxZC78SEMjJg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSContentEncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "q8JMbpsjRe2j2vluuDE62wsZi5YQoBeP1U8eS0aXqp4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JcaEncryptedValueBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "wHWZn+5lGJTbhVNkkHUqSbzBkUdRMTw2Pe+Za9VYuok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSProcessableInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "WvbXpxlRw7yJvH3b0BMFiGEDtpIeXRkLZfJ9aUq12Z8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/DefaultESTClientSourceProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "j94MxoJpMqYVIJehGjOpOH6S3Wt7Ha5JlMcYlRQufRs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "3WQ/TX2stYISLDPs8axrQ3w75GFJ2lpMbMXSaTiQ5/k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509CertificateConverter$ExCertificateParsingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "uXykiQTZuaVm/D7YV0yK9zcRBl2eHUhjN2iyijGq1jA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/JcaEACSignerBuilder$SignatureOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "dm+E2+hirc9+1YHNb5i7GkvSmpTABW/6zwH5Juo+J08=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/DefaultJcaJceExtHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "isp9CKGRMJx5cwsFna9ZyQaFVVXznsyUABnIApbYg2I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "1abjoEkaH9veHr/Hs9t2JZBlbNq9D4+c7TdTyQ2CtIg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/DefaultSignedAttributeTableGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "EHIXZPt1FviDgygnze7wL8rOTNnPpHc3TN3//dxFwws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8DecryptorProviderBuilder$1$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "p06G+7HHJhbXD7M5aMVmMOg9BRa7lr3/1qukA0chBJ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/bc/BcX509ExtensionUtils$SHA1DigestCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "EsgwO9TDoAovJylIVkx/+99zmMt23UOEWq0kbLnkm70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "DgyUE4O6vcg1vSvmr5LGoAvl0pSZwXwoKjVzIG/4fs4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedDataStreamGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "r4Dy2EtermmOfE9EmyKnGibaGgtQeOueOFSTfIUKhKE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcPasswordEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "SdAReftz2Nht8R2FfuC7eu4/DE4KWTyvFHAsEt97m5U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCSPBEOutputEncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "mei1loNND6YG5MPZRKHXbjI8jtrQj7H5JAdRR93tWf8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "zJTUH15qCphkY32tqm1rH8n0OlP3nvPGvXk/D/cwS0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateRequestMessageBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "3jBzIc+zqjCMe//Qg0ej5wBxAScoqBclSwV7oyWG4uM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "YOOWx/q4dlW7kVDcPkZhJ7kMgWgFGAzHbwdJoeoj0Gc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS10CertificationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "H2qzIBldxmww6IjD3A42LLhpqB1QZ+yExt0P5VA5ARk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/bc/BcPEMDecryptorProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "DUThpmkSdLXFFTJ/8h/1GNL2ggfHHKRqA6e41JC88wE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaDigestCalculatorProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "af5X7ruBGMyIg13+oMPvB6PcdcB1lyYco4dCaHFfdnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/operator/ECDSAEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "EfPjgRseCvZ1KIj7sCK+SmrZ3iGrLYclRfO+hdfPhyY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMimeParserContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "hTKq3PKC0CWkPq5I4LfH00LbW6FKjSsDsZ0J7/wtA08=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SignerInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "G3ZScjQJZ1u16WprL8UDaY6UD19NT23jASA2DzDoHAw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/ErrorBundle.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q/nzwzv5cEzTsHLhg31fUyfWHCbVHqX01r5rfTOG5lE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/ZlibExpanderProvider$LimitedInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "oxMCH8auVoJo1YgRnkRAIpT/eVicAaQYwGV86NHnt60=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSignerInfoVerifierBuilder$NamedHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "H3LxXNW/ZfNpnOkWjnnrMZW3yb5t8fl6kUeRGZgHTKA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "uVQocI3Rz8cfwRh6jP7QVjXAhquFav+pJZI4pfPxqlQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/encoding/Base64InputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "pxU0aMJ6lCrmQGTcWcU+Ca211nlpVNwjmRyKmzCe6lY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedHelper$CMSAuthEnveSecureReadable.class" - }, - { - "key": "SHA-256-Digest", - "value": "FgtlbduxDYU037sourEKOTHzbBlt+m/czsCiJdpWy6I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/AttributeCertificateIssuer.class" - }, - { - "key": "SHA-256-Digest", - "value": "VuhakZ0W6BqH7w8DaE9iSGyxfLXpdKvxzIa1scHKvGg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMimeUtils$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NFY0M8fAn+sAkYD4tYlONq3dJpDx1wGPWPtZ8sGOc+A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcRSAKeyTransRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "9Vk9826E2YNq2LyqqaoCdPRzTpdGKbMxppSu5+DzyyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/AsymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "p4DdoVfpcfB1D5vw9QOW/qCLMh6i68XWGuzU+HG4x7c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignerDigestMismatchException.class" - }, - { - "key": "SHA-256-Digest", - "value": "2YG8iy+sOwhAgXJbdEeE/DcJRmKUHyVSXPynRJK2KJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignatureEncryptionAlgorithmFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "2DPCgz2CmC7sfvejZi5FbjVTAOYL/jjuv2gmkTdEdNo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "gNl2i3VdU0kLlLipIRPUgEjjUV/9Uq8d519YLOAl+Hw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/SignatureAlgorithmIdentifierFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "iRRfV7oVQ7ZORka2frCwc+WCSisoSMwa6N8vtehRNws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$PublicKeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Okctlmk/Ny/U4acPuhFclaad/HePBtbDVTwJDQQz8c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS10CertificationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "9MNoL/R71xVQr0euWbKnSEHohNBryCZ2HhTNtmKMc5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/CertPathValidation.class" - }, - { - "key": "SHA-256-Digest", - "value": "fEiep48ZEDIALSvC0NucA1Yc24aB4t2XaEEojuc9VdM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/BufferingContentSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "s4BsCnpgRcr/7XM303eE7mMgoBgEQhA6Ft+rWS3SCmw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/SubjectPublicKeyInfoChecker$Cache.class" - }, - { - "key": "SHA-256-Digest", - "value": "grWqy3uHxrEEmpYtwQoPqhMMQD+aCJOoChCuCKpDvBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/jcajce/JcaX509CertSelectorConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "6skanK+7yoNvsooRI9ftzFphz7wSXOIutzA1aSGzi7s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedHelper$CMSDigestAuthenticatedSecureReadable$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "7i1v8sTY1/h768ma8or5qpNc1/NYDwP3eIRpaC44rxs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/MacCaptureStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "fCKl6Mz0ac8DOGr57Sfpms6UW7jyFgb46/S9wDI8UAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "3EaZx170ma6NXuD/ngBHGmzwhzSq+1hCNFK8sQ9zs0I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "52BCyMVtQU97133+nQzEtqpYHGNY7ziLvE3QuWG8/ek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTSourceConnectionListener.class" - }, - { - "key": "SHA-256-Digest", - "value": "qrqY4uV1E2uBNCjwI0w7hlmxP6ziOD15f6C4fcg6sVs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSConstructionException.class" - }, - { - "key": "SHA-256-Digest", - "value": "CDVKXYu5jaYNo8vZMpvDxeLPE7pkc84n8UmaUdcqN48=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSRequestData.class" - }, - { - "key": "SHA-256-Digest", - "value": "0eu5MDXYiSEDnvjZ0I4j6Wj5+zFtYuwvDQxi2O0huMY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSEvidenceRecordGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "3umMqIXpeNMTHKQgZnv7exJZaOM3yjeEay0vvQtOHB8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaDigestCalculatorProviderBuilder$DigestOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "voGMV+goxuY2IBa378wt2ANtPjo3xPA3rMMl5Lrgo9U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSPublicVerificationKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "53RZ9J3EBOlUubb7YT0P+f9Y35sZpSfUSFp0vHTZ19Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcePasswordEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "lHvbu0O+t13ffc3qFjbb19qtA15PIYAeCQc+Y0LWa2w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/MacAlgorithmIdentifierFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "idFTfRE1bI+evDojPT7y0bMuO7SHbqvFWjSXOUQDVLE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeWriter.class" - }, - { - "key": "SHA-256-Digest", - "value": "nRp8M3lgGfaMOQbcS8VHZ8k9/vgJSTbhEJ1qHiUuWP8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/DefaultESTClient$PrintingOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "9K5ZTJ/OJeu+r8m4lmkkLQY0Cv9l+lexM+YivNSEkyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/VSDRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "WMCdK5myHDAJdH0UtqDZn+K9jUmVI4NfKHZ+t0t32Pw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/jcajce/JcaSelectorConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "MZ3G9HqaSKeJpfShftcuIkMxycWDbVj1PYVOMZQkDII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSRootNodeCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "5T+O5Kw3wsULASZhIjXgdbqrow4HJ5p0CKS5Ycdblbw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMException.class" - }, - { - "key": "SHA-256-Digest", - "value": "IbVFJ1VCJIXy+qsxnOi12h5TyhmXfJu5i5+sTPNu/Nc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/RevocationUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "yvZJ/SxmiPW2Y0hvek2DaYmHLdDhQhj6bRegWyPlHB8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/TextBundle.class" - }, - { - "key": "SHA-256-Digest", - "value": "2Qo7JsUKnN9A8XWGHo31YWZmvMQbJ79WCEccHPEWAvM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/ZlibExpanderProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "hsxP5ZcFWyjBHZwzYzqfxf6CWqe2RxMjoj6sG6X6jpw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/EnvelopedDataHelper$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z6vTUT5VDuZPlc6QliUY2i2xw7QTXA0g+QtdGn5jekA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/EACSignatureVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "sC8iDgLVq882Pt89IAgDXNQs+VVKuFY1BPs5RdvP++0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/AsymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "l1oBHse0BO/ww7lGc8qJuFv1JK8Jk/Z5b49o17nQ1J4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/cms/CMSTimeStampedDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "FyK0NIQ/4Enm5iIwvAehu5vQxcTqmChzjlGjsqzAa40=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/HttpAuth.class" - }, - { - "key": "SHA-256-Digest", - "value": "dDWLBqoF2m225dxYVcjD7KrOriQxKoNV7YyKZmnVwzg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/BinaryTreeRootCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "zncaDZvy+6korUYe4gYoqd5kZUL0f5IC1pRye6uJu0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "hVaBoDAVlNVDCz70/RWt7zDRpI0VA8PVNH/+TaFD+7s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSCompressedDataStreamGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "nDAUmNsevI4NUb19OgJnrRwtfD0+x6KCBVCCJ6lKZaE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDSAContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "RWG3fP8R5oq6ohDDv7oiGgMOQHzp54zfUnLQ0lW9KUE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntrySelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "bkugMjy/B1BR+ehX/ZtxdWRxpB8pxx20sMW6n+EZGXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/jcajce/EACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "9ofDwlYPM6e00WET9jz/ekmRHQZny5CJF2ddyrtczUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcECContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "62OByuqXyJB9pLJK6kAk85ANbjYOOZQXYFkJs4hp0Jg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JceAsymmetricValueDecryptorGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "LlNegcjp/figFSejqt5Y1OoSOl3TOc+ZSQdw6DwR88A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/Req.class" - }, - { - "key": "SHA-256-Digest", - "value": "n3EyLzdZK/F5uq2/aBW4I8ys1OweO5LJ33ZGn+jkGRo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceETSIDataEncryptor$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "nZvd0loZE4sEUr49ATlwatioG1+LM4OvFDn25RmFhWc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSContentVerifierProvider$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cd+GrLuFzgm8nc5rAqSqPI8356cKeEG4mDa7bH4aBx4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/CTEChunkedInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "SBjVLMw196wiJd/pX9BJbcfsibhqPvmPziuaxn7QrkM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "lDDa0u151teDovJGRec0MiTvhJvb7YyG6aCr0eFZsxI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransRecipientInfoGenerator$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "8zXOGMVGUjOoYk2Cer6QAd7BBlWW226KRnRdW5PBrCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JsseHostnameAuthorizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "cDaFRauHPZRvlvFKJi0xO3ZluM7V1/Pv+5LzMu29kic=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampTokenGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "V6J1WhC8DW/yFPZyqlkq/E/OZVgWWsdPlZ2W3IXzYN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "FsEM/xgMDYxE8kRxFm4sixYJipc/5Kn5FmZeUBlfy2Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/PKIXCRLUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "j7vMXuPXs0uIhagnMhCPygPS8ccfpJ6dUwQrdFYU2lE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/Recipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "7gRXcIWNaOTiRtg2zeO8kDugwvMNctK9kcJF/toIn9g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMKeyPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "dfKfS1axhT4yYlkDMJeuLNhWeu+bQoBjDUQoUSfU28s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "QUKAAW0dy7Szn16twod3pNL6gHi9OHa9lfc2X/Wju4M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/RecipientOperator.class" - }, - { - "key": "SHA-256-Digest", - "value": "uO69QNbP+2spbx9/EsNbWMbvoVmLAiSu3jrZO3Ijs+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/InputExpanderProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "OnqTO20zO6q7oZq95a/hH/m26jsE9rUMHRRwOqh5oCY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JceCRMFEncryptorBuilder$CRMFOutputEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZA1yv8Tsg5bCRMWj/0eJN/uEir0A4Qz6/qYCFOhYHfA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/ContentVerifierProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "A3GHa4nJQqC14rqFpmVIHp7MORXQoxQelkuGH6hrOgs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$AdjustedXof.class" - }, - { - "key": "SHA-256-Digest", - "value": "XmVMgwoW2L/YGjdMjWSA3cMCKfx3och8YPKHp1Oj0Vs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/EnvelopedDataHelper$JCECallback.class" - }, - { - "key": "SHA-256-Digest", - "value": "LVil+I9QBvevOdroqb3pNnSso8/kw+SxsVuPy8o46xA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCSPBEInputDecryptorProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "MEaLXQtKFUgdEh5trLfc9/lx5Q/9W1JeT5pT93/fH8c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/CertificateID.class" - }, - { - "key": "SHA-256-Digest", - "value": "WXhqFwtwVMa3LaSFVVhnwyS9QaGIHzL22Y48dz+DTRA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/PasswordRecipient$PRF.class" - }, - { - "key": "SHA-256-Digest", - "value": "jr3uU0B7POtgZew9jwWtP22U4ey1tjDiXlWmgiMCU04=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSValidityPeriod$Unit.class" - }, - { - "key": "SHA-256-Digest", - "value": "JNJMlbdjg0ACCiFGI3h/BbtclU4vC4MRDY6ClNJTeRU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/cms/CMSTimeStampedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "X4et3DAG8ufnXZzsyYq5WGddwQxXg3atRggfK+K3UJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/MSOutlookKeyIdCalculator$GeneralDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yu5D2P+11WuavjvajrptzCjmdhs9qtnbgGUf20up+T4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$X509AttributeCertificateParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "iDwZ8uKwwdi0AjoyJbNYORfCnAyVlfqCHojXHnzBJCM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/X509CertificateFormatter.class" - }, - { - "key": "SHA-256-Digest", - "value": "wQqM9JxvyqkLS4P9T3qJE5L7YhZT5zbPfQfNLiEURQc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthEnvelopedDataParser$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z2pVfna29L/8il7b0WARd6q8bcijwj39qj+/WzbCHrU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/JcaPKIXIdentity.class" - }, - { - "key": "SHA-256-Digest", - "value": "XgIClRlgUpK9soHUgHznnDmVV2CPuUTOwSTLvAKHMBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/CMSUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Opz0J4XYuzNNvjO4fMiUXgcGO4rVC4hTQf5mV+UQiA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSCompressedDataStreamGenerator$CmsCompressedOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "QQjg2usULSoBwctHj4wuKZM8/XyGcZVHZMFXI3cHUx8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/OriginatorId.class" - }, - { - "key": "SHA-256-Digest", - "value": "9cez+H/9DQC3PjoBK6VWOb2uW9NrI8Wt1v0qsr1PDek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/X509AttributeCertificateHolderSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "IxZwsWe9K8sHbYTgffmGRRTzmR3MvWGWLGtDrd7HE8A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcaPKCS10CertificationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "tm6GiNGou1Y1oKjSNzwlVg25FaFXXpJzXrlZEEkYtXs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/KeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "mZI2bPc3fIU80yTocQ0IjigpiysDcHvIuj9yZy4qYzY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/CertPathValidationException.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ab3GkwVeefBwlbyuqUANO2qcfySMnVampEgHUrPioWw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/RecipientInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "99AN4fXbo0wgzZJ3rjHpa5gNIZoPFYiGSlYxyG4Yypk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcSymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "qq1A60gffIkSwAzXuSa0pBa1mnQiIjRbmSiJAPJo6SA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeRecipientId.class" - }, - { - "key": "SHA-256-Digest", - "value": "1nxa3ng/xdT6NYm/ZjLQDJwn6q/ebOMtGAPcMMArbVI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/JcaEACSignerBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6073CLAawPTa9/WavwvMPDxGd4ks4m9woMVgsogx/No=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DigestCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "+RXKTmQ3kIkg6SIQF1zgT3SZVFMTXsy7IZncozensu4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12PBEInputDecryptorProviderBuilder$1$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "cSR2NM90NCzs6Mt5pXAfdwnXJvmCqnuc4vGoNJbRKdc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/EACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "AFj1Y8yNb2B4dQijUxcTsqRFxExwiFnVQhAhWGQk70Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS12SafeBagBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "R52tjXxirMKeh9rxt5I05+2Eg+nqf3GV3Q4eHsgY6PE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/jcajce/JcaCertificateID.class" - }, - { - "key": "SHA-256-Digest", - "value": "dToXhSsR9/O7PDru3C+RRBxVIA14F3tAzSjlrgJhYL4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSCompressedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "htk9yYP230I3M9SB9somkDMRs8KFsrVoQDeRt0b32UI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSignerId.class" - }, - { - "key": "SHA-256-Digest", - "value": "l5BZBwGbzb1qMlgBEsw2fRnX+Uwr06VnjVKiKwn4kss=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMimeParserListener.class" - }, - { - "key": "SHA-256-Digest", - "value": "fqj8k15u4iTbNX6cPDssHC19++Z7+NAhhJS35JYFgv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CRMFRuntimeException.class" - }, - { - "key": "SHA-256-Digest", - "value": "wExTRPvCOenLqMO3EFQUFCxmYk7et1hnPixty8lUhgo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSArchiveTimeStampGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "MUYhQZug1Y1iRupAHxX2Y+lHDetGUVrM8iVav4G0K/s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSImplicitCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "k6W0OEIJp42nogj60aZmVKKl9e0++p4kPkWxJxXEhEg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/IndexedHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "273z1hac3wGZbxhErp3Jjt7GtT/5nqkzjDFHxIhUF84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCSPBEInputDecryptorProviderBuilder$1$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "y22wS6wFN51tieh+SYSQPKx/OaFdS4kr1DgCnFmkd8w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/ProviderJcaJceExtHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Bms3IYHN8h2uEB6LM+dWMp3++jFm33Z744Ixd42yT4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/ClassUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "8TNH0RXEZ2C2cqXsD5fl9skd0kykisaW0CaJujZfEIE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/RevokedStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Y6ekKpdoLztLqK35f0pzCEYlJus8lHg1EHQqZY/xD8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcaPKCS8EncryptedPrivateKeyInfoBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "LcVhSOyiGJwvhia0uq7iogykZF9UJDD8IBB6TG2j3sM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceAsymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "fKRPhiPnyJw32qAbKAZujEPOPlbanbdn3zCDQEiXyVY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/CMPException.class" - }, - { - "key": "SHA-256-Digest", - "value": "zb9nWDS+NcwmhqYi8+dGIpuj9P0iSR+cL/Rc1lTjndc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/jcajce/JcaBasicOCSPRespBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "MWJ9TUl8jsfg7d3BQiu3Nt2ayic04A6BVlATlZwMJxM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SignerInformationStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "ajsc/9ul1JSLCqzlWANoliaNjAP+J+P96hMp4j9fxTo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampToken.class" - }, - { - "key": "SHA-256-Digest", - "value": "DnZ7z8vs0DN6ydGiIx6UD6ympJKO7fQCYnYg4uzp1Eo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEKRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZFiAeiyfgNMEhtwN0KFMu42+jxcmBKy3rRMhMOxjb9Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcaPEMWriter.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nf670wHxuPTo4Uws/GhWZNb+6SQVtApy8aPXY4cZ+vY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/PasswordRecipientId.class" - }, - { - "key": "SHA-256-Digest", - "value": "xTEtC5Wa//hlsP7Erp2f+8qhnKTBw257F8jO3AKDvZU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "7HRMHStBj3RIUDds2F4wtRbMOiW19yTZ6CdLXjthGPs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "qlO8P700rbhnGJdyKaO/OQ4WIYHcn3Pn7bfF3yfaul4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/CRLNotFoundException.class" - }, - { - "key": "SHA-256-Digest", - "value": "Uym6iJhI6307FpSnFyLFrX0OMbTKmt+MbuNAxV7TFUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "VfNbdo+A1Sb5IMQjl/DtU3qQ4ubG2aewVD3bdsw2nas=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcContentVerifierProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "fBS2LcJ2uWOZ/MqKZY+kbpYTUSRhUXBp2d6f5v5SFKk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampTokenGenerator$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "hT1U94VUGe6JPwR6voLIvP8lhF4AO/G1xFSy+pNKVww=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/LimitedSource.class" - }, - { - "key": "SHA-256-Digest", - "value": "nVqf8zoJXGjHhLv1mAppQNWjjImIFBewU6Hg9Q66rU0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$21.class" - }, - { - "key": "SHA-256-Digest", - "value": "zQFk1jJPXm16YiUXvjFDRKjs8f3I5tizLzDVaHqri6c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/CertPathValidationContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "CeqId6nwF7OXsPAXkMUnsVpz+wDjsffCTEowJVRn2QQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTClientSourceProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "cSLxN2mZ+MIz6vDCGYS1ljcvaS49FyyjyM819IJY4mE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/bc/BcPEMDecryptorProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "0M/WO6RMuqgRBFFJB3LudL6JPYikVruCuJALdaEC6eo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/CRLValidation$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "JMskzKSg03nBub6SpUhym+LXKYnlClX4FDqPMZzSmhE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcEdDSAContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Il7BpuLeu9qeZyfeYcjmqoN15tT5bILbpb5y2j78JU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/ContentSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "23YTdHmjRq5/dwgHJPayiBfAW3s2eL7tYwV0F9ZStSg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransAuthEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mk52MYLv5sdtjH03IePveooigalgs3bsCZrXSeylQ5I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/PKCS7ProcessableObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "ifLhfxPtd8JFMfskMye57KBRdwAKGPYL7oY8Bu9zODE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/jcajce/JcaPublicKeyConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "KSRqx77Sdj+0gPdqq6TT4BcsN2Xs+55opz603hS6WFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcCMSContentEncryptorBuilder$CMSOutputEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pt5rmNATBoscY7pmbclprBcwwP7TSeiauRfJE1HPGhI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcAsymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "sPK+mPQNGkKr4ET0BCDaR84+oS9qgzD7TCrh8FKk/h0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEKRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "WX1OybZPOpnaza0NcKxn6dRfdiBUbdqVXknXcsFEwWM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceInputDecryptorProviderBuilder$1$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "kMQnDb/xTBgsTzWo7Q4TcTHacOmu2Ymj3Q2YTun7TMU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMEEnvelopedWriter$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "93WXt9O8nYYEsH/+3GgAjAgVN1IGre8WBoChMzcdT4s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCS12MacCalculatorBuilderProvider$1$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "KY3aHd0R5rlneDZIyfYF2ocgeYC9lsW1VRjXii7GjPA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoVerifierBuilder$ProviderHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "rK6fQnaP6xWtOKYKqbEDRWkoBvbPJVBrzI9pGppM+FM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentVerifierProviderBuilder$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "abtkoth4RBLF8PtioZo+nZLjgrDL23SVG7gSifZqtdo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeParserListener.class" - }, - { - "key": "SHA-256-Digest", - "value": "aiEf6NkEgptXFpI/FpiKu5knBwwHC2sBYgfxQz2GbeE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedDataStreamGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "nohzoee7fg8cJZrfkYBzDVwk7c2xj/oyR6kArV2Adic=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/bc/BcFixedLengthMGF1Padder.class" - }, - { - "key": "SHA-256-Digest", - "value": "wXHnS9amDqmoT5ZkAEtqxfe66aJE+2DsTn7VKAMu9Ng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSCachingData$CacheIndex.class" - }, - { - "key": "SHA-256-Digest", - "value": "0s0LS7TpCprJYk71TCSy0uOrJxKHyPLI8UVPAgTyP4E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaJceExtHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "I6jiu/a9VkEWRQIlaRfBHLEdywHqVBXrARymCg5Mo08=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$EncryptedPrivateKeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "v4d8BF0H0zUn5hAnCqPkbpjnc4PQVSveZblQJyMMOGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/CertificatePoliciesValidationBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "7sJJkvY0tMnI2jk9AjdYeG7rvheO+Z8og2JGebXP1v0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEMRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "dZ9N1mCmksj0e95RRiqLYene8oHJlmq8xdLxPg4cQ4o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCSUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "z79bO5hU7XGzb12U8PadPX/Y49cnbCNVSmSe54rbZ1w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JcaCertificateRequestMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "HtNfZ8GfEklzoJYA2n7+fDjx+hki14m0gEFU0s59Qzo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DigestCalculatorProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "1KUIawsJ02Fv92ng7Xl7GEf2yPAppoTRS4l0kBO4LVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcePasswordRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "MRjDAqUt+NSMKaPO89830SVxWLTMbGXo2LfUOzWlMy0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/InputAEADDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "fryPop664ygfpIgjle0UiOIipVC/WIknqUn383EIzeo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS12PfxPdu.class" - }, - { - "key": "SHA-256-Digest", - "value": "zFFrdDjHa876d0l9tC6y4atWFsOW7RRC/X3rummiUHU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/MACProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "cJqmiRUvF7tEQNVJx+w9vcmpUeImbr+2UHoCWVtlpIo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "3RDns9NwoX2eCHaPmINYXNQbheDi6/kd867/n+3UJCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoGeneratorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "TV8kV702wGceAbA28Dni4+UZG+HEcONFBNK7/H7Frew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSIKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "CUebZRanYkjDeCvujcbbZiMnspMA0sZXlGl+e5QUbzM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcEdECContentSignerBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "oKaPLgB5Rancsdv2yevsJyyrJwFVXrQmTOsGxfG08Zg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateRepMessageBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "AFoPLRpYnKwnovOlYmxymskKWKVvsiIYgwGb520cnDo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/RFC3280CertPathUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "Up/98iBc8BGhezgTbFP4Nm+zy2AwA3CsjspC/FM1L5k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcContentSignerBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZEv4N7M2xQLaHOfqEaHBGvMmotxDUJX6rH/rn3I1tsE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/SubjectPublicKeyInfoChecker$Properties$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "xV3/Rt8RlZimWDlzWBXcR7WO7yQtjeSZqxw6QyeeaTw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTClient.class" - }, - { - "key": "SHA-256-Digest", - "value": "6ifIch9z9pIwGUn0Vt3FjMss7HTXNXvN5SsoD//DkbE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMimeMultipartContext$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "wWeo0oRL2uslbIgwUQ6IF2Jkz/iQ/qhEJmQgV/0TPcI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "PvwGQNa8WH+sRBV+arQCkp3s4czuecCNzwvhNQOqRrA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/OutputAEADEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "ikOTlJca84Ic4D9uHs/thTBhvgdbF8Om0uQ6nViDJ98=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "wHc+G/u5f+z2AVD3b+jWIGSJHA8sDdFbRf/DGbeQ01k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/CertPathValidationResultBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "NtDDh+l9ZV8opGmAkk6Vn3fczazBkHjbItXCGdUu1Rw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "OzVc3CjovMRmkYEAZvD9niuLbpR+L+F/kTnVMhLnSSc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyTransRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "WjO8iaUOyhFTu58ymJZvaOPBYPuoxKqDyLde0vnuyqY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pco44THPvdchbBOZv8qxcgRouGRBObd7WX8D82VHGQw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceETSIDataEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "h2QeVKGMpkQYsUhoJFsGqu+q8R+vab7k7sknd4GB7Mo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSKEMKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "03Y6HJi33koEYib9qE0GsguCRvRdemqbAM3OQgMMqmY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSISignedDataBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "CLBTwqxgAlFfDX1GaJmCbJnTSD8C9uqd6oUaupk0DoM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8DecryptorProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "VZJOXbGpIekOTBbOPCh9n3feW+dvca1L7JBd51RMxvs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/SubjectPublicKeyInfoChecker$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "VPdAie96yRczOpc+nQ8JYLeT5jQSUX9vtVZ2Lf1YSJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/DeltaCertificateRequestAttributeValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "6mVULV+m4+iZlHZUQCBVcxITsk6WEXESxDH7XEcNiME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCSException.class" - }, - { - "key": "SHA-256-Digest", - "value": "SNj1JHte2ZC7qQL8qKBJFCsF0f+Ur5dUhmGAXvy9Lm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceKTSKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "CWJNzL2e1KrxKO5xP6DRTASg0eArSf6Q1a1yQamapIk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DefaultSecretKeySizeProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "x1dDLsra0thvvojIhYUfbuPz7Qwld/Ux723vaSOj5QM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/CRMFHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "PkDc8OQqzWGHUT+L2RqoWqs+hvtvT1qEHqe6ZgHClZw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransRecipientId.class" - }, - { - "key": "SHA-256-Digest", - "value": "0FzbuMnpMLs13pn6OJXQu+hqG1RPNiY90JXvcaQ3/38=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$RSAPublicKeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "fzHrKZBKAZ7+gAY24KaWZ3uThNu/P/+DdVj5FMzbDN8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSException.class" - }, - { - "key": "SHA-256-Digest", - "value": "4iXMnAlgfVOzkAO/1+PuyOOvV0g0RwZZ8kR/8AirfSE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcAESSymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "dzwKJmuX6+DHwDdfCx7zbYT2r3wZzs2pMnICEbARW84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/bc/BcX509v3CertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "fZWBCCa5KKWoFp5nCGEs0e/gP1u1/dAxczcW1DFf4Fs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcePEMDecryptorProviderBuilder$1$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "MqhNxvBOOyMSZtXDKGNQrUK9Pq+dE9TNH3coRbSoIQs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/EnvelopedDataHelper$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "+obBDlsDJq36B4ZckzhscTrtmJiFpd2h7PcsamB/ZtE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceETSIKeyWrapper$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LoiWkula0J8IEy00VFPH9wTLp7F5/q7MBQhtljN5wfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509ExtensionUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ndPenClvGQ7C/9s99giEnPuHs1v981RtvKnx8vdBCs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoGeneratorBuilder$NamedHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "Swsj8IGLZLIcOUkLmiXW4oaxM4DOFl4FdBU3HqAxYeo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/SSLSocketFactoryCreator.class" - }, - { - "key": "SHA-256-Digest", - "value": "laC8hzX7gpzNm/PXqOQv6WT5lG4WmHtPSsQpbZeYyJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mozilla/SignedPublicKeyAndChallenge.class" - }, - { - "key": "SHA-256-Digest", - "value": "cAdWl+z/f5/+39z6kzCUbMJPQ2V9KPpizFxnqY77KFU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/OperatorStreamException.class" - }, - { - "key": "SHA-256-Digest", - "value": "UAzaNy59pwYdPxPTuusDwgVjvoZGnpu07jDxhXr2vyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/Control.class" - }, - { - "key": "SHA-256-Digest", - "value": "6hrC1avW89AfgDpBxXnGs4/5ZAmDL/tx265nU4xyq+0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/CertUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fat4ISIkTvPRFVadp0PeTSgtsiH0Tso2xmdtcdz9Law=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCS12MacCalculatorBuilderProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "YGjN9i6ALlT3ZeiEMaJ1DJuoV8TQtjUz0C1Ywf/ey3Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDigestProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "/upyTocKFoWTtOs33AYWIP1aOpQ4KF5J/+8Fx3fJDpo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/RecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "PucK9V4qKOGOFEQfl66eOMT8fHfdk1Qz8wIA5fnHpvs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentSignerBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Lmg1a5qG+ac1Z5eNOFUr8vm+VjDPcRwUty73xTsjGQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTAuth.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nlnz82q2kfQHH/2n9bx2H02oZRECTXNZRNG4s4CV5o0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcECContentSignerBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "PuQieT401rm4lNwj2Nk07QpuLhHDxo5JChiUuGxNsjA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcContentSignerBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "9cM7P1cwZXBa5c/oLQ6ggaWuro66IZoLR+Eu98i/Tco=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/filter/SQLFilter.class" - }, - { - "key": "SHA-256-Digest", - "value": "2vrcFl7k1HvBPWRIrbcqF1ev/NDVVdx1rJ5q9qNlIYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCS12MacCalculatorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "yHAlJ3ncEutqp7Y+Y8kXkhYPmAVhWwGb7fwlVkra3SE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/PKMACValuesCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "TTuBUSvuYKnTQnJi0ZgZb4U6zm/S68nyqCXCi32uJBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS12PfxPduBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "39N/9V01pvM3mld8aTKQIuK0Kl3wdCpV2uZp9BMaZZw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoVerifierBuilder$Helper.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xes+Y3UWkUkxhciN7Z8sB3a+2SC2x+KbkRG5bhKBqfs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS12SafeBagFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "pj5+Xdoe3IUuCqygTuVZxxLkPPWO2hWRjxDgaibVUY8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/OCSPRespBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "XCEQn8UZMnoJDXS5XqU5M29Wihi7+/R9wsj0vy9XaTk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/GenericKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "LW529/63HDED8OATH6KEciLF0/QIWEliSePkKnFTcws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceSymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "5RTWc1WBKqxIj1Tlp0MEkqljPsoz4ppKYl/qa6nytJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12MacCalculatorBuilderProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "PNFgp2xmhHowANjvv7AVseXozw3sMU/h3kYRQ+yia04=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTHijacker.class" - }, - { - "key": "SHA-256-Digest", - "value": "bB6IcOcDVy6tqKBgA//tMy1kclPfX2HmO7pC/ivA9KY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/TLSUniqueProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "2qjEwqu7YcX+nW/X2vQV1ZB6iak4qRF2UNFAUZ4GtjE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/NullOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "0dqoDoiKpmfNpiv+5TnDu9OAhMJU6F7yKO7l3NF6eS0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyTransRecipientInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "rXB2cVSitx7njefHDAcydvb2lJxoD301Ym+jjiX4Wpg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyAgreeRecipientId.class" - }, - { - "key": "SHA-256-Digest", - "value": "GyJxdinTHkF534Ns0x8YtcGOGqppq5LjqgNl27KN7xQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentSignerBuilder$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "RRHYyYardYZu+bqNIsrlPpfTs8+h//4n8WHRN20g50k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/OperatorUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "YS2b74/pLkDCYC8doZ3HAzFm0XjInuxcEJttwgVa5WM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSRuntimeException.class" - }, - { - "key": "SHA-256-Digest", - "value": "+jGBBT8UnK7IXGI7n8Eu/58M87uqee3OJA/iJSf/hUs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceAADStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "zNV0WSemYAsda8rL2YMEr0H4zCHwZaEpaS70jRswWdI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedHelper$CMSDigestAuthenticatedSecureReadable.class" - }, - { - "key": "SHA-256-Digest", - "value": "I0IJHsm+bwAZ13eYVn35JWiiS8dup0ws6HdA8e0H+E8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/operator/ITSContentSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "GcSxHHhtszTO8kc7J5C+RWJG0rF2BNV1fCUNj8JLUcU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/jcajce/NamedEACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "0rERhmE/z91jTxjLB7EblKeczL6+2PFJjQhjDEHSjGc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/CACertsResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "VZ5Ht3NUV2vgIotKz6xX3XC3zEh2vHUbTLVcCgkUVlw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentVerifierProviderBuilder$CompositeVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tmt/1bKKRUP+sqHp20agQQGsMgixc1PORrE09xf1RZo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "AdFNpQUY5yOPYi1e0NHfge9P4/KNXxDHBuiKQ7M/dIk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/X509CertificateHolderSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZxvHNXVAr0LAI+fbI4GzlDxtRqWSGa2MKJYJHniZeGw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSPatchKit$DLSignerInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "K0r0FRanY/Td4GRr2MqlXGyH3Kr6XHKpTUbcfGWjc7o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoVerifierBuilder$NamedHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "NZFG2FhxFHrjadzgS4LWqEHFgD6OBFGNev/5MNhyUyI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/DefaultESTHttpClientProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Lpbd/svJubvmDlS4Pz4rbRqnxE90oYRbHrNblDSw00=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedDataStreamGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "s7M6jyDx2hV80eaFlHFqYswi77anTIkrM9i3jXDkDN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509v1CertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "md3k+EULf3efgvD6b6/DcZAaZOT9SOPrb79Jabb3aOM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/SymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y4QG536/v5BEWKASNFjlDcaIrBREUfRpxGSo2rzN3tA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSContentInfoParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "Kjk3Evxr45ChgDjeQO0Y+3CKKuaeoPdwFOrZcmSfvfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/CRMFHelper$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "BQVSu1697ZEQEkbQeNROb1qM02TZtS4RN8zeLg23f0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaETSIDataDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "tuY4spd3YAPvBpYFPCD/bvSyZUW67l1BaFPV6d71zk8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CRMFException.class" - }, - { - "key": "SHA-256-Digest", - "value": "k5PwzXqNetpOe5NsQgNo2ASTpR3sHVfiyZeqhOAMAvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$24.class" - }, - { - "key": "SHA-256-Digest", - "value": "8qsi5oRUP+P8cY132zFyjDtBQI0wvjFIIRS9GLZGCKM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedHelper$CMSDefaultSecureReadable.class" - }, - { - "key": "SHA-256-Digest", - "value": "hfGe6v/2TIsEPIm40HQgJVsD9YnD/6ZaQtESQCiDvHM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSIEncryptedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "z58wmRGY60pLSsB07qa96d2I+dpE9uZcV+XkG1/A4NQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "NZw7cmrcR07j6zwPiroFtfjG5le2oOhOMlMMh7aq9uM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMimeUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "CeBFR+8in83mOj5RrGa4G31CoLZc/AT5uvWCk5fNmxM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/CRLValidation.class" - }, - { - "key": "SHA-256-Digest", - "value": "2aGpVMoRGCvCiHG7rJ3+jtLLOPjR7uVSJ2NwThpvDWY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/cms/TimeStampDataUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "ck+lDUaoE4WPZUlT39Wh0H/OoTL6VHlV6Qu+PbkLfL8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/ParentCertIssuedValidation.class" - }, - { - "key": "SHA-256-Digest", - "value": "i5fzSyOm/XQhuxvRkoSwSBpp0lSuxDzC0uGeaWMEn/E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransAuthenticatedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "nyTB0KyDGMCzL1bcYUMyCLCiMSdj2cDwoc+NG6YXWoU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSProcessable.class" - }, - { - "key": "SHA-256-Digest", - "value": "1ZvdeoFmWE5gPb44qH5oe1ubY2EdZbrwgbImCxLKQM0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoVerifierBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "am63+1cXNtMn2Qtxq+gmjCORHEdsd++JifqHkMdQr14=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DefaultMacAlgorithmIdentifierFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "AeYdpiv9nsg92eSwkKJ8a4rAtkbQNsrq+NClmr5HLnQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS8EncryptedPrivateKeyInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "9yfjmt5Y3ZdOxAreu8YoGYpFgJjEaz8nVuyPd2wtpXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509ContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "W5bH/ngG0G0hVLSWF0BDQVExRQNyx14eMHaXlOIMXcE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCSPBEInputDecryptorProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "FE/vTpYIZj9B7XGkPEuIk8dT+YaxKWfm7G24znEk5i8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/bc/BcX509ExtensionUtils$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y8qrHiarf1ELt3DBK4ZHCPDD8KKut3R7iGGhX0jpMo8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSDigestedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "fQ4dgW93ArC2NLiUNplp/N1JbMs4B/8Nmy9f2hjCWUk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/OutputCompressor.class" - }, - { - "key": "SHA-256-Digest", - "value": "FB4C3rQ9WKQp12sx/XveoD7dEvHgbjOoqxL+idNFTPo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/bc/BcCRMFEncryptorBuilder$CRMFOutputEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "cDvQafXNwFpbv6N5fCnO090dEYugl400zWePSq1Qpbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSPublicVerificationKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "aWvr7DgVYjAm1tXojyi/pOjLnx+0QxWWdUmI1Ur1pA0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSInputStreamData.class" - }, - { - "key": "SHA-256-Digest", - "value": "WkfjoJ9zwxFuACEX6y4e+h45CwBDNGoP3MZBxAhAU88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSIRecipientID.class" - }, - { - "key": "SHA-256-Digest", - "value": "62T3o4i5wirYh9Gwi9I/5DZm3mbUEJ1W8Ofcr7FNDps=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSignerInfoVerifierBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "lUkxHQ7ExZdKKpnpZmblIb2SvWoa4tqQZ3Kpn1RV3EM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/DeltaCertAttributeUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "5vxcmgom30eexPWrrzrjWpQVQBGQEhxguFIokqk/gr4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/MacCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "sg0Z5iGZ4TRJxuldpT1x5agx9gzhlSeXYp6UCvjRWXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSTypedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "paW+sKb1hCGjwkfTXnda8icF5C4/4jch9un7Ox2KWTU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/OCSPReqBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zcckbRfgT1ls8xCl6LmYud41m0DTXjl5uNKbm7tJ8Vs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "2eFNnuXcrSgZx2VnrObsyLR1LJFymZ4oQNXaF4HuihE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEncryptedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "9uB/tfOGUYYD7254wk11lTT+tsIH3sc+pWE22IrwvPA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedDataStreamGenerator$CmsSignedDataOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y1HZUFTrPXnFUPkTuudS6YObn/LKqqKpY2oGgZbcJY4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$23.class" - }, - { - "key": "SHA-256-Digest", - "value": "zQ1jF2zoxo0jJZm2MfftuxdhpbZT7FnkoALEvQ12TsY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampToken$CertID.class" - }, - { - "key": "SHA-256-Digest", - "value": "GNXyvG1ltWozN67pnV1n5pcfDyRgFgMdx+YC1dCw1GI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "qMS96373d/a45jREyI8PSJc840BwiaUv3g0U6Sy/JCs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TSPIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "W+C9o+qIWzTDwIV8jRcZf5jfikvhRKOhDz7RvF0yl5Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JcaJceUtils$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "fYf7cc3MdnHv4HLpSxyMjZgNw7ZhzwR60hf0TsblqHU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "npmUV9Au5EGiYK8guAcaMx4BTzpJmjoQH1pE79BktaY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcRSAKeyTransEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "wwrB2UWqq0ilVcpYHE04lQHKZPPtkeltsuYBEaQgAjg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/ZlibCompressor.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gvl6QfQqC8M4xPuMJ7ZhnWaL6vjT6ZiOjJiSOVE00wc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcContentVerifierProviderBuilder$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ChF4gHbPUw5rAJJT4ekAgY4WCRHY6HJxZD9MWkMa6hg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12PBEInputDecryptorProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ePqsFE9sUUUnOsdVraYVnIlMOpfN7l9JcH+kA/6Jkm8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/OCSPReq.class" - }, - { - "key": "SHA-256-Digest", - "value": "d5Q+V7Tuk/T8riNb6qtWoyOJK3zq9E/UMJhrOQnrtxE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcCMSContentEncryptorBuilder$CMSAuthOutputEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "fdZp9IkiTSmVz+fADez7cfsJq/ZWBnDwEgRIhbWT3mw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "/eNYKBL4yZW8yjVPaLNfYGcbyUMXufXOTFh+H2Q5Ojc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ExpUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "DlOQ2n25/MwExkrO5FQ2J3+Cgu433SScoEoUfAo282c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/PKIXPolicyNode.class" - }, - { - "key": "SHA-256-Digest", - "value": "xQ+BwFHoNTECEs7VBXeN+5Eu770HPq83AS4LfV2D4dU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSContentSigner$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "WiJGTkezw8hDSqArn3fB+pDI/fkY/lSB69MlJZZ5aMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcaPKCS8Generator.class" - }, - { - "key": "SHA-256-Digest", - "value": "wM4PL2lF6Q8enQwIgquPRoG4GK8rpmkjMubyCE7GOb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/CertificateConfirmationContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "jgZblvuyaxRgvlj5YGb+8W4pXaQx8QtlyOyiOPhFr04=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSContentSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "BiIeDgenGeMnjDGCfbEwHveQTvdaXulEtenR7zdej4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/ValidationUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "V9gdb5GEkXRABrjAC9Ifu0NSt+Ifpno3URufYuYz4RQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSContentEncryptorBuilder$CMSOutEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "e7GhX5zuaKlfmsoJysETovapgbRto0UP87QtZ8re/hc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/VPKCRequestData.class" - }, - { - "key": "SHA-256-Digest", - "value": "DTDZqqBzsOkep/fZZwKTPPp5RHBeBR9nkpnyVhD/N6g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509AttributeCertificateHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "siXhKrn+S6nxVaPQiepHX8rHR3EiQf3LJPpTgiRRPCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "VUBcQuOp7RaJwnScTP8+WiJ1WfvHZfZklEgaaWh0fiQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTService$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "867iF73Y3uZnqbJlu2QxBvzg+0wUZ8TbBN5IDtuYJsw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509CertificateConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "RvpOCPGYZ8e1GQ4i+tn/Pb7B9mFW65hrT7ZBKvsjoEA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/NamedJcaJceExtHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "IZbzKCPFWge/vtj6l/m/A3875x2cyyqMNntoRUb/ecA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JcePKMACValuesCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "grdR6EEtVn0muIH2dJWk6bo1GSwM+6EajkQmTDfHDEA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/PasswordRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "UN7xJmopXBWQZCyIoLyhUcKViEbj0SF/DiEpZM+U2o0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ay6Pnam7JzxXUT5/9SO9ifKLRcyBoByJkGFabACblak=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "iivnb98hApGfCJMfw1EwLYTdHW3hvYg4E8fpz6bdwM8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JcaJceUtils$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "I+DIFonNJMr8JRj7LEJhAiGoTcDKwO5JSA2U86I9skM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/encoding/Base64OutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "mO1b4ywZNL/DcdRkyBt9kGUdVUU3ABwiU8/xRqKQTPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSDataGroup.class" - }, - { - "key": "SHA-256-Digest", - "value": "9wWnoiENx476Fb9clSTwefiLq8amt4EMmWTW0FRvh9I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/CertRuntimeException.class" - }, - { - "key": "SHA-256-Digest", - "value": "g/7hWm8qY9gpTtYWQQumE0GgY8IJ8py6nyXxIG7+X2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoGeneratorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "rWTrPI1E2s1/IosgGAuwLggBnrPmE0wsYJRYu5qx4Hs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMESignedWriter$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "9IZZxxyVsP+/ZZNBvUxxSXyGJgnF7f0UmrSTrTKXGYA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMESignedWriter$ContentOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "I4bwVeojmtzmGK6zt2WkwUkhQRJdB0f/EBznFnoSJPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceAsymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "DM4353Z+7hnU/KBbum5b9vmQVxixtedoVcsLM7eZFZw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/CMPRuntimeException.class" - }, - { - "key": "SHA-256-Digest", - "value": "9oSX7K6Vqay62ya/Aa/JyeedGdYr9JaDbbO8+yTkwok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePBMac1CalculatorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "MbQwiKKfRcR+dpMXenmf+8O1dJCwJ0XP5yV5S4ANpNE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "f381pdPihllEyvgmp+CuqtC1Wjyp6z2XZun6qC29Fhc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/InputExpander.class" - }, - { - "key": "SHA-256-Digest", - "value": "QgCdgQAuZKzty2ytunqP8PZ3r5IGPpUzausBBcJCybg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTResponse$PrintingInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "VDiutRiyaWyzXinmzchXjSSPKtYDLyPcSo3GleLFC0A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTService$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Au6v0jJVeUgzNV1i1LqKTXxuDNWZLah9R3qlVIt6oXk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/ConstantMimeContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "0XRbk36FOP5smtoDzNkETSTYC6jB9EJCEIPkrAFdscw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSCachingData.class" - }, - { - "key": "SHA-256-Digest", - "value": "2JmRo4qVktstdj357tg63MIW+CmqZeruf2rWLp+7YT8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMEncryptedKeyPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "vbfOTMT2b1IwLuhYOFarpEBLeQ1vZMTbst2PSw/sQz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$DSAKeyPairParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "UM+G/K4laMR+jl2LDufd3Li7yR+xd4uFhmYQ8y7rG8o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$RSAKeyPairParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "xR8/q8sGdYo9c8NOAionx3XMarFnZiWmcOHmclGgOo8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/filter/TrustedInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "dny4uKk5nlVnbTSUMUzsDUnKGh7k00I8v0mL54MzgNo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/SortedHashList.class" - }, - { - "key": "SHA-256-Digest", - "value": "7TvuJ24a8D8sII7Jrp0fzr5zeT+3auT4X9+IxtxhTbU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/CamelliaUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "tWmiYGQ1NvQjSFdz2E3HbLzVHX3Mdtqc7rYzDwASjI0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntryFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "PLMGpTnrcLDlfd/5FXQN1U/2R+GI9v6bNB9kC7tPSoA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX500NameUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "YpM9x7+YRJ7cBmTO69TdZbtmFsNQiudzxWa68QJilsE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509v2CRLBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "+ZlzRd6W6K1Dy8SelF8ysxV3eIV24sk6hGhvgVxiWrA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcCMSContentEncryptorBuilder$AADStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "cjufLvkUenVgr9MIqQlv6HXYLeKwzB2aimMxw/PqHCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/X509RevocationChecker$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "htM4rYv9b8aQ0ZDHlQv8g0ND1qU2VIaIPGEPE+RVnlI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDSAContentSignerBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "gWxbqvo9o/hKPvTTYi2clgLof0IGiREsATQfo1cRNuI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/voms/VOMSAttribute$FQAN.class" - }, - { - "key": "SHA-256-Digest", - "value": "3IalVHUwn/qJjuVI9cHkmxDSagrVWrB/iS4j2oryWLw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/PKMACValueVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "yUFVHt3TuHj/wTlY8ZDCnvMP7/3jtCyUc7bIedXp/p0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/CertificatePoliciesValidation.class" - }, - { - "key": "SHA-256-Digest", - "value": "OBCNb8otyi2y9y9CbWJM7f654j0uxr3FoKk1WcvUNjo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSExplicitCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "NgcG5Zco3cdbKiVM9okpUmXe6dSOVpDVE1TXQkRtPos=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEMRecipientInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "G3TH23lJasUrr4T9mCL8ydih0XECJvDFUXeVweyrd+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeMultipartContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "5jxB+2Pp8bqvmWDRm7L9hmTg1LPEDcGnfdyW4G46jxk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/LimitedSSLSocketSource.class" - }, - { - "key": "SHA-256-Digest", - "value": "wPgeX8BYqhbLYTcnmF/rwRzspOe8Q2GQ2FwQW6eUQos=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/X509RevocationChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "YXVxP+bl11qk3A/rQFGje2ky+6FT09FbXyu3ZXCT4Dc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTResponse$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "aGOnJFE4rN5hVYleBIe4tfsZZfPR7kyCIWyl5VAK1Yo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509CRLHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yul+KuGxYbVWA2uxXvETK78+tmGtKZFUiS3+ULJ96Fo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/RuntimeOperatorException.class" - }, - { - "key": "SHA-256-Digest", - "value": "C+dcI0X1OjscENuVNMgg0jX+eJ+svmAOBWa7FhM5lg0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JcaHttpAuthBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "S72n2BC67v4vGb+20ro5TRhl+i2h5W9F990VU3SrDCs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceITSPublicEncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "QAC8QvQKD4ZnyXIi6wnu4MzQXIQlUTVLg9k5ZJnpnG8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/OCSPReqBuilder$RequestObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "4cJ7DMVaaP9/cUd+Z6pDHIt5AohSIZOiwDGq2uGuO38=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JcaJceUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "QzxgesrJx9G1f8vJFpGgJFA0+dBXnI1RKGkSkV7lW+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509v1CertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "G2b5EjEoQdqtblOOu357xLQI6mBca8Z6j09Ng8QMxvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/MiscPEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "5/dSmPOKVKXcIexXr3Mfh4gKW5RztOZgyAlo+IgdM2s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSContentSigner$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "SdHMjJ5B37cH8PDEG9nmUl6l+MNsUGRJaHiizJaD+CU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePBMac1CalculatorProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ix0MatWTPDnv5A+kU7x/Ziz68TSj1dJAHz7UR0cKijo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampResponseGenerator$FailInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "tYM6qBxQ+8qGM+a7TTQlw8dUPdmWnJR4dNFMpDDc0qg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMEEnvelopedWriter$ContentOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "pTrc/+Sax5IsPGkpCiWzrfCJTQxuUU9pUCNSCTkjAVA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSContentEncryptorBuilder$CMSAuthOutputEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "EDwhCFno9d63syaDXaZiTrzQLwNcjjEp88Q5bI4I8ts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTServiceBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "X00zLTDr+A2QwNQaCprn5Gj4YU3ymlKvLJx4GgfGt+o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "dDhnTb+FMh0w/fPHsKpFJp1CAX9LpMtIhNuwNExREx8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/bc/BcX509v1CertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "DKqLy0WDhyD1FLTMmXsqm/UR+5/Ae7eD5UW9ioj6SkI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/CanonicalOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "rRTxptoD5DflO0Y+dGRL4CxqW7YUs4Dhuf9Xo6u2mv0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "k5h+UIgMCYqbFRr8unhV1F5ZkyyR/PtN3bEGmW0ACzU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcKEKEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "F4obw1hqB9XKh8lzyrX5hwwX27FurMhT+Y/nxlUxkD4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEKEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "j+Ah5DiSkYU/Cn8P1cjux2fr/dfz2Wf2JkTqczPbrIo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEKEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "HqUg8SYijVZ6rwcSkYpnrZVi58f4Y2u8e2W6TwRr9KM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SimpleAttributeTableGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "0/q45Jy8Dw43OCYtMmUPfU6XdGmWoOE6myx0D4Wywb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/Headers$KV.class" - }, - { - "key": "SHA-256-Digest", - "value": "C0DOyD8fNwFIkc5QhYVyPGCSE7Qwg4HMtRGf0H1Exvs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoGeneratorBuilder$Helper.class" - }, - { - "key": "SHA-256-Digest", - "value": "8aPGwT2vWJuHX8Us5nVa+vYERSiKl0ZfTmQnvMlDn9Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransAuthenticatedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "F2OZvVx5fkYvJnF3TVycVGBowWKivT+g15U9URPdxEc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/RawContentVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "hw8ywVwvKpMfowFVVG9MDAlCMh74XuYBt9Wd4yxAtPs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/CPDRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "/VOotX6nd9j65njngMiSFxCqBZlfSRMRBU+VVGtp1RE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaETSIDataDecryptor$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "N5Jv8ShXt4Bk9r/MIBwoS1Coj/xWVglupAaMESmGeKo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyAgreeRecipientInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "NQdj4zKgvgGI7QHtER4b3mIYj+JyDezbfmsMdiL96l8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/TargetChain.class" - }, - { - "key": "SHA-256-Digest", - "value": "iG8JmAPZNPNa6D3ntN4sjq+nxeOXf2xsWq2jfRbHYZI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/JcaEACSignatureVerifierBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "oNSwhEdLTeB1YMLKaD8Q8XfpKOUrenzRkNd06WBKKpU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/PKIXNameConstraintValidatorException.class" - }, - { - "key": "SHA-256-Digest", - "value": "h/L+xG/j1M0VwIYFCJTiWOUz0QqApRLMgvObx+YW98M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "oNnVqVmELs1IFuLmvhr7A1SLxhXmGEnK5mUkVieZ9kM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$PrivateKeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "wb7FzRaH1f99mBTzPsZEmXBuoczDDhJX2+28hB5tVC0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$20.class" - }, - { - "key": "SHA-256-Digest", - "value": "tkB8v/ZF9Er+8SKhrOLvDHspbLguYh8D45MkIX/9LEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSEvidenceRecord.class" - }, - { - "key": "SHA-256-Digest", - "value": "QLp4pLixsFIV8U52ryNmmZFPfmLhBEYMDevrzS7YP6I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/InputDecryptorProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "S3wU4kaexOOd3Knqcmx8gI4ZPLk5nRhYPv7ZVxiI6n0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcRSAKeyTransEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "WRz0gGZiGIpziZpdJXlOQaoTPBTVIK9ttx2JOOwgKrA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PasswordException.class" - }, - { - "key": "SHA-256-Digest", - "value": "JhT1Lr31wIo/sgnM6RkxNKSsiq0ME6c3a4/mfaQbrLc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12MacCalculatorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "in4pbluBOe5arNIgvi27c/bdlFWApQavq5CO6bM/uaw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEMRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "OooFh+zw2TUJ+ArCVrBCoYT5yRPw6dT0avITsU/40+c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "ey4bMqCp3LvsnUCS5M2cqAQccoZdxITbr3O4FTs+xOs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$16.class" - }, - { - "key": "SHA-256-Digest", - "value": "LTYUnp9JfJT8MYMg3lTdU4rZzJZkl+1cT6JxCE0tBSg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/LocalizedMessage$FilteredArguments.class" - }, - { - "key": "SHA-256-Digest", - "value": "wWx5q1oxU1gO8t3kCPDSr9Jk9+zpzyWeAeI1rkjLznM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jf6dolD0LfB09iFl9UYEBU5FyM9uVvaK5VIo0gWDckI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSKEMKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "rYmrXnYLSlNsKaWwqM+wF9uKBkRzhgnpkZ+DLXvWUew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcKEKRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "u1jP0eKwqqfLiUR0k4dRpXfPxcZOVzhNdpLYlxn8Gng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/EACException.class" - }, - { - "key": "SHA-256-Digest", - "value": "ByPGpnDvdnCJcH8NhRXL63FyXmI9vuowXO4zVh0/vqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/AttributeCertificateHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "CLNyGPQBDsY6xNgT93WJFrY4t7OHKLwRnHcLQo65oN8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/CertPathReviewerException.class" - }, - { - "key": "SHA-256-Digest", - "value": "OMMgmE77us72IDVT7eBFmXAdek7JrljssTJmZhKvFw0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS12MacCalculatorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "aA5UetaESQQXpzGzTb+YO6MaHSJc13wmrXA6I5n0PTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/CertPathReviewerMessages.properties" - }, - { - "key": "SHA-256-Digest", - "value": "n7uZFpWxdLPiG5FwXP70FGpwKOFC1yYvk2g5KBs3S6M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyTransRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "V9TOnEBpJ4MvhpsGr6KNUuMzU5sd7Hj1AnSAf22gGSY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/CertificateTrustBlock.class" - }, - { - "key": "SHA-256-Digest", - "value": "D6bYPn6yl6+szhMXXOn/69MYN7+OEWbadRsO8b61RSk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSContentVerifierProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "PooyAfUSc3l3y2wjE3MnCk7s+h5TD3ZMOUo2PVduuA0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cmc/CMCException.class" - }, - { - "key": "SHA-256-Digest", - "value": "H0CdZTCDCEcbXHs70SghsthuKi2emRJkdgsM0jwNd8Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANECertificateFetcher.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Jpt2EsnxoBVaRcAKiea2lHerXDXqMSr0wST20Dfjv4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDigestCalculatorProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ViZUwG7vRVAkOPowQdlnSuRBUiX9W6EZMREh0njt5Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/bc/BcX509ExtensionUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "9ZP0zYurpvfaok4PcVWWfwPw2tqRcMZGWgNg0PuMTG0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcEdDSASignerInfoVerifierBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "1xKU3GSBK/4wJmPwdggyHoqoKU39Im3OjzZ6THKGIFw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/EACCertificateHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "GzncEPzNG0jemC/GYygbfMXTjrTbsQTfxS+pK0kWeV8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSContentVerifierProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "YUDdg7vmcetNtufXgx3BKMB3HuBUT4T9SbsevO2KqM4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDigestCalculatorProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "22eA1AcIeTezGi2gI2X/fT2qS29N4X/xB7fbdtFYTIo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ArchiveTimeStampValidationException.class" - }, - { - "key": "SHA-256-Digest", - "value": "hOF+x80FNATE/Jj76OiwYksF9mjsR/fNJJQKejmD9bU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/RecipientId.class" - }, - { - "key": "SHA-256-Digest", - "value": "IKume8dBsgdzmmEJKA+UK30jjk6+1FbCfgGz/AW8YWU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/OCSPResp.class" - }, - { - "key": "SHA-256-Digest", - "value": "CqWilqemX9IreQzCudjqBUxqwvWVNBVViV0ZFp0MggY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyTransRecipientId.class" - }, - { - "key": "SHA-256-Digest", - "value": "NyCKClHtoqJm+NA9tarKujFiG4l0wMGPgrnkKJJAru0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/SSLSocketFactoryCreatorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "IapShvCJkIlg/99C8N1/B5NoGcSoYfBQDsWFZARfuPA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SignerInfoGeneratorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "4n0skL9aSjiOCU4slCYHqSQ08dKpuxqhXRIQ2pPFwXc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSEvidenceRecordSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "26flvQ7foH5aB4HLC8qqx79HBIcrkNxbIUhBTCyrum8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/CSRAttributesResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "U5D5zdDcQeDExJ6H1MzQUqgajiTzpsxxF0uD116zca0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/CTEBase64InputStream$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NNXgN9LPn5B72fZ6UABqC8MdMFX1uwQivxdIMJkLeC4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DefaultDigestAlgorithmIdentifierFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "OOYymU3V9ts/GLXtyh0lQrlxTD9mD3yZStRFG76TKgg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/SecretKeySizeProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "lbi8ska9QGoy+FDsM5dFxZXUNa6xobeXckHAEqDsv1w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/module-info.class" - }, - { - "key": "SHA-256-Digest", - "value": "HKSWwLgeylKQoB+6WVpMEqCdIwHQxl3Y8vGXliDOhig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8DecryptorProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "qAx3p1SBzR7kZ1h/cLBtVEeoX0yNjkGYWZ4lOnY5nrw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/ProtectedPKIMessageBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "vWulYsFs9bf9y14ttmf4G5K7CAnV266N1Cm4Dpxtmx0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSExplicitCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "kAV0eMN5bdSs3/CDHS9hc/Vs6dl8/Rgq5pAk1LOiuR4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "UZn4FRg9IFzbMbKs0iOoXaUUKP0ddcjZKkiTwhSy+0g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "sTgDZ1MGYFxNkSdffINJ+KoGxaQyoLd+cEoDkDIpPeA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/jcajce/ProviderEACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "pnYN9ete/JoCdVoc9HAyzsP8zhbsvL9blrSN0wHINJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/filter/UntrustedUrlInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Wgq/UZ8ns6DlQAjFs0IWXg8cqMzLVTZVea73wc3lPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSDirectoryDataGroup.class" - }, - { - "key": "SHA-256-Digest", - "value": "lluyLMMjFWIhOuppgsO4PHrJ0cf6jXkrQ7P3i4TarEM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMimeParserProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "JisQRqIvuqxQkv2h13df8zCv2NqdZJFclokFiqUqS7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaCRLStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "wcEKrcVEiuGEhR+5+5z+78rUkW7KEjpuq+lGrkNjx7s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampResponseGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "iihyJj17zAti46XAujQRehefpBYOwkIyyykYqiHhvuU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/SubjectPublicKeyInfoChecker$Properties$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "XcC/ObhuetabI7ErxgFTGFpCrAr6KcvgVpCgPhCEynA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/SignedDVCSMessageGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "1fUcScrS9oU3mI0hrXpB54+/dikkE42Y8Vk2khWnBcI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/operator/ETSIDataDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hps8Iz76RQ10n1o7oegJ3wDF9vNzpAUTla9vC7yDkIQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEMEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LMg5kukiItNQQZRNZrE9W/zLQsgwkltOKABnZZJY8A4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/RespData.class" - }, - { - "key": "SHA-256-Digest", - "value": "BXvoCst7lUkaNQnDHFVA+nslpsUpGLSlRZyuyN0QUIc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentVerifierProviderBuilder$RawSigVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "w9ksqYM1Zj0iq1mWfqla49XDlYh0d7eP25W3XFvy3uA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSException.class" - }, - { - "key": "SHA-256-Digest", - "value": "7YPx3eO3yLnipISfLfYHSwutureCOG3lEN2wVkvfzXs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/EnvelopedDataHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "CoechxlSORHf41x5Xko1WjQNGTPwFpTYYiOxl96Wk6Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcPasswordRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "2Gc/rkl27S99PU+SHyHMYHXUQVZSq5m806MietfGRHI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/CertPathUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "NnHfyps8bli0RPWAgvkepZUAigGlEkkTPVm9VIbOrIo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSContentEncryptorBuilder$CMSOutputEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mhxs57e/dl7uFFFymWtZ6GuVGcPbvDB4I0Jbp0eSgLs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/operator/ITSContentVerifierProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "jtXx+p6JaNSgys1/bDjivKisfqUKKvh0dd0ektdYKok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/LocalizedException.class" - }, - { - "key": "SHA-256-Digest", - "value": "T95AHZEtHATgvHI0/5qOLsjE2gWYBxKv9DEfgiyZoHg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS12SafeBag.class" - }, - { - "key": "SHA-256-Digest", - "value": "aKGDDhw6u6f2LIkuoLAdl+UZF0gewMp7TB5Zcu7X/eI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/CrlCache.class" - }, - { - "key": "SHA-256-Digest", - "value": "+KWAeqfz4XX0wc6PagrvrYCwv2OYIMnHd7vcQv1hT/g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/CertIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "w8rDx1FO5L4uX+8YyrQ2olfKBj39agf0bHWvpCXd3WY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509CertificateConverter$ExCertificateException.class" - }, - { - "key": "SHA-256-Digest", - "value": "LACz+VRAvl5a8BbX9QYuzC462dOX3sdj7E+8nG3jvJs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "KgidEW61ZXoZ8m1F7iTjTlyqA3ekNA9WcnYNEGWHIRc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/CertPath.class" - }, - { - "key": "SHA-256-Digest", - "value": "vWJtX82/Ll1LF663sSSCQLOosqR/Nzwk2J9QMK+46ko=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEKRecipientInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "qooEt6E0I2Y9vbSpWPxjYw4n9Id1xVJvwgs8pf5uZKo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateReqMessages.class" - }, - { - "key": "SHA-256-Digest", - "value": "jx/7ewn5kpo3HXJZLlljLbwwQR1qtX3XJ9KMg9LMHn4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSParsingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "ohW5BvoIrvdoldv5DyhJpO6BztuKCntR/br2RFRyiyU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/PasswordRecipientInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "yi0eqnVH+eZRvJOu4ArL5JnbD2hzad+FFHpElkJN0zY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/KeyMaterialGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "XelwNfLmJ2negeK5FgIgoFD5TBLLUWQgoX703c0sNpY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/RevocationDetailsBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "O3q8KM5m53WICgTN0+qW9F4sBWUAs+hVWyg44snPV/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSAlgorithmUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "rbA9/DLBZlyXhKWGQHrZvoJN4Z1skinUfUW79+iMKL4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/bc/PEMUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "gkwN2ZdUDeXeSTImpiuwmwa3aRIwDOT35S5IQWkA8Tg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/CMSUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "zFMTHR3zjnrRfM57tQWjw0eDm6S61+a6QsxBqJlqvpY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CRMFUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "sOtUnAxvoHXOi2H3F7WQMUr30mnVx5aaS3I1tAi4NWw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEKRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "PqDDrGsuu1bwQjYv2EllYAniOtQS1euG6dURmSZ0zuQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceKTSKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "gLdlsa6RFRjFV4t2c/c9e98N3H3+dLm/8UHt6q5x44U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "85aIaQ8HntxvASQ3FMbgaXJjl3ociX2P/E/6o74GqUE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/operator/ETSIDataEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "bJUr0Q2dAfyh0bgMSsyBv4D01/9LvgQ5Exq164F7Ono=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8EncryptorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "EIpaPPxrIHPCFi8wWs4fAOBeITNP/DYG+dg6N+iro+U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/GeneralPKIMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "/MKUXeXeykxIwFiDtopEjxXR1aMea8J1QHIfqii9yV4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntryStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mct+IB+V/2ouQ/wCHVlX6C3wc32fVIUq/zNMIkqwzoc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/ProviderEACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "jXUAN5U3jh8dZ/0WVPv/oizKPzt3rB9fGFHEVSjryO4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "SmR2h73W05wsO5u2wYpeaVBTw1In152yAJbzskhtdeg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateReqMessagesBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "tX5PAfUh9euChmub5rczUqAmvfuQHultKd98LP576LI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/CRMFHelper$JCECallback.class" - }, - { - "key": "SHA-256-Digest", - "value": "H+/k8ItgqEvEJ2Z72SO0U50Rjvh14Y2Y0DQkBu4sd1Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSMacCalculatorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "oQQNQivzafctXcuaA36gcr1W14NXXjgH17LWpVIPNO8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ByteArrayComparator.class" - }, - { - "key": "SHA-256-Digest", - "value": "2ufJFIJsCnU41KKpWi6nMYhkxjkB4gdfxixGv0EsSlI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/EnvelopedDataHelper$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "RSycwnOaTmnH4vymId2qg/zAVqcndsB19yXWYcTL1YE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaCertStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "TpGU/kmvbPMcEnXs2nqGC7BjU9NA9EEwn0y73sQD2fg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedDataStreamGenerator$CmsAuthenticatedDataOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "7SbWup8NGBM4ifJuogBdamRBlgKeDhcX51YafIoNWtY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcePasswordEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "+jweMxLCW7lPLGYqn94thqahHCF63agcpxqL2AqCwHI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCSPBEOutputEncryptorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qq4Jg1g70oqih00Y6SwmgTfeMOJRrYcBtSU+zUl6tSA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/ChannelBindingProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "8h9ZXh0AYWtRGszfAmbYG+hQIY/7NNF2nZXwqkDZehI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/JcaEACSignatureVerifierBuilder$SignatureOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "HJ5jKkXf1oVplZzHsDjI+LJJSfRZGOOnrCl2Z8+cBbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/HttpUtil$Headers.class" - }, - { - "key": "SHA-256-Digest", - "value": "LmLM2/8tARfI+mpkLpKgSlwcpPzxqMxKHSnnX0yk5b8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSExplicitCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "NNM2jPWGtB+WAvupUkpI55R49ifiPZUs873rOz5RpNY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcECSignerInfoVerifierBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "TBaK63zEjzEc7SraLbeqy0ALyiFM4FAWGF6ygEhN3Ug=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZYcENxLZ2Jw9GpssNL4M+cg6+iHcmrgn6fqdn3pbnCE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "+e5Cp7S/WxAn4OymSwfGrMLRlpAGdHW1/oSGHz4U0Mc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampRequestGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "H2TAjOhIVDyXktcb1x/9SdT+xRopvQ1DTjC3MNUyIxI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/SymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "LEQOsDVqAbBBgRV9BUuBO909unfNgafRtUCh1PLXyiA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSTypedStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "/ffNI8NU3YRnbu/rqj21DeIMShAKJ11VgfXN4OYXCdg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEKRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "p6Z4uSk8VOsNzBwtX6QJbybLhkGkRbRqHKjEbvA37Bg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthEnvelopedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "4LOO+z5VhwjuujmMvPEDbnLepFGYUk9gBJ81X1Y1sXc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcePasswordAuthenticatedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "DS0HC70I+vNCZT+tsxe6G31NXo7Yx7N4b/EeUOpty/s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "cvQekvn18DE4RvPizE0Zvxl62ZZzZxz6gsrMZLX9qG4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/cms/ImprintDigestInvalidException.class" - }, - { - "key": "SHA-256-Digest", - "value": "qIB/LAQJyFWavz9jxx8vqe7GPMEw7zjOeVVW8mPND68=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaAttributeCertificateIssuer.class" - }, - { - "key": "SHA-256-Digest", - "value": "M/dM+EepDdZmEtbyoPRK1Xz+gdj8x+COasIYapDu38c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/InputStreamWithMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "kiIHV57BEfqqPquJDtejEdZmx5Qj2FVI6oDwV8B+jgU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateRepMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "00Fijy5tVU7+oqHP3EuDmHRl8SBhuu7LChbopfGzuMY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12PBEInputDecryptorProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vaYZT6yBr1TipyvKFa8ZG8si//9lyyP7WHgnWXMRMzk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509CRLHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "jH448Wsib0aD+HP5oGguPtGaoxecT9PlemFN9apZ2cI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JsseESTServiceBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "cl2HZMs1csa15Tq0rmlItYp0rwYD0t2zzU/WT9jqc3s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCSIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "nSbiRM3TqhaKcWRFahjK7XqQQpwdXssQZTAK3SwjZH8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/ProofOfPossessionSigningKeyBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "r5CjoCFB/YaoFd+ruxops4WCxXyzxJ+arIYrciFjVnM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/MSOutlookKeyIdCalculator$SHA1Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "4EBI5X+h5hauj10Dk4oWkBKNrltSIxHDG5tYn+Ufa9E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEMRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "CFRX2ws94kmEY7WXd24LI9CWCqn2bNj9BLSCPqicf2U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcePasswordRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "2exXYSbpjj5cLFCBuCO8eS3nmdJRbs+7w0/dAEGz0Hc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/ProviderCertHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "SVV6zZwLu3SB17//teyP5gfop3PCPnsaYSnRpjWw3o0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509v3CertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "0fabobAmZBe1XhOTxq5bYunqCbeJv0MZx1bYQYBQQmA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/CertException.class" - }, - { - "key": "SHA-256-Digest", - "value": "mFQJXGzcOb4Kslex5+/ddrkkSlYWmGG1SNtNBf+2k2w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/CertificateConfirmationContentBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "1t7axBEJJF6DmVA95G9XRP66wfkBX6qtub2H86bmpe0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "OHOC0870Cr/peDmQreVtN5KYKOaaE1hoySbQmqoqOpk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMDecryptorProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "hLM3mxy6uCuNFFzDhB4+V0N1NE32pepnIt2/LMS6xGs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/EnvelopedDataHelper$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "i6DeR6wrO3nIwvYmNxzxTT0lLOQMNKMAhB0cF4GQSRM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/X509TrustedCertificateBlock.class" - }, - { - "key": "SHA-256-Digest", - "value": "zTxUuZUJk+/hga5HMYiirPmeptqnqmX+FNxz+YsGglY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDigestCalculatorProvider$DigestOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "WkifTgr2iX6VWufAATGBeXkm+7QvOCS5QkcfIRidUo4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "TYMFaFZYIl7/ua6AvT4JeEwDBhOR0Wav+OyPeJoGfzw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntryStoreBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "pXLzmTp8WraMvb4JJwt8UdeAhY6owDRZWn/lcixXJGI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/CertificateStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "hy3W3hVS4NUAepnjYySP4K1XrHeZRDfDrMA+EA48zN8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSignerInfoGeneratorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "atm5X1D02U4sGVS9HDxuMpGTLNymwGCtUr1hyzyaKEw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/PKMACValueGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "tu1Oow3RIjrn3yiGWuw+rS53E77Of0f8wz7Oi3XeGWI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntryFetcher.class" - }, - { - "key": "SHA-256-Digest", - "value": "W9zYec3SX73n49A1lnKQZlOHZMI7fILeaJrTkynQonY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMEEnvelopedWriter$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "gGIUBiD9e/PIGISAdZFf16WKi9L1RkW4VWv7U7U6Dd0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedDataGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NGAyR7RDsliUoUuJVm0Zizie/8vAnsTLDq77LrYCT70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/ASN1PKIXNameConstraintValidator.class" - }, - { - "key": "SHA-256-Digest", - "value": "y0yNBCbV9xKX3IJZJZaTN8w9w/534uAF3TveRg2F580=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/fetcher/JndiDANEFetcherFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "S0Bnli4H7hgu74mA8vixjgozTUTTLTPM7zku8oIvdyw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509v3CertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "TiHYVQDpxiuw6VRFEXYMneSJmL9JigCEobgHb4Oz4BM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/bc/BcEncryptedValueBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cke1DNfPlgadS37AYUIvMMNct3SOo335EqgQTB/dAl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "S6LQO/g6pqC9e6evlAMRaXyufNNyti4FSB/YpN3uPAo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEMEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "sZp5PqGQo1gXVVsg63AI1WPj3JqctbQ5J2eW5cGVzro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSPublicVerificationKey$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "0vN9gnP5jGBd6Z0GyuTrA8R9mbDZg6BFFXMfN/6/U0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JsseDefaultHostnameAuthorizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "DTiESmdrwm7soNM/CFH7uvl1peZLgppA5qNWYbHLfYE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$ECCurveParamsParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "c6pzi73EiwOh215Xcb2Yo7JJRVXJokdBrkJ16udv/lU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "UAIeemcs54BPsETeg3KoCNSF3JO1tW1oPyXVL+TMeoo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthEnvelopedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "bHJAbWZ5mn5K9Cm+FuTYRDFCJK5FBm9vHubiGy0lzD0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/AuthAttributesProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "1q1itFDF69YK4NdJUR0Ox9zvbmI7lJLcCmO8t8FeZ0g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/CertPathValidatorUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "4CMNXPjmqdKhiq7RMtqCMPprg8qEiSi3e3xp9wjBOrg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/bc/CRMFHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "4jpTBVuP/sz+Iy+LeDzp809znh9giqGt+F9BPRpv1aA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentSignerBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "KFdG+rXPeUsfsNOH70SoXVmvoOeBMa8GcPVSOhQ9kYk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DigestAlgorithmIdentifierFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "B5Nx0PhWIwOEIJNJ1q1WfNRdq2GpJNp7NKi6o2Rm1hU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/RegTokenControl.class" - }, - { - "key": "SHA-256-Digest", - "value": "IA/A2fYKMuQ9+Xg3uxy/dCw6dOXxdsyBttOe7CIKRpc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/DefaultAuthenticatedAttributeTableGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "3zVcUX01xUXY82EDvUPuDsPgNiTJ0GsL3eXC4LcsETQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSContentEncryptorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LUJc15TH7+vdmkdHw7FuwYTyRC+yEA0InqDDd6qKVKQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSTypedStream$FullReaderStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "IS1qXAumW07E84jMPpHEWEcd9PV9Gqrpbj/hDxswwiM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoGeneratorBuilder$ProviderHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "wqaLy8xqxqK7r5uoMMG519JmUNL97gs7i4wRSYxcPCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$X509TrustedCertificateParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "EB9b/uECd987wCtzZ8qxZySp1OM2BDVU8NIe2k8+BWY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/AnnotatedException.class" - }, - { - "key": "SHA-256-Digest", - "value": "mn1KulykMkf+BdTIbbHDGZu48Xj7WBnMoKpRzHJYfkY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "bjnPQxnvA7pRrIy3jXQP04cwAldAxy3/kE3jEFEQQ7c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthEnvelopedData$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZXSllGpWaiL4LvZnVEGagLRoaBHRgPmBCBVqfQpjWts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12PBEOutputEncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "yzrNJm9SekX7DSTrZrkX/tDNTns5wwnfXQNrvB90AE4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSData.class" - }, - { - "key": "SHA-256-Digest", - "value": "c8jphoSuSzf4mo0b8EBSIBe4V5PJvaw5YvWabVIFN+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaDigestCalculatorProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "utzCjU5GLC+hW+bSzQHh4ondEPMqn6//SG+Ifnb1/aM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSignerInfoVerifierBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "uBPw0ih5jqS8GAbQvWbjEC8b4weaVVlCsZj1Ma2w+Zo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSValidityPeriod.class" - }, - { - "key": "SHA-256-Digest", - "value": "XLP5bYkcoKaLbyGnor0t1+afMr10UQrOL4FmwpUS/eo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/DefaultCMSSignatureAlgorithmNameGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "gPa8Osn2xb2QNrY8p8wQGzGw9tQaPO0mcCVVSbBS4T4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcSignerOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "e21QBc77tzCNF3tr3rUQbq8rT3xAI2KFvjSbWxSs3Hc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509CRLConverter$ExCRLException.class" - }, - { - "key": "SHA-256-Digest", - "value": "DBWlYt4TIt656rNdVLxw08w6l24J8VIGWLtcniZMNAQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceAlgorithmIdentifierConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "5O7SD5tMJHCImbA4sEm1NYbhDsrA+X66lTqEEknsfOk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSContentSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "cCVi/hgNdQ3LknJU3KNC6Uo8FiY5YvscNkfzbt/9Rv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthEnvelopedDataStreamGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "xeD9DIGFCM6J3fmRsJn8WNTUOZZhuzhF0GjurkH+pCs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509v2AttributeCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "SFH7deOpBwQY6f1ohR2eNPcEICaRzU1dN9VQwdt+tuk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransRecipientInfoGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "180EOWwh4JWfR6cZ2FuiiVL+alXp/Mu36v7gJgfHyHE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SignerInformationVerifierProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "hhGzG/CvH5u0rDKict+3PjYRisXI48GfkHYutaIhA50=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/AADProcessor.class" - }, - { - "key": "SHA-256-Digest", - "value": "s43LizFCndx/FRtjo2Upfc+kSYMnY/iARPS/7WrKSRU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lpwk1tr/rwHRH47ZJFb/o2epkfbeYwfGLrrqhEitbxk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcRSAContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "6OHWey1LDOOJrazt5744yLXERGbUf9YsKvR/oKM2+vo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransAuthEnvelopedRecipient$AADStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "4ZMZ8vvs2ca0HFcaXlywLizzvkqggJU+VSryhbvL1sE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/PKCS12PBEUtils$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "J/+tJbqBQHFSYiw8JEU6yWjnIdxLhxGppgb+HRt3oGs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/CertStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "vPu8LFsIdjDb6hmzNCX1trVQBb9y8yOx4/rPO1d3j+0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/LocalizedMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "xLwFs6s+Xc5oryCZgJDVhNCsbeHEiwi+HTHNIOm51YE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampTokenInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "1nla7PC2jK08ganSFuGH+0EqRrB363ekLrkSwGMADOI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSReadable.class" - }, - { - "key": "SHA-256-Digest", - "value": "mnDkXABJ8qfucU8bJHwhHk2lJQyuOOSbaFD5a2IzTtk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceInputDecryptorProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "wW/5ib+6BAsIwqtSaMhfW2Oy2UFozl2BDbBFCVNaDk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedData$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "mzNmyrox3pyILVoK9tvMQaj2CEuskWu1rGoJQQy9AlQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/CertHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "23Fwe3lP8AQFfiYPpLecRW5ZHvg0oN1I99GzjJmwLN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509CertificateHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "a0iug8dm/mmQT2No2U2dHsYdfmnUEXKthEbVQfHeYaM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/KeyUsageValidation.class" - }, - { - "key": "SHA-256-Digest", - "value": "3y3JBRplyqIbcQ7Gmn6RK3RmTbqMDJ3kJfHyMNbp2XU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/PKIArchiveControl.class" - }, - { - "key": "SHA-256-Digest", - "value": "akquSvVOTIYZP+or2+YfEOrFnteOCKdBHk2zn4NXfak=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8DecryptorProviderBuilder$1$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "QgHLZBkbn4JRJMy/aAThx3ihrd9B+Mz/vpMOcdcOfGo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$PKCS10CertificationRequestParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "41Sx1h0TZtXRKSTe4ESRHRC+PBAoat0+YjFn7Q4lwSw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/X509CRLStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tm2QMcqZNlHjZz3MbpOfaTHKEPKkx/GwRBL0rERC/JQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509CertificateHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "U4FkhZ7EfS66KVmSBmbtcYTKiNM13VI41hv3bmrq97Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/KeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "NUc905zUMFXCuSDOmY1EFlVH4exQ68ASXkGmeoBEgoY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcContentVerifierProviderBuilder$SigVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "mXdX2w+WcxVcuPH0sPiF9c1yO4JF0b7CTfEjkJB9OjE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/MSOutlookKeyIdCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "MIbAtw/fn0mAV9eFNbZDvMhoC3fuMrd7yQc4FcuGo0M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSException.class" - }, - { - "key": "SHA-256-Digest", - "value": "4NSm2HhytlyUH0OTj6wrNnxeQl/M0FGNY+g89S/obpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12MacCalculatorBuilderProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "kpn0E+FLTS0h2wxiUbKWuwuigZmAMNp5UaO9BFOi6Ys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DefaultAlgorithmNameFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "x20t5Uk8RF1tUmvMwnLRw2ita88J2x3kZ1+S8EVDgjs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePBMac1CalculatorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "0vIEHw3E5lz89gJLpEhc5GJCt8xl0TIutC6MVdEKi0U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeParserProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "11VYOy58IXbL0njcML/hhLWiJPht3nRo07ZMzKquIi4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEncryptedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y8G4roEfFM5cxAk9TCfyAAPL4klWlt5/+6PBVtbNqsA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSByteData.class" - }, - { - "key": "SHA-256-Digest", - "value": "r+GXz2nz3QwgOt70cr+DP759ihexNez7w7npwyeq88E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/RevocationDetails.class" - }, - { - "key": "SHA-256-Digest", - "value": "8t0/j/Duse0SBt4qknXXrhxViYIQuL+2li8xc6d0JU0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/X509RevocationChecker$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "tONlYMrr+UtrPY1uohRKf6ZKfmZLSMJi5PFbwGz3OiQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/BoundaryLimitedInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "xkpV5mxP4nhFncPXZma3LjNwbnGUS9kNRlew4cpTtAM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ifEjc6Fb5T4v7Dx31cSw8bBTS1NbBJWHoZvbmR7ywEQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/EnvelopedDataHelper$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "9vKT3Kc33xwqPuyXe7DPDbrGxqW4uZj/l+YFjia/Huo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "x5ZCJ1PSp5aHbi8XpCNWS7evGLK0PHYh8LYPtgy4hVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PKCS8Generator.class" - }, - { - "key": "SHA-256-Digest", - "value": "+fy/rD+K1Z4EVNdV4EHFIMDXeorU4C7lIRP5HXRJBTQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/PKIArchiveControlBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "B5aea7aDxNdoEydwSHiiQ8olQ+BjJrb2MlN/A7WzSUk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/RespID.class" - }, - { - "key": "SHA-256-Digest", - "value": "sRy6wZDr5KlUrj+a5WGIvKeXiHjMV86Y8BNPQxqsr+c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSImplicitCertificateBuilderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "EMKWuzJKseERFNKbHNWx3K7cwANd9/29TUqtNfGH/co=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSEvidenceRecordStore$HashNode.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xe7aN2F5QkCWb46Y2UxIu6Qon4qrU0Q6/2hrXydCbJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSImplicitCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "X4EmV/NaWEgSDMcqPg0dwhZ0nSKZcek/n2oe2xDYGSQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TSPUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "T25ELU7/EmQnlGyt72gCRhNlXphQywP/RztdHstKUHE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSRequestInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "o/c+ZOVS5bJZkn/s4S5Wxjm+rIEqMQjUAlDzM92z3ig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "2mZMw7pZ1mmXp23yW/84dJZ2jyXEC7sHal6EZZOJ1eA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS8EncryptedPrivateKeyInfoBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "dG0218YmE6BpgtHylaps1xGWr7RD4k4Hy7wl3xvn/U0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTResponse$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "NMm+BCjb0veIfHh1PRafD82Nxf/CACZU7OCHqbBG9Ag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/PartialHashTreeVerificationException.class" - }, - { - "key": "SHA-256-Digest", - "value": "gqgJTGiLdsRTybRlEOG/dpwM/Ir8rItGYvJkI3etHko=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMESignedWriter$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ULTZXGCTRQwi0xhpf45xpEGyULl3E2PCuORwAiqmNkg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS10CertificationRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sg/avNxkJEX4qbPrxmgHtFFDKE9Y907kSqAG9U5b00A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/JcaEACSignerBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zoRYouZJN9oCVnCLN2OgtuXvOa7UxPm0BsgqbjxBNHQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSProcessableByteArray.class" - }, - { - "key": "SHA-256-Digest", - "value": "KQLrYmlVqEuwyHuZw/oVkMS1KljOf72WggyzIiDKlRM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/EACCertificateRequestHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "fOaXkdIR+PEiQ1g9WjjRmCiNAD/UB7hZ7j3qKdaMaCc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SignerId.class" - }, - { - "key": "SHA-256-Digest", - "value": "bOLsqMSfObWYjf2llbQqmOoIxMI4H3nctd0J0bazaJY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/PasswordRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ts6tESgrliwGw+Tv1lp5DAbDMpoGgXfB7ygnvUVzXR0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcKEKRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "yl6Aq+MEyl4I9Ho+FeFpKl/4rlCWEVNZzXUaH8HOE1A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "m163avwWIqOk2VVfYRnt6bIWf7vx3hSRaQLgKNkqMjw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyAgreeRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "K7/LbWwqhNSXGvzA/2swKwKvYkJGUvs14tfIwuEUDpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/NamedEACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "VntbGLnS4xpEyu0VHo8Z+WfejWGgnU6fG784wWPyNdM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyAgreeRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "CQuu6AqhNc97uxwtnhDYHBuBvvgqUYsN36kQAd1GDc0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/MacCalculatorProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "OaCUyM/N77HY1GXKJHNQTm215qXniui0tDvYscJGnFw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509ContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "xsZ9UA2kVacMJfFdC3yl+isMyk6fAnbcSSIIKRuGV6A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/SortedIndexedHashList.class" - }, - { - "key": "SHA-256-Digest", - "value": "9uRdvVuV9mxsC56ueVnkWu9393BIv4zjepv3TNqzAbs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/TruncatingDigestCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "RqlAAfW6ye/N+8/FJbaMMEHPSslc6Fw/uGfOrNMwPj0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeParserContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "VNh5Yca0+FX/qPll288aXfOQkGy5y3HFJX4BCjC+Tks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509ExtensionUtils$SHA1DigestCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "/b6105F5VNjbf/o9G+DDUO7H+y/XlXFhjXy7jfFrmP0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/fetcher/JndiDANEFetcherFactory$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "dGfl3dNDL8RZNQMrhGkp2ydvCpuPiU7w0vfsnR2cJdk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JcaCertificateRepMessageBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "tlm5MSoxHkYdvaZ3eNRsB7FifBUYKL8PcPKMDOpJMuI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "gggi2qFZ/HQH/KnIDfbCrKCyxDN/GOLVXfi08VwjLUQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/RFC5753KeyMaterialGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "vy0trMj0XGIeWEuqQTDzng8GV4vTTt3ufa1LhzeB8lw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/ContentVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "lwX0pMX0dydd0Q53cdSYtwLyvG+o57BITbZ6VtWWc7Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcaPKIXIdentityBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ImDE1ZI2T26yi+2f1PE0ZWkK23J+Gjg1rXQopV2uYvY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DefaultSignatureAlgorithmIdentifierFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "hUZb14jtlceVJY5zuh3Lq/auBzQ8p7dn7rxX8m+3k+w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoVerifierBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "mAaPmAxm727kQHWerF/yPPNQIRGmhdAfU1qOxYKkFec=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/X509RevocationChecker$LocalCRLStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "0/Dq+u3fSRWZscleYXOls8sFvNoPqBBbx7Z2lcWClw0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaCertStoreBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "D7F//njXZpVmP8VIwvW/w8VsrWKfa2kn24npreJ2ZdI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/HttpAuth$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "oKD4p3IcgkmGP40Q6lSLETL4A++ZjekMdMCQkQm/rd8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mozilla/jcajce/JcaSignedPublicKeyAndChallenge.class" - }, - { - "key": "SHA-256-Digest", - "value": "oGu0tUdoI6ECtCerxU01YBFnHL4QaeUGE8iFSfJrEJg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$15.class" - }, - { - "key": "SHA-256-Digest", - "value": "o8yX1TQEu1DbJmKUK1XHtq5dr/erV1co8d67zoJYmcA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/filter/UntrustedInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "G3hrArk7r/ozs1MSHaghRjoGOwms4lLxIw0wC0aXep4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/EnrollmentResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "NCpQThrWfwOAcdJI9B0A4YeGBXM00vlYElU/Q0iuJlM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "AMJFVxwu5TIX9x8vEYmdbRwN+zeGyIliExwXYYgwXL4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMimeMultipartContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "O/oWEIACWbc/k8Puv41xlpkCPFwJGUeDGm/1i8t++no=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/filter/Filter.class" - }, - { - "key": "SHA-256-Digest", - "value": "KzLIBQAuJh4Q7uEssPp6hzkms5eMCeYD/hlPvIlyedQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransAuthenticatedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "TbtNZ0T9OIfrK1mNy/VRjjzt0dfpZTnbGDbZkwX6yIM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SignerInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "QBfmaaDWvrm4gKsY2FTi8yTJ5Ce5bEtG7MQiSXBP8SE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcKeyTransRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "D8xQ1Xd3kCNOIkZeid5XKPb1AgEHh4B0U/Tt7xIQiY0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceSymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "FluFn8oE8EaSi27g9ghg6zx84lVwINlbxFaxCSVi9iA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/PKIXIdentity.class" - }, - { - "key": "SHA-256-Digest", - "value": "To/QAIYE+BfEI49ziOx/0H79U3plwiTo6o/qgYRzUvQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSPublicVerificationKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "9uCBw+DMX7lwI5wBOv7O87fJitJur5Theb9A8kUiSRM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "/BErSNNlIokfg7tX+/VujYl0/CyF4UtzQ6XOKsJDIxM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSContentVerifierProvider$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ObPdPxjxZwAxB5MrIudJ9RRFgAD5GOelCgbyeXJvI8I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAttributeTableGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "NQw1CxVXqiWdBAbE+L3YheIOc8qlEFRGGqYpXPKMvUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "mCWI0BrPqO2ocBbO9qVQHhUbrqMB+tX6Es2arGDqg7g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/BasicMimeParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "7XNOzEqP8alpZ7sNX9b7kPl+qnfcRFpd2Yf8hQHeT+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEException.class" - }, - { - "key": "SHA-256-Digest", - "value": "nleNfrzQysK9k2vga6h7XaOtqW5lLw52GLsew3L6L8U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "+vMIckKkK0XzCIwN2rgmObBfwu3laXQ8x9cMQc8bRUw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcRSAAsymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "drgunuBnO4fOy337ypzRY31z9ZIvY9TsB+/06HnsnVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JceCRMFEncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "eVsvpBCVcJgipEukB4s0Kob2038jJXOF4jaMrviha88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS10CertificationRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "wKHq0my6cCDMVOPKWa+S9wAhWG3d/P3cKIyTYAV/dFc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcPasswordRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "aloFaX8z1RBx+4v43yPr24T73dg2+fjq7Uid9i68BlQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SignerInformationVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "VqfwGWhw+/ZmlBLoEb+NsR0Fvkkw0bblFvdGX6atyYo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "w7y66yfLw9Uu7Sxcu81nr1ksa7Jp4XI/hcvPsGL6vN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PasswordFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "tgZ6L7+HVn2JdgcdriG3UQzvDUMqQsb//5LDwB6E+mc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/ReasonsMask.class" - }, - { - "key": "SHA-256-Digest", - "value": "AM6jLKu7QH/JQhN6ihzSXrJRGUlDjcI50r24hYYWi30=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTClientProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "VWF0SkkqGToEXffjM/OGK31mNX5VrGDdKRQbwL3oq9c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "1bXRdk/zAeQ7H5t/qAxBhpYws14DOioRRO9qxaQO7AM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcePEMDecryptorProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "625D7QS8808bjiF7R9r+TWxQ26gJgp2kmDnqMlmZ11w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/SingleResp.class" - }, - { - "key": "SHA-256-Digest", - "value": "+7vdAzYwH2u7dvLJAXXvn3TvEmysk7q++mBdJuVEsOg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/OSGI-INF/MANIFEST.MF" - }, - { - "key": "SHA-256-Digest", - "value": "9n5m4/0c8MMxfddjfa0jMt8OW6HAzHLKNAcEMVlBddQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/InputDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "ojtKU/MF74DaSbCrRzXtyMQxDf8oEUzUrCZFkVDIDII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/voms/VOMSAttribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "bRRIL3nDbITbb9mx1bYknZt7gpqMtkJUSQYlUSz/0XE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509v2CRLBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "owgBLNNf+AhZFpWitnyuSwHgD3MXPpEj/295uGFPs38=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JsseESTServiceBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "GiGG+2yAA5PJqhLouxcmqvWc9Uxh+WsnGcfKg5oL698=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSVerifierCertificateNotValidException.class" - }, - { - "key": "SHA-256-Digest", - "value": "rFITmb5SDk7zIh+YlkeuOxW9uB/2udepdBqgmzpwfv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/DeltaCertificateRequestAttributeValueBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "LN2Q3PMxVay31aQOPouuHCcD/B/UnBjzKnVsZr+k+UA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/PEMUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "NrTJvWYOxgokhVNRQ8vvtpPf3e+bQoSdC6lHw4rwJiQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTService.class" - }, - { - "key": "SHA-256-Digest", - "value": "vcLhWe2H0FvEvftx6wggmbaFzSLLxHx1L9CKK/JQS8A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateResponseBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "BHrYXom7/qlasyBaHxrPvS0nVdHrRFIWrqHWdukhvVI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/PKMACBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "pmkqfbVUeFFq5oOp6IoT8ktFyP1AyZLkKtmFu1eCpsA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/EACCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "yrQ7eg905XXUFoOJ1pTXkgskM4m0fizN6G+9dYidRhg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEKAuthenticatedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "JQkm87l3II2WdRSoGiiSETw2U9MctQDLyA8IdpgSOm8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMKeyPairParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "UB/blf2G1c2XTFZMQwmuS6FRBO1co1XNODs1Zwkw//Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/ProtectedPKIMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "4jm7vZKG/aiqDhVwuSAmFbdTUSTuopvr+Qm8OMfC2MU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthEnvelopedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "AiKbJbGS2QFfNKJ6NduquWZdbhhab+S3WbS5vp/kRqM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/PBEMacCalculatorProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "fAdz9MWl5toJ9Wc/26LkQVRK90czc2ZZotPRtc3N4T4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/EnvelopedDataHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "7LUvRUH/ZROfMP6KSigc6pSJvR3pJ9KPu2p7Zz+vyRk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "YFWehJdl2L/XkXEHW6PWIe7c1F9drlK8Ujb7djO8rAY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/PKCS12PBEUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "V6qQP0wlALMY6dCsdedWorCTUTAnvLB1ek2pzivejJg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSCompressedDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "c2UehADVU1FL1uRwufdCswjM+NmNZFhiyr1H+Jnt8wk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DefaultSignatureNameFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "HJusmGuhM2O6AwkolPQPyTiiMFE7uPfxOphL/JT+inw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSContentVerifierProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "DvlJ43GWnh75NGOtkQsKW1ec54QvKR+XXq+B+/jKdts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCS12MacCalculatorBuilderProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "6MVF6BwNRG2NrYjmPa5gbWYde1zp75Bxf/tgs+5UBLA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceITSPublicEncryptionKey$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "S2jAQF+fIfn8IYVosqEyCdLhX6Mx9Uzj7HPuIxIN7+w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TSPException.class" - }, - { - "key": "SHA-256-Digest", - "value": "BLEw/4WTTP6ruv5agk0cR7DX6dJFIrrVnaZRlULMoGA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/EncryptedValuePadder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZH+BjJLLywYMCNfVdCG9TbdmewlLGghCPZrEAFMAmMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSMacCalculatorBuilder$CMSMacCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "gcIu4HSRJ5RR88na+gLdeFOePAFmlAl+X+CnHwPGgoo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSCachingData$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "32dZeowaa5kvcGqCkFMSnyKMa8SQalqTF7RqDF5wRbQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$18.class" - }, - { - "key": "SHA-256-Digest", - "value": "YTgDJvG4DWb0UAhuknC72MNG0OM6gK4yzvLcFjY7+/c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcePEMDecryptorProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "wCSRYuxUuXnWNiQpY5eAKg2bd+5u0MiXSQU6w6162wo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTException.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mzp6abVmYLI2UXKm11OU3Ok7o0GO3YdWYH/azwrT468=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/OperatorUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "NHw6NDLDSy94M5K+IuZsjfLGW4CuIYN5BbV30bUFuxU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentVerifierProviderBuilder$SigVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "ezO7aCOP+VaERZHJMQnM9Fi9qm1O+rz28TrsusbEi54=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/OriginatorInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nct6T40sXmxpdZ2+iMUfg2PGw9tho5uTKDfyZX1JNk4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/ZlibExpanderProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "iXBLM1qSWSH3o/KkWA73TQ546xI4vZFKbEscT0Gq1es=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/Source.class" - }, - { - "key": "SHA-256-Digest", - "value": "thm/lKcdXlz5oUNXiN1arLRuPfGmfLTNVSuk3azUX3g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcSymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "9z/sqLP/vxcQcZCKz2dsOefzrQKXcjHE1Me5kyJOJb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/LocaleString.class" - }, - { - "key": "SHA-256-Digest", - "value": "/+pdgOkohgIAMvOEoQ43qLARv+PweEgQX3y+09teJjk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/ValueDecryptorGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "zIhdg4WmIPemHp0n7yAsT5ab75Uy6gn/YKulcOfSNak=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceETSIKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "gIy8/tw6Nt3gEv1fQBK05SxivojaDxONWJRt1HU7xQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/CSRRequestResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "VhqC3OiUrJUOliIn2Rns3G6MKegISTEsp63UELTALi8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthEnvelopedDataStreamGenerator$CMSAuthEnvelopedDataOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "BFg8C5h+QwkygO3XNMr4fIjm67hjSmUI5CjGPpXsyxI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$17.class" - }, - { - "key": "SHA-256-Digest", - "value": "K1yN08lw4az4l8sRF21gaJGBEJdGaeR+gRAFRVyo1Vg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/BasicOCSPResp.class" - }, - { - "key": "SHA-256-Digest", - "value": "LwPufpp62j8azto6SjCLVKyhoLoef3DTa/q+6wtKUYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/VPKCRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "pu9jQMq7cOlhh+p3UFnsU/l4D8ZzIyKWc6SX7fLlzRo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509ExtensionUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "HwH9pMCUCdCkGJgErE6qhijlI07wJvxt2jgwMqmWDvY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceETSIDataEncryptor$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "kaf+UxKdtMcK5RVTlQEy6khxyjjFiEHt7B10qltz0FM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$PKCS7Parser.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Fmc5xjN23QUciSUJP69x6YnZBpr532d3Lal7XzmEdE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSPublicEncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "UQxcvTFL5s0Il5cuehhGrb0t1HekITuZArsltvDj0y8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/RecipientInformationStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q22q6QLtlaO4B12ketwQjmPQDBMmzB6v5bq+fdHp5EY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcaMiscPEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "3c9IILf5mJ+isCzc0AmaXB7FkAP4hLfUF8kaGMGv1+A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509CRLEntryHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "MuDhwHv39fosaxZ5Yr/vJJo6ky1v+UcNv2Dt3OV7s/I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/BasicOCSPRespBuilder$ResponseObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "izAnHevEKKOweiO17Dxd3Nex388mFSpnj3NVqcCKZ/4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/CPDRequestData.class" - }, - { - "key": "SHA-256-Digest", - "value": "gxbQvY/fX6w9LePFYrqE1AzkSY9DHbHGyKYlA4hGXHY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/encoding/QuotedPrintableInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZXoyFOqoKgX4H0oByjqkHK3MdP0B5z3PF+bM5Qbm804=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSPublicEncryptionKey$symmAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "whsM1Q93blDK/jSYdLk3GbxVZpD14U6PGHIkjL9xS+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSArchiveTimeStampGenerator$IndexedPartialHashtree.class" - }, - { - "key": "SHA-256-Digest", - "value": "ErpkeTYz1pKwpLe/SIgiPF3r7w5AsK78wSLUzxTwxbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cmc/SimplePKIResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "ELj71tremQLWfXdcvdzpLD7VY7LPFzdM4/k0/ELPkdQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSignerInfoVerifierBuilder$ProviderHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "GzV+3KtQ7alhgEe1B6LyfrLyWks7oUdBj+u7bNCd8SQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "35EemNYTdrs+XQ0xt9eo2Dt7cpzcrkNIKIl5+Q87qoY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/DefaultCMSSignatureEncryptionAlgorithmFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "N3l/m3RywTI8nLuUpjQ7D2BYpmx8ZBvFshd4BGQgn4M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509CRLConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "+xgfcykXGue9xdhWW/O/jDkA7jwsSZ/3gY86+btFc3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12PBEOutputEncryptorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "SHEaGvb+pYxLJGV+wetc/avq5R3yheD+JAGVZdbFfyk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/SEEDUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "FATHxilOYGBWPWPugIaqLiHxqhWlwwNQO6dBCohp0T4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/filter/HTMLFilter.class" - }, - { - "key": "SHA-256-Digest", - "value": "5BKYY8BAbNM0QfBCcJatnouOIj6OTTpKzI2wxyypkhY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$19.class" - }, - { - "key": "SHA-256-Digest", - "value": "t1wxhcBjQj1Rt1snJ7QmiCiliz4JIBblNcE99Mvc9MU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/OperatorHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "SwT6yZSosr7ONjs6WpRA7yMhZDzK/KePT0hov4YM1sY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcRSAAsymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Xoe7tvIgN3RqrQAwoc7UFHIbN8e2RKWXNWfJKAz+Ho=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/PKCS7TypedStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "ukOYhAkQxoMZGNqndHlaGV904fmDPiklVf4SCXOZ7gc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/EncryptionException.class" - }, - { - "key": "SHA-256-Digest", - "value": "W7Az1x5cdAFDKqvvUYWp9HFmNAF6FIbHek7zvCw9JKU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "dsWhmrVFzSlAVCrYQ1Di9SIxFlFeG+VvopZBGABqZ/c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcePEMEncryptorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "DdIYlMJhcR+a8OJVLkDkzqXuTeKdNP5khl5UWe3ownc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/CMSProcessableCMPCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "TX8/XRwzwaNY4bBdXKATVCm63F8s88+NVpPXeR36a1I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcePasswordAuthenticatedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "rWXpM3H3ftPgy3UlZ8RinNfuVkUWLnwqMyv1/U3t35U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/CMPUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "6SiR3Qc0ltOxzkGzp8WCpYGQIli5fErOp/l2EryeOXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/OperatorHelper$OpCertificateException.class" - }, - { - "key": "SHA-256-Digest", - "value": "c0vw33Ig3wj46QAcYoE2KX27uc9kUlDaMLWX+D4wFkU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JcaCertificateRequestMessageBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ueSCJw82nJtPtGPYaqVOpbUSpM80tp/kT6NYmpA6cnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSecureReadableWithAAD.class" - }, - { - "key": "SHA-256-Digest", - "value": "/wkayocl7sIb3H8hK0FSfYLMouulkETyHDDw4yar+ZM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcRSASignerInfoVerifierBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "DM0ih9IG4EaUjra4tyZNiTVu2JNtwG2rpoirYfn6PKQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/MessageImprintBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "aERqlZG9weawJ9x4uhAydXotZeN2iHsT6hUhF/Jy4l0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/UnknownStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "5M99r4LNkILUnc7rqks4hGg4618e/5Oqrj+Woa4bl7o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$X509CRLParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "zD5ZklAPIGDi6sn29YM8MEaQcsaQsBTkXngQb3a7Dwk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/AlgorithmNameFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "4M84uAgPmSlhscRbplmAylEtU5x9Qw5r+TQElo/crp4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/VSDRequestData.class" - }, - { - "key": "SHA-256-Digest", - "value": "mryW0y37bLwQrHg2LSsCADuK5bIMKYlshdfWYz/5+eQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/DeltaCertificateTool.class" - }, - { - "key": "SHA-256-Digest", - "value": "hHqOQvA4xrzrhCugkoAxQcLHmy5EHUlWGlZF1dhfm2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEMRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "2jppgTpOqLM7LB95b+yU52V9Si+/jfPwxS8StfWr4PI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/OriginatorInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "bDRaeZK8J5VqwWht9euCi16OqRLxXuuyXTyrUfmYggI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcPasswordEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "wjsM0KJtA1TiZwsROThl+4TcNENvJc+TPPc2SLziJDg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/bc/BcCRMFEncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "boDY+dmMg2jJlAzeYnp5vBaPv3za5UikIKG+Rr4i2eQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEKAuthenticatedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "AxmH95p8X99BARocy8xgcVb0yT/er/a64Cz/tJsdJbs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/X509AttributeCertificateHolderSelectorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "qyo/Sq6pDDgkrhZoeCSnK+Vk2uVUMMTB5ZOsFIgXvyw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSelectorConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "dPgE4e66nXPPF+Z/pvv07JGrdoywb12uLzYUain374M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/DefaultCertHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "lVYk4tVtNdA+o3yBjMksj2C8ARcTiECo8l1/w4qi0Vg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/AuthenticatorControl.class" - }, - { - "key": "SHA-256-Digest", - "value": "lctJ+I6oFHdp742RSd1N8S6qlUW5AnQH64+1fNHIXQ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ut98UFebRsmRWfn2GqLOTUSiDXoXePXMG27pb/ZrGos=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/OperatorException.class" - }, - { - "key": "SHA-256-Digest", - "value": "Euwq5gWkIKmpPuQIDiXs0HfVrL5YhgK7GW9dkrJUtEY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeAuthenticatedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0warhY2LJhI+WEwI31xP6jAsDr6IkKmr2G3QQCMkn+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcKeyTransRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "zinenEGS4v1xNZUQjxJob+58XBxVy+Esu2Rt0EHkI3Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/EACUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "WOYpRsSEIZCRKrQ5Y/OkgaF6hGYTJSg8jpGVMEYayLM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSStreamException.class" - }, - { - "key": "SHA-256-Digest", - "value": "zFWpsWbKWxVMeD9UOdpshWd13nvTDLo40jzhdqlBbPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSContentVerifierProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "K06BZKa6aMQvKxGM5B2CeRM/rV07OnrRRGYuM9FOQxw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMWriter.class" - }, - { - "key": "SHA-256-Digest", - "value": "OpY/xvBYZxhLlzTOU9uZC5Eulu+lVXp/xeP9a357g4w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$X509CertificateParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "VgMFJ7bjg0F07WvnOkayLHNIMQWUHgAJurOkK8yqTsY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/JcaEACSignatureVerifierBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "yhG0hcxqPix392jD9VkFZBMc/fM4VAs4fR9ynLi5mP0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/GenTimeAccuracy.class" - }, - { - "key": "SHA-256-Digest", - "value": "WXjrWaJiWOARtIjwAJNbhOjMo2dkUum81zlq7H0XUC8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateRequestMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "IdtLXfG1P+ijPeaFseBcgLN7ZU++UQjlqO49P4pXz9c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthEnvelopedDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "jYLFa014qZrCZzCni+BQcC/SBQ0+6DJKI/Ezy387IPs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSProcessableFile.class" - }, - { - "key": "SHA-256-Digest", - "value": "NqllqcQKk5HuFbSak82YMas59BiVLov572ISKhE2ENQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEKRecipientId.class" - }, - { - "key": "SHA-256-Digest", - "value": "0YIh4T+fubfQ9U3796CDSNv53r65UGEoiWPVQwVsIqg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceETSIKeyWrapper$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "2UbSttb7Sl80akS9nm/Q4A7iz0pIp7oufdkzqsqR8Ds=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSPatchKit$ModEncAlgSignerInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "mczPIN/wCygWi0ZfNzNLgUzPDKHBRK4I5hl20tYaedw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/DefaultEACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "PnsJ5w7+E+Nw5LReBC6DKyzfu3xe2AOqHuWp/rDq3pU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/MacDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "aTsk1P8VP284aTPbhXd2FUYRgC8FOTAmpI1ucRCfW+s=" - } - ] - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "17b3541f736df97465f87d9f5b5dfa4991b37bb3" - } - ] - } - }, - { - "id": "040227257270aca7", - "name": "bcprov-jdk18on", - "version": "1.78.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bouncycastle-api.hpi:WEB-INF/optional-lib/bcprov-jdk18on-1.78.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "sha256:156e0dd51df96c6c72bc9b9bfbc9e26d5da2c8bd2e731581da3631262d393be2", - "spdxExpression": "", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bouncycastle-api.hpi:WEB-INF/optional-lib/bcprov-jdk18on-1.78.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "sha256:f9e6b01128a66b9887432db0397034793bcb1667770990c27fd4fd04ffc0c12a", - "spdxExpression": "", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bouncycastle-api.hpi:WEB-INF/optional-lib/bcprov-jdk18on-1.78.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.bouncycastle:bcprov-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.bouncycastle:bcprov_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcprov-jdk18on:bcprov-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcprov-jdk18on:bcprov_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcprov_jdk18on:bcprov-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcprov_jdk18on:bcprov_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bcprov-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bcprov_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcprov:bcprov-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcprov:bcprov_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.bouncycastle/bcprov-jdk18on@1.78.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bouncycastle-api.hpi:WEB-INF/optional-lib/bcprov-jdk18on-1.78.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-SymbolicName", - "value": "bcprov" - }, - { - "key": "Bnd-LastModified", - "value": "1713413974229" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "JavaSE-1.8" - }, - { - "key": "Import-Package", - "value": "java.io;resolution:=optional,java.lang;resolution:=optional,java.lang.ref;resolution:=optional,java.lang.reflect;resolution:=optional,java.math;resolution:=optional,java.net;resolution:=optional,java.nio;resolution:=optional,java.nio.channels;resolution:=optional,java.nio.charset;resolution:=optional,java.security;resolution:=optional,java.security.cert;resolution:=optional,java.security.interfaces;resolution:=optional,java.security.spec;resolution:=optional,java.sql;resolution:=optional,java.text;resolution:=optional,java.util;resolution:=optional,java.util.concurrent;resolution:=optional,java.util.concurrent.atomic;resolution:=optional,java.util.logging;resolution:=optional,java.util.zip;resolution:=optional,javax.crypto;resolution:=optional,javax.crypto.interfaces;resolution:=optional,javax.crypto.spec;resolution:=optional,javax.naming;resolution:=optional,javax.naming.directory;resolution:=optional,javax.security.auth;resolution:=optional,javax.security.auth.callback;resolution:=optional,javax.security.auth.x500;resolution:=optional" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-7.0.0.202310060912" - }, - { - "key": "Export-Package", - "value": "org.bouncycastle;version=\"1.78.1\",org.bouncycastle.asn1;uses:=\"org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.asn1.anssi;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x9\";version=\"1.78.1\",org.bouncycastle.asn1.bc;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.asn1.cryptopro;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.asn1.x9\";version=\"1.78.1\",org.bouncycastle.asn1.gm;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x9\";version=\"1.78.1\",org.bouncycastle.asn1.nist;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x9\";version=\"1.78.1\",org.bouncycastle.asn1.ocsp;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.pkcs;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.sec;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x9\";version=\"1.78.1\",org.bouncycastle.asn1.teletrust;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x9\";version=\"1.78.1\",org.bouncycastle.asn1.ua;uses:=\"org.bouncycastle.asn1,org.bouncycastle.crypto.params,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.asn1.util;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.x500;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.x500.style;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x500\";version=\"1.78.1\",org.bouncycastle.asn1.x509;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500\";version=\"1.78.1\",org.bouncycastle.asn1.x509.qualified;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.x509.sigi;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x500\";version=\"1.78.1\",org.bouncycastle.asn1.x9;uses:=\"org.bouncycastle.asn1,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.crypto;uses:=\"javax.security.auth,org.bouncycastle.crypto.digests,org.bouncycastle.crypto.params,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.crypto.agreement;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\";version=\"1.78.1\",org.bouncycastle.crypto.agreement.jpake;uses:=\"org.bouncycastle.crypto\";version=\"1.78.1\",org.bouncycastle.crypto.agreement.kdf;uses:=\"org.bouncycastle.asn1,org.bouncycastle.crypto\";version=\"1.78.1\",org.bouncycastle.crypto.agreement.srp;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\";version=\"1.78.1\",org.bouncycastle.crypto.commitments;uses:=\"org.bouncycastle.crypto\";version=\"1.78.1\",org.bouncycastle.crypto.constraints;uses:=\"org.bouncycastle.crypto,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.crypto.digests;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.crypto.ec;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x9,org.bouncycastle.crypto,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.crypto.encodings;uses:=\"org.bouncycastle.crypto\";version=\"1.78.1\",org.bouncycastle.crypto.engines;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.digests,org.bouncycastle.crypto.generators,org.bouncycastle.crypto.modes,org.bouncycastle.crypto.params,org.bouncycastle.math.ec,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.crypto.examples;uses:=\"org.bouncycastle.crypto\";version=\"1.78.1\",org.bouncycastle.crypto.fpe;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\";version=\"1.78.1\",org.bouncycastle.crypto.generators;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.crypto.hpke;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\";version=\"1.78.1\",org.bouncycastle.crypto.io;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.modes\";version=\"1.78.1\",org.bouncycastle.crypto.kems;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\";version=\"1.78.1\",org.bouncycastle.crypto.macs;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.digests,org.bouncycastle.crypto.modes,org.bouncycastle.crypto.paddings\";version=\"1.78.1\",org.bouncycastle.crypto.modes;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.modes.gcm\";version=\"1.78.1\",org.bouncycastle.crypto.modes.gcm;version=\"1.78.1\",org.bouncycastle.crypto.modes.kgcm;version=\"1.78.1\",org.bouncycastle.crypto.paddings;uses:=\"org.bouncycastle.crypto\";version=\"1.78.1\",org.bouncycastle.crypto.params;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x9,org.bouncycastle.crypto,org.bouncycastle.crypto.util,org.bouncycastle.math.ec,org.bouncycastle.math.ec.rfc8032\";version=\"1.78.1\",org.bouncycastle.crypto.parsers;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\";version=\"1.78.1\",org.bouncycastle.crypto.prng;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\";version=\"1.78.1\",org.bouncycastle.crypto.prng.drbg;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.prng,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.crypto.signers;uses:=\"org.bouncycastle.asn1,org.bouncycastle.crypto,org.bouncycastle.crypto.macs,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.crypto.tls;uses:=\"org.bouncycastle.crypto.params\";version=\"1.78.1\",org.bouncycastle.crypto.util;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.asn1.x9,org.bouncycastle.crypto,org.bouncycastle.crypto.io,org.bouncycastle.crypto.params,org.bouncycastle.math.ec,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.i18n;uses:=\"org.bouncycastle.i18n.filter\";version=\"1.78.1\",org.bouncycastle.i18n.filter;version=\"1.78.1\",org.bouncycastle.iana;version=\"1.78.1\",org.bouncycastle.jcajce;uses:=\"javax.crypto,javax.crypto.interfaces,org.bouncycastle.asn1,org.bouncycastle.asn1.bc,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.util,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.jcajce.interfaces;uses:=\"org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.jcajce.io;uses:=\"javax.crypto\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric;uses:=\"org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.util\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric.compositesignatures;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.asymmetric.util\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric.dh;uses:=\"javax.crypto,javax.crypto.interfaces,javax.crypto.spec,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.agreement,org.bouncycastle.crypto.engines,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jce.interfaces\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric.dsa;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jce.interfaces\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric.dstu;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jce.interfaces,org.bouncycastle.jce.spec,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric.ec;uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.asn1.x9,org.bouncycastle.crypto,org.bouncycastle.crypto.agreement,org.bouncycastle.crypto.engines,org.bouncycastle.crypto.generators,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.util,org.bouncycastle.jce.interfaces,org.bouncycastle.jce.spec,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric.ecgost;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.agreement,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jce.interfaces,org.bouncycastle.jce.spec,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric.ecgost12;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cryptopro,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.agreement,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jce.interfaces,org.bouncycastle.jce.spec,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric.edec;uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.engines,org.bouncycastle.jcajce.interfaces,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.util\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric.elgamal;uses:=\"javax.crypto,javax.crypto.interfaces,javax.crypto.spec,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.symmetric.util,org.bouncycastle.jce.interfaces,org.bouncycastle.jce.spec\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric.gost;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jce.interfaces\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric.ies;version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric.rsa;uses:=\"javax.crypto,javax.crypto.spec,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jce.interfaces\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric.util;uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.asn1.x9,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.crypto.signers,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.util,org.bouncycastle.jce.interfaces,org.bouncycastle.jce.spec,org.bouncycastle.math.ec,org.bouncycastle.math.field\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric.x509;uses:=\"org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.config;uses:=\"javax.crypto.spec,org.bouncycastle.asn1,org.bouncycastle.jcajce,org.bouncycastle.jcajce.provider.util,org.bouncycastle.jce.spec\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.digest;uses:=\"org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.symmetric.util\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.drbg;uses:=\"org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.util\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.keystore;uses:=\"org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.util\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.keystore.bc;uses:=\"javax.crypto,org.bouncycastle.jce.interfaces\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.keystore.bcfks;uses:=\"org.bouncycastle.jcajce.provider.keystore.util\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.keystore.pkcs12;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.keystore.util,org.bouncycastle.jcajce.util,org.bouncycastle.jce.interfaces\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.keystore.util;uses:=\"org.bouncycastle.jcajce.util\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.symmetric;uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.symmetric.util,org.bouncycastle.jcajce.provider.util\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.symmetric.util;uses:=\"javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.security.auth,org.bouncycastle.asn1,org.bouncycastle.crypto,org.bouncycastle.crypto.modes\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.util;uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.config\";version=\"1.78.1\",org.bouncycastle.jcajce.spec;uses:=\"javax.crypto,javax.crypto.spec,javax.security.auth,org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.crypto.params,org.bouncycastle.crypto.util\";version=\"1.78.1\",org.bouncycastle.jcajce.util;uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.jce;uses:=\"javax.security.auth.x500,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.jce.spec,org.bouncycastle.x509\";version=\"1.78.1\",org.bouncycastle.jce.exception;version=\"1.78.1\",org.bouncycastle.jce.interfaces;uses:=\"javax.crypto.interfaces,org.bouncycastle.asn1,org.bouncycastle.jce.spec,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.jce.netscape;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.jce.provider;uses:=\"javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.security.auth.x500,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.jcajce,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.util,org.bouncycastle.jce.exception,org.bouncycastle.jce.interfaces,org.bouncycastle.jce.spec,org.bouncycastle.math.ec,org.bouncycastle.util,org.bouncycastle.x509,org.bouncycastle.x509.util\";version=\"1.78.1\",org.bouncycastle.jce.spec;uses:=\"org.bouncycastle.asn1.cryptopro,org.bouncycastle.jcajce.spec,org.bouncycastle.jce.interfaces,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.math;uses:=\"org.bouncycastle.crypto\";version=\"1.78.1\",org.bouncycastle.math.ec;uses:=\"org.bouncycastle.math.ec.endo,org.bouncycastle.math.field\";version=\"1.78.1\",org.bouncycastle.math.ec.custom.djb;uses:=\"org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.math.ec.custom.gm;uses:=\"org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.math.ec.custom.sec;uses:=\"org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.math.ec.endo;uses:=\"org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.math.ec.rfc7748;version=\"1.78.1\",org.bouncycastle.math.ec.rfc8032;uses:=\"org.bouncycastle.crypto,org.bouncycastle.math.ec.rfc7748\";version=\"1.78.1\",org.bouncycastle.math.ec.tools;uses:=\"org.bouncycastle.asn1.x9,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.math.field;version=\"1.78.1\",org.bouncycastle.math.raw;version=\"1.78.1\",org.bouncycastle.pqc.asn1;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.pqc.legacy.crypto.gmss,org.bouncycastle.pqc.legacy.crypto.rainbow,org.bouncycastle.pqc.legacy.math.linearalgebra\";version=\"1.78.1\",org.bouncycastle.pqc.crypto;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.bike;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.cmce;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.crystals.dilithium;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.crystals.kyber;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.falcon;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.frodo;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.gemss;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.hqc;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.lms;uses:=\"org.bouncycastle.asn1,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.newhope;uses:=\"org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.crypto.util,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.ntru;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.ntruprime;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.picnic;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.rainbow;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.saber;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.sphincs;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.sphincsplus;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.util;uses:=\"javax.security.auth,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.crypto.util,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.xmss;uses:=\"org.bouncycastle.asn1,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.xwing;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.interfaces;uses:=\"org.bouncycastle.pqc.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.util\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.bike;uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.bike,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.cmce;uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.cmce,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.dilithium;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.pqc.crypto.crystals.dilithium,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.provider.util,org.bouncycastle.pqc.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.falcon;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.pqc.crypto.falcon,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.provider.util,org.bouncycastle.pqc.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.frodo;uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.frodo,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.gmss;uses:=\"org.bouncycastle.crypto,org.bouncycastle.pqc.legacy.crypto.gmss\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.hqc;uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.hqc,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.kyber;uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.pqc.crypto.crystals.kyber,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.provider.util,org.bouncycastle.pqc.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.lms;uses:=\"org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.lms,org.bouncycastle.pqc.jcajce.interfaces\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.mceliece;uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.jcajce.provider.util,org.bouncycastle.pqc.legacy.crypto.mceliece,org.bouncycastle.pqc.legacy.math.linearalgebra\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.newhope;uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.newhope,org.bouncycastle.pqc.jcajce.interfaces\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.ntru;uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.ntru,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.ntruprime;uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.ntruprime,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.picnic;uses:=\"org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.picnic,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.rainbow;uses:=\"org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.rainbow,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.saber;uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.saber,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.sphincs;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.sphincs,org.bouncycastle.pqc.jcajce.interfaces\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.sphincsplus;uses:=\"org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.sphincsplus,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.util;uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.util,org.bouncycastle.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.xmss;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.xmss,org.bouncycastle.pqc.jcajce.interfaces\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.spec;uses:=\"org.bouncycastle.pqc.crypto.lms\";version=\"1.78.1\",org.bouncycastle.pqc.legacy.crypto.gmss;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto,org.bouncycastle.pqc.legacy.crypto.gmss.util\";version=\"1.78.1\",org.bouncycastle.pqc.legacy.crypto.gmss.util;uses:=\"org.bouncycastle.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.legacy.crypto.mceliece;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto,org.bouncycastle.pqc.legacy.math.linearalgebra\";version=\"1.78.1\",org.bouncycastle.pqc.legacy.crypto.ntru;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.legacy.math.ntru.polynomial\";version=\"1.78.1\",org.bouncycastle.pqc.legacy.crypto.qtesla;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.legacy.crypto.rainbow;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.legacy.crypto.rainbow.util;version=\"1.78.1\",org.bouncycastle.pqc.legacy.math.linearalgebra;version=\"1.78.1\",org.bouncycastle.pqc.legacy.math.ntru.euclid;version=\"1.78.1\",org.bouncycastle.pqc.legacy.math.ntru.polynomial;version=\"1.78.1\",org.bouncycastle.pqc.legacy.math.ntru.util;uses:=\"org.bouncycastle.pqc.legacy.math.ntru.polynomial\";version=\"1.78.1\",org.bouncycastle.pqc.math.ntru;uses:=\"org.bouncycastle.pqc.math.ntru.parameters\";version=\"1.78.1\",org.bouncycastle.pqc.math.ntru.parameters;uses:=\"org.bouncycastle.pqc.math.ntru\";version=\"1.78.1\",org.bouncycastle.util;version=\"1.78.1\",org.bouncycastle.util.encoders;version=\"1.78.1\",org.bouncycastle.util.io;version=\"1.78.1\",org.bouncycastle.util.io.pem;version=\"1.78.1\",org.bouncycastle.util.test;uses:=\"org.bouncycastle.crypto.prng\";version=\"1.78.1\",org.bouncycastle.x509;uses:=\"javax.security.auth.x500,org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.i18n,org.bouncycastle.jce,org.bouncycastle.util,org.bouncycastle.x509.util\";version=\"1.78.1\",org.bouncycastle.x509.extension;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.x509.util;uses:=\"org.bouncycastle.jce,org.bouncycastle.util,org.bouncycastle.x509\";version=\"1.78.1\"" - }, - { - "key": "Bundle-Name", - "value": "bcprov" - }, - { - "key": "Bundle-Version", - "value": "1.78.1" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Private-Package", - "value": "org.bouncycastle.internal.asn1.bsi,org.bouncycastle.internal.asn1.cms,org.bouncycastle.internal.asn1.cryptlib,org.bouncycastle.internal.asn1.eac,org.bouncycastle.internal.asn1.edec,org.bouncycastle.internal.asn1.gnu,org.bouncycastle.internal.asn1.iana,org.bouncycastle.internal.asn1.isara,org.bouncycastle.internal.asn1.isismtt,org.bouncycastle.internal.asn1.iso,org.bouncycastle.internal.asn1.kisa,org.bouncycastle.internal.asn1.microsoft,org.bouncycastle.internal.asn1.misc,org.bouncycastle.internal.asn1.nsri,org.bouncycastle.internal.asn1.ntt,org.bouncycastle.internal.asn1.oiw,org.bouncycastle.internal.asn1.rosstandart" - }, - { - "key": "Created-By", - "value": "17.0.10 (Private Build)" - } - ], - "sections": [ - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode.class" - }, - { - "key": "SHA-256-Digest", - "value": "wNhEfeTvNG9ggqKfLjQDDoFoDqeWwGUc47JiL7VqxqU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/Tables8kGCMMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "nqljr9DNx4nNie4sbkZajVenvd3LdMF3X5s5dmSMToM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "6NFcu+LwYrOVu1vukTQC/r8J1FNOppwYbFDzfwuOjvU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AlgParamsCCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "KnRQKLHlGsEVJ8EidWXYTPq1X4je6qaMx4jr2u9+3nc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "wuxZunGvKlmdlnYPDP+CcNSlu6WR4YzIjtYVk0qypc4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSDigestProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "gaeSSaq/DrIJ1+DYtxZfkuTb00EnroFcWB6c4AANqTA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/SPHINCSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "k3TMBJ/hrL6ypfccy5TSY6fxMgIXeb10En00+YIfW9Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA384$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Owu50vsHf5qAbU0NSrvrL+1BdJk7kIqZ7tB3HTjPRy4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/CRLNumber.class" - }, - { - "key": "SHA-256-Digest", - "value": "AKUE/51ZWo2PqRDjvNCkih56C2fVy+9SDFcz6Prk+Y0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "GW4YLUcoWA17SLXLScTsS7vOVgYx930ebs038Xof4BY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TBSCertList$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "QEBQ/RK6uDAHGugpwwElwH2Mm22NG5oLjJ7NtdAH1js=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SM3.class" - }, - { - "key": "SHA-256-Digest", - "value": "swxgvalbvCYr0btJ2+TrTXewEUSmbhcBSBNtFs+jfU8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyFactorySpi$Falcon512.class" - }, - { - "key": "SHA-256-Digest", - "value": "ANWs9ul8S+xnPk5EfqVki1QdKcC/MLp0XSVNVoauwZ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Frodo$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "zi+vPHqOJNJxAB6V9fYVDVrjhS7r9VY5EJ71W4rkY7U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "zMJQsiGRjHULo2AGBxS+5EBs/oYn6gRy80YdkcyUMv4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/PBMAC1Params.class" - }, - { - "key": "SHA-256-Digest", - "value": "nwFLF3OnUZzCXDk8bCeiIC8We+mUDR1XfgjpdqDzDEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "JIF7HIb0h9z8CHDnwdKbAyHzJJsfYjz3y9Vt2YvcCug=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/SPHINCSPLUSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "mMyRil7mKgu2jimBWePl/3A/JM+kadfDHr7DidRv8Ds=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/GeneralName.class" - }, - { - "key": "SHA-256-Digest", - "value": "t3kDzDU/uR3yV/U0ASy7lIisIoxc2SlmRJvQ35AwyqQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat448.class" - }, - { - "key": "SHA-256-Digest", - "value": "LBeATJWmDnSBaZWfEPD1bLrrJ9dBCN/jQW7yVDin9Q4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/Zuc128Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "cF9lHrggYMt1sBzLZaoR5aAFi5KA1V2Ew9ylcxCHI18=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UTCTime$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0fA5DBuJ6wVf0cGKSp5h9eYtn86LAemtzRnP3baml28=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCertStoreSelector$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "iv9eVITRyObzHKa9/K1YCwB94WeqxVH7tD2P7mgWJ6s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/XMSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "f3TJfnrjsH3T2W2IrqeY4tS2HXEtR+x66fZnZ1PRCcc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/SubjectPublicKeyInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "dET7v91BxC/AkTU8wX8ubjRTvJLM+aPOPd/XC+wf1C8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/GOST3410Params.class" - }, - { - "key": "SHA-256-Digest", - "value": "JgqJ5HG8nKLl1zg2LFYr2HQz1dK4v0IdvyWMG1zj2wU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Zuc128CoreEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "4gFybQdGM6VSaGndhm0zZvYyb4L2EWosJXdGyvSeZq0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "PEFr49LJunTvEh12cgze90c070f+Oge+WT5UA1mVKlA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseAlgorithmParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "6xJ54zONZw1/xk9xKLFqIPTo2MhOwlqh/IOv/5sd1wc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$MD5WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y9taeE6zhS90+YbR2H9DhnQ39zcz3qyZQ4LnCGpyRPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "ITHy0y1BYiIdsq5LA/RqJGmp8Rt4OvSGeu8CXdNEZmI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/KyberPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "O0YiJunHD4wKaa9QkkiQEgJb4MXA+GfOvxNdtxoeCwM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ECPublicKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "dgIEGBCSTlN4UmsbwVj7Im5FX3Jjg6ME2IIbYaDBMf4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$29.class" - }, - { - "key": "SHA-256-Digest", - "value": "WEYeLNkrorxDFLeH+lcSnzJuP0ogAtqtqUxkXy6TI4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC256$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "kEL82gmeCbshewmzGB5kppjL7qAa/GzReXtzEYN0KdA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$ECB_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "fiWGmiPfLk48sPH3wLd0YmS8gtl9EHB+pjDAplRLAE4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/Tables16kKGCMMultiplier_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "9A6q4cI05YkyjIr08LxuV1u0xk2QaRcAqjEvYuO6W8U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y3axoKD9ygUb1qVK1PF0eWx8YEhEziIl38nX3x9xBy4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DERMacData$Type.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cxt6L2xiSj/TYNay1SZNwdb/D7/SImvLM6rpDYyuIps=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/PKCS5S2ParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "cl8+OVZGzAeOKPZiivnYGSZowTqSUYcmg/O2QE0FGv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecNR384.class" - }, - { - "key": "SHA-256-Digest", - "value": "tLoklqOadmFxQyake65I5rgPV/CQhAoBL5x1okgWAF4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERExternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "mZZMM3tPGu+FtgAYu5exaRIDBeWzPs17iZT+R8uWUdY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$20.class" - }, - { - "key": "SHA-256-Digest", - "value": "WCQ7K75d6JGF5UURGjz8gVCZWCd1pO52t2mNDnhLmzE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "LCyGe9A85tbM9mq2XldS7HZuYB+3VcBSIRODn1GBYRo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/ECDSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "HdDbNijd5YJzLxd6bUDiXgXZPBI3GnbnxCiQiR3b/FQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XTEA$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "CmW96sFs1YbMpBTnhQP8ElcdZ9xTizrv2bhwvzV/oRY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/KGMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "pzEFrLSh3TT4Jdm4KHrYjjguiJZOuex5IOW7B30eDJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "sMSRIH98so39/fa91FTWpRpisr3J5UtlmyqU66H+SKs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "qkIe3sKRd8gdDyEGOPdCoexSuG0pDtWeGZL38rSB6Eg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/DomainParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "6idrsRLzYcOXk+ojtkXZighiLyecM9cPd7bKvsXeu7Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p.class" - }, - { - "key": "SHA-256-Digest", - "value": "8uZwQUwQQkgxZfKsCsqMTedIUvJrdHnnbNHAOYQleXM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/CramerShoupParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "njC+xM/M3N5ayuNE6CzK1pwURM22Iej7BbQ8loFHTN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/GOST3410PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "xY9U607y2eupumZWc3/7UmqUjyk5rIQeKaBb2l+1z2k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$ISAPAEAD_A_128A.class" - }, - { - "key": "SHA-256-Digest", - "value": "vJ0w0Ct7T0JhH1YHb/jP+fLKT2F0T+aKhvID90dmnWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF1$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "wAmQtJqraw8KKVni2VrCnTpyvcW9v6cmlCZ4U58Xh2w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "sNMJp5UTxYZR9QKem6aU2XyJhseZz1frTjE7Fjes4yA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/SkeinParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "SW/trMhx/CeTMhdbdsgUlAD52FvHtIHspsJi6A9QzXM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "LVCTW8uBDDWkBQLa1M5FX/+wOHS/XWHJonafimhn/ts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$GCFB8.class" - }, - { - "key": "SHA-256-Digest", - "value": "lskaKZAJOndT0oi+1LibM5I02j9BsjYvVKju4oxK9tE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "6IZxBVc3CCZ3LbKkIAae8VSPT6umIsOdNnu6/8jIN+o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_256withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "JC0cubOhNtGz/32HQ8uJxH1S2OjVPBFtCXV5EuIFoyU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/config/ProviderConfiguration.class" - }, - { - "key": "SHA-256-Digest", - "value": "1RpNXkMzOq7k4mBwCchCqfReTCxkneLgYviy9/cCHYE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$Wrap512.class" - }, - { - "key": "SHA-256-Digest", - "value": "vYzbvVralDDsA+Yw+KxJzC4BD3D+/65cAksfZt1LGGk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "590qGQLsHExyDvFyyS3j/OXA+YiRwS/O+sO0Y89fKyo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "2yHQZLM5wSwRvjoT7vvpOLFNsn9Zx7CXpoY7o2fMUTk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AttributeCertificateInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "SEfFgzkrEqXSEoO4V8n+OLfPIRvDai/iR8PA11607Sw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grainv1.class" - }, - { - "key": "SHA-256-Digest", - "value": "k5AwgyC+wI0fayUrvcRAsEct2xQnWWFQH6aSLegDk1w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "WmFIpJbiMBIJ+39paNRm6XS+JFqkry51NcEvSE2RnzM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Doubles.class" - }, - { - "key": "SHA-256-Digest", - "value": "6jtH3KEhnZ9GoV5UvoFybj5NjkaRp0LmqAK9vo//i/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/OldCTSBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "PHKtQ1pOGqynqZdIw2L/SqIP8Wv0vH2O+FzJS3Heb2w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p$Gaussian.class" - }, - { - "key": "SHA-256-Digest", - "value": "AKNbw5X4bmrInYV+zUaWoQx+Y54oQ1G/NKYXxwTflIc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/CrlCache.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yd7qaX2fveT05cXp6o2diqDl+S0wbXBfXIFcKFAhojI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AsconEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "1PzryIcx/bzmWOc/dvJTiZbn1wcp0A7EsXexLrroYT8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/kdf/DHKDFParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Bq6MMSuUakFI6J5vUZWf35srpQhl76gLN6Nsn6S87A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WNafUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "u8QD92mixfZR25RA7uwwPcJZy/tRVAlISGdTlnWxqmI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/DigestUtil$DoubleDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "EyUeezG8bLyB2kr1MP89zGtElE0b7hi1UVvc84CJMRE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "n/MF2eUekSHuTxlZTvFggVc8MNgB4z+fEPDi1bP+2oU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "/PZhf1m5dWfBzfM7rBqygp/fV2kcrOv6/nGtfnP1G20=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "uyftMD9KPHKFuouCv5o+Qnbmc1Ob/c2bRfNS8MAzxl4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "2BnRRilTyvrfZFBx+6Y0pGMwj9o6nBrwliZVoraYWgs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD320$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "45flerRaklfkQyjOd4sLmGX6Jyxr9updxXwXVo7Glek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "zlo0W4piak5RxFvAZbEv1HzJQ6OVdYIUNgxe9geOgck=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "YenmDfX4IHnqa0wgqtpMdAEuhcvYV1JeSY7C4BXTFKc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "duC+uCOpoK7RS8qJjmRUpFa75T9KbmUWgCazyLoTxFk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Msg.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zymtrakkgi3kRkVuFFuXmqDBRU0xWFBB3ivHvpftyBo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$29.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jm0oJKMWZKXnoXMAP/NNcSrZL5t5bX6OmoZtc9OtXfw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "9SFlNzlI1xUj4T6ykAz4+QtWOw8+XOpHul3uDys9Tg4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "y0RvVwEfeNQ5Y8N+6vpZ5f7uZo0AJs06wEki/FqgPn0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "hhD0UsEJnyYZggP7DjO9WMo/19TJzwDdAQZPBVbPRhw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/EncapsulatedSecretExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "vrpvbcV1hL0r6mfp+6i6pO786DHnq8ndCUw//I5FBRo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/anssi/ANSSIObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "OlALy5ZxNUYCVEC0ayp0+bqkHuQ95R3ulW60tKVJhTs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/XMSSParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "e18I24GotYDTPdXZs9/KBuvVtIq61fYrRkfZcwsZ170=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/euclid/BigIntEuclidean.class" - }, - { - "key": "SHA-256-Digest", - "value": "UFwht6wawz/BYVBkQmwFMIr3Iw9yXLLzdjjfcOyrlAw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/SamplerZ.class" - }, - { - "key": "SHA-256-Digest", - "value": "UDN+os64emyFl6XZd5f74adqcu0ybz2ThjrCaVvsTvo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/21/org/bouncycastle/pqc/jcajce/provider/ntruprime/SNTRUPrimeDecapsulatorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "eHN/1PAZfa/zH1Rj1Q47EqEeA9+Vs706DtGr0S3PkYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RSABlindedEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "ofj1R3ca3jcWdmiXiwxmdPvAKCJojYj7QzIXZkfhF5I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKeysToParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Va7MUCMM+fPTmEPo+0AjvoN6mjufgcIOCDPg+lBYH4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "3+vdVIW2wXDok+bqpnPhoOUbDDRq1qveW8uCK1T9eBI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1GeneralizedTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "JBd4Yi/g3kphTWv5TifytJPfs7Zacc5cCGsDsWYUVgY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1GeneralizedTime$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "K7I/fK7q1Kv5k7gDVOtBHfvS0PISrpqOXpxk3XR90HQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$Shake256Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "Iz46g0SSrGmjRIGgSykYcQEz8KKDTgt6TTJc1NiCaTs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/SM2Signer$State.class" - }, - { - "key": "SHA-256-Digest", - "value": "ildz/AVTkWozkEfFFnHzAjBi3b6a0G9SSSpAPWtEETs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "JBS8PqzogNBxblf43KMihzmgzPPesHXI+Q46KA2t7r0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/PolicyQualifierInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "X1GVEhRE4TXxQBmndbElA7WaBjMItMXpVOeQWXp+PVA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "nurBcKGiU4PZkYdyZYs6LAHGblgBQbulc8Pg/Eui89A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "o70smJ3Keh9timWJxbLrm1QhMOC7yuvw6+13BBx0pXA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "w9syyG0l6rDFh87RjwtBefQnykpdUasVvBgHnOkLUhA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "YQNFg23gy4xqk/6WlTKES71O0FLdcL8z8TjTqY6uj/8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincs/SPHINCSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "uXRv/ikSmI5bJk9hR0LxjISZQKyCYstmxVF/x+I+kH4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "lXbI5AZ1b9PJURjCZnLXaqpQP0/LjC17n3SaR6j4T5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/LinkedCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "EEvy2vU+koQcOLV4feHYtL/Ftv/byb6EXrvG9RZs8qw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "iLXtdsIrGTRzEvjtzF6LwAJ77Q3uQTDLqewMNJe6uJk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DESParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "KcJcNWRXrGNhemKUMGRNPTF9XxpMS5XaYanAMf8BcD4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Sequence$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "uTC8/EKpgvAIi+X8vloKp9QGQ0LQcdxAwb47OAfmsOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSASha3_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "9RqkLx8vwx0aVXUGliqwZWraheU/HpzGSFgYLZqYtJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/srp/SRP6VerifierGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Y7taEJvCO64qTuG1CQ4NSQ8fWUgAgR+8TQhI0zlrC0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB256.class" - }, - { - "key": "SHA-256-Digest", - "value": "aa+2SaED5Fv4emRYuy/+J2ELC1GyVCE3ikL5+XNCJYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "sV7Hp2DbVzy7UC8iL1Ncj8afRtJ8drVvfUXMlHUuQqA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$19.class" - }, - { - "key": "SHA-256-Digest", - "value": "bJx8LcexWIzC5T0u/nzTS3XkOQEflNUKVH0pM5akWNg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withBlake2b.class" - }, - { - "key": "SHA-256-Digest", - "value": "qBdPhqdAcRKztBKyi38JmQ+JeWUyBKBCjY7eyfS8PC8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/SignatureSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "CrDexygroAf/oH84NQGTyIDCr5xcX4GMIoYJoDbt8zM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Rijndael.class" - }, - { - "key": "SHA-256-Digest", - "value": "b9Gi8h6lA9ZRjViLF8STwXQlOpTniVl7mDTVAMGBhpY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLAKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "HhRpdnct/X7zT4deqZLBFSesPhbBr0qbqN/Ka6Yy24I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePointchevalCipherSpi$McEliecePointcheval384.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Ge96aXGeDtpRgJJQzMpFSqMrjnGDxvnFthfzYu7erM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA3_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "LWXJf6WfFXZPLc6xW6HNE/USdj+Q8D31j6LsHlnsDa4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/JournalingSecureRandom$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "GW1G6VL4PD54I/ZA/wxuibRlw1ihcMAmvKe+3n7Up3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC128$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "He2nfWzphGcoM97VE5UtSPm8y/9FjdN8yjeSlikjHvE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD4$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Iq0fhJZThl1gtDqa8/pEye4ORJRwJVu1+l/lTEWJZh0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/util/ASN1Dump.class" - }, - { - "key": "SHA-256-Digest", - "value": "Il6lP3tQKRYFJqD6qzEYFVT3NpoW9Zn1ns3FT0JKV1g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/KeyEncapsulation.class" - }, - { - "key": "SHA-256-Digest", - "value": "sjAyegKZM6rWroUce72VLInT6EuwsZ7MaOGgROmbEPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/Permute.class" - }, - { - "key": "SHA-256-Digest", - "value": "cMfXhRjwmbVWeI4Shxa2AN2zv5wVlRj/nOhE2LPnLUc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "uwW5mykmo7bjQOm4MmDurogE6xJAX/EMVYI9atEJmvY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "FzBdNSeL3PdgCMJpgMyzCdWRiBDbt14fBDzVme76v7E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Tree.class" - }, - { - "key": "SHA-256-Digest", - "value": "VhvaCz9FsqAXvRy2pueWGShR23/9E9THBaxo43s5J60=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ParametersWithSBox.class" - }, - { - "key": "SHA-256-Digest", - "value": "0YU5UvBOClPekwYs87Qf8XQPbQYamQFcxX0BSxZdQZ8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "rxwj+GM2MqEec2YMJCvSUvChiVSFaKg7xjhOBO3rK50=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PEMUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "4xJb9GpFxUmw9SRSFLDJSVqg0MhF5lAt10CngCoiOK8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMOtsParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "+lsrNjY/gtkHclJ9KJ++AMjBkXuRZzk+xp1/9cudrGU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHAKEDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "VZFxAv96GCckMeoGX8UvlOCUZgv7xjaPqS/bmlwiaCk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1BitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "ymg1Zn71vzGcKZEp7a+yUZ9GCi3acQsaorvITQh2N3E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "+/eGS2KFPSlUvS7nN/fF5/OxyDsiyVestpAvykAB9og=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/Poly.class" - }, - { - "key": "SHA-256-Digest", - "value": "kp6i6QLWiGfPQ1yO+4IIj9CLxfxoYWWoNRCfbPXsGKg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/RDN.class" - }, - { - "key": "SHA-256-Digest", - "value": "ESspt+NrHyT+Y+NamKqRWAn5DOg502wpyTxanHQGvvc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "IdSBY4IYBg/6S2KJvvV2Thk+Em2Qv6aUhBQOdHRRQRg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestTupleHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "7bs2g7PuFOdFdduV9DlYZnNefA4QqW+RjmLY1Skhjiw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base3_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "NYmuJ/hTT6pZOSP9r7MKVSNbPtkzAWqXVvRuCrEh3H8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EC$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "oyp96eOCk74ubsqo4iOAGkA7KUlXimH3OZOIAkNOgAs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "g4TQWwBpR+5HPKudyQEG6VTQkAEtwj1pClcHZeIwJQ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/WOTSPlusPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "sSp0Ld6Cc6CN0JUPKmuJChwvrK68Uly93BhIk+za0Vg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP384R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "vrsVAvS7RimoQEDQTAyIAXI4F+a1oA9XHg8onM4hKuQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "+sxCn1ilX0dMQy//qj9cUJNmAz6O+8V8Z6aF4agX3Qs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/Poly.class" - }, - { - "key": "SHA-256-Digest", - "value": "zV+B0l8Ev6mZs9LoJ5ezaKVxkF2wXBAbiDBkGK9Trrs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$LMSConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "0nxN66B4i0MiRFEm8Sx602os8DoReewHlf5uHbYlCjw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/CMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "9nBOAqQnjO8gxukp/YmGjNrAGNF3XiJyRMU9OaOvnNQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$SubjectPublicKeyInfoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "nEhjjPumBrmBaXI2TKMsz0wp4uIGLaYD00VkjTndu5U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "SLbgua5+R8ASw+tNUUSQRadMRR2j+xlhDzNQPFPrXTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ECGOST.class" - }, - { - "key": "SHA-256-Digest", - "value": "VQHNUaxZxIY2tfOzU/8RfaZ+DIGnRFdbhZQRodsIe+8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/BCECGOST3410PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "WV5PYkl7+StdOanISV7zGknhfQ5LlL2pR86PIWFgZpw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/fpe/SP80038G.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fl3Rte1L5oZg93jqZ/OxPRdv869E/nH1ccJHxbM88SI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dstu/BCDSTU4145PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "RrozcQCU0kXf5hKxQ9f394t09uDi9TsNphckrYRF25w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ECGOST$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "OrU9jyM6e7hte2XFYkT10etrilJGU2BYN/vAWoGzDb0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/KeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ue2n9QEHKTQ4c7cE3h4V1lk4+CA0xhYf9YaHJ3Tdnj8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "noJeJYCiY/LhM8TK60qxvqOh7fWehVU2UNhfrdyqgbE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ixnWaCT44J+feWwsy5tAf5cOvc1ue+SvhzVdhva6hgA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectIdentifier$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "IKUtqYYrf988vTH59EDlexu1y3c8i0l5ZtK4kCtqJQI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/internal/asn1/isara/IsaraObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "54dq/RzfsWi9+SPKJpRAjGeA6EXlc2p/oQsm83j1VcQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement$Fp.class" - }, - { - "key": "SHA-256-Digest", - "value": "KCv6kC26UsU1tGhy6RLcuHbt14y+XzFGPIEm0zwiugw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$15.class" - }, - { - "key": "SHA-256-Digest", - "value": "l0g2MKg1pn3j0+SNxTkV43qLrOuCH5gi1zlh9bzgbDQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/tools/DiscoverEndomorphisms.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fz9aTwkbnW5BEkKtmU6BC+bX27DYwjqUgibgMwoz9E4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/symmetric/util/ClassUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "zN+Y4HlX5CB7e/5Cq8jtE+uHJaI7YPdSHeo1Mp6U/i8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "7K4y8u6OJajnlGVJmHAyAm7Y3Lu17EfymnzUsDyFK1c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/RSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "jpJGbB9Qoqa/p9tyomFO8Rel7FnB6BUCKetw0Ew4Vlk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/FastFourierTransform.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ozloKjGFOVyDx4HzG3rpNo+EXCoctqWYSl+Zwl8wa4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "x62JicmDi3xKF5CAUVgJ3+ZilRPC+sRMkkTkeunFHng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/gm/GMNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "S+UkDCfKRzaKiICvG3pST3+Hs2Q1EUVlVhgabEcO0gg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/KeyDerivationFunc.class" - }, - { - "key": "SHA-256-Digest", - "value": "df1iYV7kAPgVS8+qCRTuRa9f9+0zL0B2s2IUOd4QZn8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_1024_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "ouA8cXBBMHjKviolsvi5OQqZYyGxLdeDg/FE3NDd70g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SABERConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "JhNhP/z2Q9Zsg1rp2+ndl/2Yju6jCzVjAO9MccJkwHo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/HQCKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "YFrqxJA5KUF3ULsRNGKYs5ENlC48Sms+16CuBZesgWM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$F2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "j5YcCwF+JOep68pyGGrhXdovuSkiLHIr0hMKGDL1QaA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/PKCS12BagAttributeCarrier.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vb9XnMIOcPm9w1djalE/FY8xLiwmD+d318q0KZyjnrY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "oV/s/vp/7N7B57JeFUiieLRr71I5MAhoGXjswbekedY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/EncryptedPrivateKeyInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "mjdG1TAzsnViK28yFmyrh4schEf3eQi7LRBM5hHr6ow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowSigner$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "DwRcflehxt4QK8WO4uq7Oajqy/h7m68aWOa58f/19IA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Ed448PublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "b00eTdhCQ0rCQXIGkvlSeUTTCTaHRlrK8ltHdT5yQxA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/PhotonBeetleEngine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "EUBi/OjCXqi1xOyb0kpcphgyJu/V9wMQHa5lO7SWs0M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Encoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "hcdE/7wAVdEv9hdJhEpky7vYCXTKr7n/WmH++nWlCT8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$DefPKCS12KeyStore3DES.class" - }, - { - "key": "SHA-256-Digest", - "value": "kiuCHLJ/UKEDNWR+lBTXlHZSf79i4/lF/LQ0EUl7cQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseKeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "7aUbXF63Uh0k9N/sYBvvweko8OcqSMr1jqP7IWUN7U0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SSHNamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "9TgxDwzNXvq65pfmQAuj8kDK1SYOe/oTNHg14nC8RBY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialGF2mSmallM.class" - }, - { - "key": "SHA-256-Digest", - "value": "DNbWOAOcfIzXNlvXoJgtpS1bS8dPYKknkVqrhPgZhhs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/SP800SecureRandomBuilder$CTRDRBGProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "4XJ8gUQPEDUEyM/g90hFhwwxn02dG/ST5/IIdYK3Hdc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLBitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Yfam1x1//xm5iqgXv6KofG7glVbgl7QkWhyB1Hwfek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withSha1.class" - }, - { - "key": "SHA-256-Digest", - "value": "wLhmFkAjXsfGmCJzvNuz2ozPz+rlJnVcInJ81mTuVH0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "qknMGX1p/AXLm/Za4X85Ea1036KyIaYpV1Td19zrBJo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "x+tg2scwPaUCme8yuUT03z+lKV8PsQBjry8zZQAfiho=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesRegistrar$Property.class" - }, - { - "key": "SHA-256-Digest", - "value": "XGoNzvQtovCxB+Nir8zbGwxqY19w4HVrSJ6qBDJwEG4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/SimpleTestResult.class" - }, - { - "key": "SHA-256-Digest", - "value": "uWZLDhJ/lFKChW3fIvsgrAqmKWpZUDxDIoU1D4pMFLk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/AlgorithmParametersSpi$OAEP.class" - }, - { - "key": "SHA-256-Digest", - "value": "m34ete7uHa2hUoUC45YA2e5xpgxIaCSpo3uKHc1bnV0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SM3Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "IAUqsB/xK+hDZPXd2qf60qkbP9LIcFN+Rs2XHgtiuJk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CBCBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "+x45FmCFXwcVMuwoyM4wgQu3/JvA+KyaYWxed+SalmU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "S2mVeh6T5fR/7/QD2GbrwM3XYkAubWEgYuoSq79kNm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withShake256_1024andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "tvOZ8BVjzkTcOCvanYnH35n9cN2bG7jQsrrIgXp2PTc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABERPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "hOezH7ObunepdFZeEAD1WBVk9czY7sKXCqWjxCtHAMw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Boolean$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZELqoXRTsgiY6HVK0D2B/j5Luug5ueehvdfV1Zy4dAE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/CrlCache$LocalCRLStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "oUtM9odsHIPRV2bhPQkZz+KkrWJ8zfAbUKTAoQHhTR8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/hpke/HPKEContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "okXKOH5RQtPqLCpxHv7qGFuSzTV5Z4xc1QDkhKpcbTE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "nAn4P3FlGWBXiZBPm5M9FAY+QhBfR1MT9esAYqiv3vU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "8D2Mg2PUtcZFGAljzb3e4d9qM5/AH6lEhqmKPgwChN4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$Mac32.class" - }, - { - "key": "SHA-256-Digest", - "value": "d+pCl6HYGUr4yafxVtA4XPnt0pQyckgejFQhU9rfrzU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$23.class" - }, - { - "key": "SHA-256-Digest", - "value": "soG4cf3YRyE3O3dsgLjolYcL+fse8/8yoAMpFxujo0s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "nzxA9H83vv5xwsNDaiQtFlrf8b05ECyrShoB20b56do=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUParameterSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "Eg/MKnDDErm+CeMUQsX2jstewh+BTzo0Q6UmC0Gldao=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NHConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "rpTKCV5xgDFwitzGNMXm+2Mqff8l2mZKPlmUc7DzQXQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCECipherSpi$MCE348864.class" - }, - { - "key": "SHA-256-Digest", - "value": "AjyjW2ejOKBOm5Dsdg5q5GPNg5XDMLoQQRakjHPw6Ic=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/GLVTypeAEndomorphism.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xp0H1Uf80CerZw2B9owzTgivHA2UukQE5h497swNhfU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/IntegerPolynomial$PrimeGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dw7TF73tq5KjPUz2Kd6tk1U+KXV7LMGyihx665axv8k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLBitStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "25WLi0eb08sRMWNmKEefBtWS/xBcvEHCThUNc/yx9nY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Iterable.class" - }, - { - "key": "SHA-256-Digest", - "value": "I2Yic9iS/pbN7gvRQh4hO3z1DY6L3ASWXsYlpEf0I1Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FPREngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "Py0t4Esq9xudfrdoGmtaG7eK1ls6Virkzm/QYsNCKKw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1T61String$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZGvwqBuR592qlLGiFq+fT9zopZxvvc7rtESC5B9BukQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/interfaces/XDHKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "lNAzm32CKxo2rEZS8/LO+hmDvCI/7S36aEBA/yBZvRA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/HQCKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "XAL/2fQKAdKMM+Z51FJV3uJPrZVDf0HzupBPGDO7gaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$AlgParamsGCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "4V3LTqM8gR72sR0IXPw0BFoAbcYgCtJTm5/GPmIy880=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$AbstractF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "D2KoXOa6T2TvZ5K326jkLOy2ep2FnS/TuobBWjn3Oqo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PBKDF1KeyWithParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PiTXvxCkN97USIwQMtsF5DmDBtvLuS9A3BzE3aDNISg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$TAlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "+0z/5ujef49IUBjGf+SuI/VStNUIQpqngVe/d1lTy+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/ECKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "IzeejIyxzqKvBcjTPUrymXKVhLyx/r1qpY0Cq9R3/GQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ISO18033KDFParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "0CXz/SoqEpS1F8skjfNszxFvmgVdX3nL1PlkNkxswg0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/KEMParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ocpSPMP334g0ic6BI4pzXlNlYjpq2hup42BTDAXMNFU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "dGL0+Vax30ZXPiUQaS5NdpbZdZStB3WbCn+3rqNj/MM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "qOj6R82SMrueN0dE7MpWqBIPsc+Hgb9I1dIFN7IirhM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ymWj20+TsiCe0Mlh9Tb09iV8HVZxqWGhL0sT1VL29jM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/NTRULPRimeKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bk+nJCSxup4WR8AgP8vV/guC3SQdLF1ZgCO9emyCdXs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "fcl8tGzGjDKzqfhrghnWc/P9h95yWUPjg0hm8fEnB/4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$HybridEntropySource$SignallingEntropySource.class" - }, - { - "key": "SHA-256-Digest", - "value": "Eg9c91SVcIO5k1i3vbfhk3lJthxTuq203w5k68ga70o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$AlgParamGen256.class" - }, - { - "key": "SHA-256-Digest", - "value": "YteYDfGvzl3yQhrDIz4oUbJWv9b3WUv+WxhSIumwd9k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/Primes$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "/ZLm8yoii25RYuIUTWSzD1wPCtV8QD1vMe9uZdtnvEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/CrlID.class" - }, - { - "key": "SHA-256-Digest", - "value": "nEfv4i7IjMHPq7v3sQhU0yKgPZ+NPuu/QoGEYKbEBcU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/SecretKeyHFE.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z5QMphRkRXxfMhrIVqjL87llU3qb1TNV4KAcX2kk71o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/CertPathValidatorUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "grp8ycDmdb/hbxoG+aNwxWC7bO+RULrRCvzsoKhVRFA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/RawAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "XPAcbx7rZkVGEXkL2vy2We4wObc4iZyisyTEoonPnpQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_256_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "cIObhjPhjcTMM1Gbr9iFCpl+V2W79+mGWNdAgCRWTgw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/OldIESEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "8YdTwYmJzykKuZ0OTeoxrLYs4bnniZyfP3k7pxxWsQc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SIG_FORS.class" - }, - { - "key": "SHA-256-Digest", - "value": "b0oFP86LsxI+y/YRHA1AK+pU60CD14GPOydAa+G6Xpk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/SignatureSpi$Falcon512.class" - }, - { - "key": "SHA-256-Digest", - "value": "uP2KVae42SALxhPqnjwUbKvQPVFuntTPC+rf7b5cyhU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSS$PlaceholderLMSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sf5YYMHxPNcgUPhN470glmqosoN8rsxOy6CZd0kdpuw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AltSignatureValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "pXGHBVrltJeTYS84X79fVcNQfQfmj12bZExXf5lapfg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$Falcon512_ECDSA_P256_SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "RiX8+TBtVs/57UQ20MEaxnS+dFabSHcbX4jVla2QjUk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/SecureRandomProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "EIdh79HbH1XLW/4fk7wnuogAbvvVw8BZrjjBw0n+SZ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/Fors.class" - }, - { - "key": "SHA-256-Digest", - "value": "JDON2l5I6Us93fdvvmTCEOy//djKGEqCj4omMQ2Xlws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/OpenSSHPrivateKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "PzVRRsjxqTziSWxvov5zwCeTwgg62ZLGGfP+bESSjSc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/Wrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "YXNWwRWH4/QVFog1+5PN/+ecGhQZck+IioJXsnwTmZY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/encoders/HexEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q2L9U2V5zydPRS7XYawseSkwOP+HhdeamLPCdQvwTr4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/BasicEntropySourceProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "KoDBn7Hx/wu2IHstPm572tJMWqvwdP4L7nSWXIht6D4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicParameters$L5Constants.class" - }, - { - "key": "SHA-256-Digest", - "value": "iOhrvWVFlEixJ8Jmea4uNPhalF/68F56x8D5m5b2qgA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABERKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "XbhZH8mcc6E8/CGj5AUSSZTOS1OlBF9urDpS7pXZnIg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "54OM7CfaZ1FH6Z9meDcdIs8aPL//GxEE5kRhtOCWNKQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/CBD.class" - }, - { - "key": "SHA-256-Digest", - "value": "JApPH0eFAKQVXL39GLTq0wXJknMSjEOHkhhATE6nAjk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "iOXHdFL41jQzer3gbR0KlnWdq90ypqulILrOr3qPBPU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "vLNwqTWKDQuHx22Pv41jUf7H70/ZRrouIWPXt/cvlT8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/LMS$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "KktkKACgHuKmzOiTU6xvozAPpIvN8Bd0R85vXT9hk6o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/X448Agreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "RSkJNcB1Vjew3xe3GyilRXgVQFotSvZna8VD9JqOvrY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA224CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "xi8du3kYxcRELuJ9RBZF9g1Ecg/Sy8mqKTVjnYJSqUs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/SignatureSpi$withSha512.class" - }, - { - "key": "SHA-256-Digest", - "value": "5sG2I/LgZ1Ehud6RZFSH4w8hwoy07S5mrWqQFxL9z3c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECPoint$F2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "b9BELxstQoK4SPBfkPIu46zIU3F+XOWWWc61hGKIApc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$SHA384WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "HV89l07MW3AKg7n6VGwe9ka2c+AGFYL/ZCWzeoMjt2I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimePrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "kCH4M68qJSuLwLVgcHZo5sG8OXBTZB5s4+kg+1CNVhE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat384.class" - }, - { - "key": "SHA-256-Digest", - "value": "aCblH/qF347RI+Vts6A+qmfU+Ah+QH/v3VurdbmHIm0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMOtsParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vfgriczawfV4aoWqmZeif4afQgOF3KqrvL1JM8JJChY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$24.class" - }, - { - "key": "SHA-256-Digest", - "value": "z2a5BWe2yLObtPsSZOm2I4y9qESw9KNPG1jYvhbD/HY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/HKDFBytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "2RKB/xDAGuPVcBXPcemPxGz9E6KMqTS8dbBirCt6xYM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithRFC2631KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "OWA62sBOoQOb6VGrY6IHGKsfY7EIBnNv0kBPaZ04u+Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CFB512.class" - }, - { - "key": "SHA-256-Digest", - "value": "eQXYK2fXXcUU1znMqYeQ3GzmItqzPtNfFCd/muIuChU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/LimitedInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "nEEkJhJ4nMOIDXqWjxcvDme+mwEadYnBQD+ihpkFPn4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Mul_GF2x$Mul17.class" - }, - { - "key": "SHA-256-Digest", - "value": "kT0R8hS7a5S4gxGxCz8nd3zNuhczR/vog5af4WkZGt0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/HarakaBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "sw5bnQdf+kEWolnHHW1qhPM2ztFwvBLaclmqyErFanQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/LTreeAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "gYz7BALACkMKCYrVpTX+pVraopGYtL4wRlRqBVK+kGI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cb54glc/MQ6oKuzzhWJPTaDl3TxF0CLmhFY/QZVOchY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "K/MnpXzZNClxCZMeRdzjw9YP61f/ITvDHTG8QjaFrWs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withSha512.class" - }, - { - "key": "SHA-256-Digest", - "value": "K3mzUfW0+1IktvtkdEWDW1rbpAtoAH5/Akz0itbcnb0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "TmFIWq+5OnfDl+VdiMcOuv9qqpp0VU/KsbMyIPz45is=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DEROtherInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "/oimHiRN819azHKnX2flm/3zdwiw9tePYSx+jyYU4Ho=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/Zuc128Mac$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "hdVYK1libsgEPAkFLBBQUu+YiZIrap7bEEs82+rPTvI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CFBModeCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "taanhrHaNChQlwXwaAhMvWyb5dNuKktj4mJC+aPh+fM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$CMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "mJvvwpU+OOF0M571EREscgjlpca0ICKTUjkA+vxiAIk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/ECUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "YbdS+fHjLz/XJXHCBbhWcJaqbUHeHBuSGhRSlrJiYVw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/RainbowKeyComputation.class" - }, - { - "key": "SHA-256-Digest", - "value": "wvyCUTbSOXKZTx1EbRKT4A8W6n37egv3ZO/+nwLNxnM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SparkleEngine$State.class" - }, - { - "key": "SHA-256-Digest", - "value": "XvDR67HPlU3DKRTvrCySKODZuwb3DoNojsztEBBFxHI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/PEMUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q7NjxMvS39BtmUiMotER7NP/7u28gnKJ8mnj5wibh3s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "fLA8lCP2g4nqXFk2azlGLAPxAWyzrNGYBqoEI5sk+VU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "b5HwJiE/ySFY3K9SBVi3FMEjB3Bq83S6hd/6lLYPIvw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXCertPathBuilderSpi_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "ayPHcJBPEUrZGazvE0OVQxpXnNwjLAVBDiyYvSsQp+Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/ChaCha20Poly1305$State.class" - }, - { - "key": "SHA-256-Digest", - "value": "roIL3oiAYNM9bZfYlyHNmIeJQIjWd316DlI8df7T5G8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$RainbowConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "mj3dAv4LFXzWunQjpInM+eRYSFkvsZ37XkgcZBXJHnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$SHA512WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "u3m2tyOS272GfuhSBDW5W6WQuQSyD9WJ1WzkM4Y6u5w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$HashMac384.class" - }, - { - "key": "SHA-256-Digest", - "value": "LjAEA58n6nZecf9fq2unUHpEHGXO3ROv8uUVd0pFjnc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/falcon/FalconKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pd33L7RDhDJIhGzzkCYTPo1+wBmI88nKME+Ii/i5wvg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/DSTU4145$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "xC1MMZoLuL1BvD/bGqNGnvSSEKjGRDdEbNIJktoq7/g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "pRhdyvOX0EgJGe0DGOF6CA4Lm+D9mpPm9T3JIVU+c1Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/ECKeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "qqkJMJ+mbyk8QoQ150G3naPAEWgNwvTy+D5ews04Kks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/exception/ExtException.class" - }, - { - "key": "SHA-256-Digest", - "value": "pq5lrGpo14sGm7zzYd33goIy507w1WUFq3OnXQ4+vw0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "jW+z0DG2/t9oV10pFKZIbHmK4p0J3D//U3uPG1VC1DI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicParameters$L5Constants.class" - }, - { - "key": "SHA-256-Digest", - "value": "jcgzNIXxcM0yqKepxxxmNjA86lONENfxp+p4LGhbU/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUHRSSParameterSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "u4S+hNv+bjrg0HeYa/ikcKcJgnGxIz/E5akulsnac4s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CFB128.class" - }, - { - "key": "SHA-256-Digest", - "value": "XS3GSaW5+jay4oZtBKHmTv/uT/G7fJRXsX2Gmq3LGL0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withRMD.class" - }, - { - "key": "SHA-256-Digest", - "value": "i6AF8iMcYeaP930FjB5pizaWM9tpvn5LIVeX4fPjyKs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/SavableDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "NHE3AaXo+txqgXmWjZKCZQ2NJKBdypkHoi826PlHj7c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WTauNafMultiplier$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "o/LXVA8L7zBLXjf2PAnQTjDvxh6qxEnmVciNqyxJ7Cg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/Tables1kGCMExponentiator.class" - }, - { - "key": "SHA-256-Digest", - "value": "8sTPsPoICrMhfwRSLLWY0ybPFVbVCWG3DQp1nxRRanA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$Sha2EngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "6FNzAN856llIk0sKlZHIi3NILAxlCJnVxz9bJh7mIGw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$Property.class" - }, - { - "key": "SHA-256-Digest", - "value": "LriCNEBYc4jAjik+5F2eTgGlgbCJDRES9jV1LVzfXCM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/ExternalPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "KcOv9RDC70bOm/gz9y+myBNC5GZCvGuu0c7js7f1Zms=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSStoreableObjectInterface.class" - }, - { - "key": "SHA-256-Digest", - "value": "aTP7O+oOagYYSKJ2YCa4jGD1Wg8cdWMllkcdCiyg8O4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecPlainDSARP160.class" - }, - { - "key": "SHA-256-Digest", - "value": "Grz1wh065ijbJFiSJCudN32zfYjsnMpYtbHCSBH6Zes=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UniversalType.class" - }, - { - "key": "SHA-256-Digest", - "value": "6H6p51JEWLkqhAGZmcwLA/pdZqi3AIMmHE5bgj3U5RY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/BCECPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "F7ntAq+n5h1J16dBY6ShNHeAnsBnL6o6Gf/F1rTS97w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/NHKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "vMJ3HgliMRWBPtrimfZQB0uZuBq1yRIgGWWcZjnNEFk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$19.class" - }, - { - "key": "SHA-256-Digest", - "value": "2+wM+IxmUYrJ6BiBMLhNBeNI/jMm3ABvjtmfuWOwmFk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "jei+zUHNeasBVxs2UWRTYVS7DSAR+WOrvdxuqbx6r7I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lsblo5K8gNXRpgfgGJJV2b3E7pfbDZiVNHNHgGXZLvA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$KeyGen128.class" - }, - { - "key": "SHA-256-Digest", - "value": "uZ7VI8BoDhFOCdOCJogsL34G9y+RkvsMMvf++g4pW20=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "GJtTJByRkEkTPfYNToNTiZHf+Fh4ZjXLoyepCXdH8g0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Grain128Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "7O1QQdvFbHnxdtx/Sk+k1/e8BW5tstMzH1WvP3O5leI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$SHA512_224WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ys35nvVCxGnyY4sRTm3HdC3hDjf2BDGjPMGLoR06udg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/OldPKCS12ParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ouMwGweuZaE8lHebVPknnGDQ3cIpDLBrg6otBY8Yft8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUSigningKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "DqzewchYCuBDf/OhX82S6Tn8MJRDl1HGxgFMhseu/zE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/PKCSObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "VUHDQAGpXOnKqbk2uwddrd1qMxfNj0Rig2jHoqU31lc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$AlgParamsCC1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZzolSqFORdCtGuBV+Yil4s+6R+oT1m9LemIn6s76OR4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "X8zJRD90xLg4+5uNG6S27PKeZKD/auWHPdoyrElXtjI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/XMSSMTPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "0ryZyDqYOGScsFc8/dNo0EkYoVlDERNMYtHnu8kDqsg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/BENES.class" - }, - { - "key": "SHA-256-Digest", - "value": "2xTEL/c9wTHdlcioOmviiYyTYxU4BmNzunZ+FVwUQsw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "AwVUrWMlodQoOawfkpVNTNyx6SSNfYSh5OW+UFZ5/KM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$WhirlpoolWithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "RVJsFnanEMLJOf/kzbHPO9JWlj1LM5lIAuBnAL/YW1g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "EH54dR3T1FdJ5oJeUFUlIdeR0WkcOcmyiMaqmoqDTZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/SM2KeyExchangePrivateParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Abe5cA2HKZL15oN+la3O4+Npyph/99AFR1cfDCIQhzo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyPairGeneratorSpi$RainbowIIIcircum.class" - }, - { - "key": "SHA-256-Digest", - "value": "gbPM8L6RHrf1aclzrK8yrKfqg1nl77aY5A1g7Kh8KXA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/BiometricData.class" - }, - { - "key": "SHA-256-Digest", - "value": "YDOxV6W1UEUHOUJt637m4VlCziYK72kztDI9PpGF+3s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Properties$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HBaHn5L9iWVnNsuGGf6e3RvzYri5Eym5LBKA0i406IQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "z67nRZDA6xr/36MlARQiiq1mbTjW3CoRI3WioFfWgG0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ConstructedBitStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "0YFLP1LnnUHPGFNE4b4qjrGy9gvz720k/vGFCvmY2ck=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "E0pSgxKLV5ei4jfMr2TzpqbR7hk+jk3HpxXeAsMiijs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "B+KPA742IDyqlc3Duht8R/ZopV4E7cuN15pn2JFNV34=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "X6hLItRnRI1LN4luOm+xgGnaLbw4A7agp0JaUDIfDOQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "WCywq7mEn/Ug/CQWuQgTiRGLV0Yg8FIFvN7rBiKjHcU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/Xof.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hg+N7mqVYf0qOsnhdsKK0gYl4W1W+oudYNXlOpM4EfQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/AnnotatedPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "R9an7R0QnWn85tPbfECVo+wCIzRPhB/hS35l97Vmwfw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLTaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "YLPVFjD5cj9QZL0ErcDbdq85nYqII/wNATXv3/PaxfA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/SPHINCSPLUSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "n8sRRwjmcXeVB4EdcMUTlPaIMNw9P3Yre5KFAySlM5c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/GeneralSubtree.class" - }, - { - "key": "SHA-256-Digest", - "value": "kK8MWZeYK3TUTsMpPJHquV6fcLf/lwQFqLQ5wveE17Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$TLS12withSHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "3vqK+wLpOghJQqqP4/+iU9QOQxyDq42IYaTiG3x5dKU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "nzs1h9iGJ1580bDDdfEXaYIud04bE28gD0/IdwCwjZE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "b1uRYT/zsmrz2zXgwjC2NorYJPzNOKV170fki6gk/Zc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "DzcAJsbRPq6f988sNZuPCqHDcJUPQ6pUbn7T8JSVsXE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/SeedDerive.class" - }, - { - "key": "SHA-256-Digest", - "value": "xamQGRwLWbBE/KvPIOz0O7d0I5YXWfhhE7Lp3jkXzwQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DHParametersHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "1NTQiMAKs2sYnoCmB7+WKu3yin0z8VuN6kUEN/s4jl4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/KCCMBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "SIdR8tYLweqjZmJnMLsR/Z8ExpyE8kz/yZtwpMgYcPk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$MD2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zce9NCvzqtWMe1yIdKgASEPAJIGD3J15L+I+MK5iliU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_384withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "/fjEW8LXoHoeAFXvoTr/r/iS2gb1iA8UU2zYE307eJY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERT61String.class" - }, - { - "key": "SHA-256-Digest", - "value": "1lSeO6t90S7kkFBlP1dT2Eskyhn/Ff9gvlWtfAgz3tI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/Iso4217CurrencyCode.class" - }, - { - "key": "SHA-256-Digest", - "value": "U7lTB0k6KCUxR9VJf34xX8tLji6lSpmcjdQ03Su9ivY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ParametersWithIV.class" - }, - { - "key": "SHA-256-Digest", - "value": "xDlbafRSAb70PBhz/Od63+devi3UrF9LU+VmnlRd4tE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "BA/zjMw6TKDig9IsJQbdeRLudPasG0r/YAaxc73nEm8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/IssuerSerial.class" - }, - { - "key": "SHA-256-Digest", - "value": "9Ak7n/3oDXtyqw8iXRzxZ/3ZcMDcnXE5QiodFuWHZOk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XSalsa20$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "JfX/zn1XUk1IHM5NvNQwzGdS6EoLB0QINvdtVyPYnSE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "fENA8Cla0UrWlyxFpyRrtVzcQEwrhYXWRLWIgg5APN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/CompositeAlgorithmSpec$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "l2+KlGL+wUwouOThpi9qMio3oEbRfJrV/Qj86ioyZK4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "R3s8el48E8idcTkzPiv6yTqOneR29mDq90m6yzZJQco=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ObjectDescriptor$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "TtDCsv9x7sSXzPGWwIjIeHOjFIwcxtzhFAr3VXya0a0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERVisibleString.class" - }, - { - "key": "SHA-256-Digest", - "value": "h0MD8BNZYhYr2ss3JrpTVA2SypkWoXdONruLWmoB4qA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "LiL8x9rOPRREesbuIrBn9JbhAmfCPElo4ifVCCx7xbw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/PrimeField.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Yx4P2eR1juX/Dmzt2lBIoQQ9dgBQlEuPrxM+s1hOLw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/pem/PemWriter.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Qvs76vG08I0EbopihKWWIcug7uLPZPUOAPDnTzhB1s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi$RainbowVclassic.class" - }, - { - "key": "SHA-256-Digest", - "value": "HdEtD23Tx4da87Tyy6SvGKo/S+yjMm1rEDg3VaMAK1M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "j8C6pDtTTWhKt0MOhEhfXqro1rnqb6wJzHrQrzzuslc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "jOP/oIBS4Z02KvX28i1hRD9XzJmh3rgv8nyCoXhqaIM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "uDQGe7l/TFVW3RgiPvHtVJVO84eR8a6QNPi5kvWImts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSASha3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "0xjE+aB5PwovXXKcPtgEQdMnUGYrR3xcKGx6lDLDjYQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "7IxK3RMc0KX+aadIpgw5CPFOlR5uqvkfgbTtng2YPU8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenJCEBlockCipher$BrokePBEWithSHA1AndDES.class" - }, - { - "key": "SHA-256-Digest", - "value": "TfgF8jgzwa/xiSMDk3s/ZSLl8GK15UBeCOZjsiOspys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$CMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "wCGK7O6dD4K/JdJ4TJcT9nKME8EMIbw8nUWZcCfgWY8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/KyberPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZM+FO8NVw84MtGOO782mbYUTHslqOGGDpC8p1GGsAKk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/ECPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "dQEMiixkBtKw9bs6GRjOlvaG4BIbPKlB7La6jHsGoog=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_512_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y4gX9ZvEjpSb2dveARI6oLZtzDtzJ14EG/25ZiyPSV4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/Ntt.class" - }, - { - "key": "SHA-256-Digest", - "value": "YKX8R4fo3GS1j5fQtKmw8OgIeOML/NEXlIDICVTlOG4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXAttrCertPathValidatorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "qe+A6KVzaxZ7XmdJ/v4mXjNFqmM5QKo14P+5VtwvZjI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/LowmcConstantsL1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Sae+Qnl+7WExrhJWMqhXmj2sgOEYNyEAzuoTMreFLk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448$PointProjective.class" - }, - { - "key": "SHA-256-Digest", - "value": "E8JMDZZ2ngZxL49CZr1Fi/5p4BmXusH2bIoAJu5vIRQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/newhope/KeyAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "3W2+FEVawhEpPQB3dFWD9CzBQcfphNOLqQiYkv5PuUQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "kU8Rdplb5rI09JTLAu6C4z1Idwo51g6vZNFUJJdBDd4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber768.class" - }, - { - "key": "SHA-256-Digest", - "value": "7MHWw4d7LsgPU1LUYMpdP49GCtpq4rHOjZUK79KML74=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "/mc31hQqdHmzRBh03ziM81FiDW42Az6VqFxVWEu4iBY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber768_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "3JbzhtjOS5WSXpKZuoH+svmMwtx/dr4YElyhBfIrxHM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "gfOefSc1w835jM6CdvEeZEMeGr7Z+TW5V7ZSI9Gcm04=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Object.class" - }, - { - "key": "SHA-256-Digest", - "value": "e1UMmAxxWIYQ6DVD+O3BxiMo8KTr3gBmqB/4zZcnjo0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/GOST28147Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "EqGjbXlTtNkXn7YwhVxeuMipJOVUQA0cSLbps5mFMW8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "mg8UgKJngW1js9w4L9e5D2QYXXs+70MJVAAaH4AVc6Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$RainbowConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "KMLuYPif7b3io4loBkdeTI9Lk/7Z0PdN9gH5u/4iXa4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/ECUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "MijRKhqd4nqrOoFaQU7dmJnr5/8EZyephXT+ptEqj9Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/misc/IDEACBCPar.class" - }, - { - "key": "SHA-256-Digest", - "value": "ve+FQpfHFsm5pUZSRWEZRzR8NV7fllj1AJZOZFbWWqc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/LittleEndianConversions.class" - }, - { - "key": "SHA-256-Digest", - "value": "xW+vuNCtKPijpEWKv7RVn/dsOaCB0uZ/OUtTouA5G5o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "IwYE/pOitHBepZqEfqEP1j030UnBBJdGg1NPXfr1auE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/AbstractECLookupTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Bdzfw5ipI9nqdQ881GIHTqmXjQtXy0VI+W8v9fR/ik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/DigestUtil$DoubleDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "6q/SpE5LCXMPNs6s4JBERVISl6EzYULvjh/4OWP1SW0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/RainbowDRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "TV7YoXlKbwJAkrgxTyvXVZN7BKJshpxJgzBywVuMtHY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "71/0srlEyc/YW+sKi6JHpb2lBdMnK8055KRRX0bO5Pw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA.class" - }, - { - "key": "SHA-256-Digest", - "value": "X7DdDm6CTGkH5S3h4llCZUBE2yU04qdaVF1l/tv8iGY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$23.class" - }, - { - "key": "SHA-256-Digest", - "value": "xTTRTg+/GrZesQZPhnQAMhkFSF8QvMVWO+ZGCwtHGu0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECPoint$AbstractF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "pfF/v00VZE7kIHwcwzEws/5cH0hlST7xFHzyEn06ATQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/DHUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "WELN0K+0HZyA6llCb4FUDd+ovM863aAeU6BJctoz+Tw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "F7KMyKkeFaZ8I59tlh7DEXVjp5nnUs+mSCrBy0e66DA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "zroKQNeQliZVUdAnt1pM1d60aixRbzt+ONQxmV7FgCM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "QRUvpbaM9T1lkY7++6oj/209aIWU2n5RYQEozIJutZE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "GM9pgxbYdT5mRxc7qxEvRvd9lH2tOGAW/lL3XV1OIS0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509AttributeCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "QCk5Ffh1JNEyVoY7X+c+s8Wn0+hf3nU8t+t4HXjFAfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2.class" - }, - { - "key": "SHA-256-Digest", - "value": "cLDOvfUexUN+rsTj9dFfn5ojwM1ECMky983q8hlKh7U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/saber/BCSABERPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "qruzI8N5TcujZLOObyQkTqLr3mRzt3Dxe0aT7T3YR1s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/HarakaS512Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Otm3Xq49EfodmfAunA0reVe/gla2xExZUaxBTn7VoKM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST5$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ic3NfhPw4nKMPTxI4+e6bxlq9IEt6VHAPo4Utkhk1/o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/util/AdaptingKeyStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "c4K89X9hW21Lub0kYSEd5wDz+8J9IEWbsZoimSI5uU4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCertStoreSelector$SelectorClone.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZRLtTKQ5N2XNI6/UbBP/JswxfH8ynWmdDp+CysAKZDo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZVFxLnyIqsfFHFYOFVtvQOyRSOkQ3d17ZcYEXC2BnXI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gm1utnNEQnxGYfzHPBzRuugdgip9XXPyCRIrDD5vIzw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "jg41pBMM9lGFwIHajLIUexv5hfXF0cfb8bNbS38rtmM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/CertStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "mxZTREt1dFyvZy2gNQ6xzJ29cRdell1Z1h9eAEfBzEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DefaultBufferedBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "fJtc0UxfAzqchmYZLRpBAzYmcvdaU4lcHvZfFx4ZMqg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric$AesSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "WRQO8SxWE9vMB4giJYnXmcGQGEEWqNju+1yPia3+uQc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseWrapCipher$InvalidKeyOrParametersException.class" - }, - { - "key": "SHA-256-Digest", - "value": "MhGy2jPg2YViGdQXwmuFBd0GEY2xwp5fywqHwHPXEII=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "D+eJKr3KMyGXHD5SUSt9mOllIh+9KRwGVO5OBi+SFTo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyPairGeneratorSpi$ECMQV.class" - }, - { - "key": "SHA-256-Digest", - "value": "tG6nYIGbrL2hb5AM41iSFMrHBRFLjDsT4uXd3uLseIU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/DHUParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lnf8l9JIwcEHMkWEg++J93XG0XxJxv+M0FzDH4K0TYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withShake256andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "qHnfxMUwEj/2lRRg49+WRy1lClEQvPtyppuuOXp3tZ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_512_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "tZhKyljo50Hlxyh2ziLkUeawH8ZzyThwaWxAIWUEvhA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1GeneralString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Y+j9y1gmPH8ewwlcEChY9dTk5Vs8QD5Wf/URlb85ow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/extension/X509ExtensionUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "En9z7fe0v9Wpk/Lx0uD2zVhoP8c/pe77Wn4Hk/Kjqcs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyFactorySpi$Falcon1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "DpR6x4qpLGI/dW4ZXUJ9XSUo0L9ZVwLKPwyLajTsfD8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_512_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "pjg689IIOzdwvSzi5ROuCfrHi7uSfCV/cWlrBep27Vc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SubjectPublicKeyInfoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "byfDFL8ERlPAbCLYU2Tf8SAJIafIlbSqlVjzCGXnOTM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "+I29qhy80NaIGdWZ6cjXvn4d0/OaCJlyw5LFPcPrMTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/CompositeAlgorithmSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "RMtM9JJys1dQXBu6feFFEv97wb+NOYPrkBTBKEufybo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "YyfornJFSwT3Wp7lbXNFISS8qbhdvcvZ3G1vQNXg4Ug=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/SignatureCreator.class" - }, - { - "key": "SHA-256-Digest", - "value": "nm35QZPgOukVVpGC8BWEf0o3YBZRS+UumGlS3S/SIMI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLTaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "OiYf04ZUmzYqWupqwTMpo1uRlD1IRnjqktQLjfY7kWk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/KEMParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "FzEnGQSJ9EMaZaDPA58bi3cRpPMKkXLeGN0B/sk6KEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESKEMCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nza10lARfvVvtcr0MAaNjtP7iqJRg7fJvmvDfwByhek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "zJImpFiF6td9rgT9vbHwsqbuTH7OLmIPmdAAiw1Hq7g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "uvNZZMDVboG/5CnAhXsbDhWSRvSxD4Pf2LDc9ZTadgw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPCKSA3$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "dk6cY4rRngyY0k6NocDiIMPqJ9MTBMoLOoD6AIBKjfQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/djb/Curve25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "En/ge3H/mvefNLi0hKCelDB3Xp2IqAq/P65GRBcqjc4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "3ncc2mGx5DYdXSKZX5r/SrXkZc5+6XRGIk29hDKEIB8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/MonetaryValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "+01nijNp/MokNUPs7qp47kxD8PaqZZofAhllUza5QuI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$Config.class" - }, - { - "key": "SHA-256-Digest", - "value": "tKljmjT8ADtUrNoS6er3FG601RvLaGZ8uaBu7aTRVPU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XTEA$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "MuTwSWRDGwiKuW8RK9E0lTYfK4ovRguhAWrAn2PAYkE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Mul_GF2x$Mul12.class" - }, - { - "key": "SHA-256-Digest", - "value": "RzwVoxmPtbVBmo9TMc5XS5BBhBycqH8IBG3dLJFKAgQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$Digest512.class" - }, - { - "key": "SHA-256-Digest", - "value": "meQUekFf/ZzYPFOz6ohbv5c7Ils6hFRkdiG3Q/yZ2Ws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD128$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "zsH79gntXKKEAk1h4h7sSLl9V9hNb/3oojrObyIcMsM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "9c74G0Ixw/CGts3KOqVakE6SJizSiupbkbEqUygm9SQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECElGamalEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "RsVkHfIHT4x44Wl9X8oepsFnD1Vd1rD8dzpnmOXxAlA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$KeyGenerator2012_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "nApofVTRezgVp61+w9gl1/6nHzdplPBExyuBo00E/2U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZOrptEsYWachA7kDr6BdvbEs2o2XpWFzZv6OVFkCnRw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "kADGzxLlzIAKa1DENn7X6TZPLLN2Xvp8CJl4LJol6HA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "5jP2CooxEUP5Ltku5TxXj36TxxivQR3ddzIBmjs0Ta0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/SHA384Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "UVegpc+3Qu7x9PkXLmW9oSsBA0Z1qPvI8a0K75tIEOo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSNode.class" - }, - { - "key": "SHA-256-Digest", - "value": "c4XoBB9j0pmDnIXmYsKylCMXYuOKLq7TqIUNtxYhq9w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/LongArray.class" - }, - { - "key": "SHA-256-Digest", - "value": "yXv8AknzLZ8RVb6JelMdHYYqvB4F0T+OSS9+k53qS9U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/OpenSSLPBEParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "eTeRExednQRjOOvQhZbuyyIQNBSG/kq00xZigZ2KGm8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD2$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "OoODxdScNJy89++aJVRBNeKgu8TbihPAsjKzXFlQtXg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/SecretKeyHFE$complete_sparse_monic_gf2nx.class" - }, - { - "key": "SHA-256-Digest", - "value": "v7BHPJnjxHqEVSLwgd9EsTSN+OozQGWwyC/5VucmTsQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Argon2Parameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "eczxb5GIkKyDK/FJnplbtiEUDdr1mnlsD8EItk2m9ME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UniversalString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "j1vP+0n2pJBbiuvEoA+BE8eoo2IWLvgsHJ9tnkQ4FVc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "xm8YSGWgo6ONmUF1L1pexGmVk77TuabQUy0GgI+D+B8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Zs3Z3BanzuvsqX7OtGahNI9YSunyufQhY80Octz7W0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CFB256.class" - }, - { - "key": "SHA-256-Digest", - "value": "bwmmk4tj2bkaeV0iKwF8U5SNF83RoGiSMtjNl/p2aHU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "VVCQekYfN0vtItbRkt0bhJa35rqPxb8g0RU91GEFeAE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/EdDSAParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "5B8CqobdHs6iRoHxjrI/yu6VIjNvnTxxECt0jMqw1Cs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/RSABlindingFactorGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "H+6QCb6Rbj0IPhSuRKh0thChJkjRciF+1EsJz1isHSk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServiceConstraintsException.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZKGpa+sGZMWOcK1UPpwuSJ2VEU9Kp3PXiTM+2lkTF28=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_512_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "I4Jm+Q8zVgOkCDq99j29RVMO3vq/kTqYxXK3urXfJ7g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$noneRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "nB2/Rt684KPHMKmmOaCJnfc//CuRw24VrKblkm05mZs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9ECParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z4Wcid2XEh9F5i52tyP9cuR1rG+y/F+Gpo97oa/ImBw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/GeneralNamesBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "RBw9yMeIlqgqPG3roMWamgIxnoxMGebdl3FDkKWUIPE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/ADRS.class" - }, - { - "key": "SHA-256-Digest", - "value": "cbuz+Nz1CAk/XIGahu58GVfrWNCXeteVwzyRoWJPusk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "PeuWE7TjY6M8lziiVo20fR/QHv0KgK1QbUz1gIO5jak=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA256KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZWkRjUUzWP3xDsO3Mu1KFJdWKpZtpelnt3ZS9zLT6K4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Blowfish$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "aMa2EJGRq9GwnvasoFBxR2gzk9IACFchrYdPjRjnCJk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/RandomGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "iaN2BBduSwa4B6kQeIDQ/GTHwE3E2OZIAjm5yY8YDGI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSSKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "rg/jSm1AXI1NDeg2V8XkyvyyJ8Kmv1XdjSBn+kU9GRw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconFPR.class" - }, - { - "key": "SHA-256-Digest", - "value": "6ZIlE911rQmcgw8yce7FnwR+JaspjwWvSdy61LRmTQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_224withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "NVifa+BUGmHakX2ZmfGusxXW+kBQyGKigXz0/yOKiRA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS2048509.class" - }, - { - "key": "SHA-256-Digest", - "value": "oD93d+rOhwG6XfPz2r/HtLCT5ClvUO9M+B5UZzJyP6w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode.class" - }, - { - "key": "SHA-256-Digest", - "value": "H14EB4zrV2ojXrN80Qj4XCu8xFjVvLuHAyl/APKHSZo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/PrivateKeyAnnotator.class" - }, - { - "key": "SHA-256-Digest", - "value": "hDy/BxkweJq9Pstc4L3guhdUUVHeFI+ZMfkW8JqT9VA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "w7wUkTUoFdIJIoccEfuPwya+Yj7Vp+GXQ6zut7vvpEk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "8toqcKtxB0Sd5Y/JliYk6QlQNj0c4sy0gN8Rzm+ZmWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePointchevalCipherSpi$McEliecePointcheval256.class" - }, - { - "key": "SHA-256-Digest", - "value": "6a7LUF1XpZbxVQJoB/Qfe68C7BiaRKiWjH3qIZ4ono4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/CipherIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "t1l95QOeK4toSzpBK5nRJ4ZG3hgBPajnHDX5RkaPbNE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/OSGI-INF/MANIFEST.MF" - }, - { - "key": "SHA-256-Digest", - "value": "G2uoVozlgLUkwIauBstV4dzvrBSUPeYCaD1gy3vy1nM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "8D5HrvRBepTIg0gZ+m/YPDTWhgXfKP4nPlSxoDxpi5Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed25519phSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pa7kwCE5Env+tn6nL77RmY6H1ZWrVr9iVdxpuZDNc3I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/GOST3410KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "KPHY9aYZMdMwmEmmuj+wOFaJzufSXxYQGi6xOC6iqng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Codec.class" - }, - { - "key": "SHA-256-Digest", - "value": "ecomX21BpKYyQkBjeIWXF71QgHPO6mh/sGE9MQwFpTU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4$PBEWithSHAAnd128BitKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "nLs5u7lh2clkcQODtRu7Qk229aZFMCLLqtqXc4gel/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/util/DERDump.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gy3zs+Y5PHswaS9SLA5jZEAtXOLWtp7SsFbfuLlY9rk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "yRBEiG5kMOLgT26QAvDvrt/5AcJB/BGriU1z6b9r5qg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA384$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "rgIn4HJ7JqwP9exBUNQPhQPExifPfPhU3yXbmgGSjuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/SpecUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "KN4uxHJJ8hzivzrMLASgmg+BZ91Gjg6owyo3EJ0rKzw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/WOTSPlus.class" - }, - { - "key": "SHA-256-Digest", - "value": "E9NVfHGwe6iqlMSWlz4yShe9ZeVRatzprE/hzsMwNzg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "v21auYxYUpQQICGguo0HouPmN53/cHsFhBbjRuqhEM0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1BitString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "uYHqWBOIeHlqH8Da5RDor3Xf0ca8ThUFJNEqmBDzG9s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "e8/f5kpwUkNT4OBI89IKsdIX+VCQ9q8kAr4iuGGeieM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CamelliaLightEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "nXKAjxues9l8bLPjf/TIWYr0wmxWpYXwsWrgHt/JuEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash128.class" - }, - { - "key": "SHA-256-Digest", - "value": "cYtPA+DxWOvLf6f2jGHMA9UVM3eOdfSjpAlEOozoPK8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/IESWithCipherParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "j8v20iorl/05ADEIOFIqwr7QGovs6b+oPaJVpn/vyqM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "zMkjaKR5sNIiuf4KzjbsRB3GECgjIAhuSDFWdrsjDjU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/DH$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "OkOBTO30ENgLUIpoS87389yYNghD9llOYAULDoSnyc0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2.class" - }, - { - "key": "SHA-256-Digest", - "value": "4exQfOrvfCMe2OjKWG96wIDdnGIe+ScDYX5ghRid9+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/nist/NISTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "28BPkOf5iqOHqeEeZ27X+ZtQp+GY7hX77McRDlMRrr4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPC$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "yDGUpAte5NI7NfM9yJ5YlAU5AMbIOhY+z0tfaqOcPJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BIKECipherSpi$BIKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "2u+kl7C4TdqRBy7Qylze2e6wAFBAk2uXILTjE+URNjc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/picnic/PicnicKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "+UAIROGVa5AfLTmgHyht0kWpWwLQTr46T7v7VTyTtBM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/BigDecimalPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "nY5DxavCJlEHlV8PyYKZzbLcUZUZ3oFQdl5E0JLxd4Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/UserNotice.class" - }, - { - "key": "SHA-256-Digest", - "value": "LsZrfVH17vn3N2rYW8bQuV5tyTr6Ojfz5NFKPgRuwjA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST5$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "qD3BGGKjf3udgxLYZkrgHUwhuHCeLYJtNarbjUcoNPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$DefPKCS12KeyStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "uW3w7N5IibkM0OLsY5IKQ/o1Rux72cKP72Tztf5W36g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RSAEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "nIqqof5+AGNNHwnniOljp11hwkDoqeGvCagcyUROzY4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/IPAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "ol+M0gcgvnq1S3ZwuC4RTQdGcm1Q/VLEw4z0IptnOow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/PrivateKeyUsagePeriod.class" - }, - { - "key": "SHA-256-Digest", - "value": "/K+mFZE+MQeF4WDEc5HT6V35iYMG6hfol28KhHAYZCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Mul_GF2x$Mul9.class" - }, - { - "key": "SHA-256-Digest", - "value": "3yQS++30khuKtITZBOaTkgGKychxEfv2VqIU3jl3lVg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "FDD62Ud4kPDyc/+nYxnr0Urlta23sCwgYtjjXHN6Ix8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/RainbowPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "k6YptOcgANHxWkrj1BE2SYPQM87j5ikewrTLy68uKs0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/gm/GMNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "GqSoH5FvSkEp2uCGXpkb7nBn+7XpgWU4d6ZeeXgRbxk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/DESEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "c0toKeFmnmhAQxYB4pCZbZD7f/2nc+bz+WecW2TVUnE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RC6Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ojm7WOT5q/tOr/tIuxgmjY72U/sdR1wLD2pnxZi5Th4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Skipjack$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "IQHNyDJYPnmzjvVVHw+1V09Gv6oT+RbCbWi8oCp3miY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/GF.class" - }, - { - "key": "SHA-256-Digest", - "value": "yGaN/O+InbvDD7jLOR9FBdjq4Wh5nvx6UFHUJqQt0MU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/util/JKSKeyStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "DXCn05FgffCNN9qkamV66enOA+I4UEAT63qbB6O1AZA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "UU6GqoqzvIbMi0hPbbsC1/yufJCge4KIEY+BcrN4SVo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM544_PENTANOMIAL_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "448yxFr5y3AgSPOqQbf/YLVmpYxM7+XwP1n7fcRftxU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/SPHINCS256Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "e4s6K2SD311StKGNqQrRk0Ng9+j7/yiAzmfSlTQQNng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSSSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "2SK/snZ2oLdVzOy9PMVM/90ugeLJjjIEyCcDZP9WVWY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/KDFParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mq5/rdJhIzNWk/Y7inHtNSgomNL0IE7inZy08avgq7U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DHKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ykA4lHwrltiVXWO0IoVrkQQtN5jT+mI9awiTF2AbpnA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Hwyq7KGWX24U0KAxD2LFKwtjqqbr3KGZsjRMOiy1hw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/Blake3Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "V716C+OzEE/KivJ7r/Ecv7Vsv4BSpLhWUG92ZUhbZAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/CipherKeyGeneratorFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gtwau5QBdepzshiMYxRZ+tzhmBdC/oNRtCeD9Nn4ulU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECPointMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "q1YKgHskxefQ3SjgIIBexij1RZh6h7LVtMrUzwMrS7k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SCRYPT$BasePBKDF2.class" - }, - { - "key": "SHA-256-Digest", - "value": "/FREdP9SZ6ZvDMNVM/EijgYMLf9hS57LBkwj/Ew9tcs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSContextBasedVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "1LhpAfASHZ//+YlDFUSo81CJfIwJb/f4PtsN7ocydKQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak.class" - }, - { - "key": "SHA-256-Digest", - "value": "OC+pibgg+h0ZeCHMkoyZ3Q1BWv6MWZGvO16B3thv76s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/ECPrivateKeyStructure.class" - }, - { - "key": "SHA-256-Digest", - "value": "+XkV3mZO7jCUaGPLAnXx1ZrH9gjCwY2LbAHYxPi7DaQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1PrintableString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HSY7sqrjLg1XMf1umvl8qV1Ewov5wFy30dPgz3RehSE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish.class" - }, - { - "key": "SHA-256-Digest", - "value": "jlEgiGQaWULEA4RM/xjsfrtsmJRsa2+C/T0sbmk5C+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/SM2KeyExchangePublicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "w1d96B6pRAx87DPhX9zcHe5ufMo2QI1Krh1KiWr/wTI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/kisa/KISAObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "QMs0OgyySWJr6UlS52cNiOF5pNYBGwag1eIInlIiwsU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$24.class" - }, - { - "key": "SHA-256-Digest", - "value": "j/YcC6nF0tryI3tj/XIf4eByhV2pphJHqdi9kZa97ik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/DH.class" - }, - { - "key": "SHA-256-Digest", - "value": "SSoX50j6sHTKW8opRapJNb4CwKaYWJIhAM7KVQZ14T8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$25.class" - }, - { - "key": "SHA-256-Digest", - "value": "PjeLQa/rSB4SbEtCebB8+5qsnvZ7fN03pdg8kHTSr4w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$Digest224.class" - }, - { - "key": "SHA-256-Digest", - "value": "FfLFjtRWEQQncY2ZMrVDV0jcrNOXp6zGCWRYJAy4SlQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/CertificateFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "hrpIyo8WZOml0M/3WnaCP0KoRsxZBLlM9/VEsc7xok4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/Composer.class" - }, - { - "key": "SHA-256-Digest", - "value": "xImubl018ZGF6wix9yEP5C4mRnvB4EGR3OOznEDmpeI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/exception/ExtCertificateEncodingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "fMoT3DXiA6Dq3XBFIDChH5NJkHNtiH4g41308xxm3hY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/lms/DigestUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "dCvkSu5rdloMqApmLPPhX0uv/XQyVVWutzIYcNbnucM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$Falcon512_Ed25519_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "cZdHYUMm2c9fonnri2OWBJ7sSbbrNFMCZtfW4lSwOw8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSStateAwareSigner$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0GE3NTXUBlybHmV43rN97DuyFZa/+kqI8vCOCbqbxzo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grainv1$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "u/6FSjntAT4Ax3KgqWglrVH35l2dpRPm8yAq51yZWqQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$BasePBKDF2.class" - }, - { - "key": "SHA-256-Digest", - "value": "40s2+wyt3OEDPZeylmsaXVzu7Agp+c6xPvfzzckR8j4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "WCpyHkYS9AYnBXSgYjO3sJAQjAPYq+Rkie84v4ZVjb0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "glbQC3kOGOH1AP2Hfs9ciT9u7bjcl0Y4g+jqUBlNT5o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p$Gaussian.class" - }, - { - "key": "SHA-256-Digest", - "value": "zPPlvjzQ/9XvVvfb2Rwxbrm1pmHMUQbxBetmzW8cBLs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/IES$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "97yvcmdf3zJA0ZEFO02nsx51qT434HDRGVx26ARPGN8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4UvgkyyjHcyfndtYyllzAi2GEkWBHrIE3TNUVe6/1sQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/DSABase.class" - }, - { - "key": "SHA-256-Digest", - "value": "81ZI4DpuR5KlsTXJ1o4zJLogvAfSWuaZyY9KMT0rjL8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Extension.class" - }, - { - "key": "SHA-256-Digest", - "value": "rPulMfCVWizEgiwXSS5Ys0r69+C3wxZKxs5h+T5lh2g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/DigestUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "EWJ+2qxAFD/Ozc7kCNBH/OmrLOxr5EONcHSFKl/hWdA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/GLVEndomorphism.class" - }, - { - "key": "SHA-256-Digest", - "value": "H12xhWI9hVWD0DGp0E9qdlvk9SR8OjNqVPD2UEYDqls=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLInternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "qT0+uxAxJTS3BezIHGN1zTZCniwkiilQJrMY7UuiN/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSAShake128.class" - }, - { - "key": "SHA-256-Digest", - "value": "XoZY/wVKFNbi2r0LiN738ScYQbe8FDQTf7Fvy/ody6o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/ExtendedInvalidKeySpecException.class" - }, - { - "key": "SHA-256-Digest", - "value": "wD6n5kTqwCIcnEcEGWw8tw8Ln56a11nLk59Y7qUGp3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AltSignatureAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "GhU+Xkt1k8QKSP9D2I5b4hPqXsJIRJeaRG+eIF8Ao5c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$X25519Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "iZSBh+uEc3Rn3fywu6v92uk5PLXDIWjv4XKA2oPJn0Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "+FctTRwHjELkPP9ob1xkiJeVUElk4SdudXfE1Da5Oek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/misc/NetscapeRevocationURL.class" - }, - { - "key": "SHA-256-Digest", - "value": "kXw8L1oFSOPUKaiE/TclbBxsq1BwebYwrJQy02mnF54=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withShake256andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "+GHO23tqZNkTTuDyoEuOuRlYeXUfV+LbAHpAHPDm47I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "1uJodxwhmUPbOinQbs1VdpixdX0KoOs2HVRWZo4PEfE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/PasswordConverter$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "AHC3MYgazMWck00GtBhLsw0EbxulE5N+8BafoKPF59Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyPairGeneratorSpi$Shake_192s.class" - }, - { - "key": "SHA-256-Digest", - "value": "qOfdA48o/lcThLIdn8BTgmglxqnNhVmqiELc03xf4XY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "hzgnYmSUIt4gfUwH5V1kM3M0ENNwkEz1WFlql2yuB+0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "BzRirC/am0O4XfK8irvM7C3zyLFRZJiH/YUW+xCVWm0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUEncryptionParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "BskuPmW9ishfCcBz88KdzKDGWFpGqu2627Ih05R0nMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/KeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "G/dMNvJqTZgmnVp9KBUVow7LkSxa8CtNyjxD4OPlyds=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/IES.class" - }, - { - "key": "SHA-256-Digest", - "value": "oErF4j+XB9TIDuI5lMb8Lf3RqKOR/z/F1M4Aqt2qUBw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "V5W0e8SG18wKo+EBFhHXabuyIi/DWWndViogWkFz6nc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Integer.class" - }, - { - "key": "SHA-256-Digest", - "value": "pbz8V58/YPvB+IQhdkWi/hEppub62oxOFnxGGzNJHBA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$TLS12.class" - }, - { - "key": "SHA-256-Digest", - "value": "3hw3qF7mphX31oWdGQxPomauiYDtDS0lgCAFnvlyLwI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$15.class" - }, - { - "key": "SHA-256-Digest", - "value": "/HpaXrcQv2qKq5KaWxo7uRgtkbtiH1hbP9JT7Zet8SA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Ed25519PrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "a2EsyKZkRUw17/dnPLO1Q0J4ldsKNvWnZEmtPAQexVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/G3413CTRBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "+Zju28+vSUgVW/Ti4cfGpBgRCaPiv4X1bF67DBuiVMI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/newhope/BCNHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "yEWX0wpUGA+sgxAOGIOzDNthVBZtA4fntaTQoHqWP0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/ECPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "1kA81JqqEd3Ru+AIMm7tgyqNDDdt0yCaYM5kpCV2qk8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Set$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "r7qnUIMHs42C/UO4yOZkXkI9fcPuKgNgJNOtxdoWQRQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Grainv1Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "skOKkV53fWR2w9+FJMp5ZYS3Onajs8w8iRtjamkaCpc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "nLh1R5IEpuBUTSnrtIThQQipE/PhicYtTpZnUq8Ctx4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "56Fmv6edTFABIO6M6JVkSRAQKnqPtb1RACy8oZgqeZA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/ExtCRLException.class" - }, - { - "key": "SHA-256-Digest", - "value": "F9CLa3d5en+CvspbXnZQUgMdUfTNmbGbuS1s+D66tvg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "mFWyYkWIZQL7EtwIyCnv5uuNXDqenVTJldsX2N1QD4k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat576.class" - }, - { - "key": "SHA-256-Digest", - "value": "GYTNZUTQrEznaCahE+9PrXNZbQtV2CxORAx7QlysCXE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "GNTjGDvOeZiNT6jWyeEd+bJy0xHlhd4iCrJVLnTyCL8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/KeyAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "hxk6mW2CcWqwMlaizv7KOQ658YuDi19sUz0OQO40vw0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "XSYQlaxyxFd15l35uZtv+1kFPpu2GGQSO7VTR22qekA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$16.class" - }, - { - "key": "SHA-256-Digest", - "value": "ziHGxxjUz6T8CYt/KTBNZfqhzTdd7lKkQFwXbv0QaeE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode$MatrixSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ty6zxdMhIsMOmEOtD93fwbh7YL1fquRcy2uTAe73dg0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ldy9GI01Ae1rfi929aCzwR5kxijQYkT7Va0O8/zHhEI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "q1GeHQ7kd7kbsO/4wVn167s2H82+/i3JvF+8Ps7E3Oc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Rounding.class" - }, - { - "key": "SHA-256-Digest", - "value": "FtBko1cR/zHoxltOqOPvdsBQ7n2mSwAU7lKnF+0NVT4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DESKeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "S8oFugZVxZktmMj9Cy/QF0051pDB2GLFUobEt3Fealw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/GF2PolynomialCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rk9tswiWlB2k7gbR0JmgpNZAruhzlov+V+Xy69D5w7o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithMD5And192BitAESCBCOpenSSL.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Wh0foRY+MY6V2F4KQjAJZgWAQ+ywOTcAccSIaqdBHo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECLookupTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "7PWPbjXVXaPnaYZFzCanxT7/Xbrw50Av0aArrPEytPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "v/x3nWGBKchOEXBWlvZCeUhIX6N9QWfY/ML1qk8GKJs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1GraphicString.class" - }, - { - "key": "SHA-256-Digest", - "value": "RemygSFff9pvnHmjo1wO80azV3B5O/M5CqWTv96tudY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/X25519KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "/ZHlc+ORNv6e2R8J/8Zs60J4OD7drF9Hy0APOZtbmxM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/X509$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "wCIEznhN8o0F+McVxhjI5dYVm6GIhf5gABP9BQJaxqg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA512andDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "0e/APm9JpskrWEwvp02HEJAawGeh5+oF8y5DjJzlcOg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "HUm9gH9nSeVp36ROcOm/D+mnCJHQDMTabCy+fmBUoa4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "m0/5BF28LeOuFVfY2N2T/OBj33szTE6+SDnnkjBKop4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$KeyGenerator256.class" - }, - { - "key": "SHA-256-Digest", - "value": "bxRSZRpuFn2sI88K4heGz5zJ54HRgYE2JpWIfBnxgWg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "TWKa+L2nwTmjXSOPvOm3svtnxyO5F6hcSKekkQLEkzQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509CRLObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "1vs657VRTRgStcmBbRhVVAV7Uo1iv4fSP/f4/JkbPBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/MacDerivationFunction.class" - }, - { - "key": "SHA-256-Digest", - "value": "qhp+ZxvdOdqhPz5ggWaOi17k66xCcrgdbrfiqRgxsZc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberCipherSpi$Kyber512.class" - }, - { - "key": "SHA-256-Digest", - "value": "3yCzDcoO88UcOPiZYkvPvSjrN9cOFBdJk9/D1qgUHAg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "SwmNftmEJQSsMKQ3pFHp2Xxz5KGzQv7a6eYocQ17Coc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/OCSPObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "e5wbuekfk9WeCTCkzTAW/kxmHTW2s77iuCGsm4GB/MI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/commitments/GeneralHashCommitter.class" - }, - { - "key": "SHA-256-Digest", - "value": "KJVfAEF3gTahHprV/zAJFuQb7EG4JOnnpdcBNdUdNA8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "kdvIDmYXCM1KQQVEva1vzTcMNthThFQfxcyvapRDfpI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/Composer.class" - }, - { - "key": "SHA-256-Digest", - "value": "qqwg33GjTdMbY/trZWYfKMdieyoBnWYyZ9TBl2VhQDk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "VbcuxsbtkwQC1EggOdr9+/5Pcce/15mv9140s6x69u8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/GF2Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "r5XChmdItPjMq22HQgyuOVKmmddCD9qq1YLPz6PVNlw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "ga67471+5c0Kk2wOeelf9GHnukyYjQMnWJ5FxZ29I9E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ey2dqFNnZqJJO/NkhAqLIPk6h9aOCq21OcDoX+uC3Pk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Kangaroo$KangarooSponge.class" - }, - { - "key": "SHA-256-Digest", - "value": "kC0vhBNX7T2WqUZr/TU5iVL3wtcoHtXc/8h3gkS8Ev8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric$AesSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "+3BvVnKid6CC6MyfYtwfnfmEbuKQWhTiPivQgJ35WgA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "enhzxJNmFFT6roipVOq/of+BEJLMyM/wfUa4+K2x/ro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "T1Xd2zOgldwlS4uX1EPf1PKOONv2xKjOVcx3bX6DU84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "x7PCzw9n/LPKNUvLehz2jNQDB2AbMiekQ2O4v9aDRcE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/BC$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "HgeCg2MszVqtgfo0lL++8GqXUP2G6U8rYTCoVMZbNmI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "W1KoY7e7z8qNk3iyI9C56tJkfpiGdwIiOF0OLRv7sb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/style/IETFUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "n1MFHevqchNM2awCCghYuSE5mHCL90ENk/G3pZaUfC4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/ProductFormPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "BAOhOOwoqDrOX79dEw9Qm8qJnEG2VPrPbDatBZ2CTZ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$PBEWithMD5KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "vIqWJYN8t07hr8tB+kXMN+xb1NzidJoKScDjsLMG658=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "x8dpNahUzghS2tZHTwqT0axemc25CBmpGej6H4BT6T4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "zzT5yRal2LzHJadRkWQPP83jaeVF8DPxY1B+8HnD520=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448$PointTemp.class" - }, - { - "key": "SHA-256-Digest", - "value": "IFzEwWPCH78P99eU7baYwvnhhBsOnO5EcDIvhCRPgnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_512_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "6bHjNtD3eM0guzgsKYhCxcOp1t9QUx0rIFm/FtcpuWw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448$PublicPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y4dAwsmmPFvXFOkP9Tq3cFvGT5Bu+b5122DjV2OG7lg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD128$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "XWArx/0wdko0pFG6KOF3JlU8GwvmfYkdcJnj6ZCrC+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$GCM512.class" - }, - { - "key": "SHA-256-Digest", - "value": "HTJVcvlQ5oEZuQE6Qtwzxsr9iwwRT8HbspRnRok5E+A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "ELh7mwm0zCaH8FyXkz0eAlgeGNr+dhQSM/nYsr2ixlA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Strings.class" - }, - { - "key": "SHA-256-Digest", - "value": "OGcXjFXcBf0+u0lwCU0VsTKgs5vtZ8ewpTAYixwGfVI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ua/DSTU4145PointEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "gxeM40w2gxFmz40NzJFSqUoJnggApMxtvB/V9EOr8+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "FzB6MH7HsV6XVg3Osy2SyUGfDjRISE/JDd/9Y55LLZc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/hqc/BCHQCPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "jpptSHEHY1pn/iXndn1Ws4s9RcIYFuBgP9MolF407Lo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/AuthenticatedSafe.class" - }, - { - "key": "SHA-256-Digest", - "value": "WAar1IMmgvTyowDhHPXflzR4dIGjHC+AwRDfzQ6GfOs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "gEbA2gixJGe5igaU4ymV2g7OM9QgkWkYZ2wQoUK2jq0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "w2+CzCqXKHiTrz4DoYkuCElmO8S5K/cTJapzGN67IvI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceFujisakiCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ht9PfmBWcRw0Wwm/rHy2GjMhACYzZx2NcBbZqateWqM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/CertStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "D5ymxzuM+ZmOJ/qJHkTv5ETxbnqi0pnBX03253RfnXw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERNull.class" - }, - { - "key": "SHA-256-Digest", - "value": "XFVYnwnt0mT/KpiaPArmMcln1VqPG8iNt9zPSI8Ayr0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash$Mac48.class" - }, - { - "key": "SHA-256-Digest", - "value": "jPoNiUhHMf8Gasq5uI7xi2qb80Q6UutXDYm8vnZu3qM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509StreamParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "mEVWR66R47BGrBozOtaiFYD74CCu9Qkz4ZLGCOlXbsg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/Dilithium.class" - }, - { - "key": "SHA-256-Digest", - "value": "P24AmF+4me0vcvhSCX5d89ZDZb53bFguBfN/jpN7Y1g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/X509.class" - }, - { - "key": "SHA-256-Digest", - "value": "nQkd2GEJiKPby8KXpdQyWOhuaSykweZ5n+a9tGdnd5I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BIKECipherSpi$BIKE192.class" - }, - { - "key": "SHA-256-Digest", - "value": "cUvpf5px9CG2rQrRbYRHTiikIXyD9ZLhL6Y6qFVzBo8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Type.class" - }, - { - "key": "SHA-256-Digest", - "value": "OzPRqXG3d/IVCjulqu+vugczjXofFxQhPT0t1yDcQyo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/bike/BIKEKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "1IWMLtAc/eBnVbwQOyHqxoQe3lZffbqqct9fCY8rSJM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/CryptoProObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "+bHTLidiZHoI8LMaaHkP3OEPM3evIN+rp9/30Tl/UlM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/HRSS1373Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "OtgPc+BjJWJ5BBLaBoCWvpWqsHN6vvFwckol4gWyEy4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/TwofishEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "70FrqbyS2gWXwWCRFj7r14gw5JDmbtpkODtYMX+p39o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Wnaf.class" - }, - { - "key": "SHA-256-Digest", - "value": "jY7THOSV1YemVAd+Q9UQqHiWZdJobmxK0l7CPVbfdvw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "zEf5J5VtxOYd6AnYBYLQ5j+Lx8NDWquGc4m+FvNIWvc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$SHA256WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "KeA8TT7AMcIUIyG27YU015cbDcJWtECannpMAnOa2t8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/SignerOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "r3fUQnEcbRxIVZkH6nCAupSw6nFM5UuWoJyoc4JqqP4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$nonePSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "r16Pv/3bzEInIl7PvT4z95Cn4gjtSIaUa/hcg9WOcmU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS40961229.class" - }, - { - "key": "SHA-256-Digest", - "value": "MU10Oyw8fPMUK9bN3KIDXc+XVMQq94tJctzx+KtXtrA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "0uhxOpB8SMhxtOWNbrKDqi3l/7sIrYkWUq/OdM+Dr14=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "+Znysg6iTXMCKGkfrDbqW2DlGoM6lPD+1u6bfUZT8JU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Arrays.class" - }, - { - "key": "SHA-256-Digest", - "value": "2vXdIOZRf1AG/0kopBKld2FKU4RnEwcJsWxz3jokAqg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ElGamalEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "vct4RYTiKhy5ecglSkwL3w8B6e0BmoemuNYu3fy3jqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/StateAwareSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "/GvbXFw7n1vs/7o0hT5bdkFQEOcYfuFdLGcUQGzQN10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/BitsOfSecurityConstraint.class" - }, - { - "key": "SHA-256-Digest", - "value": "f7is7IwrdxOkg+VJpY1WJRnRocEnsU1I/PUeKTMWLoQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHOtherInfoGenerator$PartyV.class" - }, - { - "key": "SHA-256-Digest", - "value": "JHCCUWKUV7tR/vPXZh6Eq2dzinF6DjYXlOEpSTLrrBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "ECwgrM6P0abEIbyEEwttj3VEb37cyqepmzewpaW1umI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconSmallPrimeList.class" - }, - { - "key": "SHA-256-Digest", - "value": "4quQqG73yemfbeHUxzBK+b4BHRhFMkhg9MXICh/JHXo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/LazyEncodedSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "JBnhTu2tMKnizt+vPCi70h/Ml2x9IPFAcM0kJBvkY3E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/LTreeAddress$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "47L4p1BAOeJmHzvWkk1qfi4qfhXpM52m48e8YGOuqL8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/GOST3410Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "lE181JRWLKSnve26epyWmCJ8m90DQqdpKgdsTF2ObHQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "eASD0DW61aLSmXaVyvKgWOS1OzE7ksjQImJ2AOGIsrM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/CMCEKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "xGPNQAv72UN0Bv0H3sB2IVVjGFJO/zXCP2YkH0iqCQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseBlockCipher$BufferedFPEBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "r5+rGPjbZlep4Lz2aJqrFylKcS5vdWTrGpY8hcXmkfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/HRSSPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "pI7qOKa9dd8A9S7syPavXUGTAbtHx79e7QdiGj4yOUI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509CertParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "SrrZR0O6fLbohzkPtP+NXobtaom3GJG7iVniBn9RmvU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHSecretKeyProcessor$PartyUBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "UK5oyT3V305b4RsSVhlY8djfJpKWzIehuvVbQMTziSc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$FrodoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "iF5t+SCZsiO8SAC/lKfHYVeTyJWbOUfsmAWNczwC9nc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/Constants.class" - }, - { - "key": "SHA-256-Digest", - "value": "tvrff2mIYuVYxxbvB4ny2dcspFYZ+z6xApb6fbO4QgM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/BIKEKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "SDhdmeuJ4SbmB1Tf8xYAtY39DOZLj69WPt5XeT8AKxw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AESCMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "CmEUDndjXE1KXXJah9S8UF6WbCfHZZ/sj3I5CSWG7ss=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/srp/SRP6Server.class" - }, - { - "key": "SHA-256-Digest", - "value": "2isK0k0ajO7/b1gJmbn93c1M0MraI3Xu8hFb6ZkxVAY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric$ShakeSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "c5EdLC/BO6XCN6wm2ec8c/lm4SAj7uCziixggq440fA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "kkdXmGRB5CWMWJ8UJGK04TP4+s31t9V9gQ03s+9iKcI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "9JsGfJuB11ZIeD2+hbkezIinsNEPwwvZqb2HYwHloq8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/AlgorithmParametersSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "lOkg2Oi0p2alqWiBy30agIvPy/sH3EmyBPN+EtpTUXc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$18.class" - }, - { - "key": "SHA-256-Digest", - "value": "oqfg0YziO6LtqjqLtF4kDuTZCkNvefuxVSxRHu7ebUg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ExtendedDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "MopzDIgTSwkcPEDB7urpAibHIoe/vqwWGRYnancmdtQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CertificateImpl$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "7Lin+ADx7QYrnjCkKNsi/9sxTEqmJmjMqP9J9TFWiSc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grainv1$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "82eO0rQs0ZUjxwTsUJwbU1h/N90vmrjZ0wCiJnZbRS0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "JZlBWJ8gWzuqOaa/2NaQtRij7wwXykh4K1xUjcGy6mg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/AlgorithmIdentifierFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "jBPEZWYdpEbeqByOBrTDEViCYxKedVWkOzIqxPgabr4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hu4skiXlW0dLkWDcTOEevx6FSIPOGHag3U+pom/uFKc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$PBEWithMD2.class" - }, - { - "key": "SHA-256-Digest", - "value": "gDBjWzZT/FDmccTq/AXhPaHet5Ex72E3mOYrVeDEqS8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "5aCUvOfub7w8zidtyqdtMtYk2Cir+QQ1q+/M4Vl5rZc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyPairGeneratorSpi$Kyber512.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pe1gY+spNkSxauKSd/m8LiDX+SJ/nO1vL1x3gpdjXho=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "9e+myaig+oCpPfcJG7LcHWyM1RD1LUY/11yvgUKImcc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSAShake256.class" - }, - { - "key": "SHA-256-Digest", - "value": "S8XJCOg2148NEuGHSnd/jAqHVhMV2qRLluuTSGy5ZYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_256_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "eMTJpi17zvLLiB0/osMMrYvb6MqmR4pJ2iDzPaoQJq4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/PicnicKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "fPePtZG5LszKc1rob070AKdhi1urab1ZGH783YFKD8E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCertRevocationCheckerParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "y76f077giqjpfFNt2fC2cMzIeqFKLgFa/jJdRmz6VyA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/BCMcEliecePrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "fGoBBCz2ByK30x3vd+T340EVZs8cf99v71KB0px2fF8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Pointer.class" - }, - { - "key": "SHA-256-Digest", - "value": "YA9+AuoN6Axt4gnW7wnVFRds7VgrTQtdsmrc80F0Z+o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "MfNB3sdjAlc3ScKSc4fQQsjBHzB+6540PvlbE1G7IUE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ElephantEngine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cs3AV47bOmQsqfs2jcmDHJtg/j6CJI8PSrjSSoHuB6s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RC2WrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "3RGmlHLRCH8NlHcTxcucfvaS9T9K2LuGHtM1o8G/fIM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "foKkpLl00Wj4Lydn1Muu6zsyXnW3DzGO56eAdBQxgTw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreLDAPCertPairs.class" - }, - { - "key": "SHA-256-Digest", - "value": "UOCecnoROKv1WBplbip3ObuPKfDSdYr3Ql6ARNqpERI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA1KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "UnVFaHO1aWrHSYuSKoUrS+mZ4S8PfhvImOQ5PX/Rpzc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "er5KDXQqScX56lEq0uCbx963kTrCDCMnHgUnbExyhds=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/ECEndomorphism.class" - }, - { - "key": "SHA-256-Digest", - "value": "V9Gp+K8fzE+jCFfKMewiUgLFks/CGGY8kcj2vs6hemM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DerivationFunction.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Ahq9MolSIuRT8jKZx0EsoCL8JskeXc5cBeM60cITgU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/KDF2BytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "3N5qb7NADYkVfswyGM+vno0S/TxPsauWFVdCqjKLPPo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$ZucMac128.class" - }, - { - "key": "SHA-256-Digest", - "value": "juPivyZzbEurLbTm+mi7nsMXeJrt3owYufcFULnI+Qs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509AttributeIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "DIjIxqPlJtSmml08w3eHxbSGfKWEyh+tDX73fbzd8Is=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/jpake/JPAKEPrimeOrderGroups.class" - }, - { - "key": "SHA-256-Digest", - "value": "JCCyFwKA62YM0997NcSJ8JwswupuK6Qs2Hhom5dF4Ow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_1024_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "liSlCJCclb/HGQ5qj4THJrVPCSZ6y7RWSfjiRYc49so=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "3RfzyZGOc6LA85cBfcC+PvZA11L5sturwO1EDDgvNdo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ryvP2bp9FAsxoJwjYP0b4l1SlrYD+326jua69eLuhbs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_1024_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "UaerhSyggi8jZUEIT2ViXFNlfT+4FRAhqgXV6xhA+q4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/KGCMMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "W26m5wzaoX/LPmRO6otzFtIZNX8rjjUK79uHCLWx530=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rm7c3FunVHeGrSM0iI7wPukcmfoo8Bs+wialUQqR6AY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/EdECUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "58ArbxoSFazISTA1oPslM83zSQomUf87HttWIe8qkq4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/MessageEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "sA8f8UEPix07NSYOfCxY2yA5m/iTEjNBBDRh9VJWG/s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "ukXZFLxOSMvCiqk7pORpAEQ4NGD9FTOPQvL4Yyw5Ark=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/PaddedBufferedBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "yGpZPXSG6nScyNhBP8uZGew+h+VJXacATulrX76GzY0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SPHINCSConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "me1qViHj2ADD8gOSEgT3u7D7zUV9YzZP9E9TGgMBVh8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$MLDSA44_ECDSA_P256_SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "MgLsSx6+pH9ZKEEJt9c6dZdXBCHRzJ75PN2z8UFiQaY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Salsa20$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "N1foHVPozKva+P6OKOMairbJjzsRYELBF8+pk8H2l5c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/IncrementalEntropySourceProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "BL3nxeY1ESlOsjs9aHR2xV4SRG5GUPtFE01oGXwJgE0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "HrycLU02Z6N2RwOAC/FzKxe//JmeO4tBf/ZB6dOEqFk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/XMSSKeyParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zjq5P7JIXGkp/vmmwood8hKftIb9/W1SPe299SQqOhs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyPairGeneratorSpi$Falcon512.class" - }, - { - "key": "SHA-256-Digest", - "value": "yrhBCHco8MuY5yN/yXRE9Cb8v6RgRvfjt2c7rnaLDmU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "6m7D3lxnO8AliKfDM5X+EypUVyOfyS2o2yNUTY9XgRA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/ObjectDataSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "3L7ZuBbPGengtVqXX1uNQ/FG0GGGD9kqDNKGV8R6Z/o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/ReedMuller$Codeword.class" - }, - { - "key": "SHA-256-Digest", - "value": "k5mqUXTuIJ9Jm2M43Vw6H6+V28oZbnXFi4WDl+U31vU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$KeyGen32.class" - }, - { - "key": "SHA-256-Digest", - "value": "GWcxmVnsALStO4SMQ5AiYznRaYJosB9QeN1WMYYuA7o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/X25519PrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "RPR5Y+kqBJMpZkqhLYtx0ME9Jc+b09BwTECKo/7Sxro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein.class" - }, - { - "key": "SHA-256-Digest", - "value": "1cs+BD+0sR+f6knn+HU+3ugaQTNEKyYvSAJBpfx6slw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "+cQEXERPRd1PEx2yTexL+bjXUMwCAUT7jXJzHu4JqLk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$CMAC_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "c2X0dEV37Jfg9LW6LfXLPj4H/jjkRTtmeMbKu7+FZnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/DefaultJcaJceHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "xLPmbOHVRTV2YOG61ML6GSMbe17YV2XWnIoOSkYkIWg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/GMSSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "unlc2wjYA1CalvXntagKgJNQxbc14t4UvxNMTQxyjN0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "EWFtkAiKdjbIX2FYh1rtqm3viQpt03UCjOww7H5q59M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLExternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "3NRUZYNhbzR8LJnA9NnSY5WU490CghaJdwCSjTnmwPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$MLDSA65_RSA3072_PSS_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "LaFBRYIHoGf0jIUZkcP8dHEe60g6GmCyHExcS6+0YnM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/StateAwareMessageSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "/n3Ge7vn7wy7jYtL/PRd1yIX8Dxg/TdlI86N/4QtO9Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/DenseTernaryPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "bxolGpoReUogHvOU57hhV6J0k3nS2GoGgGJUxcg7FUM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/BlockCipherMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "thoa7bhZNKrSN0xARjGz6INdiOhstwjZhY3vesHPH/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$OFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "8cmMgBq4y2cJz8O2rQS3sPGeWUDWC3y10O3RSwZXwJ4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "8xFuctADiG0nGRUKEv1l+lWl1eYt79u8ZhmBNWKM4SE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/PicnicParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "GM3ZTq2YEH4tI5T7psf0FttpHqX1l7+ObxirbDFipHk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base5.class" - }, - { - "key": "SHA-256-Digest", - "value": "U5Jz6oyRUneP6vPKu22gpQ7fpIh3xx/L6+dHIZEvDyg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Rijndael$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "MDtnjivnVFofSs89Fdi43p53L7iCop8fLq3hg0Dxi3o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSContextBasedSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hdar80mwP/wpRp3qETyfsZgmIakfZXfKfdncbdHRvBc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/PhotonBeetleEngine$PhotonBeetleParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "OmHrS+pudElRqUwtExUpHqzATK51yp8IKMpyzy4Hc0A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZKo0PNW5ujxEDG9sIYP3jJFokAFbRcow7EXFVMpaQc8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "4lVo99+XdfA7neciakVHqCxwGJVLLgcEmAn04ZOJ1co=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMOtsPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "JfBw9vQ5ZTIvh4ZzkQrmyQRuJ/ZSjLoqEFsN8tZVO80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "4LgQNvb/Z/7E05vqLsXfvwgr7IpdZDykUozBjSoqE7g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/CSHAKEDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zy/oOH8Y9iMDUC0tljDKm19qnqUCa9tWn0zWpqJP1gQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXExtendedBuilderParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ucFZADecd2L609P8BODpP1DoclcVXArJLaQQ8HOfzy4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "f9LZhypJDs96wqFyaWErZjR5B7xWB7KCwahb1ibzIw8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/pkcs/PKCSObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "VBqFPPDTjzUTNTaCxXRpldYoGdrhR6pYjaJO5I4a5ek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB512.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vp9byfe2zyXtv4BUN8Ts5bDZ0bjzaGkz+7psdFGGM5w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUC.class" - }, - { - "key": "SHA-256-Digest", - "value": "R3rogsa7y5mYZBq+JIXAAtTniS3Dow2X+kLRbmsgUvY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "haOl7v5GstQqgVXiKfisoevnM7J7j+PujTLZa9INCDs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/Layer.class" - }, - { - "key": "SHA-256-Digest", - "value": "SJdcPjhbGA13eEtr+1khtim8K8l9VR6ZAMT0Gd6bFdQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/anssi/ANSSIObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "o0hhxHxvWou4scafLXB7PGHPxn2mypj6pss8J87Ggmo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$CFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "dn0wnkfNmjHxsA2gU0e9kftf70C247z/wym6/zLe3R8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withShake256.class" - }, - { - "key": "SHA-256-Digest", - "value": "MtA83cffBgUjcyXp5p/dwZ8b6EjbEgT9rT4OMeXkKBY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "gnC7x9UZDiiDPkezMWZkq8tZ3SyDn/l/PaY+sO+1o34=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PBKDF2Config$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "TFGjdtnO7VsMIW2USkJWY3LOba6KP5ko9r3JzSjNMHU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CAST6Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "tnkiqmr+mZzmcGu936b2f7PtZX7JMDoRpnDb34sC1sY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "N5dCrO0BkrMLzjp23c/G7V//3I+u57+C+m4SaY+dD7I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/RSASSAPSSparams.class" - }, - { - "key": "SHA-256-Digest", - "value": "INyvDBenOO4tvkTmY+pviT1IWS5kG7wLwW53Gl9xeoM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXExtendedParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "uNsnugOt9xv17gHvxNgdpwt+0ULGQMb93dcah9EcvNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ib0DYo705RLQJ61COJ0vM8psiX7SrwbCiewmkf/LInI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "ckJJKI9pUJ15R45IjPRsdkUc9gzBdTo+UdIOjJ5sY48=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ExchangePair.class" - }, - { - "key": "SHA-256-Digest", - "value": "rkJifJlk5P4jnPGCEnMbxug8h8oO4NfMbefGZB1QsR4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/isismtt/ISISMTTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "f+GaR7PqHhsYcdfYrxxumVXfcJlW07KQUb4kyOcutbA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/ObjectDigestInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hj3GycGm4I5MK3MQVBqr6oFgSVGL3e28+kEPYY0c1u4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/EndoPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "fQ51v43ty8LnbnJj8KltZ7iT0YBIHy3Jx1gZt0wbNXU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/AEADParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "9Z9p6XBIIEaBdD2xdkISQ207LLgzYbDGw7C/hUcZj6w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p$Gaussian.class" - }, - { - "key": "SHA-256-Digest", - "value": "UYuZh2BgxaPS9nSawi20OnU1Dtl+4iHAMLFb4mAx4lQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD128$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "xTE8Ska15llvh3+ldUJPIEAV0IdrMjV4C3ncZGOOlio=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/LocalizedMessage$FilteredArguments.class" - }, - { - "key": "SHA-256-Digest", - "value": "nGBBZiEcO9toOe2bEWVYl2sR7AqUxal39XOAfsWSHh8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AccessDescription.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ju39u+QjhRN8yJnMIEQ/s9yMg1XnuEzQpMYBnC6ixPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/DSTU7564Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "E9YzhsGg7U5PdLnPcBOAlulESEePDbC64QEefyX7X+8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECAlgorithms.class" - }, - { - "key": "SHA-256-Digest", - "value": "eHRkOlLeaeJZx53JX9XwfUbh+WKexs1KEvJ2o4VW02s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/G3413CBCBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "mP3QDu0Vv/qD1JkJhaZnLuoX4iVRiWAKuSCCV4uVVW8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "gKK2WsxugUgOediHIMEpdEEJza0Hbu6S9dI/sgJBVmc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/OIDTokenizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "6YGhzjaHW0AeDNaIKIquwzFJLzCGU3iXcECoOBRkD10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519UwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "DZQz2E4ilT15jc5V2ZPNfqeCgoGGXJGKuC6uit2g66s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$PSSwithRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "YVgOwKgPPPFrHXUAxXl/yyAJXO+NZ+eZVj+8w52eLLY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$BCPKCS12KeyStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "58FwDVzFdUTfDKBNOX9Gks9IbE/JPhZbGGgl8oEsy+g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "bPN05T+qtsmI4s+MidFxyFZrbmvwgpEDvNhTWnhG8gQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/UncloseableOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "fHEJmbMCP0K33/G6Bdi35pMZOIqs1MUdeSh6iCwLvoI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/SM2KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "yTwDWOGgCATc/LdWL2r1CpnD3geL06etJhgtgqE9/fw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "lpt2j1B7OlbuBIqcaqTJmRQ+mX73uzKN5DgGs+6CyVw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$KeyGen256.class" - }, - { - "key": "SHA-256-Digest", - "value": "3yIYm/dqoJ5HV6lqn7yBr8V7fBWG7yWlF9C7Bh2NRFg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD256$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "fQ5XRf0FLuecDjFA8TNTKCibcZBfHoPqbb3TN4qpdIs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2s.class" - }, - { - "key": "SHA-256-Digest", - "value": "I8uPlNpPTGeZwDdKNBwZZmCud4RZfmjalThN/CICwuo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "nW4HkbUMm6SsMEMJ32ZlbwG31zNoa7E1c4ctrH4CW6A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z3E4aeKn0S2oURJ4I34MFBJM6IGPJqmpvNSg69oz9a4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "ErCwjDpO/2+Wbk6UwCXTe4dH3tTk2QrjW35asc6WfoA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsaRMD160.class" - }, - { - "key": "SHA-256-Digest", - "value": "monpDtuJhziCOp+H0zHuZiTGnA+bJBr3Xg2q2TO1ppA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "h/SiFK2L8+FWYnZFtGGkRUZBzRMRJEImKKU81pr2NzI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/falcon/BCFalconPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "j+oDlPx1tCtg8PhnhJWe8s819dVLiTEzC+wctonQDnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ParametersWithUKM.class" - }, - { - "key": "SHA-256-Digest", - "value": "WX/hmh7GP7S3iDa6EL5AJ9byULAyHqGxJsDjdFe5iGU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$PBEWithSHAAndDES3Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "ejnjJrLX+8LFAA7kMWclsoOaBttL2XjUsWB9rcwB7fs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/AsymmetricHybridCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Is/V7k2FCtPZClC78pliXdznKrmB+SJbGvfYPQO0dGQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "rXUmg8NeQsh+N/DoPL9m5qv5puDnLaRKFSYJFQyf4xA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLSequenceParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "GK9TiXyqEvTaOiQnwV0htqyyOMHPqxbBFfwWsojfIpQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/XTEAEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "cOjLY8oVSNGvU7VYypuPHRWjmVTVwnFwZ+0AdeeQ6uM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$KeyGen192.class" - }, - { - "key": "SHA-256-Digest", - "value": "1gDpYT2SOvSwrpZJVVMnrR0YF/NG3JK0Vv+vr/LCWcI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/SPHINCS256KeyGenParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZcB3MAOHtZl+qN5LbH5RlKq/Id6esWoOpAVU0lzpnMc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA256HKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZnROYen6IsIJvMa6mLOW6duedZcqZRk8SF77+Ukjp/M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/FixedSecureRandom$BigInteger.class" - }, - { - "key": "SHA-256-Digest", - "value": "6fjDIt18pQ3wWieQadt+qgIEwmn917uvuvHNpAfDCd0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/AsymmetricBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "FYLl8vSuO8onNYrOh/9bZfzHuAw8IItNQ3xndpuF/Mw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base3.class" - }, - { - "key": "SHA-256-Digest", - "value": "+triczD3jlg6fbCVd7CH1AvtE9CXfJFZAqkoNh75mjI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/frodo/FrodoKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "krt4/UtMS1xvEDbVwa/YeaEvif+Zl4+T1xytsb+tFFs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withSha256andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "eWFgKwL94nuiX26AP3e9q94x3LGA4zLBIta1tJ7sxN0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ExhaustedPrivateKeyException.class" - }, - { - "key": "SHA-256-Digest", - "value": "P5dwKio1MaGxY8zzmHQoqQnR/nzt+mQVNtFM2bbSeEg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "PwDjWvAQowo3oh8roeR4aATHbptaTb4Srt3zmBygaKs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "0t9+x6ORWoD3F6uBl4T24O4FcJfgeMQTUCNhxuwEqRQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Skipjack$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "qoIJruDXzrvKavJ0fjBLchVeXtVbuH37TqyvPS6IbZg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/Primes.class" - }, - { - "key": "SHA-256-Digest", - "value": "qFhY25ja+NuAsG5/CpjkqJRlrEP0IWUAtcv9E9UdvVU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/DilithiumPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "e4hf617HFOGistZYf0vdkhJFiQNs1K0OPtvtBI1q6DM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$DigestDSTU7564.class" - }, - { - "key": "SHA-256-Digest", - "value": "oc80wR/Zin8M6K4+4HmzVaudwnIzotdMQl0kt2O2uDo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "gNlhwa/OmnuUhW65PrjRvbidguVpyca4DBrUDSD5vbE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceCCA2KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "BAFYWDP9umkOmlvhdeH3q+IgcbB2MGMZXGL/aDCPYdQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/XDHUPrivateParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "P363E1hjUHsuRl0PVYpQiS08SRSqiIcSEvAJsqdt3/4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/nist/KMACwithSHAKE256_params.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZJ8To+la64SIiuDMu990WsMLxceCaF7r0G5hSpLnFak=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "RQQyqvcaz2vEalIaldH/IxAEDpbMuZdj7OO5s3iUHzI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Selector.class" - }, - { - "key": "SHA-256-Digest", - "value": "0gfFICQ1r9cmqIV88E5oba0DqSUmNdsBdFWcCZQHpsM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCECipherSpi$MCE8192128.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z3kwjcgw9jlT5TPAdlt5LgDuP/i10eyKFdZfDc+1INg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "dXppmCJvBybN6SmVUoZFMX1NkZGZlpteYV2SfDbkiW8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "KDB//jNxSE4Ld/bF3T1n3v9bd8HNQyW5EC+RzvntiaQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERIA5String.class" - }, - { - "key": "SHA-256-Digest", - "value": "rlntBgXOxtQVxAWcrl8CAeJyCP0e/906Q4JxL1uLb+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "/D1xo1YwPQVEjgV4JaFZo3QJq6MItI069PoUl4Ex7VY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/FiniteField.class" - }, - { - "key": "SHA-256-Digest", - "value": "1LlAjI8ByZZHVfzE5xrgcvYkOwRP46kypTEavqW09mk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/gm/GMNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "0+6T/Lg7dXOGD4csTnY1t50xXssHnwfUcUD23jnFJ/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/BCECGOST3410PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "BY3xjBkCeF9fSgPEnZjMff6D4xHK8JKf6X8//8UsREY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Scalar25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "nJyQyEzmHC+E1iP+/fBUtBTPkpNIDwLNeUapNx7/5gY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "BJSMQ3kWaZqMCkt2nJUYHY+wCkOx/ccTelibXNvNTRI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/ParametersWithIV.class" - }, - { - "key": "SHA-256-Digest", - "value": "l1PkcYGp/t28xWCq1inCmS8PFK+BDEQZYZRKyTI+L/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/TigerDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "qNrTGOZoUbJb4J++kPk6vhCR3usdhnWjdnj8XeMyc3g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SkeinEngine$UbiTweak.class" - }, - { - "key": "SHA-256-Digest", - "value": "5KU6lbN/PbEqR4PcotQnx/MHa46pfvFca0S83asbsWk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSAKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "bxjn77mi4bpzVABmJddOFolibFBxlGT7++pY+VKMF0E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/KEMGenerateSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "ifm+Kxd+d8Fh2bIOAxyMRc1lruKMjwcL6PbLwlN6sa0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "zjqK7djnbPumX6eL2oXAoPa36yN2SA/d73NcEAOhBCA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSLoadStoreParameter$CertChainValidator.class" - }, - { - "key": "SHA-256-Digest", - "value": "OU/bXQ8yKKWIkihj/N8NEK62KPlhcyV2PrArHdMi2iY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPKCS12.class" - }, - { - "key": "SHA-256-Digest", - "value": "xbypJxqwg4liO9rJD3IPb8pYYaYAOlxreASTcWN1az4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/GOST3410PublicKeyAlgParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "1EPlpXIQabQxkfyGePbydLgIeyOBmyuqLUjM83ClPH8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/CramerShoupParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qNw+zkBrfRZ+/gbSk/PYKv40xvTCMH8v/D652lYrUf8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/WOTSPlusSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "0Pt9wI4Sso1Qj4c2EwE8OXyZVZ/DR95eOQOIVqdR8cc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "iAzauZsSfbIgXbBc7mvOSuxAyba/tTKGHPPfSF/ZoRc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$TKeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "KDQ4JMiKZEs5AJy5hzJMV1UEF7Abjke0MFkBTPeV+Eg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Bytes.class" - }, - { - "key": "SHA-256-Digest", - "value": "lGJgePCh50xM6/obT1LTeFitutxAQNjklmBY73kYV/I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSASha3_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "BH5FF+0LIhrWjFtVOwfFAH1Nk9YFJlU1Mc3PqSFFpRo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "mY3qOpoxAk7HQjlaD7O6vSsZRyyhKIbrZKQZfJJ/NyI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$URLSeededEntropySourceProvider$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "/5wpuyqsI/ok1V7pWEWXrLqWTjdDd7c9+0YPmWPJgNI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/RIPEMD128Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "AK9Q07qEcIN52LiwSwRUWf6sOf4i9zKB9fUoEnYQLiQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/NTRULPRimeCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "xvfdisVOKOJnL7TgXbsGufdoRhW+PmusmuRrP9wfRR8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD5$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "97UAb/IKdjohN2hanmBShDzjWNKqrZTQ0DAZnBLsYaU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithSHAAnd40BitKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "1mxr/Vxn4ykpeNAFpG4XLFK/c/8PgGcFDkSUMgkYmtQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "R5BZQqcoNpp9vFQzmBdL1xZ9oFfCfa0zggDhufwKP50=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Properties$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "BUkjy1Dl7nfmP0rdieUITRgp3Ionc6DppoJLXXx794A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "QKeY4toN5nVvqKo+umUjb+MYtr/5EXgL7Ru58hsfO0g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jw33rhfMX2bt/Rv0nuIYmSN3H/sm29nfRrWr9tsUyjw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/GCMMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "cew/nvOq5yOprN8WLRItfhBriKMxzbexgeLoNLTwixU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/ScryptConfig$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "hPq82hflfCyDAQIdkIQfkSZdTdwqzfpqiTQ6T4+P2IM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUSigningKeyPairGenerator$BasisGenerationTask.class" - }, - { - "key": "SHA-256-Digest", - "value": "/YC7R28ZMEBbOjCi+N6Y6ZpimnQZw2ym2fcvqKHeX9k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/XMSSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "sAP24yugo17jHOlehA7NDUCA0cU/4NCf36L4he//XbM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$CCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "PgCAbJntqSEKWCnZCAtWv843t7vPCtFhFMsBkHf+Rhg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Null.class" - }, - { - "key": "SHA-256-Digest", - "value": "ij4FLRTbgVKqwiZd0xJ/7x6yIFzHpKDaofb1XdrNk9U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$KeyGen128.class" - }, - { - "key": "SHA-256-Digest", - "value": "5G3GfRp7WjhXqV4NW9tBE6eO6gJhPwg4I3kwN4GciiQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "KmOkG2CxEyLA/ayjBVU3bbuJIXyvHs/PW5LyBCKgoqc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$MLDSA65_ECDSA_brainpoolP256r1_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "gQ6M1EGsoBLp1xkTsLu6Km7XKjglVx6XVcRLOh4J/UE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1EncodableVector.class" - }, - { - "key": "SHA-256-Digest", - "value": "I/wcLJZOgK4o5zS6PGoKQMX/Kb7fwJFgV1FEpnpYTCY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$DilithiumConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "ROKkYLvq0aHHajLiW/a0/cIFPtoRdQsVaTIiO87Gfgc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CCM512.class" - }, - { - "key": "SHA-256-Digest", - "value": "4qpAHGYz8qBAT6FvJsMehbFylY1ec94izIKXMlf74fg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$URLSeededEntropySourceProvider$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "il9YFqaGoeQZjPJBwMHj1wDHLPcKjzUdo+jJPsG+gr8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "hiaNhQCgctH188SjR/nMnaIY9Dy2Hl5yPrXmLH39AEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/CipherInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Oyq24yWN+R/5kwphWFkOJrXVkKxtGAlusifa6C+84zU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/XofUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "9D4dlUD5O5xraAv/VE/FKl2XJ8v4jNnd9wZUkzchCP4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntru/NTRUPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "moUGVwGA6KKcBzMhtah3QmLigvwOH7dwa0xS+V7zI4o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA224CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "0IVw9tMmFxgeMq6TFj01gKiShRz2DzUk5m24HJlLlwU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AESCCMMAC$CCMMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "LDrUi6qwWyj2uaO4Pt2C3aHZoprrYozv/ncAgz6IO/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_512_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "AsYwzxLGPs3XjRNBWGIXxi/50DfFKQTs6pGg9EV09sQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$Cloner.class" - }, - { - "key": "SHA-256-Digest", - "value": "rHZUj1KiZ3z9O3F2yktUz3iaswyNKAiTKGGevU6PbFA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "fSrO+iJdOknQzOf63AxQoUZfQTl8MRXnZxu49cwAapk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "zNBEs/0qEwaxxgKEUNgbQq4pay3MuOzMu7Spy667foU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/GLVMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "3dNGfAwwhKI/UFMy88QXYMjA2rMEQT+p5q9tC3Bk3JU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/GOST3412_2015Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "uqDI/mrxqqbhagC8saD6ok+/gjdqLrRtA8zD7Ds+Opo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/FixedPointPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "w5C8v+uYJOYciUumjQ/SSSREQiZdqXCyZbCZnWA7kQA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/NHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "NW8BCuiZLArLckP5R/zTba5jFAXgogceLcImZhyUb0E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ThreefishEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lba4UKpE0PNqm+kz2XaGWDLJT5lRH1vU5glt/qvMbiY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EXTERNAL$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "N08bct1iixKoomfLIWSg6GOaBe83lltncBZOgSs2BME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/eac/EACObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Qszudqtu/XKsWxwl+uqdbUkq6LwJcaCXCJhuOG/AVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AuthorityInformationAccess.class" - }, - { - "key": "SHA-256-Digest", - "value": "rge/zmieJHEAa8R7MGbNPZBOeDn2rY9aHksGunNVrYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/saber/SABERKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "/GEoso2HgvowOkUIL2xPo9rdR9PX4/R/rGqMHiF4L2U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withSha512.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Zo9Z+cIM/zcgAMGEnGpbBslzGP3pPUaQvF/GipcL0A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/LowmcConstantsL5.class" - }, - { - "key": "SHA-256-Digest", - "value": "X4ORMDggPHREZq4r8gn1VBvvwtX8sIj8kJKEiZFYOFA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "YLh5ltFXjmDKMkbNrW3/ZpWmbpuYmWTIHMC8BcbYtkQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$WhirlpoolWithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "IuOHD6+LAaFNZg/AqPNAXXsuatSDynZoZEHjbbsNiIw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/GeneralNames.class" - }, - { - "key": "SHA-256-Digest", - "value": "BWTeSdg+AP1YYeobkzHSPAWn7EhGFsWnYwh3UuTCjQU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/IESParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "D+LauM0ryu11MX2a0ydoQwJnsB0hVrS5SAXtrYBl8+c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "rCOFxOk2hNY/JfHk0RW4Wjz71trwXqvDngLLCTWFxX8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/frodo/FrodoKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "E/1SagPSP6Z9IpEvf6uwYbDSd4bM3a3FxeZRjC8nuAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA512HKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "letCGgxZER6Qvc8YGXUKRJ2D7iptHpUXYA76ngW4pdc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "azjyjIfNM4VEdDCxB1079n6GlIknPKtjS6kpVx7cXGw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/ProvCrlRevocationChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "NohDQWwk1CDMn/BzPN74lPOVGWmzuLGC2i7t6NdwgAg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448$Algorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "/4XLWIDiTk30rW7tNN5tbDRa9623IirledD5WwlQ9nA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconVrfy.class" - }, - { - "key": "SHA-256-Digest", - "value": "+BExepJaCv9Gva+a3q5x7vs5H55kdI1976QTPZbeVpU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "nBDNjXJ3erwDxFcU72hgagZ7Z20U3H6sujA7LkEepgQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSAPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Sb8APwmiJGR3eJjNSgBV5JM8qt5dlJ+OPLz/U1yjrg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "XgrlNngS4oakL0XTmI/b3HZh/U4xuCaf3Y1F8e2K67s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/BDSStateMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "hdayU/sePv+EoHXXZ93hYKysF+UqJnlJW4oMs8WGy1w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/GOST$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "4WqHS1xmbHEHfbe7PMfyUDlp0Fkg/eXm9Njsh1qVeYw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed25519Signer$Buffer.class" - }, - { - "key": "SHA-256-Digest", - "value": "C/loFnZ4//4Vg4lqP+Y1ocnK2TddGWR51ockUpSkdlI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qyh2eCBxHJApZbTX2XqMkICpwdXYVOl/24/2z0fOhgQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyPairGeneratorSpi$Base5.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wz66Fq4XwjXqz09nAajhiiblYMc6TquQ4onOWCB8uP8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/BaseCipherSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "It9G4eJsC5ddON5LR22C+LIU+mcDFUrTR5pegc+qchw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/BCFKS.class" - }, - { - "key": "SHA-256-Digest", - "value": "t+KEcnpDpxbf7Jno+LSYJIKcyjHIoPT79/33Ze4k6lg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UniversalTypes.class" - }, - { - "key": "SHA-256-Digest", - "value": "gt1nK6YUbzm6P2wGnvHgu3EgaMBuWW47kqbCTuo1KyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "y1fIyg2S9SrKYC4dG+9yfUan8PzWwjrZS1QRhJ96GZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "R3PswuCM05vuGlTktXl07wSyUMsRQgUEZMBo06Ki5+o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "dFKK95mFx/3U/5oGpDKIulrCzg2NAvKrE8HWfcWdihc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_256_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "haJnSh3ll5Evomp0hl/jJihFalm0Z6gfJl9dOjqdjlE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/Tables4kGCMMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "H7JZ6yKm096HMTRucwe4lFPdqRLBetVMTXgfph+tjys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/IntegerPolynomial$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "cdibffwBPQbKP5OPiK65gzXPhCaIvE4aPjKI/Y3t1Iw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/RSAPublicKeyStructure.class" - }, - { - "key": "SHA-256-Digest", - "value": "iaUA8U/BWlAaK+uMGzOfr0wo6YEbkGE9hwK1gJIMiHc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/NISTCTSBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "xbsimHxfB4QrrL0TvcIjZdeut3yMcqtG4HnKFJQBYkE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/DSAParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "LMDQ5yy381IZ18qJKe8dsPBDt4DUK8WFmPUhZWzuNz4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base5_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "xdSIvFUoRjbeu5i27deJQCWsvjhYdRRjbirsrsZ7PKM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/Test.class" - }, - { - "key": "SHA-256-Digest", - "value": "DzBcpDbahKyyYZWHv/XeHO2TxJh/eWUP6a2pJuZuxgQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/MQVPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "VoJEQyDgrG40bLdR6Vs0izCKEFiyTAzHadJ2G0t6Jnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESKEMCipher$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "eNswNWaXD0QLLc5Tx8BXqZ5zSRkklN19zYmkGUVXsNk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ECNamedCurveParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "BPFhoGWtzAKQRcYciKd5jqvDfSLoTTt6m/jYXYtWNew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Packing.class" - }, - { - "key": "SHA-256-Digest", - "value": "D19hQMj//YjdFk11BPpf7NSTIpxdIkEpPGIiRvgXuZk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$DESede64with7816d4.class" - }, - { - "key": "SHA-256-Digest", - "value": "QxQ6kpknqveWXYXPJWwmlEdEicBxT05cyKFK3a/iNm8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/internal/asn1/cryptlib/CryptlibObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "I3Ny3WgOSOBpLSwqHZKWKfySHPdvQlQzQAtmCnnqIBI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/ECEndomorphism.class" - }, - { - "key": "SHA-256-Digest", - "value": "QYSGKLxqF1dYvqhkKtD4bKUpI7pmtqoxsKawULP3ilI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Blake2xsDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "fqnKLsYj8tUXdiCijXk/OahK6P3dOuexJALqLFwzmi4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/CipherSpiExt.class" - }, - { - "key": "SHA-256-Digest", - "value": "5znskgu7p4/XCb3HFnrNLWY3zRNnSBwy9XTTpJMt7oc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509ExtensionsGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "DPwVlWI+DvV4jmpZiW3NSTeMBvDqfyvwWofWStg59Ew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "qGQ+S4m8hAPDThBAQOK2FP4UpHgdCIW9ge0qpsq3EQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecNR512.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tz2BI7MNNpMWP42R4z+ugSeLfto8b8+uPoQQOPa02fo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$DES9797Alg3.class" - }, - { - "key": "SHA-256-Digest", - "value": "+kKazZXG/LQKLuIF7fcj32hSbc4CxP33C6VtJ9a3xnQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/BCECPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "L8QIUUmfMgoeAjLI8DVN3UYz5L1Y01U69hUe7fsZSOQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zh1XUJe614f9g8/eqjLHXJP+jT35ciyJ/XDdlkClHjA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/MultiBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ys/5VyuTYbjUrfFJA/NCYP5sXLRgWP3Qx2jw6XwQkag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "/96lDTrKCWfcczoQ03cdrlOmhT8Adk4/uGhqaP00Yos=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/SPHINCSPlus$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y56CX/xhF12kCkP89igpQCmVAt5+kV/s/DGqvuqZB24=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "oDbI0wnA0rlTUQfelgv9AT6UMCqNTW2dm4JpSpnL9gU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/StreamUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "yytmx4YrQ8b31zIuSQAgqMbpPu1pNNe7pnrYpXpinJk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestTupleHash128_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "3OUsN6orx4iiMtagMpvbqj9fGna6Ij7URYv6Wc+rfXQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "lfmogHv4MSqtAs3YfJ/+HgdPGct28LmaYfVFWoNvhs4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/spec/DHDomainParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "zyanY+ifu/V6BQ8DwG0Ar5SkgCg7i3N2PsrpUsfdqKg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "upBFg/iiAj0jYEGP67V8xjmEut4PoDMTedK3A/PHvvk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$OneShotHybridEntropySource$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "subgsUs3q+WV0SgriGIl1fGTJE6Ib/kECFs06mj6XGs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/KeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "V4Fr+GtA7zB+v0phNgrVCa34NWmAYVZ8BcGed8a5IBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$OFB128.class" - }, - { - "key": "SHA-256-Digest", - "value": "OYCMnDsNBptZyt/nZvUIbLzU82Rw1nLa+qlPd2rDlh8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$Fp.class" - }, - { - "key": "SHA-256-Digest", - "value": "YiqYMGEepi1WrGt5w1N23ul2NacXQfUn0zp1SR3V0wQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "wT0JUjlsLldfBxcT7H1bnAC8TbzBOgFUXSbEfhCkoeA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/CertStoreCollectionSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "4tKV3pP/nMwYnya5oJK4ue7HEOheeZHnfASNRjoSsLU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/CRLReason.class" - }, - { - "key": "SHA-256-Digest", - "value": "nVeCBo0GIX3yXHCvVMeEeoxmwM1WjBjhKAuv7QqJP/4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "oKdk0Bz2wv73waoAnEQwdRs5CpvxbsF42JR1G2R4AAo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/Utils$DefaultPropertiesWithPRF.class" - }, - { - "key": "SHA-256-Digest", - "value": "QudcPW9bNLjrhgWyHTlvJ4dk9/iscj6QXbAobRPXmSs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/hqc/BCHQCPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "hAUBCjAKp5Sz+slCVv5SmNmhR+CXwQnXBu8/1lZBJsc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "21X7tfqOQOUIqRSXguudZ+O5YxOD5xDP6m5x+oYPv44=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$CMAC_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "QlI21NEPdgL3nWp3Cz4kD8MwFo5W5SQdm/5HasHRbCc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$HashMac384.class" - }, - { - "key": "SHA-256-Digest", - "value": "fJ7NqDRqBA6ATZKcyAReYHpoHXCNMNlhnnV7CMz2uXs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/util/AsymmetricKeyInfoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "AX8QFu79E/4ndVeKWg3j6ydSau3WBhIyj7Sof8Rf3N0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSStoreableObjectInterface.class" - }, - { - "key": "SHA-256-Digest", - "value": "bSkAw89VOyEGM4MSLT3V4De2eWtsPS2FAfdZXgAXcv4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fr6FylV/jCXzeAEQYiQ8kK3rk2zbGqJhQHNVXgOFC9s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "osrSpO7cy8JUx6F/Y12wDWfmDHFhyD4Wr/j5G1ndo64=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/GOST28147WrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "x/xJQ8/qz1Q9pdlLk8ttZFbgHszoz3kUVaTyYBjKx50=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$TSerpentGMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "gAO1ttaX5P8oSBrk2Z22l7s75rGbmIx1YPQtMXGnYfw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXCertPathValidatorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hg1xf4FT5RiqEYanSBxMbOSQUT3P/Na1ZOooeM9lalw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$RIPEMD160.class" - }, - { - "key": "SHA-256-Digest", - "value": "/daMQX9YQlPpk++m0/DRNqy6/rrsiZks4HWMptvtrwo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Ed25519PublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "yD9GUnO9cI3jQkCqX6koZYFtN2lWsmt6fxo6PzGH7Aw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/MGFParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "TngqDxflXInnOVgeUXooddF+8KOeFDljIK2PJRMVV2g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Poly1305$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "1my+lih/9sUvVWKIIA9rgyR3Rkk11alxJC+u4YwnZT0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "KH9/JzpzP87zQ0CudzPOS05lajuxDVHymCYTe/zVT8w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2nPolynomialField.class" - }, - { - "key": "SHA-256-Digest", - "value": "fVwGZ3eVg7q/wU7OhOAOXvQu44WHEvh1iinFr4ngSzI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERTaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "DH99oxvp12SXlCVp0Nq7/QG2PnCI13D5Ze+LpomZIAM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "znIqMhGj+PrWYOok4MH+eJ2j7eDh1zlWOl8O6I6iN7c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "FOoBZYgi6q4FeS4LYrL4yvpaGL+IvMs9TDFTPo0hdLk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "APQCabfmyw6DbaXmnPfkxmLBcIWr1xWQOYNQIa07qYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512_224withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "BScTY4Ec6AW9RPkDgaECtMxA30ou2/8JfXQ3GYBdnmM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "kbT0A7bdf+OlIGHJeKGKDuO0c4c2wfQdR/sPcaiyM9w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/BigIntegers$Cache.class" - }, - { - "key": "SHA-256-Digest", - "value": "zzOg1gU3+TOkvA60yJd1vbyVuzTcl6yByEoMQOEwqB0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/DHDomainParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "4rWXBgjkXiF+9ETjNYZroxWTtbOq9YL2qmUU2fsOxHk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/DigestUtil$WrapperDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "sALX2IXJJ9G5BAH+EgVlzsPET3jLTe8GC+Kq0WGUdoE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/RSAKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "figRab+KQ/3gKBsKgd0n+cqb2MizkIIJKMKD3n4Ol7I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509V2CRLGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "fSVcrIzJPDP24E/3CQNXYR9SeK6RRTr1Ot+qANInCtA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/KXTSBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "5XuccNHO7GGLW1omxE32rEaIqokP042YEs+II/1yMLQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/RIPEMD320Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "tBa8cr3lPm5VmFrgYSaBq556S7+eDutLrs+mBXfu5r4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/parsers/XIESPublicKeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "I8nvmWkEYL9iNfJOI+AQoT5wcvLgv57bzvnDv5dcKGg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPCKSA3$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "ojtmTRtZjCzufqFiSq+3F4x04dqLbwEee/kKjY8VBts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/drbg/SP80090DRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "y+p6SQTtE37gXFXCb5G4nI8lqan38kNfPKQG8XyPYHw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LM_OTS.class" - }, - { - "key": "SHA-256-Digest", - "value": "/tn4dhxDcLnTJFfMlVBohqABZt3Q5YRZzG1gpFGNzIo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUSigningKeyPairGenerator$FGBasis.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tc5og3+jj5kN1vXTEEhJOf7TG2JZ6yHclGX3SHiP5Ws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "TmiUQI0jAZaoHk8uabyqf33SKrSxzRMQXgewpABVu3g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$SharedKeyStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "1x3KlLu4rW/QVdnIK/4WC+7UfKqSoxMYLUOQ8wl3ph4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AsconEngine$AsconParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "cQXr6aoiSHmC4ZV8bdv0kOdfFdoaqlyqwZvLMdep5zM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n.class" - }, - { - "key": "SHA-256-Digest", - "value": "OVGfdVyMMiRIg18t/N1h1khbKVk64CUmM9g2VC3hhQo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Poly.class" - }, - { - "key": "SHA-256-Digest", - "value": "G76HkWOUzKcyk6VIS4WS34zYdHTtdL0rrTMpqYQedjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564.class" - }, - { - "key": "SHA-256-Digest", - "value": "ELCfNENgBkPuveotTEGVCyEh7SR3T2Skzzdnk3H3b+I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat128.class" - }, - { - "key": "SHA-256-Digest", - "value": "bmF/dSwvs3Sfxkj3Llpw+0V8R+gAIl0D9wwYd+Fuc1o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS2048509.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cdy5u2/TcY2iBOjv4f3YDGjRMiWRd1yyYksVrfNYEK4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUEncryptionPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "XkkMfou0p6iVYhBtrq28vpk8XxH3LNsoUKmAo7cJdTk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "UP4A6vqYqUHhTLj2K3kkpT3ejDk4i2V+jI1Ousyl9Xs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1VideotexString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0k5q70lnJVVtGIFWjvcxE7uWHULfL7UKpCDdSb7rCF4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD320$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "b5oWnltldlinrEMUzcL5SR2FJEFKQKzEOoOycaD6epc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERNumericString.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cq8dDmK3Ld4nikzq4QaEtgENKmkrgP6meAsjhjM7DvM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$ECKAEGwithSHA224KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "QvjexN9bpnGIE6RqHI9PeRW01RAS7UiLFp1s8a4qOFg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/X931RNG.class" - }, - { - "key": "SHA-256-Digest", - "value": "g+IWyiMKBYyMOEPipEW/xGOTq7rN+3j/BqMWVk5g3EM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/MD2Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "2I+tZiSlPTPThv21odv0ZaYjz8MVtgW0w9Bq+8TefgU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SSHNamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "vCyZLtNmmvc5Oak82Y++h0YKObsHU6Xyk39BCP4GC1M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/ADRS.class" - }, - { - "key": "SHA-256-Digest", - "value": "0oiKH+KZeFs3Ow4wKsO2D7KKR0OmZkXKREHoefq6nqk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/GF13.class" - }, - { - "key": "SHA-256-Digest", - "value": "MTIBNHoWFLz9gDMFHb3UKSne/EeWdPzXSLiQ3j43LME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "WDSUmbLgLiHyXDIO0DZM8AYclVfR98O9I0binaEIDrM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Exceptions.class" - }, - { - "key": "SHA-256-Digest", - "value": "ObTrkStbLPrAgevCIovEDlVuojLTf64iIzNAmT4mrj4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "DYVKQellrozw1Gi6gVa4JU+OlkzAJZpP0q3mM5CIgMQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Haraka.class" - }, - { - "key": "SHA-256-Digest", - "value": "TpBa7gegEj348T41+mBFyENBsCxyvY3Q6+UT0FQf5ng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM192_SPECIALIZED_TRINOMIAL_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "+2fwZxWurPdZZ61sNkIPyHWgmJHqV0s3kwXNMHyq75A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$22.class" - }, - { - "key": "SHA-256-Digest", - "value": "ucXrcTHMcJYMc5RWylZgLqJfxczQuoh5EZjFW4hfCSU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$15.class" - }, - { - "key": "SHA-256-Digest", - "value": "D22LA1vhIPej2TRCfTdHMIiFB8xw/a7keiEB9NKANRg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "vVfe5+cwZUrYWZYBAeXPV/o4EQxF/hPB5YQ4/0NaJAo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/NoticeReference.class" - }, - { - "key": "SHA-256-Digest", - "value": "FW4N1R35bGxyvJub+8nibV2iyL0ucxWB2jYxJi05O+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/X931SecureRandomBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "q/Wj6yciD5o4+4M+7a9Tt0jN+GvQhcPt6R1+eYCZPUQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GCMSIVBlockCipher$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "bUio+Od7Ve36BKMtOr9wiS9CLrmwdduy0PWZwlIAxEA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nj0pktlHxpiC8MFhR10twifzztPW6r7ZVYzGWdipMXk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1PrintableString.class" - }, - { - "key": "SHA-256-Digest", - "value": "OCnFfR+tK9TNzydlfGApT9eutKutU8477CLcoG2tSks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1NumericString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "soWr7zGuPVJKCmaSsJhF7LF/t80vNZVYfHjZdBs2ADI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "7J4jTUXuDSvEaJ2gQTbjqWBHcCzH0Vj3VMANpDLy44k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$FrodoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "TMjqD173Oo+TXAFFYXNYM9b/EZja9IXtgfp1Ckvq+QM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1BitString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "5ZUhj4sbQidoIgaX1XxBFimRbz5uMU3jbUX7AAkiI6E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$RIPEMD256.class" - }, - { - "key": "SHA-256-Digest", - "value": "wMf6Y+EODOuWVwVKzP6Xa0LiEFfil1M267JX8goTHCA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "4q2pkFpTyWk8Bopw0u4ZHn1BmtaVsdWFYIsu7oK9HJM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/interfaces/ECKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "8MVOpz4on4RmGFqQ8Jz6JCN5lLQJ8rJG3nh36IXVSk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/XMSSMTPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Uqyy1MqrDGZnjVzdH+mjtwn9kb1Zt4a6uoqH1AFdvPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyPairGeneratorSpi$RainbowVcircum.class" - }, - { - "key": "SHA-256-Digest", - "value": "cqfTVSrW+tgeSuW7h7oM5R/uyRs/28g+j5zui2u4IH0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/IntegerPolynomial$CombineTask.class" - }, - { - "key": "SHA-256-Digest", - "value": "JZUEiMgnM99pGswdjYOYnIP0l+vweI4MMjVu5MFIq5w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/fpe/FPEFF3_1Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "X/YzRf2WtP494+Ed5nfxWsm9xI44OcBhJP89NO5zWFo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_256_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "NfMfal0eiaN/YaOmlnHPNR4+ZFFtkgVCKCStYT03zKE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/X448KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "d70KUL/gQxRoblirYlB8G+Mc/I5DOFpEFuZu6CXwl8o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA224CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "QyIx6dDN63yw4YJGOApNqj9ZCwk7dw/jbefi6x5J9/Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/RainbowPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "oHU8yVnRGw6boKHZyzmF2jOOi854M/ULF5j+p69BPEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSEngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "ra+jG2F4VwsW8/UxPSQH3FF6XlSJC9T+MrXq7pL7e+U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/XoodyakEngine$MODE.class" - }, - { - "key": "SHA-256-Digest", - "value": "dzVXypD1j6+pGDgoRbdRiHeswPi4CyvITZ90SCQgIS8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/FixedPointUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "GzB797dhbwD3IkOLpu1cvluUiuww8YxYKgxyb3w0Yow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/KDF1BytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "NSqAiXziFnEFM/6rZO6WpOjQhKsjg62LRFmiqrCfDfU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST5$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "7GnDxe13IUa+BqXBRFPj1VQ+ophv7+pyk6q6zJgdYcI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/falcon/FalconPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "5ev8JvdHF96UwUfMklFoFRRcu7YanonJZKZ3r1i44ps=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ScaleXPointMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "+6xKzkdMQAY/8+OxTyxS+5dPY087h3IyYTpvtCxfT9U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/filter/Filter.class" - }, - { - "key": "SHA-256-Digest", - "value": "HEnvXs1LO+W0QbeJp8IeaX9krjzC9Na7aeMZ4c3NPtw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/OTSHashAddress$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dumjtw6HN2ceInWIEnaH9P4KUhmflNxy9bKwkOfjIbw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "wLI58XaeXzVXTMr08knqWRHyIMEbyP3lx1HG8Bket8A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "GdqkXJfbObw0OYZ9BuyuPTvhTpYm2aTMmgft6esNOR8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Dilithium$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "kgq3YEK8oNgOAn1TiQtZLInEznX7kj1xcgpypC9/V1U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/DHValidationParms.class" - }, - { - "key": "SHA-256-Digest", - "value": "uk6RrXl8dwi8qD8G9zHhlDKjhKEbDe3pPPQybgPM2iQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/style/BCStrictStyle.class" - }, - { - "key": "SHA-256-Digest", - "value": "3tQjC3VI+KO+k1evYZZivl5yJJFu+1HPEOB2PDHr8vQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "uaQpH1TR69rZtWVNfd/y+uj1xVfXQqP/XUq95rH/ggw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/anssi/ANSSINamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "qwreDZtj7d3n882u8aeFngGf14P0rj07Sa6DIITr+0A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/DilithiumPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "UNc1e1NRkcidNIGzh2yb51KHVtpB/BmY+s2Ka+c3vlA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1T61String.class" - }, - { - "key": "SHA-256-Digest", - "value": "r1nv0zdI+3hria5tdlLIcp73pnI6CbkAtd31NSYTJj0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestShake128_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wj6unRD5nmt0yd81g8ul8PDwmMdPiPnKH/A8o56w6LM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XSalsa20$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "v2aFoVwKPiGgaWNP0RVNqjFbCcBgXYCzEKs+GzP59PI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/CMCEParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "96TMQcGkWkF8PQM9kT9H8/HZnT8/ZtrFMulYoTm67/M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/NumberParsing.class" - }, - { - "key": "SHA-256-Digest", - "value": "JBAAs2RD7N/UVi9O32Sy/3SBgCABTXCnD0Qc8U7zdaE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "qvh2c6XcK1+k/HpFvedVOdxwTwiCWOVK0uBJM0zwzPQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/BasicEntropySourceProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "N8+vWIfnE5Au97E+J/96DHIQ4Ed5GIOnMZcdWtHJiAU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$AlgParamGen128.class" - }, - { - "key": "SHA-256-Digest", - "value": "9E2PWs9b2YepmsTfV5G+ArGZoWfzsL8gkXY8ZRE8AH8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/PK.class" - }, - { - "key": "SHA-256-Digest", - "value": "FxGk4+azT8ybOiQsGZPtJCu9glei3htsx7ix4zKZXfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/G3413OFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "pP00dXY+186QUpvbd98UVeYpbgMeRVUhkLsswBX2iB4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q9+Jes44e2Dg9K7YcVwMGB3VsdL8JK81mdA2QeUGWQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/EndoUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "aeZ3SBVSFsBzntFfl3EENGOX9ohsTAhfaD8WX/3CIuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TEA$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "tUuTVoQuJHUAoJcCpS4iVhDz9Pys3MRnXLD+AYzSqDA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/DHUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "SR+yz32TqZvNbq/f3NhWr2QUTI7C/MbieD6fYf1tAaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/util/WinternitzOTSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "52FYs/aSWYM6dulVsOQTAt5A9hsZaun5iNu/gJwlVEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$MLDSA44_ECDSA_brainpoolP256r1_SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "20BQ44Dj3SJhOlbUQ6t22LtJhuxbTOHZ2UFEju8k3rY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RSACoreEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "T/gNI6zi6i2YhiL0zyMYI/7tFB4znsUVbYXQLuDe7Fk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$Falcon512_ECDSA_brainpoolP256r1_SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "709GxuviH7PHHaB5hXR78ge9vHrHkwfH5Ecq+R+t15U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Time.class" - }, - { - "key": "SHA-256-Digest", - "value": "ocsVlZk/pg25pWmLPNhohKPPFVwLY/1G9Qv/xz845+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHExchangePairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "4jeStQ+fuQ/gmkJOkB/5+QbCVqO/FQW5K31X7d24CB0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/HQC$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "XE7EDjrLv5c2rqQyH/BmVvS+uivomqq9hxUKZZjlN90=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/Utils$DefaultProperties.class" - }, - { - "key": "SHA-256-Digest", - "value": "9fBAd6zUZQxfYEi5nvptmvCoI9FqVyIe7ptRpbVX76Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/DESBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "bb/Ovg1UBXh3LisNJRKX1o6Jx0Pm0zv4GsgO44mo6lI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Salsa20.class" - }, - { - "key": "SHA-256-Digest", - "value": "ExDv5KQWL41E0OD9L8VVe4yIECCzH/GpcN8giZz4VxI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "KnclfiJsLMuYpYRJJZU6N16hEtzdfuNgMXYooj3qoLs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMS.class" - }, - { - "key": "SHA-256-Digest", - "value": "r9kIwcKewY9MSc+/DRzTLlvm4l/U5UG4Tvk0VzTEUvQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA256andDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "uY+d47UN5W2NaSQRb+ctsFJIlgrRptphtJ6332l0pAI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/BIKE.class" - }, - { - "key": "SHA-256-Digest", - "value": "sxu2GbqWTzoczBKgbfAeyZPqN5n7AbTVf3rVExwTStE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1VideotexString.class" - }, - { - "key": "SHA-256-Digest", - "value": "lM3g7vxl/y4k6EgYQ00uhc8gb07nHhz+PwpP4o/3bpw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "ADJp7X6885jOaMdJVrhOCh3iPtljIxadUhF33aBBlnU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "cmFr63zpZtieAmkmtHbvJdHMfVtHjOnDnUy4YoqJTFQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "XhyFqwSMOmC/Et1H+h/2baYvbvtgUAw4z5wFzWGJ/vs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "ULiMkpuRuqEGwcoGTMnYMvwMLegmZ9S9meH/BeBOP/c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/newhope/BCNHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "8bgyA4neWPaFZ5izLCzgYkWTH9gLQPsqtBAGXhMX97k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BEROctetStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "bJHXEjk1udjcFC0cQIcePYFJL165z5vsjhQyAAKZXPY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/ComputeInField.class" - }, - { - "key": "SHA-256-Digest", - "value": "KjhswNPYaWGC8PPE85qQfAPcOE5TzTjzA4Qa4RYG2nQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Haraka512Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "rVM9aw0x9ugAPfn+OB3nzBibQR5SetQBXi+aATxsSZU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "ECcdEqmH2WrnDfxvAO/vAjSkaYOEzk1j0L9bfD4SjfY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "sx86/yYzBC+13Irz2e6OmiC2gFMxCLBSzlaInO3zHgY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/GFCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "+0m8uDtqQoJezhp+VlY5HJ3UaszjzRr9+1+9JhjbYAg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD4.class" - }, - { - "key": "SHA-256-Digest", - "value": "QfdRUzD2kPjgZCuAh2J8eDhDSvu8TBcONGY0PymQOHw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "fuESAgAO+MK1pWKSHmtHN3DhNeXYazncGUZRgnJubyk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA1CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "+PUaS878qdAIZGtRWPqnZ+ez9G2OMhJZVr9FBx28H6E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$HashMac256.class" - }, - { - "key": "SHA-256-Digest", - "value": "wPPSidI5K1FUmEV2GeX7aiXw7OG+01+u7hTM1ux7fl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$Digest512.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2azYtduRFeWJ4z3YY6OOXlLH8TmvynpsiCjlLxz1n4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "WKJ4u/gcdqwWgUMpM/HSeQkwI/trB0oAhrSox8BMLLQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Signature2.class" - }, - { - "key": "SHA-256-Digest", - "value": "0TWll1DNiX2if6ofIBxn4pT8o2VYA66ECyEr4EzI3Qo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "MFuFSvESR/RZQh38aLp1SbwEku5FirCBwzAZuldHh2I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/CipherSpi$PKCS1v1_5Padding.class" - }, - { - "key": "SHA-256-Digest", - "value": "KJJxFARvorRWinXyW/IO2lYgpXqqlKNPvsRrVW9po5s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$PBEWithMacKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "tUSukf+1eYaINKPNky/UfjTyZz9WzT9d87S86he8Ysc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve$F2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "/7CK4s3Il/OorGqC978NuKgRL8chg3qfaEn9Htgl1/w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimePublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "QErg4tE9a2henb0spHKWS6caPuJ0Vn8H1WptbDNoHfY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/XDHUnifiedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "3g7lOTfRtdLefgqReSWwDxyMpIqy/SElkzY6FT0yqY0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLSequenceParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZHQ6Fy+nSqkxp7egW8RvPANtacBA0vTM/TuPS0DRsFY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/symmetric/util/ClassUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "kIvSXX0ZK0bAHl/xW2AxpEdLGb/rU1fXKtBVZD7zUTU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/ElGamalParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "5EMlJEw5kaBPbszD7kkHLs5Rt6oDWrynKeU/XEECVy0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "F3MyzBFwJjXE38+MpAl7WrSvnhO4qAfTpifnnrIbvQI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AttributeCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "ahMNRu46kMr/SOuOx9of5fQvd8VyjVON5r71yfm5CGQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$17.class" - }, - { - "key": "SHA-256-Digest", - "value": "itDSguIddh73X8NN+U13ySdE5wjXqIyRlbhHWzwAOQ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERBMPString.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Rr0GmTVNLwpDDEWkGtCt4Kll5NiIFkQbC2J6tLKtpQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "K0xkCSIy8DA3RVTsDX5uHBx4OTOCwin2N8Th7RIqkWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "2rUEjw+HWeEm4Q+sMODreOE+7pft9cXa77Vvi3qW9Tk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/OpenSSLPBKDF$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "OWnlXV229V9vZCWDX3yADQZnlvXAKtM46SuLXs/ktmc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "JI0WycPSFY9OpHhgYAl4Upi3aRFcxGnRqCw9xfq/l2I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialRingGF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "uE4sT49FBk91FnG6aDD3PcJMn8PYXEpQgUb4cqftPWA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "wUappuQ8W+lDUiGHexM/OjxbXDh/zRGzkbhauyuzbHM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/BufferedBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "h4ByauUeucYRkCQnmEX3poQ+1AZzALe22H1sAmuXCb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA.class" - }, - { - "key": "SHA-256-Digest", - "value": "/ht76AfmLLSNKGgmA5H58xCok5egfjuhLH9gOZXv9Vo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/ComputeInField.class" - }, - { - "key": "SHA-256-Digest", - "value": "MzD3rVBBTTKxmjaYf8NKdvcZXnvAwxX8V/8eM1Z3Jw8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/DSAValidationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "2eI5kLDX8kqkePXiJb8lfYWOEYg4zwMuSkoUqaKH1ic=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$KeyGenerator256.class" - }, - { - "key": "SHA-256-Digest", - "value": "zDyZYOyOpsFhnTmea1fBKRRfnTCUkwmj9zWKzU0uXR4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/MessageDigestUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "NQeQEfHTCdSlGvphpkBMZGOYbHZjIys30Z/HxVHxytQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "WTHoGpGdtwbDcHL7p9xuT+XOq+ZC293rGBF5re85kwY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/io/MacOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "oeJdJJBpq+Ji4UpTsGUYl1xrSD42GihHU4eTk4N1rs0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA384$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "b16wBxNhBHLdMkGTFJqfcsH4oL7nyWd5APWnnzFK1J0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withSha256.class" - }, - { - "key": "SHA-256-Digest", - "value": "pWZoivsrcwLuGJsTcA3aLdzfWW4kkklO26HqHDfJgVU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/DSTU7624Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "+vw7vNf02ZlkPvb3cBwx2gm9xolwsbz7bFJbSmQrF8o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi$OAEPPadding.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZbX0Ml0SKDJ2pDlHE3Xtr8ktwqXM6jL/ysZ3IOl0kXA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/QTESLAKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "2GWKNmkyST5hUKqZ++ZzKM94J4jKMQvzPlUAOs5nOBw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "+xlguRqMwpoxIni/66SjmgI/WvwJTpAmNhm9+0IjetI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$HashMac256.class" - }, - { - "key": "SHA-256-Digest", - "value": "A23UtYykrlTGpHvQmi82aVkQ3fdt1xUm4xqQSAvByyA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/ProvRevocationChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "grPqFDNrXoXa4WHh4ACCIopAlLJSO1UXeUZFGOcOgiM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "rlaZbRthlKqEsY+GVG35QXx+DkvVDZWHFK9v7nEw8+8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "wAyE4hnU3Nzj5DyFvArH07ycw9PGNMThePBPkF7Y+aw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ElephantEngine$ElephantParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "k0CJ1ZD9g7VMg+qpxqaaYW2aPsUSohVl4RmPSFdK+vk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSRootSig.class" - }, - { - "key": "SHA-256-Digest", - "value": "67zDYxlMTPRJESIQP64cY+VkwTi2QWGOH/m7kdvZI3o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKobaraImaiCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "N+UpgUj6tLQ94zbDrOnrJRi5s6rD9AV1kIRXEVW55Zw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509CertificateStructure.class" - }, - { - "key": "SHA-256-Digest", - "value": "tVCFj87UcWslkShd+a/nlPJQ7J+QJ9kqwLY5UerdRfA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/ECDHCStagedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "z4zhZ3EVuN6mQPMvYe6Rc/Q/3Y2B5FjLUqtBSL8r3Rs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$16.class" - }, - { - "key": "SHA-256-Digest", - "value": "ljQEFViMY7RelksNB0wRHKk48M5ZyiJSQpLSpnN7Ao0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha.class" - }, - { - "key": "SHA-256-Digest", - "value": "BtHQNwyquj1fZUj8q3lWAteOCy02nqZjySB+7oD851I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/interfaces/ECPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "BOTL6JoUb5QNPFkecvcqIk9YAu7uS9ZfXqCZfozcgn8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "ryeyV4GEpAEXMETM/GIkdT5WvLY2uS7c0e0ae1MOLo0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/XMSSParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "I5i+xT06y86NnPRymdDeQdGm8chBCaQA5DmuM9yT3xw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CBC512.class" - }, - { - "key": "SHA-256-Digest", - "value": "kT09xEOjkzKlH+aVn/vryNx/+500n/4NTQuDS+6Op9E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "uh/lV0EAgxiHyLU4JN0NUF/2T1bE3GiZX7626IG75d4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat256.class" - }, - { - "key": "SHA-256-Digest", - "value": "fhEbd9OhjdxGfJc8l7qGj7Wlgx/YrYRM47VnNoeYE0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "mPpSoX2lNv3/rKUScQUWowcmtLxhibXBHH2eChhLO3g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NewHope.class" - }, - { - "key": "SHA-256-Digest", - "value": "3yhmS5daAJ0K7UFQT7S/ZNdstY6qaUsk7WjDmYL+Ycw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$32.class" - }, - { - "key": "SHA-256-Digest", - "value": "PljqkpepvjLEjAMXZfy+O2zr5VunzyQttgK8rbbjDlE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$QTeslaConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "v1smiXZKmzUrszeDc3ThhD9oGwCRKuNoB88nFciVlOg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$DefaultSecretKeyProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "n58JTJbGCf0LafE3whqPBrnXDcjdYVzfg/Z+TDt//YY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHAKE128WithRSAPSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "R2qy0AnL8le0EtmJaSUnWBdWYbsHtub1fxQ90e7i2C0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1GeneralString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "kJ2wwTs02BFyU5oLqyTSEPncNUvcbVN8LXuC4M6gh9Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "O0b/JCbqHcyDSt68kz/aDZ1dib6k15pbMoKdxSEgFEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/LongDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "iMKQk0+9copSOGDhkamqa/feUs+nmyT9Ri4Pj/oKmCk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/pkcs/PrivateKeyInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "lr81/J6+YeGQUz1g3252hqKDbLdkodsH4h0MC1vIwro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/SpecUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vw5CZuQ2WVzd9L+f4d8MdXrjbrc/JAkNJimMsFB4fcA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$SHA224WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "9MqWmXhzvim8sCxQJic2hJvfY3Fe4PqcjeTkwVKVjIk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$OFB256.class" - }, - { - "key": "SHA-256-Digest", - "value": "0UzAg9uARL6RLBTakg5amdA0Ml53lQn1/NHZJINgJQM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$ECKAEGwithSHA1KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "OK0jbiONeiLrLlD7c7JabV6vI4IIBFmsfP7cYb5NAGc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLASecurityCategory.class" - }, - { - "key": "SHA-256-Digest", - "value": "rKquOCbnbQ1iPIjtKX5CHe6BFXUBaEtNi5thKrf3vSQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$DSTUConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "J99Yg1TjnbaxXwKO+kJ9I+6hw/WDMka1+I9oLEwtKl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$RIPEMD128.class" - }, - { - "key": "SHA-256-Digest", - "value": "tdmszM8C2ohprkvUZoFXiY2BUOzTlLv5UU2uGkoro3k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithSHA1AndRC2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Efm943jf7uZRu7uo1YNOvP6HSWbe2Mcb7UoIpbdQ/pY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "P0eAgsxVoK+12boz9bRTkA40ITPiIFUd/YkCmlwuhnc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/VMPCEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "gD5ILaTbcvhrRtsZoyvTsBYtXo+ESaEto1o7wbiud7w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntru/NTRUKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "/a8J6ATXQIt2HxhTrZ4p9sh7jYZe05tKO3sbGgwUhQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NRY7fbKLaQfuThnky2CA6/YC19wAjjT1jieh3unvCdQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$GCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "acsiPrQDt288fdED0dXMITZ/UacdnFCdURALavinVu8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RC2Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "9TkgScvLbA/q79QM+6dvzn/SSRl+E5Vx/sd9NPjY5XY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_256_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "bPSWnkr0+kOOESfJXhb59tTpGt0N9UZeIewgiZcHH6w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y9r5qZClXrm8iW6jf3Gs6XaiioHHGWKeRYtGcMX0eZQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyPairGeneratorSpi$Sha2_128s.class" - }, - { - "key": "SHA-256-Digest", - "value": "AVmooC3m/7FaJBJI5rI4oymZ+9qvYoMYRgC3ej39RU4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSSKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "15jFKWCMBMNACN0Y5bNr8NQzHEdXXCvT0vBuKvhO6L0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Properties.class" - }, - { - "key": "SHA-256-Digest", - "value": "BrRyUsO0hkQ2W31O5uSxxBsD0lzPcp+9pkV8O7kn5xw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "94pK+j/02/J4PR26+C+TZM7DoijljsQqi501K7/H0T4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509CertPairStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "a54y9im8k3rD0iKZtGDjYj8qE4GJjv6LuQZXNqHFfmI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1OutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "2OI1PcrR9q1DTXNatC9JTzMuwctmAcmcvZuu9/meJLI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ElephantEngine$State.class" - }, - { - "key": "SHA-256-Digest", - "value": "gy5uT9QBkd2IHZVwK/mDY8qlMf9cdGUb5Rcw7NsS74g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat192.class" - }, - { - "key": "SHA-256-Digest", - "value": "I8S9E0UZmhM/SEOTr0L/bltMH95fS0C7Szt2MU8eBuE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/BCElGamalPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sf0/HCHo/YCqUPqpxoEfFKOoyLB5/KBoEQa161FdiZ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/PGPCFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "nG12h/AE2o7HmkjhhIrcgevkS3JROkMJOkSRmuA7H1Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$F2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "ajyQAsIQ0SGxw2SZnVN50eLNbEyrce+XrfejwuCJBqM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/Zuc256Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "p62htQGRwxR5gsHMfhWwmjvHC5aOxWoEihDJ0KS/e0Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/srp/SRP6Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "kntpBABWUSilvC6v5ny15yj49Ovl/EaCsiSdo3RVpPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/lowmcL1.bin.properties" - }, - { - "key": "SHA-256-Digest", - "value": "T0rhTInL0EEMRO37mzTd8/d/wE8oJPLEArs1rG1F4TM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$CCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "aBFbKji1lp0CTbsWvF/fLe7kxGkSby3jS9qD/et/Vto=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1BMPString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "sCye00zuSbm445mmc4coY7qqftvHfioV1e1yvc5rU5I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestParallelHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "3cjJMGISMj6i5kCwPJFPRceAsVsrNSBBL05nLe0AomQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1T61String$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zvs0HnDdrD/wdaS4/7lhMEMus4hiLP3W1rpUil+nZn4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/RFC3280CertPathUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "fRYT2rTRpWLpR4N3xudagZUpsdabL0vQEj/dUWO9314=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/provider/BouncyCastleProviderConfiguration.class" - }, - { - "key": "SHA-256-Digest", - "value": "qXyS/BNzwvLCrTvQuPAmJl5Nc13KH5lGlnIOp9y32sY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/NH.class" - }, - { - "key": "SHA-256-Digest", - "value": "ceTR2I9xmqG55HiK7/lhhSiKpJjdxm6kEaPoC1ryJ84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "jBmMIAPLQvqC/q/3bC2FoVradbVDc/Y1//5BpDDV7pg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "nui/+lOAeXIl97st+Ve/ph4D641C2l8tJ9DWbWB0bac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/MD5Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "cD48ttvVqrhUuVaP5ug4OJFdXoUYgWkbp7fG2lK7kjs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/CCMParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "0fEeEzhaUEeRaHyXkAXhw6xI6gTMysjhAMjJ+8+HlAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSEngine$FunctionParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "OucWmg9vnRFZVuKTEy1lWSxF9mdT/s/mcAy+vFeG1jM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$KeyGen256.class" - }, - { - "key": "SHA-256-Digest", - "value": "SAgZF6i4f0Rzk0FB3FIJpJ/vQqgzI1z6EWaWbaJVGcc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "6r+at+igEWIfBzVordyOVi7gO/iPm5m7vRQfHE/dKdM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD5.class" - }, - { - "key": "SHA-256-Digest", - "value": "GeSnKzjUyDw8KfIP11pULGDlDxc3KsOijI4iz90XmHM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nj36flmpcgvJOdCrAK7BZ9SA7h65imrAKVX+5b08GYE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSAKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "KztFdrJW2aTtm9npJDfUdkKrC7EjuacmhyylKsKmLK8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/SPHINCSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "siq0ySBQyDUP6w928n6sUI905oNLe2hWcnfHBnLjkOY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/LMSKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "TpGz2VEUqkI6cf7dz9PkXd/fBUz7AVpSqmJxSjJ1wWY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMKeyPairGeneratorSpi$BaseSM2.class" - }, - { - "key": "SHA-256-Digest", - "value": "DQeK7Qaiz22fACeqMKn1okCErGWZ7sgSznN1WiHdXlo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincs/BCSphincs256PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "oKKKut+NVkTkb6FIce64iQHYgazCquPlvAP9zneMwNM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "MTG0yAMN7kiuPFj1PGo/N/WDE/PJeuOjpFTCr1Axgyg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$MLDSA65_RSA3072_PKCS15_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "H7K6HOOoqgcl/tkl5HDFi+PnIVqMJ7LCrwpEDwU6EpI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "TDHpJrjK6ktIF/eoBIs/L9+w1FT3aSDlJWxmGedC8hk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EC.class" - }, - { - "key": "SHA-256-Digest", - "value": "2LmHyqQnGahA4CydwdBRTA1xRmdfPtYnJPhDZbkm9yY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "fEy3lC8EFBDe08wNgXPPWUko0jXZzYbfXfgXfizPagM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LM_OTS.class" - }, - { - "key": "SHA-256-Digest", - "value": "cTrWt01tRKWndjvpruo/bGVzb+4kDTCigwqIlIbpgsY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/WotsPlus.class" - }, - { - "key": "SHA-256-Digest", - "value": "bTx2WSip2fkCLhiMcX/784ksxfBgwHi3r6ckg1/EynI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/PEMUtil$Boundaries.class" - }, - { - "key": "SHA-256-Digest", - "value": "t6WIVUB/ycHpzpapzQLGZdvm5eAmOlRi42iWric43BA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSASha3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "GrXAR2g1qr+WTnMn5q/Kqglbpsxsl4x5FMZ0VMyK8Kc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "SiXBrzO3ufyZZ+g/9uC/mFCyuRmJ/SVUnWa33D6ARSE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$DES64with7816d4.class" - }, - { - "key": "SHA-256-Digest", - "value": "G7dsQ3pz/iHF9VBty1SpAUgwJyfbzCnE2jt22T2Ik6U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SCRYPT$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "dAIczXojsansZto2GoXcBceFGYJevTCUzWjFeZ7ouq8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "SI/TVM+sx+Ii6Gi8wnRS3eo03tfBpMcaBqUY0UBcImE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Certificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "V8gYdOrwljnH32YtfF2hqbd9g0PjMOswJ2BicmmXZaw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/constraints/DefaultServiceProperties.class" - }, - { - "key": "SHA-256-Digest", - "value": "ctxyfOyEIOYxyJgLUoj+WEEVylaHM+6eN2fGJjvfetw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Cf3KAN6PgljYN1rDd1cWztQnn5swJWEuqa9pjvikdU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dstu/BCDSTU4145PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "y/GpIIE8Rk8iapgvvWkromUiajehNsRYNP8BQSfJCUw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Rijndael$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "GOq+Lje7xk/vNU0DODtxWqIqTcENxJM2hPZD3xo4Roo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKobaraImaiCipherSpi$McElieceKobaraImai.class" - }, - { - "key": "SHA-256-Digest", - "value": "HZQXmi0CINfjO/Yp7dJnze9OVdBxepL3x0C8yUwwqEY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECDomainParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "iLI3jrnIlVC9lrZa0vHMypo6LeBx+2s++j3gTAKAzKg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ConstructedOctetStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "JEIOcgFKCouRhydxKoPToUwJVMSSvfPAICVeUpAGYjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$DigestKeccak.class" - }, - { - "key": "SHA-256-Digest", - "value": "MUJnftb1WhV3IkJ8qY7PGa1qIcEOKQdkmGEJVlRg8sw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/EncapsulatedSecretGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Z2yYKL5yKaFigpgZdZ4A7JRiPG1YdRempOZFdjpPZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM384_TRINOMIAL_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "FDqg8YS8sqfTRPx8uax+Qd6eNIrOlcPxBoiU9/k8NvU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9FieldID.class" - }, - { - "key": "SHA-256-Digest", - "value": "UUnl96A03jd5SR1j3iDwIc+MFpNC6gfXJi4Y14JEpzA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/21/org/bouncycastle/pqc/jcajce/provider/NTRU$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "ykTA5nlT2gcZrwxocjyqhS9su7CavfXYmjZQ2jlgtMs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Shorts.class" - }, - { - "key": "SHA-256-Digest", - "value": "i6/76T4VEeFL+jIwbJRLjoI62L2sXvw/nob5Bq7fp94=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHC.class" - }, - { - "key": "SHA-256-Digest", - "value": "wMPo+uibgZ3B3cVoE1XJD/kQPe00HxkTwXGl+fxtSLg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "RydzetHNG1/i57r/bvjnAIzKKgzrdzH2vX9j5cqMCvA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/SPHINCSPLUSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "zfvCH9v2d6XAS2qY59M/lwhCkqQWjn5jcl5za1t3QTs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA1CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "DI7F4GB/QervROu0l0keYGGZa9PzHP5G5qMA0ulzHlc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/BCDSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "tzrf6+MeW7CSHW3dgw1rRI8UDbVrApf2m7HpqT1szvs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/PolicyQualifierId.class" - }, - { - "key": "SHA-256-Digest", - "value": "F3RdY1RaH+u01Un5PPMby7zs1AldulNgy6IXNrcmmfs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/FixedPointCombMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "YIsmvsGRNvAD4o0FD2ozouRUyGkQbZ/0jvHJBjdh0q8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/util/StreamParsingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "POimoG0Xz+gwLuZQWwkqyzAd9c6+7NnqTofJMHbB7p0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$CFB8MAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "tqUcJKSo9nmqCIULCksRYmwNQOyp6mwRfQABxBCBNjw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "xRPORgX3W35nrvIyctIGkAlemDa+kg4TTJ3KThBHkfQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD160$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "O807hyiq8fpEgdJyEZ11+U7x30Enhovr76Uyy/BI/RE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/RainbowParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "5z1ZM1FR2V+QsKZP6qbyQl6FjMUJOfTMIddgFg2PgME=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Sequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "nRaByCVi+ffsN/T1jjGv5/tjgXDbHVJJz74hUBkxDOw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA224$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "YAPi9b6nGiIP57FrCV1q7MojKdVtOzj/Jl+2J9atnwk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/Precomp.class" - }, - { - "key": "SHA-256-Digest", - "value": "VztENNdkFuyDBZ+zXD3w3FguQQQ5WaCg5ch0aotUp4Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/BCCMCEPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "XGcq9+633vwrpxDZFC/LKUeY+ba0QnqHcxMY1m3epmM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "hyROY3L6/Ub4MGgWPVVBiTSdBWl7kgyQnV1vZ3BqIfA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/gm/SM2P256V1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "sSdTNkM2MYYHjyCWibtwrscimeOqQC3LWEnUhpG7eCA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Memoable.class" - }, - { - "key": "SHA-256-Digest", - "value": "R7QuRNhKPCdB8r9Prhu1bXpcAOBSmGo57kTB1yxkvDs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSAUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "kwggtYF4PpSLjzYSpANtra1BMRWNwFSN/UjiMgx6Toc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Integer$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "u8XXNX4CwQCaIsFkAvU85g9DjZL+A52LqKv/R8vY/Qs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/RSAESOAEPparams.class" - }, - { - "key": "SHA-256-Digest", - "value": "PYswzuTx9oLlExQmGOIODhQEPIxMu9YQ6psZz2UBhJI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ElGamalKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "OUesETd6IFd8aAJnZqT/okEKvJF0nCNy5KQQqECdPCQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA1.class" - }, - { - "key": "SHA-256-Digest", - "value": "fKqvMt9IYrFAijIfIUcvrO61dSf2qrQ4yGy1R/Alp44=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2Primitives.class" - }, - { - "key": "SHA-256-Digest", - "value": "w5wonezyk7GoRaKl6HzJiMb1nj52B9DYVsCea/APBjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "QEBO7Vo/Zp/or9gdC7pfg9v2jXWOJdgeTZ7z2kI8szk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "2EwWAQyrYMXn9HBlgm1jUcbJTYb8em4lvx3aIID9E5k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Blake2sDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "n1ywsf9NnvErcRLHFK80rNW5N4OqKzgGVL6DZitwRPg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSASha3_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "3cOjmzt5Zk5vbz0v3m8eFGJ2sd3LLJyC44nI3SCFra8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSLoadStoreParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "ml0jZsktbpI0/ppVnQEWjGchUM0aAwQtdD8vM2bR+G8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grain128$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "C1pIJNi1XQ4NgWa8qqvY/iPTQffNg2xj7fiYgARFOZ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/DHBasicAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "kggLwcpGHabqkY0g2QsduALvT9B/2i/+ouHdS0dMC6U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "yv9jP0oGKZ6yWnTvsTZGY3IbYY3jUIYzHhxnRTB/Jt8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$Def.class" - }, - { - "key": "SHA-256-Digest", - "value": "V8y2I56QaHsf8MKEpwQW8Uvd2guCTyV8VaHoNSSjPnI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "SbOK6hovsjT79UYaaPa+qufRluSjJN9fW/p7T9dXiHM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$SHA512_224WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "YxZG2vLrOGjsHM8Cv932AB8F7tjD7SVb+WNOwCHkukg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$PicnicConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "oxtEgBIWobCd2QyFE/Qa9MiTZeE/FooAyFzL192xPt0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "/cGY6T5VzNbSy18zapCMwMSnVT4cEHnTlEA0Qf3tGbk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/RainbowKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "NATR80Nt2w13VKPHTIESsmmZ3bq84wKyeehgW0sw9B0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "aWncX147PG66XAKEGamVYMk9nqOKaR4FXxeIyz18CJ8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "+ul6W3ygaKaBr00GGs+RQMynD9wOnUpc9Gn3364+JqE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "tPDJhwl8qRmYf3Hrw6R7WtxX+zZR1PQYXenpp7dINYI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA384KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "981PL+3xb6p5Lk/jL8RAv3MErwbUL/30fCCEThklK7Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/ntru/BCNTRUPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ytiUbLRicUSr0wKYp/sQBj3fwF1X3R9KGOj/u8TmOvw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/Symmetric$ShakeSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "XBQcpYxOB6CiBFnUkbP3PO+C1Kbypran22VT+mbzZJw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "d4SRMxFQVhgj0RAAVu0ZpugAoC92Cv14CNEik+wDCFY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "aFcYJC3DPKiq5PTNky39O/sOyyiNeUEQtOY7BJXnhCI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "aouwudedKH8P4BzNDTk7nCnVKxn/bLCxINnI8ML/yrU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yrna0k5QjcurJAlTrSKoAsNFBNNMQ7yTNKuyjuGAhPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "cJsu/IMMURs0u1MONW5KvhjShe97eSNGXILuH7Wr+YU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/StreamParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "xNipMn/rFmJrteiUdve3EBH4m7rnJlS0MD3j540DrBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/IEKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "dlC7iCSB0Wpvh9BGuq1znn9ODlvpcZVTmzqzlVc3qWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$GCFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "RbGe5TEWXf88+VpEnPie8mVKA5cCN0GHkxkixH9mfmM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERUTF8String.class" - }, - { - "key": "SHA-256-Digest", - "value": "qwfHUf0uuc7aEzca8xWEpVmWZIfLYxfjYCXRh4fIlQ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/McElieceCCA2PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "O4xcM0iBZSFFkqDqLxs5WhEDOB5BhqhNqwgQzl9MeF4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$22.class" - }, - { - "key": "SHA-256-Digest", - "value": "I/u0vxafhA7p0YLqKujcSobcQx+AojsELot7NWAMPAU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/BCGOST3410PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "N4SWIkUq2931AekRtZl4AVZwpD43rY8kQZhlVL0jKHA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vu1JxIH6gxoyj0L+hj0/AEQuQ6P5hlYWIVv9LmjxyGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$ECB64.class" - }, - { - "key": "SHA-256-Digest", - "value": "z7KbBaQtulc909Wnw6pU0cCzSFXvhSnZLavxva1toE0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SIG_XMSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "dMJlbf2SCXh86F2xHRH+2Rt08TGROsgXAUewKCsUpMQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/BENES.class" - }, - { - "key": "SHA-256-Digest", - "value": "CynYK8BpceUq9sIo6LAZwhyczkpdBF0MPt0nshGr0+8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/HarakaSBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "CiaQ2eYoWPHMQrJxetXiF7rsOF0WUIxOqUx1TDmzX5U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreLDAPCRLs.class" - }, - { - "key": "SHA-256-Digest", - "value": "u5IMmyF7FVOUc+XvrwcUrRdpZtxHLmZwQp7X6OAjDSA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric$AesSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "6XgnDxJQmgGMlRcwvW6KpErn6IPoPeoxnJjrxX9zPt0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi$RainbowIIIcircum.class" - }, - { - "key": "SHA-256-Digest", - "value": "ps6520TRaNuxMc+Gpdq88HvKn+Sy6q0CtLhQ03DtcCY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/nist/NISTNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "XO2OC0EKQOPmBadpL2sRY0S0H9pP7ld1LxjeXRif5ng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/CertPathReviewerException.class" - }, - { - "key": "SHA-256-Digest", - "value": "FKO2Wu79xGgBndM5K3mKSmSL+JmGzDKgKVLiFOFMzWI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERVisibleString.class" - }, - { - "key": "SHA-256-Digest", - "value": "zI/SQiRk/WNtygOkWe7T+LAwzVmSpr2pmNAoU/Uj/go=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/falcon/FalconPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "p5gGGv6D4UTPtrar3qzAAuyWs5b0+vahuKWyIJnADkw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/SkeinMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "pO33gQ7OGjIWuXBZ7PFv4vDApUouBk5dpdHPjGFl6uE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$DESPBEKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "OsQYvaxe3hIMKSjnf5RcAktpKQDrdbqv4OpnAakmms8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "wsdAmnRVL4HpgUgUv6GP4xWGKoMtfVHz5nJSI1F8Q7U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gu3IGGT2AxZhe7A51D9YYYQXuvbkmcbMAb7xn/B6YOI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/LMSKeyGenParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "JR5GJ5vI+JQMr2074aSKbDdJk5kyrC+rI0ONXB7SEJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Kangaroo$KangarooTwelve.class" - }, - { - "key": "SHA-256-Digest", - "value": "qVqW8W+3Zd9V3jnxJgGwvvugXoxo1LUAWtgTsbFZtqg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/IssuerAndSerialNumber.class" - }, - { - "key": "SHA-256-Digest", - "value": "EhoBHJPOhCZB0Saf9VQvniVIaTasLO12VvmHY4ZW7/E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1VideotexString.class" - }, - { - "key": "SHA-256-Digest", - "value": "uWfvRmXDxKmfkRrGOkqOI0Qm8sjQRDoc5gMEclIbUCk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/XoodyakDigest$MODE.class" - }, - { - "key": "SHA-256-Digest", - "value": "WESkD/B4GtdmMFAbtqnvghKw1gJ2z8PqZu/fdxx9oWQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$PBEWithSHAAndIDEAKeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "jE7G52DwkHF5gmppCPw1FZ4qx8p6FyAV4Cp66wqU+aY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "zcvYOyEpWSQBMEe4oH7jh7rBHigleh0h2WB013NE29k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BouncyCastleProviderConfiguration.class" - }, - { - "key": "SHA-256-Digest", - "value": "VCl2zPo25jz2e3FFsmVJsrDlvRmxaAkfQlOOLKnH1hQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$33.class" - }, - { - "key": "SHA-256-Digest", - "value": "BbZp7ZJf740dF95QkXCrlee6lVZ7CNzYlcR1HUBW59A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "98jGxPJtip/gdEsEDakYT4gcVx3v6OCVaU873YGsVjU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP128R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "jNeOJIOjLcsdzmjlrD8gk6H29dk2T261u1x3g8qVoxo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA256$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "pK46wM/xGLKNTPN1AL8pR/7iwyM+y3ibgsl6UqMUZDs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "lKJPLF0zaTU42eiHPqsEiCAV9vXZX/CvGcNyG58jSH0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "QPyzjEr/cqqPlfXMTWVbP42vtIPrhZ9G5AWNxmwryu0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "B+TNDwUhDoYfQS7dym0u48LN6lZ/+cG7er26+5WwGqA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/hpke/HPKE.class" - }, - { - "key": "SHA-256-Digest", - "value": "vUQiYY9bce+5qt3o9HQS6KFWHFNfJ/GZMcIYNuGKK1Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/ParallelHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "hPf+7kZHwSy36uwWOPAb5yIaEMfxWJx8jQp0iDyDEY8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$SHA512WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "MBhoQbGaLjHZUAyZ8BlfD3j6rkS9s68YRea4shVwsOE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1BMPString.class" - }, - { - "key": "SHA-256-Digest", - "value": "jmK6aL9SWZzec10ocXqSZrLGGfmDPX2705obl4kNH7k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/drbg/DualECSP800DRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "E7rltbxlZ4EZu6c6LKjZoKXCAnnw+xRnklGbzBG42mI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "57FpTe1gs7zkRkJlDYGqFzTadweoC67tUFJVW3cWTy8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "1d5C4FRK5bPRMXFP6oj6Ai4qmzyMzI0osaw3KvsggfU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/BigIntPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "PhQjRKxMoRQufwczkF0mW59rJepmS+CnkzpPKijX7MQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ThreefishEngine$Threefish256Cipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "9kVhP/w2CIdQRwUKtQLTTJVshjbxrj5jb7UgH+4BlAE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/SICBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "RglCFhjOaIy1+7PdoJt/V4LL3WaAlm5sow0mLCwbkVg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUSignerPrng.class" - }, - { - "key": "SHA-256-Digest", - "value": "TC2SnbMXTqMOvtRZ5Qpjih6wMR9jg/EStwCR8Q+ZU7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "5OMYneFaFutP/Jh5gMofaRpRV77PdzOblwPigNAmIGA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecMatrix.class" - }, - { - "key": "SHA-256-Digest", - "value": "xBkSgJeXHD08LdidB5XlLyC66jnMSm0RdwEwpkZkqA0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DataLengthException.class" - }, - { - "key": "SHA-256-Digest", - "value": "khDskqk5j+tPTR199OaP5c4BUiUFe9IX+QnZ6StGcvM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1StreamParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "GAcEKh4AQUQi3W/xw9MfxvEjUexy9SOz46LLr8ALh/I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$KeyGen64.class" - }, - { - "key": "SHA-256-Digest", - "value": "qyYp1UuaiTfNQh/aHmDRZ3AR2UJg9BcSj8NXHvQEf58=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/GcmSpecUtil$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "djaiwjGdaObmh+o0jHXnTaiN2sglOy7jBVuTXMcA0xU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/LegacyBitsOfSecurityConstraint.class" - }, - { - "key": "SHA-256-Digest", - "value": "s+mui8AKC22iUXqeEZzIFLdCKrYQVESPBFMTenF3Q0Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "MrZ0/oGG7WD8M+t0rmMC3/tJJZGETjec/q/AtdyfLqs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "C6v1qyVOLFeu/pvkkt3/k4JDRhrrF1zumb9D3epAf5k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "6+mBePMmkGhFKVLXQMxX6wrrfvz3BBqvXQ+e7d8gPBA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECNewRandomnessTransform.class" - }, - { - "key": "SHA-256-Digest", - "value": "TZ+2UOhVWGymqhjMb1e+th85/NxImsiU5p75q6HxQFI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "Djtr54Svl+RLw2j+b+5sLCYBfrFIk3lJfX1sUDAXGG0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithMD5And256BitAESCBCOpenSSL.class" - }, - { - "key": "SHA-256-Digest", - "value": "sRw+3xXBuRiaIvenHWnrdNzaD9OHkA+uwArf1P+B/+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "4sF3x2WM1VQv2VtxrbYgDC6Yi1vBUjVwr+kqabJlmoc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/SNTRUPrimeKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "4/7bZoQaPaXzmoMmsSfkGOChh3fLiJSHQhe7/pZaj5Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z29WwEsbwhrUBATdFtphTIv4WknwiQ9oKjhSU/ZpTx8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Kyber$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "t23twTVeGn3ywkktK1CRYXwLp0+x3Aah88syQqwCWNI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/config/PKCS12StoreParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "8eMUljE+RXcf3TjKoAn+6qtEyRoZc6wVLudw4c1a6O0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SSHBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "E6z1bWsuHEc2HXiRuLnft29TUZYg7pKDpNknz2tfspY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed448Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "aQqxIW4QMxsOfzWI+dP4L26Qt/s+ByCIGR4sSrGVCfc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP384R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Bq/VIgN6czkCEFQ5khbUFFaH1ba8MaUFuZdk0eYkRE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$KeyGeneratorT224.class" - }, - { - "key": "SHA-256-Digest", - "value": "u4PL0CzNVGnma3dNiqjs4Xj0QV+zOmV+vagWEiHVZ1E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "duIrxSdZbrMMSr0Ag83s6Q9wkakV6AiAOGFstkfkZfw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERTaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "+Zg+OJvx9jn5EYxA+sE91pAYGVSUAcg4oR5WgrvFazQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA512andAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "t4BXHsA17GWzu4fHW0sNWTtATxL+GQ28YiepQgLVBCM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP521R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "1UAuNT1AHxDBq0EsLykOTLBGgP2BhS9uObLVhKqAsB8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/AlgorithmParametersSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "WtAnWU0ltVTCvD0EAnrj5FaqqPAd8ZYS4PbK32r8/d8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LP/rR9BzWb2JeYr13onuD0zUMywVWC+543ruDrcJG0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD160$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "zqb45Ub6F8yaK5Rqw7Ty1eVkKgoBcPC0hITfpW+UJ/k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "GxDi2dBJ+CKJaz1Ia7ZzBKPcrwaXS137Gg+0pZD3518=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERNumericString.class" - }, - { - "key": "SHA-256-Digest", - "value": "XrXkQhoWHut6fXSL6gRhWUn4LnPDhSdjSnbDV6L1b34=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/McElieceKeyGenParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "9mpq/6qPnVUgq20m30ljhz6+x26xICoJfHpaN3+OlQM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "tvcEizqUogTyRug33xJHn/NMpkUsQvf6u3UFnrE6OwY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/PKCS7Padding.class" - }, - { - "key": "SHA-256-Digest", - "value": "vMsaws8E6yyUn0/QHzNI2koZYf1pGj2+NYfsU/cQ1po=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "45PkKY6x0FLSTAZj/QP7c4N/f9co0ikpwi82nfT6ZMc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "VMIbDAy6kMhnX1hrmFGo1g2xtc2A80INL3ztODNO1+s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/SpecUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "W6TvrdrZ3p9Tk4s6ILdZkWOKJUSkLeKThYyHESwbRZA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/AbstractECMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "04UVp9qDf7bzZFo8kA5CssVBkK/Q0sure2zr8j2/Hjg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/McElieceCCA2PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ohkL/8v16v1SUt0xtcZywx2oVM6wssC9phGGnqn6NzU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/21/org/bouncycastle/pqc/jcajce/provider/Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Zbc/xdrkNaV1tiYz3BwO+0YXx7Y92Za8zmaDZQPlpE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "w4flAEB6au3TqAJ7A2cGdbu3CSj7ZfScAP3oOuDV9gg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$CDHwithSHA384KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qc7olc3z1VuMEMy4j7TZqDYh34Q4F9dpYDX1YkmgBiI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "lxEpO9Y8RZQmPKIehJNtVM9yt8icZzf7vWUxWo+lMms=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/DigestUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "jrtMHpQ9ev6y0FWWpvPU/K0/SqA6TqYKIxDKnYRr4XQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/RawEncodedKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "+wL69z9emBAF7MHSnjyraDt2AdC8UzPBOtiuBPQWpu4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/BIKEKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "7Tk76lZAXs06qd9AwEioceW39WI7RyPE+k28fjkiLjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/IESCipher$IESwithDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y1RvBdtUbSZZN975MAAFMfieTVwcg6PuDvH1f0cNAjs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA1KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "mXDuV7kWXN6+RIatgTI27KRZ+ZT4pgJzqE12GiMwuCY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "pFjRnhtSf3lEcsR/nAUeDCKN98b9KnTO/h3j0h0zKHc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "M91AjjwOX2o9esJsf1vN2nZJ5uzwgKRoilqTIID8Hrs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CBC128.class" - }, - { - "key": "SHA-256-Digest", - "value": "jJCA1sG4pMWYvbRYN0VLIZDgmsIalm/u/+GKadEXbCE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/FalconParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "ehMjdndY8w8GCRiL9sfaYKCqArFY1+vIKZheowyShuk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreLDAPCerts.class" - }, - { - "key": "SHA-256-Digest", - "value": "OwGi3LYPpz6VuldyxHQigOPu6bd3NddEDqZghBOMrp8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "znftXK9VV1Z9WidzJvra6rOs+yWPbPH6dwoce7jySNA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/McEliece.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qon0XD1iT4fJD22BNwubJzYBE6egiT//h7rcgjdUTjE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/util/GMSSRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "n5Yzx7XqLGL3xkjbcJlnd2zXaJ0O2TTtKKo+B7VkU6M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSKeyParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "ll1INDqSXPITg0aVW/J1nsc++S0CtrapI4sOpF0fkeU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DHKeyGeneratorHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "/OMTYthyGwHBk41RXeSg0X32gDgILYEqPV2xE8r+tkw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/GF12.class" - }, - { - "key": "SHA-256-Digest", - "value": "AeFOQ0ZPeui7+sVSO7wDv5Evkc9Fpas7Ki7vzQyqV1g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "tzvi0pXgFW85NYye1Um3iD6fKfZGFZFo9d4y6DR8qqM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERBitStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "y+5Y7LbnnCQdke58W9b0BWA9V3jGU/M2BhtIvzmsGtA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "eWy3pq7+vBkG++nUFN60ElA32hTpJfOz1jxohTw2cGI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "1CLwxJTrbiI3ieIhaTH2JvBXqUaa/QK/npt//OTgx0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SEEDEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "HacSK1oAQbBnStMpnhsdfp09ErLU9kAUdXagfk22hnU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSMTPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "a0se8fs4ksMF360uDwflyJNLKGGx2MW9kToQqvEBHeI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicParameters$L3Constants.class" - }, - { - "key": "SHA-256-Digest", - "value": "NVSYzq0EbTElnn5uJp1Qgd1BJi78HHp0ondyggNIbzE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$OneShotHybridEntropySource$OneShotSignallingEntropySource.class" - }, - { - "key": "SHA-256-Digest", - "value": "q1sa3gXEdH/Ma9gwd9CRyNTKlD1OGx7fRvK7eURJpZw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUEncryptionKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "yp6WLMwibQGi6m+PzetJ9xcLJ6KIsjf8FGhX6Uxcp3E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/parsers/DHIESPublicKeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "Js7aMyv42pgsna0gwgwH5GRaJQbZ24hmXegdfncHTdA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Haraka$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "s58nuhAyIF4yyYiDu/yZwuRFUvETcBquW1baw2WPswQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/provider/BouncyCastleProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "1SMWWHZT6vL2jaPWtQLIIscxf6gJiIfSQO0ixtRIJe4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/AnnotatedException.class" - }, - { - "key": "SHA-256-Digest", - "value": "9gF8qJGaIKWifUONOasCNlnV/HwJevWjEusydtIB36k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/NHKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "uxbS9IrMRtK2cX9MF5OA7/x/EqIaZQCFVZs0Et4gi4U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "9NhKKXFJqP4AfSVSIdD0gkbasHIaU36r8gE1vDCOCCQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "4fKUDF9DzYB1NzSSsn99lDK2V3dFpDHcxQfwopSo7ww=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "eezf6oxuP12z4bs/fNJPvJLtL6mggmejcx+CwEOiUn8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "DMMEDGwUrxPOjr9HGt4MqB1fCDuBsJJyG2sA9uqbIgA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/lms/LMSKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "15akSDYUNq27DV5CZOsjbOEeo8LLFgFvHhlpnE/4de4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$ISAPAEAD_K_128A.class" - }, - { - "key": "SHA-256-Digest", - "value": "dfMz8G7QMMB/zarFE9hylTzYZu4xOo5uiVD9YD+mVxU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "TGeo4nAc+sP6m1+sYpDZDz1broMuCvDfPOde5AaozPo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "v24PhXot+KzHl48+3a2KbZPbN+DC0c19lm7aXfYcWvM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLEntryObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "2OzAFqo5aJpLKi2uc9Mre9mju70sZyRgB/N8Cg8dhxo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "U3rIGLz8yS5H6T0j0ayD2DbydMq+SHnsduZrlN8zGQg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberCipherSpi$Kyber768.class" - }, - { - "key": "SHA-256-Digest", - "value": "ihB11VbAl1aFZaXqL4WDvS8n97xd0nWq6ONau7ERYtM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DigestAlgorithmProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yd4HheN+vKu0JmksC3s67pPlgwuvW7JhUMfuDc9MPhw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/provider/BouncyCastleProvider$JcaCryptoService.class" - }, - { - "key": "SHA-256-Digest", - "value": "wRR4LuvkOUgyMm/fF0CNIlY9kxqPBPPik/jbIcVnnDY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1VisibleString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "J7n2l9fyhjSIx/4jIJFFmKF23eBLP9VJ20xjuO1VvsQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/BENES12.class" - }, - { - "key": "SHA-256-Digest", - "value": "cm/dQYkEVy3PzP4/HNaylPi1KTanB3rE5auWUlkJtDM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$DHPublicNumberConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "EGQlUXN24cJM5ILsfrdHUpWeM10ZllGuDZObbbTyDMU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "hQsVBD4xquvF6gqJ8Ty8ViMc6dUNke90MziLIrDfHPw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1String.class" - }, - { - "key": "SHA-256-Digest", - "value": "SwVqyFu87IbT3AZkQxyW1JfJNKYuhm1a3zAU+tVH+gM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RFC5649WrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "gMWE1/RAM2Y/eosIMuaw1WgyEx4GSH6NR/c/vYnUHmw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BIKECipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "/T9oQKBUQTYuTOPBINxVq1FqbD+TOs75cTqHj5/pFQ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLImpl$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "5zonzU7tXUPlEHbGolgFUEW4USip2sPlEFLGeFEShbM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA1$PBEWithMacKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "n4VWUd9V0SEUUl87KhrBIpfrDOqdLR0pcE5XB869ML8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "zznoigsM4eD71iLv5zcxEMFt0njLfsqU+Dbnr7ncrdA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA224KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "NsIHWz93TtMcuTsBlOVhqrZIkdats4ehH/CoesP5dBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/PicnicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "/20yLiX4NJmfekj2Up495z9e7+mHZgKcMYI1/WSdMhM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKobaraImaiCipherSpi$McElieceKobaraImai256.class" - }, - { - "key": "SHA-256-Digest", - "value": "uEYD1aSqqIK9jpKFcScN5Bk3IZpFlxVMFBAGad52oYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X448$F.class" - }, - { - "key": "SHA-256-Digest", - "value": "8N6vweG4zMd/m8hW36f4O3PoVkmVrtlgxd8RyN5PvAU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Exception.class" - }, - { - "key": "SHA-256-Digest", - "value": "oMjEbN2cJPvQnDmqx5OaILxV7iDzXAusAjovRpkX+5U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/SPHINCSPlus$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qe2DFJgcUiH0LANxNcEJm5D0SSQ2X9ix9Fh2A1Mp2ck=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/BCDilithiumPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "sazxzplQ3NQ9Y9iESPv5jyp5E5MMSuhbROEqevKANvk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicePurpose.class" - }, - { - "key": "SHA-256-Digest", - "value": "c1UG4ljCyUeKXGg4zh0Ar4sY14V83IerCxgSh3VoqqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECDHUPublicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "d4Wp8cU1i1BoD4GxfLCkwmzpfmuOaqwPAV41tQhG2g4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$HybridEntropySource$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "YKA0glLJhlWXN+oYYsrRXGmez1Su2rwWHyAMuWJOyW4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "DEGHVlzQhaNqDPxKvzfrU6R7StPE/Nja3ZiHSoysqKs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3D0NlqUK/39kGbJdhh0w7hOps0J7WYYm0DOWDCAcru8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED.class" - }, - { - "key": "SHA-256-Digest", - "value": "oQCOyTDlOCPM+cygn/mKBDhopIqDUAtBrRfKX+GeaNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Smj4Beq/Y9XWF6XtvR1cYV9Qe08gs37nwjiE3SW4TA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement$AbstractFp.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZW/dqWfXZkkqcFYYpoHzIcqM77N/rix8fAfd2FBblac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA3_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "LPKVqMeX8wfViLnjmISp9uk2reD/iSjFoxX9QOrK+eo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/PBE$Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "W7PUHQtdKMD9El0yyqmmnzzjZ84gIncVTpiOAb6qIKE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509StreamParserSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "T+NDwce5yw9q3bUWBrCg9ZpTY2jWPTgbw6oyrJjR1cA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/OIDTokenizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "kcA3E5EE6cZPGKH6ZTCLZ+KpmzrHwaHzKRxsPpMwCJg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/ScalarSplitParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "NgR/xr+Y1cY8uWo0TWURK3Iltmp8mztcm0cdIQzyxkk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2mVector.class" - }, - { - "key": "SHA-256-Digest", - "value": "/puQqrm/Q12XsayI2JxJcC1wTNvcws1CnWpiTIqtWRc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/Zuc256Mac$InternalZuc256Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "1+wWZORU+P7+lPGoUvaQckdV4mVMJWpUuGjqtV7/U4M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SK.class" - }, - { - "key": "SHA-256-Digest", - "value": "nCRWEubXGvTqm18+jPvytfTUCaN2xq3TERj5JE4By/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Mul_GF2x.class" - }, - { - "key": "SHA-256-Digest", - "value": "88oKZdBGq/VXleWYdVELSw6w0/y47gcebo4+2B4AW+g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "DthcGAgGkoerpzr2USjMBJTsph6mF2eC6PHaQ0Z8C10=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$PicnicConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "6RoeEhuCDTQNNJfHNYWA++H9L3HUA+4k/Ajulv4CjmA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "CQxl5p5AM6tOKsE+Sb61tN/PFhVtZ9WKMDBmePXJpUg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESKEMCipher$KEMwithSHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "ovJ6kA+hA/jPC5UqgyfKPYz4WH52aQr0K6RgjVvDE40=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/Primes$STOutput.class" - }, - { - "key": "SHA-256-Digest", - "value": "lUnekPGMVxCxuMnLflkobU4e3HX6YslD0DDWavpuspU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/HashTreeAddress$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "S56VYD00BVLLzhNTOynFT61rMJ5E9AFZBAU43L7RC3o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi$PKCS1v1_5Padding.class" - }, - { - "key": "SHA-256-Digest", - "value": "08/xAr66M/XNOgIObvMFrrfSAeLajiXt12d6Q0g/DRY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "sMg4WOpA5Wq8xw8rghlPyk9DBZVQ3DIamSy9ti3ixwM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat160.class" - }, - { - "key": "SHA-256-Digest", - "value": "oNPZQ7sUEsXvUgJQ2aymrDcsNW5BPMDIsPge/fFgwdE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/BCElGamalPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "rJnoGRzoSS+yggZzucps4j8xdKUhswwn3WVRQSwVFbg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1External.class" - }, - { - "key": "SHA-256-Digest", - "value": "I8h1mVcSV9c4zADcOsZcyHHwt2QKXFi9OKlBX3iko28=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "uwN1uW+jIUpdOh7m2iDgHgNdL+jg53KKas7+qgghoiI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "nvcifMJl+onHB4AkKb/XpYNT0l7+OLaTCr3FQ7ZlnOA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withSha256.class" - }, - { - "key": "SHA-256-Digest", - "value": "PLYUm+9SbsZZt5qUDX7GN2gfD/xTpYBj7ua7gQ7S/7s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/HKDFParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "7YRqQqbV0w2/Ro2k7HZc+zQCkKRiP1nsOYpEh8uEU5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XTEA.class" - }, - { - "key": "SHA-256-Digest", - "value": "NR+whBtlT+AEmjjeWf036F6fODAASayKXwMe4qA7/YQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base2.class" - }, - { - "key": "SHA-256-Digest", - "value": "9gPQhKBdKmOOAFzisJWe6klhnk+nJT89Lag/BEytmx0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$MLDSA44_RSA2048_PKCS15_SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "mi0k8dLhbP42Y3EAM3FoibzyWjXH7JDh2aX9ndc6WbM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "vXHf+XkEtXAbJofVy3gegL1D21QPNbLbduQaqpXToHE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/BCXDHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "98Cd5ehiCfGJVNLrSopnABR7KuA6/UlZohalDSVIxro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/kems/RSAKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "xHZzBi92If4Nsd58e+KDmaUH/jqDmRlIPwTj3sWt+r0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSContextBasedVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "i5ocYhS7+i4reJmMBWpiEr2khkFDndwOtzh5JYL8AG4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/bsi/BSIObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "0rU77NCoj/a5Lx1V4n/Dyfg+vbNn/VR/otE75h9X+2I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincs/Sphincs256KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "0crGqIQw6ibLWVqlk0z4H3nCW8lgVkJdstQOUp5lx1U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/AttributeCertificateIssuer.class" - }, - { - "key": "SHA-256-Digest", - "value": "OHLaa2B61WxPdGXqyIvnU/mSt+sKAtWqIdIcMOp9T7w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/StreamCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "i2Vbd/sCPQu3U6Wzb/excPtDVWw0NbR0SErLRPzoiWU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Utils$DefaultProperties.class" - }, - { - "key": "SHA-256-Digest", - "value": "d6NUkmVDKlm58H/JATRQG6khxng+UlvXfYlI6mhIijw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF1$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "7rcklqFGZGUb/ZkJ09E/3ma61ie3g9pIsKfaHJKjdDU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHRSSParameterSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "DEwVU379Sb58/DaNqrmzNrhAgwxA5SjseEv9bC+PJQU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/SafeBag.class" - }, - { - "key": "SHA-256-Digest", - "value": "JcfRJVZWyeRarPVJ1/cc9vb8WBP5Q6CcTVwNeHj2whw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/pem/PemReader.class" - }, - { - "key": "SHA-256-Digest", - "value": "oY7R0WVR74W+91pEon1y+zCuq98qKM7yjLmz3JuVCa8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WNafL2RMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "by6tQXV2yytZ93g7PhS/SRsNpG5LGDE1OZtoGoBj7cM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/SparseTernaryPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "04rA948RiWHbjF+e9W8++HqCy0ZHtjD2At4/qFrx+N0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/GM$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "4zqXqj0GWysRKjwP/XlECBI4LLlf4yjPdFVX24xfhYk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/djb/Curve25519Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "RhqF3YR21O2e5f0PkUX0ltNkaYYevEqKFtzHxmnrmPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$PointPrecomp.class" - }, - { - "key": "SHA-256-Digest", - "value": "j5WnTXMhyAnIK2yC30L7plaDAAlQcz+0qsEBheqLvUM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "D4fMFfkbLE6LLZH621ALqHykj3OzspNI/jLJWnhxH3Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/EphemeralKeyPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "UzBFbsD6Y2+wl6B5mhAqitjk8TkHQ8KO9nasW9s3RHc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowKeyPairGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "QmsHqr00OihkD88YePOeYUqH8FLdqEQ7bHvFU9qgsAA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "MpMgFL8aZaqlyXcJemtop76grpFflkeMhLaoqs+q9qc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$HashMac224.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZpQ6RyPN9RJrJKW3TCYf/aCxatRq4eCIfMFA4g3zpDc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Enumerated$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "W5zhPQS143oxeXuoGHxIfpjs3g0sCZfNaK4IYm4aTTI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "LB6HMrmNRC+g0IxdllckeNknBRpPxiaiSSII1iXhj2k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/TypeOfBiometricData.class" - }, - { - "key": "SHA-256-Digest", - "value": "YbbM3vdJTl2ta4ZkOjjvBewTo6RcoNmNDLdgzIuuq+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/LMSParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "49Bou/SF3jPMCIzkb5PsT3my6LBzN+x6QMHWMCIo11U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$28.class" - }, - { - "key": "SHA-256-Digest", - "value": "INik95XXxIsN+5EkoQp7dZtAGmxH0RnuOdudUEDrKcs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSASha3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "eNE5IO3OEDPCi0qfemlsd2cuOranEEC6cMCeZZB7xSQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ARIAWrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "mTTYa2W0BV94CzNhKZLhj5D0IYv3APZjd7xzsW3HPO0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat128.class" - }, - { - "key": "SHA-256-Digest", - "value": "HzmoWC96ZKxJ+C5w74Y4DtHw9W2gv3ceXbdJ9XUJsso=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger$PBEWithMacKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dc7YmyNdfh5biHjYUaezIscSgVS6h8zJPfGNPeNKuvY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Frodo.class" - }, - { - "key": "SHA-256-Digest", - "value": "4lDEwd/zlvTJnEICLPKlTNgVS7gUxzQ7vUJRxFFV+O4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BIKECipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y+YyuMIRog+6KSnsZrT8vGqieYTyhqS7KGzqdANMhcM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "fVYA+LHb2y3dbNcY3yO9m9fwJswL5DYN/A6CiZSvpXk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlus.class" - }, - { - "key": "SHA-256-Digest", - "value": "aylQH3QUfdLi6iJbLE0fokMpYatDCHm7Fj4QW1pz1MA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "kWV0rR1XP5Z/SqCyvBiykpWoW78FFPvTIGbVYae9V3c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/X448KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "jz3V0Khb0WLrIPfNg+vh9JPMMCBkimmeCh3tkhDNKQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/PrimeCertaintyCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "LAuO0xlVuPWWySyyZfRBVKQwKAT9itsS0tbyX52oJo8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ies/AlgorithmParametersSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "X9xgbO1Gb1LVmZhrHOL+kFQn3gOmbeF+uczJ0aaS3cE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GOFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "6LU/jXtuPK+9IjSJ/hzrnZRhlgkZ8mAOdTADNCTCtGI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/SkippingCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "/lMHOV43JDRdpSxY87Kj8KvNpNMiZcPENiIfPEtDxdw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0TVyYyk+3zIa81prJ6fZ6pllcuk24RCoCSRtmfHyYaE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LSZG3ZDxGgN+HEJna4ZyVcFFOiDkPia+ckeBMtagAW0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Salsa20$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "ey0xSsSZR3xLJ4YcKhDF26kegmXASXHKlK12PBMe3vE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenJCEBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "8AYnyPb+m2+v2aLzNaONbBSeN2IWgBWjpFTuhOlN5RA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$BaseAlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "HHzhjSTaSbkeXl4T9fadRsqU1wEU/XhhYgst7j1ylxI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$GOST3410_2012Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "DaNIAYB7kB2WiErM0RDgJ61Z7zxgh4sfMaDFG0CMKbM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/ECNamedCurveTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "9UYPIwx8Gh6VSTscbgOxUTNhnqo5dUAM0xV8Dvi/tnI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/kems/ECIESKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "SVcCTdNfdCYMsNslQjT8Be4Y9RDMKNCb+SGzDS8yIL0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/GF2Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "PIl6bsORY6TexdDjZF9XOvJ2ZAGJZC1EkqSub+u2teo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TargetInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "+nqEUiqPPLxcEoEZJx/zWRlNb/jjiXo1OGTgQhtywVk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "zv8XUDx2wMra4ClWWbqWFSzR3X1GlInBkGRBOobjnGA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Properties$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "zjcA8BpMmUhUkSC3mVIK92WUkZue2Uqm2pOsMuwwgkw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/AlgorithmParameterGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "7PwW0dXO3PKMaWrGsK1lscQpmLtffNcJSBpj48Zaw00=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "NjxQU8aY1Cy94DQF8NFvzHkmtC6QCZY7r50l+7923gc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/DHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2evGqvy+wBfu1KO5uHUxqJqHF03P81gDdwJVQ1c/LA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntru/NTRUParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "DkoAfgdyUQBOud/emoqz4ISretnwNGnE8+q4lHPTTdw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SkeinEngine$UBI.class" - }, - { - "key": "SHA-256-Digest", - "value": "gCETSTL23HMWA1MjCAc4Beam/MyVVjPBoQugHTAOKR8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "3oRDepsJO5x+D2Z548HR5sRs8aFVF1ZHZRt6IoCTcDY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/GF13.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ixjy2CM/lxn3xSEtZw7DvTymq8Iv/X4ZxqJoFU4284c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/extension/AuthorityKeyIdentifierStructure.class" - }, - { - "key": "SHA-256-Digest", - "value": "pzwRa7nZmPYzi53dXgppyuocDhkoxaIjHbi3bLS20wk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1GraphicString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "uYTornmdAYMBeozLZroUIG/qAzH/jzue5RL8jWV8Zyg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/MQVPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "WaDrQ8c5Now5zUo19qlII4p7uRnMQJzcqTeobYCJ7YU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/SPHINCS256Config.class" - }, - { - "key": "SHA-256-Digest", - "value": "gkNfaCCtIdLlIRGozGRjYMu9fA1Q1ASLLNK2ywsmsZ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$HQCConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "T2vO77cInFV4VQt9QdjN3PWx/hZYCGqEMpVGEayOiuQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "c3Y/MNb3+ZDnqC+TMe6kf/kV4Fq60dP99RTUYTcOTvg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/ServicesConstraint.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q8DHiOf8gz6YUdF04lyagg6syRIwII//uB1oJLgGSJs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Skipjack$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "leJVUMp/7puZqOluSSJrMkjyzPRUS/vD6XW/fpoRDRE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseBlockCipher$BufferedGenericBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "1K5LKzMsjw7fVJgQgUS5Ac668vCp4hOedcGFiMslrKc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "po2WkYMtg/KAFWXOjq2lDt6yz0MA0eunx4/ocoIpMAA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_1024_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "BvTOmlvhphy7uU3UNHyt9FKHo5Bag3vcDSYOQT0QqjQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/RSAKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "nOQVHLd0uXlBT0q+Z+lG4ZG/QdnNyFnJgEBqzUH3LbQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/AsymmetricKeyParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "IqR+VBcJKE9dHR4x09VqlhDawGgeV9ZBKDUdOadJ/pM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_256withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "gy35uyOpcsNCtuDQre8qTil+aHLpflt9pcZBUE31INk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA1withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z8oTzk1m7OT001sNJ4aiDc7+I0qCvn4Kx6+++OHfm2s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$SHA512_256WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wy7sLYiLPv/SwCOvWTHnEe31o5tx51tqZk7faW0O7kw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/GOSTUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "gXnQ43VcFSUZhv6bGoyjJjBPGCNtfbGLzLvOvJMUc7I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "jviSZ9ULP6HOohS4b1SxsMRc45WE/a3RJvrskNpNp/0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "nhzd9Prpdnzt90lQts0HCTlV6T/zaAab7ZX3nBbRqgA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$HashMac288.class" - }, - { - "key": "SHA-256-Digest", - "value": "WGrso1wyBaaYNYU5Snz1ztLYRHkb3Wd6DMBVnfHn0iU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/IESParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "fk2CK1rG50tPrBKrVkXlXmgKJKh6weWrjb2UNyeGuds=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "8hNPsDXR+/xpDumWUUZHfLaa9mqq+apjreAlOaqJcZk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/IntegerFunctions.class" - }, - { - "key": "SHA-256-Digest", - "value": "j5GNd3xU9BZqyETG8BpJMDwItnFFVfdEzZUlW8abosI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "1fw676SiW1HvRRIQHSDBc5XLDo75CbHcIg8qQmE3xVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/fpe/FPEFF1Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "WHyucI4JRZGrvliNeTdFl2AryJ+VjLa8coIvfwjCyBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_512_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "v2UNz4Slfp1PfFsa2ch7ym0jY7jIXCnWMUkoP7S9If4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecK.class" - }, - { - "key": "SHA-256-Digest", - "value": "qFupkdaKVZWogSEwee8XppazhCVAc/C99al6bpLhbng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/GOST3410PublicKeyAlgParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "znYP4Xh+r183bgTm1NUJTR/6iJEqh47D8o3pBTKAKkY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/ScalarUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "kbRxJbYExghzGTi9tSLfCi7Gsqfv2ov9nouHUlgeNQs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSSignature$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "kpePYiSTKsvx7P2EdqB1kYmb4bJfQQ85DvrnSPl/BNs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/HashUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mf9cueVAQm9v/EW7wS3xv3Ldv5dM9C3yH97yuk7qHZk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/MGFParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "U+3IgT/PhqAwwi22Q8TVHzFAu3j1HSA60No9O27SlgQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2s$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "QKykgDypHU4G4YjNOF+cCFhkh0UvkbhbRKiZK5YqOOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/LMSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "5OxlF2qIgurAkSEQIrCLqNOwjQoK9ofNEXROwVyLYsc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Reduce.class" - }, - { - "key": "SHA-256-Digest", - "value": "dzBDUCf7ZT5L6NMmwRMGObGEc6YLKGcR1ArFmTM7Dcs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "X0xfc7dD7+YPpEPkQoMi5XWn8/AYoUJBOwMjJeAuXas=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/DigestOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Kppi2F9HM2MZP9EHFERvZYR0dlknBH0nTzPRlhzZEpc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/OpenSSHPublicKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bc+J8k7sp89zHFdbd4+AEtDk5ONJdA0iRJND09RjcXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/Permutation.class" - }, - { - "key": "SHA-256-Digest", - "value": "s6xbzN5SbQpN5tfIgZz1KfuDW4tfxhRTHYfg27jgKXE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$Falcon512_Ed25519_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "E32MAW6kTD5JUBISGBINSvPduupRwLq2DRxgOexZySI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/LowmcConstantsL1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xn9aomjISQ99og+roDDoV58lIVZAzDGEuqfbrmQudJw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/FalconPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "sSo8TDDabDi1YdlC1XliJ4aFYfeNsZCbBEugtGN13LU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$RFC3211Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "0jxGp5l1sHg3yV0VTlLbaIaZVT72z79WitDEUDaOL8A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/Symmetric$ShakeSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "MQjUX8chiLmGbAqHr6GMt1xJIo0FpztU0aURfJH6uQI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "I6S0WeLJ5mIxFoetzu3u2lJlPzHrV7V0G8P5ZSYTSuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator$Aes128MatrixGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "gKValaG6dyPbFi5DqpQkgRNcfOCj4vyU3HI4s2qATA4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "0qiji3hkWxaGhlV+nx5yq8OwAfUWl6YTBWEkaTEe3WQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509CRLParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ju9hm2q8dSuD1iveknO35gOQAQUp4Yecku0A1EHmApk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CertificateInternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "y1G5WIWUEbNr2c7t3lbJnXKvz8jhxBqNbvINsdV/5NA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DefiniteLengthInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "04GL9n8qXgmQbxs3esiY40xlE41qS3qB1g/s29E6o84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$Digest224.class" - }, - { - "key": "SHA-256-Digest", - "value": "CitKr/yEKzlHhFhIc3z0XK6MfZ3eXuP31Co6P4AA8tk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERBitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "dxtfTMhGfvKPeoQyH0jWpZLBRy+A40lGx3O7pZaUddI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$BIKEConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZanlF2HH9Xsoc6QxyttNc+43mR0/HNOxsOznlgBj3EY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "2MVa2hj28NdyjPNccXZiSPGPIdfZbnc5lTAsca5tDdU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/CertificationRequestInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "64ZH/IAVUgBDcQDmqTC62Ez7O9HkiGWrEDDep5PFCkk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$HashMacT224.class" - }, - { - "key": "SHA-256-Digest", - "value": "lerpn/eVOTqbLAHnv5PekaNxwsFW/6oWxMzWReU91iI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "1z9LkFLv+UkB+nLQ7eETUBPNBaOIyXtLRPiTqQi9mDA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/gm/SM2P256V1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "5caXeeFvg2jsQssnCv4igMwbY6iRqgGuHMhft6R/FHw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$HarakaSEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "oT9sBiazOF+D/IOW4i+SWmhS+DwOmo2ZKrF6VTX0GbQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$PublicPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "/gPcmeOZeB10jGPHgwWHU4zHZN/4FRP/IQvqjkXW0Xs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Blowfish$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Lp9Mq/kEWTefNPmdbEpbfAcYKpvAVMZFBGhDQm9GQc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/SubjectPublicKeyInfoFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "4xkNxBQYsvqda2V3NwtvVD4+JmhI+WWqmEgz1I2lU1w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSAPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "7VWWuaq4g6q3HakLv1IWc0mGmN5kyiYWYT3QS+Z7Qmk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/kems/ECIESKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "NJjLW1fAVRpZJOTp0Riur3f9VLrXBB+yIYeE9gvl8Qs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Kangaroo$MarsupilamiFourteen.class" - }, - { - "key": "SHA-256-Digest", - "value": "CDqyLzGutqqRBZMpS2DRLZCPlMauAJH+mVtTuMj73w4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA256AESCBC128.class" - }, - { - "key": "SHA-256-Digest", - "value": "haFhNo44NCap+n8SFbKZmN6oGLWNPRF/pTW5RkAXQIk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "mNplGAJ+NTtG9M4YrqtoC/tNNx7v9JcDlsegDRC8gaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST5.class" - }, - { - "key": "SHA-256-Digest", - "value": "n5JhNGzGZfW5xbr9ppGkX6uLC7XA9wwoanzIfZPi8E8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$KeyGen7539.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hy9rwh8qfkHB1B9e+2fQkmqAgwM91KFCI2Hp0C3PYqk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "bAdgix50+DSJ17HegsgBD5obopQaMXw0ngWZm5cWc/o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHOtherInfoGenerator$PartyU.class" - }, - { - "key": "SHA-256-Digest", - "value": "xZdFJ3bGLyAT1uCp6KrnxKOKZlpy4voShLKufTuzFeM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/ECNamedCurveTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "Or5v5ZH2g7Yqow70j0bjppGjEW1Gc3aVZqYilDjRosw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/ReasonsMask.class" - }, - { - "key": "SHA-256-Digest", - "value": "ryotW7Aq5/ANHd0QYCR4JiDDmWxSLSw6ayPTtuA/OJQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "kPVKNmYEX9hPnVVe/HWQQxmifH01/72coEdekRQiD9c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "G2EqGhu/HJSbBZRAUzvS9FY7AxecHWBotenoJ477k20=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Choice.class" - }, - { - "key": "SHA-256-Digest", - "value": "9NOmJ6ET54Bd1jxusvNuLndDlqc/7ZyykbsCYRGVMFM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA384KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rm/Xrkem5AYPKWpTUWboKj/NKCukpilfJ+KpUo/v4+Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dstu/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "H5IcZ8cH05vMNydu+Ela7b1tD0IcOMLucfl3Xg9fw2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "fbRBKMTEpUfNkNeEyQfUAhdxoVGUxgGpYPTBBHKuLN0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/io/Streams.class" - }, - { - "key": "SHA-256-Digest", - "value": "xxOSmVKOn6uig+3+hYzS9kM2LJC0/gCWG9hSuskVozI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Boolean.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mmclm2pOZ07rUgvU7aUKvE+b7hLCUf8od/4vpKLw69U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZBwSf+I74QPq20x2s7WaUpZZM3YhhkuR/zjsQJMcL5Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/srp/SRP6Client.class" - }, - { - "key": "SHA-256-Digest", - "value": "TPaZhcTWYDEdGZoYRiH1yHsBIHuNy7owfjNQ06P1bVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/AlgorithmParametersUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "j8G4ZA8J11jfJtQpCopSPlxaMS9EsYeqf4TwNtI7xzc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQV.class" - }, - { - "key": "SHA-256-Digest", - "value": "/rxPtiyPRWqBaKlJI35SSW2sAqja6SPipVAquoccpJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jWJcjzm1arSHR6JNynfwt1TVRmnyFyoEE1fp7V8mrNw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/SignatureSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "Uvu9nJzgIvMFFHIc0E9ufZCeCVwnFxKvg5nf/6V6b5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/LongPolynomial2.class" - }, - { - "key": "SHA-256-Digest", - "value": "HNDHNWR9jLemyvIJ2TX34KyqwU/qn28KKUjJBAo0aa4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/Hex.class" - }, - { - "key": "SHA-256-Digest", - "value": "bjbBozC0K9B/DP8DHLdolQrsH2JjRBxQgfoMSa/EQJY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448UwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "VU1fgf8cKmq0XeaVlECyWDuVKXUkGufk7iWY19bijOA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "SX/6OD/Wo9GbjWZ76boOjjQ4hdmvcoDF3GXsQB/CU+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "rGJDqAtMi8QrdF19WbLfvgtd07GCEvJE7X67Acx0Yu8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$26.class" - }, - { - "key": "SHA-256-Digest", - "value": "3gAxzRsDz3daS6iVCPW/Pp9xlfuhkf54TBEKS8Ot918=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withShake256.class" - }, - { - "key": "SHA-256-Digest", - "value": "IbnWuW86Yo97uVSTUZb2K8juQLik6tCsAcQwv7GAGxI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/ECVKOAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "qTPxWcDv8SIqIVSTtglfODDLhSbSggtoHfBkLMKW+N0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2b$Blake2b256.class" - }, - { - "key": "SHA-256-Digest", - "value": "aate5p9igZHIRmjywgowEg6dFUSPKF6oFDBvqfF6wjE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ValidityPrecompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "ACfehnoEhbVasGmBLKPc6X7qHF8U3kuI+HI6nRHlDVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/RC2Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4XErWGKPaFnjbKPYD8ST95Ko7/EHnIJaOnVUN54vF1Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconFFT.class" - }, - { - "key": "SHA-256-Digest", - "value": "6eT6eMKmtk4RVqJLXOU8+uZauJLOFEnECdyOwogdSD4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERUTCTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rpa5SXeQ4K2xxS8Ix8RzbsCEfC+ZxwBB1NCeSc515fM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/IndefiniteLengthInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "FCwMrLtPdqQl6sas9gcvOo+B0MFD8+Z5xENrgw4YRvg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ExtendedDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "qgOaFMiNEqyqJ/dmCjrapcWL+L22KkYwXATgaHhKoyE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode$MatrixSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "ufJ11RexR/CnWs5QhIjkRsKWq57nzyR6Yjs/4AdVHp4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1GeneralString.class" - }, - { - "key": "SHA-256-Digest", - "value": "ARj47ZLumOVMlmHH/mayDjxJEJdIYrQPN/fucxE5Io4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$OFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "wI+ylvh4RfMDTVkMIALXmXyhdRyRWFGhEVRoBK2D8pI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/X25519KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "OVSz04RIsNSrG/UgcqqE4GhgIPe2Kk8uxeMuTqMfQaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimePrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "fLVrKx6ev7hBa7Uz94QW0oA42oSaW/xvOU9RN2mT5fQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "YTRzu4PamLzfHv4jTDMOdlIpQ7y+MVQg7Go76C4EtBo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "yTa5V+Y9SOBksGeJe9x3d87LKsD4J/iUZdjUOqnrVe4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/LMSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "isdk3560XzMG8SH8YLVtQ73JIg14cg0rkCTIl5hxXyk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "rQobCCxzyiBUSj/qrodHbnCTs7Ze1nJyS2sBEOaGCxU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "WVopQRbalcWUXPkZFr0x8D//9fqK1TW0hqH7eyCV4Tk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/FrodoKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xxh/K0D3Nsm5lCMvJbFO/B4TNllcZU1qRlK37+USvvw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/GOST3410NamedParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "yQMzuGjvTuQNs15qkEOBQtLCo/yJhNnsuJLSXfUVvTI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSLoadStoreParameter$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nbcgp8O3trRH25Go1KSC8/n1etvanOJ/D3FDAOh2Pbw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$28.class" - }, - { - "key": "SHA-256-Digest", - "value": "wLkVMQ2wpp0LiB7GGCtEZYZS8sATKfgGubETRE55NBw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "2o8N+bsSo5XzhpVL54qcgidOh+2y4XVZuMX3ja4UI4g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "nRQ0IKoyvTp06IVqinouHqp7N6F2Q/zkTn7IJb4L1t0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Null.class" - }, - { - "key": "SHA-256-Digest", - "value": "s1iGFkgeK/X6uovUBuHJCJOo37w1cxF5bCITvGI38xo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/EncryptionScheme.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hlq/XaZN375Sviq3Gls9ly0VktbKNrrukesP/ugdhig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenPBE.class" - }, - { - "key": "SHA-256-Digest", - "value": "0/kgRZXgeW/tMAqTNqYgFsfNv6hoXj5CCrunQH0/Qb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/KTSParameterSpec$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "7rq60nJaJO3/MqVG9oTWzMFHF3OR3Jnbxz+hKiZY/+g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "STsj05alxfL+Q3NFCn6epnTjtDD+T/ogWrqWAQSryVY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/djb/Curve25519$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pudw5nQW/7pZYTvKNIh4NqSWpsnwcUgP2euteHD4ydU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "8dbEpAKnhmpTe9I4vo3rHzb454/aS/uiztBCSla5b/I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSSKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pxf+VbT4IqRSmRxz7EtgPTmvIxEvIqE1xnHn+yemQ1A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyPairGeneratorSpi$Shake_256f.class" - }, - { - "key": "SHA-256-Digest", - "value": "5QSoLLAvTq8YzRkYuYNkDtRlqtGwh3+0zjDi+QUYjQg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUSigningPrivateKeyParameters$Basis.class" - }, - { - "key": "SHA-256-Digest", - "value": "KgpMsAAQXWSLw3dxoR8h7bxmko8Wxi5ZUAw8F3L6v6g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "wrpBAZL4kQVClDLOMcIhxqQ4FDlm/zxCKNVDis1QBKg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ax0EdtwX5I1gO4P31i3X0BWZl5mjDLc6y1w0tOsXd2E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$F2m$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6SlfVqmMnocIR+F2CtWaSBIqPpT7uYH3Y3503G0JLO4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/BasicKGCMMultiplier_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "bpm18YaR8RFG80FSOVNV0QFncPx7PpgcNUljZg7nhVA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "jqcOtkznpUldxWaZNITQvJseALfEuDk0MbwsPYvPe5Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/OTSHashAddress$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "gBnzblmmR3VIggOIFKLYKydU0bNzjlDcu4UZp4kFXsI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CryptoProWrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "TLvqXjEDltW0ytZcf9aAeOtKrxByIOqmahcCEg4vZss=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ElGamalParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "DOQJPmu02HUlEX1b8JFsh5dIOZDTCD799idCwF5GVxY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/BCDSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "9oq+nBMei9xfoQrrK3RN9f1cePei6duSH3V0z8wz7gI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "x2ia7Ohvewca6D5ggvouoCYwhGzAKV9rextJ6qt+QwQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$HarakaSEngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "aMWq+XGs/BEA4FmdIC3TWZm0jW4exIHvxCpECi6MFTc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHSecretKeyProcessor.class" - }, - { - "key": "SHA-256-Digest", - "value": "+ywdNvZMKA2rt+squW4nuwX6aEy8DoT5AmbQ22cOPQU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "rj2G7pIZhGibYDHwYkdX6+Em8oGCm9beUjiC9UMZ8e0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPC$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "UapC72MQBU3bAzR/0lkc3qUP/u+KSjTVOFj3gqFnDUA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/HMacDSAKCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "q7ZlGLYqVQlKdTy2YvDsF0iWkX3c3pLH5lfFeHURd/k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCertStoreSelector$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "bdyVG9vnnmTaXo6kL9nSMqwXrz5KeKWiKZMYXK3GwUY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/StreamCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "uF4NBY5/tfFy5n0EU3K5MVDDvX/shMuAXr/l366zJy4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$MLDSA65_ECDSA_P256_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "EKRHNqRUf+3wgkVpgjKl5EfoVA5+qq60079B5wF8nsw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/io/MacUpdatingOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "TMl9PiZoJwej7sEBF8ebQU+KeM7XPfyfxKh+0tf0N0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/UTF8.class" - }, - { - "key": "SHA-256-Digest", - "value": "nfk0t3QWehuK6DKXsliiGrf/pQKMq1xaAzQfFA/IG2k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/TBCPadding.class" - }, - { - "key": "SHA-256-Digest", - "value": "5WiYKeTiOJvvQcBrGWAJ0poCgTlMwk4dzk9Qsnbuwn0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithSHAAnd128BitRC2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZGG8d2LpBgukLK6EOVB9fGYL4mNvD5fanrgP3jYydHk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/NullDigest$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z9U+Kst4t5RgUXFohxsipS5iFX0kgOhv20lPPmp1D3c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dstu/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Cp4nZK7mz073RRTD4gBuFuErmt5e5LNZj89KrOySbM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "nLZak07R6y0A1e8gX6r2T3nu7yUKomc31z/qfU3XFCY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2Matrix.class" - }, - { - "key": "SHA-256-Digest", - "value": "UJ/TvdXDE4BHSXPpIT36jqTjnRJCX6szMT848dGM7IQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/ErrorBundle.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bk4FQNL1b+V9o7tQeMAZA74o8n5lWuPJpqixoGLHOXI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsa256.class" - }, - { - "key": "SHA-256-Digest", - "value": "s638v5hLnRCb8JD5cO6nH8HcH9O/Ri/vlHadQLLXS24=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/PolynomialExtensionField.class" - }, - { - "key": "SHA-256-Digest", - "value": "/1Oec1K5Ih4jIl01oeg2BHNgAGkbAxakSqPzikrdB1Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SM3$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "reaaRDLz2Vhp1O8XCImZXWpjU80MdswGyJINorPm+fM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/NHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "UAbti2Fik/Ml+W5i+4j+33mhtuPVpMkdsNgqG4Le/3A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1OctetString.class" - }, - { - "key": "SHA-256-Digest", - "value": "O2mGGsMs2D//j6ojvmtBkX8x30n05aolvZhkKqjxyAQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SM3$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "rA8CvLl/gcWkAQ3w5gOXotH7Ku9zWbK45J3dkET/j9A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/KMatricesWithPointer.class" - }, - { - "key": "SHA-256-Digest", - "value": "O3GYds8SrJQL5GmCtKWsbY/USxq1b8lfiRmTwcYzzpM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "UN7qEBVPI1afkXHgr41QUjP87OVMQijJZFEv7kYb+jo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ATLNNH+FXkDfdIdDyXNh49TUjG4488Dx4tsxnO1+PVw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ARIAWrapPadEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "TqhBRtJzB9wcrY85ijkZ7wTBtJ3YC9RnNvp4ipPhYIc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/BlockCipherPadding.class" - }, - { - "key": "SHA-256-Digest", - "value": "r750XLz4P2XsbBV509gU/zpnaAnVJC5CQCIctjQMcIw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2PublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "oWvS6f550k25dso60OjgsQVcyXTgBjQd2RyCI6b+yjM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PBKDF1Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "EhmLYKxBckMEXYu53fEdWt3eCzby5GnQbEOdFeiZ2KA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/NodeEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jj9QJPKQcS0wVORwkNGizOQkrenWfeHcetILE9qz+Cg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_256withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "AzSM+RuRExQLgJgScZc/jU08tVMG9q3sYj4JX8cHJNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSReducedSignature$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "A8WAwMvzdrdmcanjCadLHtiKnNCwImxmxAH4uVtwgbQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/IESCipher$IES.class" - }, - { - "key": "SHA-256-Digest", - "value": "lSff70t4tUgnvBRfxYalVFkLBZSq0dzhefidivtXAH8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCEKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "ozFW/gkcD6fldyV/iru5b7cd54g7Q4CD5yII16nyCII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/GOST3411_2012_256Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "XIaDr53532WELnFhHzoCDS8EW9+DlG+8Woi00N7XAIg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/MacOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nond6dAlmunJ44yfJSKcnrFCJ8X5CV8POC4DatHR8N4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/SecretKeyData.class" - }, - { - "key": "SHA-256-Digest", - "value": "y8k//BkZlo5Sb5U5F4Z8wWfHERhlLjUkUDkpPDi0ZMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "VzSXQH0oiPlvAWgJ5Q34tIwvzMAyQYBN3/lrZS2zQ3s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "2TPuErAb3ukYmTedybTbzPdTR2+cBRwOSm9SAnudkIE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_512_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZeHtt4bCvvzxyGFrs+Qd5ULiGXE/CIDnyOgo2INNMJc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "KhXqhRuGhgvdLvlSP25MDzhld8hLtoYx67qUNegfkQI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/NamedJcaJceHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "k+f8hozbeKelTCi/20dNNogJx7LB66LPz0YKfa4+DRU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/PKCS12BagAttributeCarrierImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "3nfWo0CIo0/P5n3+NO9dNJGlDLV9yuPU6vsSztERSJo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "3TZzQj/tt7c3TqK3mTtwgK/3h8lBe3SoXOVZXQJ5ESo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$RIPEMD128WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "sf/Qklzc5HBMA+m8yhU49jUCNAkYUg5SiJLNbJQ8muQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$DigestSkein256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pjysta3CBrUdKI9XamE0nvLwhHRsaRdRAprzAxI4c54=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/KyberKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "fuVW01/0IrtnfBPmeYCd6dTYGhe4Nk2VXRjerILQm90=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DerivationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "tYzs2Y18H/HMt+q/qT56UhT5NzSSNly9MVHZV/FxiwY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/IESCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Bd03UGQX0dI6NQI7MJFMEypEg19jLv5RpZvmGozE74=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512_256withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "meWjWHCQ+6+9QdpgwwfxYohbExlf69IiDxGuJJpZk6w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1External$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "yusv2p++2qs/Qp8WhMnhD8qb5Ws6rTBrVigMJi5ZjTc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/TEAEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "xobde2JTYysEEAHCZWNNwkSvLWOTS4ji8LNRTEMQJ9Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509Attribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "4x3oVpaVn3NVwx7YNTvMBU/CNUA3wppukjvgMQ7fQNE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "xwdgpz3vSfg+OwUVXUGqX7D8kqsElJuv8VJn7+XSkHA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi$RainbowIIIclassic.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vo/k/eFbK2MMffKYvhfD9KW9TYvnPVBpHFsGijGNEHE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "xTmghCTcu9HlkEFTsSMYlC6jAi9WL+8Zqg1w5v33nFw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Argon2BytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "8JJ1iy3VzHMplPD3WZ9Itb6rusMqPrOpOcByDR7La2Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SkipjackEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "dvcXcDHvNqFEDjNqNZ3Eh5nLBhl9Wm3d2keXdnwcjac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZKmyu0aVyJlhRh3QigFtOoa6BFpvBkwnZFn777V8TNk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/XoodyakEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "bDNDAwt7IK7PNg+kFbkStFNT7ZNveFktvEcSadQ5kDE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD5$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "txKgs/HhmE0xkWTUDsCperc5aKQUd45T7t5KRwUi2cI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Falcon.class" - }, - { - "key": "SHA-256-Digest", - "value": "yz9e1VN3QPJXaQxdDhH1oqbPDdfXr+NSOaiDl2k7KPk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/engines/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "AHLOCrakyyQrYRqqBr9RzU5yBaaB6ErX9I7QAFvecCY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSNodeUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "8dHstJPEk+3qCkkLWLC9YD/H765f5S4U+n+6vE8+f+A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SparkleDigest$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "T7Fy+Cf3TQaei8xsIK2FyoGXSPI7iMwC/S9Pn6wynTo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/XofUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "TvrhSuiA+CfO/VjAaXOcslzVRS5WW8xcNp0EwhSKDLQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/Dilithium$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "z1iHEruElhw2sDuXy+ITDbWFYq9VR7xg8klTxPwMNEI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$30.class" - }, - { - "key": "SHA-256-Digest", - "value": "L9mMGNSggPg5aeL93bQMHNhdnbZZtn20wcqATLCbOnk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECGOST3410Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "/j/M6am04/s0/MxsTYGyqwz9to5czLd+AXHaW/2EnaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "o24fzgBQvmPiM/EhbLECg7cYF1oehO8XLRUj0LWCcg8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "phjcdsPtxFl/6NcyeRhVFld83MBgg0+2ezgRx/lLxuE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Uoyv7AWn406kkBit6FIvgBDVtnmntwHj2z+X/AQNBkE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$MD4.class" - }, - { - "key": "SHA-256-Digest", - "value": "1iX+iB6rwcJOJ/oI7BO0aaS14Yf6X/xHwdJX1owyk8k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "EoIVicDiej3kPatx/fKXRjLjU1JO8IC06Wo31b3L7s4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Fingerprint.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hif4VVXr8VV/DZ4jHKwIlrX4ItZ0ncb9TawGhdsvf4c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "UvZcR6GKcv6ZLqZ6kO5zeIFSOjt7pjYSC+kOw+LVjMU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "ouXkm9zNsP+mq0hH7tbefRLHlzGdZMCud5UhrYGe0Ug=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$CBCMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "r8hws0O1Bf7Yl8necCBgV0ca3Jq9qckXMD993hGjIcE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/OpenPGPCFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "nxl0QxG9Km1hrVDK5/QURKzAQFhgkTpZNo9LQn3h4qY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyGeneratorSpi$Kyber512.class" - }, - { - "key": "SHA-256-Digest", - "value": "2vAD7gG3cE/OUCmbmRUMhmkWECBpO2NBJNfduTG4R9Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "gxhl8uid9/QxIzrQWmeTI0fvK3nrVSpvh8WJJ3ezU8A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/ElGamalPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "pJL3BHeosljEYjdu4V3SnZ8+W+7ppoBUNgGAN+kzfsw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "ixJwqe9yP6suPNziUp9sZNL5do2GXdEfg4R+BOUKGG4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "64nkqH47uUoMSfLPD0/GFePRIw5flW4p8S83oM1CMQY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withSha256andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "pcCmgX7WCSO+fUkCL9eEXjf30gPQknTZhAc6uAHGwZg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DEROtherInfo$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "h/drHZFdylTVd7qg/803sFvcba5bOK9VbjJKlqLhoFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X25519$Friend.class" - }, - { - "key": "SHA-256-Digest", - "value": "prxAPQBLJMKgn+qDPw1XWXixvftuXTJfuTzhkthcvbs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SkeinEngine$Configuration.class" - }, - { - "key": "SHA-256-Digest", - "value": "FsbKVaaMd1O0oajRaY+vlzk5FMsC3re5quZG865qdEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$20.class" - }, - { - "key": "SHA-256-Digest", - "value": "iQDPCaC+kcLa+UXMCeuz6pnXGslqbeWOe7eTZlQcrM4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_512_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "pKiFFoLn7Kry+Wa29g5lGG62TKk/D5+8BcZ6PfVShYo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/Reduce.class" - }, - { - "key": "SHA-256-Digest", - "value": "D6c2GFx2f34JRgqt/D4TRLBO7FpBlXBqyYna/EL7Tuw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/LongArray.class" - }, - { - "key": "SHA-256-Digest", - "value": "+SetYL7VNrZn9pgX7IHkcwPUjTZb6ITkvt2k+S0Nluo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "gaR9k3mjvbK9720dfrIjnscheoK4ncFkV/DCdmNctBA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base3.class" - }, - { - "key": "SHA-256-Digest", - "value": "4mtyzYi5gqbBWIIDdXZVxYTX1SuA8dEUmHYdz6FYv+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "NY7Ux0Pezhntoz2mTH8p+hK68GXAda87r9Obwg7vVxw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ElGamalGenParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "GLPYnggWcrkZz1qvIOlj6V71QQ0weholAIBmBTSV7FE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/frodo/BCFrodoPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "xy/IYB+lq6HYfjwCOaYVjEKDX291eiOxjKkVeymAdGk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SM3$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "TAexpw5E7m35HRXJSWfBDWCRX95F7BwcXVZZsjGUNNA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/IncrementalEntropySourceProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "D7dFhNfUKDb5Qy1t3ioGJP9Cb9hqEtzQPR8Nm+suCCQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$SHA384WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "21jDJDwWz/bxqWBmz78jrVelig+3vxdM05rGzdW9NG8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "bZ/PWAFkmMIMFi+NdTMhK/nG93QgCPUv+gBjvkoMSP0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Bits.class" - }, - { - "key": "SHA-256-Digest", - "value": "CtvaQJkIk22lHTDB8RW+43rpDIuIszpU9+erInx5B6A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCEDHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "46TYgjYJofa7nZGIR3tYGam8IwwEqY1VuRWHhneIpcA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y4Pc3nSZ28O/InGaDybyeBsYHvWi/rUP38Zcx154GBc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/NTRULPRimeKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bj/cIshgp80ln0n7av363sEL3cZVeTt79QQxY0cvaOc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC256$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "q2WqEQX4pMKqehh/HahCx6h1cV88g5JdrdRtuUB3XzE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERPrintableString.class" - }, - { - "key": "SHA-256-Digest", - "value": "0vKrwQT1b0apkZ42tGumI14zYkolty6ZhiFjiotJJ/A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "UmcXPg4bsQjrKcqaSmWGHsh7y+fauzTah2RguAOS49c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withShake128.class" - }, - { - "key": "SHA-256-Digest", - "value": "teYY+Fxbv8IiOt6FoZxdcVRpKshbZMT0qq5LAkDdE24=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2nPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "/S1dSdJufXFSrreGTyw1GQvZSUoxLIGc0CvE2WVL+Ns=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi$ECDHC.class" - }, - { - "key": "SHA-256-Digest", - "value": "GZ/iwMJdVI3tedbCYaKuTqzh28htrf9bRPTO+EIry3o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$MLDSA87_ECDSA_P384_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "MbhUgAgKvyPMiJHLXZ+WKSnzLdz7g/6N/1RqCvFSGAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUEncryptionKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZNa+jiLLHos8JLDZX5UvOeDr94gV8bpr3UfAQNzi04s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Mod.class" - }, - { - "key": "SHA-256-Digest", - "value": "CbKEdgtbOH7tB7L7s+IL5y+6m5HccHKdz3kU53Uq0js=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "JtgmR1U2OZ6blvpIdNLXSTEVBYE85g41hJ5dJSDjy4w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/EndoPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "qoMdiS6pb22EejWNmgQs5Kkl4Dz8Zd9D03BhjW97HEY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/TestRandomEntropySourceProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "yQtiMDB7hKP2Sr0vN29QLRXJKR5x/SRhlglhe7ULIpI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/KeccakRandomGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "9rTrm7yREc0bftTwbGp9iCRcZXaoESvT+4f9+ZnUVOI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2s$Blake2s160.class" - }, - { - "key": "SHA-256-Digest", - "value": "ItbZywynO1i54n40+rlDpJiifQpwSnDeC3z6DR5FTwc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceCCA2KeysToParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "rvQzlGhf7hdu7HDUyIPJMyk/daLtjpGu3xsk5h19mzM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "WodHOt6QSBgwbKLTNXS5qxZcXUSPxslbCtZDmlpxBSA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntru/NTRUKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "tYH8gjMKDYs5dxFywy5o6IaVai414KGeC85kG7GTxnQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9ECParametersHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "BwOwq+z4Ph+65oDTa/aJEh5Ire4Ih7Hp/DNzmhmzAZQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$20.class" - }, - { - "key": "SHA-256-Digest", - "value": "OlusAXDnVHdgP/dlE1gfUtG/sKA6wudn/9ZTplBR4Qs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "oAmgHgSwt2EKVtDRLVg8rx/JJ4WgpX0wjc1kSN2drGA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/NameConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "5ihkhKCw2ygW/1CVVB7rcX0OptP7CkT/2lnQgl+GZUM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "fnrDafyqrDHLfIS3I2dpvz4ad+LaAnajIxnjHhokjI4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$TLS12withSHA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "VqHILP05lbZlUAGK1GQgar+FDQUSps4al9tb/Wzq3x0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/SingleResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "zqoxMdFyKok0+ulBWEiJCHfPhNcTV1+PSbawXn6fv9Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZZKtMJmrIA3oj/MJowiCNpyydKEE8qfyom9XLp4/RS8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/PolyVec.class" - }, - { - "key": "SHA-256-Digest", - "value": "onq+jhEq3ck8gCXLYbQmfO5tYwRP4hcG23m39u05HFc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi$RainbowVcircum.class" - }, - { - "key": "SHA-256-Digest", - "value": "u+9sGMuY/ZRHBBsQjOfPa+M63sgd13G3U0rkYAXRDs0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p.class" - }, - { - "key": "SHA-256-Digest", - "value": "1ieBJjkET54Cktk00tEPRxcWtC1DoBgwv2GYS3WQsUw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "wdzgHWBInQk1x6AFs4QIQQZq7fJGLulUjrRyfFJTM2U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$Falcon512_ECDSA_P256_SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "lgMLtccvMXslzzXEH6548fQaoUXmE2u/Jw5hv3GmayA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192K1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "E7/3SvHDDvY+0sZ0AKy+jfs04GjOH4C0FeKppnOwk4s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/Encoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "kWNiKp28ltbk898ih2nNJDmjFW4JpS9kLMVHAPItDgk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/DHDomainParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "XmXkp5kZEjNEHGwC2cYgALPNYcdY1lUnBemCzoLGgVg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/PasswordConverter$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "lD/zPTXbSopR8AgNRqt0oaF+e7Pvwj8ZWOKLefqdNDk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Go/3LdQIdAd1MYp/QWBKcYvkZKlusv5049Uzekjz8zc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "p5ewpJtAADzzm2NfcEiNa5v4SOsAyNYDuWt46tgxxT4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/InvalidCipherTextException.class" - }, - { - "key": "SHA-256-Digest", - "value": "4lZfRVv7M9KK8K5FTpe6/4GVsYsTfZ2MlrColTyyldI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/SNTRUPrimeKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "GoRiN6RTegUrE7eDAAFqMZBE6G7iBup8QUuQhrHI5wY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509Util$Implementation.class" - }, - { - "key": "SHA-256-Digest", - "value": "rRkRvtdYck5LE7I4mJ3l+7XDrilmBiYw6d4rYv48YAE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/SignedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "lbbyyN2mm1hvijIc0+7gRRQGk9aqYAFQnI6OBWlUrME=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERGraphicString.class" - }, - { - "key": "SHA-256-Digest", - "value": "afAW98Hws1UU/c38AxndLveu7zBxzAELmH0xb9b1rso=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/DHAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zcfike8e18Egbd2XYgjJepSZINPxvliDv707fUV1m3Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/UserKeyingMaterialSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "xKJwcmxfKnits3JtMOHuyPxtLRogCRbawo7qdX8Vozs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/Seed.class" - }, - { - "key": "SHA-256-Digest", - "value": "ypbfulvForjoFAVA2uD/dpQXusV9xpDgIa4EyicVI6Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsa384.class" - }, - { - "key": "SHA-256-Digest", - "value": "jtImOunaB/2FwCD75qJNwmoqtSncx3UGMD0mblYrQ6c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "IVkkBjooWtiqjHXU6UB4l2yA5K+ZOIAsGeF1pzU2jiQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/Tree.class" - }, - { - "key": "SHA-256-Digest", - "value": "+T3Lt+POFKKOF+U8DeJTD0YmIbWqtu/UiovYhdznTNo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "zbUE90OjnGqNCYpBj6QUYcQIMX3iUxpOX7pCW0YBK00=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Utils$DefaultPropertiesWithPRF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ogtsxj6q/uXxWzrryy0PcXbCx/HI2bOzuqXjz+/xwqM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Kyber.class" - }, - { - "key": "SHA-256-Digest", - "value": "RVkG2YqNgVkxX/SBkEazLO/VQxulHxh2ikCDnTkrVWk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyPairGeneratorSpi$Sha2_256f.class" - }, - { - "key": "SHA-256-Digest", - "value": "7vM3oUrfcya/Xm/uWDlcvDOm4AFaN28DyZAaBRsQhG0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLASecurityCategory.class" - }, - { - "key": "SHA-256-Digest", - "value": "CjbPdhY6ru9jkIj0V9sbQbyeC99OggS7ydiJyJqjBuo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "4hqU1oebM7v5l/K2mRwNlex7ptS38cvv3use2JEe4VY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vz1d4oyDt4IKIN6gcKT6pzVon6zG2YsGeA5nkujqQVg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_512_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "20X4fMSc1AzXp+pBxUtsjX9SNGQ03DFWP2adKvYQHAs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "a4GslJ6wQ0HR+77SYwwo0VjUdh5Ywti3CM1fVdNmhWU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "D98u5goz5C/z8BOjrhZocWi5kqtbMRdONETkAEvFp0k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/NaccacheSternPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "zVNdKh6I78UyvqbWGPYtihbtmLSZLqqEOVpOrACXfio=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ObjectIdentifier$OidHandle.class" - }, - { - "key": "SHA-256-Digest", - "value": "5wKxvmFJap0WahWFig2w67kMwYa/A8U6NSd5VLLgS9g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/SP800SecureRandomBuilder$HMacDRBGProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "mcO8x6Sn27nL7jKQRGSx/yS5Shyx/ui7w1lRQtUnJ9A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "0Ks0K0ep/SKsC7wgRlEfnR9E0c4wOdzkDjfmruYDC2I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "glwMlo8D4+ySmvLmisD5u4QuRZ+7qsnCiXZhrIwp4Uw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Grain128AEADEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "X5s48s9mAJKfWOxUJaejem6kYPWVgjxE0WCn4ZK7/cA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceFujisakiCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "t60oQXXNADMqk4hMaHB4e0M3USHO+q+mHVutnGJag9I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Generator.class" - }, - { - "key": "SHA-256-Digest", - "value": "2+ustd0lZtBrhVs+XnD4H1UG4j+jNvhQBVvUhMOy1E8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincs/Sphincs256KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "lo+zVhIjrRFWFm0nfxThnCLfoDtuCmJn/UBtWX3Im50=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R2FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "heiCGFmPyzd4R8W01PpZfVSL19s0RGkkXUgAfp/i/UA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gjp6NfZ5BSKpHiY4ryMjALuLBccOuNEq4HnL08ujgG0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Times.class" - }, - { - "key": "SHA-256-Digest", - "value": "cAu2j4/Dly99JQLTU9WR28ccql7lKDoDfmdBKOH9wKQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "ikICjwzA/yGnIlWrbSLnjNNNkoNbcGyyHxSraiQV2Mg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SparkleDigest$SparkleParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "0PD3+kI3PfV6FHAd0wwQvQJXYzSkNcTPZZdrtI9UX+A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ev6WvOY7z5PKIjhUryQSNYzOeavnZI9y9lblCyFYz9Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "VrKClRpKAnNG5cOLZiNZ9upOlxqa1+oiYLf4FruSxhA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "UwuD+uAWeaVRui4vDDisVMnoiLmAvmTT1/rro3OxOU0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/GOST28147Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "paPo8Z8XI6Z3jUQNLsYW1J8x9hgcWcr8bcAmeZImK3w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "PzrTWjAeyporAfhCyPpJLNBHhssbsYAVefnCf3lis24=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/NullDigest$OpenByteArrayOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "9n+viA4p5OUndBRMXodNVjwc1zKCpWmAi+P5nLd6Yy0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/kdf/GSKKDFParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "vIVnCErrW8IqhThtTH2YC+l47PKie1QWU/37v4Rq0GU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "trOQDendCzgZCq9EkVVFbCNto/P8CdX55GBulrcDeJY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat320.class" - }, - { - "key": "SHA-256-Digest", - "value": "fA0SnbPZsr6b9mcGTPMMTkdfkghM0MW20K+gfr1LYgg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/gm/SM2P256V1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "1p14H0ny1cW90e3V6Ohp7kbh4HN252KliPOKk1RgpWY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoException.class" - }, - { - "key": "SHA-256-Digest", - "value": "nBm+EGrSRRfcKlxtpr0MVVTddd+2nPqDTpHjeNe6/pE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448$PointAffine.class" - }, - { - "key": "SHA-256-Digest", - "value": "iTYPsjLluF4g8DwLlH1NuboBZXBBs+nqtJy8ztxtb88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHSecretKeyProcessor$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "zFgy9nKktvlAV96YVAAJ/ohxtGE8m4ObpsMNImY1ZPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/X500NameStyle.class" - }, - { - "key": "SHA-256-Digest", - "value": "dTgm5MjUTqhdqd6Rp53Ieq7IaWqVoar1SxJI0njIWVo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSMTKeyParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "8UwQnds7/O7lRvd6Acv3NJ00bP7oamQgBIJRfnfH9uY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$ZucMac256.class" - }, - { - "key": "SHA-256-Digest", - "value": "rG9oQVbdvSXMUrFot4c1llZKN+FJcRD6qapIxH7DIPM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "3CJ3RAGjKROKsLuwb7GVdxLaHan8gFkz6LdMz7q0Rik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/ISO9796d2PSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hu8PqDOrEsu1K5z9TNxx3PNRR6OjGJkjx63xeXb3Fpo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSLoadStoreParameter$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "UVogPw/hnbF7N44kAjNrgEJO/dSwPfKAJVV1dZqn+Vw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat.class" - }, - { - "key": "SHA-256-Digest", - "value": "NxOaruakGLD31RjAy4HcHvf8y4wNfjRqO4djdcErK4E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/MacInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "oqE5VNiDRdj6r4oe3Xxd+fURL6zmsh5K9EJkCS7ofKc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fq/VSRslI7SMSqG64Swppj/DcdOUxBKcF2BFl8wSyTw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Strings.class" - }, - { - "key": "SHA-256-Digest", - "value": "b3HPETa5PTkZhoRmHYkJuxxNlVzLOBXcDTyjVsE2xxU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecL.class" - }, - { - "key": "SHA-256-Digest", - "value": "Czg9+lcJQB/Zfw7JyyzdIWJW1Q2F93HvQtU8iAlTQ58=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntru/NTRUPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "oM0gGi3pjaNKjrvQa/h0qye71j5EqesdGU7aiw4YCQc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenJCEBlockCipher$OldPBEWithSHAAndTwofish.class" - }, - { - "key": "SHA-256-Digest", - "value": "isCDOfTv4UtgKXMBqkw66o+dJOW/BcPneXZKsrTOKz0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$24.class" - }, - { - "key": "SHA-256-Digest", - "value": "YMxqeMcnJb9WxcSjYRCKkFz+i+TIMVm7o2xUDz5pypU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/AEADParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "xniH5m/CkJD55MZB/Fr36x/8NJ+36xJGRfXhQ+eDeoU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP128R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "qdERa6u9AXWwS8CeUgHcuVMZwfMWCK00GDrqhFdNc6Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vu5ijHymTW2Fov8hxHuQoH6UEc6lwQggW3dmEjIFeJI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "yTerhXoAsE2IY9QJlOqvY108RLQf+4Dhn9l59hrFYtg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$AbstractF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "ucnw4PAKwRhKgG2FHn0TyNb1A/X+0zohkTsl3IcsFl0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "q6KG8PV3cZ9TRMu3TIxdxxqwfdhsqfPoVy8TNfKg090=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "ML+U9CYd9Y9GZ6jhEIMrymgvgPaQeDzsmr2NxnsQLcw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Strings$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "x09YQVIzZVjN5MikG/nctS7YXDdE+BxmgobGS2h0le8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/RC2CBCParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "xddAbN48hNvUgAAKX14OUCujCh+ihuFihRYZmLc+PQ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$KeyGenerator224.class" - }, - { - "key": "SHA-256-Digest", - "value": "vvwMQaxCZ0ik+8/ycsiZOgIFn5i6e46AiZ0UBCvmKWc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GFElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "7n+J9F0IAJ1byadjXkOt5TsVDfWhsm0qiwsnHa1CVCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "ak1ZDIj2Bn2ffKZf/foINh0gCxCD+MCik2QL3RfKSxI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSPrivateKeyParameters$CacheKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "vQlT4wjSBOsfVNniuG2sBfF9NUyysPsgsVyiC8oVTVU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "R/7cLF4SUztA3LB2Bk05q7YW1Ph75a7cm9T7OiLF8Fw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$PBEWithSHA1.class" - }, - { - "key": "SHA-256-Digest", - "value": "tPlZdtM5RR2ugeXRSethOX4HCTB0jV4KmrN7H7X9G4c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincsplus/BCSPHINCSPlusPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "xmVbT4u4ptKgxmW0O0y/wbi/MjRlYgadhKmx1PtsLys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/io/CipherOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "fpKJIFg65TIeRlBJ5o8PXDRJnI4cG58MmCTYG7moVUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/NTRU.class" - }, - { - "key": "SHA-256-Digest", - "value": "8/32N4WI67biQ9ODMQQ7vqXPaVExvNqA9KiNwrSi+/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "3tusM7Yr/oUeuRCo1Z/F/opH2dnE1PwXaBRm12sS3q8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator$Shake128MatrixGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "gLu2YP9NaZyvLUANOhToHQU9uc82px9+FkbB/nFieL4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$MLDSA87_Ed448_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "m2uSD2snEw4glsD8lEYe+Z5wMaTC5RshIeaTKrtFkFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/MessageSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "YLpihWeKptvBXPpG1wf4DziQT8/ok9saesTIYWOoSA0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/LegacyBitsOfSecurityConstraint$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "x+cbw/P/6ONUCYlunM0fvWqsUyV7VhPCpFHwOko5tI8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/DigestUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "BT27nqsvjlAIR5kkb3EjEFXl2Kh89exQ3UieabPSRKc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "U+mPfFx6qMSjfj6lX/pygBtQoyEmyS5SDWq4MV//vTI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Rainbow.class" - }, - { - "key": "SHA-256-Digest", - "value": "ebb8ngaHL0rFJa8mQ1+d1sU8s7kco86D5l989SQtFz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/RIPEMD160Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "o094uvhB9QS3Gs7ngG2lRBY6vyBtRglswcOvdmrRo+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "ONt8IuIS+0R4os7kAHC4AnacGHLC4OH9wP+7BwbtHGw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "mtHIyA/3rva0KQX5P7JIWRWLtLEDwujfab34aCY9luw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/IndexedDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "dXs6gmRJ80IV1mXegdUdQ/6nXhsFNyZs7wnTl1njYVk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1NumericString.class" - }, - { - "key": "SHA-256-Digest", - "value": "LzMYaVHGjvccjMMKZ2Jf4R8ztor44ClrqnURB5ZfTVE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/IDEAEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xs1USGsXip9jvUfFIMfJjQRPx/ORJS5beLsNgEPui1M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Sequence$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "1BT1IwBknlSSfdKInhax0yg+meLblhxQLlhEqt/Ppdk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/ObjectStoreIntegrityCheck.class" - }, - { - "key": "SHA-256-Digest", - "value": "gbAqkM9H+dgIMIojHg+kkTULlCjqSkt5WtXFxNamIEM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PBKDFConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "TGu7yuCBhP5NUILkZVlNKjva6DPLDEbxDszWvXvGY8g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withSha512andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "VlyHwOUWNh1xJFp+BmyJdRrfeRssucpbZoiYdbUg7m4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSLeaf.class" - }, - { - "key": "SHA-256-Digest", - "value": "M0lZKoYVRuh4Mnp8D4DkUmAjHLzFnCtEu1qq7KEJCs0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/NoSuchStoreException.class" - }, - { - "key": "SHA-256-Digest", - "value": "I2IPC0AxlZFndjFstybI5Uf0PwIzBxIgOffUU3C7Wnk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/JournaledAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "FNdanp8qaj+6KvwmXXEUv5v27xQgVcHB8VqLSKIjNCY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/DigestingMessageSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "K3otcEiBLceUxwbzQ4BG67pqKJlyzgwCj/SiqCgxvjI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "IKkvDbPLlmPe73DAObDzesoBxgSaSi7DYHxO0EeLf3A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_1024_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "LhO1R4mWGGVQGF6Q+hcySGOTBNAIEK+maGqGo6ze1cY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DSAKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2BOv1sXnP8svd0BtfTGu0dbmRL3O9zXE5BTSUGhFYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/RuntimeCryptoException.class" - }, - { - "key": "SHA-256-Digest", - "value": "CnFxeMXsdYdedwjLEmiq6D5TVU023yKTbv84eFK6aNs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$CMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "lRoOg72PtBI6kTcXqacQsjoe6oXrrDvBiHJlG6ngbZE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "05h2lB2QJNgugeA4ZdWzty/Iyw3tcztE0jgaNE58+/c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesRegistrar$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "lGd1A2HI/ujkE8ovOlL2PTwW9gaLsnvfcyH4GJoAxZA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/BaseKDFBytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "DfelECXHdA2bKeWLa1JViO7YNuIiRtbhA1q8cTTgYxA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "iLG9PZEed2qNf2+5b4yj67Lhlm98p/4DIpKaGaYfq7k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSAValidationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3/BrGE6PlMbFFiisCp3RM8OuQlFyqxrLeiGZo1uUUk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vwn0bo/gksJStzQSVjzExnLt5U1bUAnq8wi7Il7mdD8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3qDE/QSWQK4cEosWbTlrPPVsOQ4Z+n/YIxSP2rloM/A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKERing.class" - }, - { - "key": "SHA-256-Digest", - "value": "fd+LGRT6F4h/IB38/UjK8F2PbSidM+5uGZV7mAnMi4E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "3I2T1FOUQTPA+LQiE0mG3UeUXM/Hrk8WphYMbuTdvrU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Targets.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gdw0NQXD+r1J3ARChvO5X2aOIhZBnUjlsOH2o/nIrZE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "1olceJMF/4K4ZYgGNMvaRxOqxNSnBvtmuzn9S5rH77E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ks75OiGup8wWR3AKoi+6wjr22XoKfCZ2KUQeOYDSsII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "cd5dFVRP9PiPY0hTWDRPk6B/QEHeHf1N9LL4IZehFEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_224withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "21O3mxYsrP1jCP5szldjEBy4GpbuRePLovBkcGNyTMk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/XoodyakDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "rX/sukw28+2MS/QSvqdR5POswwxRoJfWPzCC6pKNL2U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "XISThHSJo6gTXLY40CBCut+clDX2hlpV+DmIvuc6WFg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "JtH6ob0+vpAx4BZ4wFRwxnTObMad5uWb9ZALDV6Xfrc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB128.class" - }, - { - "key": "SHA-256-Digest", - "value": "0ICESsp4WVE1ViOGJuWVp4ZM3UPekSO7fW1XXMY9rJE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$22.class" - }, - { - "key": "SHA-256-Digest", - "value": "jIsFSZlVCyxIDLtRtkHYhBzNe109wbU2ZaqcuazLdos=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "wlamhIEmGehpupAbOcTiv9LgKDEwERe/n2GFMubBV3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gn7RzQDGBXI4TKFjBDHvEvKcqpBx+XTZdHVfaKOmGbw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "lO8SnTvUgoESerxk3NbzPACnZdsX5LbktmPWf0xleFU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2m5mvMVzAoCWEid8HRXyCgbzNqqXx+AGfO+gExoOI4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/BasicOCSPResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "wdbGdHPbFvxPY+1wFnq4Bvy3XVznKS7TVFa0e+aWyuE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "iQ2rQ/3z7ObDv+guFZM6BxEyyZPRr4OlKSeD3l6sABM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "kyq7XpSsC0u7jezF+/vUCP7THLbao1KZW8S6sz5PkzA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM384_SPECIALIZED_TRINOMIAL_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "44MUs/qbOzYMQNSv0iY77OiP4JEzind9BPIztuOHKbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ParametersWithRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "rMJRZVRlTQ9M1EN1Ri01sQgm8ljN1TH8GYKmBLpO7mw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "sjEVJXD2lWxGL69iQQ6z22Hxvyv6us/kAyGGqJN+j0g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/IncrementalEntropySource.class" - }, - { - "key": "SHA-256-Digest", - "value": "9kZT0mW3uZlnvUuePqmex8FC8wXZpKxOuQbPAe16reU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Sequence$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "IXDol2ja3uv0FVHcTlt2/YsWhbkjuKxax/ZcivOrjlA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseStreamCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "dvPzH0cxTVY+8BSXSwTqd9V8DF2Ay5Pq2HsHtkE+yPk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_512_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "AbJ7UxcdPVB1cop0gRAraqVYx7XfKc5vClteuWV4FKw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xwing/XWingKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "12UUH9YEPUmjEmb5MHyPRXGoaM6kztmUng5r5iMufL4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "6eEXjYnqN/54Kni7gC3LdF94afMUyqjkQ//DYyJhiNs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/Pfx.class" - }, - { - "key": "SHA-256-Digest", - "value": "xKP3nRfTZvs17L3XqG9eA+5W4E+1kBYoYHisYdCYIHo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHA384Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "jCM8hxHrcukG3lYEsiLkVlxSbRlD1kA07jzPmoKxZig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withBlake2s.class" - }, - { - "key": "SHA-256-Digest", - "value": "/N/Ead9lpakNwiH+5ZggSRWx4thwnOyYLcFAUl5EYjM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CBC256.class" - }, - { - "key": "SHA-256-Digest", - "value": "IsrSnU1d7UUnM+1PkMt/YHRbqpGkUnbv1OM30pHBLHs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$IgnoresCaseHashtable.class" - }, - { - "key": "SHA-256-Digest", - "value": "N86NpBOkIX/Mwy27PP8oKoCrLjHbWsTiSjWdqoRF2CI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/CMCEPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "3FZBDmDu+9AHxZLHuMCgShvfW/LKgy21dySCkHbL5EA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/BasicAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "V+U5ZaeVcx8SM3cgpfgtSgGaPUkEQ+Qe3JORETy8nZ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/GcmSpecUtil$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "pSRuvQEFCZeb/7ViXjiMe3hIUXB2ItXU0M5z8O1l3xA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "D2DSr/m1qR64NmSjV1Q0sxVJLFLn1aEooPqXtDgEAAw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/PKCS12$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "JnLtrmt/uEVkpHy0uO+T/ZDauQP2+t/e9OO3w7q+wB4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCEElGamalPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "URbk0TDReGyEVTUNrBRe5Fq/38NlI5f6fwVnYnsTVWk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSM3.class" - }, - { - "key": "SHA-256-Digest", - "value": "E9Y+Z5tBaZk6lFthATsYvsZjF6EANUDZUBmoTNwN6WA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/HQCKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "HmB7nVQGHMm9epi9XCbhHUZwB61cjh/rHBH4IoujxQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/CertPathReviewerMessages_de.properties" - }, - { - "key": "SHA-256-Digest", - "value": "HlCFq4DkFVZLT9e0DXM2HImoG+psbyYIsD65AP0Dwo8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/util/ComputeInField.class" - }, - { - "key": "SHA-256-Digest", - "value": "btAqr9YjOiFb37mbqPQLbKBmzvEHBoX+AEXcwNweytw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "tdIYh2zjgfmxSAYRCxGrj5I+YJzS/nyJpJrADjbLZSk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "q+kWygQZ6frtm2yexcJk6JB7c1a+VF3Au5RdndLKvNg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "HtLgXIGTLxhZUmo+ouRZ4P6u736rhtVBMRl+/F+nFAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Poly1305$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "3jZrk14O1Jr/tC6d6hOQZHUP3QPLjgS+Oy59IsDATkI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/SNTRUPrimeParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "/mkwVwTf2oEPD1E6wy9M4msouFqWrWwm36p55TSBv60=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DefaultMultiBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "eDHb3xLA0Up/CxKkJt/MKHLgxgMlegdWrpA5t/4ArgA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BIKEKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q3VKT6A2R91m06PMqcZtfTJMD/PoiCGP0Z/+d58gC/g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_256_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "I7DLs8tuzc2SHIAEeQXM8F5/3eBxNKkKOjoQZE9yXBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "AbFWltKTX/NthchR8iYAi4VX/ipZwWE8UVDbQbGC6cM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/provider/BouncyCastleProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "PpcXxJpx4C6WtQ8qK8y084W0S63nLvAzfEtF4RnhrAg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA1CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "S78Kmg3NZz9mo+KziD3Ylf0r+Eu4c5b4O4xgNUn+3Fk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSMTPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "SolKOmdzZCOFbL6pA0lUoHyihPOqFQXJJKeb98jufXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "/DOhkaK2nquUaE7yYRkbVicGz9SCDjcr06wAbY0FIts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/lms/LMSSignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "dGDk+Q5wokaHYUbQF7bcH084sMufCrxAnI5ZTlmiyRE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/TLSRSAPremasterSecretParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "YdsO7tg4r6ywYtNHC3hSLOBA3k9DtUlZRehAIq/VrzA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "tuap9yKGMJWQZsBo2ZSOUKZwEBqeb5eIxq7X3fIAFR4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyPairGeneratorSpi$Sha2_192s.class" - }, - { - "key": "SHA-256-Digest", - "value": "am/oPW/Vn4Cj9vFPhMVgNRXngPYBGVjCRgKFZLAtsWw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/RevokedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "kEsPXnXhm5dryG8T9LwxutQC/6OoUqxRVEMMFE0tD2Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/sigi/SigIObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "k0u4DxNB784Xr6C5Gkuh4Q+TEzUHLRUBMing7ujZyvY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/NTRUKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "8JQmi4DWyXiwQeod2Cl8F+WNOIuTFRXvO663fAhOJZU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/DefaultMultiBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "dBV/ASeCG6m8SYfc0SxF84UAJ7WxOo5PYV3a/c4za9A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$HQCConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "TMHLhY8QMiNmVlR6EV9KJImJU5/S4U5DHCdjcsUOnUc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$MLDSA87_ECDSA_P384_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "nWuXgb/3tKTaLSuH2melBlSeueWpAy2pyq+UV0LMq6g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "QioYOUgWjvpbVs2IqzwSAR0GPtY+Xa5nv4t9Qv+EaLg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/SNTRUPrimeKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "UD8M2tlwgrdgJYiCbZiqAfjc17vKesEV8x6xfI/m7GA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIES.class" - }, - { - "key": "SHA-256-Digest", - "value": "xhrAOz4cK3q28096AxHr1QWM8YpJIvWFf1QbXm5vFAM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/PKIXCRLUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "P6uqk9vXhkG/VxVIr9Oag9nwNNIqTvoDDpblRVRVj9M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/NTRULPRimeKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "vex6K+rGAeFZBapMri9Wr73tilrkUKXA0Gst2n6ewdY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/BCJcaJceHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "nUsAsDsgz2TeKfgpMi3R1gVJJfDVgnBivlRoQEv3plM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$KeyGenerator384.class" - }, - { - "key": "SHA-256-Digest", - "value": "etJ++xPtuWc8lTdd9HvOdFodjn1IbxuEnlvJu57w9gU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "KLwqJib4d8UmFiGM3ddF8LoNb5mXeihIswaZIWLJ95o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_256_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "sX+q9hTuy0aG/u0UMJ3iGkcaz/5UrhmD7U/M/jxHnjg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$CFB8Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "jlUN1ZngTcGhcq5pe11ux1S5csS3qMdlfrK9KLy7iPc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "qMHUayG4/HI3Ep+Q3NLpYllAu4+BIgYKx/VzOTqox1A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/ECDHCBasicAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "VTlAzAjI8tJYa9uNPucmyymm20e7oG8zHkgXQpaT5E8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/ISOTrailers.class" - }, - { - "key": "SHA-256-Digest", - "value": "me+4wxnlJMowThpEpDEnkAQSot29QzEtuFmqE/Hjn2A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/OpenSSLPBKDF$PBKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "TwuGMD3+wUDCjBQp+Bkp58m+CeSWGIG/2/dR4rF7JWA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/exception/ExtCertPathBuilderException.class" - }, - { - "key": "SHA-256-Digest", - "value": "TpC/2E0FKMbeaeFcYp/1Oxe7pMxg1KbOZZU+whWWe70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "sGFimdeT38wJdghqZ/PaPANzl3Vj6xpPUD3KE92Jk4c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/ProviderJcaJceHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "HThkZe/Yvo0MbVcaGHnKuMzaAAFqlp7KWZfmcZHL08o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPC$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "jzLwF+BLTTh2+0t0r8nMogfePGcwG+3ddYwoAluyGNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WNafUtil$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "6DD9ahb/0oLa0ApnR8GbfuMMl78vKsikPU/1jBDD/r8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/KCTRBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "dV1MBMMg6NSuOfS8p8rGvSx6fch7TqhxYUvrJLbQ4dU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/AEADBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mo/9z1qljmoqf2DnEWluc61DVVoxKA3jMkqPBK6fzTY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ElGamalKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "iiteS6TFl0FekkQzlWp3vJPe8GDY00KFFp1Go9jyO20=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "YaVYUl8YAu06iHghXT4R0ZdIFrufEHZqMgf+dBm3Ky0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenJCEBlockCipher$BrokePBEWithSHAAndDES2Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "M9UyQPU5pzCJWE7v976VuXFvibkuFJrhorKWSKASpmg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/PhotonBeetleEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "9RkyDQrXVKjIOVqMfF3gtPW8xPbqzAwMVNsMHBtMP0Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/BCGOST3410PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "IMwMvR13ULmk9woQ9mpsTmSKtb8WhHsf4VTWtGg/cC8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPKCS12$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "jQw+4uj8/oAgIyDWsKQ8fsOdrEjMJZ10L941RopGAkA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/SavableDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "wrRQuIt5sEg4BkDOLFXjvJBP6n5yckKTbtURwhir9jM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "dIouCCzNyPxFqqbCCflOfZBmKLSgKJNK8WpZGXgvEE4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/gm/GMNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "J3liZ6o+ChO5VXlxjI5/xRypdinTzzBsPcmzXFbuoDE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cxs30UpIj9OT5675oRgGp90zz56Dw54vjswhfcXnQSs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHSecretKeyProcessor$PartyVBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "bCf+MeVwaKsLcxORx6qDRPhSovTCHdiC2C8DCxqx8w4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$MLDSA44_RSA2048_PKCS15_SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "eJzhT952Q1lJuKmoHcF4qbEYLjCsGcCpHJvLN1w++Zw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509LDAPCertStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "SR+BOcSh97IRaLW4Ixe4FYyfsoARZO3vSwdrBN+6vPk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/KyberKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "RnTdoBrsi1MqW0LekZFOwWV15A+RBWmD7JQK371Gcgg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/module-info.class" - }, - { - "key": "SHA-256-Digest", - "value": "mZNamGGWuVM5YLJnvD0DDehc7U5ukF+CZigdQnqS9co=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/MacData.class" - }, - { - "key": "SHA-256-Digest", - "value": "UFi/7OjFKJgLxIphNNQyuzFhTyIjZRJmt4Ohd//1U28=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "9zG++q8pVB8KH1LzsapmZS1mYZqTlAlBPu9BE0Cy7qM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenJCEBlockCipher$BrokePBEWithMD5AndDES.class" - }, - { - "key": "SHA-256-Digest", - "value": "n0VeKAYWlhL0957VAkyEhDgDKVke0pRw2feAbEgtDGw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "wW/Mr7D8pUUJ+04lER2uh7c9jwTd1hQxhJx3cV87l48=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/PKIXNameConstraintValidator.class" - }, - { - "key": "SHA-256-Digest", - "value": "VQpuHBI9L5YTi3XTppLJSZaTWqXAz1eP50VCz+O9mKw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$HashMac512.class" - }, - { - "key": "SHA-256-Digest", - "value": "xiFJHlWvSI7IkvL22JTscn7rDUWjekTR4wtoTmoGJOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/IESKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "S6C0M4x3IaABdEsd142uuGlm9kj6UckSM5Ee3n5kUfI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "SiVw6mYF8lpzfXIH+UaI9ipZXaozDlvL29WfYlQFx0Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "sYcXREWUUBtpbucktCVvNnvLcuXRDVyi2yEgedbMWyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/ZeroBytePadding.class" - }, - { - "key": "SHA-256-Digest", - "value": "jTJ9oaWTsZ1Kr/h5snk+PGozc9OaRs1cz4BqCCn+YYE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Integers.class" - }, - { - "key": "SHA-256-Digest", - "value": "haoUk9vS9BuJZu77zuH6kP17Cz5Z2MTyeCZyFCQw024=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric$ShakeSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "UO6OZuujg6UHvuK+6736xLoqlLfl08EGR7V3j6oF7NM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHA256Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "ori59w5LsV67v7YhxFXglpNWVBW2VvXzWIAEa9cT85M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/ECDHCUnifiedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "qWQf9we99QtDP2/wSU52Zi0VxgBYjG0UzTLFAUIaLtQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD4$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qSnE588/MvlbOl1gDuXjMLvsznvR+CSOe22UZZ4sQvU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/SPHINCSPLUSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "UG1uOn+ql9W/PMjCrKPl5ZXSpkzvD0+jYVtic/GNunI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/PicnicKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "UlReSBcDx/3OqFCMtE3q17t22uNjXQUXG3K8LX80VsY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/BlowfishEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qv2eev0LFynu0kHidzsmBpKqf4uoagh+Z+bLuZANghE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "f/F4NEt9ZZwRO2AYrF1mVdm4lYF6xN2oPkvq+UyN7u0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/FixedPointUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "MH7ofoxyPNLtpGnNJwg9UqGfC2pJnw9s3CSUey2oyKE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectDescriptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "eDrFhOmX9GLRuz+5Il5qq45MHWvysDrqsKVBFsmxUN4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/PolicyMappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "+bml0oHSLv2M+3SZpkzibrf0y1BC+S1uvG5Q0BaTF0U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BEROctetStringGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "yu74qswVQhQcJy/ETLtBFuw1phO7jhHc+tFkaA3Wdg8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "9AhXK9MzCuFLTmezgWEAvTeTF9I2AN04UJPMwJ+vouc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Encoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "caqjA9k6QkUbLYmevm9lyDW0VDRXkDj8R1kHIG3KVJc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$22.class" - }, - { - "key": "SHA-256-Digest", - "value": "5TugBZ7wxELnE9KXlf67Cgu+pmTwge2zVlNZdB2dLYM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$URLSeededEntropySourceProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z9T8w1RQ7hFg0tsk2rbhakQgGqLeirrAgybpdkSypmw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSASha3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "uWcXPKUaaq3479dt32vzsVqQIRBCmkAHCbIkx+zsJCM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePointchevalCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "ovhAYWJ05khdHlPhnqYi/yHDD2KQh74EZWkmuw/colA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "tzOdhxYtfaUSDvrlMxM/lE+DIre0IAdTAYT/VYgv9oQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DHBasicKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "KU7J5vv6lW6mZ03LGJrS+k8FaQP2SF+rpQq9rRsrMtQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/asymmetric/util/ECUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "N0xOfMoFdZEx3z46oQI16AgLLI0UO75Yq7upkAj40OM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "NxqBxuz6y4LPN7XK3si+T0WDDTk8OiZV2WWrD1dICOA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ua/UAObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "peQ+1BAPhtPEgVaVJ6m6yOWDajetfWMXZ7BRrWyTdiY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/SPHINCS$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "WFiL/kgc8ku8rjZsOk2T1X7sM9W7d9uSLXKxqOB1Puw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceKobaraImaiCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "KIhtWqhc7qXi7jaa6/B0sboln1b221wAzfkKtZ9IFsk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2PiBgRZocq/KitOVHicNSswcXPADPvbQFpFng+vejE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/X25519Agreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "2lpMOm24EjYVLYMR0G3bkz6Cz9gpbbECGOB2T14o+fo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/TestRandomEntropySourceProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rz+24/5v9WDriEHX5b++dibEpWrbfmlx6lDCxlR7WqQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$KeyGen_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "CMPd3G9R0FUBj91lHfDl0OmDM158hggayoBp/b7gHLQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/OutputLengthException.class" - }, - { - "key": "SHA-256-Digest", - "value": "++Bm/QF60MYSFB9Z8kEtoBHVHGfGMSeW5scRhzq52H8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$RIPEMD160WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "SAbgwvFtn34kQCAabvFLyVPlliFoHKKbbgGwRmJkyf8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/RSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "L3KPzMKSNVG0wCafXRIAvz5GplvxYq8n1vkag2xL2O8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/BC11XDHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Fw3Wp1mOnUJ5ODZIFwPOOvhxlfZkAECh2h9P53UXy8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA256AESCBC256.class" - }, - { - "key": "SHA-256-Digest", - "value": "/g4kBP193P5o9Q3W+dJ9Ctpk8nlGmjlWF6eE6ZdRv7Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Signature.class" - }, - { - "key": "SHA-256-Digest", - "value": "JhO+EgvGJww4BOI7l/COC5VBq3246GWflV/TSGtlSHA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519UwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "olY4yufN3qH99ZyIWifuiixVls5V1a2txwUxkuVcfKw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/util/DigestFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "2dW0IDVq934rWGgQ4MT4wmGv3q2nujvngotzsB6l1eY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$IsapType.class" - }, - { - "key": "SHA-256-Digest", - "value": "83TpyvZtNyZ9MRQKXKnnpnfnsbtqSevgFZE7er4QFsQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/AsconXof.class" - }, - { - "key": "SHA-256-Digest", - "value": "ot8ZGdBnT22aA5XdnpyBMd1jQ9nMcYyj/uHb+J4K1sc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DerUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "68rloHt37yP9t89lJfLMUZsqZCJc7lC23jdx6oFSYjc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/bike/BCBIKEPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "UeIkudkLIyNnvy/5+f29Ii7VoXZM7L/hs03nx4hmS9M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/PBES2Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "EdyOEIPYygg99hTv5iXNdvXor9DbOqGcWI42wziy13c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "SPwFPPhSM1L4TUC0hCI4lfO6iAFxga6APyaxSIJrLLg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "t5hwvf31x21yOcfO+2v8AwV7hpzxB7ig7P4/D9zxYpU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3C/E9CVl3+xAbuNPovu5mWoG7t4JIf3yA2Yo1txSTAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseAlgorithmParameterGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "St/xHcIrPlkZ5nz4qIqsEAuBGHNfAaF53eNB60fIeM8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/Vector.class" - }, - { - "key": "SHA-256-Digest", - "value": "fysUOmQZciz7cNMBj9CmSAoS8hn2u2Dj6JfI7L140aw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/kems/ECIESKeyEncapsulation.class" - }, - { - "key": "SHA-256-Digest", - "value": "X0KSj0xMezSPIp5wlfWd6uPDzQhEaUqtX8zwiGClXTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/DSA$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "u8/5M37tBYvYl89Brulu0MlqC6XPvUL4k6STjQqEjbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/IESUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "kkCGZfjs34bRTnqygRnGUyLyUDw2Iocd/R2LH7QhyI8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntru/NTRUCipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "1HTqF2NFIsWddG1N1pBDt3An0PVDJLUXKqkS5+UTOeU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/FixedPointUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qpFLn+pp/1kpIPArXT/05CAVDs1MsWQ4XSb2BUgaEJE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "fwQisxCu5eVREPcLxgSm9PGbV0LAn5hQs5V7IHyqCd0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "lkZAtn80wPkanVCPsXfRPViVClRIeCdcBSci4sP/4Rk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$CMCEConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "utvohNs+V3TTnzbIHimdOcMc64/8Wm5Jsy8NHqYNDPY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "EkBawtSoSFnhlkxDQRU6lis7uXXbC2sAds8imSPeYi8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/PQCObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "KnKY/OqRVt4vCVpnyFaUHa5rTdYILdfDxJ2vjIkXE3Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "goAv66vpmhhQqQq6gJh82mvLXLtUOdLKyHNddFh9yfc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2b$Blake2b384.class" - }, - { - "key": "SHA-256-Digest", - "value": "oRkt9vDDt6pfsR5qloThOVTH9t3gouOgKZyc41LswQE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SIG.class" - }, - { - "key": "SHA-256-Digest", - "value": "l91qyMkRJF3kMOBvj18UWlldS6ks/yrEt5DjVzV74EE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/SP800SecureRandomBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "1JNsSbYbvBhq1YfK/0Oe2RuRYqus5uRga36rfUAHthU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/KeyAgreementSpi$ECVKO256.class" - }, - { - "key": "SHA-256-Digest", - "value": "asC+3pXzutJXO0AKT/R6BjIlPuLsNqU3qj8kklOcqIE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "w4H3sgJ1YSPdB7CGymeOrGfWX+kPU8oAbjmO59Ll7GQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/21/org/bouncycastle/pqc/jcajce/provider/ntruprime/SNTRUPrimeEncapsulatorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lqkpnsws7I1ULmbyWXyFyXHqtKbHLqyWZEwmUvk+fII=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WTauNafPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "YMohH81l4iS/8cpASgMWT4A6GgmpMv2Vv5E/HnhftxI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$29.class" - }, - { - "key": "SHA-256-Digest", - "value": "qUXpbxMT8kfzWsomEPxQ68ucO6sCS5xOhhnVL67P4ls=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "0LW8a94sa7TPfsKjk+pfB6s4ihuDwLCEcTLLbxRn/Jw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/FPEParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "zT/5iZ0bOONssW5PzAUv6OY2ORo2Smpx5N4kbl6ChNo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "cW7aAJ/fagWiwTg8VQYQCyEhUVJN/78FATWzPHd4Z3w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/Xof.class" - }, - { - "key": "SHA-256-Digest", - "value": "D97dQcMSC0tzQpkiWPjro27fvR0oLd88Q4ZhrWQowOI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/Primes$MROutput.class" - }, - { - "key": "SHA-256-Digest", - "value": "8sQlFdcacfA0f1pfF8OnVymueRiKVIiGaeFWE+MADto=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2with8BIT.class" - }, - { - "key": "SHA-256-Digest", - "value": "4tL2M3FLFZH3rDZghKY2WW1k4tL2Ip6iwafM6FKNOqc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/spec/ECNamedCurveParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "LLn7aNNDSVyepiz0+X+YuuNu6PStHxUS6J50vFKIL40=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/LowmcConstantsL3.class" - }, - { - "key": "SHA-256-Digest", - "value": "TQsgljjrzwQXh7wZbnDpuaEsjEGvx9QK3lnDpHds1Qk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/LTreeAddress$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "L8vlaQKE5tpm2O9XUDopuvd302XLtcAGwM+I7Q/zEK8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCLoadStoreParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "3J4KKvbFwCCrBLQofbddfiW6Ris23dbRzJdq85lQIxA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestParallelHash256_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "SQbb+q7zsZb69SgImiFr7J7BjhTjhi1KvPc+2XDGn3M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "oINcTHIXaiIBaXjoy3dkmPY8z/Ts8VkQe0gccQdixr0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/PolicyConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "2zkUN0Efmxle3W4o5nQsRHPJpO14fxj+70RgidjsZws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCRLStoreSelector$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "uRBSFwqZ2I4A2Am0p1lxYpmBLVNw0mH3ukrfL4ZRROc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WNafUtil$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lt5UhO2pt3OwR8WGDBaTj9GS6tMMLpgCUz8E9DilKGc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceFujisakiCipherSpi$McElieceFujisaki.class" - }, - { - "key": "SHA-256-Digest", - "value": "M0bBoRSFKHHe/K544G7t+A8jW8IrhfA3GkuBUT0+kWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PQCOtherInfoGenerator$PartyU.class" - }, - { - "key": "SHA-256-Digest", - "value": "yZfiK9JxuHm3m+wlRESSu0GT+rlHp/ZMH7Rbfl9qa/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withShake128_512andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "zWwddZsoLfAisvn5mGZe5imr99bM1P72u8CTrS7SjcE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/GeneralDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y83qjV/3tdETn7p9K76BVgOc/K+0eZ/M0NuWQ6DH80E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/AlgorithmParametersSpi$PSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "JSHDb86FB4SjtRLTbndrxNW40YKHJlnYmjzi1WFVV+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/config/ConfigurableProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZL+z8RVWHttGTOLnbBTSC2GMvSxemMABkNdS3vs8538=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Argon2BytesGenerator$FillBlock.class" - }, - { - "key": "SHA-256-Digest", - "value": "6NV8hysh2EXF2z8AqJ83cey70ZiPNTg+gIt9V6dIGhA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5.class" - }, - { - "key": "SHA-256-Digest", - "value": "xwLMv9oGiuQBRfdWHoLwf4BJeoMreuXe3P6h6KqkLqQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$DESedeCFB8.class" - }, - { - "key": "SHA-256-Digest", - "value": "SyYWWaaLdHCPFM3bAPmMdpqv/6eKIzoP0VdWd5arYE0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/LICENSE.class" - }, - { - "key": "SHA-256-Digest", - "value": "+eawESima5iHQy2wOXA0eTvLFmd3CZDCf9T9BP/AwSo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Falcon$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "5elQWZu2T6tTh+xTyj4DMEQ+0rKgbLjAZo9DMCJWQeU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$KeyGen192.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZiPgrSDfsx30d0RjafzKjBOmGqN7tlIcS7UtTlx1byk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "bde5cS7vXZx39H2H7bRNYfl6ni8MT7v915Lrrf/gwLE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HjUE58qosAyV68eOhldcftX5m5NGYEDlT0v6Dmf+EOM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestParallelHash128_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "erveS22z7uJCx2UCwY//mMbWv2fbdvyPXQdL3lP8MKA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent.class" - }, - { - "key": "SHA-256-Digest", - "value": "0yH2gEK3/tGIkm/VMDqAvDZBLdaoCOxlwDXcwvwEV3o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p$Gaussian.class" - }, - { - "key": "SHA-256-Digest", - "value": "IaOicKcYrhr3jUF6o1QUzVVwKGg9rnNDHdRWlxPJr8w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/GOST3410PublicKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "SGemcaEgEx2CjrkfuhaoVRhtYklbpRMkPtn8G8+P2jY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519UwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y4+ciuNnoWs+ZJNJPCBPzxX0x4fGIYl7xZclqfMEcrw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/NH$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "KBfi70UnjUaZs7P46GDacIK69Px7eyjfdFEPduy3hz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi$Std.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vp3cFmG5hbl/gJ1u5McLTtnmMTB8lUzMuDTvbsI8AOg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AsconEngine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "f7Wywj6I+Ss0LJpLQgFc310xdGsAS3Z3BbS2wtWhlu8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/util/GMSSUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "xfI1ayGsrxDi6J6vClJYuD98tUPZLFMbHAf0bB5HeMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$RFC3211.class" - }, - { - "key": "SHA-256-Digest", - "value": "IPYh8wBI7nGib8cZYRPi3opltqy7zPLyhdAJLYTmWbY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$ECB32.class" - }, - { - "key": "SHA-256-Digest", - "value": "MikWD6gxMlEP9EWgX3HAxWOvzu2s2COZFOvfNHmHlYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "kH7TFIm7OKXP8wnwmT634GGNbSKmlm1qRoPFr1puTwo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHValidationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "HPgWvwAp1WPgoVRM4VUTMD12ocbmV1rwCiMsIzFuoT4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "BokUs4XPT7zULI0L5sqsB8rFPS9s5FKbyl7aisLYl4g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/OldHMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "8hkqESgjYsBFcDusrHCummGS797yfLJ62wZQREh8F/g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "L0dJ1HvA+tM/8axg3a6d5qlnIVcbMsDrcqr9SVAbf6I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/StagedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "PWIWrYpVA7D/lTg1o3HUBQtWASmiHykxY38mdua1tZs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/GostR3410KeyTransport.class" - }, - { - "key": "SHA-256-Digest", - "value": "oggH33Z4ug78s4/JQEMpRQvjhsufXJemmCS5hAJLxr8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "F2lxmBD70SX1+4h3LyC84OOJqGLxaOzYAP1tZhDI5HI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CertificateObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "eABpIdEbMYqVAoKycA8K+O+hfI68ZCk7yg4tBxp0wJk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/OtherInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "CXj2pj5gUquMDxtf8uMwdZNYEiSDLWgZKMGaClnW0ks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/NullDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "2VrgFOnMa3Ys3i/IlZAUOiigOjzrdCfiw8STgtOkbSg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$19.class" - }, - { - "key": "SHA-256-Digest", - "value": "05qsy5ADl8cLKmfzbncROhh35JrhVaD/7/K5BeOn5Mc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/DHExtendedPublicKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "N3WD5cTDFzJqZeVsDXT8aGK13wJ8L1bD/t5ODoj+YqA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "C3x8p7PRidd9lnT7Ih91OmplxqCDqnBd92XxCnFERMI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/DigestInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "btTF8Oaso/wx3SigcHOaKO644QUBcWLYZotIzVOyT5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "7BCLhuU0yjB/aDxILlMA3P5bJMUCD4njFnPg30Dlkis=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$26.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZQDJpobHfR0tlqhNUURiYF5aNQcdImPwIV67jV401So=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "P5yqiN1jnrfLUxOQgroddbwFHYgDT1qkIIcbi67sVLQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "eVhQy4PuBAH+kVGa5g1gt42ehp7JKmROEDFP4Zps9V4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/View.class" - }, - { - "key": "SHA-256-Digest", - "value": "QEHRO7zXvQ7UKL/Wsn4MHqVaSuaOWLe9j1cIQ1WErKs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/config/ProviderConfiguration.class" - }, - { - "key": "SHA-256-Digest", - "value": "zoFIbudaHG90j/8NPbVJsOr0JaYgJozGAWqI/RNqlm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$StdShared.class" - }, - { - "key": "SHA-256-Digest", - "value": "h10GwTCnHr929fcI1OImiU9FDpXADs+2PAYQVCZbyew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUEncryptionPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "HY42MwxCAMw7INp9wa12Z8RDOncHYq8DtqOq8A0iCeQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/SPHINCSKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "mXX/5W/VlRuRDAqfytYWkCuwA/MNhUonE0Yrlt9ugkE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AESWrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "l46bXUh52lsTaigZ8GjWDbEaiTQxRFXbrsnPzRFZRsk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA1$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "2q+dO8tiOAGpOd/A7tl9Mdpcmn8ihbe5moRHr00axCA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST5$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "03PxG3IswXAP+XUTpM3nbNJUAQHAFwUPHzcZJGUJrZg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "JaoxU1r26fVKk7LrssXseVm7NergdeKUx9RYlWKhM/I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/io/SignatureUpdatingOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "luo0EjZlhIi/QeXooejuYwtKYaYRJ1MisoeqI8+FDec=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "ujol+KQkaCQN31k0s1gy1XuROFefsQ+H/IuDhOywlF0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/QTESLAParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "f8DJjPA8Pd3EfH8R316SeG/abjPGKEfCcGt++0Wr6HU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/LazyEncodedSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "kqO6bDbTruKFsIxqrYdxMXCJoiBxgz42vmOdDRFrjaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WNafUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "2Ar2WGn6wsmraEU/nqHumMkYFSMqPkdVeQytsgo+gi4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/BasicKGCMMultiplier_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "FWytIzqjccPhrusfTim2gPojeJlgAsv8eGzWyWD7ZhE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$RFC5649Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "g0b8oM0s59nj1099biXOLc6qP1I5KPgnI+zKbvt2zk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/KyberParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "osStI+MbiYC2W17/VLwpBZD6NdQGbAUCvrV7Eop6/pU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/BDSTreeHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "ntjQ3JZ54IIiFWRjgxAnNH20QBpMEOO2CS53Rh35au4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimePublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "SrJp9rfz3rPM5Q4zZjiTwPAyYUwMIDG5v8FqMpTV9lc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/ThreadedSeedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "XoWBex23GXl/RUMnLIKxvaCU5SYo2RLjvM2G8G4FGN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "b0W0SpTXUbLPaSLzYsvclPKitkNdkV0H7REsS0Ke71A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1VideotexString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "l/DNVVy2YUXrzO34/JYGfT5jvxBaoT7SaI8suQlxaus=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GF2Matrix.class" - }, - { - "key": "SHA-256-Digest", - "value": "SvZoGU0bNsJEUNmDnnipBsqSqu9ZhaK1pSNDb60IPjA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "i17Zte/UdOaH08OFdqRCuwAkojw3F9xN24dh/bLsf6E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Ed25519KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qL7cNPJz59nNmMCfovCyJkoB3fWjuTHPEz3LU7ruQUo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/FalconPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "O+rhBQa3RqDOKL7253+VrMJCLdGXpeSQDjnEowUgPAY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "5YkUvwN9rwJKBbJhBGmWAqdNJAIatwvK1JWmT5E4TYo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERGeneralString.class" - }, - { - "key": "SHA-256-Digest", - "value": "GMik1aeITqiV5ZtsWlmNs2dfS8aL6JJTPxOpMrJzKzk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric$ShakeSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "1y3/aAUQU2LJX/jcsxHD2yjlksWiEEsaR+QduTPA+Wk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "m8j5tRsWSr1SBEUNaVimZS53/o0yeEtQv0JacqVrm6Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/TeeOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "GNh9doBNIp3ltdfB6vhqT3qDVeAv6a5hEGm7FIc0j/M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar.class" - }, - { - "key": "SHA-256-Digest", - "value": "bDYQN4NIAy17+b3frsyOonmbB4V+Bga5bjj4pF/ZxXI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake3.class" - }, - { - "key": "SHA-256-Digest", - "value": "uVr1ZoNtlx6/n7KHNnbD/KdaMO+bo+V8AZ/1bHoTwyE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "0encPRzvB8QQB1Qy2SocQ3GM4lEatXchx+e87ax4k5E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/drbg/CTRSP800DRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q5dhayMCRvEH6ULG+YZtISYA1C/rYWxUEgZLJ+jO2fA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "K9mNqjE4siCRIARc5g1YGrtGQrl9ml1oSJeqJlNgzOs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/SABERKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "C8AkgUDOwXXIuGTLFnRHdK7jT8UlYV56ku6E5tiI5CY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/ClassUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LyTP6wiSpRMy2bnZ6t3gAkEelMetluJD8LLBuA8LkKs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES.class" - }, - { - "key": "SHA-256-Digest", - "value": "Kabtfq4a3Bx8QkldRmBD9pc5+a/nBHqRGMcZyGVTLsQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Kangaroo$KangarooBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Q681/uSMcF0ODnUF429Ld/PZ9KBsEO2oTiT8JhIohg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/BCKyberPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "dsQ5fbCteDLV3fhDgFpQ35twzPcDy/M0PupXA4KniKk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CAST5Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "gGIU17IMtyACP4VoasV1njwU6nKW/XWA16PvXsd5ZCw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "6QOy4TweuwrAtDj+Yovc6+1ag8Z1wAj9D0BXsInrlrw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BEROctetStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "0HU31Ils6iZBFTuzOlFCEnsGdG5USNQk5bY6l8taJUw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Store.class" - }, - { - "key": "SHA-256-Digest", - "value": "SpW3OBy24QyXlVfwerr55GgGRtnt2Vw0mTH+ocJYdFg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Blake3Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "/vjQ2hx8TeBNk+9Pv6aYHcu2iII+J30bCrh7nh0fGK4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/LEAEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "/YaNutDVpgb3QY8JTWAWigujvJtYV6BlZ721QO0eT+c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD128.class" - }, - { - "key": "SHA-256-Digest", - "value": "4wnKsEl7IPCWxnMTpmnVVIP8mML7h8PIhFZiIXyJezk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/BCHQCPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "FNtXNKHeZ/1I3CDOF6qG5kjXgQ1TbxuKAt1sv8zsZQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ExhaustedPrivateKeyException.class" - }, - { - "key": "SHA-256-Digest", - "value": "NOU6SBFqXmAPNSutRwN0Z0efB1UEozg3d3nZc8kxYyo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERTaggedObjectParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "4BmzDhC6vlJ7D0hPnZ0MXZpOhDk8FuvGIaij2Gz37vo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PBKDF2Config$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "jT0pZGLkHjlWscQn2Jl0/6ExPInlLIHgW0KCv+cTc3A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224K1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "uoAv36hR2XQK8VsJbLHXwTR/9xvOIiX03csUWbAw1Ro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LmsUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "5LW+ZGmGgFzfj7k/wPjLJNAyTDrfoNDvuX1rTt8sB5c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PrivateKeyInfoFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Yg/JSDfC/O+vaRNQ+gSWD/HTgIQ6AaEa+ggvoWS5Zo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "44NzAbASdtR75f6piCRzPNqi+4w+52KxQNOnzJtzJcU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePointchevalCipherSpi$McEliecePointcheval512.class" - }, - { - "key": "SHA-256-Digest", - "value": "MHUr7NJs5D+xr10ExrLTM7xvTqrnRaENI+GIPRQdwfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Picnic.class" - }, - { - "key": "SHA-256-Digest", - "value": "AqrxdUmEFioyX5YwGLlPVL9ibq5CW67JHR3Gh9M7ojI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/LongDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "1owIwRKyvIl0P1RjKGZKyaS2/RSWnRx/esa6D4VfSlU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi$PKCS1v1_5Padding_PublicOnly.class" - }, - { - "key": "SHA-256-Digest", - "value": "7paEZKwul9kzcXatkQHNMUPhflWv8RPtitvulSBP8bM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/BC15EdDSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "J6RTmqh1SGjFmspeGnxh4KykYEHT2EWzg4f9E727g68=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TBSCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "POyIH/eSXfr7cbK4Ke2YAX9uLQvm/mZvf2eD2/5l70o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat224.class" - }, - { - "key": "SHA-256-Digest", - "value": "4j7fOcURpMfRZtlavz2PsMm7/Hvm4GdI3ygjUM7YQzY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPC.class" - }, - { - "key": "SHA-256-Digest", - "value": "0oVpgIT9MURQm7bSDUNKaiQ5obD5M2PkRJ2r4Wz6xcA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "+OAkfyhCUBCO/fTuVnFzccJy28ygcCOwN9i/9mDxsFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AttCertIssuer.class" - }, - { - "key": "SHA-256-Digest", - "value": "aaalGtPW7YHfvfVSjd/BLUd+q2kUV1WZvmcts6yvnlc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4.class" - }, - { - "key": "SHA-256-Digest", - "value": "lNPEkIYvTdkrjuHTBsm+ntxqD6nhjFTRKwCML3439+c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/KDFDoublePipelineIterationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "hpdXwgP+GZ3eRDQuA52kt7jMt/7MeQiU0CP3uJHuZQs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/CertPathValidatorUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "d3nfBFjciAlArm0zku8CAT7Nw1VcBN8MS6ZFsMsqTS4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SymmetricAlgorithmProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fo4pLa30zJ7LRUKvsq4pdEzBfUacxgZYtJtCIOq1qJg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "glt0ItfvkHqufAZfGBeS8jcPE0OWLitghCncM8U8Bh8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/PBEParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Avs/A6cinTNpWDmQGbTKDhH0i25JC2JOFNDUcghJiYE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA384KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pl2wE0/RGqGjzqh3QXrc3X5tPuD9Zy0XsaWGTeTZkTU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA224CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "t4u2PsXsOf1FaB53SeIo/zjN/ghdnaW+wL4S/q3zTiY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base2_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "zroOK/HWyUg6iYXuhVeaurlILaMSrRce4rBz2FLcOoQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/exception/ExtIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Ed5jQnMHShl1XpYIP//oSdPM3DZGjMlEQzE2jwqtWM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "RfTpxbfWHz/9paqVgJurl1yer3tV+3lYLlUxu/WAXmI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/BlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "hfd2oLsD0IeYy6ibWCHjfYbdlNcygtbaT1kuPDUfRa8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA384KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "TbtcCD7mcgocuDqQSrKwV4HHIbQ+K2vem5BpTSeMBmA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "fUe9gb7lDS/MfReHFry9X0dO0KgP8w+2JUrSK+QlU+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialRingGF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "OaBdDMHpazl9QDCViDM9WLnxZqaF4ciFAPc6EIoMRm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$15.class" - }, - { - "key": "SHA-256-Digest", - "value": "bCYPYSGhRPMkOP2GnEZLvON2ekIjZH2zLI1RqtpxhHc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "eK+Hmpek982GIjHwRkqyvbMWySoaBNqiBmLd/XD8mZM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP521R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "umI8hI1HKugSsr9omISCxbcxJ4BOZSI7u5h0N1WNnqU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "gSgNP5I35Pbzi04d/SvIAjgY+9YqqTk+XRgnJh0o3IM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "bi51RWdbsECJShN/j9d1I5Tlp/h93A9Ud9NKiLbupSk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHMQVPublicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "m0Ly2t/37oWI3Qs1Dt/7ontjotjMYsyNGz2iycN1WsE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/DilithiumParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "6v5HW5QGa4NhyLVpLTZT97uEGAJmiRNKoVw9wkGSH54=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/encodings/OAEPEncoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "TooeG1WVbrn9w8lf7RHtKfLg/WalvhrIl+EG5agGwYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD160$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "HIvzttCoZQHGNQ01KWJcoB80oEqDwe5jRmJ3rmRbwnQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SkeinEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "dwROwrMGcFpUzo3P2zRAzhJmYa2BwKcGZQ6L46tIVm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/BDSTreeHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "B8yuYd0maav7OeNlu1m4YcLzJjBLZpnmJxu7zHxHfoU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Ntt.class" - }, - { - "key": "SHA-256-Digest", - "value": "onssheOBGdpZN4pXXdBx9ufMSrTMU2QHuULhjKwrtgU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "NafDkBx2znQnhNWj+0lqfopNPwMgDJDUV5xIlbYpSjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "4zYaCxsJV4N/sYvQL0xmLOkPDQUMI9rE0Oc/Yox3jgs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/spec/ECNamedCurveSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "OvRWqa3GZyycU7HC2pPO9vnI/WAFxt7hFC4xsEPBZBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/ReversedWindowGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qRXFbiAG9bg7JJdOrn+IbMiNqUKykIC0fZIOM0jTcms=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509CertificateObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "7WLUd9vxbNd8sBt3dtmttbSel/5h654zk3capzc5uuc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SPHINCSConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "dCo+RkX0rhO3iIDi417oS1SaGxuJHilw9m3W32GMYEg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/LowmcConstants.class" - }, - { - "key": "SHA-256-Digest", - "value": "TmrC/UhL6HkIz4fxWAxZWGtMPFsbAe2BnVX64S4WiTQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/ChaCha20Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "e0JQNV8r7KADdZPh4WJXO0T77PiJ+xe1AxsVRlrM6s0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$KeyGen256.class" - }, - { - "key": "SHA-256-Digest", - "value": "uS/MWI6wEYdB1c7jxrr2g4S2Tqn2tag9QKR19YRKv2o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithMD5AndRC2.class" - }, - { - "key": "SHA-256-Digest", - "value": "VV2S6SPwpufGwiiberRFIcr3wGBc5aHRlCkS2pWkLGk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/FixedSecureRandom$DummyProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "TnUONpi1ufgy3l74Sn9wop+/dJsYE0ezr0An5TwzV6o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TBSCertList$CRLEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "VI4nUifUiVSDUym971wqcw+G6kgwNACwsPaSpZFoSgA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/ECGOST3410_2012Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "9miv34ZFgSN/0rvDiJER9Gote3cBXEMgeK7Mbk6J7Fg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/X509KeyUsage.class" - }, - { - "key": "SHA-256-Digest", - "value": "lgHKFuerU+dinTX45nnqeu1MHXScHN+oA+pDLgmQ6mE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "FYBnVx73tQWZ9XddUihLiY6b2ckxbc7dhuunyTUEICs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/COMPOSITE$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "W7+rgMCuWlM16A9PphQix/SZYJhQsiVlgA48vcfTX8U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "2ZSKsg3tbwwN72/Md37LXsKpHO3pWnC+xOxcUG0q9js=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256K1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "VoXpYbtzNtG/fTVUCE0UNe5eUK6YtqG5b5CRp84iD5Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1IA5String$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "59zYBILVsOvTTmjIMcb0zusJoVOU+Zm2Z/DrBS37jzw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "A9KWQmbNPefE3z6/CbR99r2EX51MxH4Z1RmRQWy7d68=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ttb9kyAy5IT+hPsy7tjW2sYqPbvrFxe0li2So3jFIWo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$25.class" - }, - { - "key": "SHA-256-Digest", - "value": "haktpEWMzpAo8XReDNpE3VFDf0vsIPmoaZ7JJ9PSJMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/Tables64kGCMMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "GGHJyEJ3WkN5VQ4KksfJg9K5tQLG+HzorEsRYZy2FBw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$QTeslaConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "WaFcuhjdqM37qRZGNOAcU0VtvgT8YbXdhZxVboPQQ0E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/SignerInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZWegzkRKK9tN3v4NPI1/vDEoG5XEsjPdbQWlOi3CdjM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "01aa/fUC5snfHYaPrLjfyPxoCzDcGLYuExGMN7dHtXI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1External$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "piq3webuImhAPMpXTWgySHThyTKrofdgJyqwVO7Gpng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "W/PfWaE4yqW5bd63mXt99BN1QJE8NiVmW490PIC5liI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA1KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "AcH8dVSxQEcclTWd/F/Al1WjEk8rxZWzA5ET/mHzWgI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHA512tDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "PLMOpQjy0rdisRuZeuJD2w8P6q5dDGtggiFcXUkCnxQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA256andAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "/T7NALtRbYMR+wbYy10wLgPtmlsvCs5qMh5bDiAtAb4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rl+1hvIGBgOvJpyDL5/8XyxLqux4LWt7ynaB292iLdM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA384KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "HWZmyYDkwNLzKDb6mwML6VntFEKmR5MJ+MC1SYexHOY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_512_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "ekr8avKgMV29lZWu4BKPwYNxwYE7zKVXpt/MskGYpsQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AttCertValidityPeriod.class" - }, - { - "key": "SHA-256-Digest", - "value": "FUxxUBAIUPdDHEhwVqu+u4gpiOc6qKT8ChxCCRhhMYg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/TnepresEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "vSH+zLMNBsA93e250O08/ImEiVuGVoP8h42rSU7fwBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyPairGeneratorSpi$Shake_128f.class" - }, - { - "key": "SHA-256-Digest", - "value": "2cX+QDXEatMrKSNfRqyMjJ417TIfuGumGFTxIKBVkk0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4MmLllwN4degKX1YkYe1giTF/qGq1POj/aPjZouBDuE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/EntropySourceProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "PhFsooURA9IF2g2Zgqkxc8Wqy28feasdxWa3aI3QEA8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "EUpNCYpWJt8TcJDNPWH/0lpNTvoTdkz+4BtsmKOPGQU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "oAvGuzSQybUnZDibL8v27rH25jTRZwSCNes40AfnbVY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UniversalTypes.class" - }, - { - "key": "SHA-256-Digest", - "value": "os3ce5QNpJz9/nRhwG47n+FaAntuGjganPhMWHlAnpA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$15.class" - }, - { - "key": "SHA-256-Digest", - "value": "BPEICt83yybP3VlhPCqju8QWwYoM4sF2pSM+gzQKynQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$PBEWithSHAAndDES2KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "gqNw9ZrdIxOH2oZWj2++cwkiukVymtI/iaI4IJVbZ3M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "luTrF32+0iQtcO7kztFW6+4qQXOd4kunkzAtU/EXnNk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABEREngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "HsVfPu1fuzRhnLd+UAQfl8Oc8hfxHVUoJ+/yveO78UY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$27.class" - }, - { - "key": "SHA-256-Digest", - "value": "f0c6c7Pa/5qTbomfNzCBGSz2vUHYuqYogK05jFYrtOM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SCRYPT.class" - }, - { - "key": "SHA-256-Digest", - "value": "nMdbdX9WiKVLtgTRVVERXJwjZeuJ+cxCRiAQHFTebDc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/NameConstraintValidatorException.class" - }, - { - "key": "SHA-256-Digest", - "value": "g5ZPhbx0SFMpPloe3wUEGI6a+j9T3vXuTIPv6dsuUbA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$MLDSA65_RSA3072_PKCS15_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "icK5aVKrXesIl4sL188sc5wxVCrAhY2GXdFeacoRdmE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "S6XcloGeysccWgzJ7MwDZN3uC13UGrQV+Vir/492qe4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesRegistrar$ThreadLocalSecureRandomProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "yDKeELYpUgWzkvF2OU9jq5BlFqSSTW3jhDmYmwqWBfI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithMD2KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "ltoC3DtVKtaNsv9OenTd+ch2rMBaaiYLQDl8SVUHuYg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/LowmcConstantsL5.class" - }, - { - "key": "SHA-256-Digest", - "value": "XmFNkGcNBeCQ7jk9ZX3Hy9/gX35abaNvWyKQMhTaSlA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Mod.class" - }, - { - "key": "SHA-256-Digest", - "value": "HrDG1Wb7nNIpn5ogtFQWf/kJAk8EOY3F2On42xcWU+0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/PKCS5S1ParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "WRBN58xBI8JUsVR7u+OUohjzbwxWXYD/ftwc24aPgvQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/frodo/FrodoKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "1nZDJrM5oCBF2Vj6XUPA+4CTAcDqXZbz6xLk8blVE1s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/GOST3410Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "oohdx3rJYwyIBQ4yIyiJ418qzPzm5gmsCqzkEgv32FI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p$QTesla3PPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "lKP7WYrn5uvFdqdIcjsS+90V7VcrkZ2C2nNb4f790OU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/X448PublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3t0vrrptphx6S2kxZWyOOuCWXacOs9mdAbA//F5j+Lc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "npWqytmbeOYlbE2Syn8UioFxg0+J87yuWOhGlV+RgWs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSEngine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "YBINfo95U3qnXIEmdu20m3Rf6qPhfOhz/PRP7rOgeF8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/interfaces/EdDSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "z44vEojX9jTT/ODjpZ+/2lVdv6qR1NoCEsT+aQ2wlsc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicePurpose.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gi4OsuD6XihAkWGLW+340RA7TzV4kjGBzLvAsyUoaf4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2mMatrix.class" - }, - { - "key": "SHA-256-Digest", - "value": "0l15xlITgKaMUIIURCdwNlaZ0c2QPVE4EjevYag1gyo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/SP800SecureRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "qRMFvH5ryTqSt5GrM2I+mGUODNmnzHe5gTzu5sX+JZo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ft6A/xHDocKTHECJGkUvbk78e6Q8ib6ZG3k2RKIcR44=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "ab1hwjOHgCsa00aAjAxQ6XDVVY3r8Q/WvOD/TeuOeqg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCECipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "dmUWQ54RFT4xgDnC+N3N4RnJRiPwE+j5shOF5uhIo+M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat512.class" - }, - { - "key": "SHA-256-Digest", - "value": "1OjuF/joQTk1PISpSa86FqSHafYyl9AjNOiZRsCqUik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Argon2BytesGenerator$Position.class" - }, - { - "key": "SHA-256-Digest", - "value": "sF+9A30P2kmxsWJ/McnBYg/N2IUgt5Y6dIWNwWw9KFs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/PicnicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "xowAIv/YUlhVYripgG/utXG3Nir/yRQg7t2ul606cRU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UTF8String$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "lADKdWRBP+19Wd3rWgD1fLprtrE23JqFrN+XQAMXd3g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/PolynomialExtensionField.class" - }, - { - "key": "SHA-256-Digest", - "value": "4pzC4QIAcRtA9uQdfzbTY6ER+rRN9xKA6jC4STRb1io=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UniversalString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y7e/NeY+Vti0vfxQunaAADwkr5Si8illNe+krds6o6E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/MaxBytesExceededException.class" - }, - { - "key": "SHA-256-Digest", - "value": "ncB17Nv27jLWp2l/2nHIv4Zf2mQG2KMuR6c20WAAe+g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CramerShoupCoreEngine$CramerShoupCiphertextException.class" - }, - { - "key": "SHA-256-Digest", - "value": "m9+EDTsDtBFF4Bv9VHMDAvdoaIS2ByrMfJVuLC4V5AY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "tscvnYKjsNLZuq3xC5mM4EHPLthMGbWjj9NZc5ORoes=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/ntru/BCNTRUPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "fEcCOdr2L+RUoZXnHleLv41HYj6C4T/VuCuEwpvoPfw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed25519ctxSigner$Buffer.class" - }, - { - "key": "SHA-256-Digest", - "value": "n3kufO3PLat9tyKAbrEpRLQkbUTRsuoRymE1Bhd9sYA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "a7sDyRyAGwBNGjmFghinraEYxI1flqNp9fTfNSppipQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/PBKDF2KeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "gzczkgC8N/jMUjazSpAJJnKkkmOp9Gty0YYqmDQmqs4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/ECNamedDomainParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "fk5cztsVwOXcxjzr/VuFAdMj47x1vyxWF1MfeprQ83I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/OpenSSLPBKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "R7K63nwO5DuKb/6Rpetq0Zsc+h4Qp3WjoLObowbdO8Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "bvxCxtxsqZ/RxHjK0Ru/FCvXew/bIpd3IkHt9N0QG50=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/GOST28147WrapParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "IXmrzLpl3M/O/GYYwgvC8N415yanAeyZSRQdsnjnMQ4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/encoders/DecoderException.class" - }, - { - "key": "SHA-256-Digest", - "value": "/aiLwCW7gt0FUsaq5k923dF2OcrsDN1FoqZcJkamtWc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Tape.class" - }, - { - "key": "SHA-256-Digest", - "value": "xsm8VVyVP27Kc3NHDjWkhlZPPAWu0w4MS30pY7XIqnw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat.class" - }, - { - "key": "SHA-256-Digest", - "value": "EZQhDsya2KpzOjrxQ5rvZBp9QO666UzoY1FJ07mnkRI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "4zDuqauMt8XJqSvWPPbwH0AECY0B3rXdvpPPUYw46MM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "j0usE0HYHclyp8CH/CE+06a6E26aVeKBWs/wuLZcEco=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/ISAPDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "JIDzS8R/0aoosqercBSiIV9YCP/fgDwjVSgIf15DPJ4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1GeneralizedTime$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "XCrqgMrSKlEMLv/xiILJ2viZasHSMHHpwT5FeZyJpQg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/ExtensionsGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "oOhJeFmGTNGWQ6TrFHgBkPJ0W0Mfn6y/Pk6Xx2prndA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R2Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "nTXU7KcT9q+/cZekJdpFppINIvc2Zj/PMDuGh348Tqo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKobaraImaiCipherSpi$McElieceKobaraImai224.class" - }, - { - "key": "SHA-256-Digest", - "value": "XMcD1j9fuSQFYOTPqBXZolUYplaVThReBqtz2BhE2os=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "usa1hXBLgkiykQqR8f3yy8rS2lNs9ub1hkgSly4FzMg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/GOST3410KeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "w53oxHJhTMKV1LPK1BnIrZcEvW9U6RvH4eFke2dN3A4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Packing.class" - }, - { - "key": "SHA-256-Digest", - "value": "5HJ9HKkPdpBq/SWuk4l969d0iRi95P74hv8dRL+VTQU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/X509LDAPCertStoreParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "78vTf6RviQAXxqeXyry2rb/gq/hqUvKe+SS5fWa0UbM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ObjectIdentifier$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "mwNz44wwqZdEgpvYAZS8zFZRrfgPxhDKgGRw+yQt3WM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$AlgParams_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "N75jFTQ5dnd5mu2sytJD78JW5nbKSmSYTKzmK4PCyOw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X25519Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "lAJ517ee9vOHBB/lP3vXQ5xXq4FLJw7N+9gtqjhI6Tw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$20.class" - }, - { - "key": "SHA-256-Digest", - "value": "OZtKYICEs7ZkOHoQCYkopgC0aNmOvCnWB0IHerLtJTI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/G3413CFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "AEjNHdlZtn3aSWVyanL80273NKXUZifJwGZ1TYXXfqs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1TaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZkNtxeXjHiMRtsJ36l5kKx9GDjqyfo51Sta43uiFncY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA1withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "hMgeWotH50qx2H2SCeuvgvseLB+77ZczN/AJINNnxT8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "UqFA3VkVZmH3MaNyiO34XGCfssJA1pFP8X98LOa4Ge0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/PlainDSAEncoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "0iLhNv+RWozG4uCXZ9/+/XxSq3isqMrfHdxNRHg71d0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/DefaultXMSSMTOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "xkQQs5bzwxqiWIKE3hE/CLEe61vjagauFCdB2ZzcJVI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSSSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "iRkvsP1W3jdhtJvaPNc7kjqjgQPB6bPZKA36wDAMaUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McEliecePublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "cJKrHx1k/BeiXU5l/K5UeyU4pbt1pDOKAuIi9WdexGU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "/8e3Uyz8IYxW61I6DVesXIIZbPizAzaaY83RtD0ZKn0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ElGamalKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "E4cv2ePY5vdN8aEUPR0jq9wEk67BZ6iRUjWVok4uKhs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "Me7Vhbk7VEGus95a1HJgIiUSC/Pqoa1Y++v0cFgla2A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/21/org/bouncycastle/pqc/jcajce/provider/ntru/NTRUEncapsulatorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "VApdcZhMjbZyWIJzTMamclAIn1ZYUCDXbm7bxWfqilo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$KyberConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pfb9VD56TskbxCEk8qKcYHGNAVGsLRemFJW2iGrtfoE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PbjmSIwp42RlvstG8WHyB+QH+a8nYQK/keBsXH4rIek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/jpake/JPAKERound1Payload.class" - }, - { - "key": "SHA-256-Digest", - "value": "5rbIJDxmOLt5Rwh/zdQnt6eHXLXXptGwlBjxkSGP1IU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "n3RU3dDr4LzirVDIIe4eEtyLFVdpy0uCJQ0ZfDCeYDQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/lms/BCLMSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "XD77F7Lr8MHoOGh6S+zfQ5AeAXwcYvG6Dn76DPay8x0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "mWFXFMxs58UBe8FAEnrAFegFQIbcLdf4CZlhlDdLz/E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/newhope/BCNHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "j4PfM6gvdvpfAj7aWfjBEZ5/obyAzq+bDnwET6ZoK4E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2KeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "SI/SSwDJvqTH6g2jl9KQRi6nABDyv1YFGJfH15R2HmE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA1withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZN6DjxZZoktCWxUBBnx358ZYWBPpjK4SVWI8MSbKg9c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Integers.class" - }, - { - "key": "SHA-256-Digest", - "value": "HfhT3aPXXrSuxR898PWPaRy0hVykUNRjRlvgMkSv8yM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "SBbkDCflXvCuSJ6UC6Csc1YcdUOewnm914zAz/JgCIA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Oyd0beRNntSFHDHuv2KaAUt65rG2Gmtsq8eyr+R5Tig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "+MZw8lCNYycFA8MwgijuNUjl2ZU+oqDXTgHSlC3j2/I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/util/AlgorithmProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "1hRPpd/sR1J9VokCUaTHHG/7vmzzDZfFGSgQ8YZc1FU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "KY39Zt5NL1RvENV7o73yXaZB/RlfcyX7NK70hPsdEpA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/BCCMCEPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "jUoSbg7NYcHJUzAXyMayJ2FnWZDpPu47fC7KI0UJxIA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA256andAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xjs8d137Cixtq46C07uFA4Vlp4fOnhG+3pdGYSooam8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/UrlBase64Encoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "9XffLAT6DxPiq3LmFxqjTmatHKTtd95D27qK17Bav5Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat384.class" - }, - { - "key": "SHA-256-Digest", - "value": "9znnX+5v1dCwGonEHgsrGRcNcvXG8ypvfl2U1X/rBJw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "bp8uNe48ulpXr4zZ9c+f+kDGeHCi5oBohD/VaM3k0lU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "afUwCZMKLwSgJ+hJseb5ZpOyc/fhoZavA4AMuV5lYQ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/ExtCertificateEncodingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z34Rh5ur7G2InJhJ+rpEHHfsfHyFT7AiEdxYMzWmrtI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Blowfish$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "tCJcBeSkXrvxixDmvbRUZVcFNd/LbUxgLTowMFxO7xU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "L3UQWY7tt/LoP9uGCTChh1C3t/MZtPDxNEDjsX8Zu/A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKobaraImaiCipherSpi$McElieceKobaraImai384.class" - }, - { - "key": "SHA-256-Digest", - "value": "GTDvUfsVD6CY5OXJKr7GQNzRVGC6Pb4qS2HA4qwHLeQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CCM128.class" - }, - { - "key": "SHA-256-Digest", - "value": "a+9Oy/CSZl0Jk2LNkoLbuLUtY/q3lzb1eZ4AFGon5o0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/CertID.class" - }, - { - "key": "SHA-256-Digest", - "value": "k/jJb5acAZ1jyG8qstARo89T7l+rwuENNnw8BXchhRY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Sequence$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "KwdaNKQ7T6ytqi0VZgUjXgh5T+dVVCcw7L04yPRDZrE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$31.class" - }, - { - "key": "SHA-256-Digest", - "value": "+xQOmewK0dCVU9oHLyZANmv8+X58ruFzj0ahoXQWwkw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RijndaelEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "mY8uxe3A+rY9RDgUGhRojd/fczatN07Ay8DPOr6sy+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve$Fp.class" - }, - { - "key": "SHA-256-Digest", - "value": "cGHDji1Hk2VWfMLOyRlWluhoffJ1smOr4qpR826hmzM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/RainbowPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "UXJzyT6bu/fsgap+tnzSkVFEVTU3LH7W5INuD1j/H1k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CCMBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "iQEpfL2Xj2apCAvfOZ6ar/n+0DxGuaEg4cO6cYwOf9A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/KCCMBlockCipher$ExposedByteArrayOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "S5u7JHhhi+hZTiX4bFkq5uo6ZAowBTMC2K6a14HmTpw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUSigningPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "LLPIKC2TmpATTWkzzh28Xe/TrJD55U5T0ZecNuPyLYQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode$MaMaPe.class" - }, - { - "key": "SHA-256-Digest", - "value": "ayQTJH9j//VpqIq7d6JGey7x0i9QEIqORYdfDpf/T2I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/IssuingDistributionPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "L19UgSKLpotUVgR5GZeOB3MWZzLGGvdABfonz58bgPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/HQCCipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "FQPv7sbcZIMxW3KvXvR05WzB19IqIF166Yvk4UqMIHo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$KeyGeneratorSHA3.class" - }, - { - "key": "SHA-256-Digest", - "value": "JJTpd+X4zLiXI0LISYihb2w//9vTny5QPqSwN4fKEfQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$17.class" - }, - { - "key": "SHA-256-Digest", - "value": "5vqNCJzEJLBPM2yuEdG2TskB2We2ihfvxyWNXJg5fGo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi$ECDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "K9CQIncMbAg80T+ggfU61JmLWhfk7EwHcSaJxhlqnD8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/V3TBSCertificateGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZLdsndxdwXQfx+AUs6vnBo0tQIENek1MatkZzZIRtCU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "6bGMiC1+dWPh6UqwCkSUbRhXqVZALeOzmB4LsnH6Dos=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/VMPCRandomGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "anSBOFB7ANAUzi+NL0I3NzoHUBep9D6hqjLdu/QsJuI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grain128$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "32v9V0IeVXggfXOTiQfVfN9IaiOkcCdC2eO8KzFvleI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "5SnjN8kbDsVNxvAo5TEj3ScXiV/RUkhnm0SNzMl258M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSAnone.class" - }, - { - "key": "SHA-256-Digest", - "value": "JY+HCFT/1f0QtimBjqQgfKg8F9KwBxHweCIDL49LHOo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "6d5gQB4jYbQug2DxGcD+x1Ve482Hu/mK+kqz5eiWtDA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$23.class" - }, - { - "key": "SHA-256-Digest", - "value": "L1wr5xQQMe5aDYhF5X2mLc9EL9ewLLJhEsrCqjqJ0Qw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "//zK4R5jVZT0CHkMtWr8RVxARAiTN9nI77cBFvT8dXM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "QqXC48TEewiO0d65ambQ4sl+0Nxphgq7ffa+WOJ7Nvw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/COMPOSITE$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "PeUxSdCwRzwW+xmRT5O9tXfHi1pgEWPualx85WXEhNk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "CgWJVTiSiOayCZq2XfRTrm3/Y+StSh3B/Z/KOcZljS8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve.class" - }, - { - "key": "SHA-256-Digest", - "value": "1VOUuMDv9UYzsgE8fpfT13OZGAm8Iz15B95ZYbZmqpk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x509/AlgorithmIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "LpQuUpep95VGG1VznAZqW7pv/sthR1g2kYMsV85EUn4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/BigEndianConversions.class" - }, - { - "key": "SHA-256-Digest", - "value": "O3oSZB8CgB2pke4LPbl8dFow2ewP+DEMzOHXi8/YxSA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZbhiintnsvdLADsqEsv5maybSuUPgsvyHiyO+/sJid4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/anssi/ANSSINamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "d9W5bvDcrP18r35G4zMYS4xggWXWWHBXvBBAtI/bsFg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber1024_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "laIFlj7S7saIDwsyATwPV9sZd3MXm5Nr9B+78WXBNHI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/SkeinParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "H2cpegRy6P+M6mbpDXhOdyD/IHd1s4YbsiqkCtnVY68=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLAPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "R0iqMOLcf1thdaM2iNfgDgty0skcwla+qi85JH1PaDA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ElGamal$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "mluqQDS1Xyl5CYADxOvcX29/LPe8ryW2gEZ12l1CYqk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber512.class" - }, - { - "key": "SHA-256-Digest", - "value": "82EgJYRmV5ds7JxRr2FfjFpNdoC9kdK1ve2mNvee5GY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/HybridValueParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "cbdemvMZ2hvQH8peipHYRq9oJmizchgjf8c8qmOeZmU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA1KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "uEaCDqKOQywPjPuF5pZdKcgu5tgUjYQKHPU1iH3nhMc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/GF2Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "sypO5O58bxp+GvGWpZEAJG8cm6tcp/am5VI5X/W8hNU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$McElieceCCA2Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "jdRLXaTCkbjYGGWj6Jdjjx0MdTrXTcwi6n1ECwsivn8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/services/java.security.Provider" - }, - { - "key": "SHA-256-Digest", - "value": "tQoHBUCrFboIZe48gchWFvVN/Ox53Piv2CIFeI9FLaw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/PKCS12PBEParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "rhiw0x+9UzZILogVxDlsAq83eHuXhT5f82bin4xFYe8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Whirlpool$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "t03N5ZGEjx/uQffp8FbqSnS/fAb+7aCl6PMUBr34ODY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$KeyGen128.class" - }, - { - "key": "SHA-256-Digest", - "value": "4I8+KROusgj7zdt6Hx+Hsax5Vo1ajOe/gn1c18DxR3g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "t5qiSswgC/QXTSemLE1eSHM1sZfH0MkF+kKT9ifBnWM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Encodable.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jhif+gD/GIxQtUwVfBcnvBEQ/GPA+jnpYaxFwTEImfc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ECKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "ATywtCIT1j9p5K6/xZkpPlEez97bopVaMknlIkgFcJQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "ka2hvS1Sd9SmAr65YHHtZu1KPgZGAHqr92zyxGpXD7I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/SNTRUPrimeCipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jk8JsEAA4l2QehWHnNgBIEgtS94IMTa+B8YG83gu3kY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509V3CertificateGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "oPQ/UNmzpHUWK5e+eXp+AXPIwJWFRM3nJ807OAcyN2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$CFB8Mac32.class" - }, - { - "key": "SHA-256-Digest", - "value": "AbRbMQxTBN5O+lh8XKYNXIlrOdYjRsvDLUlmrCMlzQo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHA1Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "xcFIDSeH5XFtBm5SfQIpRipGTLER+OcEvTMUJIAM9ps=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/BufferingOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "u5+Y+N/HYp1Q5dOGdaM1rGwQFtnzVcm1cn8QzzV9rpE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$MLDSA65_Ed25519_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "gR97NJb3adbEsWkh2YGz6NZVPOTPscTgxqTXsi/Tb1A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "VaqQ8Ubvyj3RUQbzClEa21G5nVzFcnlVtUbEfzwrKA4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberCipherSpi$Kyber1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "hXDkFxoUzPpoffHzxHQULzGTOoefrquOvPnWxZm738s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/OCBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ye1tFTjhSMonZscDeusLJ5WX0FGzkIvdbEfhXzQWaWk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Ntt.class" - }, - { - "key": "SHA-256-Digest", - "value": "n6l/dsYvTxKf4Eidi50TPfjwVTg1graPCiryp8zXga4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP521R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jF+m/p27hCIonae8LZFFyWNQE/Vp26GNeCAL+dncmNA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSMTPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "J/cdK8Qd8c2RTUJ9adQaKiuMa341YsqxfNk9MNSJJg4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/DHExtendedPrivateKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "cmFgvKOQ8RIBsc27J04/0gD6dN1mIULnyIO63auHZlE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DigestDerivationFunction.class" - }, - { - "key": "SHA-256-Digest", - "value": "H6acMvHp0hixDsOUVXC/Vw31BoE+38XWEuLcvRCrTBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/KeccakDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "1mbs2vRps8RR1sHdq3ChlPxaqrlauBiAUjDTn0W/hyA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "HijwQGEx4ejcz+ozrNfRc9zPwel59/+gXGOWzSgu6Ao=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SM2Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "zPVX0+y52jD8FgfqvwoR3YIvi8qMxEKo+l/XRM4lRw8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/X25519PublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "/9WyBauMo9FzJVvEQANNfMYiLdZa0oQ5ybTJ6kzval0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_256_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "078a2Uc6/bfbR/wMOwEeFzGGJcMyrDqInOjtXyKuwzw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/RSA$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "zjjNfZC9KnKhXZsCUtb8q3CXVnKMP73Iz+znAtoDaRQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/Primes$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "DdJZ3dN3zvh6hKJvP/F916hcLT2fuPV6rvaxKFuYOKs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSS$PlaceholderLMSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "IjbhRbXwgw/Le4crfC+iHOc3oas7AvB0MZ/RO+f96/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "n97PsfXk0JcHhIJYL/tCipdjoGI8vJeXHgmMY67Ac94=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NTRULPrimeConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "ap8SozVb5/iliTMiA5ngwVUOTzO0BUskXMwTwOdieNU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/isara/IsaraObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "VLX6hevRYfJ7PBhhA7772f5q75pLnmw2WF6860t+k+A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/iso/ISOIECObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "zrRRvo8rUGxieTfQ6CajgkI3hEW9QTo6ts6faM5HdTE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$PointExtended.class" - }, - { - "key": "SHA-256-Digest", - "value": "iVTVhkilwieVvkabrbb66JkRvTdiGmRD2nH/qYwdSlo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/McEliecePrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "6TIHIH295yWrHgx48+eI9NtSJ4tARKGwVFc8on2FN5E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "muXMJG5utvWRtnRzoFfo4WphgREFBvvKFjidOKdd1Lc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/cryptlib/CryptlibObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "53v0MzYrrePngYKCQrpG+iK9ALpKmK/rLnXMJDXNGtI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/GLVTypeAParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zq8IJykUgu80azYGQKxfN9GQ3lpwimGa3Vv8DG+csXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "hxB6BHclBjhJabr98+iUbaVxAjCn/z8x5r4WwK/Y7io=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$AlgParamGen512.class" - }, - { - "key": "SHA-256-Digest", - "value": "pKQvUXr2mB9eDbhMKNeY03aF9IMGbWMOs+OG0k5RqMU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/ScalarSplitParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "vbpjf2qwVc0V99mMMqzSnPv7FV0ZTQE8BmyYJUbbi7Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GCMSIVBlockCipher$GCMSIVHasher.class" - }, - { - "key": "SHA-256-Digest", - "value": "TRGvOue/LDLsq6Ml/c/h6zF+Z3/6MmsZ2RDXx3NQV5s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/ISO10126d2Padding.class" - }, - { - "key": "SHA-256-Digest", - "value": "KdNnfLAo8WqKWv0C3QE8eg/I6f9BAxA/L82DjPnTpkc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "T0Xte4mKZSFJ5lAQjWlQZWC0CNGxu9VGjDvhZGuGch8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "oXgWgYmklaxeANH+zZ1Cp9Ld+AietEQORna0G9c2vqM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "MnimwrUyZHo7qr3V7Q7kUyaB/6ixpgTOJPozXbSVfOs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "wfUGCQP/ZetnXrV9ShKF2IpXN0dZplUKPuqLq/H8kSw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/ETSIQCObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2yTfU1HaNNvvdeOEuXJqd1HIO6LYUeaNMdcdFJ2m4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$DefPKCS12KeyStoreAES256GCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "X4jQqLibA1L2UQFv+ZdwvSQiWDaIX9KEoR2xtIf2vEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA1AESCBC192.class" - }, - { - "key": "SHA-256-Digest", - "value": "OgKVgTMKwAvNryD8fb4ZMhtzgsaayUj6fYceZmG0gKY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Af/7HbBfUrOrqxY4QXA94NRgQGr+7ECRdhO0QIJNDU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesRegistrar.class" - }, - { - "key": "SHA-256-Digest", - "value": "IqCSlmL2b1kfn7anookVYnhudzGnlQJmJ4p4uOmvRpg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/BCMessageDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "QgEJV7bMuduTUEW9NRIbT5ExQJ1U2RWjIIObGFwPsBw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/WhirlpoolDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "pFwBk87z/KmxM/PSDlnbUInqpeAhfO+bTw60/1/L4IA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/NTRU.class" - }, - { - "key": "SHA-256-Digest", - "value": "sIr/VuuvSzNfpf2KEQCmHlrFLWtTuf41U82dnPRd73g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "+IFsUJEBp5VZEUK5qg5m5gTO2LSASOS+Rb8evudVrik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bo1kxjo2LODdYrvC47vjZR71Uo7D9kss9RIldyQiqzY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "15Atb3r+Bzf5awQlmesMTk4vU16QsQX5JLikcFWbptw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$17.class" - }, - { - "key": "SHA-256-Digest", - "value": "uyPepGyCVeJ0DAvGZxv5ZkK2lzuBI32LC76zd0YxAIE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMSignatureSpi$sm3WithSM2.class" - }, - { - "key": "SHA-256-Digest", - "value": "6R13o02lDUxkXEEswZtoVu5maNh9lDIVEC4vDqzlVYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/RoleSyntax.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ik4dgthonSYCeRw+0rJslpghs4zXLXfBPhH1d2ezPoI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash$Mac24.class" - }, - { - "key": "SHA-256-Digest", - "value": "09OTPngd9OfHp+A5TFRyuzyMM5TtqUWqtyPQipLdpYk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "9tqGCl88Fb4Zgla+EIjE3RnoYwzCzdP5gFhO4ewGZIQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SNTRUPrimeConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "zV1TfZa7zb6wG93srNRc0RL7PiiOOYtUo3z+DVg4zKU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PBKDF2Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "f9QtL17Hjy22DECnoyPUiM7qYeNFMDozM4eygQfFq4U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "1UZR0WW9SQlVfFFUBIBV8tUJBCu8SSaUZIO4/3T1Yq0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$StdSharedCompat.class" - }, - { - "key": "SHA-256-Digest", - "value": "AKPT/bRPetNhj5BnJ1Mh6pinPHmYXgt5hFr3f8Zb+oY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/BCECGOST3410_2012PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gyjgy7RQV9zMatZZtUZovXB0AABB0LuNAnqqj++4Rhs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecNR.class" - }, - { - "key": "SHA-256-Digest", - "value": "bdTJ+VP6qsl+u/PLtLCvC9Q7P7BjYBJe+Amr6BXraTs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "YPqr2LHtz1ZLYc/kmTraiRcfCmspAyWkU7tXQy4H28s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "KdiVWC/+SdyQmhDSXNP9+kf7s93EDnE+bGBCDnS0q+w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "4sWvO3qrpFc56TJ02P8l+idxqL1lg3fl7dnrdDBgA+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/SubjectDirectoryAttributes.class" - }, - { - "key": "SHA-256-Digest", - "value": "qf9v7MCWsHFdWxpiDzSo2yyu1kGg8xbFq37odsW/eeE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CCM256.class" - }, - { - "key": "SHA-256-Digest", - "value": "b0HcBZIQZKEbyX9HTWKDXs3LAgPB7Ej6z/0t5UDWnA0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/OTSHashAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zYHadxzYPA7QSgkf3/1wgy4OWRFNaRZOzIqjeRag3KY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/StringList.class" - }, - { - "key": "SHA-256-Digest", - "value": "VQKdWSKbtxpwXZUQq8eqIV1meyfWSOpBSkMWpvM59YA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$DigestT256.class" - }, - { - "key": "SHA-256-Digest", - "value": "J6+Vk+ft3dDmEcb6WWjqYcD/X4ByKcTMMEFSq4E0XbU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat256.class" - }, - { - "key": "SHA-256-Digest", - "value": "3edltfPZzXtjt01HEk9LCwYtzy/ZE6MFjOwbHFBnVMk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1InputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "ArX/HYWeSVXFAc7tGdUrGZ393aO/+fi1ErCRJG/9XTI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "jcUIu2bN/Ti3T+4wD/8dx+UHiqYTME7/eZiwcHzRYFc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyPairGeneratorSpi$RainbowVcomp.class" - }, - { - "key": "SHA-256-Digest", - "value": "koXNbrhyJqFGLwCC2TiWRWn+UhvmTHmEcQW6hnZlCCg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$SerpentGMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "CSjnp3/8ITAUa9UjChvl/lnLgTi+YFwWIcHTGQ63ISw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/util/GF2Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZwtnxermhrehPX28xccxBChWfNxiofUVDTAg+0FaxM4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXAttrCertPathBuilderSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "8CB7+rOFCPm7M26x8ewanY+HGZWqpjOWQTdAZUdQN2k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "CeoJ+3ZoRFapIjC7ciCzCcvocy5GTpuSTsZYJ7+jmmU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Bytes.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z7oFLS5yfRR9jUNaHk0wHLcADQQvXbASrCKCJEjmExA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/ReedSolomon.class" - }, - { - "key": "SHA-256-Digest", - "value": "D6Zidf7OP8GQQtrKTxoRklIgJYp3WevSzYRutHSMEtM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "jatlsB9npRTEX604TSwHggFUwnp/dpvdOGXvh4snlF8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialRingGF2.class" - }, - { - "key": "SHA-256-Digest", - "value": "fnI4XluaL6ILr+jtMSJuQBuCTbpbfBuz3y3S7GGIdxg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UTCTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "7Aw32vMNFxOLoYEmBz0N8dfv53XGroskIHawbOrXeto=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "JgefkbpEA821sF0Bl4VJP93j/ke4rGQVHJrmfrHb0eI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPC$Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "dkzVl2aW6JLMNEyUi+yiwjMHJE1b1OJ/08zoZFnjB8E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Kw0Jabhrpi6MrTJzJ3C+VEawUL8gD7B5gPbJ50aHcAs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERUniversalString.class" - }, - { - "key": "SHA-256-Digest", - "value": "x2Tjxp8dmPaGOtY/buTEEKbyH/1oz8LhUYkNMn3YbEk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$19.class" - }, - { - "key": "SHA-256-Digest", - "value": "XQdaHof+aZzFMP6HZNrkHN83hQ6BakTp57NOyFPdkzc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/DSTU4145Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "gO7WQJ/4GDK2dveMXl2eSOcD6Mum/hAPBOrZ2QO5E/M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/HarakaSXof.class" - }, - { - "key": "SHA-256-Digest", - "value": "EgrsW/Nl1t8VnwLA09yFZBe6ixtPCQ95ISvLj+VSms8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD256$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "urEWfSdmMi1SfAgOU7/PI+2zh1if5OUajTU1TW9XYro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1SetParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "UCUZdnRWHb9g720vDWuieEGRhTlqjsmuqFZdAWCWric=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/HarakaS512Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "7pXksC70pkh631BDURRd7rhSCJaAT3h010EMslPbOk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448UwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ib29auTIibbbQksABDV2xxQYF5yQM8O+fsSTu2eLSOs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCEECPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "srwRAeAN1lRnlTyhijtIDtmZO5t4cofyrcvNTiIGZS8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$MLDSA87_ECDSA_brainpoolP384r1_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "6dL2PNwnsaI+VAUm3HYJQTFU/TkjK6ylgRTBXPOFR9I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "ir6kFz1RVwDnHeszrU7st5h5N/I8K2QW1rfrWvUD0JM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/OWCPADecryptResult.class" - }, - { - "key": "SHA-256-Digest", - "value": "XGy8KbLNIO8RqBevhxjguHHOHew98CEO1qMJMXHigkk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "5tmPjCx7SkFLvHCVdIgSDMsBmZI1H73STszqp4jPmuQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/srp/SRP6StandardGroups.class" - }, - { - "key": "SHA-256-Digest", - "value": "EI+3ID9OKrFiamw4++IWZ9SvLknpEnFfsBkL4lZR6co=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "PzXgo0IYup1BGWbIoyJgaC7kZ+5zpffAZCesuuwSfuo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BIKEKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "r7j3tAUAtP2JoQdA55mkN32s4EzvhlQqXE2vw4vO5CE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA1KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "rOIU+CAQGHYwXqMeYZc+jTmE3OMAhBO82Suvy97NfV8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/X931SecureRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "A3hP6lQI9ihDYRAapX/9eeHJXJLgyVH/3lerVJiQvV4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509AttrCertParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ImC2wuYovzfB6Qdb7CTidF1bnR+l+Gr0EGq23zTUZws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "STndNPq54slscpzyD72LUvY1C4m4vSokch3xaFJ4s40=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$21.class" - }, - { - "key": "SHA-256-Digest", - "value": "b5xbvGfVpuisFNyTp+vP6G+2w6VICAiEqoZX4++FtEg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "tTeFDJbr78xV40JJvan1BmlmgJmP/sej73kEKqruq0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "85hVeV16KiN0G6gF3GD7iaGWyrhjLs8WuF/SlGMOX+Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Poly.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mb35+i8tZGSJcnsAtMs31BbyDdxUbMWzmnJKDJqlpdY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/edec/EdECObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "R7nEzfWMdjjEIR3Dvs5mVmQ9kJTggSoDItteFVUZ4iA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RFC3211WrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "EsiFlL/KqKcwdyrVNXJKsSj8whuCjmXEVOfHvkKaMVk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/CipherSpi$NoPadding.class" - }, - { - "key": "SHA-256-Digest", - "value": "MQE2fvHHjgRr+im1chn3Qse36GVq73tYuCtmQBbErtk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "UZSLOOqqGrpg/BWOcPUaSnIAF5fwZvprvLNSyugLoRQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "r8Qkc3+YSOIRs97kTc+dzinrbDz/3m7Ch8Kr/XVpq/M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/Committer.class" - }, - { - "key": "SHA-256-Digest", - "value": "S32GlO8UewAOZwcnun2TSownTiVVR4uFMI96fD+7A0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/KeyFactorySpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "/ngG6/Sw/RRyu2btnUUz98CQz34MJW/sR9c7lmQlZjE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EdEC$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "ULfQSq/VH4a4sgnp6pK5JhUxNFO7sZ2OegJlT6zguL0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceCCA2KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "CQkVMfxu4VOekhBZAWzw7gnnzVsMdEbwW3nzEdy5GnQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "xRWpQMNDJ3q/BO+sA8v+69luswZqWF9OkLuql3xEuaY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1IA5String.class" - }, - { - "key": "SHA-256-Digest", - "value": "QYSUKYYw+U450JW7RWFbVKsIhGYxD8sEHeO4/ZccVmo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/io/CipherInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "vQImANgVrFK/Eywfjq2httVskm7R8QWFqNfaIXqAv88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "py6VKqD+f2rqoz6nfyPXNfL6Iir6P4Tp582UkdWouJU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mt846zkCpEAUBYqeDH17t2Vyl/1fx/R3z12BzpLWH8Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/ResponseBytes.class" - }, - { - "key": "SHA-256-Digest", - "value": "7XyYzJ4MBpJGJmFUC6/iqkU+V/+lPv/bm2lWo2llV3o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyPairGeneratorSpi$Kyber768.class" - }, - { - "key": "SHA-256-Digest", - "value": "IxV1TqmWy5ug05NEz6L+Gm7NTrcuXnKdODKQCltlFkU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/OpenSSHPublicKeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZORkYQcTPxL2iuSZyu7yNow0gUAi+YHfb64/8eTd+F4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZWS0+wgwei3iQ6Fa81e4huDBuWuRB3EOqbAgXIV5MQY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "b97qqnWw6cQtOkNwVHOOYhHwGt/iYq4izuKSAcB6axk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/21/OSGI-INF/MANIFEST.MF" - }, - { - "key": "SHA-256-Digest", - "value": "NRXo3p3L/Zg8GGAeetIKlZb5B3jVkNmrgdp9ObT7lGA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/AlgorithmParameterGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Tk1qe5TTAbuFZZ/XyCGvc61LiGpAbMrjLOMUMotE+s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/ErrorCorrection.class" - }, - { - "key": "SHA-256-Digest", - "value": "7tSlcPG83rqdQ1x7J8Tv/hCs+ojeMDVfApMus7nz95A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/style/RFC4519Style.class" - }, - { - "key": "SHA-256-Digest", - "value": "l3pB8i8/7FWnwDepvxoy9j2Aynzc3yv2HHR3ON9haxs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/AbstractECMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vu5X6gOPyxFaCMh90x+X5xRFaVRtZdGKztdBS7f5ueM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "GL/nFfCgUcJFSWHu9iiTd2fzKv7VcwEMs4FM4oCnVM0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "yR6CG4rs/SQgUB2+IsQLC1AHr240klQ9eRQMPEs/hR4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1SequenceParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tjj4jLlo2J63tO19F4mE/I3sdKx2Az+W5fASDAYLyjU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/Symmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "jyIHehy1vWQb5F1gJbS2emc33Ubn7qSHdKeIDXqf5MA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "iPAf24vxRVOd0njEyRmWK85z5SOJoCAGU6IKndpOCHU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qbP9j1ptXsu3y0Nd3XdJTQ4IPpEDftEKsN8pQWarDn8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "usbe/hC0qgzo6xyeynZPT04d5q4zS3TK5Ioc0t/Nu84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "+ejC7Nj2zhITWajfP5WlbKuIyis732+YpaqzJN8SraY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$Shake256EngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "XYLcfv5IBs5OKPTqoxFK4E04umXbXCeFA2MVzOGfc0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/PointerUnion.class" - }, - { - "key": "SHA-256-Digest", - "value": "BYMFAk07zynJq2tNOf3p1PPVuy+UpxOF4NvVOCa5Mag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/SPHINCS.class" - }, - { - "key": "SHA-256-Digest", - "value": "Be0E1DA8rhS8/s7NWx/5QEE8dWBnw5VZpJI2SesbCAQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/saber/SABERKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "dr8T/DpdcJjr0EzghnybrXpPOEomEbVS5dyHD7FIOdc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SubjectPublicKeyInfoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "yY3I+XQKDbnK1uEZ2jX/TBOp1uVmVTXqQP3etBgw31k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "EAQX6hcpdzEvXB8BUnBKECxc55GsffyToJ8y3WJL2BY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2KeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4OHyGsAWxaq1dnGmAmQgbyGuq5ENKrU2T7QKTthF3WU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$DefShared.class" - }, - { - "key": "SHA-256-Digest", - "value": "n4pG9hSVNxh6dUIdQaLAlpoK36YvOVfDPl3S4V4UYDc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_384withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "EXSjTZiWc6ql9X2Orl/zQhYqSBesokD63zTEgw9kOws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "YLWrPGb/imGs/cQpHNh7snHn5cyViYjEQKwklCmsELg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$DESCFB8.class" - }, - { - "key": "SHA-256-Digest", - "value": "eFaS0ywpArJciZ3AMcFf0cTB/BO7GYUFNz2Wd2MtHz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Blake2bDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y+ltXqlZLLVudSM+0yW1fUq3RgmXJi0VwRtuVnHf0QU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/NaccacheSternEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "O9j6qPtsnsa5qWvdbmXAXF/8yjgS2HBc2EoAXVYtrO0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/Translator.class" - }, - { - "key": "SHA-256-Digest", - "value": "DySKQcmmLz2DjfuyNLP/83xTSosqQQf56llViFrD7Js=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincs/BCSphincs256PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "joA5sT7ajzRnm8PT4ADF1jg342dMRUS4LE+mpfhrxJg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "D6l+zXFKoJgjqIUBDZFSG96D43W35jL1Gu7/sHjhLjM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/Tables4kKGCMMultiplier_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "n5e1cyCi1DVeF2FiKutWH2KbAsOi+0KJWduqmsjODPk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$HashMac512.class" - }, - { - "key": "SHA-256-Digest", - "value": "GKdD+5wXGKo9VuueSvRQJCbU1oOf+e2/jFJDK0dtsb4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ObjectIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "IccltsZsnboFcuIPddsF5O83qRTN0Y9eR0sIElIEXLs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/DerivationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "yT+u+c6qLxvwK4//JsntawCPDwnaE7bOWMmSfeRedb4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/V2Form.class" - }, - { - "key": "SHA-256-Digest", - "value": "nRFUycUKS1dyIPlLZqv4tZDGBK+f4SddBXvd9QaQo0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Yq/couQZosx2dswqnw5Bz5W+ImoJfVvBZe8+DSokRE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA1CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "EPMKH26dPGc3Ae+suKWKyRya08Dt0liy3rz8/aZqxZk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "I8Rs2x39mLxwxek9xJAGIrxVXwfOlUEH3cuL81GKdmE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448UwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "WT8leB55sGkjemcmaOh83ZD3t62gunEFVqJpMz6ntmY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi$RainbowIIIcomp.class" - }, - { - "key": "SHA-256-Digest", - "value": "CHtT3tuYXrmeyg3/jOFv9MrO6GeYeSq5hhKeRYBOeXU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/SignatureCheck.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZcKcyYsK9b3BhnAcZJtOyKYpL6LCs6dgehIWuUMd7a8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/drbg/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "XuqtOcEZrGXqmg95Suvm7RQDQ+DzhBWqY/MPEejt/WA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS4096821.class" - }, - { - "key": "SHA-256-Digest", - "value": "gVtZtEph8JLZ0X9rC8dhxgtRXMt6BhJpiuLStTQla4w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "jTLdmv39CUGKQA/ySTb691Wt3i0yqHZ+UuBJ20kgpCU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1OctetString.class" - }, - { - "key": "SHA-256-Digest", - "value": "d7GqWQ4aUceRAuAv3CR22R8ryHdmYl16An6SiAxzc0Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSASha3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "ARxZIS0Jn42rpXdI18AZpAV5QG/hfbglEpb7Ws7hBa8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesPermission.class" - }, - { - "key": "SHA-256-Digest", - "value": "1agwFYlZ/ct0w+7b+VZM6zdcXkyKyOyZxzKQq2DhFEM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/SeedDerive.class" - }, - { - "key": "SHA-256-Digest", - "value": "pIoJcMuyEOirQ2Y7TfVUYBiU29rIVEk3bQvxKQRRFRY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "naovW5CwSywBJJFaDD/pUkzqvEamnHk12VktUp6gds8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "12yaoVQosNg+LmgSgzHOGaKXe8ay87vh3E3T3ZAK3iE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "WuipVSJMHsjBTeyDHO7Om8IvaMFWdgCu80qHuDbUHEw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JDKPKCS12StoreParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z7XhobLeUtKP4+LxWNXg0J6HtH5xC0x61JB6oqN9BF8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "hzMWibvvgNlju6L+utOoAiinkvrSpa9CV8mj9ToJpKM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Kd1YqbMqwsH475sXHpL1N8CNBxamqiKyn16hJCVwg48=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "AFq1j4pXR6eoTtHu2S4yhgz0xrkJbOZmUsEkjltAjEk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$DefPKCS12KeyStoreAES256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Py/ojCbDcUtxyOKmiQ4J+T539wgSywYkDrLg1COpeQo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/KeyAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "b12+CgB8LyiXrvquN+tKXKViSfy5MF3RYRqN2rY5v+A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceCCA2Primitives.class" - }, - { - "key": "SHA-256-Digest", - "value": "ROJrzsbvWt3E3PO2Sk5tgZ3fC4+OlMz900Os0Ei5EOU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1GraphicString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "VUZHDsOfVFoQadixI5uixQbHBST9kUZTXKhofAx11ok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "YeQmlKNG8A3ONlICVC6i3ex0qY1ph7vJijjqeEjLLJo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2Vector.class" - }, - { - "key": "SHA-256-Digest", - "value": "iZLH2wgZUJcw4KXvVch81skXW05oQNC0qX3S9ngyrzc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/COMPOSITE$CompositeKeyInfoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "hUY68dcdO6VRpEpxskuNPa/ReOFry09Sv+ONwMI0wf4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "NK8nPfwct4MWu0xiuRAu4MTygTimRE0gaAl+ZNe/k8w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jho6LefBa9/5vwhrrpe17V4/rEObPWg+JjOe3Vv0YmI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$18.class" - }, - { - "key": "SHA-256-Digest", - "value": "ovOsFsZf9inMod84j5TjH905wG/DXCt6CJRcheAuZpk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "BTS3k71y9V/+jY7GbIzcH/kuJIkeNv62ScIFgwd6R0o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$OFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "EfGz2cXvLXojXmYxkP3EK5Wr9jz8+9YftvEdXLz/Imk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/HQCCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "JyklBFyBwqBE/2OuCndINBrpYgoMPikoPqKcDmEQTQ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA384withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "yMVFKOPm/Jo4ry4TBxQJNeHuAnFoXQ7qdMRNik5uP80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/RSAPrivateCrtKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "DXEj0Dr+1aFKAS97AbX90WrHPY2kKkImiCb+5/QSLp0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA384withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "+lWCRj1U2gr1/+LMuyA0YuyjVwzHh1kGyDYxgd0mp+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon.class" - }, - { - "key": "SHA-256-Digest", - "value": "us1cR46HxcbEffMyk64fk0B7e5nGg87VFlfLcDgBic4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "tNUWkT47yVe4b2c28MDKjLMZtO+Ftkea+Ust58f3qV4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi$StoreEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "ya1HCnIQf2f+M7GIZdIU3IQj6Ubh9NPmklVPS+iij+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCEKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ck3ETY0Qs7yYV7/S8+YPJXqsy5/mCO3DGIN5me0wW0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/BufferedAsymmetricBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "COAPPBBM5cWpBYhoqk38q1vrTh1nCC1pqnpmdWOPUmc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/DHStandardGroups.class" - }, - { - "key": "SHA-256-Digest", - "value": "5VSWJ+7JCl2O45ifyR8B8b8AWaji0LdDv3fwPkuqoyE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "8mXY8gbYh0DDfQ070Jqd9LPr15FMkd2PAx26TnqItg8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "SRU1THcIeIC3Ftscl1lCLLbMhiGZND0FsB12VQwHK/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "MUkWvfc4X5rJJhm0fqpQe4CgZOORd2OHpIgs+evPwVk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/MemoableResetException.class" - }, - { - "key": "SHA-256-Digest", - "value": "+F2JgyCHQclghUJnkfa1AtvxW/8KlGMLfcKlj0av2hw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "xUeqN48GVWDl4Wnbf2lnSnWEj2OdGxIat/u99cW+6Uo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/newhope/BCNHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "n1b8JK+/ZQ/96R8tFnfAVx3aodl5T/E9C9ZIY6RzRRw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "hs1GdLWk5Gg4cYc3k9y9v7NjtdqPXPKVookCdV/3uss=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "BgemoTB3G1nMOR+SySYBdYV6W5/uyZEo0OaoN4Ok5Nk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "oRE+RMANsbdM5pnIb1xAkFO5oF2oBkNF/xpTYofPxiw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCEDHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "hDZXoI/2gGMM84vKVxh+DqZT4Mas0KHiDkaKEwxE3TY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERTaggedObjectParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "0hQc4jZNj8QKNygQTmUQLIeYuA+0noCmByGQBMCSWDg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "IiOD0P+NOH3yPDaacFTS3xQxwwhkuMaVBDFly1gAbqg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "T7OuxhRA0qLpsN5r56qDth2+gRqpNZ8jkOdlmBAT6sw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "ao8GpL5eeP5BksjR11KVko9xfkVdUpAfoyMW3lDQ3NQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/KeyEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "DWoPine8d3H+ZdVJhecOv4wjab+OmV571GF7up7MZEM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$KeyGen192.class" - }, - { - "key": "SHA-256-Digest", - "value": "AqOMWBPuhG5SNw6JrnkMPzSydRcRLkOYzCNSO39nYuo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/saber/BCSABERPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "bn+auRkw3f7r6TCMqic9kwAH7Rn88Afvwhtm/wgv6Oc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/HPSPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "rEC9YYX63SaF7b279Cz8iuC+Rnn8nFRWkoYyIEhJixs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "2turW4IYT74hJjZwbi6JdT/M0sUjTbJQlq1fnUJavuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve$F2m$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "+5duJo48OSmhWgZoyJz+qaQOSBdP/PsimjWI5s04nfY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/BufferedDecoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "9P2eFUakOydtchbDT/HK3hrjqdsolS5r19LWVnKrT1I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DerUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "x77JHNr579xyX5lWsIQH/Rv2l9t4AGch3bLHOj+h6PY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLAPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "xqvtMdqowM3w3cE7JKvbHoVgllLviMRkF0AUa00L3bw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/pem/PemObjectGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "R2e4LorkX4s9INOvLin8KvIJ9qb/vrQgYkUAm7Qq9A4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "XwkuyYuJFQphRYmR0yzEyXbt8twF1XS1rdwbjfgxvqM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Enumerated$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "BOj4+n23Cub72UjYm+pwEpWyeubOBZmLcRoFAqCXToo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UniversalString.class" - }, - { - "key": "SHA-256-Digest", - "value": "DPoOkV7E/3Dy9zPOsTdCPXonaEA04yQo/4Xv+X74ojY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/SRP6GroupParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "x+labWDx5s3aR39fgSf1TV2CtuQMKyUcuqDx/S8nKO0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/LocaleString.class" - }, - { - "key": "SHA-256-Digest", - "value": "5JJKK5YvdBUJooU+9y7Kk1xGkspj8PS+gAk0N5tt2LI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed25519Signer$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HGmPSZIE46P9gysw7aGBI+7ASLk4swP+BKhQWtNSU98=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$KMac256.class" - }, - { - "key": "SHA-256-Digest", - "value": "cAUcMdk5k0sKBTiC4Q+AJ34KXUYlZXeqpEuCkzoB1hM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_1024_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "q1G+V40Dcn55oOoWlwki2PdZBl7uGidCnZS5IgJX194=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Poly.class" - }, - { - "key": "SHA-256-Digest", - "value": "M7mZIyJNXgZEsJrtYk268tvoli+rIpKvEqaw02jT3IE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/XMSSMTPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "2hsJHsHNMx6yH6VioGrelfNcbgHfCjqWqjEKJPGskNI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p$QTesla1PPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "EYzrNH8uqX9uC8PW1kJ5S6RZX1vGXDRBKJ3on+sAvZo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "WWbYjXUAh06lDAcsbwn3F6xiAt615BfwSmVHjtCuPDM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RFC3394WrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "dkBNF7zj4Hu1UXp4QjAx9CmMex39IeH72x1Jbhcd0nY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AESGMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "RoC7FwAl73MTi02M+O24aVvasQg5dO5dDvGYOamHrYw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base2.class" - }, - { - "key": "SHA-256-Digest", - "value": "maTVbDi8a1CkzaQSukyMEryiH5eLZ59+IDYB07+nuz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/PKCS12.class" - }, - { - "key": "SHA-256-Digest", - "value": "JAnvSyzC1A4k1GhZQS1+J41SNIGxFv7kSTgYjAK/I+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Argon2BytesGenerator$Block.class" - }, - { - "key": "SHA-256-Digest", - "value": "BqCBfvQn82joh3/VCJw83kt8DfDflTTJZvlyj7vKUZo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/BaseAlgorithmParameterGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "gZuVvqSrg9XgoXr57bawPeQcObLAOLtCzbTkwAyUAIo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/HashTreeAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZnK0uYEfJMOSPc7LEy7Sy5kn4f0Kl6HkdejG2YKmpuM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UTCTime$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Wh2eOmJn93yY1oooyvyWFEyjaEndPu7RzzuvxCsYHU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1VisibleString.class" - }, - { - "key": "SHA-256-Digest", - "value": "qp03Pboh55riaIxsBigthclPjoCjjRO3gY4GDOHIpjM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/iana/AEADAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "4StzbKLMzKeVs7Y7hNtr9rTh70IoSH6dz/9a6ReQS3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/GOST28147ParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qj8vbPMChSmUFkp7fDv27AsK/vh/q/ULd4LzwVmMfww=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WNafPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "WedtYCanh64hGkNc973Iy+5KjSk8DrOMoksSWzlD5Mg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/newhope/NHPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "56gpAticlAjQoSxIAIPNDMRmsZ+KsP4L173YxUGjNHQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/HarakaS256Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "oC5vhkAhoGvyC/A4f0z0u3i7E/LPInaRKPKYr9TxTM8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "LFOQd6P3YDSbzT9QNGZrt5jo3fjKNxqCBySBzjkditk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ThreefishEngine$ThreefishCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "SxFZyjkvCH2uEIFMCKVIMxpBsjU0FTfixOVfOCgENRs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "5jJIAL2DpyM8arm9Qmn9jkZRGRQ478VHEmPAm+4WX78=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$OldSHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "hX4W/3O01xYZ2UNReMMIrhaW2+0yrVfsUjlJIjNUYaU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECFixedTransform.class" - }, - { - "key": "SHA-256-Digest", - "value": "tjnLRkz6ezpHeqI3Z3uiF4iAtszdr/s142swp19unXk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_256_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "jDsTilnqxosyoCNjwftEMcOrZ1c3hP+5zXXlWMtXSwg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1NumericString.class" - }, - { - "key": "SHA-256-Digest", - "value": "fdv92dASssJiQT2qM/PKaonoY18ZDKwphwKifvAKZ/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SM3$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "hQ98W3k6NnZp/AiKMqAjrakS1fFy4JibeTiK0B2ngcU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECPoint$AbstractFp.class" - }, - { - "key": "SHA-256-Digest", - "value": "AaRGNabhEUeAaDfbI/rbW8PnCiH+dQaP8rles6UwKuc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$ErasableOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "3IMfczjBnp7h+by5DOlahoouZigsqFcb39oOshSom4U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "hiQxTtxcNst8BZfrPH3bPVGJO2i9zlRsi2DO92sQUEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/saber/SABERCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "8oN1z437SCv4VNoZ8GSXUl2ZOuhSS4sQ3EarvjBHgQI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withShake128andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "O/XUtb80BoTlCvw69+VLAqesiyPbIAx/VGAANjvt6vI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "u9RJCzC1h+RArmDCC26AHZs9ssXvrIJhDnOX2KlMtoY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD256.class" - }, - { - "key": "SHA-256-Digest", - "value": "C3hS23ro9akVkFN36DfilYGfBvhivNAONQ+pwYJFiTQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/SecretWithEncapsulationImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "U7lrDDmqRztKeRMqaB7H2kl4Ik0epXsa9VfCT2+YWnc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "h6jXxXR4QcZ7uCiQ2/ENCgosAkSopm6qKyWIoO1/Lck=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "oRfd3uPAHhE+x39/xVr08ZlvZMKczo+761zLepe8BvE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUSigningParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "IxFqPnXgDs1gZWsutXueLdt51fDZGlISJG0O0BjhrDI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "vCFSlQ2rirLqqe/gjauoUJSXHWdKVVNjXxw+3Vbc8RY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconRNG.class" - }, - { - "key": "SHA-256-Digest", - "value": "tZiZFmeAncHWEpLJJlTMbtzkDkbDHO3S+4REyqDwUPk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicParameters$L1Constants.class" - }, - { - "key": "SHA-256-Digest", - "value": "3a0VW/Dqk70PZBNY+RNN5uGtCMzuI70XoGLnflSvLAY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUHRSS701.class" - }, - { - "key": "SHA-256-Digest", - "value": "l+Ssbea6/l2Li0leNAefhSBoUDc0Jr7PVmm5u7jszRo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Salsa20$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "lSmigNe39pEA9PBMsOV4xzCeCsPZzRtjzczgGcxX5Rg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1OctetStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "9agzXsI3RRwzcofmSBE+gyZ8KNHGmn3R/BivMEVjS8Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withGOST3411.class" - }, - { - "key": "SHA-256-Digest", - "value": "RMMyZEGxdEkd9OM50wnj17OKft47vwGSlM4qGsMocxA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLAPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "tVqbJlQl4OV4nrKK6eknHbOtbZKEr72s6uH2KA40H88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/Reduce.class" - }, - { - "key": "SHA-256-Digest", - "value": "cycTbRl/GixPZJyuwA2VDP7IG6QmSd8P5uv7DLIRsYI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "+GtJf1R4n50fKqgQpTGB6PgVp9ocsfDy5wTlO6FNONg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_224withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "WsotSj476JT/qB/KJIOebltoF7F1cFkRFqNWF00r/kA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CertificateImpl$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZLP2UsUA3afjG2Y+vSs3w5SrZrhCm5rYyrKj5g1OrYY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/examples/DESExample.class" - }, - { - "key": "SHA-256-Digest", - "value": "dawsezn+jQQ3qKA6kRK+o42CUfzX/7cJv1+PoavL5bI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "iX/b+eW5JOQ0u8Sa+e8KsYkzO6E7pA0d3rIbghoJiJQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/DistributionPointName.class" - }, - { - "key": "SHA-256-Digest", - "value": "DqGpJDec/bvLmR4mPE4es9w8HeN+9riQ4lqgIbICs8Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/KyberParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "hSyJwfdb7DGWRH72LgHt12cuYXjHB3dfuqAA1zrfzDU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat576.class" - }, - { - "key": "SHA-256-Digest", - "value": "namwY4145/MCdmX8agdQRq0yz1cIWK6/TBHQGZKY4KQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "3wvGlAFuKywc8YM/yAvfJSiUaoYtVgSdfJxd217WlyQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yy89y1MKYBjuL8+wME7m3/NNovQYWSyyHathr1j7CYs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECNewPublicKeyTransform.class" - }, - { - "key": "SHA-256-Digest", - "value": "5WNSQBM2Z5b8f7iYqoj1gc5OUI2pkzx18Y8eQWwhM0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA224$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qnXJiRsJ4aNj4wNZ80cx/U1QPIBExbCSp/uCax/nrMo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Boolean$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "40ABdOeOeN/HFJnMMtJXZ4NhO4V8BZOZRixt9bHuGE8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CamelliaEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "C4/657zepo0syR0Bz8kfg2olzzv0e1zXtEpy0cMm8jE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERPrintableString.class" - }, - { - "key": "SHA-256-Digest", - "value": "CrIkAMdK2e86RUj/Yn1xKrZO2V5JiCL7X07qNqpZ6aM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "W0bc73nMY52w1qXjQZ/E3y4m4344vnuj0U4cuLOsBoA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "2sVwi8iMN135yhhrQc2hdKGLTy9czKtG38icYOBcSYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/SHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "cwouCZzL/fSkp+TX/hKIPVSBvwKGrnu468Bwv6mYMHI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "0MoGAJd9eLVNChGObBPWLBaCMUlstTp3zDH0nASc/VY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/Tnaf.class" - }, - { - "key": "SHA-256-Digest", - "value": "l9XB9u6dfbX7yGqxwL7M9QhhzYpuOuZRbbX/gqy9NyM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA512_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "dD2uThruwtR/zybD92mzm0mfS35/OAq9fXFO+xEUMaM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/ObjectData.class" - }, - { - "key": "SHA-256-Digest", - "value": "D1HYXZQJIMrJxgAuGPXFKn1VVfPT2xQRUVTY7kwf+o0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/InMemoryRepresentable.class" - }, - { - "key": "SHA-256-Digest", - "value": "IAnxn+6Es7Mr34PL5+q4ukeODCu99qRNRaJXi+xWnjs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WNafUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "xl+2fAEuYBSHH2SGLF2v7ASyHvcck/AgzivnwlfGRRg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$PBEWithSHAAndIDEA.class" - }, - { - "key": "SHA-256-Digest", - "value": "bEii40rfBCU2JLED2X0qIsLeOyIRA1JTrefIlfRoy+0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$DigestT224.class" - }, - { - "key": "SHA-256-Digest", - "value": "QGcZ0Z28OIeZBIFx38HrME0RpZ4QcGio2tnLF1rEYao=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Signature$Proof.class" - }, - { - "key": "SHA-256-Digest", - "value": "D2QOWhT9XJJCFxFPlN658S1nEsW5yiR/rqX4/DRkY0g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/SecretWithEncapsulation.class" - }, - { - "key": "SHA-256-Digest", - "value": "K136jT/ztxyf0+H3q/DWYKA9M2mFieYXEWqK+BFQPkk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509AttributeCertStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tc5W/LydLvYJZlOsD+kZQUG7h1e0jxyB1x+K7dFJYzo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/rosstandart/RosstandartObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "IOKUHVyuxMHMxOd0nXug4O919FYIbMPpFdVK+IcPbGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2.class" - }, - { - "key": "SHA-256-Digest", - "value": "sR2MrFaHXKI8wEo/eD465u9h4IbkoOkC0n9zMX/5zX0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$16.class" - }, - { - "key": "SHA-256-Digest", - "value": "KOqoEqMaeKQG1DaP5LTDe6Uu8zRCmhm1qAuTwwY6G58=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_256_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "MbvVmFF1XTiWaMHOxYQPrxnc53C5XoIZAZwod5SQN68=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/Base64.class" - }, - { - "key": "SHA-256-Digest", - "value": "B0tqPIe/X0vkTBkPA75NI2UsxQzyDZmD20BmQpvfJBg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/DigestUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "R+dTCtBiLPDkark7Z3F+gtN23seqY6GxU8QJGwmsaZQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "4ifv0vXQg5qCRdsafeCbkQyNMpBUgUZiDM8D+IEfb74=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "IO7QRV0zypI4wj9fokjDyECf5LPrJyxklaD8bFYQHeU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMOtsSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "6zJ7VloXis14djquAzZ5N9/M7nQ9TaTMmlP0Pxwli4Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/BDS.class" - }, - { - "key": "SHA-256-Digest", - "value": "aLEoKyM3UVG2O6TbmWFd9jZ+S0+sIKsJiB479w/tpro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_512_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "XBC2FQ4Hj0Wk0OKSPl0vrZW5YAioRsNW5q3iOIhycmA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake3$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "QLt0s21F7tnVfVtYNrqcnXc50OjICmZu+S9qJXHL/xA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERIA5String.class" - }, - { - "key": "SHA-256-Digest", - "value": "wQ4uhdYTbtBcJgtqXK+cinXCNxhQki6qPN/EDbx+g8A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/BENES13.class" - }, - { - "key": "SHA-256-Digest", - "value": "KHmv1GBQnTF81m6KlI59GLuxLi3kvtxGxt7lIIK6PBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$DefSharedCompat.class" - }, - { - "key": "SHA-256-Digest", - "value": "DCnOdFLnBAtyWQiE290nYI+5InFqWLf+CcdS9ewpxt0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "s+VUca35GWpS1808pqkwf8flX5zT/o1GrT82jFtkdXY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9IntegerConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "L29N355UVTFI7UZAstEPkox8nt5nIWaE2vTLPvzYy88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA256And192BitAESBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zmva2WvrPmeF2x8Q+0O8uqZd4WiE4bclkcRO0eoWf/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "RPmivywRnRxRA9vGGusvcQUHJNpnLaT/yoQ8obCGb6g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_512_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "jIOr8FwXOJqszt6ZMdVZQPKGJ6FzfqCOYgdxfNpLlPo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "UhVoTyQWYiqjhefFLnukSLOziYhTSlKPyQLljicGoOg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA3_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "M0EUYdX4NO2XJ3wSdqUOfjJLQTsDD9xMRM/2Ko2sVkw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_512_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "cJC/Xyetmrsi1H/c49ZOCRQkbtbLl+cj1qlF+zpANis=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/SPHINCSPlusParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "B5iEvj7GoZ502ya3wae/gnP/vfAKcfCedqJn6RuPqiU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wm7Ixl4eYdLLkW023WChg3WO6GxvvJ4dJGJsrpM2GYw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Longs.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fsb1A70AHfdnaroqDw2zZJ4idk4KEQd6ieCd2x0fu/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/ExtCRLException.class" - }, - { - "key": "SHA-256-Digest", - "value": "oNOlVxXcbGLOTaBDLCYXdmAP9mYeBHQ2bmpaEtz27KI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD256$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "joNr199h9IOBqIjY1NwOYH10ZSVmNiBz6YcKX/fbOLo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPKCS12$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "iPORCIV2Jv8vIxnyG4T2JQNSQMtNj9rFwydxoKFusn4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/RSAPrivateKeyStructure.class" - }, - { - "key": "SHA-256-Digest", - "value": "QwvQoJ5d2VHxDpe1yC6+vMNaL3nFwirqXDwwdNY/oO8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "e+ZAzWUkzu33PLScBfwP4KzsgyyYqWr/7Uy79yy++/8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6.class" - }, - { - "key": "SHA-256-Digest", - "value": "3vd6yGk0QScFbEWHMxzAED814aDkPlHLdQVx+SIixzY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/IndefiniteLengthInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "DKfIASx9XYrlSr1G/nucFwlX4CoBM+539y/4lxgJFBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Haraka$Digest256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z/bhmY4b0RaXeuq7TmTbiUYNXNk/Fbv0Ykc51758HYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHAKE256WithRSAPSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "pclsy/nDhUa39qrj7+T3sGBz2aRsDzcIGw+W2o48BA4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "AcV0p76nh71CWBtMcomwdHtxJM0vwWQfXVs6xKeNRVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP128R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "4o1/QZRJ2A47xB8z4QRFHlZNrRKqfUKa91mWp6jm9Yg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERBitStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "mBdpfHtKtDawb2tV+kZVDfeIf9opDQWzCc8mq7oSvzk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$CryptoProWrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "orhs1huGDmkYuizwQDuEi4dJRBYffHSaea7xcygz9vA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/EndoUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "vRZXs1xNkzvOuk2t4NXoblo5KLVF+o+I2H+Cd1UrBvY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUOWCPA.class" - }, - { - "key": "SHA-256-Digest", - "value": "GuWiuxbS4KAPFGxSvH7ML1gWubYewjpKaSc99+l6Lgg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "V/yvcwuk65Q3OiXWBd4i4BbanX6lqFoVrEdeOEZJVBw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/FixedPointUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "NbCSeyKFopWoHxPFnxufeSVUxftpMo3F/K6OjRQBm1o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA384andAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "2PGLNBLTR0IaMCQduf02RNro4C2nPafypsTJ1wykbYM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SkeinEngine$Parameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "yl9gAFLs7NVjQcELWBrUHpl/5HMvoBBF5X7o45a5iYM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenKDF2BytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "V+t2gkkv1KCNw6rrUag7K6g+BQXsYjKSCxTJVfGM/jA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreCRLCollection.class" - }, - { - "key": "SHA-256-Digest", - "value": "+DdbBw5D2zTMUSCzinZ2upbhGdPIkj3MM1im8AJJjsg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Blake2spDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "abdRQUWKzVHtr3IqFKJQ0TDfMi1AeAm25Jordj2VlOQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA256And256BitAESBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "mKY6XSvJ4fWD/as5/BYtPFV/7mOllDmwWC9U36igO7w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Haraka256Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "F4BFCps2jAe+qWUtoXJ/ps4QVBFSGPQRvBsz04eU5JU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/HPS4096Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "mEc9wGBjWbaORWHzu9daTqRGUdI7eADHjo0AVOEFQTA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/HMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "6xaOd361/okNdyT05gTLDxg1WY+vbtqSsg14XdlgrZk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/GLVTypeBEndomorphism.class" - }, - { - "key": "SHA-256-Digest", - "value": "hFOoSojuVL+KD1njBzQI5H12MdmabisaAL7iyp3aXn0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/CipherFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "cpJ2jrF8ng8NUFged2V7c5iaaiv7SWzTWGZ9mpDPUrw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/ReasonFlags.class" - }, - { - "key": "SHA-256-Digest", - "value": "iuZEIpuGkfr5dcXwU56YPf6zKCWQ3nlhQy9dJRcfQ0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/SPHINCS256KeyParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "0Q7JFUpDBA2SY/elsmqFrAjC2ZXkmD67Nu2kt8HsY9k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/MQVPublicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "TrP5zwaFRkwPxioqT3N1qbCizpiCT9Jk2x0pUwQNDlA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/KMatricesWithPointer.class" - }, - { - "key": "SHA-256-Digest", - "value": "+3TJ//5932xPUhZ6VhJWzkXkZDSMyX5LERCyyKjnk+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCertStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "e2xL0giemfnXSrvOkr6DjC8MucqslzYsyUyK0RrevwE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509V2CRLGenerator$ExtCRLException.class" - }, - { - "key": "SHA-256-Digest", - "value": "mOqsLDkkgdH7usnWfMmzaY8ZTnUO2PZmZeUvM+KSjJA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Object.class" - }, - { - "key": "SHA-256-Digest", - "value": "xpK7RPX2X5zh9mK6RR4hTIsXnN88o+yhqRvgQNyrIuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$Digest384.class" - }, - { - "key": "SHA-256-Digest", - "value": "KyeTfoLLIHPXVeFH8m7b6v/8ma+GeMM8sFy5U3M2WPs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/OTSHashAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "ljnbb+sJIuvobqmPe5H6JIhPqF8fmrqR1B1pIHfsLD4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/TestFailedException.class" - }, - { - "key": "SHA-256-Digest", - "value": "zwtme3RXW0TiGrKZRDq21dGlW7q5av1/4/oUs1klS00=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/StreamBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "PPh38fUQanMTf3bQAwbxAqGPNpbRQ/EvR32rk5aR6IU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grain128$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "ztMbMwOgwd5vIkB7DdjZknxbcSa8VCh7hXjCJS4cnTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xwing/XWingKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "vTNTtn//avLtES3SI0XbedXHrVUr2RVqh1JwnBZq8JU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/GOST3410ParamSetParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3IBkCbnRJZ5vJqqUcHjfubVF2USQ4rPaDn4Q8s6Oh3E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$HybridEntropySource.class" - }, - { - "key": "SHA-256-Digest", - "value": "iATBd6JEx/vPwkdhKV5W5t/PzaNSS9TP6G5DOTrVZg0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "ALtb3oyEuBsHDv3EWK7Sb+8dmGzxkzcJ9i35bAk+DyE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "74EMS7wHnuyMfR4jrT5V9avZMLN1jqYanC5TRcphL4o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HuYMfyJ4SqNq9PqPqziMcdigUhIF1xP6G2yRCvK8rrI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/GOST3410ParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "+dIOQShQKdMWKFCAv4budODWLX6nMHjILVYoVdiDwo0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/OCSPResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "qD6A2f9T1tdpzTNqNeixlFnMTvFkpP1Rv2KiGRZg/6s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/filter/HTMLFilter.class" - }, - { - "key": "SHA-256-Digest", - "value": "uABJRMKFBN04rifLE4VbB/f55+z+0+UdE7tSNQiSqqI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "t9RnH4uid3u8Q6uwGIAwHFwu47e0IUWOYQKEDHP4K68=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6rJKMYghl0yojuFZ8fNiJb1vdsxsdAUv+D0tVRJJqzk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHA3Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "i37cFrZFm0WJr1QU+tT00tGGEju/INmq0OosnEIvYKc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "t8Atfjvx6y3a3iZEvICQCElQsP3C8MfePXGir/Mu7xQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/StreamUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "3lI0ORMvZooADywcotdtp3CnOljgkdETjR2R0trJXfU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "r2Aa01oj9PL4bMOueE/t7dlRyArm6nloBFRgkxvc8vY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi$ECGOST3410_2012.class" - }, - { - "key": "SHA-256-Digest", - "value": "AUPpwq/phqr5hVZPxswfpOQi25/uhk+Vc+UjvqnrR1E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenJCEBlockCipher$OldPBEWithSHAAndDES3Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "NSpTT6WFk52o8z+E8sozH6jlB2XPaQ1ZEevIHYctx+Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "2qJIAoNXdW0JrveJaOUsDOf+i3uhOQ0LYgfSgyywYyI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147.class" - }, - { - "key": "SHA-256-Digest", - "value": "qDk9rBKj9bJm0r254anJrkFbryA56j2n8wXm1wO5vIw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448$F.class" - }, - { - "key": "SHA-256-Digest", - "value": "hcZEjBj5dFh7owMeFrQS9AT12p05WUOmt0c0TPa7VpA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/lms/LMSKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "4fDsINb2f8YCeTPZJRSnacapzx++73TDZ9lhYGiVipY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "02DGOFnAO5vYoTjB8BfGzglLUnKydprNDuAujLvUB/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base5_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "mGXD7qdaAv6HdZswSdPZkOOexnNqQEBsNBWUIxnTdY8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/BasicGCMMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "FkBQINLzK9oGdK8vm7UAUEwgwX6D+i6Sk90rtVF+pEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi$BCKeyStoreException.class" - }, - { - "key": "SHA-256-Digest", - "value": "9/OksrGuOMtecobJOiMKg+rS2sbZ+iHFAYRGNHPsYFc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "tDAtvRdj/bflDUaPFDQ99k9Rv8J3H7YUHZ9eJMWDU/4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERVideotexString.class" - }, - { - "key": "SHA-256-Digest", - "value": "ycI6z3ldrD0mYpo1PILQIAbxOz6JxIUZp5oF7J6sZJ0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/HarakaS256Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "I9ttBENPQbrFcX47rjeqoFEPyPkjByDq9R/yhfhcFM4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD2$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "lj61YKfFbJG9XI4YIo01J+VnPkSal6hGCqe1r6NwFJ4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/encoders/Encoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "B82XizHNrljWZBd89I5/Q/MvCZMi1FXEwT6Rp/Ea9Kg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "xWPxQVkZmyCNvNjj5IOuihRKaCz2vEIha6Fi9aTVQLs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "jvvbgWxWoR6JivvAGMEQuh4wJBxxJhL0c87FEJcE9J0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "2iO7R2mGLrOLZmpsWvyrPuLr67BLQD0K2wlpQ5ScDRo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/EncryptedObjectStoreData.class" - }, - { - "key": "SHA-256-Digest", - "value": "TD+Qg4TJAowZO/e4Z+LRE0F45CwJECreobb8HcPH+yc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSA224.class" - }, - { - "key": "SHA-256-Digest", - "value": "z0MdJIBJ/x6HARl+T0hRf+S5Ak/tEpdf/sKvlQNMplU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA1KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "qAULfi4XViCpk5Nbes42ryz/PoDNmbcRhoyqDnQpbi8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$31.class" - }, - { - "key": "SHA-256-Digest", - "value": "Uber4orX5JpV/5BmAJ3qxsMWtWbanyCtS61Kuhlx1ks=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "6er8Tpytjph25OW8/kOeuxiZTu763/we7VINy6TU6IU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$Ed25519Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cc2hZLRSlbZudyIkiPG7Ma1tyd9hbiVdOACJ+OfH5bU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXNameConstraintValidatorException.class" - }, - { - "key": "SHA-256-Digest", - "value": "zaltq7nv0iZaU7D3F8lrBWdZxpidydKYD3Jzx4eFvGs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Signature.class" - }, - { - "key": "SHA-256-Digest", - "value": "FFuFcq4paumN/WpZIXCTSCk2PGy8Lazt5UeMX7rR+e4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_256_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "T6rbBg0aIFJNF6Q7AQVdyZZa2/29bL0FkwMiaAbRRX8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash128$Mac48.class" - }, - { - "key": "SHA-256-Digest", - "value": "30N8TP/zb+o8mQTKGS2AA25zlHhCkwzszHnyKSGLBQQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/LTreeAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "nOw2u8WtkZ/l48uKnvf1IqHRYX8J5TMHITTGeW0/w7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "T4YpXRzv4Zb5nndJO5Ta+ah2Ofra5ToNl39+LV9eHUg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/KDFDoublePipelineIterationBytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "BDHdH7kJnpCX4QoBCHOzdrpXqsQScD5iGLN22l0+6X4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "5XgHOVRMkXtxNNO0NIi1Q5DB74rPWb1gqPulw7XS1Bs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509CRLStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "THwg08pBhnOOav5LQNtl2WPuLR4+dHiMser+Xo2pP4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA224withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "OlYDkUSGkM3C48B12UIa0ogoOT9dB1Qv3zoLR5ghn6M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/hqc/HQCKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "R8Lh8wKMiTygkEPoUJj5be5HCb7n865+2kbVOLBI1xQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/RainbowParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wgo//bAym9u4RzUdCQW1MxW8JUZkS2uMDNJi3F2PLOc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ev4k3e+IoIdlb5/lMvYxNpzTohK+WWr+HFxrH03n3us=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCRLStoreSelector$SelectorClone.class" - }, - { - "key": "SHA-256-Digest", - "value": "bvjwFLwoLMUy8PpbjqodYb88Au4PcgWyPsHWfmzTMhE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCECipherSpi$MCE6688128.class" - }, - { - "key": "SHA-256-Digest", - "value": "bSMoR0CrK2hGlgLQauaD2NoANpP4hPNH772hLUiKr+w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/X509LDAPCertStoreParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "AHYOyuJC7AjKqeO/brY76MmT7abpoyjCwJJA2mnbLgo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/LowmcConstantsL3.class" - }, - { - "key": "SHA-256-Digest", - "value": "030OvQ1j+dz6QryoaPMjY3rJADShCkgtzX3YYw+K3eo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSNodeUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "O+zOmwxw60J00rqyk/dmfxbJKAIRqNH+EP64sxwtnxQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$ECB_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "DKT+KMlQaLdvqZbz7l6SiwXR5cDW2LPznaKLBsJeG9M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERGraphicString.class" - }, - { - "key": "SHA-256-Digest", - "value": "S+EbYPlbju5tSvFGZKEYzbSvUAP8XvNxgMzzwcmlSnk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "uuh4/vpGvaSaAh+1BldpO97DbdvSoa5HmguJmBP68Ic=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xwing/XWingPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ydnOqp2Ngb6/qdXepp+1YFunlBgNP/kQY3XN6yM2WY0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntru/NTRUKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "iMUhE5SlMV+uo9p7n1i+3Ojhx6RzAU9WP2cDbmMyENI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/frodo/BCFrodoPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "cy6fdiVB/rnpekvOO7XKpiqqyTlIaxJr1oU4OWLoans=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224K1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "qp5poRwQ71AjdQiIh2udsp05hTthnZeDqGnX9EdErZ8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ValidityPrecompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "KdJLsx2FJY0pfbx8p6tDC3OxXd1UXuJ1nlkB8IqaF8Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ZTauElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "9vrRPqNueFUyBLllSBfPA5hQo+2fRD3YkCYe01Ihi7c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA224.class" - }, - { - "key": "SHA-256-Digest", - "value": "izjGSdlbHAaK06marDhTBy6u4dvuazjcT09X7hw6qpA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLAKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "zKucVef3y4jD9eYRvt58srZEr8iUIGJrV1HnOgJ8LF0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/HQC.class" - }, - { - "key": "SHA-256-Digest", - "value": "oXAmpWcB1BmGMxPxCL2SMe6nmvISfP54r/VbK44aWRg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/NoekeonEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "e+TmWelLUEi2Tb8cP3P4h0Fk/3nrPpok8S/upMTftME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "CKaDHoC4gJdx1MW0g2cfaG6aJgkfNZWczNdEFGtQcsE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/HashTreeAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "SlZwTEpi/P0HhcyklhokgnN1Jf2fkmUc7RGmyA8QL3o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/internal/asn1/rosstandart/RosstandartObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "3zlW36MQs+56ayEbdl15T5RTkEfgN+47FId3ZyR9PXg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WNafUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "gtwA+xMYBI9eeGYcgzCGtWKmBeNu1+fq7/VAKZSmMs0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreCertPairCollection.class" - }, - { - "key": "SHA-256-Digest", - "value": "jArVINRuBwwJXvUHdK0MpV/Ry/zwrQqBAWNp5u+mTwA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2mField.class" - }, - { - "key": "SHA-256-Digest", - "value": "OvzrTsldgIeDLvf+xGEtfGxutBeZkR/iVqiXaLex2m8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/HQCParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "Va+GHKu9Asjy5IOtlE7WbVdlH+6ny9fHJA0AwIYkJHE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecMatrix.class" - }, - { - "key": "SHA-256-Digest", - "value": "CUW/Xdg8xG+ojynSlGYepCmYHDx48ypvzQTdLifAQ8U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "m3J+HD7zJ44B/Y0aqSn/oqHaCctsdkpEZ2uPTr61qBo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Argon2BytesGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "J9M8DbN7eij8vm0ZTrgnPPXEEM5RTKorfEFde48GSDo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$KeyGen256.class" - }, - { - "key": "SHA-256-Digest", - "value": "VXkL1KEwAbbyefKq4iG6GI1bzb6Y/U9T7GfGVfNcxco=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "jFJDNUb4nvyVEGOUFyHvu0Eg8eiTStu6+RvGf2Ejsow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ThreefishEngine$Threefish1024Cipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "G2n13P3QQ7kkhraGlQ3eI+JnA9ZO+7cFw8Bw2FQd1RM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WTauNafPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "WDgpBqbn76iVWSzj+yEz0fjBNHVdi1bpCZVQLaJEwI4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECPointMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "DxVlCcgiG19MNXq1IJchcCCutkprY9ACccCaum4I9jQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/RainbowPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "w5ulvD5U9jJxQLnSlSlqBcXfoG+EOTceWJso93uH5ww=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "AZTdiojm2oxyQexwZnp3mwf+ST17q9aODxRvxE6GaWQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/hpke/AEAD.class" - }, - { - "key": "SHA-256-Digest", - "value": "wIEh3F1ZB0LlcoO7Am0aUQ+L/5gsvydYwQ7oI+h+jJY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "gP3+WhN/nRg1Iy2YAyCJrqJcWmQAnWtofFyag8mMgeQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/AlgorithmParameterGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "TtcX2M+Z/5WyNBj+EI4GjuDEtt4csLEyasqTNvPY6Fk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECFieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "iAS5dlevohG/M8wSLMVPjge/9Kusn6+Bx0YXyn1gZzQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/BCHQCPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "/rHVgOA/c/AIZCs2CWNnkhDnhweadPqPNGKUYStsViY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyPairGeneratorSpi$Shake_192f.class" - }, - { - "key": "SHA-256-Digest", - "value": "fWmC89yk5neRZ87EegPYqZujmeIykdq3EsRbfzSMon4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ExternalParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "GfACcOjQaZ9V0ovPQgI12lvCijDcySzXpX3M+oEPN+0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$MLDSA65_RSA3072_PSS_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "T4/R2TX3+MptAdR0O5CJOVMLArCexJy6vmVDwkQutjE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lprs79ixK8qBEArFo8AuNuAeit09mEVgeaHG1kFU+OQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/modes/CTRModeCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "CCLzAUZOuESAFAAnvk+UQoTm/f0oMFjgiyCmX+p17HU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "0nrRuGnLrSHJUCbmqm+XXpi4BG/LjeDngejywnA3cCU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement$AbstractF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "S3uWdR8xXgX7LnRWV+Yldx70ky3JKRgkoqVzkKvU06k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$ISAPAEAD_A_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "sTBrqPPvxQ9yVZnZu68JcYT1X5Vg8eExqfYhOoiCKgs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "uLwjMViDZa7D5j/Oer/72Jf9yVvV34yLHWPDXZe0b9c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSException.class" - }, - { - "key": "SHA-256-Digest", - "value": "BdZp3hC/5cNQCT2HEqXnFsNle0SJTJ/1YwAS6gcIyfc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD2$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "KdMpQVr1zjihP3tX1xsvrL7cS7jpw0QuFsN/ZgVE6rU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/PQCObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "FdZz7pQlQKIutqf8ya3g75uDKysnV0LHLZnDp8FExkE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ElGamalPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "5cbNJlV5tSLvsuYpRZ48n/E8aNGsXjTQ8fBprBczS/8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/AsymmetricCipherKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "K9s6z2FyMDcI+T9bwJfXX+fDVW/7PVDB72SB39UOtKQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/FrodoParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "XtamDJm7poQnUMbwRDe9X5v5BuKvxNhewxU+5cqbTfA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/AlgorithmParametersSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "MUCUe/ubMi7s8MJbDuH0MaALHlZBwhqrWutvnlIqcoA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/IndexGenerator$BitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "9aEnZWrQI2NGEyu6ThMFIJfIemmTe3jT9lWqb+IGnus=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/Vector.class" - }, - { - "key": "SHA-256-Digest", - "value": "q3J48B2o7NZmkwYFc/uySkEwlW3dHhMIi7XEOVgv1aI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/IntUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "7Mz3k+xI7e1G9cN49xlZwKxTVWd4/BTvm7Mv5e/cghU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/modes/SICBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "juh8B6B8wQmhrcQTK5KFx4TZ4snxM0oC/LYNjvKMj4U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/PasswordConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "WCZxY176X25DDQwi/nTbqXnqBdsaXZpmFCE1G1XIi4Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/ExtendedPKIXBuilderParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Iz9h2yOVycvRWlbEC9yHQ9Rart6dpRuhVwPnOluTCFg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/cmce/BCCMCEPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ko44cnyQee088J9m9o8Pg4deyiTFMOcZehqM28XRHf8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SNTRUPrimeConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "wF8HvK5ih0PjXEhXYaigNwDe6M6TcTNN7CHhQs2jtYw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/KeyParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "pVjxxHL/47f4s/IPX4Qw/1+S+0JsOoKMqrn+WgnBxSU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "5CdPAUuaSz/Tf/+T+8KVKjftReII8au/4FFpCtWiOYI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Objects.class" - }, - { - "key": "SHA-256-Digest", - "value": "PvsF0eu4K3dm0jOyP6kzUjdvdYV7jrbvAydhyq5lGaY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyPairGeneratorSpi$EC.class" - }, - { - "key": "SHA-256-Digest", - "value": "ag5YnIIuD389MD/q57a2BZzGZHZysem2dZ32lCg1r0c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "QEJjKcnxJjfIl1l8f4rlkh78YvqTCMkGiB9gO/Mm8YU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "KxJao2NxLip/XV8vhjV/Tzz1Lr7vd4bTC6snLGiYig0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/Tables8kKGCMMultiplier_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "QeWREWXl7verylcjjRWGKK4LSZFpzLPOCrs1gZ43fNQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/parsers/ECIESPublicKeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ebH14YA/MIMuB6+rovPwMrQF4ArvyzOxcW97FuCDs5Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Enumerated.class" - }, - { - "key": "SHA-256-Digest", - "value": "Oj0+4LblJf7jHdNnBo+ZiiNnZdPzLYvzIbRb1hvHRJI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "vF0PQt6bC2jdHTf+vo2RXYSjMFvdae4MXNLwC2RFnRc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERBitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "obQX4a5dbgg5m90NVrW7whqmvUFpGxSdp/GkGPIrLf0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUHRSS1373.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cj/pB2jE2bf8nUFRV7lPEe4bAXROKN2Ig1SVLTv/frY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "efLog510DwrAkWRavEnSZyexg3UOL6zWD5m2C+O+Op4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/FastFourierTransform.class" - }, - { - "key": "SHA-256-Digest", - "value": "C/l3njyQMDIRyNQ8k1pnmJpmqAWeXmU1kmEn818AlSE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UTF8String.class" - }, - { - "key": "SHA-256-Digest", - "value": "FOOC3Wwx+v/dAYAPRIHkIlwAZTbjbpTZCw1VrBlINGg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/BIKEParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "C6mdbat99dT5NdMMZQMXtEkAEOiO7pwVqxaZPH/lp34=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DSTU4145KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "1NMBrenRyTKxstBydAS8NUUbtk8RStzerMh3oSVVeao=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/EncodableDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "gGkhi7oms2wAhnFA+1Ziuvd86nteeW9wIhSULRmJIJs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/RandomDSAKCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "aXzYUyG52aRJcQX0nhpS6VPJs/BinYukhASW0QrU8O8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ua/DSTU4145PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "LKiSveLjE/y/DTqPLJTAYnjVLQOVXWyu96RtTawEq9M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/GcmSpecUtil$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "JOcnlk8TdNim+DS/1YdM+v4+fRVhoamlc725jKVvcEg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$GCFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fg0SRzMCWd8hXGLbQaiZSRMdpKkIerbT+WQA+VT05Vc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dstu/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "SXa9g0pLrf7BgmiqLJSszTLs+zTwV3GN+RTbJNI+Psg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/CMCE$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "JV3fepml+6pcqPbEyXuJtsaGPiAmsKft7PI7kYIKshM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecL.class" - }, - { - "key": "SHA-256-Digest", - "value": "dCrAomOPUfNBj6UUHS/QtVevZd/XSUez+1uo2aLSPw4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/KyberPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "uJxUrUOeeEzPn2ILLy1RYC7oWgQkKUjrsiCcUJX8SM8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SparkleDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "xaE9OmG7xOvKXuyLsjalhNtsrcN3n4oDxg7dX5nhN/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/BCFalconPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "vPsg5G2GtH0CY1K9IV047pwB7jAca/TZmtP97PW3hlI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withShake256_1024andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "1hsJgOvbJOsJbMnbsnGQhN5iBeij7aN8Nyw/mY+m2o0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XSalsa20$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "mCVwH5oKgSgRCT5X3BPZ2ejH7bbUpat08WIahqvqDNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/RepeatedSecretKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "5LgfpqU8/9/i36H91VlMuTK4vBkUPpOhtceK+fpCPLU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "/gs2atoIqbhcCtv+vdvioxyWZFT8OQrIGu6Pe9nhJlo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/KGCMUtil_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "tksxePe5l3uNnrMDKKpUP8uq/v10f5olOuRf/DEx11U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$GOST3410_2001Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "+EZwWxLvNE7fkpnD5gr6bfKzIqEZ1bsPm7wC8C3VBUg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA256withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "fGNWir0MgMwfBtua15ENRQkKtWJ4VEgypKxK6v+Y6qk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "D8TSt2OHDfNDfOPVTsIks9VjRjXGA8GeuYKoW9fo8ow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$HashMacSHA3.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q6x756Ptng/h9k5OHoUDdQR2/S+3HMwJ7cNtF6a65mU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$BCPKCS12KeyStoreAES256.class" - }, - { - "key": "SHA-256-Digest", - "value": "al6Ofu7DGQRA+tu0lKSbZmUugeUDWCOt4PRCZO2oDSs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ElGamalParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "fknL7CxvVLZ/lta8AHJI2pQ5USHf0vsf0JUQ5fywb1c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestShake256_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "k7zwteYYtfufV0LZQprUFwC+29qDcGuRuZCeBndA7Zw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC128$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q6F0938hDGAw0m4y1vVxs1FouHTWkXCxPo4pyUx6fQ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/pem/PemGenerationException.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ld7ZjMaUmnHff+yYbx4h6JJ8vr/sFhB3dNIoYlIMSZo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/ECPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZtPd++V2HY6sBOvHbPoMTxhX4e9aQBQT90eMdfw30jM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1RelativeOID.class" - }, - { - "key": "SHA-256-Digest", - "value": "SQRXawynkeIch/LfKYM49BOysKvzp7RlFwLPanl90/k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/SkeinParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ousOT/xHjd+csM4kcGaQtxsT2o3wKxTf34SzlarP7Rk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/LocalizedMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "tgIQX4mGhPVXfWaKEalXPG8lMl+omS90WO8fFgm+Pqw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "wc+s/g1dNq/Mvn4UmnTbSKQVr77QgAWCsQqA0OPrDac=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$17.class" - }, - { - "key": "SHA-256-Digest", - "value": "80mHduYVyfYyE8U6WQtMuCMPcvELqF3eM9wjp4+tV6s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "1YJKooTKvzTdRsUoKDGH/VT/KDE/U3GZfETTw4k+8kg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zl4I3bX0lKrBhTjNCcbxCY41Xu8cU9UQIliC138XiJU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "wmrwqdE2fLyv6ehN+NyGgS51La4KETZ6cxcoT95G9Hc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/BDSStateMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "6UazmGZZg1xTxnei0JZPGUqfB0UoqvXkGyUlKLwHjs0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ia2FmSPu7/z2Xnx5ivG+2B3FnQsqQX0WyodXPy+sCgI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/CipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "4JqcB7WNamyMwX5lQ4gbbsXePAUf/xERhtZBR6JZHsg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/BigIntegers.class" - }, - { - "key": "SHA-256-Digest", - "value": "u0Pu//JA3gyYX8sveVX13ibOE7liDuEwwORRXvwo5rY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsa224.class" - }, - { - "key": "SHA-256-Digest", - "value": "FHq/cAAEKHwey2CtXJVEr9d5f/PD54vWFaeMaBN2OQ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "JK4ZJUbQE70qCRSf1MBoWRxO6/xPSO8fKbiPdz3MCbQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/VMPCKSA3Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "hUDF8vf/oDBk35NshqTEJ5amSqi+qnTcUWAHVYDfeF0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LmsUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "jhRHJQs3itD9vCW0KTxCUQmq10fH6yxOYd44c981YfY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$21.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cim1A50O/vEFiTY6j8joNLp88VEyu3UoQFpF7OCqYX4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD4$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "I3TeITrtM112bNAEo+PtoMDSca1tZFDkjPMxk1olisE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/GCMUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "B+sbq+0ofg+on1f/lGARljucX87d/jCYLDuSdUjMwmk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERT61String.class" - }, - { - "key": "SHA-256-Digest", - "value": "e1qEJyY17eZ57ZxeBqKb5gN2T0DGcKpGlmpUAXIdIKM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1VisibleString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "d4eIlPDv09daAMVpppDohDiiWMJjY04z6f3nXb9BC4g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/BCXDHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "y6c4KGnN6T3l921wRM5XDSEq3XhDvVDSjOhAacEObmU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_512_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "ue8P4rcsH7gzugHpwkdYVgRQhHReMIzB6i+VDLHF5Hw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT239K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "6oyUE9LNK2XaCe+yH6tzHRjGwJCbG4oFKopmybD7Wa0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$MLDSA44_Ed25519_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "28f6D3RW7rZDOxlLboAuUeOFx+k6qXMC8g5HSjiytW0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McEliecePointchevalCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "mkGa9PkGPHPnsdgLp2HlAzdIQtaj+5e36n38iMkXeYo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1GraphicString.class" - }, - { - "key": "SHA-256-Digest", - "value": "BuJO805kUjpvZzEHEq4N8oaAIhb6nPxUnZE+NUIPtmQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Strings$StringListImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "t0J/3D5dghkrLk+qZJMlG5wB+o6Rw8Vi2zInKxeA6wY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "BTmWdkswECoMCJeKPgC7tAAzSOU+zApQgjIJ4cKbfLg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXExtendedParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Z8DrYKrKRTeo0GN7HdaAow4w0j7Yg2tMccvggCVL+w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/frodo/FrodoCipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "ig++ymhXM8zM+CVeZqJzqr4KGbdb7AeefRCB9b9Z2ec=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "0a1oKKHv/2sErGWCPUBT8OnbxB9uFahUDmU18kyGxLY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SerpentEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "0B4t09dpcmfYzeC2SNTOBuGYTL2wQhOuVC7HNWQNIX0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/HashUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "QLSCron0IehJOUgh+tJVMfKAUdX+fAbbulXX7lATChc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/JcaJceHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "8NZdpnj9jYJwWCgdTknNu7BxbVExowVreMpoa/Aelxk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "nTaQGv+DhLpBEhibWM6JZwkHv3reqSH7rKPpYPSC2jk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/lms/LMSSignatureSpi$generic.class" - }, - { - "key": "SHA-256-Digest", - "value": "5259EEwH50QQwR1IgtjZSKKsz1n1hpE/860pcL0EA/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ua/DSTU4145BinaryField.class" - }, - { - "key": "SHA-256-Digest", - "value": "itj8WTx/En97v7eQOvkXu0Tm6cZJ8gk4bYl5T6a0DFc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi$ISO9796d1Padding.class" - }, - { - "key": "SHA-256-Digest", - "value": "SrF5t4EHSwtcRaj3Kr6XMVhcPYHPkkZjXJrs5CZzSaM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BouncyCastleProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "XDVvlqqLBr2DDvgjKLEdg7jtAzPX9XYOV7mfUIrJb3Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyGeneratorSpi$Kyber1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z2dKqRP5fwcTy/w3k4QDTWSLohFJrzbL5+mWyXRZBjU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DSAExt.class" - }, - { - "key": "SHA-256-Digest", - "value": "u8Y2yasDu/q0K3+k69G2BxW3V9psh51doLtCWGGmchU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/BCMcElieceCCA2PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "4IxyiyjJvjKLiipY3eNJbKWjnNY/Au86waM9joBoq8Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenJCEBlockCipher$BrokePBEWithSHAAndDES3Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "jOdO8WbeKdYnsYa/42vX7z72ptFDxOJA5PowHCnoqrc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$28.class" - }, - { - "key": "SHA-256-Digest", - "value": "RTSDFqtFgWesTiV/yRrqoTl1ZIZBqu57HtcfvOVGJEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/DecoderException.class" - }, - { - "key": "SHA-256-Digest", - "value": "ntDr/Tn3ecAgyPAupkAO6VHpNDAvqfXGnilwOuox8Jw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXCertPathBuilderSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "7dnloUwWVLOgdI6FBcRaU/JS5x6suIvRQUXqVSXFnzM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DEROutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "XCVLEFVjyFlaSaguB9VZT1CCQ0F/0N6TvNq2BDMB/tE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Zuc256Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "DF8MlMZ2LSPEmiTE+Uz3HZhP6WUU5iML23kQC5O1MKo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKCS12Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "MopLHpdVYJ5pTdMYHk7qNTrslXXSuRFHyMod0yav0Ac=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber512_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "BezRYegVHbNLyyMScpS5BVAKJtMaA9M3w789mJ3YyrY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X448Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "C5hIk2cMRsFh9kXVqLKB5vkDrGfu8xWi+3pMkfO+xLA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "IBDpFIDpGmArhW/udB0rWjeyMK1AVIVLli1cUTusnXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA3_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "k8EEKNqkgGCVAffxT5eZ4uxxOKHPMBTmzTRnVAdmvC0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1RelativeOID$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qrISvAfYjdWqflWje492RinGJB09zNEH2elyzpKGjnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$RSAConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "j0R/90aEtGi4X4JU+QvPo8wiKLOYa3CiC4nm4/yFT18=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$GCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "hIZ1nkoDxlJnFMZeKAxLKfV8VNHGIrISsT2b0Mg0uZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/X509Principal.class" - }, - { - "key": "SHA-256-Digest", - "value": "MdrHwkyMZmzjeTMpW8RapjP5DQpqWSvnJLisKbHhYdw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/MD4Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "4rYX0/3nFvRf+VabkcNoW0+dm3yZBZ4pQqK7ERGH88I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BCBIKEPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ML1q2XqpnleAjdjpA/rPRGjPlnfS4M/Dg+ZeBxBZO84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/gnu/GNUObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "aOm0hFmbC3/iYTA1ObDrPHEF8DLyZVy0a8UpMWFiYoA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "+7nKPpa+vMIzrIe22miUDh9mT8hUFAMGVUoU9q/mTJI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/ReedMuller$Codeword.class" - }, - { - "key": "SHA-256-Digest", - "value": "hAHwOnPU+fs2eoMkmzQWEB9JgR7uirPiYE2mhgLKSQE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsaSha3_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "JqZ2cSN6Sdork+BEO8SZ4CH8XUkSpKIi93uf0svczTE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "kS4Bth7y9He7AWHwIxE1z7+1mGoBgxKXCd5bVzdMMRs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/OTSHashAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "spCxxX6P8aq16XXsocWi36yV06QDrUb25Vm4taBHPbs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$31.class" - }, - { - "key": "SHA-256-Digest", - "value": "o4fb01YwrXI1bru3bymILg5/xN7kq2t+pgr+RYouFRE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/FixedSecureRandom$Source.class" - }, - { - "key": "SHA-256-Digest", - "value": "X4fgDvP8w+dfxNSxpcjMJ47+7BhNYsIFjjrFHh/sB4Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$PointAccum.class" - }, - { - "key": "SHA-256-Digest", - "value": "8F1bSoP/UdCYzPPBL1z/DuDHy7JaPD3TUwUkGv6H+fM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/HQCCipherSpi$HQC256.class" - }, - { - "key": "SHA-256-Digest", - "value": "DT9wS8OpE1Ym/HwqosfJsSlU0BiLXTyBD/9DLfy2NC8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "eEd4gLK/jkg3r9CCALGBLLn/L600ylpw6Bbbblhdmag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/euclid/IntEuclidean.class" - }, - { - "key": "SHA-256-Digest", - "value": "rFBA9GtegCBysAeZ14UTQiT0PyUwFt3Uj9Xv94HlTvQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519UwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "I9Z0yIuLd7B+AW1x8qqtbX5K64I/vJdJGk0KlSd/GNc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GF2mField.class" - }, - { - "key": "SHA-256-Digest", - "value": "yUQb/5bgkK2vpPSe0urffiD+022dFCLQGmXj6uOpWaE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PrincipalUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "QXACgi1A7hzqWiHIf4tzovgtsHrZBo/TMSr5VYG0L70=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "hG+IkPcTSUuW4leHewOKVjUiW3X1Ewk15h8CWNv6Hwg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CTR256.class" - }, - { - "key": "SHA-256-Digest", - "value": "zi9OhEdtxL97BCkqKmFCs2VklG/ehBkKBXqtapLwx4w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "27heL1EW5eZL7LydvKblPKxoGvHis0FdPn1ju1miISs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4$PBEWithSHAAnd40Bit.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ax/L6Wzkuq/cub7AKidVKJC/MlPe81h1yz57oqsjDm8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1EncodableVector.class" - }, - { - "key": "SHA-256-Digest", - "value": "WdwdgKw8LxEiL6XGaVRgTbK/HkAu6GLfCcxTt6zxj7U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PrivateKeyInfoFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "DlZ9WXivedpmOFLG6JOxhy5z9qPqYOQBiCXVBjT7/no=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSLoadStoreParameter$SignatureAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y+EAubi2DSWjzJDh0xOHua+/JrhZfdTKyrOgtGxRa14=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/pem/PemObjectParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "lm8Yi+DmuQZdxZkP1LRLA/nAWyFqd74Qoj9C7XDUN/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowPublicMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "jY82p6AY+93jlc+9aNeE8JYfE71vfrPwdBHSMDVJV8Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/DSAKCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ObLLBfvlZTlk/DezUsayBXCY0GbLWLtI8oh9RDtfi/A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$Ed448Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y7gWQ32Ll6xd2OznB4DlU5AKrOAgfhXF5o4YeFO42cw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/PKIXAttrCertChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "5BvQ+pz8dMhWZcBf3q5nieQ+uXb/fHPvm8Uypv6nkRU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "vwb61qZPKz+3w64WrDYbKW13hRytQ+dZ9XJsikElOZI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "+V3TD8YgjI9TJ4h4wrVf2iINNaAI0TmDnMh9iDN4esI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/Symmetric$AesSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "w7SuD7pRt85UZZydmCZaYRKMF+HiqFxdBK1QiznQGKI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestTupleHash256_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "HEP0SOt2ctHNegvU7+h9BHxoYX407s1a5PocBBUmC8M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/XMSSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "tlSfwXNPKXK4sSkafbeYLeZxX9LAFTUPfdfWEtF7BnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/WOTSPlusParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "00/A8AMvZsH702MWbRYqv1yR5YSsH/DvfUNwKCySul4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$KeyGen128.class" - }, - { - "key": "SHA-256-Digest", - "value": "qmeSR4EsSrb2bzq2JZsUordnxyWopOTCafKbU3xs1iM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/ScryptConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "lfxlWTVvP7PaMBkb/up563f7rrIp9xr9X5nlQRJtVWI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/kems/RSAKeyEncapsulation.class" - }, - { - "key": "SHA-256-Digest", - "value": "m2uasSyH8ssQ4AdES+kkrQuen99xrSI3hVh4ucm7r/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC128.class" - }, - { - "key": "SHA-256-Digest", - "value": "XgxNslg43K60oDfqWx6uxHNstbGkZaNpoVvDQoAo9mY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseSecretKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "uNx9N5YRcRRHcUBURzSKPOHKncrYvL4M4144xT1dlok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator$Shake128MatrixGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "N3qhrJJ8379BdnNq7zBaZDvAl583ymfxJkrMe7YnB+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "0WICC+vCnBaJEwUuttQXKqVpMFtxQL8jFrDcrE6MAOY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/FalconPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "EEsW+hfxyhrm6z4SoPbZUGLIK4BP2O8HvMXVPuMgjwc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ua/DSTU4145NamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "xDisvQKbZRC7YgMoqsvEWGCY/Xb9NmQdWCz4l5VXlwk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "xvjqhf0effo3xxRpvqEqvA9i/wGBDuD6MJHfwHi2FGk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2nField.class" - }, - { - "key": "SHA-256-Digest", - "value": "J/3zUMyeKhtVgdPW3EoYi2UH9crDEyDMweDKy6SLpDw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECPoint$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "xoXaZ6sMke4m5cQ8vRAywMueoLODp8PdsyHjs3MVO+A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/EC5Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "RuMkbX75FI5oGgqzoOwsfQpbD5PGMNHPht4NMICaYHg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Arrays.class" - }, - { - "key": "SHA-256-Digest", - "value": "m7b3LHhGF5JVaI87/OBjhXST85dVr9Sm8FhRq8c+5ww=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1OctetString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "uq//mZFs88dt35O3AXNOp0g2FzFI2QRZgB9mrdT7MhY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1BMPString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "dxMNagcGvZmrP/1LrMOXvIfuoVRn3tVZvjqFeYwdFWg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD128$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "BvqjQFS0XT5nkZwWcbT9bQFJpLd+qXeQTJDk0bkEX5s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Enumerated.class" - }, - { - "key": "SHA-256-Digest", - "value": "dJCbETsmqlE8FcZcPvyXK0WU/nFg09vMQxumJOH4P9o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/SABER.class" - }, - { - "key": "SHA-256-Digest", - "value": "uHlzxuRkaCyKNX+F+176rWgt6FAzmYOqFOhsQc7Goiw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "ILFBueb+07yQLa9gkMydYDkf08GMmCSC21RdKAInvKU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSSignature$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sp2k4gGV+C618oJ643oTEPIXm4Rc4cI7kBCyoY1F/So=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "4g0lu2VSFuvuYHlA58QHF9oP5JXVPZob5XzID911oq0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/TweakableBlockCipherParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "yK0hanJWhW0V28ahwA/1hQD2ZAQqSZ6Q/FzKOG6dV4Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS2048677.class" - }, - { - "key": "SHA-256-Digest", - "value": "0K6fTVtXuOHgR6kxZ3V2dL4EmoaOOZ5UVTrN1Lmq7C0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/KGCMUtil_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "qDQyrQ+4wfjmuT+F8yPJMwGttCMo2kFDDhMJoQ9synY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ct4VOx2ludodxYWK3e1eMk45ggVrcVx7F/sEdAq+o0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "ugxdfD1M5MfnOF/+oHbBKz5C/d3iwAFe+IybI9xuuBU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/Falcon.class" - }, - { - "key": "SHA-256-Digest", - "value": "NtCuLhc22E912tZpnvFJPLfFAGGphzllguKPgbfjT6M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSLoadStoreParameter$EncryptionAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "+mMWO7i0KXtXVS3wuHY6PuTlf/jtGOxmXygBQxdPOHE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/ECPointEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "FJRNMlBtli9GX600Qm48nnj+P0nDTVNpPMe3NWYaTCU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$CTR.class" - }, - { - "key": "SHA-256-Digest", - "value": "btWHohl6deln46aqL39+FhCNwvnGEgDtMtaz5we0An0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$F.class" - }, - { - "key": "SHA-256-Digest", - "value": "cH3PirTmatqLElh1C8hDpUeIMZdOmpbvPpCbQ4OTZ5Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "FRc9FoZkis66Ah4hTzA6jX+8FprswgzBN4wRe01Po8M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "UWQpK5zoBODaFpNy98sFshO/z36KsERv+EbiWbZT7vo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Kangaroo$KangarooParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "WrLOQqBtKxkneLXSocYomovGdJnVYYELtiw45WdI3qc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/JournalingSecureRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "FhLlO5vOTltr6AhksiUbEn1PZBXdM+mbHLWx5iTSL94=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "frAqTDr8QxMLFXoemdV+qkVeEkniP7kohAySSI+LUsE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "OeqVdFnNwddBUzB7oyL1AfSPMVblDEMc8pFLug1fJdQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "/HRhVdai4hBAoW9PxgOln3iJZGTRo6ELqICCO+KvKwA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "d6D0m6UjJ37/xyMYkDQMwJVmAn9HIkheN3XjupF2mWo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/jpake/JPAKERound2Payload.class" - }, - { - "key": "SHA-256-Digest", - "value": "FvuNkd3O6y/R0jO8ezQHF53KzMnLTaxLsTyif+Pk+Ag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUParameterSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "835p4t1XvUiteqB6dFivsyTRpbeHAkY15cMTUUU/FuQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DESedeParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "UUSOo7atIVateoq4JKLK3eP/odLmyqDG/W+7lj0fuVQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4.class" - }, - { - "key": "SHA-256-Digest", - "value": "4h23aQVlo27WgqnUTjQ8mGVSDNsYPUJpv9Vuc00BmKw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialGF2mSmallM.class" - }, - { - "key": "SHA-256-Digest", - "value": "G7o4twTuIKY2Saqyye5BBJrw6Jpp1qEkycDBW/BSDNw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/PrivateKeyInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "ObzX/nRin6NDhX/iSnIBeNfocCR1p8Mt84X+frKaYF8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$KeyGenerator3.class" - }, - { - "key": "SHA-256-Digest", - "value": "nh3rb08iZYRw2raEN2mTCekImitvVTI7RX21/Te1o/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecK.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wd94funL97WlSEM4D87XRDC2Zr7nn8uMB1+v517sFVs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SSHNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "F6W7tM1H52I/ezYFeyGufWYGNjl8KaFxnNA+3YGDrLU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/EncodableDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "pfyA5YHom/d1X+gesiDojP9eF0N29LLiLDD9JkAtxJI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/FiniteFields.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZVNHDuVflRrOEdW09b4tyYnWIYyzdHFM/ywB4yGr4pA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "KS9bpJd5WONqT5lZdC5dHlSIypypMiRNyaIuBavlEac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$Sha2Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "m1s308s362Tr9YgPVXriHnxiz0Hc7tdzCmdEBsEfR5o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$26.class" - }, - { - "key": "SHA-256-Digest", - "value": "xlodnMvFtbuKFQDKXGvMfxiPkj9Cx8QioLoFQl88f4M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/NTRUPrime$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "/50jmOggosmmt8C6s5Gb/aq1GsnV4U0aafmYTycoqMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Tag.class" - }, - { - "key": "SHA-256-Digest", - "value": "mLMAAYCJSG/jTcN0mrfyBCBV4oIkfsEsQMoXhSR+ZCE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PrivateKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "bU+8/qciORMbpi9vdLt/i7eqaRZmDVsZEWKX7PvXmiw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/BDS.class" - }, - { - "key": "SHA-256-Digest", - "value": "TzhuryWGUP8CT1ii1b7XO48An0XD2f38mMN9qOPApPA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/ThreadedSeedGenerator$SeedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "aUuuTH6xKcjd44Utx+cG9i6sYQcWph3GjDz0h4rQ4yY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XSalsa20$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gu5JpQ8oVyGUAh62n3/afyvgA6CJo9ekFHuJYaaiobE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ECPrivateKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "z8Tj3oiJDJOrK4ZBJCptXqSjigMHp+lENXcgExvsU+w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKCS12KeyWithParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "CtX8MBEwCddBu9y7KZojSm0pQTYbJnVn5WN0qu8QX4I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "S5SWfIyZ9Wzwqd0HMn7CkDrMu6EhtZ3dV7+Mv987Ubo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "H+oIPQKPDjLDIk7i5ELSK9kQmMX+FhQveeoqujXLL7k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$MLDSA65_ECDSA_brainpoolP256r1_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "yIr9ebl7szpC+XINHCtYGltoR4gyhdQZD3JKeLUvxIE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "HUYcdd9AcgXZXHloX2Kxv/R8OhoOTzzmPOacnn2PiPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$CBCMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "TWCA1JyxQwHNNlsM0h06I7+gLpn1FPDpOunkA64uUiU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "7KBgzq6+5FiXK8FqS/kkOV1X+M8Yg9uWCdOE797dA4I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Picnic$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "ABAXhV4+FpuBdm1hbZtgei/bJhLOLfg3L+LCCBn5UZ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CTR512.class" - }, - { - "key": "SHA-256-Digest", - "value": "GFLUz5JbyrvlGWUJZoRi20j7yjfVW6EDYc+Uie30k2g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Salsa20$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ep8OW+RcoN/agWjQNkAZjWcHCskAXQHQ89/h8mNRv5w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ChaChaEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "tZit2uhpQDBOlr4cBtLuAR51IQOrGCXL+PMCPTUrhG8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/GM.class" - }, - { - "key": "SHA-256-Digest", - "value": "eoHjKBA7Y+C7eU0ZlPJIwRHTR3ejOzxhU85WsJQjeSY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/Matrix.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mk3JTABG8/QMKABiR8OORj+C56rO06TEn9NgO05pjc0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "UnkPKfohLS5zSyzHkC/J/d0lYnrctqYUjJBWPWysAyk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/BENES12.class" - }, - { - "key": "SHA-256-Digest", - "value": "g8Kl+LY9+A3OvINnjdJq8ep62ByCJThYqgkzusslgB8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Choice.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dh+9sya+JbeTZT0qTgc3TfaidtPsDCCl0Ac+lLvlaQk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/BC15EdDSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "OjQt4QsNCzhH0J4yVyOKSJHu6efkQcaby6OmJFeTHZI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$ZucMac256_64.class" - }, - { - "key": "SHA-256-Digest", - "value": "30gHPES08nzV9b5/YvAn/H5K4HtmEdpBXdL3mlhfXB4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AESCCMMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "bGW2exh59L2gdzxUgDl8Z2CpQw11/BtqryVpMSUY2nk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/spec/ECParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "m1FWUns5owwufKCiSvokjDg/RwpTNLIQDhdMZDWnQJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1OctetStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "0U7SEGVn8wXZpaRqKmVzD/eiAYlgtJwjTSD3mo35Ssg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA256andDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "yOi9cSUp3dD2UPA+K14eWL4h1shvftuPG57NmxDgH8s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "gyi2d7jB4mEGEnm3JCwiiXdf3ZKi3urOpwErC58FHzk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA384withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "cQkBhJiTcv7iAITNGX+CPYTa9nQUHV4/ZUkR3wwu3XY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/HQCCipherSpi$HQC128.class" - }, - { - "key": "SHA-256-Digest", - "value": "dBsmj4R0SQLFbQxlc4+cVb8yzHLlUJoZ0cS3NhqvlNk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$SHA1WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "n2aY1dQRM9Pu7f/0ZulYJtQyD6qHBf6v/ilQjnZG7F0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_384withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "+JUR8ktTsmieInA4tz3VeIYbvX4UV29fdi0d6ri3UJM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "J5xjaebjlHLYWHmVLXo4s+QD5TPgz6pKX+qNiD+7Yg8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "JG/zJahKdwM9dbPVTFCYEKDwEJ6jAAfa//aqtei1daM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/Horst.class" - }, - { - "key": "SHA-256-Digest", - "value": "8+/woFyvLboiHg905uaOJkm7OBgBXIscUFl21eQzs3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Rijndael$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "9UWhTNrK6SLYhDMIS97Q2sqqRLuXrJiPzbCq8Oz3mJw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/BasicGCMExponentiator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y/TwKpP4IFHU5z3RQT/zBwYjW1C4431t1lMsLqrYvbI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EdEC.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z3ifk9tp5VYD3Ew1zXn4lkSc884TrIYCRF6UXrX9rYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesRegistrar$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "y6a2xVt0OTqJqIm6cobg+LXKzIjLDS0XvBJEH8Av6vo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA256KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rk9OxS+QUNcGUikcQvL3AQQ95qyuHDYZQ5d/1hAQj5I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$21.class" - }, - { - "key": "SHA-256-Digest", - "value": "hGRfoiQ952kil3BD9JxE4pMnB/+hX8YPcrpbc49yhXc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/KGCMUtil_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "9EVCTx+s5eslWMOkUAY4aT9PUZxcKbUXFC3153OlFek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$KeyGenerator384.class" - }, - { - "key": "SHA-256-Digest", - "value": "1bzs0lvGMDaG+Ns82LWlzkglUGV9dhjGAbHclJBSJCs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Z8nYqN1SiQnCaKSItNPcQc1J+WiHimQNCwEZ41/JvI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/ExtendedKeyUsage.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Rcz4QcFezOPIdnJHHoWJ84P6vRK1mMg4eWQqjFhwoo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/MultiCertStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "9VlJIX4DO1FrZ/n5Hr/T/YB/dbr18g0nV06zsKVB2eU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "vY8ChaTRb9wpCi3foD80oSxQQU9aim9Ie+B4N9P4S6A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509CertPairParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2r1mujQ46QtjHYBa/sgOAkMMPZFXMCPanprZXT75rg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/GOST3410Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "hjrnoSyS9rBi3sYaiP9ZqsShrluv3ynvfO/ROGLpP7A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLObject$X509CRLException.class" - }, - { - "key": "SHA-256-Digest", - "value": "W7KJjEAH+kTlu/QFiKfSg4BqfJmX6AJ91qhWssfFjWA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509Extension.class" - }, - { - "key": "SHA-256-Digest", - "value": "0i/Zwy9RN7V0gYYByeyZdZ2sVsSYuDaCfe85wGyrvd4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/jpake/JPAKEPrimeOrderGroup.class" - }, - { - "key": "SHA-256-Digest", - "value": "4PpspGCqoU7yduGcitmN2WNNfbmiIlm5du/ZtOsS3NA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$TLS10.class" - }, - { - "key": "SHA-256-Digest", - "value": "hx48UK5jqREEjn/WzjZxlCc0g6sE8EDDaJz11NXIRFs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ConstructedOctetStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "3nzRIsTIADod/MhPCQnYV312zQLL7utPDxO55TrW664=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "XZL49g5n23ufJj6vcETFac3A3Tk9AW7s/XHl/MSW71M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/filter/SQLFilter.class" - }, - { - "key": "SHA-256-Digest", - "value": "7SfSB/9c1RIx+cqLWOsy5mxo0/OkOJKQ9fr/Ofv/slQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/Wots.class" - }, - { - "key": "SHA-256-Digest", - "value": "lALPD3glxMrKRB7RHxBDRpHUnnyHjrKNsOqpOL0iO7c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "prDSbYPyNCiZHPx7VBqivgvEU7JOapmMo9F9ly/bP0E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP128R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "SY6Wc9EruPA+QNVfhkD5I5ZN9JW0mYwnRI1+gHiU3ds=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABEREngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z67AHL2rh9EhDk6tAzTWy5XzPziJMZrrVp4cqOJoN+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$MLDSA65_ECDSA_P256_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "AEehWkaJ96+d2irNKZ5LUmG2HSGFJEYTTqxKdQCJ4oM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/asymmetric/util/ECUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "BNknjPfesm4+MugvGB5p3raapj6+bU+0Il6nYRBTsA4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$ECKAEGwithRIPEMD160KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "j+9aCddVMPy1qiAUGZdS+kh+IO49slN4JLaItvzV2L4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Iterable.class" - }, - { - "key": "SHA-256-Digest", - "value": "gsKemfT5bpvoVr9NqhUHcgJUUGTDNzuUTwICeVhRgKc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "MXrXawcC5Yv0bIkkz85Dv9ZmVl8qSRdv/z6ZcaJddJo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/SkippingCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xjl56w5k6HDNq/tWYLuUdDG53Uxq1sbF/Lchvcf/pFc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "+5ue2j/jiJs8Uh/TgYYU+wbndjDtR0iAacy5QHMNN0U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/GOST3410PublicKeyParameterSetSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZdSbjRRbSOQnFhGrllkQi7yUuHStqJW+vnS49AGK7y8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZZo82HH7t24uTirjXIzNqOul+OUTg0vLyZ2hfqK4oXI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$CMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "ya2nGPNLR8IVbR5OI0eFVWZj8VhM9E3DMKTgjHKbcjo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GF2Vector.class" - }, - { - "key": "SHA-256-Digest", - "value": "kgKeR+FHhorcSaucHYFZGwT9gVbS61IkpGSbWH1CagA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$27.class" - }, - { - "key": "SHA-256-Digest", - "value": "hV0sWHxS0v09IaLyzpxTkQTgSpD8PLHhoKpjf/n46bM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DERMacData$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6IsD4PE/UFTEf66K/0Gb6cN+IiK2rkFQyhpr5Ugc84I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/SubjectPublicKeyInfoFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "tfl9VrIPefi3c9XEAgV4dVwsq/wYxdqmRtmGHGLBleY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$CFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "zls0/bCwC1ped7SMyu7NBppln3shSkqVAApp/pkS3iY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialRingGF2.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Lxc/9JJte4BEVlUewpemcexfli5m13V1jG9p6tLIWg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/util/BadBlockException.class" - }, - { - "key": "SHA-256-Digest", - "value": "smEHHTM2akAFn7JOI9zE9WFG9KO+tp5PGBZvKukhhlc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "2IlUoRUzLb8OIqs3bk9SegEDyjUjFEueMYKf7KhjMAQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHRSS1373.class" - }, - { - "key": "SHA-256-Digest", - "value": "PLwxnpzZVD5lWAQDRkBjB7t2jjtQ6LaDthtNEHTp3Rc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHRSS701.class" - }, - { - "key": "SHA-256-Digest", - "value": "2EGpgtWVE06KTKnQeQg9Z68MTkfhVp9LyeX021FZSJg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERSequenceGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "0lufR0pD27UVvaDsTTwfGci1VY6Q0HE6geYTDiJ19FY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/GFCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "3NGjfBAVuQQmThveb69YXZvf4Fi5kEgge2DYIhPISa8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q2eeNtR1TDwMvMbu69+gZ/hgV68IIc8J0cRSEGIkH/k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXExtendedBuilderParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "sxLDAH15gccvMweVI+RNglpM6Ocjt7O4plaxnAAvtxo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PrivateKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "5rLQLn8tVHsKKjKHa2lfSZbh4Qe9B3blDJKrnyv211c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/config/ProviderConfigurationPermission.class" - }, - { - "key": "SHA-256-Digest", - "value": "ML8gPR9zX0kHaR3Z9/1LbECTvwYLWpoYIYprvsXjgAg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/ReedSolomon.class" - }, - { - "key": "SHA-256-Digest", - "value": "CggPRoLHwAHh2ZFgIXnQdu0pUxialQaVv50Tqu7yQGc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/MQVBasicAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "CcGFEtRpOGd7jMSa3dZ2hP3AQRNtWBXWt0BgrIKArrU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/SemanticsInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "WZrWoOg384GV3bSlY9UocwGYeLomJzWzo/N4xiMYP9Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "YUpp0f0F4pXjkvrxjM1pmvThUjX3KchgCMznpqyF5D4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/XDHParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "BeOWQvYsuN0EiFk1GiA6zu5ulIkLDQ+AkOo4JkJW9kU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/pem/PemHeader.class" - }, - { - "key": "SHA-256-Digest", - "value": "wHeN4SulcDv9P/MjkDka1yenEk2k6f9J3JnZemU/1CA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZpiVwiC7AnyDAP5jQJw+p72Bpcd54KNsx9X5UHvUGpQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "3NHnKadUG3Tz9FCiT+xIyeX6HXuH2VfdVUjeWqBPbvA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$22.class" - }, - { - "key": "SHA-256-Digest", - "value": "/UZuAclxArA3Epycy68k6rc7CHMnvUiOvBRFLtz15EU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/ResponderID.class" - }, - { - "key": "SHA-256-Digest", - "value": "y1jrb/yCAydiSncXsEfzt2ytHBsDyxVWtwTavlKEe8M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/IntegerPolynomial$ModResultantTask.class" - }, - { - "key": "SHA-256-Digest", - "value": "LN8PeBp2YLd5y2zD57Pw/IKjjXWmKtkOgmNc7WVGfEc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RSABlindingEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "I53ohlTd4f9Icde/eKkLTXGGNuaygVoWBIw5klWiEQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$MD5.class" - }, - { - "key": "SHA-256-Digest", - "value": "bZYPsGA9re+5uILhX1jIjzWrSC0p19p4YoAc1sAw7y4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT239K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "rD3Y/khljZjTnaVMvk1twc7CMnCVQmxnh2FycQ48qvc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA384andDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "+5aJngPPop4qFvlM+UE53zL6ZnNtgWVDseSu726yhTw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/Attribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "qWebepRHnZLXXrrPDtmvKBWpXs26hH5lCLZH2smuQk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/BufferedEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "EXnGqTmXbVEvd82vtdR5jlIOGkIwWURtqtJxIeGbqwc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/filter/UntrustedInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "hSLMdcidi6yLxWZvM1CIy8zYaPjVsY5pxcAEsYqMpD4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$CDHwithSHA1KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wd8WasLCbZPQ5Fe2jOBJbkcAoHhvfbBwZjQzxaJE/OA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "TjXD4sPSdxKVQR5b0wJyz2YSMlJEi89Eng6O6BgbJ0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/OCSPResponseStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "ypM2hr3d53ePRqTMm+ve7CWSS1XrbbyW5jcSAi0yyDM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD160.class" - }, - { - "key": "SHA-256-Digest", - "value": "iT3h0vT78PTkjQYLKlkUVD07DcmOxPpruVvN+uAH+UU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/DisplayText.class" - }, - { - "key": "SHA-256-Digest", - "value": "hyYzzG2gp09px0gdJtqXDBuu1phm5M7YuBnDHLMpg4g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLExternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "heZsOeiS12uhHikxIbMJ03QQPCa0QRPqhMhmb3mGYOw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "wncPAEB/zu/MHn5WpkLkLIgslc2ZV9x3WzOp88mE29I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "nXs2K9bn1Og/qaRBpyLTOm+EQDK1qZp9ubh9ToFqvuw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntru/BCNTRUPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "WDkxAS4306kQ/ju/men0ehVCek1SQFSK3ZfzMxbC5yM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/lms/BCLMSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "TAxJOWGX6n5RN++9jAU6wUVfljmPd/r+/oDU2izfiPo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1GeneralString.class" - }, - { - "key": "SHA-256-Digest", - "value": "ruJeg5Kk7iXIxn9YOwJ50GlrW3drHb2w4ZC2dArVOj4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCEElGamalPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "HI4faYVrplU9tY2K+hlCA7bTIKcOc8/htUgtJHYfc/4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/Version.class" - }, - { - "key": "SHA-256-Digest", - "value": "/QLQ7l6CVfGXT5EbzPEJK8KMJhi9IubzCZS74910e1U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$FalconConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "BKF0H0sdqfpZAoQRmO8xbVChem5th2htwha9zdYvO9s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/UrlBase64.class" - }, - { - "key": "SHA-256-Digest", - "value": "B9fjWWrp3+Cyb2YY0MMKtdExStohdlogjZ88WOwb2Wk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$23.class" - }, - { - "key": "SHA-256-Digest", - "value": "2mARmfaRKxVdOJfzcudWXnBT8Ez+petPU+4dBnrxwPs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/SHA512tDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "wmmtgUYaEuSNFmHGtg0rUm93HJtSq1i0bTVsvPs+EIY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "26QRBRoOyx/9H0JBPzdHOFiCt5n5846o+fWy6RJA6i4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "mmph1f6Np1p9xKrMDz0aQ08iHWwO0tOTPXO16d0weHs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$FalconConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "WC2XXJpEx/Z8SMs3S3x+TZgKRwzJb/avtwRHuw/rFhA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "YT6RlUgW4RQVTaDVV2YLcWNpKBdXCEbR37pMANgfQK8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "GEnlC/E1dwK60y/PocxMDZjjjEyUMTeLXFYf9dgiDOY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "tntfIdmcLVwRCHYDB1RSntbZYTtc0pFh2rhkC386e1I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/FixedPointCombMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "eVgUIxxwVAmZJn6ojkMtd36qsB9772B1nMirXjG4xnk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/FalconPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "BQp6A8iRIXOkxBZhF+VkB0K650YD4LU3yBChO/TsLRk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PBKDFKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "9IKOwbXb77wV5qI61rCPD3XxgsMMyPDfGVMo2xNG8es=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/SipHash128.class" - }, - { - "key": "SHA-256-Digest", - "value": "GOO4ZwQSLMiX5HvSkVFW5tahyrRYUGgeis7azDMLDyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_512_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "QV3TlaZZHJbcsqPxpDfXJY8sFAxf4WWdsXdqcNjWrbs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSAParameterGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "oWZQrvTyf8NkAufgy0HPAMjJ0Q+DP9nqhcFcOolJPAU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "NkNWum6nbIUNarqZhkbfR9g+eUMhJi/66ZRa8EN9+1I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$McElieceCCA2Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "2ugOWS0118SYI5qA8qPY+ReE0w2B0BrNGJIP5NCMPlU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CTR128.class" - }, - { - "key": "SHA-256-Digest", - "value": "sBrLtVA6twOKJ+ABqT1DkwkXtE+nByDvmwUx3bXUmBg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECConstants.class" - }, - { - "key": "SHA-256-Digest", - "value": "QlBf5Rqb+zxxfDtuGiMW+SvoIhj0MxfKauOTxWk/OKk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/DigestInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "6t+6MTjwWpZXWjyr19hh1PbwwEP2cHZ7SeWL0dcNANs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1PrintableString.class" - }, - { - "key": "SHA-256-Digest", - "value": "cIh5Kl0BqBL5Qa2Gb21s5MQM+67iNdBiw6AgA8jD83s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCECipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "ju3b0cjzj+/lGA0V2/b0f9VvHb/c062OX+o8LJ9ADwA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreLDAPAttrCerts.class" - }, - { - "key": "SHA-256-Digest", - "value": "NbWrcHJNq9gO+MxhrO0J6C+467zOP+Vfpif8YKWS85Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "etKa1LpC3JK1HdAUNDqTHQd+1IWtBFvF98vswP2/WGE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/XMSSKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "r22vOZTs5Q/efak7CEQ0r+EY/hY2/7h0zQT/ZIoF1Qo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_512_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "7FCqVVn26uTPycXt2TaTPAeC6h2HHS+Aeyshtu4mchM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicParameters$L1Constants.class" - }, - { - "key": "SHA-256-Digest", - "value": "zewBx479LpgyKVEnZvu7zcQgwQonTUC/mJKewPkBd1U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/BaseCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "aBerBpBQmhy1MArQ/lTX8VhggkoYeD2Z6Jf5cJcC8Ic=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PrivateKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "hUyjn/EzEo6UdeA5vBaJnSNykMzwgEWGIoYlkLjkmes=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/Base32Encoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "HCfq3kk9j5jE2GNsl5fXxlyJUKFwj3raXc+ruO9rZ88=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/FiniteField.class" - }, - { - "key": "SHA-256-Digest", - "value": "tEcSmjK8KJl03JPMOWE2xpP2zxUigHDtJjTP8WW3QXk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/PolyVec.class" - }, - { - "key": "SHA-256-Digest", - "value": "5sBS3jaRrNqd718LX8vt61NAlvRFcR8QOcMlefxpe8I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/Symmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "teIYS8Q6ZeOechYZ9229dGWJn+S6tZOoeZr4LE58mwI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/KeccakDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "v60Lj9Fg94/Nb1D7d/iOb/zT0DHWD9FUuHUV207b2Mo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/Falcon$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "DAM//V93v/5zMtaL4tarnGqffpoBD904AkRNETy85+w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/HQCCipherSpi$HQC192.class" - }, - { - "key": "SHA-256-Digest", - "value": "A7/aNkGlHlwGFfNSofzR8TV9yTzUBa6hr2KL6JPAwug=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509StoreParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jal7hPRFuc8pzivfszJZKgc2yZzPBHX5sok6GtThrEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "mkt+Wy4ti2CuUEU9Y0l3h4ooW2f4yjOdKKxok+65cvg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCertRevocationChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hwoiuc2EIjwVcPpFjDCXWjcZQLXAwFWorNBgzZqC2+s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/BCKeyStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "72W/MwezyAQ5m5rqF3JOlq0Q7GNwpIT6kZMZmwonJSc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "VxS8wEP3Pbq2T1OpUpStiREWko/6rimzVA4t96961fc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA512andAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "2+LGxzJlL5SkqcfoqUh4GS30jQ7nidNosaGzLrr4JkU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_256_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "s1tg7E6mok7Xi4ygU7JtCDPrJUNsZazKYy8hTw4GPEw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Grain128AEADEngine$ErasableOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Abqvnn72tYC0QzL/uwtm9aq+/MHXXmiXSpyXmQclhB0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/LittleEndianConversions.class" - }, - { - "key": "SHA-256-Digest", - "value": "58rObwLzBTjtSiwiwb1qnRU1vm6rlnAVKXQDeNPBeLA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "V6Z9jSM3MH2vljYFCka5Hxdi7fl8CSlzT8N4Z/pWSRA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "+3CVCI5rTy9ukN4THDy5IGIXkNmSgxr4m28FZplowZA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/ReedMuller.class" - }, - { - "key": "SHA-256-Digest", - "value": "UNsPAE52jwAl+7o9nTuFRhEPjeNku3BHgaWmjSPwGI4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/IntegerPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "AQtpuXNzoHb8f88w4Sg4/Xd2yxY6T+xTD/tnXNfAaNk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509StoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "6kfejdX0jklPKb7ekMrPzxcuf17ssQ1qDp23mZkCWgg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/newhope/NHKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "eSuLUwSbqiD9iiODw/4BStnn+0CgYSYGqVRb6zck3rI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "frVXGQqll/ewwXi/2kEqE0RY+sK5D3TlHuy4XHUVKeY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincs/BCSphincs256PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "FOnX4QWK5krHRmHZpPP3aJESFNwQrfJ2vEyfbccgFjQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Strings$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "H1hB//gbTlMjH/fGm3X/t8vQGHzOzn+klX6LuUFZd3c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$30.class" - }, - { - "key": "SHA-256-Digest", - "value": "mfR1OqSDwEh1ULri6lUWIw7vbofHSyX82J5EQ0JUtVs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT239K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "TxqhLo3zFEB9dH5QuPY6DsXsSTCWKiVC+10EzC9cl40=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "/GqZETqyztH0iF2gEkjTkYenuyu3mSOdDJJqn2WOmGE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Skipjack$MacCFB8.class" - }, - { - "key": "SHA-256-Digest", - "value": "CFh8v0f0sxkgceIQEp/T/vHkoJlMX8lEv9fYD4r1xOY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/lms/LMSKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "/3/DntIaCzavJ+d7CsayKn4fPaqTJ1TiwpJiYkGbtBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/BCNTRULPRimePublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "D4SFhOUE3fBXnBJ4L/vvgNd4kOev9nYYD9i4Ahzrt+A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectIdentifier$OidHandle.class" - }, - { - "key": "SHA-256-Digest", - "value": "hugclSW/uYp42uw6pfQkv7Slq7b41J17jxHT/n7B600=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseWrapCipher$ErasableOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "12YsZKRxYtIPnYW7iRHlopemA2/tpMUFftelm9p8fJ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xwing/XWingKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "B5lZmtU2yeSVA4R1kpWnMjai6iVSWIb/SuYacu9N+/4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dstu/SignatureSpiLe.class" - }, - { - "key": "SHA-256-Digest", - "value": "+yIkXb5CrYjA6VGeRXTYI5t+KDvEoEdc5uZI733aqFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3.class" - }, - { - "key": "SHA-256-Digest", - "value": "PvxDapQrulNTCL4nAasnXitPvMdimyErfEJnIk6Y1Yo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$HarakaSEngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "9JaDxfX20Pe+z0gD9eQxG+6doDelGdwWVLWU0x6FK7M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "zm7CZIH7D+Q4pTPVuX1phRMpnV/ZEkFMAJ8WMFbQfgs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "+YWC+Oee/vz8KEKRk6LJqJX3c764Z8Sk0vD/lXHQ2WE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Kangaroo$KangarooParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "SKe9ThtD+gBxhexTpbSR32nGzTbSremWhy1PJKCOqEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "zRLfjfRCkI0uL2tnMrvTOXhjCI1f8bRlvaTYp6RymKo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/GOST3411_2012Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "yWZm1j0CnXfEZGiFTDrLlYTDAJZ4O4J8IQHL6dZGkeA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_512withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "pFJrU17CmeHmfQp0pdZNu5Z/1U7bcailtUhmYfQem5o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/GF2PolynomialCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "S17q+5YZ/6TakbBEzraN96qiYr0wXbOrFvsLlb/vAww=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "/YhCXBzoA8C+n61TnFkglbPJGEOuAGSmnpNEvMj5a24=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/BaseKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "bhtArU/mGZ+zHMQDh/2drJqHgKseVpY4tv39EOGPmqA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERSequenceParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "88msFgMAxPDKLr+5v9Q4i0ioXFOpqtwEU3Sf/m0/mBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSA224.class" - }, - { - "key": "SHA-256-Digest", - "value": "xyI1XAQCwBirD1cyY8lccg63X17xqT4EkKVSL4MuKx0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base3_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "9/lyE1i2vAm5uvfYVrDCc5he9H0ZdQUt2cu2q8w7yjY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "SiZjJE/Fub8/tdhlW/DT9yy1Usaby+t2WOgqjH+yiMY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/AlphabetMapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "VbWXpTjoRpLljJZyEb4p2y7jBmZ4rTNnYWmV3qqDLO8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP384R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "XxZGqVf3HWJgUY4kP6ipk03z2SuL4phUV8OO1J3foSc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/AsconDigest$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "X2kx+Tc9FyAjPo9+hjNAXOHb1O/LLsbB/9PGA6RpJC0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "0umv4JCnCHeNDpFrQUlk/NazdC85BCIkk2qOrc7DyGo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BouncyCastleProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "5zH/IMV5css1g/Fryw8JLmJWKao3PS2xTZwrSm8mq18=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_1024_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "SHJkVIthg5/KFXvtjuKOyxPxTlwHB2soPFsROdgjSpQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/DRBGProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "DUlaILNymI2K2NJICUH/8vlwNsL9yqsRmqnio3m3Q0w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/EntropyDaemon.class" - }, - { - "key": "SHA-256-Digest", - "value": "/AU4Et6bmB8BwdLgQTIocGpaOZ0KkhxVkRLj8Gjsa2A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/PrimeField.class" - }, - { - "key": "SHA-256-Digest", - "value": "xAQoo0mPD/jiFWLxWNpzqiDvCxNsuvScTbFFrY+F5Ww=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Blowfish$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "R5V3cFDkxsoEClSwDoLV18HC+GOgzdjnEIKsIm0F9sw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi$ECDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "XgaPhua1Jy9zrASaryvoqUkfBlqVfmutX1y3JdU86js=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/V2AttributeCertificateInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "sAoReoB00VnVuaUNliPOtZWKHBcXPw/xRxAqsSNfpIk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/ECGOST3410NamedCurveTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "eF39KdGNauybjtb10sq75iN23sBNH+JluIZo/6v1WXc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/lowmcL5.bin.properties" - }, - { - "key": "SHA-256-Digest", - "value": "srOg6Q0VEz9zcet5Ypn8H4zPW8p6dgzLe1sxEcyOS5o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/AsconDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "SpeGcSI+KLUOOCXXgwzrhNL1fNPiJc1WCPyB0/mND3s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/XDHBasicAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "L+DmWKdX/omvew0OIvLBzkVR2RgcivmAMOny9/3OYrU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD2.class" - }, - { - "key": "SHA-256-Digest", - "value": "8RZWplR4TdbLZ+grJ387nbcCylWCaNYzNqUkiaglE00=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SkeinDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "HDjPtctY9pioLB3lj0Ao5ySL/Fll4UiXpdcsh+b1/Bs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$CDHwithSHA256KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "dtkKiFA43LFjKbCVgZdspGw13ZQuHEp9pmivMW+tl2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "n4aRYg/jIttfRxshOcxEJ8sxmjA1+rRZai+XCoONLjg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/ECGOST2012SignatureSpi256.class" - }, - { - "key": "SHA-256-Digest", - "value": "IAMwalUXmQ/Wyi3ZW9TBfgsjMoyq/a0hvQLPfoVrz3I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/NameConstraintValidator.class" - }, - { - "key": "SHA-256-Digest", - "value": "+Bbez2MIC7cHlzc/2PviF9NtvYLnZbVqOieMh01ugGs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/BCEdDSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "BEEpHE2uBtUKpiTMJGayNaXGcSn+hCXGlhx9LS9F68k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_512withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "h75pmxYwSwyghyocv/2Yditzdi6EiNtLV6DijK3rMyk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DEROutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "yGlzhwekPsMjFX/tXer2ebX5D5yKHHhn8rJ5R9eVTsw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4$PBEWithSHAAnd40BitKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "myoR2u2GCvG6z+UoMgU7MAuZFzIi0ouFOTQJ9eOxIlE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_512_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "yEMcAdThJCR8AH7RgnKSIG5DWuG5gqfoaH6aNi6BI74=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/DSTU7564Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "xA6YABh8mP86vxTFsYTAaHOP4uWeZ0jirtpJaN5zv+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/BCObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "bJ1u1QCKBM/thFoXifucSPX6RoP9KJRvTfXwWU2GTQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$Default.class" - }, - { - "key": "SHA-256-Digest", - "value": "N/pC42FGICjVa6xp3eils8qbMA/cnfeT2vNx0UY/euQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Dilithium.class" - }, - { - "key": "SHA-256-Digest", - "value": "sXD9xECu46HQBI9X7Khbper5cccWdVA1WsfxJHU0gMY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLBitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "dJkkC3vHheCsyAo5qhsVBD7L3/xTLon7vIO/yP2yZn4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "USLfNSETjW08qcWAixYUUntjTai/QCC5l4xGXSJKIIY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "NIKk8zheroPZ0RjJDCtbkT0D22v6ev0OpZFGxQinlI4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "mabkYZmSRcZlwgJR2iwXPm8i6QpEa5n9KYBMzW+LrQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/XMSSMTKeyParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "qr02BpCEGlwVXk/5QPNB8oKKxIaYX3RgmY6sVKCGfSc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA1KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z7dCaC4oeIpN+VcpVKhPqENvwoS0yQxaLeRGENzOg/I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCERSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "gU43epSrgpm399Eex4R5kyKCervCxRlvAxjLTCsCQkU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withMD5.class" - }, - { - "key": "SHA-256-Digest", - "value": "5dxV3GT+0XgT1avgGQCB1GV1T0Tue5pnkxCRsXZJ2uI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA224withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "ajP3FU3KTgRA/uvJ3UrCWoeXhy5MMfbGtq2KXnkgdAU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA512_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "wg5q4EmPJcfDE2BUmgCRJKaSLoQuIpJ6UJVnqOEQ1zM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$TLSKeyMaterialFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "0U9C/Zytt0SZQW103BD2VQ2UDGSP1BXC2PPyY0mz+80=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Primitive.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ih3WJ2QUWgo1rjsTxR6lYtKX+jQJ1+U5Zl+3OzRbiUM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/BCRSAPrivateCrtKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "BtESNo6qVBXe4SSYTHDFW3xoZepg3LyGa6WA3xuDCPg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "v+PlIqvG9oF9YrxaNJjA3RvGpzinA2XU21UVskoH11E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1RelativeOID.class" - }, - { - "key": "SHA-256-Digest", - "value": "d69dA1Np211nuf2bCt/kMnMe4qTvELhny3yw9RQTuUc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/AsconXof$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cj7K5ENiZ0qKDnuundmdikFJRG12A/P3KqX4VxjM/NI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/DilithiumPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "o1GcfXB/dGnIBy0qxCqps+jcBTLjT1UbhMmVKFGWZvk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/SM2Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vd4BMGWn5TUA1R3c43gGKx1Z9GpBG5bOVikK+xHqJ6M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/style/AbstractX500NameStyle.class" - }, - { - "key": "SHA-256-Digest", - "value": "90qwXK4ZXDePxM2UFNbAd8D7cdGUj8zEhHkpfnFcg90=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCRLStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "tul1gUDbglnpU9bIfnr0/Qo8pOe53enI+4S/LNWVtIg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/sigi/NameOrPseudonym.class" - }, - { - "key": "SHA-256-Digest", - "value": "VmPEuBRafXw0eJrAPKU2IG3JM/+gHGHyzQyGDg0IW34=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePKCSCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "6uaI6eQlnwKXNOeaQRi35SbpSosCqYkkyVQ7KtbqWss=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/HashTreeAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "w+IdD1g5IrB3obgC+fXnQSYcr4IzntPVNK8dExBpFW0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "16u4XszpR1DNMvUCxUMxt4uBQ+wkz8yPaqBCRcVCLXM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed448phSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "REJ3JVlPW04b+F5+dB+b4CFAhV19q0qAysgqS9O/ujM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/CertificatePair.class" - }, - { - "key": "SHA-256-Digest", - "value": "qmfpn55etvwM/i6q1Shhd0YADKdVK7mwbq5e/7XsbGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "yT3W/9TeP/YePzAu5a3xpWDE8jidosVo4UwR58hPKzc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconCommon.class" - }, - { - "key": "SHA-256-Digest", - "value": "Egg7nQGDNRW3qDyT4SP23DJAghXhfeCR8aQGMbkMumI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BIKEKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "julE9fcpaCiQC/zqKBcbU9DGWY9OdEB9cNNc2SFwRAo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SSHBuffer.class" - }, - { - "key": "SHA-256-Digest", - "value": "++UTcfqxJiZgV4LDuSXd+tIvJt7YsyOWz3X8yWo52/g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Null$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "w2PZ/0kgpgBDHufJDApPOaTz4Blbwkz/P76yBoqGU8M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger$PBEWithHashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "6qjILZ+JfP1gT3Mfy2Kp99FqwxpWoXi3iXzzUFjhzCc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/IvAlgorithmParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "gaBpkyQySeDgq7w89T4tz/rp/hqP4bQ5PwiRZKel2k8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/StringList.class" - }, - { - "key": "SHA-256-Digest", - "value": "V0OMwrRpBgPVAvVbasCbeOkNR22Rkggnfh8FV/ZHvSc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/SkeinParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "92L2HK6CkJDpV8M1VPUKdo4jQvMNVR2qBeAxrmvRIl4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "8uQOjHYTPi/il3uDVHm3Njl+mbQPVxIr3nVUqbS64Io=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/SignatureSpi$Base2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ob8Yf7f2JvFF8THF4VYbTbZPyTnG/dMRHS4eoZfTwnc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xwing/XWingPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "eZbRoMKGeev/++VZQoMvg73Jp64vGX6WR0jCjJTcBXU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Blake3Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "B+3DiVaNgEy2fYEdCxGxHzFGcGYnewK4Pbu98F8EhAY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BouncyCastleProvider$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "RKXJQSb/4/F+mbhGB24q+xddl6f3xwNuQGd/d3qbT9o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/lms/BCLMSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "xlGwkGQI46MCdLDNyV/8smeRECyP4RZT331UqcoUgts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ElGamalPublicKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "559fhY4Z2lbNGPh8GvJCbTTFEENKRT5x00X2LK0HU10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/newhope/NHKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "zOfAYPzwTSa0VVKY/f2zzMM68/UxJqd80WHmrWP1J3E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/picnic/BCPicnicPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "dUaiSY+JaiL4jqxCjlC7mC6LfObL/U6SGs5Jo9hY18o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "TT08omFKCDUq+lkxIen4oodnEdiXFFXlfmWso8Lgth0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLImpl$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "dwoIwbHmxFmpxFqc+/nUW1OINp9htlT4rAeBvo4OM2E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "dBF22DQG3WWZEBtt8/xIZwypBhFY+ruw6Oxb70BnPq4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "3MWYvCKMdvJKqZ+M+lKhDcyVOZqWnYkHzcqizTkR3t4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithSHA1KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "zRfMNlIZP666J6nkb+PXjDdeHylnjVcstW4Vw2edgoI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/TextBundle.class" - }, - { - "key": "SHA-256-Digest", - "value": "T4t1nIHpDKmESxCQ3Ro6Ww3sG96sCqdlg2o/u33Kh+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ECNamedCurveSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "dgyGwNlCDAAwn6Z+UV/fOWiOV6lUBQk0mUUS3s2JYmk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM288_SPECIALIZED_TRINOMIAL_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "9etvBBF1PGkV+z7xUOrNk4G32s7gJnEKttHdEsWs4jI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/OutputLengthException.class" - }, - { - "key": "SHA-256-Digest", - "value": "KYzGDSM6hXptIBEu+YWeOtfVKFKgIOGImQNIoL3JxNU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CipherKeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "tZWiIa56ET7H7Pm0jhTgOyX1Z+HBE11ga1K3v/G1wBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PBKDF2KeyWithParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "hl6HOqZMxWjlIROhn0AXD4FnpOrnBiNsUFhtiORejs8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$21.class" - }, - { - "key": "SHA-256-Digest", - "value": "pbgcbudeO0R9g73FpEJbrddVTfo2QuPlD1dW7wSpjEY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NzcEU/NGYf0sYNTKOOLX8aTHTqpYVfwAWeU5ux6ji0k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McEliecePrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "BuVzq+Tk2+9QkPTIdx0e6Op5Ric6mE+zAnu6hmL9u4Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2PrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bk/DImWADnSgDAExUP7HB/fqYRrT1wP03pFdo4P1L8w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "RN7HDUoVGMTlD47mr9L1xg4arFP7EgN4Kf6LR2Ja0jY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mvw/zNRB6SyL2vBs8w7XmU5cAdUuLtkj411xBNBakF0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "BZw6x6DA2zhWjt+j7jPGQEyfYKOVX2LLmkIliG+FlSQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator$Aes128MatrixGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "QbFpV8otAnAypCG2GeCBkWWnry/1lizTNmKeBY88rGU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1BitStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "JAtaKyUBlq85xtfYPRtChjRdQVWayR/VRVsI7eFD494=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$KeyGeneratorT256.class" - }, - { - "key": "SHA-256-Digest", - "value": "GPACJxRzKJ83HMCOouKMRIlLI3kbVSABcRyNc9T7yrE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed25519Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "hpidYpcrWrbWXXbFz4/dRQ91hn9dcpjEZ/ay6ot/1Cg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/ResponseData.class" - }, - { - "key": "SHA-256-Digest", - "value": "lMZ9FREXG07L+PXpoFUT8OvQSxUl1bV/9WbPiJUh0AQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p$QTesla3PPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "uqbYR4WCQmPbmLKUq3v4EzYucw4FGIJShdssEafv1CI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/Base32.class" - }, - { - "key": "SHA-256-Digest", - "value": "RiTC+1U9BOcmsELnLkUY/gqmldBMv4u17vWMqXiyE40=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/NaccacheSternKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "XBG5hCVMBGkHfJKy3CE85IrmgSVtA5KtYQi6JgLwI3k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "z8gv+7dL3iWRfLD03EvHd349B/PJTjlypXah1eLEV0s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/BCNTRULPRimePrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "7mfe+8Et7EUXaxcSu8ZSNOwozT/PdreaY1M0xWbkTSU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSMTPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "BLZysWPsKSAhsYk6j6owKo6Un3CCL50TOJ1enQk8nD4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SSHNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "xNLOxwRZvkO7c77kK23YRaeaNzSCD9W3ykweKGVn5Po=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$OneShotHybridEntropySource.class" - }, - { - "key": "SHA-256-Digest", - "value": "3vkecYgjxIQibV7AtHiFFi/WdiclhJGQJCKFk0vXl58=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$KeyGen_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "CJba2v9J9HnJqgrTitIa6YjRRnvu8Rrn+px5L0YpiJA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Blake2bpDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "wZ4hNvGUCHuvuM5vSMbE5apJoNlmlAcsXy6J/9PcYP0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pe2j56jwivRjRgLDWT0D3B408hbuK+MUafqveQAJkM4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "0iJulOmNIHwLaLHdhbzjdhdu+MFk5C9NguDRFgSZRKY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Mul_GF2x$Mul6.class" - }, - { - "key": "SHA-256-Digest", - "value": "X16zXu2XtvwZcEnu8XbF09agxxEk+nxdCHRYdHSJaRc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$Base7539.class" - }, - { - "key": "SHA-256-Digest", - "value": "D0oPnocNh2m/E1u+PbL0HJ4yAaNY/WZnX4Pqr0mLYUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/ConstraintUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "Stgm1bNU2MqCumv65RFs29Wj73BmWP003iBnQvQADDI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "BcOjsUK9oAA8HanGAXPxZuLjtyjpKmBHkcnONNeBG/E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/DefaultServiceProperties.class" - }, - { - "key": "SHA-256-Digest", - "value": "YPEyEAHCUlYO0EBbGT0MxkVYkZny9swHXXxAZ6diHOw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$32.class" - }, - { - "key": "SHA-256-Digest", - "value": "9AboTuYzKR4Dofu4hCVRnlrvkqgubeYlMYMdXRpaiyk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/DSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "jD4qAKPq3bSIEKcob9Yd7xv9fiLW2qkiS4sWmlNXzK0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/GCMExponentiator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ibsFdlb3atq1tpcZe5l3Y0vFirtMHwLtTjSSzluQJmo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/encodings/ISO9796d1Encoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "hBda1kZeUKExQCERXwEYszgkfp85YeKzxHeV/Tl10/M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/RSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "hPfrFRfxpcItVYp3vWyDZ62vsWT5PfQZTwwmhlyDDNs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/KeyAgreementSpi$ECVKO.class" - }, - { - "key": "SHA-256-Digest", - "value": "R7iO6oOZpbh1lerHmMqNEIWnfZrAgzkKktGZuXXGLkM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/BasicConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "eYZ4l21N/8qrzucXb5cUqpaLhcpl8IDZWKBy3JxYjZQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PBKDF2Config.class" - }, - { - "key": "SHA-256-Digest", - "value": "0wTEP2KSTrJEpj8vsTx7gzwro+INJ+usSpzu66cKeN8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/BCSPHINCSPlusPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "rxyTWvlOQUu/MOPFQVo04Fds0tYDJPiuiP47IRMv/zY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "sqi1GRj5uUzuBH6Py4BKrJW67Wctu5OTmTChC7CDsbA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Interleave.class" - }, - { - "key": "SHA-256-Digest", - "value": "TsyEUfyxsKsFByx8NmC3zrCcPj4FeziWZRMos0rXbEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/ChaCha20.class" - }, - { - "key": "SHA-256-Digest", - "value": "tb0Tqg/0Ig5Jv1vdDCLgWhC8rTlpFELZsvympTHqYGA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/PbkdMacIntegrityCheck.class" - }, - { - "key": "SHA-256-Digest", - "value": "n3vqVz88443HEgpPkDKdSwVPAwTzsqJNZYs1d/s3zzo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$BCPKCS12KeyStore3DES.class" - }, - { - "key": "SHA-256-Digest", - "value": "/4tIp+mT1b05kMqvpXRLGs3+XGxygBrA0GnmTJBQz6A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "oPH+4FfLqEIWIWRLGb+dYhJjgRa0IVWgtz0ss0jO3Pg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/AbstractECLookupTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "UrGb1LNWNSlXop0gcG+GJUSYLAF6m/k0+/vO27gUijk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "jiKhspxmSF4v5AgmAwACUVHqcNdWxP6EixxkdxHM1jU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_256_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "k6hp7nLHYYf723f7NgX1G+dLNNbav6enea30XSiKv70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/HashTreeAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "VMWEzLqVrqHD3T6d3+CYpLcCKuGh3npMBxe4CeXXE+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/kems/RSAKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z3RUClY+FG5oVXpb1Hy5Nws59ZtbB95KDDRbs+Gh6rk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/ElGamalUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "d5hpaFmLZg6G2yT8j1DIe0tuGbum62to9d+giwI3Nk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/NTRU$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "umXLZ059EfjW2QKAkiYTL/wXjPlABBWNJiHvEqLi52Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1OutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "1g+JfY0jmPcFS0UVO4MjPMZyoCGq2mepxlvSoU0kG7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/ElGamalKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z/IDP3GtMG1bjH58CTsZjuc+PkL8GUdnMvBsaA6go3s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/lowmcL3.bin.properties" - }, - { - "key": "SHA-256-Digest", - "value": "L1E+bJozqe+KgQ8h2hh+6uP/mJ5FjP+qgp0BA6Dz1zQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "YTg4xfh4vhV9N+vy5HJ+YZl4V4ZrunqPVwL1yG+fWK4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/gm/GMNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "1++0bTWyQPPMPmPME/3DY65j4CBySw2XOuzDWnhJ4xU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/io/StreamOverflowException.class" - }, - { - "key": "SHA-256-Digest", - "value": "OfjTDXaVXPCuRA2Mh79bKrN6HWx9f4UVFTV3jLVwK0Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/KGCMBlockCipher$ExposedByteArrayOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "zlxad7vVTtIASaaDO9DRMFmBj//56ntFJcm+fTExPas=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DERMacData$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "6s7GQ2y9kAtcqcoMGsaHX8NGXniSMvNZNy4FaEtrtwY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_512_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "3XA9KXhcm8AJBRJdsXbIclxT4a9vSSk0S2Q5NoOnnWs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "4mfh2n1bGKQN4h6YLSlrew5RZs/KVsT59o0CaLFwvPg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/examples/JPAKEExample.class" - }, - { - "key": "SHA-256-Digest", - "value": "u71F2gdZlpLHGxOfU4WtGd0ksupH1dtVnTrhfn2Rr9w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMT.class" - }, - { - "key": "SHA-256-Digest", - "value": "koOvjWya21BLyKrlyHnVTdDd6Nz3uTy3F3uChDu+yLI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/GOST3410KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rfFLEVcWBUC0+VQsuEqnkWLz5+FL6C7kit9UdEOO0w0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "911nl/VMXd5GJvBjh7zgjCS6cQgPzMrBPA4hCOhfFGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/BCRainbowPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "rPk54IwUbX42xUSfX7wWcXpFHSBOmihnjUo/bI9+0Os=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1T61String.class" - }, - { - "key": "SHA-256-Digest", - "value": "AXrXfNXvpr+b5cZnG3Zv2IT5AZ4ulCYH4+/XSXu1oy8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/io/DigestUpdatingOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "sJQFNmFGze/ByhR4r9lwJtmJzB9oHpzQ6CRQi/OLcao=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Prehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ox65bZ7k9clgksXaZj9H5elg5uNujLQgnSpIxBTgrHI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "3KXhDmXEENnZz8P8k4vBtYwPv5TAHiTF3NGRIvROGR8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "CI9i1qUG9CnDazUUuGzTYMOlIBUVMllrRcLmPWCpLhw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERExternalParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2Zbqbna6qrrPiPZtvjy8nh6r+U/VNr5rCYqt5xBzHQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9ECPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "9cCO2nzrj/DoAgG3Z9ufMV5IPqKDPz3glYdTa4lV9Us=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DefiniteLengthInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "0giysVzD+tbfMWjigziA2iQM2r0YudbTJUCfmMKRuQQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSNode.class" - }, - { - "key": "SHA-256-Digest", - "value": "vVnJDSEBvk9EuOzwsFkn3ojeTdtw181OlnS8e1cQA2Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withShake128andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "jRSuJEFYwUJo/vlD+Y4QF5KE5ZHpNRWhGG9R4MvjTBM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "JSVSZ0ZE8WLxOX4MpbUpvp9Nz5YrLgpm2rA/GzHgCio=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$NonceAndIV.class" - }, - { - "key": "SHA-256-Digest", - "value": "SM5d8aDacduY13AFkeiUfQegkWnxddqI5PDbwegD1qc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$17.class" - }, - { - "key": "SHA-256-Digest", - "value": "BR7KgfYRFfFtdnRTHBRB7Pa/R466rD8udEkb6R0oRXE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLImpl$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZNOUtIC4bS/8rdARBI6v3CspnMZ20+ghN96CSKcuvDA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECFieldElement$F2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "UsqmkZ1Z2bhly6i8oB5J60sBWhCqcKPWF61xkv3fbpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/RandUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "kmspEAsl9emXHzPzSz/uuKDFjRHwPNDoOjWMBUsuV7Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSRootCalc.class" - }, - { - "key": "SHA-256-Digest", - "value": "EjzdMc1Jrx4DhBcUpoGKg+pqzLCVkwLYaq3Ow0YdQgI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECPairFactorTransform.class" - }, - { - "key": "SHA-256-Digest", - "value": "rK0H8+4EZ4MESXJssA6JsGHA9ZP3nYo7ha/2mIy/bq8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyPairGeneratorSpi$Sha2_128f.class" - }, - { - "key": "SHA-256-Digest", - "value": "x4SOle0C2wKOTqddrwKukki6jkFUFCQidl0kDcaVGMw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "K9RZnH8XzFmxyidz5MZg+ZryzPeiuPTORTNp4o/qYyw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/TupleHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "7aSxBpmaYbxO86rTwqbfpaDC7nu+C77lpxY5wcevWow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/CertBag.class" - }, - { - "key": "SHA-256-Digest", - "value": "dMFBk0C2xbQffD9IhtFbfxF18/svcuf80k66CflTbaw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EXTERNAL$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "drsy1NJcinxz8K/bCvMPP4CC4jhevsGSoBgF2g340Tw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLSetParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "3rEkvRzfzf7mXldqiCY5ObXXBLXpgbXUXFVEpciF7ls=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/InvalidCipherTextIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "790uVWCz0NMO8+tE9FKGR8vzOIpAdqi2h+GwsvYVfcY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_256_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "T3/2zGGVuaJAk2Rq2Qi2W+jq0xhZkoW/5tPIClXdJ7A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "hLszwP1gTUizXhdBdEmSrXO9hFKuC+Q+FqnwoyXPD4g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "CZoSMAZyM+01M+5DZjZ71zFa/FPxVBLUZQxLmIWzwcY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1External.class" - }, - { - "key": "SHA-256-Digest", - "value": "kVtVYFxHRDbgY8D2pDL3OiPqrF1z79uXRyd4YD1TWw4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHA224Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "tFlByHrh7LdBhonhu/oXyp52wBx80KwZXGanPQLslfM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$CoreSecureRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "2mTKl/IreuCbZ51zL0Sy0Y/vh0h6l0xSJXavva0IkZg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyPairGeneratorSpi$Base2.class" - }, - { - "key": "SHA-256-Digest", - "value": "622q+SO5CYrKGaQQb5aSogmm/7sKfYeTnghPcYny7bY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERExternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "y82KOLdl7dHt+fFyo2n+pThPjjLTUfKDIa9+L78mq0E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/MQVParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "qFG2ZFt0AThUw5ocVAsbeHuA3SxZh3tIgS7ZOyJx0WQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "P8HSgUE7UEx+qvc7P6npUPJck6MJTsgbRVA+wGMkGgA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SM4Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "iXBtot5aLQNeQvkH1hdk+j6zIPQnD5J4gaHyx1hoEbI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash128$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "UE84QEyLdbPYNf2R0pfLL7NluJntAokdGHIk2JmtmJM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Set$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "1pmiLK9Q/P0NJ5wnEuVTzczA21UKKp9ZeA+wLuFmM18=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/anssi/ANSSINamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "pge9Z6HI448U803/pFH74UNUYPixZOoTOBuY33izS1g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/DESUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "88WjUqUoKuipDp8+U6ijGgNojZVrQvWzdo/3z9dHNfc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$DSAConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "5/Ht5sThGfDRLd7C28j3jbAEpvrUf+4ATdBEzyCWoTA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Signature$Proof.class" - }, - { - "key": "SHA-256-Digest", - "value": "vHmIuUSOso6y4B5WxRgcMsM47taNEHG+sMt4viN+R+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUHPSParameterSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "g9JyHaVRf8baRS/LlrWzsqQhPlDpqLjOInZkciBSglQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Memoable.class" - }, - { - "key": "SHA-256-Digest", - "value": "AzLPaS2DMy/xpbAHdWBQlhInXJNw0iatqSxUfMFOgL8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "QujPV2iv7feq0V6YVQZQLJXK45NGAxGrsX2ecMuZj9s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ConstructedBitStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "DEI6gQZLH6WoU2ZWwgLXkHeEPaGXGVheq4AD0V3IT40=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincs/SignatureSpi$withSha512.class" - }, - { - "key": "SHA-256-Digest", - "value": "3zqzQpwbJHjML5Tq3EXVsKU7TxR4PJ5zk9G81Nc1K+0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/FalconParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "M0SfODRj556K4TVTM4splxPEpQURx/7E34JZHX82CSU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/DESedeWrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "wMPawCgNqiabZi9sNxUvBs2bN9E0KOItEs+a6kX7Lr0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/GenericSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "MHZJSda+S3vBowUSkOMgWRqu3JQfxiLJTLHSukxoBAM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/ParSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "WbQYXwjOmzxRb6LZ6gr+iYpLMQUIwY25GmVcrg1bY1s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/GenericPolynomialExtensionField.class" - }, - { - "key": "SHA-256-Digest", - "value": "5fGBzHNR1W6GIFSrjKLr17Cb+jFxi69wW+jiaFT3uPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP128R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "INHHnarVMCGg0raqmZ9L7G+pHCxqdx4roBttzbRS8hc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "YiP5Com3dpvkQEsu0w5bfjWqSdnBrt47ahhqJbDz6Hk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/GLVTypeBEndomorphism.class" - }, - { - "key": "SHA-256-Digest", - "value": "ET38eiP0wdnOf1K29ZQ+AnZ8j1cdd5xOYPmsWV4+wk8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1String.class" - }, - { - "key": "SHA-256-Digest", - "value": "9H35QmDEDsp8qA0r8u3fwqgTdWTzHG41JC3hXlie3aI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "YQ0ot0fsDcqcbk0qCCWU39bpOGB0uHTKZnUtrKZoXoQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECPoint$Fp.class" - }, - { - "key": "SHA-256-Digest", - "value": "iSjhXKQyIwROjaALJe0ri6f8gs4rB+krZNgpOuWWGNk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "vltsqFsgl3KAGVHDhGfloBNeW27kPYn2GANlEEQpnuY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/HRSSPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "qPQD/WRXjSDD61JsgW8gCb6U/Ari9+I04xOXCNBHyCw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$KMac128.class" - }, - { - "key": "SHA-256-Digest", - "value": "74Tp9SRwoltHmtQ98soJbF0qjbfzt32kdpqQ+/AWV1M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "X92F3FXISycGKVJbUwUsOxV1b1Q54TdAGr6Lm1VyQIc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "qCZp4NJU26l3fgdxMbrbk8KFmwYXo3EgFpN+v/Vj0kE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$ZucMac256_32.class" - }, - { - "key": "SHA-256-Digest", - "value": "QhUv5Ed+e2bPJ2QIG7/RGS1WungGhhPPLH76V+ds4Ok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber512_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "GUcQA9BeGV9y/ObLwcUlGYpUtZQ5TjAdKLpRCaIyCVw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/ObjectStoreData.class" - }, - { - "key": "SHA-256-Digest", - "value": "3fQY3aY0ihI7tUHKD1S1LC/6IiphUwLJG7l1Bysz4i0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyPairGeneratorSpi$ECDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "vFsmND5fj7fEfuc7e7U2Xe07x7+3/+jf6sIvhizm99s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSASha3_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "hqNOIh987/GcpVmnesJTVrXA4xeFpHDYK0zUOVjujdU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CustomPKCS1Encoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "WFM3Ot3DR53AmyR+ys4KlPgIqu+VwJ7J8oON/mVzdyE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/cmce/BCCMCEPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "qX70LeMOERVTUfWf3tEYg4SeYirSnmU+AXBQiHwxRew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/NTRULPRimeCipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "XpN5lSoEfBnfyfORb59wlgWHnzn93igeXAzhqHnJf+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "oXWR/Fmnp6DfEOH89xe1l+KbrSvwn3DbNKe+wzxnFTk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "KhIQHQzg6uu+3VjAEq+XFeXJc/DDZhI4XDEFLkt2KWo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SCRYPT$ScryptWithUTF8.class" - }, - { - "key": "SHA-256-Digest", - "value": "1NWf+5xutjim15cnJ7OMMgrsWkKDFwfkM3aSaZwwWz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "44lUxVapmPkL4ClLgQF5k1q2C6mR/8GiQFQ4mp2O83s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$30.class" - }, - { - "key": "SHA-256-Digest", - "value": "18kkrpFMH7QbQWIXYl4jlLfn6J0lzj6lekIvgKFYkUs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "sJtaZW3hDoKhAopj3wGpP4VU07LpWphhz2Jg83Lr/RI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2PublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "JPCXUWzPDPnqh7UrkV7BWAd+p88KsZgtxHCzkzGOtOY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "1xkueHcR+jNjC5HBvUFGn3qb05FImSEHjHRd48PINtw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA224KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "hgMQd5e9NN5tDlIRTHaqeBkRdTJMU4zhHhg0JzDdWjg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA256And128BitAESBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "nxqUAibTLAsEKm97hO2AcBnO7VYEjZm/IuaxutA1m4o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Encodable.class" - }, - { - "key": "SHA-256-Digest", - "value": "TMTbmh12JXKyS5JHcMZKzCzj5qgL2ip4M+FkxGzbw8Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "juL0mPVtE2yZZocIYC5sS7LsuOqIJfhWn1ZX1C6yU78=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Shacal2Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "YOADN0g8/OeV0YjsIhFMdgDK928lKCsLCxgrUq0PF9k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509SignatureUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "YRUZ+F5ZHobcmomOi+2DshikmcNRFD2TuieHoEujld0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA224KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "7tIqC9LZ0/eEH/4hPnWPS0vqgdpI5LMcDFE/DUue968=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$CertId.class" - }, - { - "key": "SHA-256-Digest", - "value": "n4spzJq2DKyf3qM8oU5x7XtaQk9XndXQMoc7opW8ufc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/21/org/bouncycastle/pqc/jcajce/provider/NTRU.class" - }, - { - "key": "SHA-256-Digest", - "value": "BFSz7DwlkDjvJzB8fvJ953ioC+kvp/1gdayjFZUecK8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/GF.class" - }, - { - "key": "SHA-256-Digest", - "value": "/hz7uUs2vKFV0cLpVzP41IY6VXd6Z8l8XZRezOG3lxk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "+/TcdVGAexbJcCzjvnj2mR4HVZO+PXwPoE2hUjNyoMA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/ExtendedPKIXParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "e2x2ZjgUts4jOj1XrhYmAJjgtg5v20IbUT/X+PDxp+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/LazyConstructionEnumeration.class" - }, - { - "key": "SHA-256-Digest", - "value": "G2AJEj1/oPdt2qv6MUkkxrXLt6Bdm9Y89FFbaaClPaQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$PointTemp.class" - }, - { - "key": "SHA-256-Digest", - "value": "MeJtzzLbPAa15cVvSfk9Ug0TXGUEiOlTuPKaYqOu1d0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9ECParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PMyio1Ik2trA3aE0y+qps/i6E3QXgwPNPE7C0+lZ6Pg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "tGV2EqmzWQLN7to+cDe4lBCFp33rOiLzcGyHJ9pLy7w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vp08m0evCQpR3Xib8wWhXBzH9m2g/PVHknfXDfTcuwQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsaSha3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z2R1f8g2Thzd2qPAUKyr9TaQzeDQ5sVGrSdWhU2A9PA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/CompositeSignaturesConstants.class" - }, - { - "key": "SHA-256-Digest", - "value": "jmrUWmKpBFzOt9elqNGnWCVb+YWjZ5Y26cH/bLT/Q/4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/CompositeSignatures$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "HHA7435kXeFxn9xtSoeoQ9SiggQbDHyUhAT4daS83us=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "OmW8isGIkUiXrU+AhLHjeJWQ8ie5pA2mnF6tKh+pMqQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "7CJZpB+BsHjP1BrBzg/lsQF/XqpQJtNGlA0pu4R8/BI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Signature2$Proof2.class" - }, - { - "key": "SHA-256-Digest", - "value": "gHmYixalkIoyNediLg3YvQ66xeksWm0E99GrA2D3Tkk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ElGamal.class" - }, - { - "key": "SHA-256-Digest", - "value": "rYoS6hS+dBaMI+7xcpc2DNqnbypHefY33GYtONpUQgo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ParametersWithID.class" - }, - { - "key": "SHA-256-Digest", - "value": "s6IwIqz2MShRLP+e3KPVImpKtqr4HrsK5u1g+cNgoXM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD160$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "GtIxi7Bfh5TXGnmpo3qVRMwZl54/VIvTIPWZ12FfY8U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BlockCipherProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "tG0X44kTMJR97wnZMS95eU7qOGybZs6vd8yPyDTRvQ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/hpke/HPKEContextWithEncapsulation.class" - }, - { - "key": "SHA-256-Digest", - "value": "UsKEHzQxuHhLElU/u2V50yWQMMeGSP+n8uRAnjnYsUE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/EndoUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "mndMWFscWoJVY7B/T8IBmuPKroPobY+pW5Fw2CrrXUI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xb18Ckpviy3woV5V12sFXK53MlGXvI6f9D93CpNuQkE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "pDp1O+cWt62/6YYqplJB1KfmygJ0gvcYMLNxrxndglc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lc0QLBY5LZ4/2ZFePOSATd/nB1Idjo82tApBJQD3pis=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "rBfVp1b/6SHqsUGCcVWg/ok8kR04d98GUIBn3DeYOpU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TBSCertificateStructure.class" - }, - { - "key": "SHA-256-Digest", - "value": "djhMP316772xRBiwn8tONLquQafkkFCqIGW569ez1G0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$LMSConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "SyBGhmu7tr9nf2QkM6HjqErzC9JJi83YwpebP3RnT68=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA256$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "pSqJehCA6a4mwOfIG8PMNo2n2S3Wf7J+6byHBKSDzGQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Mont256.class" - }, - { - "key": "SHA-256-Digest", - "value": "DhILQOusopEco2jb4DfYqzBar2kDGd9fE6vCCzsdrr8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "9sKl0WbVuQiF6CGLiGkLk66Q5v5L266LG4vPpiPtSro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DHParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "xot5DP4hMqbBc9Pbm5Mzyf95fMGpGdw4nVS9M8XF71Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509CollectionStoreParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "mG7W5q2cCj0D8rMJl/RuyrOZ2FnbvFuITn+5S/bBJeY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERTags.class" - }, - { - "key": "SHA-256-Digest", - "value": "LpJHdO6uqVIVL9pMsWtllZ8EvWBQ2kzocOsHhMKwL5w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/GOST3410ParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "PVnm0+z1LAm755hxpIAah6BTdSv1ggsLngB46fEOxn8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKERing.class" - }, - { - "key": "SHA-256-Digest", - "value": "OJSeDPu8OM1az0uxrFSpeKI8ulsvrYJmJHiVpqQQGeQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CTRModeCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "1x9oUopQ08vyieryanqcEVGax3pVWYvDAMA9Fiar1Mw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake3$Blake3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "80LrGhV19hoz9rqqfYMruNLLWbeqcVBKIiZEVPUeo3c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "x+KUxWJSwxx9uZ8T+rV/cTPsNJbLc/rsADxLW2Hmwsg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AESFastEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "e+Z2JxX2o878njRMDmSCw7wxz9pXpMV1I2nzjRdm6O0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GCMBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "PO2QimrKVk/qmPJ8qY3E0n/cTM2ACc64GjUx8w8YMeU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/oiw/OIWObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "dYTjCZjbBKyI7sCyHr2hGUWEwMKNo98jqG2H2pxgqMs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/GOST3410PublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "UHpigI3rswXPz6Q9vOHUJ0s6WXfGeWNNO8Yg/HyHUGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "LXi1TejE5C7+kS3Uikrh3wP46wLnXgRjCzB9gPfGY28=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/gm/GMObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "W5eHbcqFYM1Udqh0y4m831mjungbbQZDtoQG+MD8x+I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/NTRUParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "bin9+0J8gOPvVMQKaOOU1Of2X/Oxqmk3jXA4hKiCliA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/io/OutputStreamFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "hy7u1D92U0Mb2oRfyjpY8uj6t0sURHoxlmFmvIG/+nU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "+B2cazr65xC7jHuc74gJF5WGGPw2c96TdxvquvU2iGI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERGeneralizedTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "GvvWLnnDsQe6nE45muGvGESAImInTIGEcOLAPMItMSY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/CMCEParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZUfelx/2PxqeO5oo7gkorWSDmog0+oDbeygjYa+BE6k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zxdb7wSe4IKx0LP3AhpOyCXmmTqPHMaJZQElwxhggW0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$HashMac384.class" - }, - { - "key": "SHA-256-Digest", - "value": "PEKhsjtW05OfGcn4JfQbJbj0b8/IkXlgHsIA6oVyI+E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "sI8pYu7p4FzarJ9z6t8pC9PFYozDolrlI7dK5KrAEDM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPCKSA3.class" - }, - { - "key": "SHA-256-Digest", - "value": "wvCyWnp0o2IuPfITV7LXwY1frNnQq+zBqFh0+XNnFAg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "BKupM8vLDDtg7IjVUZFBqDIcKQT1f3E4iU7UeYNRm+U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CipherParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "qxv6h2GSYY3RUTqCWJ/Nl1NUu3LgWaLbutNUx6AA1RI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD160$PBEWithHmacKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "MsToGnzzvLGgFUAawoKi0ddibvMXVpSukYW1XPSb8UA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ChaCha7539Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "K8bizlRToWfNWp+f6J7i+D+ukkOPv0axdhmQjLyQtZ4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Reduce.class" - }, - { - "key": "SHA-256-Digest", - "value": "CmQmNzC0q3Y+EgQKhPA+GknAffNEawQlJjlxsY674xg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Fingerprint.class" - }, - { - "key": "SHA-256-Digest", - "value": "KimqDVctZWEu6Q0S+GyXSsUx1tQMAa/D3BSuIX3FTJ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSA224.class" - }, - { - "key": "SHA-256-Digest", - "value": "zkttPPHTHFOADssEoc8N52mGS+wzKUoEkhxetK+GbOM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "xSTdg+ZHw1Evkx+odLBZYwlCchX0dYgjsXVNsfD7mg8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "yioo19qwxUzopvoiS5g1g3oumQbTQG1/S5DEWU9xGok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntru/NTRUKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "wyHY95FStgi3ZMMfpjdJBAUFgFvMtUIt9f3m/fNMZY8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "IN5ojcIV3hFpEh9fnfX9Skte+oomXc5Q8BNz2vqtPx0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Pack.class" - }, - { - "key": "SHA-256-Digest", - "value": "rVb+ElJ9siYuxhktipO/pBJjQwRsXdbZCR7NH/1zr1A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/SignatureSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "AFziFOi1rUiWOoN1sU85GYsawwGz6o1ibSbYHlv7Uwc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CertificateImpl$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "1U8Ku6dkX/MVL5PSrfJT8Y9KkEb3s01r6BHXmAWegfg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/TBSRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "QLTNMWSd6CngN07gGoh1hxFqdqYTyF5AGs3KBqBRqSk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "tC1b/kckLsVU1D2qhdcJY6GoJEP8ViOFWealrpgDiQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "EJehpYdx4VTdfLbreQaLPriz/9FX5oOVpjwt6hF1tbI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/ECDHBasicAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "rrrVf476RlLhR5UN4pJUPf+Hc/4m5d5sdBGRgT4xmhY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/SkeinParameterSpec$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "gBAdkJP5s8vM6Gy3jvxBkrPZCkSE5lrEgwmUq5d1s7E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/CMCEPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "QH7EurLlDif1Ep/PZG0Xj/IC0dulPAL+3BeASkZvy8w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sc5AF+g+bHZGBn60JclpsIfSNWBD9acHT37ug8q7830=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber512.class" - }, - { - "key": "SHA-256-Digest", - "value": "OUX1TzPvDUEoQyQPgW2lpJ7ZiFQgdbzJ97j6E6XxZl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "XThio0PNdjW4jT9u0UR+R/XMchvJlXurAqc6fsxWgTo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/nsri/NSRIObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "JwsePC99W6HVL+Dv1FPUsP9PhwgwfTFXncfHrdebFNY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Set$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "s3GFJi9ssjwELqGDGVfBhuHMLziwbxfuWMdTsGospCA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xwing/XWingKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "tZHsZ0jqSxU+rerKwOVUxE3k+EfKIlCcwKzDeR9Fi8s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA3_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "FsciYIlJOZL6MnkOo/WH5NnapbBHr9FOY9XAqZ93Ac4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Integer$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jP/30TWMB026wjb2uhoEJzfAqF5eMXMsBeZFMLXmoKg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NtruConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "oq+MYXwP3fF5eftxqlVsg+A44D64XpUoF1gwBx0O0Mc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/cms/CMSObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "9f1hnKgIJHVehyUEm456ZhEb+m/iJ76OILfg9Gn9VWg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "9zWyxHycVjJVqAlYKKLOyVdXY3Fr/HCQRoH/AUaI9ZQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "qmKOkHpQTRbKRXdg6gAQVQ4/9xzYBnUKT5Ig3nUcgTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/CBD.class" - }, - { - "key": "SHA-256-Digest", - "value": "N0uQJ9AnTv70BJhanRFEwx/lZz6gsDrWk/dw1/0V4xM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$Digest256.class" - }, - { - "key": "SHA-256-Digest", - "value": "hCXGYYBep6COQ9tsR0K6X+muZYXu+sQush6zbMlXX64=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/XMSSMTKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "fcCuzGnlDRiZNPqg/objCDBhGjyQHHRlHDbjNTp1MRQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCertStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "sb/nqRLfIVX0mdjsCjgWwgahcJsUGYrxyhI+tPzAokM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSReducedSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "dcDShaHcJUlGMKS/aC6iudmu7VA9T0bnkULieSu85hk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p$QTesla1PPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "4yCSkTSvuNTbXLOR6uTjooclZN+QNuoflt+KZXwdmjE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "HStHl4TJBEOvX+j0AowiXXtsivIm9Zn4X2Mjk2GNyqo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/SHA256Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "AjfCxXo3x89dw+Sd+jbz/l9SotBcee3c+EsMoyvLqyo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLBitStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "2402wgcv4PGLf788Wvh8hGvYvFlZvAdTsVi+uaFUZRU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/InMemoryRepresentable.class" - }, - { - "key": "SHA-256-Digest", - "value": "PTc40eBigHmJFWbxwOFBSbVmTOeXmnRoE08xlzLk80I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/KeySpecificInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "gf5vhDlzwqCcJ/s9QxZfEBxDwUAsMt3CO+XkW5b9obI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "zknWa0s54MQN6z8470tN4WOUg0oxTmGXoftALFJAJ2Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberIndCpa.class" - }, - { - "key": "SHA-256-Digest", - "value": "3CmWfzJxQk6ZEtUBPHx9O3/r6ZHryY5ZgfWgaVMDZUg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "DPdHPPn5xQr2dQoAtDQ4swVmnU8XcgiIC/CWL/h8p10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/KDFFeedbackBytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "vCxZ35FGT7GxX+2b3nHQNXvgJqL3fG5vJAV1KahhQfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Skipjack.class" - }, - { - "key": "SHA-256-Digest", - "value": "wnqNZtNqPwdHKXdV85Qj9vt2dNfZz3aHZL/O0bJ9CUo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/Poly.class" - }, - { - "key": "SHA-256-Digest", - "value": "SSdr1d1ryq+ejr9MSm+3rrBRRVfgwKk8+eoLk4YoJOk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/saber/SABERCipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "hqvPF+KrKQXblVv5J67qY1FCBVK018eNDdflbOCczLk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "4NQqMZGRwyakE6xJxKiJRMB+6lB5e90VFDxJCG8+/dc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/KeyPairGeneratorSpi$PSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "D6upEuTOtbxL8kbw7jA4nXjUC/OM410+3SIz1/2iMKc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/ECPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "tbsKTE22yufZQK9ikba5w1yBJyS8T2G6Zspj5aKWp7s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCRLStoreSelector$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "EZ4sZXTIiszWrFo06M2AxLoDAgwTETX0VlmAjUbzhBI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$AlgParams_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "xVq8Si3JORpWYU2FbLbYkgP43rNAddBtMBEl06VO37Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1BitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "SkCYmfE5ilzZewSUPvnSL2l34SffA7sbglas9HpQZfo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "7xA3cDWw/Igas2Pdn0KAXg9kmvU5p3IozSv2mzPhAtU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/PBEParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q+AQqgxdYHCy/Oi+K8dOSjXDoIyAfW0hehqSJPv7oCM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ME686upwpS2aci4khUAzTDH7DmjATnNekz9QMLofcR8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "8kub91GbHNV0lfkoyRWy+306kq4IP4RnkxkhVm8+F8k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "vhE9mpf9gtWkD0qHG6Dq4WwHO+epbcmqoIVOlHOfW28=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$Shake256Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "pCvnp8vjour+UQ3uCGUk/TLV3h7A63iQ3j8+ln7xgpE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "IeK2LJnEnhKfiWnIWVpnyUXJ4ZU5yQ5D/ZyzwuYp4T8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/SimpleTest$TestExceptionOperation.class" - }, - { - "key": "SHA-256-Digest", - "value": "UwURb1xOZVsl1EM6wH9o3M5RhwICD9zNqcj+j7flBYk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/SignatureSpi$withShake256.class" - }, - { - "key": "SHA-256-Digest", - "value": "LxoJnjggx9jZ4DsPFcgDeCZGzQ/GO/4MXxzf9dndq0Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2nONBField.class" - }, - { - "key": "SHA-256-Digest", - "value": "cfnjSF8f06twXId6Z9yhR4InU7lh2IVDt5Y5hPZG3Tc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "iG0Udoz5hEecOPv4lcSOcg/RCeE+ZZwRpCsyHHF56GE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AESWrapPadEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "v/0EpXuk+GTNxplCiUtffwCfg5vXa7Oa3QIJCOwyKtg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Tree.class" - }, - { - "key": "SHA-256-Digest", - "value": "rlDXWUkk1derF7pLd7n+/IR9ktEOnDcMCNGr6EGKUlI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconNIST.class" - }, - { - "key": "SHA-256-Digest", - "value": "71kFO/uFWPfW0RO3igq5MsJKNnVHcy62FZCLJl2Obvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "QT2fuHxlCM/DrGj34mUqbQNlwB5OBSP9JjjOIJGep+Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/MGF1BytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "DElBdp5OoILODHoXRTjgoEINQV94/ztiIvbP2axWm2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithSHAAnd40BitRC2.class" - }, - { - "key": "SHA-256-Digest", - "value": "9VL+hSanGmJTlaZLv20jC1I6atm4mes0X1+wj+p7vVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "HyNyhGKCeQRjDUnmVehuCuY/LYh2/fWtzzY7ylAm52c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/BC.class" - }, - { - "key": "SHA-256-Digest", - "value": "q34sjBKzbxoQXuLWTfSBph4PwkVSCMWPymS89/BT6sQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HW2PKfA7SC4p5Z9zonXHYSS8n/tQWZgALnKphEklRNQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cm0ZRENk+iB+WJUIP4ajnj1no+tEY4uyTFQuUmmgaZg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Holder.class" - }, - { - "key": "SHA-256-Digest", - "value": "GfkT0TuFuz1js4kW36PK4K7unmgOQdicW+4LR3893Sw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/DHUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "0px440IpNcGwSQV/Q4WRTk8VcOC34YqnkLb8/1C07L0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "dkzrfhIKbXRq3EwEW4F9wHtZyDz7JxcSaEgfKDx35Go=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/djb/Curve25519Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "TqhxafzZr1xXgnhzviUmBOsQKzAWqjtnqbJL0zkwR4w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/Conversions.class" - }, - { - "key": "SHA-256-Digest", - "value": "XtaGbef7TlBi0ZYTBwKXRN4upHz/gVlj5sK8Unzr6HQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$BCPKCS12KeyStoreAES256GCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "oLANoLQuleJhac25iUD9JkIowvTnHaHBjDvqEfOKEhw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/XSalsa20Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "vU6EDW2JajY2DsWwxEPvHMEMCBVZ9FdKCQPO/A/cmQU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9ECParametersHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "/OKTLGHHK1/ohGzg3rO8eBKq4wFcROT9Z/l90zeZpV0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Bits.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Nb7J/Dux9Nt/0wFY3a+ITenzg6FdFoISTQARdvYGSg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/Base64Encoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "QFOdFz9cPZ6tYSuOY8/d7zR/yobDnW6wEY5NgALefUk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ukl0OdUhtAP8RPoDwcwTzvI2nkVXOSh8rzrBnCrdLpo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXExtendedParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "j50gqVxCcz96JuUjX2DaQCYIUxHLpq0KurY7oUOoevk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/util/ParameterUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "AX08wrEzAE73LdOwCxKvXT+USfhT+eDsZwA+2EHv2ks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Msg.class" - }, - { - "key": "SHA-256-Digest", - "value": "RQQV8I3FeqsLgLX8pQSVRM+xspvnsPMoTgHgGd7fJww=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y5TpFFXPehc3eCrq4f2a7GgcgFka5c4eMkUg2Eja2gg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERUniversalString.class" - }, - { - "key": "SHA-256-Digest", - "value": "pU2/R+hWg9s3P3adUfDQ2JQOqZtYRnNtynZS1t+T2Mc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1SequenceParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "RpDXy5TViObFeEpI6BusqkArYfglG8PoE2gQQJzmSLs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_1024_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "d1G22w6LsFAeHvfvIN2KYIGL1XCCzJdwAGz8YUjzVew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXExtendedBuilderParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "jvHpdTgZZoyxDSOqG2ikIC+IXsYisCZRWauJxPSfx3U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/LMSHSSKeyGenParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "RQ28Wzr43s7Lp4MmYlSZ1ZNFb4EpMiVvPuMnZ43i2YQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERSetParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "qCNz2r8ssz3mZqfbc9t8nHEOKHJty4fkW0t48qo2baI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "GnFsNZ6UT9Urp17yUDXnv22vUpA8GUNCFSTIpeIimqs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$XMSSMTConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "afvkpIf9bMye0rYYR3u8rX2WAU/10mQMCXGWiIssJjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$ECKAEGwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "KvkNYcAzDfHJl75yMSCNDJg2Ialc5tAsPdbCPbguX4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/EncoderException.class" - }, - { - "key": "SHA-256-Digest", - "value": "H6HPAckf59ZFmYQNEvbAqjXgYQ0kD2Nw0G8qakatQZg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$HashMacT256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Omj48tKY/InDGS8MW/pKEwuj8wnno8pwn1BQBA60xa0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/GOST28147ParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "albwOUISVdWLascWnl9vrVCJdR7E/yP88Y3+avFKVbI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "39uW/7CqhHiBuN3pzhiUyHWUQOwcjJ17urcYjV3XGhk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rq8vMIfc6+U26GnvG3w1/WP4L3XG2UK6LGMTc45N3ws=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "JuyY6CMI90zPoCO0yOljbNHZbAVXSfvr/kv9SF3ep6g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUSigningKeyPairGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "mtPm/R+MXZPwk1BnXsCynBPhd9u4N4KYtUrHmu1fvHk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/fpe/FPEEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "0hM4LIZsoyKS9n3LNqGY4l7l1esxSNJBlC84x0X+ukU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/RSABlindingParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "y6hjpoqREUQhVazEJIQuTXNrkPw8g0EXTyzheYlZ9ik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/SABERPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "CqcHfIXEKJAJyI61QZPal8Iqon+s4gVe/sy2TF5X/KY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509DefaultEntryConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "rvt/JlOD6IU9o0Q16CDHAxP/do1dTTRqkzZJ9q/3R8M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECFieldElement$Fp.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gtl/Xgc5YN2OoRuijDIFy1MSrR0GqNYYJ7rZ0P4IrWA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/SPHINCSPlus.class" - }, - { - "key": "SHA-256-Digest", - "value": "glCHc6eU72IxnWch0ONdfM+qm4scl0bTz+rfhyBwYII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/PBESecretKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "JC9FC0jYN2deJu7crTLk6P1nrIC70iUp5A1EOOiGmH8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qT080y9OqTxucIaDM6/9h2QJdmkRtXoOwZl1na/tzhE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SSHNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ly7+Cy8IULhgxuPwgGtaJjRp/+UJzL9EKGqphOqt8Ag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/CryptoProObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nh5S+WomUzqyVcpM0ZSn+pjoFxOwH0SIOvXMB0c+2kQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/DirectoryString.class" - }, - { - "key": "SHA-256-Digest", - "value": "dYizDIyhMcyJRIQ1lxN2IzlcmTfccWOG5HR/bVm4O6Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xwing/XWingKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PvIheugNpu91DRdIqS9XzHFgElBtuXEeDF95JEbcaVw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/TLSKeyMaterialSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "mPE9vcnEE8gYpuzOcCK6mLfRzGtJB5SjIHiA8PQZOrY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ehcX6jHtmQDIACFWOiVmqPKKmRDtZ/FBZ5K02QPAs64=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/NTRUParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "HT6JEFKdj1v/mTt5w6uuDyPR2ddx4VlJ9T87UteTtRI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/HC128Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "8naxnakbnbLoLYfGc8K3s73SqVvUSnLzEkKvQAcH7Es=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "aTUMcMQBqhht8lOWJNps59yx2BFOxIP7KBYvmmH5mYM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/SPHINCS256KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Kf7SFLNl1xfXltPHOQIjFH8HJD4cHIeN1+mO3QQKi4E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve.class" - }, - { - "key": "SHA-256-Digest", - "value": "qdQ6JZkdo08udaDfYKpYk/8iKbm1JU3IzZp4wFYtWik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/Commitment.class" - }, - { - "key": "SHA-256-Digest", - "value": "wYrlNrOJvK7yLhVpoIKpECw06FWHIDGKxUfE7r+Q7Mw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_1024_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "qP1ogiUCZMCX0PGMhIedgDy1M1a7gEVyrpADYKkFKkU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$20.class" - }, - { - "key": "SHA-256-Digest", - "value": "66SgAlxWVmGPTkXrBS87aEz0blaLKcIz1yTPLbq/t5c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$KeyGenerator384.class" - }, - { - "key": "SHA-256-Digest", - "value": "b78pUBrswV69XhMtMbFalC/Hm60gxvJmThZtnRvJH28=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SM2Engine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LFGBoq8VuDf/S+g1Uep/AN7XAnZmsmB4UIu4DizpjCA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Rijndael$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "m75iXeRqMg2G1JZ+rFl5PnYnE/BnfC7tm8KK0pRO0Wc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/CipherOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "6oFGof+JmT/55EvF6jiu45g3QnbaaOxQQ1AMi3XmqwQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "MR9PF62QYK8yG7F9NqLQgy0AFp6tSSyeLUqCAnzfVss=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$HashMac224.class" - }, - { - "key": "SHA-256-Digest", - "value": "eaavk8RhGeffew9AvWhvoP3iT0IvXqkfuYFgR/9y1kE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CramerShoupCiphertext.class" - }, - { - "key": "SHA-256-Digest", - "value": "xBadjEYomXmFq7LcWDrXhfxqK0fTdf2O9G0EQ2LO2yo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/LocaleUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "WabhFvNdHYqZWRMwWto5l0bk+Oj4ypz/Y51ufrWN6o8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BEROctetStringGenerator$BufferedBEROctetStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "uT54DBZIhK4NgtsinfQHri70leXWyul2V6xT7ruU0rE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/HexTranslator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nua0NX5Jnf9RifxjYcx+39pNy2a4RnixMjJZfrQlWi8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$ISAP_AEAD.class" - }, - { - "key": "SHA-256-Digest", - "value": "+86mUc0KAr32TfovPNt8WhWU88PuneFqX9lelFuHBCw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GCMModeCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "ChAlXE+diVlX2fXP+4wGdq5MHYGPbdLhI9kfQfmg6Gc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GCMSIVBlockCipher$GCMSIVCache.class" - }, - { - "key": "SHA-256-Digest", - "value": "SvPrPtmBR6cCQNRJhC8Spw/18RY8gQzV2DYTb1La3dA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/bc/BCObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "QbDm67PimBd1iq/K8aSXTzK+1ouDvz1seOv87l/tn7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_256_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "tEAW+/fPBFx/OegRuHdMk6ji0uvm0IiAEUmxhgq66l0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$CBCMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "rFzlz2Gwv3Dw94eq9FtSIt+diQ/IXZpNc+KUwtJVAzI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "/DbipyYoDzo615a11zrx7xmRftBbXl5NV/6ZTHSH2QE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/BIKE$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "mbUMGEoAe+24LT+v/Pl10uoFbyEk8AX+JEqFRKWKdzI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/DSAEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "NZfQQlyQvhAoJUs50wub9TEYXCYtg9vv4R8eOuS7Mm0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/21/org/bouncycastle/pqc/jcajce/provider/NTRUPrime$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "hyesRO31E9gdhVC8/8C/F32ozS7fIPHwu+ePwkvgng0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$Shake256EngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "noHg8U8fnoZxtIUZICrOnx0CIs0Lh3Fm1QavHDMTPt0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SPHINCSPlusConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "APt7+/wEeTRnh8ddz25eeV8oridH10d5D8vdVDMhebU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "QbPSez++kUCRL9C42r96L/pupPNwGXlPB9uuCNxR6xc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesPermission.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mxab9gKoY/d3X8Pw0eDaTyG4KBbl+HgvLjT50W7IMx4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA256withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "7axCwWFmX4s82piG4rh5Y5XHmeKf9wb5k38HJfOUg6g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSTU4145Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "iarvlufa1Ut9b9F+pR5Q6rbFkxLPguIy83jd+TM3Fqg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/kdf/GSKKFDGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "IKlfQ0XckzwE3aIRfxlXKFI9kzi0JluPBiDvy4iwBec=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2b.class" - }, - { - "key": "SHA-256-Digest", - "value": "cYS8aBNGl0hHJruhtZrxtEar3OlHMwtJaPECMallOF0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/OCSPRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "FJgaFLTcSvBmR3Q9omE+kdv/LsLKsKNvI5wL71ht+t4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/Poly.class" - }, - { - "key": "SHA-256-Digest", - "value": "8I1YTsmOvjDFvhU1QH9PGGueGAJ11G+qNJMOoy7rDnE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERBitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "9HFHVFvd8wAx4q+7v6+WofvDAHzssJO8Vou4KHrkngc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "1hKY7omCIxK7Pd4OfLAIPtqKXzx5xd8bH0cB3pbO8Fk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/V2TBSCertListGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "cHSKItmFibSBIfNa7PesbFmqLnlVrpKkTb6UmbpY9AI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$XMSSConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "PPBO4BkyqPnX0S8VQE/w9qcfTytMCMyWGGsyWjQpwTk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIES.class" - }, - { - "key": "SHA-256-Digest", - "value": "g7rcv3XV8N3+WuOEjCs4pueIIKAuw+lCXEyhPFgJOE4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "98A5k0NL/N2x0go7RDZhNjoby5YP+4rbVoevC5Zr9Yg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/V1TBSCertificateGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZaWCTOcYxwUplRhbs3pVlyn9+3Sbs63/l1xBQJa2a7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/PreCompCallback.class" - }, - { - "key": "SHA-256-Digest", - "value": "vVlRjp78lg/WW/mjphjXqSwOjbfZyyP2G7duIpu6QiA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "SlrgPZX20nf2FcMuSGVt90u66w/XgLEFkTJFs7kP24A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509Name.class" - }, - { - "key": "SHA-256-Digest", - "value": "cCO6YEtJKziJoY8aVt4FLW8rMrvb4aM9+WVgMF2ZKR8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/SignerWithRecovery.class" - }, - { - "key": "SHA-256-Digest", - "value": "Opr1V9TQRQQxzX4mRyMsf/jpIONhdK0S8jqhfhnBxxw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC256$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "T8nBC4Mb/Kcb81npH1gVFReyTQHHot8L5jzIqv6ttnA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/tools/TraceOptimizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "N5cGA47w1rf4NzK/7Yn31vLIRkDLAoN+f3JTsQYYzms=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "PmWsm2J8CuJqlcPEWMkF1TiL8eIGqmHZaRtHew7ESGs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/BCEdDSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ymyMmYqvWgBqfdTgG9CMQD13+D+oWYmvTOCFq4/Eauk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$HashMac256.class" - }, - { - "key": "SHA-256-Digest", - "value": "aHXwUrYYTd9mCS4L/0e99xgxR2rNJUTwBP35BYgihKI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RC532Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "unX/9syMh7yTwpv6D3CTEk4nhO0Z+7oaeZf2QPNIv5Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyPairGeneratorSpi$ECDHC.class" - }, - { - "key": "SHA-256-Digest", - "value": "hGlnqAxAn4H29ZG+YzWcRI+7QwnJYXMPNFsu2SAYjTs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/EC5Util$CustomCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "K+mbS1OsOCZHol/UxaEqVzs0UtYMtO0fi3YzwnNTCjg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseBlockCipher$AEADGenericBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "hy/aekvuJUvOZniCD/noJH9kd0fdYJpMgvu3L57wIts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMSignatureSpi$sha256WithSM2.class" - }, - { - "key": "SHA-256-Digest", - "value": "OZNk0+YheeA571q6IbbZhYBk1o2wdyQxNMXJJMQAKdE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/config/ProviderConfigurationPermission.class" - }, - { - "key": "SHA-256-Digest", - "value": "qRdDC2u4Gg0onoR28loFIy/Y8Oz+o7Ka+ox0/jbvYzs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/gm/SM2P256V1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z8NQqrFYQJrEcYQLqnbJwBrt7EfRMMIGsofsgj2207Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/GOST3410Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "0ejO+4meKxepW8OXz0UHuii7FJhkqLKjRRsDdOm3GrQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "N3zJ0RJV2/LwkJOeNH52OYdB9fh2dOTDJCKnJYRXtvQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "jEEiqbruXPqTweO/GQsgIBbOu3tJHSaByvn2tDKeVZ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD320.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ibe0U48WFqnpxVSfiLQcqeoWY/NdT7Am+ed8QIh8dV0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM384_SPECIALIZED358_TRINOMIAL_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "QFQDemJI/gmKSvrKO5qEN5uxCWeAo1FEH7hpqPHmHLg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/Permutation.class" - }, - { - "key": "SHA-256-Digest", - "value": "CkIkeaM/xA+uxyygOhNpYcFxP1WB0Q57m2rEZRfcEXk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/KeyedHashFunctions.class" - }, - { - "key": "SHA-256-Digest", - "value": "C28t4NjBVxkuVuL+p5405TKU24K9I75M+oFNeC3tXtk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "bG/ElCLztl/R1Ep8XyRJiVrAkI6OiUjquCfXu1zegB4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$OFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "Iz7/K+SdPdxzxWSsLsEQptx0jHgwsYHNIOrymn8IMkU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/Symmetric$AesSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "pwuIbgKslhQouUkP3wW72l0vGyzVVPS2coxpU9adcoU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "icLl55zc+ri37UAs5ECpAgHd2ecG/xeN73PDM/lPVa8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$XMSSConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZK1aN0dRw/n3DdjKwMnIJrOw7mogekCdQQ5/lX/+1ug=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/View.class" - }, - { - "key": "SHA-256-Digest", - "value": "FjxIlUE6heLJ0XtpkS1H1QjLe8WsJmRGYk528MrI8s0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/asymmetric/util/EC5Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "17lnTyCdUMPpt2lZojtqDoR/nX8KlVN7cb4Pig0a6EU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/CramerShoupKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "QpZBtz3OesIZ9cgx99MyWzhKdxRogEy1jx8/adgSXFI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$BaseCC20P1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "d1+w/Hw28BoDKSHwq/S1t6im4c2pT/EThXTTTCGgWzM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/filter/TrustedInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bbq/xKyzEHS3IcJpdoizMplkVYqLGjQMtgI9VwG1D/E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q6erXSMu0HyOx+aoLzZtQ0M2MqZN/BTJdWKG4A65Q9Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "tA9D+8Rc6k8hvcM2QZUjCcPmuuK5bgKoDxruBk3whzs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "JGzf9uh1vkj8r0Io77lV5XgbQwYFsUyfz/X6KcUcGmc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "UgL23OoiuyU6vz1SZNZCCrPe0qqi1rx4HjdpFLPRLgY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/SPHINCSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "R3oUE2+D9tXvGEXbGipvYIdGDbWHTZIB0/egi1ZU0Kw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "DLtX32dtnRKDErSWFGd/VA9MfaW/d9OxwnZEJwRC9UE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Arrays$Iterator.class" - }, - { - "key": "SHA-256-Digest", - "value": "KKx/FVJN58M8hs1ThcejiKcGZ42lMg9y09pMK7b9+/4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "L9SafikeZH1dysAgwhRUrMgiUa6vwBFYW91cLUMCyQM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimePublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "bNaUJtLd8vZmEge1UfypBEKl6ZxuhaDwBGp93Tee+GU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/WOTSPlusPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "P+4VN49PjpMzls9yvPvE77RitIhK/XTkycGRy95bYf0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "3G9JmXc3cXyl/eP6mNZSCSUq78ZwWtuVrg2mqBuGBOI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/LoggingConstraint.class" - }, - { - "key": "SHA-256-Digest", - "value": "YCE2rIrJ74f0lhOjFl9iIfZCMQjntRIxQHtOJUmIYHo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/SNTRUPrimeKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "QbaUYSEPZlmoyFyE+mjYBYZ2CohnH4TkSq6NUj/nvTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC128$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "tsXh+4m85zRHB1aEIz9UKVbP3qToGA58d71utUAQzgc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/HPS4096Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "1YOmgRv5wr2T+taCqtvE5DLRO1ONdg4IUrGfNk1c1JE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509CertificatePair.class" - }, - { - "key": "SHA-256-Digest", - "value": "UbYiBQOYZ76zc83ve43TBBWXqiCQSaSW18goX+Vw50U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "EQpBnVZL7jPynM8a2df3aGijDFvoR8j+0Uvoa6qxdJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/HexEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "mau5VOFUsSXC7kX3sqiEi3L4Cnwel5BTH41qNA7EPQg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SEEDWrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "iG6MQ/JnpCJT/GPYmixnTi6F29VAtEA6KdWnczjIXJA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2nPolynomialElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "QTgVKyf2wzoRDnnsPXnPnMc/X41S9v9Ta8UbKHI3LZ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BCBIKEPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "oZ9aR504zuPLWpOcskmpA+aJPe8rIpmeWE8g1LvPuDk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "uQk9dNgnLlVpe2a1A57jcN79DqconFGlY0b6v1ZIM30=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "t+pLNTOg/aydEPEzpXQL6MtHQtJzMcQUVmeIi039wJI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA512andDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "AL1CN9ywPy3nJ86lBjZvpCXRmk4hC3zC2R+AELSK570=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/FixedSecureRandom$RandomChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "KNSNOR/MotWC2U2D9+PjDQkXS0y8C8uTkjQNTAES38I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "K3OEAaUwDCQPBedr6IUKwYA1JAO/w0I4HcIna2hEorI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "D99VPQLNn4bwXy9rvs/lCiFNXLz5g2CWACcPZ03Vx/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSigParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z3Ps9H0kRJzwWiYJFWAz+ZMGG0q/fiQYvMycJ5t037U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/StreamOverflowException.class" - }, - { - "key": "SHA-256-Digest", - "value": "64oVLGAJ4B91a2Fg6XFmFlYQjXw+XA6hq1+1Dm6+4tU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "hO+n1TokxQOkyOQoB+lqIhJ3qKppMCPeo2VALk3jjrA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "j6DDq7XYLc3R321zyxFRmMy0XPu33QIkhqyHWC5owb4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseWrapCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "SHbsd/Y8blnSx1DOfAi+e1ZBAM2MGxLbBEh6geuu8j0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Di9ftrLl8GmQXd1tgJ4iNSiFeOB5blUsgTZFCK6uipA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/CollectionStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "shlI0TYHQZxbULmhyrNPsF3zimn0jCWsD5Lc+Uu1qOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AlgParamGenGCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "4oeuvG+BpjFGUYOnIs7Iu5TC0DW1TsrJTHeQ2nO39zw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "sEL9oCRI30F4/Q3jtLfE2NlRCV8srgxLmSUGkREzJBo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/GOST3411_2012_512Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "zdKr80G1dpUOAAqM4Qzbv5Hf6MAC0T2/dOGs84VYWcI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/ECKeyUtil$ECPublicKeyWithCompression.class" - }, - { - "key": "SHA-256-Digest", - "value": "qmm6PJ/iq48d6D4vr+3fdQef+b6mYPUzsJ6vvoMFM4o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "+1/6WP9ZVJz6uqBc7Om9NgkeZ/ThOr7jd3Mn6vcIkTA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA224.class" - }, - { - "key": "SHA-256-Digest", - "value": "c9VnXQKmd8Z9rJ//dlNoLKPq5y/WlrZSs7/Nlv0o11U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/drbg/HashSP800DRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "1GoS1VuKt6hsDrjnb1S5YMQLMnO0LBrY+klhUYmG8Bo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD5$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "EYct+rIuxZR3N4gE/1BMWuXKuHe4MvKrMzMq6Hj2HpA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi$ECMQV.class" - }, - { - "key": "SHA-256-Digest", - "value": "uVceN6mAnb/sPE194hRHcFoFY2ZmRePXMzYDvxLPyZM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/DSAParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "HzSTfvWZ524jEKHdqTjeygL5R2CxDfolPrqutS/gB9A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyPairGeneratorSpi$Kyber1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "BOkeRFvo4QB6jTyHGYLgyEKpM1FJIXcBDFXo9EdA8IE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePKCSCipherSpi$McEliecePKCS.class" - }, - { - "key": "SHA-256-Digest", - "value": "34lasy/HrJmYlW/hib7iUQ7451UXt8EoZZJMEpriwTY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/DigestUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "GQD2+ZAAmY963epA/9NZn+OM9y9j8p+sLSFOfrVFqnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rg0EFqkE/d5JXSje1i6sp9Ujo4zG+PBxcb/urhZK5t4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/AEADCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "zdwn0N7Fzy/gO1udm4BQDf7wNc7CzXMSVEzD7BgiAvA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/GOST3410PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "YlS+mXRORJDVOxLEaV6zUEH03H8q+gngHcaHDpReUkA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$18.class" - }, - { - "key": "SHA-256-Digest", - "value": "EMgJpsRa2ua1iv7Q/J2E8KGLXM4EhPS/L9tAegnI8kg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/SPHINCS256KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "lIdWdwlJ7eJ8Bq6WP3HrZMewzhJh2OB3jAjbVGQcjis=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "7XEcgWyPXbEtTsPgD+EKJuXRVvaxSaVKeBxZ8oOz32E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/SimpleLookupTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "5GR7tAMCLISy07viASshRl37YRgvUY68tRnNAEZQGXg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/SecretKeyWithEncapsulation.class" - }, - { - "key": "SHA-256-Digest", - "value": "h7W+yhaUH6E8B8Sxft5qPOkOXqJipI2GvfgbPbMz5pU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "P0GxvOBoU9n7gS475Nvyndjb3kmEqckAxkAAN2Gq54c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$ECB_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "iQbz8yizQBdxnysCvk5Kx+8bVfzup9ciOpwWxhaAnjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "sA6aboaHMkMWJKHjk2czzMTSJ5bVUF6s5DZQeexDZT8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve$AbstractFp.class" - }, - { - "key": "SHA-256-Digest", - "value": "CWnvTxHPdktn7xQHGJGT2edBJhaYHlAskD7UCG4TkTY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/BCRainbowPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "xkEFpx1IHmvpxny3BqX4dwxNMGMnlAXHU2NpkcgBS1I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "dNtLrIuDswdyqB9CPEJk6shWOS47KqbfL8eWylC9bzs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$X448Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "CjEUODn+/jyRBgeGYvXkmYIsC/lOviSE93whNvuKA74=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "seIP6osszMiQkOVRZykmBmZeKccuQrWYdE7lb2YpyHA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BouncyCastleProvider$JcaCryptoService.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rnjf+MAeOVlMF0PV92QRaTFvKzyqr7+CKdlR2XPMBfI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ZTauElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "1x5qVSkJfvoT4u/j1tmZaDiLDdGPYUCd9vy444flNvA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHMQVPrivateParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "umiIkhhwA6uHBryxMf9FB9uBxvCOitLyq6CKQALpzt0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/X500Name.class" - }, - { - "key": "SHA-256-Digest", - "value": "TwhCsRuahcP8c2wkiNYptQ2zeoa/URZEHhzMoLsTVgI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ECNamedCurveGenParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "XiP3FuTOKNXPzVtIPJoHBfvFTEeyhcV3OQaiY3H5dVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$Algorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "73PxFvowzIdljfuErvBHkExROGny5HOrm95IzozQoNM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/tools/F2mSqrtOptimizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "JF/hp9KkZwIr91XbTvZ/HsBHnA37RJgykwcxLg1oNl0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "1c8gB6UVJP+qyKlTwvH7/LGleE0kunLViw00tKPpL5Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMKeyPairGeneratorSpi$SM2.class" - }, - { - "key": "SHA-256-Digest", - "value": "e6K+lfDa6LbLfjcBxEzKesxzz4PJf71oZg2tVNOwZOw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ObjectDescriptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "2/kHrVGDSP9WCO3tVUjQqk7hG9bgApPU0CMTmuYupxw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "OxRUE/aVPiURlBEJKKg5RNE+iNxpEb2asAjsk3TuThk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "A+UEvoxEDM+BMhJtYNo7nHCalwn8xJrNxrTh9Js/bJE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1StreamParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "QA+I4ovykU6dDbAmcrw1pH1L0/jqaFmuQxeOW8P2tyg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "MNQ3py3HhM1YbkaWoppkquRJiFhz9a32EObweLtDw7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/Version.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ku44OWhJfDWLVQWJ42ffFJain+plQuOKNsTgPv9+/ic=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$MLDSA44_Ed25519_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "KqXdFnOdPp+XQA2ybc/StJXpeiSETRT6OnfVW1mt6R0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "KH+Nb5iogvJICPZVgolv4WXDJctgEDIVM3mf0fa3lo4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "XXq7fYkEcFB3JehT8NSIM1LQVR3A+L2zCSyDD+dTgw8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/EAXBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "kokGJ3YVqAbuvO+lWZRqPGRjFjOc/Gpos94vP54Y9zg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/ContentInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "GfYR3TAA+fvM+AmA6eAScbLpHC8auU6XW2BjEBKYvpQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA1$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "qPLdooYgmjP3TQNYpSKqT6OlHe2Ecv99XAm8nGODqGg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/JcaJceUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "p/TR7hi4kYyZBc83eFHv+Zzxb/FyodyGiO9yQNOyonM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/EntropyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "J8PJg8DfhTNOQM32kGvI7kGIUZexyKn55mDhjj7nUfY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2nONBElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Otf48TwFfzuejQFlTji+p6XDDFINJZQvii4uZ/hGukY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$31.class" - }, - { - "key": "SHA-256-Digest", - "value": "YhLXsY5LtRDqfRfZLFou7bN+WaEkKP3M8FS6j0nBa64=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/IESKEMParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "nQpcmRFQjrGqr4ieW09R6WFwUZZLn+7X5j+V4wS7Vkg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X25519$F.class" - }, - { - "key": "SHA-256-Digest", - "value": "eAIYesItWx8z9FMKH6KM9SIJHPgySjy9dSpvgw+fJt4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/XMSSMTKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "d2/8yoocqWRLlsWr1ZJ8kVz/XUP/vHkfYaAz5ejbpX4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/KEMExtractSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "KEnNJOc2nROXJ57+8WE0eh8RndkWtifYqSgIXsFhB2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA224.class" - }, - { - "key": "SHA-256-Digest", - "value": "LE6mu99QQL9utPILcOr+g0TfqEaJhcIGfM16MVLEHe4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_1024_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "b0dQ7+g5B6W4N08bdC1fzpnIzFitqqaMpjqKI+bLUwU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$Digest2012_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "RprvydD6g0EfuOZ4kYPn2Ve84kJMXjn0T1KiAQ5UqBc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA256$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "ShHAkYsvzsHevso9soFwh5rNR8hixgODruQGptKXAJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/FPEParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "7DZgCOqhOOSWOrOkX1TzTrY/hddGj/DD84LpZVFElyY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/HashFunctions.class" - }, - { - "key": "SHA-256-Digest", - "value": "xukY8HaUjLIxEvUXwjszif1nU8/Z9UNo3+bMJsbCA+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$TECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NXclX5kuyuJs1T6OxxRO+9EXUrL76/FlAzCrvwL42BY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC256$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "s061sFoQwyfCnDwfJL8HesZBsCIZKqIsrE5ezcgOARU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/GOST3411Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "iM0h3VXyi6BnvFCjBDiaaKfcA7jlYOizfiu35pIrHjY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "i5yaY65OL7jzeqe1AgIzDIjoJMe3GAIO2kTqI54GZag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "kw7laFpbcq2fEEnYNeM2yh6NIlCuwT7bRbhECHhiLy0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_256_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "s0IHskTuGQeBx9L7MWKPS87x1/hZv2Bgj1FrA+pVR+8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/BCMcEliecePublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZRGq8Y6veu98BHkW1Co2YrxVnZb2xsDy1/u3RH1Wy08=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "hrCNVjhTyavS5bXVTB/l0BxSFl7lQ5s3uXWDf9HEDVY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/BCMcElieceCCA2PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "7bSoqCjbcFfrKqn/EWjul31B9Tyy87XfQ1/io+8W9fI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PQCOtherInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zz88UqAxnfn7irWcm6T08CwT2uYOHe1jMMy/Wynehr4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTSignature$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "dpAwM1kukHVTcpWFiGx8+ZezK3p1yA8ughYXGLyfSzE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePointchevalCipherSpi$McEliecePointcheval.class" - }, - { - "key": "SHA-256-Digest", - "value": "3gM/+cyGBjMHtjtV5BwjSCjkFPIa8B6P8UFreL2AEnU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/KeyParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "gnJSTirvFCZzdcuALTOAChSJHpJibVqz2RhLcZ0WG4c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/generators/MGF1BytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "6CfVm/MtnubdglSUMRL77l006MAyVv0Caz/saRjQvcI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/CMCEPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "rt82Fbbbzgy1qu8hP94d1s2MXxNdiZxoBmlpOnheBxA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/jpake/JPAKERound3Payload.class" - }, - { - "key": "SHA-256-Digest", - "value": "dHZSfsJhZ3NGyfHCuZtGTAf6sfAjKmCZX8FMQB0bG7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "IiYr9Dc7YcKcoc1Lphm2ey4DljrlDNFgAtUpkwE7Y2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "pGm8QfhmaE21KJOkpnVk5ECypYkrChwsA9YpEAApWXY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "OFSdJXYqX7gFwO7jvDHoJdmBdpqSvm5JevI1C/ZNY6I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "BXWyh1t5XJehsaPCFp67Nb+LkEUoIBDPS0GSObiQ7/0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD320$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "36GcdZNM9UULJHD30b9H0oJPlOwU5oJ18SFlGYjSptM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BEROctetString.class" - }, - { - "key": "SHA-256-Digest", - "value": "utDvD161SJteQCdg5n6mfUldi9Z1t2mOJBCRX4mG1Po=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "sBXSctjOOVDXFS0IS31km+qWSX9oPsPc17x+D+1qWHA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "rcHI8YABVWAehBJYfjGdWr3hr8erO8g+1ZXNRGa5e3Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/IESCipher$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "hak6GVG/5bFVq1tG4CE8oyhM7yuOXLOGZwXz4Ihgujc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "zhNRcG+yvYsa8otbK5KClyiR3pfFlPyZhtIK8AwAXSQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NJtVZlIU/b6ztUNfizBjsjfQN+kqfavj8bUBqrXdbL0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$Falcon512_ECDSA_brainpoolP256r1_SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "/DKJKVdGWC2VArwzId7eBNx7Z0Z0jPwq5ioCGIPAHUA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "YeR7BVr3Abbw00Rk2YiqYqWZt0KCjS+omh8qLyxrtYA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$19.class" - }, - { - "key": "SHA-256-Digest", - "value": "IwYQwlL7hlojrYTuJOCbCYh1No9HlwT9tEUXGuHLXu4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qmBSL91SLSNvoioePOjyuTkvFkYOpwJe68XLcQOJmL4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSVerifierUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "LUonCThf9qzqzhXDKCbVXGhQZ6NooY63REuM5pzl6DI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "TFqQGmmYDxHd3fSEL1uO7G/kZdT7RSmAJG5H/dyC2Fs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECNamedDomainParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "A4KqlpNKG9/j5TURJj9l7oJu0oadLj75XpIZ05qBmTM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "DmIIuXqdyF2mTDyiJNl4pMVyXvTvFycfy9XeI5/QAds=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/IntUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "t+YajADONzQeFTJ7ezPQeRjUMbDpy72vC7o5Byi4x7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$HashMac2012_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "5b86DO82rjiKERPPus8+Scn0Jo/UMKGhbYzT8/rYuqw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XTEA$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "HCEwnGP9NdAucQ5CEmyEZYScUDUN4bwz4lLQBpzG1UA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/MissingEntryException.class" - }, - { - "key": "SHA-256-Digest", - "value": "BlIIszrbuKKkJy5ukzb4ShiJC/rt9gNmAwAxLS8BhBw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/SignatureSpi$Falcon1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "3xGCxDMujv4/6hKXKvZ6CZ5r+9TLjZ30d+tE5+Uz5m4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$32.class" - }, - { - "key": "SHA-256-Digest", - "value": "iBhv08VOmpVF8zyryfi6JFpjYZVxbrWgZdyYMMebmOE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/PBKDF2Params.class" - }, - { - "key": "SHA-256-Digest", - "value": "tsYYuzRBPhBOpjzZbcPmswyyJnL4kxoGyPUjEaTkipY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/jpake/JPAKEParticipant.class" - }, - { - "key": "SHA-256-Digest", - "value": "217XK73XPHgB41jTw1R5MyLdGDDIWOx1xLZtC1X8bAY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "mVtteVcMF71GbFz0FebQkQ1uiW/zgwhn5aGDLZVFoK0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_512_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "3WnR3wa3UgRUT7GWitwuqf6O2STVusZCRN/irTZadVE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$KeyGen_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "YE3PkT2qD4asIyFqpnIeZs9hkPNqLFQAKW7CNHqffk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "LVZdnWv0SsweEiyoEnmkA4hGXYaQU6sEisjkqZxtAtw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA224KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "PPc272ZT2QDTjVWOFVpD/dMyDdJULFZswHKdlKGEdhQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Skipjack$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "a6AVZIlstQI0ysqrCli56YLIwrwvRYLPjCT3LkTCN4Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/util/WinternitzOTSVerify.class" - }, - { - "key": "SHA-256-Digest", - "value": "bOxWK1jCDw0GFzv1bV984zX5d3w6UlN7gEAtdfPC62o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AlgParamGenCCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "1i0q4G8TlyKrEIzGkUfMltzqbnPtMI/E1ULm9S0UUO4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/IntegerFunctions.class" - }, - { - "key": "SHA-256-Digest", - "value": "xFSu4JOnolda7XikNAhsuw3QGVW4TW6h4tc6OWZDLWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/ECKeyUtil$UnexpectedException.class" - }, - { - "key": "SHA-256-Digest", - "value": "SRpfr2tp/Fyh8LIkSvJzMnXPZldPuJpKoIVzjJIhST4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_512_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "N/YxOh34r+ghlswdqZQDrA74JeKi1eKYgginlThk2zM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Set$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "gFnZfat7Vilcqt3qvQ5byFOtjLD9Wk/q/VujCUlXnrU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vOLCdb/jjteiGYW4tHjOWJdfySSiFo/CLVzm6ItKxAI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$Digest256.class" - }, - { - "key": "SHA-256-Digest", - "value": "kLiIq0oQPh4BgauPZo/JTlHa3AvP2933+/TFJKo1gW4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$HashMac512.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yz7Er4HMJM5BYqXmnI5sokqLd9kGR/PLgGz/BnkJ3Hw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/BCPicnicPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "gw6c/QmBITo9zuWS6N2/izH3B7Xeyrj/zxyP+mwcODI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyPairGeneratorSpi$Shake_256s.class" - }, - { - "key": "SHA-256-Digest", - "value": "RgoUFjEPohct9fjIhuMQz2YGFAdlBwx9llashwmvEAI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$26.class" - }, - { - "key": "SHA-256-Digest", - "value": "dTv57Zbo4BcPkSK+tD6roRejNWAYzq+dtU49IHJAiF8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$PBEWithSHAKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "fX3cxVCNBEbODCRuiBNsdSoUsNmKADEMyAIo97kUZ2o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/ISO9796d2Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "zbGGU/Uw4OAnU+YiXmAVIkBtfLwW/kDPJeZcDV1y5eU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1TaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "TPIOhCcKJMyjVn8Lb0Z4sgM4CP+XffEKAvz14pmlo+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/SM2ParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "LDUkNCYJ0kOAk/2CxTms96J9BbwmsgAthLyuVnq2xL0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "7dTx6XXKtG9TpCQyudzm4fwUh/KohaesJ536dniQ+5Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS40961229.class" - }, - { - "key": "SHA-256-Digest", - "value": "wmmBoPHBE3H4jdfOLLHkiEOWfZIXyIFytJICf9Zxysg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/PBE.class" - }, - { - "key": "SHA-256-Digest", - "value": "XNLhrf0G3R3DveCgLTdvf8QhWpuIwUkYyyDgxcI4DME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "m/IpsLQdUvmFdVNwBvOZ+vRtZFdflS3DtWwO7bpL8Lc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Mul_GF2x$Mul13.class" - }, - { - "key": "SHA-256-Digest", - "value": "DLSf4cAdUujwpXgzx70QQOLRKvRBDUnzflNAwerAfeM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Ed25519KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "GueRVq1HSAhurKZi6ZHzrAce1fRxIPvDbqgPnCot/2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/KeyPurposeId.class" - }, - { - "key": "SHA-256-Digest", - "value": "YYs3mNpdipGIgofVMho+OvVrGBDOia592nQPCGfF2zo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "OMdH2zjZTAofDVncVKuiONX/FPVYY2vM7sRZWv4Pjj0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/PK.class" - }, - { - "key": "SHA-256-Digest", - "value": "3IaydyAOA4qzdt6fUvAHClt8cQwkhblr+cVUS8iYIUQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "yZ/wIzpHnqHU12TFkNlD0gzVcc38i5J3Q3YyTmd+r5o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ScaleXNegateYPointMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rw616KLiYSQUVhespDF0hWSxu7d728sxP0Dh+jny3hI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "qmZRzeFBYGjRL3zYQ7GYLEGI1bee89rD2/shxf6sEso=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2PrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "MGwEUpgiQbOmvlmKf8Z/Jao1h1pqnXtYs+LHRVpvLRA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509NameEntryConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "8lbux0pk/wdO2GraVx1q8aA4JkoOhbuhFvGZYhyUhaA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "w3B81FYgurYdEwfRsY0IE/fdWh7BPZpCAJGEq5uxga8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/XMSSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "QQVeJYilS84CAqEl3NrOxF449tBdLHpzjeYYrUaqnPw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric$ShakeSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "PlFXwQqQx/5vHrKGdGjJiRMCe0NK8eLHgg+dKYDjGdo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$PBEWithSHAAndDES2Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "4P6S1o6VcFobVVnsnh8ldTQqx6HCtx0Mv1nN206x050=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PrivateKeyInfoFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "lewGseLkSJcvi8fShQmncaVLBJFag7mqr7xPLFtM4Hc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "4u8QT75UzaIeX0mjK7mi3yhN3CpzuuI8awJI3Fp/FdA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "GMJ+G6mX8zc+Pb1sWgGrdyvLJbVRsMSiuxFjJiE++ao=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "RuRPwFV46+NndQ2RUPygN1R7ep6O6KNAm732A9lPgw8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "M7eI4f7uy71KHKwmAoY/MBrve/fZXZlrmMPJso80Gig=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "TZwRo4RKWh5grSf6y79bC0HOH4U/zNYJBihGU70F7BI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "dQKzj7pEjtBWL4XCU3YNX35BQLmoNyxIUxYMIlqBjBc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHPSParameterSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "aj8NSM57R9AM4HPh+kz8ZzmvH9I+8k7ivxBb0Iv4yX4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/XMSSMTParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "FY3ZdbgU6bUGLaHK8He6xvBHWZuBBg0d77VxDm83GQQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "V1KYH4ZDju4YA/Tq3cQOLdRJ29NbKhvAE2/S2dRGKq8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UTF8String$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "38JONBvb/fDEZQf08C8nM/sO4ppiLkx3sRu8D4jxf20=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/ISO7816d4Padding.class" - }, - { - "key": "SHA-256-Digest", - "value": "O3W7jWfDWp9LRawADkyBIxO3V3ssQq0ADY3RaIHE/io=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSARipeMD160.class" - }, - { - "key": "SHA-256-Digest", - "value": "RLtBwlUEOJAjHRHaAI4OtIvA1xYEFJaUXdvuTQwLfzk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSContextBasedSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "MHwuqAi8zvQX/hb0f9VYWwSubYRmsqWZmpY6ykc3uo0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/drbg/HMacSP800DRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "LYOMrWKfzL31rjId7FsUCGgTO+mp76S8t35INLTlVcw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$KeyGenerator512.class" - }, - { - "key": "SHA-256-Digest", - "value": "F8ghRYW/32Hg2C0wIpvT3yv8pRNDEvKpkTGGEaIAuyk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSException.class" - }, - { - "key": "SHA-256-Digest", - "value": "5TDVwPgzYyvsE3QHD5mr039TDV+TdMjWajaALWmCC9I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1IA5String$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZpdpeA1O1jbim4Q8RgKeIxKu+BI0Rtxkolg8NTqSlAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "qPs/I56WShoI1tw3y2K7rOBJWMl/+wHc9goPgjS2sDI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA1$SHA1Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "WCAev7IWed5M6iVPhxfjTmEnQTO6omhVRQGTbeQ+KFI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/GOST28147Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "u3kbI9na9cdBKLiMub7QUwP2KkjvVqG2kjQOLF+4oTo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Argon2Parameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "fIh0jkAoHOrPFz5+8Aul9flVB8msTiEtjuRaVEOdg3c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_512_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "3ZO6JuH2BEV1bMuYEyTf073EweKKrmsktWdI7P+aTvg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECFieldElement$AbstractF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "SYqgd5tBuoyg1XXlp8dBPOVEsji4rQM9tciqlkcl1lQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WTauNafMultiplier$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "b+d4bcIBHorsBMJPt85ntAJATMHVmBAPDF0azGNZlh8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TBSCertList$RevokedCertificatesEnumeration.class" - }, - { - "key": "SHA-256-Digest", - "value": "KS5fs9m7QXqP90NRa2aIPwMIC8KSc/hcmvr1sVKmhcs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/RainbowUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "4HRJ276ISbxhOGius25YY3z7vSVHRORBTLwatqKMA8c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NtruConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "t2PztBl90dH1fFdZoihdJXTkYWjZQlbOM6pqqQUCdx8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/style/X500NameTokenizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "2UK5zZvZ40MgP8w9d7eiyQgVoF/CMCutUlpAp9t+FL8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$16.class" - }, - { - "key": "SHA-256-Digest", - "value": "39b7xANBavvUwUFjkvXXWC22FssiMxAIIXdfqpdZt1g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA1$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "bTA/QHhdz0MHsG6MXHPdi6JDec/hr61Lbn0Rv0xqua8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/BCDHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "CPtW5Z23q8al5bi8Ce8gjJe3F2z3S8yaGbCNZv7U6T8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA384$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "2tNclEPtiJ4rGkjd5+7TjAANlY8gbFnUTduNYzshrkA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/PKCS12ParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "eXNCl2T8uaxiJVbOfMtW4jVrWnImznnzO7GOMtSUaAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1TaggedObjectParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "wma4mF15xnk6SBRxXRC36HoTyLB8I2z0DZDkTbHuDIo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Exception.class" - }, - { - "key": "SHA-256-Digest", - "value": "N1qwQO/hCG5iUdmrMm5jT+NWlImQXTcs1aoloH60gvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/ProvOcspRevocationChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "FDa9LGySHCn2hQeummAdtN6l/W+9GJcb8H9Dd8zSCKU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$DigestSkein512.class" - }, - { - "key": "SHA-256-Digest", - "value": "V7WdHq8+ZM7+vPbfEukUsvTlWeaUUx629l5f5MRSDMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/NTRULPRimeParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "YC2ru8uFM4NTtZBVWTyh8vsYn3CT9WdYpF04G01TqCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERUTF8String.class" - }, - { - "key": "SHA-256-Digest", - "value": "vzEu/BXKT7wHoaeRgqzc3JPnNmQCSoxBQghB/E6AemQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/ECNamedCurveTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "5qVOWy81CF1eiUrf0037PYqrRcFvqli64IF7XSV2rEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$PBEWithMD5.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xxqi4WZpo1dROyOCJNPQcKhpXaVcN2oLOQ53sQ3PQ24=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/iana/IANAObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "+HydkDgnNJFZpMMfYiF+pSXXcmzZ7mSdDmDAogVXDRA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "099CbAyBvhHyGvafmpYOW6TWt5ijC/I7Rw65WSg0KvY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Blowfish.class" - }, - { - "key": "SHA-256-Digest", - "value": "rQGM4/wDmqktIYKeRiyTrsdRRN774I6wzBSYUgLHl2Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/AlgorithmParametersSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "T2qfUrDSH+LQMGtjCga8bGUy99behG8cjql9nc4/TyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/X923Padding.class" - }, - { - "key": "SHA-256-Digest", - "value": "qvpiKFbM4F2IK6pmkeIhwKjqn/blSMrm8R6Pym++sQY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/KeyAgreementSpi$ECVKO512.class" - }, - { - "key": "SHA-256-Digest", - "value": "nZuzfA54sNKlJA6p/hlzW2Cb42OGFjCsq5I6QkbHgjA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHUPrivateParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "L1EOI0vsr2/bAKw/8erQfa/0ubZbxKQ2LhBRPOD1T4o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "rb/Pl1pdxJKREjm6NgGgRfOn3ZL0rYvqraKR7WMjMQM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "7KCmKDp8uzL+17KKROBQR08hQWp/5G3cXttMHOTayUg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/encodings/PKCS1Encoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "Odj3cVOas+UUErIZspwfweB6eJe1qRz3kWZ/0RSLOw8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/CMCEKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "oPxo3sud7vdIa4vVZY2cR4aK+xgVTe3itCDo3YqatRk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/CramerShoupPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "816PskW4QvV/mWmr0CLR6E1Vf4wNIKQYotkN7gwvX0w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/interfaces/EdDSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "WBaD5uMwuzWh4gDIHZiS9VCMnB7v6Gt0prSlWiZnin0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/ECKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "RZZ6oybB+bZZWMZ2/EBEWpjZr5kBY882B9nxQ3BsxPk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSSignedPubKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ClQDlbg/GHKmNtb7qOmw2RHOYRQ00lY6ITCt7/RKuno=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/NTRULPRimeKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "lCBiPkfVuh8ApoNBwPXl+0s2hsF1Aqv16z+2cr2tNh0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DERMacData.class" - }, - { - "key": "SHA-256-Digest", - "value": "YNtjXgNPueOffcG36BSjNOBwiyfB7GnObwVDfVCud2Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "/KI18E9+F1BmFROS5wiclg7jvCLyHwVStqcr0UzEntc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/style/BCStyle.class" - }, - { - "key": "SHA-256-Digest", - "value": "4MAVCMEZg0j8SZgcRY8QOQGeDu+U66hLhD8fDez8Re8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "iD9fy8ObIiLRQMJ5UxfcI3h2o+rrSbApt/Hss3D7yVY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERSequenceParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "4fPBwJ6p/UfWCsliVy11/rxLypjGXXtH/mTKKfnhKe4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/LimitedInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qe08sFXTx/5aa3/XSUKhK1Kh3JCuHvpEDeyHyxzYM80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CertificateImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "goYbGa4TAvwCoIR7KkrnbvY6FUtW4/zTNt/YS3V2QdM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$HarakaSEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "I0jboVqarORVR8cVSISuaJR8M4UBKzl8ZtIAo4wBJaM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/commitments/HashCommitter.class" - }, - { - "key": "SHA-256-Digest", - "value": "NQiF0YDh5KIbFupZg0DcL63twODOueROkQSDB4OHtNA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/cms/CCMParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ktSPM7XB+wegymZmAoFmnpoA6nb3s9YpPJxtFCoCUag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SerpentEngineBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "FbmEjxNTT2KUp349DGZ0nH13Fqznq7sMO7NDQgGkr8k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat320.class" - }, - { - "key": "SHA-256-Digest", - "value": "iTD8iu9T27G2rQYUJuU8vMczUJ25DJTpAJxYp+64sgE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST5$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "+WfzD03gdFzP1oSv1Jjxvc0yhR13xemoqDEaa8D7W7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePointchevalCipherSpi$McEliecePointcheval224.class" - }, - { - "key": "SHA-256-Digest", - "value": "wQ+6srbA9QKX30MIur3RehKW1nqCg/4YAU3OsllpL/o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$MLDSA87_Ed448_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "6rhzkdRtiKjOvzNG5XStZYkWj8s1nlHwuIFElAYintI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "m3dI9iXqi7ySs5htrvUm4QaW/ao9a+lbzdM/jmjHSJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_512_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "RcabFNq6+mVMkEmHru6azM98+Ac/xTt8iQv/ujKhEBg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "WlkiTufoVJCzzZ2Gbnrk1x4YOJQYxZwcim1wRHOX7c0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509CRLEntryObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "ld8xSbc59GlOUtc+UaoQmV3yejk5sna7JPa+tlXBoCc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "JJj/NSNoXpvBA4oXqY1wFJxYctzNvqp0qUjFXpvflM4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/XMSSMTPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "g+dtApHHNleqqnI3n4QGPNq9ImxNScSRdXJv3AY8izw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$WrapPad.class" - }, - { - "key": "SHA-256-Digest", - "value": "av3cyvgp/l+MdHaGhaRXGdPRt1edonP5PtVSq/aIcTc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/cms/GCMParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "frOCaDTpnFSshNVysDTCflZFkX+hw28vL/PnYsYIYi0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSLoadStoreParameter$MacAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "wnNTK1/jBamrZgWCmKkl0mwHOcfpMA0wDX8//bXiziA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA224KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "V25urS9x95wN7WFY5q3nKInXZEoiwYMDfXK88DEJqsc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$RIPEMD160WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "kTBXAOiOJfuC7T2Bhzbwa4IcNNc7m0LFEMe81sV71ls=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSSignedPubKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "JR9i1LyHFDjF2QxIJn7bYQnLk8bqEJV8wkzSktE4qTw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA224KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sop7aJV/BBtMO0EPlgS+aXUDHLQRMbu+rNgDCBE9eDw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/IndexedDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "E58eB4hcmXF2y/WT6f8B8bCZsf8phchKa83nc6KPvyI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed448Signer$Buffer.class" - }, - { - "key": "SHA-256-Digest", - "value": "/7+IV2dPAuhEK0poE7L+ItUP2NbARM3g37OQ/jEWMZo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1BMPString.class" - }, - { - "key": "SHA-256-Digest", - "value": "lMkGr1u53RA2m9IJNum28YdnUsJWtiwvtGmc00I7cP8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/ECGOST3410NamedCurveTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "/4e4uMlyw5YyJfZa7IAKkpfcoIkFlZhaIGsEJe8Fs5g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "8BiQ1poHaEchaU9VJc+P4v2Nh57blZLW9XUxeWowLWY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ohGJflrbb01ygkuWoSBhDOWVd/clr2hIQapSCm+xyFc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "TglFW7un135hkkqcpQPVOo6lbgV0r4ItEFUwAG+6TG0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ew7lpyv5UNYVeFIB76DjHFcIBvmdn8lmnsYAzhkIUEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/interfaces/XDHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "oJbqXWgYWQzogEi9eEkRw3vl0Lnc/tNTsxyn3c0e/wM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$15.class" - }, - { - "key": "SHA-256-Digest", - "value": "GjFj2nOscw6uKTmfHTyMxUzcjSNotECgOeBCQAjj0lE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/KEMParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "tCdNQovISJPNqklvkxR1KU7kEnz9yhDnB1w2ZXxMvsg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "oCkpCvNUcKvkwShrgT/NNvS0VKSQyvu5tgbixX6nFK4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "vRSShcFh1HOXFT4A0y3MzAayj1bwwgrYH6mCTSm4DVQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/nist/NISTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "mIZqN7nj0a1QKnqBV4kInAXrURmAivcbNhBbG0w0iXU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "SJa2dp92MS2fLAARMAq2k5rpCEfhL9NDbu9QL/uxq5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/ExtensionField.class" - }, - { - "key": "SHA-256-Digest", - "value": "wCa8fjfv+6Q4hOhHdxnsw7KCeZWFNxKVg8kGdU3nm88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA224$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "WsIUAjMXSkXfM+uHLKoPy7n6UFQkFOfCtesVSLqnESM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "xahy9/YYOb+SP9GJ/R2eJfo4bZHw2EvWDxD2dkkvvOE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/KeyUsage.class" - }, - { - "key": "SHA-256-Digest", - "value": "3QZfccT8Bz/8+41Z3M+hMudvTaR2Y0Kh7P0jLV+PHfU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Scalar448.class" - }, - { - "key": "SHA-256-Digest", - "value": "OjCKNfizlzw6+Mx5DDjcAOKYN+tryMtaBOKN7TQ0GhQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/StreamBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "W87p+WxEbyKG1+DNUVEHR299KA6LoIFwcWBHZK/uOWs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$ExtKeyStoreException.class" - }, - { - "key": "SHA-256-Digest", - "value": "qCKbtKJZhsSef9UXwqqC3N4K4bC0qRrqOkZY0Y9UEdY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ECParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "KHDotsT6xAIy7hleb6gyny/uez29H6Ki1i44eOqCLJw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "NB6AHwkIxW1FY/NK/eF8wTBMVazBbnGVMxykt83lrZQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$AbstractFp.class" - }, - { - "key": "SHA-256-Digest", - "value": "guZNHZB7ieBbTi7rQWDOjveT8QLJPYRpXX209G7X4mA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/HRSS1373Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "L23v9DxQ6F73iFIhna84Hd8ZvCm+juGw/OxKpAo90lA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHUPublicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "H6TMt2eQay3FSc5zqvvGbr4V3lO8T4DcBpmpJ3aEgmY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$MLDSA44_RSA2048_PSS_SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "pTq0PHdwTVKR7N+0+yqc26gil6zpnZeveeNnlL4OLds=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat224.class" - }, - { - "key": "SHA-256-Digest", - "value": "JJXNXuK+RTYOPbo31fyhN9Qu58BO9h4NAqWuWmETynA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA256withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "yohmdaad4APq62I0rXH+UnACddugm4VsehihQF5TJok=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/SkippingStreamCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "XeWSjURCq/sX0L+NYUHtrbcW8O4B3+lJoLaVbuIVQQg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Rijndael$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZsIf03I0MB7+KH5kNMf490V+eZm5xhJObabTg53N1PA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "5j+exGiPwRPRLzE50IQq/GF/QqH63/OgOSPs8HTlzns=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/HPSPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "wLSgrO2ndCkWLfnzW9SrJ8T2wrxmN2qT/pJEBxPnMPQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vdpgj85PE6d3nsLtw8hgH3WoFC8Nryjdj0FTT5WCSuU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithSHAAnd128BitKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "J3djqVlY8Xu6RvonX9ROjdQ9EfonYUOZwZWU3h8SMao=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/KDFCounterParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "mz1vQSSE86mIf6TGiHBM6fkD/An80X3Ib+aG7YOWig4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "jTyq4rzOhtOHxVbp7/opGE4MN/+xOZWTjyblyy0ENdE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "My/QQIH0UPE+zeZBSRYP0lC4azr22m+JwvpyMNpTzaw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509NameTokenizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "1yZtd0Nnd6fCa3aISgcT+d5vsdySX/ww2f25tECdu54=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/21/org/bouncycastle/pqc/jcajce/provider/ntruprime/SNTRUPrimeKEMSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "RSRw3VXuDQZei4R6W0TCyxL4e+G2t3xYrR1ZVRSbUdc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/LMSKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "IaUxjRRA/yw+P0NWP06P37xx8JgGH1HEVVyWg+8wctE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/CertificatePolicies.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZEN+cOgDCZCGJjmzRK6dVXn1dI14OQxHzePa3uBmZ+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAACEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "JCCWGrt9KQK8mgVFRWqjBoL27efiCpBab1xYKGnr7WU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed25519ctxSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rmd9TI+/cIjvPMl4QuYzYo2W5HT4hQkfV/ASQSF9kWo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/DilithiumPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "hhkNfjPa0Un6GjPiAShIR3Ei+fAXYaU9muKHb3NO2rU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT239FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "ldgD5ZoXnJvFptHgVFeTcLo6WiSivEZ8IWQeyACcP7I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/WOTSPlusOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "qOJx+pK2/ouB3LPeA1MBJp7Wn415+6ITjURCvwO9sec=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SignatureSpi$Direct.class" - }, - { - "key": "SHA-256-Digest", - "value": "MEggWuPYekAf9lJBU1sCKWTX4QnG6FhlTkfz4qIGmh4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grainv1$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "9wZWRQsUvo+U5yINWYe+zAU3O3reyplQYK9pKmYkQrU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/PKIXCertPath.class" - }, - { - "key": "SHA-256-Digest", - "value": "MXChaPlYejhFUKlDY6Wvd2nOJmpxzabEulDTTp8ep08=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "tIlTWXlXCf7Q+gdWcc1SdJ1cc+MBuVeQAYARu6EZTbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/util/SecretKeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "gapJfPvFRa/5W+zuTlfutlOKZ/w5FodzZqKCUkAR/D4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP384R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "lPiJO4LkvbjbjmPKRoFbzDd8JKYrahZD9n8J7/B7tOk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ExchangePairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "1WN94U6eU2kge+RdPybsLomSs3+qr2WolEW4UIsmVrg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509SignatureUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "a2CLiVCGBjwLN1yhZdMRpCOsqGnrLJ/xIpvL0IU6Mxs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$DigestT.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rol7CJC7Xex+AkmMrEWt5U/yvW/0C0lajR/lUi8wraA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "eiyU95tisDWkWl9Du1HnSrMqEZXswzSNXt/c4nVRBds=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/newhope/NHPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "jl2jG2HlGRfq34lD0/kg4j9GYq0IQNSz2OduRhKd6EQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$CDHwithSHA512KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "jCdJQXhZZiD3Om52Qr8tcgXX1d5YXMGDgE4zggjUSi8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUEncryptionKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "/NHizPq8OxJaa7pQeT+plHCFm6OGACdMmwfBeytV+XA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "dFdNizmFjbqCVi0MkFkP95PqMk+KzhfxLGl8G8HjCOI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/EthereumIESEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "4+1i24rKbieXuXUG8dyZiVs0q//aFYNF6G0l2UFU8D0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ap3gsJ/4N8ekhB4GtsbMJLeDifvxrYkQIQ764Js3G64=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zs9JVAFmOVvivkE1Qaj9z1Wc9IPbRHZem5KywoS2WNs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pk++BNGZnC5MkHFodYzO91F3zpF6ffDhmV0C86vSFxg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/LMS$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "CW58a6hFII02toVgg1r8Bj+S2HNJ7Zuxuod3MSQOQwU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9ECPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "lChK4JUa0bhSgDZFhdd2eQ6bIsUE0T4DXQldhW/gnp4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/QCStatement.class" - }, - { - "key": "SHA-256-Digest", - "value": "FqgzEvzKARHFnUjH4ZYW8Z5WUd5KPAb2oIK+c4B5DcE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SK.class" - }, - { - "key": "SHA-256-Digest", - "value": "XJ+HeOMIeyYRZfeVrx63cgayqs+sFon+/UALEzKe6xU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ua/DSTU4145Params.class" - }, - { - "key": "SHA-256-Digest", - "value": "V/RFpO6d6AQRfyi7MXvUjAqXTQL0ZRAm9RxFOSQfgBA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "JwUwBEfMwqpQ+2CEWrMb0R9lynnY5C4EhIC0iRUbPtc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$URLSeededEntropySourceProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "puxMb4FtWyM6UhJ7/QWYtSZm1V6ylzvYp4Bg4W3r7vE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/WrappedRevocationChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "wGdAqZ6Byh+MibqXyvAiaD2rk/LHiTKMIVfTzj/tdlw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/LongPolynomial5.class" - }, - { - "key": "SHA-256-Digest", - "value": "tn5csQXLUQju+gSVmptebbQ77hI/CD2/9Wywq65ptkE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1OctetString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LIMcMONtYgzv0s/cUNnddvyyMkVPOp/nNl/prVgZc7k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "WUA3y0gf5qfsejAaj2cAX2Q2b9Dv6gIt0ZSGetNveAA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/ECGOST3410Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "1bKqeDNDu2YrI7TQTrzcQFZYdX4Ih0X/3FuhXKDxRfs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/RSAKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "vfRzwmR9a/PhtnwGJexhSl/ZuOdof4CVDlLuoVS3tw0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/SignatureSpi$Base5.class" - }, - { - "key": "SHA-256-Digest", - "value": "YYb9pxYym1LM5KwwA+Dmluv66yWR1LiM8xMHNqLlPGU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/CramerShoupKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yd4KPWxgFAzVhT6oLGMwoi27rJtAGqXi7iWPHzRx2hQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_256_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xky+wM+79OcVOyzX51tKbtixNaV8PxKM7NYFpOXk/Ko=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BEROctetString.class" - }, - { - "key": "SHA-256-Digest", - "value": "oPn95+XwFuwDz5xqa1K+nVuaBmxJk/rJ06i8B3jHEpg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyPairGeneratorSpi$Base3.class" - }, - { - "key": "SHA-256-Digest", - "value": "9GoZs0cXaCPsJLlZegvz/73LW84ZcguXxo7dFPmJglw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/PSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "vPLFawmhU9XpWFiLH2l8swYEvT9yosjScX7AhXehegg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/ScryptKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "u5eVf9je13CLr7HFZlgHKVIx5jryXEa2NVzOyducle8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/PolicyInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "KXDBhpq8ojCkLKf4WxGKzFua1WvNNGru/2T6djkEa8w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$PointAffine.class" - }, - { - "key": "SHA-256-Digest", - "value": "jAQeDDIyn8bNi8Juilh/3Ft6il4+2Jj5QKCzf2Mwzvs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$16.class" - }, - { - "key": "SHA-256-Digest", - "value": "2szRg8Q2orM6g68C5KGC4MpIhSCKGTMzpiZVQ0sqN4I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "BY6ZypVCtSox+XZuI/lC5uX+/T5GUsaOdHJ5/ngKQGQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$RFC3211Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "DSJzB/IcT1hN+zf6WccVsb1LZwsw6nrHAEcwkuF7naE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Ed448PrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "UESshQd/BUBw95DBN6tlczN4si1jMee9IFJTy+pjZCo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Z6xAbSZjlNPT6v2aBG42Smg9Slm/8dVggKX5aUUUzA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/filter/UntrustedUrlInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "uU/AP/xIrSZTzxIu+Am8n91YnuruvdG6fCiBzfbKA8k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/DilithiumParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "HTJobfHZ84YoAb+HsBf71cc1PaPSrLraYUgbWgUk8CU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$ISAPAEAD_K_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "+p+y2ENjw9n+jni5MdpdSRsIBlC2guMxeWO5bvxbok8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HB7Oi4ZHyPaFnl1o77eKysGIL6k/QuL1K7E6IswwhIU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_512withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "CWLK6uTJ8o7Kt4U9uZbp+qb/ZnM/f/0bHfuJkAalut8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "4/gaNsXR9XfeueCX1/9M3zQdda2UQSFqNhL5fDUN0c0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "I0nXuBnC3wZcd/nE+OhqARuHUs9oJJ8OTXTomdZkdZU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "dHg0krA9S//bIqLEXsUJKShWVbkAwGK2Xr6Ct/QsaTs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/KyberPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "cWztBD/d5aV7N8P5152yVMmlzbtXdB2jSaFT3VofUH8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/gm/SM2P256V1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pw3UIMEPWYG6SpaIusFzf4PH3wsrC/TxA5HQJz7T1T0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/gm/GMObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "5vQ/WFtFFFkt27nP9rIJX+yRI7DovYnH0fgP+LRN/78=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448UwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "6P1w1Rsc65LKj82DzA2Whka+75VFG21Y1k4NviwFuIw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenPBE$Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "s5GB38uaTfh0CFjn3fQpSq0zqqREilFSnxptFJyWG5I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "DCaQ8IRx7Qta3bJSTuSW8jApkMQixUpuvjRivZBh7cI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat512.class" - }, - { - "key": "SHA-256-Digest", - "value": "Aif5bvL2P41/U0/n2/MvmAlx4ZIl4cLEockeX2X0RTQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/cmce/CMCEKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "G15t99YcMRRXPpoVcMe5ouDmqOl5dbuw7DQO90mYbyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ElephantEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "+jasgnRzzPuCwHYEkOAbJ1KDi5uMGTuso+cPxdv8WpY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "CCwKb98UOdAYecpbF5cSKDALBg7gSAgUxqurQMAEAfU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMOtsPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "LiFauvpO8ENejbhKHoVpiWC3esclDRrGiFZjL5DCQOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/ModularResultant.class" - }, - { - "key": "SHA-256-Digest", - "value": "bBfDQoTB9iJDp9k+CMDiVkvSJwo+9V2aT7zCUOTue/c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/kdf/ECDHKEKGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "iD3L29j8GHgFny5fOmob9hz1P5V6n1pKVFx/sXkjulY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/McElieceCCA2KeyGenParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "El0UtYCgWS6qyUPO5KgdGeFhdTNJ3Mgy8W+lVQKxlnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/OcspCache.class" - }, - { - "key": "SHA-256-Digest", - "value": "7vrhn7jeMYxjiWzSyhTVNPRlH1zl1ngy+EZ+XvyFveU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "FmuMOHFnlUytDZSZWsOBFavadK7kEKRFCbv/wTk8tvg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/LMSHSSParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "a1CckZWFJk9ydu1F7wIDKva5XyUruBfQPrAkaHO+NyQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SABERConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "AAi7RFM7nH0UcFiFFwQmmFiH03jKvzEKAmd/52BIaFI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_512_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "+eACpkshSF9ovjNoXT2W8enxP5WYt7fId7WPHRGdxC8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA1KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "dapnJXK9L9v4L8r6Gd3clL+nygtD3wJfNwpJpFsrTBs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "wc1yYQVmVqyaecgEJ11pYzoZYtk6RNaK5gL29L+hFrc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vb2UJqGdtZzpe79CDRJMysKdwMyImg7Urlr6Y6KAcJw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/DilithiumKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "GToiAyLQbt1sqOuCc658+Zc3f8cLLa9gMz+KjdAw9Ck=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "N7EatXrIXNdCos0yoShB/Ozu79y3BhikNLRVTWQlTMA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/ntru/NTRUKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "SxHsk4z8XgSWT5ygloCUbUadsymqaFQTGwrfX6v5OoY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLSetParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ptpQYSo/0Uy9hezfK7i69s8fBvjii+To5YNNH85u3eg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede.class" - }, - { - "key": "SHA-256-Digest", - "value": "3IibAy5i1fF0hnEphBwf4jw4zWa29bF4ASEFMX0v1nY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$Fp.class" - }, - { - "key": "SHA-256-Digest", - "value": "uJXMojC3q9t7kDosPhQME6JwbMQEAGn7So+sRxIooOQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/asymmetric/util/EC5Util$CustomCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "4nRlMtw/At9s3vfRtBI0WW6M+dVIlvSQSaavh8vNvdA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1IA5String.class" - }, - { - "key": "SHA-256-Digest", - "value": "VJLRirRVmxiyj5lCGd0Q3Nq4BkKONVQ5nBdL9j6eFVU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UniversalType.class" - }, - { - "key": "SHA-256-Digest", - "value": "T6Ty8BKpS26ORChl/zaAIKwoojseu3yzt/X6tp2gZBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$TECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "EeeIRC7SK2qDD3zR4cbz71fndFk6VZ6ISNXHZzck0Zw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Null$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ezYQtIYQdz/BUct7cY3EawTedRn8gBJDX1rwAcchCkQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECLookupTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "Au8jwsWXevSAwkLAOtk84/PR7h9ck1ouFwMJe5Nwi6Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "w2P44mZ4AOkxyOgLuHzvungiqHvA9vlufFxGo/Rud4g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "7nkFaWxRTvsAa8hdg9kFOe+YseXmohdFxsGL9duRCRw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/picnic/BCPicnicPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "XviZMif7MtRUGSqCEoL/zH1KEx4cwshbo8XIOoD31QU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST5$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "2NzqLKObWPCrT7TXS0e3j+eZMV4EnpP4x2WlbLYsBHI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/GLVTypeBParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "vnvysqqF6Yxfj9E8nhUaTN69EQkPPzETx2wMX6XJm8I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/SimpleBigDecimal.class" - }, - { - "key": "SHA-256-Digest", - "value": "D8kHZ7mPOJ+XnHy7H+Iq1SPfSev090vt33AQHfkbS/E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2nElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "2yvHRZX4bos6qvn/JiTOX4w5OUtM36FbsJSifa5+KG8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/SubjectKeyIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "qvvm0ymbfOGHkKazlPma5H7UaiREDstAwg1EMXd6lzA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$23.class" - }, - { - "key": "SHA-256-Digest", - "value": "fFegZQThTVt7os1HNU1MUEkJUnLZ5UNPVVEK2BUBOs8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/SPHINCSPlus.class" - }, - { - "key": "SHA-256-Digest", - "value": "184Y7fmE8Z5cf3KEanS3FSCk2h4vxI1o8U08mT94uj8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/RecoverableCertPathValidatorException.class" - }, - { - "key": "SHA-256-Digest", - "value": "0ANdc2T+ygcpNulW1tkZjAfzJyffffQgS/3lAvMSkYg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "URPPCs8Vq3nrsF8BmcBYpnejd5eD/aUgZQX0ty3uevA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_1024_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "fblvlKP66E2Ivz9YNv9NRCpGe04YB4TF5PjZJ83oW6U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABERPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "IQ5i0TSGT1zRH/V1qwGn3h+16+TLppP5RHUF2T3s/Ok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/SimpleOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "rH1Y0JQL1F6NY2HFNbVqIQ85rNhIgoy2+PIEPzZNIDI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/DHValidationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "yMkdizfL3hT2zil3QiKqpF2niPsLEU/0RvHD4dykKKk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCECipherSpi$MCE6960119.class" - }, - { - "key": "SHA-256-Digest", - "value": "lLoDPYSeIpZFhsXsqHaVgy6FIanCF67lHlfLo83EOVg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tu8e0WMLMVYNG5Rwnloo2jrA/mEBOyJNtqwxDflI9V8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/XDHUPublicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "8k+juCcDpng9yMkD2edbdFy7L4XoSVQEbAFleoalaPs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$WrapPad.class" - }, - { - "key": "SHA-256-Digest", - "value": "C8xWVQe8izMoBehE+WJK1FVeiBXxHhRu162wZnbZUY0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "z6/ONZdE8XHER6IMNl/7voZoJk7wZx8G9K7VSookMuM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Encodable.class" - }, - { - "key": "SHA-256-Digest", - "value": "V9EBUGhOZLNCs7sC4ush1OJ59tAKWuHvZWAbjkTu7Wo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$ElGamalConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "uV1fbvr+QY/sO68aEqgRPP/buzoLgsNs7Qa8r0Gy5sc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "kpEWvSL8sxeBBtzN9W9S7hs97R0MtNRMnVGFTSRrGyc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/ServiceLocator.class" - }, - { - "key": "SHA-256-Digest", - "value": "J3JYdOtyC6rhvyUNTYucsVihwpPlaNahD+VOBFyuCl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$MLDSA44_ECDSA_P256_SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "FDg1CXDecAygxr2TrQ58VbFNEPBZXen9uQ2r49/xng8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2s$Blake2s128.class" - }, - { - "key": "SHA-256-Digest", - "value": "X5xqu+PDrSyDEeLowr1Cp9FGxcZkaN5QriC5nFakwJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rR9Nco8ykS2JecczQM4c19cwAkZ7HlS8PRd42jkE//8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "SQ/Ww7b9F5rP4p/DkYnKnLinSxEJIKQd858J9vTAZeI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestSHA3.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qzc+kVnFuwd227+3UryJF3QQcC40z8vrG3Wwh1bPURQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/internal/asn1/oiw/OIWObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZMD1hj2wWJ7UOl/nkdX75deeF81idmrrn0L7AwxE1WI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/PrincipalUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZBq4yS/Wi0wiJ2apnkhHawosNbllcHIZj18cYGqtWt4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/FixedPointPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "LWTEro7um6Gcs5GY1fL8TTjWdZt7qAkSHJS2y7Jw9mo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$stdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "dz7i8E/Rmk5AinSPq6+/jqH5xIV7v5R8TIbsNShewbQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z4u76Ophngb96GDCdzfi10VIJNPcDSVb/sZ/SJRL9W0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ioa0yxQtLoOANoADCW+LHiXmEz2dxVSYdwBV6igBop4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/DefaultXMSSOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "3vvB5O3bydzAe8oo1F+yKrB2+1L0mpv12ER1vD5C2gY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "1imFku11/zK79cCMpsQrg4krw9a0G1k88vjJBibwIAs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/SipHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "LhByk7Kdgn3tnpTyyQzlkk5ozExraDCciSS4UQCx5Vc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$KeyGen128.class" - }, - { - "key": "SHA-256-Digest", - "value": "SeQQSu7+iKLJcU66HGU2OC3q0pAUlaVO1MUp2pmbX3o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "MZcmdEOPGfq9ahufWZTQ7+LvX7t3vn0hVv7b4KrCbU8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Kangaroo.class" - }, - { - "key": "SHA-256-Digest", - "value": "b5QhbWyah5f+EYbMdMa39umUpISVB+eqn3eBAOwsmyA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/util/AsymmetricKeyInfoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "QXwXPU2uIcsId6ERsz1RuwTo12bBsoA+HBtsV1AZMtU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Tag.class" - }, - { - "key": "SHA-256-Digest", - "value": "uAgk5VlYBGxIMrCmifuoom5HGdrJon4EBhNoYWz5GTs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCEECPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "vtdiTkNrkY9R2hXBPe395vY1GE3I0DR1Peq6J2i7814=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rbggb+qC0JoYTPYUPZGdODBGYYBNBRHaHTiCcDN5vA8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/LazyConstructionEnumeration.class" - }, - { - "key": "SHA-256-Digest", - "value": "e3dCn6GMmG2XiZbN5GfRW50hvqUPkqaJ7ApYnwfjEvY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$DESede64.class" - }, - { - "key": "SHA-256-Digest", - "value": "MhjGoq0N19zzsAQLbr3k4kevX6Q20MDbNZaDqrhKKNk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jo+WwVLIcMMqjQa/BVBcx2yjF8BIbZ/n4zLgPL1fY4c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/RFC3739QCObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "QkBsNV5F5EGdedHvs+Rq03lIzerSnms7u6ou2iaMnu4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/AsconDigest$AsconParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "0qJruKR8QrF9ceCkQsgdYaSRp+urCekOtstfgtuImKM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0FXkgEPStxLB+0jv0iGPf55CWaD6cJtmlyZht87ZBZI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "HFWGCDJswe9KE9QePOlGf5ZcMBMZqmx63TCYbcjXHnU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$PointPrecompZ.class" - }, - { - "key": "SHA-256-Digest", - "value": "8/JCayzxmq3+IvauJs1qf53ZvwYkVymM8yr2Av7AKCs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$Digest384.class" - }, - { - "key": "SHA-256-Digest", - "value": "2080Qhvds7UhTHclxull92r6L0Q+KxwRL/Bi18OEGk4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/IndexGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "yueYS2crVIqanLj613iddRkNqL3r1ODWcT72DCnzHeA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$25.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ycz3sqkWKtKCsctJjj1pMLm0Bszm6U5osg6JUO3OYrY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_1024_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "7L1v4NwWvBtKRcZG67kMsBfyKyWz87g5ysIOoD0Oquk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/BCDilithiumPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "+DAbvnLWS/9blRdz5S4vE+dI5/LxH4PTJZ2Jkv0jobA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$21.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZheLwKTg91ko3sPtLwamS1e3ByVxMzmgumJiXnQlwkc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD5$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "vH5U3zPl7PK8K9kcY3VNzDR1BaLfv/N/Ee2w8KTVCzA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/HQCParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "1EFvw7bxrjRsOjG6h7meKdrbNQ5Ty/wBmxRAhRte/5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GCMSIVBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "+bIX6DE+3t0opaWiI9BJpo0yGFiOafpnWSgYQYBbyd0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$AlgParams_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "TrP6iD7ScernZH6SGwPIYngb8Iu/gb5yR4y2AgUGzm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$PBEWithSHA.class" - }, - { - "key": "SHA-256-Digest", - "value": "CXYhR8WnfopzgaiTJmfldLpVqiLATwE3QAxTcwwgcoo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/CompositeSignaturesConstants$CompositeName.class" - }, - { - "key": "SHA-256-Digest", - "value": "WmVg0ZT1kK48UjdwsjZGTFB4GTe7X4M3asHzmcadjJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "v6o0ivQMQGthdcjiZmy8IudcPoUOPiFF3dYSMV+60jE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base5.class" - }, - { - "key": "SHA-256-Digest", - "value": "tRkO3A9xOVRh+bCgJi7E3KBQfy/5LbHsdsmfPJYD8rI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERSequenceGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "/FB2989UE0VkEPKEsVVoRgh//IR7+dLCeKi1JyK5nDE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "FG+ZZASEKIP4aZUTfW4UvSbGhjVi3WjsQ/27NVZ5m94=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/NonMemoableDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZK1c3wAWcB8tIFJu/fLwZyvYFBRY+9P/zuKsuj/Cx5w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/CRLDistPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "iXO+rbvn0JhyQR20k7/U3YunWb70vlvdeg0XGaP+lIg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "hmr+CBMKvMAE/Ih9g7bCqbl42vHmqYR7w6cceq8mFps=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsaSha3_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "N2RWBNYyHL93lT9zkdwo22NQGfmdDBAq10UfO4WTIPA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/encoders/EncoderException.class" - }, - { - "key": "SHA-256-Digest", - "value": "MIDOnj8KYC5zCD9jdeoft7qjWPUs3CxYVD1OcTgds0w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/util/JKSKeyStoreSpi$BCJKSTrustedCertEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "wcaCNRFFE1iqFztOppGT3WjBB/+5dYRGLmo4sq8J+w4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERVideotexString.class" - }, - { - "key": "SHA-256-Digest", - "value": "fAgeldVLJG6woAns/VuLIWdBdeRtGRSn/JeWfth4bP8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/DeltaCertificateDescriptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZV8ZIKt06O31/aa56ZObPyUW9IzptHWS23wqJqAWDRo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/DefaultXMSSMTOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "SUlo4z6OpYqr4tVEabXji+06B5W7TLIvKfGurCUesuY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$33.class" - }, - { - "key": "SHA-256-Digest", - "value": "NRXkHRRUDW4FdkvXz7VDNihCHhswCPSLPPMATV16mlE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesRegistrar$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NR9Z0SOZxBrnBNMFKzYXPbgKQs+36ig2Wom4Zz5o9s4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "dw/Wpicpw/QN5U9MMI/POfLqvnQvJe2czR7KN8mhl60=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/ECKeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "hn8kWczqp5FK7gW+0TKeRv+sAFH/B2uR6y6HYSQcIs4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/SignatureSpi$Base3.class" - }, - { - "key": "SHA-256-Digest", - "value": "ExJ2gzjAuo/h18e7lCXLozX+JKHJsEriatJ95Ify9A0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$KeyGenerator224.class" - }, - { - "key": "SHA-256-Digest", - "value": "RyvNUZaRCNAS8fQtYEvRUn2cbVgCj3hf34Lbk1UXbM0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/ComplexNumberWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "DlJzQ7/aDfxJMpVRlNP2JuixCLItUBbNRG6Km/sw9mE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "BXK9w/bXW2AGDpN5stW6iD0B19hKcggJssS/Th0UFUQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHA512Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "go92dNPbJ/OjuTo6hd7iC4KTeDRhWc3u/vuW+/6AiVk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$23.class" - }, - { - "key": "SHA-256-Digest", - "value": "I+Nyb0+65cQ+vCzeZo61C5M1MBkIO76gw3sbY0/dN20=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cx6QCPPEoLvD2IYe/OrABOn7eo8UkblodG98dSfDC7w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ARIAEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZXZoval6xN0ULQiB8v4BZ2LWRyOWcMvewtU0DYNfzbg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ScaleXPointMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "hz8d35sx5DRQT0EIkLmRLQNU28+dwjtWWyAvuOD/nXI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/OtherName.class" - }, - { - "key": "SHA-256-Digest", - "value": "S4Kiwb8YPkAQzxCfoqMS7oZd6IyCArntE5iTtRx3LeA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECPairTransform.class" - }, - { - "key": "SHA-256-Digest", - "value": "BppAfp6EwB1ikzE0ccakEJpOHeFsHMJTwjdXcoFqo6I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "drpd1UelB0hHl2sOq8I1fnExjLMalb+dZywNMnfThS8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UniversalString.class" - }, - { - "key": "SHA-256-Digest", - "value": "HIvw20l4bJJfDCHvJGiEzsQCZwoYhvY7ifgyK6yLTRg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$Sha2EngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "X6LBb8wy6BzDsYyQf/2DwPE/Q58MM0MSZfYGuXzAQlY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/oiw/ElGamalParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "MhiwZ0oIP7IBAnYnt9sRni2dczClsgLXgHnPfjAtAd4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/nist/NISTNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "ICxjIfRjVAcnkbM6KF3yUeYC/0VlcNZjKeGur2Y+m4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSPrivateKeyParameters$CacheKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "xzs4R7x2tTwSER5jH5/xqLxpHaO4r8bMUwCGgg8uIJk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/Signature.class" - }, - { - "key": "SHA-256-Digest", - "value": "eCE6F1VBwruFJ1S/5Gb8HcqarKYUb/Zi3kmGoDoX2cU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Tape.class" - }, - { - "key": "SHA-256-Digest", - "value": "PqdQOIQ7uMpG+eBmgp4EywOlTbY0kpYwCi0ofYTs6Q0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/StandardDSAEncoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "LY1q+2qHpzRSe5l9Zqm1G1slHodkji3XpsQQDfQwkMI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSigParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "CgzRZ2kprpT4g6AiOJco1XHSRF0W3FdWHs4pAn3JQc0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "9/otn6oRwpRxzChTHh6/qdJZKvZNz6U+5rBuiAy2+MQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "6TsgTiy23J2gG7FtGQi2mwOGme5cxKHOzfrqAxprBt4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EXTERNAL$ExternalKeyInfoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "t3LKB2KAFI3gV09E7NMMTFTq6OzpAg1IHgzsguM5B5k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/SABERPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "oJbMrFW6YacUgiGZ+KR3coPt2MIqHerO9gYXyROq4ac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUSigningKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "D+N85EkqDhIfNfKoNjiI2VcdTfQgR1k/ltTP+Rp09lE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/DigestRandomGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "c06ycDkt3rdLefMb+YRo/lOIp/1IVOuYaWTmdZoUo7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/ElGamalKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "zgnRmrP49+bQbZvsH5rrSR+27w8rcjssZTZU8vdFEcE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/AsymmetricBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "ApX3zGL4LrfAlC52BzEmuMO3weHYV1XqYVMsItU9ZFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/PhotonBeetleDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "RZBdYNBMj3uomHjxMkoEjZu7tQ4OcE0hzI6BcaAiHTI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "GLr0Rzqlzl6HnEKqDFIykhnUTOht9ktcKNbj+x/f9wQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "AwW5lpAWnT53hdM+Aga3W38jHADjQTxoVzcpRuplGM4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ParsingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "MZBjPBPU8xy88eTM4q3aad9HDoU+t/VWokY5h0qgv64=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$19.class" - }, - { - "key": "SHA-256-Digest", - "value": "d9DVDZg9qJWvMQE2VhIvkKZFmAs/Iqi1Q2bh0L/jSqo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/DSTU4145.class" - }, - { - "key": "SHA-256-Digest", - "value": "PRsyqzcpjjCSlEUas004Q8CG0kcJtp/SLuOOM5D7UTc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/BCSPHINCSPlusPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "qcjgI6nfTxvsfAWDx2Xdmbe+wcPfFYRlTgohWWVaNFY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA3_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "FtZ+nKYO4Xz+WdhASmnursp5pBI+fp0XU8RtMBVtDZM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "BUIMdF2h3HQbIQbdEIitHL8qnFIEnLZp2TGD3NNjMqc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_256_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "E6tcV1Ky83oCAKxp5fCswe9aJGs2389S5klEZLrKjpQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "mKlycr22Dtj2qpdh0YV0H0USP4sb3Cxio3AG0AzrRgw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/GOST3410ParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "/HY//nFeqs7tfiXFr7LFKuoWX34JGh16QA6zJ8gG+0k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$GMAC256.class" - }, - { - "key": "SHA-256-Digest", - "value": "XFqHvRrpTvijBlc9Ru8Sn7dnWSZgq7YInRc0AMWywJQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "/FgUH3xgDFi8oDy/KpGEEV2yLLUqFBczxglSszuWDds=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconConversions.class" - }, - { - "key": "SHA-256-Digest", - "value": "AmT4Vp+7LH88BY9y5bVt2LA2A6/3p0wx7YGIKL0uFnM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "eS/qJKbZNxse46UWRWS2xW1m8yXK3CncoiGbXrDLUoY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "SLfpN2jmIIy9uYvNmA9ORn4oj85JLcG6vblPwfqJMrg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMS.class" - }, - { - "key": "SHA-256-Digest", - "value": "NlTrNNx9t/8OPVxbdaNDZIRjUepa8cOtQlfu0hCftik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/XMSS$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "dB4tzCHSdfPAQiPzsapeQ0DiifxOumbmdGk2bupTFNc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Signature2$Proof2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tu1WhOt/E75te3wcoEYTORhu1YQymMK6wKSuj9soZmg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ckf4AS4aC6LV4blHaanddC99345GnGN9BRsytleJlM8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$MLDSA44_ECDSA_brainpoolP256r1_SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "merAQpVCWgMJDtij9n1ABNmF16blrPjHeQ+/dcA9spY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA1CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "5VWgmwgCgvEPI6MCPTvXhYXZbdewcg6QWNGtytZeLrA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Fh409t8GPr5uvjhmgQtZGxix9CbqqHB/EiPYpqANLc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/HC256Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "WVps1PBUoNPGoartNpML/Y1gQA8rvjK6ww1yns6emME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "zIkltOww8axisvX4g7aoEpu2nELTvRP9DMct6Kcdw6A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/NHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "bSDCdD28vSrwQ0GUPUqsBQTXFY6ap4emTnclyhqxr4Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/KMatrices.class" - }, - { - "key": "SHA-256-Digest", - "value": "JO1No0sP1n+8GjcZ0j6oo6MWTANkwplh9+1eRwIN3J0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509V1CertificateGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "vCt5fXbIDA0pAKVzQo7t6KWrzYkrFW9kGmCDnQtYw8U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SparkleEngine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qfbTC71fbEQVHaPv96JVP2dQi5Tng1ss4lquMsC3XjM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "xoql3+GfMeNzew+qpqmpXi1sJJiaqDc4rxIJUlYcCcU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "4t7HcC7zY8esgdCIMX5S0KFbmwO/fq3a3gKzqXxfxhI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1InputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "rRcXzxrBgcFatSTERhxZifKAKPXFStqBMyNx4HJjf48=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "xFDmwxV4ZSNlOF3yfPdB6gjBQiux3WpOaHkQxYnGfcs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/falcon/BCFalconPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "onBQpmPX+exPW2CYHtrJNJRnQhLSartGHvIvy720+bA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "bN3tyuSuLTJVnUT1K1bqYqh8+wMahNePBvScXkLm8AU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "dyR+k0YAJaLMtXDoGfIAxWR7ywxAM9ekV2QykfTJcFM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/ntt/NTTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "k1XL28fn2fufBpQHaWpf5apRlXhpIwpupB5hm13claw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/CMCE.class" - }, - { - "key": "SHA-256-Digest", - "value": "67a1nSrumrIdwIWXGveT+T364dWvqTH+suzKzjY/7XM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/RainbowKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "PY8ZTt4uROI4bfgz1iDOJOsFTdOgxc5OretQK04A8jU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AlgorithmIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "7t5C9Oo/P1yzCNMl7DBVSP94FnqyZPr18GBeH4gdCuQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/KDFCounterBytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Al+KPPzrXJPq84WIgQUUG25nlnFuk0+6IXDcx0Tw6cU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/MultiCertStoreParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3lGZgll9VnnSBqyr7SLaUmnYS5BfCC8RiyuL333UNC0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "G/UysBsIM0b8p/td/o4QozF0zuU2XuxgrbVjQc2O/7c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/GLVMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "2G79BqyKw550rE66jTCI3C4R8rhVLlARqk1fMqLx+3g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/BENES13.class" - }, - { - "key": "SHA-256-Digest", - "value": "47Mt9JL0UhfclTrNBrOcnwAgVUV9+rlF/JzCIkKoVsE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "OjvfNRG1oz2eg1dUyCyvfjcHMFMs/mDuYhbxb5744wM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/ECUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Da1dcOE0qzX/OcmlNLyaQ88FBlSbw1Pyqv70x+c/ML8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/misc/VerisignCzagExtension.class" - }, - { - "key": "SHA-256-Digest", - "value": "T8ekXeSTRzN5wQ2FMEBp0hPrmTqk9avdIkMSEW+t6gE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PzTPWK1+KeR8SM+C3O4lBjLhu98EiOyt/bbQ/vAQdSQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithMD5KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "AhodCxWyjbXD6K5jUZtx3pYKsbL7i86rfalBTRog12c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TEA.class" - }, - { - "key": "SHA-256-Digest", - "value": "x3m28LUnJHh+I89rFFYsu4FDmOWwRCLpwIJ4iZ4XpzQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/pem/PemObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "5FFP6C7fKXeXz05al8vxFKMovrcjFcYLVTAXShHN4Gg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$MLDSA87_ECDSA_brainpoolP384r1_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "XfUNpDHr7K+rCbwBcmn4w3ZRE1sFvgxzB0V253ecKt0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "mWJuAHTQQaoQSJpd/w95R9fhSs3k7uReQWD2gH064t0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "JDdJDUFlgGaC+3nUyAwABY1RNpG413QI5Q8FeFbsX/A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/FalconPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "SJwIBiHi2GIS6eRQVQ+yb6MaNI4YZpeiC/TZ75CmkIw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/BCDilithiumPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "pO4qntkxvjxtiSJr/VZPftudn5UlyswTVfKqjsYBm7E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyGeneratorSpi$Kyber768.class" - }, - { - "key": "SHA-256-Digest", - "value": "//+TH3d6V61h32eup1gIn+mJullPtTfrYyV3ldPc1/A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$ISAPAEAD_A.class" - }, - { - "key": "SHA-256-Digest", - "value": "X8rCndWmzb+K/dEuR7hcwrwVfVTaJtjAQkl60KqldcE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/NTRUPrime.class" - }, - { - "key": "SHA-256-Digest", - "value": "2YrXP1QBAdjXgMR8nM4QwUYAYxgDH4l9aqgrl/2k3+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincs/SignatureSpi$withSha3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "5G9d1qaxMlGFqk0D/ZIb77GwjjlneWke0NQU3J90k8U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "hcyxuFFDdor8Ba71bo82vdG6wPUDySERHn9vRtDeFKU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/misc/MiscObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "ThOE9fJ4idzxixyqByFR6RssV+Z/zLr5Y4HqGyoqv3A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_1024_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "ISVFm7kZcZsVjKUPrKnZ4KVLrSRSMgOwD/v4dp6yCdw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/AlgorithmParametersSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "zPvJ+OiGdrRPvsbRS2XK8dr0MTJ3NL95ZDl7MDbE7yo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreCertCollection.class" - }, - { - "key": "SHA-256-Digest", - "value": "GR9dE5CKNXgB1S7lcHUfO6jp21DiNgsFL5Teibe1Jzs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "PyLbkm+hN9ONI3l7yPpsDax5Q0O/UFJIYUx1plvs5Yc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "JYTDRbYz9vBxKQk7AxuszRjfYuzBwMV+q/jCqkywBGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grain128.class" - }, - { - "key": "SHA-256-Digest", - "value": "aWwZBOyIx6SKLFD39+vjHjsAWinbM6ZRjfNce95Bwn8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TBSCertList.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZSdl8zLP1KtcsoLxglGjQ6EEdANOXmIJnQ6RW2ftwsQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/IESCipher$IESwithAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "D5TRvmbnSXvA0mOLe+6FU+Nym9R8pAl9D18MiQVp+T4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/Resultant.class" - }, - { - "key": "SHA-256-Digest", - "value": "I6H1ZJMwtkXTfgR86dj+LJZR4dyxLu28oTmu7vWjQio=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rGOeMQ+WlSWn0HSHCtI7YIxP5nASk822ZBMZMVlw+So=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "1DHq5vFCwHwprju6xqwanvWoIN2YiypCjGOo5DB2e7s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/hpke/DHKEM.class" - }, - { - "key": "SHA-256-Digest", - "value": "h7YLRj0bLwP/Z6MuQrdpoGcIpAE5E42FC3XGISl2aNk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/ECGOST2012SignatureSpi512.class" - }, - { - "key": "SHA-256-Digest", - "value": "XWU8Bx9bmoWaPt5rcIyIimT9IoxtmwH5otAFScIi4s4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XTEA$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "MBcCt0WiquGhCZikr5QQFdjnnbVLzTIIdbrAZsPFAeM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/21/org/bouncycastle/pqc/jcajce/provider/ntru/NTRUKEMSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zlak8bnfsgh+grKvlqP4A+Dp9YNkHY2546fxgBL4lEA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "drFffkbV8wDDfakKUuEnnz3t1I93tPp/Fb4prkDDPcs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "t7KMb3V084O27MXPAwYCU3utPQUsiUgFeLtgeRXWbTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/DSTU7624Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "lBr1/JoeCI1h03TTTgBwra6ijtCab1PUQNxE6DtJd5E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM544_PENTANOMIAL_K3_IS_128_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "X5HkuqIHKyheWWj87HEqaAbC4Ew0gzgGZ67Na4r47GY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD320$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "vo6cWjI5/G+KT8lY9ab2yJG8iD2LkDa0mdJ0+YYKJRc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$KeyGenerator2012_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "NIwSINsipVRD+jsBbisC7posxfYFFN7TZRvT4Sgec80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "iOb+p4jrhdtFyqYvzll0hVx9xAiHdi3SST7xi7fJFio=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "dGwGLdQMnWIgoXArWlF6fI/n/uSzdvngTxwf5kzc8gw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withUTF8.class" - }, - { - "key": "SHA-256-Digest", - "value": "vDUxXwTSUgC++dBPuwtRKPxQirdQcFh5wnCQrTKsQaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "JKgyUpFCFB++NkJq4FwivMUHauOyzdTFrWN7SZFj5is=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Rainbow$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tzxd4F8hAgX+mnYFYis0Q7vxVzvkgJt7QFzkugmlVCw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "BZEv/sbc/ZNOh++yXk9lP6xzCKTV+hL4ozwBwbSN+5o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "X5abqfBnqmCao5svD9CgmAPnLR45TQqkdOmUPD0ge3A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GF2mVector.class" - }, - { - "key": "SHA-256-Digest", - "value": "q8WaZ5hnVc/AgSILovs7YHr4j57Oir46yUdcyNKrqYw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NTRULPrimeConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "8rdY5/lCITGxyY/Vihrzj4OPpPv6H/gVEKkS9EEQ3Es=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/MQVPrivateParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "8l2YYHyjzKS1APuG3DT7TYHp2xvqTSq2l95AMz7jkC4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/SignatureSpi$withSha3512.class" - }, - { - "key": "SHA-256-Digest", - "value": "+5YhDqKzz8x4LWzkAZ0AAjKJlhZwD1TspdhT9Rl+RAs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincs/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bsag/eYob9ADA6s1qp6Fm4686akDnsrLrQqcVDzSmjo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Encodable.class" - }, - { - "key": "SHA-256-Digest", - "value": "lzkquh1al2EmV7N1e/n6B7kK+1AS7dRwX0AbbNhP6RA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "hZzG+t4uJRl9yOxrIO8RamEDuCA2LOk6wg+UPh9cbXc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/Primes.class" - }, - { - "key": "SHA-256-Digest", - "value": "pv25TECg/QnU3i+Yyb7KQkmjtzrJa//qLzPPH8mbCC8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/SPHINCS256KeyParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "RGc7oZ1q5TLASVTPfEjMCOSu8GCA+wSwMd6zitE2qWo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/falcon/FalconParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "z9t4AjHMsxexMw12oBA4m8+krMBzJgwDbpGPnJZFlbo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/X448PrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "chWePg4Y6LXPuODKPMmaS0AsCa0z3WEX9Y+mEYrVUtw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/AlgorithmParameterGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "6+a1yqZy3G0EIpQ/UQ6emylsG34dA3v3vcybh+JBK1s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/djb/Curve25519FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Blrn13HUOgsaZJ/KVD1aKO5EazkOg8I9K8IoYi8gYyM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA256$PBEWithMacKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xh8DFdiXujQbJfS00xBGEA/GHyMir7lsVxA20eY7Mfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "LeLqPZ1HYGgN5jyvbFgTGMGrLd1QFM5x/sh6huPcMPA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/KyberPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "yemubuTOsSlMMJkKqisScCO1CvUu9zSW285qMBKIDj4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withSha512.class" - }, - { - "key": "SHA-256-Digest", - "value": "5TTxmsUnYJAslFRKWyndXbNcWgtXKCWzIpQXnRSxqZs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Target.class" - }, - { - "key": "SHA-256-Digest", - "value": "qQsdBL08wmsfiNVDZV3qrcrue5kDwdVajzJS6CSj2CE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WNafUtil$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "L9MG50ksC06mKFx4o0qMMvvMKIWEIHYACJQkT20QyaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Set.class" - }, - { - "key": "SHA-256-Digest", - "value": "sqv7nqn7qoummtTeCFsKSpDKsNR8Q+CaCAb9cwtfadc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP521R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "plXd7sd2IPCriKNFJbITrrznfPyB7qzE7+l2W9LGZ34=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "qWzR/oTkk1qjLJQPqJMV1Rgy7+gUlYUE174PuWHkI7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi$NoPadding.class" - }, - { - "key": "SHA-256-Digest", - "value": "91a0JJd0S5x/xQxZsdq78OEORIEN5wQNkTN2AJ0BbnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DEROtherInfo$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ObRZFGizUd2Cj9rleJ9QxibHsRTZcKRnkDSrQOkd8JE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/FalconKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "NBC/4eNe1ienBa5yPO0GsG2wzhghnBFvic64E4Ux3hE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SparkleDigest$Friend.class" - }, - { - "key": "SHA-256-Digest", - "value": "RGGBlFA0lqQP+Oz5DD/gVA3yoVMXyIxVVe4wbzXeEGM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/RFC3281CertPathUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "X/GFgZBUP6/EENIHR8Dbqrhw+ocx933NifZuUHBcMbU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "SnoBsGiZgjb8wrvjZI3RcPObu2ywLeqyUDoqUfcSRzM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/encoders/Hex.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vf4twQVRruGiDLCHr2UzfI15LUJRWJKNsFjQgyYytLM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withSha512andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "w1M5nKbrn6eYTqtJLx7QxkNmtpwsEoRkHiCaBuecNlU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberCipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "ODKvF16hI2BWamsegJ8dAahK+qYdhRyqowxhZODXbgc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$HashMac2012_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "mgoDVAxiDFWe7RIT5NnoGFcQ2VYuYwtsPLxetY/Sxuw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/GcmSpecUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "k8F1ludUoYv4E7SKCXEmhnbcNRHWrDJn+aJfq8JqGJM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "2cBxnas2fH7QuCMNbiYZrbKxT9bjvzvvFxqBmv6+q4w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2s$Blake2s256.class" - }, - { - "key": "SHA-256-Digest", - "value": "2y9mCFKJC+ClOWH4RsJALLP1/iEDtNtYuMwNN2615m8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/DHUnifiedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "mg4jyT+OCSMPBd5Jox1wNsqtHJFr1OlWqnkxvvMhWkc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/SkeinParameterSpec$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "puJ7kBuNfjbNO7R+Qtv82luxhyTsJfhF5SM2PBp+i8E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "eb7LL+NZKXuY97VFcM1z30BwZVZ+q2w4pndtbu8fVZk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512_256withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "7gkYtHyfbXuyGqfeWiCHeCaqnIW0vxJwTUKSAskXH8Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "IkfSVV2FWHlXKYoWzvTjcBikf9G2+qGntjGXqHiKkFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/LMS.class" - }, - { - "key": "SHA-256-Digest", - "value": "XirQkKPTzuBO+Q4W04a74XuUZd6h/QI59Btz7xM/6Go=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsaSha3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "outSZk44W4I36d+lk+taGJDaEf9knuvPFHKswR+J8LA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/XMSSKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "l44kRLkx1kmL+IG133shrrU+WwBTjwAkm8QpvNcjqUA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$TLS11.class" - }, - { - "key": "SHA-256-Digest", - "value": "KDF8gsuFApN1Jh5E66gAhJAA5y7x7SeJ2iXdrmnL5ik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "7IoMvjwkMRMWcQnroDXZAm3lnok5f1SbfAMKZizbKQY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/ECDomainParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "MaVbFp+3Aancyzw+JcN+VPomsIjPYa6/lnB6CGN/e/I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AlgParamsGCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "Uk3APfvqms7dRZMv+OWMB8/WHiX+0bFoPRij9nxZU6w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUSigningPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "hMkdJpvor6E70y0FEaviFtiWdQ/Id+7WJSfaU5O3fE4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/PasswordConverter$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "KNRbp/dyaed6h5gfcR+co9xUYo70sInSTqPqQ0Jfapo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CCMModeCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "owS661P53eHiRoiMCL5BDruxTkVBzZ21LgMdqSnmnMg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$Digest384.class" - }, - { - "key": "SHA-256-Digest", - "value": "An9WbqjHdQjya+Vo7e1fXP5aZAK1woEjm+QodM3evH4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/NTRU$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "KmRDLw/UEYQVzpQHn7ZzsSbG7xdnUAP4HUnDoXGdhTU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/KeyAgreementSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0oas/5Gt18Pwj7bFlHgOZ+wnY2DZd49TMRiUOwimBP8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/VMPCMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "xgDNiQ3ChWOjoBfIQ8cd1rO8hLe1FJSzKEiXk8nYqCo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "GMfOMkA+vAkelyl7CUZ7n8+Al28neiKH9m1k9lXixwQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/BigEndianConversions.class" - }, - { - "key": "SHA-256-Digest", - "value": "LpcltJtD1KGc0p4EG37MGeHuPmLLfdhiauYJckJgtTw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WTauNafMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "wur2/SVeAMGY5XLbIlT7x5HiCnc3Xm3yzwRpLJn7vt4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/KeccakRandomGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qdp0SFs2pKcDOvPipBUHEmjRbgZzOv8XEB7HLG5DKFY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreAttrCertCollection.class" - }, - { - "key": "SHA-256-Digest", - "value": "3u1MqZ5dif7+DKwD+1nEQGjpGSNsx23JCTeB7xUZLnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$Digest256.class" - }, - { - "key": "SHA-256-Digest", - "value": "9tqX91CE5a5JAA7/TMh6p55x4TmvuZiyy5vUxu+Whjw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Pack.class" - }, - { - "key": "SHA-256-Digest", - "value": "cvG/WHkhZiy6xORz2E4DfYG+75tmSWZ1U+mJXuXLnSY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/netscape/NetscapeCertRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "58u3eqrNwaovtUF3gZWhrsltqwOpij+Ho5Te1Uu6n7U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyPairGeneratorSpi$Falcon1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "iDVQnzrwhX88lH4hQjCtohlFh0A13K8MIFtI6aKa5rc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$29.class" - }, - { - "key": "SHA-256-Digest", - "value": "/UBBtjAZi3SDnPOssMtKBcF4MpZH2fF5xsldMuyoVK4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Interleave.class" - }, - { - "key": "SHA-256-Digest", - "value": "89f1NTjAhas74wUQHa5avf+Lq8bWI45OkBnNtKy6dx0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimePublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "94kG35RJO7UmpdWBmQu54f6ZAI+qTG+de1LBlEC2Gg4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/CompositePrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "MJ+mKG8PO2AhM2oBG70F/r0t0AvpA8jZUyvxoNTh5PY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$DilithiumConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "YRYLVBgFNcG48PrxMOpHaAm+Pdw3aCLVBhSquPXmvy0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CertificateObject$X509CertificateEncodingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "EMaptTdbNk3Icqn6TLQtrSRDoTvC6pxwlJvsID/GnVs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "H5itvcUpV4R1E/FFoPY+NRa+ngCXlhk1Cc04qSVltO0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/Treehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "q7ep9HVwqhIbP+lJPClpdLxuwxmc6sWUa6xF4PGa+u4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_512_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "TTDCXEA/7L+cUS0W2gm4Cp2+L3u10LrFrEsnGFzvb7E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/AlgorithmParametersSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "B8tzqb/REmzDeNT294CCNkRmL38WWXbWvR7Nik5rY4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/FalconPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "N/fPTLqEOSZaDkKyOmZT4cFHPlurM4RzlJ5cWTHus48=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "4N8hxPIshhNDV4DL6sBEqx8u7nzUMhzI7QkBsSwNdNE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/CertificateList.class" - }, - { - "key": "SHA-256-Digest", - "value": "R5QMPPxW9yR22xjutAoHNMgSCkJMXzJWBniChpulvzQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "04xTPjkg/fi61Nx/9NrwBriFBzVlt5qzkz6mhbMJWoQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECDHUPrivateParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "e4eL/eq2tWT5u2prXt64llUuB9jf5VS5UMYzuZosTRM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/RepeatedSecretKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "IZN4lNBbqSIMu0DrURF3RnT0h6JShWUfmnhsAcm/f+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/NoSuchParserException.class" - }, - { - "key": "SHA-256-Digest", - "value": "c2cMCeJiCOt35wYEuJR7k1Y26cXtNJMjYO1RoqJfEpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash128$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "5jey8L1L8k7xZVKTJN4ORhORILx0uHYaxz4DcgA3IeQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/SignerInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "1J2Rfvs3geCw0CcZFO26G2wdsMJvmDTdMRuexOW2TXs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/RainbowPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "LZ/mH2r+bR+xK2eUt8nasSwcJXi0ad0ZpJlrQ0K/HfA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9ObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "nSFc5aN6/hLka79k59ETd8U/rHNG5E4Ze6gvmCmzC+0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/RSAUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "C9mgPApG6Sc9ITJ2D4CI7B5k+a3nWRfUmwPjLCpUMww=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TEA$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "chhvGuGPnTw3drHmdwNxzhq+YHBvVFHiwio3eetj2JM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "WGQk1YJfNQ3hsE3pwJaVsUrvXACucYCVXe/awcb3kus=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/BCPicnicPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ztbxThMAJMekn8HNyHWo5i09jtb8cFXL53c7lmBxEr4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/SimpleTest.class" - }, - { - "key": "SHA-256-Digest", - "value": "AoHX2Y1yyC3ICUKBkO0iog8zuajBX59TUN1Jp02Aiqg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NHConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "L6Fcx9ES2ypkYVlkwJYUkspHmF6fhv9/+jQJjGI+cWw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/nist/KMACwithSHAKE128_params.class" - }, - { - "key": "SHA-256-Digest", - "value": "j6RPnQSU5kbZFnlRF3/Y54PoHk1y3/uOoj8tY9ajsEw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Kk+IXp7msvi0HgbJWdTcNYUxsNHImzdkMWI3SrMbUBI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$StdCompat.class" - }, - { - "key": "SHA-256-Digest", - "value": "DujtAiUq0QJTDzern89cIF8BVZyKNemCovGavPiXTS8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/Matrix.class" - }, - { - "key": "SHA-256-Digest", - "value": "dZ8l8+T4SXsvAleuqBKEFK4pC1PGitvJ17uzDnI5U10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/BCKyberPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "HNm3yPajjShfxCCOuRobgOkJ98dsbYdn/Gdwer3BPQw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_512_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "09SLyCw97ohAsPfRO+ktr+bReqVcAuu6Qhil3aadkyI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$ISAPAEAD_K.class" - }, - { - "key": "SHA-256-Digest", - "value": "FIKJ65tIOdOGVjLNWiLitu7NjdzvOYbbYHTEXJCKKzs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dds7A5QqpFSy+YvT/cpvqGdWGNPPyLoQXM7r9QcJTEM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "zz5Mvfvg880PBfkVAUsCtj7jUvj24IqQZ2NsTEO7BZg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHAAnd128BitAESBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bha88C3ggsiSTPNxDqf26IRMXKMcUYQH4o/rc7KmVXw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$GMAC128.class" - }, - { - "key": "SHA-256-Digest", - "value": "1hgU2O7NpOIfmxEAWIvrx1RSuoOhnRTcLmRZoeml1jM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/SamplerCtx.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZelFSa+1eMHMO/WtqbGLBnB5WzlPMUrzRYHzS2QurDg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed25519ctxSigner$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "lCK8thXZoAHFu9uO4V6keSefIjchwYMVhwalOxehYZA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Whirlpool.class" - }, - { - "key": "SHA-256-Digest", - "value": "r5y5kfC6nH+IjZ8mCRWatUqbCx0xGH5guI1iR7e8Wg8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/DSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "K05c93BNEYCq7UcBn3Fp9k8E72u2nfbedGn2DMxhE7A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2s$Blake2s224.class" - }, - { - "key": "SHA-256-Digest", - "value": "4A4I1mlYYYuSHIQFPc4DM1bTSf81xyi8pqG3GFkdBkE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "QWGE6QUHozZZS4+pLYU7XVkRzycxBLqvQJcu6emYxIM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber768_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "p6OKv3JOc4kwQzK0lWxBbpT7IJNuruwLyIG7i90SBQc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2b$Blake2b512.class" - }, - { - "key": "SHA-256-Digest", - "value": "QSFjbQGD1wSsxsrysZ8zPu283cwsV1FrzbZ39jXwYJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$GCM256.class" - }, - { - "key": "SHA-256-Digest", - "value": "2tjCcOEaeC7bVkI+BktzGzcKSwMwKlrxL9A5SIZt7cQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "RVWMhNwWmS1cR9QEDkfmazTzV7XTR1+BHf5MFqtCZQ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed448Signer$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6EQQJIvvRvA3606s0TbmON8VPA+T20xToZjYLaPPN8E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AESLightEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "VbuzZJu9ZQj9s8Ca9KdHkP/XE4lHUl5zX6LZhWXEYCw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCRLStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "+1tPYy5Etx3IsB6qPpjCD6MuQ/xWf/AnLZQdlz7NHSI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithMD5And128BitAESCBCOpenSSL.class" - }, - { - "key": "SHA-256-Digest", - "value": "8h7acAIAsKSkCWGyDJRdWH4uP+50OHfh8LTqYJNuCuE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ua/DSTU4145ECBinary.class" - }, - { - "key": "SHA-256-Digest", - "value": "oQdTRbCIjcg0TuBQOo2WKaaD58ThHGI9zkWe+1Ux8gw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincs/BCSphincs256PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "36mRqcWX9udiq9equMSTy67uLR57T3EADpFiJsxdO6U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLTaggedObjectParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "XQMPVcGiv+mQBh2IrQOxoroHhoz6FUdzSSU5TIaYVLk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/DistributionPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "KPO4MQLZHAjHWUPun5r45uxV32AzDdLt7KCsURnc7Ww=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecNR224.class" - }, - { - "key": "SHA-256-Digest", - "value": "VrwBNhSQwRidcepo6AXJh0tM4bVEb0F4crwHtG346BI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UTCTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "F3NtEHaETgxn5pVtyzNcLEwC5ijbgyxpuuMuTFBBn3I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Extensions.class" - }, - { - "key": "SHA-256-Digest", - "value": "4QLPh8nf4fslXxhTY6QmyxuHK8jgi4F1cu9uyRf5dcc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/McEliecePublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Oudvitaegp8FSn0FU15JefFK9/jaKcyMPXvu+Ue25MU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "dQ1KAZuMr7AqJcVNM4PNh5WcadyhkH5tmMUPR3YmfWo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/FiniteFields.class" - }, - { - "key": "SHA-256-Digest", - "value": "lNLPpr77xcXEpJvmdb8KsloHwXe0Txyaz0Rxn8ZtH5k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1BitStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "7vlm79dZNnt5He0LWLU71l/hl7hZpZRfV/9KhxDPWK8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "uY77hUoyqZUZN51nFrA8SEdvPU5wnW49YtRL79vpPtM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "lD+UcKlfXyWEeRAEYnkltyyZKlP8ULVUERzwJ7Q1Qhs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconSmallPrime.class" - }, - { - "key": "SHA-256-Digest", - "value": "5zq2jTvX03B0wKNhft5B1QvS/TDCoC12onMNcsUrDLM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "oy99LnpBMlwks9QotVK1rQRpWmrdVEhCUiCBDH1YHyw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/DESedeEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "07kGOSLeUjUUuBk675Z3hA70Dfk0V4ql6QZQXgWWuN4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/CMacWithIV.class" - }, - { - "key": "SHA-256-Digest", - "value": "F0g4MfY5m93i8cmX1SSqEizyMmAHIYnw0LM1vQQnPa8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Blowfish$CMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "a34lNJ+rs50UCz+M+YDkNEg6sssjmP49qELICB/3/H0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "rKDIddtpRc0vYS1yaNw3r3ttB0sJXV8UH+Ek77uWxfw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/AsymmetricCipherKeyPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "5xk09d7Jme1zsQ0VAd7fjr427d4/8HI/a6P/haq8jfc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/Primes$MROutput.class" - }, - { - "key": "SHA-256-Digest", - "value": "+1Sn9nVHNm4rMwgWHaZNQe44/uCzf9/mmuxUljDPxkA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/OpenSSHPrivateKeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "7L66i6mGLbVU0KXbh7PURk/6QEXHMYXzlJKce4zOJ2A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/engines/AESEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "vCGBKUMhm6sEdjHoQNPJ0RHl/+xA8J7AZ6KuU61m1z8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESKEMCipher$KEM.class" - }, - { - "key": "SHA-256-Digest", - "value": "iSuH3TMY3vsYg8SrvfBEzmv5/OHBksT2eb/eN11dqhM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "yha4yJM6Ka+rwAA8AD3WvucyZ7khiKSSOH7wPENDgsI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rJo/htlEPLaQ04aSEpAE05wUDNfgNbyP3UBkXskWOXM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WNafL2RMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZeAyX+fiWowLxoppmWz1eDAEEwP9Khdkkw2BTNzKDAk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_1024_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "O8SS/4TXa36ILolNp95cAibLqmMAXe9Jt16eA+RmaBI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "XE4r+XlK2LjSXmZzPR/k2LrtRbM4XkGQm1qmI+KROWw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/NaccacheSternKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PE9S3oCmEKx40fuv134Gexn1admyVV1VFiXOeYmbtdA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "fjWs21RtVGBZQu/R8m0py2jbFijswdbdyITwalNGj/M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/PKIXCertPathReviewer.class" - }, - { - "key": "SHA-256-Digest", - "value": "SIDOWzmSF9VhsJsFJjhgqLPCkMmSaGfDewQNe/47sfI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERGeneralString.class" - }, - { - "key": "SHA-256-Digest", - "value": "YF89IsGqaw1nPPAQ6imfeGl08Bc7CF0VlvW0M8A+2PM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLAPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "hYwd4+hwS47kivVPa1QE7Zt+8/KtTmGWLRNjA2yJZiw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "ctU1Iv5RNWLsP2kC3w94JcebEL3u9EVTAssG2oDdHJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Set$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "gEeWCWQuoZajX1nVLY7Zxh90Ei+G4XI5VoSM1947ZaU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/DHParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "JjlY6q7/XnzuUyN7d6cIQb9qylE0VRINOKekEdeVtB0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "76q8CVFxtEnGrrt+n+RZzLWS48814ZkxhpEnEy6xHnU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/PolynomialPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "nAALSu1ozj+Xf6JP+Yry0BH9F1mmvzmXUiOitl9oHHU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/BC11XDHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "zkYDEZeMcJeG45CN1vd7KC3HYZYiLLXdEA0IVmQVEZw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/GMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "QuokGy+ir7H5Cd8w7PFPbmoQbHgQ3RRAyfMxcUW6vOY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/newhope/NHKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "U+r1UdQQDef3R1bIOZ8f+eNiOHEIRXw03T6OE5EsiLw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyFactorySpi$Falcon1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "zJvA1qc+Saqm2aTV4U9+OquA9xEgUZpBYGoJjmHWJPg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/GOST3410ValidationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "mhb+mf/y81oRtjKcGVc8Dcxu8GUncvPikKhu/u1J/jc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconKeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "bNpHcoPalqots7Lf5c+3slE8mHUMxa+PB9WUq2P6tzQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/Request.class" - }, - { - "key": "SHA-256-Digest", - "value": "4WOBJj4KwpXtuwKt7TbazaRKO7J4hHTN7WtxKzGHtkQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$17.class" - }, - { - "key": "SHA-256-Digest", - "value": "9cwtbArGfxJV3PtiWXsNXQoXREqHbvqhb7edzGXnjBA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXPolicyNode.class" - }, - { - "key": "SHA-256-Digest", - "value": "2Ah84ovo5ooCteOJNJiTyStUiGgdLE5/NMJSeoh3nWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/SABERParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "IEZzbg2SOksDzjXVj5rbMMKuJWHRyZZqC8x00gYrfVk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/interfaces/EdDSAKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZA6hNwiCEgwHT9NKGS31iVgE8Oei9/RWO4o8jja3Hqk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509Extensions.class" - }, - { - "key": "SHA-256-Digest", - "value": "mR9gbJQMihgNV8PEfxcFCqQePPrQvG0EmYvhDBtqdVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "krAsu51f5xpQTnK8AA40u3uSDqfvLjmA6Q9RmzzW1nk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/frodo/FrodoCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "/df6fVhZxb8HuTaWru7goGn4FT3bpK4Y5w/ZuimV2+U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT239Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "GU1Bce71kSBGYJqea0wK3lo1Q9nybtDMMIQHG6z0PqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509Store.class" - }, - { - "key": "SHA-256-Digest", - "value": "8QLDZaGm1WtPRKE6vTDElk8jy1VH/tkbv9ufVfSw4CQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p.class" - }, - { - "key": "SHA-256-Digest", - "value": "wcLSs27+mJDjvmwBLl3e3menoRPPgKBvj/J2xHyj3GI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/KyberPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "tpYmVcePhzJLixjd9jyuhTpMQMg0GewzfTICN+iW53g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyPairGeneratorSpi$ECDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "/d/E/nPaH49KQinHK20pXPJ73ENuxdtZdG2G7cY2R0s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withShake128.class" - }, - { - "key": "SHA-256-Digest", - "value": "eZD67Clb7BQPQl59LsvEgnxSju52e+if1xA8CMWTfA4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$GMAC512.class" - }, - { - "key": "SHA-256-Digest", - "value": "DdycRKkrunmhqehTfvDMTLia2sGeLT3fX6fIoK9tVcw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$GostWrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "jwCC/5sKEQJQRxkx/AhGf5vuHcWQDbdq9qvEUW30u/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "waEWyRtcgoeTmNIZBPPokvSEEEkhgQqt3a61IHNzBNE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/ISO9797Alg3Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "hndtYN87iKeQrIB+SZaFly15sllr3tQ43aOaU2J4Bas=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RC564Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "0yV86Zeu6nQ9MyKMikJEjZhehg9X29kNoz57nnduCVQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$Std.class" - }, - { - "key": "SHA-256-Digest", - "value": "uh9FAZX5XUM/NWwfigZsbWspwymr9yNxyxsvbj1gD10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DEROctetStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "CRx2uGbh4yfzcwFAojCsL5oIEtgj4jWCPy2PGfD9e2U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Type.class" - }, - { - "key": "SHA-256-Digest", - "value": "GbEHnAbx1tlBkWAQ5P22vnzxrO7vhHD45O99bKOTfxU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/BasicKGCMMultiplier_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "NkLaQpbG8ESYMgTs+KM51GZDw7B3iLQxfyXG2pLbV3E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "6/P4TlkVsjd0urs6spj/mVn04AtBFP9HJQ7dp5tqNCE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$25.class" - }, - { - "key": "SHA-256-Digest", - "value": "m1XZy3s8JkJgbwak3Ikrm0HQXokHdXEHPgBXGU/qCw8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicParameters$L3Constants.class" - }, - { - "key": "SHA-256-Digest", - "value": "lrXIGKAXSoKddnDawKl3KDjPuWBmIuXFNRylMQeQRRY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/HQCKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mblo5JnRsH0d78mSLeTT+4a7lg1siS2RJTTFyRrgPN0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ti4ZpNmRkE8VmdQliXTWC7K4cVh2pKSwyWHkZwmBjjk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/DefaultXMSSOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "1vWX4gbOoaIWCzKBPp/0x/EhHb15xrKaPs2knyzTD1Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DEROctetString.class" - }, - { - "key": "SHA-256-Digest", - "value": "S9G8tJlr/efjo+tbcuIqbHMvReD+oq7DypIzZh+VIfI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKobaraImaiCipherSpi$McElieceKobaraImai512.class" - }, - { - "key": "SHA-256-Digest", - "value": "AlikhWYyZF681AWL0XQge903TydPolDQwoQykuh9qx0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Set$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "fcHGCzl1ICIvwpDD7T/8+ULFYv5zUgLInkoX49Xh4sc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/ElGamalPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ppBBK5TEGqDN/rWk2+V8wHIAmf8LTmCGjF4Z6TUf/jM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "ouvKdRdQXViho/sH0C2ykrI0NcEe3f1UGCVdQapPSQw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA384KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "XS1VvQNB7H9+2688WHBSawBPudbdoM5598ZOvFcpswc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA224CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y7mW5j2A+zb/s0YUWHvCK7AQr+Yg51QQ+sPot9KS14I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Longs.class" - }, - { - "key": "SHA-256-Digest", - "value": "pX6U1S1tYAbP0hfKeiYTQIGxF5rCJk/V1ihFSQjVk+U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "zW7JtwWpYDxAA9eiTkkbZ1Pp0OauNmMcRlxIw64169o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/ECKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PqHxr0JKzU9uEo+ULmg79ahCQv1N7+kk7tIElVcxyes=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$ECKAEGwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "uuLAwIL99U48RoGfTLBIeIgmcZ7B78QuBJXX23Tak4E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/CertificateFactory$ExCertificateException.class" - }, - { - "key": "SHA-256-Digest", - "value": "90YghsimZhAW28dZ/ONQL9KRzGEJXVKl+vam61tPpRs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/BaseCipherSpi$ErasableOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "3oIoggYK3UzYED7sel9vtY5TJXYoX2fJTL+zDLRmX2o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/util/BaseKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "9UCpzzaR+wbMdJobyYb59tXDMHxPIvXdWWIoppHB0P8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/util/RainbowUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "WGuPdJLf9w2ct7fJ4ft3IWuDSeIrS2eigBxGxcTODg0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/X931Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "G9wQyTE+xoj6iYn6aIjLgjBJVLjmy8casPXDy7lCJ7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "FhSh0y/Ty4e/6ObVanfys8+D9VxdYfXjufq+HDEhIC4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/BasicAlphabetMapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "7tgMAMCdO5jpszPJjbSzTgpXtefGAwRhZi4JfKs03Gk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9FieldID.class" - }, - { - "key": "SHA-256-Digest", - "value": "2OjMK/dztc8lGuzzVBxHXO7NU0RSSCF9ytV+jC51opA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/config/ConfigurableProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "C0UuazapEVrZa8vcgLsIs5MdfavAbrfujrPxQ6m6opw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/PreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "nbL385L3g0TeZNmkyRtttU2utPEYK5MP6IdNxKHNzGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/PaddedBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "eXDNq/1LhrC+sy1+Yp43m1qIhiCxKrY1KSLXo9FB7qE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$PBEWithMD2KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "Os6OTL1rvw2B0Yt7mf3Mx4Te/kv4ElcyD+TF4NmAs4A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/interfaces/ECPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "u9baHt86/6d+raNNujWwYlXvJcK0ZJKA1hrg+wt5dl0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/FixedSecureRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "pLIIHqlF0sv0O4DGebNPXi1bIAPUkici9WMx3ApSUmo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Properties.class" - }, - { - "key": "SHA-256-Digest", - "value": "SeyE7MAb5volcy+KJTylFDNztclS6jBlIoPBlgzrg7k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "fRTT7hvaWhjyG+ayA017sLh5nI8NOpOM5XOm/RDLt90=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/util/StreamParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "DKV8SHiyNg0KwR6tJmHJwwjUSEeSnAI9ckebreT3o2k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/RandUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "aeuQEttDRycYsV4dh0NhvtevRIm3jEQvlojZ8AaYxLs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Te3LfNsy3gQPuBJyBG8tLgp/ac5FPdJP+HdH04hdf4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/kems/SecretWithEncapsulationImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "lRYADi4wPJN3FHMTPh/6CVO+MFjqDZnVdv29lrE0big=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$18.class" - }, - { - "key": "SHA-256-Digest", - "value": "ytzwxqpvZAQjDaXZENZOMvmeUOzE9gyiU2ZtfB6Y7MM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHOtherInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "f7nqQzYqfcOMsG85zZlZ1JJP30BozKCj4bGK5LT0Vh0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/CertStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "9ZtWg0fvk7KbBKCg5QYFTGNoxrlchJj41kTaLE4zNEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/IetfAttrSyntax.class" - }, - { - "key": "SHA-256-Digest", - "value": "7QPGBiybTrhvJ+3J1C8eFpc4HQ3jxe85KsmA3qsLa/k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/util/Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "SR+6yKUP7WQAN2wUy0Gfyr9YbVdAcaXvtRhhiktxRDg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSigParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "6siAG/nFdZMucIFm142XTgEPKHKLmDXqtFFO50wLJMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XSalsa20.class" - }, - { - "key": "SHA-256-Digest", - "value": "XkEOYAdzty/601aNE+nQdjDZL8l2G/xbRNv9rTQ71zY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "G1IU48lSoHdd7v0IitjgTL274A5OAnJi4XYG+2bf2MQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "tDtOMog2M04ccW4Y+dLYH0T45USTw6FHJokx12X0XVY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$Digest288.class" - }, - { - "key": "SHA-256-Digest", - "value": "SmX93GAhj94mA3+JLErLGpEDF7yMeuOa5cMPxcJ4C3k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1VisibleString.class" - }, - { - "key": "SHA-256-Digest", - "value": "ap3b91ft/K7Nsd+VnN70fCiPM8F7M+3fCvR8S8W6Zso=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ElGamalPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "sUh4PPcj6gVVKJrSIK52i6MiWaf/UzJQOuWJecMKMcw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TEA$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "MMuaJ6zJpq8L341w+e8x7Ce2S+b7G4yDgcoKDfMwCtY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/KTSParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "LDlM/ak3nAHftLnuQ6e/DTk2QOAtRCu8IuLBBIAeBm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSMTPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "vP4rig/NU+hMqgCZLTyqdtFscF5BRhvNB9/jjaudDo8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "UN8UKgX8RJrisHPQ0awTVYCdRMYrhWAJzZYjn1QDkgw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "O4mwE7qnABhk/4PvT72bq2YH+chLWC6LhIgAXu2GLE0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6.class" - }, - { - "key": "SHA-256-Digest", - "value": "jF9guHj5GiPZWGJQv5MpvVILoTDa9lI72Ch+QhElCEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyPairGeneratorSpi$RainbowIIIclassic.class" - }, - { - "key": "SHA-256-Digest", - "value": "ujpWJWTijl1A39wD78ZmhHTfnKHdA1XtKOOtfNjFB1w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABERParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "xX0DL5DfMeMaWDt0oMtysvRhVOA72LGFaaiVfQprNHE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/McElieceCCA2PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "GJHjMYT98mjm8nIztIe1DYva6QT1NOMKKpBYjFCsLgk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECElGamalDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "savno+3XGFRDlFG3YsuMd7oLbKbZfQcHZ/7NOydL19A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BCPBEKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "dgqD+YzW7ET1u5ALKGYI0rEmIMkgW80EXY2EIBDYlVo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$DigestSkein1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "EIhU+Kz6fQMBET6kemfwj+P6+FI/+cwqcmDiHQA34g4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/tls/TlsRsaKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "9xNJXGgzlaeBzlLfF1D338iJSeDEk3QmD9v8a9bHcfQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DEROctetString.class" - }, - { - "key": "SHA-256-Digest", - "value": "crFRXnVHbvVjBjTJXRP54q7RKqwlxjkkBOfl0pGCtOY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/EncryptedPrivateKeyData.class" - }, - { - "key": "SHA-256-Digest", - "value": "qoHP6Tv8C8hGyL9oPbD8cqXD+sUieffdOcMOVHByQj0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsa512.class" - }, - { - "key": "SHA-256-Digest", - "value": "EKJbSN284N36yiAcBC8aSOze/A63de1TvZ4WOpCP540=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$DES64.class" - }, - { - "key": "SHA-256-Digest", - "value": "lJ6g9wFDcI9vXxWgCz+qOGWXJUCHWxXbL24b7zbL9jw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BIKECipherSpi$BIKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "xGpsLl9qATR59c+FHc2wce7m6I9aieokkX8O2iIGMjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/util/AlgorithmProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "+QyqTNbeg2CS0MuyLIVKbGWg3xItkLMw2BbgfGc6bHw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA256$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "5AzxOYruINzd9brdKrGf4TBGaezQqcEj/4lqtwl/gF0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$MLDSA65_Ed25519_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "z6ES62Ckt55mXx96zijMsZTaFwET9tT9tX/cdumtWWU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA384$OldSHA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "0wHiMixpvLQZqyKffiIN1YDM+4Selzll8pFLv3vdW4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/Tree$leafaddr.class" - }, - { - "key": "SHA-256-Digest", - "value": "pusIEmVtnf1MjDskhIuWCrhQDnEmF88rkUHRo486wcg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$27.class" - }, - { - "key": "SHA-256-Digest", - "value": "SU14EI5QxqXYtMFac5QvxClOhxwYUrieWAqsu5p/l70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CamelliaWrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "95/p3Zt3empR5j2R7EqT2werOsgreyNx3vOyui1Vp9I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/ByteUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "svjTNNxSqJbHq5pc79FUTfjLOaWcBkIvKgfGiLMCEJk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "+M6tbKqDhy2E5aA+2nBT5KAJ22ns5cj7McmDjoD+1MM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "PnYGBj+lTRFbsAgAsSLvbxSUfTOn+4ly5w+NvzVR7Ag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$AlgParamsCCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "ngFGmvV6hyjXv1c1V5nBgfo5ZpgQ38cU0lwq41mdyMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntru/NTRUCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "YPAqf/nQDzjnpzuF7jbyBUI5111UtMkoDFbUtfE9KS8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/AsymmetricKeyParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "2nG6Sn85pqw4lJXpI2hJa8gL4xd+reoi/wUOFCO7X9I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$PBEWithSHA1KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "6B+qMYdwugybKPol5l8F+jSu5uE8QsrVdlD3xy2wihI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NuIPHY1OAnllMSKCgWF6pUXX3ohV0KGYc5GEKjv1R/I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1NumericString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "iRjDSY2S2q19TtnHYe7UrV/I/UPkrujaGSQHHdxkciY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/NaccacheSternKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "anMZ1zsphpqs/6Zp7C6VLsgD4UgwoC6GhNYS48kAQ90=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/CramerShoupPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pn3K6DmCufghOG2MQnXtAqexuVYkAyc2dTW9+4GvBpg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimePrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "StwOebVIIFpcXbGKAA1BP9z0nq9U00dkZEL0KdnO72U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/misc/ScryptParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "0xhCyaG5S+iQNLSTZSLniejT93AiI6Rt74rFqTR5XGc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "sNCE5ZuR6MArspSNj/oj95lbwtZeIDje6r8WeTsXaVo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512_256withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "nLzj4HB3k4Tft2EwqgloDaVfZCIOsqdMFHBB1FlrolM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JDKDSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "R11P2f0tV82WrF6jVVxUcU5pnInvpiBbnVVWVF8Fx5w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$KyberConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nby8vSzrIqEJB/6QcPuHDeNeQvsrEPH57VRyA+V3La0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/EphemeralKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "W2ThO1aw/MKFm2+ffwj0c8xv0Z8YQ2JYTnWfYVgWhAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GOST3413CipherUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "4CXQX/8+949caJDr8I+az9mBNEQ9QfQawk+f3cghVJw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowKeyComputation.class" - }, - { - "key": "SHA-256-Digest", - "value": "99695NfCVeKlvROQx70/s0UTLANdtkB/pDc2bicMJ2Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "P7uwbd9oAFgn5/TjXg3h7uIZAuWCJayyIh+ijKjWKcM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "lCdO8uvm9bemLvfoX3CPOR0GLK9QrloPnIr+vewkTas=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$DefCompat.class" - }, - { - "key": "SHA-256-Digest", - "value": "tFGqy2RyWM7GQnlm2y24pt3cz9TtTJyNxCQCzMhbzyg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERNull.class" - }, - { - "key": "SHA-256-Digest", - "value": "cxesLJYEx2V+fDcBP1a6YA3/mkrl9Qd5s1GRjuh9l7g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/anssi/ANSSINamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "SJWFkPbxiW/tiV35eXBZO6Wjb9vdRKJo+MJeX4RuRPc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/X509LDAPCertStoreParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "utcnJW1JeW0st6j4VRfuvGK3mAcaXEn9lIZlelH46jo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "K7od+67EmFo1UcZwjwT1eYJ4mDS5oXUR0EuwLatBdis=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "FX1ZbQq5FjwJNqay7ogeJOUnSt3KtW6zl3Sh8t/9CrE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "556tqVJd03hh9E48x0j+kinBtSYaNggwX3AvWLLQXIE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSUtil$CheckingStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "AjfiAZrIlHlXHtTPnN07Cka3cqk91TNC7CSqNV6mQAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/WrapUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "+bH1mnMaSduMHddGKVdqZiYKHteRQhKMt2InCVYLph0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincs/SPHINCSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "jq8HHMVKJokGIzxPsU4zIrAtxEQQQBMIIM1EJsfjk3I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "GM4CJviW3rrGHzAa8lB3JvA0OXO50K6PVz7Wo4H0jw0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/BCFKS$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "CSlQbd4QihJZbf6KxbphOd4gCzuagsM0ILSMntAiQxk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "QXXzCEjLR+FPBEIWu1wZFZG9W4z08JBGYzaJf4WRmaU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/BCECGOST3410_2012PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "/N5uTjHGqeWDPD6nXSU+UModL2SgJFSsuLry10gnnEU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "CXOPHikbf4gZhzxRwCMReSngSxnF8ElvhX1FmWq8tEE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "nLKnq3xyS+bke8NBBh47XrfsHpl4GD9HBgGBA053MCU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/DigestUtil$WrapperDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "1aobNFV8w5rUOazK90qNvpnv6xzAGLnebHujGG7Z3e4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$CMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "OrDwYEK+56wJjEn4yez1PRyKL1iaIx6fyPXhAXe7kOQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z+cJtiti/VfVNwA7AtS32+VrJMrTzGUSRIC2SyQROgk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Attribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "pOnsdu/jA9jyDxwuLg+vVoCaIwY3LCFSRVhsGEZQSUM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$KeyGen256.class" - }, - { - "key": "SHA-256-Digest", - "value": "8VhVKSa6Kz51bRLlldC7xS8PXL77J4yk3gZTkU6aqBg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$16.class" - }, - { - "key": "SHA-256-Digest", - "value": "4QPNEg5MnLt8XXwIl9MCtltLVvpX32hYLnSFnHU/jY8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "8/gSLRtol9MsQmJvnFELHkrY9L+8AwQCAvC2tZvXW8c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA384andAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "+y3zSc+jArtfPJMk8JsidCSBq7MZfylJ950nNdr59NI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA384KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "6wwfPcExONjSru2JcmwokIVXeUT3MV/x7fBfe7HLKHg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$Zuc256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mx/ysV0WJMxi2TnWNRut8844X9IcJu8wII1r4ZsdDog=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$GCM128.class" - }, - { - "key": "SHA-256-Digest", - "value": "v6pJj54Wsu+9yEPNwKdg+uAPVZU/S/NK3YrTqvMjjjU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCERSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "NyDX4xWc/Fy/JIhhvjn3lY22GyD6MFKs/5TbP60HVac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ElGamalPrivateKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "wEfW3/ZzuiwINW456N7/AqC7LlpfZ4iDqiLTlZ3cMss=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/KyberPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q2lXTGiYmy1RAhaLM1tV7UDDo0XdStj3eyu0W+5h6o0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$BIKEConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "5mWfsC7jDzmO4EswcEZYI2w9J5VV4/DvY9XcnpmNdBM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/kdf/DHKEKGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "2NUeXroxWf6PgzLlQOmPfOWtzLHlK9s21DyAMS4QTLI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WNafUtil$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "ncz+8I9QfrflM84mn+Z8WsZ2c/VuU2M2SHI/OKZhV/Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServiceProperties.class" - }, - { - "key": "SHA-256-Digest", - "value": "cbclYl9wzbpvzwHzB+eddnf9STHdq4lF2yj5RpjIzzU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/SHA512Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "ubG2Ci7Jxak0fux48Q3Kenc4svG3hvDERXrwofdTPxc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/EncryptedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "H/NXGYb4M41FAAKYsUHgMG05uJO+GcONad1v6NQr26k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTSignature$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "/QF8kXHiRrWYq28/IKVOPmju0nemm+tMCQ43usGsyoM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/BCRSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "iBLxQpeXAmIbEjNSKdhBFElCsqQWjSsrbeUw5JiDPKU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "FD7rcn2R8az+j1hkHAm/quatvtQcMyfnFUbYFe5ElIs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CipherParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "noVOjjGSUJPZ8CO14ULjIgMhAsZt6CowOamOS93g8RU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$XMSSMTConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "mgDpcj0se8eY9zzCoDfvEv31xBh+kVRivyuaG0u/HZQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/AttributeTypeAndValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "JFwxMZ9jFm6MmOJfgK4lYMMdPVBqHpuOHmVA3D3kAak=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectDescriptor$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qOSri2arQ7stHHtxjjSfv696QZ2U88mSxLaaLH/b9Bk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "nmDKjjw7vd1CmmUwWI+boCHMRsQTzGYeX1ENdM5V+6c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/SCrypt.class" - }, - { - "key": "SHA-256-Digest", - "value": "N/aaPhncdrH45cvUQLf0+Lovul/8mZJnqcZFZKPBr4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "oeEUjerpQWxIdBvh6/JW2GRm+wKpq7FG3XIX6Baz3ys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "PMJddrhTaXDIPo+gH2dpyin/W7OZZDgf6gYPZlGlbAo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/DigestingStateAwareMessageSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "E3EQvSrgPlngm5iiwvX3/4OniEitmCorLBPUXFUD/w4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "FNxKj564LjcUDApitKpjCObDTYYWJ7t2T50XYQEJJcY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/GenericPolynomialExtensionField.class" - }, - { - "key": "SHA-256-Digest", - "value": "/pkDMCSCQsLV+m++4o/8QnniJco87jjGMGuzVMaoO4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "LKNuYJP600p0hWDfOVcjQX+hh3fcxiToy9hbl6nwQW4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/RIPEMD256Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "ePkJDUiwloLFkt0rSZW6pv+JjyN6Ty+wo3N3krqaN6E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509V2AttributeCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "AOdn6UgsCTZz5mVWCNQg2GOFFTclnToOREzLjxq08Zg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/RSADigestSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "5GL+d24Y6DZBGS21i/B/xhtNUllU5Sg7nSy5PdA4y84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/BCKyberPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gt2f4tX0SEDDq2vornEbSKvw16tFMzpLS53lVQLJ6f0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hqh5NK6TBnNVE5HLBOnu9P47Gi5Ex/zoaEZv5U5+pOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "nKnclzn6tF3/XIevZP9d3U4XKqwcwXpP3qUS3y3f5Gg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/PEMUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "gCV5yPuiPH7wrcjt0hPxaXbtBQoga0chCvQI4SgWDxM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC128$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "RTvbn7YI7UQIgNGND3k1tClOqUHzf6apmnwY+V4Cn6Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "Te4IicNCOJp2NGFlOicTT2+r8X8aoefM3/nl/hexGCk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "s/kUDX6YpiSpHWkYdLZcWvXGObkxqtqBnDY2nLAxF54=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "pLKORuCM2gtDOpHGMw0YLcU0zrxvSvd4g/AqijluMBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "FDLsYXsTlf9T6scedvkA5wlF6By3Rd1SseSNbyMz1OA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Whirlpool$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "NCSVdUrn/xDwla2uOZh+WkHbiz2uHnja0Q/banL7thE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/21/org/bouncycastle/pqc/jcajce/provider/NTRUPrime.class" - }, - { - "key": "SHA-256-Digest", - "value": "GVU55SZyueIvKwYk2xwURphqAs/n6O1q9VXbBw1RPu4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/ValidationParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "WalguLnarjguL0Gcpm4MLW1W9Gg4RXWbRLXFfc7Ex4Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/BCSNTRUPrimePublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "1DAa81gOZGYL8M38T35LqH9vkxH/izlt00XyyaFel9s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "gMhS5uGWEWT3dzf95UqkYntukBvLCnkQ/5yUhCFnJvA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/SHAKEDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "WXRECgyOtxjgyPZst99ZGqQ2Yb9j+4zKXlCL9QnQqFY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/PreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "KqpWgWSQcOoVm88TnzvvNsAbGGxdxhJ4+mRTB1dV14Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Signature2.class" - }, - { - "key": "SHA-256-Digest", - "value": "+Sa/6dhN9XiipPVkheW4stdjOnjGfnkL1SbeiaCvTnA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "ODDNGmpvakVblcxTkhIiPo2z0Qd7XikrCm7Foynm9Eo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/21/org/bouncycastle/pqc/jcajce/provider/ntru/NTRUDecapsulatorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "dYAF/iDEhFbxD+Iw45n8wAlXAQ0yV7AwxilxsdCdmN4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "tQam/fvazlrExNetHB4U2AaI/enWmjQRHqdMr/F2b1w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$ThreadLocalSecureRandomProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "FXkjBWjlrpVavGI0D18XoY9eGL4yNjFMjZ8qzKG93WI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/sigi/PersonalData.class" - }, - { - "key": "SHA-256-Digest", - "value": "o3ONYir2mG8z/cS+lE3LNqCQee8i+gkZgQKd/BTPvNs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "nZN4fWyUH+jWifmtvK5plRuXYJPzfg9cW/OYA0aNCms=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/DSTU7624WrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "VoXQEirLcXb94csurBPfLt2qnxKugN57QHShGiSoY4Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi$Version1.class" - }, - { - "key": "SHA-256-Digest", - "value": "8GsAfPLjSTlKnlgeqF7OkwkIy0rbCh9M994FFijry1w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "KJ83GC4YkKbmg/8YyGpKaODk5ETgxJiJO0H4HW29lcs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSASha3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "x2/TtFWpTBfJzjatf85R/hJ+36TZA/T443asE1dgQqk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "j+T50I3JdL05SAiHY3/JanOm4JJvPSpZqnCOBkoCu4c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mudg9gxUnI0O9APMoMPderUivST1MxGfRjUJ2PHHkWQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BEROutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "VwUFhmYCrXAr04pViMmQJ4QgmAv+xD2Q8ncewMtmACQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/MultiBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "beFwCy0gSHiu1k54gP648ULiXblcbZILrQBPcFrgtKg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_512_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "B5HlmKlu7OvaAuvcoZLo/mzq76zCKQnC6HURHXs7HIw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base2_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "EnOP7+oRkXakNUWqc+Hwxp6yqlRKAUmzGIPcn+8dZCY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/KMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "TSiPWmf9b/bQU9jzhYsQxAcOXU1QqeI7zlIFQbJrx5o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Whirlpool$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "9NGAEnQ2iarxvpyfC8dIFMoszJXArmpnfVDd/2MN2NU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withSha224.class" - }, - { - "key": "SHA-256-Digest", - "value": "4laaEKUfedZ3k9Iy4Ze2JkZ2yo/0d8m8vFcHhxPbgFk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP521R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "9bVzFbL/6foOS0mHtQdzRllizYssuPceoxCSlcP1onQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/SNTRUPrimeCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ga2sHzv19XzqcO7LRObLURd9Tbs74BQknTW9uZvdQiY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/GLVTypeBParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "l8qczsrdpxugi/MjAQVueMlbUf3FWu0uTgBdiDzvJuQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3tQJaST9HhyF/ay40IPOU/sCKrYDxgiBpwPxuCeM7Rc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincsplus/BCSPHINCSPlusPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "YU17vpCYm7plGv3eg2jXgpqtebZzuJzWbIrqzDMOj6E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/FixedSecureRandom$Data.class" - }, - { - "key": "SHA-256-Digest", - "value": "eKyMTA86R4iSI1Rxp1eyJvLpYFWch8NKUvIqO3OE/8k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/GOST.class" - }, - { - "key": "SHA-256-Digest", - "value": "C6P423FwdMWlCJMBUl6u/h8h6PdJtRODj4BFnVoMg54=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/GOST3410PrivateKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "H/isTTouLmsGoiqokvNfF5W2eGi2HLMpc+eQjtoyeFU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "9kr11CZF0mA4cc94G2e3sCGZkVV3NAaVIZUAkdWCxTA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$noneDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "+CG66fAwcRGG/WttjM4n7cm1HBxI05rwqFL8UArI5nc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Primitive.class" - }, - { - "key": "SHA-256-Digest", - "value": "ClCK+uleJ0W6K8BAf4yYEwjvqVPUyBV6XLPodGXMylY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CCMBlockCipher$ExposedByteArrayOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "oRTy61BNOpEgqyoSNwt8HApQn4rBgnHhuI++yFevTWg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Arrays$Iterator.class" - }, - { - "key": "SHA-256-Digest", - "value": "j60Cj+bxBbXzvHz6tPnIWUbbwXIa88SdW0NJZz6hPm8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "tGp0StJ+uw252aqZiMOvWottkenNrneI+Lg8HhYz3ew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/OFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "qCKoidFdL+AmwvcyDkcacKNpUCHcQ4ZPbOoC2yRKeEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve$AbstractF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "2ED8AUiYbisU+QHtEtzTnpEzqkuNKBGUd38cVZPEeZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "lOfYhbOcnYdDB361t2uvQlpQcaNeXC09fkDZBwlV82c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/Streams.class" - }, - { - "key": "SHA-256-Digest", - "value": "RZPQEQA2/p7Uzi1xYTFrn3viY8ddN8s/ePV38f4zXDA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$generic.class" - }, - { - "key": "SHA-256-Digest", - "value": "CiJC3iz3bYsqosTHUrES+8o3RuehJTgaDj/mrUimGNQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "QDm7jS//6oh8pt+Ta9COKV3d4JVOJ85ChJj0JFFRlzY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric$AesSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "g8voJTifypmhKnJiRwF9wxcmNjVDCSEjIRBWcPr1jLo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/util/KeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "qkfuLJTCSIc9a2xyIP0PECbTQpyVw/eMCacLU/mWsek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/LowmcConstants.class" - }, - { - "key": "SHA-256-Digest", - "value": "JsA07GerB3qDptxv1ulHUlHO7kXMTiRGYmwG/yJ4pRU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECFieldElement$AbstractFp.class" - }, - { - "key": "SHA-256-Digest", - "value": "xzlMlXIRHZfN7VMaU+ODA+33Udvis/uhbxPQviMDrZM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "zs91W4GeBJzLQ0hhCuvpQ+wM1jDao0cogrHkR+duRUw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "diDlzkbgtz7nyEoHP41brYqO4+GLpEBEfCpaRTmvEXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509ObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "u2w94/dQJx4gDy1WbnAsLFvckKp3n+rFYS3MOcwNka0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat448.class" - }, - { - "key": "SHA-256-Digest", - "value": "+sz5aZDgwe8e67JlRdyna3mXcTE8BxUqLpZ6FWEm7ZM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLTaggedObjectParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Wq5UM7iHZSueqkV/xqfr//+DyEp6YS+XZqqUPXTLzg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$28.class" - }, - { - "key": "SHA-256-Digest", - "value": "zMf89Ot7X5xnENakaYe0RgOoMZgfASs8PEBc6jjxEVs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/HT.class" - }, - { - "key": "SHA-256-Digest", - "value": "BtqdpfhDSwhbyIF2Ka/SmaqHAQpHFGtr5y3OB7nEoRY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/SecureRandomProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "D69cb566YV+j4qVHlToqQ4EX8c/s5LmqJbHekWfVZXw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "5nfF2SMDN1VNW2EMcJEykwP3Qd6ir2qrfWlqVnWjlxI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "2OS08LuyC238E+NlgRuPZkpttne7cCUGdWmVoJaHyJg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/Gost2814789KeyWrapParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "wOomZTujO/DzNZQLA3M9x/OQNeHO9jktOZw1GtHf5Vk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCECipherSpi$MCE460896.class" - }, - { - "key": "SHA-256-Digest", - "value": "KGog+RwUKY1fMlq8hw7xKwetAsynJbAoAB/0GoWGFsQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "xipjS7u5dc5CH6JADhGF8QRG6JtW7w3onBpwFBJ3A3g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/EntropySource.class" - }, - { - "key": "SHA-256-Digest", - "value": "K8R4cyMjQHun962OT3hPSZEWVMlf7mXvQByonoJDFls=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "z8SFQosF6+LBPIphsgGUs71pye0MCJMgCQNnD0w5YQk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "XrHwduKE34oy/f5y+m1g91e1k6LrLM9qlL74LGOHyjQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "5XxlqVE+2UQ+pDShdV30Ta4tkfl5/45yUWg98O7KRbA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/KGCMBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dt0xk3BPw4nwEJNdtlQAnF4DVtx0T2zPbabxAxSarfM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM402_SPECIALIZED_TRINOMIAL_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "BTeE6PvLoqqjrtcfPlR1t7eXeQxxbUidoNi/YctWMJA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconCodec.class" - }, - { - "key": "SHA-256-Digest", - "value": "xnVsRm4sqZoyVLAPI54+JjOsipWtOYXqwOmfZ+MGHHY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/GeneralDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "pwE1f+kM8mBEohMH5SqxXIvtdAvfIvyr3W8IKJNR8xw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/GostR3410TransportParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "zlwpwISGR1ZbmStfxp0mY01CKUnQ857cv8oqeSssNbg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "s7pqX6hAIW1vKhjw2Z0T1+N2A3xvwZPCeAllRcHNSDs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/misc/CAST5CBCParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "+bDXKFJGhMN2sREvOwzKWRqsSVsF3QRkATJsuCA62xU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHAAnd256BitAESBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "z8YfXeV7oZZxlczEIIETuBSt1wefwyCT3ZqxEzM5+rE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$27.class" - }, - { - "key": "SHA-256-Digest", - "value": "T/CXSYgPvSBB6YpNf7vlXVglmrfAW5G2efE2xS+Gw/M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/Params.class" - }, - { - "key": "SHA-256-Digest", - "value": "k0lZylLLh+M5lTEbsVGNA2zuhvZPCAgD1G2Bd8+LNTE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecNR256.class" - }, - { - "key": "SHA-256-Digest", - "value": "YKWOQlkvvMY476O0f8FJkZxcHaezP3BgBHeRawYQViY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/LTreeAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "uox4s/Y0H+kWJ/Hvgz3yjC3BAFr9wYnEcCBfrGBweVk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/ClassUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "PwVBd550IHVm83iq+K7IUNOwoDEAW0Uwx+Ip+iINX9M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/Zuc128Mac$InternalZuc128Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "YT0oHMsY9J5acl+vKWBoZb4D3i2PqFGyGwnD5YOCns8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Rounding.class" - }, - { - "key": "SHA-256-Digest", - "value": "nOnXsuVsZjkmrynk/OIQYB9rA1f0Chlhqiu++aBaRo0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/Primes$STOutput.class" - }, - { - "key": "SHA-256-Digest", - "value": "0mfHYcZLzUbBNonozjSTZXHhznrkXdnKEO9AgsCEfQU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cannl66ypOTIHl40Xa06VtM6RD6sVJyFTj0u/hcgPAY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/TernaryPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "JPk/5Kr7K0d3jOyEsc0X2kUH+hwgT+5pJK/Cwfe8eB8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$ECKAEGwithSHA384KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "knsKQiw5dUYxE0O43MSVSu379s+/hD3/V7o16u4CxO0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$Wrap256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Eh7FUH/kgtO3r8LL0O4znd278kNQ3FpobRtX2iRtnRg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/KeyAgreementSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "/j8n6f6shedhePI5wYAsZn7mJV7iTQKsSMIw+KHDtck=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "LdWtAso7EaWQGQ5qlkSdB3pOivKGgd/FqYciALy2Btg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Reduce.class" - }, - { - "key": "SHA-256-Digest", - "value": "a3Z5PgL88hFX/8dh8RDR13NKbRQnSrMxL4xah0v5hUI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/CSHAKEDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "w5XYu1HCAZYGu/MGtRPet3LE9YXNEQGg4F1zbN7MOiw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$21.class" - }, - { - "key": "SHA-256-Digest", - "value": "uBToIWwPLub2m8DKMyYsTfTd5/JcnnrKEKLbq/BJtJY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECAlgorithms.class" - }, - { - "key": "SHA-256-Digest", - "value": "3rFJiOfFsIPFZfy/p9EMWN3Jsv4OkoF9psGuUZ/wKsU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSAParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "RR1oNCuoMn9DBc3H0BT6ZiJYK8dzndvCAxyciiH7BE0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/FalconKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "8PSFIfgNOXKpl2bAULJheWrCJZBDrT8D1NImGjb4BAk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yoro55NwvojQby2a/Zw+zqnHYTQWoEi11wHO8adeQIs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "tX6tqKtkQMcgHqaYwGCBxJBLDO7/5+Qn2jJBsX/QyhA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA256AESCBC192.class" - }, - { - "key": "SHA-256-Digest", - "value": "EXkEMKc8rwKa5FGo0XS6E5JAvXYDnfL3q834H3AMdZ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "5lpp0vYFZLJQ6pjEbQqE6NMY/f63zIGAx6bEH0Z0sic=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ExternalParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "LdNepveLqCzOIkfinqwqFuoTMJCW7LB2OQUkW3SBFdA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "YjPbRJdRR7uzQpWSEpBOmBzUsAgdvPoRIBdTOp6GHYo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUSampling.class" - }, - { - "key": "SHA-256-Digest", - "value": "oVzIk5nWgUKwg9bo/S49/LfSDZAyrLZq5a1bUDX0VpY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SparkleEngine$SparkleParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "HCbjJOq++zwlJvAgpxzr4GvzjlYaMtt72wgv22uO1yY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "T11gXCU3r+OcVg9yK24veoqoxV/pFYNeFcIQShenwB8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/HashTreeAddress$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "SRvkO8OvegYwKEn1rUCheS7+RrPn+zcRGL9cnWG2+GM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA1CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "aV1la631cFAtiCu2KXKyurFrez6tkq2qZ+M0zNfsxk8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "nO0SEXaL9u04PQ3VTXf4ROzw7lDtv7Z6sD4EhJiqtUM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NTT.class" - }, - { - "key": "SHA-256-Digest", - "value": "fb4d+8LYl9OTkaHR7bYB1r7qwhAbPvOkmd3+K6qdEZ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Absent.class" - }, - { - "key": "SHA-256-Digest", - "value": "cTQm3OQ2mElY2RJU/CAyAD7DXGuEGis9mfh7InZ23qI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RC4Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "q1TNk0+x8zOs8SyICQOoobhNmvg1AZejzaR4UgUtGgo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyPairGeneratorSpi$Shake_128s.class" - }, - { - "key": "SHA-256-Digest", - "value": "GFdW83sFjJXAyzw+RSgzSMvCHemBLofSj97rfpTHpOM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CramerShoupCoreEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "cEmdSXGjWoSf0mvHk1tXKzgHGCFHv06G0ZUN5zAIVAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CharToByteConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "1RBrNcttXtZQdUZuxWE4k+Ylc0TjEeqhdU/1DVmkeuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p.class" - }, - { - "key": "SHA-256-Digest", - "value": "iStcLPcB53izJ8ZqUhBD4tWFZ1Xh908SQaufthR+Rqg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/McEliece$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "TWcP6SOo8KI+0pxDvvZhN37sBWQ2j/fsiv8rh4dV1Nw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXNameConstraintValidator.class" - }, - { - "key": "SHA-256-Digest", - "value": "FYO8ESm4KHelynpBKRmXEI0UXnE4lSpql/4Ug73y5E8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Exceptions.class" - }, - { - "key": "SHA-256-Digest", - "value": "lyWOk/4zLL1OEED6kiYGJF3/A67NfEpv5OJP3Ug02WA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/macs/HMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "uWuO8sik5gaEUvuD0AhWV1cb6DRq2LxpMsKpmFZbXNw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512_224withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "j0vCsVCngpBb54x/PX/kv4HTwDYvJ16hKur60cdcBeo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_1024_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vzx2Vla6cWHk9s5rXAqoMWhBHIwMSv6AilUL1AqpBZc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PQCOtherInfoGenerator$PartyV.class" - }, - { - "key": "SHA-256-Digest", - "value": "HM3kzPFYgbHm2HJbIRw9/hVkFTzoNG44O/46zlpASmo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "xWIXGiRWghQT5xnTaI2hhAGmHbR+YpJyd/Quht14mm0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$KeyGenerator512.class" - }, - { - "key": "SHA-256-Digest", - "value": "l1Hh/Yu/tr9s6HRGhKEIgA32r3foLyc/7FvVNvbDSrc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/TestResult.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q5eSY+T9lejJodthZ/6cindjtoE38Xle2goz4D2kMbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/BaseKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "OIEjigs/JWyZqlaYzKy90Mb/ltVrm7deE+LVshFcuy8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$KeyGenerator256.class" - }, - { - "key": "SHA-256-Digest", - "value": "f5acbcxUeKzNKK95TaWB3++xSBE86NNC1PQHKj+Tjik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD160$PBEWithHmac.class" - }, - { - "key": "SHA-256-Digest", - "value": "H9bG4gIQqHjcRXmyqXAcNVVK52eF3FsM9uZfstZu6dI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ScaleYNegateXPointMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "cBe40zKhJYJeqQ4WBQ6hTIGUCEcLZegeX4eKGxqnkl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "GY6tOkxny9IDtqeA8huK2YnTxvwl8rEF+QgLqLlkORQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/hpke/HKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "1OomftMSxEvZ5stwBFeBWyjgtfZ54GtjSUpI2ThNB2A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERTaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "ua95nKFO4fC9rPuzzvANY4RSi81E9uR1yZn6du+OF0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_256_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "dIhfp5MyIEY0u8zaZl4y4aSB1ykYC/kLzvSxrnNGLr8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECConstants.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ech4ZOOlu+XfaaIwCmla9zaNrn002+7dbrkKuDDcI7E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/GF2Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "UklZrF4obMQe/cAM+YH6GQMjxDUQvogC26y8n+D4xoo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ThreefishEngine$Threefish512Cipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "zMQhMW2/tNRitke7yDGnDnW/mb1sSax3XAI9ENWRF0A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/BCKyberPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "fe2LQw8Z1PqRFWZRozBR/8dRwvNFmNFhqcWeX4+VcIU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$OFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "cyvmtCFFz/dzn0KiaW8EmktC9jDNP7qZnWqBlqP03vg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/AsymmetricCipherKeyPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ua9MEvrLPpHv+3IuN1aGFzD+aCFxEkHRpsjaj3UokhI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/GcmSpecUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "iQ+pvQWSOs2LUPDNKnAjn4/sjsUcOAX9XQqFgtsSOf0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DSAParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "T66kgcF5BuC37A12n+LGdpuI+v5X/+LuT9UQEIK7Vng=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ate5zznlxOMIG2WU6a1CGnqOfQTq4zTyZDTM+PehS80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$KeyGen512.class" - }, - { - "key": "SHA-256-Digest", - "value": "D3BkoIabaTTnXKzkHI6j7EtkHZwLtAcSco1ENhfo0Mo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9IntegerConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "mT69aUgOG+jJK4QZ8bglqsPsiSDJ+k958yaWsQKKPVs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EXTERNAL.class" - }, - { - "key": "SHA-256-Digest", - "value": "w7o36S4fyTbwkCmm9tS8nMfVWUyd2oTl0cQq3Ba5gNM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/exception/ExtCertPathValidatorException.class" - }, - { - "key": "SHA-256-Digest", - "value": "y8Sl1nXEorg2kbMchLR1ZWzAzwwQ2YyJ7pMTI4C6tfA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "QZR3wEDFcdTitaLJ0ViXpDlK5wp+hh9QxhlB7gtHgrU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "UWSjuR51ZA0nHNToRYMmSiz6CCO3fWIV+D7da/gsUeA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Ed448KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "y8PPW6dfmCEOWfgNvUBzmDa1MdYaUg9UkDexYFMyH3I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/McElieceCCA2PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "zWY6mVo4qc7eoLb91mHOM4QW+7szGV+LWVWmZBOPPk4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/COMPOSITE.class" - }, - { - "key": "SHA-256-Digest", - "value": "/yI9dKrEqOabujeMtuHiojINXajqKBGVe4F+5Wl+loM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1SetParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "iOM+Bzbzr+1W7wJSFEYTpTXOIID5Bk+M0MjOlgDnfyo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSMTPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "u2IKsBLl+xm1HuMTHCLmuBHmItzrikUYNIjyu2+0VVQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/BlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "cAma1De93DFvdWIMy9YDg42tS/xMgrXqzkryAHotfX4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DESedeKeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "q9wGd+8pOdVts9GBUwpWGKj6SWOMWGXtXlBlVBvje6Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/HQCKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "mqUREzWeLgduVstTsyO6ZtgQMcxYHdrt4yjpAdUIGPA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$NullPssDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "po4VKNEwzrwn1n9JC6hUD8oXnVaIWguuoHsQC6pGido=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nw1if8AJpCrSjy5qkmLBQSvc7jv9MHnZENIVuFVoVxo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "vVU2QrWVPLRQZjlkesnWeaaZezgbiZgr0XLebCiTs54=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SM2Engine$Mode.class" - }, - { - "key": "SHA-256-Digest", - "value": "vOYjdfY30YczlruDCfbNbr4U8Grq+WsUSD8Ag6xe/H0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "ahbpBOpKR1oJOCM/mfaaweQpJ5NJDMdSz0Ha1JDpq9Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/ECPointUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "/2O85JKz3aBsfP+zttBsdtXsAuuGdfzYuLa1oAdiH6M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/SABER$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "r/xbtA/NV3ZN4cYbMiF4jmturTpuyfvVSY591+h63jI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$SHA256WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "1GQ7xIpskse4NQsincy8fdkLHq+IzREcQfJ6hb0Kp/U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/SPHINCSPlusParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "mLEdP4FBPgBWmTs6QfrE+/TSP0p/XKzFhp9DyZSlPE0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Properties$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Uf//lC4tcaG3Ueqekr6WsiOwPgVhr75/pZj0DL7dZVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/util/ArrayEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "FLu/y6kvZKz0IYH7myVHvkllwqzU1NzZ7mh7q0Tfv5U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyPairGeneratorSpi$Sha2_256s.class" - }, - { - "key": "SHA-256-Digest", - "value": "pHAz51c8j54nadWXhN3mIvCFsF2vxmFwe5e4hR6Fk1w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/RadixConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "75ZFdT1T+32nmbRHHPDuB0QiC+dUx/URs7SkBdCtPPk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/CompositeSignatures.class" - }, - { - "key": "SHA-256-Digest", - "value": "oKuGgV9gwlI5/0kXagq6/8MmEEGmQubia9xTJXRFxwY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "RHafWoqRb//fCSNKP3n1+x8UBbGE3z6VaVCOOfmvV6s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WTauNafMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "KIExdu5Kc7xUNXU8znAbg/HEcWMHPSCz5kB16egJHAs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "TVcw8xwOniC/oEdPw1+SZOXl98oin/vevpYawyVei7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi$EC.class" - }, - { - "key": "SHA-256-Digest", - "value": "KRuOzRDS/DIAdDvUwyMdOEYXKY1EZ1OdLMbIvHskAPQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "hGGtKt1IMLATMM5N0xNLucdelMUJvbK8aPieU2ZbC2M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Skipjack$Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "eBCgclfnkHUPgcqInAmwMF9SKw4V3Toa1yGZm+ygBKY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERTaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "3sND3jNzhxhysOiAaZC2f8rXa2xtcKprQI4LFnXPK4c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger$TigerHmac.class" - }, - { - "key": "SHA-256-Digest", - "value": "vTr/AJejWZlZZbJkSG5yx171pvbfQqGWhAgQyN1l+ks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "ANtynRmgPeFICUaAdMhiRvErjdbP521zHOXdMEUM240=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2b$Blake2b160.class" - }, - { - "key": "SHA-256-Digest", - "value": "YYnRZ9t6QQbB0aFPZ1Pfd9CG7DpwEW8RScAUiyElbbo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "bFf9TbVJ96GJwYudfTadweZcxhQqYhMa5Bfl2dd3qJ0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/RainbowPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "VWlmdeZMIkOthHIbF22OwzK7zc6qd1FcD1Wrmn6xzAY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/util/LDAPStoreHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "+gD8PrsrebqRoFp6ArI/rfyNryZ5xOVuy0CHLIaO6E4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXCRLUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "bAsV44UyDCqq47V8wm1PcSgpNQXNPzgxis78tS6b0Lo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$Sha2Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "0V4KhGNUNZpT27SYSBuI+/izTmnKRgzDiPpSdwy04DE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TEA$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "WGWS3eaDfWQo+7N7sg36EjJoIsH3c3yapR2AR87P6Bk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ParsingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "VmprkFY6wZo/gKyA95uDIdYj+owkr5npvjUirCbEx6Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/ScryptConfig$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "jmDgveXbDFvsoYGIV4YtFXbvugJ7fCHrOFeJw0qqUTE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$CFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "FRhxVVswHON5uiYqREh6WMVsXgUD1zpm5WtVDFpV1Nw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$SHA224WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "M0/G9c7566Or1SGe6y8CUW5XBQLsLXodW6kROuv8iwU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/IntSlicer.class" - }, - { - "key": "SHA-256-Digest", - "value": "xGMvnU7Oxk8GdcsDNR1nt+FgAyfJDGZgfFU49BBdED0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "MR17Rd1gacQWJcpNZsRIEn6qK/TCtQDULMF8kajmfxc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimePrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "f8ZELpfjeZGOScjUjUqawiaGqQZlM7BUsXqbddzSsr0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/SPHINCSKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "bmU07vr1US1fH0FsmHXJSZOmHdKXweBH7JeQ1HVQ+2I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "WB0pvVU7fIe8NFqcZZvS8oDHkbYHbwfBPctq15SH8oc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/SM2KeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "NuXP7Rj8gdoHReUt6lxiQI1QYKiHqtB6CHd9Il6iJ7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$KeyGenerator512.class" - }, - { - "key": "SHA-256-Digest", - "value": "/HBz4YFCuSW85kj98R3YFkmFZnB9TT2q9jGKanB0CsI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "DmFREjVtjH+s5Vv4x0JCGNbozKA8bIwPb9h6UQPmU2Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_512_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "AjC3V+xRll3vKe1mqLgAYP7+tPpwBwLr9Ep9fo2fOPU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CBCModeCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "CmH96BOmPSCfYRn+zEGmpe1Og55lNewyPL7zLmpdghk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZwvXvDA/IXwg6hzZ9EF+Ijr8PwNAC5IWSIbBnrYTcjI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/EthereumIESEngine$HandshakeKDFFunction.class" - }, - { - "key": "SHA-256-Digest", - "value": "mhTfKwSLKMyeT+yzMNxqZE++FbaR8Ns8rE5sIDbgEhg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/OWCPAKeyPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "GRlblphEu1xnW4qyIeImsf+7btSektyQ7fnekXnXFOM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "d+NLtfn/NyULWZ0dz94qBLJrLEN9Eqq5AObN4+OUI6k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Integer.class" - }, - { - "key": "SHA-256-Digest", - "value": "txMGhM1C+/WobwBQ5G4VIuASFI6HxhZ6aUVzqt5V3Gs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "EqxORJoaCPhvY9SptAWlag2VhDU7aQBn1Riy2CMjhxs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Haraka$Digest512.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZY8+ie79690qIBYDAVqHNwN+nnsTrMqu6o1gQto/9Sg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "+3lWFumg+3TeJYTgARUq/UU4j1/i2baU2VlZVq93BLw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1TaggedObjectParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "gcZSlCuEQB4lgSlZKchz3gk4iVjbB8FWSAc78swuxkM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$20.class" - }, - { - "key": "SHA-256-Digest", - "value": "BX28hmQkJHW3pk3s6NfZcDee0/MMKIKIQTP3KkSTr30=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "pGVFYzu40ipmDvxBn5njARsqN7LhpF8fh3ewef1DUBw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "k2os6Unr05tdo2S1TRk50ht/snDEBSQ5dMwir/IHMkc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "aQ2CGeBjI2xSwhXl1YAjun1YISY1i7bAbODXz62o7pA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve$Config.class" - }, - { - "key": "SHA-256-Digest", - "value": "6hZZmO2vomZu+9edSCz6nN0pYFp3kos27nAP6RP1gqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UTF8String.class" - }, - { - "key": "SHA-256-Digest", - "value": "kLR7R71Ew+54PuM73hYcOiog8OK4hR3rTon5WPBBAUY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/BIKEParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "LkuFXajTAC2uUyqdjPhZMp4rlIVeajWbdB+QUc+NcO4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "4b1R94rQFA1AF6Ww3j/DboQZdJn6oxww3+C/AE90W2s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withWhirlpool.class" - }, - { - "key": "SHA-256-Digest", - "value": "vt0Hvmob0YMajdhMB7uvyWkKdlSSepNiXlMccQDoNS0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Blowfish$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "/E7R+tjfxQd0BmLneRKiYeSKDrBmgUKNyYkJkZ8H4Lc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/TestRandomData.class" - }, - { - "key": "SHA-256-Digest", - "value": "BBQTGPTK0pIzSR090TkPMegnfkSdd8a3PoYwGhwGHFE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$OFB512.class" - }, - { - "key": "SHA-256-Digest", - "value": "vSnUnxns2bIg26knG15wc6DbiPuBflvOMO14AOSgrEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/CRLBag.class" - }, - { - "key": "SHA-256-Digest", - "value": "Shje12HkOiPr7uebZv8fMfhsTHbl7vTg+mQtpMyfmxc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZITOEMxlnmKLz+fHZj5KEoCbSys2g1AGaQmjEgBRI88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/gmss/BCGMSSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "P8zaOz/1+zordHaOcfRrMCL9FTKzXK+HfXCGn7k2FZ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JDKDSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "JQ9OsVpEt7DfofZw7AMlYGEhggODh253AVGZJtiQN88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "IyO/Go5UkEMYnOCKQ/QT2LKzS7WoTrZ9ir94d9iC0qY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi$RainbowVcomp.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ti+GSiDTwHQbK4I6Y9Q4hnZPYakaQGnLj8M3lEEtGqs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/provider/BouncyCastleProvider$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "J0ZAFGu8opkfYAOWtaZv4OxE+ylqp4WOsS/ohqN03A0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "QPWFHS/6r2dSv86cJ4r38t/BBW3fkByLQyldBJPPphk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/CBCBlockCipherMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "f8FuOdyT9wIenplCD39QZs9T49FThDWP3lLPqRySzb4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "P0GCHsrXRj5r/jyu0AoroM54cD9+uHX0grDFQwo3i3Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/LMS.class" - }, - { - "key": "SHA-256-Digest", - "value": "9g69hlYzxnguohM+Hhbk8oLoWKZGqOI9B8qDezazNr4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKCS12StoreParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "DLc0wyWR8F8amGJpQMZzQyMf2b0i0qfubsCI0NLw5hw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "JP57aGuZrIPwN70hIQz3FHsXucRJ2Ec0Arw3uM+E0xA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/BCFalconPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "OHSeiJk7/ACdJv4uj43dmOxwrE37ZhBYGW7mbahR8fU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "kHLylFFLNhHpIH0DyV30IlSXaJ/UaJB9yP8AvD8zd1c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/interfaces/XDHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "qOdfME02JfG9601BhS6XyeMQCsRknSQmohuEKKRuMBw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincs/Sphincs256KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "3NUrUU4Y8ebNT1oLPcx2nUmqT1p2DgSaOManR0kdaLQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSASha3_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "PrFYpq6HbH1F6WhMNnNah6sWqgOJBMc52ybjKYyMy1s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyPairGeneratorSpi$RainbowIIIcomp.class" - }, - { - "key": "SHA-256-Digest", - "value": "dUMbOkiLToXRLSlWsnSzrWJi+MK/l4gyr9SBU0RFLHg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SubjectPublicKeyInfoFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "AIYS1q4p5TJstiueYyhbbsuEk7FlpdR+G2z/EEb743s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$AbstractFp.class" - }, - { - "key": "SHA-256-Digest", - "value": "fYLyZNin0SiTATFoeGX7cglE0xRKI54LUSJqpPtrzeI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "9SywhuZ0j5d0qE9DcO3H8NyRUduONX8mmP478fDabmQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/ThreadedSeedGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "rT6oZwB5FUzWBh27GYnfmrv42lm0Y7uhih8kFEg3YMU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "blsx6670lAY5WBQFfjWONSGrQ/g3Il91fOnQ5iX6g4U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/HarakaSBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "3SjRUUtaZfqqW4kZknHSeQSyIzq/T7qc55pw2P/XcMc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Poly1305$Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "Spyb1bpOX7ng9vzR1mTMX8HLuq4c/kog0LMicnbtme4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$SHA512_256WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "rOGkztCuB3YO0zTw8M/E1Wlgi32+v8/TpBw4ESB8vok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/AttributeCertificateHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "66Qw356NQ4jTT1CxUg3rTkxpaBeLFDtGZ2Y9Ix/6DNg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4$PBEWithSHAAnd128Bit.class" - }, - { - "key": "SHA-256-Digest", - "value": "mLSiM9wJECK26tzrJhUfxfaJeElZY3KIFmVF8jXm31s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/ExternalValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "1vPjHMaeFw3yHAR5DtwOPmGcmGwAGwOTk3idRBipakE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat160.class" - }, - { - "key": "SHA-256-Digest", - "value": "shY+vNTr4zaxeY7+qDR9e6gXl70Re2CXvtIlzC9FT8s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA384andDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "IDuc+6xpPdDCU+G7XeAgssqa//+U6se4n6wOJbFdkW0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/GF12.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q/sdsBwGnU6wWQCv1oVRGgT+QKuEbK0INcbDbJOlPjo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "G2Jy5Xt5SFD5peaAqi7pjQoNa2Uomv135FvmxzLOPDk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXCertPathValidatorSpi_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "QFeeUztczwsHmJToebe9GuY1PD9zhggWLQ8OjJK8do0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/RC5Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "gH0oy8++LVv5oNlPIOQTc2JaD+7s0UmTp1jvQ4Mpcm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/StoreException.class" - }, - { - "key": "SHA-256-Digest", - "value": "gthZmq8GoxQRA16HBLfYGAY+y4JWcd3uH/yjD02e53w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi$BouncyCastleStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "VakTZ2dixTnhDF5N9EuEy09AX4r5V2AeuO5MOitFvpI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Argon2Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "UWyM3Z9se7ROBauDYoRnTQMDsyfVCAejrZVmW0pkJSs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "mv9Y0p7TFc3YW25VWTXGeddZPJwvUc/a7aWsv1L6L8M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Zuc256CoreEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "eEUDWsGU7MoFE8LJRRdQ/rJ7jm8m5E574YXYCP2CxkU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TBSCertList$EmptyEnumeration.class" - }, - { - "key": "SHA-256-Digest", - "value": "j/Qhze5VR9QSwSZ94LGy2wnI783HdOUEagOTB9rzFrc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256K1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "5jnJG3XRGZ9yquYUviADU5gqGaWg7hL1BhLY45kQRaY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509CertStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "v8/ANLF6VqhyjT+vuhgXpsKpai8NS5x9lsSTXVxZ9so=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "W58sPWkJ5B2t7ZsvUynCRbTtFKElj4EULOaeiu1joCM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$Digest2012_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "s9LizyyXrbpz29hkdxGk564/s2VawXEbjZz7Gv0tmQU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntru/BCNTRUPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "yvLJQW0AaAgF1oyEGxpT4dtNZDVqua/wLPJyCluHa+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "WJpfMu+MEWYPi+yIvXm3oG16kExx1sRj14+hMGrMtQ0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/ExtensionField.class" - }, - { - "key": "SHA-256-Digest", - "value": "WvSznBz6E334NCur4eV1bZZ38leyoyj686k86VIgtL8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/StreamParsingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "fJB5mxYkvoPyh7xQ6qrwD0VwGVpMQQmGLNSdR+dcXl4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Objects.class" - }, - { - "key": "SHA-256-Digest", - "value": "m1gtDQGO4Bqn6N+JkvF3aUN1JjOcIj6ZbfXXULnFrzI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD4$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "12LSs2wXQh1RoYAtjPxdd/U2sBfIfRNhQwyTUPMDnHI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/TestRandomBigInteger.class" - }, - { - "key": "SHA-256-Digest", - "value": "IXTSnpnafcgocVvkN7r24Rt2woM3KzWFgU3JUFPj24Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/EndoUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "IS92444OlIUqkC6geDBDmt1RFNYj9t/BinKfDScqVHE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/OTSHashAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "HhqRFmJP7q5dHp6BSI+LyeNAqPOUSIH5TjCIRl94uFY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$CFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "AT3fh4G4bMYsxCLOZmPhVa6OBb6ppWTIeV4tyKM5/Rs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/encoders/UTF8.class" - }, - { - "key": "SHA-256-Digest", - "value": "sm7xJIAP9KDvGWFCa+tmJCeQ/YL/nP4QbTn2eSfgs3c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$ECConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "prw1Y+ASiBritsEAVldqWQqnHBc4hPkOEwNTpbpGmaM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GCFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "6uVJVvDcsIjtAwXVRv8Tsf/7jFT1VVvoWyofHg26YeA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "5cxYNieWjy3+HzQo6keUj++GdgY4MOxzOiXU50vqYwA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "reFufN+GPJnJppzZ/xIBwEK8UlF8f7s3Cgh1TlN6bL4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat192.class" - }, - { - "key": "SHA-256-Digest", - "value": "HX4ZF5LlqxDuY1W9qCt10X0HDpISuroE9o6MDeqwq5o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SPHINCSPlusConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "9blUbrNpy2xw+X4RDz7yrfmVVGVROYKHq9Kjdoj3ocY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DEROctetStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ou0WdYoWaTxFASm2SszFBvFdSjNtoRUqZEEHFEt5qSU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/SkippingStreamCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "laeFmn86AeCReu6bhyPy7OKAgHEgD7lfC8c+/Y/0LBU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/XMSSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "BylIWABIBHeu1dpDXqSgDqf/1vfxEboqooVMpbty4/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/BigIntegers.class" - }, - { - "key": "SHA-256-Digest", - "value": "PtXNc+APK2KPf5jNyqqjcGFUP9dmWg5OJWkUJF6wg+I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/KeyedHashFunctions.class" - }, - { - "key": "SHA-256-Digest", - "value": "1SbAi30+0Q4x2pSeH6dsNDMhfAbhsJbjXYA8AAmD1Bs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "mw4v9ManxEkoTf4EXMTz1iO1J2fgAk9ZAmsxYfd0Nng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512_224withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "MDkXI/yTM5yQM/R9h8kLcxLOlCRHBT81G4roDn2ERiY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_512_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZxYWK/REnKV1H90vObG/v6QGwcJoDZFhmNuVT356kME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "U3fTAn9iBjiO1a+C91xnCbR2xY4mLw/itWmfzAukCYo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Ntt.class" - }, - { - "key": "SHA-256-Digest", - "value": "pWBvez3eqEXCsAp4WIh6/YyLNGXrJ5lD+b4CaWhcNTU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "AL/QAhOTuCdDxotXJxzfRy5cZoSnVyw+iGXmIQZ3j9I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "p1QJIhy4tI7GfwMAATSkLf3zTF0PQh8cQPiRA7sT+nM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "nZKYWzAazM2zfw0biYY6n8SbL5VQsO0/3mL/B73FuG4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ScaleYPointMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "drya0Xmhzaso7a6z3BHtN91F8BrJMTyMCa1yktpX3r4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X448$Friend.class" - }, - { - "key": "SHA-256-Digest", - "value": "rLJYLXxYC7GzKVkmKYF+DEvqERtvDWACwVzV1sMt3zo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grainv1$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "7PK8af3PEai0J9SKe3Apmg0ftQGzHsHEtDITxxrBgVM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSUtil$CheckingStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "8kKSUdgcBfydFvyiIeMHRr8/AdIYff79BMXniUxsFHI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA224$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "qHXwBk0HoEZVAAu826s/Ihfyv4R3ZIPnEdJa2kJ5WjM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "z1olHMa1yDL9rJ+3Ptk6DsuPLgiRkiM6NJqAD9wT2Y0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/AsconXof$AsconParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4o/TNtoGWncLhiAIPcBTQFjwUlHNqsRoLxxdqgMiHFw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/microsoft/MicrosoftObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "9PoOUlcYLacex5nC79Grc3fXW5TP9s+MngIZK+Rttns=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/CFBBlockCipherMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "xR9ccKf2IgUHayp+01Gm22nJaitqt3uq4ymkixcdBws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber1024_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "cZ6KDYlFfIhEA6x0lwOGW0GcjOTNr0d92gfeoK3UZYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA512KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "x3yj7cQJUY9TS6jJ2S5cvoFim2aCEPI93RG54NlOpYs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$CDHwithSHA224KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "htvTELIRqURYKTJKwJuTB/RS4TBJguX+yaNwb1bz13A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/CharUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "H/OBEhikkfhV4aoylbpasDjXMuwkgJn45lZymRxHgG8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/LimitedBuffer.class" - }, - { - "key": "SHA-256-Digest", - "value": "2yMUnwyYzRNUiV7QJLXatoBgkFXoNN2tpCGPNExIJMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "c8NyrrPGzOdsNCK+GIyzvPX3+BEg6MiKLZXyEJn+CZo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP384R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "s09dbbVCT5kPlTYsx1DudVNAdXI1NqJBii/GukkWJ/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/BaseAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "DZnHLrsM+n+GgNoBQAKv35/IxSF6/Q4oy0aI9t9gYlQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/util/AsymmetricAlgorithmProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "HIeJwLKz3HpjDLNI3wMC1x1ITYw7ybAEE+SVN/f/KSg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyFactorySpi$Falcon512.class" - }, - { - "key": "SHA-256-Digest", - "value": "yEIQWZfeSCyIJpFfqaAOmihlhAgGxIS0V6YgLwqcCs4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyPairGeneratorSpi$RainbowVclassic.class" - }, - { - "key": "SHA-256-Digest", - "value": "LdwgC+Q4hUUwe1eQZKVk5KsE8xoi+w7lCFHCzVPC5kw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "ufdVglNPj8vULlPRV31pHkuoPZKJGGOrZkp7pqBPkUU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Sequence$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "6sVJrKve5GBMrp1jsCk9v/WvR+WAI63Dk7JjQLXJbzg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4w94+3IGwEI4EkkKQSG9ca26H2kpuCwpJp9SGHUn6Ps=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Salsa20Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "0LMUKY9Hs8RCmBTm6GNoMCDjIqPhsJGT85OFYxxbu4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$RFC3211Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "EvBGhhrm8nHCWX05HI+e+6WByh5Y7+K6lSWLMa4UaTo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/OSGI-INF/MANIFEST.MF" - }, - { - "key": "SHA-256-Digest", - "value": "yWl5DgxcsQNLT515GDfdsZxmhj5zQOBfZqtt2qtgwHY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Ed448KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4RwR7cSuJPsD7llqXOjnNfWe4pz/IsUUXo9IRd7njZA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/MacCFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "e6i1uRB7vBsNWkYPaV1DzQIC8+uOzcJ/MLAwyL7cr90=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERExternalParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cx9SPBnVgxQAqmU8bTEOQrGaJxDDp+AizeV0LgfZqpg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$CBC32.class" - }, - { - "key": "SHA-256-Digest", - "value": "FGlKA1JXngTncHBKvfqJU/RYzDFLftuwENOlqOI+dpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "HMYPTEBkgDuecwoB31rAqrrn8CwCeeYvfei0BfokxMc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$MLDSA44_RSA2048_PSS_SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "QH6M8we8IIqUM9Nej8d9Xp0AELgzATHRnGqQCYI6zp0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/MessageBundle.class" - }, - { - "key": "SHA-256-Digest", - "value": "UM0p9TJtjtk6KYsp6bGGHDUasgsyMHuhBRz+flurbqA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withSha384.class" - }, - { - "key": "SHA-256-Digest", - "value": "8BlfiYub916q5peBjvHCr0MlJPN5sRbWi517BGWEyZU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/saber/SABERKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "tGXcTzbvlDZredqi+JRYq/mXQUvk4IYjKtDvYpNlzRk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/gm/GMNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "XKi+ZVf582BeN4p2IjncCQTHM/Jv0jCRkfovE1iYjNA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD256$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "dAz4JzDi3ZTb2uI4uUt2762/veOac7IJUoLQbNkqUy8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "/sJIIqTZJjl6EfcC1UCx6cK57M+/CiOKC4wr72zi4TY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$DES9797Alg3with7816d4.class" - }, - { - "key": "SHA-256-Digest", - "value": "cXUrfgfY4vrTFfzGVu3S4nxrauK+fBwuiKP2/R6nWDM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/Pack.class" - }, - { - "key": "SHA-256-Digest", - "value": "UWcam0mLBrnlfsA6uVl3A//mOCklzgFlBVM1S5YbK1U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "ihj/VDBh5nLvA0R6epw2l5AbVEAge2eGlmwD4Hhp4F4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPCKSA3$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "B5UqUZLIS4p/nxcZ0qKsdzCC4gHMSVIIe9ml++8Mhio=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/SubjectAltPublicKeyInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "tkixTB4t32+vwC7xmMBjd3Ue5mTnkB4JYarc0hrKjPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$KeyGenerator288.class" - }, - { - "key": "SHA-256-Digest", - "value": "jsG7hZfHtN83OhjsjOjI4ARIkeckveN0QXX2BqZ/Vn4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement$F2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "FaWpswEVE3+1BjSZ/EJmenHMRBkt9aERC5/In43IPAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "AJt0irZMaCJPaLh53Zyy7s6zpA9qVTWpHKXS57woetU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode$MaMaPe.class" - }, - { - "key": "SHA-256-Digest", - "value": "j+nEm3rDVB8V2X1J3ZpDZZIPE9E7QH3XqtzxKpN1eFE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/Gost2814789EncryptedKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "7UP+MpJj5i2aXIpydBM3shdsGnpX7h+6QceSx42qKRQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA512KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "3hCwSuvTq+sasGPHyt594NrvmAb0F06HuAOEw9L07uk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCEKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "SBJvugSzZgylFYGRZTjqhZvrf2+vYB68JvTKVoSPzE0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CTSBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "QrvrGa4qe1gO0JmesAeFEmPbZKdnoP0GtcsjUaM5vWo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "2ALimR9SEBSPxIoueWbssG+YpjqDp1DRYoMDvVpBjTk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/BCrypt.class" - }, - { - "key": "SHA-256-Digest", - "value": "CzUND/t1ndPMvhmE7/hVXKNMJ/OqpSh7d3ytu5d+n60=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/EncryptedSecretKeyData.class" - }, - { - "key": "SHA-256-Digest", - "value": "WNedKtpvY75AzWNAHU8CVDXu/AR5pEtPGlynaUbOGwk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "rZcKgdXNgTVR99BqLevDLuEeaPgcS7XRIrGD0mQr25Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERTags.class" - }, - { - "key": "SHA-256-Digest", - "value": "l9xdw33o8zAHrN19Z81CEQR7k8xLhGeAb5GlaSiyS4Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "yOvVBacWWaY26ZgLouA6XjbTMA5YbN4yQetaYQ/h6po=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Poly1305KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "IKd8wM7WJeOsg0xyQWKvxcjKns5g8PiAzR2od8L+da0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/BigIntegers$Cache.class" - }, - { - "key": "SHA-256-Digest", - "value": "g6H3uKueN24KzGxrwdmyVMj8aQN2E4gq/CALWoLzM4Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServiceProperties.class" - }, - { - "key": "SHA-256-Digest", - "value": "cQyYVjmWqjHuYUuoZ2PuCyhG5p36dXwZn5nj0KPBMTQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AsconEngine$State.class" - }, - { - "key": "SHA-256-Digest", - "value": "bkZFVww08942vM6M4aWOVH8Qc9TM+43E+XwKIXE8WKw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSStoreParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "oonOqiP7XLSsmBf7TTnal3hr+HQfQ62lFmNxqtBR2Ac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "uiSYU57eqJHTAXKn2nHNPxiwHCaw+CIIoDcZ38G4FJs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERBMPString.class" - }, - { - "key": "SHA-256-Digest", - "value": "nAIArMyMWSU9EvJJGi6VrPtBIZRU39124c2C0A0AVMc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyPairGeneratorSpi$Sha2_192f.class" - }, - { - "key": "SHA-256-Digest", - "value": "Iun5ZpAqE2DBNjPJvgMfVfGEsK2MWv29KLm2LCyx+vs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "e6AxQJh8HNii453u2whw9OAl82D2RDv06QPh1MIQrBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/ObjectStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "UbyxHcnve7PvTFGRuuD4ReoELmheQAyfGoA1jPk58qE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Boolean.class" - }, - { - "key": "SHA-256-Digest", - "value": "VSnMBH8p1BW2o650m5QyJW0mlRxObGUFBye8kwwTJec=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/GMSSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "6hp72tlGyr0bWddJJavCNIpWGr7N+VjNxZ0PqaoQX4s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DH.class" - }, - { - "key": "SHA-256-Digest", - "value": "PsEk3TQhV33u+jJp7Eji//MVvz9HrT7J4Cz9eEsL9QU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERSetParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "PTP4zenxgB5C2rNjXX3SvnmlgPyPlJs5BrHSRIyI4HI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AESEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "56wuhch9sbwfDtoyn0aZ6Zc5y7AKUsRniXfAD5dOphE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1RelativeOID$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "wwsQhR1Zxd7/LeOCgGsg7beLjKUEahN6AfyE4kNKHtY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA224KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "E6CJAfJL1GyPNwQGAi8i8RDW8hwOFwbfVnHDHWTDZuI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/NHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "e2N9H7cIbHDAWHhpG+cWkLyUt8wnSsoDbPcTMrCbkl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/SP800SecureRandomBuilder$HashDRBGProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "3rYfBKO+COl1977FQEuLnefjmbH25c8JoPCvlPYNmAw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "nO2H8C1NLMMLe667+LSNdVuZ7iwu9vaorYiCF+qhRTU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ParametersWithSalt.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ujbE41kw2qfxmkARMOBDa1ukeBsQH5mW//pD/LnC3k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "aqSISzPStZ4oScgMCCAL9yImT+WsDBbiRaicT/NJcXg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/DilithiumKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "+iVTrSsnl0uhKpdakbmOKV/uMajDBD067Ii/iLCgWaw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/CertPathReviewerMessages.properties" - }, - { - "key": "SHA-256-Digest", - "value": "n7uZFpWxdLPiG5FwXP70FGpwKOFC1yYvk2g5KBs3S6M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$18.class" - }, - { - "key": "SHA-256-Digest", - "value": "1iFwfyZeM52+283WL0NsReYqbMgcGbSZNyvvUkUseKg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA224.class" - }, - { - "key": "SHA-256-Digest", - "value": "bIPHkRwYJf7mUV5NY2MIy1erDtmegD/g4rKgY0XLQcI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/JournalingSecureRandom$TranscriptStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cqt6NCIal3pjXMgA+QQjzugNCF/bbHvBfsXiip/vn1Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "zO1yAQawRz9FwQHYIU0EA44Q/4dpucqcXphm49nVXOA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA1AESCBC256.class" - }, - { - "key": "SHA-256-Digest", - "value": "TCgp1WPSCkBRRKpwSXV0TrZWWY/zFI6k2wVwk6hrNDM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Sequence$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "hbfKr+dnADui6o7Dc7+P/FpXbtj/rt0mSlxfeQvSRQU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/ReedMuller.class" - }, - { - "key": "SHA-256-Digest", - "value": "IqnBY68r+euTJcKHSpUzyGw9aJyBiy3BQUfYa5H6qgM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/DSAEncoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "PJnBDkQ27evHsEbS+op9e5RApHYsFJ1lxDrTqg7TvYY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/BCDHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "9KbrdJIEprnye+X0AdseY/Uza+ccUr+YTcqznqQo0rw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/GLVEndomorphism.class" - }, - { - "key": "SHA-256-Digest", - "value": "zxJOP8N24AYBl7hdDDGXvCZ4stl5s2ySQFSNiYEQ8Go=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "YY8dvaoCmEbwUJt2NWkD8b3or7MxYxeLgR4vGZqCI5s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestSHAKE.class" - }, - { - "key": "SHA-256-Digest", - "value": "mr17oV0+6/KTDBp10LQ7NJfmaU+xPn1+w1I8s+oHk2Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "KpaEH+VATzXR9JG6BDweAM6jX0Yjv/3iIFkZWT6BLQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "aNa4gz9fCrsnhKg3XkaHg9cFG0LrNIcogpR3ipe1Dp4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS4096821.class" - }, - { - "key": "SHA-256-Digest", - "value": "WZgU6R0NlIhg6P7O81xCNnJtv87Mnp/pZ7hIY/Z0k6s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberIndCpa.class" - }, - { - "key": "SHA-256-Digest", - "value": "fFR3XoGOqFcyYmdKTPakYwU0eeLVSYtChxqf4pjD2qA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "a3dsyfIYUUTrfe5wApWSlONL/IIAJUjo4XuokIIEgtc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash128$Mac24.class" - }, - { - "key": "SHA-256-Digest", - "value": "d1jEIIZhwBqAlGmfeAUTc61sfNmg7TBQzaEWd5+al1Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/ShortenedDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "nLbndnFSVhDGQufWcQz7XzQF651IH0B/+H/nXYBbCrc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Sequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "jh2iWwXsW4HSpCG3E3Agz2b0KZpfmfS5ExjgTCwoFQc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Characters.class" - }, - { - "key": "SHA-256-Digest", - "value": "oOie4AmmeLJZ+09nbpuhpeZ7rcgP7RS6mvvGaULaw1w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "y7EM8g+8Msc2+m3jDtY3gowYM7Jek34mPliCRWW38hM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "kGGKk04E/DBA5Xnmd3zUgXdSAZgZiE2wM2UMCoEPONo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/DerivationFunction.class" - }, - { - "key": "SHA-256-Digest", - "value": "bmeHwqotxJ+YuS8ct+UFw7hrJbNIn2RyjDJgrUgSSEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/NullEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "V8d0wbGm64db9ilfXsXTg8vvYNmXDY7eIcpK525CFqo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "zQZkOSAKrF9z2ZMMRqZzg0WSV1OwpqhgNSGw565jUFs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/PKCS12Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "cIkKpjDuBmUr19JsTHi3QUZskZCV7jMmDNhQJC+DhMc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/DSTU4145ParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "KotUMuzfZ9OZ6eyHqwSkLR+D3kmgAmA6jCa3gHe3evY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$PBEWithSHAAndDES3KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZOeE9IRKNHUfiPlgDPW/AT39TseW+eeOgSaKkWwxqqc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/GOST3410PrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "bpm8LxPnHvJekNEEyxUyZWdKOyaTlxZdoQvaVQKvSvA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincs/SPHINCSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "1qvDK8dYEJPGtNpk/EMIvJM2Hnl/rUeLxfmNtlJLjks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/DHParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZJTAqBHvYvCQ3Q3b+zmAHR1ZpSLuialvTTOyleGM5pI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "UPj5zBH1gwMBQXLiMVMfbnQcX0FXA5DpVkv/qts2Kkw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/OSGI-INF/MANIFEST.MF" - }, - { - "key": "SHA-256-Digest", - "value": "eW2LZaKF4PayvGsvAW7eb5f5NPhOqfHG3LJpAv7Iph4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERBitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "vfZUUFXoWEUoDwj8VBLsjENClhSGyjHiM7/18JmdIhw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WNafPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "kgFY9+HLtPmbGQdvPFDmx+9AYE6vmjgjVslugn9C5EY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD2$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "FxKx32s24E3TZa47+8r5jxl7TU1SCxWBgBbxcMBS3JA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$18.class" - }, - { - "key": "SHA-256-Digest", - "value": "DfUrBhNoIG1HJ/6iY8QOocS+PxhQwkEdYTbnl4gjNqY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/util/JKSKeyStoreSpi$ErasableByteStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jg/2m3KEM0P5Rgk3vTq/mmzFik/9Cqz3sCkoY/3AjdA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "09oDL8g83rQo47Q1bQKpOEG4J9da4wlzqnS7Sr5Olps=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "P6e0nwkyQJMtD3NyrC+hfe5HpMJ0WTUt1EAPbhif4UQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/DigestUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "RDjyZZQtpSA8H5X/Dc4BONZD+CB0dg0fXgqzOwp9g68=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/FalconPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "uBoVRLmPyezF/dtvx7LlfIOLUDM+Wwe63aZcBjOJRxo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jeY2kjJtcDNApmZzUEg9bhW7xzrDk4/EL+puNpOVLvg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi$PKCS1v1_5Padding_PrivateOnly.class" - }, - { - "key": "SHA-256-Digest", - "value": "pbD5JwwKh27cV0YxMjhBsSjF4/+VpY7yqvZjeVEs2X8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/BigIntUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "tr72g6NpZwaR6XMzqL2ovdPKRYsgEcyiI8Swp2ctyj8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Set.class" - }, - { - "key": "SHA-256-Digest", - "value": "rh36tqXgvlR8RaEx1DlMscwsRsTU6WHIeXXKUTTcWng=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/bike/BCBIKEPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "SOEx9/AnCiiu1ZyqwkOwovFTi/9APhoSs5YW+NEImRo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jr9mE06W0FGDNvLF96wci+/53qDXKP4vt1pBfbfnCj0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1PrintableString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "BJbqm7DBQX5jwnhfnERMva2BKDCkHY9+Ca/zelJG6HQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x509/SubjectPublicKeyInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "nqxGbiK2xnRN/idv73cJ/Kh3QH2b5TBmghSr9ZlSOhg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/XMSSKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ART8fpXsUapVRekIHc5E7wnFW+sSg6SL3/g1sCv6r5U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSASha3_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "T9ZyewsT00P6LPS936WIbZVqQysJxU3NyTr//VMT22M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconSign.class" - }, - { - "key": "SHA-256-Digest", - "value": "iEmEMkR8uJPdwuUiBE/2mShbCiKZXnI0tq4uliUF/4s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$TLS12withSHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "MkkWB/RHdoc3aooiWBP/7WyVxuu9FzGkbZBMmXqRmyw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "NWAOEl9xg4O9KqerY/zj3t4SUcw89M1tIIVVIrhqB+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$CMAC_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "6f9i1XUVayGtukzRyH6wYp4P8agpcDa9XTYI9OKoWtE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA224withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "TN4RYAI+Vl9YdHz/s0clLSqlRqOXdd/69RsQxmYzitw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/CertificationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "P+8uXmnTCxjegnUXARKDNwh+rTNOKKd4Cvksy9+ovrM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "KBXdcJxrlhCGxIWuM7pqk2s1DuAJFCymKvXmIREUCjA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/SimpleBigDecimal.class" - }, - { - "key": "SHA-256-Digest", - "value": "R+oPpgKO0pwn4GtwWL9kUThXYxZCpK7ylJ5GoZjNbig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/FalconPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "NhUAv+mn6NEDsRlBT0qTMNDbgYwql/LArbaeqy/6zsY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/CramerShoupKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "DbKfPNM9FzT30tBVmR8p8NXoHWGQrMIfhMrhV5imyZ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA1$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "JQ2LBQyiF3Bo2X+OIv96fWfHiKjaUfQzSw5xSvyIOnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "9FmRCSbwdPuYuPjfyxNezPPs/5ldvW3vkNqbCbyY6zk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/NTRUKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "/9nFK/jD2pt1Znv5GaRQWyad+yCp/LjHmEe1Kf7YATo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/BCDilithiumPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Wq51DGyFQ+FYL9iY9wICQGiIMv/Cz1B+gmSjwmYKKg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/jpake/JPAKEUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "/8MZHps+rkfP491pZHLPYIeIb6C99mqQdc+9I9C5/UA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/KDFFeedbackParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "U84TiFt5VoQdjQB0cfkH7bOgwtjFq+NCsVi+IoYCdyw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "de27XPR1EnmbqHkR1oceoA3XxvYipgcDjU30hidJLC0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gm3aImxWKfqxsiC/+JARDco7u6FkMRkYF2ELGvqDYls=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "J7xgaVRQA3azhbTG7xpoTq4ITN7A4bTmaAN2KFhuji8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/CertPolicyId.class" - }, - { - "key": "SHA-256-Digest", - "value": "3dQHA3YPLPu/JdBxy1QOyOsErzTXUQn67OiaThl6LW4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$generic.class" - }, - { - "key": "SHA-256-Digest", - "value": "A7XzgcIIh+ibPieNzCLx8+1Og7ek+5P1AhJz3667p6w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/lms/BCLMSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "424wAQp6DRwzFzgA6J7IYAu7nEH+o70ATETrgHPMHVw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/TeeInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "ILoDnok8lHIZWBwXtGprXyu58prMKzx1km0suqB8omE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$32.class" - }, - { - "key": "SHA-256-Digest", - "value": "1ex46p2OKqK/Kr0I9dBVXr5TIqaPOwhcdoQfJotFhWg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "s0F+jDHi7PA7JxMDvHwkUfZtbVNxoyhMLi968P2Tj9Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/BCSNTRUPrimePrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZSnOgVI3cJbDf5H9l37vYn7v6lD06VTCmq+1P/tXzGc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "b5rMfqkY40pqrHfhN0OITdj+NeFIrQ9i8f+Zaku1wq0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish.class" - }, - { - "key": "SHA-256-Digest", - "value": "WzbCkLfFDsefdRr11ow8a6ldNmOwAVyJPYkjdqNgI2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/BCRSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "5qRx3H59HyrzckT6K42ncIcy2YSqHJviYX6Iu80Sdyk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/HarakaSXof.class" - }, - { - "key": "SHA-256-Digest", - "value": "kLIbk3Ef4dGXnBEcDibuBCNPPDiUKcgEoIcjFy489SY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withShake128_512andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "o5EO0GaGXkCOTnFy32Oa0eGY4P/RJ+kmpt36ogckU7U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/LocalizedException.class" - }, - { - "key": "SHA-256-Digest", - "value": "mp95kZgYYtI2UdqeFMjVqYH+hqhXaK+/2tySZDJ6zkw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$24.class" - }, - { - "key": "SHA-256-Digest", - "value": "p1ACH7fN5CJSVV5PBqJXbdBXLoNKOnlEy+rbkeoKUZ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowDRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "5kiLl542O78l1qy2RxiaJzepgS1yeZNogdur19m5I90=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/LTreeAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Vq8tCbD0Cf8Re2/1qJHgcoEjAnQvbSOuCSEjPO4HHQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi$ECGOST3410.class" - }, - { - "key": "SHA-256-Digest", - "value": "dMNQuVommRbVCXjcwMFAP425vwmnxYihjabxRp6lTRQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA1.class" - }, - { - "key": "SHA-256-Digest", - "value": "22JD5AUh2W1LTIeVmXOj6ExjAKy/rVueuuCOfCNb/dI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "ezVi2HalAngAYT7iH/ZoF2rvMqpMIWVmMXjeMHRiuTE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/kdf/ConcatenationKDFGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "yCS5BU3aU59YeOhi6NHNKYjOhc+qMtCZhhkrIsKLvks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "jwp+zTkoqGdKwiYATvbDjI8vbCk0aRljFVn1w5Znuaw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$RFC3211.class" - }, - { - "key": "SHA-256-Digest", - "value": "FkemKVDOBpN5QYz0VYHUwAWHGzrrAwPw9/fiMXXTTg4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$CMCEConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "hWewNyAtro2TDeGlS0vgpEmgKbQDWZY9Pbu5dOH6CcE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/OpenBSDBCrypt.class" - }, - { - "key": "SHA-256-Digest", - "value": "CR6IELJ0ASf89fLuhF1ZGtDmwutDOfeAqWkX35u2WOw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withSha256.class" - }, - { - "key": "SHA-256-Digest", - "value": "ioAbPo2x7E6vHrIi4j2cNwcI8E6ap3aY1bZmTBzTToQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$Digest512.class" - }, - { - "key": "SHA-256-Digest", - "value": "WHqcje7kPChdQcnP978ElqmiS8v1N0NGeNdOx9037HA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyFactorySpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "2kfG0eIHVA1emtWbrNuXjT7N2aZzo4+EqIX1KR5te3I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/PicnicParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "g5GHXI1e5ILZKhOWDfhy9liRlzOMuA8qj7VyUESBaik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/CramerShoupParametersGenerator$ParametersHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "KsxBtJLVAHhA8Y+ZFmv/1FCz0VOyGFtzBNMXErXvlGQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$SHA1WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "DjvMlpawu/Emk/Q7Awhd3RGzBidrXQHQjCV5ujIcwoM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2b$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "/AIbMoN0YfTqLbcMtN7DGZLnRvI7VOr9KEOssKO8OzU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411.class" - }, - { - "key": "SHA-256-Digest", - "value": "o0IaEpnnW9VDyrrZxd87ThhWl2zHIYBOA4Bha5b/+LA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "pw5/RBgXVO7YZ0BYgHXahAOvTpzuUeQBtaBvgCQFFM4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "OGLfxxZwV8xrGX/FaoEOohZ6skBW4RSQHqz7vOHvRVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/ECNRSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "eNdTBKz+Ok34XYYUAUas+GoBnxRz12X9kGvTLKToLIc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSigParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "n/QJM73BPbqEsc8y0Eo6jTnASZN4ZHlYqlOszy5h78s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410ParamSetParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "mWGRuXDh8xw+RsfvJ8jTOsjWrNYugnOfhZCtSKuak8o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/RuntimeCryptoException.class" - }, - { - "key": "SHA-256-Digest", - "value": "4HLY18eablhbetNFKk93djSjpc4oCxw0AluEd+Z8G7c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMSignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "8zcStQz20PJYUZn2HRuSD1BUcbEniT7fMHcGr6Za/HM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA1AESCBC128.class" - }, - { - "key": "SHA-256-Digest", - "value": "HaQkw9SbguGSERhae3c1CiTrnOvvCyg/H9WL06fiXTQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc.class" - }, - { - "key": "SHA-256-Digest", - "value": "iUorsmZi4W0Q+S9DCmEtuJA+hqyP3xI6dPgPpA+pztg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/FixedSecureRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q2QG2Imn0xUZPX/FpLPYa4al6qvxiTE71esas9d0rB4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "3aIz7qrtGvcNMsOiaRbIsJQ3SmvUjuLdsiMrM/+k3DU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q0NKqPqkPb0xEli9kBqalrzr+40Xn2DFuOnqsDCzXCU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERGeneralizedTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "p2igeIe7eu+X1CDkFM1bW6LzIaodQGIDkyAk/RVgUdg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/Tnaf.class" - }, - { - "key": "SHA-256-Digest", - "value": "/24TeuR6lFwY51BDRM6y9aZaet0lInfmQHMXYNLF4EY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/DSADigestSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "AAYDfWfhawIPWWKqKH9IyPpT58Jwkrp6heOLpAVZjVg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/PreCompCallback.class" - }, - { - "key": "SHA-256-Digest", - "value": "lnZNIdzaLnLN25bOh0e51h2ljgiVine6A+DPKJzeUdM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "nzWQO6JzAhdLU/H/MeGzFZNjlAF36qWpuCCNz9pwJDI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "jrXteiBo18HVBtEt3zmrUBBG0yWheGdtl6CZYRPVDOI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/interfaces/BCX509Certificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "0VGNZnxh1BCMXaYXkpZM13QZQEB19dH06xSJedVCVZg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/EntropyGatherer.class" - }, - { - "key": "SHA-256-Digest", - "value": "nJbQi1T17yINwAo5DOnVb2b8blx/PbMbHXfBdGSqdrU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LRfiOE+kj7IbsSr4pTerQODVO00dY5vRzfEkyGON5/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSStateAwareSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "0yIWCIqc8+spI0rM3Sjz/y1VrZsKjiBo0W66iXrWwJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseBlockCipher$GenericBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "m2M5XVShkqLyF/5tJxYkXj006lUT1HVHZExkdHOKXmE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/drbg/DualECPoints.class" - }, - { - "key": "SHA-256-Digest", - "value": "P084/LhDfH3+h8bKBUHfUwThTOV3sigydVr0Q2ERjyo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/ByteUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "qLo7/KjmxWokf/s6W4hpDh15G+pmTgi5GJBVx/cm8LA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9ObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "gEDlc1HBaDJZEZwAJAf7bR3gj5BcEnCyP/HgEdawmYE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$22.class" - }, - { - "key": "SHA-256-Digest", - "value": "7zlpIDlHHowwJidk192mFO/C4SssNBhpdH71PyaPBrQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/DataLengthException.class" - }, - { - "key": "SHA-256-Digest", - "value": "ExG8wxdAtPuCs8RWxarScyC9RG2oNRIhIq/0KsQ5OHU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "11L11OdYPEd6gVsIcywz6U7Jox0BdQUnUEKGYqC4ChQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "pDzpNRFhErG6iHtwdR7B9OHIz5u2jBwbc5NpI3gAI68=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/PKCS10CertificationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "H0qFNNWX6ie9lMuCE2ujSKIfOB3wTzkNoC1CfIFI3jk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber768.class" - }, - { - "key": "SHA-256-Digest", - "value": "cjiEhafZv3DNywPiSkXzol5i4szkcJC7zYzROCov0Cw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "kGqRTg6oMqwMkvK3cOhppgPHK7AXayKqmgBWSwNZg/4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "oTKZ1Dw/RZjYu+rZAkLq2sGXXWZv0iYH1SzyP8celuY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "VVQoQlND6b/t0hdkwR8tKQzygKwZn/0aMeOWvg9pFPM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SparkleEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "KVlY4G1Wyi5NoQJee2f3tYwmi1CoxsZt6UU8FoRgVb0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Zuc128Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "1EXyUPPMXDd7CLHuKa7KZ4YqnyXDxE8t0QsnFS6Y0lQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "9qcjUxmuK1TlgO8Q7VwIDJ/xZf1esV7YQXNX7zJ7Cbk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "T3xKd4C3pSCzXeqfLGJH4TbgR/qH26I8QaSpLODfgtA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "jl0mscfJ7O6idM57TBt9HG+zeHidMN2TnMmDS01UtAg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$Wrap128.class" - }, - { - "key": "SHA-256-Digest", - "value": "u+WiLGPUz6d32VB4ogwKkXalh6MyPY0juikHln/gXaM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "2J30eLPjj0B0jS4X/1FGfnbyjDgcgFppMXh4WFRr9VA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$30.class" - }, - { - "key": "SHA-256-Digest", - "value": "4eIMHNc8uzXKUwxIbvMb/d38s9ryMT5i5uvLDhHrR30=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Whirlpool$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "fOi+V5WaRFLh/PJ6nieiUAXY5TFWvGmgpyui5rEVYjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServiceConstraintsException.class" - }, - { - "key": "SHA-256-Digest", - "value": "LLlEh1kbGTWBjhzxtwa+t1a3nxNOlgSqAhJR+1Dwa+Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/KMatrices.class" - }, - { - "key": "SHA-256-Digest", - "value": "5BBJ4HOMusMQammnppOO6rKHaZ0exkvp3jrhjtN+tZc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/X500NameBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Q9JKUSg674n0LMVC3VnOb0dl4am/6PfVVB8Y2n/4G4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_256_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "sztLGPkjDI3e9Fmk/lVatfWMR7GDYNQ6mfLmQA+zQ1I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/MemoableResetException.class" - }, - { - "key": "SHA-256-Digest", - "value": "VHk9CGKRznGaXyUHkKnRdiCViuXoIZDj3UiJVGoEdUc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/ECPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "cQ9CoqUNDjPPpuub2NGWggtlfWel8mbN+z/+4lI6BRE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/LocaleUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ax/YgAE9+cCvgALpAVf007LGnDSkEuuFZIzTdoS/6eU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/IESEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "DJ2Ts8jYX5vOsZrQCDDMatb2fTjnAyQpXZcZJMnaPBY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "ACGSPETCFb3FcLZfXKGLB4YNJwbciqHv86nuOrtk8Vg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/misc/NetscapeCertType.class" - }, - { - "key": "SHA-256-Digest", - "value": "zLj33gRc+EuA2IZbn3tPNb4lNU4138h14oD4GrUDV7k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/CompositePublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "1jitGs27kdpIj+6Mh9MT2wjaIRuCXzDt6Rg4LcPqoVU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "qp3l8LVMubu2NS4uiElj+8PSuABlwGhPWSKnUUvoDtU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS2048677.class" - }, - { - "key": "SHA-256-Digest", - "value": "g1b/fGCsMyf6ppLJQ5q1zCosSBuSL+qeUFFpMuP8jXA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$DHAgreementConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "qzHUQ0i/iAcBgavvZMdLENe63BXPJnt2MMZSGiX3KZ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Strings$StringListImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "yFtDRcHFzC2a4MozW0iRNMaGGWjPCQSJTKJi3ttHBz4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/CMCEPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "IvQuRRTzeyOQsFEXxv27F5BtXquVndvPa/QKa2ETtiw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/ECMQVBasicAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "DijXdLHbir/cI92ywS/NKlED5T2Aj4XTJYhLNH9skT4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHAAnd192BitAESBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "gZmSoEg51M287LAL7slHYpqb/787xa6dXRrdE18LM04=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "mVIZpqOQ7RhNSYtuRVOPAyuYK3dvJoYGiifBzIEbjTM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "t2bf8+GTuKE1Rq+NjHGLbytp39ATbHd6mmW14eSco1E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$Zuc128.class" - }, - { - "key": "SHA-256-Digest", - "value": "xsH/O23S8592L8TrHjgGa1LPc5YTAeJVfJ0j5duytpo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1GeneralizedTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "/wJL7rZx1ysadSB6DjFsUX6bjBEV91jRyGIg8pIvZko=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AuthorityKeyIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "p/nzBN2MYCtuc/AFgRexKZCk0cADcJ3k+RGww/jliD0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCERSAPrivateCrtKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "dlQWhFG0z3qwMJbxSwFdJzXyMhUwKTKNCwcJz4paBA4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/SHA3Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Moeb1KznyW8hMwfJuSeepuZFTM3X1wUIEA9MWbrcGb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "H6XEoZDDGG4V/hkTj/tNLInnAflM2s5YEjWMTtCCCdA=" - } - ] - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "39e9e45359e20998eb79c1828751f94a818d25f8" - } - ] - } - }, - { - "id": "0797426b10a9c086", - "name": "bcutil-jdk18on", - "version": "1.78.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bouncycastle-api.hpi:WEB-INF/optional-lib/bcutil-jdk18on-1.78.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.bouncycastle:bcutil-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.bouncycastle:bcutil_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcutil-jdk18on:bcutil-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcutil-jdk18on:bcutil_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcutil_jdk18on:bcutil-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcutil_jdk18on:bcutil_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bcutil-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bcutil_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcutil:bcutil-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcutil:bcutil_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.bouncycastle/bcutil-jdk18on@1.78.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bouncycastle-api.hpi:WEB-INF/optional-lib/bcutil-jdk18on-1.78.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-SymbolicName", - "value": "bcutil" - }, - { - "key": "Bnd-LastModified", - "value": "1713413980888" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "JavaSE-1.8" - }, - { - "key": "Import-Package", - "value": "java.io;resolution:=optional,java.lang;resolution:=optional,java.lang.reflect;resolution:=optional,java.math;resolution:=optional,java.security;resolution:=optional,java.text;resolution:=optional,java.util;resolution:=optional,org.bouncycastle.asn1;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.nist;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.ocsp;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.pkcs;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.x500;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.x509;version=\"[1.78.1,1.79)\",org.bouncycastle.math.ec;version=\"[1.78.1,1.79)\",org.bouncycastle.util;version=\"[1.78.1,1.79)\",org.bouncycastle.util.encoders;version=\"[1.78.1,1.79)\",org.bouncycastle.util.io;version=\"[1.78.1,1.79)\"" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-7.0.0.202310060912" - }, - { - "key": "Export-Package", - "value": "org.bouncycastle.asn1.bsi;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.cmc;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.crmf,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.cmp;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.crmf,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.cms;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.tsp,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.cms.ecc;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.crmf;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cmp,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.cryptlib;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.dvcs;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cmp,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.eac;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.edec;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.esf;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.ocsp,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.ess;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.est;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs\";version=\"1.78.1\",org.bouncycastle.asn1.gnu;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.iana;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.icao;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.isara;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.isismtt;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.isismtt.ocsp;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.isismtt.x509;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.iso;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.kisa;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.microsoft;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.misc;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.mozilla;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.nsri;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.ntt;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.oiw;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.rosstandart;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.smime;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cms\";version=\"1.78.1\",org.bouncycastle.asn1.tsp;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cmp,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.oer;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.oer.its;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.oer.its.etsi102941;uses:=\"org.bouncycastle.asn1,org.bouncycastle.oer.its.etsi102941.basetypes,org.bouncycastle.oer.its.etsi103097,org.bouncycastle.oer.its.ieee1609dot2,org.bouncycastle.oer.its.ieee1609dot2.basetypes\";version=\"1.78.1\",org.bouncycastle.oer.its.etsi102941.basetypes;uses:=\"org.bouncycastle.asn1,org.bouncycastle.oer.its.ieee1609dot2,org.bouncycastle.oer.its.ieee1609dot2.basetypes\";version=\"1.78.1\",org.bouncycastle.oer.its.etsi103097;uses:=\"org.bouncycastle.asn1,org.bouncycastle.oer.its.ieee1609dot2,org.bouncycastle.oer.its.ieee1609dot2.basetypes\";version=\"1.78.1\",org.bouncycastle.oer.its.etsi103097.extension;uses:=\"org.bouncycastle.asn1,org.bouncycastle.oer.its.ieee1609dot2.basetypes\";version=\"1.78.1\",org.bouncycastle.oer.its.ieee1609dot2;uses:=\"org.bouncycastle.asn1,org.bouncycastle.oer,org.bouncycastle.oer.its.etsi102941,org.bouncycastle.oer.its.etsi103097,org.bouncycastle.oer.its.etsi103097.extension,org.bouncycastle.oer.its.ieee1609dot2.basetypes\";version=\"1.78.1\",org.bouncycastle.oer.its.ieee1609dot2.basetypes;uses:=\"org.bouncycastle.asn1,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.oer.its.ieee1609dot2dot1;uses:=\"org.bouncycastle.asn1,org.bouncycastle.oer.its.ieee1609dot2,org.bouncycastle.oer.its.ieee1609dot2.basetypes\";version=\"1.78.1\",org.bouncycastle.oer.its.template.etsi102941;uses:=\"org.bouncycastle.oer\";version=\"1.78.1\",org.bouncycastle.oer.its.template.etsi102941.basetypes;uses:=\"org.bouncycastle.oer\";version=\"1.78.1\",org.bouncycastle.oer.its.template.etsi103097;uses:=\"org.bouncycastle.oer\";version=\"1.78.1\",org.bouncycastle.oer.its.template.etsi103097.extension;uses:=\"org.bouncycastle.asn1,org.bouncycastle.oer\";version=\"1.78.1\",org.bouncycastle.oer.its.template.ieee1609dot2;uses:=\"org.bouncycastle.oer\";version=\"1.78.1\",org.bouncycastle.oer.its.template.ieee1609dot2.basetypes;uses:=\"org.bouncycastle.oer\";version=\"1.78.1\",org.bouncycastle.oer.its.template.ieee1609dot2dot1;uses:=\"org.bouncycastle.oer\";version=\"1.78.1\"" - }, - { - "key": "Bundle-Name", - "value": "bcutil" - }, - { - "key": "Bundle-Version", - "value": "1.78.1" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Created-By", - "value": "17.0.10 (Private Build)" - } - ], - "sections": [ - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PollReqContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "NEbxSYDEPDqYLoEkQrOrkanHol/KfiR1Hga45Oqf//w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/DhSigStatic.class" - }, - { - "key": "SHA-256-Digest", - "value": "UALmr7gwQu3WR2FSVHvzFL6+KJrKEn94K2RKTWbwa0s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CrlOcspRef.class" - }, - { - "key": "SHA-256-Digest", - "value": "p5gabMLsuRTaqV5iCPPc6hkkBzpstZrj7Yd6Tsdtwao=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/Switch.class" - }, - { - "key": "SHA-256-Digest", - "value": "7JlAarTdQuKHF/FLI85DpcqUVuwxbv92N/j3q3HQPPo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SymmetricCiphertext.class" - }, - { - "key": "SHA-256-Digest", - "value": "qcfZ7Qi9KIDbaV04tZW1NADz71PfHrgOuz5eslX4WpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UINT32.class" - }, - { - "key": "SHA-256-Digest", - "value": "FmKTN/BF/JwJfSbUKNesm6aWqr7XzBKgX3DGs6l8qQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CRLAnnContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "aG2AT3jKCWKIP7eLWJaZ9Kf4HOnaAmJoqXjwuuei3pU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCStatusInfoV2.class" - }, - { - "key": "SHA-256-Digest", - "value": "S31S9dF9aY9yJIgBBOEDFKOAk9VxO2gtVfDous/LeKA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/TimeStampResp.class" - }, - { - "key": "SHA-256-Digest", - "value": "3tbtwA/2p5hqHyHKUVfsvePQdTBe54SCjHPPhP0I0iQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/SwitchIndexer$Asn1SequenceIndexer.class" - }, - { - "key": "SHA-256-Digest", - "value": "xMqBLRwMgeQZPwbdCZhecwnwpCr2NOgUsmyo2EH/RBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/HeaderInfoContributorId.class" - }, - { - "key": "SHA-256-Digest", - "value": "5jg6Va+OzhIm7mUrI27NmNTAUvS3UnQ7d0T7g4k7U4g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PublicEncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "8W6HrAssUrkMTSNs4RZCDbIXDvIq0BjlGg/UM/gEnPg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "xxmDpLbHfeguemFKNK0I7abV8noaXmIZ1C9R2jiz2zA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/oiw/OIWObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "dWf2+ZE420MDs5L8aOsCERCvqijbPk7Jzz+wtit3wP4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/DcEntry$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "YoDWrlqql3j/k6hGwdDKLTo67WSSy2sNd7Gk4gmX1EU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OEROptional.class" - }, - { - "key": "SHA-256-Digest", - "value": "AJHiqXlzYCiXWHW7VQRztxZMXSVdK/YbV9TX+h2Iisw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/ieee1609dot2/IEEE1609dot2$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "iKdkK+hCVpelTmUSqpW5jAeebWS7I/Vsg1UFfYeRJ7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OEROutputStream$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "TeCDzzQYcyD2u30QMRl3QQbYYzIlw1V7XjgMAAsDHJs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationRequestMessageWithPop.class" - }, - { - "key": "SHA-256-Digest", - "value": "aUM5CMZ0d/d6fgpEtvnPv1MvIs44V5seaecspc7fEPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationValidationRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "SotbX/ATwONkIrtTu09z8KwaUV7xExl6SW4CQhGingE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/MessageImprint.class" - }, - { - "key": "SHA-256-Digest", - "value": "pUPATgIKrsrPPCBBAtOQYHhSeaqmS+oylS04DJHm2SU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/PathProcInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "qaF2EGwRVQ0tRQcChoZMzm7aDRrdFmfPmnn/bZRNDuU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Latitude.class" - }, - { - "key": "SHA-256-Digest", - "value": "XQJvuFUau63h1+VjNlwZDTXT67ehcuhmw4bpzkf67Fw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/DigestedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "jySsqczOI7mVZVATWT03iuGGMZSs3ZAqYvEjKfztNE0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerAtResponse$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "MA7CfCbrnYPy0xLQ83gyxefMskvYmeqENzd6hbqOVpY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AaEntry$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Unul4Xm0yrksJlULTIVGKELQboMOqyLq59NvRNhO1ao=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SequenceOfRecipientInfo$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "yBsotPEIfoBfs9n09pxFXGbdp5Y7+iWEgfUc0FD+wlY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ToBeSignedData$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "x4jV704JT4rf8sfz43BoEp7BPs3+PfsFKXEyTK5rHhA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/OtherKeyAttribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "mb5ET6+rZPtelWyQ2QW4stLvH7AlsFgptRMAaZ2ydOM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfPsidSspRange.class" - }, - { - "key": "SHA-256-Digest", - "value": "56AdCjO/4FmkWBbV86DrD+qqXkOXiqa09fJrWiKXfhQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/DcDelete.class" - }, - { - "key": "SHA-256-Digest", - "value": "yrUyTN6XxY/Y/f/i8UzPXG5uXWLooRKjE5rBW3ruaKY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/AuthEnvelopedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "haE0JyLA07KkMFIsd3V11XKCPxIw4MJFgd0+rfEKAN4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/Controls.class" - }, - { - "key": "SHA-256-Digest", - "value": "p0o9vTTIh7yENuKSFHABQWsoNwcfJy5xSIL/qCyfGDc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/Accuracy.class" - }, - { - "key": "SHA-256-Digest", - "value": "p+kje4UChsrqd0KQcTBbMyuDkozRxcuCkvgixxyaTyc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/RcaDoubleSignedLinkCertificateMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "2Z2kFp6qW+gouBzTsCTeNesAgrMy4262s+G/ot4E1RI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/POPOSigningKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "W6+LnySTlyfUnjiP0cAa+FjQGGaQIUyHjohGngQCvEY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/CertificateBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "zkdWHuGdA3XgyX0Ee1BA4HWHBmLPJFXh1HwTRSCTpF4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/CertTemplateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "783aN1M0a2o5WKuQ52DkqRguArd1SFUR04pwl5CtkRY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/microsoft/MicrosoftObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "7v8hK7i+Eja9iP00nFMbMi/rPtqSiVT+euDtA4aD+rs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CaCertificateRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "7AI1P2Bd3VCjsBbfMKg6ndxG1NkJEA8QPOCGsd91b2U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/ElementSupplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "f0DgSyjuihSg3k+iYN/eeD6diSBVWD13z+k1I1YGlVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941TypesCaManagement.class" - }, - { - "key": "SHA-256-Digest", - "value": "w9/6YPQ+kjK6GhgG8+HTsLw1dVvg/mBO7ZvsiAzuz/E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/SequenceOfCrlEntry$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "0KXL4TYtDmBel1FJBcIAlxscDeacnVgY5nUfI6/yqJA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SymmRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Bk8U4sHlS/8eZger2T2viv3VtPVaLY4Ll7j6EsUvF8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UnknownLatitude.class" - }, - { - "key": "SHA-256-Digest", - "value": "12zNhl2bczHffGpbKBOaih8lCRNyFD/2j1IzGUOvdXc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/TargetEtcChain.class" - }, - { - "key": "SHA-256-Digest", - "value": "bv+kceQE2xB+gglyzlvu+vdNmt8s6pkMA9dB/xpmZeU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/OcspIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "01fYNSrURtWVRINzrzQ/5Ndcp1uwGCs+O7943dipRUk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/KEMRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "u3MFT1iD3kxK2VzhaVcgcpsX1CqRdOi76P2ZkWTze5A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/AdmissionSyntax.class" - }, - { - "key": "SHA-256-Digest", - "value": "YWsYSZXDSPCrKRp0TzDwrg6N8u73mu3kuXKYiq1jAVs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CrlListID.class" - }, - { - "key": "SHA-256-Digest", - "value": "9MdJp/N6oUslihFMV65bVt6/C5yqEnSsWrNXeb+3C/8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isara/IsaraObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "RDamtRaHMCH7Vm+s++scR0i3PsoBItGjmWyeQz7aJDk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERInputStream$Sequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "oDsVQr0U09nxQRjFp29TjKVP70aEoMF5kvr2KvLI6Pc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/SigningCertificateV2.class" - }, - { - "key": "SHA-256-Digest", - "value": "HL8671+LWZlE3B6jhXkp2C6EalEsXdP6UnXgkPoI9Y4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/EtsiTs102941DataContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "U6Nd7RC5nbB6cqnyF8f6F6OxQ+ng8WldVO5nPhc/X1E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/RootCaEntry$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "VGf9AhPe7YIUsHd/aRrgneNhZjlJis8WdTHkU7xB4Fc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/OptionalValidity.class" - }, - { - "key": "SHA-256-Digest", - "value": "U1XSoezY85+RwnBCJC9AV1pPN91EQHg4f+LVJFvXj0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CommitmentTypeIndication.class" - }, - { - "key": "SHA-256-Digest", - "value": "XXy+FjOYPDxb9azl3xEU5pXqZN0ErVDwjj8d7pohDjk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/EeEcaCertRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ey9+PIHRAGP6PmPWKEqGnkQ8qIXPN9zaz5zh4iPtdVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIFreeText.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q8jTfB8xG50VnazfTsyzIjWPm40SVx8yJLf5AvfoSAk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/est/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "OYfeeRrsru+2SHzAheN+gA+vapDFPlXEtI3PccKYXho=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SPUserNotice.class" - }, - { - "key": "SHA-256-Digest", - "value": "bmfCoC9K/kqZW+n4zDaWW+M/JfrIfygW7eYhJK4ZvSU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/SequenceOfCrlEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "QPz2ODL0fL6PvBChKWeXXjeQySm7GjCPBhnUJTEiuv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/BasePublicEncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "lFN43jkEaLfqGRz1Mr1cXMA+Aj8BEjTnQiZKOud4QMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/DecryptedPOP.class" - }, - { - "key": "SHA-256-Digest", - "value": "6vuFH3EDgDYtcaNrCwKDk7ve/AhQA7Ic4wJ7vZx38DY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/OtherRevocationInfoFormat.class" - }, - { - "key": "SHA-256-Digest", - "value": "R0FQnYOy15UdKLJBj2wWGMdKSCauN3JB4kTpvlynh2U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/basetypes/EcSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "zNyUGbJG6HfO+HSTbqsHOe8leQuAWHNkKdJq84ZA2h0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097Data.class" - }, - { - "key": "SHA-256-Digest", - "value": "MkIDZe2BYIaTaLhoSVEwxCB8XuOLsHk30j9hDnlxO4Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/BitmapSspRange.class" - }, - { - "key": "SHA-256-Digest", - "value": "FAlsXq2YGi8pivezxOrBvmm7mvJBwB5t+TrRa996xEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/SignerIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "kA7NMj6Hybz0h9EvC0Tu58yaWhTLLGHibGlCIDTv6UE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/basetypes/CertificateFormat.class" - }, - { - "key": "SHA-256-Digest", - "value": "alzVM3cSzqnmQhcnfRkF7XchEW7X+BglEnhE1pqIHp4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$BaseType.class" - }, - { - "key": "SHA-256-Digest", - "value": "+PYU3aIgUDJo/pqXN6WuCwMkykXqEpVYXMXuq/MX0Mk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/ieee1609dot2/basetypes/Ieee1609Dot2BaseTypes.class" - }, - { - "key": "SHA-256-Digest", - "value": "cbBE9KzxyZTrm61XX2kamXRZL94MgI5lPKLx3U3SBDc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SignedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "lfqFBAAtu/OrroL/lfmezDHv5HgCxD5ZwCBB8ZJz2w0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UINT64.class" - }, - { - "key": "SHA-256-Digest", - "value": "OJwXA3aI1KILlr776joG6dIJVEDUi9+KHK92XFGylxI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/RevRepContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "atzSD9ExLki4r4usP91GdLjDxc+ZMfZN9JVv6pw/6g8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/RevDetails.class" - }, - { - "key": "SHA-256-Digest", - "value": "R/NfabpScT7+3E9Dscpev3QehGWBpTo8y5tW0koWkyY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfUint8$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "YjhitnZmsaKBlRCYeHL4qI2i8xfZFh69Lw+z5F7QI+Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CircularRegion$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "hN7eiUC9io9Ubn3+bIi2OAvO1lb07Qvco+sUAU0EPdQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerAtResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "uO8ZWu/JkpcHZjjNyrTDPNz4vyhk/1dwTan8cSN9m6M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/EnvelopedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZlNIU/Tlpbt5MOCh22rde1B4Syf8BROpJ4v2nzREwac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$OptionalList.class" - }, - { - "key": "SHA-256-Digest", - "value": "tJUOJjWZrkj5FcOxHnG0Xl+0gtblRA1FYlCHVaxPQcY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PolygonalRegion$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "42I5zJGdrDOG8jAQYgP04zYGcTKSLXa9O+dyY5B14Ow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/EaEntry$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "DcWYshonCU8s+yTPN8+908NqbM+emq6aSo/UTKHTNrE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CertificateRevocationListMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "a0htYpruWrdVHUPF9W3o7pR/A1lYJ0um836Xb81OvQg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/EtsiTs102941Data.class" - }, - { - "key": "SHA-256-Digest", - "value": "7cK6VRDkI4QaFtF934CojY8s2hOpCxgVHTU18cv7evw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/ErrorMsgContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "DVb2BTfrjRc+nYE+BzTe8nm0QpbD36x4TtBjQ/lEGxE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/HeaderInfo$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Da9ZiBuiuBr1sMSr0bpyg3PL8FFBGWVyrMx7TFAHTWU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "oNqDiyBadSySkU62iB/UoDb7YZdiyoV0VUzTYwZPkdw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/GenRepContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "H+526c/FzKBNiW9an8QExWmAEn0e6hv+zUpDneWuyBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UINT3.class" - }, - { - "key": "SHA-256-Digest", - "value": "YcRdScbDYJt1FBPlJzFbR7mjfID2rUP8qdb6RCouJc4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSRequestInformationBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "hEK6cy9Te8RZQTmqXFNNGtIBngvpfe3uWRr1X5kbJe0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/InfoTypeAndValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "kX5P3jfHCTGByK7yrLeeomc0E6+74pEjte57QuuwEyM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UINT16.class" - }, - { - "key": "SHA-256-Digest", - "value": "N/1/PZBNVoA0rhxNaIgfxoU/rw/j2M631MGR4RKx990=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SignedDataPayload.class" - }, - { - "key": "SHA-256-Digest", - "value": "l9fRBhr2+EzXnXVyR4yUNQD4xiYltGoDBKmNRi4+iKg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/TlmLinkCertificateMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "5LZc75XbCikQMjLKdwjzEhIMlT3ZyM8el+CSZrOlW0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CtlEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "q+c2zEZOnnRrudBC+jytdo432k4fgBEDKK6nLt9VCoQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CrlEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "sBkNsHMBC2gklzr8gl4fdUwBUHrXriG8JN99iIX3o3A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/FullCtl.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gri7uoQjEYfo9sBO6LlR5Gr/4kQvFXXN8byMblroPbE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Signature.class" - }, - { - "key": "SHA-256-Digest", - "value": "7Jld1KmZbpxF10yimBDIQWd8zSa7Da/hF+PDbtZz8d4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/AesCcmCiphertext.class" - }, - { - "key": "SHA-256-Digest", - "value": "++KbUUbJDTuNWBj7acNxPaMv4fDWRO9HKhPqDozkftA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/RecipientKeyIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "njw8GnYEU+Z7uLfFZRnSb75FW6CTxRce0U4u3w24Wx0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/MetaData.class" - }, - { - "key": "SHA-256-Digest", - "value": "rfgnNMdOQn0AK+QoxaguhpkWIluLP5nOtEWidJEMvWI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/ProfessionInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "pFWlZqxpUuz47D6eq856iL6jbo1l/yJb5qBycebWB1E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "p8p77P+qQD8b8puokZv29F/yJjwcxiAd1ranTLtClD0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ContributedExtensionBlocks$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "XXYyJpEqHjJQag9n7yb0O/+Rb6ihomJfpuFUMPF1NLs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/Challenge$Rand.class" - }, - { - "key": "SHA-256-Digest", - "value": "ocoHKYP/8mAZc6mMX9MIJj3cLSGsresUSmDBj1g6aQ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/SequenceOfCtlCommand$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "OoJZUEC7gNCfMiWqx47XFb/5h9Xw6Xb7mp6gK7e9hM8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SspRange.class" - }, - { - "key": "SHA-256-Digest", - "value": "5aAYQMV+uEQmBqEqphmWlpFr9tsJPYoNwXTtfIhNahE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/DeclarationOfMajority.class" - }, - { - "key": "SHA-256-Digest", - "value": "3KvDgmFwD03oqldI4MKxuBOGEYj0EQ7rrdClhyy+Dco=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CtlFormat.class" - }, - { - "key": "SHA-256-Digest", - "value": "EagWgVdbdIkxJi6X/Vd1gum/ad7B0g1UuvYFjtZsuqQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OEROutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "SvT5CIdDIaQ779QVruIa04q6MGfNFS3A+t67LYj0eCw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/Extension.class" - }, - { - "key": "SHA-256-Digest", - "value": "vBMiGPF+ZZx6iLJ/1x2DobewnVj089q5rMV302XADWU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/CertificateId.class" - }, - { - "key": "SHA-256-Digest", - "value": "rZ2ZWm/0lSXcD9WKJQcu041fOqVwjlRTZ8ER+SWkUwA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/smime/SMIMECapabilitiesAttribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "0/dqzTYekfmjzHKI5EKk0qVjB3c7ir2wB9E/D9YtrFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/ieee1609dot2/IEEE1609dot2.class" - }, - { - "key": "SHA-256-Digest", - "value": "uKH1rfFrM8nSHHbxa1br97tctGA6SZk/bALx2pEqSv4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/CRMFObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "v9LttcQfRXIX1M2Gj6S2T7i5TxsbJ/vXyKawhT+ENxs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SignerAttribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "mdnfJCB285zpoxc9cIL229RMf67/UG9lakSyMJbCUtI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CaCertificateRekeyingMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "GZOupkglWPPqlxiDaI+lby7GOGy/+562i8aespS13Po=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Point384$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "8I8SxrU6/aYdv9uDEwT3b8/7ZNkO5LEjuFSL5S/dQSo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationValidationResponseCode.class" - }, - { - "key": "SHA-256-Digest", - "value": "E3k5tIYyl2G8bSURZAMjMTS872l05b6iiLbDvLksyPs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/KeyTransRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "dWSMyYB54crWao01eBrFzd0wuD4dg/3Xru6csf4KGMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/SignedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "vOwhMwRP0ymSXGkw7NqOf81yNIqFJuIfxrCUcrGlVd0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$Builder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sv8Rgst3W3WZOR1nZlELoUccDjQoNN3mPOesWvKsU2A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/Certificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "vuZ2zjomxOWEWW5OX0cWO1f73QGWveRrq/H4MOXaPys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/GroupLinkageValue$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "KhV0SHV89agXFK+ZY9OoUjNBMMfk3U5mBMZ5ipr2ptI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/BitBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "aFoJu6Kt7aUYr/dHg7lpfU167KoVE91cY6rLw12Smbg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/SigningCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "+E8eqnqIA2ZVrEODF0bS7TQ1qxE18DxrpeK0jP5RHF4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SignaturePolicyId.class" - }, - { - "key": "SHA-256-Digest", - "value": "8prF4NlvoS86zcjOXRAid5dIBVIqLXvPDwerueDB9Qw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/CompressedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yciac4AF9JiyHknqQ1u0VwcPaAqMwoeRXft5NhOxY4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/OtherMsg.class" - }, - { - "key": "SHA-256-Digest", - "value": "KiizWc/Kh5Rk9fLrXw8K+QWudkqPOB2Ls1TnZHcY+5A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PollRepContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "yhqXtAX1WnTpIahJDCdWJ4CG+VKE+3VguH+I9dOVr1M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/Opaque$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Uu0W8L1n7pZzO1AoYxK5uJdwvGqdirDud03s7vAUqfI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SigPolicyQualifierInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "xSaymC6nML+jJrhzpCW2uNkmutxeWwb305reqoatPz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ToBeSignedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "VpzYk14lctMPUvXVyBkP5e7ycloc3VM9/WwHhBFKH8Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/DHBMParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "JsaAWDWEmTr+lfkdXNN9cQHkrcGssguHsf286RE9S1s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/OOBCert.class" - }, - { - "key": "SHA-256-Digest", - "value": "k9cmmSnunoLrrnexM80hw3+jdr0edkfsZcqTz13d60Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/EtsiOriginatingHeaderInfoExtension$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "sMAON+tkAedfIh10eYcLHaLYONam9cQhiJ33zloDQEk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/ieee1609dot2/IEEE1609dot2$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "FqztErE7sA6y5WdjIv+KtLEDvLcVXMtBO0qwE267Co0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/ExtendedFailInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Hbu1+I5L8FWarLCdsrCnoMo2y3FY+0R33QULlYXc2Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfRegionAndSubregions.class" - }, - { - "key": "SHA-256-Digest", - "value": "GMANKbZkUo4P7cVFal/c++jX9uC+Jc4TfQd41A2P//Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CrlIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "xhfH4SCujFvmx8o9dCDYDxoQOCYGGU3fKSm5svOf4/k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfHashedId8.class" - }, - { - "key": "SHA-256-Digest", - "value": "qlXZFiZD3FojMnJCg1uIQjF7QKR9VsclLAe2s8MEFgU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/ThreeDLocation$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "wK0zEblEEPwxkCvji4fEqWDTfsPmUgPsNoxaCtdl1ns=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/Element.class" - }, - { - "key": "SHA-256-Digest", - "value": "nmwh1WcEzJ2UTO9wByIecpPNGW7giDUkg+5j/HS+Pa8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/RevAnnContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "TDZZWmtTdy8rT55fTLTwFMDkvkJhjGkc1P5Oc6mbZP4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/ESSCertIDv2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZHMTeUeRceGiAMPqT4j0ANolEga+XVUcgk3JiYjXUS4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedLinkCertificateRca.class" - }, - { - "key": "SHA-256-Digest", - "value": "J/UlDn9DEI3PP7ZpAyzQx+CsfYHbliTFiMk/7Pa81Nw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/module-info.class" - }, - { - "key": "SHA-256-Digest", - "value": "RRlfeXK9gOSWnDlwwvpqL9emO73inrFXgABnFn+ipSA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CountryAndSubregions.class" - }, - { - "key": "SHA-256-Digest", - "value": "WwFkcOfvjIVK01GNfxyOsvWcsZOxUo7dejqiCSgiVzc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/PartialHashtree.class" - }, - { - "key": "SHA-256-Digest", - "value": "/6kefLu25UuqOLwxjuU98LlBWXRqLz80LQBoPzvQ3oM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/CMSORIforKEMOtherInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "fc0kKOCW+xv0V1+BdtUKAlRn0HUJIAy1QkWr5RqoH+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/EncKeyWithID.class" - }, - { - "key": "SHA-256-Digest", - "value": "ba9oo5eY+esXuPyhGii/FVs4te7eKu76mjgxfoV9OyA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/OcspResponsesID.class" - }, - { - "key": "SHA-256-Digest", - "value": "YDLPpFzpYXFDWSf29/BO4gnLu4U4tIn6aAlcITXaTsI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/ProcurationSyntax.class" - }, - { - "key": "SHA-256-Digest", - "value": "TxDfZ6IM2/P7nX1fjtr/s84dnF2SPsZxuaIDUuhxbjQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/RevReqContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "cszCCn7jP74BKjrU4bx5ReO8AImwTes6VJZDkmljXQk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/est/CsrAttrs.class" - }, - { - "key": "SHA-256-Digest", - "value": "CKwX9o1D9GDBrZz0UOTxves/GlxaAexa2MXd3Jg5jNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EcdsaP384Signature$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "rsh5IaFha7JGcspv+5sn4c57OaOZ8bzHwVloTQNB0dw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/OtherRevRefs.class" - }, - { - "key": "SHA-256-Digest", - "value": "0zk8jl4ubQ4p27J0cAq0jBd5aVsd+ophgRgfZX+IZgE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/EncryptedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "Os0Vhu8cmeyOu5HXGmUufrzvAt06VtBO81Aecrho0Y8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/RevokeRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "2cl+zPv46U4vsCZ7a1KD3s7+O7GB9hOp7zb5Ncbzr9U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/BidirectionalMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "gVQFlGDrg5fKJXeL5E9/cTx6Dn9rp4L7cIFOcJnoQFU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIBody.class" - }, - { - "key": "SHA-256-Digest", - "value": "l/Uqdihe6/r9/KJ6vt1W/3ui/5d5ZzXIaCHSpvqRmWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OEROptional$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "iE1pp6yCQ9eYWXWUnkrSFNsHRLOIDA0lcLQFldp96aA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/GenericHybridParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3f40YEjem9WwZlnz4kN6UdEHfxYUnFvZFKaibrVWy0Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097Certificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "CsNVaNZtrToNyynbAwqv29uVLIqD4YWpiy7kDKXkkQ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/SignerInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "KKYXVLqR5+IJW7ycQ2/WsxFcHIhuEgR7QgLIqwlan10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/CounterSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "s6envOUWTz+wnV7/exR2yKJf/0PB0WSDszzFOzfZIvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CMPObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "qddtFmK3gKV7vYXvvijcHW4yeLinXIuj1A9v9h2NPbY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/KemOtherInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "g1vY4S2Eiar0KFvQbgyk5jlHRjYiaUZnXAWt+CqWtv0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/BodyPartReference.class" - }, - { - "key": "SHA-256-Digest", - "value": "bmYFzbwNR2TOnJC/aUM1Fp7QWocgnQL2Z+Hh2IfaZNE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/OriginatorInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "PbhdROLrhgpoo/eApNNMx4LNGE0dUjdx8iWZoAproIQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/RecipientIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "nmgJUXLKy7L7Pbi3LiK2ev+5UC1jNFuXwUFjabRfA+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataEncrypted.class" - }, - { - "key": "SHA-256-Digest", - "value": "VRF91594hsC8A6OiVOLmhKTuGfYwQ8cmePMU/pc4IH8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedLinkCertificateTlm.class" - }, - { - "key": "SHA-256-Digest", - "value": "mlSNDqZl/jDqcDik6/WjgcqQdiwxFVVhFNt4JI8z7DE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$ItemProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wqf4+DDTrtZXFyThKc96ElL8mtVAOPKIxaHSlKAbc4Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ContributedExtensionBlocks.class" - }, - { - "key": "SHA-256-Digest", - "value": "s5nZDbrfXBAjVBAY/Gnofj4oe6R3YqPm3QwcAm7kr70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EciesP256EncryptedKey$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "TBesqMQQztdQqRSU1GCFfVwsAI/vGU0d8JPj0OaWB/4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertConfirmContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "ecLR44TSeU+OpjVTJIlBk4ME9dmg7hBu35dWT7LWQd8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/EncryptedContentInfoParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "lKmW3d0JSDkqR33M9zSdbc5JkU4WjXVbYlsAwC5vROo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q39kELQfNtOhc+S5b4RV7CCjsY7MEo6WGZoqZk3Pf+g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "VMr4TEcuW9hN2hqufASKSGs/n3An7BM6yWEpM0a5+II=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataEncryptedUnicast.class" - }, - { - "key": "SHA-256-Digest", - "value": "vghK+kt/tu+YJP5IGU9wnn+jnbTVO+W8BEBZynuZUMg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfHashedId3$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Siqhy30EoEliQJoi75ip2KeMaoEzta1yiIErLs4/VDM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SequenceOfCertificate$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "aFy5hRIf4SJPckBPl5SCmawPrha3finqePXgPdGPjYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "2OxMyubGR65QxhoYYpZ0wWQbYIWVURPWOPV5WdlzAEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/CVCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "whTKKtWczltGg/fdj6FLWd766vSI+2KUlGFU43StNoA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/MonetaryLimit.class" - }, - { - "key": "SHA-256-Digest", - "value": "a/HOSptpBpelAr62yD1JKqvoTYAzp3RQDaaE5oa2xsQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCPublicationInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "xpYPDQIYCuqD0k/C62G78MBIryTufmHiuRAUNQJw6nw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/CMSAttributes.class" - }, - { - "key": "SHA-256-Digest", - "value": "N0sLRD9yEU4DqRMKz8OETBAYZokUrIpEHi2oxUDYGKY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/IValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "WT0ijHlZV0ycz3kldu9Sjepkv8hpRrk8m69w7iCkNPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/Admissions.class" - }, - { - "key": "SHA-256-Digest", - "value": "C7n1mD2kEd2b10mLbWWC5MOUouKutdZVvx1U3QENPNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/Ieee1609Dot2Data.class" - }, - { - "key": "SHA-256-Digest", - "value": "+GD9zAaL3Or/TVCXzBPSJtFqCp6t2DJ8N+PnQWx/BpY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Point256.class" - }, - { - "key": "SHA-256-Digest", - "value": "XpV0wLCAJPDICdxW0Bwas1c2PbbkCDObRhUfmcqh8ZU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/EACTags.class" - }, - { - "key": "SHA-256-Digest", - "value": "ftVwTeCkaxsgL/jSEWPlq9Yu3vxhuj8wC4QLcRq8fAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/PKRecipientInfo$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "MrweAb+w2IvZonodfPjrmaw9JP4RRjBX3p4nBB4Bxok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EccP256CurvePoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZY2iYr9DqkYcRXGlcbcT7sd1eRfJ9citVgvuvbJrZjI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataUnsecured.class" - }, - { - "key": "SHA-256-Digest", - "value": "9P5BTOGS5FKxxI9BYcvIPEK84YLUHHekRVSOrIt/WqU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/RecipientEncryptedKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "i+FfIlFs8mBqkI03hQ/EE5IwBoV9J6TmlIvzW5kERPc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SymmRecipientInfo$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "i33OexnrN0SAiPvEFwV4sPgSTcqO+Q4Ne/RsMAMQdkg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SymmAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "9Rewc8q+ulq5CxL8eXhg5Gn3D22dj3bX3pp6Wt8msiw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/SignedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "JVQQ6ONEYhjmGA4yCIF6C0HJnPtn08HBAlN3eoTxe04=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$ExtensionList.class" - }, - { - "key": "SHA-256-Digest", - "value": "xck/kbJdo+bcUkUThE4BbIsM8foRzvVSEzGG1oVLAR8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PsidSspRange.class" - }, - { - "key": "SHA-256-Digest", - "value": "AqG/QS23IAdv4Hnc/tvJPFA/OY7ltl/erRBLNQm90Vc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/iso/ISOIECObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "SGgveMtc5G0C3y4JZ7g9SJdDpsgjt+RffLzB6usd96U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSErrorNotice.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ZmRfYABGOO75zqKtl4QC5nhS78uBySPox4N8e4WVkQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CRLStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "OVs0nKO9HGh0v9u15qGWM5/tm+b93RDKLbq8oJUlYY0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SPuri.class" - }, - { - "key": "SHA-256-Digest", - "value": "NeacdTCdglluoYrUPWYR5oKso+dVlJcHqNufKJfvPJg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerEcRequestSignedForPop.class" - }, - { - "key": "SHA-256-Digest", - "value": "S1Iu84C7MnRSSqpFJzjfocqh4iXm989CNht7bQgrqQk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/EeRaCertRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "yCab7fzyeS2KU1wNhFYQkUccp7aMjZnll1QNfjeJM0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERInputStream$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qcwU6hltpcEEpGDFFDdI2RMyHUdlB0f0ib0mJ1f2fmg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/basetypes/CertificateSubjectAttributes.class" - }, - { - "key": "SHA-256-Digest", - "value": "+rrrG4M4zyU8EbpymirptVEph7wpXwtn/zCrIrRkJnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/PasswordRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "fdtQ7xGUxsR/McWle7TFqVv2uUglI43o7OYVPYfNVXw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/basetypes/EtsiTs102941BaseTypes.class" - }, - { - "key": "SHA-256-Digest", - "value": "0hQA+1n5P7LVEsYk6c8Z0efoFEjVf9ZUeV+g8zr8qyY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/GCMParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "OqlWP60q9jN0+QQ4uuBGAmMB4kPVX6+/JFbIRIm6tHQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/OtherHashAlgAndValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "4ZPttWByYCK0iiIgp7BwXBwwPb2QoO4uYZ7Z7URlV3Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerEcResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "elq2pToXHGoocACUg/rSjAmQxUvI7uHzTG0l28iRZ9Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/SwitchIndexer$FixedValueIndexer.class" - }, - { - "key": "SHA-256-Digest", - "value": "NH0QN5X85um6P/+8Rm4B+C+FMLzRp9QGvw8rplp/ifM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/SinglePubInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "/IsdnmsQ0KK0NJ0J52beCS/DguTpqKG6+h+/VMsKnLk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/Challenge.class" - }, - { - "key": "SHA-256-Digest", - "value": "mwDqOCDupjajzPoWNgxQ/r/ROiXvVysaW4/wN/I/YHc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedLinkCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "/0mGEITuacEuYXpwlbROeJIllyfmXUTxXleAXVfLgN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/EncryptedContentInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "gC6O7+bGHZ9bT2PUKHogkEON/028BKFXFbw1jM2CCvw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerEcRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "vKwzNv8U+ATwhiaahjgk+RB8y7iXCBiO7hUkrmV84Wk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "VaR2Y6O3R3yKte2SUbl/1j4GA7EW4bv2irblpVjTRAA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/Time.class" - }, - { - "key": "SHA-256-Digest", - "value": "e119WE4OqxlXgQu+9fbj+dC+qoKd6LhXGust+bcIqvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/Restriction.class" - }, - { - "key": "SHA-256-Digest", - "value": "7NyMOtkCQizd6bWjZ5YyRDKnNVcGJNka4n5vmjHOrw4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ExplicitCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "L0KLKWZ0SNPNwMJOpKnAciypHfnxhKHXSBmXpNVHhbw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/SharedAtRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "t5t6l4PW5XjDwfHtUvaz6gb0yQLDB/9eCWnh8Q8U9HA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/NamingAuthority.class" - }, - { - "key": "SHA-256-Digest", - "value": "qYvjKw7eJs0WbJWhTojFVeVEhLznp+RynDqiwJNmA8A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/RevocationValues.class" - }, - { - "key": "SHA-256-Digest", - "value": "e04nsTR2JOazS9LVRpGnQcJZQ0pilOKBjLbqf25tASg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/ThreeDLocation.class" - }, - { - "key": "SHA-256-Digest", - "value": "UTh0uw7whAzHPyq1P4e1fFdzKoxJYbuFQ7DrPrjzNyI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/ValidityPeriod$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "a5he0n1NHH2cFrayaCarxaiP+mzG8dZCyCKJJeZKMnc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/HashedId32.class" - }, - { - "key": "SHA-256-Digest", - "value": "2FAwKPaVixggh9nGa28Z35cEEYTrgz7BpTibP5MFsFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/OtherHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "G8LyxN0WiAP3YAodeUtpABdu7WBlnZP2RlvoPbhHsrs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCStatusInfoV2Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "dI4KNN7shK3+/HKZUUc/qWMXxWQpuVMfH7EgXR/ebYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/GenMsgContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "TSnGwR/MrVGu0Hpop0GUa0BBjpJ4DSn8U44z8d57quc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/ProtectedPart.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Sqh95v3Ogs1GnWxcCrZUV2fPYMDQc87TG0WzosuOdc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/icao/ICAOObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "tIgD4vMABHBxxAay7QRFPsE2iO7tYm3Yg1BUz0SkUbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/ocsp/RequestedCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "JPdqsbvWBY/eMhEgVSe163PAl/WlBhk3nsqvf4tOGlc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "9LSJkkr73sHls1OFEgRT+fFj4xorYIAbQRYwbPOr784=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$MutableBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "jxZzWuG3HPLGcZpzQtIbbKFmMWns5BoCzu8QLRF5kF4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UintBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "gIH+kZThvZZomJTtJw6Kmn86s30S5vglVkks8geGKBA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/OtherCertID.class" - }, - { - "key": "SHA-256-Digest", - "value": "gEJUHbvhYDMVwFdPvIIMxl5/ZJfC2HTWfeYAAsI2VTw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CAKeyUpdAnnContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "wEKZkfbM7wNdYMNJPxjt+QdvrhTTcjfv9hyDR6e41CY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/TimeStampTokenEvidence.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dxi/BcY/gnFTGNmQfRZlxvf7SzRKgHrmqvU5IdGW0VI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/PsidGroupPermissions.class" - }, - { - "key": "SHA-256-Digest", - "value": "wyujwk0JL7BCy0I52qXCF88rgYH+KybC53MCwGJ36bI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/ieee1609dot2dot1/Ieee1609Dot2Dot1EeRaInterface.class" - }, - { - "key": "SHA-256-Digest", - "value": "uDnm8KM4g4jmxVae07FeCTzqVi9qCf17v3aKsH/9khY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfHashedId3.class" - }, - { - "key": "SHA-256-Digest", - "value": "5GKku+38pS4VTegjG01jMoeMs+ukChGL+VsYBqvnmvs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCStatusInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "B4eYAfvw/HeYWFgzZPaP74jPLqHu9fRMDNKp6af+WpE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertOrEncCert.class" - }, - { - "key": "SHA-256-Digest", - "value": "+lDioZKwW56lVmnT0N6bvUffzvxA1yONdpWkvEFXMFM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/misc/CAST5CBCParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "+UreWErYnl7x64J91wVixjcK14eyqA7+22eTaCDUPS8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/OtherRevVals.class" - }, - { - "key": "SHA-256-Digest", - "value": "p8n2Kl44rUttb5g6tFnC89CVFfmFW6tEgcdrubNCshE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/KnownLatitude.class" - }, - { - "key": "SHA-256-Digest", - "value": "PxkfamFFpNoelXkb49LIsLuT2XuuZSVIPUjiLUKT2Rs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/ArchiveTimeStampChain.class" - }, - { - "key": "SHA-256-Digest", - "value": "VqQDofedokTWf/3T24IJG8hf4D2mC5obSUo9TNB6Vko=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfUint16$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zblr0ISBEcTvv3sksw/urofzoqpcHp7KHqkqYppdfeU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/OtherStatusInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "8nRhFEGYKyRlnIJyuBaoiTvVZQdoaQhpfBeHqTCvvFU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/PendInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "+D2Z8eecaskZn7iU/qSw6udDvN4ZVAlSfDZuWSgbbYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERInputStream$Choice.class" - }, - { - "key": "SHA-256-Digest", - "value": "iwCebipF5RYx/2avmLOnKyiz0TMcfQQKPT06yxAo4jg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CompleteRevocationRefs.class" - }, - { - "key": "SHA-256-Digest", - "value": "d0pJM4AI5jgf66cnXcLOWS+4bVZDmjs9H9Z+LLN79MI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptlib/CryptlibObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "tfhpPvkMFp5VdWqGR7NMeBSMpl2SCWqfpTI6URnfbjU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedTlmCtl.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y395haWic8VO4Y9alDkpNKRYT6mxUp2lxE6vumLhgnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/CertificateBase$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "FZ4r756TT21l3BdtpZxnkOFRkB36BUHCGY8Bx39xAKo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SequenceOfRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "twp4RQYfETO3/qAKAIn3ACGDQ+zbnjoViDggRVBUkPs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/misc/IDEACBCPar.class" - }, - { - "key": "SHA-256-Digest", - "value": "+dwTxfGf0ilIGMSqkz3gcaBXtXlYfopag4pWbj6ggxQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "4mYkK81RO+7D0M4SIziQiGjLEa6sw95KFOrMyz7X5ag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/TaggedContentInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "UGSWHgTQIWFX9R3mjxnK/nrTqsjj/175FuxsUrUnlMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi103097/extension/EtsiTs103097ExtensionModule.class" - }, - { - "key": "SHA-256-Digest", - "value": "c4CUcShgv4yv1nw1UxbmYFzPkHFNMc2aiEbcdGw5fDQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/mozilla/PublicKeyAndChallenge.class" - }, - { - "key": "SHA-256-Digest", - "value": "AyfBrrdrLQRw5YCh6BIHnizeozIWUWpo18geOIJAt+0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/HashedId.class" - }, - { - "key": "SHA-256-Digest", - "value": "/ZPl7pGraZOyortJJMemKckY5CflQtToddzlKgDSwcY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertAnnContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "74wDwWwBeiIHhZBiJP0JcMx6gFgaAbZljQhtz0LdSqA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/Evidence.class" - }, - { - "key": "SHA-256-Digest", - "value": "FK63WHca5GiwJflKiFx2yYnaPsG8rep5+SK/IeNkse8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UINT8.class" - }, - { - "key": "SHA-256-Digest", - "value": "75bvwpAWUHmmS5vTwIHv7puvvlV5oRrzZVYSzUpbWkU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/CMSObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "wMHrqGSJ1wv8aIAE2HXso8OmJlluvj5ibmfeXAUw0cA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EciesP256EncryptedKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "rTIOoUo6mnQwhPT2NcRH6eCuooBLwoslCsd6nmsl5eI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationResponseMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "pcdcTVgB0tPfHgmDnXt6rzE8eG/Aao2dXm0YdavIHAA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerEcRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "mAfAEMV0/etKdgxVflOCMb109U9Xr+Xh0bGQvpVLMUY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CommitmentTypeIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "2b9yLXeusompK97tBLTxssIC21Du4RNkZ85M9qpLxro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941TypesLinkCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "P14pB435T0HA4ecoFHb+fKS9zeHEWt2thbFQOI59cv0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedRcaCtl.class" - }, - { - "key": "SHA-256-Digest", - "value": "It+5kQiXuv2OURJpvg+M6SvuOutXIapt8fehJuxANsI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfPsid.class" - }, - { - "key": "SHA-256-Digest", - "value": "c3dxyLLM+hPy90nBNp0RFjEKkuFw3kiGb0WXw4EULM0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Hostname.class" - }, - { - "key": "SHA-256-Digest", - "value": "+fn5K0lv4e+yDl/KYT/LrOOo0+WqmTVTDy8sIvZ38XY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/HashAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "uvI4tRoplBEVOnaR9kKAiwUAnFXtlkKq0xjRi6tS6xY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CommitmentTypeQualifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "kosoAxjZ9bi9aeTKqIp8PJ2cV6V8zFTSMaKx/61iJLU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/icao/LDSVersionInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "briLlg0PQxH+chbb0nC8MwT/U0G9ggPROvy7VLur0AI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/GroupLinkageValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "mBYg+mRt6zno7XVi2Pl9d1L2WoJCbmdiU925t/HqhVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertRepMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yj2bEUajVPX/l+Oc4Kzi2DJ48wjWHp9EA/eTZQ7lIPM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/mozilla/SignedPublicKeyAndChallenge.class" - }, - { - "key": "SHA-256-Digest", - "value": "ILlHqJePimwcKxMzksACzzfNs1XLwkq8tIJRQsWPUWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/EncryptedValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "79lRekAfHGHW0sCa4JxFFZ/RSp70DicoOBFHv77BXMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi103097/EtsiTs103097Module.class" - }, - { - "key": "SHA-256-Digest", - "value": "IkeVmmtrOaV3knF5cDfklFI6gZES01nAcfjOHoWu2Jw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/RectangularRegion$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "OpH3GU4q/6WdAf7sq8oB8I2Uix8IOvSVFQQT/QIXbHE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/EncryptedKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "4PsDmNubxJrYWA8W3RjOQBKHZHMufHNxb+W6jTTJCJY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedCrl.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q//3oxVMf/uQ8RjKrpHtMqQUC1Iqri77mbpD/Jx+TNQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/RectangularRegion.class" - }, - { - "key": "SHA-256-Digest", - "value": "DxXguANnJU9q8+KsPQ+dXq24/T1B94ZA2SHjBC8sZn4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/PKIResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "m0fu+LC/2mqJhdEYmv/DvojFhbrZc7QAYjd4AW7ojVk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/KeyRecRepContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "QqStVqOVL+FJMmIphOgMOqWPXzNEvwhTAwRDoIQ/tms=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/misc/ScryptParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "3dBxFK1UJJg7Snv2Ef9WR1+Rw2+M+Geqem4Q61tAh+Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/GetCRL.class" - }, - { - "key": "SHA-256-Digest", - "value": "NrZPEDhs4yipSiUBO04kdcEDOMd2U4DthO3QBYxkRvA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/BasePublicEncryptionKey$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "TXPOyfb/z2HBQgUBT31Sm3FA00TF/MwLr7MriiSHjzU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/BodyPartList.class" - }, - { - "key": "SHA-256-Digest", - "value": "7HnaZlUTJCF8aULM1mk9id7OIY5qUqsI6k1OmKla7ZQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/OtherRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "X/YZ/UiNoMHKDuUyFoXIU5MTNd9U7nSlOWljeGABocY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/TwoDLocation.class" - }, - { - "key": "SHA-256-Digest", - "value": "KylVqno1x3thozwj2hScyjVDPLApmvLmz6szHwiXDgQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/SCVPReqRes.class" - }, - { - "key": "SHA-256-Digest", - "value": "UhLwG190bryhaQf2x88SoVeQwslUL7go14ZChzfQUYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/Opaque.class" - }, - { - "key": "SHA-256-Digest", - "value": "VVxYeDr1lGo1HsRJtCgSGzWQ0GdbVOa9yKV9rqf+1JY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/icao/CscaMasterList.class" - }, - { - "key": "SHA-256-Digest", - "value": "FLad1ripNEU/EUt6I7dsMASW44mXyxf8P8SRCtZcjpw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/smime/SMIMEAttributes.class" - }, - { - "key": "SHA-256-Digest", - "value": "q6A7IMcEt3nHFureRhw7s43rQURmw+Sp3/1YBGXR8Go=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationRequestMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "5i+J96N4lMJ4osGWAggczm5i13zp8NxwmLYbVDbi0Gc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/Url.class" - }, - { - "key": "SHA-256-Digest", - "value": "yj/qLY/LCkiZ4HTS+Lm9/DIAoVJbZ2QSHEHaLaxz80I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataSigned.class" - }, - { - "key": "SHA-256-Digest", - "value": "HKvB4HGiZKOsBRVPAt7tUR1HiM2cJUommIw3NZxRIEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CrlValidatedID.class" - }, - { - "key": "SHA-256-Digest", - "value": "M6kQKs9LVc8k2E4gtGKt6vI/vBTuCHEYDM6sAaJ0nEA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/ocsp/CertHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "N40AiJwYv4Ni5aBBBvGGiOVfgv25geBuU1fFvedoS+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/TaggedRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "BMGbLi8OWN5stBHK+IH8m1IrMjAAXI5Q38inbBVTiO0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertifiedKeyPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ne235RV+eGKmpnIUuecRRoRUJUPu+sIDdgvDmIKR9A8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationValidationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "jr1wfgt1BWGietiB9pzydf9NWorvo0fUflsWpzyi7XM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/EncryptedDataEncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "KRC26/d4imxSpQRE8rTnjsHHTL5t6OZlvusulGtlyZE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/MissingCrlIdentifier$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "tc+f3GqWIR/PLncmMv+01D0e4FnQxZIQgak1UqMp4ck=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/RootCaKeyUpdateContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "pzMzjOX002TThh4EftkO/VQdVgCDDiOfuDlfZelWiUg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/SubsequentMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "6B3d0rgErQTgc1tgFiqPJO6LYoy/nu8n8nhiTHFNsgI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/EtsiTs102941CtlRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "GUD8Q0dzOLf5t8RpxXeib+zBmb2WRvu6nPPqHp1LAv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CMPCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "YjKgpOYNvX9aMQk/NoChv49/BbBWpiuxu3SgpDGV1no=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/KemBMParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "B9NA6KdJMGTl0+yh27wN/nhXSCWsrb7P/uvKkSCF0jI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/AttributeTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "6m7O/CPC/ebpjdNTrcFF2qfxXY1TZ10rNJaVLMPqBtw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SignaturePolicyIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "WQHZx4xLVV1l6re3MgfxZcHgdhtWcnjPaqxmfP50ZO4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/OtherSigningCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "exvV5P++PYwVHS46A3TkDB/9e+rDfzeVP4JNiCUIIq4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/AuthenticatedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "EdDC7ZvhCAkrjQKv2Ykt4J4hU6vKeoB83HXShk6CAX8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/HashedId3.class" - }, - { - "key": "SHA-256-Digest", - "value": "DjlJWn2afeXqI5Z+7WNgrhBQ4pVUCif1pGJgy/6HKGE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EccCurvePoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "XxbqilyaSI/BMNbVQWHR9q5G4o7+bKbjNP8Eg/vwX4M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/ContentInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "/u5Y2RQVpWsDNHxBtJ2px+c1WZhGG89LqE9NRIOcHrE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/Ieee1609Dot2Data$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "JLiaHX7OEXp9mcsa7i9UVA5IbEsBr6RPqNMfh/jE1Jo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/SwitchIndexer$Asn1EncodableVectorIndexer.class" - }, - { - "key": "SHA-256-Digest", - "value": "+OXCo0JK3r1UT5vDbr/xo2HOuaUYPrEgRTTkwfMMxBM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EcdsaP256Signature$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "l4CcqiDF/wz40Me85WUmP9GzfZnE0+XJgoKg52iyQJo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SignedData$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "kxv3s8oQj3HaO/kIXT8gzVdBTC1ScA/CaxNVvoAl9MI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationValidationRequestMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "I+0vvbm00rbghNjlGyDp5gcia24D8AaMGDHlfpGnkJQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfPsidSsp.class" - }, - { - "key": "SHA-256-Digest", - "value": "FPM2Ln55UdY1lXP5pIPKgIPaVS7CyLCQq+1HdlaIOPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CountryAndRegions$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "jZF6ai+pPLzEd8lMk6ojJO0WBxiJHv6n9eHUqAEtkU8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/LinkageValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "zjwLYi9p9xgX/vGdBtDuyZ6lEBDo/TBpt1l8JBZYH4U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UnknownLongitude.class" - }, - { - "key": "SHA-256-Digest", - "value": "6UrAKZqgIyZCDW2prwdNVa/Xm4mTEtnZuscYV1nT5Ks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/ButterflyParamsOriginal$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "9/w+ibjm3eU+A6czzXlb1yxlcleU++ODHA489UuwJ2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/PublishTrustAnchors.class" - }, - { - "key": "SHA-256-Digest", - "value": "WQfjuQ9/xe/BX2Ufb6zduoS8MVKkQrkneTB8teadtKM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/RecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q47BCH+U7GaSb54Jnh4jNA2KWvz4+cCSk2vIm+8hokA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CountryAndSubregions$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "PIKW5tCOHn51C4zMTwKbN8KKvfoytmWyVXqEiJyEcEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SignedDataPayload$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "LXAPwo7+xyenVm0w66Q+Lnrma5QWoEmydOwClWMc+94=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/DcEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "ut9ebO1IhGpFVlU9q/Gcy0la3S3ma1piuKXvcW4KFts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/CertificateBody.class" - }, - { - "key": "SHA-256-Digest", - "value": "acRwtDPA5LN/CIm5q29bs019kvewQj8W81LkOcYh9bg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OEREncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "oQeaNDh7Y/P5VDT0oHO9GilS2aV5+TYsFVp14FEja+s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCUnsignedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "RqoPGwTKWPumS49tF9P5WQQBLgxYrJ26NSfu21yD2ew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERInputStream$LengthInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "lsbo9Yx0OtV3sW0ag36oVTvgZQW2drqnXJSl+pXbhh8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ToBeSignedCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "GXd6Eh5IjKFUTjh6+QzU7Yv799o2+uVkvPEP892SqjA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIHeader.class" - }, - { - "key": "SHA-256-Digest", - "value": "sj+8cwVfapN21cFByc4BgoQWRRV8L3e7IO4+CmR+tVU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/GetCert.class" - }, - { - "key": "SHA-256-Digest", - "value": "66iKJXK0pnQTfi7rMysCmjNScAA1KALmlt3iYz5Ih4I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/ProofOfPossession.class" - }, - { - "key": "SHA-256-Digest", - "value": "6YDCQR+xTIxsZNUlU3mbvSJuJIlEn684vg00j4XhovA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/TlmCertificateTrustListMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "TLtGiNU6USQPft5Y0glC7myAZr2Wvc9m4WHQcNQRBKY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/CertReqMessages.class" - }, - { - "key": "SHA-256-Digest", - "value": "W94ikXRVK2nXhEMtUsbCnVACopusF/5K9Zfw0YYPQt0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition.class" - }, - { - "key": "SHA-256-Digest", - "value": "XSRrveZzRu65enF8CYFFEYjO4EvQWxcrzsBdWhMwaiI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CaCertificateRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "VCTkvtzQyW1+o9xsxrXe/OZEg6af+TXEf4FKN2/0pew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/IdentifiedRegion.class" - }, - { - "key": "SHA-256-Digest", - "value": "C3lW524juoV2CZTl6bheo/A8wRQ/1aJEfjzdRosB5hk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/NestedMessageContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "OJYEkbJNkRhXfEi0f2gdYSmsMJTLFaa8anGjmeqPeLg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/AuthEnvelopedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "19msj4AVvCSShYsiAEeXtvLmv6znZrnV96U1PJNm9dM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/ESFAttributes.class" - }, - { - "key": "SHA-256-Digest", - "value": "qzLB1fiu8Puld6bNvMn/siahF/Vev54Lw20icKjXIvk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/smime/SMIMECapabilityVector.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Q6+usy13UPfKIsOftxdnU9wE8ZA6TvJHWkqLvL+7G8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ItsUtils$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6dJ/PSeFF+044BN81ThJByU2psWDVXibG/lH5QPDrP4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/BitmapSsp.class" - }, - { - "key": "SHA-256-Digest", - "value": "QccAvk17O7HqUMFS6OunAClM3vU+KHT0QsprxAA2pgU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/ModCertTemplate.class" - }, - { - "key": "SHA-256-Digest", - "value": "AwWCv5Dv4I5tLwG9XJGVZvNGy03PGXSGWgFBxoNT/g4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/RSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "q961Uc5tPBImk6/vPX5alcxbjFF8cLTHFQohaVADEMA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationValidationResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "wd7xUI8OF+osCBfYtY9I6JUVgKbjvZTeg6XI/Hwz2UE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/EtsiTs102941DeltaCtlRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "KV2JjE62+uAxJdfcFrMxGc6k87oMkXpJAtOSQohVFUo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/ISISMTTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "aMydIAyDgsPHai29qqb+lgMIRVXkYEpE+Ux1PAniozw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/AdditionalInformationSyntax.class" - }, - { - "key": "SHA-256-Digest", - "value": "r/OREJEt/Wl3NvxQuszr9CkO7deaQ12wd/6re5B98EQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Time64.class" - }, - { - "key": "SHA-256-Digest", - "value": "l3wCp3jiYMaRUIoO7Jqw1V4UHThVUVkN5+J5wybqcEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/AesCcmCiphertext$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "V8pGV58PVIGY31LTjHs4N67y5OJ3fud3lpJFFLumvb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/ValidityPeriod.class" - }, - { - "key": "SHA-256-Digest", - "value": "6sRMLcgy/XQFsA5UgBCM1CAtUuP5kkwbSI0rEaieBu4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationResponseCode.class" - }, - { - "key": "SHA-256-Digest", - "value": "8UR2F7aqUWXo96jV59NsBfUws9hfUv5RgOg06283/VU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SubjectAssurance.class" - }, - { - "key": "SHA-256-Digest", - "value": "5o2jP1VtyF0Fdlggv6WB5XezABZ1T0Em36l/+P2cLkY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/EncryptedData$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "uMsFLqN09xkb4nJdMNcq6KWsnPtUzL2WjdhOPiV1tcw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/POPODecKeyChallContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "KsQkUh8ip13wZitMJoByBCdn8ix/aT1o/rSGEifVBWU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/ecc/MQVuserKeyingMaterial.class" - }, - { - "key": "SHA-256-Digest", - "value": "ECO8V0iVJpO1Yr37As4hc4uc7VKxKbGc2VWobP1JxeU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCStatusInfoBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "YLwXQT6zV8R1k/mkDy4WgwGhsn2e0kkxSOKAbzeInqc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSCertInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mj6YIc2dZFXd5mNIMtDrG/C86jCdyotJ5QSsw1vNnh0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "RFRLc1oxa+UVYH0WEza3AV1KpTeWv8K48bdX8R9BpxQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/CertEtcToken.class" - }, - { - "key": "SHA-256-Digest", - "value": "+4eDeGnKbAUYKFSaz7q5qtZmXEbgOC0SUdvyGi/2jlE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/ContentIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "rQj1lg5cKckyEIlqE/2V8fFCVCrtLge3ctyRKRu4jvw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/basetypes/Version.class" - }, - { - "key": "SHA-256-Digest", - "value": "9bWvOAoUfBBtJhPuGTTfxdMtEtov9p15aK0oh/j/uB8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PublicVerificationKey$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "5+GJJ+GBGGTMalriX60P8aieO0CbM+N0+bzxMS16ERo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SequenceOfCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "7Eoxh6iUvgbN1uEF1ofsm4sHM+P/ywmcNengDYCduk8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/ButterflyExpansion.class" - }, - { - "key": "SHA-256-Digest", - "value": "FI87Ym6Ap42LioHOmwsAn8Wx/kE4kWQ5cCSDuwW7SVQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/RsaKemParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "p0L6GGGMEZ+J8svq8umbyElKnZPxwJqq3c9t03kinVU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/ContentHints.class" - }, - { - "key": "SHA-256-Digest", - "value": "wFrOXtrqXJyqhFbeFBhWekqvegzWRljBKN1YLhnQu3k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/misc/NetscapeCertType.class" - }, - { - "key": "SHA-256-Digest", - "value": "/6Rs4fe8EfkRfXK37Xm3FFydWyjDtQbAYuDx7t1y/MU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/HashedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "M1OZti+eqDvGCj9+FYNstnmZx3ll+VsajdVaxxA+QDY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CertificationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "aw7M6RPxzQ0Dv/8hJGHEqH40ecDBuD4Y3ZeLvv7AQUo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/LinkageData$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "eyunBIkiGqz8UtnAZgRiCUDU7x1OWvJjaVTFkVmtnlY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/EnrolmentResponseCode.class" - }, - { - "key": "SHA-256-Digest", - "value": "jl3ymjEqZD11ghDsXV6IW3SnHFe8OaSj52efNGSl498=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/basetypes/PublicKeys.class" - }, - { - "key": "SHA-256-Digest", - "value": "LXIoTaWpu2ijH+RQtXh7AQaLG9PjeYWKghFJytEA1ZQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfUint16.class" - }, - { - "key": "SHA-256-Digest", - "value": "3PXTCMm6FBHk95C/CrGqIyfPA1vS3ZIg7kB+0pbKLMg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/smime/SMIMECapabilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "0XOHiZlBayItOj2DcwHqNnblWSNBilaBsiK2vzW2PWA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/est/AttrOrOID.class" - }, - { - "key": "SHA-256-Digest", - "value": "IgqIUoFQxyE3lh2Bx5CkOvtIDrx9YYB4TtPoh6g9cqc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/KeyAgreeRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "hRsqclVY30eZvA2a0L5GR7H8z46VpMzUQL2AbB0LtlY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ContributedExtensionBlock.class" - }, - { - "key": "SHA-256-Digest", - "value": "BXH8ZiLVOsEcTmgdHOlWNhCA6TrZxROS1eV2uNzr920=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$Builder$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "bakJ2MQ5gh/shP3NqaH2MdyXwnrPsfTQVbb0jafsNGQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/iana/IANAObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "PZqLOxCZDmKMppQ/YnWGJQue8DjYgBLum0O0AbY1jOE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/LinkageSeed.class" - }, - { - "key": "SHA-256-Digest", - "value": "w+aE5EspDO1ccBabshljCCReY7aI8axMoRR0hcHBym8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CountryOnly.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rfp1DSerCpW9/Lp6NVrSIA9L2gC4BRwv4dOSYAAZM+8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ImplicitCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "7FPhAicmV8UFtuLaR344eQbFqfUrhhxJF6fBo8hNmPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/POPODecKeyRespContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "DkwO68912ikAPjp8dRjb7YHumuhZXTA8Pc7QW/F0zv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/PsidGroupPermissions$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "X5pn0n0u9rvK0wRcNXOlT9O4iO0THzbyCreh327Fyy4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Longitude.class" - }, - { - "key": "SHA-256-Digest", - "value": "0moC1exselbwDqMVSO1jaP8a79bYEVt6AX+DTyvRPH0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PsidSspRange$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zBkTS0qvraTotuodZ/NwwsYks8PzM2XM1bQO20L44+c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/HeaderInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "tX/uq3GOtXt6LrRbtDiAizg4dl+jOkYuIvmUVIsdVoA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/IssuerIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "CDrgqq30WrIqeKH+rcfibba3Yu65W/7wcbBIAOQBV80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/PduFunctionalType.class" - }, - { - "key": "SHA-256-Digest", - "value": "9ztCg5QJBzZqRlGNxPf4NECivbqULtxI23xMWryEnko=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/PKRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "RUNVHQ+3nKGSCrVdgzj57yeFNWjzq9oWG1hwWAI1lBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCStatusInfo$OtherInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "WnLluNuX0dQjhFkdN2MTwhkr7ZFcuB6X1Bb7P2HXD9g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/CertificateHolderAuthorization.class" - }, - { - "key": "SHA-256-Digest", - "value": "0TOFad5OToeNeVThqRhWbDmda+JFs7Movz4wCudUzgM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/ESSCertID.class" - }, - { - "key": "SHA-256-Digest", - "value": "4kct1sQlap2RLHG8gAfQ2P7UQHShGsyxUpZiDpAP6sE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfPsidSspRange$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "3ymA5AzRvoUCegfr1N46eFa+gEiDihcBKIYKzLgUizM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/EncryptedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "f/Th2w/6o7HzHXMshnyTrQiRDM45TGHUzbpxsOLTvA8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CtlCommand.class" - }, - { - "key": "SHA-256-Digest", - "value": "/8ly6xEoWJxWkZGvOMNsCFyM+KTweBC0tcMVJN/NkiU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfOctetString.class" - }, - { - "key": "SHA-256-Digest", - "value": "2ovDuo8CHjQDJKQ6USAqm2VZ5zScrwD0bwH64JjGlhw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CRLSource.class" - }, - { - "key": "SHA-256-Digest", - "value": "CHb2y7C3b8bdK8MQGOagWmihUtV4kjqGSJ8IEyA4SxE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/TimeStampAndCRL.class" - }, - { - "key": "SHA-256-Digest", - "value": "DqfACmbN+fQPfTVH+9eTiwgWaf2d00C4L/EfyiaIbe8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/CertificateType.class" - }, - { - "key": "SHA-256-Digest", - "value": "eK+TozPI+dAUjOijoBiVWO2Qr5cGA1dbkW2gXDE+ets=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/KeyAgreeRecipientIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "g0vkoPA3eSSz6VDhYDScrSULmlYn73NrpMx7QTeXSoI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/KemCiphertextInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "JXP+iJMnih1HymcDw0CBDv7QWBvOivL7Sjeiw4guBE0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/smime/SMIMECapability.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dm/8Bfv8Mfybo8+G4phF0Dnfxbv21+f/kQtsQIrkZI8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/OcspListID.class" - }, - { - "key": "SHA-256-Digest", - "value": "RM9TR4BAjXXmMnkETgIDN+ACMfAUiEAQ5W1aFmllaMw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/OOBCertHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "XUtTCvd4PHqYyDEcyCelMKRTEMz926qnslqmgYPjdS0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SequenceOfPsidGroupPermissions.class" - }, - { - "key": "SHA-256-Digest", - "value": "3YAx2yu/nEblCQvo9nhBegTWr8nQriNMljNyP3GPu1I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/PackedDate.class" - }, - { - "key": "SHA-256-Digest", - "value": "a4WeXy4s3GuhByrMfWckMuyk/48ImHvpKvzidUKrihw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/EtsiTs102941CrlRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "eN7Wl+TguT9ChFRg5eJbK/hv+mQ5GD5//0in10/NBWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SigPolicyQualifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "4jDwaA7vg+Yv89c1loOJTNAme9MMtC/fIWtVuhLOmNM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PolygonalRegion.class" - }, - { - "key": "SHA-256-Digest", - "value": "HmiVifXN+RI2iJK15p2gCW4GYAOWSxOAhBIjrsavLno=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EcdsaP256Signature.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ofaznyytkff43KuQlGQWCNivVDzPJEBOFEXxc7EFLK8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/TaggedCertificationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "LPDeE+t283P2Nbhf+DyM40hq1jJM87+88S5HVhyCeTA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/LinkageData.class" - }, - { - "key": "SHA-256-Digest", - "value": "j3Ne/uFiL2rPV56mEbpbswTC0aUaUydWr+3RUVWfxFY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Duration.class" - }, - { - "key": "SHA-256-Digest", - "value": "vslIZe2lAg7scQmzFC6Nk10yFU8tOk5RgmPd17YUJUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataSignedAndEncrypted.class" - }, - { - "key": "SHA-256-Digest", - "value": "9MQA0ZfBcsgq19kT2j3OhkKu3lNKolg39U+wU/ePBq4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/EtsiOriginatingHeaderInfoExtension.class" - }, - { - "key": "SHA-256-Digest", - "value": "5IOe3hY9gZSYFaBKmJPu13dYgs18m2oQu+9LlKk7E0A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Time32.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yhf5Mi5LazQceQysEoVHAzvjTUqN0h8F3IACD+5dSzY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941MessagesCa.class" - }, - { - "key": "SHA-256-Digest", - "value": "fWdaiPgCkRn+HRBBgJoxCWIDmmKP29bRoLWHeb2Ndi0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/PKIData.class" - }, - { - "key": "SHA-256-Digest", - "value": "BqiZs7lk+GwNNJPOzRwysWnLA94ggHHFZgUzqaog2zo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIMessages.class" - }, - { - "key": "SHA-256-Digest", - "value": "fKxGhOc8OySxnDvmOPHIr0EiDgSQu+3iBrxst8F/syM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/Data.class" - }, - { - "key": "SHA-256-Digest", - "value": "kZ8KSv5BexjNUYu7UtfW/+vWy6/BSNfHa/E54eVfKes=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/Attributes.class" - }, - { - "key": "SHA-256-Digest", - "value": "V3im55CsveK1R2+rasfDvR2hzkYILmGEnjBfOEt1xPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/SharedAtRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "jhILKpQPyEhtnZoqxHI1CrSAnG7B1IF+9JuCEOTVn4w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/EtsiTs102941CrlRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "vP/Q+vyvSSQPocxi57RuPAOy4etKrSXrts2PMmz+NdA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/IssuerAndSerialNumber.class" - }, - { - "key": "SHA-256-Digest", - "value": "uGcU7HZvkT8JlaWAIwYA8jurhF4G6mG0hqeyrCG6I+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationValidationResponse$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "X1DnnWET1Zp5UsAqfMAytn3rcWmR0rDdhWBNJOa/JVA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/PKMACValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "3uY9M78+soIJOeinTcuPR20mUQoK/Z3M52vbyz5kC98=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/CVCertificateRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "FbpX91VxndTQQGEG57NOviY99XNaFLBijkPa96jT6H4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/KnownLongitude.class" - }, - { - "key": "SHA-256-Digest", - "value": "zLIjIG0ALac7XJOIKNxAUFy3SX8rmDwzTF6MOVul0ZE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ItsUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "xUvgpN+0q52/PVCg5674SVuikD88Do9ohuEgr16aSac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/misc/VerisignCzagExtension.class" - }, - { - "key": "SHA-256-Digest", - "value": "b3bPrGJ5AdsWeO0yXYj7PIx6PZWplhH+UsxQbsisD+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/misc/MiscObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "r6Zp67ydVvizI8TQdUCdOqSWcnQk82bRZOwSji7FgnA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "eDKMeBB+YqtIi4zw5vWAn41JSJcltIsBeALMQQoY/RE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/RcaCertificateTrustListMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "tQGYBdyiVHL309xoXLOlQvhI/EkFSsUr+4Z9Pg2H65o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PsidSsp$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ckk+Mb6z/F95lFTFzuU0OiERdLQ0nJ4amTvCvo6isAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941TypesEnrolment.class" - }, - { - "key": "SHA-256-Digest", - "value": "9uPunzEVN/Bd20CYQZpV2zwrfYjeyvNYWNIjYQgALDI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/POPOSigningKeyInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "oVuXmVigO2b3QgOWWl/q9sdNz3UuMVCxECJjniZ+Q7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/PopLinkWitnessV2.class" - }, - { - "key": "SHA-256-Digest", - "value": "zEdt0qnqT05C4C7v3LkfgnAX+lgN/hJ4MAz4SFxFCek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/TimeStampedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ayg0FbpcisKDJAxn+8sxwEvXHj9Cqde3hhyXypXQo8M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/ieee1609dot2/IEEE1609dot2$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "KEqiuPtyCcsGt+7fZbHu6bgMDtE4Kze6vX2Jzc7dsXY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/CertRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "manTSaCNjp9CjhQUc37rr0KKImw70o7F4pJ+h6uCinU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/oiw/ElGamalParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "H2SDNZ6BmKQkKghSrtBIEXkJV8GKtQ4T87mjJXrBj3Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/BodyPartID.class" - }, - { - "key": "SHA-256-Digest", - "value": "vEGuvoGX+DgY3xYF66HnF+x0ncPO55m6tMLeAL2h6eE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Point256$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "WvSHYDAp0rEhOm1j08NAtmQK6WZYezb9KGiPK2uvqPU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/EeRaCertRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZdIT/BNmL3iF5NdQHZ9T77kUniZFVESzjkyR0MOob3A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PBMParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "gnVTueiOqz9PKTPHWy0ZdBdV/AXvxS3WjAipnL1Yddw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/Attribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "KjqrT9bxH4zQvmTzMJ6+4+3D8q1/KWvFsgsiw+sVHFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/EACTagged.class" - }, - { - "key": "SHA-256-Digest", - "value": "0r7TqPH77kBVdpiaoHksYjku2Vh3lWCopBt0bEvSSmY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/AdditionalParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "M8OGy7SqDvA/nTrt1mB1S+YVDZVUxm/DYmLiJDwRwRo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/KEKIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "HktR4bENaa8WeR32XbWqgejyaF+bPy+VCDLl/RBteWY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EccP384CurvePoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "TF5DXWuK9T+d6Zm0qryiD0FMZqxF5IpKRoLJpr0XKGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/Ieee1609Dot2Content.class" - }, - { - "key": "SHA-256-Digest", - "value": "0mC6GJPPmlXeDVnGZby3xA/KyGoypbj6Hc9FvJmGlQo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PsidSsp.class" - }, - { - "key": "SHA-256-Digest", - "value": "/XASmEoghBWiv3Aue1J7hAOvUf0IEgTZyqMQjFWGZBQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/RegionInterface.class" - }, - { - "key": "SHA-256-Digest", - "value": "BLqTwN9AHlbYLar9pz3VfonemlqFt3Vc/NKaDrdoG/o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/ecc/ECCCMSSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "mAZ3zjFUbqQ+ijgvdyppsDnMyRbXjYPUN88/vOrRPcE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SequenceOfPsidGroupPermissions$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zP5wWRiv3kX75lsr/LOpeTF1zkQI1tyUK59K33zj8mE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SignerIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "lRxX1MlNsNgiPQ4derVZF2IjuHmGED7GIQhhu8WY0go=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/OSGI-INF/MANIFEST.MF" - }, - { - "key": "SHA-256-Digest", - "value": "Ps3n8lbC3PygMrWdEQf5b6YytHe3t9pDZJMpwXibEeo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/Flags$StringJoiner.class" - }, - { - "key": "SHA-256-Digest", - "value": "kx/1mJk31ssr8EHFzdhRDUTsKI4dQlnf1URllR3jdtE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/EaEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "nfpfbOkwbczYcgGAHZIorXfLBQt0+ITsb5rCTYfYqvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerAtRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "1dm2LN9d3LykQSyvTktJHX9XJRgm/DGH7DzAZBzAOv0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "EQyjugbuTYX75lWon/n+HklvqVnD5Vthx7owsQyL5f8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/ExtensionReq.class" - }, - { - "key": "SHA-256-Digest", - "value": "837rDWHCJgyTHgO36QEK39CirrW4SYqi/E6PrRQ8f0g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/EnrolmentRequestMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "spvUmt+xE2upj8bclqVy0O05k2Wz1zPDxxP/Vrk3IRM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedCrl$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "y2JUPVqeZmT6kXKKUY6vsjs8EypXTmaCdn+hgRSmK1g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/RcaSingleSignedLinkCertificateMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "4NC/Lf8wOBI74IsFwnNBszz4wcIioi6aqVuoaWPa59I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/BitmapSspRange$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "fFLUniCqJkFIOMncgD7XJkaA+jEB1i6HGuFP4Zit9Dg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSRequestInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "/v1AUiCGFcOZRMVSiu7321uheSeQEvuiO3FecgPC5lc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EcdsaP384Signature.class" - }, - { - "key": "SHA-256-Digest", - "value": "BgGydAXka3mvcEjsoJxR3O5jwZNpsFrXbYNlHHBS+5U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCFailInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "yqbAWP6t5HW/Ya/J/SWv+e5HY6WK7cs9Fci9VYLBBiQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/EncryptionInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "4bqs1B6Fy3H/9EzDyAi8on+rf5kgj2EpOB+1YC6ixI8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/CertId.class" - }, - { - "key": "SHA-256-Digest", - "value": "vPRRFidGKlg8GYVqG1R70a7GyKnls+lZCxqoZjrOcTA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfHashedId8$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "/oodF4ubVjEsExoksRK6LtoUwifnYV1iVfpqjV3W06g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/GeographicRegion.class" - }, - { - "key": "SHA-256-Digest", - "value": "H8DPhv6mOqOwVusfTcUlcvgSCCiblvpJbc/BJJwwa58=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDecoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zfe6Bdk/gVYOzOrxQOXg9T5HAfRdTm2ro5X29N/QtJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/LaId.class" - }, - { - "key": "SHA-256-Digest", - "value": "vWHLXaI4dCvoSiit2gcsrZgfbp/msEBOiQdQ9DGx1m4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941TypesAuthorizationValidation.class" - }, - { - "key": "SHA-256-Digest", - "value": "q/jfM75UjoOzqTdPc4YkPXtfa/1/7GC+qEF1znVM1ig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/SequenceOfCtlCommand.class" - }, - { - "key": "SHA-256-Digest", - "value": "gqW4et3+gkzDnixDQ9Feu7spVrksxqro6DRT4UgFXYE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/smime/SMIMEEncryptionKeyPreferenceAttribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "KM3hoJiPFLHSPQIRNFPxnEn6gUnSZ/nX4E7hjLaoM4c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CertificationRequest$CertificationRequestInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "zUqJerOnreUAWIDf50Jfy5HGPFs2fM9GY6emdHI0IBA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/EnvelopedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "VtWN5e4YtlRyqkkDDGuJa1ZKMoa/roPLhvcEiPXzmEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/OriginatorIdentifierOrKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "HpJ+Gy1fMq5fU97Xa1+1qmTCGMYBUQasLUm6BRu6L+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SignerLocation.class" - }, - { - "key": "SHA-256-Digest", - "value": "DVZyk5YfbKmmTlMo3c/OaR0+4LL43OVIYE/xUYlIlyY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/MissingCrlIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "yZN0vlWp8qDvVV8xRuQu6VagA3fNC5mmxG+hsnE9BiE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/EvidenceRecord.class" - }, - { - "key": "SHA-256-Digest", - "value": "7PsEH4QAGgI58Kq/RcK/0ThWsJ6tmFb+wWa78wzUu/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Psid.class" - }, - { - "key": "SHA-256-Digest", - "value": "KICuZuoGR0FfaHfQOmu+UG7gyaUK4sRtuTwEwEYDpeY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/RevRepContentBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "TpMT0PXeZGyEiVwINxstaf5IVa6zdtavwGvkFqBC06s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ToBeSignedCertificate$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "PNQCPt0S3Vv7U+bmPWcbxBTXkEeLdAqXU1xG+XVwVK8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/EnrolmentResponseMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "oKm5B4btuijjl3juWeTenp/XbdYVHkI4TUppXj1Ak+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/RecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "XhUDkJp/sth+Eo+HDySI800bMuQcK4XgHXZxwOySrSU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/Flags.class" - }, - { - "key": "SHA-256-Digest", - "value": "DPo4+8XmCosaMiRI/UYbMPDoa6VsmgoRzRyGl+beEdI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi103097/extension/EtsiTs103097ExtensionModule$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "zb65tJ+cGLCum1sjeJxtNgNwEP6WVhFeZOstTlWmbv4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/CertificateHolderReference.class" - }, - { - "key": "SHA-256-Digest", - "value": "gXFXgvkV6Psy1fyP3j8Ws9fx6aHb/LInshM5cYXo8bs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/TimeStampedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "pB1+V+/zFRvUKfXbNJQqIX/RkOrcw8GQWeYUWnTPlcg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/AuthenticatedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "01rzoUMXKwAaDP/mPRJ5VF4rb0QUa0knGj9cmt7FmKQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerAtRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "44rsRhPe4eJ2b5ELXBXbV5A+Dwwxok83xpKGZ+QC+WM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/EncryptedPOP.class" - }, - { - "key": "SHA-256-Digest", - "value": "IrIsFfIMN1MGHPMFeJQGVI5Zvo5ld2kcr2Oe5tJdnMs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/KEKRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "d4iWihcpq+cyLbr7nldk1aa4BzAma0euYrCkEsqsNO4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/TlmEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "sjktpfPSBU3pNto+tlKF0hgs7HruVlJsQY8o1GouEpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataSignedExternalPayload.class" - }, - { - "key": "SHA-256-Digest", - "value": "R/sU5DN2lZHDx7YdFokue4CU2zf7lz0eANp2ABWMBAI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CaCertificateRequestMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "C0tmQdTeWZEKKdDCnGYK3IGvhjRDWv+Won72ASylPWQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CtlFormat$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "HJ2lY5NOpJUmoGv8wSmz90g0m1CKi9ocarcuuKkJrCk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/PKIArchiveOptions.class" - }, - { - "key": "SHA-256-Digest", - "value": "giYUb9HvQeKILekUJXUyGrPs9JR3u+67kUD2tI4L7yg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CircularRegion.class" - }, - { - "key": "SHA-256-Digest", - "value": "l8MDxkN8+1kswU48FQQmZ8z9RGsavWtrH5ANJgFqBUw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/BodyPartPath.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nvb4KsqS9dDUEpYmDsrOnMwzZXKPyR7t2TdU3KrMtro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/OriginatorPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "pL/QjLiTN+A3AU2Oy8WR/J8l7Pgy/iUd0l+BZ1R3MvY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/RegionAndSubregions.class" - }, - { - "key": "SHA-256-Digest", - "value": "VhxyXN0RtJJkoeMQGwJ37uYGRqQGAa8YVFQwWGmXRs8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/ECDSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "SoDHFf66jA7eo4ttihoTAz9pLaSDLbihAKIGQkkvqYw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CountryAndRegions.class" - }, - { - "key": "SHA-256-Digest", - "value": "wy8Da5HjRkv+UC4CmTCSTvcI0TFTlG/f4TRPyontU+o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/PublicKeyDataObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "MDkPSBSnks7vBNEApuOXb252/x+RHhPRFIIT81qN7Kg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/CertReqMsg.class" - }, - { - "key": "SHA-256-Digest", - "value": "U5TF4XNKeNGik/4Qpf3Y6+Fe7b2g4rfI8nOMFDdvM+U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/ServiceType.class" - }, - { - "key": "SHA-256-Digest", - "value": "we+CbH+Ji65SVb9jMjWO9wJFpFV1AbfR5ZiNU3DimY4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/AttributeTypeAndValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "hKPOoZ5hm7YQCBOsnUyNH+CmcJum7UBBQn7ICECNEyM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/PKIPublicationInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "ppJtPtnDPS7gNJtKyVdvXE2CpCFaLzIc96gmS30qveA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/rosstandart/RosstandartObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "eS2Yj/lbNmLQbLIxAWEzFs4YUSa+i5bac/lWiY979a0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/icao/LDSSecurityObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "MCKxilc1hc1U8MOCeC08AIjKIyWmhSWDLi2TNzz3SgU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/VerificationKeyIndicator.class" - }, - { - "key": "SHA-256-Digest", - "value": "3rEZzDueWLmZgn+AjnvMHkuSaXQ+UyXwIrd46wyzR4U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/gnu/GNUObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "R2Vch41HrjtDxP+RUiHgmMYBhzk8WXyQx835fjOKq3g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SubjectPermissions.class" - }, - { - "key": "SHA-256-Digest", - "value": "g3OT2Ond2VNazcNsW4MINr7GERPOxLR5jP9kl695oQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CrlSeries.class" - }, - { - "key": "SHA-256-Digest", - "value": "g7+eIFpq/2ctF/it+rvUi7K7lmyV539aR3IJV/nmrzY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/CompressedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gh/iiJ2lqG6bXXEF9lhSgRS9f22gDDSlJHagnTSqtoU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/CCMParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "x2RTiefVlEh039jK5ceehuVrsZlvZJoO2zNlbnHsWh8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/icao/DataGroupHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "38uO+GNQkk+RcUVjq+zgzERDnCflUKI70ec3TpxTyrA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/ArchiveTimeStampSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "AcloHw/9/NMVXvXLJMd9FNr54tL9M7JI3xdU6U01SCA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/UnsignedInteger.class" - }, - { - "key": "SHA-256-Digest", - "value": "UvXI61Bf5F5+9e+lEdr5Ks6oVDY6YvQx0F9XMhiHaok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941TrustLists.class" - }, - { - "key": "SHA-256-Digest", - "value": "ELdt8pkKgtD7VtfO6JBj8O2UCUhtx8Fg8Y5dIaLP10U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/misc/NetscapeRevocationURL.class" - }, - { - "key": "SHA-256-Digest", - "value": "v5BeLl2IrFetvCCiHIvIG7a4/RsAWKVECaoYv3Fg9XU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/FillCtl.class" - }, - { - "key": "SHA-256-Digest", - "value": "7tmD2nNoOMW0luHu1Eut8sV3o2d3hxsmDs4j6WnsSyc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CertificationRequest$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "JiShoMEtOwQj9AN33Qz8co8CcVuiOa35OBYckxhriKI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/EndEntityType.class" - }, - { - "key": "SHA-256-Digest", - "value": "F/ZjXWY14IqqnxpPrOIHCF+mp9ruZfosMija2VhsH5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/EACObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Aap3VjANgjEv5isfT9L/IZAWgoem2MIM2VSB35wWS8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/POPOPrivKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "HJ11XI+P9y+6QsDnmSY5bQJtgZIRWq7IHw1A6VIhbAs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfUint8.class" - }, - { - "key": "SHA-256-Digest", - "value": "kWN7hATTIN6wEtU3yIKfz9nJP6jBKaevgs69Arp9eOk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataSignedAndEncryptedUnicast.class" - }, - { - "key": "SHA-256-Digest", - "value": "O/fudA+vtfdPvzerxBny/VJw46IRWX1KrUffuc+1VyY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/TaggedAttribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "JILz7I+TTZKgcWeTttDhqFiGclxsewi3dcMqn7gbyR0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedLinkCertificate$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "5VhC1Xf7Om+M4evldw+2UTcSLEwHO2Hr0bW83QChGWs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataSignedUnicast.class" - }, - { - "key": "SHA-256-Digest", - "value": "+k3qKueOdVA0h2NxBv9J+K+rOnpF/Wdl6ShwailMKEk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfPsidSsp$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "bZyW7GzWQnh31Aixovk5l3wPdc7V9SR1uxpg4GL0tU8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/TlmEntry$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "x/jOC/5NIIrwBNUq8pQlDLjYgmxL/wikzNUEqJAO9qc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfIdentifiedRegion.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y9ryi0fZ4FDDzlkhROYwscEyNTDpETVn6prwIRVLbUo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bsi/BSIObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "7Mc3JClL5NyAGNzLVUpp0P6wBTALbOUfOyWSPLelvYk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/HashedId10.class" - }, - { - "key": "SHA-256-Digest", - "value": "K3YoiAKfz4fZ4KrC1ShrUSvOEkoOZpSoM+nS6e6K69k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/nsri/NSRIObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "HqFe+dWN5jgnEsNVjQ6aD0bU9XnubJqZQj80bpr+YMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/ServiceSpecificPermissions.class" - }, - { - "key": "SHA-256-Digest", - "value": "gdd5i0SOCZdN/pkHjZaZdXhjk6RcJEf2DO9BC2QfNgA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/TSTInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZUWy5XU71/oHaqS46zR46Djds+0X0xWoMDeu6pcEy2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerEcResponse$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q6FQM1UPG1Ce7JLRak4l2x5J6i+R5CF6fpWZ6UlcEis=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIHeaderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "9MAUvZp9rdZhLMqfxrq+kB5FMyg79Whlapghuc4ffR0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/DeferredElementSupplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "drD98zFgOqS/TN6WYVi97Q9rTzSn3SepjpTCsYiKJ2w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/ArchiveTimeStamp.class" - }, - { - "key": "SHA-256-Digest", - "value": "RCboQsMuETlla8LxNtGewhp1P8nQu+fZuuw4KlmpiuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/IdentityProofV2.class" - }, - { - "key": "SHA-256-Digest", - "value": "1BxIuZ3Ji29zI9p3gfNsb65Xtq+e0dtVngTHkuf0B7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/ContentInfoParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "VWd8eMGpw7YbpOdPX67WzG6qe9TMSfxmufnZ7r+Alio=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ntt/NTTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "NsoFCdCjyMoYGeBgTeR2yZezChJolSFj3EjlP8YRyIk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/CertTemplate.class" - }, - { - "key": "SHA-256-Digest", - "value": "xrXV+45j3/Q4lwtx1Ewqh4EeA3QnA8WB4RsL+nHlPFw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/NinetyDegreeInt.class" - }, - { - "key": "SHA-256-Digest", - "value": "RHVwG6aj7uRhzH1fjcWPvONXeqsPy+ewXksve/Om0Nw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ZHzYqqmxaN2OkULhDUEPw1RJRl5IXwlHnu/NYvYjj4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationValidationResponseMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "JHHqHeb/gY8ZFLqLTWeSoBxXYwNx6PVm52yLxkjITvg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/RegionAndSubregions$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zBu+Y/C1910fw3CeZZC24UWOgFj5BhvEY/uQFavuPAA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PublicEncryptionKey$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "bjn8366Rf5VeMkss7afrjRkMw3Rnsly+X4wC+ZveEtc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/SwitchIndexer.class" - }, - { - "key": "SHA-256-Digest", - "value": "mCLo/uQabkTvfNXP+Xf2MYQTbD3jO5iRqAXwaKlWd9U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/TimeStampReq.class" - }, - { - "key": "SHA-256-Digest", - "value": "RGqspgjZKhvR5/Bs6RLHOrtA/CBoYmpjjcSqWAClvZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/EtsiTs102941CtlRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "WajBrKl7u9gkn8jmDQ78BCw3iXrEATwL8rx+TeyLcUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/edec/EdECObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xjf0F6ROvE/O7y/oIV9X2t/Y1U1GKHUqL9V66wKa9y4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/EeEcaCertRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "9WcHFFx4W0ryJpPT78TrVTBcPQGnuprsb22Sa2FIEFs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/LraPopWitness.class" - }, - { - "key": "SHA-256-Digest", - "value": "IKT3L46J3KMECkjwEai/xnc6NnWEleo9TS3VTW2keW4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSCertInfoBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "EbiTPnwPQtzcaFnGca44+Bn+cr/uNzksvacrODcS3R8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/ControlsProcessed.class" - }, - { - "key": "SHA-256-Digest", - "value": "3EuwRxKlVCfUnf/UBLlerCmZPNwlMQ6VjrFZaZ0re0I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/CertificationAuthorityReference.class" - }, - { - "key": "SHA-256-Digest", - "value": "uCLEM37mszmtKK8g/lvzRzwK7V/ZKbUs35g2snpAzro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertReqTemplateContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "t9CgAKDF7I9NmMFhetpawI46Gb3yurRUbpscU7OUUTo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/HashedId8.class" - }, - { - "key": "SHA-256-Digest", - "value": "izBjCXHyeQSOiapYHMs25vXKUs6Y5cK0KLH0aRZE9Fs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SymmetricEncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "FanUIs6lw+DqT4l6j5oPWgXX6s3IOWfoHo8lEVL2HiI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/ButterflyParamsOriginal.class" - }, - { - "key": "SHA-256-Digest", - "value": "1YGnDsMaBOjwqIY9EvdAcXkXX86xmPVR8RjEd5m9vMQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "hQhzPogwNK0eU9VP0j89AI8qDwdESiIZJrT1hyEWtZM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfPsid$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "3C9HZ5jfrbrLCZpBovLt4mC3QbUJxMRP8zfALp4j+mk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIFailureInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "MUoXRGZUPG0dxMaGsjeWlGEvF0tkyjvFSC/+aM/e2Oc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/kisa/KISAObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "fa+idsSa0mrqmVLPeS8zF9nGd6NbdNJzYcaQgyVyaNs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AaEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZP+wr1ownKI2SBONP2NX2z8bczsFbcwULOwS9szSWco=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/RootCaEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "swWC3Rr/GTwWF4DRYlM9ztoV7+CY2+fdy/1/VWV4nHA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Elevation.class" - }, - { - "key": "SHA-256-Digest", - "value": "2BcejuhsCkSJc4GoVuPEftzDJeLecreKSCSo0oRXOOg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Point384.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gqe/l2W62OhMjymrLEEVCRrTi3jErXW7xg8ZAyNe0o4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CtlDelete.class" - }, - { - "key": "SHA-256-Digest", - "value": "LGY6lInGamYGSNwhP1jo7z7w6aMXE5Tg5l93aMPZyxE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/OneEightyDegreeInt.class" - }, - { - "key": "SHA-256-Digest", - "value": "KpgYBsnoVC6XGtouOas/I1k8EhmsE0oPcq2OkY/otg4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941TypesAuthorization.class" - }, - { - "key": "SHA-256-Digest", - "value": "YslPXK5EDPYLWZYYX4sJGP5y7IlKOSJNFRd50+g1zwI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/PreSharedKeyRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Af6QgzucjaV0me2z/Fx66tKAF1IrLEZAITQ317KrXR0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/TwoDLocation$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "y6HfPnUfC7HWPZnyirax/Ry6TD/iseGnZ9PTckoRAnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/CMSAlgorithmProtection.class" - }, - { - "key": "SHA-256-Digest", - "value": "kbuKV/v7OOGJanDGriFmtmZ2UdUBuWhwRfOKC/tPMKM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfRectangularRegion.class" - }, - { - "key": "SHA-256-Digest", - "value": "BoTpFGajXtf0IfMxQoIT8FFDaKDKJ/Q6C3i/qYSgNwM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/ieee1609dot2dot1/Ieee1609Dot2Dot1EcaEeInterface.class" - }, - { - "key": "SHA-256-Digest", - "value": "/euoufWZ7N0yRaKB1hN1TCo8sFGC4EeAM1RTpZ9QF/s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIConfirmContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "PsiaiWSgs/DzVoXAwJfY6x+iAXI1yZWlNUm6OG0hcVE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIStatusInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "an/3bSz0J+uHbT/PLqQJNGKrleqzUL6bhlrl3MORL7E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/ExtId.class" - }, - { - "key": "SHA-256-Digest", - "value": "ansLHpTTMaL5omWWbB9KyPBAfvtqTkX4ykwW3zFpci0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/DeltaCtl.class" - }, - { - "key": "SHA-256-Digest", - "value": "u3L8LaCqX+28fedybVkuQjy7Da853OoDi06LmNfN1z4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PublicVerificationKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "fyrtybmWleLXe5rhFMaCD8ts2OdCtSx1ghyO7txh0zQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/CryptoInfos.class" - }, - { - "key": "SHA-256-Digest", - "value": "YUM9StY4ZnRfakfaG9bm2AcXtMM33cnD8YkbPF+B8Mc=" - } - ] - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "5353ca39fe2f148dab9ca1d637a43d0750456254" - } - ] - } - }, - { - "id": "744fa39a116c6083", - "name": "bootstrap5-api", - "version": "5.3.3-1", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bootstrap5-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bootstrap5-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:bootstrap5-api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:bootstrap5_api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bootstrap5-api:bootstrap5-api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bootstrap5-api:bootstrap5_api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bootstrap5_api:bootstrap5-api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bootstrap5_api:bootstrap5_api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bootstrap5:bootstrap5-api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bootstrap5:bootstrap5_api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:bootstrap5-api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:bootstrap5_api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/bootstrap5-api@5.3.3-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bootstrap5-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Specification-Title", - "value": "Bootstrap 5 API Plugin" - }, - { - "key": "Specification-Version", - "value": "5.3" - }, - { - "key": "Implementation-Title", - "value": "Bootstrap 5 API Plugin" - }, - { - "key": "Implementation-Version", - "value": "5.3.3-1" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "bootstrap5-api" - }, - { - "key": "Short-Name", - "value": "bootstrap5-api" - }, - { - "key": "Long-Name", - "value": "Bootstrap 5 API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/bootstrap5-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "5.3.3-1" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "commons-lang3-api:3.13.0-62.v7d18e55f51e2,commons-text-api:1.11.0-95.v22a_d30ee5d36,font-awesome-api:6.5.1-3" - }, - { - "key": "Plugin-Developers", - "value": "Ullrich Hafner:uhafner:ullrich.hafner@gmail.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT license" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/bootstrap5-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "v5.3.3-1" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/bootstrap5-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "9959248c98b8ee0d853d6d4818644e3190e09ecf" - }, - { - "key": "Implementation-Build", - "value": "9959248c98b8ee0d853d6d4818644e3190e09ecf" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/bootstrap5-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "bootstrap5-api", - "version": "5.3.3-1" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/bootstrap5-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "bootstrap5-api", - "version": "5.3.3-1", - "name": "Bootstrap 5 API Plugin", - "description": "Provides Bootstrap 5 for Jenkins plugins.", - "url": "https://github.com/jenkinsci/bootstrap5-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "940bc6d67893bdbe63919aa351d78614affa1f4d" - } - ] - } - }, - { - "id": "705d072f893cfb7e", - "name": "bootstrap5-api", - "version": "5.3.3-1", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bootstrap5-api.hpi:WEB-INF/lib/bootstrap5-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bootstrap5-api.hpi:WEB-INF/lib/bootstrap5-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:bootstrap5-api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:bootstrap5_api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bootstrap5-api:bootstrap5-api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bootstrap5-api:bootstrap5_api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bootstrap5_api:bootstrap5-api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bootstrap5_api:bootstrap5_api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bootstrap5:bootstrap5-api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bootstrap5:bootstrap5_api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:bootstrap5-api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:bootstrap5_api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/bootstrap5-api@5.3.3-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bootstrap5-api.hpi:WEB-INF/lib/bootstrap5-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Specification-Title", - "value": "Bootstrap 5 API Plugin" - }, - { - "key": "Specification-Version", - "value": "5.3" - }, - { - "key": "Implementation-Title", - "value": "Bootstrap 5 API Plugin" - }, - { - "key": "Implementation-Version", - "value": "5.3.3-1" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "bootstrap5-api" - }, - { - "key": "Short-Name", - "value": "bootstrap5-api" - }, - { - "key": "Long-Name", - "value": "Bootstrap 5 API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/bootstrap5-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "5.3.3-1" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "commons-lang3-api:3.13.0-62.v7d18e55f51e2,commons-text-api:1.11.0-95.v22a_d30ee5d36,font-awesome-api:6.5.1-3" - }, - { - "key": "Plugin-Developers", - "value": "Ullrich Hafner:uhafner:ullrich.hafner@gmail.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT license" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/bootstrap5-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "v5.3.3-1" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/bootstrap5-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "9959248c98b8ee0d853d6d4818644e3190e09ecf" - }, - { - "key": "Implementation-Build", - "value": "9959248c98b8ee0d853d6d4818644e3190e09ecf" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/bootstrap5-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "bootstrap5-api", - "version": "5.3.3-1" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/bootstrap5-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "bootstrap5-api", - "version": "5.3.3-1", - "name": "Bootstrap 5 API Plugin", - "description": "Provides Bootstrap 5 for Jenkins plugins.", - "url": "https://github.com/jenkinsci/bootstrap5-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "a6b8372e768eef9d463457e7cd950d90581eda8d" - } - ] - } - }, - { - "id": "165035d704c733a4", - "name": "bouncycastle-api", - "version": "2.30.1.78.1-233.vfdcdeb_0a_08a_a_", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bouncycastle-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bouncycastle-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:bouncycastle-api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:bouncycastle_api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle-api:bouncycastle-api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle-api:bouncycastle_api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle_api:bouncycastle-api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle_api:bouncycastle_api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bouncycastle-api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bouncycastle_api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:bouncycastle-api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:bouncycastle_api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:bouncycastle-api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:bouncycastle_api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:bouncycastle-api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:bouncycastle_api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/bouncycastle-api@2.30.1.78.1-233.vfdcdeb_0a_08a_a_", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bouncycastle-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "bouncycastle API Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "bouncycastle API Plugin" - }, - { - "key": "Implementation-Version", - "value": "2.30.1.78.1-233.vfdcdeb_0a_08a_a_" - }, - { - "key": "Plugin-Class", - "value": "jenkins.bouncycastle.api.BouncyCastlePlugin" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "bouncycastle-api" - }, - { - "key": "Short-Name", - "value": "bouncycastle-api" - }, - { - "key": "Long-Name", - "value": "bouncycastle API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/bouncycastle-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.30.1.78.1-233.vfdcdeb_0a_08a_a_" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Developers", - "value": "Alvaro Lobato:alvarolobato:alobato@cloudbees.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "The MIT license" - }, - { - "key": "Plugin-License-Url", - "value": "https://www.opensource.org/licenses/mit-license.php" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/bouncycastle-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "fdcdeb0a08aa209c7d230d24486a7e0cd51af6db" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/bouncycastle-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "fdcdeb0a08aa209c7d230d24486a7e0cd51af6db" - }, - { - "key": "Implementation-Build", - "value": "fdcdeb0a08aa209c7d230d24486a7e0cd51af6db" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/bouncycastle-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "bouncycastle-api", - "version": "2.30.1.78.1-233.vfdcdeb_0a_08a_a_" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/bouncycastle-api/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "bouncycastle-api", - "version": "2.30.1.78.1-233.vfdcdeb_0a_08a_a_", - "name": "bouncycastle API Plugin", - "description": "This plugin provides an stable API to Bouncy Castle related tasks.", - "url": "https://github.com/jenkinsci/bouncycastle-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "c2b926a86e16f56a2aae208f2946e6a19bf2a081" - } - ] - } - }, - { - "id": "d1c83d900760fb35", - "name": "bouncycastle-api", - "version": "2.30.1.78.1-233.vfdcdeb_0a_08a_a_", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bouncycastle-api.hpi:WEB-INF/lib/bouncycastle-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bouncycastle-api.hpi:WEB-INF/lib/bouncycastle-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:bouncycastle-api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:bouncycastle_api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle-api:bouncycastle-api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle-api:bouncycastle_api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle_api:bouncycastle-api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle_api:bouncycastle_api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bouncycastle-api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bouncycastle_api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:bouncycastle-api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:bouncycastle_api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:bouncycastle-api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:bouncycastle_api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:bouncycastle-api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:bouncycastle_api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/bouncycastle-api@2.30.1.78.1-233.vfdcdeb_0a_08a_a_", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bouncycastle-api.hpi:WEB-INF/lib/bouncycastle-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "bouncycastle API Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "bouncycastle API Plugin" - }, - { - "key": "Implementation-Version", - "value": "2.30.1.78.1-233.vfdcdeb_0a_08a_a_" - }, - { - "key": "Plugin-Class", - "value": "jenkins.bouncycastle.api.BouncyCastlePlugin" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "bouncycastle-api" - }, - { - "key": "Short-Name", - "value": "bouncycastle-api" - }, - { - "key": "Long-Name", - "value": "bouncycastle API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/bouncycastle-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.30.1.78.1-233.vfdcdeb_0a_08a_a_" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Developers", - "value": "Alvaro Lobato:alvarolobato:alobato@cloudbees.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "The MIT license" - }, - { - "key": "Plugin-License-Url", - "value": "https://www.opensource.org/licenses/mit-license.php" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/bouncycastle-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "fdcdeb0a08aa209c7d230d24486a7e0cd51af6db" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/bouncycastle-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "fdcdeb0a08aa209c7d230d24486a7e0cd51af6db" - }, - { - "key": "Implementation-Build", - "value": "fdcdeb0a08aa209c7d230d24486a7e0cd51af6db" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/bouncycastle-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "bouncycastle-api", - "version": "2.30.1.78.1-233.vfdcdeb_0a_08a_a_" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/bouncycastle-api/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "bouncycastle-api", - "version": "2.30.1.78.1-233.vfdcdeb_0a_08a_a_", - "name": "bouncycastle API Plugin", - "description": "This plugin provides an stable API to Bouncy Castle related tasks.", - "url": "https://github.com/jenkinsci/bouncycastle-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "8daf3d1dfee1e82c83705833178f62bffbe6a453" - } - ] - } - }, - { - "id": "70d3505ea7c15bcd", - "name": "bridge-method-annotation", - "version": "1.29", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/bridge-method-annotation-1.29.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/bridge-method-annotation-1.29.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:bridge-method-annotation:bridge-method-annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bridge-method-annotation:bridge_method_annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bridge_method_annotation:bridge-method-annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bridge_method_annotation:bridge_method_annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.infradna.tool:bridge-method-annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.infradna.tool:bridge_method_annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bridge-method:bridge-method-annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bridge-method:bridge_method_annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bridge_method:bridge-method-annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bridge_method:bridge_method_annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:infradna:bridge-method-annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:infradna:bridge_method_annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bridge:bridge-method-annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bridge:bridge_method_annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tool:bridge-method-annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tool:bridge_method_annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.infradna.tool/bridge-method-annotation@1.29", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/bridge-method-annotation-1.29.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.3.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Bridge method injection annotations" - }, - { - "key": "Specification-Version", - "value": "1.29" - }, - { - "key": "Implementation-Title", - "value": "Bridge method injection annotations" - }, - { - "key": "Implementation-Version", - "value": "1.29" - }, - { - "key": "Implementation-Build", - "value": "21a09faea98603f6fd0a8a6aaf5fe6b77cdbc5e0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.infradna.tool/bridge-method-annotation/pom.properties", - "name": "", - "groupId": "com.infradna.tool", - "artifactId": "bridge-method-annotation", - "version": "1.29" - }, - "pomProject": { - "path": "META-INF/maven/com.infradna.tool/bridge-method-annotation/pom.xml", - "groupId": "com.infradna.tool", - "artifactId": "bridge-method-annotation", - "version": "1.29", - "name": "Bridge method injection annotations", - "description": "Evolve your classes without breaking compatibility", - "url": "https://github.com/jenkinsci/bridge-method-injector/bridge-method-annotation" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "55dd67d0578d107697803a95cb9c235a9bd83ec1" - } - ] - } - }, - { - "id": "5c2a9d682b9b6088", - "name": "byte-buddy", - "version": "1.14.9", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/byte-buddy-1.14.9.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/byte-buddy-1.14.9.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:net.bytebuddy.byte-buddy:byte-buddy:1.14.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net.bytebuddy.byte-buddy:byte_buddy:1.14.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net.bytebuddy:byte-buddy:1.14.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net.bytebuddy:byte_buddy:1.14.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:byte-buddy:byte-buddy:1.14.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:byte-buddy:byte_buddy:1.14.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:byte_buddy:byte-buddy:1.14.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:byte_buddy:byte_buddy:1.14.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bytebuddy:byte-buddy:1.14.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bytebuddy:byte_buddy:1.14.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:byte:byte-buddy:1.14.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:byte:byte_buddy:1.14.9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/net.bytebuddy/byte-buddy@1.14.9", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/byte-buddy-1.14.9.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-Description", - "value": "Byte Buddy is a Java library for creating Java classes at run time. This artifact is a build of Byte Buddy withall ASM dependencies repackaged into its own name space." - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "net.bytebuddy.byte-buddy" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "Main-Class", - "value": "net.bytebuddy.build.Plugin$Engine$Default" - }, - { - "key": "Export-Package", - "value": "net.bytebuddy;version=\"1.14.9\",net.bytebuddy.agent.builder;version=\"1.14.9\",net.bytebuddy.asm;version=\"1.14.9\",net.bytebuddy.build;version=\"1.14.9\",net.bytebuddy.description;version=\"1.14.9\",net.bytebuddy.description.annotation;version=\"1.14.9\",net.bytebuddy.description.enumeration;version=\"1.14.9\",net.bytebuddy.description.field;version=\"1.14.9\",net.bytebuddy.description.method;version=\"1.14.9\",net.bytebuddy.description.modifier;version=\"1.14.9\",net.bytebuddy.description.type;version=\"1.14.9\",net.bytebuddy.dynamic;version=\"1.14.9\",net.bytebuddy.dynamic.loading;version=\"1.14.9\",net.bytebuddy.dynamic.scaffold;version=\"1.14.9\",net.bytebuddy.dynamic.scaffold.inline;version=\"1.14.9\",net.bytebuddy.dynamic.scaffold.subclass;version=\"1.14.9\",net.bytebuddy.implementation;version=\"1.14.9\",net.bytebuddy.implementation.attribute;version=\"1.14.9\",net.bytebuddy.implementation.auxiliary;version=\"1.14.9\",net.bytebuddy.implementation.bind;version=\"1.14.9\",net.bytebuddy.implementation.bind.annotation;version=\"1.14.9\",net.bytebuddy.implementation.bytecode;version=\"1.14.9\",net.bytebuddy.implementation.bytecode.assign;version=\"1.14.9\",net.bytebuddy.implementation.bytecode.assign.primitive;version=\"1.14.9\",net.bytebuddy.implementation.bytecode.assign.reference;version=\"1.14.9\",net.bytebuddy.implementation.bytecode.collection;version=\"1.14.9\",net.bytebuddy.implementation.bytecode.constant;version=\"1.14.9\",net.bytebuddy.implementation.bytecode.member;version=\"1.14.9\",net.bytebuddy.matcher;version=\"1.14.9\",net.bytebuddy.pool;version=\"1.14.9\",net.bytebuddy.utility;version=\"1.14.9\",net.bytebuddy.utility.nullability;version=\"1.14.9\",net.bytebuddy.utility.privilege;version=\"1.14.9\",net.bytebuddy.utility.visitor;version=\"1.14.9\",net.bytebuddy.jar.asm;version=\"1.14.9\",net.bytebuddy.jar.asm.signature;version=\"1.14.9\",net.bytebuddy.jar.asm.commons;version=\"1.14.9\"" - }, - { - "key": "Bundle-Name", - "value": "Byte Buddy (without dependencies)" - }, - { - "key": "Bundle-Version", - "value": "1.14.9" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.7" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/net.bytebuddy/byte-buddy/pom.properties", - "name": "", - "groupId": "net.bytebuddy", - "artifactId": "byte-buddy", - "version": "1.14.9" - }, - "pomProject": { - "path": "META-INF/maven/net.bytebuddy/byte-buddy/pom.xml", - "parent": { - "groupId": "net.bytebuddy", - "artifactId": "byte-buddy-parent", - "version": "1.14.9" - }, - "groupId": "net.bytebuddy", - "artifactId": "byte-buddy", - "version": "1.14.9", - "name": "Byte Buddy (without dependencies)", - "description": "Byte Buddy is a Java library for creating Java classes at run time. This artifact is a build of Byte Buddy with all ASM dependencies repackaged into its own name space." - }, - "digest": [ - { - "algorithm": "sha1", - "value": "b69e7fff6c473d3ed2b489cdfd673a091fd94226" - } - ] - } - }, - { - "id": "6c774c7b8d49c6b0", - "name": "caffeine", - "version": "3.1.8", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/caffeine-api.hpi:WEB-INF/lib/caffeine-3.1.8.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/caffeine-api.hpi:WEB-INF/lib/caffeine-3.1.8.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.github.ben-manes.caffeine:ben-manes:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.ben-manes.caffeine:ben_manes:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.ben-manes.caffeine:caffeine:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ben-manes:ben-manes:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ben-manes:ben_manes:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ben_manes:ben-manes:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ben_manes:ben_manes:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ben-manes:caffeine:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ben_manes:caffeine:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine:ben-manes:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine:ben_manes:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine:caffeine:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:ben-manes:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:ben_manes:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:caffeine:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ben:ben-manes:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ben:ben_manes:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ben:caffeine:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.github.ben-manes.caffeine/caffeine@3.1.8", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/caffeine-api.hpi:WEB-INF/lib/caffeine-3.1.8.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Automatic-Module-Name", - "value": "com.github.benmanes.caffeine" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Bundle-Description", - "value": "A high performance caching library" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "com.github.ben-manes.caffeine" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.github.ben-manes.caffeine" - }, - { - "key": "Bundle-Version", - "value": "3.1.8" - }, - { - "key": "Export-Package", - "value": "com.github.benmanes.caffeine.cache;uses:=\"com.github.benmanes.caffeine.cache.stats\";version=\"3.1.8\",com.github.benmanes.caffeine.cache.stats;uses:=\"com.github.benmanes.caffeine.cache\";version=\"3.1.8\",com.github.benmanes.caffeine;version=\"3.1.8\"" - }, - { - "key": "Implementation-Title", - "value": "A high performance caching library" - }, - { - "key": "Implementation-Version", - "value": "3.1.8" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=11))\"" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "24795585df8afaf70a2cd534786904ea5889c047" - } - ] - } - }, - { - "id": "b5d428987b71dba9", - "name": "caffeine-api", - "version": "3.1.8-133.v17b_1ff2e0599", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/caffeine-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache License v2", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/caffeine-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:caffeine-api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:caffeine_api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine-api:caffeine-api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine-api:caffeine_api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine_api:caffeine-api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine_api:caffeine_api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine:caffeine-api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine:caffeine_api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:caffeine-api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:caffeine_api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/caffeine-api@3.1.8-133.v17b_1ff2e0599", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/caffeine-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Caffeine API Plugin" - }, - { - "key": "Specification-Version", - "value": "3.1" - }, - { - "key": "Implementation-Title", - "value": "Caffeine API Plugin" - }, - { - "key": "Implementation-Version", - "value": "3.1.8-133.v17b_1ff2e0599" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "caffeine-api" - }, - { - "key": "Short-Name", - "value": "caffeine-api" - }, - { - "key": "Long-Name", - "value": "Caffeine API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/caffeine-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "3.1.8-133.v17b_1ff2e0599" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "Apache License v2" - }, - { - "key": "Plugin-License-Url", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/caffeine-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "17b1ff2e05993c69ebde3ae97c5ce777fc4b99fd" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/caffeine-api-plugin/" - }, - { - "key": "Plugin-GitHash", - "value": "17b1ff2e05993c69ebde3ae97c5ce777fc4b99fd" - }, - { - "key": "Implementation-Build", - "value": "17b1ff2e05993c69ebde3ae97c5ce777fc4b99fd" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/caffeine-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "caffeine-api", - "version": "3.1.8-133.v17b_1ff2e0599" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/caffeine-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "caffeine-api", - "version": "3.1.8-133.v17b_1ff2e0599", - "name": "Caffeine API Plugin", - "description": "Jenkins plugin that packages Caffeine for use by other plugins.", - "url": "https://github.com/jenkinsci/caffeine-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "21bfe9ffc31a82a357c39937162df66c3ed23b06" - } - ] - } - }, - { - "id": "2af50daa2bfbd577", - "name": "caffeine-api", - "version": "3.1.8-133.v17b_1ff2e0599", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/caffeine-api.hpi:WEB-INF/lib/caffeine-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache License v2", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/caffeine-api.hpi:WEB-INF/lib/caffeine-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:caffeine-api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:caffeine_api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine-api:caffeine-api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine-api:caffeine_api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine_api:caffeine-api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine_api:caffeine_api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine:caffeine-api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine:caffeine_api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:caffeine-api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:caffeine_api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/caffeine-api@3.1.8-133.v17b_1ff2e0599", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/caffeine-api.hpi:WEB-INF/lib/caffeine-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Caffeine API Plugin" - }, - { - "key": "Specification-Version", - "value": "3.1" - }, - { - "key": "Implementation-Title", - "value": "Caffeine API Plugin" - }, - { - "key": "Implementation-Version", - "value": "3.1.8-133.v17b_1ff2e0599" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "caffeine-api" - }, - { - "key": "Short-Name", - "value": "caffeine-api" - }, - { - "key": "Long-Name", - "value": "Caffeine API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/caffeine-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "3.1.8-133.v17b_1ff2e0599" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "Apache License v2" - }, - { - "key": "Plugin-License-Url", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/caffeine-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "17b1ff2e05993c69ebde3ae97c5ce777fc4b99fd" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/caffeine-api-plugin/" - }, - { - "key": "Plugin-GitHash", - "value": "17b1ff2e05993c69ebde3ae97c5ce777fc4b99fd" - }, - { - "key": "Implementation-Build", - "value": "17b1ff2e05993c69ebde3ae97c5ce777fc4b99fd" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/caffeine-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "caffeine-api", - "version": "3.1.8-133.v17b_1ff2e0599" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/caffeine-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "caffeine-api", - "version": "3.1.8-133.v17b_1ff2e0599", - "name": "Caffeine API Plugin", - "description": "Jenkins plugin that packages Caffeine for use by other plugins.", - "url": "https://github.com/jenkinsci/caffeine-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "7559691c3a5c6d7485ec944ffa4a4c1a03f9882a" - } - ] - } - }, - { - "id": "c2a930f9b190319e", - "name": "checks-api", - "version": "2.2.0", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/checks-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/checks-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:checks-api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:checks_api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:checks-api:checks-api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:checks-api:checks_api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:checks_api:checks-api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:checks_api:checks_api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:checks-api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:checks_api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:checks:checks-api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:checks:checks_api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/checks-api@2.2.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/checks-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Checks API plugin" - }, - { - "key": "Specification-Version", - "value": "2.2" - }, - { - "key": "Implementation-Title", - "value": "Checks API plugin" - }, - { - "key": "Implementation-Version", - "value": "2.2.0" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "checks-api" - }, - { - "key": "Short-Name", - "value": "checks-api" - }, - { - "key": "Long-Name", - "value": "Checks API plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/checks-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.2.0" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "commons-lang3-api:3.13.0-62.v7d18e55f51e2,commons-text-api:1.11.0-95.v22a_d30ee5d36,plugin-util-api:4.1.0,workflow-step-api:657.v03b_e8115821b_,workflow-support:865.v43e78cc44e0d,display-url-api:2.200.vb_9327d658781" - }, - { - "key": "Plugin-Developers", - "value": "Kezhi Xiong:xiongkezhi:august.xkz@gmail.com" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/checks-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "v2.2.0" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/checks-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "50f48e8410fced94a79e6a57c6bbb6f302c84370" - }, - { - "key": "Implementation-Build", - "value": "50f48e8410fced94a79e6a57c6bbb6f302c84370" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/checks-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "checks-api", - "version": "2.2.0" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/checks-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "checks-api", - "version": "2.2.0", - "name": "Checks API plugin", - "description": "Defines an API for Jenkins to publish checks to SCM platforms.", - "url": "https://github.com/jenkinsci/checks-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "a17dc7c294cc20d4b4564b2d5c103201da09748f" - } - ] - } - }, - { - "id": "ec3bb3803d9aefda", - "name": "checks-api", - "version": "2.2.0", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/checks-api.hpi:WEB-INF/lib/checks-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/checks-api.hpi:WEB-INF/lib/checks-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:checks-api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:checks_api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:checks-api:checks-api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:checks-api:checks_api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:checks_api:checks-api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:checks_api:checks_api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:checks-api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:checks_api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:checks:checks-api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:checks:checks_api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/checks-api@2.2.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/checks-api.hpi:WEB-INF/lib/checks-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Checks API plugin" - }, - { - "key": "Specification-Version", - "value": "2.2" - }, - { - "key": "Implementation-Title", - "value": "Checks API plugin" - }, - { - "key": "Implementation-Version", - "value": "2.2.0" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "checks-api" - }, - { - "key": "Short-Name", - "value": "checks-api" - }, - { - "key": "Long-Name", - "value": "Checks API plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/checks-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.2.0" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "commons-lang3-api:3.13.0-62.v7d18e55f51e2,commons-text-api:1.11.0-95.v22a_d30ee5d36,plugin-util-api:4.1.0,workflow-step-api:657.v03b_e8115821b_,workflow-support:865.v43e78cc44e0d,display-url-api:2.200.vb_9327d658781" - }, - { - "key": "Plugin-Developers", - "value": "Kezhi Xiong:xiongkezhi:august.xkz@gmail.com" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/checks-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "v2.2.0" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/checks-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "50f48e8410fced94a79e6a57c6bbb6f302c84370" - }, - { - "key": "Implementation-Build", - "value": "50f48e8410fced94a79e6a57c6bbb6f302c84370" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/checks-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "checks-api", - "version": "2.2.0" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/checks-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "checks-api", - "version": "2.2.0", - "name": "Checks API plugin", - "description": "Defines an API for Jenkins to publish checks to SCM platforms.", - "url": "https://github.com/jenkinsci/checks-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "262040db7e6a6a250dcd760c4c101870c2937259" - } - ] - } - }, - { - "id": "dca7d1b347eebbeb", - "name": "cli", - "version": "2.461", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "EPL-2.0", - "spdxExpression": "EPL-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "GPL-2.0", - "spdxExpression": "GPL-2.0-only", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.main:cli:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:cli:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:cli:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:cli:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:main:cli:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:cli:cli:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.main/cli@2.461", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.4.1" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Jenkins cli" - }, - { - "key": "Specification-Version", - "value": "2.461" - }, - { - "key": "Implementation-Title", - "value": "Jenkins cli" - }, - { - "key": "Implementation-Version", - "value": "2.461" - }, - { - "key": "Implementation-Build", - "value": "896e0f30e8c5ea8afbdcb0b503aa197372113027" - }, - { - "key": "Main-Class", - "value": "hudson.cli.CLI" - }, - { - "key": "Jenkins-CLI-Version", - "value": "2.461" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.main/cli/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.main", - "artifactId": "cli", - "version": "2.461" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.main/cli/pom.xml", - "groupId": "org.jenkins-ci.main", - "artifactId": "cli", - "version": "2.461", - "name": "Jenkins cli", - "description": "Command line interface for Jenkins", - "url": "https://github.com/jenkinsci/jenkins" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "e248bd0089a6be72fceb89ae4e344dcbf24cdaa8" - } - ] - } - }, - { - "id": "8a5b625d234e3aaa", - "name": "command-launcher", - "version": "107.v773860566e2e", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/command-launcher.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/command-launcher.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:command-launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:command_launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:command-launcher:command-launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:command-launcher:command_launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:command_launcher:command-launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:command_launcher:command_launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:command-launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:command_launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:command-launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:command_launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:command:command-launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:command:command_launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:command-launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:command_launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/command-launcher@107.v773860566e2e", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/command-launcher.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Command Agent Launcher Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Command Agent Launcher Plugin" - }, - { - "key": "Implementation-Version", - "value": "107.v773860566e2e" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "command-launcher" - }, - { - "key": "Short-Name", - "value": "command-launcher" - }, - { - "key": "Long-Name", - "value": "Command Agent Launcher Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/command-launcher-plugin" - }, - { - "key": "Plugin-Version", - "value": "107.v773860566e2e" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Dependencies", - "value": "script-security:1265.va_fb_290b_4b_d34" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/command-launcher-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "773860566e2e6816a0dc282640264cbb1cf83404" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/command-launcher-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "773860566e2e6816a0dc282640264cbb1cf83404" - }, - { - "key": "Implementation-Build", - "value": "773860566e2e6816a0dc282640264cbb1cf83404" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/command-launcher/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "command-launcher", - "version": "107.v773860566e2e" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/command-launcher/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "command-launcher", - "version": "107.v773860566e2e", - "name": "Command Agent Launcher Plugin", - "description": "Allows agents to be launched using a specified command.", - "url": "https://github.com/jenkinsci/command-launcher-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "1fcb663973a9873d9010793ebc9b25678c109345" - } - ] - } - }, - { - "id": "bc5addf9a07eec49", - "name": "command-launcher", - "version": "107.v773860566e2e", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/command-launcher.hpi:WEB-INF/lib/command-launcher.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/command-launcher.hpi:WEB-INF/lib/command-launcher.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:command-launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:command_launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:command-launcher:command-launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:command-launcher:command_launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:command_launcher:command-launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:command_launcher:command_launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:command-launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:command_launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:command-launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:command_launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:command:command-launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:command:command_launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:command-launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:command_launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/command-launcher@107.v773860566e2e", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/command-launcher.hpi:WEB-INF/lib/command-launcher.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Command Agent Launcher Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Command Agent Launcher Plugin" - }, - { - "key": "Implementation-Version", - "value": "107.v773860566e2e" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "command-launcher" - }, - { - "key": "Short-Name", - "value": "command-launcher" - }, - { - "key": "Long-Name", - "value": "Command Agent Launcher Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/command-launcher-plugin" - }, - { - "key": "Plugin-Version", - "value": "107.v773860566e2e" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Dependencies", - "value": "script-security:1265.va_fb_290b_4b_d34" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/command-launcher-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "773860566e2e6816a0dc282640264cbb1cf83404" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/command-launcher-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "773860566e2e6816a0dc282640264cbb1cf83404" - }, - { - "key": "Implementation-Build", - "value": "773860566e2e6816a0dc282640264cbb1cf83404" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/command-launcher/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "command-launcher", - "version": "107.v773860566e2e" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/command-launcher/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "command-launcher", - "version": "107.v773860566e2e", - "name": "Command Agent Launcher Plugin", - "description": "Allows agents to be launched using a specified command.", - "url": "https://github.com/jenkinsci/command-launcher-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "0b44f462000d66772409aa7d6953d44bae29e9c3" - } - ] - } - }, - { - "id": "2edc5fbcb8826135", - "name": "commons-beanutils", - "version": "1.9.4", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-beanutils-1.9.4.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-beanutils-1.9.4.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:commons-beanutils:1.9.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons_beanutils:1.9.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons:1.9.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/commons-beanutils/commons-beanutils@1.9.4", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-beanutils-1.9.4.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.apache.commons.commons-beanutils" - }, - { - "key": "Built-By", - "value": "chtompki" - }, - { - "key": "Bnd-LastModified", - "value": "1564352198969" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache" - }, - { - "key": "Specification-Title", - "value": "Apache Commons BeanUtils" - }, - { - "key": "Bundle-DocURL", - "value": "https://commons.apache.org/proper/commons-beanutils/" - }, - { - "key": "Include-Resource", - "value": "META-INF/NOTICE.txt=NOTICE.txt,META-INF/LICENSE.txt=LICENSE.txt" - }, - { - "key": "Import-Package", - "value": "org.apache.commons.collections,org.apache.commons.collections.comparators,org.apache.commons.collections.keyvalue,org.apache.commons.logging" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.6))\"" - }, - { - "key": "Export-Package", - "value": "org.apache.commons.beanutils;version=\"1.9.4\",org.apache.commons.beanutils.converters;version=\"1.9.4\",org.apache.commons.beanutils.expression;version=\"1.9.4\",org.apache.commons.beanutils.locale;version=\"1.9.4\",org.apache.commons.beanutils.locale.converters;version=\"1.9.4\"" - }, - { - "key": "Bundle-Name", - "value": "Apache Commons BeanUtils" - }, - { - "key": "Implementation-Title", - "value": "Apache Commons BeanUtils" - }, - { - "key": "Bundle-Description", - "value": "Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection." - }, - { - "key": "Implementation-Version", - "value": "1.9.4" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Tool", - "value": "Bnd-3.5.0.201709291849" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Bundle-Version", - "value": "1.9.4" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.6" - }, - { - "key": "Implementation-Build", - "value": "UNKNOWN_BRANCH@r??????; 2019-07-28 22:14:44+0000" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.6" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_202" - }, - { - "key": "Implementation-URL", - "value": "https://commons.apache.org/proper/commons-beanutils/" - }, - { - "key": "Specification-Version", - "value": "1.9.4" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/commons-beanutils/commons-beanutils/pom.properties", - "name": "", - "groupId": "commons-beanutils", - "artifactId": "commons-beanutils", - "version": "1.9.4" - }, - "pomProject": { - "path": "META-INF/maven/commons-beanutils/commons-beanutils/pom.xml", - "parent": { - "groupId": "org.apache.commons", - "artifactId": "commons-parent", - "version": "47" - }, - "groupId": "commons-beanutils", - "artifactId": "commons-beanutils", - "version": "1.9.4", - "name": "Apache Commons BeanUtils", - "description": "Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.", - "url": "https://commons.apache.org/proper/commons-beanutils/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "d52b9abcd97f38c81342bb7e7ae1eee9b73cba51" - } - ] - } - }, - { - "id": "8a7cc7d06fe3b94b", - "name": "commons-codec", - "version": "1.17.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-codec-1.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-codec-1.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:commons-codec:1.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons_codec:1.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons:1.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/commons-codec/commons-codec@1.17.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-codec-1.17.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Apache Commons Codec" - }, - { - "key": "Specification-Version", - "value": "1.17" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Implementation-Title", - "value": "Apache Commons Codec" - }, - { - "key": "Implementation-Version", - "value": "1.17.0" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.commons.codec" - }, - { - "key": "Bundle-Description", - "value": "The Apache Commons Codec component contains encoderand decoders for various formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities." - }, - { - "key": "Bundle-DocURL", - "value": "https://commons.apache.org/proper/commons-codec/" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Apache Commons Codec" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.apache.commons.commons-codec" - }, - { - "key": "Bundle-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Bundle-Version", - "value": "1.17.0" - }, - { - "key": "Export-Package", - "value": "org.apache.commons.codec;version=\"1.17.0\",org.apache.commons.codec.binary;version=\"1.17.0\",org.apache.commons.codec.cli;version=\"1.17.0\",org.apache.commons.codec.digest;version=\"1.17.0\",org.apache.commons.codec.language;version=\"1.17.0\",org.apache.commons.codec.language.bm;version=\"1.17.0\",org.apache.commons.codec.net;version=\"1.17.0\"" - }, - { - "key": "Import-Package", - "value": "javax.crypto,javax.crypto.spec" - }, - { - "key": "Include-Resource", - "value": "org/apache/commons/codec/language/bm/ash_approx_any.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_approx_any.txt,org/apache/commons/codec/language/bm/ash_approx_common.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_approx_common.txt,org/apache/commons/codec/language/bm/ash_approx_cyrillic.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_approx_cyrillic.txt,org/apache/commons/codec/language/bm/ash_approx_english.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_approx_english.txt,org/apache/commons/codec/language/bm/ash_approx_french.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_approx_french.txt,org/apache/commons/codec/language/bm/ash_approx_german.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_approx_german.txt,org/apache/commons/codec/language/bm/ash_approx_hebrew.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_approx_hebrew.txt,org/apache/commons/codec/language/bm/ash_approx_hungarian.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_approx_hungarian.txt,org/apache/commons/codec/language/bm/ash_approx_polish.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_approx_polish.txt,org/apache/commons/codec/language/bm/ash_approx_romanian.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_approx_romanian.txt,org/apache/commons/codec/language/bm/ash_approx_russian.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_approx_russian.txt,org/apache/commons/codec/language/bm/ash_approx_spanish.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_approx_spanish.txt,org/apache/commons/codec/language/bm/ash_exact_any.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_exact_any.txt,org/apache/commons/codec/language/bm/ash_exact_approx_common.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_exact_approx_common.txt,org/apache/commons/codec/language/bm/ash_exact_common.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_exact_common.txt,org/apache/commons/codec/language/bm/ash_exact_cyrillic.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_exact_cyrillic.txt,org/apache/commons/codec/language/bm/ash_exact_english.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_exact_english.txt,org/apache/commons/codec/language/bm/ash_exact_french.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_exact_french.txt,org/apache/commons/codec/language/bm/ash_exact_german.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_exact_german.txt,org/apache/commons/codec/language/bm/ash_exact_hebrew.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_exact_hebrew.txt,org/apache/commons/codec/language/bm/ash_exact_hungarian.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_exact_hungarian.txt,org/apache/commons/codec/language/bm/ash_exact_polish.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_exact_polish.txt,org/apache/commons/codec/language/bm/ash_exact_romanian.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_exact_romanian.txt,org/apache/commons/codec/language/bm/ash_exact_russian.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_exact_russian.txt,org/apache/commons/codec/language/bm/ash_exact_spanish.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_exact_spanish.txt,org/apache/commons/codec/language/bm/ash_hebrew_common.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_hebrew_common.txt,org/apache/commons/codec/language/bm/ash_lang.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_lang.txt,org/apache/commons/codec/language/bm/ash_languages.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_languages.txt,org/apache/commons/codec/language/bm/ash_rules_any.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_rules_any.txt,org/apache/commons/codec/language/bm/ash_rules_cyrillic.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_rules_cyrillic.txt,org/apache/commons/codec/language/bm/ash_rules_english.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_rules_english.txt,org/apache/commons/codec/language/bm/ash_rules_french.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_rules_french.txt,org/apache/commons/codec/language/bm/ash_rules_german.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_rules_german.txt,org/apache/commons/codec/language/bm/ash_rules_hebrew.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_rules_hebrew.txt,org/apache/commons/codec/language/bm/ash_rules_hungarian.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_rules_hungarian.txt,org/apache/commons/codec/language/bm/ash_rules_polish.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_rules_polish.txt,org/apache/commons/codec/language/bm/ash_rules_romanian.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_rules_romanian.txt,org/apache/commons/codec/language/bm/ash_rules_russian.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_rules_russian.txt,org/apache/commons/codec/language/bm/ash_rules_spanish.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_rules_spanish.txt,org/apache/commons/codec/language/bm/gen_approx_any.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_any.txt,org/apache/commons/codec/language/bm/gen_approx_arabic.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_arabic.txt,org/apache/commons/codec/language/bm/gen_approx_common.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_common.txt,org/apache/commons/codec/language/bm/gen_approx_cyrillic.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_cyrillic.txt,org/apache/commons/codec/language/bm/gen_approx_czech.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_czech.txt,org/apache/commons/codec/language/bm/gen_approx_dutch.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_dutch.txt,org/apache/commons/codec/language/bm/gen_approx_english.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_english.txt,org/apache/commons/codec/language/bm/gen_approx_french.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_french.txt,org/apache/commons/codec/language/bm/gen_approx_german.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_german.txt,org/apache/commons/codec/language/bm/gen_approx_greek.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_greek.txt,org/apache/commons/codec/language/bm/gen_approx_greeklatin.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_greeklatin.txt,org/apache/commons/codec/language/bm/gen_approx_hebrew.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_hebrew.txt,org/apache/commons/codec/language/bm/gen_approx_hungarian.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_hungarian.txt,org/apache/commons/codec/language/bm/gen_approx_italian.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_italian.txt,org/apache/commons/codec/language/bm/gen_approx_polish.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_polish.txt,org/apache/commons/codec/language/bm/gen_approx_portuguese.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_portuguese.txt,org/apache/commons/codec/language/bm/gen_approx_romanian.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_romanian.txt,org/apache/commons/codec/language/bm/gen_approx_russian.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_russian.txt,org/apache/commons/codec/language/bm/gen_approx_spanish.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_spanish.txt,org/apache/commons/codec/language/bm/gen_approx_turkish.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_turkish.txt,org/apache/commons/codec/language/bm/gen_exact_any.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_any.txt,org/apache/commons/codec/language/bm/gen_exact_approx_common.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_approx_common.txt,org/apache/commons/codec/language/bm/gen_exact_arabic.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_arabic.txt,org/apache/commons/codec/language/bm/gen_exact_common.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_common.txt,org/apache/commons/codec/language/bm/gen_exact_cyrillic.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_cyrillic.txt,org/apache/commons/codec/language/bm/gen_exact_czech.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_czech.txt,org/apache/commons/codec/language/bm/gen_exact_dutch.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_dutch.txt,org/apache/commons/codec/language/bm/gen_exact_english.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_english.txt,org/apache/commons/codec/language/bm/gen_exact_french.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_french.txt,org/apache/commons/codec/language/bm/gen_exact_german.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_german.txt,org/apache/commons/codec/language/bm/gen_exact_greek.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_greek.txt,org/apache/commons/codec/language/bm/gen_exact_greeklatin.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_greeklatin.txt,org/apache/commons/codec/language/bm/gen_exact_hebrew.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_hebrew.txt,org/apache/commons/codec/language/bm/gen_exact_hungarian.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_hungarian.txt,org/apache/commons/codec/language/bm/gen_exact_italian.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_italian.txt,org/apache/commons/codec/language/bm/gen_exact_polish.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_polish.txt,org/apache/commons/codec/language/bm/gen_exact_portuguese.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_portuguese.txt,org/apache/commons/codec/language/bm/gen_exact_romanian.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_romanian.txt,org/apache/commons/codec/language/bm/gen_exact_russian.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_russian.txt,org/apache/commons/codec/language/bm/gen_exact_spanish.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_spanish.txt,org/apache/commons/codec/language/bm/gen_exact_turkish.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_turkish.txt,org/apache/commons/codec/language/bm/gen_hebrew_common.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_hebrew_common.txt,org/apache/commons/codec/language/bm/gen_lang.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_lang.txt,org/apache/commons/codec/language/bm/gen_languages.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_languages.txt,org/apache/commons/codec/language/bm/gen_rules_any.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_any.txt,org/apache/commons/codec/language/bm/gen_rules_arabic.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_arabic.txt,org/apache/commons/codec/language/bm/gen_rules_cyrillic.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_cyrillic.txt,org/apache/commons/codec/language/bm/gen_rules_czech.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_czech.txt,org/apache/commons/codec/language/bm/gen_rules_dutch.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_dutch.txt,org/apache/commons/codec/language/bm/gen_rules_english.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_english.txt,org/apache/commons/codec/language/bm/gen_rules_french.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_french.txt,org/apache/commons/codec/language/bm/gen_rules_german.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_german.txt,org/apache/commons/codec/language/bm/gen_rules_greek.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_greek.txt,org/apache/commons/codec/language/bm/gen_rules_greeklatin.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_greeklatin.txt,org/apache/commons/codec/language/bm/gen_rules_hebrew.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_hebrew.txt,org/apache/commons/codec/language/bm/gen_rules_hungarian.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_hungarian.txt,org/apache/commons/codec/language/bm/gen_rules_italian.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_italian.txt,org/apache/commons/codec/language/bm/gen_rules_polish.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_polish.txt,org/apache/commons/codec/language/bm/gen_rules_portuguese.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_portuguese.txt,org/apache/commons/codec/language/bm/gen_rules_romanian.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_romanian.txt,org/apache/commons/codec/language/bm/gen_rules_russian.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_russian.txt,org/apache/commons/codec/language/bm/gen_rules_spanish.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_spanish.txt,org/apache/commons/codec/language/bm/gen_rules_turkish.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_turkish.txt,org/apache/commons/codec/language/bm/lang.txt=src/main/resources/org/apache/commons/codec/language/bm/lang.txt,org/apache/commons/codec/language/bm/sep_approx_any.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_approx_any.txt,org/apache/commons/codec/language/bm/sep_approx_common.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_approx_common.txt,org/apache/commons/codec/language/bm/sep_approx_french.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_approx_french.txt,org/apache/commons/codec/language/bm/sep_approx_hebrew.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_approx_hebrew.txt,org/apache/commons/codec/language/bm/sep_approx_italian.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_approx_italian.txt,org/apache/commons/codec/language/bm/sep_approx_portuguese.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_approx_portuguese.txt,org/apache/commons/codec/language/bm/sep_approx_spanish.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_approx_spanish.txt,org/apache/commons/codec/language/bm/sep_exact_any.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_exact_any.txt,org/apache/commons/codec/language/bm/sep_exact_approx_common.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_exact_approx_common.txt,org/apache/commons/codec/language/bm/sep_exact_common.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_exact_common.txt,org/apache/commons/codec/language/bm/sep_exact_french.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_exact_french.txt,org/apache/commons/codec/language/bm/sep_exact_hebrew.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_exact_hebrew.txt,org/apache/commons/codec/language/bm/sep_exact_italian.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_exact_italian.txt,org/apache/commons/codec/language/bm/sep_exact_portuguese.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_exact_portuguese.txt,org/apache/commons/codec/language/bm/sep_exact_spanish.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_exact_spanish.txt,org/apache/commons/codec/language/bm/sep_hebrew_common.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_hebrew_common.txt,org/apache/commons/codec/language/bm/sep_lang.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_lang.txt,org/apache/commons/codec/language/bm/sep_languages.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_languages.txt,org/apache/commons/codec/language/bm/sep_rules_any.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_rules_any.txt,org/apache/commons/codec/language/bm/sep_rules_french.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_rules_french.txt,org/apache/commons/codec/language/bm/sep_rules_hebrew.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_rules_hebrew.txt,org/apache/commons/codec/language/bm/sep_rules_italian.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_rules_italian.txt,org/apache/commons/codec/language/bm/sep_rules_portuguese.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_rules_portuguese.txt,org/apache/commons/codec/language/bm/sep_rules_spanish.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_rules_spanish.txt,org/apache/commons/codec/language/dmrules.txt=src/main/resources/org/apache/commons/codec/language/dmrules.txt,META-INF/LICENSE.txt=LICENSE.txt,META-INF/NOTICE.txt=NOTICE.txt" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.4.1.202306080939" - }, - { - "key": "Multi-Release", - "value": "true" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/commons-codec/commons-codec/pom.properties", - "name": "", - "groupId": "commons-codec", - "artifactId": "commons-codec", - "version": "1.17.0" - }, - "pomProject": { - "path": "META-INF/maven/commons-codec/commons-codec/pom.xml", - "parent": { - "groupId": "org.apache.commons", - "artifactId": "commons-parent", - "version": "69" - }, - "groupId": "commons-codec", - "artifactId": "commons-codec", - "version": "1.17.0", - "name": "Apache Commons Codec", - "description": "The Apache Commons Codec component contains encoder and decoders for various formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.", - "url": "https://commons.apache.org/proper/commons-codec/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "0dbe8eef6e14460e73da07f7b11bf994d6626355" - } - ] - } - }, - { - "id": "bfcd14c26dcb460b", - "name": "commons-collections", - "version": "3.2.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-collections-3.2.2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-collections-3.2.2.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:commons-collections:3.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons_collections:3.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:collections:3.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons:3.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/commons-collections/commons-collections@3.2.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-collections-3.2.2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Export-Package", - "value": "org.apache.commons.collections;version=\"3.2.2\",org.apache.commons.collections.bag;version=\"3.2.2\",org.apache.commons.collections.bidimap;version=\"3.2.2\",org.apache.commons.collections.buffer;version=\"3.2.2\",org.apache.commons.collections.collection;version=\"3.2.2\",org.apache.commons.collections.comparators;version=\"3.2.2\",org.apache.commons.collections.functors;version=\"3.2.2\",org.apache.commons.collections.iterators;version=\"3.2.2\",org.apache.commons.collections.keyvalue;version=\"3.2.2\",org.apache.commons.collections.list;version=\"3.2.2\",org.apache.commons.collections.map;version=\"3.2.2\",org.apache.commons.collections.set;version=\"3.2.2\"" - }, - { - "key": "Implementation-Title", - "value": "Apache Commons Collections" - }, - { - "key": "Built-By", - "value": "tn" - }, - { - "key": "Tool", - "value": "Bnd-2.3.0.201405100607" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.3))\"" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache" - }, - { - "key": "Specification-Title", - "value": "Apache Commons Collections" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.apache.commons.collections" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.3" - }, - { - "key": "Implementation-Version", - "value": "3.2.2" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Bundle-Name", - "value": "Apache Commons Collections" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Implementation-URL", - "value": "http://commons.apache.org/collections/" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.3" - }, - { - "key": "Bundle-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Build-Jdk", - "value": "1.7.0_79" - }, - { - "key": "Bundle-Version", - "value": "3.2.2" - }, - { - "key": "Bnd-LastModified", - "value": "1447369808027" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Description", - "value": "Types that extend and augment the Java CollectionsFramework." - }, - { - "key": "Bundle-DocURL", - "value": "http://commons.apache.org/collections/" - }, - { - "key": "Include-Resource", - "value": "META-INF/NOTICE.txt=NOTICE.txt,META-INF/LICENSE.txt=LICENSE.txt" - }, - { - "key": "Specification-Version", - "value": "3.2.2" - }, - { - "key": "Implementation-Build", - "value": "tags/COLLECTIONS_3_2_2_RC3@r1714131; 2015-11-1300:09:45+0100" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/commons-collections/commons-collections/pom.properties", - "name": "", - "groupId": "commons-collections", - "artifactId": "commons-collections", - "version": "3.2.2" - }, - "pomProject": { - "path": "META-INF/maven/commons-collections/commons-collections/pom.xml", - "parent": { - "groupId": "org.apache.commons", - "artifactId": "commons-parent", - "version": "39" - }, - "groupId": "commons-collections", - "artifactId": "commons-collections", - "version": "3.2.2", - "name": "Apache Commons Collections", - "description": "Types that extend and augment the Java Collections Framework.", - "url": "http://commons.apache.org/collections/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "8ad72fe39fa8c91eaaf12aadb21e0c3661fe26d5" - } - ] - } - }, - { - "id": "98b86700daae2898", - "name": "commons-compress", - "version": "1.26.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-compress-1.26.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-compress-1.26.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:commons-compress:1.26.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons_compress:1.26.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:compress:1.26.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons:1.26.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.commons/commons-compress@1.26.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-compress-1.26.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.commons.compress" - }, - { - "key": "Extension-Name", - "value": "org.apache.commons.compress" - }, - { - "key": "Implementation-Title", - "value": "Apache Commons Compress" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache" - }, - { - "key": "Implementation-Version", - "value": "1.26.1" - }, - { - "key": "Main-Class", - "value": "org.apache.commons.compress.archivers.Lister" - }, - { - "key": "Specification-Title", - "value": "Apache Commons Compress" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Specification-Version", - "value": "1.26.1" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.8" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.8" - }, - { - "key": "Bundle-Description", - "value": "Apache Commons Compress defines an API for working withcompression and archive formats. These include bzip2, gzip, pack200,LZMA, XZ, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4,Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj." - }, - { - "key": "Bundle-DocURL", - "value": "https://commons.apache.org/proper/commons-compress/" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Apache Commons Compress" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.apache.commons.commons-compress" - }, - { - "key": "Bundle-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Bundle-Version", - "value": "1.26.1" - }, - { - "key": "Export-Package", - "value": "org.apache.commons.compress;version=\"1.26.1\",org.apache.commons.compress.archivers;version=\"1.26.1\",org.apache.commons.compress.archivers.ar;version=\"1.26.1\",org.apache.commons.compress.archivers.arj;version=\"1.26.1\",org.apache.commons.compress.archivers.cpio;version=\"1.26.1\",org.apache.commons.compress.archivers.dump;version=\"1.26.1\",org.apache.commons.compress.archivers.examples;version=\"1.26.1\",org.apache.commons.compress.archivers.jar;version=\"1.26.1\",org.apache.commons.compress.archivers.sevenz;version=\"1.26.1\",org.apache.commons.compress.archivers.tar;version=\"1.26.1\",org.apache.commons.compress.archivers.zip;version=\"1.26.1\",org.apache.commons.compress.changes;version=\"1.26.1\",org.apache.commons.compress.compressors;version=\"1.26.1\",org.apache.commons.compress.compressors.brotli;version=\"1.26.1\",org.apache.commons.compress.compressors.bzip2;version=\"1.26.1\",org.apache.commons.compress.compressors.deflate;version=\"1.26.1\",org.apache.commons.compress.compressors.deflate64;version=\"1.26.1\",org.apache.commons.compress.compressors.gzip;version=\"1.26.1\",org.apache.commons.compress.compressors.lz4;version=\"1.26.1\",org.apache.commons.compress.compressors.lz77support;version=\"1.26.1\",org.apache.commons.compress.compressors.lzma;version=\"1.26.1\",org.apache.commons.compress.compressors.lzw;version=\"1.26.1\",org.apache.commons.compress.compressors.pack200;version=\"1.26.1\",org.apache.commons.compress.compressors.snappy;version=\"1.26.1\",org.apache.commons.compress.compressors.xz;version=\"1.26.1\",org.apache.commons.compress.compressors.z;version=\"1.26.1\",org.apache.commons.compress.compressors.zstandard;version=\"1.26.1\",org.apache.commons.compress.harmony;version=\"1.26.1\",org.apache.commons.compress.harmony.archive.internal.nls;version=\"1.26.1\",org.apache.commons.compress.harmony.pack200;version=\"1.26.1\",org.apache.commons.compress.harmony.unpack200;version=\"1.26.1\",org.apache.commons.compress.harmony.unpack200.bytecode;version=\"1.26.1\",org.apache.commons.compress.harmony.unpack200.bytecode.forms;version=\"1.26.1\",org.apache.commons.compress.java.util.jar;version=\"1.26.1\",org.apache.commons.compress.parallel;version=\"1.26.1\",org.apache.commons.compress.utils;version=\"1.26.1\"" - }, - { - "key": "Import-Package", - "value": "org.tukaani.xz;resolution:=optional,org.brotli.dec;resolution:=optional,com.github.luben.zstd;resolution:=optional,org.objectweb.asm;resolution:=optional,javax.crypto;resolution:=optional,javax.crypto.spec;resolution:=optional,org.apache.commons.lang3.reflect;resolution:=optional,org.apache.commons.codec.digest;resolution:=optional,org.apache.commons.io,org.apache.commons.io.build,org.apache.commons.io.file.attribute,org.apache.commons.io.input,org.apache.commons.io.output,org.apache.commons.commons-codec;resolution:=optional,org.apache.commons.commons-io;resolution:=optional,org.apache.commons.codec;resolution:=optional" - }, - { - "key": "Include-Resource", - "value": "META-INF/LICENSE.txt=LICENSE.txt,META-INF/NOTICE.txt=NOTICE.txt" - }, - { - "key": "Originally-Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.4.1.202306080939" - }, - { - "key": "Multi-Release", - "value": "true" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.commons/commons-compress/pom.properties", - "name": "", - "groupId": "org.apache.commons", - "artifactId": "commons-compress", - "version": "1.26.1" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.commons/commons-compress/pom.xml", - "parent": { - "groupId": "org.apache.commons", - "artifactId": "commons-parent", - "version": "66" - }, - "groupId": "org.apache.commons", - "artifactId": "commons-compress", - "version": "1.26.1", - "name": "Apache Commons Compress", - "description": "Apache Commons Compress defines an API for working with compression and archive formats. These include bzip2, gzip, pack200, LZMA, XZ, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.", - "url": "https://commons.apache.org/proper/commons-compress/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "44331c1130c370e726a2e1a3e6fba6d2558ef04a" - } - ] - } - }, - { - "id": "b43dc1b26d008d7d", - "name": "commons-discovery", - "version": "0.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-discovery-0.5.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-discovery-0.5.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:commons-discovery:0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons_discovery:0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:discovery:0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons:0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/commons-discovery/commons-discovery@0.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-discovery-0.5.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "1.6.0_24 (Apple Inc.)" - }, - { - "key": "Built-By", - "value": "simonetripodi" - }, - { - "key": "Build-Jdk", - "value": "1.6.0_24" - }, - { - "key": "Implementation-Title", - "value": "Commons Discovery" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache" - }, - { - "key": "Implementation-Version", - "value": "0.5" - }, - { - "key": "Specification-Title", - "value": "Commons Discovery" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Specification-Version", - "value": "0.5" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.5" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.5" - }, - { - "key": "Export-Package", - "value": "org.apache.commons.discovery.resource.names;version=\"0.5\",org.apache.commons.discovery.jdk;version=\"0.5\",org.apache.commons.discovery.ant;version=\"0.5\",org.apache.commons.discovery.tools;version=\"0.5\",org.apache.commons.discovery.resource.classes;version=\"0.5\",org.apache.commons.discovery.log;version=\"0.5\",org.apache.commons.discovery.resource;version=\"0.5\",org.apache.commons.discovery;version=\"0.5\"" - }, - { - "key": "Tool", - "value": "Bnd-0.0.255" - }, - { - "key": "Bundle-Name", - "value": "Commons Discovery" - }, - { - "key": "Bundle-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Bundle-Version", - "value": "0.5" - }, - { - "key": "Bnd-LastModified", - "value": "1303930849815" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-Description", - "value": "The Apache Commons Discovery component is about discovering, or finding, implementations for pluggable interfaces." - }, - { - "key": "Import-Package", - "value": "org.apache.commons.logging" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.apache.commons.discovery" - }, - { - "key": "Bundle-DocURL", - "value": "http://commons.apache.org/discovery/" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/commons-discovery/commons-discovery/pom.properties", - "name": "", - "groupId": "commons-discovery", - "artifactId": "commons-discovery", - "version": "0.5" - }, - "pomProject": { - "path": "META-INF/maven/commons-discovery/commons-discovery/pom.xml", - "parent": { - "groupId": "org.apache.commons", - "artifactId": "commons-parent", - "version": "20" - }, - "groupId": "commons-discovery", - "artifactId": "commons-discovery", - "version": "0.5", - "name": "Commons Discovery", - "description": "The Apache Commons Discovery component is about discovering, or finding, implementations for pluggable interfaces.", - "url": "http://commons.apache.org/discovery/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "3a8ac816bbe02d2f88523ef22cbf2c4abd71d6a8" - } - ] - } - }, - { - "id": "1f2f55cb07dc0a93", - "name": "commons-fileupload2-core", - "version": "2.0.0-M2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-fileupload2-core-2.0.0-M2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-fileupload2-core-2.0.0-M2.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:commons-fileupload2-core:2.0.0-M2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons_fileupload2_core:2.0.0-M2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons:2.0.0-M2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.commons/commons-fileupload2-core@2.0.0-M2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-fileupload2-core-2.0.0-M2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Implementation-Title", - "value": "Apache Commons FileUpload Core" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache" - }, - { - "key": "Implementation-Version", - "value": "2.0.0-M2" - }, - { - "key": "Specification-Title", - "value": "Apache Commons FileUpload Core" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Specification-Version", - "value": "2.0.0-M2" - }, - { - "key": "X-Compile-Source-JDK", - "value": "11" - }, - { - "key": "X-Compile-Target-JDK", - "value": "11" - }, - { - "key": "Bundle-Description", - "value": "The Apache Commons FileUpload Core component provides the framework for a simple yet flexible means of adding support for multipart file upload functionality to servlets, portlets, and web applications." - }, - { - "key": "Bundle-DocURL", - "value": "https://commons.apache.org/proper/commons-fileupload/commons-fileupload2-core/" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Apache Commons FileUpload Core" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.apache.commons.commons-fileupload2-core" - }, - { - "key": "Bundle-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Bundle-Version", - "value": "2.0.0.M2" - }, - { - "key": "DynamicImport-Package", - "value": "javax.portlet" - }, - { - "key": "Export-Package", - "value": "org.apache.commons.fileupload2.core;version=\"2.0.0.M2\"" - }, - { - "key": "Import-Package", - "value": "java.io,java.lang,java.lang.invoke,java.nio.charset,java.nio.file,java.text,java.util,java.util.concurrent.atomic,java.util.function,org.apache.commons.io,org.apache.commons.io.build,org.apache.commons.io.file,org.apache.commons.io.function,org.apache.commons.io.input,org.apache.commons.io.output" - }, - { - "key": "Include-Resource", - "value": "META-INF/LICENSE.txt=../LICENSE.txt,META-INF/NOTICE.txt=../NOTICE.txt" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=11))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.4.1.202306080939" - }, - { - "key": "Multi-Release", - "value": "true" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.commons/commons-fileupload2-core/pom.properties", - "name": "", - "groupId": "org.apache.commons", - "artifactId": "commons-fileupload2-core", - "version": "2.0.0-M2" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.commons/commons-fileupload2-core/pom.xml", - "parent": { - "groupId": "org.apache.commons", - "artifactId": "commons-fileupload2", - "version": "2.0.0-M2" - }, - "groupId": "org.apache.commons", - "artifactId": "commons-fileupload2-core", - "version": "2.0.0-M2", - "name": "Apache Commons FileUpload Core", - "description": "The Apache Commons FileUpload Core component provides the framework for a simple yet flexible means of adding support for multipart file upload functionality to servlets, portlets, and web applications." - }, - "digest": [ - { - "algorithm": "sha1", - "value": "5b16aec91c2e0b0e6052bff9795045c2704f6ca7" - } - ] - } - }, - { - "id": "8e3f4377d5b69607", - "name": "commons-fileupload2-javax", - "version": "2.0.0-M2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-fileupload2-javax-2.0.0-M2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-fileupload2-javax-2.0.0-M2.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:commons-fileupload2-javax:2.0.0-M2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons_fileupload2_javax:2.0.0-M2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons:2.0.0-M2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.commons/commons-fileupload2-javax@2.0.0-M2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-fileupload2-javax-2.0.0-M2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Implementation-Title", - "value": "Apache Commons FileUpload Javax" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache" - }, - { - "key": "Implementation-Version", - "value": "2.0.0-M2" - }, - { - "key": "Specification-Title", - "value": "Apache Commons FileUpload Javax" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Specification-Version", - "value": "2.0.0-M2" - }, - { - "key": "X-Compile-Source-JDK", - "value": "11" - }, - { - "key": "X-Compile-Target-JDK", - "value": "11" - }, - { - "key": "Bundle-Description", - "value": "The Apache Commons FileUpload Javax component provides a simple yet flexible means of adding support for multipart fileupload functionality to Javax servlets and web applications." - }, - { - "key": "Bundle-DocURL", - "value": "https://commons.apache.org/proper/commons-fileupload/commons-fileupload2-javax/" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Apache Commons FileUpload Javax" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.apache.commons.commons-fileupload2-javax" - }, - { - "key": "Bundle-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Bundle-Version", - "value": "2.0.0.M2" - }, - { - "key": "DynamicImport-Package", - "value": "javax.portlet" - }, - { - "key": "Export-Package", - "value": "org.apache.commons.fileupload2.javax;version=\"2.0.0.M2\"" - }, - { - "key": "Import-Package", - "value": "javax.servlet;version=\"2.5\",javax.servlet.http;version=\"2.5\",java.io,java.lang,java.lang.invoke,java.util,java.util.function,org.apache.commons.fileupload2.core,org.apache.commons.io" - }, - { - "key": "Include-Resource", - "value": "META-INF/LICENSE.txt=../LICENSE.txt,META-INF/NOTICE.txt=../NOTICE.txt" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=11))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.4.1.202306080939" - }, - { - "key": "Multi-Release", - "value": "true" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.commons/commons-fileupload2-javax/pom.properties", - "name": "", - "groupId": "org.apache.commons", - "artifactId": "commons-fileupload2-javax", - "version": "2.0.0-M2" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.commons/commons-fileupload2-javax/pom.xml", - "parent": { - "groupId": "org.apache.commons", - "artifactId": "commons-fileupload2", - "version": "2.0.0-M2" - }, - "groupId": "org.apache.commons", - "artifactId": "commons-fileupload2-javax", - "version": "2.0.0-M2", - "name": "Apache Commons FileUpload Javax", - "description": "The Apache Commons FileUpload Javax component provides a simple yet flexible means of adding support for multipart file upload functionality to Javax servlets and web applications." - }, - "digest": [ - { - "algorithm": "sha1", - "value": "ed55c264f930604b0b338e026c1bea20319841f0" - } - ] - } - }, - { - "id": "9f937ec2872be4fd", - "name": "commons-io", - "version": "2.16.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:commons-io:2.16.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons_io:2.16.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons:2.16.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/commons-io/commons-io@2.16.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:commons-io:commons-io", - "pomProperties": { - "path": "META-INF/maven/commons-io/commons-io/pom.properties", - "name": "", - "groupId": "commons-io", - "artifactId": "commons-io", - "version": "2.16.1" - }, - "pomProject": { - "path": "META-INF/maven/commons-io/commons-io/pom.xml", - "parent": { - "groupId": "org.apache.commons", - "artifactId": "commons-parent", - "version": "69" - }, - "groupId": "commons-io", - "artifactId": "commons-io", - "version": "2.16.1", - "name": "Apache Commons IO", - "description": "The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.", - "url": "https://commons.apache.org/proper/commons-io/" - } - } - }, - { - "id": "e22f895631a3ec31", - "name": "commons-io", - "version": "2.16.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-io-2.16.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-io-2.16.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:commons-io:2.16.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons_io:2.16.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons:2.16.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/commons-io/commons-io@2.16.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-io-2.16.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Apache Commons IO" - }, - { - "key": "Specification-Version", - "value": "2.16" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Implementation-Title", - "value": "Apache Commons IO" - }, - { - "key": "Implementation-Version", - "value": "2.16.1" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.commons.io" - }, - { - "key": "Bundle-Description", - "value": "The Apache Commons IO library contains utility classes, stream implementations, file filters,file comparators, endian transformation classes, and much more." - }, - { - "key": "Bundle-DocURL", - "value": "https://commons.apache.org/proper/commons-io/" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Apache Commons IO" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.apache.commons.commons-io" - }, - { - "key": "Bundle-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Bundle-Version", - "value": "2.16.1" - }, - { - "key": "Export-Package", - "value": "org.apache.commons.io;version=\"1.4.9999\",org.apache.commons.io.comparator;version=\"1.4.9999\",org.apache.commons.io.filefilter;version=\"1.4.9999\",org.apache.commons.io.input;version=\"1.4.9999\",org.apache.commons.io.output;version=\"1.4.9999\",org.apache.commons.io.build;version=\"2.16.1\",org.apache.commons.io.channels;version=\"2.16.1\",org.apache.commons.io.charset;version=\"2.16.1\",org.apache.commons.io.file;version=\"2.16.1\",org.apache.commons.io.file.attribute;version=\"2.16.1\",org.apache.commons.io.file.spi;version=\"2.16.1\",org.apache.commons.io.function;version=\"2.16.1\",org.apache.commons.io.input.buffer;version=\"2.16.1\",org.apache.commons.io.monitor;version=\"2.16.1\",org.apache.commons.io.serialization;version=\"2.16.1\",org.apache.commons.io;version=\"2.16.1\",org.apache.commons.io.comparator;version=\"2.16.1\",org.apache.commons.io.filefilter;version=\"2.16.1\",org.apache.commons.io.input;version=\"2.16.1\",org.apache.commons.io.output;version=\"2.16.1\"" - }, - { - "key": "Import-Package", - "value": "sun.nio.ch;resolution:=optional,sun.misc;resolution:=optional" - }, - { - "key": "Include-Resource", - "value": "META-INF/LICENSE.txt=LICENSE.txt,META-INF/NOTICE.txt=NOTICE.txt" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.4.1.202306080939" - }, - { - "key": "Multi-Release", - "value": "true" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/commons-io/commons-io/pom.properties", - "name": "", - "groupId": "commons-io", - "artifactId": "commons-io", - "version": "2.16.1" - }, - "pomProject": { - "path": "META-INF/maven/commons-io/commons-io/pom.xml", - "parent": { - "groupId": "org.apache.commons", - "artifactId": "commons-parent", - "version": "69" - }, - "groupId": "commons-io", - "artifactId": "commons-io", - "version": "2.16.1", - "name": "Apache Commons IO", - "description": "The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.", - "url": "https://commons.apache.org/proper/commons-io/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "377d592e740dc77124e0901291dbfaa6810a200e" - } - ] - } - }, - { - "id": "ca1b28e58f8a6ae3", - "name": "commons-jelly", - "version": "1.1-jenkins-20240510", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-jelly-1.1-jenkins-20240510.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci:commons-jelly:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:commons_jelly:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly:commons-jelly:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly:commons_jelly:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly:commons-jelly:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly:commons_jelly:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:commons-jelly:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:commons_jelly:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:commons-jelly:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:commons_jelly:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons-jelly:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons_jelly:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:commons-jelly:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:commons_jelly:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci/commons-jelly@1.1-jenkins-20240510", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-jelly-1.1-jenkins-20240510.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.4.1" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Apache Commons Jelly Core" - }, - { - "key": "Specification-Version", - "value": "1.1" - }, - { - "key": "Specification-Vendor", - "value": "Jenkins" - }, - { - "key": "Implementation-Title", - "value": "Apache Commons Jelly Core" - }, - { - "key": "Implementation-Version", - "value": "1.1-jenkins-20240510" - }, - { - "key": "Implementation-Vendor", - "value": "Jenkins" - }, - { - "key": "Implementation-Build", - "value": "7484917e36e7343e3a3d7712383f6006d230f76f" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci/commons-jelly/pom.properties", - "name": "", - "groupId": "org.jenkins-ci", - "artifactId": "commons-jelly", - "version": "1.1-jenkins-20240510" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci/commons-jelly/pom.xml", - "groupId": "org.jenkins-ci", - "artifactId": "commons-jelly", - "version": "1.1-jenkins-20240510", - "name": "Apache Commons Jelly Core", - "description": "Apache Commons Jelly is a Java and XML based scripting engine. Jelly combines the best ideas from JSTL, Velocity, DVSL, Ant and Cocoon all together in a simple yet powerful scripting engine.", - "url": "https://github.com/jenkinsci/jelly/commons-jelly" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "405c0fab2a1fdb00adeaa368070d2fd455935c6d" - } - ] - } - }, - { - "id": "a43a769404bdf924", - "name": "commons-jelly-tags-define", - "version": "1.1-jenkins-20240510", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-jelly-tags-define-1.1-jenkins-20240510.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:commons-jelly-tags-define:commons-jelly-tags-define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly-tags-define:commons_jelly_tags_define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly_tags_define:commons-jelly-tags-define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly_tags_define:commons_jelly_tags_define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly-tags:commons-jelly-tags-define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly-tags:commons_jelly_tags_define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly_tags:commons-jelly-tags-define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly_tags:commons_jelly_tags_define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jvnet.hudson:commons-jelly-tags-define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jvnet.hudson:commons_jelly_tags_define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly:commons-jelly-tags-define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly:commons_jelly_tags_define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly:commons-jelly-tags-define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly:commons_jelly_tags_define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons-jelly-tags-define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons_jelly_tags_define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:commons-jelly-tags-define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:commons_jelly_tags_define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hudson:commons-jelly-tags-define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hudson:commons_jelly_tags_define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jvnet:commons-jelly-tags-define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jvnet:commons_jelly_tags_define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jvnet.hudson/commons-jelly-tags-define@1.1-jenkins-20240510", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-jelly-tags-define-1.1-jenkins-20240510.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.4.1" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "commons-jelly-tags-define" - }, - { - "key": "Specification-Version", - "value": "1.1" - }, - { - "key": "Specification-Vendor", - "value": "Jenkins" - }, - { - "key": "Implementation-Title", - "value": "commons-jelly-tags-define" - }, - { - "key": "Implementation-Version", - "value": "1.1-jenkins-20240510" - }, - { - "key": "Implementation-Vendor", - "value": "Jenkins" - }, - { - "key": "Implementation-Build", - "value": "7484917e36e7343e3a3d7712383f6006d230f76f" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jvnet.hudson/commons-jelly-tags-define/pom.properties", - "name": "", - "groupId": "org.jvnet.hudson", - "artifactId": "commons-jelly-tags-define", - "version": "1.1-jenkins-20240510" - }, - "pomProject": { - "path": "META-INF/maven/org.jvnet.hudson/commons-jelly-tags-define/pom.xml", - "groupId": "org.jvnet.hudson", - "artifactId": "commons-jelly-tags-define", - "version": "1.1-jenkins-20240510", - "name": "commons-jelly-tags-define", - "description": "The Jelly Define Tag Library.", - "url": "https://github.com/jenkinsci/jelly/commons-jelly-tags/commons-jelly-tags-define" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "39e5df8b538785f93b8c5da79651f640a441e54f" - } - ] - } - }, - { - "id": "181c7cbbe4a9969d", - "name": "commons-jelly-tags-fmt", - "version": "1.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-jelly-tags-fmt-1.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-jelly-tags-fmt-1.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache-software-foundation:commons-jelly-tags-fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache-software-foundation:commons_jelly_tags_fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache_software_foundation:commons-jelly-tags-fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache_software_foundation:commons_jelly_tags_fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly-tags-fmt:commons-jelly-tags-fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly-tags-fmt:commons_jelly_tags_fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly_tags_fmt:commons-jelly-tags-fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly_tags_fmt:commons_jelly_tags_fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly-tags:commons-jelly-tags-fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly-tags:commons_jelly_tags_fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly_tags:commons-jelly-tags-fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly_tags:commons_jelly_tags_fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly:commons-jelly-tags-fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly:commons_jelly_tags_fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly:commons-jelly-tags-fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly:commons_jelly_tags_fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons-jelly-tags-fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons_jelly_tags_fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/commons-jelly/commons-jelly-tags-fmt@1.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-jelly-tags-fmt-1.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Ant-Version", - "value": "Apache Ant 1.5.3" - }, - { - "key": "Created-By", - "value": "Apache Maven" - }, - { - "key": "Built-By", - "value": "Dion Gillard" - }, - { - "key": "Package", - "value": "org.apache.commons.jelly.tags.fmt" - }, - { - "key": "Build-Jdk", - "value": "1.3.1_07" - }, - { - "key": "Extension-Name", - "value": "commons-jelly-tags-fmt" - }, - { - "key": "Specification-Title", - "value": "Commons Jelly FMT Tag Library" - }, - { - "key": "Specification-Vendor", - "value": "Apache Software Foundation" - }, - { - "key": "Implementation-Title", - "value": "org.apache.commons.jelly.tags.fmt" - }, - { - "key": "Implementation-Vendor", - "value": "Apache Software Foundation" - }, - { - "key": "Implementation-Version", - "value": "1.0" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "2107da38fdd287ab78a4fa65c1300b5ad9999274" - } - ] - } - }, - { - "id": "a2c11c77e8f163a8", - "name": "commons-jelly-tags-xml", - "version": "1.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-jelly-tags-xml-1.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-jelly-tags-xml-1.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache-software-foundation:commons-jelly-tags-xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache-software-foundation:commons_jelly_tags_xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache_software_foundation:commons-jelly-tags-xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache_software_foundation:commons_jelly_tags_xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly-tags-xml:commons-jelly-tags-xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly-tags-xml:commons_jelly_tags_xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly_tags_xml:commons-jelly-tags-xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly_tags_xml:commons_jelly_tags_xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly-tags:commons-jelly-tags-xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly-tags:commons_jelly_tags_xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly_tags:commons-jelly-tags-xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly_tags:commons_jelly_tags_xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly:commons-jelly-tags-xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly:commons_jelly_tags_xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly:commons-jelly-tags-xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly:commons_jelly_tags_xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons-jelly-tags-xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons_jelly_tags_xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/commons-jelly/commons-jelly-tags-xml@1.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-jelly-tags-xml-1.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Ant-Version", - "value": "Apache Ant 1.5.3" - }, - { - "key": "Created-By", - "value": "Apache Maven" - }, - { - "key": "Built-By", - "value": "Brett" - }, - { - "key": "Package", - "value": "org.apache.commons.jelly.tags.xml" - }, - { - "key": "Build-Jdk", - "value": "1.5.0_02" - }, - { - "key": "Extension-Name", - "value": "commons-jelly-tags-xml" - }, - { - "key": "Specification-Title", - "value": "Commons Jelly XML Tag Library" - }, - { - "key": "Specification-Vendor", - "value": "Apache Software Foundation" - }, - { - "key": "Implementation-Title", - "value": "org.apache.commons.jelly.tags.xml" - }, - { - "key": "Implementation-Vendor", - "value": "Apache Software Foundation" - }, - { - "key": "Implementation-Version", - "value": "1.1" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "cc0efc2ae0ff81ef7737afc786a0ce16a8540efc" - } - ] - } - }, - { - "id": "130c30a7088a45fc", - "name": "commons-jexl", - "version": "1.1-jenkins-20111212", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-jexl-1.1-jenkins-20111212.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "/LICENSE.txt" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-jexl-1.1-jenkins-20111212.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:commons-jexl:1.1-jenkins-20111212:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons_jexl:1.1-jenkins-20111212:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons:1.1-jenkins-20111212:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:jexl:1.1-jenkins-20111212:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci/commons-jexl@1.1-jenkins-20111212", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-jexl-1.1-jenkins-20111212.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "Apache Maven" - }, - { - "key": "Built-By", - "value": "kohsuke" - }, - { - "key": "Build-Jdk", - "value": "1.6.0_26" - }, - { - "key": "Extension-Name", - "value": "org.apache.commons.jexl" - }, - { - "key": "Implementation-Vendor", - "value": "Apache Software Foundation" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache" - }, - { - "key": "Implementation-Version", - "value": "1.1-SNAPSHOT" - }, - { - "key": "Specification-Vendor", - "value": "Apache Software Foundation" - }, - { - "key": "Specification-Version", - "value": "1.0" - }, - { - "key": "X-Compile-Source-JDK", - "value": "" - }, - { - "key": "X-Compile-Target-JDK", - "value": "" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci/commons-jexl/pom.properties", - "name": "", - "groupId": "org.jenkins-ci", - "artifactId": "commons-jexl", - "version": "1.1-jenkins-20111212" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci/commons-jexl/pom.xml", - "groupId": "org.jenkins-ci", - "artifactId": "commons-jexl", - "version": "1.1-jenkins-20111212", - "name": "Commons JEXL", - "description": "Jexl is an implementation of the JSTL Expression Language with extensions.", - "url": "http://jakarta.apache.org/commons/jexl/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "0a990a77bea8c5a400d58a6f5d98122236300f7d" - } - ] - } - }, - { - "id": "14c102e5e7b178df", - "name": "commons-lang", - "version": "2.6", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:commons-lang:2.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons_lang:2.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons:2.6:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/commons-lang/commons-lang@2.6", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:commons-lang:commons-lang", - "pomProperties": { - "path": "META-INF/maven/commons-lang/commons-lang/pom.properties", - "name": "", - "groupId": "commons-lang", - "artifactId": "commons-lang", - "version": "2.6" - }, - "pomProject": { - "path": "META-INF/maven/commons-lang/commons-lang/pom.xml", - "parent": { - "groupId": "org.apache.commons", - "artifactId": "commons-parent", - "version": "17" - }, - "groupId": "commons-lang", - "artifactId": "commons-lang", - "version": "2.6", - "name": "Commons Lang", - "description": "Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.", - "url": "http://commons.apache.org/lang/" - } - } - }, - { - "id": "320d546a30b851ab", - "name": "commons-lang", - "version": "2.6", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-lang-2.6.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-lang-2.6.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:commons-lang:2.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons_lang:2.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons:2.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:lang:2.6:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/commons-lang/commons-lang@2.6", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-lang-2.6.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "1.6.0_20 (Sun Microsystems Inc.)" - }, - { - "key": "Built-By", - "value": "pemben" - }, - { - "key": "Build-Jdk", - "value": "1.6.0_20" - }, - { - "key": "Implementation-Title", - "value": "Commons Lang" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache" - }, - { - "key": "Implementation-Version", - "value": "2.6" - }, - { - "key": "Specification-Title", - "value": "Commons Lang" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Specification-Version", - "value": "2.6" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.3" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.3" - }, - { - "key": "Export-Package", - "value": "org.apache.commons.lang.enum;version=\"2.6\",org.apache.commons.lang.enums;version=\"2.6\",org.apache.commons.lang.builder;version=\"2.6\",org.apache.commons.lang.time;version=\"2.6\",org.apache.commons.lang.exception;version=\"2.6\",org.apache.commons.lang.mutable;version=\"2.6\",org.apache.commons.lang.text;version=\"2.6\",org.apache.commons.lang.reflect;version=\"2.6\",org.apache.commons.lang.math;version=\"2.6\",org.apache.commons.lang;version=\"2.6\"" - }, - { - "key": "Tool", - "value": "Bnd-0.0.255" - }, - { - "key": "Bundle-Name", - "value": "Commons Lang" - }, - { - "key": "Bundle-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Bundle-Version", - "value": "2.6" - }, - { - "key": "Bnd-LastModified", - "value": "1294959997975" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-Description", - "value": "Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang." - }, - { - "key": "Bundle-SymbolicName", - "value": "org.apache.commons.lang" - }, - { - "key": "Bundle-DocURL", - "value": "http://commons.apache.org/lang/" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/commons-lang/commons-lang/pom.properties", - "name": "", - "groupId": "commons-lang", - "artifactId": "commons-lang", - "version": "2.6" - }, - "pomProject": { - "path": "META-INF/maven/commons-lang/commons-lang/pom.xml", - "parent": { - "groupId": "org.apache.commons", - "artifactId": "commons-parent", - "version": "17" - }, - "groupId": "commons-lang", - "artifactId": "commons-lang", - "version": "2.6", - "name": "Commons Lang", - "description": "Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.", - "url": "http://commons.apache.org/lang/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "0ce1edb914c94ebc388f086c6827e8bdeec71ac2" - } - ] - } - }, - { - "id": "d3f0e3a6ba317443", - "name": "commons-lang3", - "version": "3.13.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-lang3-api.hpi:WEB-INF/lib/commons-lang3-3.13.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-lang3-api.hpi:WEB-INF/lib/commons-lang3-3.13.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:commons-lang3:3.13.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons_lang3:3.13.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons:3.13.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:lang3:3.13.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.commons/commons-lang3@3.13.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-lang3-api.hpi:WEB-INF/lib/commons-lang3-3.13.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "Apache Commons Lang" - }, - { - "key": "Bundle-Description", - "value": "Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang." - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.commons.lang3" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.apache.commons.lang3" - }, - { - "key": "Implementation-Version", - "value": "3.13.0" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Title", - "value": "Apache Commons Lang" - }, - { - "key": "Bundle-DocURL", - "value": "https://commons.apache.org/proper/commons-lang/" - }, - { - "key": "Bundle-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Include-Resource", - "value": "META-INF/NOTICE.txt=NOTICE.txt,META-INF/LICENSE.txt=LICENSE.txt" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.4.0.202211291949" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Export-Package", - "value": "org.apache.commons.lang3;version=\"3.13.0\",org.apache.commons.lang3.arch;version=\"3.13.0\",org.apache.commons.lang3.builder;version=\"3.13.0\",org.apache.commons.lang3.compare;version=\"3.13.0\",org.apache.commons.lang3.concurrent;version=\"3.13.0\",org.apache.commons.lang3.concurrent.locks;version=\"3.13.0\",org.apache.commons.lang3.event;version=\"3.13.0\",org.apache.commons.lang3.exception;version=\"3.13.0\",org.apache.commons.lang3.function;version=\"3.13.0\",org.apache.commons.lang3.math;version=\"3.13.0\",org.apache.commons.lang3.mutable;version=\"3.13.0\",org.apache.commons.lang3.reflect;version=\"3.13.0\",org.apache.commons.lang3.stream;version=\"3.13.0\",org.apache.commons.lang3.text;version=\"3.13.0\",org.apache.commons.lang3.text.translate;version=\"3.13.0\",org.apache.commons.lang3.time;version=\"3.13.0\",org.apache.commons.lang3.tuple;version=\"3.13.0\",org.apache.commons.lang3.util;version=\"3.13.0\"" - }, - { - "key": "Bundle-Name", - "value": "Apache Commons Lang" - }, - { - "key": "Bundle-Version", - "value": "3.13.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.8" - }, - { - "key": "Specification-Version", - "value": "3.13" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.commons/commons-lang3/pom.properties", - "name": "", - "groupId": "org.apache.commons", - "artifactId": "commons-lang3", - "version": "3.13.0" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.commons/commons-lang3/pom.xml", - "parent": { - "groupId": "org.apache.commons", - "artifactId": "commons-parent", - "version": "58" - }, - "groupId": "org.apache.commons", - "artifactId": "commons-lang3", - "version": "3.13.0", - "name": "Apache Commons Lang", - "description": "Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.", - "url": "https://commons.apache.org/proper/commons-lang/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "b7263237aa89c1f99b327197c41d0669707a462e" - } - ] - } - }, - { - "id": "67dcfbcf217b0b13", - "name": "commons-lang3-api", - "version": "3.13.0-62.v7d18e55f51e2", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-lang3-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-lang3-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:commons-lang3_v3.x_Jenkins_API_Plugin:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-lang3_v3.x_Jenkins_API_Plugin:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:x_Jenkins_API_Plugin:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:x_Jenkins_API_Plugin:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-lang3-api:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-lang3-api:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_lang3_api:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_lang3_api:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-lang3:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-lang3:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_lang3:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_lang3:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/commons-lang3-api@3.13.0-62.v7d18e55f51e2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-lang3-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "commons-lang3 v3.x Jenkins API Plugin" - }, - { - "key": "Specification-Version", - "value": "3.13" - }, - { - "key": "Implementation-Title", - "value": "commons-lang3 v3.x Jenkins API Plugin" - }, - { - "key": "Implementation-Version", - "value": "3.13.0-62.v7d18e55f51e2" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "commons-lang3-api" - }, - { - "key": "Short-Name", - "value": "commons-lang3-api" - }, - { - "key": "Long-Name", - "value": "commons-lang3 v3.x Jenkins API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/commons-lang3-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "3.13.0-62.v7d18e55f51e2" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "Apache-2.0" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/Apache-2.0" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/commons-lang3-api-plugin" - }, - { - "key": "Plugin-ScmTag", - "value": "7d18e55f51e2ce25cd8253a52d957434cf1c4936" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/commons-lang3-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "7d18e55f51e2ce25cd8253a52d957434cf1c4936" - }, - { - "key": "Implementation-Build", - "value": "7d18e55f51e2ce25cd8253a52d957434cf1c4936" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/commons-lang3-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "commons-lang3-api", - "version": "3.13.0-62.v7d18e55f51e2" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/commons-lang3-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "commons-lang3-api", - "version": "3.13.0-62.v7d18e55f51e2", - "name": "commons-lang3 v3.x Jenkins API Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/commons-lang3-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "14d17f81a2df83b64bcdac80174651503832299b" - } - ] - } - }, - { - "id": "1246fea9df4d5eb8", - "name": "commons-lang3-api", - "version": "3.13.0-62.v7d18e55f51e2", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-lang3-api.hpi:WEB-INF/lib/commons-lang3-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-lang3-api.hpi:WEB-INF/lib/commons-lang3-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:commons-lang3_v3.x_Jenkins_API_Plugin:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-lang3_v3.x_Jenkins_API_Plugin:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:x_Jenkins_API_Plugin:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:x_Jenkins_API_Plugin:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-lang3-api:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-lang3-api:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_lang3_api:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_lang3_api:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-lang3:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-lang3:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_lang3:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_lang3:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/commons-lang3-api@3.13.0-62.v7d18e55f51e2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-lang3-api.hpi:WEB-INF/lib/commons-lang3-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "commons-lang3 v3.x Jenkins API Plugin" - }, - { - "key": "Specification-Version", - "value": "3.13" - }, - { - "key": "Implementation-Title", - "value": "commons-lang3 v3.x Jenkins API Plugin" - }, - { - "key": "Implementation-Version", - "value": "3.13.0-62.v7d18e55f51e2" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "commons-lang3-api" - }, - { - "key": "Short-Name", - "value": "commons-lang3-api" - }, - { - "key": "Long-Name", - "value": "commons-lang3 v3.x Jenkins API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/commons-lang3-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "3.13.0-62.v7d18e55f51e2" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "Apache-2.0" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/Apache-2.0" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/commons-lang3-api-plugin" - }, - { - "key": "Plugin-ScmTag", - "value": "7d18e55f51e2ce25cd8253a52d957434cf1c4936" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/commons-lang3-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "7d18e55f51e2ce25cd8253a52d957434cf1c4936" - }, - { - "key": "Implementation-Build", - "value": "7d18e55f51e2ce25cd8253a52d957434cf1c4936" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/commons-lang3-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "commons-lang3-api", - "version": "3.13.0-62.v7d18e55f51e2" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/commons-lang3-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "commons-lang3-api", - "version": "3.13.0-62.v7d18e55f51e2", - "name": "commons-lang3 v3.x Jenkins API Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/commons-lang3-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "7db00b3cc7c6cab98b33e92b4a1b68526dff12aa" - } - ] - } - }, - { - "id": "f541c9e1b366c2f4", - "name": "commons-text", - "version": "1.11.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-text-api.hpi:WEB-INF/lib/commons-text-1.11.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-text-api.hpi:WEB-INF/lib/commons-text-1.11.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:commons-text:1.11.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons_text:1.11.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons:1.11.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:text:1.11.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.commons/commons-text@1.11.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-text-api.hpi:WEB-INF/lib/commons-text-1.11.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Specification-Title", - "value": "Apache Commons Text" - }, - { - "key": "Specification-Version", - "value": "1.11" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Implementation-Title", - "value": "Apache Commons Text" - }, - { - "key": "Implementation-Version", - "value": "1.11.0" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.commons.text" - }, - { - "key": "Bundle-Description", - "value": "Apache Commons Text is a library focused on algorithms working on strings." - }, - { - "key": "Bundle-DocURL", - "value": "https://commons.apache.org/proper/commons-text" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Apache Commons Text" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.apache.commons.text" - }, - { - "key": "Bundle-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Bundle-Version", - "value": "1.11.0" - }, - { - "key": "Export-Package", - "value": "org.apache.commons.text;version=\"1.11.0\",org.apache.commons.text.diff;version=\"1.11.0\",org.apache.commons.text.io;version=\"1.11.0\",org.apache.commons.text.lookup;version=\"1.11.0\",org.apache.commons.text.matcher;version=\"1.11.0\",org.apache.commons.text.numbers;version=\"1.11.0\",org.apache.commons.text.similarity;version=\"1.11.0\",org.apache.commons.text.translate;version=\"1.11.0\"" - }, - { - "key": "Import-Package", - "value": "javax.script,javax.xml.xpath,org.apache.commons.lang3,org.apache.commons.lang3.time,org.xml.sax" - }, - { - "key": "Include-Resource", - "value": "META-INF/LICENSE.txt=LICENSE.txt,META-INF/NOTICE.txt=NOTICE.txt" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.4.1.202306080939" - }, - { - "key": "Multi-Release", - "value": "true" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.commons/commons-text/pom.properties", - "name": "", - "groupId": "org.apache.commons", - "artifactId": "commons-text", - "version": "1.11.0" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.commons/commons-text/pom.xml", - "parent": { - "groupId": "org.apache.commons", - "artifactId": "commons-parent", - "version": "64" - }, - "groupId": "org.apache.commons", - "artifactId": "commons-text", - "version": "1.11.0", - "name": "Apache Commons Text", - "description": "Apache Commons Text is a library focused on algorithms working on strings.", - "url": "https://commons.apache.org/proper/commons-text" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "2bb044b7717ec2eccaf9ea7769c1509054b50e9a" - } - ] - } - }, - { - "id": "35a668792ea9539e", - "name": "commons-text-api", - "version": "1.11.0-109.vfe16c66636eb_", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-text-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-text-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:commons-text_API_Plugin:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-text_API_Plugin:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-text-api:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-text-api:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_text_api:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_text_api:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-text:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-text:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_text:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_text:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/commons-text-api@1.11.0-109.vfe16c66636eb_", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-text-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "commons-text API Plugin" - }, - { - "key": "Specification-Version", - "value": "1.11" - }, - { - "key": "Implementation-Title", - "value": "commons-text API Plugin" - }, - { - "key": "Implementation-Version", - "value": "1.11.0-109.vfe16c66636eb_" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "commons-text-api" - }, - { - "key": "Short-Name", - "value": "commons-text-api" - }, - { - "key": "Long-Name", - "value": "commons-text API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/commons-text-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "1.11.0-109.vfe16c66636eb_" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "commons-lang3-api:3.13.0-62.v7d18e55f51e2" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "Apache-2.0" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/Apache-2.0" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/commons-text-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "fe16c66636eb0ca12dcf47b932eeb433569299a7" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/commons-text-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "fe16c66636eb0ca12dcf47b932eeb433569299a7" - }, - { - "key": "Implementation-Build", - "value": "fe16c66636eb0ca12dcf47b932eeb433569299a7" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/commons-text-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "commons-text-api", - "version": "1.11.0-109.vfe16c66636eb_" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/commons-text-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "commons-text-api", - "version": "1.11.0-109.vfe16c66636eb_", - "name": "commons-text API Plugin", - "description": "Jenkins Api Plugin to provide org.apache.commons:commons-text:1.11.0.", - "url": "https://github.com/jenkinsci/commons-text-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "49dc06e0ce635c7beb46057fe0d50d34d9d2c306" - } - ] - } - }, - { - "id": "9908a08fd6bc240e", - "name": "commons-text-api", - "version": "1.11.0-109.vfe16c66636eb_", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-text-api.hpi:WEB-INF/lib/commons-text-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-text-api.hpi:WEB-INF/lib/commons-text-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:commons-text_API_Plugin:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-text_API_Plugin:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-text-api:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-text-api:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_text_api:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_text_api:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-text:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-text:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_text:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_text:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/commons-text-api@1.11.0-109.vfe16c66636eb_", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-text-api.hpi:WEB-INF/lib/commons-text-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "commons-text API Plugin" - }, - { - "key": "Specification-Version", - "value": "1.11" - }, - { - "key": "Implementation-Title", - "value": "commons-text API Plugin" - }, - { - "key": "Implementation-Version", - "value": "1.11.0-109.vfe16c66636eb_" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "commons-text-api" - }, - { - "key": "Short-Name", - "value": "commons-text-api" - }, - { - "key": "Long-Name", - "value": "commons-text API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/commons-text-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "1.11.0-109.vfe16c66636eb_" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "commons-lang3-api:3.13.0-62.v7d18e55f51e2" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "Apache-2.0" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/Apache-2.0" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/commons-text-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "fe16c66636eb0ca12dcf47b932eeb433569299a7" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/commons-text-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "fe16c66636eb0ca12dcf47b932eeb433569299a7" - }, - { - "key": "Implementation-Build", - "value": "fe16c66636eb0ca12dcf47b932eeb433569299a7" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/commons-text-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "commons-text-api", - "version": "1.11.0-109.vfe16c66636eb_" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/commons-text-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "commons-text-api", - "version": "1.11.0-109.vfe16c66636eb_", - "name": "commons-text API Plugin", - "description": "Jenkins Api Plugin to provide org.apache.commons:commons-text:1.11.0.", - "url": "https://github.com/jenkinsci/commons-text-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "f8203031565a99d40e2e63562f954465d7031fac" - } - ] - } - }, - { - "id": "bbbed477d93ca638", - "name": "constant-pool-scanner", - "version": "1.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "NetBeans CDDL/GPL", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.netbeans.org/cddl-gplv2.html" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:constant-pool-scanner:constant-pool-scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:constant-pool-scanner:constant_pool_scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:constant_pool_scanner:constant-pool-scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:constant_pool_scanner:constant_pool_scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:constant-pool-scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:constant_pool_scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:constant-pool-scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:constant_pool_scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:constant-pool:constant-pool-scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:constant-pool:constant_pool_scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:constant_pool:constant-pool-scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:constant_pool:constant_pool_scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:constant-pool-scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:constant_pool_scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:constant-pool-scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:constant_pool_scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:constant:constant-pool-scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:constant:constant_pool_scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:constant-pool-scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:constant_pool_scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:constant-pool-scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:constant_pool_scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:constant-pool-scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:constant_pool_scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci/constant-pool-scanner@1.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar:org.jenkins-ci:constant-pool-scanner", - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci/constant-pool-scanner/pom.properties", - "name": "", - "groupId": "org.jenkins-ci", - "artifactId": "constant-pool-scanner", - "version": "1.2" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci/constant-pool-scanner/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "org.jenkins-ci", - "artifactId": "constant-pool-scanner", - "version": "1.2", - "name": "Constant Pool Scanner", - "description": "Simple utility to scan Java bytecode for class references in the constant pool.", - "url": "https://github.com/jenkinsci/constant-pool-scanner" - } - } - }, - { - "id": "f7686942c9ab66fe", - "name": "crypto-util", - "version": "1.9", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/crypto-util-1.9.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/crypto-util-1.9.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci:crypto-util:1.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:crypto_util:1.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:crypto-util:crypto-util:1.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:crypto-util:crypto_util:1.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:crypto_util:crypto-util:1.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:crypto_util:crypto_util:1.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:crypto-util:1.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:crypto_util:1.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:crypto-util:1.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:crypto_util:1.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:crypto-util:1.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:crypto_util:1.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:crypto:crypto-util:1.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:crypto:crypto_util:1.9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci/crypto-util@1.9", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/crypto-util-1.9.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.3.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Utility around Java Crypto API" - }, - { - "key": "Specification-Version", - "value": "1.9" - }, - { - "key": "Implementation-Title", - "value": "Utility around Java Crypto API" - }, - { - "key": "Implementation-Version", - "value": "1.9" - }, - { - "key": "Implementation-Build", - "value": "a65d9d2085cceed3b8b1ce3b9dd7dc089cb9343a" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci/crypto-util/pom.properties", - "name": "", - "groupId": "org.jenkins-ci", - "artifactId": "crypto-util", - "version": "1.9" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci/crypto-util/pom.xml", - "groupId": "org.jenkins-ci", - "artifactId": "crypto-util", - "version": "1.9", - "name": "Utility around Java Crypto API", - "description": "Standard Parent POM for non-plugin Jenkins components: core, libraries, etc.", - "url": "https://github.com/jenkinsci/lib-crypto-util" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "96c7678e05e8c2f3a71148a016c97d5a3162b794" - } - ] - } - }, - { - "id": "cc80901b75a3a819", - "name": "display-url-api", - "version": "2.204.vf6fddd8a_8b_e9", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/display-url-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/display-url-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display-url-api:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display-url-api:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display_url_api:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display_url_api:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display-url:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display-url:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display_url:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display_url:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/display-url-api@2.204.vf6fddd8a_8b_e9", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/display-url-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Display URL API" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Display URL API" - }, - { - "key": "Implementation-Version", - "value": "2.204.vf6fddd8a_8b_e9" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "display-url-api" - }, - { - "key": "Short-Name", - "value": "display-url-api" - }, - { - "key": "Long-Name", - "value": "Display URL API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/display-url-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.204.vf6fddd8a_8b_e9" - }, - { - "key": "Hudson-Version", - "value": "2.361.1" - }, - { - "key": "Jenkins-Version", - "value": "2.361.1" - }, - { - "key": "Plugin-Developers", - "value": "James Dumay:jdumay:jdumay@cloudbees.com" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/display-url-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "f6fddd8a8be956a3acb487d3fede53956efacf62" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/display-url-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "f6fddd8a8be956a3acb487d3fede53956efacf62" - }, - { - "key": "Implementation-Build", - "value": "f6fddd8a8be956a3acb487d3fede53956efacf62" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/display-url-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "display-url-api", - "version": "2.204.vf6fddd8a_8b_e9" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/display-url-api/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "display-url-api", - "version": "2.204.vf6fddd8a_8b_e9", - "name": "Display URL API", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/display-url-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "8dd20f2876a8d5d53e6ce6b311afb22a8337fe4f" - } - ] - } - }, - { - "id": "f7975e92278241ba", - "name": "display-url-api", - "version": "2.204.vf6fddd8a_8b_e9", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/display-url-api.hpi:WEB-INF/lib/display-url-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/display-url-api.hpi:WEB-INF/lib/display-url-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display-url-api:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display-url-api:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display_url_api:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display_url_api:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display-url:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display-url:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display_url:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display_url:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/display-url-api@2.204.vf6fddd8a_8b_e9", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/display-url-api.hpi:WEB-INF/lib/display-url-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Display URL API" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Display URL API" - }, - { - "key": "Implementation-Version", - "value": "2.204.vf6fddd8a_8b_e9" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "display-url-api" - }, - { - "key": "Short-Name", - "value": "display-url-api" - }, - { - "key": "Long-Name", - "value": "Display URL API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/display-url-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.204.vf6fddd8a_8b_e9" - }, - { - "key": "Hudson-Version", - "value": "2.361.1" - }, - { - "key": "Jenkins-Version", - "value": "2.361.1" - }, - { - "key": "Plugin-Developers", - "value": "James Dumay:jdumay:jdumay@cloudbees.com" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/display-url-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "f6fddd8a8be956a3acb487d3fede53956efacf62" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/display-url-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "f6fddd8a8be956a3acb487d3fede53956efacf62" - }, - { - "key": "Implementation-Build", - "value": "f6fddd8a8be956a3acb487d3fede53956efacf62" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/display-url-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "display-url-api", - "version": "2.204.vf6fddd8a_8b_e9" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/display-url-api/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "display-url-api", - "version": "2.204.vf6fddd8a_8b_e9", - "name": "Display URL API", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/display-url-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "37e3804863f1e0078ec28bd8a379b7053d3e9613" - } - ] - } - }, - { - "id": "e535c739c93753d6", - "name": "dom4j", - "version": "2.1.4", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/dom4j-2.1.4.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.dom4j:dom4j:2.1.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dom4j:dom4j:2.1.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.dom4j/dom4j@2.1.4", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/dom4j-2.1.4.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Automatic-Module-Name", - "value": "org.dom4j" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "35c16721b88cf17b8279fcb134c0abb161cc0e9b" - } - ] - } - }, - { - "id": "da478d349fc8939c", - "name": "echarts-api", - "version": "5.5.0-1", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/echarts-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/echarts-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:echarts_api:5.5.0-1:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/echarts-api@5.5.0-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/echarts-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Specification-Title", - "value": "ECharts API Plugin" - }, - { - "key": "Specification-Version", - "value": "5.5" - }, - { - "key": "Implementation-Title", - "value": "ECharts API Plugin" - }, - { - "key": "Implementation-Version", - "value": "5.5.0-1" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "echarts-api" - }, - { - "key": "Short-Name", - "value": "echarts-api" - }, - { - "key": "Long-Name", - "value": "ECharts API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/echarts-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "5.5.0-1" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "bootstrap5-api:5.3.2-4,commons-lang3-api:3.13.0-62.v7d18e55f51e2,commons-text-api:1.11.0-95.v22a_d30ee5d36,font-awesome-api:6.5.1-3,jquery3-api:3.7.1-2,plugin-util-api:4.1.0,jackson2-api:2.16.1-373.ve709c6871598" - }, - { - "key": "Plugin-Developers", - "value": "Ullrich Hafner:uhafner:ullrich.hafner@gmail.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT license" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/echarts-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "v5.5.0-1" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/echarts-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "c6d3eeadf84fb2add1c65819d1c8e5f5d837d463" - }, - { - "key": "Implementation-Build", - "value": "c6d3eeadf84fb2add1c65819d1c8e5f5d837d463" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/echarts-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "echarts-api", - "version": "5.5.0-1" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/echarts-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "echarts-api", - "version": "5.5.0-1", - "name": "ECharts API Plugin", - "description": "Provides ECharts for Jenkins plugins.", - "url": "https://github.com/jenkinsci/echarts-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "b101d8cb67d4430c2a0053f6ef8777b53687b4ce" - } - ] - } - }, - { - "id": "8270c4924da7aacc", - "name": "echarts-api", - "version": "5.5.0-1", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/echarts-api.hpi:WEB-INF/lib/echarts-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/echarts-api.hpi:WEB-INF/lib/echarts-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:echarts_api:5.5.0-1:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/echarts-api@5.5.0-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/echarts-api.hpi:WEB-INF/lib/echarts-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Specification-Title", - "value": "ECharts API Plugin" - }, - { - "key": "Specification-Version", - "value": "5.5" - }, - { - "key": "Implementation-Title", - "value": "ECharts API Plugin" - }, - { - "key": "Implementation-Version", - "value": "5.5.0-1" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "echarts-api" - }, - { - "key": "Short-Name", - "value": "echarts-api" - }, - { - "key": "Long-Name", - "value": "ECharts API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/echarts-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "5.5.0-1" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "bootstrap5-api:5.3.2-4,commons-lang3-api:3.13.0-62.v7d18e55f51e2,commons-text-api:1.11.0-95.v22a_d30ee5d36,font-awesome-api:6.5.1-3,jquery3-api:3.7.1-2,plugin-util-api:4.1.0,jackson2-api:2.16.1-373.ve709c6871598" - }, - { - "key": "Plugin-Developers", - "value": "Ullrich Hafner:uhafner:ullrich.hafner@gmail.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT license" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/echarts-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "v5.5.0-1" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/echarts-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "c6d3eeadf84fb2add1c65819d1c8e5f5d837d463" - }, - { - "key": "Implementation-Build", - "value": "c6d3eeadf84fb2add1c65819d1c8e5f5d837d463" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/echarts-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "echarts-api", - "version": "5.5.0-1" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/echarts-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "echarts-api", - "version": "5.5.0-1", - "name": "ECharts API Plugin", - "description": "Provides ECharts for Jenkins plugins.", - "url": "https://github.com/jenkinsci/echarts-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "4235dbe0a952c5e9e30e66e3203761baca244ee1" - } - ] - } - }, - { - "id": "5c00cc324d872f77", - "name": "eddsa", - "version": "0.3.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/eddsa-api.hpi:WEB-INF/lib/eddsa-0.3.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://creativecommons.org/publicdomain/zero/1.0/", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/eddsa-api.hpi:WEB-INF/lib/eddsa-0.3.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:net.i2p.crypto.eddsa:eddsa:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net.i2p.crypto:eddsa:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:crypto:eddsa:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa:eddsa:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:i2p:eddsa:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/net.i2p.crypto/eddsa@0.3.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/eddsa-api.hpi:WEB-INF/lib/eddsa-0.3.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Automatic-Module-Name", - "value": "net.i2p.crypto.eddsa" - }, - { - "key": "Bnd-LastModified", - "value": "1525555545047" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_162" - }, - { - "key": "Built-By", - "value": "user" - }, - { - "key": "Bundle-Description", - "value": "Implementation of EdDSA in Java" - }, - { - "key": "Bundle-License", - "value": "https://creativecommons.org/publicdomain/zero/1.0/" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "EdDSA-Java" - }, - { - "key": "Bundle-SymbolicName", - "value": "net.i2p.crypto.eddsa" - }, - { - "key": "Bundle-Version", - "value": "0.3.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Export-Package", - "value": "net.i2p.crypto.eddsa;uses:=\"net.i2p.crypto.eddsa.spec\";version=\"0.3.0\",net.i2p.crypto.eddsa.spec;version=\"0.3.0\"" - }, - { - "key": "Import-Package", - "value": "sun.security.x509" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.6))\"" - }, - { - "key": "Tool", - "value": "Bnd-3.5.0.201709291849" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/net.i2p.crypto/eddsa/pom.properties", - "name": "", - "groupId": "net.i2p.crypto", - "artifactId": "eddsa", - "version": "0.3.0" - }, - "pomProject": { - "path": "META-INF/maven/net.i2p.crypto/eddsa/pom.xml", - "groupId": "net.i2p.crypto", - "artifactId": "eddsa", - "version": "0.3.0", - "name": "EdDSA-Java", - "description": "Implementation of EdDSA in Java", - "url": "https://github.com/str4d/ed25519-java" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "1901c8d4d8bffb7d79027686cfb91e704217c3e1" - } - ] - } - }, - { - "id": "e206e2132291dd0a", - "name": "eddsa", - "version": "0.3.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/sshd.hpi:WEB-INF/lib/eddsa-0.3.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://creativecommons.org/publicdomain/zero/1.0/", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/sshd.hpi:WEB-INF/lib/eddsa-0.3.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:net.i2p.crypto.eddsa:eddsa:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net.i2p.crypto:eddsa:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:crypto:eddsa:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa:eddsa:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:i2p:eddsa:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/net.i2p.crypto/eddsa@0.3.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/sshd.hpi:WEB-INF/lib/eddsa-0.3.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Automatic-Module-Name", - "value": "net.i2p.crypto.eddsa" - }, - { - "key": "Bnd-LastModified", - "value": "1525555545047" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_162" - }, - { - "key": "Built-By", - "value": "user" - }, - { - "key": "Bundle-Description", - "value": "Implementation of EdDSA in Java" - }, - { - "key": "Bundle-License", - "value": "https://creativecommons.org/publicdomain/zero/1.0/" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "EdDSA-Java" - }, - { - "key": "Bundle-SymbolicName", - "value": "net.i2p.crypto.eddsa" - }, - { - "key": "Bundle-Version", - "value": "0.3.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Export-Package", - "value": "net.i2p.crypto.eddsa;uses:=\"net.i2p.crypto.eddsa.spec\";version=\"0.3.0\",net.i2p.crypto.eddsa.spec;version=\"0.3.0\"" - }, - { - "key": "Import-Package", - "value": "sun.security.x509" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.6))\"" - }, - { - "key": "Tool", - "value": "Bnd-3.5.0.201709291849" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/net.i2p.crypto/eddsa/pom.properties", - "name": "", - "groupId": "net.i2p.crypto", - "artifactId": "eddsa", - "version": "0.3.0" - }, - "pomProject": { - "path": "META-INF/maven/net.i2p.crypto/eddsa/pom.xml", - "groupId": "net.i2p.crypto", - "artifactId": "eddsa", - "version": "0.3.0", - "name": "EdDSA-Java", - "description": "Implementation of EdDSA in Java", - "url": "https://github.com/str4d/ed25519-java" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "1901c8d4d8bffb7d79027686cfb91e704217c3e1" - } - ] - } - }, - { - "id": "47e7c70792b71428", - "name": "eddsa", - "version": "0.3.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "CC0 1.0 Universal", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://creativecommons.org/publicdomain/zero/1.0/" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:net.i2p.crypto:eddsa:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:crypto:eddsa:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa:eddsa:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:i2p:eddsa:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/net.i2p.crypto/eddsa@0.3.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:net.i2p.crypto:eddsa", - "pomProperties": { - "path": "META-INF/maven/net.i2p.crypto/eddsa/pom.properties", - "name": "", - "groupId": "net.i2p.crypto", - "artifactId": "eddsa", - "version": "0.3.0" - }, - "pomProject": { - "path": "META-INF/maven/net.i2p.crypto/eddsa/pom.xml", - "groupId": "net.i2p.crypto", - "artifactId": "eddsa", - "version": "0.3.0", - "name": "EdDSA-Java", - "description": "Implementation of EdDSA in Java", - "url": "https://github.com/str4d/ed25519-java" - } - } - }, - { - "id": "89b69e3892dbc8d4", - "name": "eddsa-api", - "version": "0.3.0-4.v84c6f0f4969e", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/eddsa-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/eddsa-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:eddsa-api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:eddsa_api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa-api:eddsa-api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa-api:eddsa_api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa_api:eddsa-api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa_api:eddsa_api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:eddsa-api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:eddsa_api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa:eddsa-api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa:eddsa_api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/eddsa-api@0.3.0-4.v84c6f0f4969e", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/eddsa-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "EDDSA API Plugin" - }, - { - "key": "Specification-Version", - "value": "0.3" - }, - { - "key": "Implementation-Title", - "value": "EDDSA API Plugin" - }, - { - "key": "Implementation-Version", - "value": "0.3.0-4.v84c6f0f4969e" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "eddsa-api" - }, - { - "key": "Short-Name", - "value": "eddsa-api" - }, - { - "key": "Long-Name", - "value": "EDDSA API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/eddsa-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "0.3.0-4.v84c6f0f4969e" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/license/mit/" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/eddsa-api-plugin" - }, - { - "key": "Plugin-ScmTag", - "value": "84c6f0f4969ebd5245ba589832b625b114de7bd0" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/eddsa-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "84c6f0f4969ebd5245ba589832b625b114de7bd0" - }, - { - "key": "Implementation-Build", - "value": "84c6f0f4969ebd5245ba589832b625b114de7bd0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/eddsa-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "eddsa-api", - "version": "0.3.0-4.v84c6f0f4969e" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/eddsa-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "eddsa-api", - "version": "0.3.0-4.v84c6f0f4969e", - "name": "EDDSA API Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/eddsa-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "b6625530f8d29b3732776bd9de85e89225d796b1" - } - ] - } - }, - { - "id": "bd5fde2ed87e5f8b", - "name": "eddsa-api", - "version": "0.3.0-4.v84c6f0f4969e", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/eddsa-api.hpi:WEB-INF/lib/eddsa-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/eddsa-api.hpi:WEB-INF/lib/eddsa-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:eddsa-api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:eddsa_api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa-api:eddsa-api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa-api:eddsa_api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa_api:eddsa-api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa_api:eddsa_api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:eddsa-api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:eddsa_api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa:eddsa-api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa:eddsa_api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/eddsa-api@0.3.0-4.v84c6f0f4969e", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/eddsa-api.hpi:WEB-INF/lib/eddsa-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "EDDSA API Plugin" - }, - { - "key": "Specification-Version", - "value": "0.3" - }, - { - "key": "Implementation-Title", - "value": "EDDSA API Plugin" - }, - { - "key": "Implementation-Version", - "value": "0.3.0-4.v84c6f0f4969e" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "eddsa-api" - }, - { - "key": "Short-Name", - "value": "eddsa-api" - }, - { - "key": "Long-Name", - "value": "EDDSA API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/eddsa-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "0.3.0-4.v84c6f0f4969e" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/license/mit/" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/eddsa-api-plugin" - }, - { - "key": "Plugin-ScmTag", - "value": "84c6f0f4969ebd5245ba589832b625b114de7bd0" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/eddsa-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "84c6f0f4969ebd5245ba589832b625b114de7bd0" - }, - { - "key": "Implementation-Build", - "value": "84c6f0f4969ebd5245ba589832b625b114de7bd0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/eddsa-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "eddsa-api", - "version": "0.3.0-4.v84c6f0f4969e" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/eddsa-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "eddsa-api", - "version": "0.3.0-4.v84c6f0f4969e", - "name": "EDDSA API Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/eddsa-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "09b21f56a09331dc2febe69c04196aee1d822dbc" - } - ] - } - }, - { - "id": "84f672d6707a893d", - "name": "embedded_su4j", - "version": "1.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/embedded_su4j-1.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.opensource.org/licenses/mit-license.php" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/embedded_su4j-1.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.sun.solaris:embedded-su4j:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.solaris:embedded_su4j:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:embedded-su4j:embedded-su4j:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:embedded-su4j:embedded_su4j:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:embedded_su4j:embedded-su4j:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:embedded_su4j:embedded_su4j:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:embedded:embedded-su4j:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:embedded:embedded_su4j:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:solaris:embedded-su4j:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:solaris:embedded_su4j:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:embedded-su4j:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:embedded_su4j:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.sun.solaris/embedded_su4j@1.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/embedded_su4j-1.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "Apache Maven" - }, - { - "key": "Built-By", - "value": "kohsuke" - }, - { - "key": "Build-Jdk", - "value": "1.6.0_02-fastdebug" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.sun.solaris/embedded_su4j/pom.properties", - "name": "", - "groupId": "com.sun.solaris", - "artifactId": "embedded_su4j", - "version": "1.1" - }, - "pomProject": { - "path": "META-INF/maven/com.sun.solaris/embedded_su4j/pom.xml", - "groupId": "com.sun.solaris", - "artifactId": "embedded_su4j", - "version": "1.1", - "name": "embedded_su for Java" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "9404130cc4e60670429f1ab8dbf94d669012725d" - } - ] - } - }, - { - "id": "7df0a76c8f071212", - "name": "error_prone_annotations", - "version": "2.18.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/error_prone_annotations-2.18.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/error_prone_annotations-2.18.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.google.errorprone.annotations:error-prone-annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.google.errorprone.annotations:error_prone_annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error-prone-annotations:error-prone-annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error-prone-annotations:error_prone_annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error_prone_annotations:error-prone-annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error_prone_annotations:error_prone_annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.google.errorprone.annotations:annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.google.errorprone:error-prone-annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.google.errorprone:error_prone_annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotations:error-prone-annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotations:error_prone_annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error-prone-annotations:annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error-prone:error-prone-annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error-prone:error_prone_annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error_prone:error-prone-annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error_prone:error_prone_annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error_prone_annotations:annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:errorprone:error-prone-annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:errorprone:error_prone_annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.google.errorprone:annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:error-prone-annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:error_prone_annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error:error-prone-annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error:error_prone_annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotations:annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error-prone:annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error_prone:annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:errorprone:annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error:annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.google.errorprone/error_prone_annotations@2.18.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/error_prone_annotations-2.18.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.2.2" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Automatic-Module-Name", - "value": "com.google.errorprone.annotations" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.google.errorprone/error_prone_annotations/pom.properties", - "name": "", - "groupId": "com.google.errorprone", - "artifactId": "error_prone_annotations", - "version": "2.18.0" - }, - "pomProject": { - "path": "META-INF/maven/com.google.errorprone/error_prone_annotations/pom.xml", - "parent": { - "groupId": "com.google.errorprone", - "artifactId": "error_prone_parent", - "version": "2.18.0" - }, - "groupId": "com.google.errorprone", - "artifactId": "error_prone_annotations", - "version": "2.18.0", - "name": "error-prone annotations" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "89b684257096f548fa39a7df9fdaa409d4d4df91" - } - ] - } - }, - { - "id": "9690696649920da2", - "name": "failureaccess", - "version": "1.0.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/failureaccess-1.0.2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/failureaccess-1.0.2.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.google.guava.failureaccess:failureaccess:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.google.guava:failureaccess:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:failureaccess:failureaccess:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:failureaccess:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:guava:failureaccess:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.google.guava/failureaccess@1.0.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/failureaccess-1.0.2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Automatic-Module-Name", - "value": "com.google.common.util.concurrent.internal" - }, - { - "key": "Bnd-LastModified", - "value": "1697548556686" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Bundle-Description", - "value": "Contains com.google.common.util.concurrent.internal.InternalFutureFailureAccess and InternalFutures. Most users will never need to use this artifact. Its classes are conceptuallya part of Guava, but they're in this separate artifact so that Android libraries can use them without pulling in all of Guava (justas they can use ListenableFuture by depending on the listenablefuture artifact)." - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/google/guava/" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Guava InternalFutureFailureAccess and InternalFutures" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.google.guava.failureaccess" - }, - { - "key": "Bundle-Version", - "value": "1.0.2" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.8" - }, - { - "key": "Export-Package", - "value": "com.google.common.util.concurrent.internal;version=\"1.0.2\"" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.7))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.google.guava/failureaccess/pom.properties", - "name": "", - "groupId": "com.google.guava", - "artifactId": "failureaccess", - "version": "1.0.2" - }, - "pomProject": { - "path": "META-INF/maven/com.google.guava/failureaccess/pom.xml", - "parent": { - "groupId": "com.google.guava", - "artifactId": "guava-parent", - "version": "26.0-android" - }, - "groupId": "com.google.guava", - "artifactId": "failureaccess", - "version": "1.0.2", - "name": "Guava InternalFutureFailureAccess and InternalFutures", - "description": "Contains com.google.common.util.concurrent.internal.InternalFutureFailureAccess and InternalFutures. Most users will never need to use this artifact. Its classes are conceptually a part of Guava, but they're in this separate artifact so that Android libraries can use them without pulling in all of Guava (just as they can use ListenableFuture by depending on the listenablefuture artifact)." - }, - "digest": [ - { - "algorithm": "sha1", - "value": "c4a06a64e650562f30b7bf9aaec1bfed43aca12b" - } - ] - } - }, - { - "id": "a7498e2149c2ac73", - "name": "fluent-hc", - "version": "4.5.14", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/fluent-hc-4.5.14.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/fluent-hc-4.5.14.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:fluent-hc:4.5.14:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:fluent_hc:4.5.14:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.httpcomponents/fluent-hc@4.5.14", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/fluent-hc-4.5.14.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "Apache HttpClient Fluent API" - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.httpcomponents.httpclient.fluent" - }, - { - "key": "Implementation-Version", - "value": "4.5.14" - }, - { - "key": "Built-By", - "value": "oleg" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Specification-Title", - "value": "Apache HttpClient Fluent API" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache.httpcomponents" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.8.6" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_342" - }, - { - "key": "Specification-Version", - "value": "4.5" - }, - { - "key": "Implementation-URL", - "value": "http://hc.apache.org/httpcomponents-client-ga" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.httpcomponents/fluent-hc/pom.properties", - "name": "", - "groupId": "org.apache.httpcomponents", - "artifactId": "fluent-hc", - "version": "4.5.14" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.httpcomponents/fluent-hc/pom.xml", - "parent": { - "groupId": "org.apache.httpcomponents", - "artifactId": "httpcomponents-client", - "version": "4.5.14" - }, - "groupId": "org.apache.httpcomponents", - "artifactId": "fluent-hc", - "version": "4.5.14", - "name": "Apache HttpClient Fluent API", - "description": "Apache HttpComponents Client fluent API", - "url": "http://hc.apache.org/httpcomponents-client-ga" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "81a16abc0d5acb5016d5b46d4b197b53c3d6eb93" - } - ] - } - }, - { - "id": "faeaa2a3beab79ef", - "name": "font-awesome-api", - "version": "6.5.2-1", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/font-awesome-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/font-awesome-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:font-awesome-api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:font_awesome_api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font-awesome-api:font-awesome-api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font-awesome-api:font_awesome_api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font_awesome_api:font-awesome-api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font_awesome_api:font_awesome_api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font-awesome:font-awesome-api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font-awesome:font_awesome_api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font_awesome:font-awesome-api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font_awesome:font_awesome_api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:font-awesome-api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:font_awesome_api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font:font-awesome-api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font:font_awesome_api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/font-awesome-api@6.5.2-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/font-awesome-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Specification-Title", - "value": "Font Awesome API Plugin" - }, - { - "key": "Specification-Version", - "value": "6.5" - }, - { - "key": "Implementation-Title", - "value": "Font Awesome API Plugin" - }, - { - "key": "Implementation-Version", - "value": "6.5.2-1" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "font-awesome-api" - }, - { - "key": "Short-Name", - "value": "font-awesome-api" - }, - { - "key": "Long-Name", - "value": "Font Awesome API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/font-awesome-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "6.5.2-1" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "commons-lang3-api:3.13.0-62.v7d18e55f51e2,commons-text-api:1.11.0-95.v22a_d30ee5d36,plugin-util-api:4.1.0" - }, - { - "key": "Plugin-Developers", - "value": "Ullrich Hafner:uhafner:ullrich.hafner@gmail.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT license" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/font-awesome-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "v6.5.2-1" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/font-awesome-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "830e7f804ba387b47578ad6532c81bce8b4826ca" - }, - { - "key": "Implementation-Build", - "value": "830e7f804ba387b47578ad6532c81bce8b4826ca" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/font-awesome-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "font-awesome-api", - "version": "6.5.2-1" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/font-awesome-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "font-awesome-api", - "version": "6.5.2-1", - "name": "Font Awesome API Plugin", - "description": "Provides the free fonts of Font Awesome for Jenkins plugins.", - "url": "https://github.com/jenkinsci/font-awesome-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "87953d27e389337d0d12e8ef1d71a4c596f72a3b" - } - ] - } - }, - { - "id": "b4a585f94beccdf6", - "name": "font-awesome-api", - "version": "6.5.2-1", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/font-awesome-api.hpi:WEB-INF/lib/font-awesome-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/font-awesome-api.hpi:WEB-INF/lib/font-awesome-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:font-awesome-api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:font_awesome_api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font-awesome-api:font-awesome-api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font-awesome-api:font_awesome_api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font_awesome_api:font-awesome-api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font_awesome_api:font_awesome_api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font-awesome:font-awesome-api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font-awesome:font_awesome_api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font_awesome:font-awesome-api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font_awesome:font_awesome_api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:font-awesome-api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:font_awesome_api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font:font-awesome-api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font:font_awesome_api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/font-awesome-api@6.5.2-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/font-awesome-api.hpi:WEB-INF/lib/font-awesome-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Specification-Title", - "value": "Font Awesome API Plugin" - }, - { - "key": "Specification-Version", - "value": "6.5" - }, - { - "key": "Implementation-Title", - "value": "Font Awesome API Plugin" - }, - { - "key": "Implementation-Version", - "value": "6.5.2-1" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "font-awesome-api" - }, - { - "key": "Short-Name", - "value": "font-awesome-api" - }, - { - "key": "Long-Name", - "value": "Font Awesome API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/font-awesome-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "6.5.2-1" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "commons-lang3-api:3.13.0-62.v7d18e55f51e2,commons-text-api:1.11.0-95.v22a_d30ee5d36,plugin-util-api:4.1.0" - }, - { - "key": "Plugin-Developers", - "value": "Ullrich Hafner:uhafner:ullrich.hafner@gmail.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT license" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/font-awesome-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "v6.5.2-1" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/font-awesome-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "830e7f804ba387b47578ad6532c81bce8b4826ca" - }, - { - "key": "Implementation-Build", - "value": "830e7f804ba387b47578ad6532c81bce8b4826ca" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/font-awesome-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "font-awesome-api", - "version": "6.5.2-1" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/font-awesome-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "font-awesome-api", - "version": "6.5.2-1", - "name": "Font Awesome API Plugin", - "description": "Provides the free fonts of Font Awesome for Jenkins plugins.", - "url": "https://github.com/jenkinsci/font-awesome-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "2cc2f2bf0defe1bfbeb3506df0d6c8c2844bb56a" - } - ] - } - }, - { - "id": "f8cb1440966ee59d", - "name": "groovy-sandbox", - "version": "1.34", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/script-security.hpi:WEB-INF/lib/groovy-sandbox-1.34.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/script-security.hpi:WEB-INF/lib/groovy-sandbox-1.34.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:groovy-sandbox:groovy-sandbox:1.34:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:groovy-sandbox:groovy_sandbox:1.34:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:groovy_sandbox:groovy-sandbox:1.34:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:groovy_sandbox:groovy_sandbox:1.34:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke:groovy-sandbox:1.34:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke:groovy_sandbox:1.34:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:groovy-sandbox:1.34:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:groovy_sandbox:1.34:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:groovy:groovy-sandbox:1.34:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:groovy:groovy_sandbox:1.34:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.kohsuke/groovy-sandbox@1.34", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/script-security.hpi:WEB-INF/lib/groovy-sandbox-1.34.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.3.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.kohsuke/groovy-sandbox/pom.properties", - "name": "", - "groupId": "org.kohsuke", - "artifactId": "groovy-sandbox", - "version": "1.34" - }, - "pomProject": { - "path": "META-INF/maven/org.kohsuke/groovy-sandbox/pom.xml", - "groupId": "org.kohsuke", - "artifactId": "groovy-sandbox", - "version": "1.34", - "name": "Groovy Sandbox", - "description": "Executes untrusted Groovy script safely", - "url": "https://github.com/jenkinsci/groovy-sandbox" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "5a65f66d97a37c98f0408483cb62a2501bf7224e" - } - ] - } - }, - { - "id": "f1fb23d901265171", - "name": "gson", - "version": "2.11.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/gson-api.hpi:WEB-INF/lib/gson-2.11.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "\"Apache-2.0\";link=\"https://www.apache.org/licenses/LICENSE-2.0.txt\"", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/gson-api.hpi:WEB-INF/lib/gson-2.11.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.google.code.gson:gson:2.11.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.google.gson:gson:2.11.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:gson:2.11.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:code:gson:2.11.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:gson:gson:2.11.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.google.code.gson/gson@2.11.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/gson-api.hpi:WEB-INF/lib/gson-2.11.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.4.1" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Bundle-ContactAddress", - "value": "https://github.com/google/gson" - }, - { - "key": "Bundle-Description", - "value": "Gson JSON library" - }, - { - "key": "Bundle-Developers", - "value": "google;organization=Google;organizationUrl=\"https://www.google.com\"" - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/google/gson" - }, - { - "key": "Bundle-License", - "value": "\"Apache-2.0\";link=\"https://www.apache.org/licenses/LICENSE-2.0.txt\"" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Gson" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "JavaSE-1.7, JavaSE-1.8" - }, - { - "key": "Bundle-SCM", - "value": "url=\"https://github.com/google/gson/\",connection=\"scm:git:https://github.com/google/gson.git\",developer-connection=\"scm:git:git@github.com:google/gson.git\",tag=\"gson-parent-2.11.0\"" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.google.gson" - }, - { - "key": "Bundle-Vendor", - "value": "Google Gson Project" - }, - { - "key": "Bundle-Version", - "value": "2.11.0" - }, - { - "key": "Export-Package", - "value": "com.google.gson;uses:=\"com.google.gson.reflect,com.google.gson.stream\";version=\"2.11.0\",com.google.gson.annotations;version=\"2.11.0\",com.google.gson.reflect;version=\"2.11.0\",com.google.gson.stream;uses:=\"com.google.gson\";version=\"2.11.0\"" - }, - { - "key": "Import-Package", - "value": "sun.misc;resolution:=optional,com.google.gson.annotations" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.7))\"" - }, - { - "key": "Multi-Release", - "value": "true" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.google.code.gson/gson/pom.properties", - "name": "", - "groupId": "com.google.code.gson", - "artifactId": "gson", - "version": "2.11.0" - }, - "pomProject": { - "path": "META-INF/maven/com.google.code.gson/gson/pom.xml", - "parent": { - "groupId": "com.google.code.gson", - "artifactId": "gson-parent", - "version": "2.11.0" - }, - "groupId": "com.google.code.gson", - "artifactId": "gson", - "version": "2.11.0", - "name": "Gson" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "527175ca6d81050b53bdd4c457a6d6e017626b0e" - } - ] - } - }, - { - "id": "38930548e82b05ea", - "name": "gson-api", - "version": "2.11.0-41.v019fcf6125dc", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/gson-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache License 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/gson-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:gson-api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:gson_api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:gson-api:gson-api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:gson-api:gson_api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:gson_api:gson-api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:gson_api:gson_api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:gson-api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:gson_api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:gson:gson-api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:gson:gson_api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/gson-api@2.11.0-41.v019fcf6125dc", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/gson-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Gson API Plugin" - }, - { - "key": "Specification-Version", - "value": "2.11" - }, - { - "key": "Implementation-Title", - "value": "Gson API Plugin" - }, - { - "key": "Implementation-Version", - "value": "2.11.0-41.v019fcf6125dc" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "gson-api" - }, - { - "key": "Short-Name", - "value": "gson-api" - }, - { - "key": "Long-Name", - "value": "Gson API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/gson-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.11.0-41.v019fcf6125dc" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "Apache License 2.0" - }, - { - "key": "Plugin-License-Url", - "value": "https://www.apache.org/licenses/LICENSE-2.0" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/gson-api-plugin" - }, - { - "key": "Plugin-ScmTag", - "value": "019fcf6125dca427ce8223563ed5a6cd861f8f9c" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/gson-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "019fcf6125dca427ce8223563ed5a6cd861f8f9c" - }, - { - "key": "Implementation-Build", - "value": "019fcf6125dca427ce8223563ed5a6cd861f8f9c" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/gson-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "gson-api", - "version": "2.11.0-41.v019fcf6125dc" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/gson-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "gson-api", - "version": "2.11.0-41.v019fcf6125dc", - "name": "Gson API Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/gson-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "a6e38f658cff2a03cdb0964793370c89f443f0fa" - } - ] - } - }, - { - "id": "432b9bda7875943f", - "name": "gson-api", - "version": "2.11.0-41.v019fcf6125dc", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/gson-api.hpi:WEB-INF/lib/gson-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache License 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/gson-api.hpi:WEB-INF/lib/gson-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:gson-api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:gson_api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:gson-api:gson-api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:gson-api:gson_api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:gson_api:gson-api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:gson_api:gson_api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:gson-api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:gson_api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:gson:gson-api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:gson:gson_api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/gson-api@2.11.0-41.v019fcf6125dc", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/gson-api.hpi:WEB-INF/lib/gson-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Gson API Plugin" - }, - { - "key": "Specification-Version", - "value": "2.11" - }, - { - "key": "Implementation-Title", - "value": "Gson API Plugin" - }, - { - "key": "Implementation-Version", - "value": "2.11.0-41.v019fcf6125dc" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "gson-api" - }, - { - "key": "Short-Name", - "value": "gson-api" - }, - { - "key": "Long-Name", - "value": "Gson API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/gson-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.11.0-41.v019fcf6125dc" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "Apache License 2.0" - }, - { - "key": "Plugin-License-Url", - "value": "https://www.apache.org/licenses/LICENSE-2.0" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/gson-api-plugin" - }, - { - "key": "Plugin-ScmTag", - "value": "019fcf6125dca427ce8223563ed5a6cd861f8f9c" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/gson-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "019fcf6125dca427ce8223563ed5a6cd861f8f9c" - }, - { - "key": "Implementation-Build", - "value": "019fcf6125dca427ce8223563ed5a6cd861f8f9c" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/gson-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "gson-api", - "version": "2.11.0-41.v019fcf6125dc" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/gson-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "gson-api", - "version": "2.11.0-41.v019fcf6125dc", - "name": "Gson API Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/gson-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "6e8edb291fe36eff05810180823b3bc38584ed8f" - } - ] - } - }, - { - "id": "1042e3d3d97663c1", - "name": "guava", - "version": "33.2.1-jre", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/guava-33.2.1-jre.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/guava-33.2.1-jre.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.google.guava:guava:33.2.1-jre:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:guava:33.2.1-jre:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:guava:guava:33.2.1-jre:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.google.guava/guava@33.2.1-jre", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/guava-33.2.1-jre.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Automatic-Module-Name", - "value": "com.google.common" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Bundle-Description", - "value": "Guava is a suite of core and expanded libraries that include utility classes, Google's collections, I/O classes, andmuch more." - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/google/guava/" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Guava: Google Core Libraries for Java" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.google.guava" - }, - { - "key": "Bundle-Version", - "value": "33.2.1.jre" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.8" - }, - { - "key": "Export-Package", - "value": "com.google.common.annotations;version=\"33.2.1\",com.google.common.base;version=\"33.2.1\";uses:=\"javax.annotation\",com.google.common.cache;version=\"33.2.1\";uses:=\"com.google.common.base,com.google.common.collect,com.google.common.util.concurrent,javax.annotation\",com.google.common.collect;version=\"33.2.1\";uses:=\"com.google.common.base,javax.annotation\",com.google.common.escape;version=\"33.2.1\";uses:=\"com.google.common.base,javax.annotation\",com.google.common.eventbus;version=\"33.2.1\",com.google.common.graph;version=\"33.2.1\";uses:=\"com.google.common.collect,javax.annotation\",com.google.common.hash;version=\"33.2.1\";uses:=\"com.google.common.base,javax.annotation\",com.google.common.html;version=\"33.2.1\";uses:=\"com.google.common.escape\",com.google.common.io;version=\"33.2.1\";uses:=\"com.google.common.base,com.google.common.collect,com.google.common.graph,com.google.common.hash,javax.annotation\",com.google.common.math;version=\"33.2.1\";uses:=\"javax.annotation\",com.google.common.net;version=\"33.2.1\";uses:=\"com.google.common.base,com.google.common.collect,com.google.common.escape,javax.annotation\",com.google.common.primitives;version=\"33.2.1\";uses:=\"com.google.common.base,javax.annotation\",com.google.common.reflect;version=\"33.2.1\";uses:=\"com.google.common.collect,com.google.common.io,javax.annotation\",com.google.common.util.concurrent;version=\"33.2.1\";uses:=\"com.google.common.base,com.google.common.collect,com.google.common.util.concurrent.internal,javax.annotation\",com.google.common.xml;version=\"33.2.1\";uses:=\"com.google.common.escape\"" - }, - { - "key": "Import-Package", - "value": "com.google.common.util.concurrent.internal;version=\"[1.0,2)\",javax.annotation;resolution:=optional;version=\"[3.0,4)\",javax.crypto;resolution:=optional,javax.crypto.spec;resolution:=optional,sun.misc;resolution:=optional" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.google.guava/guava/pom.properties", - "name": "", - "groupId": "com.google.guava", - "artifactId": "guava", - "version": "33.2.1-jre" - }, - "pomProject": { - "path": "META-INF/maven/com.google.guava/guava/pom.xml", - "parent": { - "groupId": "com.google.guava", - "artifactId": "guava-parent", - "version": "33.2.1-jre" - }, - "groupId": "com.google.guava", - "artifactId": "guava", - "version": "33.2.1-jre", - "name": "Guava: Google Core Libraries for Java", - "description": "Guava is a suite of core and expanded libraries that include utility classes, Google's collections, I/O classes, and much more.", - "url": "https://github.com/google/guava" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "818e780da2c66c63bbb6480fef1f3855eeafa3e4" - } - ] - } - }, - { - "id": "e408d1e9046f8959", - "name": "guice", - "version": "6.0.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/guice-6.0.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/guice-6.0.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.google.inject:inject:6.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.google.inject:guice:6.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:inject:6.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:inject:inject:6.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:guice:6.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:guice:inject:6.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:inject:guice:6.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:guice:guice:6.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.google.inject/guice@6.0.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/guice-6.0.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "Apache Maven" - }, - { - "key": "Built-By", - "value": "sameb" - }, - { - "key": "Build-Jdk", - "value": "11.0.15" - }, - { - "key": "Automatic-Module-Name", - "value": "com.google.guice" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Bundle-Copyright", - "value": "Copyright (C) 2006 Google Inc." - }, - { - "key": "Bundle-Description", - "value": "Guice is a lightweight dependency injection framework for Java 8 and above" - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/google/guice" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "guice" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "JavaSE-1.8" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.google.inject" - }, - { - "key": "Bundle-Vendor", - "value": "Google, Inc." - }, - { - "key": "Bundle-Version", - "value": "6.0.0" - }, - { - "key": "Eclipse-ExtensibleAPI", - "value": "true" - }, - { - "key": "Export-Package", - "value": "com.google.inject;version=\"1.4\",com.google.inject.binder;version=\"1.4\",com.google.inject.matcher;version=\"1.4\",com.google.inject.multibindings;version=\"1.4\",com.google.inject.name;version=\"1.4\",com.google.inject.spi;version=\"1.4\",com.google.inject.util;version=\"1.4\"" - }, - { - "key": "Import-Package", - "value": "com.google.common.base;version=\"31.0\",com.google.common.cache;version=\"31.0\",com.google.common.collect;version=\"31.0\",com.google.common.primitives;version=\"31.0\",com.google.errorprone.annotations;resolution:=optional,jakarta.inject;version=\"2.0\",javax.inject,org.aopalliance.intercept,sun.misc" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "9b422c69c4fa1ea95b2615444a94fede9b02fc40" - } - ] - } - }, - { - "id": "3ac7d9b5040b4636", - "name": "hawtjni-runtime", - "version": "1.8", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jansi-1.11.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.fusesource.hawtjni:hawtjni-runtime:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.fusesource.hawtjni:hawtjni_runtime:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hawtjni-runtime:hawtjni-runtime:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hawtjni-runtime:hawtjni_runtime:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hawtjni_runtime:hawtjni-runtime:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hawtjni_runtime:hawtjni_runtime:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.fusesource.hawtjni:hawtjni:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fusesource:hawtjni-runtime:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fusesource:hawtjni_runtime:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hawtjni-runtime:hawtjni:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hawtjni:hawtjni-runtime:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hawtjni:hawtjni_runtime:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hawtjni_runtime:hawtjni:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fusesource:hawtjni:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hawtjni:hawtjni:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.fusesource.hawtjni/hawtjni-runtime@1.8", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jansi-1.11.jar:org.fusesource.hawtjni:hawtjni-runtime", - "pomProperties": { - "path": "META-INF/maven/org.fusesource.hawtjni/hawtjni-runtime/pom.properties", - "name": "", - "groupId": "org.fusesource.hawtjni", - "artifactId": "hawtjni-runtime", - "version": "1.8" - }, - "pomProject": { - "path": "META-INF/maven/org.fusesource.hawtjni/hawtjni-runtime/pom.xml", - "parent": { - "groupId": "org.fusesource.hawtjni", - "artifactId": "hawtjni-project", - "version": "1.8" - }, - "groupId": "org.fusesource.hawtjni", - "artifactId": "hawtjni-runtime", - "version": "1.8", - "name": "HawtJNI Runtime", - "description": "The API that projects using HawtJNI should build against." - } - } - }, - { - "id": "1045f1e356531622", - "name": "http2-common", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.http2:http2-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.http2:http2_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.http2:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2-common:http2-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2-common:http2_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2_common:http2-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2_common:http2_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:http2-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:http2_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2-common:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2:http2-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2:http2_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2_common:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:http2-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:http2_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty.http2:http2-common", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty.http2/http2-common/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty.http2", - "artifactId": "http2-common", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty.http2/http2-common/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty.http2", - "artifactId": "http2-parent", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty.http2", - "artifactId": "http2-common", - "version": "10.0.20", - "name": "Jetty :: HTTP2 :: Common" - } - } - }, - { - "id": "02e0b2afd4c6d0e3", - "name": "http2-hpack", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.http2:http2-hpack:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.http2:http2_hpack:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.http2:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2-hpack:http2-hpack:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2-hpack:http2_hpack:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2_hpack:http2-hpack:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2_hpack:http2_hpack:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:http2-hpack:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:http2_hpack:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2-hpack:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2:http2-hpack:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2:http2_hpack:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2_hpack:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:http2-hpack:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:http2_hpack:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty.http2/http2-hpack@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty.http2:http2-hpack", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty.http2/http2-hpack/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty.http2", - "artifactId": "http2-hpack", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty.http2/http2-hpack/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty.http2", - "artifactId": "http2-parent", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty.http2", - "artifactId": "http2-hpack", - "version": "10.0.20", - "name": "Jetty :: HTTP2 :: HPACK" - } - } - }, - { - "id": "b0dfbf4ef0e0b657", - "name": "http2-server", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.http2:http2-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.http2:http2_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.http2:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2-server:http2-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2-server:http2_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2_server:http2-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2_server:http2_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:http2-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:http2_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2-server:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2:http2-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2:http2_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2_server:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:http2-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:http2_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty.http2/http2-server@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty.http2:http2-server", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty.http2/http2-server/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty.http2", - "artifactId": "http2-server", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty.http2/http2-server/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty.http2", - "artifactId": "http2-parent", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty.http2", - "artifactId": "http2-server", - "version": "10.0.20", - "name": "Jetty :: HTTP2 :: Server" - } - } - }, - { - "id": "477fdb0ce736830d", - "name": "httpasyncclient", - "version": "4.1.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpasyncclient-4.1.5.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpasyncclient-4.1.5.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:httpasyncclient:4.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.httpcomponents/httpasyncclient@4.1.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpasyncclient-4.1.5.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "Apache HttpAsyncClient" - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.httpcomponents.httpasyncclient" - }, - { - "key": "Implementation-Version", - "value": "4.1.5" - }, - { - "key": "Built-By", - "value": "oleg" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Specification-Title", - "value": "Apache HttpAsyncClient" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache.httpcomponents" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.5.4" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_282" - }, - { - "key": "Specification-Version", - "value": "4.1" - }, - { - "key": "Implementation-URL", - "value": "http://hc.apache.org/httpcomponents-asyncclient" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.httpcomponents/httpasyncclient/pom.properties", - "name": "", - "groupId": "org.apache.httpcomponents", - "artifactId": "httpasyncclient", - "version": "4.1.5" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.httpcomponents/httpasyncclient/pom.xml", - "parent": { - "groupId": "org.apache.httpcomponents", - "artifactId": "httpcomponents-asyncclient", - "version": "4.1.5" - }, - "groupId": "org.apache.httpcomponents", - "artifactId": "httpasyncclient", - "version": "4.1.5", - "name": "Apache HttpAsyncClient", - "description": "Apache HttpComponents AsyncClient", - "url": "http://hc.apache.org/httpcomponents-asyncclient" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "cd18227f1eb8e9a263286c1d7362ceb24f6f9b32" - } - ] - } - }, - { - "id": "7936718535f3f6c6", - "name": "httpasyncclient-cache", - "version": "4.1.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpasyncclient-cache-4.1.5.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpasyncclient-cache-4.1.5.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:httpasyncclient-cache:4.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:httpasyncclient_cache:4.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.httpcomponents/httpasyncclient-cache@4.1.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpasyncclient-cache-4.1.5.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "Apache HttpAsyncClient Cache" - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.httpcomponents.httpasyncclient.cache" - }, - { - "key": "Implementation-Version", - "value": "4.1.5" - }, - { - "key": "Built-By", - "value": "oleg" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Specification-Title", - "value": "Apache HttpAsyncClient Cache" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache.httpcomponents" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.5.4" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_282" - }, - { - "key": "Specification-Version", - "value": "4.1" - }, - { - "key": "Implementation-URL", - "value": "http://hc.apache.org/httpcomponents-asyncclient" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.httpcomponents/httpasyncclient-cache/pom.properties", - "name": "", - "groupId": "org.apache.httpcomponents", - "artifactId": "httpasyncclient-cache", - "version": "4.1.5" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.httpcomponents/httpasyncclient-cache/pom.xml", - "parent": { - "groupId": "org.apache.httpcomponents", - "artifactId": "httpcomponents-asyncclient", - "version": "4.1.5" - }, - "groupId": "org.apache.httpcomponents", - "artifactId": "httpasyncclient-cache", - "version": "4.1.5", - "name": "Apache HttpAsyncClient Cache", - "description": "Apache HttpComponents AsyncClient Cache", - "url": "http://hc.apache.org/httpcomponents-asyncclient" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "9ff813b7834c51372df7e0b345d14084a343c9ef" - } - ] - } - }, - { - "id": "393e7e82f52df1c7", - "name": "httpclient", - "version": "4.5.14", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpclient-4.5.14.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpclient-4.5.14.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:httpclient:4.5.14:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.httpcomponents/httpclient@4.5.14", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpclient-4.5.14.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "Apache HttpClient" - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.httpcomponents.httpclient" - }, - { - "key": "Implementation-Version", - "value": "4.5.14" - }, - { - "key": "Built-By", - "value": "oleg" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Specification-Title", - "value": "Apache HttpClient" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache.httpcomponents" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.8.6" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_342" - }, - { - "key": "Specification-Version", - "value": "4.5" - }, - { - "key": "Implementation-URL", - "value": "http://hc.apache.org/httpcomponents-client-ga" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.httpcomponents/httpclient/pom.properties", - "name": "", - "groupId": "org.apache.httpcomponents", - "artifactId": "httpclient", - "version": "4.5.14" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.httpcomponents/httpclient/pom.xml", - "parent": { - "groupId": "org.apache.httpcomponents", - "artifactId": "httpcomponents-client", - "version": "4.5.14" - }, - "groupId": "org.apache.httpcomponents", - "artifactId": "httpclient", - "version": "4.5.14", - "name": "Apache HttpClient", - "description": "Apache HttpComponents Client", - "url": "http://hc.apache.org/httpcomponents-client-ga" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "1194890e6f56ec29177673f2f12d0b8e627dec98" - } - ] - } - }, - { - "id": "54e6d1d4c22d2d23", - "name": "httpclient-cache", - "version": "4.5.14", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpclient-cache-4.5.14.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpclient-cache-4.5.14.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:httpclient-cache:4.5.14:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:httpclient_cache:4.5.14:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.httpcomponents/httpclient-cache@4.5.14", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpclient-cache-4.5.14.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "Apache HttpClient Cache" - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.httpcomponents.httpclient.cache" - }, - { - "key": "Implementation-Version", - "value": "4.5.14" - }, - { - "key": "Built-By", - "value": "oleg" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Specification-Title", - "value": "Apache HttpClient Cache" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache.httpcomponents" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.8.6" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_342" - }, - { - "key": "Specification-Version", - "value": "4.5" - }, - { - "key": "Implementation-URL", - "value": "http://hc.apache.org/httpcomponents-client-ga" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.httpcomponents/httpclient-cache/pom.properties", - "name": "", - "groupId": "org.apache.httpcomponents", - "artifactId": "httpclient-cache", - "version": "4.5.14" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.httpcomponents/httpclient-cache/pom.xml", - "parent": { - "groupId": "org.apache.httpcomponents", - "artifactId": "httpcomponents-client", - "version": "4.5.14" - }, - "groupId": "org.apache.httpcomponents", - "artifactId": "httpclient-cache", - "version": "4.5.14", - "name": "Apache HttpClient Cache", - "description": "Apache HttpComponents HttpClient - Cache", - "url": "http://hc.apache.org/httpcomponents-client-ga" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "17e68860da010d0002c2cd05349d6013ef67ab64" - } - ] - } - }, - { - "id": "d0cfba11b75200cf", - "name": "httpcore", - "version": "4.4.16", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpcore-4.4.16.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpcore-4.4.16.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:httpcore:4.4.16:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.httpcomponents/httpcore@4.4.16", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpcore-4.4.16.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "HttpComponents Apache HttpCore" - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.httpcomponents.httpcore" - }, - { - "key": "Implementation-Version", - "value": "4.4.16" - }, - { - "key": "Built-By", - "value": "oleg" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache" - }, - { - "key": "Specification-Title", - "value": "HttpComponents Apache HttpCore" - }, - { - "key": "url", - "value": "http://hc.apache.org/httpcomponents-core-ga" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.6" - }, - { - "key": "Implementation-Build", - "value": "${scmBranch}@r${buildNumber}; 2022-11-26 09:44:32+0000" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.6" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.8.6" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_342" - }, - { - "key": "Implementation-URL", - "value": "http://hc.apache.org/httpcomponents-core-ga" - }, - { - "key": "Specification-Version", - "value": "4.4.16" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.httpcomponents/httpcore/pom.properties", - "name": "", - "groupId": "org.apache.httpcomponents", - "artifactId": "httpcore", - "version": "4.4.16" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.httpcomponents/httpcore/pom.xml", - "parent": { - "groupId": "org.apache.httpcomponents", - "artifactId": "httpcomponents-core", - "version": "4.4.16" - }, - "groupId": "org.apache.httpcomponents", - "artifactId": "httpcore", - "version": "4.4.16", - "name": "Apache HttpCore", - "description": "Apache HttpComponents Core (blocking I/O)", - "url": "http://hc.apache.org/httpcomponents-core-ga" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "51cf043c87253c9f58b539c9f7e44c8894223850" - } - ] - } - }, - { - "id": "e18e2f4a04a0c6d8", - "name": "httpcore-nio", - "version": "4.4.16", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpcore-nio-4.4.16.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpcore-nio-4.4.16.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:httpcore-nio:4.4.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:httpcore_nio:4.4.16:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.httpcomponents/httpcore-nio@4.4.16", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpcore-nio-4.4.16.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "Apache HttpCore NIO" - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.httpcomponents.httpcore.nio" - }, - { - "key": "Implementation-Version", - "value": "4.4.16" - }, - { - "key": "Built-By", - "value": "oleg" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Specification-Title", - "value": "Apache HttpCore NIO" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache.httpcomponents" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.8.6" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_342" - }, - { - "key": "Specification-Version", - "value": "4.4" - }, - { - "key": "Implementation-URL", - "value": "http://hc.apache.org/httpcomponents-core-ga" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.httpcomponents/httpcore-nio/pom.properties", - "name": "", - "groupId": "org.apache.httpcomponents", - "artifactId": "httpcore-nio", - "version": "4.4.16" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.httpcomponents/httpcore-nio/pom.xml", - "parent": { - "groupId": "org.apache.httpcomponents", - "artifactId": "httpcomponents-core", - "version": "4.4.16" - }, - "groupId": "org.apache.httpcomponents", - "artifactId": "httpcore-nio", - "version": "4.4.16", - "name": "Apache HttpCore NIO", - "description": "Apache HttpComponents Core (non-blocking I/O)", - "url": "http://hc.apache.org/httpcomponents-core-ga" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "cd21c80a9956be48c4c1cfd2f594ba02857d0927" - } - ] - } - }, - { - "id": "c30d79631f7c3ff1", - "name": "httpmime", - "version": "4.5.14", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpmime-4.5.14.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpmime-4.5.14.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:httpmime:4.5.14:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.httpcomponents/httpmime@4.5.14", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpmime-4.5.14.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "Apache HttpClient Mime" - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.httpcomponents.httpmime" - }, - { - "key": "Implementation-Version", - "value": "4.5.14" - }, - { - "key": "Built-By", - "value": "oleg" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Specification-Title", - "value": "Apache HttpClient Mime" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache.httpcomponents" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.8.6" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_342" - }, - { - "key": "Specification-Version", - "value": "4.5" - }, - { - "key": "Implementation-URL", - "value": "http://hc.apache.org/httpcomponents-client-ga" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.httpcomponents/httpmime/pom.properties", - "name": "", - "groupId": "org.apache.httpcomponents", - "artifactId": "httpmime", - "version": "4.5.14" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.httpcomponents/httpmime/pom.xml", - "parent": { - "groupId": "org.apache.httpcomponents", - "artifactId": "httpcomponents-client", - "version": "4.5.14" - }, - "groupId": "org.apache.httpcomponents", - "artifactId": "httpmime", - "version": "4.5.14", - "name": "Apache HttpClient Mime", - "description": "Apache HttpComponents HttpClient - MIME coded entities", - "url": "http://hc.apache.org/httpcomponents-client-ga" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "6662758a1f1cb1149cf916bdac28332e0902ec44" - } - ] - } - }, - { - "id": "8f843f1590413547", - "name": "imap", - "version": "2.0.3", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/angus-mail-2.0.3.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.angus:imap:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:imap:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:imap:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:imap:imap:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.angus/imap@2.0.3", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/angus-mail-2.0.3.jar:org.eclipse.angus:imap", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.angus/imap/pom.properties", - "name": "", - "groupId": "org.eclipse.angus", - "artifactId": "imap", - "version": "2.0.3" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.angus/imap/pom.xml", - "parent": { - "groupId": "org.eclipse.angus", - "artifactId": "providers", - "version": "2.0.3" - }, - "groupId": "org.eclipse.angus", - "artifactId": "imap", - "version": "2.0.3", - "name": "Angus Mail imap provider" - } - } - }, - { - "id": "06ed44c94c5d1a13", - "name": "instance-identity", - "version": "185.v303dc7c645f9", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/instance-identity.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/instance-identity.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.modules:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.modules:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:instance-identity:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:instance-identity:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:instance_identity:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:instance_identity:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:instance:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:instance:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:modules:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:modules:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.modules/instance-identity@185.v303dc7c645f9", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/instance-identity.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Instance Identity" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Instance Identity" - }, - { - "key": "Implementation-Version", - "value": "185.v303dc7c645f9" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.modules" - }, - { - "key": "Artifact-Id", - "value": "instance-identity" - }, - { - "key": "Short-Name", - "value": "instance-identity" - }, - { - "key": "Long-Name", - "value": "Instance Identity" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/instance-identity-plugin" - }, - { - "key": "Plugin-Version", - "value": "185.v303dc7c645f9" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Dependencies", - "value": "bouncycastle-api:2.27" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/instance-identity-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "303dc7c645f92a247cf92c6464bcf643e7f2bed1" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/instance-identity-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "303dc7c645f92a247cf92c6464bcf643e7f2bed1" - }, - { - "key": "Implementation-Build", - "value": "303dc7c645f92a247cf92c6464bcf643e7f2bed1" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.modules/instance-identity/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.modules", - "artifactId": "instance-identity", - "version": "185.v303dc7c645f9" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.modules/instance-identity/pom.xml", - "groupId": "org.jenkins-ci.modules", - "artifactId": "instance-identity", - "version": "185.v303dc7c645f9", - "name": "Instance Identity", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/instance-identity-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "4fcf5c7b36ef542f58ec535d5d188d2bc686aa99" - } - ] - } - }, - { - "id": "ad0273238fa7b560", - "name": "instance-identity", - "version": "185.v303dc7c645f9", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/instance-identity.hpi:WEB-INF/lib/instance-identity.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/instance-identity.hpi:WEB-INF/lib/instance-identity.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.modules:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.modules:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:instance-identity:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:instance-identity:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:instance_identity:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:instance_identity:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:instance:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:instance:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:modules:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:modules:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.modules/instance-identity@185.v303dc7c645f9", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/instance-identity.hpi:WEB-INF/lib/instance-identity.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Instance Identity" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Instance Identity" - }, - { - "key": "Implementation-Version", - "value": "185.v303dc7c645f9" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.modules" - }, - { - "key": "Artifact-Id", - "value": "instance-identity" - }, - { - "key": "Short-Name", - "value": "instance-identity" - }, - { - "key": "Long-Name", - "value": "Instance Identity" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/instance-identity-plugin" - }, - { - "key": "Plugin-Version", - "value": "185.v303dc7c645f9" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Dependencies", - "value": "bouncycastle-api:2.27" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/instance-identity-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "303dc7c645f92a247cf92c6464bcf643e7f2bed1" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/instance-identity-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "303dc7c645f92a247cf92c6464bcf643e7f2bed1" - }, - { - "key": "Implementation-Build", - "value": "303dc7c645f92a247cf92c6464bcf643e7f2bed1" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.modules/instance-identity/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.modules", - "artifactId": "instance-identity", - "version": "185.v303dc7c645f9" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.modules/instance-identity/pom.xml", - "groupId": "org.jenkins-ci.modules", - "artifactId": "instance-identity", - "version": "185.v303dc7c645f9", - "name": "Instance Identity", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/instance-identity-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "8ee798b5648277b6a8a538ea2308130e69232753" - } - ] - } - }, - { - "id": "6017ebe474cd7193", - "name": "ionicons-api", - "version": "74.v93d5eb_813d5f", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/ionicons-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/ionicons-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:ionicons-api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:ionicons_api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ionicons-api:ionicons-api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ionicons-api:ionicons_api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ionicons_api:ionicons-api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ionicons_api:ionicons_api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ionicons:ionicons-api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ionicons:ionicons_api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:ionicons-api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:ionicons_api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/ionicons-api@74.v93d5eb_813d5f", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/ionicons-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Ionicons API" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Ionicons API" - }, - { - "key": "Implementation-Version", - "value": "74.v93d5eb_813d5f" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "ionicons-api" - }, - { - "key": "Short-Name", - "value": "ionicons-api" - }, - { - "key": "Long-Name", - "value": "Ionicons API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/ionicons-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "74.v93d5eb_813d5f" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Developers", - "value": "Alexander Brandes:NotMyFault:" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/ionicons-api-plugin" - }, - { - "key": "Plugin-ScmTag", - "value": "93d5eb813d5f788438a61867606209a38178a9d2" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/ionicons-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "93d5eb813d5f788438a61867606209a38178a9d2" - }, - { - "key": "Implementation-Build", - "value": "93d5eb813d5f788438a61867606209a38178a9d2" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/ionicons-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "ionicons-api", - "version": "74.v93d5eb_813d5f" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/ionicons-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "ionicons-api", - "version": "74.v93d5eb_813d5f", - "name": "Ionicons API", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/ionicons-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "2aab6db9570303bb27047d3f505d2edfbe362025" - } - ] - } - }, - { - "id": "23c54501cbe37ba1", - "name": "ionicons-api", - "version": "74.v93d5eb_813d5f", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/ionicons-api.hpi:WEB-INF/lib/ionicons-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/ionicons-api.hpi:WEB-INF/lib/ionicons-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:ionicons-api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:ionicons_api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ionicons-api:ionicons-api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ionicons-api:ionicons_api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ionicons_api:ionicons-api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ionicons_api:ionicons_api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ionicons:ionicons-api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ionicons:ionicons_api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:ionicons-api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:ionicons_api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/ionicons-api@74.v93d5eb_813d5f", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/ionicons-api.hpi:WEB-INF/lib/ionicons-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Ionicons API" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Ionicons API" - }, - { - "key": "Implementation-Version", - "value": "74.v93d5eb_813d5f" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "ionicons-api" - }, - { - "key": "Short-Name", - "value": "ionicons-api" - }, - { - "key": "Long-Name", - "value": "Ionicons API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/ionicons-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "74.v93d5eb_813d5f" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Developers", - "value": "Alexander Brandes:NotMyFault:" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/ionicons-api-plugin" - }, - { - "key": "Plugin-ScmTag", - "value": "93d5eb813d5f788438a61867606209a38178a9d2" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/ionicons-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "93d5eb813d5f788438a61867606209a38178a9d2" - }, - { - "key": "Implementation-Build", - "value": "93d5eb813d5f788438a61867606209a38178a9d2" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/ionicons-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "ionicons-api", - "version": "74.v93d5eb_813d5f" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/ionicons-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "ionicons-api", - "version": "74.v93d5eb_813d5f", - "name": "Ionicons API", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/ionicons-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "28dade69854ec594e99ae3b2b3bf50446644029f" - } - ] - } - }, - { - "id": "caf11945241ba50b", - "name": "istack-commons-runtime", - "version": "3.0.12", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb-impl-2.3.9.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:istack-commons-runtime:istack-commons-runtime:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:istack-commons-runtime:istack_commons_runtime:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:istack_commons_runtime:istack-commons-runtime:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:istack_commons_runtime:istack_commons_runtime:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.istack:istack-commons-runtime:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.istack:istack_commons_runtime:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:istack-commons:istack-commons-runtime:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:istack-commons:istack_commons_runtime:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:istack_commons:istack-commons-runtime:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:istack_commons:istack_commons_runtime:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:istack-commons-runtime:istack:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:istack:istack-commons-runtime:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:istack:istack_commons_runtime:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:istack_commons_runtime:istack:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:istack-commons-runtime:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:istack_commons_runtime:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.istack:istack:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:istack-commons:istack:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:istack_commons:istack:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:istack:istack:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:istack:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.sun.istack/istack-commons-runtime@3.0.12", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb-impl-2.3.9.jar:com.sun.istack:istack-commons-runtime", - "pomProperties": { - "path": "META-INF/maven/com.sun.istack/istack-commons-runtime/pom.properties", - "name": "", - "groupId": "com.sun.istack", - "artifactId": "istack-commons-runtime", - "version": "3.0.12" - }, - "pomProject": { - "path": "META-INF/maven/com.sun.istack/istack-commons-runtime/pom.xml", - "parent": { - "groupId": "com.sun.istack", - "artifactId": "istack-commons", - "version": "3.0.12" - }, - "groupId": "com.sun.istack", - "artifactId": "istack-commons-runtime", - "version": "3.0.12", - "name": "istack common utility code runtime" - } - } - }, - { - "id": "8b0a58479b2331da", - "name": "j-interop", - "version": "2.0.8-kohsuke-1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/j-interop-2.0.8-kohsuke-1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.kohsuke.jinterop:j-interop:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke.jinterop:j_interop:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:j-interop:j-interop:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:j-interop:j_interop:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:j_interop:j-interop:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:j_interop:j_interop:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jinterop:j-interop:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jinterop:j_interop:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:j-interop:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:j_interop:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:j:j-interop:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:j:j_interop:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.kohsuke.jinterop/j-interop@2.0.8-kohsuke-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/j-interop-2.0.8-kohsuke-1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "Apache Maven" - }, - { - "key": "Built-By", - "value": "kohsuke" - }, - { - "key": "Build-Jdk", - "value": "1.6.0_20" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.kohsuke.jinterop/j-interop/pom.properties", - "name": "", - "groupId": "org.kohsuke.jinterop", - "artifactId": "j-interop", - "version": "2.0.8-kohsuke-1" - }, - "pomProject": { - "path": "META-INF/maven/org.kohsuke.jinterop/j-interop/pom.xml", - "parent": { - "groupId": "org.kohsuke.jinterop", - "artifactId": "j-interop-parent", - "version": "2.0.8-kohsuke-1" - }, - "groupId": "org.kohsuke.jinterop", - "artifactId": "j-interop", - "version": "2.0.8-kohsuke-1", - "name": "Pure Java - COM bridge" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "7bcd527550b8415ba14c33a8ff00658c43d0c78e" - } - ] - } - }, - { - "id": "da240976917188ed", - "name": "j-interopdeps", - "version": "2.0.8-kohsuke-1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/j-interopdeps-2.0.8-kohsuke-1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.kohsuke.jinterop:j-interopdeps:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke.jinterop:j_interopdeps:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:j-interopdeps:j-interopdeps:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:j-interopdeps:j_interopdeps:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:j_interopdeps:j-interopdeps:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:j_interopdeps:j_interopdeps:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jinterop:j-interopdeps:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jinterop:j_interopdeps:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:j-interopdeps:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:j_interopdeps:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:j:j-interopdeps:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:j:j_interopdeps:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.kohsuke.jinterop/j-interopdeps@2.0.8-kohsuke-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/j-interopdeps-2.0.8-kohsuke-1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "Apache Maven" - }, - { - "key": "Built-By", - "value": "kohsuke" - }, - { - "key": "Build-Jdk", - "value": "1.6.0_20" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.kohsuke.jinterop/j-interopdeps/pom.properties", - "name": "", - "groupId": "org.kohsuke.jinterop", - "artifactId": "j-interopdeps", - "version": "2.0.8-kohsuke-1" - }, - "pomProject": { - "path": "META-INF/maven/org.kohsuke.jinterop/j-interopdeps/pom.xml", - "parent": { - "groupId": "org.kohsuke.jinterop", - "artifactId": "j-interop-parent", - "version": "2.0.8-kohsuke-1" - }, - "groupId": "org.kohsuke.jinterop", - "artifactId": "j-interopdeps", - "version": "2.0.8-kohsuke-1", - "name": "Pure Java - COM bridge" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "0c6ae17b2cbb5e07e62fddab1cebadaf351a97c0" - } - ] - } - }, - { - "id": "9e545177879293a8", - "name": "jackson-annotations", - "version": "2.17.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-annotations-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-annotations-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core.jackson-annotations:jackson-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core.jackson-annotations:jackson_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core.jackson-annotations:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core:jackson-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core:jackson_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson:jackson-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson:jackson_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-annotations:jackson-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-annotations:jackson_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_annotations:jackson-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_annotations:jackson_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-annotations:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_annotations:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:core:jackson-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:core:jackson_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:core:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.17.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-annotations-2.17.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-Description", - "value": "Core annotations used for value types, used by Jackson data binding package." - }, - { - "key": "Implementation-Title", - "value": "Jackson-annotations" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.fasterxml.jackson.core.jackson-annotations" - }, - { - "key": "Implementation-Version", - "value": "2.17.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "FasterXML" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.fasterxml.jackson.core" - }, - { - "key": "Specification-Title", - "value": "Jackson-annotations" - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/FasterXML/jackson" - }, - { - "key": "Bundle-Vendor", - "value": "FasterXML" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.6))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "Implementation-Vendor", - "value": "FasterXML" - }, - { - "key": "Export-Package", - "value": "com.fasterxml.jackson.annotation;version=\"2.17.0\"" - }, - { - "key": "Bundle-Name", - "value": "Jackson-annotations" - }, - { - "key": "Bundle-Version", - "value": "2.17.0" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.6" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.6" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Specification-Version", - "value": "2.17.0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.fasterxml.jackson.core/jackson-annotations/pom.properties", - "name": "", - "groupId": "com.fasterxml.jackson.core", - "artifactId": "jackson-annotations", - "version": "2.17.0" - }, - "pomProject": { - "path": "META-INF/maven/com.fasterxml.jackson.core/jackson-annotations/pom.xml", - "parent": { - "groupId": "com.fasterxml.jackson", - "artifactId": "jackson-parent", - "version": "2.17" - }, - "groupId": "com.fasterxml.jackson.core", - "artifactId": "jackson-annotations", - "version": "2.17.0", - "name": "Jackson-annotations", - "description": "Core annotations used for value types, used by Jackson data binding package.", - "url": "https://github.com/FasterXML/jackson" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "880a742337010da4c851f843d8cac150e22dff9f" - } - ] - } - }, - { - "id": "795e62b72b095603", - "name": "jackson-core", - "version": "2.17.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-core-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-core-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core.jackson-core:jackson-core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core.jackson-core:jackson_core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core.jackson-core:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core.jackson-core:core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core:jackson-core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core:jackson_core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson:jackson-core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson:jackson_core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core:core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson:core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-core:jackson-core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-core:jackson_core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_core:jackson-core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_core:jackson_core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson-core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson_core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-core:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson-core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson_core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_core:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:core:jackson-core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:core:jackson_core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-core:core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_core:core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:core:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:core:core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.17.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-core-2.17.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.fasterxml.jackson.core.jackson-core" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.fasterxml.jackson.core" - }, - { - "key": "Specification-Title", - "value": "Jackson-core" - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/FasterXML/jackson-core" - }, - { - "key": "Import-Package", - "value": "com.fasterxml.jackson.core;version=\"[2.17,3)\",com.fasterxml.jackson.core.async;version=\"[2.17,3)\",com.fasterxml.jackson.core.base;version=\"[2.17,3)\",com.fasterxml.jackson.core.exc;version=\"[2.17,3)\",com.fasterxml.jackson.core.format;version=\"[2.17,3)\",com.fasterxml.jackson.core.io;version=\"[2.17,3)\",com.fasterxml.jackson.core.io.schubfach;version=\"[2.17,3)\",com.fasterxml.jackson.core.json;version=\"[2.17,3)\",com.fasterxml.jackson.core.json.async;version=\"[2.17,3)\",com.fasterxml.jackson.core.sym;version=\"[2.17,3)\",com.fasterxml.jackson.core.type;version=\"[2.17,3)\",com.fasterxml.jackson.core.util;version=\"[2.17,3)\"" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Export-Package", - "value": "com.fasterxml.jackson.core;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core.async,com.fasterxml.jackson.core.exc,com.fasterxml.jackson.core.format,com.fasterxml.jackson.core.io,com.fasterxml.jackson.core.json,com.fasterxml.jackson.core.sym,com.fasterxml.jackson.core.type,com.fasterxml.jackson.core.util\",com.fasterxml.jackson.core.async;version=\"2.17.0\",com.fasterxml.jackson.core.base;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.exc,com.fasterxml.jackson.core.io,com.fasterxml.jackson.core.json,com.fasterxml.jackson.core.util\",com.fasterxml.jackson.core.exc;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.util\",com.fasterxml.jackson.core.filter;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.util\",com.fasterxml.jackson.core.format;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core\",com.fasterxml.jackson.core.io;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.util\",com.fasterxml.jackson.core.io.schubfach;version=\"2.17.0\",com.fasterxml.jackson.core.json;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.base,com.fasterxml.jackson.core.format,com.fasterxml.jackson.core.io,com.fasterxml.jackson.core.sym,com.fasterxml.jackson.core.util\",com.fasterxml.jackson.core.json.async;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.async,com.fasterxml.jackson.core.exc,com.fasterxml.jackson.core.io,com.fasterxml.jackson.core.json,com.fasterxml.jackson.core.sym\",com.fasterxml.jackson.core.sym;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.exc,com.fasterxml.jackson.core.util\",com.fasterxml.jackson.core.type;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core\",com.fasterxml.jackson.core.util;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.async,com.fasterxml.jackson.core.exc,com.fasterxml.jackson.core.io\"" - }, - { - "key": "Bundle-Name", - "value": "Jackson-core" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Bundle-Description", - "value": "Core Jackson processing abstractions (aka Streaming API), implementation for JSON" - }, - { - "key": "Implementation-Title", - "value": "Jackson-core" - }, - { - "key": "Implementation-Version", - "value": "2.17.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Vendor", - "value": "FasterXML" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "Implementation-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Version", - "value": "2.17.0" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.8" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Specification-Version", - "value": "2.17.0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.fasterxml.jackson.core/jackson-core/pom.properties", - "name": "", - "groupId": "com.fasterxml.jackson.core", - "artifactId": "jackson-core", - "version": "2.17.0" - }, - "pomProject": { - "path": "META-INF/maven/com.fasterxml.jackson.core/jackson-core/pom.xml", - "parent": { - "groupId": "com.fasterxml.jackson", - "artifactId": "jackson-base", - "version": "2.17.0" - }, - "groupId": "com.fasterxml.jackson.core", - "artifactId": "jackson-core", - "version": "2.17.0", - "name": "Jackson-core", - "description": "Core Jackson processing abstractions (aka Streaming API), implementation for JSON", - "url": "https://github.com/FasterXML/jackson-core" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "a6e5058ef9720623c517252d17162f845306ff3a" - } - ] - } - }, - { - "id": "1c190afa0b649efe", - "name": "jackson-databind", - "version": "2.17.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-databind-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-databind-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core.jackson-databind:jackson-databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core.jackson-databind:jackson_databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core.jackson-databind:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core:jackson-databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core:jackson_databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson:jackson-databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson:jackson_databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-databind:jackson-databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-databind:jackson_databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_databind:jackson-databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_databind:jackson_databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson-databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson_databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-databind:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson-databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson_databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_databind:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:core:jackson-databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:core:jackson_databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:core:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.17.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-databind-2.17.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.fasterxml.jackson.core.jackson-databind" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.fasterxml.jackson.core" - }, - { - "key": "Specification-Title", - "value": "jackson-databind" - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/FasterXML/jackson" - }, - { - "key": "Import-Package", - "value": "com.fasterxml.jackson.annotation;version=\"[2.17,3)\",com.fasterxml.jackson.core;version=\"[2.17,3)\",com.fasterxml.jackson.core.base;version=\"[2.17,3)\",com.fasterxml.jackson.core.exc;version=\"[2.17,3)\",com.fasterxml.jackson.core.filter;version=\"[2.17,3)\",com.fasterxml.jackson.core.format;version=\"[2.17,3)\",com.fasterxml.jackson.core.io;version=\"[2.17,3)\",com.fasterxml.jackson.core.json;version=\"[2.17,3)\",com.fasterxml.jackson.core.type;version=\"[2.17,3)\",com.fasterxml.jackson.core.util;version=\"[2.17,3)\",com.fasterxml.jackson.databind;version=\"[2.17,3)\",com.fasterxml.jackson.databind.annotation;version=\"[2.17,3)\",com.fasterxml.jackson.databind.cfg;version=\"[2.17,3)\",com.fasterxml.jackson.databind.deser;version=\"[2.17,3)\",com.fasterxml.jackson.databind.deser.impl;version=\"[2.17,3)\",com.fasterxml.jackson.databind.deser.std;version=\"[2.17,3)\",com.fasterxml.jackson.databind.exc;version=\"[2.17,3)\",com.fasterxml.jackson.databind.ext;version=\"[2.17,3)\",com.fasterxml.jackson.databind.introspect;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jdk14;version=\"[2.17,3)\",com.fasterxml.jackson.databind.json;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jsonFormatVisitors;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jsonschema;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jsontype;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jsontype.impl;version=\"[2.17,3)\",com.fasterxml.jackson.databind.node;version=\"[2.17,3)\",com.fasterxml.jackson.databind.ser;version=\"[2.17,3)\",com.fasterxml.jackson.databind.ser.impl;version=\"[2.17,3)\",com.fasterxml.jackson.databind.ser.std;version=\"[2.17,3)\",com.fasterxml.jackson.databind.type;version=\"[2.17,3)\",com.fasterxml.jackson.databind.util;version=\"[2.17,3)\",com.fasterxml.jackson.databind.util.internal;version=\"[2.17,3)\",javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.stream,org.w3c.dom,org.xml.sax,org.w3c.dom.bootstrap;resolution:=optional" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Export-Package", - "value": "com.fasterxml.jackson.databind;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.core.exc,com.fasterxml.jackson.core.filter,com.fasterxml.jackson.core.format,com.fasterxml.jackson.core.io,com.fasterxml.jackson.core.type,com.fasterxml.jackson.core.util,com.fasterxml.jackson.databind.annotation,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.deser,com.fasterxml.jackson.databind.deser.impl,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsonFormatVisitors,com.fasterxml.jackson.databind.jsonschema,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.jsontype.impl,com.fasterxml.jackson.databind.node,com.fasterxml.jackson.databind.ser,com.fasterxml.jackson.databind.ser.impl,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.databind.util\",com.fasterxml.jackson.databind.annotation;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.deser,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.ser,com.fasterxml.jackson.databind.util\",com.fasterxml.jackson.databind.cfg;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.core.type,com.fasterxml.jackson.core.util,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.deser,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.node,com.fasterxml.jackson.databind.ser,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.databind.util\",com.fasterxml.jackson.databind.deser;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.core.format,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.annotation,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.deser.impl,com.fasterxml.jackson.databind.deser.std,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsonFormatVisitors,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.node,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.databind.util\",com.fasterxml.jackson.databind.deser.impl;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.deser,com.fasterxml.jackson.databind.deser.std,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.databind.util\",com.fasterxml.jackson.databind.deser.std;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.annotation,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.deser,com.fasterxml.jackson.databind.deser.impl,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.databind.util\",com.fasterxml.jackson.databind.exc;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.introspect\",com.fasterxml.jackson.databind.ext;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.annotation,com.fasterxml.jackson.databind.deser,com.fasterxml.jackson.databind.deser.std,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsonFormatVisitors,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.ser,com.fasterxml.jackson.databind.ser.std,javax.xml.datatype,javax.xml.parsers,javax.xml.transform,org.w3c.dom\",com.fasterxml.jackson.databind.introspect;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.annotation,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.jsontype.impl,com.fasterxml.jackson.databind.ser,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.databind.util\",com.fasterxml.jackson.databind.jdk14;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.introspect\",com.fasterxml.jackson.databind.json;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.json,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.cfg\",com.fasterxml.jackson.databind.jsonFormatVisitors;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.databind\",com.fasterxml.jackson.databind.jsonschema;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.node\",com.fasterxml.jackson.databind.jsontype;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.core.type,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.introspect\",com.fasterxml.jackson.databind.jsontype.impl;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.core.type,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.databind.util\",com.fasterxml.jackson.databind.module;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.deser,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.ser,com.fasterxml.jackson.databind.type\",com.fasterxml.jackson.databind.node;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.base,com.fasterxml.jackson.core.util,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.util\",com.fasterxml.jackson.databind.ser;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.core.io,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.annotation,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsonFormatVisitors,com.fasterxml.jackson.databind.jsonschema,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.node,com.fasterxml.jackson.databind.ser.impl,com.fasterxml.jackson.databind.ser.std,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.databind.util\",com.fasterxml.jackson.databind.ser.impl;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.core.io,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.annotation,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsonFormatVisitors,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.node,com.fasterxml.jackson.databind.ser,com.fasterxml.jackson.databind.ser.std,com.fasterxml.jackson.databind.util\",com.fasterxml.jackson.databind.ser.std;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.core.type,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.annotation,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsonFormatVisitors,com.fasterxml.jackson.databind.jsonschema,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.node,com.fasterxml.jackson.databind.ser,com.fasterxml.jackson.databind.ser.impl,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.databind.util\",com.fasterxml.jackson.databind.type;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.type,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.util\",com.fasterxml.jackson.databind.util;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.core.base,com.fasterxml.jackson.core.io,com.fasterxml.jackson.core.json,com.fasterxml.jackson.core.util,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.databind.util.internal\",com.fasterxml.jackson.databind.util.internal;version=\"2.17.0\"" - }, - { - "key": "Bundle-Name", - "value": "jackson-databind" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Bundle-Description", - "value": "General data-binding functionality for Jackson: works on core streaming API" - }, - { - "key": "Implementation-Title", - "value": "jackson-databind" - }, - { - "key": "Implementation-Version", - "value": "2.17.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Vendor", - "value": "FasterXML" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "Implementation-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Version", - "value": "2.17.0" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.8" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Specification-Version", - "value": "2.17.0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.fasterxml.jackson.core/jackson-databind/pom.properties", - "name": "", - "groupId": "com.fasterxml.jackson.core", - "artifactId": "jackson-databind", - "version": "2.17.0" - }, - "pomProject": { - "path": "META-INF/maven/com.fasterxml.jackson.core/jackson-databind/pom.xml", - "parent": { - "groupId": "com.fasterxml.jackson", - "artifactId": "jackson-base", - "version": "2.17.0" - }, - "groupId": "com.fasterxml.jackson.core", - "artifactId": "jackson-databind", - "version": "2.17.0", - "name": "jackson-databind", - "description": "General data-binding functionality for Jackson: works on core streaming API", - "url": "https://github.com/FasterXML/jackson" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "7173e9e1d4bc6d7ca03bc4eeedcd548b8b580b34" - } - ] - } - }, - { - "id": "6c57509c014d6d72", - "name": "jackson-dataformat-cbor", - "version": "2.17.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-dataformat-cbor-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-dataformat-cbor-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat.jackson-dataformat-cbor:jackson-dataformat-cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat.jackson-dataformat-cbor:jackson_dataformat_cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat.jackson-dataformat-cbor:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat:jackson_dataformat_cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat-cbor:jackson-dataformat-cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat-cbor:jackson_dataformat_cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat_cbor:jackson-dataformat-cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat_cbor:jackson_dataformat_cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat:jackson-dataformat-cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat:jackson_dataformat_cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat:jackson-dataformat-cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat:jackson_dataformat_cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dataformat:jackson-dataformat-cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dataformat:jackson_dataformat_cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson-dataformat-cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson_dataformat_cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat-cbor:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson-dataformat-cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson_dataformat_cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat_cbor:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dataformat:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-cbor@2.17.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-dataformat-cbor-2.17.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.fasterxml.jackson.dataformat.jackson-dataformat-cbor" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.fasterxml.jackson.dataformat" - }, - { - "key": "Specification-Title", - "value": "Jackson dataformat: CBOR" - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/FasterXML/jackson-dataformats-binary" - }, - { - "key": "Import-Package", - "value": "com.fasterxml.jackson.core;version=\"[2.17,3)\",com.fasterxml.jackson.core.base;version=\"[2.17,3)\",com.fasterxml.jackson.core.format;version=\"[2.17,3)\",com.fasterxml.jackson.core.io;version=\"[2.17,3)\",com.fasterxml.jackson.core.json;version=\"[2.17,3)\",com.fasterxml.jackson.core.sym;version=\"[2.17,3)\",com.fasterxml.jackson.core.util;version=\"[2.17,3)\",com.fasterxml.jackson.databind;version=\"[2.17,3)\",com.fasterxml.jackson.databind.cfg;version=\"[2.17,3)\",com.fasterxml.jackson.dataformat.cbor;version=\"[2.17,3)\"" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Export-Package", - "value": "com.fasterxml.jackson.dataformat.cbor;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.base,com.fasterxml.jackson.core.format,com.fasterxml.jackson.core.io,com.fasterxml.jackson.core.json,com.fasterxml.jackson.core.sym,com.fasterxml.jackson.core.util\",com.fasterxml.jackson.dataformat.cbor.databind;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.dataformat.cbor\"" - }, - { - "key": "Bundle-Name", - "value": "Jackson dataformat: CBOR" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Bundle-Description", - "value": "Support for reading and writing Concise Binary Object Representation([CBOR](https://www.rfc-editor.org/info/rfc7049)encoded data using Jackson abstractions (streaming API, data binding, tree model)" - }, - { - "key": "Implementation-Title", - "value": "Jackson dataformat: CBOR" - }, - { - "key": "Implementation-Version", - "value": "2.17.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Vendor", - "value": "FasterXML" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "Implementation-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Version", - "value": "2.17.0" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.8" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Specification-Version", - "value": "2.17.0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.fasterxml.jackson.dataformat/jackson-dataformat-cbor/pom.properties", - "name": "", - "groupId": "com.fasterxml.jackson.dataformat", - "artifactId": "jackson-dataformat-cbor", - "version": "2.17.0" - }, - "pomProject": { - "path": "META-INF/maven/com.fasterxml.jackson.dataformat/jackson-dataformat-cbor/pom.xml", - "parent": { - "groupId": "com.fasterxml.jackson.dataformat", - "artifactId": "jackson-dataformats-binary", - "version": "2.17.0" - }, - "groupId": "com.fasterxml.jackson.dataformat", - "artifactId": "jackson-dataformat-cbor", - "version": "2.17.0", - "name": "Jackson dataformat: CBOR", - "description": "Support for reading and writing Concise Binary Object Representation ([CBOR](https://www.rfc-editor.org/info/rfc7049) encoded data using Jackson abstractions (streaming API, data binding, tree model)", - "url": "https://github.com/FasterXML/jackson-dataformats-binary" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "6833c8573452d583e4af650a7424d547606b2501" - } - ] - } - }, - { - "id": "9eadc269265407b6", - "name": "jackson-dataformat-xml", - "version": "2.17.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-dataformat-xml-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-dataformat-xml-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat.jackson-dataformat-xml:jackson-dataformat-xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat.jackson-dataformat-xml:jackson_dataformat_xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat.jackson-dataformat-xml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat:jackson_dataformat_xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat-xml:jackson-dataformat-xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat-xml:jackson_dataformat_xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat_xml:jackson-dataformat-xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat_xml:jackson_dataformat_xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson:jackson-dataformat-xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson:jackson_dataformat_xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat:jackson-dataformat-xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat:jackson_dataformat_xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat:jackson-dataformat-xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat:jackson_dataformat_xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dataformat:jackson-dataformat-xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dataformat:jackson_dataformat_xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson-dataformat-xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson_dataformat_xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat-xml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson-dataformat-xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson_dataformat_xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat_xml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dataformat:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-xml@2.17.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-dataformat-xml-2.17.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.fasterxml.jackson.dataformat.jackson-dataformat-xml" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.fasterxml.jackson.dataformat" - }, - { - "key": "Specification-Title", - "value": "Jackson-dataformat-XML" - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/FasterXML/jackson-dataformat-xml" - }, - { - "key": "Import-Package", - "value": "com.fasterxml.jackson.annotation;version=\"[2.17,3)\",com.fasterxml.jackson.core;version=\"[2.17,3)\",com.fasterxml.jackson.core.base;version=\"[2.17,3)\",com.fasterxml.jackson.core.exc;version=\"[2.17,3)\",com.fasterxml.jackson.core.format;version=\"[2.17,3)\",com.fasterxml.jackson.core.io;version=\"[2.17,3)\",com.fasterxml.jackson.core.json;version=\"[2.17,3)\",com.fasterxml.jackson.core.type;version=\"[2.17,3)\",com.fasterxml.jackson.core.util;version=\"[2.17,3)\",com.fasterxml.jackson.databind;version=\"[2.17,3)\",com.fasterxml.jackson.databind.cfg;version=\"[2.17,3)\",com.fasterxml.jackson.databind.deser;version=\"[2.17,3)\",com.fasterxml.jackson.databind.deser.std;version=\"[2.17,3)\",com.fasterxml.jackson.databind.introspect;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jsontype;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jsontype.impl;version=\"[2.17,3)\",com.fasterxml.jackson.databind.module;version=\"[2.17,3)\",com.fasterxml.jackson.databind.node;version=\"[2.17,3)\",com.fasterxml.jackson.databind.ser;version=\"[2.17,3)\",com.fasterxml.jackson.databind.ser.impl;version=\"[2.17,3)\",com.fasterxml.jackson.databind.ser.std;version=\"[2.17,3)\",com.fasterxml.jackson.databind.type;version=\"[2.17,3)\",com.fasterxml.jackson.databind.util;version=\"[2.17,3)\",com.fasterxml.jackson.dataformat.xml;version=\"[2.17,3)\",com.fasterxml.jackson.dataformat.xml.annotation;version=\"[2.17,3)\",com.fasterxml.jackson.dataformat.xml.deser;version=\"[2.17,3)\",com.fasterxml.jackson.dataformat.xml.ser;version=\"[2.17,3)\",com.fasterxml.jackson.dataformat.xml.util;version=\"[2.17,3)\",javax.xml.namespace,javax.xml.stream,javax.xml.transform,org.codehaus.stax2;version=\"[4.2,5)\",org.codehaus.stax2.io;version=\"[4.2,5)\",org.codehaus.stax2.ri;version=\"[4.2,5)\",org.codehaus.stax2.typed;version=\"[4.2,5)\"" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Export-Package", - "value": "com.fasterxml.jackson.dataformat.xml;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.core.format,com.fasterxml.jackson.core.io,com.fasterxml.jackson.core.type,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.jsontype.impl,com.fasterxml.jackson.databind.module,com.fasterxml.jackson.databind.ser,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.dataformat.xml.deser,com.fasterxml.jackson.dataformat.xml.ser,com.fasterxml.jackson.dataformat.xml.util,javax.xml.stream,org.codehaus.stax2,org.codehaus.stax2.typed\",com.fasterxml.jackson.dataformat.xml.annotation;version=\"2.17.0\",com.fasterxml.jackson.dataformat.xml.deser;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.base,com.fasterxml.jackson.core.io,com.fasterxml.jackson.core.util,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.deser,com.fasterxml.jackson.databind.deser.std,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.dataformat.xml,javax.xml.stream,org.codehaus.stax2\",com.fasterxml.jackson.dataformat.xml.jaxb;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.dataformat.xml\",com.fasterxml.jackson.dataformat.xml.ser;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.base,com.fasterxml.jackson.core.io,com.fasterxml.jackson.core.util,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.ser,com.fasterxml.jackson.databind.ser.impl,com.fasterxml.jackson.databind.ser.std,com.fasterxml.jackson.databind.util,com.fasterxml.jackson.dataformat.xml,com.fasterxml.jackson.dataformat.xml.util,javax.xml.namespace,javax.xml.stream,org.codehaus.stax2\",com.fasterxml.jackson.dataformat.xml.util;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.util,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.databind.util,com.fasterxml.jackson.dataformat.xml,javax.xml.namespace,javax.xml.stream,org.codehaus.stax2,org.codehaus.stax2.ri,org.codehaus.stax2.typed\"" - }, - { - "key": "Bundle-Name", - "value": "Jackson-dataformat-XML" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Bundle-Description", - "value": "Data format extension for Jackson to offeralternative support for serializing POJOs as XML and deserializing XML as pojos." - }, - { - "key": "Implementation-Title", - "value": "Jackson-dataformat-XML" - }, - { - "key": "Implementation-Version", - "value": "2.17.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Vendor", - "value": "FasterXML" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "Implementation-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Version", - "value": "2.17.0" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.8" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Specification-Version", - "value": "2.17.0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/pom.properties", - "name": "", - "groupId": "com.fasterxml.jackson.dataformat", - "artifactId": "jackson-dataformat-xml", - "version": "2.17.0" - }, - "pomProject": { - "path": "META-INF/maven/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/pom.xml", - "parent": { - "groupId": "com.fasterxml.jackson", - "artifactId": "jackson-base", - "version": "2.17.0" - }, - "groupId": "com.fasterxml.jackson.dataformat", - "artifactId": "jackson-dataformat-xml", - "version": "2.17.0", - "name": "Jackson-dataformat-XML", - "description": "Data format extension for Jackson to offer alternative support for serializing POJOs as XML and deserializing XML as pojos.", - "url": "https://github.com/FasterXML/jackson-dataformat-xml" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "fbe3c274a39cef5538ca8688ac7e2ad0053a6ffa" - } - ] - } - }, - { - "id": "c6307b03629a372c", - "name": "jackson-dataformat-yaml", - "version": "2.17.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-dataformat-yaml-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-dataformat-yaml-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat.jackson-dataformat-yaml:jackson-dataformat-yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat.jackson-dataformat-yaml:jackson_dataformat_yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat.jackson-dataformat-yaml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat:jackson_dataformat_yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat-yaml:jackson-dataformat-yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat-yaml:jackson_dataformat_yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat_yaml:jackson-dataformat-yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat_yaml:jackson_dataformat_yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat:jackson-dataformat-yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat:jackson_dataformat_yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat:jackson-dataformat-yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat:jackson_dataformat_yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dataformat:jackson-dataformat-yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dataformat:jackson_dataformat_yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson-dataformat-yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson_dataformat_yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat-yaml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson-dataformat-yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson_dataformat_yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat_yaml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dataformat:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml@2.17.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-dataformat-yaml-2.17.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.fasterxml.jackson.dataformat.jackson-dataformat-yaml" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.fasterxml.jackson.dataformat" - }, - { - "key": "Specification-Title", - "value": "Jackson-dataformat-YAML" - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/FasterXML/jackson-dataformats-text" - }, - { - "key": "Import-Package", - "value": "com.fasterxml.jackson.core;version=\"[2.17,3)\",com.fasterxml.jackson.core.base;version=\"[2.17,3)\",com.fasterxml.jackson.core.format;version=\"[2.17,3)\",com.fasterxml.jackson.core.io;version=\"[2.17,3)\",com.fasterxml.jackson.core.json;version=\"[2.17,3)\",com.fasterxml.jackson.core.util;version=\"[2.17,3)\",com.fasterxml.jackson.databind;version=\"[2.17,3)\",com.fasterxml.jackson.databind.cfg;version=\"[2.17,3)\",com.fasterxml.jackson.dataformat.yaml;version=\"[2.17,3)\",com.fasterxml.jackson.dataformat.yaml.snakeyaml.error;version=\"[2.17,3)\",com.fasterxml.jackson.dataformat.yaml.util;version=\"[2.17,3)\",org.yaml.snakeyaml;version=\"[2.2,3)\",org.yaml.snakeyaml.emitter;version=\"[2.2,3)\",org.yaml.snakeyaml.error;version=\"[2.2,3)\",org.yaml.snakeyaml.events;version=\"[2.2,3)\",org.yaml.snakeyaml.nodes;version=\"[2.2,3)\",org.yaml.snakeyaml.parser;version=\"[2.2,3)\",org.yaml.snakeyaml.reader;version=\"[2.2,3)\",org.yaml.snakeyaml.resolver;version=\"[2.2,3)\"" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Export-Package", - "value": "com.fasterxml.jackson.dataformat.yaml;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.base,com.fasterxml.jackson.core.format,com.fasterxml.jackson.core.io,com.fasterxml.jackson.core.util,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.dataformat.yaml.util,org.yaml.snakeyaml,org.yaml.snakeyaml.emitter,org.yaml.snakeyaml.error,org.yaml.snakeyaml.events,org.yaml.snakeyaml.parser,org.yaml.snakeyaml.resolver\",com.fasterxml.jackson.dataformat.yaml.snakeyaml.error;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.dataformat.yaml,org.yaml.snakeyaml.error\",com.fasterxml.jackson.dataformat.yaml.util;version=\"2.17.0\"" - }, - { - "key": "Bundle-Name", - "value": "Jackson-dataformat-YAML" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Bundle-Description", - "value": "Support for reading and writing YAML-encoded datavia Jackson abstractions." - }, - { - "key": "Implementation-Title", - "value": "Jackson-dataformat-YAML" - }, - { - "key": "Implementation-Version", - "value": "2.17.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Vendor", - "value": "FasterXML" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "Implementation-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Version", - "value": "2.17.0" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.8" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Specification-Version", - "value": "2.17.0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/pom.properties", - "name": "", - "groupId": "com.fasterxml.jackson.dataformat", - "artifactId": "jackson-dataformat-yaml", - "version": "2.17.0" - }, - "pomProject": { - "path": "META-INF/maven/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/pom.xml", - "parent": { - "groupId": "com.fasterxml.jackson.dataformat", - "artifactId": "jackson-dataformats-text", - "version": "2.17.0" - }, - "groupId": "com.fasterxml.jackson.dataformat", - "artifactId": "jackson-dataformat-yaml", - "version": "2.17.0", - "name": "Jackson-dataformat-YAML", - "description": "Support for reading and writing YAML-encoded data via Jackson abstractions.", - "url": "https://github.com/FasterXML/jackson-dataformats-text" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "57a963c6258c49febc11390082d8503f71bb15a9" - } - ] - } - }, - { - "id": "29692616dab9b21b", - "name": "jackson-datatype-jdk8", - "version": "2.17.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-datatype-jdk8-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-datatype-jdk8-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype.jackson-datatype-jdk8:jackson-datatype-jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype.jackson-datatype-jdk8:jackson_datatype_jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype.jackson-datatype-jdk8:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype:jackson_datatype_jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module:jackson-datatype-jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module:jackson_datatype_jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype-jdk8:jackson-datatype-jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype-jdk8:jackson_datatype_jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype_jdk8:jackson-datatype-jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype_jdk8:jackson_datatype_jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype:jackson-datatype-jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype:jackson_datatype_jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype:jackson-datatype-jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype:jackson_datatype_jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson-datatype-jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson_datatype_jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:datatype:jackson-datatype-jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:datatype:jackson_datatype_jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype-jdk8:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson-datatype-jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson_datatype_jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype_jdk8:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:module:jackson-datatype-jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:module:jackson_datatype_jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:datatype:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:module:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jdk8@2.17.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-datatype-jdk8-2.17.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.fasterxml.jackson.datatype.jackson-datatype-jdk8" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.fasterxml.jackson.datatype" - }, - { - "key": "Specification-Title", - "value": "Jackson datatype: jdk8" - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8" - }, - { - "key": "Import-Package", - "value": "com.fasterxml.jackson.core;version=\"[2.17,3)\",com.fasterxml.jackson.core.io;version=\"[2.17,3)\",com.fasterxml.jackson.core.util;version=\"[2.17,3)\",com.fasterxml.jackson.databind;version=\"[2.17,3)\",com.fasterxml.jackson.databind.cfg;version=\"[2.17,3)\",com.fasterxml.jackson.databind.deser;version=\"[2.17,3)\",com.fasterxml.jackson.databind.deser.std;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jsonFormatVisitors;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jsontype;version=\"[2.17,3)\",com.fasterxml.jackson.databind.ser;version=\"[2.17,3)\",com.fasterxml.jackson.databind.ser.impl;version=\"[2.17,3)\",com.fasterxml.jackson.databind.ser.std;version=\"[2.17,3)\",com.fasterxml.jackson.databind.type;version=\"[2.17,3)\",com.fasterxml.jackson.databind.util;version=\"[2.17,3)\"" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Export-Package", - "value": "com.fasterxml.jackson.datatype.jdk8;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.io,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.deser,com.fasterxml.jackson.databind.deser.std,com.fasterxml.jackson.databind.jsonFormatVisitors,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.ser,com.fasterxml.jackson.databind.ser.impl,com.fasterxml.jackson.databind.ser.std,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.databind.util\"" - }, - { - "key": "Bundle-Name", - "value": "Jackson datatype: jdk8" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Bundle-Description", - "value": "Add-on module for Jackson (https://github.com/FasterXML/jackson) to supportJDK 8 data types." - }, - { - "key": "Implementation-Title", - "value": "Jackson datatype: jdk8" - }, - { - "key": "Implementation-Version", - "value": "2.17.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Vendor", - "value": "FasterXML" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "Implementation-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Version", - "value": "2.17.0" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.8" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Specification-Version", - "value": "2.17.0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.fasterxml.jackson.datatype/jackson-datatype-jdk8/pom.properties", - "name": "", - "groupId": "com.fasterxml.jackson.datatype", - "artifactId": "jackson-datatype-jdk8", - "version": "2.17.0" - }, - "pomProject": { - "path": "META-INF/maven/com.fasterxml.jackson.datatype/jackson-datatype-jdk8/pom.xml", - "parent": { - "groupId": "com.fasterxml.jackson.module", - "artifactId": "jackson-modules-java8", - "version": "2.17.0" - }, - "groupId": "com.fasterxml.jackson.datatype", - "artifactId": "jackson-datatype-jdk8", - "version": "2.17.0", - "name": "Jackson datatype: jdk8", - "description": "Add-on module for Jackson (https://github.com/FasterXML/jackson) to support JDK 8 data types." - }, - "digest": [ - { - "algorithm": "sha1", - "value": "95519a116d909faec29da76cf6b944b4a84c2c26" - } - ] - } - }, - { - "id": "57dbbcf127ccb791", - "name": "jackson-datatype-json-org", - "version": "2.17.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-datatype-json-org-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-datatype-json-org-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype.jackson-datatype-json-org:jackson-datatype-json-org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype.jackson-datatype-json-org:jackson_datatype_json_org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype.jackson-datatype-json-org:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype:jackson_datatype_json_org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype-json-org:jackson-datatype-json-org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype-json-org:jackson_datatype_json_org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype_json_org:jackson-datatype-json-org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype_json_org:jackson_datatype_json_org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype-json:jackson-datatype-json-org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype-json:jackson_datatype_json_org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype_json:jackson-datatype-json-org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype_json:jackson_datatype_json_org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype:jackson-datatype-json-org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype:jackson_datatype_json_org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype:jackson-datatype-json-org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype:jackson_datatype_json_org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson-datatype-json-org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson_datatype_json_org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:datatype:jackson-datatype-json-org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:datatype:jackson_datatype_json_org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype-json-org:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson-datatype-json-org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson_datatype_json_org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype_json_org:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype-json:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype_json:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:datatype:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-json-org@2.17.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-datatype-json-org-2.17.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.fasterxml.jackson.datatype.jackson-datatype-json-org" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.fasterxml.jackson.datatype" - }, - { - "key": "Specification-Title", - "value": "Jackson datatype: org.json" - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/FasterXML/jackson-datatypes-misc" - }, - { - "key": "Import-Package", - "value": "com.fasterxml.jackson.core;version=\"[2.17,3)\",com.fasterxml.jackson.core.type;version=\"[2.17,3)\",com.fasterxml.jackson.core.util;version=\"[2.17,3)\",com.fasterxml.jackson.databind;version=\"[2.17,3)\",com.fasterxml.jackson.databind.deser.std;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jsontype;version=\"[2.17,3)\",com.fasterxml.jackson.databind.module;version=\"[2.17,3)\",com.fasterxml.jackson.databind.node;version=\"[2.17,3)\",com.fasterxml.jackson.databind.ser.std;version=\"[2.17,3)\",com.fasterxml.jackson.databind.type;version=\"[2.17,3)\",com.fasterxml.jackson.databind.util;version=\"[2.17,3)\",org.json;version=\"[20231013.0,20231014)\"" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Export-Package", - "value": "com.fasterxml.jackson.datatype.jsonorg;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.deser.std,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.module,com.fasterxml.jackson.databind.type,org.json\"" - }, - { - "key": "Bundle-Name", - "value": "Jackson datatype: org.json" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Bundle-Description", - "value": "Support for datatypes of \"org.json\" JSON library (see https://json.org/java),mainly to make it easier to upgrade code to Jackson, using automated conversions." - }, - { - "key": "Implementation-Title", - "value": "Jackson datatype: org.json" - }, - { - "key": "Implementation-Version", - "value": "2.17.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Vendor", - "value": "FasterXML" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "Implementation-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Version", - "value": "2.17.0" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.8" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Specification-Version", - "value": "2.17.0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.fasterxml.jackson.datatype/jackson-datatype-json-org/pom.properties", - "name": "", - "groupId": "com.fasterxml.jackson.datatype", - "artifactId": "jackson-datatype-json-org", - "version": "2.17.0" - }, - "pomProject": { - "path": "META-INF/maven/com.fasterxml.jackson.datatype/jackson-datatype-json-org/pom.xml", - "parent": { - "groupId": "com.fasterxml.jackson.datatype", - "artifactId": "jackson-datatypes-misc-parent", - "version": "2.17.0" - }, - "groupId": "com.fasterxml.jackson.datatype", - "artifactId": "jackson-datatype-json-org", - "version": "2.17.0", - "name": "Jackson datatype: org.json", - "description": "Support for datatypes of \"org.json\" JSON library (see https://json.org/java), mainly to make it easier to upgrade code to Jackson, using automated conversions.", - "url": "https://github.com/FasterXML/jackson-datatypes-misc" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "b160f427ad2e6ec7a1a822f925fbd9cd97c9d46b" - } - ] - } - }, - { - "id": "8625d10d290d81c9", - "name": "jackson-datatype-jsr310", - "version": "2.17.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-datatype-jsr310-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-datatype-jsr310-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype.jackson-datatype-jsr310:jackson-datatype-jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype.jackson-datatype-jsr310:jackson_datatype_jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype.jackson-datatype-jsr310:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype:jackson_datatype_jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module:jackson-datatype-jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module:jackson_datatype_jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype-jsr310:jackson-datatype-jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype-jsr310:jackson_datatype_jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype_jsr310:jackson-datatype-jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype_jsr310:jackson_datatype_jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype:jackson-datatype-jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype:jackson_datatype_jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype:jackson-datatype-jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype:jackson_datatype_jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson-datatype-jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson_datatype_jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:datatype:jackson-datatype-jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:datatype:jackson_datatype_jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype-jsr310:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson-datatype-jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson_datatype_jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype_jsr310:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:module:jackson-datatype-jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:module:jackson_datatype_jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:datatype:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:module:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310@2.17.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-datatype-jsr310-2.17.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.fasterxml.jackson.datatype.jackson-datatype-jsr310" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.fasterxml.jackson.datatype" - }, - { - "key": "Specification-Title", - "value": "Jackson datatype: JSR310" - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310" - }, - { - "key": "Import-Package", - "value": "com.fasterxml.jackson.annotation;version=\"[2.17,3)\",com.fasterxml.jackson.core;version=\"[2.17,3)\",com.fasterxml.jackson.core.io;version=\"[2.17,3)\",com.fasterxml.jackson.core.type;version=\"[2.17,3)\",com.fasterxml.jackson.core.util;version=\"[2.17,3)\",com.fasterxml.jackson.databind;version=\"[2.17,3)\",com.fasterxml.jackson.databind.cfg;version=\"[2.17,3)\",com.fasterxml.jackson.databind.deser;version=\"[2.17,3)\",com.fasterxml.jackson.databind.deser.std;version=\"[2.17,3)\",com.fasterxml.jackson.databind.exc;version=\"[2.17,3)\",com.fasterxml.jackson.databind.introspect;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jsonFormatVisitors;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jsontype;version=\"[2.17,3)\",com.fasterxml.jackson.databind.module;version=\"[2.17,3)\",com.fasterxml.jackson.databind.node;version=\"[2.17,3)\",com.fasterxml.jackson.databind.ser;version=\"[2.17,3)\",com.fasterxml.jackson.databind.ser.std;version=\"[2.17,3)\",com.fasterxml.jackson.databind.type;version=\"[2.17,3)\",com.fasterxml.jackson.databind.util;version=\"[2.17,3)\",com.fasterxml.jackson.datatype.jsr310;version=\"[2.17,3)\",com.fasterxml.jackson.datatype.jsr310.deser;version=\"[2.17,3)\",com.fasterxml.jackson.datatype.jsr310.deser.key;version=\"[2.17,3)\",com.fasterxml.jackson.datatype.jsr310.ser;version=\"[2.17,3)\",com.fasterxml.jackson.datatype.jsr310.ser.key;version=\"[2.17,3)\",com.fasterxml.jackson.datatype.jsr310.util;version=\"[2.17,3)\"" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Export-Package", - "value": "com.fasterxml.jackson.datatype.jsr310;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.util,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.module\",com.fasterxml.jackson.datatype.jsr310.deser;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.core.util,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.deser,com.fasterxml.jackson.databind.deser.std,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.datatype.jsr310,com.fasterxml.jackson.datatype.jsr310.util\",com.fasterxml.jackson.datatype.jsr310.deser.key;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.databind\",com.fasterxml.jackson.datatype.jsr310.ser;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.jsonFormatVisitors,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.ser,com.fasterxml.jackson.databind.ser.std,com.fasterxml.jackson.datatype.jsr310.util\",com.fasterxml.jackson.datatype.jsr310.ser.key;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.databind\",com.fasterxml.jackson.datatype.jsr310.util;version=\"2.17.0\"" - }, - { - "key": "Bundle-Name", - "value": "Jackson datatype: JSR310" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Bundle-Description", - "value": "Add-on module to support JSR-310 (Java 8 Date & Time API) data types." - }, - { - "key": "Implementation-Title", - "value": "Jackson datatype: JSR310" - }, - { - "key": "Implementation-Version", - "value": "2.17.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Vendor", - "value": "FasterXML" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "Implementation-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Version", - "value": "2.17.0" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.8" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Specification-Version", - "value": "2.17.0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310/pom.properties", - "name": "", - "groupId": "com.fasterxml.jackson.datatype", - "artifactId": "jackson-datatype-jsr310", - "version": "2.17.0" - }, - "pomProject": { - "path": "META-INF/maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310/pom.xml", - "parent": { - "groupId": "com.fasterxml.jackson.module", - "artifactId": "jackson-modules-java8", - "version": "2.17.0" - }, - "groupId": "com.fasterxml.jackson.datatype", - "artifactId": "jackson-datatype-jsr310", - "version": "2.17.0", - "name": "Jackson datatype: JSR310", - "description": "Add-on module to support JSR-310 (Java 8 Date & Time API) data types." - }, - "digest": [ - { - "algorithm": "sha1", - "value": "3fab507bba9d477e52ed2302dc3ddbd23cbae339" - } - ] - } - }, - { - "id": "582d9f391471fa78", - "name": "jackson-module-jaxb-annotations", - "version": "2.17.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-module-jaxb-annotations-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-module-jaxb-annotations-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module.jackson-module-jaxb-annotations:jackson-module-jaxb-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module.jackson-module-jaxb-annotations:jackson_module_jaxb_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module.jackson-module-jaxb-annotations:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module-jaxb-annotations:jackson-module-jaxb-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module-jaxb-annotations:jackson_module_jaxb_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module_jaxb_annotations:jackson-module-jaxb-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module_jaxb_annotations:jackson_module_jaxb_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module:jackson_module_jaxb_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module-jaxb:jackson-module-jaxb-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module-jaxb:jackson_module_jaxb_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module_jaxb:jackson-module-jaxb-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module_jaxb:jackson_module_jaxb_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module:jackson-module-jaxb-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module:jackson_module_jaxb_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module:jackson-module-jaxb-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module:jackson_module_jaxb_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson-module-jaxb-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson_module_jaxb_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module-jaxb-annotations:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson-module-jaxb-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson_module_jaxb_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module_jaxb_annotations:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:module:jackson-module-jaxb-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:module:jackson_module_jaxb_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module-jaxb:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module_jaxb:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:module:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.module/jackson-module-jaxb-annotations@2.17.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-module-jaxb-annotations-2.17.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.fasterxml.jackson.module.jackson-module-jaxb-annotations" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.fasterxml.jackson.module" - }, - { - "key": "Specification-Title", - "value": "Jackson module: Old JAXB Annotations (javax.xml.bind)" - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/FasterXML/jackson-modules-base" - }, - { - "key": "Import-Package", - "value": "javax.activation;resolution:=optional;version=\"[1.2,2)\",com.fasterxml.jackson.annotation;version=\"[2.17,3)\",com.fasterxml.jackson.core;version=\"[2.17,3)\",com.fasterxml.jackson.core.util;version=\"[2.17,3)\",com.fasterxml.jackson.databind;version=\"[2.17,3)\",com.fasterxml.jackson.databind.cfg;version=\"[2.17,3)\",com.fasterxml.jackson.databind.deser.std;version=\"[2.17,3)\",com.fasterxml.jackson.databind.introspect;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jsonFormatVisitors;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jsontype;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jsontype.impl;version=\"[2.17,3)\",com.fasterxml.jackson.databind.node;version=\"[2.17,3)\",com.fasterxml.jackson.databind.ser.std;version=\"[2.17,3)\",com.fasterxml.jackson.databind.type;version=\"[2.17,3)\",com.fasterxml.jackson.databind.util;version=\"[2.17,3)\",com.fasterxml.jackson.module.jaxb.deser;version=\"[2.17,3)\",com.fasterxml.jackson.module.jaxb.ser;version=\"[2.17,3)\",javax.xml.bind;version=\"[2.3,3)\",javax.xml.bind.annotation;version=\"[2.3,3)\",javax.xml.bind.annotation.adapters;version=\"[2.3,3)\",javax.xml.parsers,org.w3c.dom" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Export-Package", - "value": "com.fasterxml.jackson.module.jaxb;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.databind.util,javax.xml.bind.annotation,javax.xml.bind.annotation.adapters\",com.fasterxml.jackson.module.jaxb.deser;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.deser.std,javax.activation,javax.xml.parsers,org.w3c.dom\",com.fasterxml.jackson.module.jaxb.ser;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.jsonFormatVisitors,com.fasterxml.jackson.databind.ser.std,javax.activation,org.w3c.dom\"" - }, - { - "key": "Bundle-Name", - "value": "Jackson module: Old JAXB Annotations (javax.xml.bind)" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Bundle-Description", - "value": "Support for using JAXB annotations as an alternative to \"native\" Jackson annotations,for configuring data-binding." - }, - { - "key": "Implementation-Title", - "value": "Jackson module: Old JAXB Annotations (javax.xml.bind)" - }, - { - "key": "Implementation-Version", - "value": "2.17.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Vendor", - "value": "FasterXML" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "Implementation-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Version", - "value": "2.17.0" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.8" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Specification-Version", - "value": "2.17.0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.fasterxml.jackson.module/jackson-module-jaxb-annotations/pom.properties", - "name": "", - "groupId": "com.fasterxml.jackson.module", - "artifactId": "jackson-module-jaxb-annotations", - "version": "2.17.0" - }, - "pomProject": { - "path": "META-INF/maven/com.fasterxml.jackson.module/jackson-module-jaxb-annotations/pom.xml", - "parent": { - "groupId": "com.fasterxml.jackson.module", - "artifactId": "jackson-modules-base", - "version": "2.17.0" - }, - "groupId": "com.fasterxml.jackson.module", - "artifactId": "jackson-module-jaxb-annotations", - "version": "2.17.0", - "name": "Jackson module: Old JAXB Annotations (javax.xml.bind)", - "description": "Support for using JAXB annotations as an alternative to \"native\" Jackson annotations, for configuring data-binding.", - "url": "https://github.com/FasterXML/jackson-modules-base" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "e07032ce170277213ac4835169ca79fa0340c7b5" - } - ] - } - }, - { - "id": "0b90e13952166acb", - "name": "jackson-module-parameter-names", - "version": "2.17.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-module-parameter-names-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-module-parameter-names-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module.jackson-module-parameter-names:jackson-module-parameter-names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module.jackson-module-parameter-names:jackson_module_parameter_names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module.jackson-module-parameter-names:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module-parameter-names:jackson-module-parameter-names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module-parameter-names:jackson_module_parameter_names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module_parameter_names:jackson-module-parameter-names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module_parameter_names:jackson_module_parameter_names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module:jackson-module-parameter-names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module:jackson_module_parameter_names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module-parameter:jackson-module-parameter-names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module-parameter:jackson_module_parameter_names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module_parameter:jackson-module-parameter-names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module_parameter:jackson_module_parameter_names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module:jackson-module-parameter-names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module:jackson_module_parameter_names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module:jackson-module-parameter-names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module:jackson_module_parameter_names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson-module-parameter-names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson_module_parameter_names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module-parameter-names:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson-module-parameter-names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson_module_parameter_names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module_parameter_names:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:module:jackson-module-parameter-names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:module:jackson_module_parameter_names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module-parameter:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module_parameter:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:module:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.module/jackson-module-parameter-names@2.17.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-module-parameter-names-2.17.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.fasterxml.jackson.module.jackson-module-parameter-names" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.fasterxml.jackson.module" - }, - { - "key": "Specification-Title", - "value": "Jackson-module-parameter-names" - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names" - }, - { - "key": "Import-Package", - "value": "com.fasterxml.jackson.annotation;version=\"[2.17,3)\",com.fasterxml.jackson.core;version=\"[2.17,3)\",com.fasterxml.jackson.core.util;version=\"[2.17,3)\",com.fasterxml.jackson.databind;version=\"[2.17,3)\",com.fasterxml.jackson.databind.cfg;version=\"[2.17,3)\",com.fasterxml.jackson.databind.introspect;version=\"[2.17,3)\",com.fasterxml.jackson.databind.module;version=\"[2.17,3)\"" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Export-Package", - "value": "com.fasterxml.jackson.module.paramnames;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.module\"" - }, - { - "key": "Bundle-Name", - "value": "Jackson-module-parameter-names" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Bundle-Description", - "value": "Add-on module for Jackson (https://github.com/FasterXML/jackson) to supportintrospection of method/constructor parameter names, without having to add explicit property name annotation." - }, - { - "key": "Implementation-Title", - "value": "Jackson-module-parameter-names" - }, - { - "key": "Implementation-Version", - "value": "2.17.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Vendor", - "value": "FasterXML" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "Implementation-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Version", - "value": "2.17.0" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.8" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Specification-Version", - "value": "2.17.0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.fasterxml.jackson.module/jackson-module-parameter-names/pom.properties", - "name": "", - "groupId": "com.fasterxml.jackson.module", - "artifactId": "jackson-module-parameter-names", - "version": "2.17.0" - }, - "pomProject": { - "path": "META-INF/maven/com.fasterxml.jackson.module/jackson-module-parameter-names/pom.xml", - "parent": { - "groupId": "com.fasterxml.jackson.module", - "artifactId": "jackson-modules-java8", - "version": "2.17.0" - }, - "groupId": "com.fasterxml.jackson.module", - "artifactId": "jackson-module-parameter-names", - "version": "2.17.0", - "name": "Jackson-module-parameter-names", - "description": "Add-on module for Jackson (https://github.com/FasterXML/jackson) to support introspection of method/constructor parameter names, without having to add explicit property name annotation." - }, - "digest": [ - { - "algorithm": "sha1", - "value": "59340d6d12c15bcc465a91a4b9a2a93a920c4212" - } - ] - } - }, - { - "id": "a48326f9dad47fa6", - "name": "jackson2-api", - "version": "2.17.0-379.v02de8ec9f64c", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:jackson2-api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:jackson2_api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson2-api:jackson2-api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson2-api:jackson2_api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson2_api:jackson2-api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson2_api:jackson2_api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:jackson2-api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:jackson2_api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:jackson2-api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:jackson2_api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson2:jackson2-api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson2:jackson2_api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jackson2-api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jackson2_api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/jackson2-api@2.17.0-379.v02de8ec9f64c", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Jackson 2 API Plugin" - }, - { - "key": "Specification-Version", - "value": "2.17" - }, - { - "key": "Implementation-Title", - "value": "Jackson 2 API Plugin" - }, - { - "key": "Implementation-Version", - "value": "2.17.0-379.v02de8ec9f64c" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "jackson2-api" - }, - { - "key": "Short-Name", - "value": "jackson2-api" - }, - { - "key": "Long-Name", - "value": "Jackson 2 API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/jackson2-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.17.0-379.v02de8ec9f64c" - }, - { - "key": "Hudson-Version", - "value": "2.401.3" - }, - { - "key": "Jenkins-Version", - "value": "2.401.3" - }, - { - "key": "Plugin-Dependencies", - "value": "javax-activation-api:1.2.0-6,jaxb:2.3.9-1,json-api:20231013-17.v1c97069404b_e,snakeyaml-api:2.2-111.vc6598e30cc65" - }, - { - "key": "Plugin-Developers", - "value": "Stephen Connolly:stephenconnolly:,Oleg Nenashev:oleg_nenashev:,Matt Sicker:jvz:" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "The Apache Software License, Version 2.0" - }, - { - "key": "Plugin-License-Url", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/jackson2-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "02de8ec9f64c2f42e0cfe8a0620cb7846dffd8d0" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/jackson2-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "02de8ec9f64c2f42e0cfe8a0620cb7846dffd8d0" - }, - { - "key": "Implementation-Build", - "value": "02de8ec9f64c2f42e0cfe8a0620cb7846dffd8d0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/jackson2-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "jackson2-api", - "version": "2.17.0-379.v02de8ec9f64c" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/jackson2-api/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "jackson2-api", - "version": "2.17.0-379.v02de8ec9f64c", - "name": "Jackson 2 API Plugin", - "description": "This plugin exposes the Jackson 2 JSON APIs to other Jenkins plugins.", - "url": "https://github.com/jenkinsci/jackson2-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "c893205e5fb5180897f6c0c1e6ee3a074bd1f8d7" - } - ] - } - }, - { - "id": "567b788e91dfa25e", - "name": "jackson2-api", - "version": "2.17.0-379.v02de8ec9f64c", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson2-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson2-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:jackson2-api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:jackson2_api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson2-api:jackson2-api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson2-api:jackson2_api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson2_api:jackson2-api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson2_api:jackson2_api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:jackson2-api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:jackson2_api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:jackson2-api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:jackson2_api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson2:jackson2-api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson2:jackson2_api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jackson2-api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jackson2_api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/jackson2-api@2.17.0-379.v02de8ec9f64c", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson2-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Jackson 2 API Plugin" - }, - { - "key": "Specification-Version", - "value": "2.17" - }, - { - "key": "Implementation-Title", - "value": "Jackson 2 API Plugin" - }, - { - "key": "Implementation-Version", - "value": "2.17.0-379.v02de8ec9f64c" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "jackson2-api" - }, - { - "key": "Short-Name", - "value": "jackson2-api" - }, - { - "key": "Long-Name", - "value": "Jackson 2 API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/jackson2-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.17.0-379.v02de8ec9f64c" - }, - { - "key": "Hudson-Version", - "value": "2.401.3" - }, - { - "key": "Jenkins-Version", - "value": "2.401.3" - }, - { - "key": "Plugin-Dependencies", - "value": "javax-activation-api:1.2.0-6,jaxb:2.3.9-1,json-api:20231013-17.v1c97069404b_e,snakeyaml-api:2.2-111.vc6598e30cc65" - }, - { - "key": "Plugin-Developers", - "value": "Stephen Connolly:stephenconnolly:,Oleg Nenashev:oleg_nenashev:,Matt Sicker:jvz:" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "The Apache Software License, Version 2.0" - }, - { - "key": "Plugin-License-Url", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/jackson2-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "02de8ec9f64c2f42e0cfe8a0620cb7846dffd8d0" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/jackson2-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "02de8ec9f64c2f42e0cfe8a0620cb7846dffd8d0" - }, - { - "key": "Implementation-Build", - "value": "02de8ec9f64c2f42e0cfe8a0620cb7846dffd8d0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/jackson2-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "jackson2-api", - "version": "2.17.0-379.v02de8ec9f64c" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/jackson2-api/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "jackson2-api", - "version": "2.17.0-379.v02de8ec9f64c", - "name": "Jackson 2 API Plugin", - "description": "This plugin exposes the Jackson 2 JSON APIs to other Jenkins plugins.", - "url": "https://github.com/jenkinsci/jackson2-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "af9df220111a9ad7ed644b5e4f623109808a3a9e" - } - ] - } - }, - { - "id": "5f1d7c65b53ab700", - "name": "jakarta-activation-api", - "version": "2.1.3-1", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-activation-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-3-Clause", - "spdxExpression": "BSD-3-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-activation-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jakarta-activation-api:jakarta-activation-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta-activation-api:jakarta_activation_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_activation_api:jakarta-activation-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_activation_api:jakarta_activation_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:jakarta-activation-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:jakarta_activation_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta-activation:jakarta-activation-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta-activation:jakarta_activation_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_activation:jakarta-activation-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_activation:jakarta_activation_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta:jakarta-activation-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta:jakarta_activation_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jakarta-activation-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jakarta_activation_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/jakarta-activation-api@2.1.3-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-activation-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Jakarta Activation API" - }, - { - "key": "Specification-Version", - "value": "2.1" - }, - { - "key": "Implementation-Title", - "value": "Jakarta Activation API" - }, - { - "key": "Implementation-Version", - "value": "2.1.3-1" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "jakarta-activation-api" - }, - { - "key": "Short-Name", - "value": "jakarta-activation-api" - }, - { - "key": "Long-Name", - "value": "Jakarta Activation API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/jakarta-activation-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.1.3-1" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "BSD-3-Clause" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/BSD-3-Clause" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/jakarta-activation-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "jakarta-activation-api-2.1.3-1" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/jakarta-activation-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "e19a9cd359cfc12f52038f6e6c5b403e9f26a724" - }, - { - "key": "Implementation-Build", - "value": "e19a9cd359cfc12f52038f6e6c5b403e9f26a724" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/jakarta-activation-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "jakarta-activation-api", - "version": "2.1.3-1" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/jakarta-activation-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "jakarta-activation-api", - "version": "2.1.3-1", - "name": "Jakarta Activation API", - "description": "Plugin providing the Jakarta Activation API for other plugins", - "url": "https://github.com/jenkinsci/jakarta-activation-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "563dc6c657264bcc6cdf8297b3dbef94524c8f43" - } - ] - } - }, - { - "id": "1551243a69830019", - "name": "jakarta-activation-api", - "version": "2.1.3-1", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-activation-api.hpi:WEB-INF/lib/jakarta-activation-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-3-Clause", - "spdxExpression": "BSD-3-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-activation-api.hpi:WEB-INF/lib/jakarta-activation-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jakarta-activation-api:jakarta-activation-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta-activation-api:jakarta_activation_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_activation_api:jakarta-activation-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_activation_api:jakarta_activation_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:jakarta-activation-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:jakarta_activation_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta-activation:jakarta-activation-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta-activation:jakarta_activation_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_activation:jakarta-activation-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_activation:jakarta_activation_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta:jakarta-activation-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta:jakarta_activation_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jakarta-activation-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jakarta_activation_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/jakarta-activation-api@2.1.3-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-activation-api.hpi:WEB-INF/lib/jakarta-activation-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Jakarta Activation API" - }, - { - "key": "Specification-Version", - "value": "2.1" - }, - { - "key": "Implementation-Title", - "value": "Jakarta Activation API" - }, - { - "key": "Implementation-Version", - "value": "2.1.3-1" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "jakarta-activation-api" - }, - { - "key": "Short-Name", - "value": "jakarta-activation-api" - }, - { - "key": "Long-Name", - "value": "Jakarta Activation API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/jakarta-activation-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.1.3-1" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "BSD-3-Clause" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/BSD-3-Clause" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/jakarta-activation-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "jakarta-activation-api-2.1.3-1" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/jakarta-activation-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "e19a9cd359cfc12f52038f6e6c5b403e9f26a724" - }, - { - "key": "Implementation-Build", - "value": "e19a9cd359cfc12f52038f6e6c5b403e9f26a724" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/jakarta-activation-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "jakarta-activation-api", - "version": "2.1.3-1" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/jakarta-activation-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "jakarta-activation-api", - "version": "2.1.3-1", - "name": "Jakarta Activation API", - "description": "Plugin providing the Jakarta Activation API for other plugins", - "url": "https://github.com/jenkinsci/jakarta-activation-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "ab16409f3479c75529c95d4c45ba1b95a10dd7b9" - } - ] - } - }, - { - "id": "415a35e387424f9a", - "name": "jakarta-mail-api", - "version": "2.1.3-1", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "EPL-2.0", - "spdxExpression": "EPL-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:jakarta-mail-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:jakarta_mail_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta-mail-api:jakarta-mail-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta-mail-api:jakarta_mail_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_mail_api:jakarta-mail-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_mail_api:jakarta_mail_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta-mail:jakarta-mail-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta-mail:jakarta_mail_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_mail:jakarta-mail-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_mail:jakarta_mail_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta:jakarta-mail-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta:jakarta_mail_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jakarta-mail-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jakarta_mail_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/jakarta-mail-api@2.1.3-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Jakarta Mail API" - }, - { - "key": "Specification-Version", - "value": "2.1" - }, - { - "key": "Implementation-Title", - "value": "Jakarta Mail API" - }, - { - "key": "Implementation-Version", - "value": "2.1.3-1" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "jakarta-mail-api" - }, - { - "key": "Short-Name", - "value": "jakarta-mail-api" - }, - { - "key": "Long-Name", - "value": "Jakarta Mail API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/jakarta-mail-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.1.3-1" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Dependencies", - "value": "jakarta-activation-api:2.1.3-1" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "EPL-2.0" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/EPL-2.0" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/jakarta-mail-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "jakarta-mail-api-2.1.3-1" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/jakarta-mail-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "e315a0170eb525737b514b2fbd286473f87b2657" - }, - { - "key": "Implementation-Build", - "value": "e315a0170eb525737b514b2fbd286473f87b2657" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/jakarta-mail-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "jakarta-mail-api", - "version": "2.1.3-1" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/jakarta-mail-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "jakarta-mail-api", - "version": "2.1.3-1", - "name": "Jakarta Mail API", - "description": "Plugin providing the Jakarta Mail API for other plugins", - "url": "https://github.com/jenkinsci/jakarta-mail-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "3d78ea378550313394c077525b899f70644db758" - } - ] - } - }, - { - "id": "80a8049292ab5264", - "name": "jakarta-mail-api", - "version": "2.1.3-1", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/jakarta-mail-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "EPL-2.0", - "spdxExpression": "EPL-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/jakarta-mail-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:jakarta-mail-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:jakarta_mail_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta-mail-api:jakarta-mail-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta-mail-api:jakarta_mail_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_mail_api:jakarta-mail-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_mail_api:jakarta_mail_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta-mail:jakarta-mail-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta-mail:jakarta_mail_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_mail:jakarta-mail-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_mail:jakarta_mail_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta:jakarta-mail-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta:jakarta_mail_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jakarta-mail-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jakarta_mail_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/jakarta-mail-api@2.1.3-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/jakarta-mail-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Jakarta Mail API" - }, - { - "key": "Specification-Version", - "value": "2.1" - }, - { - "key": "Implementation-Title", - "value": "Jakarta Mail API" - }, - { - "key": "Implementation-Version", - "value": "2.1.3-1" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "jakarta-mail-api" - }, - { - "key": "Short-Name", - "value": "jakarta-mail-api" - }, - { - "key": "Long-Name", - "value": "Jakarta Mail API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/jakarta-mail-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.1.3-1" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Dependencies", - "value": "jakarta-activation-api:2.1.3-1" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "EPL-2.0" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/EPL-2.0" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/jakarta-mail-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "jakarta-mail-api-2.1.3-1" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/jakarta-mail-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "e315a0170eb525737b514b2fbd286473f87b2657" - }, - { - "key": "Implementation-Build", - "value": "e315a0170eb525737b514b2fbd286473f87b2657" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/jakarta-mail-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "jakarta-mail-api", - "version": "2.1.3-1" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/jakarta-mail-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "jakarta-mail-api", - "version": "2.1.3-1", - "name": "Jakarta Mail API", - "description": "Plugin providing the Jakarta Mail API for other plugins", - "url": "https://github.com/jenkinsci/jakarta-mail-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "a3d2aa5a89d94e1e729d8154b937309a17021811" - } - ] - } - }, - { - "id": "1a885d117806fbfd", - "name": "jakarta.activation-api", - "version": "2.1.3", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-activation-api.hpi:WEB-INF/lib/jakarta.activation-api-2.1.3.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.eclipse.org/org/documents/edl-v10.php", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-activation-api.hpi:WEB-INF/lib/jakarta.activation-api-2.1.3.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jakarta.activation-api:jakarta.activation-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.activation-api:jakarta.activation_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.activation_api:jakarta.activation-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.activation_api:jakarta.activation_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:jakarta.activation-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:jakarta.activation_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:jakarta.activation-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:jakarta.activation_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.activation:jakarta.activation-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.activation:jakarta.activation_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:jakarta.activation-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:jakarta.activation_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jakarta.activation-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jakarta.activation_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:jakarta.activation-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:jakarta.activation_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.activation-api:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.activation_api:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.activation:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jakarta.activation/jakarta.activation-api@2.1.3", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-activation-api.hpi:WEB-INF/lib/jakarta.activation-api-2.1.3.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-Description", - "value": "Jakarta Activation API 2.1 Specification" - }, - { - "key": "Bundle-DocURL", - "value": "https://www.eclipse.org" - }, - { - "key": "Bundle-License", - "value": "http://www.eclipse.org/org/documents/edl-v10.php" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Jakarta Activation API" - }, - { - "key": "Bundle-SymbolicName", - "value": "jakarta.activation-api" - }, - { - "key": "Bundle-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Bundle-Version", - "value": "2.1.3" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.8" - }, - { - "key": "DynamicImport-Package", - "value": "org.glassfish.hk2.osgiresourcelocator" - }, - { - "key": "Export-Package", - "value": "jakarta.activation;version=\"2.1.3\",jakarta.activation.spi;uses:=\"jakarta.activation\";version=\"2.1.3\"" - }, - { - "key": "Extension-Name", - "value": "jakarta.activation" - }, - { - "key": "Implementation-Build-Id", - "value": "7f7d358" - }, - { - "key": "Implementation-Title", - "value": "Jakarta Activation API" - }, - { - "key": "Implementation-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Import-Package", - "value": "jakarta.activation,jakarta.activation.spi" - }, - { - "key": "Require-Capability", - "value": "osgi.extender;filter:=\"(&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0)))\";resolution:=optional,osgi.serviceloader;filter:=\"(osgi.serviceloader=jakarta.activation.spi.MailcapRegistryProvider)\";osgi.serviceloader=\"jakarta.activation.spi.MailcapRegistryProvider\";cardinality:=multiple;resolution:=optional,osgi.serviceloader;filter:=\"(osgi.serviceloader=jakarta.activation.spi.MimeTypeRegistryProvider)\";osgi.serviceloader=\"jakarta.activation.spi.MimeTypeRegistryProvider\";cardinality:=multiple;resolution:=optional,osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Specification-Title", - "value": "Jakarta Activation Specification" - }, - { - "key": "Specification-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Specification-Version", - "value": "2.1" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/jakarta.activation/jakarta.activation-api/pom.properties", - "name": "", - "groupId": "jakarta.activation", - "artifactId": "jakarta.activation-api", - "version": "2.1.3" - }, - "pomProject": { - "path": "META-INF/maven/jakarta.activation/jakarta.activation-api/pom.xml", - "parent": { - "groupId": "org.eclipse.ee4j", - "artifactId": "project", - "version": "1.0.9" - }, - "groupId": "jakarta.activation", - "artifactId": "jakarta.activation-api", - "version": "2.1.3", - "name": "Jakarta Activation API", - "description": "Jakarta Activation API 2.1 Specification", - "url": "https://github.com/jakartaee/jaf-api" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "fa165bd70cda600368eee31555222776a46b881f" - } - ] - } - }, - { - "id": "c211273034482f1e", - "name": "jakarta.annotation-api", - "version": "3.0.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jakarta.annotation-api-3.0.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jakarta.annotation-api-3.0.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jakarta.annotation-api:jakarta.annotation-api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.annotation-api:jakarta.annotation_api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.annotation_api:jakarta.annotation-api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.annotation_api:jakarta.annotation_api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:jakarta.annotation-api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:jakarta.annotation_api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:jakarta.annotation-api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:jakarta.annotation_api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.annotation:jakarta.annotation-api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.annotation:jakarta.annotation_api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:jakarta.annotation-api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:jakarta.annotation_api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish:jakarta.annotation-api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish:jakarta.annotation_api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:jakarta.annotation-api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:jakarta.annotation_api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jakarta.annotation-api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jakarta.annotation_api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:jakarta.annotation-api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:jakarta.annotation_api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.annotation-api:ee4j:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.annotation_api:ee4j:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:ee4j:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:ee4j:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.annotation:ee4j:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:ee4j:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish:ee4j:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:ee4j:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:ee4j:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:ee4j:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jakarta.annotation/jakarta.annotation-api@3.0.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jakarta.annotation-api-3.0.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Build-Jdk-Spec", - "value": "18" - }, - { - "key": "Bundle-Description", - "value": "Jakarta Annotations API" - }, - { - "key": "Bundle-DocURL", - "value": "https://www.eclipse.org" - }, - { - "key": "Bundle-License", - "value": "https://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Jakarta Annotations API" - }, - { - "key": "Bundle-SymbolicName", - "value": "jakarta.annotation-api" - }, - { - "key": "Bundle-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Bundle-Version", - "value": "3.0.0" - }, - { - "key": "Export-Package", - "value": "jakarta.annotation;version=\"3.0.0\",jakarta.annotation.security;version=\"3.0.0\",jakarta.annotation.sql;version=\"3.0.0\"" - }, - { - "key": "Extension-Name", - "value": "jakarta.annotation" - }, - { - "key": "Implementation-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.glassfish" - }, - { - "key": "Implementation-Version", - "value": "3.0.0" - }, - { - "key": "Import-Package", - "value": "java.lang,java.lang.annotation" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=11))\"" - }, - { - "key": "Specification-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Specification-Version", - "value": "3.0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/jakarta.annotation/jakarta.annotation-api/pom.properties", - "name": "", - "groupId": "jakarta.annotation", - "artifactId": "jakarta.annotation-api", - "version": "3.0.0" - }, - "pomProject": { - "path": "META-INF/maven/jakarta.annotation/jakarta.annotation-api/pom.xml", - "parent": { - "groupId": "org.eclipse.ee4j", - "artifactId": "project", - "version": "1.0.9" - }, - "groupId": "jakarta.annotation", - "artifactId": "jakarta.annotation-api", - "version": "3.0.0", - "name": "Jakarta Annotations API", - "description": "Jakarta Annotations API", - "url": "https://projects.eclipse.org/projects/ee4j.ca" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "54f928fadec906a99d558536756d171917b9d936" - } - ] - } - }, - { - "id": "48c887d45068bc13", - "name": "jakarta.inject-api", - "version": "2.0.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jakarta.inject-api-2.0.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jakarta.inject-api-2.0.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jakarta.inject-api:jakarta.inject-api:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.inject-api:jakarta.inject_api:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.inject_api:jakarta.inject-api:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.inject_api:jakarta.inject_api:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:jakarta.inject-api:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:jakarta.inject_api:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.inject:jakarta.inject-api:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.inject:jakarta.inject_api:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jakarta.inject-api:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jakarta.inject_api:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:jakarta.inject-api:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:jakarta.inject_api:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.inject-api:ee4j:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.inject_api:ee4j:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:ee4j:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.inject:ee4j:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:ee4j:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:ee4j:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jakarta.inject/jakarta.inject-api@2.0.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jakarta.inject-api-2.0.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Bnd-LastModified", - "value": "1634410586985" - }, - { - "key": "Build-Jdk", - "value": "11.0.2" - }, - { - "key": "Built-By", - "value": "jenkins" - }, - { - "key": "Bundle-Description", - "value": "Jakarta Dependency Injection" - }, - { - "key": "Bundle-DocURL", - "value": "https://www.eclipse.org" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Jakarta Dependency Injection" - }, - { - "key": "Bundle-SymbolicName", - "value": "jakarta.inject.jakarta.inject-api" - }, - { - "key": "Bundle-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Bundle-Version", - "value": "2.0.1" - }, - { - "key": "Export-Package", - "value": "jakarta.inject;version=\"2.0.1\"" - }, - { - "key": "Implementation-Version", - "value": "2.0" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-4.2.0.201903051501" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/jakarta.inject/jakarta.inject-api/pom.properties", - "name": "", - "groupId": "jakarta.inject", - "artifactId": "jakarta.inject-api", - "version": "2.0.1" - }, - "pomProject": { - "path": "META-INF/maven/jakarta.inject/jakarta.inject-api/pom.xml", - "parent": { - "groupId": "org.eclipse.ee4j", - "artifactId": "project", - "version": "1.0.6" - }, - "groupId": "jakarta.inject", - "artifactId": "jakarta.inject-api", - "version": "2.0.1", - "name": "Jakarta Dependency Injection", - "description": "Jakarta Dependency Injection", - "url": "https://github.com/eclipse-ee4j/injection-api" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "4c28afe1991a941d7702fe1362c365f0a8641d1e" - } - ] - } - }, - { - "id": "316a314922678cee", - "name": "jakarta.mail-api", - "version": "2.1.3", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/jakarta.mail-api-2.1.3.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html, http://www.eclipse.org/org/documents/edl-v10.php", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/jakarta.mail-api-2.1.3.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:eclipse-foundation:jakarta.mail-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:jakarta.mail_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:jakarta.mail-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:jakarta.mail_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.mail-api:jakarta.mail-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.mail-api:jakarta.mail_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.mail_api:jakarta.mail-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.mail_api:jakarta.mail_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:jakarta.mail-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:jakarta.mail_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.mail:jakarta.mail-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.mail:jakarta.mail_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jakarta.mail-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jakarta.mail_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:jakarta.mail-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:jakarta.mail_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.mail-api:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.mail_api:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.mail:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jakarta.mail/jakarta.mail-api@2.1.3", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/jakarta.mail-api-2.1.3.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-Description", - "value": "Jakarta Mail API 2.1 Specification API" - }, - { - "key": "Bundle-DocURL", - "value": "https://www.eclipse.org" - }, - { - "key": "Bundle-License", - "value": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html, http://www.eclipse.org/org/documents/edl-v10.php" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Jakarta Mail API" - }, - { - "key": "Bundle-SymbolicName", - "value": "jakarta.mail-api" - }, - { - "key": "Bundle-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Bundle-Version", - "value": "2.1.3" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "DynamicImport-Package", - "value": "org.glassfish.hk2.osgiresourcelocator" - }, - { - "key": "Export-Package", - "value": "jakarta.mail;uses:=\"jakarta.activation,jakarta.mail.event,jakarta.mail.search,jakarta.mail.util\";version=\"2.1.3\",jakarta.mail.event;uses:=\"jakarta.mail\";version=\"2.1.3\",jakarta.mail.internet;uses:=\"jakarta.activation,jakarta.mail\";version=\"2.1.3\",jakarta.mail.search;uses:=\"jakarta.mail\";version=\"2.1.3\",jakarta.mail.util;uses:=\"jakarta.activation,jakarta.mail.internet\";version=\"2.1.3\"" - }, - { - "key": "Extension-Name", - "value": "jakarta.mail" - }, - { - "key": "Implementation-Build-Id", - "value": "0f448dc" - }, - { - "key": "Implementation-Title", - "value": "Jakarta Mail API" - }, - { - "key": "Implementation-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Import-Package", - "value": "jakarta.activation;version=\"[2.1,3)\",jakarta.mail,jakarta.mail.event,jakarta.mail.internet,jakarta.mail.search,jakarta.mail.util" - }, - { - "key": "Require-Capability", - "value": "osgi.extender;filter:=\"(&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0)))\";resolution:=optional,osgi.serviceloader;filter:=\"(osgi.serviceloader=jakarta.mail.Provider)\";osgi.serviceloader=\"jakarta.mail.Provider\";cardinality:=multiple;resolution:=optional,osgi.serviceloader;filter:=\"(osgi.serviceloader=jakarta.mail.util.StreamProvider)\";osgi.serviceloader=\"jakarta.mail.util.StreamProvider\";cardinality:=multiple;resolution:=optional,osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Specification-Title", - "value": "Jakarta Mail Specification" - }, - { - "key": "Specification-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Specification-Version", - "value": "2.1" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/jakarta.mail/jakarta.mail-api/pom.properties", - "name": "", - "groupId": "jakarta.mail", - "artifactId": "jakarta.mail-api", - "version": "2.1.3" - }, - "pomProject": { - "path": "META-INF/maven/jakarta.mail/jakarta.mail-api/pom.xml", - "parent": { - "groupId": "org.eclipse.ee4j", - "artifactId": "project", - "version": "1.0.9" - }, - "groupId": "jakarta.mail", - "artifactId": "jakarta.mail-api", - "version": "2.1.3", - "name": "Jakarta Mail API", - "description": "Jakarta Mail API 2.1 Specification API" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "a327aa5f514ba86e80d54584417d7376ed2bde0e" - } - ] - } - }, - { - "id": "043b6fc0e66d9d5c", - "name": "jakarta.servlet.jsp.jstl-api", - "version": "1.2.7", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jakarta.servlet.jsp.jstl-api-1.2.7.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jakarta.servlet.jsp.jstl-api-1.2.7.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jakarta.servlet.jsp.jstl-api:jakarta.servlet.jsp.jstl-api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.servlet.jsp.jstl-api:jakarta.servlet.jsp.jstl_api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.servlet.jsp.jstl_api:jakarta.servlet.jsp.jstl-api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.servlet.jsp.jstl_api:jakarta.servlet.jsp.jstl_api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl_api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:jakarta.servlet.jsp.jstl-api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:jakarta.servlet.jsp.jstl_api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:jakarta.servlet.jsp.jstl-api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:jakarta.servlet.jsp.jstl_api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:jakarta.servlet.jsp.jstl-api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:jakarta.servlet.jsp.jstl_api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jakarta.servlet.jsp.jstl-api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jakarta.servlet.jsp.jstl_api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:jakarta.servlet.jsp.jstl-api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:jakarta.servlet.jsp.jstl_api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.servlet.jsp.jstl-api:ee4j:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.servlet.jsp.jstl_api:ee4j:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.servlet.jsp.jstl:ee4j:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:ee4j:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:ee4j:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:ee4j:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:ee4j:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:ee4j:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jakarta.servlet.jsp.jstl/jakarta.servlet.jsp.jstl-api@1.2.7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jakarta.servlet.jsp.jstl-api-1.2.7.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-Description", - "value": "JavaServer Pages(TM) Standard Tag Library API" - }, - { - "key": "Bundle-License", - "value": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html" - }, - { - "key": "Bundle-SymbolicName", - "value": "javax.servlet.jsp.jstl-api" - }, - { - "key": "Implementation-Version", - "value": "1.2.7" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Built-By", - "value": "default" - }, - { - "key": "Specification-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bnd-LastModified", - "value": "1566181244110" - }, - { - "key": "Bundle-DocURL", - "value": "https://www.eclipse.org" - }, - { - "key": "Bundle-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Import-Package", - "value": "javax.el,javax.servlet,javax.servlet.http,javax.servlet.jsp,javax.servlet.jsp.jstl.core;version=\"1.2.7\",javax.servlet.jsp.jstl.fmt;version=\"1.2.7\",javax.servlet.jsp.jstl.sql;version=\"1.2.7\",javax.servlet.jsp.jstl.tlv;version=\"1.2.7\",javax.servlet.jsp.tagext,javax.xml.parsers,org.xml.sax,org.xml.sax.helpers" - }, - { - "key": "Tool", - "value": "Bnd-0.0.255" - }, - { - "key": "Implementation-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Originally-Created-By", - "value": "1.8.0_181 (Oracle Corporation)" - }, - { - "key": "Export-Package", - "value": "javax.servlet.jsp.jstl.sql;version=\"1.2.7\",javax.servlet.jsp.jstl.tlv;uses:=\"org.xml.sax.helpers,org.xml.sax,javax.servlet.jsp.tagext,javax.xml.parsers\";version=\"1.2.7\",javax.servlet.jsp.jstl.core;uses:=\"javax.servlet,javax.servlet.http,javax.servlet.jsp.tagext,javax.el,javax.servlet.jsp\";version=\"1.2.7\",javax.servlet.jsp.jstl.fmt;uses:=\"javax.servlet,javax.servlet.jsp.jstl.core,javax.servlet.http,javax.servlet.jsp\";version=\"1.2.7\"" - }, - { - "key": "Bundle-Version", - "value": "1.2.7" - }, - { - "key": "Bundle-Name", - "value": "JavaServer Pages(TM) Standard Tag Library API" - }, - { - "key": "Extension-Name", - "value": "javax.servlet.jsp.jstl" - }, - { - "key": "Created-By", - "value": "1.8.0_181 (Oracle Corporation)" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_181" - }, - { - "key": "Specification-Version", - "value": "1.2" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/jakarta.servlet.jsp.jstl/jakarta.servlet.jsp.jstl-api/pom.properties", - "name": "", - "groupId": "jakarta.servlet.jsp.jstl", - "artifactId": "jakarta.servlet.jsp.jstl-api", - "version": "1.2.7" - }, - "pomProject": { - "path": "META-INF/maven/jakarta.servlet.jsp.jstl/jakarta.servlet.jsp.jstl-api/pom.xml", - "parent": { - "groupId": "org.eclipse.ee4j", - "artifactId": "project", - "version": "1.0.2" - }, - "groupId": "jakarta.servlet.jsp.jstl", - "artifactId": "jakarta.servlet.jsp.jstl-api", - "version": "1.2.7", - "name": "JavaServer Pages(TM) Standard Tag Library API", - "description": "JavaServer Pages(TM) Standard Tag Library API", - "url": "https://projects.eclipse.org/projects/ee4j.jstl" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "34a035507f0270f1c6b7722d728bd7b5a9bbac4c" - } - ] - } - }, - { - "id": "dbd1faf1403107a0", - "name": "jakarta.websocket-api", - "version": "2.1.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jakarta.websocket-api:jakarta.websocket-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket-api:jakarta.websocket_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket_api:jakarta.websocket-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket_api:jakarta.websocket_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket:jakarta.websocket-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket:jakarta.websocket_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jakarta.websocket/jakarta.websocket-api@2.1.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:jakarta.websocket:jakarta.websocket-api", - "pomProperties": { - "path": "META-INF/maven/jakarta.websocket/jakarta.websocket-api/pom.properties", - "name": "", - "groupId": "jakarta.websocket", - "artifactId": "jakarta.websocket-api", - "version": "2.1.1" - }, - "pomProject": { - "path": "META-INF/maven/jakarta.websocket/jakarta.websocket-api/pom.xml", - "parent": { - "groupId": "jakarta.websocket", - "artifactId": "jakarta.websocket-all", - "version": "2.1.1" - }, - "groupId": "jakarta.websocket", - "artifactId": "jakarta.websocket-api", - "version": "2.1.1", - "name": "Jakarta WebSocket - Server API", - "description": "Jakarta WebSocket - Server API", - "url": "https://projects.eclipse.org/projects/ee4j.websocket" - } - } - }, - { - "id": "df3fe34b1134ae5a", - "name": "jakarta.websocket-api", - "version": "2.1.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jakarta.websocket-api:jakarta.websocket-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket-api:jakarta.websocket_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket_api:jakarta.websocket-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket_api:jakarta.websocket_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket:jakarta.websocket-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket:jakarta.websocket_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jakarta.websocket/jakarta.websocket-api@2.1.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar:jakarta.websocket:jakarta.websocket-api", - "pomProperties": { - "path": "META-INF/maven/jakarta.websocket/jakarta.websocket-api/pom.properties", - "name": "", - "groupId": "jakarta.websocket", - "artifactId": "jakarta.websocket-api", - "version": "2.1.1" - }, - "pomProject": { - "path": "META-INF/maven/jakarta.websocket/jakarta.websocket-api/pom.xml", - "parent": { - "groupId": "jakarta.websocket", - "artifactId": "jakarta.websocket-all", - "version": "2.1.1" - }, - "groupId": "jakarta.websocket", - "artifactId": "jakarta.websocket-api", - "version": "2.1.1", - "name": "Jakarta WebSocket - Server API", - "description": "Jakarta WebSocket - Server API", - "url": "https://projects.eclipse.org/projects/ee4j.websocket" - } - } - }, - { - "id": "18a0ba5bba0dde83", - "name": "jakarta.websocket-client-api", - "version": "2.1.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jakarta.websocket-client-api:jakarta.websocket-client-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket-client-api:jakarta.websocket_client_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket_client_api:jakarta.websocket-client-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket_client_api:jakarta.websocket_client_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket-client:jakarta.websocket-client-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket-client:jakarta.websocket_client_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket_client:jakarta.websocket-client-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket_client:jakarta.websocket_client_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket:jakarta.websocket-client-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket:jakarta.websocket_client_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jakarta.websocket/jakarta.websocket-client-api@2.1.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:jakarta.websocket:jakarta.websocket-client-api", - "pomProperties": { - "path": "META-INF/maven/jakarta.websocket/jakarta.websocket-client-api/pom.properties", - "name": "", - "groupId": "jakarta.websocket", - "artifactId": "jakarta.websocket-client-api", - "version": "2.1.1" - }, - "pomProject": { - "path": "META-INF/maven/jakarta.websocket/jakarta.websocket-client-api/pom.xml", - "parent": { - "groupId": "jakarta.websocket", - "artifactId": "jakarta.websocket-all", - "version": "2.1.1" - }, - "groupId": "jakarta.websocket", - "artifactId": "jakarta.websocket-client-api", - "version": "2.1.1", - "name": "Jakarta WebSocket - Client API", - "description": "Jakarta WebSocket - Client API", - "url": "https://projects.eclipse.org/projects/ee4j.websocket" - } - } - }, - { - "id": "410ac1690300da0b", - "name": "jakarta.websocket-client-api", - "version": "2.1.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jakarta.websocket-client-api:jakarta.websocket-client-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket-client-api:jakarta.websocket_client_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket_client_api:jakarta.websocket-client-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket_client_api:jakarta.websocket_client_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket-client:jakarta.websocket-client-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket-client:jakarta.websocket_client_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket_client:jakarta.websocket-client-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket_client:jakarta.websocket_client_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket:jakarta.websocket-client-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket:jakarta.websocket_client_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jakarta.websocket/jakarta.websocket-client-api@2.1.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar:jakarta.websocket:jakarta.websocket-client-api", - "pomProperties": { - "path": "META-INF/maven/jakarta.websocket/jakarta.websocket-client-api/pom.properties", - "name": "", - "groupId": "jakarta.websocket", - "artifactId": "jakarta.websocket-client-api", - "version": "2.1.1" - }, - "pomProject": { - "path": "META-INF/maven/jakarta.websocket/jakarta.websocket-client-api/pom.xml", - "parent": { - "groupId": "jakarta.websocket", - "artifactId": "jakarta.websocket-all", - "version": "2.1.1" - }, - "groupId": "jakarta.websocket", - "artifactId": "jakarta.websocket-client-api", - "version": "2.1.1", - "name": "Jakarta WebSocket - Client API", - "description": "Jakarta WebSocket - Client API", - "url": "https://projects.eclipse.org/projects/ee4j.websocket" - } - } - }, - { - "id": "bd8b658aed997a7c", - "name": "jansi", - "version": "1.11", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jansi-1.11.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jansi-1.11.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.fusesource.jansi:jansi:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fusesource\\,-corp-:jansi:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fusesource\\,_corp_:jansi:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fusesource:jansi:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jansi:jansi:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.fusesource.jansi/jansi@1.11", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jansi-1.11.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Export-Package", - "value": "org.fusesource.jansi;version=\"1.11\"" - }, - { - "key": "Ignore-Package", - "value": "org.fusesource.jansi,org.fusesource.jansi.internal" - }, - { - "key": "Implementation-Title", - "value": "jansi" - }, - { - "key": "Built-By", - "value": "chirino" - }, - { - "key": "Tool", - "value": "Bnd-0.0.357" - }, - { - "key": "Implementation-Vendor", - "value": "FuseSource, Corp." - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.fusesource.jansi" - }, - { - "key": "Specification-Title", - "value": "jansi" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.fusesource.jansi" - }, - { - "key": "Implementation-Version", - "value": "1.11" - }, - { - "key": "Specification-Vendor", - "value": "FuseSource, Corp." - }, - { - "key": "Bundle-Name", - "value": "jansi" - }, - { - "key": "Created-By", - "value": "1.7.0_07 (Oracle Corporation)" - }, - { - "key": "Bundle-Vendor", - "value": "FuseSource, Corp." - }, - { - "key": "Build-Jdk", - "value": "1.7.0_07" - }, - { - "key": "Bundle-Version", - "value": "1.11" - }, - { - "key": "Bnd-LastModified", - "value": "1368451278971" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Description", - "value": "Jansi is a java library for generating and interpreting ANSI escape sequences." - }, - { - "key": "Bundle-DocURL", - "value": "http://fusesource.com/" - }, - { - "key": "Specification-Version", - "value": "1.11" - }, - { - "key": "Import-Package", - "value": "sun.reflect;resolution:=optional" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.fusesource.jansi/jansi/pom.properties", - "name": "", - "groupId": "org.fusesource.jansi", - "artifactId": "jansi", - "version": "1.11" - }, - "pomProject": { - "path": "META-INF/maven/org.fusesource.jansi/jansi/pom.xml", - "parent": { - "groupId": "org.fusesource.jansi", - "artifactId": "jansi-project", - "version": "1.11" - }, - "groupId": "org.fusesource.jansi", - "artifactId": "jansi", - "version": "1.11", - "name": "jansi", - "description": "Jansi is a java library for generating and interpreting ANSI escape sequences." - }, - "digest": [ - { - "algorithm": "sha1", - "value": "655c643309c2f45a56a747fda70e3fadf57e9f11" - } - ] - } - }, - { - "id": "f7f481c8e794b85d", - "name": "jansi-native", - "version": "1.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jansi-1.11.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jansi-1.11.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.fusesource.jansi:jansi-native:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.fusesource.jansi:jansi_native:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.fusesource:jansi-native:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.fusesource:jansi_native:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.fusesource.jansi:jansi:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jansi-native:jansi-native:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jansi-native:jansi_native:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jansi_native:jansi-native:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jansi_native:jansi_native:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fusesource:jansi-native:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fusesource:jansi_native:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.fusesource:jansi:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jansi-native:jansi:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jansi:jansi-native:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jansi:jansi_native:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jansi_native:jansi:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fusesource:jansi:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jansi:jansi:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.fusesource.jansi/jansi-native@1.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jansi-1.11.jar:org.fusesource.jansi:jansi-native", - "pomProperties": { - "path": "META-INF/maven/org.fusesource.jansi/jansi-native/pom.properties", - "name": "", - "groupId": "org.fusesource.jansi", - "artifactId": "jansi-native", - "version": "1.5" - }, - "pomProject": { - "path": "META-INF/maven/org.fusesource.jansi/jansi-native/pom.xml", - "parent": { - "groupId": "org.fusesource", - "artifactId": "fusesource-pom", - "version": "1.9" - }, - "groupId": "org.fusesource.jansi", - "artifactId": "jansi-native", - "version": "1.5", - "name": "jansi-native", - "description": "Jansi is a java library for generating and interpreting ANSI escape sequences.", - "url": "http://jansi.fusesource.org" - } - } - }, - { - "id": "44ab99dce54bb5c1", - "name": "javax-activation-api", - "version": "1.2.0-7", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-activation-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "CDDL-1.1", - "spdxExpression": "CDDL-1.1", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-activation-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:javax-activation-api:javax-activation-api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax-activation-api:javax_activation_api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_activation_api:javax-activation-api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_activation_api:javax_activation_api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:javax-activation-api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:javax_activation_api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax-activation:javax-activation-api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax-activation:javax_activation_api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_activation:javax-activation-api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_activation:javax_activation_api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:javax-activation-api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:javax_activation_api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax:javax-activation-api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax:javax_activation_api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/javax-activation-api@1.2.0-7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-activation-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "JavaBeans Activation Framework (JAF) API" - }, - { - "key": "Specification-Version", - "value": "1.2" - }, - { - "key": "Implementation-Title", - "value": "JavaBeans Activation Framework (JAF) API" - }, - { - "key": "Implementation-Version", - "value": "1.2.0-7" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "javax-activation-api" - }, - { - "key": "Short-Name", - "value": "javax-activation-api" - }, - { - "key": "Long-Name", - "value": "JavaBeans Activation Framework (JAF) API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/javax-activation-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "1.2.0-7" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "CDDL-1.1" - }, - { - "key": "Plugin-License-Url", - "value": "https://spdx.org/licenses/CDDL-1.1.html" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/javax-activation-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "javax-activation-api-1.2.0-7" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/javax-activation-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "0a8009a08a09d76b6bbb9872af39147e98c18e74" - }, - { - "key": "Implementation-Build", - "value": "0a8009a08a09d76b6bbb9872af39147e98c18e74" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/javax-activation-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "javax-activation-api", - "version": "1.2.0-7" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/javax-activation-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "javax-activation-api", - "version": "1.2.0-7", - "name": "JavaBeans Activation Framework (JAF) API", - "description": "Plugin providing the JavaBeans Activation Framework (JAF) API for other plugins", - "url": "https://github.com/jenkinsci/javax-activation-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "f01904abd89da9b34cb66f323c684713aaf0f4a2" - } - ] - } - }, - { - "id": "bd73493edf4b2fbe", - "name": "javax-activation-api", - "version": "1.2.0-7", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-activation-api.hpi:WEB-INF/lib/javax-activation-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "CDDL-1.1", - "spdxExpression": "CDDL-1.1", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-activation-api.hpi:WEB-INF/lib/javax-activation-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:javax-activation-api:javax-activation-api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax-activation-api:javax_activation_api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_activation_api:javax-activation-api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_activation_api:javax_activation_api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:javax-activation-api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:javax_activation_api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax-activation:javax-activation-api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax-activation:javax_activation_api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_activation:javax-activation-api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_activation:javax_activation_api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:javax-activation-api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:javax_activation_api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax:javax-activation-api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax:javax_activation_api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/javax-activation-api@1.2.0-7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-activation-api.hpi:WEB-INF/lib/javax-activation-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "JavaBeans Activation Framework (JAF) API" - }, - { - "key": "Specification-Version", - "value": "1.2" - }, - { - "key": "Implementation-Title", - "value": "JavaBeans Activation Framework (JAF) API" - }, - { - "key": "Implementation-Version", - "value": "1.2.0-7" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "javax-activation-api" - }, - { - "key": "Short-Name", - "value": "javax-activation-api" - }, - { - "key": "Long-Name", - "value": "JavaBeans Activation Framework (JAF) API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/javax-activation-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "1.2.0-7" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "CDDL-1.1" - }, - { - "key": "Plugin-License-Url", - "value": "https://spdx.org/licenses/CDDL-1.1.html" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/javax-activation-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "javax-activation-api-1.2.0-7" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/javax-activation-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "0a8009a08a09d76b6bbb9872af39147e98c18e74" - }, - { - "key": "Implementation-Build", - "value": "0a8009a08a09d76b6bbb9872af39147e98c18e74" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/javax-activation-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "javax-activation-api", - "version": "1.2.0-7" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/javax-activation-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "javax-activation-api", - "version": "1.2.0-7", - "name": "JavaBeans Activation Framework (JAF) API", - "description": "Plugin providing the JavaBeans Activation Framework (JAF) API for other plugins", - "url": "https://github.com/jenkinsci/javax-activation-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "c47407be8bcdbf5d25d96ee2dd9737c5bed1169c" - } - ] - } - }, - { - "id": "83748bd87cf1d288", - "name": "javax-mail-api", - "version": "1.6.2-10", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-mail-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "CDDL-1.1", - "spdxExpression": "CDDL-1.1", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-mail-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:javax-mail-api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:javax_mail_api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax-mail-api:javax-mail-api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax-mail-api:javax_mail_api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_mail_api:javax-mail-api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_mail_api:javax_mail_api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax-mail:javax-mail-api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax-mail:javax_mail_api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_mail:javax-mail-api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_mail:javax_mail_api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:javax-mail-api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:javax_mail_api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax:javax-mail-api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax:javax_mail_api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/javax-mail-api@1.6.2-10", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-mail-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "JavaMail API" - }, - { - "key": "Specification-Version", - "value": "1.6" - }, - { - "key": "Implementation-Title", - "value": "JavaMail API" - }, - { - "key": "Implementation-Version", - "value": "1.6.2-10" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "javax-mail-api" - }, - { - "key": "Short-Name", - "value": "javax-mail-api" - }, - { - "key": "Long-Name", - "value": "JavaMail API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/javax-mail-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "1.6.2-10" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Mask-Classes", - "value": "com.sun.mail." - }, - { - "key": "Plugin-Dependencies", - "value": "javax-activation-api:1.2.0-6" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "CDDL-1.1" - }, - { - "key": "Plugin-License-Url", - "value": "https://spdx.org/licenses/CDDL-1.1.html" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/javax-mail-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "javax-mail-api-1.6.2-10" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/javax-mail-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "78fa47f0c088304a8e1d5d212f3d1cb421b20c95" - }, - { - "key": "Implementation-Build", - "value": "78fa47f0c088304a8e1d5d212f3d1cb421b20c95" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/javax-mail-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "javax-mail-api", - "version": "1.6.2-10" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/javax-mail-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "javax-mail-api", - "version": "1.6.2-10", - "name": "JavaMail API", - "description": "Plugin providing the JavaMail API for other plugins", - "url": "https://github.com/jenkinsci/javax-mail-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "7f648db90fb4000f985abc65f89953401484c5e3" - } - ] - } - }, - { - "id": "404561adfff42640", - "name": "javax-mail-api", - "version": "1.6.2-10", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-mail-api.hpi:WEB-INF/lib/javax-mail-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "CDDL-1.1", - "spdxExpression": "CDDL-1.1", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-mail-api.hpi:WEB-INF/lib/javax-mail-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:javax-mail-api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:javax_mail_api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax-mail-api:javax-mail-api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax-mail-api:javax_mail_api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_mail_api:javax-mail-api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_mail_api:javax_mail_api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax-mail:javax-mail-api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax-mail:javax_mail_api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_mail:javax-mail-api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_mail:javax_mail_api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:javax-mail-api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:javax_mail_api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax:javax-mail-api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax:javax_mail_api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/javax-mail-api@1.6.2-10", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-mail-api.hpi:WEB-INF/lib/javax-mail-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "JavaMail API" - }, - { - "key": "Specification-Version", - "value": "1.6" - }, - { - "key": "Implementation-Title", - "value": "JavaMail API" - }, - { - "key": "Implementation-Version", - "value": "1.6.2-10" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "javax-mail-api" - }, - { - "key": "Short-Name", - "value": "javax-mail-api" - }, - { - "key": "Long-Name", - "value": "JavaMail API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/javax-mail-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "1.6.2-10" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Mask-Classes", - "value": "com.sun.mail." - }, - { - "key": "Plugin-Dependencies", - "value": "javax-activation-api:1.2.0-6" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "CDDL-1.1" - }, - { - "key": "Plugin-License-Url", - "value": "https://spdx.org/licenses/CDDL-1.1.html" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/javax-mail-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "javax-mail-api-1.6.2-10" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/javax-mail-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "78fa47f0c088304a8e1d5d212f3d1cb421b20c95" - }, - { - "key": "Implementation-Build", - "value": "78fa47f0c088304a8e1d5d212f3d1cb421b20c95" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/javax-mail-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "javax-mail-api", - "version": "1.6.2-10" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/javax-mail-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "javax-mail-api", - "version": "1.6.2-10", - "name": "JavaMail API", - "description": "Plugin providing the JavaMail API for other plugins", - "url": "https://github.com/jenkinsci/javax-mail-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "a23a178a54b1a61429956aed12df27e078803d61" - } - ] - } - }, - { - "id": "92c743021a485a7c", - "name": "javax.activation", - "version": "1.2.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-activation-api.hpi:WEB-INF/lib/javax.activation-1.2.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://github.com/javaee/activation/blob/master/LICENSE.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-activation-api.hpi:WEB-INF/lib/javax.activation-1.2.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.sun.activation.javax.activation:javax.activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.activation.javax.activation:activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.activation.javax.activation:javax:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.activation:javax.activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax.activation:javax.activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.activation:activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:activation:javax.activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax.activation:activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.activation:javax:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun:javax.activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oracle:javax.activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax.activation:javax:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax:javax.activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:activation:activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:javax.activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun:activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oracle:activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:activation:javax:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax:activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun:javax:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oracle:javax:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax:javax:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:javax:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.sun.activation/javax.activation@1.2.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-activation-api.hpi:WEB-INF/lib/javax.activation-1.2.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Export-Package", - "value": "javax.activation;uses:=\"com.sun.activation.registries\";version=\"1.2\",com.sun.activation.viewers;uses:=\"javax.activation\";version=\"1.2.0\",com.sun.activation.registries;version=\"1.2.0\"" - }, - { - "key": "Implementation-Title", - "value": "javax.activation" - }, - { - "key": "Built-By", - "value": "shannon" - }, - { - "key": "Tool", - "value": "Bnd-0.0.357" - }, - { - "key": "Implementation-Vendor", - "value": "Oracle" - }, - { - "key": "Automatic-Module-Name", - "value": "java.activation" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.sun" - }, - { - "key": "Specification-Title", - "value": "JavaBeans(TM) Activation Framework Specification" - }, - { - "key": "Bundle-License", - "value": "https://github.com/javaee/activation/blob/master/LICENSE.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.sun.activation.javax.activation" - }, - { - "key": "Extension-Name", - "value": "javax.activation" - }, - { - "key": "Implementation-Version", - "value": "1.2.0" - }, - { - "key": "Specification-Vendor", - "value": "Oracle" - }, - { - "key": "Bundle-Name", - "value": "JavaBeans Activation Framework" - }, - { - "key": "Created-By", - "value": "1.7.0_121 (Oracle Corporation)" - }, - { - "key": "Bundle-Vendor", - "value": "Oracle" - }, - { - "key": "DynamicImport-Package", - "value": "*" - }, - { - "key": "Build-Jdk", - "value": "1.7.0_121" - }, - { - "key": "Bundle-Version", - "value": "1.2.0" - }, - { - "key": "Bnd-LastModified", - "value": "1504739586857" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Description", - "value": "JavaBeans Activation Framework" - }, - { - "key": "Import-Package", - "value": "com.sun.activation.registries;version=\"1.2\",com.sun.activation.viewers;version=\"1.2\",javax.activation;version=\"1.2\"" - }, - { - "key": "Bundle-DocURL", - "value": "http://www.oracle.com" - }, - { - "key": "Specification-Version", - "value": "1.2" - }, - { - "key": "Originally-Created-By", - "value": "1.8.0_141 (Oracle Corporation)" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.sun.activation/javax.activation/pom.properties", - "name": "", - "groupId": "com.sun.activation", - "artifactId": "javax.activation", - "version": "1.2.0" - }, - "pomProject": { - "path": "META-INF/maven/com.sun.activation/javax.activation/pom.xml", - "parent": { - "groupId": "com.sun.activation", - "artifactId": "all", - "version": "1.2.0" - }, - "groupId": "com.sun.activation", - "artifactId": "javax.activation", - "version": "1.2.0", - "name": "JavaBeans Activation Framework" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "bf744c1e2776ed1de3c55c8dac1057ec331ef744" - } - ] - } - }, - { - "id": "32b9ab3ff5cbb650", - "name": "javax.annotation-api", - "version": "1.3.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/javax.annotation-api-1.3.2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://github.com/javaee/javax.annotation/blob/master/LICENSE", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/javax.annotation-api-1.3.2.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:javax.annotation-api:javax.annotation-api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax.annotation-api:javax.annotation_api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax.annotation_api:javax.annotation-api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax.annotation_api:javax.annotation_api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish-community:javax.annotation-api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish-community:javax.annotation_api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish_community:javax.annotation-api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish_community:javax.annotation_api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oracle-corporation:javax.annotation-api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oracle-corporation:javax.annotation_api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oracle_corporation:javax.annotation-api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oracle_corporation:javax.annotation_api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax.annotation:javax.annotation-api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax.annotation:javax.annotation_api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish:javax.annotation-api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish:javax.annotation_api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:javax.annotation-api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:javax.annotation_api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net.java:javax.annotation-api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net.java:javax.annotation_api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:java:javax.annotation-api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:java:javax.annotation_api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/javax.annotation/javax.annotation-api@1.3.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/javax.annotation-api-1.3.2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-Description", - "value": "Java(TM) Common Annotations 1.3 API Design Specification" - }, - { - "key": "Automatic-Module-Name", - "value": "java.annotation" - }, - { - "key": "Bundle-License", - "value": "https://github.com/javaee/javax.annotation/blob/master/LICENSE" - }, - { - "key": "Bundle-SymbolicName", - "value": "javax.annotation-api" - }, - { - "key": "Implementation-Version", - "value": "1.3.2" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Built-By", - "value": "jayaskum" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bnd-LastModified", - "value": "1519208655595" - }, - { - "key": "Specification-Vendor", - "value": "Oracle Corporation" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.glassfish" - }, - { - "key": "Bundle-DocURL", - "value": "https://javaee.github.io/glassfish" - }, - { - "key": "Bundle-Vendor", - "value": "GlassFish Community" - }, - { - "key": "Import-Package", - "value": "javax.annotation;version=\"1.3.2\",javax.annotation.security;version=\"1.3.2\",javax.annotation.sql;version=\"1.3.2\"" - }, - { - "key": "Tool", - "value": "Bnd-0.0.255" - }, - { - "key": "Implementation-Vendor", - "value": "GlassFish Community" - }, - { - "key": "Export-Package", - "value": "javax.annotation;version=\"1.3.2\",javax.annotation.security;version=\"1.3.2\",javax.annotation.sql;version=\"1.3.2\"" - }, - { - "key": "Bundle-Version", - "value": "1.3.2" - }, - { - "key": "Bundle-Name", - "value": "javax.annotation API" - }, - { - "key": "Extension-Name", - "value": "javax.annotation" - }, - { - "key": "Created-By", - "value": "1.8.0_60 (Oracle Corporation)" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_60" - }, - { - "key": "Specification-Version", - "value": "1.3" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/javax.annotation/javax.annotation-api/pom.properties", - "name": "", - "groupId": "javax.annotation", - "artifactId": "javax.annotation-api", - "version": "1.3.2" - }, - "pomProject": { - "path": "META-INF/maven/javax.annotation/javax.annotation-api/pom.xml", - "parent": { - "groupId": "net.java", - "artifactId": "jvnet-parent", - "version": "3" - }, - "groupId": "javax.annotation", - "artifactId": "javax.annotation-api", - "version": "1.3.2", - "name": "javax.annotation API", - "description": "Common Annotations for the JavaTM Platform API", - "url": "http://jcp.org/en/jsr/detail?id=250" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "934c04d3cfef185a8008e7bf34331b79730a9d43" - } - ] - } - }, - { - "id": "572094db92f7109a", - "name": "javax.mail", - "version": "1.6.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-mail-api.hpi:WEB-INF/lib/javax.mail-1.6.2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://javaee.github.io/javamail/LICENSE", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-mail-api.hpi:WEB-INF/lib/javax.mail-1.6.2.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.sun.mail.javax.mail:javax.mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.mail.javax.mail:javax:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.mail.javax.mail:mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.mail:javax.mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax.mail:javax.mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.mail:javax:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun:javax.mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.mail:mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oracle:javax.mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax.mail:javax:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax:javax.mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax.mail:mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mail:javax.mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:javax.mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun:javax:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun:mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oracle:javax:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax:javax:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oracle:mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax:mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mail:javax:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mail:mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:javax:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.sun.mail/javax.mail@1.6.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-mail-api.hpi:WEB-INF/lib/javax.mail-1.6.2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-License", - "value": "https://javaee.github.io/javamail/LICENSE" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.sun.mail.javax.mail" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Built-By", - "value": "shannon" - }, - { - "key": "Bnd-LastModified", - "value": "1535581841535" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.sun" - }, - { - "key": "Specification-Title", - "value": "JavaMail(TM) API Design Specification" - }, - { - "key": "Bundle-DocURL", - "value": "http://www.oracle.com" - }, - { - "key": "Import-Package", - "value": "javax.security.sasl;resolution:=optional,com.sun.mail.iap;version=\"[1.6,2)\",com.sun.mail.imap;version=\"[1.6,2)\",com.sun.mail.util;version=\"[1.6,2)\",javax.activation,javax.crypto,javax.crypto.spec,javax.mail;version=\"[1.6,2)\",javax.mail.event;version=\"[1.6,2)\",javax.mail.internet;version=\"[1.6,2)\",javax.mail.search;version=\"[1.6,2)\",javax.mail.util;version=\"[1.6,2)\",javax.net,javax.net.ssl,javax.security.auth.callback,javax.security.auth.x500,javax.xml.transform,javax.xml.transform.stream,sun.security.util;resolution:=optional" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.7))\"" - }, - { - "key": "DynamicImport-Package", - "value": "*" - }, - { - "key": "Export-Package", - "value": "javax.mail;version=\"1.6\";uses:=\"javax.activation,javax.mail.event,javax.mail.search\",javax.mail.event;version=\"1.6\";uses:=\"javax.mail\",javax.mail.internet;version=\"1.6\";uses:=\"javax.activation,javax.mail\",javax.mail.search;version=\"1.6\";uses:=\"javax.mail\",javax.mail.util;version=\"1.6\";uses:=\"javax.activation,javax.mail.internet\",com.sun.mail.imap;version=\"1.6.2\";uses:=\"com.sun.mail.iap,com.sun.mail.imap.protocol,com.sun.mail.util,javax.activation,javax.mail,javax.mail.event,javax.mail.internet,javax.mail.search\",com.sun.mail.imap.protocol;version=\"1.6.2\";uses:=\"com.sun.mail.iap,com.sun.mail.imap,com.sun.mail.util,javax.mail,javax.mail.internet,javax.mail.search\",com.sun.mail.iap;version=\"1.6.2\";uses:=\"com.sun.mail.util\",com.sun.mail.pop3;version=\"1.6.2\";uses:=\"com.sun.mail.util,javax.mail,javax.mail.internet\",com.sun.mail.smtp;version=\"1.6.2\";uses:=\"com.sun.mail.util,javax.mail,javax.mail.internet\",com.sun.mail.util;version=\"1.6.2\";uses:=\"javax.mail,javax.mail.internet,javax.net.ssl\",com.sun.mail.util.logging;version=\"1.6.2\";uses:=\"javax.mail\",com.sun.mail.handlers;version=\"1.6.2\";uses:=\"javax.activation\"" - }, - { - "key": "Bundle-Name", - "value": "JavaMail API" - }, - { - "key": "Extension-Name", - "value": "javax.mail" - }, - { - "key": "Implementation-Title", - "value": "javax.mail" - }, - { - "key": "Bundle-Description", - "value": "JavaMail API" - }, - { - "key": "Automatic-Module-Name", - "value": "java.mail" - }, - { - "key": "Implementation-Version", - "value": "1.6.2" - }, - { - "key": "Specification-Vendor", - "value": "Oracle" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Vendor", - "value": "Oracle" - }, - { - "key": "Tool", - "value": "Bnd-3.5.0.201709291849" - }, - { - "key": "Implementation-Vendor", - "value": "Oracle" - }, - { - "key": "Probe-Provider-XML-File-Names", - "value": "META-INF/gfprobe-provider.xml" - }, - { - "key": "Bundle-Version", - "value": "1.6.2" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_181" - }, - { - "key": "Specification-Version", - "value": "1.6" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.sun.mail/javax.mail/pom.properties", - "name": "", - "groupId": "com.sun.mail", - "artifactId": "javax.mail", - "version": "1.6.2" - }, - "pomProject": { - "path": "META-INF/maven/com.sun.mail/javax.mail/pom.xml", - "parent": { - "groupId": "com.sun.mail", - "artifactId": "all", - "version": "1.6.2" - }, - "groupId": "com.sun.mail", - "artifactId": "javax.mail", - "version": "1.6.2", - "name": "JavaMail API" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "935151eb71beff17a2ffac15dd80184a99a0514f" - } - ] - } - }, - { - "id": "2f55b3f9e8d95316", - "name": "jaxb", - "version": "2.3.9-1", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:jaxb:2.3.9-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jaxb:2.3.9-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb:jaxb:2.3.9-1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/jaxb@2.3.9-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "JAXB plugin" - }, - { - "key": "Specification-Version", - "value": "2.3" - }, - { - "key": "Implementation-Title", - "value": "JAXB plugin" - }, - { - "key": "Implementation-Version", - "value": "2.3.9-1" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "jaxb" - }, - { - "key": "Short-Name", - "value": "jaxb" - }, - { - "key": "Long-Name", - "value": "JAXB plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/jaxb-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.3.9-1" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Dependencies", - "value": "javax-activation-api:1.2.0-6" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/jaxb-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "jaxb-2.3.9-1" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/jaxb-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "28586f399fbd635eabb6f908810f626076c84646" - }, - { - "key": "Implementation-Build", - "value": "28586f399fbd635eabb6f908810f626076c84646" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/jaxb/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "jaxb", - "version": "2.3.9-1" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/jaxb/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "jaxb", - "version": "2.3.9-1", - "name": "JAXB plugin", - "description": "Detached packaging for JAXB for more transparent Java 9+ compatibility", - "url": "https://github.com/jenkinsci/jaxb-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "a544742b8787804cdc865cdd74da827740789495" - } - ] - } - }, - { - "id": "9239a9d7f86bda3c", - "name": "jaxb", - "version": "2.3.9-1", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:jaxb:2.3.9-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jaxb:2.3.9-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb:jaxb:2.3.9-1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/jaxb@2.3.9-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "JAXB plugin" - }, - { - "key": "Specification-Version", - "value": "2.3" - }, - { - "key": "Implementation-Title", - "value": "JAXB plugin" - }, - { - "key": "Implementation-Version", - "value": "2.3.9-1" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "jaxb" - }, - { - "key": "Short-Name", - "value": "jaxb" - }, - { - "key": "Long-Name", - "value": "JAXB plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/jaxb-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.3.9-1" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Dependencies", - "value": "javax-activation-api:1.2.0-6" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/jaxb-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "jaxb-2.3.9-1" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/jaxb-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "28586f399fbd635eabb6f908810f626076c84646" - }, - { - "key": "Implementation-Build", - "value": "28586f399fbd635eabb6f908810f626076c84646" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/jaxb/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "jaxb", - "version": "2.3.9-1" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/jaxb/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "jaxb", - "version": "2.3.9-1", - "name": "JAXB plugin", - "description": "Detached packaging for JAXB for more transparent Java 9+ compatibility", - "url": "https://github.com/jenkinsci/jaxb-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "b5e7220db2b35fd26c08997cccfae5b516111ca9" - } - ] - } - }, - { - "id": "d2c52eee450ca087", - "name": "jaxb-api", - "version": "2.3.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb-api-2.3.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://oss.oracle.com/licenses/CDDL+GPL-1.1, https://oss.oracle.com/licenses/CDDL+GPL-1.1", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb-api-2.3.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:oracle-corporation:jaxb-api:2.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oracle-corporation:jaxb_api:2.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oracle_corporation:jaxb-api:2.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oracle_corporation:jaxb_api:2.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish:jaxb-api:2.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish:jaxb_api:2.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:jaxb-api:2.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:jaxb_api:2.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb-api:jaxb-api:2.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb-api:jaxb_api:2.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb_api:jaxb-api:2.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb_api:jaxb_api:2.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb:jaxb-api:2.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb:jaxb_api:2.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/javax.xml.bind/jaxb-api@2.3.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb-api-2.3.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Built-By", - "value": "build" - }, - { - "key": "Build-Jdk", - "value": "9.0.4" - }, - { - "key": "Specification-Title", - "value": "jaxb-api" - }, - { - "key": "Specification-Version", - "value": "2.3.1" - }, - { - "key": "Specification-Vendor", - "value": "Oracle Corporation" - }, - { - "key": "Extension-Name", - "value": "javax.xml.bind" - }, - { - "key": "Implementation-Build-Id", - "value": "UNKNOWN-7de2ca118a0cfc4a373872915aef59148dff5f93, 2018-09-12T06:28:43-0700" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Bnd-LastModified", - "value": "1536758926757" - }, - { - "key": "Bundle-Description", - "value": "JAXB (JSR 222) API" - }, - { - "key": "Bundle-DocURL", - "value": "http://www.oracle.com/" - }, - { - "key": "Bundle-License", - "value": "https://oss.oracle.com/licenses/CDDL+GPL-1.1, https://oss.oracle.com/licenses/CDDL+GPL-1.1" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "jaxb-api" - }, - { - "key": "Bundle-SymbolicName", - "value": "jaxb-api" - }, - { - "key": "Bundle-Vendor", - "value": "Oracle Corporation" - }, - { - "key": "Bundle-Version", - "value": "2.3.1" - }, - { - "key": "DynamicImport-Package", - "value": "org.glassfish.hk2.osgiresourcelocator" - }, - { - "key": "Export-Package", - "value": "javax.xml.bind;version=\"2.3\";uses:=\"javax.xml.bind.annotation.adapters,javax.xml.bind.attachment,javax.xml.namespace,javax.xml.stream,javax.xml.transform,javax.xml.validation,org.w3c.dom,org.xml.sax\",javax.xml.bind.annotation;version=\"2.3\";uses:=\"javax.xml.bind,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,org.w3c.dom\",javax.xml.bind.annotation.adapters;version=\"2.3\",javax.xml.bind.attachment;version=\"2.3\";uses:=\"javax.activation\",javax.xml.bind.helpers;version=\"2.3\";uses:=\"javax.xml.bind,javax.xml.bind.annotation.adapters,javax.xml.bind.attachment,javax.xml.stream,javax.xml.transform,javax.xml.validation,org.w3c.dom,org.xml.sax\",javax.xml.bind.util;version=\"2.3\";uses:=\"javax.xml.bind,javax.xml.transform.sax\"" - }, - { - "key": "Implementation-Vendor", - "value": "Oracle Corporation" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.glassfish" - }, - { - "key": "Implementation-Version", - "value": "2.3.0" - }, - { - "key": "Import-Package", - "value": "javax.activation,javax.xml.bind;version=\"[2.3,3)\",javax.xml.bind.annotation;version=\"[2.3,3)\",javax.xml.bind.annotation.adapters;version=\"[2.3,3)\",javax.xml.bind.attachment;version=\"[2.3,3)\",javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.stream,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xml.validation,org.w3c.dom,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers,javax.xml.bind.helpers;version=\"[2.3,3)\",javax.xml.bind.util;version=\"[2.3,3)\"" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version>=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-3.5.0.201709291849" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/javax.xml.bind/jaxb-api/pom.properties", - "name": "", - "groupId": "javax.xml.bind", - "artifactId": "jaxb-api", - "version": "2.3.1" - }, - "pomProject": { - "path": "META-INF/maven/javax.xml.bind/jaxb-api/pom.xml", - "parent": { - "groupId": "javax.xml.bind", - "artifactId": "jaxb-api-parent", - "version": "2.3.1" - }, - "groupId": "javax.xml.bind", - "artifactId": "jaxb-api", - "version": "2.3.1", - "name": "" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "8531ad5ac454cc2deb9d4d32c40c4d7451939b5d" - } - ] - } - }, - { - "id": "e572c1fd110c046e", - "name": "jaxb-impl", - "version": "2.3.9", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb-impl-2.3.9.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.eclipse.org/org/documents/edl-v10.php", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb-impl-2.3.9.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.sun.xml.bind.jaxb-impl:jaxb-impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.xml.bind.jaxb-impl:jaxb_impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.xml.bind.mvn:jaxb-impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.xml.bind.mvn:jaxb_impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:jaxb-impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:jaxb_impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:jaxb-impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:jaxb_impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.xml.bind:jaxb-impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.xml.bind:jaxb_impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse:jaxb-impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse:jaxb_impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb-impl:jaxb-impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb-impl:jaxb_impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb_impl:jaxb-impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb_impl:jaxb_impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jaxb-impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jaxb_impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bind:jaxb-impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bind:jaxb_impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb:jaxb-impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb:jaxb_impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mvn:jaxb-impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mvn:jaxb_impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:jaxb-impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:jaxb_impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:xml:jaxb-impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:xml:jaxb_impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.sun.xml.bind/jaxb-impl@2.3.9", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb-impl-2.3.9.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Build-Id", - "value": "2.3.9" - }, - { - "key": "Build-Version", - "value": "JAXB RI 2.3.9" - }, - { - "key": "Git-Revision", - "value": "143ffd0" - }, - { - "key": "Git-Url", - "value": "scm:git:ssh://git@github.com/eclipse-ee4j/jaxb-ri/jaxb-bundles/jaxb-impl" - }, - { - "key": "Implementation-Title", - "value": "Jakarta XML Binding Implementation" - }, - { - "key": "Implementation-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.eclipse" - }, - { - "key": "Implementation-Version", - "value": "2.3.9" - }, - { - "key": "Major-Version", - "value": "2.3.9" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Specification-Title", - "value": "Jakarta XML Binding" - }, - { - "key": "Specification-Version", - "value": "2.3" - }, - { - "key": "Bundle-Description", - "value": "Old JAXB Runtime module. Contains sources required for runtime processing." - }, - { - "key": "Bundle-DocURL", - "value": "https://www.eclipse.org" - }, - { - "key": "Bundle-License", - "value": "http://www.eclipse.org/org/documents/edl-v10.php" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Old JAXB Runtime" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.sun.xml.bind.jaxb-impl" - }, - { - "key": "Bundle-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Bundle-Version", - "value": "2.3.9" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "DynamicImport-Package", - "value": "*" - }, - { - "key": "Export-Package", - "value": "com.sun.istack;version=\"3.0.12\";uses:=\"javax.activation,javax.xml.stream,org.xml.sax,org.xml.sax.helpers\",com.sun.istack.localization;version=\"3.0.12\",com.sun.istack.logging;version=\"3.0.12\",com.sun.xml.bind;version=\"2.3.9\";uses:=\"com.sun.xml.bind.v2.runtime.reflect,javax.xml.bind,javax.xml.bind.annotation.adapters,javax.xml.datatype,javax.xml.namespace,javax.xml.stream,org.xml.sax\",com.sun.xml.bind.annotation;version=\"2.3.9\",com.sun.xml.bind.api;version=\"2.3.9\";uses:=\"com.sun.xml.bind.v2.model.annotation,com.sun.xml.bind.v2.model.runtime,com.sun.xml.bind.v2.runtime,javax.xml.bind,javax.xml.bind.attachment,javax.xml.namespace,javax.xml.stream,javax.xml.transform,org.w3c.dom,org.xml.sax\",com.sun.xml.bind.api.impl;version=\"2.3.9\",com.sun.xml.bind.marshaller;version=\"2.3.9\";uses:=\"javax.xml.parsers,org.w3c.dom,org.xml.sax,org.xml.sax.helpers\",com.sun.xml.bind.unmarshaller;version=\"2.3.9\";uses:=\"com.sun.xml.bind.v2.runtime.unmarshaller,javax.xml.bind,org.w3c.dom,org.xml.sax\",com.sun.xml.bind.util;version=\"2.3.9\";uses:=\"com.sun.xml.bind,javax.xml.bind.helpers,org.xml.sax\",com.sun.xml.bind.v2;version=\"2.3.9\";uses:=\"com.sun.xml.bind.api,com.sun.xml.bind.v2.model.annotation,javax.xml.bind\",com.sun.xml.bind.v2.model.annotation;version=\"2.3.9\";uses:=\"com.sun.xml.bind.v2.model.core,com.sun.xml.bind.v2.model.nav,com.sun.xml.bind.v2.runtime\",com.sun.xml.bind.v2.model.core;version=\"2.3.9\";uses:=\"com.sun.xml.bind.v2.model.annotation,com.sun.xml.bind.v2.model.impl,com.sun.xml.bind.v2.model.nav,com.sun.xml.bind.v2.runtime,javax.activation,javax.xml.bind,javax.xml.bind.annotation,javax.xml.bind.annotation.adapters,javax.xml.namespace,javax.xml.transform\",com.sun.xml.bind.v2.model.impl;version=\"2.3.9\";uses:=\"com.sun.xml.bind.api,com.sun.xml.bind.v2.model.annotation,com.sun.xml.bind.v2.model.core,com.sun.xml.bind.v2.model.nav,com.sun.xml.bind.v2.model.runtime,com.sun.xml.bind.v2.runtime,javax.activation,javax.xml.namespace\",com.sun.xml.bind.v2.model.nav;version=\"2.3.9\";uses:=\"com.sun.xml.bind.v2.runtime\",com.sun.xml.bind.v2.model.runtime;version=\"2.3.9\";uses:=\"com.sun.xml.bind.v2.model.core,com.sun.xml.bind.v2.runtime,com.sun.xml.bind.v2.runtime.reflect,javax.xml.bind,javax.xml.namespace,org.xml.sax\",com.sun.xml.bind.v2.model.util;version=\"2.3.9\";uses:=\"javax.xml.namespace\",com.sun.xml.bind.v2.runtime;version=\"2.3.9\";uses:=\"com.sun.istack,com.sun.xml.bind.api,com.sun.xml.bind.marshaller,com.sun.xml.bind.v2.model.annotation,com.sun.xml.bind.v2.model.core,com.sun.xml.bind.v2.model.runtime,com.sun.xml.bind.v2.runtime.output,com.sun.xml.bind.v2.runtime.property,com.sun.xml.bind.v2.runtime.unmarshaller,javax.activation,javax.xml.bind,javax.xml.bind.annotation,javax.xml.bind.annotation.adapters,javax.xml.bind.attachment,javax.xml.bind.helpers,javax.xml.namespace,javax.xml.stream,javax.xml.transform,javax.xml.transform.sax,javax.xml.validation,org.w3c.dom,org.xml.sax\",com.sun.xml.bind.v2.runtime.output;version=\"2.3.9\";uses:=\"com.sun.xml.bind.marshaller,com.sun.xml.bind.v2.runtime,com.sun.xml.fastinfoset.stax,javax.xml.stream,org.jvnet.staxex,org.w3c.dom,org.xml.sax\",com.sun.xml.bind.v2.runtime.property;version=\"2.3.9\";uses:=\"com.sun.xml.bind.api,com.sun.xml.bind.v2.model.core,com.sun.xml.bind.v2.model.runtime,com.sun.xml.bind.v2.runtime,com.sun.xml.bind.v2.runtime.reflect,com.sun.xml.bind.v2.runtime.unmarshaller,com.sun.xml.bind.v2.util,javax.xml.namespace,javax.xml.stream,org.xml.sax\",com.sun.xml.bind.v2.runtime.reflect;version=\"2.3.9\";uses:=\"com.sun.xml.bind.api,com.sun.xml.bind.v2.model.core,com.sun.xml.bind.v2.model.runtime,com.sun.xml.bind.v2.runtime,com.sun.xml.bind.v2.runtime.unmarshaller,javax.xml.bind,javax.xml.bind.annotation.adapters,javax.xml.stream,org.xml.sax\",com.sun.xml.bind.v2.runtime.reflect.opt;version=\"2.3.9\";uses:=\"com.sun.xml.bind.api,com.sun.xml.bind.v2.runtime,com.sun.xml.bind.v2.runtime.reflect,javax.xml.stream,org.xml.sax\",com.sun.xml.bind.v2.runtime.unmarshaller;version=\"2.3.9\";uses:=\"com.sun.xml.bind,com.sun.xml.bind.api,com.sun.xml.bind.unmarshaller,com.sun.xml.bind.util,com.sun.xml.bind.v2.model.core,com.sun.xml.bind.v2.runtime,com.sun.xml.bind.v2.runtime.output,com.sun.xml.bind.v2.runtime.reflect,javax.activation,javax.xml.bind,javax.xml.bind.annotation,javax.xml.bind.annotation.adapters,javax.xml.bind.attachment,javax.xml.bind.helpers,javax.xml.namespace,javax.xml.stream,javax.xml.transform,javax.xml.transform.sax,javax.xml.validation,org.w3c.dom,org.xml.sax\",com.sun.xml.bind.v2.schemagen;version=\"2.3.9\";uses:=\"com.sun.xml.bind.api,com.sun.xml.bind.v2.model.core,com.sun.xml.bind.v2.model.nav,com.sun.xml.txw2.output,javax.xml.bind,javax.xml.namespace\",com.sun.xml.bind.v2.schemagen.episode;version=\"2.3.9\";uses:=\"com.sun.xml.txw2,com.sun.xml.txw2.annotation\",com.sun.xml.bind.v2.schemagen.xmlschema;version=\"2.3.9\";uses:=\"com.sun.xml.txw2,com.sun.xml.txw2.annotation,javax.xml.namespace\",com.sun.xml.bind.v2.util;version=\"2.3.9\";uses:=\"com.sun.xml.bind.v2.runtime,com.sun.xml.bind.v2.runtime.unmarshaller,javax.activation,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.transform.stream,javax.xml.validation,javax.xml.xpath,org.xml.sax\",com.sun.xml.txw2;uses:=\"com.sun.xml.txw2.output,javax.xml.namespace\";version=\"2.3.9\",com.sun.xml.txw2.annotation;version=\"2.3.9\",com.sun.xml.txw2.output;uses:=\"com.sun.xml.txw2,javax.xml.namespace,javax.xml.stream,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,org.w3c.dom,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers\";version=\"2.3.9\"" - }, - { - "key": "Import-Package", - "value": "javax.activation,com.sun.istack;version=\"[3.0,4)\",com.sun.xml.bind;version=\"[2.3,3)\",com.sun.xml.bind.annotation;version=\"[2.3,3)\",com.sun.xml.bind.api;version=\"[2.3,3)\",com.sun.xml.bind.api.impl;version=\"[2.3,3)\",com.sun.xml.bind.marshaller;version=\"[2.3,3)\",com.sun.xml.bind.unmarshaller;version=\"[2.3,3)\",com.sun.xml.bind.util;version=\"[2.3,3)\",com.sun.xml.bind.v2;version=\"[2.3,3)\",com.sun.xml.bind.v2.model.annotation;version=\"[2.3,3)\",com.sun.xml.bind.v2.model.core;version=\"[2.3,3)\",com.sun.xml.bind.v2.model.impl;version=\"[2.3,3)\",com.sun.xml.bind.v2.model.nav;version=\"[2.3,3)\",com.sun.xml.bind.v2.model.runtime;version=\"[2.3,3)\",com.sun.xml.bind.v2.model.util;version=\"[2.3,3)\",com.sun.xml.bind.v2.runtime;version=\"[2.3,3)\",com.sun.xml.bind.v2.runtime.output;version=\"[2.3,3)\",com.sun.xml.bind.v2.runtime.property;version=\"[2.3,3)\",com.sun.xml.bind.v2.runtime.reflect;version=\"[2.3,3)\",com.sun.xml.bind.v2.runtime.unmarshaller;version=\"[2.3,3)\",com.sun.xml.bind.v2.schemagen;version=\"[2.3,3)\",com.sun.xml.bind.v2.schemagen.episode;version=\"[2.3,3)\",com.sun.xml.bind.v2.schemagen.xmlschema;version=\"[2.3,3)\",com.sun.xml.bind.v2.util;version=\"[2.3,3)\",com.sun.xml.fastinfoset.sax;version=\"[1.2,2)\";resolution:=optional,com.sun.xml.fastinfoset.stax;version=\"[1.2,2)\";resolution:=optional,com.sun.xml.txw2,com.sun.xml.txw2.annotation,com.sun.xml.txw2.output,javax.imageio,javax.imageio.stream,javax.lang.model,javax.xml.bind;version=\"[2.3,3)\",javax.xml.bind.annotation;version=\"[2.3,3)\",javax.xml.bind.annotation.adapters;version=\"[2.3,3)\",javax.xml.bind.attachment;version=\"[2.3,3)\",javax.xml.bind.helpers;version=\"[2.3,3)\",javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.stream,javax.xml.stream.events,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xml.validation,javax.xml.xpath,org.jvnet.fastinfoset;version=\"[1.2,2)\";resolution:=optional,org.jvnet.fastinfoset.stax;version=\"[1.2,2)\";resolution:=optional,org.jvnet.staxex;version=\"[1.8,2)\";resolution:=optional,org.w3c.dom,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers,sun.misc;resolution:=optional,jdk.internal.misc;resolution:=optional" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.sun.xml.bind/jaxb-impl/pom.properties", - "name": "", - "groupId": "com.sun.xml.bind", - "artifactId": "jaxb-impl", - "version": "2.3.9" - }, - "pomProject": { - "path": "META-INF/maven/com.sun.xml.bind/jaxb-impl/pom.xml", - "parent": { - "groupId": "com.sun.xml.bind.mvn", - "artifactId": "jaxb-bundles", - "version": "2.3.9" - }, - "groupId": "com.sun.xml.bind", - "artifactId": "jaxb-impl", - "version": "2.3.9", - "name": "Old JAXB Runtime", - "description": "Old JAXB Runtime module. Contains sources required for runtime processing.", - "url": "https://eclipse-ee4j.github.io/jaxb-ri/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "95076261a51690f95b29e09fd6ff9f8a90381af0" - } - ] - } - }, - { - "id": "9e0c9db72ec2b042", - "name": "jaxb-runtime", - "version": "2.3.9", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb-impl-2.3.9.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.sun.xml.bind.mvn:jaxb-runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.xml.bind.mvn:jaxb_runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.jaxb:jaxb-runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.jaxb:jaxb_runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.xml.bind.mvn:jaxb:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb-runtime:jaxb-runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb-runtime:jaxb_runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb_runtime:jaxb-runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb_runtime:jaxb_runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.jaxb:jaxb:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:jaxb-runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:jaxb_runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bind:jaxb-runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bind:jaxb_runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb-runtime:jaxb:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb:jaxb-runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb:jaxb_runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb_runtime:jaxb:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mvn:jaxb-runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mvn:jaxb_runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:jaxb-runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:jaxb_runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:xml:jaxb-runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:xml:jaxb_runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:jaxb:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bind:jaxb:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb:jaxb:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mvn:jaxb:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:jaxb:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:xml:jaxb:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.glassfish.jaxb/jaxb-runtime@2.3.9", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb-impl-2.3.9.jar:org.glassfish.jaxb:jaxb-runtime", - "pomProperties": { - "path": "META-INF/maven/org.glassfish.jaxb/jaxb-runtime/pom.properties", - "name": "", - "groupId": "org.glassfish.jaxb", - "artifactId": "jaxb-runtime", - "version": "2.3.9" - }, - "pomProject": { - "path": "META-INF/maven/org.glassfish.jaxb/jaxb-runtime/pom.xml", - "parent": { - "groupId": "com.sun.xml.bind.mvn", - "artifactId": "jaxb-runtime-parent", - "version": "2.3.9" - }, - "groupId": "org.glassfish.jaxb", - "artifactId": "jaxb-runtime", - "version": "2.3.9", - "name": "JAXB Runtime", - "description": "JAXB (JSR 222) Reference Implementation", - "url": "https://eclipse-ee4j.github.io/jaxb-ri/" - } - } - }, - { - "id": "c693680ce785f98f", - "name": "jaxen", - "version": "2.0.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jaxen-2.0.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://raw.githubusercontent.com/jaxen-xpath/jaxen/master/LICENSE.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jaxen-2.0.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jaxen:jaxen:2.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxen:jaxen:2.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jaxen/jaxen@2.0.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jaxen-2.0.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Automatic-Module-Name", - "value": "org.jaxen" - }, - { - "key": "Bnd-LastModified", - "value": "1670102376338" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_172" - }, - { - "key": "Built-By", - "value": "elharo" - }, - { - "key": "Bundle-Description", - "value": "Jaxen is a universal XPath engine for Java." - }, - { - "key": "Bundle-DocURL", - "value": "https://www.cafeconleche.org/jaxen" - }, - { - "key": "Bundle-License", - "value": "https://raw.githubusercontent.com/jaxen-xpath/jaxen/master/LICENSE.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "jaxen" - }, - { - "key": "Bundle-SymbolicName", - "value": "jaxen" - }, - { - "key": "Bundle-Vendor", - "value": "The Jaxen Project" - }, - { - "key": "Bundle-Version", - "value": "2.0.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Export-Package", - "value": "org.jaxen.function.ext;uses:=\"org.jaxen,org.jaxen.function,org.jaxen.saxpath\";version=\"2.0.0\",org.jaxen.saxpath.helpers;uses:=\"org.jaxen.saxpath\";version=\"2.0.0\",org.jaxen.dom;uses:=\"org.jaxen,org.w3c.dom,org.xml.sax,org.jaxen.saxpath,javax.xml.parsers,org.jaxen.pattern\";version=\"2.0.0\",org.jaxen.expr.iter;uses:=\"org.jaxen\";version=\"2.0.0\",org.jaxen.function.xslt;uses:=\"org.jaxen,org.jaxen.function\";version=\"2.0.0\",org.jaxen.function;uses:=\"org.jaxen\";version=\"2.0.0\",org.jaxen.pattern;uses:=\"org.jaxen,org.jaxen.util,org.jaxen.expr,org.jaxen.saxpath.helpers,org.jaxen.saxpath\";version=\"2.0.0\",org.jaxen.javabean;uses:=\"org.jaxen.util,org.jaxen,org.jaxen.saxpath\";version=\"2.0.0\",org.jaxen.util;uses:=\"org.jaxen\";version=\"2.0.0\",org.jaxen;uses:=\"org.jaxen.util,org.jaxen.saxpath.helpers,org.jaxen.expr,org.jaxen.saxpath,org.jaxen.function,org.jaxen.pattern,org.jaxen.function.ext,org.jaxen.function.xslt\";version=\"2.0.0\",org.jaxen.dom4j;uses:=\"org.jaxen.util,org.jaxen,org.dom4j,org.jaxen.saxpath,org.dom4j.io\";version=\"2.0.0\",org.jaxen.expr;uses:=\"org.jaxen.util,org.jaxen,org.jaxen.expr.iter,org.jaxen.function,org.jaxen.saxpath\";version=\"2.0.0\",org.jaxen.saxpath.base;uses:=\"org.jaxen.saxpath.helpers,org.jaxen.saxpath\";version=\"2.0.0\",org.jaxen.saxpath;uses:=\"org.jaxen\";version=\"2.0.0\",org.jaxen.jdom;uses:=\"org.jaxen.util,org.jdom.input,org.jaxen,org.jdom,org.jaxen.saxpath\";version=\"2.0.0\",org.jaxen.xom;uses:=\"nu.xom,org.jaxen.util,org.jaxen,org.jaxen.saxpath\";version=\"2.0.0\"" - }, - { - "key": "Import-Package", - "value": "javax.xml.parsers;resolution:=optional,nu.xom;resolution:=optional,org.dom4j;resolution:=optional,org.dom4j.io;resolution:=optional,org.jdom;resolution:=optional,org.jdom.input;resolution:=optional,org.w3c.dom;resolution:=optional,org.xml.sax;resolution:=optional" - }, - { - "key": "Tool", - "value": "Bnd-1.50.0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/jaxen/jaxen/pom.properties", - "name": "", - "groupId": "jaxen", - "artifactId": "jaxen", - "version": "2.0.0" - }, - "pomProject": { - "path": "META-INF/maven/jaxen/jaxen/pom.xml", - "parent": { - "groupId": "jaxen", - "artifactId": "jaxen-parent", - "version": "2.0.0" - }, - "groupId": "jaxen", - "artifactId": "jaxen", - "version": "2.0.0", - "name": "jaxen", - "description": "Jaxen is a universal XPath engine for Java." - }, - "digest": [ - { - "algorithm": "sha1", - "value": "bd6a33b0fda054a5678010df843cc999f288dc6c" - } - ] - } - }, - { - "id": "4818f46a3b9bfb1c", - "name": "jbcrypt", - "version": "1.0.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/jbcrypt-1.0.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jbcrypt:jbcrypt:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jbcrypt/jbcrypt@1.0.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/jbcrypt-1.0.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "f37bba2b8b78fcc8111bb932318b621dcc6c5194" - } - ] - } - }, - { - "id": "530158ec2590ff56", - "name": "jbcrypt", - "version": "1.0.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jbcrypt-1.0.2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jbcrypt:jbcrypt:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jbcrypt/jbcrypt@1.0.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jbcrypt-1.0.2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "66ebc81ac7f2f9834b832ad1490d16feb3b6d415" - } - ] - } - }, - { - "id": "c8d7b4388af8cf2a", - "name": "jboss-marshalling", - "version": "2.1.3.Final", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-support.hpi:WEB-INF/lib/jboss-marshalling-2.1.3.Final.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jboss.marshalling:jboss-marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jboss.marshalling:jboss_marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss-marshalling:jboss-marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss-marshalling:jboss_marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss_marshalling:jboss-marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss_marshalling:jboss_marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss-by-red-hat:jboss-marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss-by-red-hat:jboss_marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss_by_red_hat:jboss-marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss_by_red_hat:jboss_marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jboss.marshalling:marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss-marshalling:marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss_marshalling:marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:marshalling:jboss-marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:marshalling:jboss_marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss-by-red-hat:marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss_by_red_hat:marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss:jboss-marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss:jboss_marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:marshalling:marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss:marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jboss.marshalling/jboss-marshalling@2.1.3.Final", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-support.hpi:WEB-INF/lib/jboss-marshalling-2.1.3.Final.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.9.4" - }, - { - "key": "Built-By", - "value": "opalka" - }, - { - "key": "Build-Jdk", - "value": "17.0.8" - }, - { - "key": "Specification-Title", - "value": "JBoss Marshalling API" - }, - { - "key": "Specification-Version", - "value": "2.1" - }, - { - "key": "Specification-Vendor", - "value": "JBoss by Red Hat" - }, - { - "key": "Implementation-Title", - "value": "JBoss Marshalling API" - }, - { - "key": "Implementation-Version", - "value": "2.1.3.Final" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.jboss.marshalling" - }, - { - "key": "Implementation-Vendor", - "value": "JBoss by Red Hat" - }, - { - "key": "Main-Class", - "value": "org.jboss.marshalling.Version" - }, - { - "key": "Implementation-URL", - "value": "http://www.jboss.org/jboss-marshalling-parent/jboss-marshalling" - }, - { - "key": "Java-Vendor", - "value": "Oracle Corporation" - }, - { - "key": "Java-Version", - "value": "17.0.8" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Os-Arch", - "value": "amd64" - }, - { - "key": "Os-Name", - "value": "Linux" - }, - { - "key": "Os-Version", - "value": "6.5.5-200.fc38.x86_64" - }, - { - "key": "Scm-Connection", - "value": "scm:git:git@github.com:jboss/jboss-parent-pom.git/jboss-marshalling-parent/jboss-marshalling" - }, - { - "key": "Scm-Revision", - "value": "ffd73eb9f1c5b3c4ea45443bf4ffa2386d99e164" - }, - { - "key": "Scm-Url", - "value": "http://github.com/jboss/jboss-parent-pom/jboss-marshalling-parent/jboss-marshalling" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jboss.marshalling/jboss-marshalling/pom.properties", - "name": "", - "groupId": "org.jboss.marshalling", - "artifactId": "jboss-marshalling", - "version": "2.1.3.Final" - }, - "pomProject": { - "path": "META-INF/maven/org.jboss.marshalling/jboss-marshalling/pom.xml", - "parent": { - "groupId": "org.jboss.marshalling", - "artifactId": "jboss-marshalling-parent", - "version": "2.1.3.Final" - }, - "groupId": "org.jboss.marshalling", - "artifactId": "jboss-marshalling", - "version": "2.1.3.Final", - "name": "JBoss Marshalling API", - "description": "JBoss Marshalling API" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "cb70ea939a0944b9e7cee259f27a5cf2535ab99e" - } - ] - } - }, - { - "id": "969896503c070882", - "name": "jboss-marshalling-river", - "version": "2.1.3.Final", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-support.hpi:WEB-INF/lib/jboss-marshalling-river-2.1.3.Final.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jboss-marshalling-river:jboss-marshalling-river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss-marshalling-river:jboss_marshalling_river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss_marshalling_river:jboss-marshalling-river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss_marshalling_river:jboss_marshalling_river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jboss.marshalling:jboss-marshalling-river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jboss.marshalling:jboss_marshalling_river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss-marshalling:jboss-marshalling-river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss-marshalling:jboss_marshalling_river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss_marshalling:jboss-marshalling-river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss_marshalling:jboss_marshalling_river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss-by-red-hat:jboss-marshalling-river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss-by-red-hat:jboss_marshalling_river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss_by_red_hat:jboss-marshalling-river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss_by_red_hat:jboss_marshalling_river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:marshalling:jboss-marshalling-river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:marshalling:jboss_marshalling_river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss:jboss-marshalling-river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss:jboss_marshalling_river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jboss.marshalling/jboss-marshalling-river@2.1.3.Final", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-support.hpi:WEB-INF/lib/jboss-marshalling-river-2.1.3.Final.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.9.4" - }, - { - "key": "Built-By", - "value": "opalka" - }, - { - "key": "Build-Jdk", - "value": "17.0.8" - }, - { - "key": "Specification-Title", - "value": "JBoss Marshalling River" - }, - { - "key": "Specification-Version", - "value": "2.1" - }, - { - "key": "Specification-Vendor", - "value": "JBoss by Red Hat" - }, - { - "key": "Implementation-Title", - "value": "JBoss Marshalling River" - }, - { - "key": "Implementation-Version", - "value": "2.1.3.Final" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.jboss.marshalling" - }, - { - "key": "Implementation-Vendor", - "value": "JBoss by Red Hat" - }, - { - "key": "Implementation-URL", - "value": "http://www.jboss.org/jboss-marshalling-parent/jboss-marshalling-river" - }, - { - "key": "Java-Vendor", - "value": "Oracle Corporation" - }, - { - "key": "Java-Version", - "value": "17.0.8" - }, - { - "key": "Os-Arch", - "value": "amd64" - }, - { - "key": "Os-Name", - "value": "Linux" - }, - { - "key": "Os-Version", - "value": "6.5.5-200.fc38.x86_64" - }, - { - "key": "Scm-Connection", - "value": "scm:git:git@github.com:jboss/jboss-parent-pom.git/jboss-marshalling-parent/jboss-marshalling-river" - }, - { - "key": "Scm-Revision", - "value": "ffd73eb9f1c5b3c4ea45443bf4ffa2386d99e164" - }, - { - "key": "Scm-Url", - "value": "http://github.com/jboss/jboss-parent-pom/jboss-marshalling-parent/jboss-marshalling-river" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jboss.marshalling/jboss-marshalling-river/pom.properties", - "name": "", - "groupId": "org.jboss.marshalling", - "artifactId": "jboss-marshalling-river", - "version": "2.1.3.Final" - }, - "pomProject": { - "path": "META-INF/maven/org.jboss.marshalling/jboss-marshalling-river/pom.xml", - "parent": { - "groupId": "org.jboss.marshalling", - "artifactId": "jboss-marshalling-parent", - "version": "2.1.3.Final" - }, - "groupId": "org.jboss.marshalling", - "artifactId": "jboss-marshalling-river", - "version": "2.1.3.Final", - "name": "JBoss Marshalling River", - "description": "JBoss Marshalling River Implementation" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "dd44cb00d14e2ac7fee580f04759e1e495b0f240" - } - ] - } - }, - { - "id": "8a61b955433289c0", - "name": "jcifs", - "version": "1.3.18-kohsuke-1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jcifs-1.3.18-kohsuke-1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "GNU Lesser General Public License, version 2.1", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jcifs-1.3.18-kohsuke-1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.samba.jcifs:jcifs:1.3.18-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcifs:jcifs:1.3.18-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:samba:jcifs:1.3.18-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.samba.jcifs/jcifs@1.3.18-kohsuke-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jcifs-1.3.18-kohsuke-1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Built-By", - "value": "kohsuke" - }, - { - "key": "Build-Jdk", - "value": "1.7.0_21" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.3.9" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.samba.jcifs/jcifs/pom.properties", - "name": "", - "groupId": "org.samba.jcifs", - "artifactId": "jcifs", - "version": "1.3.18-kohsuke-1" - }, - "pomProject": { - "path": "META-INF/maven/org.samba.jcifs/jcifs/pom.xml", - "groupId": "org.samba.jcifs", - "artifactId": "jcifs", - "version": "1.3.18-kohsuke-1", - "name": "jCIFS", - "description": "JCIFS is an Open Source client library that implements the CIFS/SMB networking protocol in 100% Java", - "url": "http://jcifs.samba.org" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "35711c36411d962d7228b7e01ab2567ec213a9d3" - } - ] - } - }, - { - "id": "fe3751d25c55d9b3", - "name": "jcip-annotations", - "version": "1.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jcip-annotations-1.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jcip-annotations:jcip-annotations:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcip-annotations:jcip_annotations:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcip_annotations:jcip-annotations:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcip_annotations:jcip_annotations:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcip:jcip-annotations:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcip:jcip_annotations:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jcip-annotations/jcip-annotations@1.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jcip-annotations-1.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Ant-Version", - "value": "Apache Ant 1.6.5" - }, - { - "key": "Created-By", - "value": "1.6.0_01-b06 (Sun Microsystems Inc.)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "afba4942caaeaf46aab0b976afd57cc7c181467e" - } - ] - } - }, - { - "id": "af915d4248f25605", - "name": "jcl-over-slf4j", - "version": "2.0.13", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jcl-over-slf4j:jcl-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl-over-slf4j:jcl_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl_over_slf4j:jcl-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl_over_slf4j:jcl_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:jcl-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:jcl_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl-over:jcl-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl-over:jcl_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl_over:jcl-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl_over:jcl_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:jcl-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:jcl_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl:jcl-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl:jcl_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.slf4j/jcl-over-slf4j@2.0.13", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:org.slf4j:jcl-over-slf4j", - "pomProperties": { - "path": "META-INF/maven/org.slf4j/jcl-over-slf4j/pom.properties", - "name": "", - "groupId": "org.slf4j", - "artifactId": "jcl-over-slf4j", - "version": "2.0.13" - }, - "pomProject": { - "path": "META-INF/maven/org.slf4j/jcl-over-slf4j/pom.xml", - "parent": { - "groupId": "org.slf4j", - "artifactId": "slf4j-parent", - "version": "2.0.13" - }, - "groupId": "org.slf4j", - "artifactId": "jcl-over-slf4j", - "version": "2.0.13", - "name": "JCL 1.2 implemented over SLF4J", - "description": "JCL 1.2 implemented over SLF4J", - "url": "http://www.slf4j.org" - } - } - }, - { - "id": "2fd0a73a82c6e91b", - "name": "jcl-over-slf4j", - "version": "2.0.13", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jcl-over-slf4j-2.0.13.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jcl-over-slf4j-2.0.13.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jcl-over-slf4j:jcl-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl-over-slf4j:jcl_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl_over_slf4j:jcl-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl_over_slf4j:jcl_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:jcl-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:jcl_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl-over:jcl-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl-over:jcl_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl_over:jcl-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl_over:jcl_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:jcl-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:jcl_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl:jcl-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl:jcl_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.slf4j/jcl-over-slf4j@2.0.13", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jcl-over-slf4j-2.0.13.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Bundle-Description", - "value": "JCL 1.2 implemented over SLF4J" - }, - { - "key": "Bundle-DocURL", - "value": "http://www.slf4j.org" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "JCL 1.2 implemented over SLF4J" - }, - { - "key": "Bundle-SymbolicName", - "value": "jcl.over.slf4j" - }, - { - "key": "Bundle-Vendor", - "value": "SLF4J.ORG" - }, - { - "key": "Bundle-Version", - "value": "2.0.13" - }, - { - "key": "Export-Package", - "value": "org.apache.commons.logging;version=\"1.2\",org.apache.commons.logging.impl;version=\"1.2\";uses:=\"org.apache.commons.logging,org.slf4j,org.slf4j.spi\"" - }, - { - "key": "Implementation-Title", - "value": "jcl-over-slf4j" - }, - { - "key": "Implementation-Version", - "value": "2.0.13" - }, - { - "key": "Import-Package", - "value": "org.slf4j;version=\"[2.0,3)\",org.slf4j.spi;version=\"[2.0,3)\"" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Originally-Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "X-Compile-Source-JDK", - "value": "8" - }, - { - "key": "X-Compile-Target-JDK", - "value": "8" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.slf4j/jcl-over-slf4j/pom.properties", - "name": "", - "groupId": "org.slf4j", - "artifactId": "jcl-over-slf4j", - "version": "2.0.13" - }, - "pomProject": { - "path": "META-INF/maven/org.slf4j/jcl-over-slf4j/pom.xml", - "parent": { - "groupId": "org.slf4j", - "artifactId": "slf4j-parent", - "version": "2.0.13" - }, - "groupId": "org.slf4j", - "artifactId": "jcl-over-slf4j", - "version": "2.0.13", - "name": "JCL 1.2 implemented over SLF4J", - "description": "JCL 1.2 implemented over SLF4J", - "url": "http://www.slf4j.org" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "d062d6e35605aabee0c727a950e29d39ac0a262e" - } - ] - } - }, - { - "id": "ab8983d1bc844e79", - "name": "jcommon", - "version": "1.0.23", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jcommon-1.0.23.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "sha256:31abb695f8d7cffc6e2268e7162d64892557287e6c0723a4a2e38634d05dcd23", - "spdxExpression": "", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jcommon-1.0.23.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jcommon:1.0.23:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jfree:jcommon:1.0.23:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jcommon:1.0.23:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcommon:jcommon:1.0.23:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jfree:jcommon:1.0.23:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jcommon:1.0.23:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jfree/jcommon@1.0.23", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jcommon-1.0.23.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "Apache Maven" - }, - { - "key": "Built-By", - "value": "dgilbert" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_05" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jfree/jcommon/pom.properties", - "name": "", - "groupId": "org.jfree", - "artifactId": "jcommon", - "version": "1.0.23" - }, - "pomProject": { - "path": "META-INF/maven/org.jfree/jcommon/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "9" - }, - "groupId": "org.jfree", - "artifactId": "jcommon", - "version": "1.0.23", - "name": "JCommon", - "description": "JCommon is a free general purpose Java class library that is used in several projects at www.jfree.org, including JFreeChart and JFreeReport.", - "url": "http://www.jfree.org/jcommon/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "a316f336ca996e0c6bec4e4fbd49be8f5e1c3968" - } - ] - } - }, - { - "id": "6d7082194853b432", - "name": "jdk-tool", - "version": "73.vddf737284550", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jdk-tool.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jdk-tool.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:jdk-tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:jdk_tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:jdk-tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:jdk_tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:jdk-tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:jdk_tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jdk-tool:jdk-tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jdk-tool:jdk_tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jdk_tool:jdk-tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jdk_tool:jdk_tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jdk-tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jdk_tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jdk:jdk-tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jdk:jdk_tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/jdk-tool@73.vddf737284550", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jdk-tool.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Oracle Java SE Development Kit Installer Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Oracle Java SE Development Kit Installer Plugin" - }, - { - "key": "Implementation-Version", - "value": "73.vddf737284550" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "jdk-tool" - }, - { - "key": "Short-Name", - "value": "jdk-tool" - }, - { - "key": "Long-Name", - "value": "Oracle Java SE Development Kit Installer Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/jdk-tool-plugin" - }, - { - "key": "Plugin-Version", - "value": "73.vddf737284550" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Dependencies", - "value": "apache-httpcomponents-client-4-api:4.5.14-150.v7a_b_9d17134a_5" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/jdk-tool-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "ddf737284550db4aafd6e69b8a111edbaa6a3eaa" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/jdk-tool-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "ddf737284550db4aafd6e69b8a111edbaa6a3eaa" - }, - { - "key": "Implementation-Build", - "value": "ddf737284550db4aafd6e69b8a111edbaa6a3eaa" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/jdk-tool/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "jdk-tool", - "version": "73.vddf737284550" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/jdk-tool/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "jdk-tool", - "version": "73.vddf737284550", - "name": "Oracle Java SE Development Kit Installer Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/jdk-tool-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "f43551c66ad4d27b8e7e982060193ad4b496e479" - } - ] - } - }, - { - "id": "fbb5da65a0e9458e", - "name": "jdk-tool", - "version": "73.vddf737284550", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jdk-tool.hpi:WEB-INF/lib/jdk-tool.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jdk-tool.hpi:WEB-INF/lib/jdk-tool.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:jdk-tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:jdk_tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:jdk-tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:jdk_tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:jdk-tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:jdk_tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jdk-tool:jdk-tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jdk-tool:jdk_tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jdk_tool:jdk-tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jdk_tool:jdk_tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jdk-tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jdk_tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jdk:jdk-tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jdk:jdk_tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/jdk-tool@73.vddf737284550", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jdk-tool.hpi:WEB-INF/lib/jdk-tool.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Oracle Java SE Development Kit Installer Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Oracle Java SE Development Kit Installer Plugin" - }, - { - "key": "Implementation-Version", - "value": "73.vddf737284550" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "jdk-tool" - }, - { - "key": "Short-Name", - "value": "jdk-tool" - }, - { - "key": "Long-Name", - "value": "Oracle Java SE Development Kit Installer Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/jdk-tool-plugin" - }, - { - "key": "Plugin-Version", - "value": "73.vddf737284550" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Dependencies", - "value": "apache-httpcomponents-client-4-api:4.5.14-150.v7a_b_9d17134a_5" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/jdk-tool-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "ddf737284550db4aafd6e69b8a111edbaa6a3eaa" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/jdk-tool-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "ddf737284550db4aafd6e69b8a111edbaa6a3eaa" - }, - { - "key": "Implementation-Build", - "value": "ddf737284550db4aafd6e69b8a111edbaa6a3eaa" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/jdk-tool/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "jdk-tool", - "version": "73.vddf737284550" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/jdk-tool/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "jdk-tool", - "version": "73.vddf737284550", - "name": "Oracle Java SE Development Kit Installer Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/jdk-tool-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "77188f873c95f143721c0be59a7818a61891ef54" - } - ] - } - }, - { - "id": "af111f13757b2710", - "name": "jenkins", - "version": "2.461-r0", - "type": "apk", - "foundBy": "wolfictl", - "locations": [ - { - "path": ".PKGINFO", - "accessPath": ".PKGINFO" - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:jenkins:2.461:*:*:*:*:*:*:*", - "source": "wolfictl" - } - ], - "purl": "pkg:apk/wolfi/jenkins@2.461-r0?arch=aarch64&origin=jenkins", - "metadataType": "apk-db-entry", - "metadata": { - "package": "jenkins", - "originPackage": "jenkins", - "maintainer": "", - "version": "2.461-r0", - "architecture": "aarch64", - "url": "", - "description": "Open-source CI/CD application.", - "size": 93206164, - "installedSize": 0, - "pullDependencies": [ - "bash", - "busybox", - "coreutils", - "glibc-locale-en", - "jenkins-entrypoint", - "ttf-dejavu", - "tzdata" - ], - "provides": null, - "pullChecksum": "f77635211bdbf324471060d303201677c5bdf1906ad35918d6b470495647565d", - "gitCommitOfApkPort": "8e17f82a5b97f06dd23854feaa54bdc75c62cd32", - "files": [ - { - "path": "." - }, - { - "path": ".PKGINFO" - }, - { - "path": ".SIGN.RSA.wolfi-signing.rsa.pub" - }, - { - "path": "usr" - }, - { - "path": "usr/share" - }, - { - "path": "usr/share/java" - }, - { - "path": "usr/share/java/jenkins" - }, - { - "path": "usr/share/java/jenkins/jenkins.war" - }, - { - "path": "var" - }, - { - "path": "var/lib" - }, - { - "path": "var/lib/db" - }, - { - "path": "var/lib/db/sbom" - }, - { - "path": "var/lib/db/sbom/jenkins-2.461-r0.spdx.json" - } - ] - } - }, - { - "id": "8875c1ac79844af4", - "name": "jenkins-core", - "version": "2.461", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jenkins-core-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jenkins-core-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.main:jenkins-core:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.main:jenkins_core:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-core:jenkins-core:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-core:jenkins_core:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_core:jenkins-core:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_core:jenkins_core:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:jenkins-core:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:jenkins_core:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:jenkins-core:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:jenkins_core:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jenkins-core:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jenkins_core:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:main:jenkins-core:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:main:jenkins_core:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.main/jenkins-core@2.461", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jenkins-core-2.461.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.4.1" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Class-Path", - "value": "cli-2.461.jar remoting-3248.v65ecb_254c298.jar args4j-2.33.jar spotbugs-annotations-4.8.5.jar guava-33.2.1-jre.jar failureaccess-1.0.2.jar listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jarjsr305-3.0.1.jar guice-6.0.0.jar javax.inject-1.jar jakarta.inject-api-2.0.1.jar bridge-method-annotation-1.29.jar jzlib-1.1.3-kohsuke-1.jar embedded_su4j-1.1.jar txw2-20110809.jar relaxngDatatype-20020414.jar xstream-1.4.20.jar mxparser-1.2.2.jar commons-beanutils-1.9.4.jar commons-codec-1.17.0.jar commons-collections-3.2.2.jar commons-io-2.16.1.jar commons-jelly-tags-fmt-1.0.jar commons-jelly-tags-xml-1.1.jar commons-lang-2.6.jar jenkins-stapler-support-1.1.jar jakarta.servlet.jsp.jstl-api-1.2.7.jar jaxen-2.0.0.jar jline-2.14.6.jar jna-5.14.0.jar sezpoz-1.13.jar jcip-annotations-1.0.jar antlr4-runtime-4.13.1.jar ant-1.10.14.jar ant-launcher-1.10.14.jar commons-compress-1.26.1.jar commons-fileupload2-core-2.0.0-M2.jar commons-fileupload2-javax-2.0.0-M2.jar groovy-all-2.4.21.jar jbcrypt-1.0.2.jar jansi-1.11.jar annotation-indexer-1.17.jar commons-jexl-1.1-jenkins-20111212.jar crypto-util-1.9.jar memory-monitor-1.12.jar symbol-annotation-1.24.jar task-reactor-1.8.jar version-number-1.11.jar websocket-spi-2.461.jar jfreechart-1.0.19.jar jcommon-1.0.23.jar commons-jelly-tags-define-1.1-jenkins-20240510.jar localizer-1.31.jar robust-http-client-1.2.jar winp-1.30.jar access-modifier-annotation-1.33.jar windows-package-checker-1.2.jar j-interop-2.0.8-kohsuke-1.jarj-interopdeps-2.0.8-kohsuke-1.jar jcifs-1.3.18-kohsuke-1.jar metainf-services-1.11.jar json-lib-2.4-jenkins-7.jar stapler-1872.ve203fa_6b_b_98d.jar commons-discovery-0.5.jar jakarta.annotation-api-3.0.0.jar javax.annotation-api-1.3.2.jar tiger-types-2.2.jar stapler-adjunct-codemirror-1.3.jar stapler-groovy-1872.ve203fa_6b_b_98d.jar stapler-jelly-1872.ve203fa_6b_b_98d.jar dom4j-2.1.4.jar commons-jelly-1.1-jenkins-20240510.jar jcl-over-slf4j-2.0.13.jar slf4j-api-2.0.13.jar log4j-over-slf4j-2.0.13.jar spring-security-web-5.8.12.jar spring-security-core-5.8.12.jarspring-security-crypto-5.8.12.jar spring-core-5.3.36.jar spring-aop-5.3.36.jar spring-beans-5.3.36.jar spring-context-5.3.36.jar spring-expression-5.3.36.jar spring-web-5.3.36.jar xpp3-1.1.4c.jar" - }, - { - "key": "Specification-Title", - "value": "Jenkins core" - }, - { - "key": "Specification-Version", - "value": "2.461" - }, - { - "key": "Implementation-Title", - "value": "Jenkins core" - }, - { - "key": "Implementation-Version", - "value": "2.461" - }, - { - "key": "Main-Class", - "value": "hudson.Main" - }, - { - "key": "Implementation-Build", - "value": "896e0f30e8c5ea8afbdcb0b503aa197372113027" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.main/jenkins-core/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.main", - "artifactId": "jenkins-core", - "version": "2.461" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.main/jenkins-core/pom.xml", - "groupId": "org.jenkins-ci.main", - "artifactId": "jenkins-core", - "version": "2.461", - "name": "Jenkins core", - "description": "Jenkins core code and view files to render HTML.", - "url": "https://github.com/jenkinsci/jenkins" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "b837d7bc851525169c01717bf8559b7ce3ba8180" - } - ] - } - }, - { - "id": "ecad85a438f1b920", - "name": "jenkins-stapler-support", - "version": "1.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jenkins-stapler-support-1.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jenkins-stapler-support-1.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins-stapler-support:jenkins-stapler-support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-stapler-support:jenkins_stapler_support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_stapler_support:jenkins-stapler-support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_stapler_support:jenkins_stapler_support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.stapler:jenkins-stapler-support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.stapler:jenkins_stapler_support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-stapler:jenkins-stapler-support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-stapler:jenkins_stapler_support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_stapler:jenkins-stapler-support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_stapler:jenkins_stapler_support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:jenkins-stapler-support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:jenkins_stapler_support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:jenkins-stapler-support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:jenkins_stapler_support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:jenkins-stapler-support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:jenkins_stapler_support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jenkins-stapler-support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jenkins_stapler_support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler:jenkins-stapler-support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler:jenkins_stapler_support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.stapler/jenkins-stapler-support@1.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jenkins-stapler-support-1.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Built-By", - "value": "jeffret" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.5.4" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_161" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.stapler/jenkins-stapler-support/pom.properties", - "name": "", - "groupId": "io.jenkins.stapler", - "artifactId": "jenkins-stapler-support", - "version": "1.1" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.stapler/jenkins-stapler-support/pom.xml", - "parent": { - "groupId": "org.jenkins-ci", - "artifactId": "jenkins", - "version": "1.49" - }, - "groupId": "io.jenkins.stapler", - "artifactId": "jenkins-stapler-support", - "version": "1.1", - "name": "Jenkins Stapler Support Library" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "95127e05b589288439684304a75474bb1261a11c" - } - ] - } - }, - { - "id": "ad8612f11b9cafea", - "name": "jenkins-war", - "version": "2.461", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.main:jenkins-war:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.main:jenkins_war:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-war:jenkins-war:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-war:jenkins_war:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_war:jenkins-war:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_war:jenkins_war:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:jenkins-war:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:jenkins_war:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:jenkins-war:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:jenkins_war:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jenkins-war:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jenkins_war:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:main:jenkins-war:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:main:jenkins_war:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.main/jenkins-war@2.461", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven WAR Plugin 3.4.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Implementation-Title", - "value": "Jenkins war" - }, - { - "key": "Main-Class", - "value": "executable.Main" - }, - { - "key": "Add-Opens", - "value": "java.base/java.lang java.base/java.io java.base/java.util" - }, - { - "key": "Hudson-Version", - "value": "1.395" - }, - { - "key": "Implementation-Build", - "value": "896e0f30e8c5ea8afbdcb0b503aa197372113027" - }, - { - "key": "Implementation-Version", - "value": "2.461" - }, - { - "key": "Jenkins-Version", - "value": "2.461" - }, - { - "key": "Remoting-Embedded-Version", - "value": "3248.v65ecb_254c298" - }, - { - "key": "Remoting-Minimum-Supported-Version", - "value": "4.13" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.main/jenkins-war/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.main", - "artifactId": "jenkins-war", - "version": "2.461" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.main/jenkins-war/pom.xml", - "groupId": "org.jenkins-ci.main", - "artifactId": "jenkins-war", - "version": "2.461", - "name": "Jenkins war", - "description": "Creates a war file. Also includes additional static web resources, such as images, CSS, JavaScript, and some HTML files.", - "url": "https://github.com/jenkinsci/jenkins" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "2e4fcd37e9145aa08ec9720d9fdb5c011335acac" - } - ] - } - }, - { - "id": "fe0e4c44b1fc0ea6", - "name": "jetty-alpn-java-server", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jetty-alpn-java-server:jetty-alpn-java-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-alpn-java-server:jetty_alpn_java_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn_java_server:jetty-alpn-java-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn_java_server:jetty_alpn_java_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty-alpn-java-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty_alpn_java_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-alpn-java:jetty-alpn-java-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-alpn-java:jetty_alpn_java_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn_java:jetty-alpn-java-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn_java:jetty_alpn_java_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-alpn:jetty-alpn-java-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-alpn:jetty_alpn_java_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn:jetty-alpn-java-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn:jetty_alpn_java_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty-alpn-java-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty_alpn_java_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-alpn-java-server:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty-alpn-java-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty_alpn_java_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn_java_server:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-alpn-java:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn_java:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-alpn:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty/jetty-alpn-java-server@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty:jetty-alpn-java-server", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-alpn-java-server/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-alpn-java-server", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-alpn-java-server/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-alpn-parent", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-alpn-java-server", - "version": "10.0.20", - "name": "Jetty :: ALPN :: JDK9 Server Implementation" - } - } - }, - { - "id": "5dd266a764866e3a", - "name": "jetty-alpn-server", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jetty-alpn-server:jetty-alpn-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-alpn-server:jetty_alpn_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn_server:jetty-alpn-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn_server:jetty_alpn_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty-alpn-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty_alpn_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-alpn:jetty-alpn-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-alpn:jetty_alpn_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn:jetty-alpn-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn:jetty_alpn_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty-alpn-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty_alpn_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-alpn-server:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty-alpn-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty_alpn_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn_server:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-alpn:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty/jetty-alpn-server@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty:jetty-alpn-server", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-alpn-server/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-alpn-server", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-alpn-server/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-alpn-parent", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-alpn-server", - "version": "10.0.20", - "name": "Jetty :: ALPN :: Server" - } - } - }, - { - "id": "b994df2cd4692513", - "name": "jetty-http", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty-http:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty_http:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-http:jetty-http:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-http:jetty_http:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_http:jetty-http:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_http:jetty_http:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty-http:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty_http:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-http:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty-http:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty_http:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_http:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty:jetty-http", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-http/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-http", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-http/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-project", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-http", - "version": "10.0.20", - "name": "Jetty :: Http Utility" - } - } - }, - { - "id": "2a9c1649ffb6a46d", - "name": "jetty-io", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty-io:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty_io:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-io:jetty-io:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-io:jetty_io:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_io:jetty-io:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_io:jetty_io:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty-io:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty_io:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-io:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty-io:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty_io:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_io:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty/jetty-io@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty:jetty-io", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-io/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-io", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-io/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-project", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-io", - "version": "10.0.20", - "name": "Jetty :: IO Utility" - } - } - }, - { - "id": "18c9812482d1df54", - "name": "jetty-jmx", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty-jmx:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty_jmx:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-jmx:jetty-jmx:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-jmx:jetty_jmx:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_jmx:jetty-jmx:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_jmx:jetty_jmx:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty-jmx:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty_jmx:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-jmx:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty-jmx:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty_jmx:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_jmx:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty/jetty-jmx@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty:jetty-jmx", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-jmx/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-jmx", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-jmx/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-project", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-jmx", - "version": "10.0.20", - "name": "Jetty :: JMX Management", - "description": "JMX management artifact for jetty." - } - } - }, - { - "id": "5a7b8b481d937ebe", - "name": "jetty-security", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty-security:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty_security:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-security:jetty-security:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-security:jetty_security:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_security:jetty-security:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_security:jetty_security:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty-security:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty_security:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-security:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty-security:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty_security:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_security:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty/jetty-security@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty:jetty-security", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-security/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-security", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-security/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-project", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-security", - "version": "10.0.20", - "name": "Jetty :: Security", - "description": "Jetty security infrastructure" - } - } - }, - { - "id": "f168b872ce58c987", - "name": "jetty-server", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-server:jetty-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-server:jetty_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_server:jetty-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_server:jetty_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-server:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_server:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty/jetty-server@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty:jetty-server", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-server/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-server", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-server/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-project", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-server", - "version": "10.0.20", - "name": "Jetty :: Server Core", - "description": "The core jetty server artifact." - } - } - }, - { - "id": "9e9369bc5b832f9b", - "name": "jetty-servlet", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty-servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty_servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-servlet:jetty-servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-servlet:jetty_servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_servlet:jetty-servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_servlet:jetty_servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty-servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty_servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-servlet:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty-servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty_servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_servlet:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty/jetty-servlet@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty:jetty-servlet", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-servlet/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-servlet", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-servlet/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-project", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-servlet", - "version": "10.0.20", - "name": "Jetty :: Servlet Handling", - "description": "Jetty Servlet Container" - } - } - }, - { - "id": "9a3781d356c185d8", - "name": "jetty-unixdomain-server", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jetty-unixdomain-server:jetty-unixdomain-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-unixdomain-server:jetty_unixdomain_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_unixdomain_server:jetty-unixdomain-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_unixdomain_server:jetty_unixdomain_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty-unixdomain-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty_unixdomain_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-unixdomain:jetty-unixdomain-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-unixdomain:jetty_unixdomain_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_unixdomain:jetty-unixdomain-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_unixdomain:jetty_unixdomain_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty-unixdomain-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty_unixdomain_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-unixdomain-server:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty-unixdomain-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty_unixdomain_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_unixdomain_server:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-unixdomain:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_unixdomain:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty/jetty-unixdomain-server@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty:jetty-unixdomain-server", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-unixdomain-server/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-unixdomain-server", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-unixdomain-server/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-project", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-unixdomain-server", - "version": "10.0.20", - "name": "Jetty :: Unix-Domain Sockets :: Server", - "description": "Jetty Unix-Domain Sockets Server" - } - } - }, - { - "id": "8886743f9b327a05", - "name": "jetty-util", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty-util:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty_util:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-util:jetty-util:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-util:jetty_util:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_util:jetty-util:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_util:jetty_util:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty-util:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty_util:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-util:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty-util:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty_util:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_util:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty/jetty-util@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty:jetty-util", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-util/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-util", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-util/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-project", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-util", - "version": "10.0.20", - "name": "Jetty :: Utilities", - "description": "Utility classes for Jetty" - } - } - }, - { - "id": "89e3c771cc8e4980", - "name": "jetty-webapp", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty-webapp:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty_webapp:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-webapp:jetty-webapp:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-webapp:jetty_webapp:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_webapp:jetty-webapp:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_webapp:jetty_webapp:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty-webapp:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty_webapp:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-webapp:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty-webapp:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty_webapp:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_webapp:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty:jetty-webapp", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-webapp/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-webapp", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-webapp/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-project", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-webapp", - "version": "10.0.20", - "name": "Jetty :: Webapp Application Support", - "description": "Jetty web application support" - } - } - }, - { - "id": "43a1c6d6ab0c9189", - "name": "jetty-xml", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty-xml:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty_xml:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-xml:jetty-xml:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-xml:jetty_xml:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_xml:jetty-xml:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_xml:jetty_xml:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty-xml:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty_xml:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-xml:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty-xml:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty_xml:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_xml:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty/jetty-xml@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty:jetty-xml", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-xml/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-xml", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-xml/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-project", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-xml", - "version": "10.0.20", - "name": "Jetty :: XML utilities", - "description": "The jetty xml utilities." - } - } - }, - { - "id": "8103093d0dcb71b1", - "name": "jfreechart", - "version": "1.0.19", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jfreechart-1.0.19.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "GNU Lesser General Public Licence", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.gnu.org/licenses/lgpl.txt" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jfreechart-1.0.19.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jfreechart:1.0.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jfreechart:jfreechart:1.0.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jfree:jfreechart:1.0.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jfreechart:1.0.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jfree:jfreechart:1.0.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jfreechart:1.0.19:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jfree/jfreechart@1.0.19", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jfreechart-1.0.19.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "Apache Maven" - }, - { - "key": "Built-By", - "value": "dgilbert" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_05" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jfree/jfreechart/pom.properties", - "name": "", - "groupId": "org.jfree", - "artifactId": "jfreechart", - "version": "1.0.19" - }, - "pomProject": { - "path": "META-INF/maven/org.jfree/jfreechart/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "9" - }, - "groupId": "org.jfree", - "artifactId": "jfreechart", - "version": "1.0.19", - "name": "JFreeChart", - "description": "JFreeChart is a class library, written in Java, for generating charts. Utilising the Java2D APIs, it currently supports bar charts, pie charts, line charts, XY-plots and time series plots.", - "url": "http://www.jfree.org/jfreechart/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "ba9ee7dbb2e4c57a6901c79f614ed2dea9cc0e20" - } - ] - } - }, - { - "id": "9e85e0f8239a3999", - "name": "jline", - "version": "2.14.6", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jline-2.14.6.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.opensource.org/licenses/bsd-license.php", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jline-2.14.6.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jline:2.14.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jline:2.14.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jline:jline:2.14.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jline:2.14.6:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jline/jline@2.14.6", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jline-2.14.6.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-Description", - "value": "Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/" - }, - { - "key": "Bundle-License", - "value": "http://www.opensource.org/licenses/bsd-license.php" - }, - { - "key": "Bundle-SymbolicName", - "value": "jline" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Built-By", - "value": "gnodet" - }, - { - "key": "Bnd-LastModified", - "value": "1522055899173" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.5))\"" - }, - { - "key": "Tool", - "value": "Bnd-2.4.1.201501161923" - }, - { - "key": "Export-Package", - "value": "jline;uses:=\"jline.internal\";version=\"2.14.6\",jline.console;uses:=\"jline,jline.console.completer,jline.console.history\";version=\"2.14.6\",jline.console.completer;uses:=\"jline.console\";version=\"2.14.6\",jline.console.history;version=\"2.14.6\",jline.console.internal;version=\"2.14.6\",jline.internal;version=\"2.14.6\",org.fusesource.jansi;version=\"1.12\"" - }, - { - "key": "Bundle-Name", - "value": "JLine" - }, - { - "key": "Bundle-Version", - "value": "2.14.6" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_162" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/jline/jline/pom.properties", - "name": "", - "groupId": "jline", - "artifactId": "jline", - "version": "2.14.6" - }, - "pomProject": { - "path": "META-INF/maven/jline/jline/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "9" - }, - "groupId": "jline", - "artifactId": "jline", - "version": "2.14.6", - "name": "JLine" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "c3aeac59c022bdc497c8c48ed86fa50450e4896a" - } - ] - } - }, - { - "id": "656903078fcd571d", - "name": "jna", - "version": "5.14.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jna-5.14.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jna-5.14.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "LGPL-2.1", - "spdxExpression": "LGPL-2.1-only", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jna-5.14.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jna-development-team:jna:5.14.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jna_development_team:jna:5.14.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.jna:jna:5.14.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jna:jna:5.14.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:jna:5.14.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.sun.jna/jna@5.14.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jna-5.14.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Ant-Version", - "value": "Apache Ant 1.10.13" - }, - { - "key": "Created-By", - "value": "1.8.0_262-b10 (AdoptOpenJDK)" - }, - { - "key": "Main-Class", - "value": "com.sun.jna.Native" - }, - { - "key": "Implementation-Title", - "value": "com.sun.jna" - }, - { - "key": "Implementation-Vendor", - "value": "JNA Development Team" - }, - { - "key": "Implementation-Version", - "value": "5.14.0 (b0)" - }, - { - "key": "Specification-Title", - "value": "Java Native Access (JNA)" - }, - { - "key": "Specification-Vendor", - "value": "JNA Development Team" - }, - { - "key": "Specification-Version", - "value": "5" - }, - { - "key": "Bundle-Category", - "value": "jni" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "jna" - }, - { - "key": "Bundle-Description", - "value": "JNA Library" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.sun.jna" - }, - { - "key": "Bundle-Version", - "value": "5.14.0" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "JavaSE-1.6" - }, - { - "key": "Bundle-Vendor", - "value": "JNA Development Team" - }, - { - "key": "Bundle-ActivationPolicy", - "value": "lazy" - }, - { - "key": "Export-Package", - "value": "com.sun.jna;version=\"5.14.0\", com.sun.jna.ptr;version=\"5.14.0\";uses:=\"com.sun.jna\", com.sun.jna.win32;version=\"5.14.0\";uses:=\"com.sun.jna\"" - }, - { - "key": "Bundle-NativeCode", - "value": "com/sun/jna/win32-x86/jnidispatch.dll; processor=x86;osname=win32, com/sun/jna/win32-x86-64/jnidispatch.dll; processor=x86-64;osname=win32, com/sun/jna/win32-aarch64/jnidispatch.dll; processor=aarch64;osname=win32, com/sun/jna/win32-x86/jnidispatch.dll; processor=x86;osname=win, com/sun/jna/win32-x86-64/jnidispatch.dll; processor=x86-64;osname=win, com/sun/jna/win32-aarch64/jnidispatch.dll; processor=aarch64;osname=win, com/sun/jna/w32ce-arm/jnidispatch.dll; processor=arm;osname=wince, com/sun/jna/sunos-x86/libjnidispatch.so;processor=x86;osname=sunos, com/sun/jna/sunos-x86-64/libjnidispatch.so; processor=x86-64;osname=sunos, com/sun/jna/sunos-sparc/libjnidispatch.so; processor=sparc;osname=sunos, com/sun/jna/sunos-sparcv9/libjnidispatch.so; processor=sparcv9;osname=sunos, com/sun/jna/aix-ppc/libjnidispatch.a; processor=ppc;osname=aix, com/sun/jna/aix-ppc64/libjnidispatch.a; processor=ppc64;osname=aix, com/sun/jna/linux-ppc/libjnidispatch.so; processor=ppc;osname=linux, com/sun/jna/linux-ppc64/libjnidispatch.so; processor=ppc64;osname=linux, com/sun/jna/linux-ppc64le/libjnidispatch.so; processor=ppc64le;osname=linux, com/sun/jna/linux-x86/libjnidispatch.so; processor=x86;osname=linux, com/sun/jna/linux-x86-64/libjnidispatch.so; processor=x86-64;osname=linux, com/sun/jna/linux-arm/libjnidispatch.so; processor=arm;osname=linux, com/sun/jna/linux-arm/libjnidispatch.so; processor=arm_le;osname=linux, com/sun/jna/linux-armel/libjnidispatch.so; processor=armel;osname=linux, com/sun/jna/linux-aarch64/libjnidispatch.so; processor=aarch64;osname=linux, com/sun/jna/linux-ia64/libjnidispatch.so; processor=ia64;osname=linux, com/sun/jna/linux-sparcv9/libjnidispatch.so; processor=sparcv9;osname=linux, com/sun/jna/linux-mips64el/libjnidispatch.so; processor=mips64el;osname=linux, com/sun/jna/linux-s390x/libjnidispatch.so;processor=S390x;osname=linux, com/sun/jna/linux-loongarch64/libjnidispatch.so; processor=loongarch64;osname=linux, com/sun/jna/freebsd-x86/libjnidispatch.so; processor=x86;osname=freebsd, com/sun/jna/freebsd-x86-64/libjnidispatch.so; processor=x86-64;osname=freebsd, com/sun/jna/openbsd-x86/libjnidispatch.so; processor=x86;osname=openbsd, com/sun/jna/openbsd-x86-64/libjnidispatch.so; processor=x86-64;osname=openbsd, com/sun/jna/darwin-ppc/libjnidispatch.jnilib; osname=macosx;processor=ppc, com/sun/jna/darwin-ppc64/libjnidispatch.jnilib; osname=macosx;processor=ppc64, com/sun/jna/darwin-x86/libjnidispatch.jnilib;osname=macosx;processor=x86, com/sun/jna/darwin-x86-64/libjnidispatch.jnilib; osname=macosx;processor=x86-64, com/sun/jna/darwin-aarch64/libjnidispatch.jnilib; osname=macosx;processor=aarch64" - }, - { - "key": "Automatic-Module-Name", - "value": "com.sun.jna" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "67bf3eaea4f0718cb376a181a629e5f88fa1c9dd" - } - ] - } - }, - { - "id": "ee78f29c5bc219c2", - "name": "jquery3-api", - "version": "3.7.1-2", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jquery3-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jquery3-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:jquery3-api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:jquery3_api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jquery3-api:jquery3-api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jquery3-api:jquery3_api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jquery3_api:jquery3-api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jquery3_api:jquery3_api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jquery3-api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jquery3_api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jquery3:jquery3-api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jquery3:jquery3_api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/jquery3-api@3.7.1-2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jquery3-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Specification-Title", - "value": "JQuery3 API Plugin" - }, - { - "key": "Specification-Version", - "value": "3.7" - }, - { - "key": "Implementation-Title", - "value": "JQuery3 API Plugin" - }, - { - "key": "Implementation-Version", - "value": "3.7.1-2" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "jquery3-api" - }, - { - "key": "Short-Name", - "value": "jquery3-api" - }, - { - "key": "Long-Name", - "value": "JQuery3 API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/jquery3-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "3.7.1-2" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "commons-lang3-api:3.13.0-62.v7d18e55f51e2,commons-text-api:1.11.0-95.v22a_d30ee5d36" - }, - { - "key": "Plugin-Developers", - "value": "Ullrich Hafner:uhafner:ullrich.hafner@gmail.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT license" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/jquery3-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "v3.7.1-2" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/jquery3-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "ade40c088400bad400187e300a15962d7c4d5e65" - }, - { - "key": "Implementation-Build", - "value": "ade40c088400bad400187e300a15962d7c4d5e65" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/jquery3-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "jquery3-api", - "version": "3.7.1-2" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/jquery3-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "jquery3-api", - "version": "3.7.1-2", - "name": "JQuery3 API Plugin", - "description": "Provides jQuery 3.x for Jenkins plugins.", - "url": "https://github.com/jenkinsci/jquery3-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "9255e2d4789945a516e75899883c514516717984" - } - ] - } - }, - { - "id": "e83a9ccd693f15f2", - "name": "jquery3-api", - "version": "3.7.1-2", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jquery3-api.hpi:WEB-INF/lib/jquery3-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jquery3-api.hpi:WEB-INF/lib/jquery3-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:jquery3-api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:jquery3_api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jquery3-api:jquery3-api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jquery3-api:jquery3_api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jquery3_api:jquery3-api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jquery3_api:jquery3_api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jquery3-api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jquery3_api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jquery3:jquery3-api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jquery3:jquery3_api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/jquery3-api@3.7.1-2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jquery3-api.hpi:WEB-INF/lib/jquery3-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Specification-Title", - "value": "JQuery3 API Plugin" - }, - { - "key": "Specification-Version", - "value": "3.7" - }, - { - "key": "Implementation-Title", - "value": "JQuery3 API Plugin" - }, - { - "key": "Implementation-Version", - "value": "3.7.1-2" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "jquery3-api" - }, - { - "key": "Short-Name", - "value": "jquery3-api" - }, - { - "key": "Long-Name", - "value": "JQuery3 API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/jquery3-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "3.7.1-2" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "commons-lang3-api:3.13.0-62.v7d18e55f51e2,commons-text-api:1.11.0-95.v22a_d30ee5d36" - }, - { - "key": "Plugin-Developers", - "value": "Ullrich Hafner:uhafner:ullrich.hafner@gmail.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT license" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/jquery3-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "v3.7.1-2" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/jquery3-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "ade40c088400bad400187e300a15962d7c4d5e65" - }, - { - "key": "Implementation-Build", - "value": "ade40c088400bad400187e300a15962d7c4d5e65" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/jquery3-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "jquery3-api", - "version": "3.7.1-2" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/jquery3-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "jquery3-api", - "version": "3.7.1-2", - "name": "JQuery3 API Plugin", - "description": "Provides jQuery 3.x for Jenkins plugins.", - "url": "https://github.com/jenkinsci/jquery3-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "d3db728bf0177f9d4e72ba095c436c569de70b73" - } - ] - } - }, - { - "id": "12d2956a5c7e7b30", - "name": "json", - "version": "20240303", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/json-api.hpi:WEB-INF/lib/json-20240303.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://github.com/stleary/JSON-java/blob/master/LICENSE", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/json-api.hpi:WEB-INF/lib/json-20240303.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.json:json:20240303:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json:json:20240303:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.json/json@20240303", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/json-api.hpi:WEB-INF/lib/json-20240303.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-Description", - "value": "JSON is a light-weight, language independent, datainterchange format. See http://www.JSON.org/ The filesin this package implement JSON encoders/decoders in Java. Italso includes the capability to convert between JSON and XML, HTTPheaders, Cookies, and CDL. This is a reference implementation. There are a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully." - }, - { - "key": "Bundle-License", - "value": "https://github.com/stleary/JSON-java/blob/master/LICENSE" - }, - { - "key": "Bundle-SymbolicName", - "value": "json" - }, - { - "key": "Bnd-LastModified", - "value": "1709478962392" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "Export-Package", - "value": "org.json;version=\"20240303.0.0\"" - }, - { - "key": "Bundle-Name", - "value": "JSON in Java" - }, - { - "key": "Bundle-Version", - "value": "20240303.0.0" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.json/json/pom.properties", - "name": "", - "groupId": "org.json", - "artifactId": "json", - "version": "20240303" - }, - "pomProject": { - "path": "META-INF/maven/org.json/json/pom.xml", - "groupId": "org.json", - "artifactId": "json", - "version": "20240303", - "name": "JSON in Java", - "description": "JSON is a light-weight, language independent, data interchange format. See http://www.JSON.org/ The files in this package implement JSON encoders/decoders in Java. It also includes the capability to convert between JSON and XML, HTTP headers, Cookies, and CDL. This is a reference implementation. There are a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully.", - "url": "https://github.com/douglascrockford/JSON-java" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "0ebb88e8fb5122b7506d5cf1d69f1ccdb790d22a" - } - ] - } - }, - { - "id": "0862d623de717803", - "name": "json-api", - "version": "20240303-41.v94e11e6de726", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/json-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT No Attribution License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/json-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:json-api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:json_api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json-api:json-api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json-api:json_api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json_api:json-api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json_api:json_api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:json-api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:json_api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json:json-api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json:json_api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/json-api@20240303-41.v94e11e6de726", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/json-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "JSON Api Plugin" - }, - { - "key": "Specification-Version", - "value": "20240303.0" - }, - { - "key": "Implementation-Title", - "value": "JSON Api Plugin" - }, - { - "key": "Implementation-Version", - "value": "20240303-41.v94e11e6de726" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "json-api" - }, - { - "key": "Short-Name", - "value": "json-api" - }, - { - "key": "Long-Name", - "value": "JSON Api Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/json-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "20240303-41.v94e11e6de726" - }, - { - "key": "Hudson-Version", - "value": "2.414.3" - }, - { - "key": "Jenkins-Version", - "value": "2.414.3" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT No Attribution License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/license/mit-0/" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/json-api-plugin" - }, - { - "key": "Plugin-ScmTag", - "value": "94e11e6de7264e2ac8782d46310e2330fa167ded" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/json-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "94e11e6de7264e2ac8782d46310e2330fa167ded" - }, - { - "key": "Implementation-Build", - "value": "94e11e6de7264e2ac8782d46310e2330fa167ded" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/json-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "json-api", - "version": "20240303-41.v94e11e6de726" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/json-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "json-api", - "version": "20240303-41.v94e11e6de726", - "name": "JSON Api Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/json-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "8c95b4331a5e8253bf37162409e9eeb41a244d08" - } - ] - } - }, - { - "id": "e8247ba58e26dbad", - "name": "json-api", - "version": "20240303-41.v94e11e6de726", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/json-api.hpi:WEB-INF/lib/json-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT No Attribution License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/json-api.hpi:WEB-INF/lib/json-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:json-api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:json_api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json-api:json-api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json-api:json_api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json_api:json-api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json_api:json_api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:json-api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:json_api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json:json-api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json:json_api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/json-api@20240303-41.v94e11e6de726", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/json-api.hpi:WEB-INF/lib/json-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "JSON Api Plugin" - }, - { - "key": "Specification-Version", - "value": "20240303.0" - }, - { - "key": "Implementation-Title", - "value": "JSON Api Plugin" - }, - { - "key": "Implementation-Version", - "value": "20240303-41.v94e11e6de726" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "json-api" - }, - { - "key": "Short-Name", - "value": "json-api" - }, - { - "key": "Long-Name", - "value": "JSON Api Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/json-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "20240303-41.v94e11e6de726" - }, - { - "key": "Hudson-Version", - "value": "2.414.3" - }, - { - "key": "Jenkins-Version", - "value": "2.414.3" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT No Attribution License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/license/mit-0/" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/json-api-plugin" - }, - { - "key": "Plugin-ScmTag", - "value": "94e11e6de7264e2ac8782d46310e2330fa167ded" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/json-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "94e11e6de7264e2ac8782d46310e2330fa167ded" - }, - { - "key": "Implementation-Build", - "value": "94e11e6de7264e2ac8782d46310e2330fa167ded" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/json-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "json-api", - "version": "20240303-41.v94e11e6de726" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/json-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "json-api", - "version": "20240303-41.v94e11e6de726", - "name": "JSON Api Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/json-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "334d2da878c6f2ab23a9c0e8815278f5e79ef4d7" - } - ] - } - }, - { - "id": "13361c9c92b15ace", - "name": "json-lib", - "version": "2.4-jenkins-7", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/json-lib-2.4-jenkins-7.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/json-lib-2.4-jenkins-7.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.kohsuke.stapler:json-lib:2.4-jenkins-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke.stapler:json_lib:2.4-jenkins-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json-lib:json-lib:2.4-jenkins-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json-lib:json_lib:2.4-jenkins-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json_lib:json-lib:2.4-jenkins-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json_lib:json_lib:2.4-jenkins-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:json-lib:2.4-jenkins-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:json_lib:2.4-jenkins-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler:json-lib:2.4-jenkins-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler:json_lib:2.4-jenkins-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json:json-lib:2.4-jenkins-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json:json_lib:2.4-jenkins-7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.kohsuke.stapler/json-lib@2.4-jenkins-7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/json-lib-2.4-jenkins-7.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.3.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "json-lib" - }, - { - "key": "Specification-Version", - "value": "2.4" - }, - { - "key": "Specification-Vendor", - "value": "Json-lib" - }, - { - "key": "Implementation-Title", - "value": "json-lib" - }, - { - "key": "Implementation-Version", - "value": "2.4-jenkins-7" - }, - { - "key": "Implementation-Vendor", - "value": "Json-lib" - }, - { - "key": "Implementation-Build", - "value": "d5f746045bb5820e1bc00f5c651c81718f58fb2a" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.kohsuke.stapler/json-lib/pom.properties", - "name": "", - "groupId": "org.kohsuke.stapler", - "artifactId": "json-lib", - "version": "2.4-jenkins-7" - }, - "pomProject": { - "path": "META-INF/maven/org.kohsuke.stapler/json-lib/pom.xml", - "groupId": "org.kohsuke.stapler", - "artifactId": "json-lib", - "version": "2.4-jenkins-7", - "name": "json-lib", - "description": "Java library for transforming beans, maps, collections, java arrays and XML to JSON.", - "url": "https://json-lib.sourceforge.net" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "d4759b370f5832e3050fc6ecd01dc5e295951f1b" - } - ] - } - }, - { - "id": "8a20ecaef6a7280e", - "name": "junit", - "version": "1265.v65b_14fa_f12f0", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/junit.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/junit.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:junit:1265.v65b_14fa_f12f0:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/junit@1265.v65b_14fa_f12f0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/junit.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "JUnit Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "JUnit Plugin" - }, - { - "key": "Implementation-Version", - "value": "1265.v65b_14fa_f12f0" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "junit" - }, - { - "key": "Short-Name", - "value": "junit" - }, - { - "key": "Long-Name", - "value": "JUnit Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/junit-plugin" - }, - { - "key": "Plugin-Version", - "value": "1265.v65b_14fa_f12f0" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Dependencies", - "value": "bootstrap5-api:5.3.2-2,checks-api:2.0.2,echarts-api:5.4.0-7,ionicons-api:56.v1b_1c8c49374e,plugin-util-api:3.6.0,workflow-api:1283.v99c10937efcb_,workflow-step-api:639.v6eca_cd8c04a_a_,display-url-api:2.200.vb_9327d658781,jackson2-api:2.15.2-350.v0c2f3f8fc595,script-security:1275.v23895f409fb_d" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/junit-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "65b14faf12f0288af54692fe74b7c1ae564b95cf" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/junit-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "65b14faf12f0288af54692fe74b7c1ae564b95cf" - }, - { - "key": "Implementation-Build", - "value": "65b14faf12f0288af54692fe74b7c1ae564b95cf" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/junit/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "junit", - "version": "1265.v65b_14fa_f12f0" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/junit/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "junit", - "version": "1265.v65b_14fa_f12f0", - "name": "JUnit Plugin", - "description": "Allows JUnit-format test results to be published.", - "url": "https://github.com/jenkinsci/junit-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "ca370d45b61f46e46e892d738dac8d9f4f6f5454" - } - ] - } - }, - { - "id": "5efe00d8c69dca6e", - "name": "junit", - "version": "1265.v65b_14fa_f12f0", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/junit.hpi:WEB-INF/lib/junit.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/junit.hpi:WEB-INF/lib/junit.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:junit:1265.v65b_14fa_f12f0:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/junit@1265.v65b_14fa_f12f0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/junit.hpi:WEB-INF/lib/junit.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "JUnit Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "JUnit Plugin" - }, - { - "key": "Implementation-Version", - "value": "1265.v65b_14fa_f12f0" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "junit" - }, - { - "key": "Short-Name", - "value": "junit" - }, - { - "key": "Long-Name", - "value": "JUnit Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/junit-plugin" - }, - { - "key": "Plugin-Version", - "value": "1265.v65b_14fa_f12f0" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Dependencies", - "value": "bootstrap5-api:5.3.2-2,checks-api:2.0.2,echarts-api:5.4.0-7,ionicons-api:56.v1b_1c8c49374e,plugin-util-api:3.6.0,workflow-api:1283.v99c10937efcb_,workflow-step-api:639.v6eca_cd8c04a_a_,display-url-api:2.200.vb_9327d658781,jackson2-api:2.15.2-350.v0c2f3f8fc595,script-security:1275.v23895f409fb_d" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/junit-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "65b14faf12f0288af54692fe74b7c1ae564b95cf" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/junit-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "65b14faf12f0288af54692fe74b7c1ae564b95cf" - }, - { - "key": "Implementation-Build", - "value": "65b14faf12f0288af54692fe74b7c1ae564b95cf" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/junit/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "junit", - "version": "1265.v65b_14fa_f12f0" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/junit/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "junit", - "version": "1265.v65b_14fa_f12f0", - "name": "JUnit Plugin", - "description": "Allows JUnit-format test results to be published.", - "url": "https://github.com/jenkinsci/junit-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "1a0b0d0ff6c9b597be56686e1b8e7f4ff2452927" - } - ] - } - }, - { - "id": "c864ff5fe3b7cb24", - "name": "jzlib", - "version": "1.1.3-kohsuke-1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jzlib-1.1.3-kohsuke-1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.jcraft.com/jzlib/LICENSE.txt" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jzlib-1.1.3-kohsuke-1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.jcraft:jzlib:1.1.3-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcraft:jzlib:1.1.3-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jzlib:jzlib:1.1.3-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.jcraft/jzlib@1.1.3-kohsuke-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jzlib-1.1.3-kohsuke-1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "Apache Maven" - }, - { - "key": "Built-By", - "value": "kohsuke" - }, - { - "key": "Build-Jdk", - "value": "1.7.0_07" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.jcraft/jzlib/pom.properties", - "name": "", - "groupId": "com.jcraft", - "artifactId": "jzlib", - "version": "1.1.3-kohsuke-1" - }, - "pomProject": { - "path": "META-INF/maven/com.jcraft/jzlib/pom.xml", - "groupId": "com.jcraft", - "artifactId": "jzlib", - "version": "1.1.3-kohsuke-1", - "name": "JZlib", - "description": "JZlib is a re-implementation of zlib in pure Java", - "url": "http://www.jcraft.com/jzlib/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "af5d27e1de29df05db95da5d76b546d075bc1bc5" - } - ] - } - }, - { - "id": "3924bf79b130aa50", - "name": "listenablefuture", - "version": "9999.0-empty-to-avoid-conflict-with-guava", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:listenablefuture:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.5.0" - }, - { - "key": "Built-By", - "value": "cpovirk" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_151-google-v7" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.google.guava/listenablefuture/pom.properties", - "name": "", - "groupId": "com.google.guava", - "artifactId": "listenablefuture", - "version": "9999.0-empty-to-avoid-conflict-with-guava" - }, - "pomProject": { - "path": "META-INF/maven/com.google.guava/listenablefuture/pom.xml", - "parent": { - "groupId": "com.google.guava", - "artifactId": "guava-parent", - "version": "26.0-android" - }, - "groupId": "com.google.guava", - "artifactId": "listenablefuture", - "version": "9999.0-empty-to-avoid-conflict-with-guava", - "name": "Guava ListenableFuture only", - "description": "An empty artifact that Guava depends on to signal that it is providing ListenableFuture -- but is also available in a second \"version\" that contains com.google.common.util.concurrent.ListenableFuture class, without any other Guava classes. The idea is: - If users want only ListenableFuture, they depend on listenablefuture-1.0. - If users want all of Guava, they depend on guava, which, as of Guava 27.0, depends on listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-... version number is enough for some build systems (notably, Gradle) to select that empty artifact over the \"real\" listenablefuture-1.0 -- avoiding a conflict with the copy of ListenableFuture in guava itself. If users are using an older version of Guava or a build system other than Gradle, they may see class conflicts. If so, they can solve them by manually excluding the listenablefuture artifact or manually forcing their build systems to use 9999.0-...." - }, - "digest": [ - { - "algorithm": "sha1", - "value": "b421526c5f297295adef1c886e5246c39d4ac629" - } - ] - } - }, - { - "id": "f28fd43a95aa5176", - "name": "localizer", - "version": "1.31", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jvnet.localizer:localizer:1.31:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:localizer:localizer:1.31:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jvnet:localizer:1.31:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jvnet.localizer/localizer@1.31", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:org.jvnet.localizer:localizer", - "pomProperties": { - "path": "META-INF/maven/org.jvnet.localizer/localizer/pom.properties", - "name": "", - "groupId": "org.jvnet.localizer", - "artifactId": "localizer", - "version": "1.31" - }, - "pomProject": { - "path": "META-INF/maven/org.jvnet.localizer/localizer/pom.xml", - "parent": { - "groupId": "org.jvnet.localizer", - "artifactId": "localizer-parent", - "version": "1.31" - }, - "groupId": "org.jvnet.localizer", - "artifactId": "localizer", - "version": "1.31", - "name": "Localizer" - } - } - }, - { - "id": "66fe6c6ecaf2aa7f", - "name": "localizer", - "version": "1.31", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/localizer-1.31.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jvnet.localizer:localizer:1.31:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:localizer:localizer:1.31:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jvnet:localizer:1.31:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jvnet.localizer/localizer@1.31", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/localizer-1.31.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Maven Jar Plugin 3.2.0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jvnet.localizer/localizer/pom.properties", - "name": "", - "groupId": "org.jvnet.localizer", - "artifactId": "localizer", - "version": "1.31" - }, - "pomProject": { - "path": "META-INF/maven/org.jvnet.localizer/localizer/pom.xml", - "parent": { - "groupId": "org.jvnet.localizer", - "artifactId": "localizer-parent", - "version": "1.31" - }, - "groupId": "org.jvnet.localizer", - "artifactId": "localizer", - "version": "1.31", - "name": "Localizer" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "aa7560693502015b7747697fa5a4fd1da9a95ccd" - } - ] - } - }, - { - "id": "34f672506fdc8b0a", - "name": "log4j-over-slf4j", - "version": "2.0.13", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/log4j-over-slf4j-2.0.13.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/log4j-over-slf4j-2.0.13.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:log4j-over-slf4j:log4j-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:log4j-over-slf4j:log4j_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:log4j_over_slf4j:log4j-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:log4j_over_slf4j:log4j_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:log4j-over:log4j-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:log4j-over:log4j_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:log4j_over:log4j-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:log4j_over:log4j_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:log4j-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:log4j_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:log4j:log4j-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:log4j:log4j_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:log4j-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:log4j_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.slf4j/log4j-over-slf4j@2.0.13", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/log4j-over-slf4j-2.0.13.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Bundle-Description", - "value": "Log4j implemented over SLF4J" - }, - { - "key": "Bundle-DocURL", - "value": "http://www.slf4j.org" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Log4j Implemented Over SLF4J" - }, - { - "key": "Bundle-SymbolicName", - "value": "log4j.over.slf4j" - }, - { - "key": "Bundle-Vendor", - "value": "SLF4J.ORG" - }, - { - "key": "Bundle-Version", - "value": "2.0.13" - }, - { - "key": "Export-Package", - "value": "org.apache.log4j;version=\"1.2.22\";uses:=\"org.apache.log4j.spi,org.slf4j\",org.apache.log4j.helpers;version=\"1.2.22\",org.apache.log4j.spi;version=\"1.2.22\";uses:=\"org.apache.log4j\",org.apache.log4j.xml;version=\"1.2.22\";uses:=\"javax.xml.parsers,org.apache.log4j.spi,org.w3c.dom\"" - }, - { - "key": "Implementation-Title", - "value": "log4j-over-slf4j" - }, - { - "key": "Implementation-Version", - "value": "2.0.13" - }, - { - "key": "Import-Package", - "value": "javax.xml.parsers,org.slf4j;version=\"[2.0,3)\",org.slf4j.spi;version=\"[2.0,3)\",org.w3c.dom" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "X-Compile-Source-JDK", - "value": "8" - }, - { - "key": "X-Compile-Target-JDK", - "value": "8" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.slf4j/log4j-over-slf4j/pom.properties", - "name": "", - "groupId": "org.slf4j", - "artifactId": "log4j-over-slf4j", - "version": "2.0.13" - }, - "pomProject": { - "path": "META-INF/maven/org.slf4j/log4j-over-slf4j/pom.xml", - "parent": { - "groupId": "org.slf4j", - "artifactId": "slf4j-parent", - "version": "2.0.13" - }, - "groupId": "org.slf4j", - "artifactId": "log4j-over-slf4j", - "version": "2.0.13", - "name": "Log4j Implemented Over SLF4J", - "description": "Log4j implemented over SLF4J", - "url": "http://www.slf4j.org" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "3c3a3e4ccd5ed944cd766af124fa841b6372b7da" - } - ] - } - }, - { - "id": "27ccb370b3b66610", - "name": "logging-mailhandler", - "version": "2.0.3", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/angus-mail-2.0.3.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:logging-mailhandler:logging-mailhandler:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:logging-mailhandler:logging_mailhandler:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:logging_mailhandler:logging-mailhandler:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:logging_mailhandler:logging_mailhandler:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.angus:logging-mailhandler:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.angus:logging_mailhandler:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:logging-mailhandler:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:logging_mailhandler:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:logging:logging-mailhandler:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:logging:logging_mailhandler:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:logging-mailhandler:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:logging_mailhandler:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.angus/logging-mailhandler@2.0.3", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/angus-mail-2.0.3.jar:org.eclipse.angus:logging-mailhandler", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.angus/logging-mailhandler/pom.properties", - "name": "", - "groupId": "org.eclipse.angus", - "artifactId": "logging-mailhandler", - "version": "2.0.3" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.angus/logging-mailhandler/pom.xml", - "parent": { - "groupId": "org.eclipse.angus", - "artifactId": "all", - "version": "2.0.3" - }, - "groupId": "org.eclipse.angus", - "artifactId": "logging-mailhandler", - "version": "2.0.3", - "name": "Angus Mail logging handler" - } - } - }, - { - "id": "fb25d68af79bf0b3", - "name": "mailer", - "version": "472.vf7c289a_4b_420", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mailer.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mailer.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:mailer:472.vf7c289a_4b_420:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - }, - { - "cpe": "cpe:2.3:a:jenkins:mailer:472.vf7c289a_4b_420:*:*:*:*:*:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/mailer@472.vf7c289a_4b_420", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mailer.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Jenkins Mailer Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Jenkins Mailer Plugin" - }, - { - "key": "Implementation-Version", - "value": "472.vf7c289a_4b_420" - }, - { - "key": "Plugin-Class", - "value": "hudson.tasks.PluginImpl" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "mailer" - }, - { - "key": "Short-Name", - "value": "mailer" - }, - { - "key": "Long-Name", - "value": "Jenkins Mailer Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/mailer-plugin" - }, - { - "key": "Plugin-Version", - "value": "472.vf7c289a_4b_420" - }, - { - "key": "Hudson-Version", - "value": "2.440.1" - }, - { - "key": "Jenkins-Version", - "value": "2.440.1" - }, - { - "key": "Plugin-Dependencies", - "value": "jakarta-mail-api:2.1.3-1,instance-identity:185.v303dc7c645f9,display-url-api:2.200.vb_9327d658781" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "The MIT license" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/mailer-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "f7c289a4b4206256bde71c4c7eff9f5eb5e7ebc6" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/mailer-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "f7c289a4b4206256bde71c4c7eff9f5eb5e7ebc6" - }, - { - "key": "Implementation-Build", - "value": "f7c289a4b4206256bde71c4c7eff9f5eb5e7ebc6" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/mailer/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "mailer", - "version": "472.vf7c289a_4b_420" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/mailer/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "mailer", - "version": "472.vf7c289a_4b_420", - "name": "Jenkins Mailer Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/mailer-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "b4515886550340a1e28c4c39215c164c3641ede3" - } - ] - } - }, - { - "id": "61425b1c9f821017", - "name": "mailer", - "version": "472.vf7c289a_4b_420", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mailer.hpi:WEB-INF/lib/mailer.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mailer.hpi:WEB-INF/lib/mailer.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:mailer:472.vf7c289a_4b_420:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - }, - { - "cpe": "cpe:2.3:a:jenkins:mailer:472.vf7c289a_4b_420:*:*:*:*:*:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/mailer@472.vf7c289a_4b_420", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mailer.hpi:WEB-INF/lib/mailer.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Jenkins Mailer Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Jenkins Mailer Plugin" - }, - { - "key": "Implementation-Version", - "value": "472.vf7c289a_4b_420" - }, - { - "key": "Plugin-Class", - "value": "hudson.tasks.PluginImpl" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "mailer" - }, - { - "key": "Short-Name", - "value": "mailer" - }, - { - "key": "Long-Name", - "value": "Jenkins Mailer Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/mailer-plugin" - }, - { - "key": "Plugin-Version", - "value": "472.vf7c289a_4b_420" - }, - { - "key": "Hudson-Version", - "value": "2.440.1" - }, - { - "key": "Jenkins-Version", - "value": "2.440.1" - }, - { - "key": "Plugin-Dependencies", - "value": "jakarta-mail-api:2.1.3-1,instance-identity:185.v303dc7c645f9,display-url-api:2.200.vb_9327d658781" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "The MIT license" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/mailer-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "f7c289a4b4206256bde71c4c7eff9f5eb5e7ebc6" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/mailer-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "f7c289a4b4206256bde71c4c7eff9f5eb5e7ebc6" - }, - { - "key": "Implementation-Build", - "value": "f7c289a4b4206256bde71c4c7eff9f5eb5e7ebc6" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/mailer/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "mailer", - "version": "472.vf7c289a_4b_420" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/mailer/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "mailer", - "version": "472.vf7c289a_4b_420", - "name": "Jenkins Mailer Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/mailer-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "0ddc0ba0288ca0449e2f83050f947cdd4957d904" - } - ] - } - }, - { - "id": "bfa56df9edfd714c", - "name": "matrix-auth", - "version": "3.2.2", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/matrix-auth.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/matrix-auth.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:matrix_authorization_strategy:3.2.2:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/matrix-auth@3.2.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/matrix-auth.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Matrix Authorization Strategy Plugin" - }, - { - "key": "Specification-Version", - "value": "3.2" - }, - { - "key": "Implementation-Title", - "value": "Matrix Authorization Strategy Plugin" - }, - { - "key": "Implementation-Version", - "value": "3.2.2" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "matrix-auth" - }, - { - "key": "Short-Name", - "value": "matrix-auth" - }, - { - "key": "Long-Name", - "value": "Matrix Authorization Strategy Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/matrix-auth-plugin" - }, - { - "key": "Compatible-Since-Version", - "value": "3.2" - }, - { - "key": "Plugin-Version", - "value": "3.2.2" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Dependencies", - "value": "ionicons-api:56.v1b_1c8c49374e,configuration-as-code:1670.v564dc8b_982d0;resolution:=optional,cloudbees-folder:6.815.v0dd5a_cb_40e0e;resolution:=optional" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/matrix-auth-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "matrix-auth-3.2.2" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/matrix-auth-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "564f14ef4ec87728681e12e75cf2737bffe358bc" - }, - { - "key": "Implementation-Build", - "value": "564f14ef4ec87728681e12e75cf2737bffe358bc" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/matrix-auth/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "matrix-auth", - "version": "3.2.2" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/matrix-auth/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "matrix-auth", - "version": "3.2.2", - "name": "Matrix Authorization Strategy Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/matrix-auth-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "fc2ca22162759f642fbaafaf716349d3e8080b42" - } - ] - } - }, - { - "id": "d3a7db0ac6400e24", - "name": "matrix-auth", - "version": "3.2.2", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/matrix-auth.hpi:WEB-INF/lib/matrix-auth.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/matrix-auth.hpi:WEB-INF/lib/matrix-auth.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:matrix_authorization_strategy:3.2.2:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/matrix-auth@3.2.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/matrix-auth.hpi:WEB-INF/lib/matrix-auth.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Matrix Authorization Strategy Plugin" - }, - { - "key": "Specification-Version", - "value": "3.2" - }, - { - "key": "Implementation-Title", - "value": "Matrix Authorization Strategy Plugin" - }, - { - "key": "Implementation-Version", - "value": "3.2.2" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "matrix-auth" - }, - { - "key": "Short-Name", - "value": "matrix-auth" - }, - { - "key": "Long-Name", - "value": "Matrix Authorization Strategy Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/matrix-auth-plugin" - }, - { - "key": "Compatible-Since-Version", - "value": "3.2" - }, - { - "key": "Plugin-Version", - "value": "3.2.2" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Dependencies", - "value": "ionicons-api:56.v1b_1c8c49374e,configuration-as-code:1670.v564dc8b_982d0;resolution:=optional,cloudbees-folder:6.815.v0dd5a_cb_40e0e;resolution:=optional" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/matrix-auth-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "matrix-auth-3.2.2" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/matrix-auth-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "564f14ef4ec87728681e12e75cf2737bffe358bc" - }, - { - "key": "Implementation-Build", - "value": "564f14ef4ec87728681e12e75cf2737bffe358bc" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/matrix-auth/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "matrix-auth", - "version": "3.2.2" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/matrix-auth/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "matrix-auth", - "version": "3.2.2", - "name": "Matrix Authorization Strategy Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/matrix-auth-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "14267f6fb9fe29bf8c1394554361a7128f6a352b" - } - ] - } - }, - { - "id": "2d5ec608b5773b05", - "name": "matrix-project", - "version": "832.va_66e270d2946", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/matrix-project.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/matrix-project.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:matrix_project:832.va_66e270d2946:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/matrix-project@832.va_66e270d2946", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/matrix-project.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Matrix Project Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Matrix Project Plugin" - }, - { - "key": "Implementation-Version", - "value": "832.va_66e270d2946" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "matrix-project" - }, - { - "key": "Short-Name", - "value": "matrix-project" - }, - { - "key": "Long-Name", - "value": "Matrix Project Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/matrix-project-plugin" - }, - { - "key": "Plugin-Version", - "value": "832.va_66e270d2946" - }, - { - "key": "Hudson-Version", - "value": "2.440.3" - }, - { - "key": "Jenkins-Version", - "value": "2.440.3" - }, - { - "key": "Plugin-Dependencies", - "value": "junit:1265.v65b_14fa_f12f0,script-security:1336.vf33a_a_9863911" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/matrix-project-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "a66e270d2946ebcf7291d301ab98b5b3b6e10770" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/matrix-project-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "a66e270d2946ebcf7291d301ab98b5b3b6e10770" - }, - { - "key": "Implementation-Build", - "value": "a66e270d2946ebcf7291d301ab98b5b3b6e10770" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/matrix-project/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "matrix-project", - "version": "832.va_66e270d2946" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/matrix-project/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "matrix-project", - "version": "832.va_66e270d2946", - "name": "Matrix Project Plugin", - "description": "Multi-configuration (matrix) project type.", - "url": "https://github.com/jenkinsci/matrix-project-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "a46dd5d179cb9876f10ef78844ee03e76aeb7229" - } - ] - } - }, - { - "id": "c8337baa282e95c0", - "name": "matrix-project", - "version": "832.va_66e270d2946", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/matrix-project.hpi:WEB-INF/lib/matrix-project.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/matrix-project.hpi:WEB-INF/lib/matrix-project.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:matrix_project:832.va_66e270d2946:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/matrix-project@832.va_66e270d2946", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/matrix-project.hpi:WEB-INF/lib/matrix-project.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Matrix Project Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Matrix Project Plugin" - }, - { - "key": "Implementation-Version", - "value": "832.va_66e270d2946" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "matrix-project" - }, - { - "key": "Short-Name", - "value": "matrix-project" - }, - { - "key": "Long-Name", - "value": "Matrix Project Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/matrix-project-plugin" - }, - { - "key": "Plugin-Version", - "value": "832.va_66e270d2946" - }, - { - "key": "Hudson-Version", - "value": "2.440.3" - }, - { - "key": "Jenkins-Version", - "value": "2.440.3" - }, - { - "key": "Plugin-Dependencies", - "value": "junit:1265.v65b_14fa_f12f0,script-security:1336.vf33a_a_9863911" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/matrix-project-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "a66e270d2946ebcf7291d301ab98b5b3b6e10770" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/matrix-project-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "a66e270d2946ebcf7291d301ab98b5b3b6e10770" - }, - { - "key": "Implementation-Build", - "value": "a66e270d2946ebcf7291d301ab98b5b3b6e10770" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/matrix-project/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "matrix-project", - "version": "832.va_66e270d2946" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/matrix-project/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "matrix-project", - "version": "832.va_66e270d2946", - "name": "Matrix Project Plugin", - "description": "Multi-configuration (matrix) project type.", - "url": "https://github.com/jenkinsci/matrix-project-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "396c8a61ffb05aefb8374e781dccc61f6d7ea748" - } - ] - } - }, - { - "id": "22fb0c342f0881e9", - "name": "memory-monitor", - "version": "1.12", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/memory-monitor-1.12.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/memory-monitor-1.12.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jvnet.hudson.MemoryMonitor:memory-monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jvnet.hudson.MemoryMonitor:memory_monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:memory-monitor:memory-monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:memory-monitor:memory_monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:memory_monitor:memory-monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:memory_monitor:memory_monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:memory-monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:memory_monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:MemoryMonitor:memory-monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:MemoryMonitor:memory_monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:memory-monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:memory_monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:memory-monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:memory_monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:memory-monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:memory_monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hudson:memory-monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hudson:memory_monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:memory:memory-monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:memory:memory_monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jvnet:memory-monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jvnet:memory_monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci/memory-monitor@1.12", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/memory-monitor-1.12.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.2.2" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Main-Class", - "value": "org.jvnet.hudson.MemoryMonitor" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci/memory-monitor/pom.properties", - "name": "", - "groupId": "org.jenkins-ci", - "artifactId": "memory-monitor", - "version": "1.12" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci/memory-monitor/pom.xml", - "groupId": "org.jenkins-ci", - "artifactId": "memory-monitor", - "version": "1.12", - "name": "Memory Monitor", - "description": "Code for monitoring memory/swap usage", - "url": "https://github.com/jenkinsci/extras-memory-monitor" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "35ad569967535b34bd24006b439c1b78e893ec06" - } - ] - } - }, - { - "id": "99bb3f93171534fe", - "name": "mina-sshd-api-common", - "version": "2.12.1-101.v85b_e08b_780dd", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-common.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-common.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins.mina-sshd-api:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins.mina-sshd-api:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api-common:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api-common:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api_common:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api_common:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins.mina-sshd-api/mina-sshd-api-common@2.12.1-101.v85b_e08b_780dd", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-common.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Mina SSHD API :: Common" - }, - { - "key": "Specification-Version", - "value": "2.12" - }, - { - "key": "Implementation-Title", - "value": "Mina SSHD API :: Common" - }, - { - "key": "Implementation-Version", - "value": "2.12.1-101.v85b_e08b_780dd" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins.mina-sshd-api" - }, - { - "key": "Artifact-Id", - "value": "mina-sshd-api-common" - }, - { - "key": "Short-Name", - "value": "mina-sshd-api-common" - }, - { - "key": "Long-Name", - "value": "Mina SSHD API :: Common" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/mina-sshd-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.12.1-101.v85b_e08b_780dd" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Developers", - "value": "Allan Burdajewicz:allan_burdajewicz:allan.burdajewicz@gmail.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "The MIT license" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/mina-sshd-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "85be08b780dd3f8f4dcd606db1ac00c86fff993f" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/mina-sshd-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "85be08b780dd3f8f4dcd606db1ac00c86fff993f" - }, - { - "key": "Implementation-Build", - "value": "85be08b780dd3f8f4dcd606db1ac00c86fff993f" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins.mina-sshd-api/mina-sshd-api-common/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins.mina-sshd-api", - "artifactId": "mina-sshd-api-common", - "version": "2.12.1-101.v85b_e08b_780dd" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins.mina-sshd-api/mina-sshd-api-common/pom.xml", - "groupId": "io.jenkins.plugins.mina-sshd-api", - "artifactId": "mina-sshd-api-common", - "version": "2.12.1-101.v85b_e08b_780dd", - "name": "Mina SSHD API :: Common", - "description": "This plugin provides the Apache Mina SSHD Common library to plugins.", - "url": "https://github.com/jenkinsci/mina-sshd-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "e59479d05215efe71f6abd727d34492fef460499" - } - ] - } - }, - { - "id": "4ab99d5149c7a63d", - "name": "mina-sshd-api-common", - "version": "2.12.1-101.v85b_e08b_780dd", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-common.hpi:WEB-INF/lib/mina-sshd-api-common.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-common.hpi:WEB-INF/lib/mina-sshd-api-common.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins.mina-sshd-api:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins.mina-sshd-api:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api-common:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api-common:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api_common:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api_common:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins.mina-sshd-api/mina-sshd-api-common@2.12.1-101.v85b_e08b_780dd", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-common.hpi:WEB-INF/lib/mina-sshd-api-common.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Mina SSHD API :: Common" - }, - { - "key": "Specification-Version", - "value": "2.12" - }, - { - "key": "Implementation-Title", - "value": "Mina SSHD API :: Common" - }, - { - "key": "Implementation-Version", - "value": "2.12.1-101.v85b_e08b_780dd" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins.mina-sshd-api" - }, - { - "key": "Artifact-Id", - "value": "mina-sshd-api-common" - }, - { - "key": "Short-Name", - "value": "mina-sshd-api-common" - }, - { - "key": "Long-Name", - "value": "Mina SSHD API :: Common" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/mina-sshd-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.12.1-101.v85b_e08b_780dd" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Developers", - "value": "Allan Burdajewicz:allan_burdajewicz:allan.burdajewicz@gmail.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "The MIT license" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/mina-sshd-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "85be08b780dd3f8f4dcd606db1ac00c86fff993f" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/mina-sshd-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "85be08b780dd3f8f4dcd606db1ac00c86fff993f" - }, - { - "key": "Implementation-Build", - "value": "85be08b780dd3f8f4dcd606db1ac00c86fff993f" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins.mina-sshd-api/mina-sshd-api-common/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins.mina-sshd-api", - "artifactId": "mina-sshd-api-common", - "version": "2.12.1-101.v85b_e08b_780dd" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins.mina-sshd-api/mina-sshd-api-common/pom.xml", - "groupId": "io.jenkins.plugins.mina-sshd-api", - "artifactId": "mina-sshd-api-common", - "version": "2.12.1-101.v85b_e08b_780dd", - "name": "Mina SSHD API :: Common", - "description": "This plugin provides the Apache Mina SSHD Common library to plugins.", - "url": "https://github.com/jenkinsci/mina-sshd-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "0c09cd4fdf2714226c20340dbc3c6bc110be5fc5" - } - ] - } - }, - { - "id": "6869b267e057d6ca", - "name": "mina-sshd-api-core", - "version": "2.12.1-101.v85b_e08b_780dd", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-core.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-core.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins.mina-sshd-api:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins.mina-sshd-api:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api-core:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api-core:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api_core:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api_core:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins.mina-sshd-api/mina-sshd-api-core@2.12.1-101.v85b_e08b_780dd", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-core.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Mina SSHD API :: Core" - }, - { - "key": "Specification-Version", - "value": "2.12" - }, - { - "key": "Implementation-Title", - "value": "Mina SSHD API :: Core" - }, - { - "key": "Implementation-Version", - "value": "2.12.1-101.v85b_e08b_780dd" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins.mina-sshd-api" - }, - { - "key": "Artifact-Id", - "value": "mina-sshd-api-core" - }, - { - "key": "Short-Name", - "value": "mina-sshd-api-core" - }, - { - "key": "Long-Name", - "value": "Mina SSHD API :: Core" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/mina-sshd-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.12.1-101.v85b_e08b_780dd" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Dependencies", - "value": "mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd,ssh-credentials:326.v7fcb_a_ef6194b_;resolution:=optional,trilead-api:2.84.v72119de229b_7;resolution:=optional" - }, - { - "key": "Plugin-Developers", - "value": "Allan Burdajewicz:allan_burdajewicz:allan.burdajewicz@gmail.com" - }, - { - "key": "Plugin-License-Name", - "value": "The MIT license" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/mina-sshd-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "85be08b780dd3f8f4dcd606db1ac00c86fff993f" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/mina-sshd-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "85be08b780dd3f8f4dcd606db1ac00c86fff993f" - }, - { - "key": "Implementation-Build", - "value": "85be08b780dd3f8f4dcd606db1ac00c86fff993f" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins.mina-sshd-api/mina-sshd-api-core/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins.mina-sshd-api", - "artifactId": "mina-sshd-api-core", - "version": "2.12.1-101.v85b_e08b_780dd" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins.mina-sshd-api/mina-sshd-api-core/pom.xml", - "groupId": "io.jenkins.plugins.mina-sshd-api", - "artifactId": "mina-sshd-api-core", - "version": "2.12.1-101.v85b_e08b_780dd", - "name": "Mina SSHD API :: Core", - "description": "This plugin provides the Apache Mina SSHD Core library to plugins.", - "url": "https://github.com/jenkinsci/mina-sshd-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "959a08b6b022f076ae98624d46e69f3dca8b2eb9" - } - ] - } - }, - { - "id": "cb4dfdac90e92794", - "name": "mina-sshd-api-core", - "version": "2.12.1-101.v85b_e08b_780dd", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-core.hpi:WEB-INF/lib/mina-sshd-api-core.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-core.hpi:WEB-INF/lib/mina-sshd-api-core.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins.mina-sshd-api:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins.mina-sshd-api:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api-core:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api-core:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api_core:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api_core:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins.mina-sshd-api/mina-sshd-api-core@2.12.1-101.v85b_e08b_780dd", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-core.hpi:WEB-INF/lib/mina-sshd-api-core.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Mina SSHD API :: Core" - }, - { - "key": "Specification-Version", - "value": "2.12" - }, - { - "key": "Implementation-Title", - "value": "Mina SSHD API :: Core" - }, - { - "key": "Implementation-Version", - "value": "2.12.1-101.v85b_e08b_780dd" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins.mina-sshd-api" - }, - { - "key": "Artifact-Id", - "value": "mina-sshd-api-core" - }, - { - "key": "Short-Name", - "value": "mina-sshd-api-core" - }, - { - "key": "Long-Name", - "value": "Mina SSHD API :: Core" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/mina-sshd-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.12.1-101.v85b_e08b_780dd" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Dependencies", - "value": "mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd,ssh-credentials:326.v7fcb_a_ef6194b_;resolution:=optional,trilead-api:2.84.v72119de229b_7;resolution:=optional" - }, - { - "key": "Plugin-Developers", - "value": "Allan Burdajewicz:allan_burdajewicz:allan.burdajewicz@gmail.com" - }, - { - "key": "Plugin-License-Name", - "value": "The MIT license" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/mina-sshd-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "85be08b780dd3f8f4dcd606db1ac00c86fff993f" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/mina-sshd-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "85be08b780dd3f8f4dcd606db1ac00c86fff993f" - }, - { - "key": "Implementation-Build", - "value": "85be08b780dd3f8f4dcd606db1ac00c86fff993f" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins.mina-sshd-api/mina-sshd-api-core/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins.mina-sshd-api", - "artifactId": "mina-sshd-api-core", - "version": "2.12.1-101.v85b_e08b_780dd" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins.mina-sshd-api/mina-sshd-api-core/pom.xml", - "groupId": "io.jenkins.plugins.mina-sshd-api", - "artifactId": "mina-sshd-api-core", - "version": "2.12.1-101.v85b_e08b_780dd", - "name": "Mina SSHD API :: Core", - "description": "This plugin provides the Apache Mina SSHD Core library to plugins.", - "url": "https://github.com/jenkinsci/mina-sshd-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "a135977f399f872c2aaa3a1e0b34b0cd8e89edd6" - } - ] - } - }, - { - "id": "4f8e56c0baa99ca8", - "name": "mxparser", - "version": "1.2.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/mxparser-1.2.2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Indiana University Extreme! Lab Software License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/mxparser-1.2.2.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.github.xstream.mxparser:mxparser:1.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.github.x-stream:mxparser:1.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mxparser:mxparser:1.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:x-stream:mxparser:1.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:x_stream:mxparser:1.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:xstream:mxparser:1.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:mxparser:1.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:x:mxparser:1.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.github.x-stream/mxparser@1.2.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/mxparser-1.2.2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-License", - "value": "Indiana University Extreme! Lab Software License" - }, - { - "key": "Bundle-SymbolicName", - "value": "mxparser" - }, - { - "key": "Built-By", - "value": "joehni" - }, - { - "key": "Bnd-LastModified", - "value": "1629326138054" - }, - { - "key": "Specification-Title", - "value": "MXParser" - }, - { - "key": "Import-Package", - "value": "org.xmlpull.v1" - }, - { - "key": "Export-Package", - "value": "io.github.xstream.mxparser;version=\"1.2.2\"" - }, - { - "key": "Bundle-Name", - "value": "MXParser" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "JAVA_1_6_HOME", - "value": "/opt/sun-jdk-1.6.0.45" - }, - { - "key": "JAVA_9_HOME", - "value": "/opt/oracle-jdk-bin-9.0.4" - }, - { - "key": "Implementation-Title", - "value": "MXParser" - }, - { - "key": "Bundle-Description", - "value": "MXParser is a fork of xpp3_min 1.1.7 containing only the parser with merged changes of the Plexus fork." - }, - { - "key": "Automatic-Module-Name", - "value": "io.github.xstream.mxparser" - }, - { - "key": "X-Compile-Target", - "value": "1.4" - }, - { - "key": "Implementation-Version", - "value": "1.2.2" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "JAVA_1_8_HOME", - "value": "/opt/oracle-jdk-bin-1.8.0.202" - }, - { - "key": "X-Builder", - "value": "Maven 3.8.1" - }, - { - "key": "JAVA_1_5_HOME", - "value": "/opt/sun-jdk-1.5.0.22" - }, - { - "key": "Tool", - "value": "Bnd-1.50.0" - }, - { - "key": "X-Build-Time", - "value": "2021-08-18T22:35:34Z" - }, - { - "key": "JAVA_1_4_HOME", - "value": "/opt/blackdown-jdk-1.4.2.03" - }, - { - "key": "JAVA_1_7_HOME", - "value": "/opt/oracle-jdk-bin-1.7.0.80" - }, - { - "key": "Bundle-Version", - "value": "1.2.2" - }, - { - "key": "X-Build-Os", - "value": "Linux" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Specification-Version", - "value": "1.2" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_265" - }, - { - "key": "X-Compile-Source", - "value": "1.4" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.github.x-stream/mxparser/pom.properties", - "name": "", - "groupId": "io.github.x-stream", - "artifactId": "mxparser", - "version": "1.2.2" - }, - "pomProject": { - "path": "META-INF/maven/io.github.x-stream/mxparser/pom.xml", - "groupId": "io.github.x-stream", - "artifactId": "mxparser", - "version": "1.2.2", - "name": "MXParser", - "description": "MXParser is a fork of xpp3_min 1.1.7 containing only the parser with merged changes of the Plexus fork.", - "url": "http://x-stream.github.io/mxparser" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "476fb3b3bb3716cad797cd054ce45f89445794e9" - } - ] - } - }, - { - "id": "b41a16c3e0daeadb", - "name": "owasp-java-html-sanitizer", - "version": "20220608.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/antisamy-markup-formatter.hpi:WEB-INF/lib/owasp-java-html-sanitizer-20220608.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/antisamy-markup-formatter.hpi:WEB-INF/lib/owasp-java-html-sanitizer-20220608.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.googlecode.owasp-java-html-sanitizer:owasp_java_html_sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:owasp-java-html-sanitizer:owasp-java-html-sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:owasp-java-html-sanitizer:owasp_java_html_sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:owasp_java_html_sanitizer:owasp-java-html-sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:owasp_java_html_sanitizer:owasp_java_html_sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:owasp-java-html:owasp-java-html-sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:owasp-java-html:owasp_java_html_sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:owasp_java_html:owasp-java-html-sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:owasp_java_html:owasp_java_html_sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:googlecode:owasp-java-html-sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:googlecode:owasp_java_html_sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:owasp-java:owasp-java-html-sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:owasp-java:owasp_java_html_sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:owasp_java:owasp-java-html-sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:owasp_java:owasp_java_html_sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:owasp:owasp-java-html-sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:owasp:owasp_java_html_sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.googlecode.owasp-java-html-sanitizer/owasp-java-html-sanitizer@20220608.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/antisamy-markup-formatter.hpi:WEB-INF/lib/owasp-java-html-sanitizer-20220608.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bnd-LastModified", - "value": "1654708267686" - }, - { - "key": "Build-Jdk", - "value": "11.0.14.1" - }, - { - "key": "Built-By", - "value": "mikesamuel" - }, - { - "key": "Bundle-Description", - "value": "Takes third-party HTML and produces HTML that is safe to embed in your web application. Fast and easy to configure." - }, - { - "key": "Bundle-DocURL", - "value": "https://owasp.org" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "OWASP Java HTML Sanitizer" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.googlecode.owasp-java-html-sanitizer" - }, - { - "key": "Bundle-Vendor", - "value": "OWASP" - }, - { - "key": "Bundle-Version", - "value": "20220608.1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Export-Package", - "value": "org.owasp.html;uses:=\"com.google.common.base,com.google.common.collect,javax.annotation\";version=\"20220608.1.0\",org.owasp.html.examples;uses:=\"com.google.common.base,org.owasp.html\";version=\"20220608.1.0\"" - }, - { - "key": "Import-Package", - "value": "com.google.common.base;version=\"[30.1,31)\",com.google.common.collect;version=\"[30.1,31)\",com.google.common.io;version=\"[30.1,31)\",javax.annotation;version=\"[3.0,4)\",org.owasp.html,org.owasp.html.examples" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.6))\"" - }, - { - "key": "Tool", - "value": "Bnd-3.5.0.201709291849" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.googlecode.owasp-java-html-sanitizer/owasp-java-html-sanitizer/pom.properties", - "name": "", - "groupId": "com.googlecode.owasp-java-html-sanitizer", - "artifactId": "owasp-java-html-sanitizer", - "version": "20220608.1" - }, - "pomProject": { - "path": "META-INF/maven/com.googlecode.owasp-java-html-sanitizer/owasp-java-html-sanitizer/pom.xml", - "parent": { - "groupId": "com.googlecode.owasp-java-html-sanitizer", - "artifactId": "parent", - "version": "20220608.1" - }, - "groupId": "com.googlecode.owasp-java-html-sanitizer", - "artifactId": "owasp-java-html-sanitizer", - "version": "20220608.1", - "name": "OWASP Java HTML Sanitizer", - "description": "Takes third-party HTML and produces HTML that is safe to embed in your web application. Fast and easy to configure." - }, - "digest": [ - { - "algorithm": "sha1", - "value": "35113149eac392d2bdb1529ddcd5e1e94bdc235a" - } - ] - } - }, - { - "id": "f788d369050ce27b", - "name": "plugin-util-api", - "version": "4.1.0", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/plugin-util-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/plugin-util-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:plugin-util-api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:plugin_util_api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin-util-api:plugin-util-api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin-util-api:plugin_util_api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin_util_api:plugin-util-api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin_util_api:plugin_util_api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin-util:plugin-util-api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin-util:plugin_util_api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin_util:plugin-util-api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin_util:plugin_util_api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:plugin-util-api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:plugin_util_api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin:plugin-util-api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin:plugin_util_api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/plugin-util-api@4.1.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/plugin-util-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Specification-Title", - "value": "Plugin Utilities API Plugin" - }, - { - "key": "Specification-Version", - "value": "4.1" - }, - { - "key": "Implementation-Title", - "value": "Plugin Utilities API Plugin" - }, - { - "key": "Implementation-Version", - "value": "4.1.0" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "plugin-util-api" - }, - { - "key": "Short-Name", - "value": "plugin-util-api" - }, - { - "key": "Long-Name", - "value": "Plugin Utilities API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/plugin-util-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "4.1.0" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "commons-lang3-api:3.13.0-62.v7d18e55f51e2,commons-text-api:1.11.0-95.v22a_d30ee5d36,workflow-api:1291.v51fd2a_625da_7,workflow-step-api:657.v03b_e8115821b_,workflow-support:865.v43e78cc44e0d" - }, - { - "key": "Plugin-Developers", - "value": "Ullrich Hafner:uhafner:ullrich.hafner@gmail.com" - }, - { - "key": "Plugin-License-Name", - "value": "MIT license" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/plugin-util-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "v4.1.0" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/plugin-util-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "9672cac7d930b1239bcb7d9a194c2521c8f7d743" - }, - { - "key": "Implementation-Build", - "value": "9672cac7d930b1239bcb7d9a194c2521c8f7d743" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/plugin-util-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "plugin-util-api", - "version": "4.1.0" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/plugin-util-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "plugin-util-api", - "version": "4.1.0", - "name": "Plugin Utilities API Plugin", - "description": "Provides several utility classes that can be used to accelerate plugin development.", - "url": "https://github.com/jenkinsci/plugin-util-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "f0df9fec49b54aba354d76090f1bf0c142ab2da0" - } - ] - } - }, - { - "id": "0cebfe2cf9201de3", - "name": "plugin-util-api", - "version": "4.1.0", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/plugin-util-api.hpi:WEB-INF/lib/plugin-util-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/plugin-util-api.hpi:WEB-INF/lib/plugin-util-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:plugin-util-api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:plugin_util_api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin-util-api:plugin-util-api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin-util-api:plugin_util_api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin_util_api:plugin-util-api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin_util_api:plugin_util_api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin-util:plugin-util-api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin-util:plugin_util_api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin_util:plugin-util-api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin_util:plugin_util_api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:plugin-util-api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:plugin_util_api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin:plugin-util-api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin:plugin_util_api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/plugin-util-api@4.1.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/plugin-util-api.hpi:WEB-INF/lib/plugin-util-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Specification-Title", - "value": "Plugin Utilities API Plugin" - }, - { - "key": "Specification-Version", - "value": "4.1" - }, - { - "key": "Implementation-Title", - "value": "Plugin Utilities API Plugin" - }, - { - "key": "Implementation-Version", - "value": "4.1.0" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "plugin-util-api" - }, - { - "key": "Short-Name", - "value": "plugin-util-api" - }, - { - "key": "Long-Name", - "value": "Plugin Utilities API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/plugin-util-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "4.1.0" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "commons-lang3-api:3.13.0-62.v7d18e55f51e2,commons-text-api:1.11.0-95.v22a_d30ee5d36,workflow-api:1291.v51fd2a_625da_7,workflow-step-api:657.v03b_e8115821b_,workflow-support:865.v43e78cc44e0d" - }, - { - "key": "Plugin-Developers", - "value": "Ullrich Hafner:uhafner:ullrich.hafner@gmail.com" - }, - { - "key": "Plugin-License-Name", - "value": "MIT license" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/plugin-util-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "v4.1.0" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/plugin-util-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "9672cac7d930b1239bcb7d9a194c2521c8f7d743" - }, - { - "key": "Implementation-Build", - "value": "9672cac7d930b1239bcb7d9a194c2521c8f7d743" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/plugin-util-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "plugin-util-api", - "version": "4.1.0" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/plugin-util-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "plugin-util-api", - "version": "4.1.0", - "name": "Plugin Utilities API Plugin", - "description": "Provides several utility classes that can be used to accelerate plugin development.", - "url": "https://github.com/jenkinsci/plugin-util-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "dd93642840ff53988f358fb7f4a5781b601292a1" - } - ] - } - }, - { - "id": "1a255dba4eaec6a9", - "name": "pop3", - "version": "2.0.3", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/angus-mail-2.0.3.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.angus:pop3:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:pop3:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:pop3:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pop3:pop3:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.angus/pop3@2.0.3", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/angus-mail-2.0.3.jar:org.eclipse.angus:pop3", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.angus/pop3/pom.properties", - "name": "", - "groupId": "org.eclipse.angus", - "artifactId": "pop3", - "version": "2.0.3" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.angus/pop3/pom.xml", - "parent": { - "groupId": "org.eclipse.angus", - "artifactId": "providers", - "version": "2.0.3" - }, - "groupId": "org.eclipse.angus", - "artifactId": "pop3", - "version": "2.0.3", - "name": "Angus Mail pop3 provider" - } - } - }, - { - "id": "c8a2f3ab808c755d", - "name": "relaxngDatatype", - "version": "20020414", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/relaxngDatatype-20020414.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:relaxng-sourceforge-net:relaxngDatatype:20020414:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:relaxng_sourceforge_net:relaxngDatatype:20020414:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:relaxngDatatype:relaxngDatatype:20020414:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/relaxngDatatype/relaxngDatatype@20020414", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/relaxngDatatype-20020414.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Ant 1.4" - } - ], - "sections": [ - [ - { - "key": "Name", - "value": "org/relaxng/datatype" - }, - { - "key": "Implementation-Vendor", - "value": "relaxng.sourceforge.net" - }, - { - "key": "Implementation-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "RELAX NG Datatype Interface" - } - ] - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "de7952cecd05b65e0e4370cc93fc03035175eef5" - } - ] - } - }, - { - "id": "949edf5faf8cf256", - "name": "remoting", - "version": "3248.v65ecb_254c298", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "EPL-2.0", - "spdxExpression": "EPL-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "GPL-2.0", - "spdxExpression": "GPL-2.0-only", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.main:remoting:3248.v65ecb_254c298:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:remoting:3248.v65ecb_254c298:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:remoting:3248.v65ecb_254c298:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:remoting:remoting:3248.v65ecb_254c298:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:remoting:3248.v65ecb_254c298:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:main:remoting:3248.v65ecb_254c298:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.main/remoting@3248.v65ecb_254c298", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.4.1" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Jenkins remoting layer" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Jenkins remoting layer" - }, - { - "key": "Implementation-Version", - "value": "3248.v65ecb_254c298" - }, - { - "key": "Implementation-Build", - "value": "65ecb254c2982f40c0a6b405f90038af17982e89" - }, - { - "key": "Main-Class", - "value": "hudson.remoting.Launcher" - }, - { - "key": "Version", - "value": "3248.v65ecb_254c298" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.main/remoting/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.main", - "artifactId": "remoting", - "version": "3248.v65ecb_254c298" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.main/remoting/pom.xml", - "groupId": "org.jenkins-ci.main", - "artifactId": "remoting", - "version": "3248.v65ecb_254c298", - "name": "Jenkins remoting layer", - "description": "Contains the bootstrap code to bridge separate JVMs into a single semi-shared space. Reusable outside Jenkins.", - "url": "https://github.com/jenkinsci/remoting" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "d166c34059da0914bdb4ee68d6a03101d7b1369d" - } - ] - } - }, - { - "id": "55f0f7c716bc3c46", - "name": "robust-http-client", - "version": "1.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/robust-http-client-1.2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.opensource.org/licenses/mit-license.php" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/robust-http-client-1.2.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jvnet.robust-http-client:robust-http-client:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jvnet.robust-http-client:robust_http_client:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:robust-http-client:robust-http-client:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:robust-http-client:robust_http_client:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:robust_http_client:robust-http-client:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:robust_http_client:robust_http_client:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:robust-http:robust-http-client:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:robust-http:robust_http_client:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:robust_http:robust-http-client:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:robust_http:robust_http_client:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:robust:robust-http-client:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:robust:robust_http_client:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jvnet:robust-http-client:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jvnet:robust_http_client:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jvnet.robust-http-client/robust-http-client@1.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/robust-http-client-1.2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "Apache Maven" - }, - { - "key": "Built-By", - "value": "kohsuke" - }, - { - "key": "Build-Jdk", - "value": "1.6.0_24" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jvnet.robust-http-client/robust-http-client/pom.properties", - "name": "", - "groupId": "org.jvnet.robust-http-client", - "artifactId": "robust-http-client", - "version": "1.2" - }, - "pomProject": { - "path": "META-INF/maven/org.jvnet.robust-http-client/robust-http-client/pom.xml", - "groupId": "org.jvnet.robust-http-client", - "artifactId": "robust-http-client", - "version": "1.2", - "name": "Robust HTTP client library", - "description": "InputStream that hides automatic download retry", - "url": "http://robust-http-client.kohsuke.org/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "dee9fda92ad39a94a77ec6cf88300d4dd6db8a4d" - } - ] - } - }, - { - "id": "82bebc871863422a", - "name": "scm-api", - "version": "690.vfc8b_54395023", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/scm-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/scm-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:scm-api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:scm_api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:scm-api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:scm_api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:scm-api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:scm_api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:scm-api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:scm_api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:scm-api:scm-api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:scm-api:scm_api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:scm_api:scm-api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:scm_api:scm_api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:scm:scm-api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:scm:scm_api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/scm-api@690.vfc8b_54395023", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/scm-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "SCM API Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "SCM API Plugin" - }, - { - "key": "Implementation-Version", - "value": "690.vfc8b_54395023" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "scm-api" - }, - { - "key": "Short-Name", - "value": "scm-api" - }, - { - "key": "Long-Name", - "value": "SCM API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/scm-api-plugin/blob/master/docs/consumer.adoc" - }, - { - "key": "Compatible-Since-Version", - "value": "2.0.0" - }, - { - "key": "Plugin-Version", - "value": "690.vfc8b_54395023" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "asm-api:9.6-3.v2e1fa_b_338cd7,structs:337.v1b_04ea_4df7c8" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "The MIT license" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/scm-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "fc8b54395023117347e4cb8c962a2fdf8d3a8eb2" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/scm-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "fc8b54395023117347e4cb8c962a2fdf8d3a8eb2" - }, - { - "key": "Implementation-Build", - "value": "fc8b54395023117347e4cb8c962a2fdf8d3a8eb2" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/scm-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "scm-api", - "version": "690.vfc8b_54395023" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/scm-api/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "scm-api", - "version": "690.vfc8b_54395023", - "name": "SCM API Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/scm-api-plugin/blob/master/docs/consumer.adoc" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "14793e56280d852f40ee25bac68ee0fe0acaf7d1" - } - ] - } - }, - { - "id": "e7ec70c71c0c5346", - "name": "scm-api", - "version": "690.vfc8b_54395023", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/scm-api.hpi:WEB-INF/lib/scm-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/scm-api.hpi:WEB-INF/lib/scm-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:scm-api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:scm_api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:scm-api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:scm_api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:scm-api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:scm_api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:scm-api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:scm_api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:scm-api:scm-api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:scm-api:scm_api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:scm_api:scm-api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:scm_api:scm_api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:scm:scm-api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:scm:scm_api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/scm-api@690.vfc8b_54395023", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/scm-api.hpi:WEB-INF/lib/scm-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "SCM API Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "SCM API Plugin" - }, - { - "key": "Implementation-Version", - "value": "690.vfc8b_54395023" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "scm-api" - }, - { - "key": "Short-Name", - "value": "scm-api" - }, - { - "key": "Long-Name", - "value": "SCM API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/scm-api-plugin/blob/master/docs/consumer.adoc" - }, - { - "key": "Compatible-Since-Version", - "value": "2.0.0" - }, - { - "key": "Plugin-Version", - "value": "690.vfc8b_54395023" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "asm-api:9.6-3.v2e1fa_b_338cd7,structs:337.v1b_04ea_4df7c8" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "The MIT license" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/scm-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "fc8b54395023117347e4cb8c962a2fdf8d3a8eb2" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/scm-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "fc8b54395023117347e4cb8c962a2fdf8d3a8eb2" - }, - { - "key": "Implementation-Build", - "value": "fc8b54395023117347e4cb8c962a2fdf8d3a8eb2" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/scm-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "scm-api", - "version": "690.vfc8b_54395023" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/scm-api/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "scm-api", - "version": "690.vfc8b_54395023", - "name": "SCM API Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/scm-api-plugin/blob/master/docs/consumer.adoc" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "2204258af402426d702213828d9c893e4d66dfb6" - } - ] - } - }, - { - "id": "c58d2ee02f52c60f", - "name": "script-security", - "version": "1341.va_2819b_414686", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/script-security.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/script-security.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:script_security:1341.va_2819b_414686:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/script-security@1341.va_2819b_414686", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/script-security.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Script Security Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Script Security Plugin" - }, - { - "key": "Implementation-Version", - "value": "1341.va_2819b_414686" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "script-security" - }, - { - "key": "Short-Name", - "value": "script-security" - }, - { - "key": "Long-Name", - "value": "Script Security Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/script-security-plugin" - }, - { - "key": "Plugin-Version", - "value": "1341.va_2819b_414686" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Dependencies", - "value": "caffeine-api:3.1.8-133.v17b_1ff2e0599" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/script-security-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "a2819b414686d61f82a98a3d517f999b02e1e22b" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/script-security-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "a2819b414686d61f82a98a3d517f999b02e1e22b" - }, - { - "key": "Implementation-Build", - "value": "a2819b414686d61f82a98a3d517f999b02e1e22b" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/script-security/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "script-security", - "version": "1341.va_2819b_414686" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/script-security/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "script-security", - "version": "1341.va_2819b_414686", - "name": "Script Security Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/script-security-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "6451cfde89ac385c4a588a0f8aeb65d2eb102222" - } - ] - } - }, - { - "id": "ba5794b9ffdbf1e2", - "name": "script-security", - "version": "1341.va_2819b_414686", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/script-security.hpi:WEB-INF/lib/script-security.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/script-security.hpi:WEB-INF/lib/script-security.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:script_security:1341.va_2819b_414686:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/script-security@1341.va_2819b_414686", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/script-security.hpi:WEB-INF/lib/script-security.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Script Security Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Script Security Plugin" - }, - { - "key": "Implementation-Version", - "value": "1341.va_2819b_414686" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "script-security" - }, - { - "key": "Short-Name", - "value": "script-security" - }, - { - "key": "Long-Name", - "value": "Script Security Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/script-security-plugin" - }, - { - "key": "Plugin-Version", - "value": "1341.va_2819b_414686" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Dependencies", - "value": "caffeine-api:3.1.8-133.v17b_1ff2e0599" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/script-security-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "a2819b414686d61f82a98a3d517f999b02e1e22b" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/script-security-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "a2819b414686d61f82a98a3d517f999b02e1e22b" - }, - { - "key": "Implementation-Build", - "value": "a2819b414686d61f82a98a3d517f999b02e1e22b" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/script-security/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "script-security", - "version": "1341.va_2819b_414686" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/script-security/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "script-security", - "version": "1341.va_2819b_414686", - "name": "Script Security Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/script-security-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "1d1af79abfb0c3be7260f4b18e68e88af6e8e158" - } - ] - } - }, - { - "id": "e6a61b72ae6663e0", - "name": "sezpoz", - "version": "1.13", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/sezpoz-1.13.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:net.java.sezpoz.impl.Inspector:sezpoz:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net.java.sezpoz:sezpoz:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Inspector:sezpoz:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sezpoz:sezpoz:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:impl:sezpoz:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:java:sezpoz:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/net.java.sezpoz/sezpoz@1.13", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/sezpoz-1.13.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Built-By", - "value": "jglick" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.5.3" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_171" - }, - { - "key": "Main-Class", - "value": "net.java.sezpoz.impl.Inspector" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/net.java.sezpoz/sezpoz/pom.properties", - "name": "", - "groupId": "net.java.sezpoz", - "artifactId": "sezpoz", - "version": "1.13" - }, - "pomProject": { - "path": "META-INF/maven/net.java.sezpoz/sezpoz/pom.xml", - "parent": { - "groupId": "net.java.sezpoz", - "artifactId": "pom", - "version": "1.13" - }, - "groupId": "net.java.sezpoz", - "artifactId": "sezpoz", - "version": "1.13", - "name": "SezPoz Library" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "822ac382900587d0a7d6aaec7b1859f1cf5de2fb" - } - ] - } - }, - { - "id": "06516832cc0e1356", - "name": "slf4j-api", - "version": "2.0.13", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.slf4j:slf4j-api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:slf4j_api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j-api:slf4j-api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j-api:slf4j_api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j_api:slf4j-api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j_api:slf4j_api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:slf4j-api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:slf4j_api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.slf4j/slf4j-api@2.0.13", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:org.slf4j:slf4j-api", - "pomProperties": { - "path": "META-INF/maven/org.slf4j/slf4j-api/pom.properties", - "name": "", - "groupId": "org.slf4j", - "artifactId": "slf4j-api", - "version": "2.0.13" - }, - "pomProject": { - "path": "META-INF/maven/org.slf4j/slf4j-api/pom.xml", - "parent": { - "groupId": "org.slf4j", - "artifactId": "slf4j-parent", - "version": "2.0.13" - }, - "groupId": "org.slf4j", - "artifactId": "slf4j-api", - "version": "2.0.13", - "name": "SLF4J API Module", - "description": "The slf4j API", - "url": "http://www.slf4j.org" - } - } - }, - { - "id": "2f7e453b724ff109", - "name": "slf4j-api", - "version": "2.0.13", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/slf4j-api-2.0.13.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.opensource.org/licenses/mit-license.php", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/slf4j-api-2.0.13.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.slf4j:slf4j-api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:slf4j_api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j-api:slf4j-api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j-api:slf4j_api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j_api:slf4j-api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j_api:slf4j_api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:slf4j-api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:slf4j_api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.slf4j/slf4j-api@2.0.13", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/slf4j-api-2.0.13.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Bundle-Description", - "value": "The slf4j API" - }, - { - "key": "Bundle-DocURL", - "value": "http://www.slf4j.org" - }, - { - "key": "Bundle-License", - "value": "http://www.opensource.org/licenses/mit-license.php" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "SLF4J API Module" - }, - { - "key": "Bundle-SymbolicName", - "value": "slf4j.api" - }, - { - "key": "Bundle-Vendor", - "value": "SLF4J.ORG" - }, - { - "key": "Bundle-Version", - "value": "2.0.13" - }, - { - "key": "Export-Package", - "value": "org.slf4j;uses:=\"org.slf4j.event,org.slf4j.helpers,org.slf4j.spi\";version=\"2.0.13\",org.slf4j.event;uses:=\"org.slf4j,org.slf4j.helpers\";version=\"2.0.13\",org.slf4j.helpers;uses:=\"org.slf4j,org.slf4j.event,org.slf4j.spi\";version=\"2.0.13\",org.slf4j.spi;uses:=\"org.slf4j,org.slf4j.event,org.slf4j.helpers\";version=\"2.0.13\",org.slf4j;version=\"1.7.36\",org.slf4j.helpers;version=\"1.7.36\"" - }, - { - "key": "Implementation-Title", - "value": "slf4j-api" - }, - { - "key": "Implementation-Version", - "value": "2.0.13" - }, - { - "key": "Import-Package", - "value": "org.slf4j.spi;version=\"[2.0.13,3)\"" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Require-Capability", - "value": "osgi.extender;filter:=\"(&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0)))\",osgi.serviceloader;filter:=\"(osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider)\";osgi.serviceloader=\"org.slf4j.spi.SLF4JServiceProvider\",osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "X-Compile-Source-JDK", - "value": "8" - }, - { - "key": "X-Compile-Target-JDK", - "value": "8" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.slf4j/slf4j-api/pom.properties", - "name": "", - "groupId": "org.slf4j", - "artifactId": "slf4j-api", - "version": "2.0.13" - }, - "pomProject": { - "path": "META-INF/maven/org.slf4j/slf4j-api/pom.xml", - "parent": { - "groupId": "org.slf4j", - "artifactId": "slf4j-parent", - "version": "2.0.13" - }, - "groupId": "org.slf4j", - "artifactId": "slf4j-api", - "version": "2.0.13", - "name": "SLF4J API Module", - "description": "The slf4j API", - "url": "http://www.slf4j.org" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "80229737f704b121a318bba5d5deacbcf395bc77" - } - ] - } - }, - { - "id": "dc4ac008f11b7a44", - "name": "slf4j-api", - "version": "2.0.13", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.slf4j:slf4j-api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:slf4j_api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j-api:slf4j-api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j-api:slf4j_api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j_api:slf4j-api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j_api:slf4j_api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:slf4j-api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:slf4j_api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.slf4j/slf4j-api@2.0.13", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.slf4j:slf4j-api", - "pomProperties": { - "path": "META-INF/maven/org.slf4j/slf4j-api/pom.properties", - "name": "", - "groupId": "org.slf4j", - "artifactId": "slf4j-api", - "version": "2.0.13" - }, - "pomProject": { - "path": "META-INF/maven/org.slf4j/slf4j-api/pom.xml", - "parent": { - "groupId": "org.slf4j", - "artifactId": "slf4j-parent", - "version": "2.0.13" - }, - "groupId": "org.slf4j", - "artifactId": "slf4j-api", - "version": "2.0.13", - "name": "SLF4J API Module", - "description": "The slf4j API", - "url": "http://www.slf4j.org" - } - } - }, - { - "id": "c3e72a68883efadf", - "name": "slf4j-jdk14", - "version": "2.0.13", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:slf4j-jdk14:slf4j-jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j-jdk14:slf4j_jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j_jdk14:slf4j-jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j_jdk14:slf4j_jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:slf4j-jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:slf4j_jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:slf4j-jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:slf4j_jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.slf4j/slf4j-jdk14@2.0.13", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:org.slf4j:slf4j-jdk14", - "pomProperties": { - "path": "META-INF/maven/org.slf4j/slf4j-jdk14/pom.properties", - "name": "", - "groupId": "org.slf4j", - "artifactId": "slf4j-jdk14", - "version": "2.0.13" - }, - "pomProject": { - "path": "META-INF/maven/org.slf4j/slf4j-jdk14/pom.xml", - "parent": { - "groupId": "org.slf4j", - "artifactId": "slf4j-parent", - "version": "2.0.13" - }, - "groupId": "org.slf4j", - "artifactId": "slf4j-jdk14", - "version": "2.0.13", - "name": "SLF4J JDK14 Provider", - "description": "SLF4J JDK14 Provider", - "url": "http://www.slf4j.org" - } - } - }, - { - "id": "2bb7d0d8ae4c135f", - "name": "slf4j-jdk14", - "version": "2.0.13", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/slf4j-jdk14-2.0.13.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.opensource.org/licenses/mit-license.php", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/slf4j-jdk14-2.0.13.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:slf4j-jdk14:slf4j-jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j-jdk14:slf4j_jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j_jdk14:slf4j-jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j_jdk14:slf4j_jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:slf4j-jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:slf4j_jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:slf4j-jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:slf4j_jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.slf4j/slf4j-jdk14@2.0.13", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/slf4j-jdk14-2.0.13.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Bundle-Description", - "value": "SLF4J JDK14 Provider" - }, - { - "key": "Bundle-DocURL", - "value": "http://www.slf4j.org" - }, - { - "key": "Bundle-License", - "value": "http://www.opensource.org/licenses/mit-license.php" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "SLF4J JDK14 Provider" - }, - { - "key": "Bundle-SymbolicName", - "value": "slf4j.jdk14" - }, - { - "key": "Bundle-Vendor", - "value": "SLF4J.ORG" - }, - { - "key": "Bundle-Version", - "value": "2.0.13" - }, - { - "key": "Export-Package", - "value": "org.slf4j.jul;version=\"2.0.13\";uses:=\"org.slf4j,org.slf4j.event,org.slf4j.helpers,org.slf4j.spi\"" - }, - { - "key": "Implementation-Title", - "value": "slf4j-jdk14" - }, - { - "key": "Implementation-Version", - "value": "2.0.13" - }, - { - "key": "Import-Package", - "value": "org.slf4j;version=\"[2.0,3)\",org.slf4j.event;version=\"[2.0,3)\",org.slf4j.helpers;version=\"[2.0,3)\",org.slf4j.spi;version=\"[2.0,3)\"" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Originally-Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Provide-Capability", - "value": "osgi.service;objectClass:List=\"org.slf4j.spi.SLF4JServiceProvider\";type=jul;effective:=active,osgi.serviceloader;osgi.serviceloader=\"org.slf4j.spi.SLF4JServiceProvider\";register:=\"org.slf4j.jul.JULServiceProvider\";type=jul" - }, - { - "key": "Require-Capability", - "value": "osgi.extender;filter:=\"(&(osgi.extender=osgi.serviceloader.registrar)(version>=1.0.0)(!(version>=2.0.0)))\",osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "X-Compile-Source-JDK", - "value": "8" - }, - { - "key": "X-Compile-Target-JDK", - "value": "8" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.slf4j/slf4j-jdk14/pom.properties", - "name": "", - "groupId": "org.slf4j", - "artifactId": "slf4j-jdk14", - "version": "2.0.13" - }, - "pomProject": { - "path": "META-INF/maven/org.slf4j/slf4j-jdk14/pom.xml", - "parent": { - "groupId": "org.slf4j", - "artifactId": "slf4j-parent", - "version": "2.0.13" - }, - "groupId": "org.slf4j", - "artifactId": "slf4j-jdk14", - "version": "2.0.13", - "name": "SLF4J JDK14 Provider", - "description": "SLF4J JDK14 Provider", - "url": "http://www.slf4j.org" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "bc8fbbb53855dc7fd21ec1783befae0d74ea86ac" - } - ] - } - }, - { - "id": "0c979e1af0ab7935", - "name": "slf4j-jdk14", - "version": "2.0.13", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:slf4j-jdk14:slf4j-jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j-jdk14:slf4j_jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j_jdk14:slf4j-jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j_jdk14:slf4j_jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:slf4j-jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:slf4j_jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:slf4j-jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:slf4j_jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.slf4j/slf4j-jdk14@2.0.13", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.slf4j:slf4j-jdk14", - "pomProperties": { - "path": "META-INF/maven/org.slf4j/slf4j-jdk14/pom.properties", - "name": "", - "groupId": "org.slf4j", - "artifactId": "slf4j-jdk14", - "version": "2.0.13" - }, - "pomProject": { - "path": "META-INF/maven/org.slf4j/slf4j-jdk14/pom.xml", - "parent": { - "groupId": "org.slf4j", - "artifactId": "slf4j-parent", - "version": "2.0.13" - }, - "groupId": "org.slf4j", - "artifactId": "slf4j-jdk14", - "version": "2.0.13", - "name": "SLF4J JDK14 Provider", - "description": "SLF4J JDK14 Provider", - "url": "http://www.slf4j.org" - } - } - }, - { - "id": "184ab5aacfc1d4a4", - "name": "smtp", - "version": "2.0.3", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/angus-mail-2.0.3.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.angus:smtp:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:smtp:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:smtp:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:smtp:smtp:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.angus/smtp@2.0.3", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/angus-mail-2.0.3.jar:org.eclipse.angus:smtp", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.angus/smtp/pom.properties", - "name": "", - "groupId": "org.eclipse.angus", - "artifactId": "smtp", - "version": "2.0.3" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.angus/smtp/pom.xml", - "parent": { - "groupId": "org.eclipse.angus", - "artifactId": "providers", - "version": "2.0.3" - }, - "groupId": "org.eclipse.angus", - "artifactId": "smtp", - "version": "2.0.3", - "name": "Angus Mail smtp provider" - } - } - }, - { - "id": "ecfe3e0efa971476", - "name": "snakeyaml", - "version": "2.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/snakeyaml-api.hpi:WEB-INF/lib/snakeyaml-2.2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/snakeyaml-api.hpi:WEB-INF/lib/snakeyaml-2.2.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.yaml.snakeyaml:snakeyaml:2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml:snakeyaml:2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.yaml:snakeyaml:2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yaml:snakeyaml:2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.yaml/snakeyaml@2.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/snakeyaml-api.hpi:WEB-INF/lib/snakeyaml-2.2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bnd-LastModified", - "value": "1693124775469" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Bundle-Description", - "value": "YAML 1.1 parser and emitter for Java" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "SnakeYAML" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.yaml.snakeyaml" - }, - { - "key": "Bundle-Version", - "value": "2.2.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.8" - }, - { - "key": "Export-Package", - "value": "org.yaml.snakeyaml;version=\"2.2\",org.yaml.snakeyaml.comments;version=\"2.2\",org.yaml.snakeyaml.composer;version=\"2.2\",org.yaml.snakeyaml.constructor;version=\"2.2\",org.yaml.snakeyaml.emitter;version=\"2.2\",org.yaml.snakeyaml.env;version=\"2.2\",org.yaml.snakeyaml.error;version=\"2.2\",org.yaml.snakeyaml.events;version=\"2.2\",org.yaml.snakeyaml.extensions.compactnotation;version=\"2.2\",org.yaml.snakeyaml.inspector;version=\"2.2\",org.yaml.snakeyaml.internal;version=\"2.2\",org.yaml.snakeyaml.introspector;version=\"2.2\",org.yaml.snakeyaml.nodes;version=\"2.2\",org.yaml.snakeyaml.parser;version=\"2.2\",org.yaml.snakeyaml.reader;version=\"2.2\",org.yaml.snakeyaml.representer;version=\"2.2\",org.yaml.snakeyaml.resolver;version=\"2.2\",org.yaml.snakeyaml.scanner;version=\"2.2\",org.yaml.snakeyaml.serializer;version=\"2.2\",org.yaml.snakeyaml.tokens;version=\"2.2\",org.yaml.snakeyaml.util;version=\"2.2\"" - }, - { - "key": "Import-Package", - "value": "org.yaml.snakeyaml;version=\"[2.2,3)\",org.yaml.snakeyaml.comments;version=\"[2.2,3)\",org.yaml.snakeyaml.composer;version=\"[2.2,3)\",org.yaml.snakeyaml.emitter;version=\"[2.2,3)\",org.yaml.snakeyaml.error;version=\"[2.2,3)\",org.yaml.snakeyaml.events;version=\"[2.2,3)\",org.yaml.snakeyaml.inspector;version=\"[2.2,3)\",org.yaml.snakeyaml.internal;version=\"[2.2,3)\",org.yaml.snakeyaml.introspector;version=\"[2.2,3)\",org.yaml.snakeyaml.nodes;version=\"[2.2,3)\",org.yaml.snakeyaml.parser;version=\"[2.2,3)\",org.yaml.snakeyaml.reader;version=\"[2.2,3)\",org.yaml.snakeyaml.resolver;version=\"[2.2,3)\",org.yaml.snakeyaml.scanner;version=\"[2.2,3)\",org.yaml.snakeyaml.serializer;version=\"[2.2,3)\",org.yaml.snakeyaml.tokens;version=\"[2.2,3)\"" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.7))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.yaml/snakeyaml/pom.properties", - "name": "", - "groupId": "org.yaml", - "artifactId": "snakeyaml", - "version": "2.2" - }, - "pomProject": { - "path": "META-INF/maven/org.yaml/snakeyaml/pom.xml", - "groupId": "org.yaml", - "artifactId": "snakeyaml", - "version": "2.2", - "name": "SnakeYAML", - "description": "YAML 1.1 parser and emitter for Java", - "url": "https://bitbucket.org/snakeyaml/snakeyaml" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "3af797a25458550a16bf89acc8e4ab2b7f2bfce0" - } - ] - } - }, - { - "id": "ce2a4e75791a57bc", - "name": "snakeyaml-api", - "version": "2.2-111.vc6598e30cc65", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/snakeyaml-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT License (MIT)", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/snakeyaml-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:snakeyaml-api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:snakeyaml_api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml-api:snakeyaml-api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml-api:snakeyaml_api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml_api:snakeyaml-api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml_api:snakeyaml_api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml:snakeyaml-api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml:snakeyaml_api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:snakeyaml-api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:snakeyaml_api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/snakeyaml-api@2.2-111.vc6598e30cc65", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/snakeyaml-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "SnakeYAML API Plugin" - }, - { - "key": "Specification-Version", - "value": "2.2" - }, - { - "key": "Implementation-Title", - "value": "SnakeYAML API Plugin" - }, - { - "key": "Implementation-Version", - "value": "2.2-111.vc6598e30cc65" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "snakeyaml-api" - }, - { - "key": "Short-Name", - "value": "snakeyaml-api" - }, - { - "key": "Long-Name", - "value": "SnakeYAML API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/snakeyaml-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.2-111.vc6598e30cc65" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "The MIT License (MIT)" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/snakeyaml-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "c6598e30cc65b8b4d07b55fe4fc8f02b9b0e4e91" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/snakeyaml-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "c6598e30cc65b8b4d07b55fe4fc8f02b9b0e4e91" - }, - { - "key": "Implementation-Build", - "value": "c6598e30cc65b8b4d07b55fe4fc8f02b9b0e4e91" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/snakeyaml-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "snakeyaml-api", - "version": "2.2-111.vc6598e30cc65" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/snakeyaml-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "snakeyaml-api", - "version": "2.2-111.vc6598e30cc65", - "name": "SnakeYAML API Plugin", - "description": "This plugin packages stock SnakeYAML library", - "url": "https://github.com/jenkinsci/snakeyaml-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "23c4673d0204cc5aa752813cfd386027d86fac67" - } - ] - } - }, - { - "id": "8fd5804c4c0e3c9f", - "name": "snakeyaml-api", - "version": "2.2-111.vc6598e30cc65", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/snakeyaml-api.hpi:WEB-INF/lib/snakeyaml-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT License (MIT)", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/snakeyaml-api.hpi:WEB-INF/lib/snakeyaml-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:snakeyaml-api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:snakeyaml_api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml-api:snakeyaml-api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml-api:snakeyaml_api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml_api:snakeyaml-api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml_api:snakeyaml_api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml:snakeyaml-api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml:snakeyaml_api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:snakeyaml-api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:snakeyaml_api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/snakeyaml-api@2.2-111.vc6598e30cc65", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/snakeyaml-api.hpi:WEB-INF/lib/snakeyaml-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "SnakeYAML API Plugin" - }, - { - "key": "Specification-Version", - "value": "2.2" - }, - { - "key": "Implementation-Title", - "value": "SnakeYAML API Plugin" - }, - { - "key": "Implementation-Version", - "value": "2.2-111.vc6598e30cc65" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "snakeyaml-api" - }, - { - "key": "Short-Name", - "value": "snakeyaml-api" - }, - { - "key": "Long-Name", - "value": "SnakeYAML API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/snakeyaml-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.2-111.vc6598e30cc65" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "The MIT License (MIT)" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/snakeyaml-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "c6598e30cc65b8b4d07b55fe4fc8f02b9b0e4e91" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/snakeyaml-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "c6598e30cc65b8b4d07b55fe4fc8f02b9b0e4e91" - }, - { - "key": "Implementation-Build", - "value": "c6598e30cc65b8b4d07b55fe4fc8f02b9b0e4e91" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/snakeyaml-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "snakeyaml-api", - "version": "2.2-111.vc6598e30cc65" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/snakeyaml-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "snakeyaml-api", - "version": "2.2-111.vc6598e30cc65", - "name": "SnakeYAML API Plugin", - "description": "This plugin packages stock SnakeYAML library", - "url": "https://github.com/jenkinsci/snakeyaml-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "c545693bf78b8a3be6fee4f626a2f4ee75198b83" - } - ] - } - }, - { - "id": "e2d98664a65b16f7", - "name": "spotbugs-annotations", - "version": "4.8.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spotbugs-annotations-4.8.5.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.github.spotbugs.annotations:spotbugs-annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.spotbugs.annotations:spotbugs_annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.spotbugs.annotations:annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spotbugs-annotations:spotbugs-annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spotbugs-annotations:spotbugs_annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spotbugs_annotations:spotbugs-annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spotbugs_annotations:spotbugs_annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.spotbugs.annotations:spotbugs:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotations:spotbugs-annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotations:spotbugs_annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spotbugs-annotations:annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spotbugs_annotations:annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spotbugs-annotations:spotbugs:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spotbugs:spotbugs-annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spotbugs:spotbugs_annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spotbugs_annotations:spotbugs:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:spotbugs-annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:spotbugs_annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotations:annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotations:spotbugs:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spotbugs:annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spotbugs:spotbugs:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:spotbugs:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.github.spotbugs.annotations/spotbugs-annotations@4.8.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spotbugs-annotations-4.8.5.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-Name", - "value": "spotbugs-annotations" - }, - { - "key": "Bundle-SymbolicName", - "value": "spotbugs-annotations" - }, - { - "key": "Bundle-Version", - "value": "4.8.5" - }, - { - "key": "Export-Package", - "value": "edu.umd.cs.findbugs.annotations" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "J2SE-1.5" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Automatic-Module-Name", - "value": "com.github.spotbugs.annotations" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "17ab39acf7cf6f7a330ee3be08a4bb2740082b4c" - } - ] - } - }, - { - "id": "89c911b233fbe42d", - "name": "spring-aop", - "version": "5.3.36", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-aop-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-aop-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "BSD-3-Clause", - "spdxExpression": "BSD-3-Clause", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-aop-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.springframework:spring-aop:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework:spring_aop:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring-aop:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring_aop:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-aop:spring-aop:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-aop:spring_aop:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_aop:spring-aop:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_aop:spring_aop:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring-aop:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring_aop:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.springframework/spring-aop@5.3.36", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-aop-5.3.36.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "spring-aop" - }, - { - "key": "Automatic-Module-Name", - "value": "spring.aop" - }, - { - "key": "Implementation-Version", - "value": "5.3.36" - }, - { - "key": "Created-By", - "value": "1.8.0_402 (Oracle Corporation)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "54c0958bb3765ac095071b8460c876bf88bd4351" - } - ] - } - }, - { - "id": "68c122a06f783acf", - "name": "spring-beans", - "version": "5.3.36", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-beans-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-beans-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "BSD-3-Clause", - "spdxExpression": "BSD-3-Clause", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-beans-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.springframework:spring-beans:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework:spring_beans:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring-beans:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring_beans:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-beans:spring-beans:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-beans:spring_beans:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_beans:spring-beans:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_beans:spring_beans:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring-beans:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring_beans:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.springframework/spring-beans@5.3.36", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-beans-5.3.36.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "spring-beans" - }, - { - "key": "Automatic-Module-Name", - "value": "spring.beans" - }, - { - "key": "Implementation-Version", - "value": "5.3.36" - }, - { - "key": "Created-By", - "value": "1.8.0_402 (Oracle Corporation)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "b843e52d69592890c5af54b4d96f89b7eb0804c4" - } - ] - } - }, - { - "id": "5ae8a65676147ce4", - "name": "spring-context", - "version": "5.3.36", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-context-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-context-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "BSD-3-Clause", - "spdxExpression": "BSD-3-Clause", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-context-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.springframework:spring-context:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework:spring_context:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring-context:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring_context:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-context:spring-context:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-context:spring_context:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_context:spring-context:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_context:spring_context:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring-context:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring_context:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.springframework/spring-context@5.3.36", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-context-5.3.36.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "spring-context" - }, - { - "key": "Automatic-Module-Name", - "value": "spring.context" - }, - { - "key": "Implementation-Version", - "value": "5.3.36" - }, - { - "key": "Created-By", - "value": "1.8.0_402 (Oracle Corporation)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "97e3ee9da70ba00fe99dacb63e38f53145f1e990" - } - ] - } - }, - { - "id": "d811960c74892946", - "name": "spring-core", - "version": "5.3.36", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-core-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-core-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "BSD-3-Clause", - "spdxExpression": "BSD-3-Clause", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-core-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:springsource-spring-framework:springsource_spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource_spring_framework:springsource_spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework:springsource_spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource-spring:springsource_spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource_spring:springsource_spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pivotal_software:springsource_spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-framework:springsource_spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_framework:springsource_spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource-spring-framework:spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource_spring_framework:spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:springsource_spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource:springsource_spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-core:springsource_spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_core:springsource_spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource-spring-framework:spring-core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource-spring-framework:spring_core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource_spring_framework:spring-core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource_spring_framework:spring_core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework:spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:springsource_spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource-spring:spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource_spring:spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:vmware:springsource_spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pivotal_software:spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-framework:spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_framework:spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework:spring-core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework:spring_core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource-spring:spring-core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource-spring:spring_core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource_spring:spring-core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource_spring:spring_core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource:spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pivotal_software:spring-core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pivotal_software:spring_core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-core:spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-framework:spring-core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-framework:spring_core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_core:spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_framework:spring-core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_framework:spring_core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring-core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring_core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource:spring-core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource:spring_core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-core:spring-core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-core:spring_core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_core:spring-core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_core:spring_core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:vmware:spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring-core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring_core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:vmware:spring-core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:vmware:spring_core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.springframework/spring-core@5.3.36", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-core-5.3.36.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "spring-core" - }, - { - "key": "Automatic-Module-Name", - "value": "spring.core" - }, - { - "key": "Implementation-Version", - "value": "5.3.36" - }, - { - "key": "Created-By", - "value": "1.8.0_402 (Oracle Corporation)" - }, - { - "key": "Dependencies", - "value": "jdk.unsupported" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "a887990ef53e7297f17773dc40c3ded8d52e61b1" - } - ] - } - }, - { - "id": "81e2729b1393c3ec", - "name": "spring-expression", - "version": "5.3.36", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-expression-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-expression-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "BSD-3-Clause", - "spdxExpression": "BSD-3-Clause", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-expression-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.springframework:spring-expression:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework:spring_expression:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-expression:spring-expression:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-expression:spring_expression:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_expression:spring-expression:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_expression:spring_expression:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring-expression:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring_expression:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring-expression:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring_expression:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.springframework/spring-expression@5.3.36", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-expression-5.3.36.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "spring-expression" - }, - { - "key": "Automatic-Module-Name", - "value": "spring.expression" - }, - { - "key": "Implementation-Version", - "value": "5.3.36" - }, - { - "key": "Created-By", - "value": "1.8.0_402 (Oracle Corporation)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "95da53bb3659be48249eee0cab5ec33bd9656c53" - } - ] - } - }, - { - "id": "676ad26b76e55930", - "name": "spring-security-core", - "version": "5.8.12", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-security-core-5.8.12.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.springframework.security:spring-security-core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework.security:spring_security_core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework.security:spring_security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security-core:spring-security-core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security-core:spring_security_core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security_core:spring-security-core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security_core:spring_security_core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework.security:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security-core:spring_security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security:spring-security-core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security:spring_security_core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security:spring-security-core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security:spring_security_core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security_core:spring_security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring-security-core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring_security_core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security:spring_security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security:spring_security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring_security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:security:spring-security-core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:security:spring_security_core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security-core:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security_core:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring-security-core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring_security_core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:vmware:spring-security-core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:vmware:spring_security_core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:security:spring_security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring_security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:vmware:spring_security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:security:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:vmware:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.springframework.security/spring-security-core@5.8.12", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-security-core-5.8.12.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "11.0.22 (Oracle Corporation)" - }, - { - "key": "Implementation-Title", - "value": "spring-security-core" - }, - { - "key": "Implementation-Version", - "value": "5.8.12" - }, - { - "key": "Automatic-Module-Name", - "value": "spring.security.core" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "cc6dcc2567c7889693a52d9d924066da2e1b4c03" - } - ] - } - }, - { - "id": "217457c54ab6122f", - "name": "spring-security-crypto", - "version": "5.8.12", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-security-crypto-5.8.12.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.springframework.security:spring-security-crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework.security:spring_security_crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security-crypto:spring-security-crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security-crypto:spring_security_crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security_crypto:spring-security-crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security_crypto:spring_security_crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security:spring-security-crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security:spring_security_crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security:spring-security-crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security:spring_security_crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring-security-crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring_security_crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework.security:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:security:spring-security-crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:security:spring_security_crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security-crypto:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security_crypto:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring-security-crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring_security_crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:security:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.springframework.security/spring-security-crypto@5.8.12", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-security-crypto-5.8.12.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "11.0.22 (Oracle Corporation)" - }, - { - "key": "Implementation-Title", - "value": "spring-security-crypto" - }, - { - "key": "Implementation-Version", - "value": "5.8.12" - }, - { - "key": "Automatic-Module-Name", - "value": "spring.security.crypto" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "7e37d36d2adbe174ecad4b996f62e5524e5d29df" - } - ] - } - }, - { - "id": "0594a4f5a76c959a", - "name": "spring-security-web", - "version": "5.8.12", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-security-web-5.8.12.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.springframework.security:spring-security-web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework.security:spring_security_web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security-web:spring-security-web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security-web:spring_security_web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security_web:spring-security-web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security_web:spring_security_web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework.security:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security:spring-security-web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security:spring_security_web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security:spring-security-web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security:spring_security_web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring-security-web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring_security_web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:security:spring-security-web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:security:spring_security_web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security-web:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security_web:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring-security-web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring_security_web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:security:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.springframework.security/spring-security-web@5.8.12", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-security-web-5.8.12.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "11.0.22 (Oracle Corporation)" - }, - { - "key": "Implementation-Title", - "value": "spring-security-web" - }, - { - "key": "Implementation-Version", - "value": "5.8.12" - }, - { - "key": "Automatic-Module-Name", - "value": "spring.security.web" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "e09ce051991a3ac2a1a70de18b84c22c09bb0eb5" - } - ] - } - }, - { - "id": "051aef5b6d5c1a84", - "name": "spring-web", - "version": "5.3.36", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-web-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-web-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "BSD-3-Clause", - "spdxExpression": "BSD-3-Clause", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-web-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.springframework:spring-web:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework:spring_web:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring-web:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring_web:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-web:spring-web:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-web:spring_web:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_web:spring-web:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_web:spring_web:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring-web:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring_web:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.springframework/spring-web@5.3.36", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-web-5.3.36.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "spring-web" - }, - { - "key": "Automatic-Module-Name", - "value": "spring.web" - }, - { - "key": "Implementation-Version", - "value": "5.3.36" - }, - { - "key": "Created-By", - "value": "1.8.0_402 (Oracle Corporation)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "467cd4fa4046ad2a3ddbd266a6ff0beac0fa40c2" - } - ] - } - }, - { - "id": "cefb910ca534ddea", - "name": "sshd", - "version": "3.322.v159e91f6a_550", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/sshd.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/sshd.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.modules:sshd:3.322.v159e91f6a_550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:sshd:3.322.v159e91f6a_550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:sshd:3.322.v159e91f6a_550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:sshd:3.322.v159e91f6a_550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:modules:sshd:3.322.v159e91f6a_550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sshd:sshd:3.322.v159e91f6a_550:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.modules/sshd@3.322.v159e91f6a_550", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/sshd.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "SSH server" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "SSH server" - }, - { - "key": "Implementation-Version", - "value": "3.322.v159e91f6a_550" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.modules" - }, - { - "key": "Artifact-Id", - "value": "sshd" - }, - { - "key": "Short-Name", - "value": "sshd" - }, - { - "key": "Long-Name", - "value": "SSH server" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/sshd-plugin" - }, - { - "key": "Plugin-Version", - "value": "3.322.v159e91f6a_550" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Dependencies", - "value": "mina-sshd-api-common:2.10.0-69.v28e3e36d18eb_,mina-sshd-api-core:2.10.0-69.v28e3e36d18eb_,instance-identity:142.v04572ca_5b_265" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/sshd-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "159e91f6a550fb20548ccc9c57ec53e0ded6b8fe" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/sshd-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "159e91f6a550fb20548ccc9c57ec53e0ded6b8fe" - }, - { - "key": "Implementation-Build", - "value": "159e91f6a550fb20548ccc9c57ec53e0ded6b8fe" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.modules/sshd/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.modules", - "artifactId": "sshd", - "version": "3.322.v159e91f6a_550" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.modules/sshd/pom.xml", - "groupId": "org.jenkins-ci.modules", - "artifactId": "sshd", - "version": "3.322.v159e91f6a_550", - "name": "SSH server", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/sshd-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "751611e2ca599a1d2fd1784f8177e6dfa1531c6b" - } - ] - } - }, - { - "id": "b4a5961afb71c126", - "name": "sshd", - "version": "3.322.v159e91f6a_550", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/sshd.hpi:WEB-INF/lib/sshd.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/sshd.hpi:WEB-INF/lib/sshd.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.modules:sshd:3.322.v159e91f6a_550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:sshd:3.322.v159e91f6a_550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:sshd:3.322.v159e91f6a_550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:sshd:3.322.v159e91f6a_550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:modules:sshd:3.322.v159e91f6a_550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sshd:sshd:3.322.v159e91f6a_550:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.modules/sshd@3.322.v159e91f6a_550", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/sshd.hpi:WEB-INF/lib/sshd.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "SSH server" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "SSH server" - }, - { - "key": "Implementation-Version", - "value": "3.322.v159e91f6a_550" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.modules" - }, - { - "key": "Artifact-Id", - "value": "sshd" - }, - { - "key": "Short-Name", - "value": "sshd" - }, - { - "key": "Long-Name", - "value": "SSH server" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/sshd-plugin" - }, - { - "key": "Plugin-Version", - "value": "3.322.v159e91f6a_550" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Dependencies", - "value": "mina-sshd-api-common:2.10.0-69.v28e3e36d18eb_,mina-sshd-api-core:2.10.0-69.v28e3e36d18eb_,instance-identity:142.v04572ca_5b_265" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/sshd-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "159e91f6a550fb20548ccc9c57ec53e0ded6b8fe" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/sshd-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "159e91f6a550fb20548ccc9c57ec53e0ded6b8fe" - }, - { - "key": "Implementation-Build", - "value": "159e91f6a550fb20548ccc9c57ec53e0ded6b8fe" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.modules/sshd/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.modules", - "artifactId": "sshd", - "version": "3.322.v159e91f6a_550" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.modules/sshd/pom.xml", - "groupId": "org.jenkins-ci.modules", - "artifactId": "sshd", - "version": "3.322.v159e91f6a_550", - "name": "SSH server", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/sshd-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "379181c70f95cbcfdbb3a9b2aadd5de60c2404a0" - } - ] - } - }, - { - "id": "08ba5f7f7c573010", - "name": "sshd-common", - "version": "2.12.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-common.hpi:WEB-INF/lib/sshd-common-2.12.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-common.hpi:WEB-INF/lib/sshd-common-2.12.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:sshd-common:2.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:sshd_common:2.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:common:2.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:sshd:2.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.sshd/sshd-common@2.12.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-common.hpi:WEB-INF/lib/sshd-common-2.12.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.8" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Apache Mina SSHD :: Common support utilities" - }, - { - "key": "Specification-Version", - "value": "2.12" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Implementation-Title", - "value": "Apache Mina SSHD :: Common support utilities" - }, - { - "key": "Implementation-Version", - "value": "2.12.1" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.sshd.common" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.sshd/sshd-common/pom.properties", - "name": "", - "groupId": "org.apache.sshd", - "artifactId": "sshd-common", - "version": "2.12.1" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.sshd/sshd-common/pom.xml", - "parent": { - "groupId": "org.apache.sshd", - "artifactId": "sshd", - "version": "2.12.1" - }, - "groupId": "org.apache.sshd", - "artifactId": "sshd-common", - "version": "2.12.1", - "name": "Apache Mina SSHD :: Common support utilities" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "eb55ce13a75b1939d42e835bd8f0b6ab48bfb24b" - } - ] - } - }, - { - "id": "236eac47288fb32a", - "name": "sshd-common", - "version": "2.12.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:sshd-common:2.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:sshd_common:2.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:sshd:2.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.sshd/sshd-common@2.12.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:org.apache.sshd:sshd-common", - "pomProperties": { - "path": "META-INF/maven/org.apache.sshd/sshd-common/pom.properties", - "name": "", - "groupId": "org.apache.sshd", - "artifactId": "sshd-common", - "version": "2.12.1" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.sshd/sshd-common/pom.xml", - "parent": { - "groupId": "org.apache.sshd", - "artifactId": "sshd", - "version": "2.12.1" - }, - "groupId": "org.apache.sshd", - "artifactId": "sshd-common", - "version": "2.12.1", - "name": "Apache Mina SSHD :: Common support utilities" - } - } - }, - { - "id": "544746b35e6f9d76", - "name": "sshd-core", - "version": "2.12.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-core.hpi:WEB-INF/lib/sshd-core-2.12.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-core.hpi:WEB-INF/lib/sshd-core-2.12.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:sshd-core:2.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:sshd_core:2.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:core:2.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:sshd:2.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.sshd/sshd-core@2.12.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-core.hpi:WEB-INF/lib/sshd-core-2.12.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.8" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Apache Mina SSHD :: Core" - }, - { - "key": "Specification-Version", - "value": "2.12" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Implementation-Title", - "value": "Apache Mina SSHD :: Core" - }, - { - "key": "Implementation-Version", - "value": "2.12.1" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.sshd.core" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.sshd/sshd-core/pom.properties", - "name": "", - "groupId": "org.apache.sshd", - "artifactId": "sshd-core", - "version": "2.12.1" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.sshd/sshd-core/pom.xml", - "parent": { - "groupId": "org.apache.sshd", - "artifactId": "sshd", - "version": "2.12.1" - }, - "groupId": "org.apache.sshd", - "artifactId": "sshd-core", - "version": "2.12.1", - "name": "Apache Mina SSHD :: Core" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "5ebb807241b86743a89d19f07e8d9138feec42de" - } - ] - } - }, - { - "id": "40fb5fae82ddaef2", - "name": "sshd-core", - "version": "2.12.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:sshd-core:2.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:sshd_core:2.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:sshd:2.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.sshd/sshd-core@2.12.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:org.apache.sshd:sshd-core", - "pomProperties": { - "path": "META-INF/maven/org.apache.sshd/sshd-core/pom.properties", - "name": "", - "groupId": "org.apache.sshd", - "artifactId": "sshd-core", - "version": "2.12.1" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.sshd/sshd-core/pom.xml", - "parent": { - "groupId": "org.apache.sshd", - "artifactId": "sshd", - "version": "2.12.1" - }, - "groupId": "org.apache.sshd", - "artifactId": "sshd-core", - "version": "2.12.1", - "name": "Apache Mina SSHD :: Core" - } - } - }, - { - "id": "97b8d92d50e8f346", - "name": "stapler", - "version": "1872.ve203fa_6b_b_98d", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/stapler-1872.ve203fa_6b_b_98d.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "2-clause BSD license", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/BSD-2-Clause" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/stapler-1872.ve203fa_6b_b_98d.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.kohsuke.stapler:stapler:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:stapler:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler:stapler:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.kohsuke.stapler/stapler@1872.ve203fa_6b_b_98d", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/stapler-1872.ve203fa_6b_b_98d.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.4.1" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Stapler" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Stapler" - }, - { - "key": "Implementation-Version", - "value": "1872.ve203fa_6b_b_98d" - }, - { - "key": "Implementation-Build", - "value": "e203fa6bb98d603759a48659bd76a0cd3a208255" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.kohsuke.stapler/stapler/pom.properties", - "name": "", - "groupId": "org.kohsuke.stapler", - "artifactId": "stapler", - "version": "1872.ve203fa_6b_b_98d" - }, - "pomProject": { - "path": "META-INF/maven/org.kohsuke.stapler/stapler/pom.xml", - "groupId": "org.kohsuke.stapler", - "artifactId": "stapler", - "version": "1872.ve203fa_6b_b_98d", - "name": "Stapler", - "description": "Stapler HTTP request handling engine", - "url": "https://github.com/jenkinsci/stapler/stapler" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "0f83f2220a21d05f9635741c2e7103615b360e3e" - } - ] - } - }, - { - "id": "1e822d310bae6eb6", - "name": "stapler-adjunct-codemirror", - "version": "1.3", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/stapler-adjunct-codemirror-1.3.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-3-Clause", - "spdxExpression": "BSD-3-Clause", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/stapler-adjunct-codemirror-1.3.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/stapler-adjunct-codemirror-1.3.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:stapler-adjunct-codemirror:stapler-adjunct-codemirror:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler-adjunct-codemirror:stapler_adjunct_codemirror:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler_adjunct_codemirror:stapler-adjunct-codemirror:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler_adjunct_codemirror:stapler_adjunct_codemirror:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke.stapler:stapler-adjunct-codemirror:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke.stapler:stapler_adjunct_codemirror:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler-adjunct:stapler-adjunct-codemirror:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler-adjunct:stapler_adjunct_codemirror:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler_adjunct:stapler-adjunct-codemirror:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler_adjunct:stapler_adjunct_codemirror:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:stapler-adjunct-codemirror:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:stapler_adjunct_codemirror:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler-adjunct-codemirror:stapler:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler:stapler-adjunct-codemirror:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler:stapler_adjunct_codemirror:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler_adjunct_codemirror:stapler:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke.stapler:stapler:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler-adjunct:stapler:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler_adjunct:stapler:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:stapler:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler:stapler:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.kohsuke.stapler/stapler-adjunct-codemirror@1.3", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/stapler-adjunct-codemirror-1.3.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Built-By", - "value": "kohsuke" - }, - { - "key": "Build-Jdk", - "value": "1.7.0_21" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.1.1" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.kohsuke.stapler/stapler-adjunct-codemirror/pom.properties", - "name": "", - "groupId": "org.kohsuke.stapler", - "artifactId": "stapler-adjunct-codemirror", - "version": "1.3" - }, - "pomProject": { - "path": "META-INF/maven/org.kohsuke.stapler/stapler-adjunct-codemirror/pom.xml", - "groupId": "org.kohsuke.stapler", - "artifactId": "stapler-adjunct-codemirror", - "version": "1.3", - "name": "CodeMirror library from http://codemirror.net/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "fd1d45544400d2a4da6dfee9e60edd4ec3368806" - } - ] - } - }, - { - "id": "ea4ca95a04f3f125", - "name": "stapler-groovy", - "version": "1872.ve203fa_6b_b_98d", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/stapler-groovy-1872.ve203fa_6b_b_98d.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "2-clause BSD license", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/BSD-2-Clause" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/stapler-groovy-1872.ve203fa_6b_b_98d.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.kohsuke.stapler:stapler-groovy:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke.stapler:stapler_groovy:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler-groovy:stapler-groovy:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler-groovy:stapler_groovy:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler_groovy:stapler-groovy:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler_groovy:stapler_groovy:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke.stapler:stapler:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:stapler-groovy:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:stapler_groovy:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler-groovy:stapler:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler:stapler-groovy:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler:stapler_groovy:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler_groovy:stapler:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:stapler:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler:stapler:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.kohsuke.stapler/stapler-groovy@1872.ve203fa_6b_b_98d", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/stapler-groovy-1872.ve203fa_6b_b_98d.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.4.1" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Stapler Groovy module" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Stapler Groovy module" - }, - { - "key": "Implementation-Version", - "value": "1872.ve203fa_6b_b_98d" - }, - { - "key": "Implementation-Build", - "value": "e203fa6bb98d603759a48659bd76a0cd3a208255" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.kohsuke.stapler/stapler-groovy/pom.properties", - "name": "", - "groupId": "org.kohsuke.stapler", - "artifactId": "stapler-groovy", - "version": "1872.ve203fa_6b_b_98d" - }, - "pomProject": { - "path": "META-INF/maven/org.kohsuke.stapler/stapler-groovy/pom.xml", - "groupId": "org.kohsuke.stapler", - "artifactId": "stapler-groovy", - "version": "1872.ve203fa_6b_b_98d", - "name": "Stapler Groovy module", - "description": "Groovy binding for Stapler", - "url": "https://github.com/jenkinsci/stapler/stapler-groovy" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "7e6574c5b1cce7f1a2fe22b50d0354f1807b9c20" - } - ] - } - }, - { - "id": "1f8d8f5d3e0f972b", - "name": "stapler-jelly", - "version": "1872.ve203fa_6b_b_98d", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/stapler-jelly-1872.ve203fa_6b_b_98d.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "2-clause BSD license", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/BSD-2-Clause" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/stapler-jelly-1872.ve203fa_6b_b_98d.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.kohsuke.stapler:stapler-jelly:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke.stapler:stapler_jelly:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke.stapler:stapler:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler-jelly:stapler-jelly:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler-jelly:stapler_jelly:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler_jelly:stapler-jelly:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler_jelly:stapler_jelly:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:stapler-jelly:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:stapler_jelly:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler-jelly:stapler:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler:stapler-jelly:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler:stapler_jelly:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler_jelly:stapler:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:stapler:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler:stapler:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.kohsuke.stapler/stapler-jelly@1872.ve203fa_6b_b_98d", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/stapler-jelly-1872.ve203fa_6b_b_98d.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.4.1" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Stapler Jelly module" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Stapler Jelly module" - }, - { - "key": "Implementation-Version", - "value": "1872.ve203fa_6b_b_98d" - }, - { - "key": "Implementation-Build", - "value": "e203fa6bb98d603759a48659bd76a0cd3a208255" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.kohsuke.stapler/stapler-jelly/pom.properties", - "name": "", - "groupId": "org.kohsuke.stapler", - "artifactId": "stapler-jelly", - "version": "1872.ve203fa_6b_b_98d" - }, - "pomProject": { - "path": "META-INF/maven/org.kohsuke.stapler/stapler-jelly/pom.xml", - "groupId": "org.kohsuke.stapler", - "artifactId": "stapler-jelly", - "version": "1872.ve203fa_6b_b_98d", - "name": "Stapler Jelly module", - "description": "Jelly binding for Stapler", - "url": "https://github.com/jenkinsci/stapler/stapler-jelly" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "f047d3c2b9e65941e066fcf9c29edef42f1d59ca" - } - ] - } - }, - { - "id": "da940649a125fc5f", - "name": "stax2-api", - "version": "4.2.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/stax2-api-4.2.2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.opensource.org/licenses/bsd-license.php", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/stax2-api-4.2.2.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.codehaus.woodstox:stax2-api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.codehaus.woodstox:stax2_api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml:stax2-api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml:stax2_api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml-com:stax2-api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml-com:stax2_api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml_com:stax2-api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml_com:stax2_api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:stax2-api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:stax2_api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stax2-api:stax2-api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stax2-api:stax2_api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stax2_api:stax2-api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stax2_api:stax2_api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:codehaus:stax2-api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:codehaus:stax2_api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:woodstox:stax2-api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:woodstox:stax2_api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stax2:stax2-api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stax2:stax2_api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.codehaus.woodstox/stax2-api@4.2.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/stax2-api-4.2.2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Automatic-Module-Name", - "value": "org.codehaus.stax2" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Bundle-Description", - "value": "Stax2 API is an extension to basic Stax 1.0 API that adds significant new functionality, such as full-featured bi-direction validation interface and high-performance Typed Access API." - }, - { - "key": "Bundle-DocURL", - "value": "http://github.com/FasterXML/stax2-api" - }, - { - "key": "Bundle-License", - "value": "http://www.opensource.org/licenses/bsd-license.php" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Stax2 API" - }, - { - "key": "Bundle-SymbolicName", - "value": "stax2-api" - }, - { - "key": "Bundle-Vendor", - "value": "fasterml.com" - }, - { - "key": "Bundle-Version", - "value": "4.2.2" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Export-Package", - "value": "org.codehaus.stax2;uses:=\"javax.xml.namespace,javax.xml.stream,org.codehaus.stax2.typed,org.codehaus.stax2.validation\";version=\"4.2.2\",org.codehaus.stax2.evt;uses:=\"javax.xml.stream,javax.xml.stream.events,org.codehaus.stax2\";version=\"4.2.2\",org.codehaus.stax2.io;uses:=\"javax.xml.transform\";version=\"4.2.2\",org.codehaus.stax2.osgi;uses:=\"org.codehaus.stax2,org.codehaus.stax2.validation\";version=\"4.2.2\",org.codehaus.stax2.ri;uses:=\"javax.xml.namespace,javax.xml.stream,javax.xml.stream.events,javax.xml.stream.util,org.codehaus.stax2,org.codehaus.stax2.evt,org.codehaus.stax2.ri.typed,org.codehaus.stax2.typed,org.codehaus.stax2.util,org.codehaus.stax2.validation\";version=\"4.2.2\",org.codehaus.stax2.ri.dom;uses:=\"javax.xml.namespace,javax.xml.stream,javax.xml.transform.dom,org.codehaus.stax2,org.codehaus.stax2.ri,org.codehaus.stax2.ri.typed,org.codehaus.stax2.typed,org.codehaus.stax2.validation,org.w3c.dom\";version=\"4.2.2\",org.codehaus.stax2.ri.evt;uses:=\"javax.xml.namespace,javax.xml.stream,javax.xml.stream.events,javax.xml.stream.util,org.codehaus.stax2,org.codehaus.stax2.evt\";version=\"4.2.2\",org.codehaus.stax2.ri.typed;uses:=\"javax.xml.namespace,org.codehaus.stax2.ri,org.codehaus.stax2.typed\";version=\"4.2.2\",org.codehaus.stax2.typed;uses:=\"javax.xml.namespace,javax.xml.stream\";version=\"4.2.2\",org.codehaus.stax2.util;uses:=\"javax.xml.namespace,javax.xml.stream,javax.xml.stream.util,org.codehaus.stax2,org.codehaus.stax2.typed,org.codehaus.stax2.validation\";version=\"4.2.2\",org.codehaus.stax2.validation;uses:=\"javax.xml.namespace,javax.xml.stream\";version=\"4.2.2\"" - }, - { - "key": "Implementation-Title", - "value": "Stax2 API" - }, - { - "key": "Implementation-Vendor", - "value": "fasterxml.com" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.codehaus.woodstox" - }, - { - "key": "Implementation-Version", - "value": "4.2.2" - }, - { - "key": "Import-Package", - "value": "javax.xml.namespace,javax.xml.stream,javax.xml.stream.events,javax.xml.stream.util,javax.xml.transform,javax.xml.transform.dom,org.w3c.dom" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.6))\"" - }, - { - "key": "Specification-Title", - "value": "Stax2 API" - }, - { - "key": "Specification-Vendor", - "value": "fasterxml.com" - }, - { - "key": "Specification-Version", - "value": "4.2.2" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.6" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.6" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.codehaus.woodstox/stax2-api/pom.properties", - "name": "", - "groupId": "org.codehaus.woodstox", - "artifactId": "stax2-api", - "version": "4.2.2" - }, - "pomProject": { - "path": "META-INF/maven/org.codehaus.woodstox/stax2-api/pom.xml", - "parent": { - "groupId": "com.fasterxml", - "artifactId": "oss-parent", - "version": "55" - }, - "groupId": "org.codehaus.woodstox", - "artifactId": "stax2-api", - "version": "4.2.2", - "name": "Stax2 API", - "description": "Stax2 API is an extension to basic Stax 1.0 API that adds significant new functionality, such as full-featured bi-direction validation interface and high-performance Typed Access API.", - "url": "http://github.com/FasterXML/stax2-api" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "b0d746cadea928e5264f2ea294ea9a1bf815bbde" - } - ] - } - }, - { - "id": "4a26af95325e8135", - "name": "structs", - "version": "337.v1b_04ea_4df7c8", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/structs.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/structs.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:structs:337.v1b_04ea_4df7c8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:structs:337.v1b_04ea_4df7c8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:structs:337.v1b_04ea_4df7c8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:structs:337.v1b_04ea_4df7c8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:structs:structs:337.v1b_04ea_4df7c8:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/structs@337.v1b_04ea_4df7c8", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/structs.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Structs Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Structs Plugin" - }, - { - "key": "Implementation-Version", - "value": "337.v1b_04ea_4df7c8" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "structs" - }, - { - "key": "Short-Name", - "value": "structs" - }, - { - "key": "Long-Name", - "value": "Structs Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/structs-plugin" - }, - { - "key": "Plugin-Version", - "value": "337.v1b_04ea_4df7c8" - }, - { - "key": "Hudson-Version", - "value": "2.414.3" - }, - { - "key": "Jenkins-Version", - "value": "2.414.3" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/structs-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "1b04ea4df7c87eb9707a32cfef8a91c6ec9c3d2b" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/structs-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "1b04ea4df7c87eb9707a32cfef8a91c6ec9c3d2b" - }, - { - "key": "Implementation-Build", - "value": "1b04ea4df7c87eb9707a32cfef8a91c6ec9c3d2b" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/structs/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "structs", - "version": "337.v1b_04ea_4df7c8" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/structs/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "structs", - "version": "337.v1b_04ea_4df7c8", - "name": "Structs Plugin", - "description": "Library plugin for DSL plugins that need names for Jenkins objects.", - "url": "https://github.com/jenkinsci/structs-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "7c60ac6a6e9a850fbd14042b0484df36331974d9" - } - ] - } - }, - { - "id": "9968ca4c72b5943f", - "name": "structs", - "version": "337.v1b_04ea_4df7c8", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/structs.hpi:WEB-INF/lib/structs.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/structs.hpi:WEB-INF/lib/structs.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:structs:337.v1b_04ea_4df7c8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:structs:337.v1b_04ea_4df7c8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:structs:337.v1b_04ea_4df7c8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:structs:337.v1b_04ea_4df7c8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:structs:structs:337.v1b_04ea_4df7c8:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/structs@337.v1b_04ea_4df7c8", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/structs.hpi:WEB-INF/lib/structs.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Structs Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Structs Plugin" - }, - { - "key": "Implementation-Version", - "value": "337.v1b_04ea_4df7c8" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "structs" - }, - { - "key": "Short-Name", - "value": "structs" - }, - { - "key": "Long-Name", - "value": "Structs Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/structs-plugin" - }, - { - "key": "Plugin-Version", - "value": "337.v1b_04ea_4df7c8" - }, - { - "key": "Hudson-Version", - "value": "2.414.3" - }, - { - "key": "Jenkins-Version", - "value": "2.414.3" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/structs-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "1b04ea4df7c87eb9707a32cfef8a91c6ec9c3d2b" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/structs-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "1b04ea4df7c87eb9707a32cfef8a91c6ec9c3d2b" - }, - { - "key": "Implementation-Build", - "value": "1b04ea4df7c87eb9707a32cfef8a91c6ec9c3d2b" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/structs/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "structs", - "version": "337.v1b_04ea_4df7c8" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/structs/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "structs", - "version": "337.v1b_04ea_4df7c8", - "name": "Structs Plugin", - "description": "Library plugin for DSL plugins that need names for Jenkins objects.", - "url": "https://github.com/jenkinsci/structs-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "38f1d4ef67912cc6c41f8f18c189ad13e7b37434" - } - ] - } - }, - { - "id": "84f768bc6e7a5014", - "name": "support-log-formatter", - "version": "1.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:support-log-formatter:support-log-formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:support-log-formatter:support_log_formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:support_log_formatter:support-log-formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:support_log_formatter:support_log_formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.lib:support-log-formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.lib:support_log_formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:support-log:support-log-formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:support-log:support_log_formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:support_log:support-log-formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:support_log:support_log_formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:support-log-formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:support_log_formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:support:support-log-formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:support:support_log_formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:lib:support-log-formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:lib:support_log_formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.lib/support-log-formatter@1.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:io.jenkins.lib:support-log-formatter", - "pomProperties": { - "path": "META-INF/maven/io.jenkins.lib/support-log-formatter/pom.properties", - "name": "", - "groupId": "io.jenkins.lib", - "artifactId": "support-log-formatter", - "version": "1.2" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.lib/support-log-formatter/pom.xml", - "groupId": "io.jenkins.lib", - "artifactId": "support-log-formatter", - "version": "1.2", - "name": "Support Log Formatter", - "description": "Java logging formatter extracted to a standalone library.", - "url": "https://github.com/jenkinsci/lib-support-log-formatter" - } - } - }, - { - "id": "7a609f4d8bee6b3b", - "name": "symbol-annotation", - "version": "1.24", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/symbol-annotation-1.24.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/symbol-annotation-1.24.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:symbol-annotation:symbol-annotation:1.24:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:symbol-annotation:symbol_annotation:1.24:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:symbol_annotation:symbol-annotation:1.24:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:symbol_annotation:symbol_annotation:1.24:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:symbol-annotation:1.24:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:symbol_annotation:1.24:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:symbol-annotation:1.24:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:symbol_annotation:1.24:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:symbol-annotation:1.24:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:symbol_annotation:1.24:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:symbol-annotation:1.24:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:symbol_annotation:1.24:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:symbol:symbol-annotation:1.24:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:symbol:symbol_annotation:1.24:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci/symbol-annotation@1.24", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/symbol-annotation-1.24.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.3.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci/symbol-annotation/pom.properties", - "name": "", - "groupId": "org.jenkins-ci", - "artifactId": "symbol-annotation", - "version": "1.24" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci/symbol-annotation/pom.xml", - "groupId": "org.jenkins-ci", - "artifactId": "symbol-annotation", - "version": "1.24", - "name": "Symbol annotation", - "description": "Standard Parent POM for non-plugin Jenkins components: core, libraries, etc.", - "url": "https://github.com/jenkinsci/lib-symbol-annotation" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "447058dcd6b900c2e63eb4da6065aee6b73e7749" - } - ] - } - }, - { - "id": "e0a4342ee7435bb2", - "name": "task-reactor", - "version": "1.8", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/task-reactor-1.8.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/task-reactor-1.8.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci:task-reactor:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:task_reactor:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:task-reactor:task-reactor:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:task-reactor:task_reactor:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:task_reactor:task-reactor:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:task_reactor:task_reactor:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:task-reactor:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:task_reactor:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:task-reactor:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:task_reactor:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:task-reactor:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:task_reactor:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:task:task-reactor:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:task:task_reactor:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci/task-reactor@1.8", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/task-reactor-1.8.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.2.2" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci/task-reactor/pom.properties", - "name": "", - "groupId": "org.jenkins-ci", - "artifactId": "task-reactor", - "version": "1.8" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci/task-reactor/pom.xml", - "groupId": "org.jenkins-ci", - "artifactId": "task-reactor", - "version": "1.8", - "name": "Jenkins Task Reactor", - "description": "Standard Parent POM for non-plugin Jenkins components: core, libraries, etc.", - "url": "https://github.com/jenkinsci/lib-task-reactor" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "bfb092e99b364eb1bb3c019c351711552f50c228" - } - ] - } - }, - { - "id": "c771633b13fe0e8c", - "name": "tiger-types", - "version": "2.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/tiger-types-2.2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "CDDL/GPLv2 dual license", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.opensource.org/licenses/cddl1.php" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/tiger-types-2.2.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:tiger-types:tiger-types:2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tiger-types:tiger_types:2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tiger_types:tiger-types:2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tiger_types:tiger_types:2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jvnet:tiger-types:2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jvnet:tiger_types:2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jvnet:tiger-types:2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jvnet:tiger_types:2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tiger:tiger-types:2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tiger:tiger_types:2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jvnet/tiger-types@2.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/tiger-types-2.2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Built-By", - "value": "kohsuke" - }, - { - "key": "Build-Jdk", - "value": "1.7.0_21" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.3.9" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jvnet/tiger-types/pom.properties", - "name": "", - "groupId": "org.jvnet", - "artifactId": "tiger-types", - "version": "2.2" - }, - "pomProject": { - "path": "META-INF/maven/org.jvnet/tiger-types/pom.xml", - "groupId": "org.jvnet", - "artifactId": "tiger-types", - "version": "2.2", - "name": "Type arithmetic library for Java5" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "7ddc6bbc8ca59be8879d3a943bf77517ec190f39" - } - ] - } - }, - { - "id": "1ccf150ae849e9e5", - "name": "tink", - "version": "1.10.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/tink-1.10.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.google.crypto.tink:crypto:1.10.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.google.crypto.tink:tink:1.10.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:crypto:crypto:1.10.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:crypto:1.10.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:crypto:tink:1.10.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:tink:1.10.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tink:crypto:1.10.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tink:tink:1.10.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.google.crypto.tink/tink@1.10.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/tink-1.10.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "singlejar" - }, - { - "key": "Automatic-Module-Name", - "value": "com.google.crypto.tink" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "84771b1a4bb5726f73fb8490fadb23f1d2aacd38" - } - ] - } - }, - { - "id": "88ae7667f7877b71", - "name": "trilead-api", - "version": "2.147.vb_73cc728a_32e", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:trilead-api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:trilead_api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead-api:trilead-api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead-api:trilead_api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead_api:trilead-api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead_api:trilead_api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:trilead-api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:trilead_api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:trilead-api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:trilead_api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:trilead-api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:trilead_api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead:trilead-api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead:trilead_api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/trilead-api@2.147.vb_73cc728a_32e", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Trilead API Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Trilead API Plugin" - }, - { - "key": "Implementation-Version", - "value": "2.147.vb_73cc728a_32e" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "trilead-api" - }, - { - "key": "Short-Name", - "value": "trilead-api" - }, - { - "key": "Long-Name", - "value": "Trilead API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/trilead-api-plugin" - }, - { - "key": "Compatible-Since-Version", - "value": "2.0.0" - }, - { - "key": "Plugin-Version", - "value": "2.147.vb_73cc728a_32e" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "eddsa-api:0.3.0-4.v84c6f0f4969e,gson-api:2.10.1-15.v0d99f670e0a_7" - }, - { - "key": "Plugin-Developers", - "value": "Michael Clarke:mc1arke:michael.m.clarke@gmail.com,Ivan Fernandez:kuisathaverat:kuisathaverat@gmail.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "The MIT license" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/trilead-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "b73cc728a32ed12df404feda4397a618b5dc951b" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/trilead-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "b73cc728a32ed12df404feda4397a618b5dc951b" - }, - { - "key": "Implementation-Build", - "value": "b73cc728a32ed12df404feda4397a618b5dc951b" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/trilead-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "trilead-api", - "version": "2.147.vb_73cc728a_32e" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/trilead-api/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "trilead-api", - "version": "2.147.vb_73cc728a_32e", - "name": "Trilead API Plugin", - "description": "This plugin provides access to Trilead without having to bundle Trilead in Jenkins core", - "url": "https://github.com/jenkinsci/trilead-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "e9a3c235c0c46c3e9182eb50e9c15b5190e3cce9" - } - ] - } - }, - { - "id": "8c8078e60783bd21", - "name": "trilead-api", - "version": "2.147.vb_73cc728a_32e", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/trilead-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/trilead-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:trilead-api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:trilead_api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead-api:trilead-api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead-api:trilead_api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead_api:trilead-api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead_api:trilead_api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:trilead-api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:trilead_api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:trilead-api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:trilead_api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:trilead-api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:trilead_api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead:trilead-api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead:trilead_api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/trilead-api@2.147.vb_73cc728a_32e", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/trilead-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Trilead API Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Trilead API Plugin" - }, - { - "key": "Implementation-Version", - "value": "2.147.vb_73cc728a_32e" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "trilead-api" - }, - { - "key": "Short-Name", - "value": "trilead-api" - }, - { - "key": "Long-Name", - "value": "Trilead API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/trilead-api-plugin" - }, - { - "key": "Compatible-Since-Version", - "value": "2.0.0" - }, - { - "key": "Plugin-Version", - "value": "2.147.vb_73cc728a_32e" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "eddsa-api:0.3.0-4.v84c6f0f4969e,gson-api:2.10.1-15.v0d99f670e0a_7" - }, - { - "key": "Plugin-Developers", - "value": "Michael Clarke:mc1arke:michael.m.clarke@gmail.com,Ivan Fernandez:kuisathaverat:kuisathaverat@gmail.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "The MIT license" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/trilead-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "b73cc728a32ed12df404feda4397a618b5dc951b" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/trilead-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "b73cc728a32ed12df404feda4397a618b5dc951b" - }, - { - "key": "Implementation-Build", - "value": "b73cc728a32ed12df404feda4397a618b5dc951b" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/trilead-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "trilead-api", - "version": "2.147.vb_73cc728a_32e" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/trilead-api/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "trilead-api", - "version": "2.147.vb_73cc728a_32e", - "name": "Trilead API Plugin", - "description": "This plugin provides access to Trilead without having to bundle Trilead in Jenkins core", - "url": "https://github.com/jenkinsci/trilead-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "d93c9ca70098699484cc2a248ff7d707dd8fc58e" - } - ] - } - }, - { - "id": "93d11aaa0e7e9aca", - "name": "trilead-putty-extension", - "version": "1.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/trilead-putty-extension-1.2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:trilead-putty-extension:trilead-putty-extension:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead-putty-extension:trilead_putty_extension:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead_putty_extension:trilead-putty-extension:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead_putty_extension:trilead_putty_extension:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead-putty:trilead-putty-extension:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead-putty:trilead_putty_extension:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead_putty:trilead-putty-extension:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead_putty:trilead_putty_extension:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke:trilead-putty-extension:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke:trilead_putty_extension:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:trilead-putty-extension:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:trilead_putty_extension:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead:trilead-putty-extension:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead:trilead_putty_extension:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.kohsuke/trilead-putty-extension@1.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/trilead-putty-extension-1.2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "Apache Maven" - }, - { - "key": "Built-By", - "value": "kohsuke" - }, - { - "key": "Build-Jdk", - "value": "1.7.0_03" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.kohsuke/trilead-putty-extension/pom.properties", - "name": "", - "groupId": "org.kohsuke", - "artifactId": "trilead-putty-extension", - "version": "1.2" - }, - "pomProject": { - "path": "META-INF/maven/org.kohsuke/trilead-putty-extension/pom.xml", - "parent": { - "groupId": "org.kohsuke", - "artifactId": "pom", - "version": "3" - }, - "groupId": "org.kohsuke", - "artifactId": "trilead-putty-extension", - "version": "1.2", - "name": "PuTTY support for Trilead SSH2 library", - "description": "Loads SSH key in the PuTTY format", - "url": "http://trilead-putty-extension.kohsuke.org/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "0f2f41517e1f73be8e319da27a69e0dc0c524bf6" - } - ] - } - }, - { - "id": "7184985954b6bf1d", - "name": "trilead-ssh2", - "version": "build-217-jenkins-274.276.v58da_75159cb_7", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/trilead-ssh2-build-217-jenkins-274.276.v58da_75159cb_7.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD style license", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.ganymed.ethz.ch/ssh2/LICENSE.txt" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/trilead-ssh2-build-217-jenkins-274.276.v58da_75159cb_7.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci:trilead-ssh2:build-217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:trilead_ssh2:build-217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead-ssh2:trilead-ssh2:build-217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead-ssh2:trilead_ssh2:build-217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead_ssh2:trilead-ssh2:build-217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead_ssh2:trilead_ssh2:build-217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:trilead-ssh2:build-217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:trilead_ssh2:build-217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:trilead-ssh2:build-217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:trilead_ssh2:build-217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:trilead-ssh2:build-217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:trilead_ssh2:build-217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead:trilead-ssh2:build-217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead:trilead_ssh2:build-217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci/trilead-ssh2@build-217-jenkins-274.276.v58da_75159cb_7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/trilead-ssh2-build-217-jenkins-274.276.v58da_75159cb_7.jar:org.jenkins-ci:trilead-ssh2", - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci/trilead-ssh2/pom.properties", - "name": "", - "groupId": "org.jenkins-ci", - "artifactId": "trilead-ssh2", - "version": "build-217-jenkins-274.276.v58da_75159cb_7" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci/trilead-ssh2/pom.xml", - "groupId": "org.jenkins-ci", - "artifactId": "trilead-ssh2", - "version": "build-217-jenkins-274.276.v58da_75159cb_7", - "name": "Ganymed SSH2 for Java", - "description": "Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java", - "url": "http://svn.svnkit.com/repos/3rdparty/com.trilead.ssh2/tags/1.0.0-build217/trilead-ssh2/" - } - } - }, - { - "id": "b4e18cea3f8911bd", - "name": "trilead-ssh2-build", - "version": "217-jenkins-274.276.v58da_75159cb_7", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/trilead-ssh2-build-217-jenkins-274.276.v58da_75159cb_7.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:trilead-ssh2-build:trilead-ssh2-build:217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead-ssh2-build:trilead_ssh2_build:217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead_ssh2_build:trilead-ssh2-build:217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead_ssh2_build:trilead_ssh2_build:217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead-ssh2:trilead-ssh2-build:217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead-ssh2:trilead_ssh2_build:217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead_ssh2:trilead-ssh2-build:217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead_ssh2:trilead_ssh2_build:217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead:trilead-ssh2-build:217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead:trilead_ssh2_build:217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/trilead-ssh2-build/trilead-ssh2-build@217-jenkins-274.276.v58da_75159cb_7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/trilead-ssh2-build-217-jenkins-274.276.v58da_75159cb_7.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.3.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Ganymed SSH2 for Java" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Ganymed SSH2 for Java" - }, - { - "key": "Implementation-Version", - "value": "build-217-jenkins-274.276.v58da_75159cb_7" - }, - { - "key": "Implementation-Build", - "value": "58da75159cb759b586e9fab614392b9219b3096e" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "0e9c9d168ebd3a584ebf2d83bf641208d04d0d6d" - } - ] - } - }, - { - "id": "3ea9a84f0b9efd3a", - "name": "txw2", - "version": "2.3.9", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb-impl-2.3.9.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.sun.xml.bind.mvn:txw2:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.jaxb:txw2:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:txw2:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bind:txw2:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb:txw2:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:txw2:txw2:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mvn:txw2:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:txw2:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:xml:txw2:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.glassfish.jaxb/txw2@2.3.9", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb-impl-2.3.9.jar:org.glassfish.jaxb:txw2", - "pomProperties": { - "path": "META-INF/maven/org.glassfish.jaxb/txw2/pom.properties", - "name": "", - "groupId": "org.glassfish.jaxb", - "artifactId": "txw2", - "version": "2.3.9" - }, - "pomProject": { - "path": "META-INF/maven/org.glassfish.jaxb/txw2/pom.xml", - "parent": { - "groupId": "com.sun.xml.bind.mvn", - "artifactId": "jaxb-txw-parent", - "version": "2.3.9" - }, - "groupId": "org.glassfish.jaxb", - "artifactId": "txw2", - "version": "2.3.9", - "name": "TXW2 Runtime", - "description": "TXW is a library that allows you to write XML documents.", - "url": "https://eclipse-ee4j.github.io/jaxb-ri/" - } - } - }, - { - "id": "fe1deff94d029ba9", - "name": "txw2", - "version": "20110809", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/txw2-20110809.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.sun.xml.txw2:txw2:20110809:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:txw2:txw2:20110809:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:txw2:20110809:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:xml:txw2:20110809:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.sun.xml.txw2/txw2@20110809", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/txw2-20110809.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "Apache Maven" - }, - { - "key": "Built-By", - "value": "hudson" - }, - { - "key": "Build-Jdk", - "value": "1.5.0_20" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.sun.xml.txw2/txw2/pom.properties", - "name": "", - "groupId": "com.sun.xml.txw2", - "artifactId": "txw2", - "version": "20110809" - }, - "pomProject": { - "path": "META-INF/maven/com.sun.xml.txw2/txw2/pom.xml", - "parent": { - "groupId": "com.sun.xml.txw2", - "artifactId": "txw2-project", - "version": "20110809" - }, - "groupId": "com.sun.xml.txw2", - "artifactId": "txw2", - "version": "20110809", - "name": "TXW2 Runtime" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "46afa3f3c468680875adb8f2a26086a126c89902" - } - ] - } - }, - { - "id": "9a6b7c05956ed75c", - "name": "tyrus-client", - "version": "2.1.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-client:tyrus-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-client:tyrus_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_client:tyrus-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_client:tyrus_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-client:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_client:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.glassfish.tyrus/tyrus-client@2.1.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:org.glassfish.tyrus:tyrus-client", - "pomProperties": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-client/pom.properties", - "name": "", - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-client", - "version": "2.1.5" - }, - "pomProject": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-client/pom.xml", - "parent": { - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-project", - "version": "2.1.5" - }, - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-client", - "version": "2.1.5", - "name": "Tyrus Client" - } - } - }, - { - "id": "16a17b013b2d1e4b", - "name": "tyrus-client", - "version": "2.1.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-client:tyrus-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-client:tyrus_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_client:tyrus-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_client:tyrus_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-client:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_client:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.glassfish.tyrus/tyrus-client@2.1.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar:org.glassfish.tyrus:tyrus-client", - "pomProperties": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-client/pom.properties", - "name": "", - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-client", - "version": "2.1.5" - }, - "pomProject": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-client/pom.xml", - "parent": { - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-project", - "version": "2.1.5" - }, - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-client", - "version": "2.1.5", - "name": "Tyrus Client" - } - } - }, - { - "id": "559fef1c75000074", - "name": "tyrus-container-jdk-client", - "version": "2.1.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:tyrus-container-jdk-client:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container-jdk-client:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container_jdk_client:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container_jdk_client:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container-jdk:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container-jdk:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container_jdk:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container_jdk:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container-jdk-client:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container_jdk_client:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container-jdk:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container_jdk:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.glassfish.tyrus/tyrus-container-jdk-client@2.1.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:org.glassfish.tyrus:tyrus-container-jdk-client", - "pomProperties": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-container-jdk-client/pom.properties", - "name": "", - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-container-jdk-client", - "version": "2.1.5" - }, - "pomProject": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-container-jdk-client/pom.xml", - "parent": { - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-containers-project", - "version": "2.1.5" - }, - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-container-jdk-client", - "version": "2.1.5", - "name": "Tyrus JDK Client Container" - } - } - }, - { - "id": "e92110fb5df31696", - "name": "tyrus-container-jdk-client", - "version": "2.1.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:tyrus-container-jdk-client:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container-jdk-client:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container_jdk_client:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container_jdk_client:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container-jdk:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container-jdk:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container_jdk:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container_jdk:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container-jdk-client:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container_jdk_client:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container-jdk:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container_jdk:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.glassfish.tyrus/tyrus-container-jdk-client@2.1.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar:org.glassfish.tyrus:tyrus-container-jdk-client", - "pomProperties": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-container-jdk-client/pom.properties", - "name": "", - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-container-jdk-client", - "version": "2.1.5" - }, - "pomProject": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-container-jdk-client/pom.xml", - "parent": { - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-containers-project", - "version": "2.1.5" - }, - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-container-jdk-client", - "version": "2.1.5", - "name": "Tyrus JDK Client Container" - } - } - }, - { - "id": "b943739be7da2647", - "name": "tyrus-core", - "version": "2.1.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus-core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus_core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-core:tyrus-core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-core:tyrus_core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_core:tyrus-core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_core:tyrus_core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus-core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus_core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-core:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus-core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus_core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_core:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.glassfish.tyrus/tyrus-core@2.1.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:org.glassfish.tyrus:tyrus-core", - "pomProperties": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-core/pom.properties", - "name": "", - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-core", - "version": "2.1.5" - }, - "pomProject": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-core/pom.xml", - "parent": { - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-project", - "version": "2.1.5" - }, - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-core", - "version": "2.1.5", - "name": "Tyrus Core" - } - } - }, - { - "id": "0ade144e201a48f5", - "name": "tyrus-core", - "version": "2.1.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus-core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus_core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-core:tyrus-core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-core:tyrus_core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_core:tyrus-core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_core:tyrus_core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus-core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus_core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-core:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus-core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus_core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_core:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.glassfish.tyrus/tyrus-core@2.1.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar:org.glassfish.tyrus:tyrus-core", - "pomProperties": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-core/pom.properties", - "name": "", - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-core", - "version": "2.1.5" - }, - "pomProject": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-core/pom.xml", - "parent": { - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-project", - "version": "2.1.5" - }, - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-core", - "version": "2.1.5", - "name": "Tyrus Core" - } - } - }, - { - "id": "203c20f2323ea967", - "name": "tyrus-spi", - "version": "2.1.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus-spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus_spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus-spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus_spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-spi:tyrus-spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-spi:tyrus_spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_spi:tyrus-spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_spi:tyrus_spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-spi:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus-spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus_spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_spi:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.glassfish.tyrus/tyrus-spi@2.1.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:org.glassfish.tyrus:tyrus-spi", - "pomProperties": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-spi/pom.properties", - "name": "", - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-spi", - "version": "2.1.5" - }, - "pomProject": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-spi/pom.xml", - "parent": { - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-project", - "version": "2.1.5" - }, - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-spi", - "version": "2.1.5", - "name": "Tyrus Container SPI" - } - } - }, - { - "id": "9d6a0074dc311e51", - "name": "tyrus-spi", - "version": "2.1.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus-spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus_spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus-spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus_spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-spi:tyrus-spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-spi:tyrus_spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_spi:tyrus-spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_spi:tyrus_spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-spi:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus-spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus_spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_spi:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.glassfish.tyrus/tyrus-spi@2.1.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar:org.glassfish.tyrus:tyrus-spi", - "pomProperties": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-spi/pom.properties", - "name": "", - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-spi", - "version": "2.1.5" - }, - "pomProject": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-spi/pom.xml", - "parent": { - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-project", - "version": "2.1.5" - }, - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-spi", - "version": "2.1.5", - "name": "Tyrus Container SPI" - } - } - }, - { - "id": "6ac10420edd2695e", - "name": "tyrus-standalone-client-jdk", - "version": "2.1.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus.bundles:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus.bundles:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone-client-jdk:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone-client-jdk:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone_client_jdk:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone_client_jdk:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone-client:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone-client:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone_client:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone_client:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bundles:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bundles:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus.bundles:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone-client-jdk:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone_client_jdk:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone-client:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone_client:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bundles:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.glassfish.tyrus.bundles/tyrus-standalone-client-jdk@2.1.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:org.glassfish.tyrus.bundles:tyrus-standalone-client-jdk", - "pomProperties": { - "path": "META-INF/maven/org.glassfish.tyrus.bundles/tyrus-standalone-client-jdk/pom.properties", - "name": "", - "groupId": "org.glassfish.tyrus.bundles", - "artifactId": "tyrus-standalone-client-jdk", - "version": "2.1.5" - }, - "pomProject": { - "path": "META-INF/maven/org.glassfish.tyrus.bundles/tyrus-standalone-client-jdk/pom.xml", - "parent": { - "groupId": "org.glassfish.tyrus.bundles", - "artifactId": "tyrus-bundles", - "version": "2.1.5" - }, - "groupId": "org.glassfish.tyrus.bundles", - "artifactId": "tyrus-standalone-client-jdk", - "version": "2.1.5", - "name": "Tyrus Standalone Client - JDK" - } - } - }, - { - "id": "9065f13faf84c16b", - "name": "tyrus-standalone-client-jdk", - "version": "2.1.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus.bundles:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus.bundles:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone-client-jdk:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone-client-jdk:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone_client_jdk:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone_client_jdk:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone-client:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone-client:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone_client:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone_client:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bundles:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bundles:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus.bundles:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone-client-jdk:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone_client_jdk:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone-client:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone_client:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bundles:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.glassfish.tyrus.bundles/tyrus-standalone-client-jdk@2.1.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar:org.glassfish.tyrus.bundles:tyrus-standalone-client-jdk", - "pomProperties": { - "path": "META-INF/maven/org.glassfish.tyrus.bundles/tyrus-standalone-client-jdk/pom.properties", - "name": "", - "groupId": "org.glassfish.tyrus.bundles", - "artifactId": "tyrus-standalone-client-jdk", - "version": "2.1.5" - }, - "pomProject": { - "path": "META-INF/maven/org.glassfish.tyrus.bundles/tyrus-standalone-client-jdk/pom.xml", - "parent": { - "groupId": "org.glassfish.tyrus.bundles", - "artifactId": "tyrus-bundles", - "version": "2.1.5" - }, - "groupId": "org.glassfish.tyrus.bundles", - "artifactId": "tyrus-standalone-client-jdk", - "version": "2.1.5", - "name": "Tyrus Standalone Client - JDK" - } - } - }, - { - "id": "1ec3e835527efe99", - "name": "version-number", - "version": "1.11", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/version-number-1.11.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/version-number-1.11.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci:version-number:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:version_number:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:version-number:version-number:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:version-number:version_number:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:version_number:version-number:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:version_number:version_number:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:version-number:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:version_number:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:version-number:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:version_number:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:version-number:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:version_number:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:version:version-number:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:version:version_number:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci/version-number@1.11", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/version-number-1.11.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.3.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci/version-number/pom.properties", - "name": "", - "groupId": "org.jenkins-ci", - "artifactId": "version-number", - "version": "1.11" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci/version-number/pom.xml", - "groupId": "org.jenkins-ci", - "artifactId": "version-number", - "version": "1.11", - "name": "Version Number Library", - "description": "Offers API classes for parsing and comparing version numbers", - "url": "https://github.com/jenkinsci/lib-version-number" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "4ad9dc1a9d7bdb7514f828e85c7436b3260517d2" - } - ] - } - }, - { - "id": "6730eefb16501780", - "name": "websocket-core-common", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket-core-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket_core_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-core-common:websocket-core-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-core-common:websocket_core_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_core_common:websocket-core-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_core_common:websocket_core_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-core:websocket-core-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-core:websocket_core_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_core:websocket-core-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_core:websocket_core_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-core-common:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket-core-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket_core_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_core_common:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket-core-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket_core_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket-core-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket_core_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-core:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_core:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty.websocket/websocket-core-common@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty.websocket:websocket-core-common", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty.websocket/websocket-core-common/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-core-common", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty.websocket/websocket-core-common/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-parent", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-core-common", - "version": "10.0.20", - "name": "Jetty :: Websocket :: Core :: Common" - } - } - }, - { - "id": "152f309684afa304", - "name": "websocket-core-server", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket-core-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket_core_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-core-server:websocket-core-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-core-server:websocket_core_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_core_server:websocket-core-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_core_server:websocket_core_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-core:websocket-core-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-core:websocket_core_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_core:websocket-core-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_core:websocket_core_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-core-server:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket-core-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket_core_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_core_server:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket-core-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket_core_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket-core-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket_core_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-core:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_core:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty.websocket/websocket-core-server@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty.websocket:websocket-core-server", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty.websocket/websocket-core-server/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-core-server", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty.websocket/websocket-core-server/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-parent", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-core-server", - "version": "10.0.20", - "name": "Jetty :: Websocket :: Core :: Server" - } - } - }, - { - "id": "ad0cda5912b3ec30", - "name": "websocket-jetty-api", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket-jetty-api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket_jetty_api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty-api:websocket-jetty-api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty-api:websocket_jetty_api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty_api:websocket-jetty-api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty_api:websocket_jetty_api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty:websocket-jetty-api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty:websocket_jetty_api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty:websocket-jetty-api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty:websocket_jetty_api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty-api:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket-jetty-api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket_jetty_api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty_api:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket-jetty-api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket_jetty_api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket-jetty-api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket_jetty_api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty.websocket/websocket-jetty-api@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty.websocket:websocket-jetty-api", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty.websocket/websocket-jetty-api/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-jetty-api", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty.websocket/websocket-jetty-api/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-parent", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-jetty-api", - "version": "10.0.20", - "name": "Jetty :: Websocket :: org.eclipse.jetty.websocket :: API" - } - } - }, - { - "id": "0f9cc66205678a49", - "name": "websocket-jetty-common", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket-jetty-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket_jetty_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty-common:websocket-jetty-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty-common:websocket_jetty_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty_common:websocket-jetty-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty_common:websocket_jetty_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty:websocket-jetty-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty:websocket_jetty_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty:websocket-jetty-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty:websocket_jetty_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty-common:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket-jetty-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket_jetty_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty_common:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket-jetty-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket_jetty_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket-jetty-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket_jetty_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty.websocket/websocket-jetty-common@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty.websocket:websocket-jetty-common", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty.websocket/websocket-jetty-common/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-jetty-common", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty.websocket/websocket-jetty-common/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-parent", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-jetty-common", - "version": "10.0.20", - "name": "Jetty :: Websocket :: org.eclipse.jetty.websocket :: Common" - } - } - }, - { - "id": "7cd1bfaa9a771f77", - "name": "websocket-jetty-server", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket-jetty-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket_jetty_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty-server:websocket-jetty-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty-server:websocket_jetty_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty_server:websocket-jetty-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty_server:websocket_jetty_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty:websocket-jetty-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty:websocket_jetty_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty:websocket-jetty-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty:websocket_jetty_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty-server:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket-jetty-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket_jetty_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty_server:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket-jetty-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket_jetty_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket-jetty-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket_jetty_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty.websocket/websocket-jetty-server@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty.websocket:websocket-jetty-server", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty.websocket/websocket-jetty-server/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-jetty-server", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty.websocket/websocket-jetty-server/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-parent", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-jetty-server", - "version": "10.0.20", - "name": "Jetty :: Websocket :: org.eclipse.jetty.websocket :: Server" - } - } - }, - { - "id": "86d71c88ae946b85", - "name": "websocket-jetty10", - "version": "2.461", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/websocket-jetty10-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/websocket-jetty10-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.main:websocket-jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.main:websocket_jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty10:websocket-jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty10:websocket_jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty10:websocket-jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty10:websocket_jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:websocket-jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:websocket_jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:websocket-jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:websocket_jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket-jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket_jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:websocket-jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:websocket_jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:main:websocket-jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:main:websocket_jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.main/websocket-jetty10@2.461", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/websocket-jetty10-2.461.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.4.1" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Jetty 10 implementation for WebSocket" - }, - { - "key": "Specification-Version", - "value": "2.461" - }, - { - "key": "Implementation-Title", - "value": "Jetty 10 implementation for WebSocket" - }, - { - "key": "Implementation-Version", - "value": "2.461" - }, - { - "key": "Implementation-Build", - "value": "896e0f30e8c5ea8afbdcb0b503aa197372113027" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.main/websocket-jetty10/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.main", - "artifactId": "websocket-jetty10", - "version": "2.461" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.main/websocket-jetty10/pom.xml", - "groupId": "org.jenkins-ci.main", - "artifactId": "websocket-jetty10", - "version": "2.461", - "name": "Jetty 10 implementation for WebSocket", - "description": "An implementation of the WebSocket handler that works with Jetty 10.", - "url": "https://github.com/jenkinsci/jenkins/websocket/websocket-jetty10" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "c6ce31f0f3d0d1b164d7aed6e5b0bb2dffed3b29" - } - ] - } - }, - { - "id": "b9de694298573274", - "name": "websocket-servlet", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket-servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket_servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-servlet:websocket-servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-servlet:websocket_servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_servlet:websocket-servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_servlet:websocket_servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-servlet:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket-servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket_servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_servlet:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket-servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket_servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket-servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket_servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty.websocket/websocket-servlet@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty.websocket:websocket-servlet", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty.websocket/websocket-servlet/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-servlet", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty.websocket/websocket-servlet/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-parent", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-servlet", - "version": "10.0.20", - "name": "Jetty :: Websocket :: Servlet" - } - } - }, - { - "id": "cd24141663b792d8", - "name": "websocket-spi", - "version": "2.461", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/websocket-spi-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/websocket-spi-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.main:websocket-spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.main:websocket_spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-spi:websocket-spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-spi:websocket_spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_spi:websocket-spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_spi:websocket_spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:websocket-spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:websocket_spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:websocket-spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:websocket_spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket-spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket_spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:websocket-spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:websocket_spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:main:websocket-spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:main:websocket_spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.main/websocket-spi@2.461", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/websocket-spi-2.461.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.4.1" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Internal SPI for WebSocket" - }, - { - "key": "Specification-Version", - "value": "2.461" - }, - { - "key": "Implementation-Title", - "value": "Internal SPI for WebSocket" - }, - { - "key": "Implementation-Version", - "value": "2.461" - }, - { - "key": "Implementation-Build", - "value": "896e0f30e8c5ea8afbdcb0b503aa197372113027" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.main/websocket-spi/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.main", - "artifactId": "websocket-spi", - "version": "2.461" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.main/websocket-spi/pom.xml", - "groupId": "org.jenkins-ci.main", - "artifactId": "websocket-spi", - "version": "2.461", - "name": "Internal SPI for WebSocket", - "description": "An abstraction of how Jenkins can serve a WebSocket connection from its servlet container.", - "url": "https://github.com/jenkinsci/jenkins/websocket/websocket-spi" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "1c8c45e8bb199bac397acccd7f2a3f8e56e1b0ac" - } - ] - } - }, - { - "id": "6c079e72f0a447d5", - "name": "windows-package-checker", - "version": "1.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/windows-package-checker-1.2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:windows-package-checker:windows-package-checker:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:windows-package-checker:windows_package_checker:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:windows_package_checker:windows-package-checker:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:windows_package_checker:windows_package_checker:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:windows-package:windows-package-checker:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:windows-package:windows_package_checker:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:windows_package:windows-package-checker:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:windows_package:windows_package_checker:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke:windows-package-checker:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke:windows_package_checker:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:windows-package-checker:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:windows_package_checker:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:windows:windows-package-checker:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:windows:windows_package_checker:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.kohsuke/windows-package-checker@1.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/windows-package-checker-1.2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Built-By", - "value": "kohsuke" - }, - { - "key": "Build-Jdk", - "value": "1.7.0_21" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.3.9" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.kohsuke/windows-package-checker/pom.properties", - "name": "", - "groupId": "org.kohsuke", - "artifactId": "windows-package-checker", - "version": "1.2" - }, - "pomProject": { - "path": "META-INF/maven/org.kohsuke/windows-package-checker/pom.xml", - "parent": { - "groupId": "org.kohsuke", - "artifactId": "pom", - "version": "14" - }, - "groupId": "org.kohsuke", - "artifactId": "windows-package-checker", - "version": "1.2", - "name": "windows-package-checker" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "86b5d2f9023633808d65dbcfdfd50dc5ad3ca31f" - } - ] - } - }, - { - "id": "2d04f5eebddf7536", - "name": "winp", - "version": "1.30", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/winp-1.30.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/winp-1.30.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jvnet.winp.Main:winp:1.30:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jvnet.winp:winp:1.30:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jvnet:winp:1.30:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Main:winp:1.30:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:winp:winp:1.30:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jvnet.winp/winp@1.30", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/winp-1.30.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.2.2" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Main-Class", - "value": "org.jvnet.winp.Main" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jvnet.winp/winp/pom.properties", - "name": "", - "groupId": "org.jvnet.winp", - "artifactId": "winp", - "version": "1.30" - }, - "pomProject": { - "path": "META-INF/maven/org.jvnet.winp/winp/pom.xml", - "groupId": "org.jvnet.winp", - "artifactId": "winp", - "version": "1.30", - "name": "winp", - "description": "Kill process tree in Windows", - "url": "https://github.com/jenkinsci/winp" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "01fd7bf54927cb4b55ff841b21cf897d0b8508f1" - } - ] - } - }, - { - "id": "36cf1f11f4cd69b9", - "name": "winstone", - "version": "6.19", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "EPL-2.0", - "spdxExpression": "EPL-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "GPL-2.0", - "spdxExpression": "GPL-2.0-only", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:eclipse-org---jetty:winstone:6.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_org___jetty:winstone:6.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:winstone:6.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:winstone:6.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:winstone:6.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:winstone:winstone:6.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:winstone:6.19:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci/winstone@6.19", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.3.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Winstone" - }, - { - "key": "Specification-Version", - "value": "6.19" - }, - { - "key": "Implementation-Title", - "value": "Winstone" - }, - { - "key": "Implementation-Version", - "value": "6.19" - }, - { - "key": "Main-Class", - "value": "winstone.Launcher" - }, - { - "key": "Implementation-Build", - "value": "583f671d4591565feffd9b59e163cdd937d1ec90" - } - ], - "sections": [ - [ - { - "key": "Name", - "value": "org/eclipse/jetty/server/" - }, - { - "key": "Implementation-Vendor", - "value": "Eclipse.org - Jetty" - }, - { - "key": "Implementation-Version", - "value": "winstone-6.19" - } - ] - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci/winstone/pom.properties", - "name": "", - "groupId": "org.jenkins-ci", - "artifactId": "winstone", - "version": "6.19" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci/winstone/pom.xml", - "parent": { - "groupId": "org.jenkins-ci", - "artifactId": "jenkins", - "version": "1.113" - }, - "groupId": "org.jenkins-ci", - "artifactId": "winstone", - "version": "6.19", - "name": "Winstone", - "description": "Winstone is a command line wrapper around Jetty", - "url": "https://github.com/jenkinsci/winstone" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "63bea05f87f348f6ee7bda53a3ef987840a88d20" - } - ] - } - }, - { - "id": "aa73a12836ca695a", - "name": "woodstox-core", - "version": "6.6.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/woodstox-core-6.6.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/woodstox-core-6.6.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.fasterxml.woodstox.woodstox-core:woodstox-core:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.woodstox.woodstox-core:woodstox_core:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.woodstox.woodstox-core:woodstox:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.woodstox:woodstox-core:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.woodstox:woodstox_core:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.woodstox:woodstox:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml:woodstox-core:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml:woodstox_core:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:woodstox-core:woodstox-core:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:woodstox-core:woodstox_core:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:woodstox_core:woodstox-core:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:woodstox_core:woodstox_core:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:woodstox-core:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:woodstox_core:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml:woodstox:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:woodstox-core:woodstox:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:woodstox:woodstox-core:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:woodstox:woodstox_core:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:woodstox_core:woodstox:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:woodstox:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:woodstox:woodstox:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.fasterxml.woodstox/woodstox-core@6.6.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/woodstox-core-6.6.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.fasterxml.woodstox.woodstox-core" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.fasterxml.woodstox" - }, - { - "key": "Specification-Title", - "value": "Woodstox" - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/FasterXML/woodstox" - }, - { - "key": "Include-Resource", - "value": "META-INF/LICENSE=src/main/resources/META-INF/LICENSE,META-INF/services/javax.xml.stream.XMLEventFactory=src/main/resources/META-INF/services/javax.xml.stream.XMLEventFactory,META-INF/services/javax.xml.stream.XMLInputFactory=src/main/resources/META-INF/services/javax.xml.stream.XMLInputFactory,META-INF/services/javax.xml.stream.XMLOutputFactory=src/main/resources/META-INF/services/javax.xml.stream.XMLOutputFactory,META-INF/services/org.codehaus.stax2.validation.XMLValidationSchemaFactory=src/main/resources/META-INF/services/org.codehaus.stax2.validation.XMLValidationSchemaFactory,META-INF/services/org.codehaus.stax2.validation.XMLValidationSchemaFactory.dtd=src/main/resources/META-INF/services/org.codehaus.stax2.validation.XMLValidationSchemaFactory.dtd,META-INF/services/org.codehaus.stax2.validation.XMLValidationSchemaFactory.relaxng=src/main/resources/META-INF/services/org.codehaus.stax2.validation.XMLValidationSchemaFactory.relaxng,META-INF/services/org.codehaus.stax2.validation.XMLValidationSchemaFactory.w3c=src/main/resources/META-INF/services/org.codehaus.stax2.validation.XMLValidationSchemaFactory.w3c" - }, - { - "key": "Import-Package", - "value": "com.ctc.wstx.api;version=\"[6.6,7)\",com.ctc.wstx.cfg;version=\"[6.6,7)\",com.ctc.wstx.compat;version=\"[6.6,7)\",com.ctc.wstx.dom;version=\"[6.6,7)\",com.ctc.wstx.dtd;version=\"[6.6,7)\",com.ctc.wstx.ent;version=\"[6.6,7)\",com.ctc.wstx.evt;version=\"[6.6,7)\",com.ctc.wstx.exc;version=\"[6.6,7)\",com.ctc.wstx.io;version=\"[6.6,7)\",com.ctc.wstx.msv;version=\"[6.6,7)\",com.ctc.wstx.sr;version=\"[6.6,7)\",com.ctc.wstx.stax;version=\"[6.6,7)\",com.ctc.wstx.sw;version=\"[6.6,7)\",com.ctc.wstx.util;version=\"[6.6,7)\",com.ctc.wstx.shaded.msv_core.grammar;version=\"[2022.7,2023)\";resolution:=optional,com.ctc.wstx.shaded.msv_core.grammar.trex;version=\"[2022.7,2023)\";resolution:=optional,com.ctc.wstx.shaded.msv_core.grammar.xmlschema;version=\"[2022.7,2023)\";resolution:=optional,com.ctc.wstx.shaded.msv_core.reader;version=\"[2022.7,2023)\";resolution:=optional,com.ctc.wstx.shaded.msv_core.reader.trex.ng;version=\"[2022.7,2023)\";resolution:=optional,com.ctc.wstx.shaded.msv_core.reader.util;version=\"[2022.7,2023)\";resolution:=optional,com.ctc.wstx.shaded.msv_core.reader.xmlschema;version=\"[2022.7,2023)\";resolution:=optional,com.ctc.wstx.shaded.msv_core.util;resolution:=optional,com.ctc.wstx.shaded.msv_core.verifier;version=\"[2022.7,2023)\";resolution:=optional,com.ctc.wstx.shaded.msv_core.verifier.regexp;version=\"[2022.7,2023)\";resolution:=optional,com.ctc.wstx.shaded.msv_core.verifier.regexp.xmlschema;version=\"[2022.7,2023)\";resolution:=optional,javax.xml.namespace;resolution:=optional,javax.xml.parsers;resolution:=optional,javax.xml.stream;resolution:=optional,javax.xml.stream.events;resolution:=optional,javax.xml.stream.util;resolution:=optional,javax.xml.transform;resolution:=optional,javax.xml.transform.dom;resolution:=optional,javax.xml.transform.sax;resolution:=optional,javax.xml.transform.stream;resolution:=optional,org.codehaus.stax2;version=\"[4.2,5)\",org.codehaus.stax2.io;version=\"[4.2,5)\",org.codehaus.stax2.osgi;version=\"[4.2,5)\",org.codehaus.stax2.ri;version=\"[4.2,5)\",org.codehaus.stax2.ri.dom;version=\"[4.2,5)\",org.codehaus.stax2.ri.evt;version=\"[4.2,5)\",org.codehaus.stax2.ri.typed;version=\"[4.2,5)\",org.codehaus.stax2.typed;version=\"[4.2,5)\",org.codehaus.stax2.validation;version=\"[4.2,5)\",org.osgi.framework;version=\"[1.7,2)\";resolution:=optional,com.ctc.wstx.shaded.msv.relaxng_datatype;resolution:=optional,org.w3c.dom;resolution:=optional,org.xml.sax;resolution:=optional,org.xml.sax.ext;resolution:=optional,org.xml.sax.helpers;resolution:=optional" - }, - { - "key": "Require-Capability", - "value": "osgi.extender;filter:=\"(&(osgi.extender=osgi.serviceloader.registrar)(version>=1.0.0)(!(version>=2.0.0)))\";resolution:=optional,osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.6))\"" - }, - { - "key": "Provide-Capability", - "value": "osgi.service;objectClass:List=\"javax.xml.stream.XMLEventFactory\";effective:=active,osgi.service;objectClass:List=\"javax.xml.stream.XMLInputFactory\";effective:=active,osgi.service;objectClass:List=\"javax.xml.stream.XMLOutputFactory\";effective:=active,osgi.service;objectClass:List=\"org.codehaus.stax2.validation.XMLValidationSchemaFactory\";effective:=active,osgi.serviceloader;osgi.serviceloader=\"javax.xml.stream.XMLEventFactory\";register:=\"com.ctc.wstx.stax.WstxEventFactory\",osgi.serviceloader;osgi.serviceloader=\"javax.xml.stream.XMLInputFactory\";register:=\"com.ctc.wstx.stax.WstxInputFactory\",osgi.serviceloader;osgi.serviceloader=\"javax.xml.stream.XMLOutputFactory\";register:=\"com.ctc.wstx.stax.WstxOutputFactory\",osgi.serviceloader;osgi.serviceloader=\"org.codehaus.stax2.validation.XMLValidationSchemaFactory\";register:=\"com.ctc.wstx.dtd.DTDSchemaFactory\",osgi.serviceloader;osgi.serviceloader=\"org.codehaus.stax2.validation.XMLValidationSchemaFactory\";register:=\"com.ctc.wstx.msv.RelaxNGSchemaFactory\",osgi.serviceloader;osgi.serviceloader=\"org.codehaus.stax2.validation.XMLValidationSchemaFactory\";register:=\"com.ctc.wstx.msv.W3CSchemaFactory\"" - }, - { - "key": "Export-Package", - "value": "com.ctc.wstx.api;version=\"6.6.1\";uses:=\"com.ctc.wstx.cfg,com.ctc.wstx.dtd,com.ctc.wstx.ent,com.ctc.wstx.util,javax.xml.stream,org.codehaus.stax2.io,org.codehaus.stax2.validation\",com.ctc.wstx.cfg;version=\"6.6.1\";uses:=\"javax.xml.stream\",com.ctc.wstx.compat;version=\"6.6.1\";uses:=\"javax.xml.namespace\",com.ctc.wstx.dom;version=\"6.6.1\";uses:=\"com.ctc.wstx.api,com.ctc.wstx.sw,javax.xml.namespace,javax.xml.stream,javax.xml.transform.dom,org.codehaus.stax2.ri.dom,org.w3c.dom\",com.ctc.wstx.dtd;version=\"6.6.1\";uses:=\"com.ctc.wstx.api,com.ctc.wstx.ent,com.ctc.wstx.io,com.ctc.wstx.sr,com.ctc.wstx.util,javax.xml.stream,javax.xml.stream.events,org.codehaus.stax2.validation\",com.ctc.wstx.ent;version=\"6.6.1\";uses:=\"com.ctc.wstx.api,com.ctc.wstx.evt,com.ctc.wstx.io,javax.xml.stream\",com.ctc.wstx.evt;version=\"6.6.1\";uses:=\"com.ctc.wstx.dtd,com.ctc.wstx.sr,com.ctc.wstx.util,javax.xml.namespace,javax.xml.stream,javax.xml.stream.events,javax.xml.stream.util,org.codehaus.stax2,org.codehaus.stax2.ri.evt\",com.ctc.wstx.exc;version=\"6.6.1\";uses:=\"javax.xml.stream,org.codehaus.stax2.validation\",com.ctc.wstx.io;version=\"6.6.1\";uses:=\"com.ctc.wstx.api,com.ctc.wstx.exc,com.ctc.wstx.util,javax.xml.stream,org.codehaus.stax2\",com.ctc.wstx.msv;version=\"6.6.1\";uses:=\"com.ctc.wstx.api,com.ctc.wstx.shaded.msv_core.grammar,com.ctc.wstx.shaded.msv_core.grammar.trex,com.ctc.wstx.shaded.msv_core.grammar.xmlschema,com.ctc.wstx.shaded.msv_core.reader,com.ctc.wstx.shaded.msv_core.verifier,com.ctc.wstx.shaded.msv_core.verifier.regexp,javax.xml.parsers,javax.xml.stream,javax.xml.transform,org.codehaus.stax2.validation,com.ctc.wstx.shaded.msv.relaxng_datatype,org.xml.sax\",com.ctc.wstx.osgi;version=\"6.6.1\";uses:=\"org.codehaus.stax2,org.codehaus.stax2.osgi,org.codehaus.stax2.validation,org.osgi.framework\",com.ctc.wstx.sax;version=\"6.6.1\";uses:=\"com.ctc.wstx.api,com.ctc.wstx.dtd,com.ctc.wstx.sr,com.ctc.wstx.stax,javax.xml.parsers,javax.xml.stream,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers\",com.ctc.wstx.sr;version=\"6.6.1\";uses:=\"com.ctc.wstx.api,com.ctc.wstx.cfg,com.ctc.wstx.dtd,com.ctc.wstx.ent,com.ctc.wstx.exc,com.ctc.wstx.io,com.ctc.wstx.sw,com.ctc.wstx.util,javax.xml.namespace,javax.xml.stream,javax.xml.stream.events,org.codehaus.stax2,org.codehaus.stax2.ri.typed,org.codehaus.stax2.typed,org.codehaus.stax2.validation,org.xml.sax,org.xml.sax.ext\",com.ctc.wstx.stax;version=\"6.6.1\";uses:=\"com.ctc.wstx.api,com.ctc.wstx.cfg,com.ctc.wstx.dtd,com.ctc.wstx.io,com.ctc.wstx.sr,com.ctc.wstx.sw,com.ctc.wstx.util,javax.xml.namespace,javax.xml.stream,javax.xml.stream.events,javax.xml.stream.util,javax.xml.transform,org.codehaus.stax2,org.codehaus.stax2.ri\",com.ctc.wstx.sw;version=\"6.6.1\";uses:=\"com.ctc.wstx.api,com.ctc.wstx.cfg,com.ctc.wstx.sr,com.ctc.wstx.util,javax.xml.namespace,javax.xml.stream,javax.xml.stream.events,org.codehaus.stax2,org.codehaus.stax2.ri,org.codehaus.stax2.ri.typed,org.codehaus.stax2.typed,org.codehaus.stax2.validation\",com.ctc.wstx.util;version=\"6.6.1\";uses:=\"com.ctc.wstx.api,com.ctc.wstx.dtd,com.ctc.wstx.sr,javax.xml.namespace,javax.xml.stream,javax.xml.stream.events,org.codehaus.stax2.ri.typed,org.codehaus.stax2.typed,org.codehaus.stax2.validation,org.xml.sax,org.xml.sax.ext\"" - }, - { - "key": "Bundle-Name", - "value": "Woodstox" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Bundle-Description", - "value": "Woodstox is a high-performance XML processor thatimplements Stax (JSR-173),SAX2 and Stax2 APIs" - }, - { - "key": "Implementation-Title", - "value": "Woodstox" - }, - { - "key": "Implementation-Version", - "value": "6.6.1" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Vendor", - "value": "FasterXML" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "Implementation-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Version", - "value": "6.6.1" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.6" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.6" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Specification-Version", - "value": "6.6.1" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.fasterxml.woodstox/woodstox-core/pom.properties", - "name": "", - "groupId": "com.fasterxml.woodstox", - "artifactId": "woodstox-core", - "version": "6.6.1" - }, - "pomProject": { - "path": "META-INF/maven/com.fasterxml.woodstox/woodstox-core/pom.xml", - "parent": { - "groupId": "com.fasterxml", - "artifactId": "oss-parent", - "version": "56" - }, - "groupId": "com.fasterxml.woodstox", - "artifactId": "woodstox-core", - "version": "6.6.1", - "name": "Woodstox", - "description": "Woodstox is a high-performance XML processor that implements Stax (JSR-173), SAX2 and Stax2 APIs", - "url": "https://github.com/FasterXML/woodstox" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "586727abc793dc4cde0148c3c3b264e4f7deb5b3" - } - ] - } - }, - { - "id": "946dc56625a3f888", - "name": "workflow-api", - "version": "1316.v33eb_726c50b_a_", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins.workflow:workflow-api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins.workflow:workflow_api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow-api:workflow-api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow-api:workflow_api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow_api:workflow-api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow_api:workflow_api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:workflow-api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:workflow_api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:workflow-api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:workflow_api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow:workflow-api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow:workflow_api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:workflow-api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:workflow_api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins.workflow/workflow-api@1316.v33eb_726c50b_a_", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Pipeline: API" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Pipeline: API" - }, - { - "key": "Implementation-Version", - "value": "1316.v33eb_726c50b_a_" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins.workflow" - }, - { - "key": "Artifact-Id", - "value": "workflow-api" - }, - { - "key": "Short-Name", - "value": "workflow-api" - }, - { - "key": "Long-Name", - "value": "Pipeline: API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/workflow-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "1316.v33eb_726c50b_a_" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "workflow-step-api:657.v03b_e8115821b_,scm-api:683.vb_16722fb_b_80b_" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/workflow-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "33eb726c50ba10fdb0cbcc9bb2f48aa6a45bfe01" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/workflow-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "33eb726c50ba10fdb0cbcc9bb2f48aa6a45bfe01" - }, - { - "key": "Implementation-Build", - "value": "33eb726c50ba10fdb0cbcc9bb2f48aa6a45bfe01" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins.workflow/workflow-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins.workflow", - "artifactId": "workflow-api", - "version": "1316.v33eb_726c50b_a_" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins.workflow/workflow-api/pom.xml", - "groupId": "org.jenkins-ci.plugins.workflow", - "artifactId": "workflow-api", - "version": "1316.v33eb_726c50b_a_", - "name": "Pipeline: API", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/workflow-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "9a01f4b60bf7c4419dad1e7374b6da146451930f" - } - ] - } - }, - { - "id": "cc9dd4536446e7af", - "name": "workflow-api", - "version": "1316.v33eb_726c50b_a_", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-api.hpi:WEB-INF/lib/workflow-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-api.hpi:WEB-INF/lib/workflow-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins.workflow:workflow-api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins.workflow:workflow_api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow-api:workflow-api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow-api:workflow_api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow_api:workflow-api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow_api:workflow_api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:workflow-api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:workflow_api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:workflow-api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:workflow_api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow:workflow-api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow:workflow_api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:workflow-api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:workflow_api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins.workflow/workflow-api@1316.v33eb_726c50b_a_", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-api.hpi:WEB-INF/lib/workflow-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Pipeline: API" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Pipeline: API" - }, - { - "key": "Implementation-Version", - "value": "1316.v33eb_726c50b_a_" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins.workflow" - }, - { - "key": "Artifact-Id", - "value": "workflow-api" - }, - { - "key": "Short-Name", - "value": "workflow-api" - }, - { - "key": "Long-Name", - "value": "Pipeline: API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/workflow-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "1316.v33eb_726c50b_a_" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "workflow-step-api:657.v03b_e8115821b_,scm-api:683.vb_16722fb_b_80b_" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/workflow-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "33eb726c50ba10fdb0cbcc9bb2f48aa6a45bfe01" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/workflow-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "33eb726c50ba10fdb0cbcc9bb2f48aa6a45bfe01" - }, - { - "key": "Implementation-Build", - "value": "33eb726c50ba10fdb0cbcc9bb2f48aa6a45bfe01" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins.workflow/workflow-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins.workflow", - "artifactId": "workflow-api", - "version": "1316.v33eb_726c50b_a_" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins.workflow/workflow-api/pom.xml", - "groupId": "org.jenkins-ci.plugins.workflow", - "artifactId": "workflow-api", - "version": "1316.v33eb_726c50b_a_", - "name": "Pipeline: API", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/workflow-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "f465bed7229a43aa016e131e8b1120f4324af49e" - } - ] - } - }, - { - "id": "6165359a2657b060", - "name": "workflow-step-api", - "version": "657.v03b_e8115821b_", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-step-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-step-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins.workflow:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins.workflow:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow-step-api:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow-step-api:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow_step_api:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow_step_api:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow-step:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow-step:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow_step:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow_step:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins.workflow/workflow-step-api@657.v03b_e8115821b_", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-step-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Pipeline: Step API" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Pipeline: Step API" - }, - { - "key": "Implementation-Version", - "value": "657.v03b_e8115821b_" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins.workflow" - }, - { - "key": "Artifact-Id", - "value": "workflow-step-api" - }, - { - "key": "Short-Name", - "value": "workflow-step-api" - }, - { - "key": "Long-Name", - "value": "Pipeline: Step API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/workflow-step-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "657.v03b_e8115821b_" - }, - { - "key": "Hudson-Version", - "value": "2.414.3" - }, - { - "key": "Jenkins-Version", - "value": "2.414.3" - }, - { - "key": "Plugin-Dependencies", - "value": "structs:325.vcb_307d2a_2782" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/workflow-step-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "03be8115821b717adac4d79fc315d35b74dc5470" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/workflow-step-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "03be8115821b717adac4d79fc315d35b74dc5470" - }, - { - "key": "Implementation-Build", - "value": "03be8115821b717adac4d79fc315d35b74dc5470" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins.workflow/workflow-step-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins.workflow", - "artifactId": "workflow-step-api", - "version": "657.v03b_e8115821b_" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins.workflow/workflow-step-api/pom.xml", - "groupId": "org.jenkins-ci.plugins.workflow", - "artifactId": "workflow-step-api", - "version": "657.v03b_e8115821b_", - "name": "Pipeline: Step API", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/workflow-step-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "dcac44a01d71a562361e0381f8a5f96af7882f0f" - } - ] - } - }, - { - "id": "b5f5a6d1f790c180", - "name": "workflow-step-api", - "version": "657.v03b_e8115821b_", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-step-api.hpi:WEB-INF/lib/workflow-step-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-step-api.hpi:WEB-INF/lib/workflow-step-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins.workflow:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins.workflow:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow-step-api:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow-step-api:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow_step_api:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow_step_api:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow-step:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow-step:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow_step:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow_step:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins.workflow/workflow-step-api@657.v03b_e8115821b_", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-step-api.hpi:WEB-INF/lib/workflow-step-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Pipeline: Step API" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Pipeline: Step API" - }, - { - "key": "Implementation-Version", - "value": "657.v03b_e8115821b_" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins.workflow" - }, - { - "key": "Artifact-Id", - "value": "workflow-step-api" - }, - { - "key": "Short-Name", - "value": "workflow-step-api" - }, - { - "key": "Long-Name", - "value": "Pipeline: Step API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/workflow-step-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "657.v03b_e8115821b_" - }, - { - "key": "Hudson-Version", - "value": "2.414.3" - }, - { - "key": "Jenkins-Version", - "value": "2.414.3" - }, - { - "key": "Plugin-Dependencies", - "value": "structs:325.vcb_307d2a_2782" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/workflow-step-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "03be8115821b717adac4d79fc315d35b74dc5470" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/workflow-step-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "03be8115821b717adac4d79fc315d35b74dc5470" - }, - { - "key": "Implementation-Build", - "value": "03be8115821b717adac4d79fc315d35b74dc5470" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins.workflow/workflow-step-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins.workflow", - "artifactId": "workflow-step-api", - "version": "657.v03b_e8115821b_" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins.workflow/workflow-step-api/pom.xml", - "groupId": "org.jenkins-ci.plugins.workflow", - "artifactId": "workflow-step-api", - "version": "657.v03b_e8115821b_", - "name": "Pipeline: Step API", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/workflow-step-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "bb9b9768d1d8700adfb9c5f27d3215b4c0906bdb" - } - ] - } - }, - { - "id": "5ca2b83c51b54140", - "name": "workflow-support", - "version": "907.v6713a_ed8a_573", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-support.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-support.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:pipeline\\:_supporting_apis:907.v6713a_ed8a_573:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - }, - { - "cpe": "cpe:2.3:a:jenkins:pipeline_supporting_apis:907.v6713a_ed8a_573:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins.workflow/workflow-support@907.v6713a_ed8a_573", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-support.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Pipeline: Supporting APIs" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Pipeline: Supporting APIs" - }, - { - "key": "Implementation-Version", - "value": "907.v6713a_ed8a_573" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins.workflow" - }, - { - "key": "Artifact-Id", - "value": "workflow-support" - }, - { - "key": "Short-Name", - "value": "workflow-support" - }, - { - "key": "Long-Name", - "value": "Pipeline: Supporting APIs" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/workflow-support-plugin" - }, - { - "key": "Compatible-Since-Version", - "value": "3.0" - }, - { - "key": "Plugin-Version", - "value": "907.v6713a_ed8a_573" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Dependencies", - "value": "caffeine-api:3.1.8-133.v17b_1ff2e0599,workflow-api:1283.v99c10937efcb_,workflow-step-api:639.v6eca_cd8c04a_a_,scm-api:676.v886669a_199a_a_,script-security:1275.v23895f409fb_d" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/workflow-support-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "6713aed8a573c8e3eea17a1f9b26363dac409d40" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/workflow-support-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "6713aed8a573c8e3eea17a1f9b26363dac409d40" - }, - { - "key": "Implementation-Build", - "value": "6713aed8a573c8e3eea17a1f9b26363dac409d40" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins.workflow/workflow-support/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins.workflow", - "artifactId": "workflow-support", - "version": "907.v6713a_ed8a_573" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins.workflow/workflow-support/pom.xml", - "groupId": "org.jenkins-ci.plugins.workflow", - "artifactId": "workflow-support", - "version": "907.v6713a_ed8a_573", - "name": "Pipeline: Supporting APIs", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/workflow-support-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "bc953a46447bca45d254cbf0906cae56298b81f0" - } - ] - } - }, - { - "id": "052875ce52bb3235", - "name": "workflow-support", - "version": "907.v6713a_ed8a_573", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-support.hpi:WEB-INF/lib/workflow-support.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-support.hpi:WEB-INF/lib/workflow-support.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:pipeline\\:_supporting_apis:907.v6713a_ed8a_573:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - }, - { - "cpe": "cpe:2.3:a:jenkins:pipeline_supporting_apis:907.v6713a_ed8a_573:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins.workflow/workflow-support@907.v6713a_ed8a_573", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-support.hpi:WEB-INF/lib/workflow-support.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Pipeline: Supporting APIs" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Pipeline: Supporting APIs" - }, - { - "key": "Implementation-Version", - "value": "907.v6713a_ed8a_573" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins.workflow" - }, - { - "key": "Artifact-Id", - "value": "workflow-support" - }, - { - "key": "Short-Name", - "value": "workflow-support" - }, - { - "key": "Long-Name", - "value": "Pipeline: Supporting APIs" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/workflow-support-plugin" - }, - { - "key": "Compatible-Since-Version", - "value": "3.0" - }, - { - "key": "Plugin-Version", - "value": "907.v6713a_ed8a_573" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Dependencies", - "value": "caffeine-api:3.1.8-133.v17b_1ff2e0599,workflow-api:1283.v99c10937efcb_,workflow-step-api:639.v6eca_cd8c04a_a_,scm-api:676.v886669a_199a_a_,script-security:1275.v23895f409fb_d" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/workflow-support-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "6713aed8a573c8e3eea17a1f9b26363dac409d40" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/workflow-support-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "6713aed8a573c8e3eea17a1f9b26363dac409d40" - }, - { - "key": "Implementation-Build", - "value": "6713aed8a573c8e3eea17a1f9b26363dac409d40" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins.workflow/workflow-support/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins.workflow", - "artifactId": "workflow-support", - "version": "907.v6713a_ed8a_573" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins.workflow/workflow-support/pom.xml", - "groupId": "org.jenkins-ci.plugins.workflow", - "artifactId": "workflow-support", - "version": "907.v6713a_ed8a_573", - "name": "Pipeline: Supporting APIs", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/workflow-support-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "5e6f82a5632c801fc9455002ecba08f45fe38021" - } - ] - } - }, - { - "id": "53862966ed128fc0", - "name": "xpp3", - "version": "1.1.4c", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/xpp3-1.1.4c.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:xpp3:xpp3:1.1.4c:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/xpp3/xpp3@1.1.4c", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/xpp3-1.1.4c.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Ant-Version", - "value": "Apache Ant 1.6.2" - }, - { - "key": "Created-By", - "value": "1.5.0_03-b07 (Sun Microsystems Inc.)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "9b988ea84b9e4e9f1874e390ce099b8ac12cfff5" - } - ] - } - }, - { - "id": "346a2a8605c2afc5", - "name": "xsdlib", - "version": "2022.7", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/woodstox-core-6.6.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/woodstox-core-6.6.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:net.java.dev.msv:xsdlib:2022.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:xsdlib:xsdlib:2022.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:java:xsdlib:2022.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dev:xsdlib:2022.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:msv:xsdlib:2022.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/net.java.dev.msv/xsdlib@2022.7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/woodstox-core-6.6.1.jar:net.java.dev.msv:xsdlib", - "pomProperties": { - "path": "META-INF/maven/net.java.dev.msv/xsdlib/pom.properties", - "name": "", - "groupId": "net.java.dev.msv", - "artifactId": "xsdlib", - "version": "2022.7" - }, - "pomProject": { - "path": "META-INF/maven/net.java.dev.msv/xsdlib/pom.xml", - "parent": { - "groupId": "net.java.dev.msv", - "artifactId": "msv", - "version": "2022.7" - }, - "groupId": "net.java.dev.msv", - "artifactId": "xsdlib", - "version": "2022.7", - "name": "MSV XML Schema Datatype Library", - "description": "XML Schema datatypes library" - } - } - }, - { - "id": "44f19b6c7d94df96", - "name": "xstream", - "version": "1.4.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/xstream-1.4.20.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-3-Clause", - "spdxExpression": "BSD-3-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/xstream-1.4.20.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.thoughtworks.xstream:xstream:1.4.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thoughtworks:xstream:1.4.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:xstream:xstream:1.4.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.thoughtworks.xstream/xstream@1.4.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/xstream-1.4.20.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Built-By", - "value": "joehni" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_312" - }, - { - "key": "Specification-Title", - "value": "XStream Core" - }, - { - "key": "Specification-Vendor", - "value": "XStream" - }, - { - "key": "Implementation-Title", - "value": "XStream Core" - }, - { - "key": "Implementation-Version", - "value": "1.4.20" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.thoughtworks.xstream" - }, - { - "key": "Implementation-Vendor", - "value": "XStream" - }, - { - "key": "Bundle-License", - "value": "BSD-3-Clause" - }, - { - "key": "Specification-Version", - "value": "1.4" - }, - { - "key": "X-Build-Os", - "value": "Linux" - }, - { - "key": "X-Build-Time", - "value": "2022-12-23T23:21:05Z" - }, - { - "key": "X-Builder", - "value": "Maven 3.8.6" - }, - { - "key": "X-Compile-Source", - "value": "1.4" - }, - { - "key": "X-Compile-Target", - "value": "1.4" - }, - { - "key": "Bnd-LastModified", - "value": "1671837687737" - }, - { - "key": "Bundle-Description", - "value": "XStream is a serialization library from Java objects to XML and back." - }, - { - "key": "Bundle-DocURL", - "value": "http://x-stream.github.io" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "XStream Core" - }, - { - "key": "Bundle-SymbolicName", - "value": "xstream" - }, - { - "key": "Bundle-Vendor", - "value": "XStream" - }, - { - "key": "Bundle-Version", - "value": "1.4.20" - }, - { - "key": "Export-Package", - "value": "com.thoughtworks.xstream;version=\"1.4.20\",com.thoughtworks.xstream.annotations;version=\"1.4.20\",com.thoughtworks.xstream.converters;version=\"1.4.20\",com.thoughtworks.xstream.converters.basic;version=\"1.4.20\",com.thoughtworks.xstream.converters.collections;version=\"1.4.20\",com.thoughtworks.xstream.converters.enums;version=\"1.4.20\",com.thoughtworks.xstream.converters.extended;version=\"1.4.20\",com.thoughtworks.xstream.converters.javabean;version=\"1.4.20\",com.thoughtworks.xstream.converters.reflection;version=\"1.4.20\",com.thoughtworks.xstream.converters.time;version=\"1.4.20\",com.thoughtworks.xstream.core;version=\"1.4.20\",com.thoughtworks.xstream.io;version=\"1.4.20\",com.thoughtworks.xstream.io.binary;version=\"1.4.20\",com.thoughtworks.xstream.io.copy;version=\"1.4.20\",com.thoughtworks.xstream.io.json;version=\"1.4.20\",com.thoughtworks.xstream.io.naming;version=\"1.4.20\",com.thoughtworks.xstream.io.path;version=\"1.4.20\",com.thoughtworks.xstream.io.xml;version=\"1.4.20\",com.thoughtworks.xstream.io.xml.xppdom;version=\"1.4.20\",com.thoughtworks.xstream.mapper;version=\"1.4.20\",com.thoughtworks.xstream.persistence;version=\"1.4.20\",com.thoughtworks.xstream.security;version=\"1.4.20\"" - }, - { - "key": "Import-Package", - "value": "org.xmlpull.mxp1;resolution:=optional,org.xmlpull.v1;resolution:=optional,io.github.xstream.mxparser;resolution:=optional;version=\"[1.2,2)\",com.ctc.wstx.stax;resolution:=optional;version=\"[5.4,6)\",com.ibm.xml.xlxp.api.stax;resolution:=optional,com.sun.xml.internal.stream;resolution:=optional,javax.activation;resolution:=optional,javax.security.auth;resolution:=optional,javax.swing;resolution:=optional,javax.swing.plaf;resolution:=optional,javax.xml.bind;resolution:=optional;version=\"[2.3,3)\",javax.xml.datatype;resolution:=optional,javax.xml.namespace;resolution:=optional,javax.xml.parsers;resolution:=optional,javax.xml.stream;resolution:=optional,javax.xml.transform;resolution:=optional,javax.xml.transform.sax;resolution:=optional,javax.xml.transform.stream;resolution:=optional,org.xml.sax;resolution:=optional,org.xml.sax.helpers;resolution:=optional,sun.misc;resolution:=optional,com.bea.xml.stream;resolution:=optional,net.sf.cglib.proxy;resolution:=optional,nu.xom;resolution:=optional,org.codehaus.jettison;version=\"[1.2,2)\";resolution:=optional,org.codehaus.jettison.mapped;version=\"[1.2,2)\";resolution:=optional,org.dom4j;resolution:=optional,org.dom4j.io;resolution:=optional,org.dom4j.tree;resolution:=optional,org.jdom;resolution:=optional,org.jdom.input;resolution:=optional,org.jdom2;resolution:=optional,org.jdom2.input;resolution:=optional,org.joda.time;version=\"[1.6,2)\";resolution:=optional,org.joda.time.format;version=\"[1.6,2)\";resolution:=optional,org.kxml2.io;resolution:=optional,org.w3c.dom;resolution:=optional" - }, - { - "key": "JAVA_1_4_HOME", - "value": "/opt/blackdown-jdk-1.4.2.03" - }, - { - "key": "JAVA_1_5_HOME", - "value": "/opt/sun-jdk-1.5.0.22" - }, - { - "key": "JAVA_1_6_HOME", - "value": "/opt/sun-jdk-1.6.0.45" - }, - { - "key": "JAVA_1_7_HOME", - "value": "/opt/oracle-jdk-bin-1.7.0.80" - }, - { - "key": "JAVA_1_8_HOME", - "value": "/opt/oracle-jdk-bin-1.8.0.202" - }, - { - "key": "JAVA_9_HOME", - "value": "/opt/oracle-jdk-bin-9.0.4" - }, - { - "key": "Tool", - "value": "Bnd-2.4.1.201501161923" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.thoughtworks.xstream/xstream/pom.properties", - "name": "", - "groupId": "com.thoughtworks.xstream", - "artifactId": "xstream", - "version": "1.4.20" - }, - "pomProject": { - "path": "META-INF/maven/com.thoughtworks.xstream/xstream/pom.xml", - "parent": { - "groupId": "com.thoughtworks.xstream", - "artifactId": "xstream-parent", - "version": "1.4.20" - }, - "groupId": "com.thoughtworks.xstream", - "artifactId": "xstream", - "version": "1.4.20", - "name": "XStream Core" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "0e2315b8b2e95e9f21697833c8e56cdd9c98a5ee" - } - ] - } - } - ], - "artifactRelationships": [], - "source": { - "id": "(redacted for determinism)", - "name": "jenkins", - "version": "2.461-r0", - "supplier": "chainguard", - "type": "directory", - "metadata": { - "path": "testdata/apks/aarch64/jenkins-2.461-r0.apk" - } - }, - "distro": { - "id": "wolfi" - }, - "descriptor": { - "name": "wolfictl", - "version": "" - }, - "schema": { - "version": "", - "url": "" - } -} diff --git a/pkg/sbom/testdata/goldenfiles/aarch64/jruby-9.4-9.4.7.0-r0.apk.syft.json b/pkg/sbom/testdata/goldenfiles/aarch64/jruby-9.4-9.4.7.0-r0.apk.syft.json deleted file mode 100644 index 5536a8bd5..000000000 --- a/pkg/sbom/testdata/goldenfiles/aarch64/jruby-9.4-9.4.7.0-r0.apk.syft.json +++ /dev/null @@ -1,98259 +0,0 @@ -{ - "artifacts": [ - { - "id": "56fa2671e3823910", - "name": "abbrev", - "version": "0.1.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/abbrev-0.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/abbrev-0.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/abbrev-0.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/abbrev-0.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/abbrev-0.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/abbrev-0.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:akinori-musha:abbrev:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:akinori_musha:abbrev:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:abbrev:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:abbrev:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:abbrev:abbrev:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:abbrev:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/abbrev@0.1.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "abbrev", - "version": "0.1.0", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "abbrev.gemspec", - "bin/console", - "bin/setup", - "lib/abbrev.rb" - ], - "authors": [ - "Akinori MUSHA" - ], - "homepage": "https://github.com/ruby/abbrev" - } - }, - { - "id": "d07b3528ac7db1cf", - "name": "backport9", - "version": "1.13", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:backport9:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.headius:backport9:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:backport9:backport9:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:backport9:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:headius:backport9:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:backport9:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.headius/backport9@1.13", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:com.headius:backport9", - "pomProperties": { - "path": "META-INF/maven/com.headius/backport9/pom.properties", - "name": "", - "groupId": "com.headius", - "artifactId": "backport9", - "version": "1.13" - }, - "pomProject": { - "path": "META-INF/maven/com.headius/backport9/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "com.headius", - "artifactId": "backport9", - "version": "1.13", - "name": "" - } - } - }, - { - "id": "b11d893b62726552", - "name": "base64", - "version": "0.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/base64-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/base64-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/base64-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/base64-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/base64-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/base64-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yusuke-endoh:base64:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yusuke_endoh:base64:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:base64:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:base64:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:base64:base64:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:base64:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/base64@0.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "base64", - "version": "0.1.1", - "files": [ - "LICENSE.txt", - "README.md", - "lib/base64.rb" - ], - "authors": [ - "Yusuke Endoh" - ], - "homepage": "https://github.com/ruby/base64" - } - }, - { - "id": "41b9e6f0b0683812", - "name": "bcpkix-jdk18on", - "version": "1.74", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcpkix-jdk18on/1.74/bcpkix-jdk18on-1.74.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcpkix-jdk18on/1.74/bcpkix-jdk18on-1.74.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:bouncycastle-org:bcpkix-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle-org:bcpkix_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle_org:bcpkix-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle_org:bcpkix_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.bouncycastle:bcpkix-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.bouncycastle:bcpkix_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcpkix-jdk18on:bcpkix-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcpkix-jdk18on:bcpkix_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcpkix_jdk18on:bcpkix-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcpkix_jdk18on:bcpkix_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bcpkix-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bcpkix_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcpkix:bcpkix-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcpkix:bcpkix_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.bouncycastle/bcpkix-jdk18on@1.74", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcpkix-jdk18on/1.74/bcpkix-jdk18on-1.74.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-SymbolicName", - "value": "bcpkix" - }, - { - "key": "Bnd-LastModified", - "value": "1686552889379" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "J2SE-1.5" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.bouncycastle" - }, - { - "key": "Application-Library-Allowable-Codebase", - "value": "*" - }, - { - "key": "Import-Package", - "value": "org.bouncycastle.asn1;version=\"1.72\",org.bouncycastle.asn1.bc;version=\"1.72\",org.bouncycastle.asn1.bsi;version=\"1.72\",org.bouncycastle.asn1.cmp;version=\"1.72\",org.bouncycastle.asn1.cms;version=\"1.72\",org.bouncycastle.asn1.cms.ecc;version=\"1.72\",org.bouncycastle.asn1.crmf;version=\"1.72\",org.bouncycastle.asn1.cryptopro;version=\"1.72\",org.bouncycastle.asn1.dvcs;version=\"1.72\",org.bouncycastle.asn1.eac;version=\"1.72\",org.bouncycastle.asn1.edec;version=\"1.72\",org.bouncycastle.asn1.ess;version=\"1.72\",org.bouncycastle.asn1.est;version=\"1.72\",org.bouncycastle.asn1.gm;version=\"1.72\",org.bouncycastle.asn1.gnu;version=\"1.72\",org.bouncycastle.asn1.iana;version=\"1.72\",org.bouncycastle.asn1.isara;version=\"1.72\",org.bouncycastle.asn1.iso;version=\"1.72\",org.bouncycastle.asn1.kisa;version=\"1.72\",org.bouncycastle.asn1.misc;version=\"1.72\",org.bouncycastle.asn1.mozilla;version=\"1.72\",org.bouncycastle.asn1.nist;version=\"1.72\",org.bouncycastle.asn1.ntt;version=\"1.72\",org.bouncycastle.asn1.ocsp;version=\"1.72\",org.bouncycastle.asn1.oiw;version=\"1.72\",org.bouncycastle.asn1.pkcs;version=\"1.72\",org.bouncycastle.asn1.rosstandart;version=\"1.72\",org.bouncycastle.asn1.sec;version=\"1.72\",org.bouncycastle.asn1.teletrust;version=\"1.72\",org.bouncycastle.asn1.tsp;version=\"1.72\",org.bouncycastle.asn1.util;version=\"1.72\",org.bouncycastle.asn1.x500;version=\"1.72\",org.bouncycastle.asn1.x500.style;version=\"1.72\",org.bouncycastle.asn1.x509;version=\"1.72\",org.bouncycastle.asn1.x509.qualified;version=\"1.72\",org.bouncycastle.asn1.x9;version=\"1.72\",org.bouncycastle.crypto;version=\"1.72\",org.bouncycastle.crypto.digests;version=\"1.72\",org.bouncycastle.crypto.encodings;version=\"1.72\",org.bouncycastle.crypto.engines;version=\"1.72\",org.bouncycastle.crypto.generators;version=\"1.72\",org.bouncycastle.crypto.io;version=\"1.72\",org.bouncycastle.crypto.macs;version=\"1.72\",org.bouncycastle.crypto.modes;version=\"1.72\",org.bouncycastle.crypto.paddings;version=\"1.72\",org.bouncycastle.crypto.params;version=\"1.72\",org.bouncycastle.crypto.signers;version=\"1.72\",org.bouncycastle.crypto.util;version=\"1.72\",org.bouncycastle.jcajce;version=\"1.72\",org.bouncycastle.jcajce.interfaces;version=\"1.72\",org.bouncycastle.jcajce.io;version=\"1.72\",org.bouncycastle.jcajce.spec;version=\"1.72\",org.bouncycastle.jcajce.util;version=\"1.72\",org.bouncycastle.math;version=\"1.72\",org.bouncycastle.math.ec;version=\"1.72\",org.bouncycastle.math.field;version=\"1.72\",org.bouncycastle.oer;version=\"1.72\",org.bouncycastle.oer.its.etsi103097;version=\"1.72\",org.bouncycastle.oer.its.ieee1609dot2;version=\"1.72\",org.bouncycastle.oer.its.ieee1609dot2.basetypes;version=\"1.72\",org.bouncycastle.oer.its.template.etsi103097;version=\"1.72\",org.bouncycastle.oer.its.template.ieee1609dot2;version=\"1.72\",org.bouncycastle.pqc.jcajce.interfaces;version=\"1.72\",org.bouncycastle.pqc.jcajce.spec;version=\"1.72\",org.bouncycastle.util;version=\"1.72\",org.bouncycastle.util.encoders;version=\"1.72\",org.bouncycastle.util.io;version=\"1.72\",org.bouncycastle.util.io.pem;version=\"1.72\",javax.crypto;resolution:=optional,javax.crypto.spec;resolution:=optional,javax.naming;resolution:=optional,javax.naming.directory;resolution:=optional,javax.net.ssl;resolution:=optional,javax.security.auth.x500;resolution:=optional" - }, - { - "key": "Export-Package", - "value": "org.bouncycastle.cert;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.operator,org.bouncycastle.util\",org.bouncycastle.cert.bc;version=\"1.74\";uses:=\"org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.crypto.params,org.bouncycastle.operator\",org.bouncycastle.cert.cmp;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cmp,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cert.crmf,org.bouncycastle.cms,org.bouncycastle.operator\",org.bouncycastle.cert.crmf;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cmp,org.bouncycastle.asn1.crmf,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cms,org.bouncycastle.operator,org.bouncycastle.util\",org.bouncycastle.cert.crmf.bc;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.crmf,org.bouncycastle.cert.crmf,org.bouncycastle.crypto.params,org.bouncycastle.operator\",org.bouncycastle.cert.crmf.jcajce;version=\"1.74\";uses:=\"javax.security.auth.x500,org.bouncycastle.asn1,org.bouncycastle.asn1.crmf,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert.crmf,org.bouncycastle.operator\",org.bouncycastle.cert.dane;version=\"1.74\";uses:=\"org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.operator,org.bouncycastle.util\",org.bouncycastle.cert.dane.fetcher;version=\"1.74\";uses:=\"org.bouncycastle.cert.dane\",org.bouncycastle.cert.jcajce;version=\"1.74\";uses:=\"javax.security.auth.x500,org.bouncycastle.asn1,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.operator,org.bouncycastle.util\",org.bouncycastle.cert.ocsp;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.ocsp,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.operator,org.bouncycastle.util\",org.bouncycastle.cert.ocsp.jcajce;version=\"1.74\";uses:=\"javax.security.auth.x500,org.bouncycastle.cert.ocsp,org.bouncycastle.operator\",org.bouncycastle.cert.path;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.cert,org.bouncycastle.util\",org.bouncycastle.cert.path.validations;version=\"1.74\";uses:=\"org.bouncycastle.asn1.x500,org.bouncycastle.cert,org.bouncycastle.cert.path,org.bouncycastle.util\",org.bouncycastle.cert.selector;version=\"1.74\";uses:=\"org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.util\",org.bouncycastle.cert.selector.jcajce;version=\"1.74\";uses:=\"javax.security.auth.x500,org.bouncycastle.asn1.x500,org.bouncycastle.cert.selector\",org.bouncycastle.cmc;version=\"1.74\";uses:=\"org.bouncycastle.asn1.cms,org.bouncycastle.cert,org.bouncycastle.util\",org.bouncycastle.cms;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.operator,org.bouncycastle.util\",org.bouncycastle.cms.bc;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cms,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.operator,org.bouncycastle.operator.bc\",org.bouncycastle.cms.jcajce;version=\"1.74\";uses:=\"javax.crypto,javax.security.auth.x500,org.bouncycastle.asn1,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cert.selector.jcajce,org.bouncycastle.cms,org.bouncycastle.operator,org.bouncycastle.operator.jcajce\",org.bouncycastle.dvcs;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.dvcs,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cms,org.bouncycastle.operator\",org.bouncycastle.eac;version=\"1.74\";uses:=\"org.bouncycastle.asn1.eac,org.bouncycastle.eac.operator\",org.bouncycastle.eac.jcajce;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.eac,org.bouncycastle.eac\",org.bouncycastle.eac.operator;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.eac.operator.jcajce;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.eac.operator,org.bouncycastle.operator\",org.bouncycastle.est;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.est,org.bouncycastle.asn1.pkcs,org.bouncycastle.cert,org.bouncycastle.operator,org.bouncycastle.pkcs,org.bouncycastle.util\",org.bouncycastle.est.jcajce;version=\"1.74\";uses:=\"javax.net.ssl,org.bouncycastle.est,org.bouncycastle.operator\",org.bouncycastle.its;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.its.operator,org.bouncycastle.oer.its.etsi103097,org.bouncycastle.oer.its.ieee1609dot2,org.bouncycastle.oer.its.ieee1609dot2.basetypes,org.bouncycastle.operator,org.bouncycastle.util\",org.bouncycastle.its.bc;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.crypto.params,org.bouncycastle.its,org.bouncycastle.its.operator,org.bouncycastle.oer.its.ieee1609dot2,org.bouncycastle.oer.its.ieee1609dot2.basetypes,org.bouncycastle.operator\",org.bouncycastle.its.jcajce;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.its,org.bouncycastle.its.operator,org.bouncycastle.oer.its.ieee1609dot2,org.bouncycastle.oer.its.ieee1609dot2.basetypes,org.bouncycastle.operator\",org.bouncycastle.its.operator;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.its,org.bouncycastle.oer.its.ieee1609dot2.basetypes,org.bouncycastle.operator\",org.bouncycastle.mime;version=\"1.74\";uses:=\"org.bouncycastle.mime.smime,org.bouncycastle.util\",org.bouncycastle.mime.encoding;version=\"1.74\",org.bouncycastle.mime.smime;version=\"1.74\";uses:=\"org.bouncycastle.cert,org.bouncycastle.cms,org.bouncycastle.mime,org.bouncycastle.operator,org.bouncycastle.util\",org.bouncycastle.mozilla;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.mozilla,org.bouncycastle.asn1.x509,org.bouncycastle.operator,org.bouncycastle.util\",org.bouncycastle.mozilla.jcajce;version=\"1.74\";uses:=\"org.bouncycastle.mozilla\",org.bouncycastle.openssl;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.operator,org.bouncycastle.util.io.pem\",org.bouncycastle.openssl.bc;version=\"1.74\";uses:=\"org.bouncycastle.openssl\",org.bouncycastle.openssl.jcajce;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.openssl,org.bouncycastle.operator,org.bouncycastle.pkix.jcajce,org.bouncycastle.util.io.pem\",org.bouncycastle.operator;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.cert\",org.bouncycastle.operator.bc;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.operator\",org.bouncycastle.operator.jcajce;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.jcajce.util,org.bouncycastle.operator\",org.bouncycastle.pkcs;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.operator\",org.bouncycastle.pkcs.bc;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.operator,org.bouncycastle.operator.bc,org.bouncycastle.pkcs\",org.bouncycastle.pkcs.jcajce;version=\"1.74\";uses:=\"javax.security.auth.x500,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.crypto.util,org.bouncycastle.operator,org.bouncycastle.pkcs\",org.bouncycastle.pkix;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cms\",org.bouncycastle.pkix.jcajce;version=\"1.74\";uses:=\"org.bouncycastle.asn1.x509,org.bouncycastle.jcajce,org.bouncycastle.jcajce.util,org.bouncycastle.pkix,org.bouncycastle.pkix.util,org.bouncycastle.util\",org.bouncycastle.pkix.util;version=\"1.74\";uses:=\"org.bouncycastle.cert,org.bouncycastle.pkix.util.filter\",org.bouncycastle.pkix.util.filter;version=\"1.74\",org.bouncycastle.tsp;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cmp,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.tsp,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cms,org.bouncycastle.operator,org.bouncycastle.util\",org.bouncycastle.tsp.cms;version=\"1.74\";uses:=\"org.bouncycastle.asn1.cms,org.bouncycastle.cms,org.bouncycastle.operator,org.bouncycastle.tsp\",org.bouncycastle.tsp.ers;version=\"1.74\";uses:=\"org.bouncycastle.asn1.tsp,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cms,org.bouncycastle.operator,org.bouncycastle.tsp,org.bouncycastle.util\",org.bouncycastle.voms;version=\"1.74\";uses:=\"org.bouncycastle.cert\"" - }, - { - "key": "Bundle-Name", - "value": "bcpkix" - }, - { - "key": "Permissions", - "value": "all-permissions" - }, - { - "key": "Trusted-Library", - "value": "true" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Extension-Name", - "value": "org.bouncycastle.bcpkix" - }, - { - "key": "Application-Name", - "value": "Bouncy Castle PKIX API" - }, - { - "key": "Automatic-Module-Name", - "value": "org.bouncycastle.pkix" - }, - { - "key": "Implementation-Version", - "value": "1.74.0.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "BouncyCastle.org" - }, - { - "key": "Tool", - "value": "Bnd-2.2.0.20130907-154046" - }, - { - "key": "Implementation-Vendor", - "value": "BouncyCastle.org" - }, - { - "key": "Ant-Version", - "value": "Apache Ant 1.6.5" - }, - { - "key": "Originally-Created-By", - "value": "25.362-b09 (Private Build)" - }, - { - "key": "Bundle-Version", - "value": "1.74" - }, - { - "key": "Caller-Allowable-Codebase", - "value": "*" - }, - { - "key": "Codebase", - "value": "*" - }, - { - "key": "Created-By", - "value": "1.5.0_08 (Sun Microsystems Inc.)" - }, - { - "key": "Specification-Version", - "value": "1.1" - } - ], - "sections": [ - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSEvidenceRecordStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "GkHlWz3WFRieJAoIkSBaoFqBrKcLRu8Bm66mrTFeFss=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntrySelectorFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "s72kouvTtxT9AwnN6yNQ9/D7kOZuatdpo7VjNRIWF4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/PKMACBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "rkTGy2HqTVn6Ovkdo1vHxmORUz5B1Yyl4CWkS93yEBA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/CertificateStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "hnvlZC+Tv6xo5mme3uCdh4mnYoAHyksmhBaqsaSTNNg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/EnvelopedDataHelper$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "LOAjISWsQgeD7yqV8HAt8YylZ+Fx0P8uqHjISDamvKo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/BasicConstraintsValidation.class" - }, - { - "key": "SHA-256-Digest", - "value": "9og3S/DkveIqwyjnvrXhPc6x4TgnTtCwlV6ftgJoPEQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/jcajce/DefaultEACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "DOGrpsW0NcgZSk90xmZwfTDAR2azxY2Or03yO5faw70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransAuthEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "F0KWGiyNEONGxZVb0GW/6WOuP3PAIZdw5DrkUYeU6aU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/OutputEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "CLIZP/zHuJ47IASFIF+ZpMwWbiYNElUOS5ivWRgi9zM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEncryptedDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "V4umeyL877XCSN02vpf/f2xL5W/2bYjyr+p4qNuekuc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSignerInfoVerifierBuilder$Helper.class" - }, - { - "key": "SHA-256-Digest", - "value": "SoXQm45noXZBx40fmAAhF/gp/h60d5vOQzy/eUx0YJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JceAsymmetricValueDecryptorGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "FOW1lJ0Zea/7lGZFz08EP7RrWTsGn6ySGUgmgdxa7fE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/CTEBase64InputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "dYQbi6IwVx3bK2ZflEVjkHUHA/7CayM4axDb1pLP/0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSPublicEncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "JqqCsn9tQ9RnqurRVLZSktbFxewH7ar7XoDM6gG1Dvc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/CrlCache$LocalCRLStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zq8o5PvihTHn+K7Sz9aqhDFPnC4XZS48+ae49DKF6f8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/EncryptedValueParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "CMJeeXLqW4tU+6S10oejOPVI1xpL9I2rrtZ7WUG8qeA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/OCSPUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "n/W40KfhvQ2Wma76vEeA9JoO+f1p/R/WxR9GqxKpHqw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTException$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "i7YPe5rL0BiJOZLoAsW55Xilyw9sh5HRmLG7cbg93ks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/jcajce/JcaRespID.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z1IHpl1P6e3sd+g1QxVOP2kn330hsGe12zBARgUb8gY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCS12MacCalculatorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "DZV7FVY6wr0EFZIxpgcUiXmmqnn4FUe6+BUh7hMIy2o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "Th4aDf83nVO+zf6vcyq5F5wQ/NrRagVW7ERRDx3z0Bo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcaPKCS12SafeBagBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "JyTN9RDArkCLi98iFD9Ry0V/streWkS6O1brJb5YUkY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSFileData.class" - }, - { - "key": "SHA-256-Digest", - "value": "QYdkazMAvxiGkDT/14I3zdcKCloI8+m2u23nL6w85vQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/EncryptedValueBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Njtnubh4QNVguX2OWBWgIUdrYu93B28HD/isNXgQMYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/LineReader.class" - }, - { - "key": "SHA-256-Digest", - "value": "8BEl6vnKL+TQaasdn2496IWv8o0g1XCiCC7+tQD+WzU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/PKIXCertPathReviewer.class" - }, - { - "key": "SHA-256-Digest", - "value": "6nTQ0Vlqly54Wmo4VzGPr0BMlbUjErqVe+M9ZvNTopU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS12MacCalculatorBuilderProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "SKQXewihxomQyJJiI+AFtWnilA5Ztr6EJXylmm240XQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSValidityPeriod$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "vLNhnL7pALZNl3vOiRhU+AqbV2YvYkL2ezYP0lMe9gY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/X509CertStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "zofzGTnx/8kG9cXebmNZQ/Ao83aqUk0P6uS53kqdViM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSIRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "eBaChXtrJZ8SNqgQQblWKeCrKdzY4LzPwEggYKWvuRs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8EncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "kKTA3Nag94NxP6ZKvufZv+mysahuRBo3xGrJiuX295Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAbsentContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "51zx8AvJmxiSSim/G+TB2q1XpJ9mEMrpjcNX0Ajnp38=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaAlgorithmParametersConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "alqpiwHcYgZ+RoJviJ3DU0Ey4WwaZF3lNO0xponaT28=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaDigestCalculatorProviderBuilder$1$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZvgGplM2CdonncI1VcGPFj4R7LrRl7lswbgg4G7Kcq8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcAESSymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "MelIn6aHjJSrPoNNeAw0uzsRT6WE/GBMbHf5Hnq0koY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcAsymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "TvCBylEcJfoJTW/dC7L95eD13Nbzqcz6XdrVQ17THY4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/X509RevocationChecker$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "r+9w6dwegYDwxiNxILbN/IVqWR/B5ZTUmj6YeAWGU5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampTokenGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "CgmSsrQg1N2V7Y2oE1T2ztrzAB3VOwD/EDFJvIB69H4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSIEncryptedDataBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "F1eWnKsQNueBHxabGgtJzZiaxakWCO9+GAkG8eAKWYo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/ECUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "e0vdAGF3ltmxnk0wGmsmKp7TSVNxoXPc/G6WDS+ZOOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/DefaultESTClient.class" - }, - { - "key": "SHA-256-Digest", - "value": "MquQXAjioYpFgMcY87cc/P2jxFy/5GeDcnCtiyr9FqQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "hduN7SRzIAgtfdntZBaGCJPkl15tNCcaVvE9B0vbi80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAttributeTableGenerationException.class" - }, - { - "key": "SHA-256-Digest", - "value": "X4HzUYMDTQLbCq+dIqRGdbD32t5VCp6fnapPToNwr7c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSISignedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "bHDXXvG4Os9dRkpRt7ny6kPkipw5a+s+c3OotQyvN98=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/OperatorCreationException.class" - }, - { - "key": "SHA-256-Digest", - "value": "ywEBwmemjQgDryD+ZR8ZkGG+ki9+shpb+/mww82ZR2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TSPValidationException.class" - }, - { - "key": "SHA-256-Digest", - "value": "NQ+2Dt6AbgMrxNDxJxeFg0GH3zb2attpBvqw5daoqcg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$22.class" - }, - { - "key": "SHA-256-Digest", - "value": "OBW8mcqmkW508pubTizfar2/ap5HBF2tTht1dt2Mq0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/CCPDRequestData.class" - }, - { - "key": "SHA-256-Digest", - "value": "J4ucs8wR1bd1+OKCEVtAYUN/d6uIB+67XZEOh1Fhuow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/cms/CMSTimeStampedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qPlrNiX4zwGQK34kYIT4BgS2szRvN98HvafvFChudWo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSPatchKit.class" - }, - { - "key": "SHA-256-Digest", - "value": "Szu/2gOZW/EH/VSQVlO0bBYnm+JYIi/L8Fte+Bo7PUk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/cms/MetaDataUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ei3HaSn06yJXeoxeFW9wOd61SibzmxPN0BCdrC5CNGs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceInputDecryptorProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ila7aWYoUFq1kbnzpQD/ao3usaPwNRQVPyo9a2u4mqA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/jcajce/JcaX509CertificateHolderSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "qsmeorfCAlkKg+ZeGkMCdslBHaGKznuEyxAoNX6XVYA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcePEMEncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "5kojRYDPGX9bPLU4rKP0r0ROXI68FuWjuNAVeVBik+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaX509CertSelectorConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "tIwG4BBxPNkq0F0IBQkDN5/Jtney3Qr5FKhMPqt4cj0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "rTrqfyNbGeuW12f/I0+RomtupNK/JdEmdA3r3QBl6ow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/MessageImprint.class" - }, - { - "key": "SHA-256-Digest", - "value": "dVlDeODySGsivHNIWrng1PUqFflq80csp8oMfncTE08=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/OCSPException.class" - }, - { - "key": "SHA-256-Digest", - "value": "7jXm8mwOcr0KwV7LXiwpwPPOUVugOsTjkDSeSnD5LRY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentVerifierProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "EFKUhPmCQwRnp1WuA6wFt+j1S5dUc9nzZJDOU/ADVLY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/MissingEntryException.class" - }, - { - "key": "SHA-256-Digest", - "value": "EN3KpVCK4A73QMy2K2xqmc5c5pdJqb7lSgYoRwWe+cM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/NamedCertHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "QrjoGJrROwlDGIZG0RaEycalcDFFj3U/Q0cEeZqdKv0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSecureReadable.class" - }, - { - "key": "SHA-256-Digest", - "value": "DBnWcdgbYP0i3EBvuhkMjC4+dgjFzhKV7iCxcUWaYA4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeAuthenticatedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "G14kTN4smhG4Ue7ekHuSfkd7VUO/axcu83qhcUs/D80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/SSLSocketFactoryCreatorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "DxOiHM2DYYMo2bWXodnSZ9HrZtRVWrOQ3rxgSFLR7hc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEMKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "aJrbQ0tDa1ZPCWGH/D3all7yBDHuugBzdsuNhFZxebg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeRecipient$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Nkdwqtk+a/GI6SeLFn/tTQ3iCunwLIbuAhay3BndHU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMESignedWriter.class" - }, - { - "key": "SHA-256-Digest", - "value": "oEnVO2WqIBpIo02Y7SyWNq9If1ZT+mvfQS75Jf96Jjw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/BasicOCSPRespBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "GExP0GbcCLsywYRk6qk3cn404KWdsNyUaW6zyZwkR9M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcaPKCS10CertificationRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "P8LjRSHP+7m1JiYZHBhOflduHPQ2rK70K0TXHd/RxUs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JcaPKIArchiveControlBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "mDNPIpu/sua/vXbrMqWWygK4GkxAnDrvCt5cRSctopY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePBMac1CalculatorProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "l1Phgt3jQn+g3OMvM7vJTxVpxqEOn04rXAXZjoF49ME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/CertPathValidationResult.class" - }, - { - "key": "SHA-256-Digest", - "value": "KjXJ8+axjyJgrBwwQmSHVt4Ohbp17MCh1Z/dIGFi5WM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/cms/CMSTimeStampedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "8IFyE3znquzT1Ywjibl9xLnHKgXAJjfvVwo37h6PSBU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/PKIXNameConstraintValidator.class" - }, - { - "key": "SHA-256-Digest", - "value": "8wuK+SmyPcEyyCnGZax0afoOGa7Rsk+NrSD1gKCFJn8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$ECDSAKeyPairParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "bnn7l1urlixvxf1OKXY3aVJ2W5leksSzT9Y2yTvTGXc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSCompressedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "KrTEx9zE/YZth6meE2tt8xMakIqZedwntDvIYy7kJHs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TSPAlgorithms.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Og1Gf9+X2mkyLpqj3kNskdvF65ET3t+sZ/k0OrGvU0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcKEKEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "ekEqoGMJs2wdqlVw5ABcyjtl2rIvFoIsZoK5R+WYTVg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcRSAContentSignerBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ADvoq0oVppCVZFO0wiPeL4QZigbsm6M1JJbpsHjXc4M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSIRecipientInfoBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "V+30oV6gksK2BkA7WjWoBarZZRTVannUsrWpwBY3kLw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/HttpUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "L+sT4SNb2LQUgIuNa1Vb2pH/CnKRAamSKM0ar/fA5js=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/MessageBundle.class" - }, - { - "key": "SHA-256-Digest", - "value": "j/z+R5865IR5Ne/LW55GxFeqyZL1N7tL6nRZhirpPSU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "leg3Oamosj7kZA7oxrKxVsf/j+N8bQqYBGXYrLFPTfE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/SubjectPublicKeyInfoChecker$Properties.class" - }, - { - "key": "SHA-256-Digest", - "value": "tERmgPaGO1z78/mgIKDu80rsIuJ3ZOq0lgn3YicGB+0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/EnvelopedDataHelper$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "2WX+TxpKTYibv+SB+GxUcFOg1skJNVyQPN4DiJVl8G0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSArchiveTimeStampGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "P5pW2W5BZiaJ8kzAMS+YZ5Frb01NW7+6YYwyc8ZrOac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcCMSContentEncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "4K+pSYQiFirm4bd0fPv7OsnRHoE5oD8Nq7zos+mEzqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcaPEMKeyConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "kpN9x5CxePNFBsXuOc9cGHNaiDtTlfJ/oZ4Tf3ecflU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntryFetcherFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "+UoUDxcD5yVqHdbof8+DP4QASFz0e5GR8V+gUU1ELsQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSArchiveTimeStamp.class" - }, - { - "key": "SHA-256-Digest", - "value": "RbFknewbLX52EE7xmZfcx4wKoRTIHtK6HkOaaqVfW3M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignatureAlgorithmNameGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "SAcNBucMmYebPvLCecT6Auyl85MLHbmPRDcuxb7a13E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/EACIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vayg7pSduXDjGz8QPaP/nAr5H6aCdp2zrg/4lMyq1+s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/EACSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "jF29EZqiJMinQKWBbQrN7Gzy9R+7/iiDzVLXYu2O3Yk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceGenericKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "88OzKTzap9iwKsSWjm8K7JFjWemXudz4Rm+ZBOyjsvI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransAuthenticatedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "nu71cgtEUVllY9H0QGacmnNAJUGi8rb1b962Ewtvhhk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/AESUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dnb9eSkfY1yTqI0OZXbLm6ZTOPL1+aYUHF8IO4HdMPQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/Headers.class" - }, - { - "key": "SHA-256-Digest", - "value": "GDvwK/7TtqLjU5qyt90vzPdMuxB1JBHYTkYU2BjB57Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/CertPathReviewerMessages_de.properties" - }, - { - "key": "SHA-256-Digest", - "value": "HlCFq4DkFVZLT9e0DXM2HImoG+psbyYIsD65AP0Dwo8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/CCPDRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "n5sseupPEPD2HpZvgLfPdMFf1fxE6XuKrD1InF3RlgA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$KeyPairParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "+hSA60Ee4MfzF2EA159We5nF0hcFLIpH5eeBYxbsR94=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/HttpUtil$PartLexer.class" - }, - { - "key": "SHA-256-Digest", - "value": "qJ1mKMmbU0pUu+S8uYutJW51lrkwaMfKAcOB+68g7z8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMEEnvelopedWriter.class" - }, - { - "key": "SHA-256-Digest", - "value": "baCieslkTSxweAgsVF2ewWzLpDkzkKJGLZSuE1ppC1c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/SubjectPublicKeyInfoChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "jsK1jxgKCNMmRcCQr8FPV6uXUN3zy82PTbmrg4fuYYI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JceUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "C0mn0Ol5OGkgr1XSQbKd2Epy2V7y4b8mxZC78SEMjJg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSContentEncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "np6lBKbe9WO3NBSNU4G42UNeKaSWxf130fV/oLa1SnA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JcaEncryptedValueBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "wHWZn+5lGJTbhVNkkHUqSbzBkUdRMTw2Pe+Za9VYuok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSProcessableInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "WvbXpxlRw7yJvH3b0BMFiGEDtpIeXRkLZfJ9aUq12Z8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/DefaultESTClientSourceProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "j94MxoJpMqYVIJehGjOpOH6S3Wt7Ha5JlMcYlRQufRs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "3WQ/TX2stYISLDPs8axrQ3w75GFJ2lpMbMXSaTiQ5/k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509CertificateConverter$ExCertificateParsingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "uXykiQTZuaVm/D7YV0yK9zcRBl2eHUhjN2iyijGq1jA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/JcaEACSignerBuilder$SignatureOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "dm+E2+hirc9+1YHNb5i7GkvSmpTABW/6zwH5Juo+J08=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/DefaultJcaJceExtHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "isp9CKGRMJx5cwsFna9ZyQaFVVXznsyUABnIApbYg2I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "1abjoEkaH9veHr/Hs9t2JZBlbNq9D4+c7TdTyQ2CtIg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/DefaultSignedAttributeTableGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "OwIeK2/YqCqovEhhX1LiWmwjLPEeKkvZjhpGXV1uiuI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8DecryptorProviderBuilder$1$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "TCq32UllEaS8ncMiaBTuXHYrSjF6rHPcDb2Vygh9GTg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/bc/BcX509ExtensionUtils$SHA1DigestCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "EsgwO9TDoAovJylIVkx/+99zmMt23UOEWq0kbLnkm70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "DgyUE4O6vcg1vSvmr5LGoAvl0pSZwXwoKjVzIG/4fs4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedDataStreamGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "r4Dy2EtermmOfE9EmyKnGibaGgtQeOueOFSTfIUKhKE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcPasswordEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "QxRyc6dRg1f54Cwq8VKPV1+B2VgiqEGtEY+hZxlqmD8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCSPBEOutputEncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "H5p//4HWz0FAYA7Ay87jtRa2qmkD40JZcLKmAg0ToEk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "cPA5Fs//KXQw4WVDadlxu+bn1pvj1xWcvWayHtuOGW4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateRequestMessageBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "nPLGk0r5eijUDE6n2U34GnTJXvmtuenaJEg0jQTqbDQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "tCAaC0794gz42eLOMLqlBcZiu2g0ZfyH9dj1XdTjVNw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS10CertificationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "cBe9WtXqd0+hWxoAFg28ZI/r/kEZbqkXMjGXBL2Os3Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/bc/BcPEMDecryptorProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "kcIwlFhRO2Q3q3hY1E051TCoyj2GKCplRRdCs9r7/DY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaDigestCalculatorProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "af5X7ruBGMyIg13+oMPvB6PcdcB1lyYco4dCaHFfdnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/operator/ECDSAEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "EfPjgRseCvZ1KIj7sCK+SmrZ3iGrLYclRfO+hdfPhyY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMimeParserContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "hTKq3PKC0CWkPq5I4LfH00LbW6FKjSsDsZ0J7/wtA08=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SignerInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "G3ZScjQJZ1u16WprL8UDaY6UD19NT23jASA2DzDoHAw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/ErrorBundle.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q/nzwzv5cEzTsHLhg31fUyfWHCbVHqX01r5rfTOG5lE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/ZlibExpanderProvider$LimitedInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "oxMCH8auVoJo1YgRnkRAIpT/eVicAaQYwGV86NHnt60=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSignerInfoVerifierBuilder$NamedHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "H3LxXNW/ZfNpnOkWjnnrMZW3yb5t8fl6kUeRGZgHTKA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "uVQocI3Rz8cfwRh6jP7QVjXAhquFav+pJZI4pfPxqlQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/encoding/Base64InputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "pxU0aMJ6lCrmQGTcWcU+Ca211nlpVNwjmRyKmzCe6lY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/AttributeCertificateIssuer.class" - }, - { - "key": "SHA-256-Digest", - "value": "bL2SDKKaKiFgubL2c4Eoc75rsdoCFMIMM9yuUV2o3C8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMimeUtils$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ny67LZezg/3VzMOLG+Ccw49AxgOGojd+SxRGUYEyO5s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcRSAKeyTransRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "9Vk9826E2YNq2LyqqaoCdPRzTpdGKbMxppSu5+DzyyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/AsymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "p4DdoVfpcfB1D5vw9QOW/qCLMh6i68XWGuzU+HG4x7c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignerDigestMismatchException.class" - }, - { - "key": "SHA-256-Digest", - "value": "2YG8iy+sOwhAgXJbdEeE/DcJRmKUHyVSXPynRJK2KJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignatureEncryptionAlgorithmFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "2DPCgz2CmC7sfvejZi5FbjVTAOYL/jjuv2gmkTdEdNo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "gNl2i3VdU0kLlLipIRPUgEjjUV/9Uq8d519YLOAl+Hw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/SignatureAlgorithmIdentifierFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "iRRfV7oVQ7ZORka2frCwc+WCSisoSMwa6N8vtehRNws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$PublicKeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Okctlmk/Ny/U4acPuhFclaad/HePBtbDVTwJDQQz8c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS10CertificationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "9MNoL/R71xVQr0euWbKnSEHohNBryCZ2HhTNtmKMc5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/CertPathValidation.class" - }, - { - "key": "SHA-256-Digest", - "value": "fEiep48ZEDIALSvC0NucA1Yc24aB4t2XaEEojuc9VdM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/BufferingContentSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "s4BsCnpgRcr/7XM303eE7mMgoBgEQhA6Ft+rWS3SCmw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/SubjectPublicKeyInfoChecker$Cache.class" - }, - { - "key": "SHA-256-Digest", - "value": "grWqy3uHxrEEmpYtwQoPqhMMQD+aCJOoChCuCKpDvBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/jcajce/JcaX509CertSelectorConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "6skanK+7yoNvsooRI9ftzFphz7wSXOIutzA1aSGzi7s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedHelper$CMSDigestAuthenticatedSecureReadable$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "7i1v8sTY1/h768ma8or5qpNc1/NYDwP3eIRpaC44rxs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/MacCaptureStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "fCKl6Mz0ac8DOGr57Sfpms6UW7jyFgb46/S9wDI8UAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "A9aK3zqRocGCG5RwZ+SoPI2dgd7VpXZTNIr99lC0Gmw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "wL+C0PBj96Eg7R8zqwch2bw+OCpm1NGccZgTLSB/9OY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTSourceConnectionListener.class" - }, - { - "key": "SHA-256-Digest", - "value": "qrqY4uV1E2uBNCjwI0w7hlmxP6ziOD15f6C4fcg6sVs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSConstructionException.class" - }, - { - "key": "SHA-256-Digest", - "value": "CDVKXYu5jaYNo8vZMpvDxeLPE7pkc84n8UmaUdcqN48=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSRequestData.class" - }, - { - "key": "SHA-256-Digest", - "value": "0eu5MDXYiSEDnvjZ0I4j6Wj5+zFtYuwvDQxi2O0huMY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSEvidenceRecordGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "3umMqIXpeNMTHKQgZnv7exJZaOM3yjeEay0vvQtOHB8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaDigestCalculatorProviderBuilder$DigestOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "voGMV+goxuY2IBa378wt2ANtPjo3xPA3rMMl5Lrgo9U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSPublicVerificationKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "53RZ9J3EBOlUubb7YT0P+f9Y35sZpSfUSFp0vHTZ19Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcePasswordEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "lHvbu0O+t13ffc3qFjbb19qtA15PIYAeCQc+Y0LWa2w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/MacAlgorithmIdentifierFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "idFTfRE1bI+evDojPT7y0bMuO7SHbqvFWjSXOUQDVLE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeWriter.class" - }, - { - "key": "SHA-256-Digest", - "value": "nRp8M3lgGfaMOQbcS8VHZ8k9/vgJSTbhEJ1qHiUuWP8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/DefaultESTClient$PrintingOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "9K5ZTJ/OJeu+r8m4lmkkLQY0Cv9l+lexM+YivNSEkyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/VSDRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "WMCdK5myHDAJdH0UtqDZn+K9jUmVI4NfKHZ+t0t32Pw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/jcajce/JcaSelectorConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "MZ3G9HqaSKeJpfShftcuIkMxycWDbVj1PYVOMZQkDII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSRootNodeCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "5T+O5Kw3wsULASZhIjXgdbqrow4HJ5p0CKS5Ycdblbw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMException.class" - }, - { - "key": "SHA-256-Digest", - "value": "IbVFJ1VCJIXy+qsxnOi12h5TyhmXfJu5i5+sTPNu/Nc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/RevocationUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "WzWCLp81U3Lq6RxEbb8OstXmyTlHkYhao5mlJ+B7zyc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/TextBundle.class" - }, - { - "key": "SHA-256-Digest", - "value": "2Qo7JsUKnN9A8XWGHo31YWZmvMQbJ79WCEccHPEWAvM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/ZlibExpanderProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "hsxP5ZcFWyjBHZwzYzqfxf6CWqe2RxMjoj6sG6X6jpw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/EnvelopedDataHelper$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "c/aV57hCog1QyjRrfDtQQ0dfFhLagvZ2y90i1Q7omHs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/EACSignatureVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "sC8iDgLVq882Pt89IAgDXNQs+VVKuFY1BPs5RdvP++0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/AsymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "l1oBHse0BO/ww7lGc8qJuFv1JK8Jk/Z5b49o17nQ1J4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/cms/CMSTimeStampedDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "FyK0NIQ/4Enm5iIwvAehu5vQxcTqmChzjlGjsqzAa40=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/HttpAuth.class" - }, - { - "key": "SHA-256-Digest", - "value": "3fUOBthJi0r5phuyb8tTEyhnu1pmzf4hYX+3X1IPsKM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/BinaryTreeRootCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rh15GXnaM9XUe+uHnt4kHrtAewiHLtqgkFJAwiWfLU0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "v3nPuZhlaEi//vlr45mbr4ZCIYFm2ZdXii0inPAb6ZI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSCompressedDataStreamGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "nDAUmNsevI4NUb19OgJnrRwtfD0+x6KCBVCCJ6lKZaE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDSAContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "RWG3fP8R5oq6ohDDv7oiGgMOQHzp54zfUnLQ0lW9KUE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntrySelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "bkugMjy/B1BR+ehX/ZtxdWRxpB8pxx20sMW6n+EZGXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/jcajce/EACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "9ofDwlYPM6e00WET9jz/ekmRHQZny5CJF2ddyrtczUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcECContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "62OByuqXyJB9pLJK6kAk85ANbjYOOZQXYFkJs4hp0Jg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JceAsymmetricValueDecryptorGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "f9B9JOr5fI2B7UK9E6IUDR1qEhmRLAA/JoySqn7rrUs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/Req.class" - }, - { - "key": "SHA-256-Digest", - "value": "n3EyLzdZK/F5uq2/aBW4I8ys1OweO5LJ33ZGn+jkGRo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceETSIDataEncryptor$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "nZvd0loZE4sEUr49ATlwatioG1+LM4OvFDn25RmFhWc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSContentVerifierProvider$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cd+GrLuFzgm8nc5rAqSqPI8356cKeEG4mDa7bH4aBx4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/CTEChunkedInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "SBjVLMw196wiJd/pX9BJbcfsibhqPvmPziuaxn7QrkM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "+KWJfqA69aVFmxy3BLYYiho5RBXNmfo7phlYN48YRzg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransRecipientInfoGenerator$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "9zPmNzTFfPKPvrLPyHg5qZZ7atKlWWXUlcZcH9T33IA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JsseHostnameAuthorizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "cDaFRauHPZRvlvFKJi0xO3ZluM7V1/Pv+5LzMu29kic=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampTokenGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "V3uxoKjx3k89035b2XbyEf2KTRKd2okKYF3hIK17IuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "8SZaoGmlPApb0RTlbOD+p8g9PXQCv77QlMsULr6IZZk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/PKIXCRLUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "j7vMXuPXs0uIhagnMhCPygPS8ccfpJ6dUwQrdFYU2lE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/Recipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "7gRXcIWNaOTiRtg2zeO8kDugwvMNctK9kcJF/toIn9g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMKeyPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "dfKfS1axhT4yYlkDMJeuLNhWeu+bQoBjDUQoUSfU28s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "+wtPLNpLSY5xqD0qf/aEy2JX7LdyV2u54qO01IWGGuA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/RecipientOperator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZkdtBaOkqw2B4m0cnVqj9e+Yq4RD5EjBgwfKTUj5N58=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/InputExpanderProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "OnqTO20zO6q7oZq95a/hH/m26jsE9rUMHRRwOqh5oCY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JceCRMFEncryptorBuilder$CRMFOutputEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZA1yv8Tsg5bCRMWj/0eJN/uEir0A4Qz6/qYCFOhYHfA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/ContentVerifierProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "A3GHa4nJQqC14rqFpmVIHp7MORXQoxQelkuGH6hrOgs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$AdjustedXof.class" - }, - { - "key": "SHA-256-Digest", - "value": "XmVMgwoW2L/YGjdMjWSA3cMCKfx3och8YPKHp1Oj0Vs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/EnvelopedDataHelper$JCECallback.class" - }, - { - "key": "SHA-256-Digest", - "value": "LVil+I9QBvevOdroqb3pNnSso8/kw+SxsVuPy8o46xA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCSPBEInputDecryptorProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "MEaLXQtKFUgdEh5trLfc9/lx5Q/9W1JeT5pT93/fH8c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/CertificateID.class" - }, - { - "key": "SHA-256-Digest", - "value": "WXhqFwtwVMa3LaSFVVhnwyS9QaGIHzL22Y48dz+DTRA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/PasswordRecipient$PRF.class" - }, - { - "key": "SHA-256-Digest", - "value": "jr3uU0B7POtgZew9jwWtP22U4ey1tjDiXlWmgiMCU04=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSValidityPeriod$Unit.class" - }, - { - "key": "SHA-256-Digest", - "value": "ub1ExPKCesuQEp7HcSmEUd9ZbGZNxbdvaB/v04lvJjw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/cms/CMSTimeStampedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "X4et3DAG8ufnXZzsyYq5WGddwQxXg3atRggfK+K3UJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/MSOutlookKeyIdCalculator$GeneralDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yu5D2P+11WuavjvajrptzCjmdhs9qtnbgGUf20up+T4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$X509AttributeCertificateParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "iDwZ8uKwwdi0AjoyJbNYORfCnAyVlfqCHojXHnzBJCM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/X509CertificateFormatter.class" - }, - { - "key": "SHA-256-Digest", - "value": "LYLNi69jtEyhurfFuV2leDh3+vlC/+a5pqIP5Vfw+jg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/JcaPKIXIdentity.class" - }, - { - "key": "SHA-256-Digest", - "value": "XgIClRlgUpK9soHUgHznnDmVV2CPuUTOwSTLvAKHMBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthEnvelopedData$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "fV1RdOQKs2V/bHfxoZC8TYA3TpkaVU89APm/5Qgi9E0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/CMSUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "MB1WyHzlwfwb5Cz/1HAszEzi3aZObZ0d2zuTzW6fNQ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSCompressedDataStreamGenerator$CmsCompressedOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "QQjg2usULSoBwctHj4wuKZM8/XyGcZVHZMFXI3cHUx8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/OriginatorId.class" - }, - { - "key": "SHA-256-Digest", - "value": "9cez+H/9DQC3PjoBK6VWOb2uW9NrI8Wt1v0qsr1PDek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/X509AttributeCertificateHolderSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "IxZwsWe9K8sHbYTgffmGRRTzmR3MvWGWLGtDrd7HE8A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcaPKCS10CertificationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "v+MDDy3sSuqZI3dQqk7/JNXwLFDg19AD8TJq6y7YQ/g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/KeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "mZI2bPc3fIU80yTocQ0IjigpiysDcHvIuj9yZy4qYzY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/CertPathValidationException.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ab3GkwVeefBwlbyuqUANO2qcfySMnVampEgHUrPioWw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/RecipientInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "IMS0vC4PudPv0eGweu9sD537PbQS01w5KrrKIsjRb1o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcSymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "qq1A60gffIkSwAzXuSa0pBa1mnQiIjRbmSiJAPJo6SA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeRecipientId.class" - }, - { - "key": "SHA-256-Digest", - "value": "1nxa3ng/xdT6NYm/ZjLQDJwn6q/ebOMtGAPcMMArbVI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/JcaEACSignerBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "PRcAonfBJjFKzv0xMlebGr928swgNiz3C5p4z3sSWVA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DigestCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "+RXKTmQ3kIkg6SIQF1zgT3SZVFMTXsy7IZncozensu4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12PBEInputDecryptorProviderBuilder$1$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qvLM3AczgNGRuI5U7dDABK+9sOH1Rvw0AvVRcNUtlCc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/EACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "AFj1Y8yNb2B4dQijUxcTsqRFxExwiFnVQhAhWGQk70Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS12SafeBagBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "R52tjXxirMKeh9rxt5I05+2Eg+nqf3GV3Q4eHsgY6PE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/jcajce/JcaCertificateID.class" - }, - { - "key": "SHA-256-Digest", - "value": "dToXhSsR9/O7PDru3C+RRBxVIA14F3tAzSjlrgJhYL4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSCompressedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "htk9yYP230I3M9SB9somkDMRs8KFsrVoQDeRt0b32UI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSignerId.class" - }, - { - "key": "SHA-256-Digest", - "value": "l5BZBwGbzb1qMlgBEsw2fRnX+Uwr06VnjVKiKwn4kss=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMimeParserListener.class" - }, - { - "key": "SHA-256-Digest", - "value": "fqj8k15u4iTbNX6cPDssHC19++Z7+NAhhJS35JYFgv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CRMFRuntimeException.class" - }, - { - "key": "SHA-256-Digest", - "value": "wExTRPvCOenLqMO3EFQUFCxmYk7et1hnPixty8lUhgo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSArchiveTimeStampGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "MUYhQZug1Y1iRupAHxX2Y+lHDetGUVrM8iVav4G0K/s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSImplicitCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "k6W0OEIJp42nogj60aZmVKKl9e0++p4kPkWxJxXEhEg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/IndexedHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "273z1hac3wGZbxhErp3Jjt7GtT/5nqkzjDFHxIhUF84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCSPBEInputDecryptorProviderBuilder$1$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "y22wS6wFN51tieh+SYSQPKx/OaFdS4kr1DgCnFmkd8w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/ProviderJcaJceExtHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Bms3IYHN8h2uEB6LM+dWMp3++jFm33Z744Ixd42yT4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/ClassUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "8TNH0RXEZ2C2cqXsD5fl9skd0kykisaW0CaJujZfEIE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/RevokedStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Y6ekKpdoLztLqK35f0pzCEYlJus8lHg1EHQqZY/xD8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcaPKCS8EncryptedPrivateKeyInfoBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "LcVhSOyiGJwvhia0uq7iogykZF9UJDD8IBB6TG2j3sM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceAsymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "fKRPhiPnyJw32qAbKAZujEPOPlbanbdn3zCDQEiXyVY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/CMPException.class" - }, - { - "key": "SHA-256-Digest", - "value": "zb9nWDS+NcwmhqYi8+dGIpuj9P0iSR+cL/Rc1lTjndc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/jcajce/JcaBasicOCSPRespBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "MWJ9TUl8jsfg7d3BQiu3Nt2ayic04A6BVlATlZwMJxM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SignerInformationStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "ajsc/9ul1JSLCqzlWANoliaNjAP+J+P96hMp4j9fxTo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampToken.class" - }, - { - "key": "SHA-256-Digest", - "value": "bhJ1n8RX10IUCmawzh3yduOMtk2LDVcE3x3UByD6JGc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEKRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZFiAeiyfgNMEhtwN0KFMu42+jxcmBKy3rRMhMOxjb9Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcaPEMWriter.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nf670wHxuPTo4Uws/GhWZNb+6SQVtApy8aPXY4cZ+vY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/PasswordRecipientId.class" - }, - { - "key": "SHA-256-Digest", - "value": "xTEtC5Wa//hlsP7Erp2f+8qhnKTBw257F8jO3AKDvZU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "UtlrIcQ44enhwL5r1mVk82o5TQDH3zUHeWoi0O7uBVA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "qlO8P700rbhnGJdyKaO/OQ4WIYHcn3Pn7bfF3yfaul4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/CRLNotFoundException.class" - }, - { - "key": "SHA-256-Digest", - "value": "Uym6iJhI6307FpSnFyLFrX0OMbTKmt+MbuNAxV7TFUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "1dJgbD43VItThkQLTjXoulCtVvi+x43fbaJnmKUzb+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcContentVerifierProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "CY4nIEFVnfn3XXdVI9M29vDTP00WqiOGgPUBMj35kV8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampTokenGenerator$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "KLbuJmasX79FW3q2mnZJIwOGysVzrDMzp50RddVqbQo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/LimitedSource.class" - }, - { - "key": "SHA-256-Digest", - "value": "nVqf8zoJXGjHhLv1mAppQNWjjImIFBewU6Hg9Q66rU0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$21.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZvnmkGVsvA+F5DjWm4CW+Jh8ulQLp2pkdb47uvFJKMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/CertPathValidationContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "h9EpuhbbE4fcLkWR8kCUZ9fzfM0DXKBZlnu6AMuvk48=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTClientSourceProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "cSLxN2mZ+MIz6vDCGYS1ljcvaS49FyyjyM819IJY4mE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/bc/BcPEMDecryptorProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "0M/WO6RMuqgRBFFJB3LudL6JPYikVruCuJALdaEC6eo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/CRLValidation$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "JMskzKSg03nBub6SpUhym+LXKYnlClX4FDqPMZzSmhE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcEdDSAContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Il7BpuLeu9qeZyfeYcjmqoN15tT5bILbpb5y2j78JU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/ContentSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "23YTdHmjRq5/dwgHJPayiBfAW3s2eL7tYwV0F9ZStSg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransAuthEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "29dvuHcsfkU3MEL0j/ZrfbkQpY4Y/amPgR3nLemaYu0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/PKCS7ProcessableObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "ifLhfxPtd8JFMfskMye57KBRdwAKGPYL7oY8Bu9zODE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/jcajce/JcaPublicKeyConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "7j7h2NlwHrvxDa0M2kBenrFeIBFY6KbBOqq7oVfsc10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcCMSContentEncryptorBuilder$CMSOutputEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pt5rmNATBoscY7pmbclprBcwwP7TSeiauRfJE1HPGhI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcAsymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "sPK+mPQNGkKr4ET0BCDaR84+oS9qgzD7TCrh8FKk/h0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEKRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "WX1OybZPOpnaza0NcKxn6dRfdiBUbdqVXknXcsFEwWM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceInputDecryptorProviderBuilder$1$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "kMQnDb/xTBgsTzWo7Q4TcTHacOmu2Ymj3Q2YTun7TMU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMEEnvelopedWriter$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "93WXt9O8nYYEsH/+3GgAjAgVN1IGre8WBoChMzcdT4s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCS12MacCalculatorBuilderProvider$1$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "XpTDJ7f+kzkGQ3BLBGsCYXAmI7vRjYhCldtPWajsC0w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoVerifierBuilder$ProviderHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "rK6fQnaP6xWtOKYKqbEDRWkoBvbPJVBrzI9pGppM+FM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentVerifierProviderBuilder$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ytwMvRimNhodFHiKWZU/GHwvDDrlzNiTXTPge4YWlII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeParserListener.class" - }, - { - "key": "SHA-256-Digest", - "value": "aiEf6NkEgptXFpI/FpiKu5knBwwHC2sBYgfxQz2GbeE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedDataStreamGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "bRzEllTmhlE8+8TsxdTBvUPnvRcR7VUgC8mTtuyrdi4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/bc/BcFixedLengthMGF1Padder.class" - }, - { - "key": "SHA-256-Digest", - "value": "wXHnS9amDqmoT5ZkAEtqxfe66aJE+2DsTn7VKAMu9Ng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSCachingData$CacheIndex.class" - }, - { - "key": "SHA-256-Digest", - "value": "0s0LS7TpCprJYk71TCSy0uOrJxKHyPLI8UVPAgTyP4E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaJceExtHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "I6jiu/a9VkEWRQIlaRfBHLEdywHqVBXrARymCg5Mo08=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$EncryptedPrivateKeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "v4d8BF0H0zUn5hAnCqPkbpjnc4PQVSveZblQJyMMOGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/CertificatePoliciesValidationBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "7sJJkvY0tMnI2jk9AjdYeG7rvheO+Z8og2JGebXP1v0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEMRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "dZ9N1mCmksj0e95RRiqLYene8oHJlmq8xdLxPg4cQ4o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCSUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "z79bO5hU7XGzb12U8PadPX/Y49cnbCNVSmSe54rbZ1w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JcaCertificateRequestMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "HtNfZ8GfEklzoJYA2n7+fDjx+hki14m0gEFU0s59Qzo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DigestCalculatorProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "1KUIawsJ02Fv92ng7Xl7GEf2yPAppoTRS4l0kBO4LVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcePasswordRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "MRjDAqUt+NSMKaPO89830SVxWLTMbGXo2LfUOzWlMy0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/InputAEADDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "fryPop664ygfpIgjle0UiOIipVC/WIknqUn383EIzeo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS12PfxPdu.class" - }, - { - "key": "SHA-256-Digest", - "value": "zFFrdDjHa876d0l9tC6y4atWFsOW7RRC/X3rummiUHU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "y8JRzgird98inUaLA5tTTuTwl3cc90BTW0nGg7xpza4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoGeneratorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "TV8kV702wGceAbA28Dni4+UZG+HEcONFBNK7/H7Frew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSIKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "CUebZRanYkjDeCvujcbbZiMnspMA0sZXlGl+e5QUbzM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateRepMessageBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "PAO/ppYfO7LFIUPybNkOFAx875VxoM5+Z/vHOIOh5mg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/RFC3280CertPathUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "R49uGWfmBcIhry9iK/lgKpu/1X7dPO2777HguwLWyBc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcContentSignerBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZEv4N7M2xQLaHOfqEaHBGvMmotxDUJX6rH/rn3I1tsE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/SubjectPublicKeyInfoChecker$Properties$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "i+uFUbI0PTrp+cSrFi0gDUoyiB8RdX4w6/NFUG1swpI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTClient.class" - }, - { - "key": "SHA-256-Digest", - "value": "6ifIch9z9pIwGUn0Vt3FjMss7HTXNXvN5SsoD//DkbE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMimeMultipartContext$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "c7HfR4LoNOqXTsOF/Q4bDe/w3w5fnhEw5MVdXDWjw70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "UleHMBU0RKvfJkzcuIABkkFJvapbOygCc/B3jorJYYA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/OutputAEADEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "ikOTlJca84Ic4D9uHs/thTBhvgdbF8Om0uQ6nViDJ98=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "wHc+G/u5f+z2AVD3b+jWIGSJHA8sDdFbRf/DGbeQ01k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/CertPathValidationResultBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "CJZrm8YKvQEkOInG1S4DQRPjEIdhtbnhhxS0D9v7qlM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "oALDxVlqPiJuiyvZIzm8wDEgtMBwCom87HRhmKhze2M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyTransRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "WjO8iaUOyhFTu58ymJZvaOPBYPuoxKqDyLde0vnuyqY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "QPsj4G80EykfoJQQsQaUMWuAZrDQRezoeFQ9H/Yi9K8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceETSIDataEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "h2QeVKGMpkQYsUhoJFsGqu+q8R+vab7k7sknd4GB7Mo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSKEMKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "03Y6HJi33koEYib9qE0GsguCRvRdemqbAM3OQgMMqmY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSISignedDataBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "CLBTwqxgAlFfDX1GaJmCbJnTSD8C9uqd6oUaupk0DoM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8DecryptorProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "EfnRm1sjs7zcjHj4qFyk6I9BhsCsdxTKHKiRrzZSHvA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/SubjectPublicKeyInfoChecker$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "VPdAie96yRczOpc+nQ8JYLeT5jQSUX9vtVZ2Lf1YSJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCSException.class" - }, - { - "key": "SHA-256-Digest", - "value": "SNj1JHte2ZC7qQL8qKBJFCsF0f+Ur5dUhmGAXvy9Lm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceKTSKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "CWJNzL2e1KrxKO5xP6DRTASg0eArSf6Q1a1yQamapIk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DefaultSecretKeySizeProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "x1dDLsra0thvvojIhYUfbuPz7Qwld/Ux723vaSOj5QM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/CRMFHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "6FBdn3HX/NAtIYgYL53K2wbyjinA1kPFRT9f1RqBkjk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransRecipientId.class" - }, - { - "key": "SHA-256-Digest", - "value": "0FzbuMnpMLs13pn6OJXQu+hqG1RPNiY90JXvcaQ3/38=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$RSAPublicKeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "fzHrKZBKAZ7+gAY24KaWZ3uThNu/P/+DdVj5FMzbDN8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSException.class" - }, - { - "key": "SHA-256-Digest", - "value": "4iXMnAlgfVOzkAO/1+PuyOOvV0g0RwZZ8kR/8AirfSE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcAESSymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "dzwKJmuX6+DHwDdfCx7zbYT2r3wZzs2pMnICEbARW84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/bc/BcX509v3CertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "fZWBCCa5KKWoFp5nCGEs0e/gP1u1/dAxczcW1DFf4Fs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcePEMDecryptorProviderBuilder$1$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "lzEE+EJ/WiAfj43SD+hfAmhPOqpQEpE82E9EzxnUXvk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/EnvelopedDataHelper$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "hJ6Yy4DlweHL1nZ+a7QXTkNgaEt1EdosDwuIGTfaAdo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceETSIKeyWrapper$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LoiWkula0J8IEy00VFPH9wTLp7F5/q7MBQhtljN5wfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509ExtensionUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ndPenClvGQ7C/9s99giEnPuHs1v981RtvKnx8vdBCs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoGeneratorBuilder$NamedHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "Swsj8IGLZLIcOUkLmiXW4oaxM4DOFl4FdBU3HqAxYeo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/SSLSocketFactoryCreator.class" - }, - { - "key": "SHA-256-Digest", - "value": "laC8hzX7gpzNm/PXqOQv6WT5lG4WmHtPSsQpbZeYyJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mozilla/SignedPublicKeyAndChallenge.class" - }, - { - "key": "SHA-256-Digest", - "value": "skf3R4D7gfPz+z2MLREzJybs3kYmWCvZasfv8xOuljg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/OperatorStreamException.class" - }, - { - "key": "SHA-256-Digest", - "value": "UAzaNy59pwYdPxPTuusDwgVjvoZGnpu07jDxhXr2vyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/Control.class" - }, - { - "key": "SHA-256-Digest", - "value": "6hrC1avW89AfgDpBxXnGs4/5ZAmDL/tx265nU4xyq+0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/CertUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "IAxy7A2qOmYV23fUDSSwU19kL7AUk6N9fB+WBEZCnno=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCS12MacCalculatorBuilderProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "DIXbYFfCefyC48LJxPRM5xtqB8lgpc2UsrfFDCKDe+o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDigestProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "/upyTocKFoWTtOs33AYWIP1aOpQ4KF5J/+8Fx3fJDpo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/RecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "PucK9V4qKOGOFEQfl66eOMT8fHfdk1Qz8wIA5fnHpvs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentSignerBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "j17j3Y4sbOFHx4nI7rqO54YbeanWyWCBCSd7m5wiwHg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTAuth.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nlnz82q2kfQHH/2n9bx2H02oZRECTXNZRNG4s4CV5o0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcECContentSignerBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "PuQieT401rm4lNwj2Nk07QpuLhHDxo5JChiUuGxNsjA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcContentSignerBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HjUzXuvHTdpfIhaRo5l+nn1QbBkAj9uwe8mjSDxQalw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/filter/SQLFilter.class" - }, - { - "key": "SHA-256-Digest", - "value": "2vrcFl7k1HvBPWRIrbcqF1ev/NDVVdx1rJ5q9qNlIYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCS12MacCalculatorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "yHAlJ3ncEutqp7Y+Y8kXkhYPmAVhWwGb7fwlVkra3SE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/PKMACValuesCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "TTuBUSvuYKnTQnJi0ZgZb4U6zm/S68nyqCXCi32uJBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS12PfxPduBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "39N/9V01pvM3mld8aTKQIuK0Kl3wdCpV2uZp9BMaZZw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoVerifierBuilder$Helper.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xes+Y3UWkUkxhciN7Z8sB3a+2SC2x+KbkRG5bhKBqfs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS12SafeBagFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "pj5+Xdoe3IUuCqygTuVZxxLkPPWO2hWRjxDgaibVUY8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/OCSPRespBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "XCEQn8UZMnoJDXS5XqU5M29Wihi7+/R9wsj0vy9XaTk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/GenericKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "LW529/63HDED8OATH6KEciLF0/QIWEliSePkKnFTcws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceSymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "5RTWc1WBKqxIj1Tlp0MEkqljPsoz4ppKYl/qa6nytJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12MacCalculatorBuilderProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "wIYcv5RKj5Hns0tt2uuIqtg10WuBG+7o37vasIuRu18=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTHijacker.class" - }, - { - "key": "SHA-256-Digest", - "value": "bB6IcOcDVy6tqKBgA//tMy1kclPfX2HmO7pC/ivA9KY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/TLSUniqueProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "2qjEwqu7YcX+nW/X2vQV1ZB6iak4qRF2UNFAUZ4GtjE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/NullOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "0dqoDoiKpmfNpiv+5TnDu9OAhMJU6F7yKO7l3NF6eS0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyTransRecipientInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "ObCrw5gno3UHyDmKavEiqvBpn6/jJdyF4VN4F+Ex2Go=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyAgreeRecipientId.class" - }, - { - "key": "SHA-256-Digest", - "value": "GyJxdinTHkF534Ns0x8YtcGOGqppq5LjqgNl27KN7xQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentSignerBuilder$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZRBqCZ3aOWBOQCNdq48kdVoJCMYqk48VRXNjJ4Khs2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/OperatorUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "0nVv9Dle1xOW1KJMliC2dc/cNnp6vQmzmXoh3XxnidM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSRuntimeException.class" - }, - { - "key": "SHA-256-Digest", - "value": "+jGBBT8UnK7IXGI7n8Eu/58M87uqee3OJA/iJSf/hUs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceAADStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "zNV0WSemYAsda8rL2YMEr0H4zCHwZaEpaS70jRswWdI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedHelper$CMSDigestAuthenticatedSecureReadable.class" - }, - { - "key": "SHA-256-Digest", - "value": "QVrbnj85HaZktZTNqJt6ZaI6qIcgLBuPrTtkpMTqMCw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/operator/ITSContentSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "GcSxHHhtszTO8kc7J5C+RWJG0rF2BNV1fCUNj8JLUcU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/jcajce/NamedEACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "0rERhmE/z91jTxjLB7EblKeczL6+2PFJjQhjDEHSjGc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/CACertsResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "VZ5Ht3NUV2vgIotKz6xX3XC3zEh2vHUbTLVcCgkUVlw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentVerifierProviderBuilder$CompositeVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "cAx1/lO9ucbzi9OEpv52QNFdzKbmDkr9W9CM+SvcCOE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "jzulNLTwTgvGLKL+B17fAw71432S3Cr31rTmF6Beqas=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/X509CertificateHolderSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "bwW87yS198JlbkGayGf8pb3OW/FIKQvIMRxgG/REzYA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSPatchKit$DLSignerInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "K0r0FRanY/Td4GRr2MqlXGyH3Kr6XHKpTUbcfGWjc7o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoVerifierBuilder$NamedHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "NZFG2FhxFHrjadzgS4LWqEHFgD6OBFGNev/5MNhyUyI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/DefaultESTHttpClientProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Lpbd/svJubvmDlS4Pz4rbRqnxE90oYRbHrNblDSw00=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedDataStreamGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "6qV2YwlenQzNaWX0YjfpiGBPYOuHSjyk2kXSKVPzIGo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509v1CertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "md3k+EULf3efgvD6b6/DcZAaZOT9SOPrb79Jabb3aOM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/SymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y4QG536/v5BEWKASNFjlDcaIrBREUfRpxGSo2rzN3tA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSContentInfoParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "Kjk3Evxr45ChgDjeQO0Y+3CKKuaeoPdwFOrZcmSfvfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/CRMFHelper$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NwIBeHqGL66UZYcDCxKDQOMInqG1v1ggS0ZYCq5TyaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaETSIDataDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "tuY4spd3YAPvBpYFPCD/bvSyZUW67l1BaFPV6d71zk8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CRMFException.class" - }, - { - "key": "SHA-256-Digest", - "value": "k5PwzXqNetpOe5NsQgNo2ASTpR3sHVfiyZeqhOAMAvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$24.class" - }, - { - "key": "SHA-256-Digest", - "value": "a+aOI6P6qmpsbhZXAk3ja7HU1WWWsEw9fg0b/sBRkgc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSIEncryptedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "z58wmRGY60pLSsB07qa96d2I+dpE9uZcV+XkG1/A4NQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "VwwofRja8lD4mcyL1kMMST4C8pv8AOLKOWn2VyE6qwA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMimeUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "z+4NIIzVmso1nAYqIlBeEvuYIioHW2r+cifjM9TSZyA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/CRLValidation.class" - }, - { - "key": "SHA-256-Digest", - "value": "2aGpVMoRGCvCiHG7rJ3+jtLLOPjR7uVSJ2NwThpvDWY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/cms/TimeStampDataUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "ck+lDUaoE4WPZUlT39Wh0H/OoTL6VHlV6Qu+PbkLfL8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/ParentCertIssuedValidation.class" - }, - { - "key": "SHA-256-Digest", - "value": "i5fzSyOm/XQhuxvRkoSwSBpp0lSuxDzC0uGeaWMEn/E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransAuthenticatedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "A5ixLEHshrG5gnAIDmLm/0QLrN48VZANRGJb/4AXwfI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSProcessable.class" - }, - { - "key": "SHA-256-Digest", - "value": "1ZvdeoFmWE5gPb44qH5oe1ubY2EdZbrwgbImCxLKQM0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoVerifierBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "am63+1cXNtMn2Qtxq+gmjCORHEdsd++JifqHkMdQr14=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DefaultMacAlgorithmIdentifierFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "AeYdpiv9nsg92eSwkKJ8a4rAtkbQNsrq+NClmr5HLnQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS8EncryptedPrivateKeyInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "9yfjmt5Y3ZdOxAreu8YoGYpFgJjEaz8nVuyPd2wtpXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509ContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "W5bH/ngG0G0hVLSWF0BDQVExRQNyx14eMHaXlOIMXcE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCSPBEInputDecryptorProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "b3YRPwtbwvrTKPvPUk/o7LiOWkG1Q03QO1uT9/VyPwU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/bc/BcX509ExtensionUtils$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y8qrHiarf1ELt3DBK4ZHCPDD8KKut3R7iGGhX0jpMo8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSDigestedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "fQ4dgW93ArC2NLiUNplp/N1JbMs4B/8Nmy9f2hjCWUk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/OutputCompressor.class" - }, - { - "key": "SHA-256-Digest", - "value": "FB4C3rQ9WKQp12sx/XveoD7dEvHgbjOoqxL+idNFTPo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/bc/BcCRMFEncryptorBuilder$CRMFOutputEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "cDvQafXNwFpbv6N5fCnO090dEYugl400zWePSq1Qpbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSPublicVerificationKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "aWvr7DgVYjAm1tXojyi/pOjLnx+0QxWWdUmI1Ur1pA0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSInputStreamData.class" - }, - { - "key": "SHA-256-Digest", - "value": "WkfjoJ9zwxFuACEX6y4e+h45CwBDNGoP3MZBxAhAU88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSIRecipientID.class" - }, - { - "key": "SHA-256-Digest", - "value": "62T3o4i5wirYh9Gwi9I/5DZm3mbUEJ1W8Ofcr7FNDps=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSignerInfoVerifierBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "lUkxHQ7ExZdKKpnpZmblIb2SvWoa4tqQZ3Kpn1RV3EM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/DeltaCertAttributeUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "vpcvaxQKvb+pSxHZOL7DEve+nwyrsBzMPTzZVsnxjoE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/MacCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "sg0Z5iGZ4TRJxuldpT1x5agx9gzhlSeXYp6UCvjRWXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSTypedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "paW+sKb1hCGjwkfTXnda8icF5C4/4jch9un7Ox2KWTU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/OCSPReqBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zcckbRfgT1ls8xCl6LmYud41m0DTXjl5uNKbm7tJ8Vs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "rNxN2n64h7iDWcRIlHlRUokRcs8Tx3yTUhWWSyvxqYY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEncryptedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "9uB/tfOGUYYD7254wk11lTT+tsIH3sc+pWE22IrwvPA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedDataStreamGenerator$CmsSignedDataOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y1HZUFTrPXnFUPkTuudS6YObn/LKqqKpY2oGgZbcJY4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$23.class" - }, - { - "key": "SHA-256-Digest", - "value": "guSfA3+o6aTQdWxo9af1kUARXhI0hq/X4NxV682r+ww=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampToken$CertID.class" - }, - { - "key": "SHA-256-Digest", - "value": "GNXyvG1ltWozN67pnV1n5pcfDyRgFgMdx+YC1dCw1GI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "0ggxQ8H4dq+qEYfWeN2VkwaYF1crtxpWGtX1Ci7JlfY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TSPIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "W+C9o+qIWzTDwIV8jRcZf5jfikvhRKOhDz7RvF0yl5Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JcaJceUtils$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "pv50XKRa1Tt9DDTbDfbm5uDf+v6TrkJLjByHCc6wU20=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0J5aioAKEBzWtv0MppxAGXYtv6tGa8A/HGW+EPmMyV4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcRSAKeyTransEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "wwrB2UWqq0ilVcpYHE04lQHKZPPtkeltsuYBEaQgAjg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/ZlibCompressor.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gvl6QfQqC8M4xPuMJ7ZhnWaL6vjT6ZiOjJiSOVE00wc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcContentVerifierProviderBuilder$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "G58zIt+FX0gc3Iq99bwpWf5I/FitnfGByzMCfJC2Ck0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12PBEInputDecryptorProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ePqsFE9sUUUnOsdVraYVnIlMOpfN7l9JcH+kA/6Jkm8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/OCSPReq.class" - }, - { - "key": "SHA-256-Digest", - "value": "d5Q+V7Tuk/T8riNb6qtWoyOJK3zq9E/UMJhrOQnrtxE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcCMSContentEncryptorBuilder$CMSAuthOutputEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "fdZp9IkiTSmVz+fADez7cfsJq/ZWBnDwEgRIhbWT3mw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "z0buk/oIunmttV3O5VyYiVFaIFBKS/H3TGr43gZqbGA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ExpUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "DlOQ2n25/MwExkrO5FQ2J3+Cgu433SScoEoUfAo282c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/PKIXPolicyNode.class" - }, - { - "key": "SHA-256-Digest", - "value": "xQ+BwFHoNTECEs7VBXeN+5Eu770HPq83AS4LfV2D4dU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSContentSigner$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "WiJGTkezw8hDSqArn3fB+pDI/fkY/lSB69MlJZZ5aMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcaPKCS8Generator.class" - }, - { - "key": "SHA-256-Digest", - "value": "wM4PL2lF6Q8enQwIgquPRoG4GK8rpmkjMubyCE7GOb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/CertificateConfirmationContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "jgZblvuyaxRgvlj5YGb+8W4pXaQx8QtlyOyiOPhFr04=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSContentSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "BiIeDgenGeMnjDGCfbEwHveQTvdaXulEtenR7zdej4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/ValidationUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "V9gdb5GEkXRABrjAC9Ifu0NSt+Ifpno3URufYuYz4RQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/VPKCRequestData.class" - }, - { - "key": "SHA-256-Digest", - "value": "DTDZqqBzsOkep/fZZwKTPPp5RHBeBR9nkpnyVhD/N6g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509AttributeCertificateHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "uRJo2ftt1UfqIHXtrWSX2aJJzxhKCpJwGGLmh6JldJA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "VUBcQuOp7RaJwnScTP8+WiJ1WfvHZfZklEgaaWh0fiQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTService$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Un251U+EcADv9iJJvI8Mf2AqSrbMquQANYFflANonZ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509CertificateConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "RvpOCPGYZ8e1GQ4i+tn/Pb7B9mFW65hrT7ZBKvsjoEA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/NamedJcaJceExtHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "IZbzKCPFWge/vtj6l/m/A3875x2cyyqMNntoRUb/ecA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JcePKMACValuesCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "grdR6EEtVn0muIH2dJWk6bo1GSwM+6EajkQmTDfHDEA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/PasswordRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "UN7xJmopXBWQZCyIoLyhUcKViEbj0SF/DiEpZM+U2o0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "cmUiogZCxBylgQaH9napuUo/cul+GG8kf36apKrKZAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "iivnb98hApGfCJMfw1EwLYTdHW3hvYg4E8fpz6bdwM8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JcaJceUtils$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "0zJIwVB7yy2iDZ1DVPoNKN50+D6OIPMe3fR80CJzReg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/encoding/Base64OutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "mO1b4ywZNL/DcdRkyBt9kGUdVUU3ABwiU8/xRqKQTPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSDataGroup.class" - }, - { - "key": "SHA-256-Digest", - "value": "hBq7jIrdN63bTP1fBw+JSQ3+voQyqG3bB+sCd+xCYjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/CertRuntimeException.class" - }, - { - "key": "SHA-256-Digest", - "value": "g/7hWm8qY9gpTtYWQQumE0GgY8IJ8py6nyXxIG7+X2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoGeneratorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "rWTrPI1E2s1/IosgGAuwLggBnrPmE0wsYJRYu5qx4Hs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMESignedWriter$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "9IZZxxyVsP+/ZZNBvUxxSXyGJgnF7f0UmrSTrTKXGYA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMESignedWriter$ContentOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "I4bwVeojmtzmGK6zt2WkwUkhQRJdB0f/EBznFnoSJPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceAsymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "fC+pWbyBpmqFhfYnmiT4931BM4l/zvNgRtnnstNAfMg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/CMPRuntimeException.class" - }, - { - "key": "SHA-256-Digest", - "value": "9oSX7K6Vqay62ya/Aa/JyeedGdYr9JaDbbO8+yTkwok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePBMac1CalculatorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Td4SZlbyAo4JqsfZNS4YTzNu9NX8fk+jBdD3+QXOF+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z5jxHYTyy/M15JpBOSEyUUDGCYqgJMTCPoXql38Vpc0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/InputExpander.class" - }, - { - "key": "SHA-256-Digest", - "value": "QgCdgQAuZKzty2ytunqP8PZ3r5IGPpUzausBBcJCybg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTResponse$PrintingInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "VDiutRiyaWyzXinmzchXjSSPKtYDLyPcSo3GleLFC0A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTService$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "zQxs1/TSkVfIpP9gf8yHuj3mF8eWV5Z/8luI7TrZ8RU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/ConstantMimeContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "0XRbk36FOP5smtoDzNkETSTYC6jB9EJCEIPkrAFdscw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSCachingData.class" - }, - { - "key": "SHA-256-Digest", - "value": "nfI5Eyv8WSiWAs7vKzQwFjCEKzvjAfPyOi+H2fPcQcM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMEncryptedKeyPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "vbfOTMT2b1IwLuhYOFarpEBLeQ1vZMTbst2PSw/sQz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$DSAKeyPairParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "UM+G/K4laMR+jl2LDufd3Li7yR+xd4uFhmYQ8y7rG8o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$RSAKeyPairParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "xR8/q8sGdYo9c8NOAionx3XMarFnZiWmcOHmclGgOo8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/filter/TrustedInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "dny4uKk5nlVnbTSUMUzsDUnKGh7k00I8v0mL54MzgNo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/SortedHashList.class" - }, - { - "key": "SHA-256-Digest", - "value": "8A+6/JUM1udPSPVrk0+87BYVqCesobVy9kxUQM9pXnA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/CamelliaUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "tWmiYGQ1NvQjSFdz2E3HbLzVHX3Mdtqc7rYzDwASjI0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntryFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "PLMGpTnrcLDlfd/5FXQN1U/2R+GI9v6bNB9kC7tPSoA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX500NameUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "YpM9x7+YRJ7cBmTO69TdZbtmFsNQiudzxWa68QJilsE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509v2CRLBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "uANdqahJuZCYdWFxDgqjsjoF0Wl1P49cfKtH0QSSjcg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcCMSContentEncryptorBuilder$AADStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "cjufLvkUenVgr9MIqQlv6HXYLeKwzB2aimMxw/PqHCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/X509RevocationChecker$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "htM4rYv9b8aQ0ZDHlQv8g0ND1qU2VIaIPGEPE+RVnlI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDSAContentSignerBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "gWxbqvo9o/hKPvTTYi2clgLof0IGiREsATQfo1cRNuI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/voms/VOMSAttribute$FQAN.class" - }, - { - "key": "SHA-256-Digest", - "value": "3IalVHUwn/qJjuVI9cHkmxDSagrVWrB/iS4j2oryWLw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/PKMACValueVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "UiDGFIYcDEwXIJSJo9MCkpKfBsOxPcT+E4DKJp0Gw58=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/CertificatePoliciesValidation.class" - }, - { - "key": "SHA-256-Digest", - "value": "cTp60R9lvDzwlt3p21q+VjBVE18HoZNz+NyrgXfGEN4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSExplicitCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "NgcG5Zco3cdbKiVM9okpUmXe6dSOVpDVE1TXQkRtPos=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEMRecipientInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "pJkR0RfuMw1L2ikm6cKjuAMbOPMJ8FGhu0G5HBXArRc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeMultipartContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "5jxB+2Pp8bqvmWDRm7L9hmTg1LPEDcGnfdyW4G46jxk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/LimitedSSLSocketSource.class" - }, - { - "key": "SHA-256-Digest", - "value": "wPgeX8BYqhbLYTcnmF/rwRzspOe8Q2GQ2FwQW6eUQos=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/X509RevocationChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "PvlkQOPkOPDDSY1iVWwFGt7zfCV3QD7fLor6w2SYb5k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTResponse$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "aGOnJFE4rN5hVYleBIe4tfsZZfPR7kyCIWyl5VAK1Yo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509CRLHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zrIfBxwNdcZSQNyeAUI90Cc3J83pwzP7AOuFlbA5XLE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/RuntimeOperatorException.class" - }, - { - "key": "SHA-256-Digest", - "value": "C+dcI0X1OjscENuVNMgg0jX+eJ+svmAOBWa7FhM5lg0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JcaHttpAuthBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "S72n2BC67v4vGb+20ro5TRhl+i2h5W9F990VU3SrDCs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceITSPublicEncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "QAC8QvQKD4ZnyXIi6wnu4MzQXIQlUTVLg9k5ZJnpnG8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/OCSPReqBuilder$RequestObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "4cJ7DMVaaP9/cUd+Z6pDHIt5AohSIZOiwDGq2uGuO38=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JcaJceUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "qBq+8Q+WFBy1GrQ3gy7wEUsLSaQ2iG7vX0BMX0hoLzU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509v1CertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "G2b5EjEoQdqtblOOu357xLQI6mBca8Z6j09Ng8QMxvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/MiscPEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "fRMBeY/eifq6rTtGzxUGQdtRIGwWZanLpRTlpnYTI00=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSContentSigner$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "SdHMjJ5B37cH8PDEG9nmUl6l+MNsUGRJaHiizJaD+CU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePBMac1CalculatorProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ix0MatWTPDnv5A+kU7x/Ziz68TSj1dJAHz7UR0cKijo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampResponseGenerator$FailInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "tYM6qBxQ+8qGM+a7TTQlw8dUPdmWnJR4dNFMpDDc0qg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMEEnvelopedWriter$ContentOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "pTrc/+Sax5IsPGkpCiWzrfCJTQxuUU9pUCNSCTkjAVA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSContentEncryptorBuilder$CMSAuthOutputEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "1o2pe2O2til/OYQqTBR6hP8LdlefkztLmVLX8fnUxnQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTServiceBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "X00zLTDr+A2QwNQaCprn5Gj4YU3ymlKvLJx4GgfGt+o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "dDhnTb+FMh0w/fPHsKpFJp1CAX9LpMtIhNuwNExREx8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/bc/BcX509v1CertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "DKqLy0WDhyD1FLTMmXsqm/UR+5/Ae7eD5UW9ioj6SkI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/CanonicalOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "rRTxptoD5DflO0Y+dGRL4CxqW7YUs4Dhuf9Xo6u2mv0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "k5h+UIgMCYqbFRr8unhV1F5ZkyyR/PtN3bEGmW0ACzU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcKEKEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "kfMpuNb/KkUwir0SXEm/Z7cEv1PaZIUtN8OLJw1T9hc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEKEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y2btcS0zYcFH5VfrY3Z/PyXV8g2msnLK9HpNepLiCuk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEKEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "HqUg8SYijVZ6rwcSkYpnrZVi58f4Y2u8e2W6TwRr9KM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SimpleAttributeTableGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "0/q45Jy8Dw43OCYtMmUPfU6XdGmWoOE6myx0D4Wywb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/Headers$KV.class" - }, - { - "key": "SHA-256-Digest", - "value": "C0DOyD8fNwFIkc5QhYVyPGCSE7Qwg4HMtRGf0H1Exvs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoGeneratorBuilder$Helper.class" - }, - { - "key": "SHA-256-Digest", - "value": "8aPGwT2vWJuHX8Us5nVa+vYERSiKl0ZfTmQnvMlDn9Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransAuthenticatedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y9ukkioxCQjHCBa6EFC4kmA+jjVpxMdW8EXYyI9KgxU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/RawContentVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "hw8ywVwvKpMfowFVVG9MDAlCMh74XuYBt9Wd4yxAtPs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/CPDRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "/VOotX6nd9j65njngMiSFxCqBZlfSRMRBU+VVGtp1RE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaETSIDataDecryptor$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "N5Jv8ShXt4Bk9r/MIBwoS1Coj/xWVglupAaMESmGeKo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyAgreeRecipientInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "2ir0pbPTdLnz6S+/grn5fm65oHPwVn9bL33xoZwtrk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/TargetChain.class" - }, - { - "key": "SHA-256-Digest", - "value": "iG8JmAPZNPNa6D3ntN4sjq+nxeOXf2xsWq2jfRbHYZI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/JcaEACSignatureVerifierBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Er/MdIaLF4pDE02FvG+kXqOhr6FRfAKEkhsD4HB8+l8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/PKIXNameConstraintValidatorException.class" - }, - { - "key": "SHA-256-Digest", - "value": "h/L+xG/j1M0VwIYFCJTiWOUz0QqApRLMgvObx+YW98M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "oNnVqVmELs1IFuLmvhr7A1SLxhXmGEnK5mUkVieZ9kM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$PrivateKeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "wb7FzRaH1f99mBTzPsZEmXBuoczDDhJX2+28hB5tVC0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$20.class" - }, - { - "key": "SHA-256-Digest", - "value": "eNaE/odKUMtHSD4UA5TWZ280YtP8QsAeDFFcBNCBZrs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSEvidenceRecord.class" - }, - { - "key": "SHA-256-Digest", - "value": "ywowgriWykvqp6rRreHX8rMIBISPWYwejproCxuapgI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/InputDecryptorProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "S3wU4kaexOOd3Knqcmx8gI4ZPLk5nRhYPv7ZVxiI6n0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcRSAKeyTransEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jCtnOFO6PqjvNpB1TJHqTP6w6KFqAz1oAOGWEzHajdI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PasswordException.class" - }, - { - "key": "SHA-256-Digest", - "value": "JhT1Lr31wIo/sgnM6RkxNKSsiq0ME6c3a4/mfaQbrLc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12MacCalculatorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "in4pbluBOe5arNIgvi27c/bdlFWApQavq5CO6bM/uaw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEMRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "PHAnEkLFlGMzussfmdhY56TCJp92gwFktPL/VYQOWTs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "ey4bMqCp3LvsnUCS5M2cqAQccoZdxITbr3O4FTs+xOs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$16.class" - }, - { - "key": "SHA-256-Digest", - "value": "PiM1ow35j0w24ZnsFJ22V0OE+VRsLJrYOD77edaJgD8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/LocalizedMessage$FilteredArguments.class" - }, - { - "key": "SHA-256-Digest", - "value": "wWx5q1oxU1gO8t3kCPDSr9Jk9+zpzyWeAeI1rkjLznM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vncuI/joXNfEW2fY0lVts/QLnEn/1ZIAh0vekA3JTe0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSKEMKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "rYmrXnYLSlNsKaWwqM+wF9uKBkRzhgnpkZ+DLXvWUew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcKEKRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "u1jP0eKwqqfLiUR0k4dRpXfPxcZOVzhNdpLYlxn8Gng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/EACException.class" - }, - { - "key": "SHA-256-Digest", - "value": "ByPGpnDvdnCJcH8NhRXL63FyXmI9vuowXO4zVh0/vqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/AttributeCertificateHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Td+CZcUZI9alGvfgqtzz3bHmtrWk2t1zCkxK6ff7VE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/CertPathReviewerException.class" - }, - { - "key": "SHA-256-Digest", - "value": "OMMgmE77us72IDVT7eBFmXAdek7JrljssTJmZhKvFw0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS12MacCalculatorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "aA5UetaESQQXpzGzTb+YO6MaHSJc13wmrXA6I5n0PTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/CertPathReviewerMessages.properties" - }, - { - "key": "SHA-256-Digest", - "value": "n7uZFpWxdLPiG5FwXP70FGpwKOFC1yYvk2g5KBs3S6M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyTransRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "V9TOnEBpJ4MvhpsGr6KNUuMzU5sd7Hj1AnSAf22gGSY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/CertificateTrustBlock.class" - }, - { - "key": "SHA-256-Digest", - "value": "D6bYPn6yl6+szhMXXOn/69MYN7+OEWbadRsO8b61RSk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSContentVerifierProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "PooyAfUSc3l3y2wjE3MnCk7s+h5TD3ZMOUo2PVduuA0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cmc/CMCException.class" - }, - { - "key": "SHA-256-Digest", - "value": "H0CdZTCDCEcbXHs70SghsthuKi2emRJkdgsM0jwNd8Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANECertificateFetcher.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Jpt2EsnxoBVaRcAKiea2lHerXDXqMSr0wST20Dfjv4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDigestCalculatorProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ViZUwG7vRVAkOPowQdlnSuRBUiX9W6EZMREh0njt5Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/bc/BcX509ExtensionUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "9ZP0zYurpvfaok4PcVWWfwPw2tqRcMZGWgNg0PuMTG0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcEdDSASignerInfoVerifierBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "1xKU3GSBK/4wJmPwdggyHoqoKU39Im3OjzZ6THKGIFw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/EACCertificateHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "GzncEPzNG0jemC/GYygbfMXTjrTbsQTfxS+pK0kWeV8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSContentVerifierProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "YUDdg7vmcetNtufXgx3BKMB3HuBUT4T9SbsevO2KqM4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDigestCalculatorProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "BC/AQofg1hujGxcVWp74+NUrqIUNY9K7bN2a0/oUz0M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ArchiveTimeStampValidationException.class" - }, - { - "key": "SHA-256-Digest", - "value": "hOF+x80FNATE/Jj76OiwYksF9mjsR/fNJJQKejmD9bU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/RecipientId.class" - }, - { - "key": "SHA-256-Digest", - "value": "IKume8dBsgdzmmEJKA+UK30jjk6+1FbCfgGz/AW8YWU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/OCSPResp.class" - }, - { - "key": "SHA-256-Digest", - "value": "CqWilqemX9IreQzCudjqBUxqwvWVNBVViV0ZFp0MggY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedDataParser$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vgCik5UG4EAXKbV6MKpeXru+jsqviZ+7fn+O6PxCkbs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyTransRecipientId.class" - }, - { - "key": "SHA-256-Digest", - "value": "NyCKClHtoqJm+NA9tarKujFiG4l0wMGPgrnkKJJAru0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/SSLSocketFactoryCreatorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "IapShvCJkIlg/99C8N1/B5NoGcSoYfBQDsWFZARfuPA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SignerInfoGeneratorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "4n0skL9aSjiOCU4slCYHqSQ08dKpuxqhXRIQ2pPFwXc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSEvidenceRecordSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "26flvQ7foH5aB4HLC8qqx79HBIcrkNxbIUhBTCyrum8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/CSRAttributesResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "U5D5zdDcQeDExJ6H1MzQUqgajiTzpsxxF0uD116zca0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/CTEBase64InputStream$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NNXgN9LPn5B72fZ6UABqC8MdMFX1uwQivxdIMJkLeC4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DefaultDigestAlgorithmIdentifierFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "r9Dr4sAfD1U8qX6IaztFUo+d8OZXdbst1nVT4GfixhQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/SecretKeySizeProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "lbi8ska9QGoy+FDsM5dFxZXUNa6xobeXckHAEqDsv1w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8DecryptorProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "qAx3p1SBzR7kZ1h/cLBtVEeoX0yNjkGYWZ4lOnY5nrw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/module-info.class" - }, - { - "key": "SHA-256-Digest", - "value": "iufMbRc59kVYD7jhxnw84ffTKdueZaxcmKu9ZV6zmYg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/ProtectedPKIMessageBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "aytOrbxxGwYLAX8AR7I0hFaBA/FO8dd313LYmvIXP3U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSExplicitCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "kAV0eMN5bdSs3/CDHS9hc/Vs6dl8/Rgq5pAk1LOiuR4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "UZn4FRg9IFzbMbKs0iOoXaUUKP0ddcjZKkiTwhSy+0g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q5Bj1QVZ4yo4dBGZ8wTf1U4uCXwRPGtqIj/ToeebzTg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/jcajce/ProviderEACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "pnYN9ete/JoCdVoc9HAyzsP8zhbsvL9blrSN0wHINJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/filter/UntrustedUrlInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Wgq/UZ8ns6DlQAjFs0IWXg8cqMzLVTZVea73wc3lPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSDirectoryDataGroup.class" - }, - { - "key": "SHA-256-Digest", - "value": "lluyLMMjFWIhOuppgsO4PHrJ0cf6jXkrQ7P3i4TarEM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMimeParserProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "JisQRqIvuqxQkv2h13df8zCv2NqdZJFclokFiqUqS7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaCRLStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "wcEKrcVEiuGEhR+5+5z+78rUkW7KEjpuq+lGrkNjx7s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampResponseGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "iihyJj17zAti46XAujQRehefpBYOwkIyyykYqiHhvuU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/SubjectPublicKeyInfoChecker$Properties$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "AKyurl8Wu775mrndGtwglPU75Yy691HfzZ2YifgIdcg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/SignedDVCSMessageGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "1fUcScrS9oU3mI0hrXpB54+/dikkE42Y8Vk2khWnBcI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/operator/ETSIDataDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hps8Iz76RQ10n1o7oegJ3wDF9vNzpAUTla9vC7yDkIQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEMEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "oJdcAbTIqdOHSNDUV75249exhrmn77LgDNo1TGg2+xs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/RespData.class" - }, - { - "key": "SHA-256-Digest", - "value": "BXvoCst7lUkaNQnDHFVA+nslpsUpGLSlRZyuyN0QUIc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentVerifierProviderBuilder$RawSigVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "w9ksqYM1Zj0iq1mWfqla49XDlYh0d7eP25W3XFvy3uA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSException.class" - }, - { - "key": "SHA-256-Digest", - "value": "7YPx3eO3yLnipISfLfYHSwutureCOG3lEN2wVkvfzXs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/EnvelopedDataHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "eXxHg6q/EzDG/zDnMxmnYf2a9MPwkZDFSBbPqbET1Sc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcPasswordRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "2Gc/rkl27S99PU+SHyHMYHXUQVZSq5m806MietfGRHI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/CertPathUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "NnHfyps8bli0RPWAgvkepZUAigGlEkkTPVm9VIbOrIo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSContentEncryptorBuilder$CMSOutputEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "7l/vzkbNVFgWGYySFnQ5p01zOXIztlYu2YMACVm7YJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/operator/ITSContentVerifierProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "jtXx+p6JaNSgys1/bDjivKisfqUKKvh0dd0ektdYKok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/LocalizedException.class" - }, - { - "key": "SHA-256-Digest", - "value": "T95AHZEtHATgvHI0/5qOLsjE2gWYBxKv9DEfgiyZoHg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS12SafeBag.class" - }, - { - "key": "SHA-256-Digest", - "value": "aKGDDhw6u6f2LIkuoLAdl+UZF0gewMp7TB5Zcu7X/eI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/CrlCache.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fm5C2EK9yQZsRC74Ej7E9QC95CQBZtlgFijg2Wogy3E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/CertIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "w8rDx1FO5L4uX+8YyrQ2olfKBj39agf0bHWvpCXd3WY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509CertificateConverter$ExCertificateException.class" - }, - { - "key": "SHA-256-Digest", - "value": "LACz+VRAvl5a8BbX9QYuzC462dOX3sdj7E+8nG3jvJs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "16nhnTcFi/nY8NjwJoBeGelp0ogWcqVugWKfPHvhkXk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/CertPath.class" - }, - { - "key": "SHA-256-Digest", - "value": "vWJtX82/Ll1LF663sSSCQLOosqR/Nzwk2J9QMK+46ko=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedHelper$CMSAuthenticatedSecureReadable.class" - }, - { - "key": "SHA-256-Digest", - "value": "K0HlFM3ioLaQ1Neq7sx7EmqsNEelXBHZp9m8OUwFSck=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEKRecipientInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "IY7LasK95hVsj3M5z0ZHaqco2y77iXgUH7B446IV3xI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateReqMessages.class" - }, - { - "key": "SHA-256-Digest", - "value": "jx/7ewn5kpo3HXJZLlljLbwwQR1qtX3XJ9KMg9LMHn4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSParsingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "ohW5BvoIrvdoldv5DyhJpO6BztuKCntR/br2RFRyiyU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/PasswordRecipientInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "eUzSHOGwH4ZMzpswUsWQSgQv9IX7fdxY3GLJZLThIDA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/KeyMaterialGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "XelwNfLmJ2negeK5FgIgoFD5TBLLUWQgoX703c0sNpY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/RevocationDetailsBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "O3q8KM5m53WICgTN0+qW9F4sBWUAs+hVWyg44snPV/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSAlgorithmUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "rbA9/DLBZlyXhKWGQHrZvoJN4Z1skinUfUW79+iMKL4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/bc/PEMUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "gkwN2ZdUDeXeSTImpiuwmwa3aRIwDOT35S5IQWkA8Tg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/CMSUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "foPbWe2nLHHccwvL+UEzBKkChXfwVTd5nW1sSNmjZGs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CRMFUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "sOtUnAxvoHXOi2H3F7WQMUr30mnVx5aaS3I1tAi4NWw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEKRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "dCt2eX6W8Nk/nM0ngHicAsxEwwQW9kECtE+2RdByiJs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceKTSKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "gLdlsa6RFRjFV4t2c/c9e98N3H3+dLm/8UHt6q5x44U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedData$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "BwJQ+vvOfh2WMjFcn09ZaPSmgEE8wDoKVmShoLUwrzQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "85aIaQ8HntxvASQ3FMbgaXJjl3ociX2P/E/6o74GqUE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/operator/ETSIDataEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "bJUr0Q2dAfyh0bgMSsyBv4D01/9LvgQ5Exq164F7Ono=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8EncryptorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Xcr+agLp0qU+GjQ8icngaPjV6eY5EeUstC/lIF82XI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/GeneralPKIMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "HjAQadHBoNCk1vg3P+8rNw9KQj2QNR5EGaoisiQ/Ql0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntryStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mct+IB+V/2ouQ/wCHVlX6C3wc32fVIUq/zNMIkqwzoc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/ProviderEACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "jXUAN5U3jh8dZ/0WVPv/oizKPzt3rB9fGFHEVSjryO4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "03tVB16ATyxhf5HW0xKbDm3qMW/TYa480dZdtqQScEA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateReqMessagesBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ju1dsMtQ+omr1pbgh1vxpZXAr7WP/GtkU29QH7qSoM8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/CRMFHelper$JCECallback.class" - }, - { - "key": "SHA-256-Digest", - "value": "H+/k8ItgqEvEJ2Z72SO0U50Rjvh14Y2Y0DQkBu4sd1Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSMacCalculatorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "oQQNQivzafctXcuaA36gcr1W14NXXjgH17LWpVIPNO8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ByteArrayComparator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wvw8Z8oiT3KPss0gL09Z9AEjIqZYGSwjFSogRY0kQsw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/EnvelopedDataHelper$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "SYwVmTysPdfGnd1Egs2gR9GdEsk9Nn8Ra/HRVPvxHYE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaCertStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "TpGU/kmvbPMcEnXs2nqGC7BjU9NA9EEwn0y73sQD2fg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedDataStreamGenerator$CmsAuthenticatedDataOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sc6sekbMEkvROeT0jWgxcz+juQwUlCO95ALk+LNcPX4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcePasswordEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "lYNyDd0/5xTV3ykwxW/FzsXbU6l+b8DUXVrED0RIHpo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCSPBEOutputEncryptorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "69w4H38NSPlKwrBm3qjP9fAiNNsX5lZV5Mb2jxyCraM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/ChannelBindingProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "8h9ZXh0AYWtRGszfAmbYG+hQIY/7NNF2nZXwqkDZehI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/JcaEACSignatureVerifierBuilder$SignatureOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "HJ5jKkXf1oVplZzHsDjI+LJJSfRZGOOnrCl2Z8+cBbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/HttpUtil$Headers.class" - }, - { - "key": "SHA-256-Digest", - "value": "KtEuMAzPg7eC+6eJqhE4x2bUp17XmOiogek3pQramCQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSExplicitCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "NNM2jPWGtB+WAvupUkpI55R49ifiPZUs873rOz5RpNY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcECSignerInfoVerifierBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "TBaK63zEjzEc7SraLbeqy0ALyiFM4FAWGF6ygEhN3Ug=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZYcENxLZ2Jw9GpssNL4M+cg6+iHcmrgn6fqdn3pbnCE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "uWg6TY73W7qEcP70VZ0DsvRN97StJrVxNjZ9US/jz1k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampRequestGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "H2TAjOhIVDyXktcb1x/9SdT+xRopvQ1DTjC3MNUyIxI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/SymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "LEQOsDVqAbBBgRV9BUuBO909unfNgafRtUCh1PLXyiA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSTypedStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "/ffNI8NU3YRnbu/rqj21DeIMShAKJ11VgfXN4OYXCdg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEKRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "p6Z4uSk8VOsNzBwtX6QJbybLhkGkRbRqHKjEbvA37Bg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcePasswordAuthenticatedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "xfhUYOiOx9EEQKu7dH9oPMRSisjRxq9K+yNtBxEy/fI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "W0kiksAQqSYarTDQx3SZJlU4jhEAsKszg1cj3n2iJmI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/cms/ImprintDigestInvalidException.class" - }, - { - "key": "SHA-256-Digest", - "value": "qIB/LAQJyFWavz9jxx8vqe7GPMEw7zjOeVVW8mPND68=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaAttributeCertificateIssuer.class" - }, - { - "key": "SHA-256-Digest", - "value": "M/dM+EepDdZmEtbyoPRK1Xz+gdj8x+COasIYapDu38c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateRepMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "cGtQTsHuYTGu04QJ3CPl+9Ns2HYf52/dIffJPJM/Q6w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12PBEInputDecryptorProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "p25VuuJcF5EbzXfnzuBbebdJwOS1AydhSJdev0Mzve4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509CRLHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "jH448Wsib0aD+HP5oGguPtGaoxecT9PlemFN9apZ2cI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JsseESTServiceBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "cl2HZMs1csa15Tq0rmlItYp0rwYD0t2zzU/WT9jqc3s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCSIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "nSbiRM3TqhaKcWRFahjK7XqQQpwdXssQZTAK3SwjZH8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/ProofOfPossessionSigningKeyBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wb8DFoE1B8MPFuQ6I8cgFR9uG5wtWShNNuzsGBpbF04=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/MSOutlookKeyIdCalculator$SHA1Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "4EBI5X+h5hauj10Dk4oWkBKNrltSIxHDG5tYn+Ufa9E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEMRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "CFRX2ws94kmEY7WXd24LI9CWCqn2bNj9BLSCPqicf2U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcePasswordRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "2exXYSbpjj5cLFCBuCO8eS3nmdJRbs+7w0/dAEGz0Hc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/ProviderCertHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "SVV6zZwLu3SB17//teyP5gfop3PCPnsaYSnRpjWw3o0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509v3CertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "0fabobAmZBe1XhOTxq5bYunqCbeJv0MZx1bYQYBQQmA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/CertException.class" - }, - { - "key": "SHA-256-Digest", - "value": "mFQJXGzcOb4Kslex5+/ddrkkSlYWmGG1SNtNBf+2k2w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/CertificateConfirmationContentBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "F1GFmjIjKfS4Z/FuhNso5dBnY5T4wmvMGbIXuyyPukw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "BdBkI1+RIloFEYnxSz+iUBN2pjye3aSoHdf0qp1qLnE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMDecryptorProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "hLM3mxy6uCuNFFzDhB4+V0N1NE32pepnIt2/LMS6xGs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/EnvelopedDataHelper$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "MlwFFY8zdT+FpceYGEFq295g7oJqFHoqOTeDFXaUB9o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/X509TrustedCertificateBlock.class" - }, - { - "key": "SHA-256-Digest", - "value": "zTxUuZUJk+/hga5HMYiirPmeptqnqmX+FNxz+YsGglY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDigestCalculatorProvider$DigestOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "WkifTgr2iX6VWufAATGBeXkm+7QvOCS5QkcfIRidUo4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "LBnMOAsd9Uj2wxQorxWLeL/7CTDnN7HJemYE9AgNqUA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntryStoreBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "pXLzmTp8WraMvb4JJwt8UdeAhY6owDRZWn/lcixXJGI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/CertificateStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "MscIJyTCX+bo5GkwVxR2s7Gkq9mbEJf6Ui+QQbBhUMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSignerInfoGeneratorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "atm5X1D02U4sGVS9HDxuMpGTLNymwGCtUr1hyzyaKEw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/PKMACValueGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "YZoI11ge7lYbGwk0VfJ4WvwNnoQQ8jg63ZY+SBQxWeM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntryFetcher.class" - }, - { - "key": "SHA-256-Digest", - "value": "W9zYec3SX73n49A1lnKQZlOHZMI7fILeaJrTkynQonY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMEEnvelopedWriter$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "gGIUBiD9e/PIGISAdZFf16WKi9L1RkW4VWv7U7U6Dd0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedDataGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jiIjEYeLw+4engKiAs1Rd98Qc7Qd7ODTFjQW1CEwtKQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/ASN1PKIXNameConstraintValidator.class" - }, - { - "key": "SHA-256-Digest", - "value": "3BeRQtzqz1wo5Gmmzm7DkSX9Pny15XeFctLv9RRp8JM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/fetcher/JndiDANEFetcherFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "8rNardpwXaM7aoSjbfukGizLpsY5G7JxlDvo+iyeLZU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509v3CertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sh4oBZ/GQzHbgU/RFagYbJ6OWAgP7tRz7ZYmqqvKX50=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/bc/BcEncryptedValueBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cke1DNfPlgadS37AYUIvMMNct3SOo335EqgQTB/dAl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "aWVwvWz4nw6Y4Mt6AnZQqNgpdaZWEuYPLmib1Me7he8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEMEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "sZp5PqGQo1gXVVsg63AI1WPj3JqctbQ5J2eW5cGVzro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSPublicVerificationKey$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "0vN9gnP5jGBd6Z0GyuTrA8R9mbDZg6BFFXMfN/6/U0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JsseDefaultHostnameAuthorizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "flgvAJyVtsEm2vhHLpnKU9m0epJ/yDwYW+K5JzMDKdw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$ECCurveParamsParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "c6pzi73EiwOh215Xcb2Yo7JJRVXJokdBrkJ16udv/lU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "UAIeemcs54BPsETeg3KoCNSF3JO1tW1oPyXVL+TMeoo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthEnvelopedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "bHJAbWZ5mn5K9Cm+FuTYRDFCJK5FBm9vHubiGy0lzD0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/AuthAttributesProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "1q1itFDF69YK4NdJUR0Ox9zvbmI7lJLcCmO8t8FeZ0g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/CertPathValidatorUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "eyo3yoZ1IWq7s1l1iISna1jS2pLJ/44GM2yk+34Iri0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/bc/CRMFHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "4jpTBVuP/sz+Iy+LeDzp809znh9giqGt+F9BPRpv1aA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentSignerBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "u0uL1CgeuBtbDtC0SdYKh9c2MUjmmEJnrwsVhPan6N8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DigestAlgorithmIdentifierFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "B5Nx0PhWIwOEIJNJ1q1WfNRdq2GpJNp7NKi6o2Rm1hU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/RegTokenControl.class" - }, - { - "key": "SHA-256-Digest", - "value": "IA/A2fYKMuQ9+Xg3uxy/dCw6dOXxdsyBttOe7CIKRpc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/DefaultAuthenticatedAttributeTableGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "4NA42HnY3JmRk7s8/Yrb2KvaPiXpsMYcg8mfag6tSzQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSContentEncryptorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LtjZBGnR6ZfuCkfqZOqCn9kpPMgzcOeSaWsrRnH00SI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSTypedStream$FullReaderStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "IS1qXAumW07E84jMPpHEWEcd9PV9Gqrpbj/hDxswwiM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoGeneratorBuilder$ProviderHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "wqaLy8xqxqK7r5uoMMG519JmUNL97gs7i4wRSYxcPCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$X509TrustedCertificateParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "EB9b/uECd987wCtzZ8qxZySp1OM2BDVU8NIe2k8+BWY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/AnnotatedException.class" - }, - { - "key": "SHA-256-Digest", - "value": "mn1KulykMkf+BdTIbbHDGZu48Xj7WBnMoKpRzHJYfkY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "6AkRx70rGbHxQwKWvlEMxb3XDzR9uXVLwc82K8G6woQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthEnvelopedData$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vMf3FbJjmVJg6XDajViEZ1hbH0Wyr38udZS8rc2iYEk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12PBEOutputEncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "yzrNJm9SekX7DSTrZrkX/tDNTns5wwnfXQNrvB90AE4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSData.class" - }, - { - "key": "SHA-256-Digest", - "value": "c8jphoSuSzf4mo0b8EBSIBe4V5PJvaw5YvWabVIFN+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaDigestCalculatorProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "utzCjU5GLC+hW+bSzQHh4ondEPMqn6//SG+Ifnb1/aM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSignerInfoVerifierBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "uBPw0ih5jqS8GAbQvWbjEC8b4weaVVlCsZj1Ma2w+Zo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSValidityPeriod.class" - }, - { - "key": "SHA-256-Digest", - "value": "XLP5bYkcoKaLbyGnor0t1+afMr10UQrOL4FmwpUS/eo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/DefaultCMSSignatureAlgorithmNameGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "peeBBSTQmgP3ugaEwPXq7f4dBax0APSMvtZGYTS9Mm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcSignerOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "e21QBc77tzCNF3tr3rUQbq8rT3xAI2KFvjSbWxSs3Hc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509CRLConverter$ExCRLException.class" - }, - { - "key": "SHA-256-Digest", - "value": "DBWlYt4TIt656rNdVLxw08w6l24J8VIGWLtcniZMNAQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceAlgorithmIdentifierConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "5O7SD5tMJHCImbA4sEm1NYbhDsrA+X66lTqEEknsfOk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSContentSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "cCVi/hgNdQ3LknJU3KNC6Uo8FiY5YvscNkfzbt/9Rv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509v2AttributeCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "NI7G3KKxDbB+wNJpwaNRBkVcbUrXmsLBCtq7oX9Pgq0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransRecipientInfoGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "dzxAOTjaCD9bEi0pN60THKkSs+zfqHXxYJKbLQJOGEk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SignerInformationVerifierProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "hhGzG/CvH5u0rDKict+3PjYRisXI48GfkHYutaIhA50=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/AADProcessor.class" - }, - { - "key": "SHA-256-Digest", - "value": "s43LizFCndx/FRtjo2Upfc+kSYMnY/iARPS/7WrKSRU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "dAr8PLDFXPOs7cmPG1DJmz57NM5ad43tLS/QrukH2ig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcRSAContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "6OHWey1LDOOJrazt5744yLXERGbUf9YsKvR/oKM2+vo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransAuthEnvelopedRecipient$AADStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "4ZMZ8vvs2ca0HFcaXlywLizzvkqggJU+VSryhbvL1sE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/PKCS12PBEUtils$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LlLFoJV+dnC+BXGGGALJe7C1t9Q32HDCRw9UR2YbaOE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/CertStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "vPu8LFsIdjDb6hmzNCX1trVQBb9y8yOx4/rPO1d3j+0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/LocalizedMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "xLwFs6s+Xc5oryCZgJDVhNCsbeHEiwi+HTHNIOm51YE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampTokenInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "1nla7PC2jK08ganSFuGH+0EqRrB363ekLrkSwGMADOI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSReadable.class" - }, - { - "key": "SHA-256-Digest", - "value": "mnDkXABJ8qfucU8bJHwhHk2lJQyuOOSbaFD5a2IzTtk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceInputDecryptorProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "wW/5ib+6BAsIwqtSaMhfW2Oy2UFozl2BDbBFCVNaDk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedData$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "OBVjDA0wpV7icwjhrIcCzJd9SMjKbHsUvm6wuNiYGnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/CertHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "23Fwe3lP8AQFfiYPpLecRW5ZHvg0oN1I99GzjJmwLN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509CertificateHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "a0iug8dm/mmQT2No2U2dHsYdfmnUEXKthEbVQfHeYaM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/KeyUsageValidation.class" - }, - { - "key": "SHA-256-Digest", - "value": "3y3JBRplyqIbcQ7Gmn6RK3RmTbqMDJ3kJfHyMNbp2XU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/PKIArchiveControl.class" - }, - { - "key": "SHA-256-Digest", - "value": "akquSvVOTIYZP+or2+YfEOrFnteOCKdBHk2zn4NXfak=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8DecryptorProviderBuilder$1$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "QgHLZBkbn4JRJMy/aAThx3ihrd9B+Mz/vpMOcdcOfGo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$PKCS10CertificationRequestParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "41Sx1h0TZtXRKSTe4ESRHRC+PBAoat0+YjFn7Q4lwSw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/X509CRLStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tm2QMcqZNlHjZz3MbpOfaTHKEPKkx/GwRBL0rERC/JQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509CertificateHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "U4FkhZ7EfS66KVmSBmbtcYTKiNM13VI41hv3bmrq97Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/KeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "NUc905zUMFXCuSDOmY1EFlVH4exQ68ASXkGmeoBEgoY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcContentVerifierProviderBuilder$SigVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "mXdX2w+WcxVcuPH0sPiF9c1yO4JF0b7CTfEjkJB9OjE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/MSOutlookKeyIdCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "MIbAtw/fn0mAV9eFNbZDvMhoC3fuMrd7yQc4FcuGo0M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSException.class" - }, - { - "key": "SHA-256-Digest", - "value": "4NSm2HhytlyUH0OTj6wrNnxeQl/M0FGNY+g89S/obpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12MacCalculatorBuilderProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "kpn0E+FLTS0h2wxiUbKWuwuigZmAMNp5UaO9BFOi6Ys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DefaultAlgorithmNameFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "EReqfMlQrprIkqZtvMDa8fnAyi6OrN4ZgG14oF4hmWk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePBMac1CalculatorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "0vIEHw3E5lz89gJLpEhc5GJCt8xl0TIutC6MVdEKi0U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeParserProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "11VYOy58IXbL0njcML/hhLWiJPht3nRo07ZMzKquIi4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEncryptedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y8G4roEfFM5cxAk9TCfyAAPL4klWlt5/+6PBVtbNqsA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSByteData.class" - }, - { - "key": "SHA-256-Digest", - "value": "r+GXz2nz3QwgOt70cr+DP759ihexNez7w7npwyeq88E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/RevocationDetails.class" - }, - { - "key": "SHA-256-Digest", - "value": "8t0/j/Duse0SBt4qknXXrhxViYIQuL+2li8xc6d0JU0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/X509RevocationChecker$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "01pcj0cE93iy+u/M3157E/JtnCVgPBttIWzz7mPoP2Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/BoundaryLimitedInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "xkpV5mxP4nhFncPXZma3LjNwbnGUS9kNRlew4cpTtAM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "oKkW44leX3FGKwysLFqwtF6b4xe3qFSQSwkzSCRV76A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/EnvelopedDataHelper$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "nNEyTK45C6G+vOafZBGdSXRSFrA8cYbkN1usGYG/+6E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "isvjbrHyLAskV++xIa2TywRf6LLBfIK1YjMQZ+9qAUQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PKCS8Generator.class" - }, - { - "key": "SHA-256-Digest", - "value": "+fy/rD+K1Z4EVNdV4EHFIMDXeorU4C7lIRP5HXRJBTQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/PKIArchiveControlBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "B5aea7aDxNdoEydwSHiiQ8olQ+BjJrb2MlN/A7WzSUk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/RespID.class" - }, - { - "key": "SHA-256-Digest", - "value": "sRy6wZDr5KlUrj+a5WGIvKeXiHjMV86Y8BNPQxqsr+c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSImplicitCertificateBuilderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "EMKWuzJKseERFNKbHNWx3K7cwANd9/29TUqtNfGH/co=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSEvidenceRecordStore$HashNode.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xe7aN2F5QkCWb46Y2UxIu6Qon4qrU0Q6/2hrXydCbJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSImplicitCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "X4EmV/NaWEgSDMcqPg0dwhZ0nSKZcek/n2oe2xDYGSQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TSPUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "fkTMLdKE551AC5Dgch4uGR1SHujl92Ir4Kmc28YDa2A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSRequestInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "o/c+ZOVS5bJZkn/s4S5Wxjm+rIEqMQjUAlDzM92z3ig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "kcMF9dAEiLC1y3lmTFDQrfLCoN4pI62iwTXEzW75y4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS8EncryptedPrivateKeyInfoBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "dG0218YmE6BpgtHylaps1xGWr7RD4k4Hy7wl3xvn/U0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTResponse$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "NMm+BCjb0veIfHh1PRafD82Nxf/CACZU7OCHqbBG9Ag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/PartialHashTreeVerificationException.class" - }, - { - "key": "SHA-256-Digest", - "value": "gqgJTGiLdsRTybRlEOG/dpwM/Ir8rItGYvJkI3etHko=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMESignedWriter$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ULTZXGCTRQwi0xhpf45xpEGyULl3E2PCuORwAiqmNkg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS10CertificationRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sg/avNxkJEX4qbPrxmgHtFFDKE9Y907kSqAG9U5b00A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/JcaEACSignerBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zoRYouZJN9oCVnCLN2OgtuXvOa7UxPm0BsgqbjxBNHQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSProcessableByteArray.class" - }, - { - "key": "SHA-256-Digest", - "value": "KQLrYmlVqEuwyHuZw/oVkMS1KljOf72WggyzIiDKlRM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/EACCertificateRequestHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "fOaXkdIR+PEiQ1g9WjjRmCiNAD/UB7hZ7j3qKdaMaCc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SignerId.class" - }, - { - "key": "SHA-256-Digest", - "value": "bOLsqMSfObWYjf2llbQqmOoIxMI4H3nctd0J0bazaJY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/PasswordRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ts6tESgrliwGw+Tv1lp5DAbDMpoGgXfB7ygnvUVzXR0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcKEKRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "yl6Aq+MEyl4I9Ho+FeFpKl/4rlCWEVNZzXUaH8HOE1A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "vIxa68fnWmnlXrFRWlQ2j+suukGQcpAK2ZpUplrgThw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyAgreeRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "K7/LbWwqhNSXGvzA/2swKwKvYkJGUvs14tfIwuEUDpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/NamedEACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "VntbGLnS4xpEyu0VHo8Z+WfejWGgnU6fG784wWPyNdM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyAgreeRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "CQuu6AqhNc97uxwtnhDYHBuBvvgqUYsN36kQAd1GDc0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/MacCalculatorProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "OaCUyM/N77HY1GXKJHNQTm215qXniui0tDvYscJGnFw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509ContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "xsZ9UA2kVacMJfFdC3yl+isMyk6fAnbcSSIIKRuGV6A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/SortedIndexedHashList.class" - }, - { - "key": "SHA-256-Digest", - "value": "9uRdvVuV9mxsC56ueVnkWu9393BIv4zjepv3TNqzAbs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/TruncatingDigestCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "RqlAAfW6ye/N+8/FJbaMMEHPSslc6Fw/uGfOrNMwPj0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeParserContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "VNh5Yca0+FX/qPll288aXfOQkGy5y3HFJX4BCjC+Tks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509ExtensionUtils$SHA1DigestCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "/b6105F5VNjbf/o9G+DDUO7H+y/XlXFhjXy7jfFrmP0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/fetcher/JndiDANEFetcherFactory$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "2cDlV3NfsejER20HntZSgHcP65QnYkybGX1qtJ1Wcco=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JcaCertificateRepMessageBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "tlm5MSoxHkYdvaZ3eNRsB7FifBUYKL8PcPKMDOpJMuI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "gggi2qFZ/HQH/KnIDfbCrKCyxDN/GOLVXfi08VwjLUQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/RFC5753KeyMaterialGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "vy0trMj0XGIeWEuqQTDzng8GV4vTTt3ufa1LhzeB8lw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/ContentVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "lwX0pMX0dydd0Q53cdSYtwLyvG+o57BITbZ6VtWWc7Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcaPKIXIdentityBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "2/CmimEHG8a5XQKfu2IrZ34HO5+o1m0lrgfytz+RqKU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DefaultSignatureAlgorithmIdentifierFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZntLjNPUU9Dci95jV74q3IHMSPHaJ4VRRW1PJTs8QZ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoVerifierBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "mAaPmAxm727kQHWerF/yPPNQIRGmhdAfU1qOxYKkFec=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/X509RevocationChecker$LocalCRLStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "0/Dq+u3fSRWZscleYXOls8sFvNoPqBBbx7Z2lcWClw0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaCertStoreBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "D7F//njXZpVmP8VIwvW/w8VsrWKfa2kn24npreJ2ZdI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/HttpAuth$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "oKD4p3IcgkmGP40Q6lSLETL4A++ZjekMdMCQkQm/rd8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mozilla/jcajce/JcaSignedPublicKeyAndChallenge.class" - }, - { - "key": "SHA-256-Digest", - "value": "oGu0tUdoI6ECtCerxU01YBFnHL4QaeUGE8iFSfJrEJg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$15.class" - }, - { - "key": "SHA-256-Digest", - "value": "TJJBRyk2rUqSWhlCvP67HfdpyfRdUP1EcybfTF1bnaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/filter/UntrustedInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "G3hrArk7r/ozs1MSHaghRjoGOwms4lLxIw0wC0aXep4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/EnrollmentResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "NCpQThrWfwOAcdJI9B0A4YeGBXM00vlYElU/Q0iuJlM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "AMJFVxwu5TIX9x8vEYmdbRwN+zeGyIliExwXYYgwXL4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMimeMultipartContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "O/oWEIACWbc/k8Puv41xlpkCPFwJGUeDGm/1i8t++no=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/filter/Filter.class" - }, - { - "key": "SHA-256-Digest", - "value": "KzLIBQAuJh4Q7uEssPp6hzkms5eMCeYD/hlPvIlyedQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransAuthenticatedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "TbtNZ0T9OIfrK1mNy/VRjjzt0dfpZTnbGDbZkwX6yIM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SignerInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "jQLFuIH7Yvz73hK6KZpHfxpRHWIAxlBjBorrwjv1nRM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcKeyTransRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "D8xQ1Xd3kCNOIkZeid5XKPb1AgEHh4B0U/Tt7xIQiY0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceSymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "FluFn8oE8EaSi27g9ghg6zx84lVwINlbxFaxCSVi9iA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/PKIXIdentity.class" - }, - { - "key": "SHA-256-Digest", - "value": "To/QAIYE+BfEI49ziOx/0H79U3plwiTo6o/qgYRzUvQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSPublicVerificationKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "9uCBw+DMX7lwI5wBOv7O87fJitJur5Theb9A8kUiSRM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "/BErSNNlIokfg7tX+/VujYl0/CyF4UtzQ6XOKsJDIxM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSContentVerifierProvider$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "5iSHdodmdf5cWD0FgtrZb9vqFeeHb8HHrCC4p6MOYVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAttributeTableGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "NQw1CxVXqiWdBAbE+L3YheIOc8qlEFRGGqYpXPKMvUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "4lNEDo+bqCGw9fqtSH6S9sdGXhaybZSEWPhd4qkHqA0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/BasicMimeParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "7XNOzEqP8alpZ7sNX9b7kPl+qnfcRFpd2Yf8hQHeT+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEException.class" - }, - { - "key": "SHA-256-Digest", - "value": "nleNfrzQysK9k2vga6h7XaOtqW5lLw52GLsew3L6L8U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedHelper$CMSEnvelopedSecureReadable.class" - }, - { - "key": "SHA-256-Digest", - "value": "UeNcUnJsicZWJjcJJ4+lthx/8FfHTHuO4MSq26V6tjw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "+vMIckKkK0XzCIwN2rgmObBfwu3laXQ8x9cMQc8bRUw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcRSAAsymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "drgunuBnO4fOy337ypzRY31z9ZIvY9TsB+/06HnsnVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JceCRMFEncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "eVsvpBCVcJgipEukB4s0Kob2038jJXOF4jaMrviha88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS10CertificationRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pis35lxdFvOZO00njqHeFfxskKixiZbj2rFnySS2iqU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcPasswordRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "aloFaX8z1RBx+4v43yPr24T73dg2+fjq7Uid9i68BlQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SignerInformationVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "VqfwGWhw+/ZmlBLoEb+NsR0Fvkkw0bblFvdGX6atyYo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "K2B+XgdQEnkt4UkXaIW02bmTTxTNoMFkE7/3Ye8JzRc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PasswordFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "tgZ6L7+HVn2JdgcdriG3UQzvDUMqQsb//5LDwB6E+mc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/ReasonsMask.class" - }, - { - "key": "SHA-256-Digest", - "value": "AM6jLKu7QH/JQhN6ihzSXrJRGUlDjcI50r24hYYWi30=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTClientProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "VWF0SkkqGToEXffjM/OGK31mNX5VrGDdKRQbwL3oq9c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "1bXRdk/zAeQ7H5t/qAxBhpYws14DOioRRO9qxaQO7AM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcePEMDecryptorProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "WycPy8jrL2gJD8Ug97Xp1/6Q65MjJ9y7MYfT9krS0DA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/SingleResp.class" - }, - { - "key": "SHA-256-Digest", - "value": "+7vdAzYwH2u7dvLJAXXvn3TvEmysk7q++mBdJuVEsOg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/InputDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "ojtKU/MF74DaSbCrRzXtyMQxDf8oEUzUrCZFkVDIDII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/voms/VOMSAttribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "irKtkCQSbsfPHHkHIGfkMHO/XC81wFBY0q/KuKr2A84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509v2CRLBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "owgBLNNf+AhZFpWitnyuSwHgD3MXPpEj/295uGFPs38=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JsseESTServiceBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "GiGG+2yAA5PJqhLouxcmqvWc9Uxh+WsnGcfKg5oL698=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSVerifierCertificateNotValidException.class" - }, - { - "key": "SHA-256-Digest", - "value": "rFITmb5SDk7zIh+YlkeuOxW9uB/2udepdBqgmzpwfv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/PEMUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "cHyVAJd4EoH+0tA2SMDvJsf+BcVHehxSw/Zc2FQzbK0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTService.class" - }, - { - "key": "SHA-256-Digest", - "value": "qGS73N/PeqNhK/nIfN1w3sbaBwIFd9bLFF5LirXjKhU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateResponseBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "uHDi5U2wujetHLBpBv3gItR/u/9aNk9ernl6tztzO8k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/PKMACBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "SeHWey5dVHwRXHkpSlaJpJmuRqIc2ETT+kzeuKpwca8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/EACCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "yrQ7eg905XXUFoOJ1pTXkgskM4m0fizN6G+9dYidRhg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEKAuthenticatedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "JQkm87l3II2WdRSoGiiSETw2U9MctQDLyA8IdpgSOm8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMKeyPairParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "UB/blf2G1c2XTFZMQwmuS6FRBO1co1XNODs1Zwkw//Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/ProtectedPKIMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "OQl9A4HBWGuWtpJU43nRyi7cwtkQ+NDoa/Qh5p1jyoM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthEnvelopedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "wTjOIUP88PS6z6Oc9WgZQ3fW8U3hD7gCJEkNRofxogU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/PBEMacCalculatorProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "fAdz9MWl5toJ9Wc/26LkQVRK90czc2ZZotPRtc3N4T4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/EnvelopedDataHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bu9Guk6+TAG4VZ2rczJBG74ARUCqOdKMiJDeWzRe4Dw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "YFWehJdl2L/XkXEHW6PWIe7c1F9drlK8Ujb7djO8rAY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/PKCS12PBEUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "jqi/CaWeAISDwEaVZFoSSYM9FgxKjT5VZr8hB1VEZwc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSCompressedDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "c2UehADVU1FL1uRwufdCswjM+NmNZFhiyr1H+Jnt8wk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DefaultSignatureNameFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "sAI4whN4EINba376LHe0HNArAAsCJE7l2mBr3V7R08Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSContentVerifierProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Kef+lFYTdjJQ+BNeRImF/c3++owWOZbTKPzJmmwaaLs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCS12MacCalculatorBuilderProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "6MVF6BwNRG2NrYjmPa5gbWYde1zp75Bxf/tgs+5UBLA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceITSPublicEncryptionKey$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "S2jAQF+fIfn8IYVosqEyCdLhX6Mx9Uzj7HPuIxIN7+w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TSPException.class" - }, - { - "key": "SHA-256-Digest", - "value": "BLEw/4WTTP6ruv5agk0cR7DX6dJFIrrVnaZRlULMoGA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/EncryptedValuePadder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZH+BjJLLywYMCNfVdCG9TbdmewlLGghCPZrEAFMAmMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSMacCalculatorBuilder$CMSMacCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "gcIu4HSRJ5RR88na+gLdeFOePAFmlAl+X+CnHwPGgoo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSCachingData$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "32dZeowaa5kvcGqCkFMSnyKMa8SQalqTF7RqDF5wRbQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$18.class" - }, - { - "key": "SHA-256-Digest", - "value": "NjF8lvgj0ZDzALHors6Js1rW8TIXxONi/F8SUZtbYKE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcePEMDecryptorProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "wCSRYuxUuXnWNiQpY5eAKg2bd+5u0MiXSQU6w6162wo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTException.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mzp6abVmYLI2UXKm11OU3Ok7o0GO3YdWYH/azwrT468=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/OperatorUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "XvR1ktoQP0RWy1ZWaxEJsR0efMsKJXCOXm4ta2VnQPQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentVerifierProviderBuilder$SigVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "ezO7aCOP+VaERZHJMQnM9Fi9qm1O+rz28TrsusbEi54=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/OriginatorInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nct6T40sXmxpdZ2+iMUfg2PGw9tho5uTKDfyZX1JNk4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/ZlibExpanderProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "rfh9iNFjbdpBr1iJYyTKzRFlVUy80bF1vzw3+Hn2JRU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/Source.class" - }, - { - "key": "SHA-256-Digest", - "value": "thm/lKcdXlz5oUNXiN1arLRuPfGmfLTNVSuk3azUX3g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcSymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "9z/sqLP/vxcQcZCKz2dsOefzrQKXcjHE1Me5kyJOJb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/LocaleString.class" - }, - { - "key": "SHA-256-Digest", - "value": "/+pdgOkohgIAMvOEoQ43qLARv+PweEgQX3y+09teJjk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/ValueDecryptorGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "zIhdg4WmIPemHp0n7yAsT5ab75Uy6gn/YKulcOfSNak=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceETSIKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "gIy8/tw6Nt3gEv1fQBK05SxivojaDxONWJRt1HU7xQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/CSRRequestResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "VhqC3OiUrJUOliIn2Rns3G6MKegISTEsp63UELTALi8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$17.class" - }, - { - "key": "SHA-256-Digest", - "value": "oy19srMoaBJW/vAAuzIyP+l2kx5mPlF9lkGRiwryC4E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/BasicOCSPResp.class" - }, - { - "key": "SHA-256-Digest", - "value": "LwPufpp62j8azto6SjCLVKyhoLoef3DTa/q+6wtKUYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/VPKCRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "A42FUq/pniUO35AGTFHSOPEomlhqS+mdtjaCLu2aX+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509ExtensionUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "HwH9pMCUCdCkGJgErE6qhijlI07wJvxt2jgwMqmWDvY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceETSIDataEncryptor$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "kaf+UxKdtMcK5RVTlQEy6khxyjjFiEHt7B10qltz0FM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$PKCS7Parser.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Fmc5xjN23QUciSUJP69x6YnZBpr532d3Lal7XzmEdE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSPublicEncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "UQxcvTFL5s0Il5cuehhGrb0t1HekITuZArsltvDj0y8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/RecipientInformationStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q22q6QLtlaO4B12ketwQjmPQDBMmzB6v5bq+fdHp5EY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcaMiscPEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "3c9IILf5mJ+isCzc0AmaXB7FkAP4hLfUF8kaGMGv1+A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509CRLEntryHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "MuDhwHv39fosaxZ5Yr/vJJo6ky1v+UcNv2Dt3OV7s/I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/BasicOCSPRespBuilder$ResponseObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "izAnHevEKKOweiO17Dxd3Nex388mFSpnj3NVqcCKZ/4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/CPDRequestData.class" - }, - { - "key": "SHA-256-Digest", - "value": "gxbQvY/fX6w9LePFYrqE1AzkSY9DHbHGyKYlA4hGXHY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/encoding/QuotedPrintableInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZXoyFOqoKgX4H0oByjqkHK3MdP0B5z3PF+bM5Qbm804=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSPublicEncryptionKey$symmAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "aTcfusAKOxaTh3JszEPorD/WKEFhBF5AGKdjyu+gzBY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSArchiveTimeStampGenerator$IndexedPartialHashtree.class" - }, - { - "key": "SHA-256-Digest", - "value": "ErpkeTYz1pKwpLe/SIgiPF3r7w5AsK78wSLUzxTwxbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cmc/SimplePKIResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "ELj71tremQLWfXdcvdzpLD7VY7LPFzdM4/k0/ELPkdQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSignerInfoVerifierBuilder$ProviderHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "GzV+3KtQ7alhgEe1B6LyfrLyWks7oUdBj+u7bNCd8SQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "35EemNYTdrs+XQ0xt9eo2Dt7cpzcrkNIKIl5+Q87qoY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/DefaultCMSSignatureEncryptionAlgorithmFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "N3l/m3RywTI8nLuUpjQ7D2BYpmx8ZBvFshd4BGQgn4M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509CRLConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "+xgfcykXGue9xdhWW/O/jDkA7jwsSZ/3gY86+btFc3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12PBEOutputEncryptorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "lW19AwvU6cVf8YSyW9LwzyJGoMuqU2kXBrh2WZy8gvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/SEEDUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "FATHxilOYGBWPWPugIaqLiHxqhWlwwNQO6dBCohp0T4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/filter/HTMLFilter.class" - }, - { - "key": "SHA-256-Digest", - "value": "5BKYY8BAbNM0QfBCcJatnouOIj6OTTpKzI2wxyypkhY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$19.class" - }, - { - "key": "SHA-256-Digest", - "value": "puGQJvchpkzRs5n9KBHsMTGdVJJjqtD1ogfnkbha3hU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/OperatorHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "edqOxz07SgfaX/Q6hYOsnWgui4kk+fy60TI69BYnHjw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcRSAAsymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Xoe7tvIgN3RqrQAwoc7UFHIbN8e2RKWXNWfJKAz+Ho=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/PKCS7TypedStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "ukOYhAkQxoMZGNqndHlaGV904fmDPiklVf4SCXOZ7gc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/EncryptionException.class" - }, - { - "key": "SHA-256-Digest", - "value": "W7Az1x5cdAFDKqvvUYWp9HFmNAF6FIbHek7zvCw9JKU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "dsWhmrVFzSlAVCrYQ1Di9SIxFlFeG+VvopZBGABqZ/c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcePEMEncryptorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "b8v1AFvObvWN+8A1EG261ptQODZAUyEDI15WfT/7HFA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/CMSProcessableCMPCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "TX8/XRwzwaNY4bBdXKATVCm63F8s88+NVpPXeR36a1I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcePasswordAuthenticatedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "rWXpM3H3ftPgy3UlZ8RinNfuVkUWLnwqMyv1/U3t35U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/CMPUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "zQJAcllwS7PZ11QPp2yTZT6Z2n5lEXhnucVplLbDCqo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/OperatorHelper$OpCertificateException.class" - }, - { - "key": "SHA-256-Digest", - "value": "c0vw33Ig3wj46QAcYoE2KX27uc9kUlDaMLWX+D4wFkU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JcaCertificateRequestMessageBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ueSCJw82nJtPtGPYaqVOpbUSpM80tp/kT6NYmpA6cnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcRSASignerInfoVerifierBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "DM0ih9IG4EaUjra4tyZNiTVu2JNtwG2rpoirYfn6PKQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/MessageImprintBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "aERqlZG9weawJ9x4uhAydXotZeN2iHsT6hUhF/Jy4l0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/UnknownStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "5M99r4LNkILUnc7rqks4hGg4618e/5Oqrj+Woa4bl7o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$X509CRLParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "zD5ZklAPIGDi6sn29YM8MEaQcsaQsBTkXngQb3a7Dwk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/AlgorithmNameFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "4M84uAgPmSlhscRbplmAylEtU5x9Qw5r+TQElo/crp4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/VSDRequestData.class" - }, - { - "key": "SHA-256-Digest", - "value": "mryW0y37bLwQrHg2LSsCADuK5bIMKYlshdfWYz/5+eQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/DeltaCertificateTool.class" - }, - { - "key": "SHA-256-Digest", - "value": "d4XhAssm6geTwNrd58F8KsIq01JwhnkZIujkBuuUyeA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEMRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "2jppgTpOqLM7LB95b+yU52V9Si+/jfPwxS8StfWr4PI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/OriginatorInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "bDRaeZK8J5VqwWht9euCi16OqRLxXuuyXTyrUfmYggI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcPasswordEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "wjsM0KJtA1TiZwsROThl+4TcNENvJc+TPPc2SLziJDg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/bc/BcCRMFEncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "boDY+dmMg2jJlAzeYnp5vBaPv3za5UikIKG+Rr4i2eQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEKAuthenticatedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6mVspE8VaRzDXpOGlgfPH4vdxV6sGESdtOD0f5/6epQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/X509AttributeCertificateHolderSelectorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "qyo/Sq6pDDgkrhZoeCSnK+Vk2uVUMMTB5ZOsFIgXvyw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSelectorConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "dPgE4e66nXPPF+Z/pvv07JGrdoywb12uLzYUain374M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/DefaultCertHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "lVYk4tVtNdA+o3yBjMksj2C8ARcTiECo8l1/w4qi0Vg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/AuthenticatorControl.class" - }, - { - "key": "SHA-256-Digest", - "value": "lctJ+I6oFHdp742RSd1N8S6qlUW5AnQH64+1fNHIXQ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ut98UFebRsmRWfn2GqLOTUSiDXoXePXMG27pb/ZrGos=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/OperatorException.class" - }, - { - "key": "SHA-256-Digest", - "value": "Euwq5gWkIKmpPuQIDiXs0HfVrL5YhgK7GW9dkrJUtEY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeAuthenticatedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jpAShZYY1GOBgj0V4f9PGVR7p462OUYCxIVHXOqwKCQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcKeyTransRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "zinenEGS4v1xNZUQjxJob+58XBxVy+Esu2Rt0EHkI3Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/EACUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "WOYpRsSEIZCRKrQ5Y/OkgaF6hGYTJSg8jpGVMEYayLM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSStreamException.class" - }, - { - "key": "SHA-256-Digest", - "value": "zFWpsWbKWxVMeD9UOdpshWd13nvTDLo40jzhdqlBbPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSContentVerifierProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "K06BZKa6aMQvKxGM5B2CeRM/rV07OnrRRGYuM9FOQxw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMWriter.class" - }, - { - "key": "SHA-256-Digest", - "value": "OpY/xvBYZxhLlzTOU9uZC5Eulu+lVXp/xeP9a357g4w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$X509CertificateParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "VgMFJ7bjg0F07WvnOkayLHNIMQWUHgAJurOkK8yqTsY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/JcaEACSignatureVerifierBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "yhG0hcxqPix392jD9VkFZBMc/fM4VAs4fR9ynLi5mP0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/GenTimeAccuracy.class" - }, - { - "key": "SHA-256-Digest", - "value": "WXjrWaJiWOARtIjwAJNbhOjMo2dkUum81zlq7H0XUC8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateRequestMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "sC1Q7XNdXzYlse6PGLvcU9eKyIRVE5f2Xkz1+jb1HxA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthEnvelopedDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "IbCOJpbrcmeobSnGS/55NmycGwNhhpzSOgh769kIkTI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSProcessableFile.class" - }, - { - "key": "SHA-256-Digest", - "value": "NqllqcQKk5HuFbSak82YMas59BiVLov572ISKhE2ENQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEKRecipientId.class" - }, - { - "key": "SHA-256-Digest", - "value": "iKPC5Z3adQ+ZLHBXJMdFu8IJ6k0Xkr0K8AHtSpAAWZE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceETSIKeyWrapper$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "2UbSttb7Sl80akS9nm/Q4A7iz0pIp7oufdkzqsqR8Ds=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSPatchKit$ModEncAlgSignerInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "mczPIN/wCygWi0ZfNzNLgUzPDKHBRK4I5hl20tYaedw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/DefaultEACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "PnsJ5w7+E+Nw5LReBC6DKyzfu3xe2AOqHuWp/rDq3pU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/MacDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "aTsk1P8VP284aTPbhXd2FUYRgC8FOTAmpI1ucRCfW+s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/DeltaCertificateRequestAttribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "EvbXCFFPBuvTZM7SFuGaZX34FT1SF6oteVe67Oej+GU=" - } - ] - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "a197fb87f0697c1925e7248865ee84516fdb6d9c" - } - ] - } - }, - { - "id": "2d3b7663cb9a900a", - "name": "bcprov-jdk18on", - "version": "1.74", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk18on/1.74/bcprov-jdk18on-1.74.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk18on/1.74/bcprov-jdk18on-1.74.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "sha256:156e0dd51df96c6c72bc9b9bfbc9e26d5da2c8bd2e731581da3631262d393be2", - "spdxExpression": "", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk18on/1.74/bcprov-jdk18on-1.74.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk18on/1.74/bcprov-jdk18on-1.74.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "sha256:f9e6b01128a66b9887432db0397034793bcb1667770990c27fd4fd04ffc0c12a", - "spdxExpression": "", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk18on/1.74/bcprov-jdk18on-1.74.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk18on/1.74/bcprov-jdk18on-1.74.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:bouncycastle-org:bcprov-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle-org:bcprov_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle_org:bcprov-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle_org:bcprov_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.bouncycastle:bcprov-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.bouncycastle:bcprov_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcprov-jdk18on:bcprov-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcprov-jdk18on:bcprov_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcprov_jdk18on:bcprov-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcprov_jdk18on:bcprov_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bcprov-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bcprov_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcprov:bcprov-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcprov:bcprov_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.bouncycastle/bcprov-jdk18on@1.74", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk18on/1.74/bcprov-jdk18on-1.74.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-SymbolicName", - "value": "bcprov" - }, - { - "key": "Bnd-LastModified", - "value": "1686552815083" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "J2SE-1.5" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.bouncycastle" - }, - { - "key": "Application-Library-Allowable-Codebase", - "value": "*" - }, - { - "key": "Import-Package", - "value": "javax.crypto;resolution:=optional,javax.crypto.interfaces;resolution:=optional,javax.crypto.spec;resolution:=optional,javax.naming;resolution:=optional,javax.naming.directory;resolution:=optional,javax.security.auth;resolution:=optional,javax.security.auth.callback;resolution:=optional,javax.security.auth.x500;resolution:=optional" - }, - { - "key": "Export-Package", - "value": "org.bouncycastle;version=\"1.74\",org.bouncycastle.asn1;version=\"1.74\";uses:=\"org.bouncycastle.util\",org.bouncycastle.asn1.anssi;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x9\",org.bouncycastle.asn1.bc;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.util\",org.bouncycastle.asn1.cryptlib;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.cryptopro;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.asn1.x9\",org.bouncycastle.asn1.edec;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.gm;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x9\",org.bouncycastle.asn1.gnu;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.iana;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.isara;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.iso;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.kisa;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.microsoft;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.misc;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.mozilla;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.nist;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x9\",org.bouncycastle.asn1.nsri;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.ntt;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.ocsp;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.oiw;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.pkcs;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.rosstandart;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.sec;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x9\",org.bouncycastle.asn1.teletrust;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x9\",org.bouncycastle.asn1.ua;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.crypto.params,org.bouncycastle.math.ec\",org.bouncycastle.asn1.util;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.x500;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.x500.style;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x500\",org.bouncycastle.asn1.x509;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500\",org.bouncycastle.asn1.x509.qualified;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.x509.sigi;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x500\",org.bouncycastle.asn1.x9;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.math.ec\",org.bouncycastle.crypto;version=\"1.74\";uses:=\"javax.security.auth,org.bouncycastle.crypto.digests,org.bouncycastle.crypto.params,org.bouncycastle.util\",org.bouncycastle.crypto.agreement;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\",org.bouncycastle.crypto.agreement.jpake;version=\"1.74\";uses:=\"org.bouncycastle.crypto\",org.bouncycastle.crypto.agreement.kdf;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.crypto\",org.bouncycastle.crypto.agreement.srp;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\",org.bouncycastle.crypto.commitments;version=\"1.74\";uses:=\"org.bouncycastle.crypto\",org.bouncycastle.crypto.constraints;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.math.ec\",org.bouncycastle.crypto.digests;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.util\",org.bouncycastle.crypto.ec;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x9,org.bouncycastle.crypto,org.bouncycastle.math.ec\",org.bouncycastle.crypto.encodings;version=\"1.74\";uses:=\"org.bouncycastle.crypto\",org.bouncycastle.crypto.engines;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.digests,org.bouncycastle.crypto.generators,org.bouncycastle.crypto.modes,org.bouncycastle.crypto.params,org.bouncycastle.math.ec,org.bouncycastle.util\",org.bouncycastle.crypto.examples;version=\"1.74\";uses:=\"org.bouncycastle.crypto\",org.bouncycastle.crypto.fpe;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\",org.bouncycastle.crypto.generators;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.math.ec\",org.bouncycastle.crypto.hpke;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\",org.bouncycastle.crypto.io;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.modes\",org.bouncycastle.crypto.kems;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\",org.bouncycastle.crypto.macs;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.digests,org.bouncycastle.crypto.modes,org.bouncycastle.crypto.paddings\",org.bouncycastle.crypto.modes;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.modes.gcm\",org.bouncycastle.crypto.modes.gcm;version=\"1.74\",org.bouncycastle.crypto.modes.kgcm;version=\"1.74\",org.bouncycastle.crypto.paddings;version=\"1.74\";uses:=\"org.bouncycastle.crypto\",org.bouncycastle.crypto.params;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x9,org.bouncycastle.crypto,org.bouncycastle.crypto.util,org.bouncycastle.math.ec,org.bouncycastle.math.ec.rfc8032\",org.bouncycastle.crypto.parsers;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\",org.bouncycastle.crypto.prng;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\",org.bouncycastle.crypto.prng.drbg;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.prng,org.bouncycastle.math.ec\",org.bouncycastle.crypto.signers;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.crypto,org.bouncycastle.crypto.macs,org.bouncycastle.math.ec\",org.bouncycastle.crypto.util;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.asn1.x9,org.bouncycastle.crypto,org.bouncycastle.crypto.io,org.bouncycastle.crypto.params,org.bouncycastle.math.ec,org.bouncycastle.util\",org.bouncycastle.i18n;version=\"1.74\";uses:=\"org.bouncycastle.i18n.filter\",org.bouncycastle.i18n.filter;version=\"1.74\",org.bouncycastle.iana;version=\"1.74\",org.bouncycastle.internal.asn1.bsi;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.internal.asn1.cms;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.internal.asn1.eac;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.internal.asn1.isismtt;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.jcajce;version=\"1.74\";uses:=\"javax.crypto,javax.crypto.interfaces,org.bouncycastle.asn1.bc,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.util,org.bouncycastle.util\",org.bouncycastle.jcajce.interfaces;version=\"1.74\";uses:=\"org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\",org.bouncycastle.jcajce.io;version=\"1.74\";uses:=\"javax.crypto\",org.bouncycastle.jcajce.provider.asymmetric;version=\"1.74\";uses:=\"org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.util\",org.bouncycastle.jcajce.provider.asymmetric.dh;version=\"1.74\";uses:=\"javax.crypto,javax.crypto.interfaces,javax.crypto.spec,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.agreement,org.bouncycastle.crypto.engines,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jce.interfaces\",org.bouncycastle.jcajce.provider.asymmetric.dsa;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jce.interfaces\",org.bouncycastle.jcajce.provider.asymmetric.dstu;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jce.interfaces,org.bouncycastle.jce.spec,org.bouncycastle.math.ec\",org.bouncycastle.jcajce.provider.asymmetric.ec;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.asn1.x9,org.bouncycastle.crypto,org.bouncycastle.crypto.agreement,org.bouncycastle.crypto.engines,org.bouncycastle.crypto.generators,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.util,org.bouncycastle.jce.interfaces,org.bouncycastle.jce.spec,org.bouncycastle.math.ec\",org.bouncycastle.jcajce.provider.asymmetric.ecgost;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.agreement,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jce.interfaces,org.bouncycastle.jce.spec,org.bouncycastle.math.ec\",org.bouncycastle.jcajce.provider.asymmetric.ecgost12;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cryptopro,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.agreement,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jce.interfaces,org.bouncycastle.jce.spec,org.bouncycastle.math.ec\",org.bouncycastle.jcajce.provider.asymmetric.edec;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.engines,org.bouncycastle.jcajce.interfaces,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.util\",org.bouncycastle.jcajce.provider.asymmetric.elgamal;version=\"1.74\";uses:=\"javax.crypto,javax.crypto.interfaces,javax.crypto.spec,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.symmetric.util,org.bouncycastle.jce.interfaces,org.bouncycastle.jce.spec\",org.bouncycastle.jcajce.provider.asymmetric.gost;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jce.interfaces\",org.bouncycastle.jcajce.provider.asymmetric.ies;version=\"1.74\",org.bouncycastle.jcajce.provider.asymmetric.rsa;version=\"1.74\";uses:=\"javax.crypto,javax.crypto.spec,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jce.interfaces\",org.bouncycastle.jcajce.provider.asymmetric.util;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.asn1.x9,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.crypto.signers,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.util,org.bouncycastle.jce.interfaces,org.bouncycastle.jce.spec,org.bouncycastle.math.ec,org.bouncycastle.math.field\",org.bouncycastle.jcajce.provider.asymmetric.x509;version=\"1.74\";uses:=\"org.bouncycastle.asn1.x509\",org.bouncycastle.jcajce.provider.config;version=\"1.74\";uses:=\"javax.crypto.spec,org.bouncycastle.asn1,org.bouncycastle.jcajce,org.bouncycastle.jcajce.provider.util,org.bouncycastle.jce.spec\",org.bouncycastle.jcajce.provider.digest;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.symmetric.util\",org.bouncycastle.jcajce.provider.drbg;version=\"1.74\";uses:=\"org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.util\",org.bouncycastle.jcajce.provider.keystore;version=\"1.74\";uses:=\"org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.util\",org.bouncycastle.jcajce.provider.keystore.bc;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.jce.interfaces\",org.bouncycastle.jcajce.provider.keystore.bcfks;version=\"1.74\";uses:=\"org.bouncycastle.jcajce.provider.keystore.util\",org.bouncycastle.jcajce.provider.keystore.pkcs12;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.keystore.util,org.bouncycastle.jcajce.util,org.bouncycastle.jce.interfaces\",org.bouncycastle.jcajce.provider.keystore.util;version=\"1.74\";uses:=\"org.bouncycastle.jcajce.util\",org.bouncycastle.jcajce.provider.symmetric;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.symmetric.util,org.bouncycastle.jcajce.provider.util\",org.bouncycastle.jcajce.provider.symmetric.util;version=\"1.74\";uses:=\"javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.security.auth,org.bouncycastle.asn1,org.bouncycastle.crypto,org.bouncycastle.crypto.modes,org.bouncycastle.internal.asn1.cms\",org.bouncycastle.jcajce.provider.util;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.config\",org.bouncycastle.jcajce.spec;version=\"1.74\";uses:=\"javax.crypto,javax.crypto.spec,javax.security.auth,org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.crypto.params,org.bouncycastle.crypto.util\",org.bouncycastle.jcajce.util;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.asn1.x509\",org.bouncycastle.jce;version=\"1.74\";uses:=\"javax.security.auth.x500,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.jce.spec,org.bouncycastle.x509\",org.bouncycastle.jce.exception;version=\"1.74\",org.bouncycastle.jce.interfaces;version=\"1.74\";uses:=\"javax.crypto.interfaces,org.bouncycastle.asn1,org.bouncycastle.jce.spec,org.bouncycastle.math.ec\",org.bouncycastle.jce.netscape;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509\",org.bouncycastle.jce.provider;version=\"1.74\";uses:=\"javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.security.auth.x500,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.jcajce,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.util,org.bouncycastle.jce.exception,org.bouncycastle.jce.interfaces,org.bouncycastle.jce.spec,org.bouncycastle.math.ec,org.bouncycastle.util,org.bouncycastle.x509,org.bouncycastle.x509.util\",org.bouncycastle.jce.spec;version=\"1.74\";uses:=\"org.bouncycastle.asn1.cryptopro,org.bouncycastle.jcajce.spec,org.bouncycastle.jce.interfaces,org.bouncycastle.math.ec\",org.bouncycastle.math;version=\"1.74\";uses:=\"org.bouncycastle.crypto\",org.bouncycastle.math.ec;version=\"1.74\";uses:=\"org.bouncycastle.math.ec.endo,org.bouncycastle.math.field\",org.bouncycastle.math.ec.custom.djb;version=\"1.74\";uses:=\"org.bouncycastle.math.ec\",org.bouncycastle.math.ec.custom.gm;version=\"1.74\";uses:=\"org.bouncycastle.math.ec\",org.bouncycastle.math.ec.custom.sec;version=\"1.74\";uses:=\"org.bouncycastle.math.ec\",org.bouncycastle.math.ec.endo;version=\"1.74\";uses:=\"org.bouncycastle.math.ec\",org.bouncycastle.math.ec.rfc7748;version=\"1.74\",org.bouncycastle.math.ec.rfc8032;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.math.ec.rfc7748\",org.bouncycastle.math.ec.tools;version=\"1.74\";uses:=\"org.bouncycastle.asn1.x9,org.bouncycastle.math.ec\",org.bouncycastle.math.field;version=\"1.74\",org.bouncycastle.math.raw;version=\"1.74\",org.bouncycastle.pqc.asn1;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.pqc.legacy.crypto.gmss,org.bouncycastle.pqc.legacy.crypto.rainbow,org.bouncycastle.pqc.legacy.math.linearalgebra\",org.bouncycastle.pqc.crypto;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\",org.bouncycastle.pqc.crypto.bike;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.cmce;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.crystals.dilithium;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.crystals.kyber;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.falcon;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.frodo;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.gemss;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.hqc;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.lms;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto,org.bouncycastle.util\",org.bouncycastle.pqc.crypto.newhope;version=\"1.74\";uses:=\"org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.crypto.util,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.ntru;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.ntruprime;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.picnic;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.rainbow;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.saber;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.sphincs;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.sphincsplus;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.util;version=\"1.74\";uses:=\"javax.security.auth,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.crypto.util,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.xmss;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto,org.bouncycastle.util\",org.bouncycastle.pqc.jcajce.interfaces;version=\"1.74\";uses:=\"org.bouncycastle.pqc.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.util\",org.bouncycastle.pqc.jcajce.provider.bike;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.bike,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider.cmce;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.cmce,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider.dilithium;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.pqc.crypto.crystals.dilithium,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.provider.util,org.bouncycastle.pqc.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider.falcon;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.pqc.crypto.falcon,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.provider.util,org.bouncycastle.pqc.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider.frodo;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.frodo,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider.gmss;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.pqc.legacy.crypto.gmss\",org.bouncycastle.pqc.jcajce.provider.hqc;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.hqc,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider.kyber;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.pqc.crypto.crystals.kyber,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.provider.util,org.bouncycastle.pqc.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider.lms;version=\"1.74\";uses:=\"org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.lms,org.bouncycastle.pqc.jcajce.interfaces\",org.bouncycastle.pqc.jcajce.provider.mceliece;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.jcajce.provider.util,org.bouncycastle.pqc.legacy.crypto.mceliece,org.bouncycastle.pqc.legacy.math.linearalgebra\",org.bouncycastle.pqc.jcajce.provider.newhope;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.newhope,org.bouncycastle.pqc.jcajce.interfaces\",org.bouncycastle.pqc.jcajce.provider.ntru;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.ntru,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider.ntruprime;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.ntruprime,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider.picnic;version=\"1.74\";uses:=\"org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.picnic,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider.rainbow;version=\"1.74\";uses:=\"org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.rainbow,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider.saber;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.saber,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider.sphincs;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.sphincs,org.bouncycastle.pqc.jcajce.interfaces\",org.bouncycastle.pqc.jcajce.provider.sphincsplus;version=\"1.74\";uses:=\"org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.sphincsplus,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider.util;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.util,org.bouncycastle.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider.xmss;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.xmss,org.bouncycastle.pqc.jcajce.interfaces\",org.bouncycastle.pqc.jcajce.spec;version=\"1.74\";uses:=\"org.bouncycastle.pqc.crypto.lms\",org.bouncycastle.pqc.legacy.crypto.gmss;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto,org.bouncycastle.pqc.legacy.crypto.gmss.util\",org.bouncycastle.pqc.legacy.crypto.gmss.util;version=\"1.74\";uses:=\"org.bouncycastle.crypto\",org.bouncycastle.pqc.legacy.crypto.mceliece;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto,org.bouncycastle.pqc.legacy.math.linearalgebra\",org.bouncycastle.pqc.legacy.crypto.qtesla;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.legacy.crypto.rainbow;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.legacy.crypto.rainbow.util;version=\"1.74\",org.bouncycastle.pqc.legacy.math.linearalgebra;version=\"1.74\",org.bouncycastle.pqc.math.ntru;version=\"1.74\";uses:=\"org.bouncycastle.pqc.math.ntru.parameters\",org.bouncycastle.pqc.math.ntru.parameters;version=\"1.74\";uses:=\"org.bouncycastle.pqc.math.ntru\",org.bouncycastle.util;version=\"1.74\",org.bouncycastle.util.encoders;version=\"1.74\",org.bouncycastle.util.io;version=\"1.74\",org.bouncycastle.util.io.pem;version=\"1.74\",org.bouncycastle.util.test;version=\"1.74\";uses:=\"org.bouncycastle.crypto.prng\",org.bouncycastle.x509;version=\"1.74\";uses:=\"javax.security.auth.x500,org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.i18n,org.bouncycastle.jce,org.bouncycastle.util,org.bouncycastle.x509.util\",org.bouncycastle.x509.extension;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509\",org.bouncycastle.x509.util;version=\"1.74\";uses:=\"org.bouncycastle.jce,org.bouncycastle.util,org.bouncycastle.x509\"" - }, - { - "key": "Bundle-Name", - "value": "bcprov" - }, - { - "key": "Permissions", - "value": "all-permissions" - }, - { - "key": "Trusted-Library", - "value": "true" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Extension-Name", - "value": "org.bouncycastle.bcprovider" - }, - { - "key": "Application-Name", - "value": "Bouncy Castle Provider" - }, - { - "key": "Automatic-Module-Name", - "value": "org.bouncycastle.provider" - }, - { - "key": "Implementation-Version", - "value": "1.74.0.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "BouncyCastle.org" - }, - { - "key": "Tool", - "value": "Bnd-2.2.0.20130907-154046" - }, - { - "key": "Implementation-Vendor", - "value": "BouncyCastle.org" - }, - { - "key": "Ant-Version", - "value": "Apache Ant 1.6.5" - }, - { - "key": "Originally-Created-By", - "value": "25.362-b09 (Private Build)" - }, - { - "key": "Bundle-Version", - "value": "1.74" - }, - { - "key": "Caller-Allowable-Codebase", - "value": "*" - }, - { - "key": "Codebase", - "value": "*" - }, - { - "key": "Created-By", - "value": "1.5.0_08 (Sun Microsystems Inc.)" - }, - { - "key": "Specification-Version", - "value": "1.1" - } - ], - "sections": [ - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode.class" - }, - { - "key": "SHA-256-Digest", - "value": "wNhEfeTvNG9ggqKfLjQDDoFoDqeWwGUc47JiL7VqxqU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/Tables8kGCMMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "nqljr9DNx4nNie4sbkZajVenvd3LdMF3X5s5dmSMToM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "6NFcu+LwYrOVu1vukTQC/r8J1FNOppwYbFDzfwuOjvU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AlgParamsCCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "KnRQKLHlGsEVJ8EidWXYTPq1X4je6qaMx4jr2u9+3nc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "6onuwrK/G9XBGi1WAej66csiRz0CRvFjf5hEZXX6zoc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSDigestProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "gaeSSaq/DrIJ1+DYtxZfkuTb00EnroFcWB6c4AANqTA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/SPHINCSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "k3TMBJ/hrL6ypfccy5TSY6fxMgIXeb10En00+YIfW9Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA384$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Owu50vsHf5qAbU0NSrvrL+1BdJk7kIqZ7tB3HTjPRy4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/CRLNumber.class" - }, - { - "key": "SHA-256-Digest", - "value": "AKUE/51ZWo2PqRDjvNCkih56C2fVy+9SDFcz6Prk+Y0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TBSCertList$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "QEBQ/RK6uDAHGugpwwElwH2Mm22NG5oLjJ7NtdAH1js=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SM3.class" - }, - { - "key": "SHA-256-Digest", - "value": "swxgvalbvCYr0btJ2+TrTXewEUSmbhcBSBNtFs+jfU8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "emopA4bSmqw0qXkLufvQeeyYodMrejNOrc7DhgUDEzE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Frodo$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "zi+vPHqOJNJxAB6V9fYVDVrjhS7r9VY5EJ71W4rkY7U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyFactorySpi$Falcon512.class" - }, - { - "key": "SHA-256-Digest", - "value": "gnuKmdzuL7XbyJM0wq0uok+Mm5UkTv38xBOzZ7f1VbM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "zjSK99M9eKb708ja4nwwO7FXihMU+Rnmag+y06woUjc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/PBMAC1Params.class" - }, - { - "key": "SHA-256-Digest", - "value": "nwFLF3OnUZzCXDk8bCeiIC8We+mUDR1XfgjpdqDzDEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "JIF7HIb0h9z8CHDnwdKbAyHzJJsfYjz3y9Vt2YvcCug=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/GeneralName.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sb2uS+RlrTi00JsPxwM3HDzYTace0xWNeoUwRlNDUv8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/SPHINCSPLUSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "gPCzsXcwQq3Q54ON7gybNn3mMNcbpqY4bAJwgUkM/Ss=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat448.class" - }, - { - "key": "SHA-256-Digest", - "value": "0Czy45J3L1SNoe2YHcpz1/WYy3jbG491pyChNeWLeos=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/Zuc128Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "cF9lHrggYMt1sBzLZaoR5aAFi5KA1V2Ew9ylcxCHI18=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UTCTime$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ka7xIRgLP76BVtMiunvx4cxeVKa8H94wmoAnMJFQsGE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCertStoreSelector$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "iv9eVITRyObzHKa9/K1YCwB94WeqxVH7tD2P7mgWJ6s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/XMSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "f3TJfnrjsH3T2W2IrqeY4tS2HXEtR+x66fZnZ1PRCcc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/SubjectPublicKeyInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "9pWiICA2z/cLtrw8T4aYV+MOj16mHte0k3bbkgC33nc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/GOST3410Params.class" - }, - { - "key": "SHA-256-Digest", - "value": "JgqJ5HG8nKLl1zg2LFYr2HQz1dK4v0IdvyWMG1zj2wU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Zuc128CoreEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "4gFybQdGM6VSaGndhm0zZvYyb4L2EWosJXdGyvSeZq0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "PEFr49LJunTvEh12cgze90c070f+Oge+WT5UA1mVKlA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseAlgorithmParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "6xJ54zONZw1/xk9xKLFqIPTo2MhOwlqh/IOv/5sd1wc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$MD5WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y9taeE6zhS90+YbR2H9DhnQ39zcz3qyZQ4LnCGpyRPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "ITHy0y1BYiIdsq5LA/RqJGmp8Rt4OvSGeu8CXdNEZmI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/KyberPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "O0YiJunHD4wKaa9QkkiQEgJb4MXA+GfOvxNdtxoeCwM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ECPublicKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "dgIEGBCSTlN4UmsbwVj7Im5FX3Jjg6ME2IIbYaDBMf4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$29.class" - }, - { - "key": "SHA-256-Digest", - "value": "0Ea39Cj/ZfeKry+YrDuuCmjGNeZcZgvhGo5zL8qgCHw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC256$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "kEL82gmeCbshewmzGB5kppjL7qAa/GzReXtzEYN0KdA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$ECB_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "fiWGmiPfLk48sPH3wLd0YmS8gtl9EHB+pjDAplRLAE4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/Tables16kKGCMMultiplier_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "9A6q4cI05YkyjIr08LxuV1u0xk2QaRcAqjEvYuO6W8U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "t6JjkOtL3H1nvKws+T+zL3w+RViteG1Fabs2d91m/YM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DERMacData$Type.class" - }, - { - "key": "SHA-256-Digest", - "value": "X3j4D2hSiwZwO2B5bvoXTO8jToqhfgCRNehGx6hZOgc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ApplicationSpecificParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "oPUFTXwub1SNQ33UUilMXFpY+33zHMPxnpFgLqg51KU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/PKCS5S2ParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "cl8+OVZGzAeOKPZiivnYGSZowTqSUYcmg/O2QE0FGv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecNR384.class" - }, - { - "key": "SHA-256-Digest", - "value": "tLoklqOadmFxQyake65I5rgPV/CQhAoBL5x1okgWAF4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERExternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "K3zlc6e2qdN8jzobS8T2LSPX2VIpIUXqf83ufF3KtNI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/ECDSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "HdDbNijd5YJzLxd6bUDiXgXZPBI3GnbnxCiQiR3b/FQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$20.class" - }, - { - "key": "SHA-256-Digest", - "value": "Po/1QjeLWLXiZLTd0GfEMfAiITXozJ8q5KGggChCAHM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "IA91MtqyL3IOldXOm2diEDQSTo+zwiIoytoMZpP7XQU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XTEA$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "CmW96sFs1YbMpBTnhQP8ElcdZ9xTizrv2bhwvzV/oRY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/KGMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "pzEFrLSh3TT4Jdm4KHrYjjguiJZOuex5IOW7B30eDJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "sMSRIH98so39/fa91FTWpRpisr3J5UtlmyqU66H+SKs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "qkIe3sKRd8gdDyEGOPdCoexSuG0pDtWeGZL38rSB6Eg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/DomainParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "6idrsRLzYcOXk+ojtkXZighiLyecM9cPd7bKvsXeu7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/CramerShoupParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "njC+xM/M3N5ayuNE6CzK1pwURM22Iej7BbQ8loFHTN0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p.class" - }, - { - "key": "SHA-256-Digest", - "value": "f/Ytafw2gWuGd//qjMnSLy1KTSYM8iYFjNWl7yW2vP4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/GOST3410PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "xY9U607y2eupumZWc3/7UmqUjyk5rIQeKaBb2l+1z2k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$ISAPAEAD_A_128A.class" - }, - { - "key": "SHA-256-Digest", - "value": "vJ0w0Ct7T0JhH1YHb/jP+fLKT2F0T+aKhvID90dmnWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF1$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "wAmQtJqraw8KKVni2VrCnTpyvcW9v6cmlCZ4U58Xh2w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "sNMJp5UTxYZR9QKem6aU2XyJhseZz1frTjE7Fjes4yA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/SkeinParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mdx6b8NUfdoVge4r+SjqMkr4sHc0KmnBeJcEJCrNOoI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "LVCTW8uBDDWkBQLa1M5FX/+wOHS/XWHJonafimhn/ts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$GCFB8.class" - }, - { - "key": "SHA-256-Digest", - "value": "lskaKZAJOndT0oi+1LibM5I02j9BsjYvVKju4oxK9tE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_256withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "JC0cubOhNtGz/32HQ8uJxH1S2OjVPBFtCXV5EuIFoyU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "9aKOGNMYVU6sL/67xKc7l+1sD0OvOVS6UvfUmlPhjyE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/config/ProviderConfiguration.class" - }, - { - "key": "SHA-256-Digest", - "value": "1RpNXkMzOq7k4mBwCchCqfReTCxkneLgYviy9/cCHYE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$Wrap512.class" - }, - { - "key": "SHA-256-Digest", - "value": "vYzbvVralDDsA+Yw+KxJzC4BD3D+/65cAksfZt1LGGk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "590qGQLsHExyDvFyyS3j/OXA+YiRwS/O+sO0Y89fKyo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "oEkU10PG17I4kY6rkCft1cmrgkocJXERtzYmUvy3/jQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AttributeCertificateInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "SEfFgzkrEqXSEoO4V8n+OLfPIRvDai/iR8PA11607Sw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grainv1.class" - }, - { - "key": "SHA-256-Digest", - "value": "k5AwgyC+wI0fayUrvcRAsEct2xQnWWFQH6aSLegDk1w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "7MePjmpZ38HGGiVmKGtx//3vrTWSJQfsKYhRQmkpNFk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Doubles.class" - }, - { - "key": "SHA-256-Digest", - "value": "6jtH3KEhnZ9GoV5UvoFybj5NjkaRp0LmqAK9vo//i/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/OldCTSBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "0pwMhf4mzPuMF4DlN7hP8/9bZgIElLm50KfH+lWscZc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/CrlCache.class" - }, - { - "key": "SHA-256-Digest", - "value": "8/iVwOaOvOsbJ2iKB2UYpvnJT23NnG9p8U6tn11iT7M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p$Gaussian.class" - }, - { - "key": "SHA-256-Digest", - "value": "4H6leCHT6dVAsztqOkNRKOqwh8PFVtQgI9K3DebOK8U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AsconEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "iS3GDfWRtUE/3TtbZx/5Q0CBsJuDlazAJzVzhgqQDBY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/kdf/DHKDFParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Bq6MMSuUakFI6J5vUZWf35srpQhl76gLN6Nsn6S87A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WNafUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jTydpIqbMrpcIi9ceu5qoo64Ygo4bRY2jTFRADsVkag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "n/MF2eUekSHuTxlZTvFggVc8MNgB4z+fEPDi1bP+2oU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "uXD5KNI2yPtJIRPd+JGtWEeDg+9QuxOcdH/dfnYBk54=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "uyftMD9KPHKFuouCv5o+Qnbmc1Ob/c2bRfNS8MAzxl4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "urE8KQ8pIetSuJK9UGnPUe8JUAnP8kv/rgu0kiEmFm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD320$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "45flerRaklfkQyjOd4sLmGX6Jyxr9updxXwXVo7Glek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "zlo0W4piak5RxFvAZbEv1HzJQ6OVdYIUNgxe9geOgck=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "CySx/zy5/qszpZ3Q4nXBcLzNWw2byddwS7bDlczLgQs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "duC+uCOpoK7RS8qJjmRUpFa75T9KbmUWgCazyLoTxFk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Msg.class" - }, - { - "key": "SHA-256-Digest", - "value": "cG1BFw3mG9LJEealNEhSXp0VJwje1BD34viekpt9OV0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "9SFlNzlI1xUj4T6ykAz4+QtWOw8+XOpHul3uDys9Tg4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$29.class" - }, - { - "key": "SHA-256-Digest", - "value": "TSKr9P2gSkU+aV1aHkmvFb8bRYaTR3CPGfZ9Pj+hDQk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "8CpfHZm+n7EpRxxKkK6UMBhju6dKJ4rNpBATmjLKRG0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "hhD0UsEJnyYZggP7DjO9WMo/19TJzwDdAQZPBVbPRhw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/EncapsulatedSecretExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "vrpvbcV1hL0r6mfp+6i6pO786DHnq8ndCUw//I5FBRo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/anssi/ANSSIObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "hqcSAg6X9zrw3pYn4Jzh2dOlFZCCqTuRvXwo16ZHNl0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/XMSSParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "gAwKNGEzgK4Ko30EmP7aGI7DgW/2meAHWf4u/9u21IY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/SamplerZ.class" - }, - { - "key": "SHA-256-Digest", - "value": "UDN+os64emyFl6XZd5f74adqcu0ybz2ThjrCaVvsTvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RSABlindedEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "rKEWLQOJJbpLwBgi6TlcB9piQed0o4Qd9vWidN9Lzvs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKeysToParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Va7MUCMM+fPTmEPo+0AjvoN6mjufgcIOCDPg+lBYH4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nh6PaeJx4QMJsEV7zQPLSwCjsYnIL921MJ5CK6OBijg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1GeneralizedTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "I1YZ9m1IaZWs6Qm7WPsocHnb33GStYDXN9wBI343ecg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1GeneralizedTime$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "JPODKdZ4qKpLB3Gf4aAe+kPzLQCnZe/yi+VIkEzs3Xc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$Shake256Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "XOwMS4DA2E9pVuo3py1EJHIZqw0R3G8eaxCL4d+L2IU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "JBS8PqzogNBxblf43KMihzmgzPPesHXI+Q46KA2t7r0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/PolicyQualifierInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "bWJN3kxw+7AaglTjCGcU0quSx/SPurNmjTpoxUYB5EQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "nurBcKGiU4PZkYdyZYs6LAHGblgBQbulc8Pg/Eui89A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "w9syyG0l6rDFh87RjwtBefQnykpdUasVvBgHnOkLUhA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "YQNFg23gy4xqk/6WlTKES71O0FLdcL8z8TjTqY6uj/8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "lXbI5AZ1b9PJURjCZnLXaqpQP0/LjC17n3SaR6j4T5M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincs/SPHINCSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rD3waQpy2ljMisBH9Oi7VtpVu4lV0PDrnFHuWqJISUQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/LinkedCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "EEvy2vU+koQcOLV4feHYtL/Ftv/byb6EXrvG9RZs8qw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "iLXtdsIrGTRzEvjtzF6LwAJ77Q3uQTDLqewMNJe6uJk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DESParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "KcJcNWRXrGNhemKUMGRNPTF9XxpMS5XaYanAMf8BcD4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Sequence$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "JJM1e34KVNhZqaNlbTyOicvngt2ay8UuiiuLANkzE4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSASha3_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "9RqkLx8vwx0aVXUGliqwZWraheU/HpzGSFgYLZqYtJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/srp/SRP6VerifierGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Y7taEJvCO64qTuG1CQ4NSQ8fWUgAgR+8TQhI0zlrC0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB256.class" - }, - { - "key": "SHA-256-Digest", - "value": "aa+2SaED5Fv4emRYuy/+J2ELC1GyVCE3ikL5+XNCJYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "teTpbCV443gWptk3aq//S1JAgPLM+teWVM6+n3hO25Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$19.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2TJvej5SdoOwGUIYRTx/57HmHVpgPNlEiky/ArMk7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withBlake2b.class" - }, - { - "key": "SHA-256-Digest", - "value": "qBdPhqdAcRKztBKyi38JmQ+JeWUyBKBCjY7eyfS8PC8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/SignatureSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "CrDexygroAf/oH84NQGTyIDCr5xcX4GMIoYJoDbt8zM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Rijndael.class" - }, - { - "key": "SHA-256-Digest", - "value": "b9Gi8h6lA9ZRjViLF8STwXQlOpTniVl7mDTVAMGBhpY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLAKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "HhRpdnct/X7zT4deqZLBFSesPhbBr0qbqN/Ka6Yy24I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePointchevalCipherSpi$McEliecePointcheval384.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Ge96aXGeDtpRgJJQzMpFSqMrjnGDxvnFthfzYu7erM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA3_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "LWXJf6WfFXZPLc6xW6HNE/USdj+Q8D31j6LsHlnsDa4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/JournalingSecureRandom$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "GW1G6VL4PD54I/ZA/wxuibRlw1ihcMAmvKe+3n7Up3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC128$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "He2nfWzphGcoM97VE5UtSPm8y/9FjdN8yjeSlikjHvE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD4$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Iq0fhJZThl1gtDqa8/pEye4ORJRwJVu1+l/lTEWJZh0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/util/ASN1Dump.class" - }, - { - "key": "SHA-256-Digest", - "value": "6aaCv5NXob/3wDZOefB4t+v4utDlQBLw9cSaXBYOGQg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/KeyEncapsulation.class" - }, - { - "key": "SHA-256-Digest", - "value": "sjAyegKZM6rWroUce72VLInT6EuwsZ7MaOGgROmbEPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/Permute.class" - }, - { - "key": "SHA-256-Digest", - "value": "cMfXhRjwmbVWeI4Shxa2AN2zv5wVlRj/nOhE2LPnLUc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "6rjcWOdScmy8/IH97mkCd/krEDzeSbCr9TboTZxMS7k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "EgvGF/XpvbyyJ1PyVzbYm74FXCbQGH+N3AXxgvI7P7A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Tree.class" - }, - { - "key": "SHA-256-Digest", - "value": "EDlnkOyMA+S02F/0skQPTZv8ax2INJ32kv06l8ODa3Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ParametersWithSBox.class" - }, - { - "key": "SHA-256-Digest", - "value": "0YU5UvBOClPekwYs87Qf8XQPbQYamQFcxX0BSxZdQZ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PEMUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "4xJb9GpFxUmw9SRSFLDJSVqg0MhF5lAt10CngCoiOK8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMOtsParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "+pSoSsxc1twszY1z9Ginih1zbjcFL5w3B5Wp29jIl5c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "yFB2iQQz+yW8oztPBRqwWp6LTT30cSJDUt6XSJ6jRZM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHAKEDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "VZFxAv96GCckMeoGX8UvlOCUZgv7xjaPqS/bmlwiaCk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "OWNnkhFAbBj18sO14rXfCYM7dc1qH9M1dwr2Zzv5rsk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1BitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "QegUwplH5XB48o1O3IpuCBtMgeEEZ1Lu8u+QVA5TmVY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/Poly.class" - }, - { - "key": "SHA-256-Digest", - "value": "I18Ao73R9FcC2cNyq9gev1DSlict0q1mEhMIKQnqEd4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/RDN.class" - }, - { - "key": "SHA-256-Digest", - "value": "yLUDaNt5DIDjRhyp0t1dYi1xiHqRNgOOanz5neJtfVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "IdSBY4IYBg/6S2KJvvV2Thk+Em2Qv6aUhBQOdHRRQRg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestTupleHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "7bs2g7PuFOdFdduV9DlYZnNefA4QqW+RjmLY1Skhjiw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base3_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "87Gsw+9S171jg9TSa4Wu1nGcMoPXy3takrsqrMjjde8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EC$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "1hIDeer8ToUqY8l++JErAoc99wjENWRitEu8W3zmMNw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "9dQryH0iCardlSqug/Ha7BgpOhV6qgWgRC0FoxWCo2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/WOTSPlusPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "sSp0Ld6Cc6CN0JUPKmuJChwvrK68Uly93BhIk+za0Vg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP384R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "vrsVAvS7RimoQEDQTAyIAXI4F+a1oA9XHg8onM4hKuQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/Poly.class" - }, - { - "key": "SHA-256-Digest", - "value": "u/QHqbYAS5NSes+zMjZXUJfEU80HQU/WITWoosh7Qy0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "3wysq77wNqxtqbfrrYd7+FgBSD7h0otgAwSqrXQkLJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$LMSConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "0nxN66B4i0MiRFEm8Sx602os8DoReewHlf5uHbYlCjw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/CMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "9nBOAqQnjO8gxukp/YmGjNrAGNF3XiJyRMU9OaOvnNQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$SubjectPublicKeyInfoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "nEhjjPumBrmBaXI2TKMsz0wp4uIGLaYD00VkjTndu5U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ECGOST.class" - }, - { - "key": "SHA-256-Digest", - "value": "VQHNUaxZxIY2tfOzU/8RfaZ+DIGnRFdbhZQRodsIe+8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/BCECGOST3410PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "eWtGy+h2f7/8rS59PHUnX5/qUzoCgUUTrosClAuFh2o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "UD3dbkhr5Vfnp9IBQGObDmVEPEDyHGtJQHNuPLREV5o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/fpe/SP80038G.class" - }, - { - "key": "SHA-256-Digest", - "value": "79nqd55tqmgd7qlVjFpmPfiVOviPNzX2dLWlUi2/7Yk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dstu/BCDSTU4145PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ulCNbYCLa28xOIcV/y28t7XyRD3b6NxI0YB1y5Gg/AU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ECGOST$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "bbKAnc55xHQBSpceYAn757ArH+xfi5n1SglZT0m10Js=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/KeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ue2n9QEHKTQ4c7cE3h4V1lk4+CA0xhYf9YaHJ3Tdnj8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "i5WF8KvOeDZrGIMDSBDBZFSAEIenaVcaw4UFcV47F14=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ixnWaCT44J+feWwsy5tAf5cOvc1ue+SvhzVdhva6hgA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectIdentifier$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q/0kCNTVq/XUb56XlLTNZ8sYsZSgsHdxvFS758gc/eI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement$Fp.class" - }, - { - "key": "SHA-256-Digest", - "value": "kBRg/GHvvSlCrdRTsCY+FAmdHfSK91CnmPIPmkBjrsE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/tools/DiscoverEndomorphisms.class" - }, - { - "key": "SHA-256-Digest", - "value": "irvupzc7/Q4AfLJ5RE17Ay+AJLqbVp73COTC9oUBDpo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$15.class" - }, - { - "key": "SHA-256-Digest", - "value": "JgApo8+dZDC0Xh+kgCa9GftiSn4BLendwqvFsxv4dQU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/RSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "jpJGbB9Qoqa/p9tyomFO8Rel7FnB6BUCKetw0Ew4Vlk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/symmetric/util/ClassUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "nOHsRvq2J/y62CM2RYqSE8BfsU34o1l9Cyu5bwGVltU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "1QCTyuoj7+vShwFOTV2cLw6CkpsAy/OE5WcHKh9o0KM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "QJq7MIEkpZYL14MvTODBQ0Fm+CZ4tlp5pxUGvn842uY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/FastFourierTransform.class" - }, - { - "key": "SHA-256-Digest", - "value": "cNeL0TYOvURsoThHh8mw/M64eB0UI6v1Q2wIzu6o9zI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/gm/GMNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "4dQxH5HugcYbppICeMQJn5oq24kHkSjERiTqMuOwY0w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/KeyDerivationFunc.class" - }, - { - "key": "SHA-256-Digest", - "value": "df1iYV7kAPgVS8+qCRTuRa9f9+0zL0B2s2IUOd4QZn8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_1024_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "ouA8cXBBMHjKviolsvi5OQqZYyGxLdeDg/FE3NDd70g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SABERConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "JhNhP/z2Q9Zsg1rp2+ndl/2Yju6jCzVjAO9MccJkwHo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/HQCKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "YFrqxJA5KUF3ULsRNGKYs5ENlC48Sms+16CuBZesgWM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/PKCS12BagAttributeCarrier.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vb9XnMIOcPm9w1djalE/FY8xLiwmD+d318q0KZyjnrY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$F2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "RIT+8TDjwQakVLaTL82YOu+0oVV72RaNiaiAlGvmUxo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/EncryptedPrivateKeyInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "mjdG1TAzsnViK28yFmyrh4schEf3eQi7LRBM5hHr6ow=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "nxt5OaYeFy4Mu/Mh30nYaryTW0JA0D0exgI6sv3p7p4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowSigner$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "DwRcflehxt4QK8WO4uq7Oajqy/h7m68aWOa58f/19IA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Ed448PublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "b00eTdhCQ0rCQXIGkvlSeUTTCTaHRlrK8ltHdT5yQxA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/PhotonBeetleEngine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "EUBi/OjCXqi1xOyb0kpcphgyJu/V9wMQHa5lO7SWs0M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Encoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "hcdE/7wAVdEv9hdJhEpky7vYCXTKr7n/WmH++nWlCT8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$DefPKCS12KeyStore3DES.class" - }, - { - "key": "SHA-256-Digest", - "value": "kiuCHLJ/UKEDNWR+lBTXlHZSf79i4/lF/LQ0EUl7cQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseKeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "7aUbXF63Uh0k9N/sYBvvweko8OcqSMr1jqP7IWUN7U0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SSHNamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "ORH+v/yPe66t7vXRP1WE5vxwWCN9ZFlfBKFea4pbU4Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/SP800SecureRandomBuilder$CTRDRBGProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "4XJ8gUQPEDUEyM/g90hFhwwxn02dG/ST5/IIdYK3Hdc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialGF2mSmallM.class" - }, - { - "key": "SHA-256-Digest", - "value": "KgpwnqH7L5WVAPStf5v1jLDExTMgqmKbzmDnvVnPZ5U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withSha1.class" - }, - { - "key": "SHA-256-Digest", - "value": "wLhmFkAjXsfGmCJzvNuz2ozPz+rlJnVcInJ81mTuVH0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLBitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "dt99h1kOROEHGJoLmMq/9aMz+m73ixDTbFsrbzzUE5E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "zaiy+9x5OV/89JjegeSvb+KD3FaQvS2Ai3hADY62fvY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "x+tg2scwPaUCme8yuUT03z+lKV8PsQBjry8zZQAfiho=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesRegistrar$Property.class" - }, - { - "key": "SHA-256-Digest", - "value": "XGoNzvQtovCxB+Nir8zbGwxqY19w4HVrSJ6qBDJwEG4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/SimpleTestResult.class" - }, - { - "key": "SHA-256-Digest", - "value": "uWZLDhJ/lFKChW3fIvsgrAqmKWpZUDxDIoU1D4pMFLk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/AlgorithmParametersSpi$OAEP.class" - }, - { - "key": "SHA-256-Digest", - "value": "m34ete7uHa2hUoUC45YA2e5xpgxIaCSpo3uKHc1bnV0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SM3Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "IAUqsB/xK+hDZPXd2qf60qkbP9LIcFN+Rs2XHgtiuJk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CBCBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "NV9qh+QjVFF1/3Vj7HnxYeOEyYel4vcpcp8lr4kmdv4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "S2mVeh6T5fR/7/QD2GbrwM3XYkAubWEgYuoSq79kNm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Boolean$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "5TwqV9uehi+3yJafLQxurfrnQq2qeYBxP9yINRtVfWU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABERPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "0zCT1kqZSIeFawf5GvTRm/unbyuzLSB7jaWeAso5wqQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/CrlCache$LocalCRLStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "oUtM9odsHIPRV2bhPQkZz+KkrWJ8zfAbUKTAoQHhTR8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/hpke/HPKEContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "c+SzjIHLynkSovmUOTTDLOOg0siSXZeEJBlfUFHZuvM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "nAn4P3FlGWBXiZBPm5M9FAY+QhBfR1MT9esAYqiv3vU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "8D2Mg2PUtcZFGAljzb3e4d9qM5/AH6lEhqmKPgwChN4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$Mac32.class" - }, - { - "key": "SHA-256-Digest", - "value": "d+pCl6HYGUr4yafxVtA4XPnt0pQyckgejFQhU9rfrzU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$23.class" - }, - { - "key": "SHA-256-Digest", - "value": "74YBCG3kZKdeLnfOO40RgS3UXU5fgeHW//+M1do6ZGk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "dvoY6TpeXSs54SkUcrYKWTAlEfupE2TOCu0GQ51R0Do=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUParameterSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "ls6S8rGcEhCSYtcZ7wtJBk90TnjdMJK9FxJDldNZRnE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NHConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZzoXqt3+4CgW6/VpAc4lNqxOtWIoonzLdMaYIW2vy/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/GLVTypeAEndomorphism.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xp0H1Uf80CerZw2B9owzTgivHA2UukQE5h497swNhfU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLBitStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "LN4VoJOgYE+rgmmDzoZjnycUalwHV3qNNE8mz3fc8Pk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Iterable.class" - }, - { - "key": "SHA-256-Digest", - "value": "PUpNlBZWvO18iRx3TW3MASJmbE5kXSbImJktqXpfuv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FPREngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "Py0t4Esq9xudfrdoGmtaG7eK1ls6Virkzm/QYsNCKKw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/interfaces/XDHKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "lNAzm32CKxo2rEZS8/LO+hmDvCI/7S36aEBA/yBZvRA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/HQCKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "XAL/2fQKAdKMM+Z51FJV3uJPrZVDf0HzupBPGDO7gaI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1T61String$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "7Fdt/+VaF4KlvrPrDg8Eu8TYmDAyrsNbQVqL/PP5iYg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$AlgParamsGCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "4V3LTqM8gR72sR0IXPw0BFoAbcYgCtJTm5/GPmIy880=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$AbstractF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "DwTa4IcSFCfpEZwucnV0B932E26nDDAadu5UZakrvBU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PBKDF1KeyWithParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PiTXvxCkN97USIwQMtsF5DmDBtvLuS9A3BzE3aDNISg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$TAlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "+0z/5ujef49IUBjGf+SuI/VStNUIQpqngVe/d1lTy+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/ECKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "IzeejIyxzqKvBcjTPUrymXKVhLyx/r1qpY0Cq9R3/GQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ISO18033KDFParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "0CXz/SoqEpS1F8skjfNszxFvmgVdX3nL1PlkNkxswg0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/KEMParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "YV1oW3ha1NEoDmSVBLz0FAzopYxcI1qjVGoClHjrlBQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "dGL0+Vax30ZXPiUQaS5NdpbZdZStB3WbCn+3rqNj/MM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "YX1+Xmw/Dv4wsg2nrfvlgqqsa086UUbcHBA5VnYn4og=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/NTRULPRimeKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bk+nJCSxup4WR8AgP8vV/guC3SQdLF1ZgCO9emyCdXs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "fmo16Vfe7EO7yDhM27L6rGlN5Wuvwc7v3uc32y/zl8Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$HybridEntropySource$SignallingEntropySource.class" - }, - { - "key": "SHA-256-Digest", - "value": "X8LoR/Q8A4WciEALkYjUlauQVttlk0yKHJZ8HYQq8dg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$AlgParamGen256.class" - }, - { - "key": "SHA-256-Digest", - "value": "YteYDfGvzl3yQhrDIz4oUbJWv9b3WUv+WxhSIumwd9k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "dZdez2ORTjjS/c+NseKKEHQJnBmbV8SkM8Uwa5xGTOE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/Primes$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "u7HLWv9XYgWq/aujuTeb2ktAcTH6L+ruE07Mgzo1TPk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/CrlID.class" - }, - { - "key": "SHA-256-Digest", - "value": "nEfv4i7IjMHPq7v3sQhU0yKgPZ+NPuu/QoGEYKbEBcU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/SecretKeyHFE.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z5QMphRkRXxfMhrIVqjL87llU3qb1TNV4KAcX2kk71o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/CertPathValidatorUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "zagreJ7QWw6RggGnGmTkZ4N4qR4xq1GpXo8y+mx1xrg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/RawAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "XPAcbx7rZkVGEXkL2vy2We4wObc4iZyisyTEoonPnpQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_256_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "cIObhjPhjcTMM1Gbr9iFCpl+V2W79+mGWNdAgCRWTgw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/OldIESEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "8YdTwYmJzykKuZ0OTeoxrLYs4bnniZyfP3k7pxxWsQc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SIG_FORS.class" - }, - { - "key": "SHA-256-Digest", - "value": "b0oFP86LsxI+y/YRHA1AK+pU60CD14GPOydAa+G6Xpk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/SignatureSpi$Falcon512.class" - }, - { - "key": "SHA-256-Digest", - "value": "uP2KVae42SALxhPqnjwUbKvQPVFuntTPC+rf7b5cyhU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSS$PlaceholderLMSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sf5YYMHxPNcgUPhN470glmqosoN8rsxOy6CZd0kdpuw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AltSignatureValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "pXGHBVrltJeTYS84X79fVcNQfQfmj12bZExXf5lapfg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/Fors.class" - }, - { - "key": "SHA-256-Digest", - "value": "JDON2l5I6Us93fdvvmTCEOy//djKGEqCj4omMQ2Xlws=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/SecureRandomProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "mTlMy+1qhnmi4YuRM6MzRUanEB1aqjuywkkKEsxMvcs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/OpenSSHPrivateKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "PzVRRsjxqTziSWxvov5zwCeTwgg62ZLGGfP+bESSjSc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/Wrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "YXNWwRWH4/QVFog1+5PN/+ecGhQZck+IioJXsnwTmZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/BasicEntropySourceProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "KoDBn7Hx/wu2IHstPm572tJMWqvwdP4L7nSWXIht6D4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/encoders/HexEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "LMNBRBU9EYBw+b8IhVvgF3QTXdXmyB7IFpExMgMrOLM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicParameters$L5Constants.class" - }, - { - "key": "SHA-256-Digest", - "value": "ApSn2vqIMNBDa4rAfhkrRcDEsWwJRYdvy2du7mtCPIE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "54OM7CfaZ1FH6Z9meDcdIs8aPL//GxEE5kRhtOCWNKQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABERKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ipo5d22L26CF18chEa2IbCrOMgLFCQumdYhLYkFZGag=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/CBD.class" - }, - { - "key": "SHA-256-Digest", - "value": "eqjZ1PBDXQenFCiwRPKdYjDo/xCM/zFmXmeTYHuVMZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "M0rt1Zvzrp2ulZP6NMDx7HbYK+yXr095bPm96URVAqs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "NADLL2BjkaYuib0Og7gjTCPukOJd1OtNTalvt/eB66s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/LMS$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "KktkKACgHuKmzOiTU6xvozAPpIvN8Bd0R85vXT9hk6o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/X448Agreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "RSkJNcB1Vjew3xe3GyilRXgVQFotSvZna8VD9JqOvrY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA224CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "xi8du3kYxcRELuJ9RBZF9g1Ecg/Sy8mqKTVjnYJSqUs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/SignatureSpi$withSha512.class" - }, - { - "key": "SHA-256-Digest", - "value": "5sG2I/LgZ1Ehud6RZFSH4w8hwoy07S5mrWqQFxL9z3c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECPoint$F2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "b9BELxstQoK4SPBfkPIu46zIU3F+XOWWWc61hGKIApc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$SHA384WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "HV89l07MW3AKg7n6VGwe9ka2c+AGFYL/ZCWzeoMjt2I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimePrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "kCH4M68qJSuLwLVgcHZo5sG8OXBTZB5s4+kg+1CNVhE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat384.class" - }, - { - "key": "SHA-256-Digest", - "value": "6qsx5AeKMQTF0rqCUjirR0rMEBmQAl6jhWUbrQbqJ4o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMOtsParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "famSt/Qmk3fxSKrM7iZMTMTAHEGJOEducOMo1lzGGk8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$24.class" - }, - { - "key": "SHA-256-Digest", - "value": "4IwmFEn36CrzMdtgxI0YPGCshHATod8LHRltmepWXSQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/HKDFBytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "2RKB/xDAGuPVcBXPcemPxGz9E6KMqTS8dbBirCt6xYM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithRFC2631KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "OWA62sBOoQOb6VGrY6IHGKsfY7EIBnNv0kBPaZ04u+Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CFB512.class" - }, - { - "key": "SHA-256-Digest", - "value": "eQXYK2fXXcUU1znMqYeQ3GzmItqzPtNfFCd/muIuChU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/LimitedInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "nEEkJhJ4nMOIDXqWjxcvDme+mwEadYnBQD+ihpkFPn4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Mul_GF2x$Mul17.class" - }, - { - "key": "SHA-256-Digest", - "value": "kT0R8hS7a5S4gxGxCz8nd3zNuhczR/vog5af4WkZGt0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/HarakaBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "HxMcvFiLYDsLmg2qxZ4Ou5I6w6pmF42RpCHD6oiLS+g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/LTreeAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "W6JHFL0lTmCZycZOh8ZlTTUG3gTUI0UIsA7GwMRd2Iw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "K/MnpXzZNClxCZMeRdzjw9YP61f/ITvDHTG8QjaFrWs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withSha512.class" - }, - { - "key": "SHA-256-Digest", - "value": "K3mzUfW0+1IktvtkdEWDW1rbpAtoAH5/Akz0itbcnb0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "I92aIzajXV0fJUyZ1Lp0l3gD8oZ6XJ4/i1rcg9ZU/yY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "TmFIWq+5OnfDl+VdiMcOuv9qqpp0VU/KsbMyIPz45is=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DEROtherInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "/oimHiRN819azHKnX2flm/3zdwiw9tePYSx+jyYU4Ho=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/Zuc128Mac$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "hdVYK1libsgEPAkFLBBQUu+YiZIrap7bEEs82+rPTvI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CFBModeCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "taanhrHaNChQlwXwaAhMvWyb5dNuKktj4mJC+aPh+fM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$CMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "mJvvwpU+OOF0M571EREscgjlpca0ICKTUjkA+vxiAIk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/ECUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "x/G7nFyDH3uCmVhFXehqUOgLyP7BFqCxnjW6FHcPfuA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/RainbowKeyComputation.class" - }, - { - "key": "SHA-256-Digest", - "value": "9ubN8WHQnQQw74lKcOK+tsJb3OQGGv1/Mhw6i+19ZJI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SparkleEngine$State.class" - }, - { - "key": "SHA-256-Digest", - "value": "kcuhy8huNZm0qLXCbd9JpRnGN9qLg+8RavmVg0zmKnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/PEMUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q7NjxMvS39BtmUiMotER7NP/7u28gnKJ8mnj5wibh3s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "fLA8lCP2g4nqXFk2azlGLAPxAWyzrNGYBqoEI5sk+VU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "u/tMaDqE9xHJGQJ611HBPc/hYGMyj4ILBv1xQrnJkZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXCertPathBuilderSpi_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "REWMmfRMPvV44etNNYebN+Quos8ckrxdH3D7stkr1sk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/ChaCha20Poly1305$State.class" - }, - { - "key": "SHA-256-Digest", - "value": "roIL3oiAYNM9bZfYlyHNmIeJQIjWd316DlI8df7T5G8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$RainbowConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "mj3dAv4LFXzWunQjpInM+eRYSFkvsZ37XkgcZBXJHnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$SHA512WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "u3m2tyOS272GfuhSBDW5W6WQuQSyD9WJ1WzkM4Y6u5w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$HashMac384.class" - }, - { - "key": "SHA-256-Digest", - "value": "LjAEA58n6nZecf9fq2unUHpEHGXO3ROv8uUVd0pFjnc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/falcon/FalconKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "i2V8yWDg1P7XqiTk81RQ5B8BjDoVIfilvwzXrMxrzUI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/DSTU4145$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "xC1MMZoLuL1BvD/bGqNGnvSSEKjGRDdEbNIJktoq7/g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/ECKeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "qqkJMJ+mbyk8QoQ150G3naPAEWgNwvTy+D5ews04Kks=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "h86W5JbNdmIZPjf3U9gEkw3bTLKzcyiNXRlru9I7oPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/exception/ExtException.class" - }, - { - "key": "SHA-256-Digest", - "value": "pq5lrGpo14sGm7zzYd33goIy507w1WUFq3OnXQ4+vw0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "jW+z0DG2/t9oV10pFKZIbHmK4p0J3D//U3uPG1VC1DI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicParameters$L5Constants.class" - }, - { - "key": "SHA-256-Digest", - "value": "jcgzNIXxcM0yqKepxxxmNjA86lONENfxp+p4LGhbU/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUHRSSParameterSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "lFSKa4vCgUb6FB819OPUCq0eR9T3uy1LOkDdD/rCJBI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CFB128.class" - }, - { - "key": "SHA-256-Digest", - "value": "XS3GSaW5+jay4oZtBKHmTv/uT/G7fJRXsX2Gmq3LGL0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withRMD.class" - }, - { - "key": "SHA-256-Digest", - "value": "i6AF8iMcYeaP930FjB5pizaWM9tpvn5LIVeX4fPjyKs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/SavableDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "NHE3AaXo+txqgXmWjZKCZQ2NJKBdypkHoi826PlHj7c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WTauNafMultiplier$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "pSGfJ4N8idqxfbA+7QE+14b14gmjYhauCPi4keyFS3k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/Tables1kGCMExponentiator.class" - }, - { - "key": "SHA-256-Digest", - "value": "v56bn7/uhDjwNEXI+36t57Gc9GdeUiiekV+ZHSdLGv0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$Sha2EngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "vngcYBuwMD9rGHcjmxxbs9pmYYSCLzSRxNElhGp4xCo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$Property.class" - }, - { - "key": "SHA-256-Digest", - "value": "1+7YOMlkxZj753w/0cHjj0uDykXIHsvRCcD2RWjNfEw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/ExternalPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "APZGQybBULTf3IaqYuXfwbttPjTASOkhVXTAx3uXoIg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSStoreableObjectInterface.class" - }, - { - "key": "SHA-256-Digest", - "value": "oGiOGUfmcmKEaVjB1TNTiuTvJ4M5c+l86voVy04w754=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecPlainDSARP160.class" - }, - { - "key": "SHA-256-Digest", - "value": "Grz1wh065ijbJFiSJCudN32zfYjsnMpYtbHCSBH6Zes=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/BCECPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "fuOAiD0g+MubL5CoNoCYdIbB8TNd74uUuuig4MFx1Ck=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/NHKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "vMJ3HgliMRWBPtrimfZQB0uZuBq1yRIgGWWcZjnNEFk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UniversalType.class" - }, - { - "key": "SHA-256-Digest", - "value": "TzNnonDP2DiuQeuG+5LGrnHSrtamZ2a4Udny6rnlS0M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$19.class" - }, - { - "key": "SHA-256-Digest", - "value": "MAS5sEDdroO8b86WbSlkWVtJRU5gl/ZnLMbYmAxYC2M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "jei+zUHNeasBVxs2UWRTYVS7DSAR+WOrvdxuqbx6r7I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "bwicOGMDCidiXF0HacjgkTbup9+fJANfEb5gox5lo1k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$KeyGen128.class" - }, - { - "key": "SHA-256-Digest", - "value": "uZ7VI8BoDhFOCdOCJogsL34G9y+RkvsMMvf++g4pW20=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Grain128Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "7O1QQdvFbHnxdtx/Sk+k1/e8BW5tstMzH1WvP3O5leI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$SHA512_224WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ys35nvVCxGnyY4sRTm3HdC3hDjf2BDGjPMGLoR06udg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/OldPKCS12ParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ouMwGweuZaE8lHebVPknnGDQ3cIpDLBrg6otBY8Yft8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "LW4wqt8To2Fj4XfYpgioApOJMcQ0AiTYS98iCfqrKjo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/PKCSObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "smzC7APlRcVT8Ja7a44zftxUPOUY4gnoq5luoeBltUs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$AlgParamsCC1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZzolSqFORdCtGuBV+Yil4s+6R+oT1m9LemIn6s76OR4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/XMSSMTPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "0ryZyDqYOGScsFc8/dNo0EkYoVlDERNMYtHnu8kDqsg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "WOo6Vek5Zb9sD8F69k5shggzXaYeKKcp4Hz2hx6O3GM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/BENES.class" - }, - { - "key": "SHA-256-Digest", - "value": "2xTEL/c9wTHdlcioOmviiYyTYxU4BmNzunZ+FVwUQsw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$WhirlpoolWithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "RVJsFnanEMLJOf/kzbHPO9JWlj1LM5lIAuBnAL/YW1g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "3BAU5rWogBAyPTlaaJqu0MZBmyV1JqajUFgV5i3k4WA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "EH54dR3T1FdJ5oJeUFUlIdeR0WkcOcmyiMaqmoqDTZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/SM2KeyExchangePrivateParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Abe5cA2HKZL15oN+la3O4+Npyph/99AFR1cfDCIQhzo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyPairGeneratorSpi$RainbowIIIcircum.class" - }, - { - "key": "SHA-256-Digest", - "value": "gbPM8L6RHrf1aclzrK8yrKfqg1nl77aY5A1g7Kh8KXA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/BiometricData.class" - }, - { - "key": "SHA-256-Digest", - "value": "YDOxV6W1UEUHOUJt637m4VlCziYK72kztDI9PpGF+3s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Properties$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0W/LX7jXrFfaNLdcjzTm7i3SU/2TCPLxpEju44SdLi8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "RZJlwCo4PjWtRCqwt40x9Z28YY9/hWcczD/5x23w/cY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "E0pSgxKLV5ei4jfMr2TzpqbR7hk+jk3HpxXeAsMiijs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ConstructedBitStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "p/PwwDcRegtoqzFo7SNadOEN0KDGhwfbD0IdrdU/bp0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "+DjxeNCPpsWRsrm2noVqN+F2zLcECw3IO2kcfu+83CA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "WCywq7mEn/Ug/CQWuQgTiRGLV0Yg8FIFvN7rBiKjHcU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "yUWPowuZ2b1GQuR+8L0/aILzuJLpijGhpfsyEqfDt9w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/Xof.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hg+N7mqVYf0qOsnhdsKK0gYl4W1W+oudYNXlOpM4EfQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/AnnotatedPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "R9an7R0QnWn85tPbfECVo+wCIzRPhB/hS35l97Vmwfw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLTaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "iwShRY5fqzyRKt2cMLHo7unBmo49LtaM7LbioxPuBX4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/SPHINCSPLUSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "cIapaTT7t2tIM10tr2RwFYPA30pee1e3Q/DLIlNxOtE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/GeneralSubtree.class" - }, - { - "key": "SHA-256-Digest", - "value": "kK8MWZeYK3TUTsMpPJHquV6fcLf/lwQFqLQ5wveE17Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$TLS12withSHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "3vqK+wLpOghJQqqP4/+iU9QOQxyDq42IYaTiG3x5dKU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "q0Uxa/kXFG5WLeOorfSUv0EyY7ac0mM3j/UOOB8dHuA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "b1uRYT/zsmrz2zXgwjC2NorYJPzNOKV170fki6gk/Zc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/SeedDerive.class" - }, - { - "key": "SHA-256-Digest", - "value": "xamQGRwLWbBE/KvPIOz0O7d0I5YXWfhhE7Lp3jkXzwQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "8RbdzWNobb5h/VHqkspBFMfiNpnHng7Sly9XDtgoLG4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DHParametersHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "1NTQiMAKs2sYnoCmB7+WKu3yin0z8VuN6kUEN/s4jl4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/KCCMBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "SIdR8tYLweqjZmJnMLsR/Z8ExpyE8kz/yZtwpMgYcPk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$MD2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zce9NCvzqtWMe1yIdKgASEPAJIGD3J15L+I+MK5iliU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_384withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "/fjEW8LXoHoeAFXvoTr/r/iS2gb1iA8UU2zYE307eJY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERT61String.class" - }, - { - "key": "SHA-256-Digest", - "value": "cnJ1huCvaHBk5hY8Xp4OTlhSNHB7E26GY1bb7qriWbA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/Iso4217CurrencyCode.class" - }, - { - "key": "SHA-256-Digest", - "value": "U7lTB0k6KCUxR9VJf34xX8tLji6lSpmcjdQ03Su9ivY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ParametersWithIV.class" - }, - { - "key": "SHA-256-Digest", - "value": "xDlbafRSAb70PBhz/Od63+devi3UrF9LU+VmnlRd4tE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/IssuerSerial.class" - }, - { - "key": "SHA-256-Digest", - "value": "i3P+Bc0MXTboTlwBU32SJhleVUQ2RG1AnPHaveODalQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XSalsa20$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "JfX/zn1XUk1IHM5NvNQwzGdS6EoLB0QINvdtVyPYnSE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "bIvwUnTrPhIZqdQr9NJE5JfFCOdJ6MgYyjcb7jrqSfc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "fENA8Cla0UrWlyxFpyRrtVzcQEwrhYXWRLWIgg5APN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/CompositeAlgorithmSpec$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "SYrZZ1iTeN0kbXcx9pCZ3D6lJbYp9jIfNir1KKHMCQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "R3s8el48E8idcTkzPiv6yTqOneR29mDq90m6yzZJQco=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ObjectDescriptor$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qC2Xd/nli3jzcBle1J5M5fZU4Y6YLkE6fX8cHz3Mk+8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERVisibleString.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gy128qkh8lrHIEMqY8oR6XIZeZCe6faCS2QSi+x4S+U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "LiL8x9rOPRREesbuIrBn9JbhAmfCPElo4ifVCCx7xbw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/PrimeField.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Yx4P2eR1juX/Dmzt2lBIoQQ9dgBQlEuPrxM+s1hOLw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/pem/PemWriter.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Qvs76vG08I0EbopihKWWIcug7uLPZPUOAPDnTzhB1s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi$RainbowVclassic.class" - }, - { - "key": "SHA-256-Digest", - "value": "HdEtD23Tx4da87Tyy6SvGKo/S+yjMm1rEDg3VaMAK1M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "j8C6pDtTTWhKt0MOhEhfXqro1rnqb6wJzHrQrzzuslc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "WTEw9qXfgkq2OUhd4qsR8kWDED/4/e8RfkojH65JqpM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "wJtUl8GOCjqwZOIlGyDzjrJmhfch64OtjtuKoN5GoY0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSASha3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "0xjE+aB5PwovXXKcPtgEQdMnUGYrR3xcKGx6lDLDjYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenJCEBlockCipher$BrokePBEWithSHA1AndDES.class" - }, - { - "key": "SHA-256-Digest", - "value": "TfgF8jgzwa/xiSMDk3s/ZSLl8GK15UBeCOZjsiOspys=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "BFjXvN5+xUWm+pULigH16iTd9zwEAqMzaBJZ4dgsA3M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$CMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "wCGK7O6dD4K/JdJ4TJcT9nKME8EMIbw8nUWZcCfgWY8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/KyberPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZM+FO8NVw84MtGOO782mbYUTHslqOGGDpC8p1GGsAKk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/ECPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "dQEMiixkBtKw9bs6GRjOlvaG4BIbPKlB7La6jHsGoog=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_512_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y4gX9ZvEjpSb2dveARI6oLZtzDtzJ14EG/25ZiyPSV4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/Ntt.class" - }, - { - "key": "SHA-256-Digest", - "value": "YKX8R4fo3GS1j5fQtKmw8OgIeOML/NEXlIDICVTlOG4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXAttrCertPathValidatorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "qe+A6KVzaxZ7XmdJ/v4mXjNFqmM5QKo14P+5VtwvZjI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/LowmcConstantsL1.class" - }, - { - "key": "SHA-256-Digest", - "value": "2UMxE5mspbgCZCvmKnPFWStm5P9sdOzX00J6t5hl928=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448$PointProjective.class" - }, - { - "key": "SHA-256-Digest", - "value": "E8JMDZZ2ngZxL49CZr1Fi/5p4BmXusH2bIoAJu5vIRQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/newhope/KeyAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "3W2+FEVawhEpPQB3dFWD9CzBQcfphNOLqQiYkv5PuUQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "kU8Rdplb5rI09JTLAu6C4z1Idwo51g6vZNFUJJdBDd4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber768.class" - }, - { - "key": "SHA-256-Digest", - "value": "7MHWw4d7LsgPU1LUYMpdP49GCtpq4rHOjZUK79KML74=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "vG2AjIohrhHkLghwKaCIrvTWS7LEogRMtumRLropzNs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber768_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "3JbzhtjOS5WSXpKZuoH+svmMwtx/dr4YElyhBfIrxHM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "gfOefSc1w835jM6CdvEeZEMeGr7Z+TW5V7ZSI9Gcm04=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Object.class" - }, - { - "key": "SHA-256-Digest", - "value": "rWWy9+P6DDB66JDYPJqYoxhkr4OSlF26NtrcOF0LdA4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/GOST28147Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "vvWvhL+CznZAcXTnpCscmF5UJXofrn1UMYSTOzHF3a0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "mg8UgKJngW1js9w4L9e5D2QYXXs+70MJVAAaH4AVc6Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$RainbowConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "OURSRtqcrWRI8E+8JXwU3c1+hIlbmqAJiCp3oK0v/kc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/ECUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "MijRKhqd4nqrOoFaQU7dmJnr5/8EZyephXT+ptEqj9Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/LittleEndianConversions.class" - }, - { - "key": "SHA-256-Digest", - "value": "xW+vuNCtKPijpEWKv7RVn/dsOaCB0uZ/OUtTouA5G5o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/AbstractECLookupTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "DDRZ3xV0bKNcvyuhfUyYpX7NRlJa6xkAXqcr8gLNjOc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "XTCqJ/R/j/C4h5QtE6WMQ4SmA1Jwkx4DR+Z9VOmwg10=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/RainbowDRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "oQ/3WXk8c9TO1OKbfXY3Fj7CbE/V9ZCVOPgV1dlG3h8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "71/0srlEyc/YW+sKi6JHpb2lBdMnK8055KRRX0bO5Pw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA.class" - }, - { - "key": "SHA-256-Digest", - "value": "X7DdDm6CTGkH5S3h4llCZUBE2yU04qdaVF1l/tv8iGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECPoint$AbstractF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "pfF/v00VZE7kIHwcwzEws/5cH0hlST7xFHzyEn06ATQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$23.class" - }, - { - "key": "SHA-256-Digest", - "value": "QUJ+uVZIt5M3HNsbfz4GNeO8nbKGL/lv6ASqTngGR98=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/DHUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "WELN0K+0HZyA6llCb4FUDd+ovM863aAeU6BJctoz+Tw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "1x6OU9L2Z789LFLXY1NKa84bp9YZ01ZM/PqA6fIJT+A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "jOeTK74EDCLIqo++emh+JHg5d3XsSTbLJ9TVtESC9oc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "v8cyGDqGJp89rwQYqPFlIsGltO75wd2Ugf2X9rmaubQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "xMUXxraFKBV65luC/4S25m/l2YQ6apx2nQMmRxAt0ok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509AttributeCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "QCk5Ffh1JNEyVoY7X+c+s8Wn0+hf3nU8t+t4HXjFAfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2.class" - }, - { - "key": "SHA-256-Digest", - "value": "cLDOvfUexUN+rsTj9dFfn5ojwM1ECMky983q8hlKh7U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/saber/BCSABERPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "KWapZJEFdZj3Gb+j+30sLfRFDZTipfxcbmG9MEmQrmA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/HarakaS512Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Otm3Xq49EfodmfAunA0reVe/gla2xExZUaxBTn7VoKM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST5$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ic3NfhPw4nKMPTxI4+e6bxlq9IEt6VHAPo4Utkhk1/o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/util/AdaptingKeyStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "c4K89X9hW21Lub0kYSEd5wDz+8J9IEWbsZoimSI5uU4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCertStoreSelector$SelectorClone.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZRLtTKQ5N2XNI6/UbBP/JswxfH8ynWmdDp+CysAKZDo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Rn/lSMQGhzjA0OSRhyXzIh4Fa/JX/XyGJPM3rS2rQo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "5SN99Yu92oCh8W7fgh4DZh/mKqyV51L/mk3IVeAWzXE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "jg41pBMM9lGFwIHajLIUexv5hfXF0cfb8bNbS38rtmM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/CertStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "mxZTREt1dFyvZy2gNQ6xzJ29cRdell1Z1h9eAEfBzEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric$AesSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "buGLxqiATjYkmxcJbVO8bgvVThAsu7XlZAEl/f+ahfg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseWrapCipher$InvalidKeyOrParametersException.class" - }, - { - "key": "SHA-256-Digest", - "value": "MhGy2jPg2YViGdQXwmuFBd0GEY2xwp5fywqHwHPXEII=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "cQuaK8OtxFhDHRV2/UQK/rVFneHovgdDYu5DUj6yB24=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyPairGeneratorSpi$ECMQV.class" - }, - { - "key": "SHA-256-Digest", - "value": "tG6nYIGbrL2hb5AM41iSFMrHBRFLjDsT4uXd3uLseIU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/DHUParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lnf8l9JIwcEHMkWEg++J93XG0XxJxv+M0FzDH4K0TYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withShake256andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "qHnfxMUwEj/2lRRg49+WRy1lClEQvPtyppuuOXp3tZ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_512_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "tZhKyljo50Hlxyh2ziLkUeawH8ZzyThwaWxAIWUEvhA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1GeneralString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "fzj2lEZiu1si7Na7fRo2MWkwh4SmAcn/2Ed986lDSwI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/extension/X509ExtensionUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "En9z7fe0v9Wpk/Lx0uD2zVhoP8c/pe77Wn4Hk/Kjqcs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyFactorySpi$Falcon1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "DpR6x4qpLGI/dW4ZXUJ9XSUo0L9ZVwLKPwyLajTsfD8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_512_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "pjg689IIOzdwvSzi5ROuCfrHi7uSfCV/cWlrBep27Vc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SubjectPublicKeyInfoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "byfDFL8ERlPAbCLYU2Tf8SAJIafIlbSqlVjzCGXnOTM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "02LDJm7CMhatv37MTzPMwpeV/0h6tBQ9X2WTDlBGvh8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/CompositeAlgorithmSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "RMtM9JJys1dQXBu6feFFEv97wb+NOYPrkBTBKEufybo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "YyfornJFSwT3Wp7lbXNFISS8qbhdvcvZ3G1vQNXg4Ug=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/SignatureCreator.class" - }, - { - "key": "SHA-256-Digest", - "value": "nm35QZPgOukVVpGC8BWEf0o3YBZRS+UumGlS3S/SIMI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLTaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "3e0Z0+V6u38Dbh3MukcYOc/zApE+SdyeyVAg678Y7Fw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/KEMParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "AEzieDEXqKGOHdUE5vqLLLTalf9Ny3X+zLF4+MFqN9k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESKEMCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "ewVFLti15dY+tR/l8Z5WzuOjYiqs/sfApipIUgijr7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "+M5eOPwMy9PWAPZQ9M5BqT0QIUggy/7iU7YEJ3FbRzw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "uvNZZMDVboG/5CnAhXsbDhWSRvSxD4Pf2LDc9ZTadgw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPCKSA3$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "dk6cY4rRngyY0k6NocDiIMPqJ9MTBMoLOoD6AIBKjfQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/djb/Curve25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "5MdXgF6bYyKg/npUtz1uORgjIDamU9XbKqteC9UZUQc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "uSFguXmgvFrKy61n1MMuT4/WCEROaHc12nicjUSV2Ts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/MonetaryValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "+01nijNp/MokNUPs7qp47kxD8PaqZZofAhllUza5QuI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XTEA$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "MuTwSWRDGwiKuW8RK9E0lTYfK4ovRguhAWrAn2PAYkE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Mul_GF2x$Mul12.class" - }, - { - "key": "SHA-256-Digest", - "value": "RzwVoxmPtbVBmo9TMc5XS5BBhBycqH8IBG3dLJFKAgQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$Config.class" - }, - { - "key": "SHA-256-Digest", - "value": "ulF4jfJ4PLLsaBZPfTiFSmwMz41oRCTJmeolbF41+0A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$Digest512.class" - }, - { - "key": "SHA-256-Digest", - "value": "meQUekFf/ZzYPFOz6ohbv5c7Ils6hFRkdiG3Q/yZ2Ws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD128$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "zsH79gntXKKEAk1h4h7sSLl9V9hNb/3oojrObyIcMsM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "9c74G0Ixw/CGts3KOqVakE6SJizSiupbkbEqUygm9SQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECElGamalEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "RsVkHfIHT4x44Wl9X8oepsFnD1Vd1rD8dzpnmOXxAlA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$KeyGenerator2012_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "nApofVTRezgVp61+w9gl1/6nHzdplPBExyuBo00E/2U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZOrptEsYWachA7kDr6BdvbEs2o2XpWFzZv6OVFkCnRw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "kADGzxLlzIAKa1DENn7X6TZPLLN2Xvp8CJl4LJol6HA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "5jP2CooxEUP5Ltku5TxXj36TxxivQR3ddzIBmjs0Ta0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSNode.class" - }, - { - "key": "SHA-256-Digest", - "value": "c4XoBB9j0pmDnIXmYsKylCMXYuOKLq7TqIUNtxYhq9w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/SHA384Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "GIPO1rrUyBvAKIfKmo5ll8MvPx4A4vACTyAfJx4P62c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/OpenSSLPBEParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "eTeRExednQRjOOvQhZbuyyIQNBSG/kq00xZigZ2KGm8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/LongArray.class" - }, - { - "key": "SHA-256-Digest", - "value": "LLqYPf6BP7D92qyr4qWO94apIq/ocjHDTPgquB16I7o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD2$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "OoODxdScNJy89++aJVRBNeKgu8TbihPAsjKzXFlQtXg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/SecretKeyHFE$complete_sparse_monic_gf2nx.class" - }, - { - "key": "SHA-256-Digest", - "value": "v7BHPJnjxHqEVSLwgd9EsTSN+OozQGWwyC/5VucmTsQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Argon2Parameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "eczxb5GIkKyDK/FJnplbtiEUDdr1mnlsD8EItk2m9ME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UniversalString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "tYkInYhEWkQ/ibP7qPF6Pe5S3CEhO+P7pk8ZYIPbQHU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Zs3Z3BanzuvsqX7OtGahNI9YSunyufQhY80Octz7W0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "/4RtHk3D3ZHWJlEd5s2cGk4kfPlKJPOBrGt5FLo7ra4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CFB256.class" - }, - { - "key": "SHA-256-Digest", - "value": "bwmmk4tj2bkaeV0iKwF8U5SNF83RoGiSMtjNl/p2aHU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "HIQIU4HwlpP6DTBtk8qxt3TzJDHzz9u/q8ulvmrQy54=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/EdDSAParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "rChs2u/oPV7YUU/BsKMzqz/TBvckrGwSSLKU5alHEZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/RSABlindingFactorGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "rQmVQgebZVzfdeyU+ZTIQNMVFNdeRTdB9lBcCbt7sEk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServiceConstraintsException.class" - }, - { - "key": "SHA-256-Digest", - "value": "niuOU9mQSeYZbG1RZqi6dHD/5WJV2mgYs5wEqnAA7nc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_512_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "I4Jm+Q8zVgOkCDq99j29RVMO3vq/kTqYxXK3urXfJ7g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$noneRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "nB2/Rt684KPHMKmmOaCJnfc//CuRw24VrKblkm05mZs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9ECParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z4Wcid2XEh9F5i52tyP9cuR1rG+y/F+Gpo97oa/ImBw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/GeneralNamesBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "RBw9yMeIlqgqPG3roMWamgIxnoxMGebdl3FDkKWUIPE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/ADRS.class" - }, - { - "key": "SHA-256-Digest", - "value": "UzVvSOZspJo95KChQCtZNQALG8ONPjLfmvQL1oRAgvw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "0ac8At+nSiWMtWCfEv9V2aoZWQGOgNg7aqn/x+/O7RA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA256KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZWkRjUUzWP3xDsO3Mu1KFJdWKpZtpelnt3ZS9zLT6K4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Blowfish$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "aMa2EJGRq9GwnvasoFBxR2gzk9IACFchrYdPjRjnCJk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/RandomGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "iaN2BBduSwa4B6kQeIDQ/GTHwE3E2OZIAjm5yY8YDGI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSSKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "rg/jSm1AXI1NDeg2V8XkyvyyJ8Kmv1XdjSBn+kU9GRw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconFPR.class" - }, - { - "key": "SHA-256-Digest", - "value": "6ZIlE911rQmcgw8yce7FnwR+JaspjwWvSdy61LRmTQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_224withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "NVifa+BUGmHakX2ZmfGusxXW+kBQyGKigXz0/yOKiRA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS2048509.class" - }, - { - "key": "SHA-256-Digest", - "value": "HDiGbBO9HPgk1739a+NfoIMRbfZuXSQ+7mXc6tqK0/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/PrivateKeyAnnotator.class" - }, - { - "key": "SHA-256-Digest", - "value": "hDy/BxkweJq9Pstc4L3guhdUUVHeFI+ZMfkW8JqT9VA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "cP4ASrvsGrqU/K2VKppC0vZ6V5QQHJA4rynJvOXARrY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode.class" - }, - { - "key": "SHA-256-Digest", - "value": "vWOjx03H5TagRQqRz033neyrjuOh4qQjipzQEJpmpJY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "8toqcKtxB0Sd5Y/JliYk6QlQNj0c4sy0gN8Rzm+ZmWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePointchevalCipherSpi$McEliecePointcheval256.class" - }, - { - "key": "SHA-256-Digest", - "value": "6a7LUF1XpZbxVQJoB/Qfe68C7BiaRKiWjH3qIZ4ono4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/CipherIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "t1l95QOeK4toSzpBK5nRJ4ZG3hgBPajnHDX5RkaPbNE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed25519phSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pa7kwCE5Env+tn6nL77RmY6H1ZWrVr9iVdxpuZDNc3I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "/RSeKIkIHd4UFGY4X8VGnkfqqTyaaVqqXI1zb/KYdfs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/GOST3410KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "KPHY9aYZMdMwmEmmuj+wOFaJzufSXxYQGi6xOC6iqng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Codec.class" - }, - { - "key": "SHA-256-Digest", - "value": "ecomX21BpKYyQkBjeIWXF71QgHPO6mh/sGE9MQwFpTU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4$PBEWithSHAAnd128BitKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "nLs5u7lh2clkcQODtRu7Qk229aZFMCLLqtqXc4gel/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/util/DERDump.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gy3zs+Y5PHswaS9SLA5jZEAtXOLWtp7SsFbfuLlY9rk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "dSV8dn2Isd5BxiUqIYQ8/vcKgh0OxbpRzknQybIjeGo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA384$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "rgIn4HJ7JqwP9exBUNQPhQPExifPfPhU3yXbmgGSjuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/SpecUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "KN4uxHJJ8hzivzrMLASgmg+BZ91Gjg6owyo3EJ0rKzw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/WOTSPlus.class" - }, - { - "key": "SHA-256-Digest", - "value": "E9NVfHGwe6iqlMSWlz4yShe9ZeVRatzprE/hzsMwNzg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "iPlomezzLioHOlrj8TTzTeNuor2+iNbd3Xfdd2d3AEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "e8/f5kpwUkNT4OBI89IKsdIX+VCQ9q8kAr4iuGGeieM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1BitString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "78psMf08F4MhkpqEkH7ddk3ZhzmABBFA8RuuTeMPPWs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CamelliaLightEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "nXKAjxues9l8bLPjf/TIWYr0wmxWpYXwsWrgHt/JuEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash128.class" - }, - { - "key": "SHA-256-Digest", - "value": "cYtPA+DxWOvLf6f2jGHMA9UVM3eOdfSjpAlEOozoPK8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/IESWithCipherParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "j8v20iorl/05ADEIOFIqwr7QGovs6b+oPaJVpn/vyqM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "B0notQWAh28C2Pn1a7B+JivKgg5eIW3Q03ZHJkbjIUE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/DH$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "OkOBTO30ENgLUIpoS87389yYNghD9llOYAULDoSnyc0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2.class" - }, - { - "key": "SHA-256-Digest", - "value": "4exQfOrvfCMe2OjKWG96wIDdnGIe+ScDYX5ghRid9+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/nist/NISTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "28BPkOf5iqOHqeEeZ27X+ZtQp+GY7hX77McRDlMRrr4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPC$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "yDGUpAte5NI7NfM9yJ5YlAU5AMbIOhY+z0tfaqOcPJc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/picnic/PicnicKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "0BhNnrWHdrfVDldLbdBrjEvdJEJItLCs+3kZ9cupmiA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/UserNotice.class" - }, - { - "key": "SHA-256-Digest", - "value": "LsZrfVH17vn3N2rYW8bQuV5tyTr6Ojfz5NFKPgRuwjA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST5$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "pIL6UDYd52+TXWwfyqqABcLhGjhh83q2OXYkl7Km1K4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$DefPKCS12KeyStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "uW3w7N5IibkM0OLsY5IKQ/o1Rux72cKP72Tztf5W36g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RSAEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "nIqqof5+AGNNHwnniOljp11hwkDoqeGvCagcyUROzY4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/IPAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "ol+M0gcgvnq1S3ZwuC4RTQdGcm1Q/VLEw4z0IptnOow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/PrivateKeyUsagePeriod.class" - }, - { - "key": "SHA-256-Digest", - "value": "/K+mFZE+MQeF4WDEc5HT6V35iYMG6hfol28KhHAYZCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Mul_GF2x$Mul9.class" - }, - { - "key": "SHA-256-Digest", - "value": "3yQS++30khuKtITZBOaTkgGKychxEfv2VqIU3jl3lVg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "dxzhL1LnVEZr7Sl+Q+j4rA2Y19ff9qeaH6qowLG+D3Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/RainbowPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "k6YptOcgANHxWkrj1BE2SYPQM87j5ikewrTLy68uKs0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/DESEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "qeZ5FRLwa+ksca4aiXb/xemE6U5IJ15k9OZPxymDkoc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/gm/GMNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "bA6zEebm1Mh4H+uqV9fyhavGuMTo36qHnYzfzHe6lw4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RC6Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ojm7WOT5q/tOr/tIuxgmjY72U/sdR1wLD2pnxZi5Th4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Skipjack$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "IQHNyDJYPnmzjvVVHw+1V09Gv6oT+RbCbWi8oCp3miY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/GF.class" - }, - { - "key": "SHA-256-Digest", - "value": "yGaN/O+InbvDD7jLOR9FBdjq4Wh5nvx6UFHUJqQt0MU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/util/JKSKeyStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "DXCn05FgffCNN9qkamV66enOA+I4UEAT63qbB6O1AZA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "UU6GqoqzvIbMi0hPbbsC1/yufJCge4KIEY+BcrN4SVo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM544_PENTANOMIAL_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "448yxFr5y3AgSPOqQbf/YLVmpYxM7+XwP1n7fcRftxU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/SPHINCS256Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "e4s6K2SD311StKGNqQrRk0Ng9+j7/yiAzmfSlTQQNng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/rosstandart/RosstandartObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ykq28iWGfU0+a8T3YXixNGcLNaDO0DpEZQSTVqqwguw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSSSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "nmYZIonUMWI77s3uX3J93VozT6c5TB0XnWiRJ0oTv3o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/KDFParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mq5/rdJhIzNWk/Y7inHtNSgomNL0IE7inZy08avgq7U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DHKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ykA4lHwrltiVXWO0IoVrkQQtN5jT+mI9awiTF2AbpnA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/Blake3Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "V716C+OzEE/KivJ7r/Ecv7Vsv4BSpLhWUG92ZUhbZAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/CipherKeyGeneratorFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "6CcyRs46dPDraiI99MJaQikPTt0dxuhVngGgwnRUhPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECPointMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "q1YKgHskxefQ3SjgIIBexij1RZh6h7LVtMrUzwMrS7k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "idK/pxO+w/pUpEdlr9DAptSKNhnfWqzKRDNMZxuDmqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SCRYPT$BasePBKDF2.class" - }, - { - "key": "SHA-256-Digest", - "value": "AA68XrBvOLstvL9OIHjyUqYQj7hSqgOB84CdRfJBMYY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BEROctetString$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZpIE7q2GKeXkEBBabEPZKwZezXzhwP3IS1DWo+anO5Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSContextBasedVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "1LhpAfASHZ//+YlDFUSo81CJfIwJb/f4PtsN7ocydKQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak.class" - }, - { - "key": "SHA-256-Digest", - "value": "OC+pibgg+h0ZeCHMkoyZ3Q1BWv6MWZGvO16B3thv76s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/ECPrivateKeyStructure.class" - }, - { - "key": "SHA-256-Digest", - "value": "+XkV3mZO7jCUaGPLAnXx1ZrH9gjCwY2LbAHYxPi7DaQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1PrintableString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "CVAJboiFAXVti53ahz+4dATNg5SEiwc/ovza6lkP5sc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish.class" - }, - { - "key": "SHA-256-Digest", - "value": "jlEgiGQaWULEA4RM/xjsfrtsmJRsa2+C/T0sbmk5C+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/SM2KeyExchangePublicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "w1d96B6pRAx87DPhX9zcHe5ufMo2QI1Krh1KiWr/wTI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$24.class" - }, - { - "key": "SHA-256-Digest", - "value": "p1XVbaSHtHYB2irZdVwGiiiECOlQCDSv5UWsYXVfIhk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/DH.class" - }, - { - "key": "SHA-256-Digest", - "value": "SSoX50j6sHTKW8opRapJNb4CwKaYWJIhAM7KVQZ14T8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$Digest224.class" - }, - { - "key": "SHA-256-Digest", - "value": "FfLFjtRWEQQncY2ZMrVDV0jcrNOXp6zGCWRYJAy4SlQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$25.class" - }, - { - "key": "SHA-256-Digest", - "value": "tppKpU+vvw2+2KPLKwzbr1BvuZwk8+jFRWXvASCSmmc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/CertificateFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "UDfFjYEEqXDRahcUaD3Os22rWwCiVi4OWiKy21GXeTY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/Composer.class" - }, - { - "key": "SHA-256-Digest", - "value": "pYhYt4brqY7m+wamYTktHV7Qt6a+yvLvsI5FkVe4QqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/exception/ExtCertificateEncodingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "fMoT3DXiA6Dq3XBFIDChH5NJkHNtiH4g41308xxm3hY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/lms/DigestUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "JcuNViBoga++E64ILKmFr7Gp3PPtL+9bXJKJiW/l2kQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSStateAwareSigner$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "RklANE1Snzq97cRv8xuJGXnrmv70jTatDcCmGOURnVE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grainv1$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "u/6FSjntAT4Ax3KgqWglrVH35l2dpRPm8yAq51yZWqQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$BasePBKDF2.class" - }, - { - "key": "SHA-256-Digest", - "value": "40s2+wyt3OEDPZeylmsaXVzu7Agp+c6xPvfzzckR8j4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "glbQC3kOGOH1AP2Hfs9ciT9u7bjcl0Y4g+jqUBlNT5o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "3MZAj2t6G9X0XzwbiyyTeiQUsWfo9ovkPlm97PUMNGE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p$Gaussian.class" - }, - { - "key": "SHA-256-Digest", - "value": "zPPlvjzQ/9XvVvfb2Rwxbrm1pmHMUQbxBetmzW8cBLs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/IES$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "97yvcmdf3zJA0ZEFO02nsx51qT434HDRGVx26ARPGN8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "kxCpGGhyMmtiASrUkCEkxHyb9ZOk34ftSQ15FpdsmxQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/nsri/NSRIObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "HqFe+dWN5jgnEsNVjQ6aD0bU9XnubJqZQj80bpr+YMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/DSABase.class" - }, - { - "key": "SHA-256-Digest", - "value": "81ZI4DpuR5KlsTXJ1o4zJLogvAfSWuaZyY9KMT0rjL8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Extension.class" - }, - { - "key": "SHA-256-Digest", - "value": "xDrI6CUWsSLhY/An0SI63CS0Ea4J+gyvEWyDOtLy6oY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/DigestUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "bOKtzb+WMlW/gncjmhQ6hZh/RpthflKSxnbdRCJJhrU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/GLVEndomorphism.class" - }, - { - "key": "SHA-256-Digest", - "value": "H12xhWI9hVWD0DGp0E9qdlvk9SR8OjNqVPD2UEYDqls=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLInternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "qT0+uxAxJTS3BezIHGN1zTZCniwkiilQJrMY7UuiN/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSAShake128.class" - }, - { - "key": "SHA-256-Digest", - "value": "XoZY/wVKFNbi2r0LiN738ScYQbe8FDQTf7Fvy/ody6o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/ExtendedInvalidKeySpecException.class" - }, - { - "key": "SHA-256-Digest", - "value": "wD6n5kTqwCIcnEcEGWw8tw8Ln56a11nLk59Y7qUGp3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AltSignatureAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "GhU+Xkt1k8QKSP9D2I5b4hPqXsJIRJeaRG+eIF8Ao5c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$X25519Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "iZSBh+uEc3Rn3fywu6v92uk5PLXDIWjv4XKA2oPJn0Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "ohzBbtW+hsH/ce5DBTU+Xac5t8wO16jOTRrOZ9ECfic=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withShake256andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "+GHO23tqZNkTTuDyoEuOuRlYeXUfV+LbAHpAHPDm47I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "1uJodxwhmUPbOinQbs1VdpixdX0KoOs2HVRWZo4PEfE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/PasswordConverter$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "+HYXCO1grg3bx4mJF0O4/7ETUIDJsS9weDzoRQWo1CI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "2q0MxMwZCLLpz4iK0QdepiT30WjPDxVjhKOFmMDFmmw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "PFhGVSRxFrek/JnLtrsfrCI2TfmKmdK0boBbyenYOaw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/KeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "G/dMNvJqTZgmnVp9KBUVow7LkSxa8CtNyjxD4OPlyds=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/IES.class" - }, - { - "key": "SHA-256-Digest", - "value": "oErF4j+XB9TIDuI5lMb8Lf3RqKOR/z/F1M4Aqt2qUBw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "SL6iJuIlA4lytJFbeVKq4yWR3rJ7HZPl1Ru5NmATB1o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Integer.class" - }, - { - "key": "SHA-256-Digest", - "value": "VoJ2xN5WssXWX0QccIOewKKgotYYMtNgLBQQTekyjbA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$TLS12.class" - }, - { - "key": "SHA-256-Digest", - "value": "3hw3qF7mphX31oWdGQxPomauiYDtDS0lgCAFnvlyLwI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$15.class" - }, - { - "key": "SHA-256-Digest", - "value": "aR9GEAjkXzcj5UPev3vGZxFb16F691Xt1fI1IvI656I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Ed25519PrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "a2EsyKZkRUw17/dnPLO1Q0J4ldsKNvWnZEmtPAQexVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/G3413CTRBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "+Zju28+vSUgVW/Ti4cfGpBgRCaPiv4X1bF67DBuiVMI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/newhope/BCNHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "c9K9Sh0o4yfw0BSCvqRd5Tp7+J79+7uw9YJxfFRDXWs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/ECPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "1kA81JqqEd3Ru+AIMm7tgyqNDDdt0yCaYM5kpCV2qk8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Set$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "r7qnUIMHs42C/UO4yOZkXkI9fcPuKgNgJNOtxdoWQRQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Grainv1Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "skOKkV53fWR2w9+FJMp5ZYS3Onajs8w8iRtjamkaCpc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "nLh1R5IEpuBUTSnrtIThQQipE/PhicYtTpZnUq8Ctx4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/ExtCRLException.class" - }, - { - "key": "SHA-256-Digest", - "value": "F9CLa3d5en+CvspbXnZQUgMdUfTNmbGbuS1s+D66tvg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "tUIwYjUCy8TCGXEA8e3GCblkwCsgSn4pCeuEgrGD8iI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "XvDr+UB3OR2iBTOPBoN1+HIRk9MEVwXksGpLngOprd8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "7XgsA9lcGAvkd1WATtHrYyGx+GSwWSzJv95dk0l7mxo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat576.class" - }, - { - "key": "SHA-256-Digest", - "value": "l45UrnB6D8pLBFELyM3xRZVV9ub9N5iW1LvJjJ+NxDA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/KeyAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "hxk6mW2CcWqwMlaizv7KOQ658YuDi19sUz0OQO40vw0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "A3HyPOrw+LzsnwAtFx5g1A6gZ/KKizs51XsCzIkYkuQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$16.class" - }, - { - "key": "SHA-256-Digest", - "value": "gYgKxCJuiB+bYCKA4Y2167nOUMg0DnuXfogrq3nlXCk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode$MatrixSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ty6zxdMhIsMOmEOtD93fwbh7YL1fquRcy2uTAe73dg0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "+XRFwJryqTrQzDMidsQc5hn38u/5fkcTO+mkmBO3bwg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "PZ6D2bzNwvYvg1biTiyKxIZ9O2IyQbJXoc84cYFEYaw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Rounding.class" - }, - { - "key": "SHA-256-Digest", - "value": "H9vQdB++yHu04C5RF2LfyLQ4BE5zAdj/gaVYPIVdi8s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DESKeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "S8oFugZVxZktmMj9Cy/QF0051pDB2GLFUobEt3Fealw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/GF2PolynomialCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rk9tswiWlB2k7gbR0JmgpNZAruhzlov+V+Xy69D5w7o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithMD5And192BitAESCBCOpenSSL.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Wh0foRY+MY6V2F4KQjAJZgWAQ+ywOTcAccSIaqdBHo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECLookupTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "7PWPbjXVXaPnaYZFzCanxT7/Xbrw50Av0aArrPEytPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "v/x3nWGBKchOEXBWlvZCeUhIX6N9QWfY/ML1qk8GKJs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/X25519KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "/ZHlc+ORNv6e2R8J/8Zs60J4OD7drF9Hy0APOZtbmxM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1GraphicString.class" - }, - { - "key": "SHA-256-Digest", - "value": "j3HS2cQM4J5JZ9KMi2JQERzy3UpQXqR3mu/x7ZfxnCc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/X509$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "wCIEznhN8o0F+McVxhjI5dYVm6GIhf5gABP9BQJaxqg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA512andDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "0e/APm9JpskrWEwvp02HEJAawGeh5+oF8y5DjJzlcOg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "HUm9gH9nSeVp36ROcOm/D+mnCJHQDMTabCy+fmBUoa4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "m0/5BF28LeOuFVfY2N2T/OBj33szTE6+SDnnkjBKop4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$KeyGenerator256.class" - }, - { - "key": "SHA-256-Digest", - "value": "bxRSZRpuFn2sI88K4heGz5zJ54HRgYE2JpWIfBnxgWg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "TWKa+L2nwTmjXSOPvOm3svtnxyO5F6hcSKekkQLEkzQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509CRLObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "xNC8kQKLc4G1WjrOAUEK3QzT4xnoWjB+liJ8/VwO/2U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/MacDerivationFunction.class" - }, - { - "key": "SHA-256-Digest", - "value": "qhp+ZxvdOdqhPz5ggWaOi17k66xCcrgdbrfiqRgxsZc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberCipherSpi$Kyber512.class" - }, - { - "key": "SHA-256-Digest", - "value": "3yCzDcoO88UcOPiZYkvPvSjrN9cOFBdJk9/D1qgUHAg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/OCSPObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "e5wbuekfk9WeCTCkzTAW/kxmHTW2s77iuCGsm4GB/MI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "dnCHhTmqaKueU8JA4K5Vir735W4inO4uyzKhzeOrq8c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/commitments/GeneralHashCommitter.class" - }, - { - "key": "SHA-256-Digest", - "value": "KJVfAEF3gTahHprV/zAJFuQb7EG4JOnnpdcBNdUdNA8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "kdvIDmYXCM1KQQVEva1vzTcMNthThFQfxcyvapRDfpI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/Composer.class" - }, - { - "key": "SHA-256-Digest", - "value": "qqwg33GjTdMbY/trZWYfKMdieyoBnWYyZ9TBl2VhQDk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "1qS7W9z0JBaVlLL/SmYqwTUeJESd2eDXKuhJWTgFDnk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/GF2Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "tySIQpXdX28Ai/Xj0YXq9KRVvjjLBIPTazJxdohqo44=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ey2dqFNnZqJJO/NkhAqLIPk6h9aOCq21OcDoX+uC3Pk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "TLHs6ArPLHS3TMlUKKVFMDw9c5e1e0V/H0DA4qcW03Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Kangaroo$KangarooSponge.class" - }, - { - "key": "SHA-256-Digest", - "value": "kC0vhBNX7T2WqUZr/TU5iVL3wtcoHtXc/8h3gkS8Ev8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric$AesSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "uggaquNufT/LQRi5eitKm1SxPOmFgj5D9qAnJMNpQjw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "enhzxJNmFFT6roipVOq/of+BEJLMyM/wfUa4+K2x/ro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "T1Xd2zOgldwlS4uX1EPf1PKOONv2xKjOVcx3bX6DU84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "x7PCzw9n/LPKNUvLehz2jNQDB2AbMiekQ2O4v9aDRcE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/BC$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "HgeCg2MszVqtgfo0lL++8GqXUP2G6U8rYTCoVMZbNmI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "W1KoY7e7z8qNk3iyI9C56tJkfpiGdwIiOF0OLRv7sb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/style/IETFUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "3jDxxGH7+SlTsEnny4hIPvK6GpcAyrTndgdUgZagpG0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$PBEWithMD5KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "vIqWJYN8t07hr8tB+kXMN+xb1NzidJoKScDjsLMG658=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "zzT5yRal2LzHJadRkWQPP83jaeVF8DPxY1B+8HnD520=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "R5VJKUKycN29RKrlxVeu+pzCbTH91nWUtfrONO9rJjM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448$PointTemp.class" - }, - { - "key": "SHA-256-Digest", - "value": "IFzEwWPCH78P99eU7baYwvnhhBsOnO5EcDIvhCRPgnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_512_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "6bHjNtD3eM0guzgsKYhCxcOp1t9QUx0rIFm/FtcpuWw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448$PublicPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y4dAwsmmPFvXFOkP9Tq3cFvGT5Bu+b5122DjV2OG7lg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD128$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "XWArx/0wdko0pFG6KOF3JlU8GwvmfYkdcJnj6ZCrC+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$GCM512.class" - }, - { - "key": "SHA-256-Digest", - "value": "HTJVcvlQ5oEZuQE6Qtwzxsr9iwwRT8HbspRnRok5E+A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "4g6hL/qyXke7E7hMd7hkj8o5hulQNtVsS3KXgmB6e64=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Strings.class" - }, - { - "key": "SHA-256-Digest", - "value": "OsyL9wDUeix9fy2MqJT9Xa62CzOqk7IaWTbmWGGnOFU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ua/DSTU4145PointEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "gxeM40w2gxFmz40NzJFSqUoJnggApMxtvB/V9EOr8+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "FzB6MH7HsV6XVg3Osy2SyUGfDjRISE/JDd/9Y55LLZc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/AuthenticatedSafe.class" - }, - { - "key": "SHA-256-Digest", - "value": "WAar1IMmgvTyowDhHPXflzR4dIGjHC+AwRDfzQ6GfOs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "ILPZIZdVpN8ikq4067ELTJ8t1UfHX1AEI0Q62zrSPWk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "oibR7Ogt7wIEAp2UDrIVdCEluoIWvtCfTD5VKz40HFs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceFujisakiCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ht9PfmBWcRw0Wwm/rHy2GjMhACYzZx2NcBbZqateWqM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/CertStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "D5ymxzuM+ZmOJ/qJHkTv5ETxbnqi0pnBX03253RfnXw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERNull.class" - }, - { - "key": "SHA-256-Digest", - "value": "XFVYnwnt0mT/KpiaPArmMcln1VqPG8iNt9zPSI8Ayr0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash$Mac48.class" - }, - { - "key": "SHA-256-Digest", - "value": "jPoNiUhHMf8Gasq5uI7xi2qb80Q6UutXDYm8vnZu3qM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509StreamParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "mEVWR66R47BGrBozOtaiFYD74CCu9Qkz4ZLGCOlXbsg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/Dilithium.class" - }, - { - "key": "SHA-256-Digest", - "value": "P24AmF+4me0vcvhSCX5d89ZDZb53bFguBfN/jpN7Y1g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/X509.class" - }, - { - "key": "SHA-256-Digest", - "value": "nQkd2GEJiKPby8KXpdQyWOhuaSykweZ5n+a9tGdnd5I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Type.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vn76YmcRmhYioVfOe7Wufwv+mTvB9Fu25FV0vBKSjL8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/CryptoProObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "02yEH1oGu/ANeKxyMFEjtOrHZWyh+t2zgHW7RojA2XE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/TwofishEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "70FrqbyS2gWXwWCRFj7r14gw5JDmbtpkODtYMX+p39o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Wnaf.class" - }, - { - "key": "SHA-256-Digest", - "value": "jY7THOSV1YemVAd+Q9UQqHiWZdJobmxK0l7CPVbfdvw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "zEf5J5VtxOYd6AnYBYLQ5j+Lx8NDWquGc4m+FvNIWvc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$SHA256WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "KeA8TT7AMcIUIyG27YU015cbDcJWtECannpMAnOa2t8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isara/IsaraObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "RDamtRaHMCH7Vm+s++scR0i3PsoBItGjmWyeQz7aJDk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/SignerOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "r3fUQnEcbRxIVZkH6nCAupSw6nFM5UuWoJyoc4JqqP4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$nonePSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "r16Pv/3bzEInIl7PvT4z95Cn4gjtSIaUa/hcg9WOcmU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "0uhxOpB8SMhxtOWNbrKDqi3l/7sIrYkWUq/OdM+Dr14=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "EEJjIMX/a8+1xprllp9Vm44R5x/HTmgq6qqvWGbS+mg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Arrays.class" - }, - { - "key": "SHA-256-Digest", - "value": "gbs/ECO5lEbWzGk+aTyJegRUvf7zW3xhNUdltbP2PJs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ElGamalEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "vct4RYTiKhy5ecglSkwL3w8B6e0BmoemuNYu3fy3jqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/StateAwareSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "/GvbXFw7n1vs/7o0hT5bdkFQEOcYfuFdLGcUQGzQN10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/BitsOfSecurityConstraint.class" - }, - { - "key": "SHA-256-Digest", - "value": "f7is7IwrdxOkg+VJpY1WJRnRocEnsU1I/PUeKTMWLoQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHOtherInfoGenerator$PartyV.class" - }, - { - "key": "SHA-256-Digest", - "value": "JHCCUWKUV7tR/vPXZh6Eq2dzinF6DjYXlOEpSTLrrBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "b11odV2dqMR75BwSSU8mkoIsDbeT7WuoecmZTAxzvAk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconSmallPrimeList.class" - }, - { - "key": "SHA-256-Digest", - "value": "UN+HjbZq7C86EzW/c4QweOYoNTUMgUDSUVxcaaDKE5k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/LazyEncodedSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "nI13BRZ5r1s3G9nuBtCot7UJKFEBqAM9jUn4XSNcQgE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/GOST3410Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "lE181JRWLKSnve26epyWmCJ8m90DQqdpKgdsTF2ObHQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "eASD0DW61aLSmXaVyvKgWOS1OzE7ksjQImJ2AOGIsrM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/LTreeAddress$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jmMR/EYvCzfZb2TkbzsF8dfCk9FGJj9iwqLy4mpLyxM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/CMCEKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "xGPNQAv72UN0Bv0H3sB2IVVjGFJO/zXCP2YkH0iqCQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseBlockCipher$BufferedFPEBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "r5+rGPjbZlep4Lz2aJqrFylKcS5vdWTrGpY8hcXmkfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/HRSSPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "xPbAMI4NRvH8xtbI43G5z11B19f3vXd6SnhTJe/FHCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509CertParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "SrrZR0O6fLbohzkPtP+NXobtaom3GJG7iVniBn9RmvU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHSecretKeyProcessor$PartyUBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "UK5oyT3V305b4RsSVhlY8djfJpKWzIehuvVbQMTziSc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$FrodoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "iF5t+SCZsiO8SAC/lKfHYVeTyJWbOUfsmAWNczwC9nc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/BIKEKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "SDhdmeuJ4SbmB1Tf8xYAtY39DOZLj69WPt5XeT8AKxw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AESCMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "CmEUDndjXE1KXXJah9S8UF6WbCfHZZ/sj3I5CSWG7ss=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/srp/SRP6Server.class" - }, - { - "key": "SHA-256-Digest", - "value": "2isK0k0ajO7/b1gJmbn93c1M0MraI3Xu8hFb6ZkxVAY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric$ShakeSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "c5EdLC/BO6XCN6wm2ec8c/lm4SAj7uCziixggq440fA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "kkdXmGRB5CWMWJ8UJGK04TP4+s31t9V9gQ03s+9iKcI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "9JsGfJuB11ZIeD2+hbkezIinsNEPwwvZqb2HYwHloq8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/AlgorithmParametersSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "lOkg2Oi0p2alqWiBy30agIvPy/sH3EmyBPN+EtpTUXc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$18.class" - }, - { - "key": "SHA-256-Digest", - "value": "WCnWpa/B1SXd7yc4JgqpyiZ5mUL1DTrQSxGgio7L5fw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ExtendedDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "MopzDIgTSwkcPEDB7urpAibHIoe/vqwWGRYnancmdtQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CertificateImpl$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "50WkJSgZwJu0bgKegWHFD/5dCR3DGS/6vjc3xwYamSM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grainv1$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "82eO0rQs0ZUjxwTsUJwbU1h/N90vmrjZ0wCiJnZbRS0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "eEIuqlrU08QVTqwXbStrB/lAJkzu3DbfGfShT8vfY9A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/AlgorithmIdentifierFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "aMKxhHD2H0gYlZn1soNc2eEo5Pa8KKFEzm6pbXObjTk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "LdiKU4VDap06xR0DMXwRICQkJeSMYgAjVV/iPd0UV9s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$PBEWithMD2.class" - }, - { - "key": "SHA-256-Digest", - "value": "gDBjWzZT/FDmccTq/AXhPaHet5Ex72E3mOYrVeDEqS8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "3gI7fjuwPmlgWKiqgdQncAPdsPcsugrcex9xMXXSwAk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyPairGeneratorSpi$Kyber512.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pe1gY+spNkSxauKSd/m8LiDX+SJ/nO1vL1x3gpdjXho=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "9e+myaig+oCpPfcJG7LcHWyM1RD1LUY/11yvgUKImcc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSAShake256.class" - }, - { - "key": "SHA-256-Digest", - "value": "S8XJCOg2148NEuGHSnd/jAqHVhMV2qRLluuTSGy5ZYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_256_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "eMTJpi17zvLLiB0/osMMrYvb6MqmR4pJ2iDzPaoQJq4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/PicnicKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "fPePtZG5LszKc1rob070AKdhi1urab1ZGH783YFKD8E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCertRevocationCheckerParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "y76f077giqjpfFNt2fC2cMzIeqFKLgFa/jJdRmz6VyA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/BCMcEliecePrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "fGoBBCz2ByK30x3vd+T340EVZs8cf99v71KB0px2fF8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Pointer.class" - }, - { - "key": "SHA-256-Digest", - "value": "YA9+AuoN6Axt4gnW7wnVFRds7VgrTQtdsmrc80F0Z+o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "MfNB3sdjAlc3ScKSc4fQQsjBHzB+6540PvlbE1G7IUE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ElephantEngine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cs3AV47bOmQsqfs2jcmDHJtg/j6CJI8PSrjSSoHuB6s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RC2WrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "3RGmlHLRCH8NlHcTxcucfvaS9T9K2LuGHtM1o8G/fIM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreLDAPCertPairs.class" - }, - { - "key": "SHA-256-Digest", - "value": "UOCecnoROKv1WBplbip3ObuPKfDSdYr3Ql6ARNqpERI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "mhw7r0fEQoCKftjqJYLwCYtSJWxjLlKTbFGJXNF+ShA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA1KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "UnVFaHO1aWrHSYuSKoUrS+mZ4S8PfhvImOQ5PX/Rpzc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "er5KDXQqScX56lEq0uCbx963kTrCDCMnHgUnbExyhds=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/ECEndomorphism.class" - }, - { - "key": "SHA-256-Digest", - "value": "VVdC3zUdYxBDKmgc6MKXOKsY83jNJbVRrthrayvfsPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DerivationFunction.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Ahq9MolSIuRT8jKZx0EsoCL8JskeXc5cBeM60cITgU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/KDF2BytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "3N5qb7NADYkVfswyGM+vno0S/TxPsauWFVdCqjKLPPo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$ZucMac128.class" - }, - { - "key": "SHA-256-Digest", - "value": "juPivyZzbEurLbTm+mi7nsMXeJrt3owYufcFULnI+Qs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509AttributeIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "DIjIxqPlJtSmml08w3eHxbSGfKWEyh+tDX73fbzd8Is=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/jpake/JPAKEPrimeOrderGroups.class" - }, - { - "key": "SHA-256-Digest", - "value": "JCCyFwKA62YM0997NcSJ8JwswupuK6Qs2Hhom5dF4Ow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_1024_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "liSlCJCclb/HGQ5qj4THJrVPCSZ6y7RWSfjiRYc49so=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "3RfzyZGOc6LA85cBfcC+PvZA11L5sturwO1EDDgvNdo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "muQL2+/bXLXdF54U+c8XfI5I9Am3nv0hTpVYkIqZa7s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_1024_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "UaerhSyggi8jZUEIT2ViXFNlfT+4FRAhqgXV6xhA+q4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/KGCMMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "W26m5wzaoX/LPmRO6otzFtIZNX8rjjUK79uHCLWx530=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/EdECUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "58ArbxoSFazISTA1oPslM83zSQomUf87HttWIe8qkq4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/MessageEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "sA8f8UEPix07NSYOfCxY2yA5m/iTEjNBBDRh9VJWG/s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0+WT6uEU0fcaWxXYDgUhFdoHA1+fLc0gA6Q6nVHaZyo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "lcDtrUifALCNXvm1JOUNkwUMPaw7vhYDEG4q2YxSniY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/PaddedBufferedBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "wXgvSCUGRzFNDlqbYhPVfzNv8OhHS5phIiWr8fsBoKE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SPHINCSConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "nFiK1z13xvWxjXsQy6v5EH7AIfQbM/Qv7iUyaGERrh0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Salsa20$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "N1foHVPozKva+P6OKOMairbJjzsRYELBF8+pk8H2l5c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/IncrementalEntropySourceProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "BL3nxeY1ESlOsjs9aHR2xV4SRG5GUPtFE01oGXwJgE0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "HrycLU02Z6N2RwOAC/FzKxe//JmeO4tBf/ZB6dOEqFk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/XMSSKeyParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zjq5P7JIXGkp/vmmwood8hKftIb9/W1SPe299SQqOhs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyPairGeneratorSpi$Falcon512.class" - }, - { - "key": "SHA-256-Digest", - "value": "yrhBCHco8MuY5yN/yXRE9Cb8v6RgRvfjt2c7rnaLDmU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "N5zQrD531IvMmWJBUcZECVZZvV9EA4CsArPnQx91/v4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/ObjectDataSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "3L7ZuBbPGengtVqXX1uNQ/FG0GGGD9kqDNKGV8R6Z/o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/ReedMuller$Codeword.class" - }, - { - "key": "SHA-256-Digest", - "value": "AXmP6VSkfk6BmZF4COFi41mi36Sc+6yifbXw+JKyIX4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$KeyGen32.class" - }, - { - "key": "SHA-256-Digest", - "value": "GWcxmVnsALStO4SMQ5AiYznRaYJosB9QeN1WMYYuA7o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/X25519PrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "RPR5Y+kqBJMpZkqhLYtx0ME9Jc+b09BwTECKo/7Sxro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein.class" - }, - { - "key": "SHA-256-Digest", - "value": "1cs+BD+0sR+f6knn+HU+3ugaQTNEKyYvSAJBpfx6slw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "+cQEXERPRd1PEx2yTexL+bjXUMwCAUT7jXJzHu4JqLk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$CMAC_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "c2X0dEV37Jfg9LW6LfXLPj4H/jjkRTtmeMbKu7+FZnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/DefaultJcaJceHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "xLPmbOHVRTV2YOG61ML6GSMbe17YV2XWnIoOSkYkIWg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/GMSSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "unlc2wjYA1CalvXntagKgJNQxbc14t4UvxNMTQxyjN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLExternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "3NRUZYNhbzR8LJnA9NnSY5WU490CghaJdwCSjTnmwPY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mft6QBxyN4clTjBNfjJDPXnLow2GVxW1/jyaRYV3zmc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/StateAwareMessageSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "/n3Ge7vn7wy7jYtL/PRd1yIX8Dxg/TdlI86N/4QtO9Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/BlockCipherMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "thoa7bhZNKrSN0xARjGz6INdiOhstwjZhY3vesHPH/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$OFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "8cmMgBq4y2cJz8O2rQS3sPGeWUDWC3y10O3RSwZXwJ4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Trm0yxZB0oEutkOyxPUcij/vPiMqAibewxab/QVOfc0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/PicnicParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "9ClhwGyAOF1o2CrGDpP3Uv5/lyO83k5Uy4pH3xemUHY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base5.class" - }, - { - "key": "SHA-256-Digest", - "value": "1rCE4gsLqy+oNUHRBgPD6oBC7xUwbGNL/HKecS7Of94=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Rijndael$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "MDtnjivnVFofSs89Fdi43p53L7iCop8fLq3hg0Dxi3o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSContextBasedSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "DhO+BcWA2r9Kz0TGRUi8Thj1pCof1PXoU2mzQDddPcA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/PhotonBeetleEngine$PhotonBeetleParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "mO9JmD1yybS8VLjOOyZ3yUWn13bSIPm7mkufQSVCN7U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZKo0PNW5ujxEDG9sIYP3jJFokAFbRcow7EXFVMpaQc8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "4lVo99+XdfA7neciakVHqCxwGJVLLgcEmAn04ZOJ1co=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMOtsPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "SAlABiSML8ykp3MoJx/GJx7Pn8JN/hORVI/zzf52AkM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "4LgQNvb/Z/7E05vqLsXfvwgr7IpdZDykUozBjSoqE7g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/CSHAKEDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "nlxiDp6kdInDhUBOGhaolstM7+wr6fTEecizrvi3ZQk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXExtendedBuilderParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ucFZADecd2L609P8BODpP1DoclcVXArJLaQQ8HOfzy4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rt16X++iwAJW0HXzGc7CCZH35gkgGbYlQnKn7fjowtU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/pkcs/PKCSObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "v+kYv8l3WTbs7TZzuIiqJN3o3JlI2qInpTZeZ+xdPho=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB512.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vp9byfe2zyXtv4BUN8Ts5bDZ0bjzaGkz+7psdFGGM5w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUC.class" - }, - { - "key": "SHA-256-Digest", - "value": "R3rogsa7y5mYZBq+JIXAAtTniS3Dow2X+kLRbmsgUvY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/Layer.class" - }, - { - "key": "SHA-256-Digest", - "value": "SJdcPjhbGA13eEtr+1khtim8K8l9VR6ZAMT0Gd6bFdQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "KMRCW2Ols27T9zUY/fXZBT5XBQgsRrOY0dwPkAEljwY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/anssi/ANSSIObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "o0hhxHxvWou4scafLXB7PGHPxn2mypj6pss8J87Ggmo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$CFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "dn0wnkfNmjHxsA2gU0e9kftf70C247z/wym6/zLe3R8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withShake256.class" - }, - { - "key": "SHA-256-Digest", - "value": "MtA83cffBgUjcyXp5p/dwZ8b6EjbEgT9rT4OMeXkKBY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "3bIUtz2niiW6GoEYO9aCbtAxZE0n3btKdaQ1jsD3WsU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PBKDF2Config$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "TFGjdtnO7VsMIW2USkJWY3LOba6KP5ko9r3JzSjNMHU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CAST6Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "tnkiqmr+mZzmcGu936b2f7PtZX7JMDoRpnDb34sC1sY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "MXbBt80MOsuo4cCBQGQCe5CQNbI4F5ywJ0jBBhNriNs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/RSASSAPSSparams.class" - }, - { - "key": "SHA-256-Digest", - "value": "DslkGM5jbEaIrviz9Pcnitl3+d6Y7xDGivqAn/b4x0g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXExtendedParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "uNsnugOt9xv17gHvxNgdpwt+0ULGQMb93dcah9EcvNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ib0DYo705RLQJ61COJ0vM8psiX7SrwbCiewmkf/LInI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "ckJJKI9pUJ15R45IjPRsdkUc9gzBdTo+UdIOjJ5sY48=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ExchangePair.class" - }, - { - "key": "SHA-256-Digest", - "value": "rkJifJlk5P4jnPGCEnMbxug8h8oO4NfMbefGZB1QsR4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/isismtt/ISISMTTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "f+GaR7PqHhsYcdfYrxxumVXfcJlW07KQUb4kyOcutbA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/ObjectDigestInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "LzUrGm7Kioc/3H4zsEg601SnU+RphPy7c1mRHM+VhBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/AEADParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "9Z9p6XBIIEaBdD2xdkISQ207LLgzYbDGw7C/hUcZj6w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/EndoPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "mWuPZ5J7twBksyfaFy8RADFi7K7qOzU5KeSQj517c/g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p$Gaussian.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qor/YlXIEqt+KskBTwSWfRc/FwC+6FdRYC4BepgAcDU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD128$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "xTE8Ska15llvh3+ldUJPIEAV0IdrMjV4C3ncZGOOlio=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/LocalizedMessage$FilteredArguments.class" - }, - { - "key": "SHA-256-Digest", - "value": "nGBBZiEcO9toOe2bEWVYl2sR7AqUxal39XOAfsWSHh8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AccessDescription.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ju39u+QjhRN8yJnMIEQ/s9yMg1XnuEzQpMYBnC6ixPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/DSTU7564Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "E9YzhsGg7U5PdLnPcBOAlulESEePDbC64QEefyX7X+8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECAlgorithms.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ic50ZvMurxWInYx/KFhmimJ/US+WRs5o+J4cIIrsy0I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/G3413CBCBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "mP3QDu0Vv/qD1JkJhaZnLuoX4iVRiWAKuSCCV4uVVW8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "gKK2WsxugUgOediHIMEpdEEJza0Hbu6S9dI/sgJBVmc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/OIDTokenizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "6YGhzjaHW0AeDNaIKIquwzFJLzCGU3iXcECoOBRkD10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519UwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "DZQz2E4ilT15jc5V2ZPNfqeCgoGGXJGKuC6uit2g66s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$PSSwithRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "YVgOwKgPPPFrHXUAxXl/yyAJXO+NZ+eZVj+8w52eLLY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$BCPKCS12KeyStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "58FwDVzFdUTfDKBNOX9Gks9IbE/JPhZbGGgl8oEsy+g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "bPN05T+qtsmI4s+MidFxyFZrbmvwgpEDvNhTWnhG8gQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/UncloseableOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "fHEJmbMCP0K33/G6Bdi35pMZOIqs1MUdeSh6iCwLvoI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/SM2KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "yTwDWOGgCATc/LdWL2r1CpnD3geL06etJhgtgqE9/fw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "lpt2j1B7OlbuBIqcaqTJmRQ+mX73uzKN5DgGs+6CyVw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$KeyGen256.class" - }, - { - "key": "SHA-256-Digest", - "value": "3yIYm/dqoJ5HV6lqn7yBr8V7fBWG7yWlF9C7Bh2NRFg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD256$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "fQ5XRf0FLuecDjFA8TNTKCibcZBfHoPqbb3TN4qpdIs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2s.class" - }, - { - "key": "SHA-256-Digest", - "value": "I8uPlNpPTGeZwDdKNBwZZmCud4RZfmjalThN/CICwuo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "nW4HkbUMm6SsMEMJ32ZlbwG31zNoa7E1c4ctrH4CW6A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z3E4aeKn0S2oURJ4I34MFBJM6IGPJqmpvNSg69oz9a4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "X9NA33S936qSSQyit8p9M56czUVfJ+Jft3P02/IdZns=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsaRMD160.class" - }, - { - "key": "SHA-256-Digest", - "value": "monpDtuJhziCOp+H0zHuZiTGnA+bJBr3Xg2q2TO1ppA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "sF6qD3l7m2wS6d+2g6pPdy9iv5QCcUKYkUWe+ASk5nI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ParametersWithUKM.class" - }, - { - "key": "SHA-256-Digest", - "value": "WX/hmh7GP7S3iDa6EL5AJ9byULAyHqGxJsDjdFe5iGU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/falcon/BCFalconPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "CJm7c82z+wLwt204jySxld+65UnZ1pj5nX7PJbiErHM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$PBEWithSHAAndDES3Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "ejnjJrLX+8LFAA7kMWclsoOaBttL2XjUsWB9rcwB7fs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/AsymmetricHybridCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Is/V7k2FCtPZClC78pliXdznKrmB+SJbGvfYPQO0dGQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "rXUmg8NeQsh+N/DoPL9m5qv5puDnLaRKFSYJFQyf4xA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLSequenceParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rb71ukHv9lDOtVm+7CX7NrdEFSvCSVdip1BqhtUpXYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/XTEAEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "cOjLY8oVSNGvU7VYypuPHRWjmVTVwnFwZ+0AdeeQ6uM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$KeyGen192.class" - }, - { - "key": "SHA-256-Digest", - "value": "1gDpYT2SOvSwrpZJVVMnrR0YF/NG3JK0Vv+vr/LCWcI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/SPHINCS256KeyGenParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZcB3MAOHtZl+qN5LbH5RlKq/Id6esWoOpAVU0lzpnMc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/FixedSecureRandom$BigInteger.class" - }, - { - "key": "SHA-256-Digest", - "value": "6fjDIt18pQ3wWieQadt+qgIEwmn917uvuvHNpAfDCd0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/AsymmetricBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "FYLl8vSuO8onNYrOh/9bZfzHuAw8IItNQ3xndpuF/Mw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base3.class" - }, - { - "key": "SHA-256-Digest", - "value": "+triczD3jlg6fbCVd7CH1AvtE9CXfJFZAqkoNh75mjI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/frodo/FrodoKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "krt4/UtMS1xvEDbVwa/YeaEvif+Zl4+T1xytsb+tFFs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withSha256andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "eWFgKwL94nuiX26AP3e9q94x3LGA4zLBIta1tJ7sxN0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ExhaustedPrivateKeyException.class" - }, - { - "key": "SHA-256-Digest", - "value": "09onJScsrSYBFROjwbfbXcTOnp8zVKRhkOvOjx3Cqy4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "PwDjWvAQowo3oh8roeR4aATHbptaTb4Srt3zmBygaKs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "0t9+x6ORWoD3F6uBl4T24O4FcJfgeMQTUCNhxuwEqRQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Skipjack$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "qoIJruDXzrvKavJ0fjBLchVeXtVbuH37TqyvPS6IbZg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/Primes.class" - }, - { - "key": "SHA-256-Digest", - "value": "qFhY25ja+NuAsG5/CpjkqJRlrEP0IWUAtcv9E9UdvVU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/DilithiumPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "e4hf617HFOGistZYf0vdkhJFiQNs1K0OPtvtBI1q6DM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$DigestDSTU7564.class" - }, - { - "key": "SHA-256-Digest", - "value": "oc80wR/Zin8M6K4+4HmzVaudwnIzotdMQl0kt2O2uDo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "gNlhwa/OmnuUhW65PrjRvbidguVpyca4DBrUDSD5vbE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceCCA2KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "BAFYWDP9umkOmlvhdeH3q+IgcbB2MGMZXGL/aDCPYdQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/XDHUPrivateParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "P363E1hjUHsuRl0PVYpQiS08SRSqiIcSEvAJsqdt3/4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/nist/KMACwithSHAKE256_params.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZJ8To+la64SIiuDMu990WsMLxceCaF7r0G5hSpLnFak=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "RQQyqvcaz2vEalIaldH/IxAEDpbMuZdj7OO5s3iUHzI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Selector.class" - }, - { - "key": "SHA-256-Digest", - "value": "0gfFICQ1r9cmqIV88E5oba0DqSUmNdsBdFWcCZQHpsM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "tTuPuN0DzHT7oi199eCIargloQqf0OQX0EC7/KLvPfo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "DuZessrCQUji/ge7CpESrxZcrmaqs2zZyFsOD5B6jlo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "/D1xo1YwPQVEjgV4JaFZo3QJq6MItI069PoUl4Ex7VY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERIA5String.class" - }, - { - "key": "SHA-256-Digest", - "value": "3KsVY3WTojf0hgXjqnqhXgrf+7ktl1Utpqp5y84F9k0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/FiniteField.class" - }, - { - "key": "SHA-256-Digest", - "value": "1LlAjI8ByZZHVfzE5xrgcvYkOwRP46kypTEavqW09mk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/gm/GMNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "2akwIKysk7OU/kc50AAr1Af9I0XoORAc3TNklEdD22o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/BCECGOST3410PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "u/ndnrokinc7HmL+MXxY8Divk6q6Mt9fbziWzJxDD5I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Scalar25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "OzLuk8e25s3S7rnKs07Oa7ppg+Yfza75e+jCTJXZsTo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "n9jF/RPFoJT9sGlSivDQVQPbtk8rnIuq2SnuPhwd4HQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/TigerDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "qNrTGOZoUbJb4J++kPk6vhCR3usdhnWjdnj8XeMyc3g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/ParametersWithIV.class" - }, - { - "key": "SHA-256-Digest", - "value": "w7HA9lIDyKpwfNb+kepeQV7jFs1pK+qMOHWf+Lgkn/I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SkeinEngine$UbiTweak.class" - }, - { - "key": "SHA-256-Digest", - "value": "5KU6lbN/PbEqR4PcotQnx/MHa46pfvFca0S83asbsWk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSAKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "bxjn77mi4bpzVABmJddOFolibFBxlGT7++pY+VKMF0E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/KEMGenerateSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "NfZR9qisia/8CEDS+UYVeAwkEtGNQP71USjevLP8lkY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "zjqK7djnbPumX6eL2oXAoPa36yN2SA/d73NcEAOhBCA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSLoadStoreParameter$CertChainValidator.class" - }, - { - "key": "SHA-256-Digest", - "value": "OU/bXQ8yKKWIkihj/N8NEK62KPlhcyV2PrArHdMi2iY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPKCS12.class" - }, - { - "key": "SHA-256-Digest", - "value": "xbypJxqwg4liO9rJD3IPb8pYYaYAOlxreASTcWN1az4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/CramerShoupParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qNw+zkBrfRZ+/gbSk/PYKv40xvTCMH8v/D652lYrUf8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/WOTSPlusSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "0Pt9wI4Sso1Qj4c2EwE8OXyZVZ/DR95eOQOIVqdR8cc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/GOST3410PublicKeyAlgParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "l7R6xg4Vp2o/DxNSFjhTkTDEIcTV7g0KFbDN/wuRABU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "fXG9LmpH0oogOeBAkWAH+4Q/pZTKDhUhXdTCRJqepDk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$TKeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "KDQ4JMiKZEs5AJy5hzJMV1UEF7Abjke0MFkBTPeV+Eg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSASha3_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "BH5FF+0LIhrWjFtVOwfFAH1Nk9YFJlU1Mc3PqSFFpRo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "K0OZW8Cj7c4QKifR4B5LDlIcUgDAgbjrat2HtVySAIM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$URLSeededEntropySourceProvider$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "hHtUt3FRKbxFjHOINNbc6Kmez0LvReDb+V8GOPuwSSw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/RIPEMD128Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "AK9Q07qEcIN52LiwSwRUWf6sOf4i9zKB9fUoEnYQLiQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/NTRULPRimeCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "JM/GeQqow5Kbv/OSpkf6B1IsbKGn1BvAk13rj0M80iU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD5$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "97UAb/IKdjohN2hanmBShDzjWNKqrZTQ0DAZnBLsYaU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithSHAAnd40BitKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "1mxr/Vxn4ykpeNAFpG4XLFK/c/8PgGcFDkSUMgkYmtQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "R5BZQqcoNpp9vFQzmBdL1xZ9oFfCfa0zggDhufwKP50=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Properties$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "qY29j2+U+/2wmJutXbysafrs9cD6mzXj6Ue8i0szpZk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bo/yIV1TysE9xup0xBOAX16CqBtqYFLvV+M4rRn0P30=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/GCMMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "cew/nvOq5yOprN8WLRItfhBriKMxzbexgeLoNLTwixU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "nrLkdquWPJo0Y9gSc7Drk/dHaJPutFrsyv8Iay4HKSU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/ScryptConfig$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "hPq82hflfCyDAQIdkIQfkSZdTdwqzfpqiTQ6T4+P2IM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/XMSSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "IAcwG0X7+n7MiPQok9HuTUze2hYESJ1PanF3Ptxl0tc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$CCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "PgCAbJntqSEKWCnZCAtWv843t7vPCtFhFMsBkHf+Rhg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$KeyGen128.class" - }, - { - "key": "SHA-256-Digest", - "value": "5G3GfRp7WjhXqV4NW9tBE6eO6gJhPwg4I3kwN4GciiQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Null.class" - }, - { - "key": "SHA-256-Digest", - "value": "9LAZqZ4Tggav9dfPAmBkwzRs1ss47rpl6pOWchrY73Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "KmOkG2CxEyLA/ayjBVU3bbuJIXyvHs/PW5LyBCKgoqc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1EncodableVector.class" - }, - { - "key": "SHA-256-Digest", - "value": "+SK7BlxRsaiaHEGS1M7CNp9uCnsVVNXY2z9KJafkSoQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$DilithiumConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "/+S6kkQBpEwQLEph9KnohmW20MZlSfyN2J6jCzA4IWQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CCM512.class" - }, - { - "key": "SHA-256-Digest", - "value": "4qpAHGYz8qBAT6FvJsMehbFylY1ec94izIKXMlf74fg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$URLSeededEntropySourceProvider$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "U6lD7WGCLztAu54IOaFFsjTNBtwyOe1YP2kbVipO60k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/CipherInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Oyq24yWN+R/5kwphWFkOJrXVkKxtGAlusifa6C+84zU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "SnQlg5adS4e0PujZ+z9eWi0T2a4oB1V4AqjLh1UJ118=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/XofUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "yjTodaMNRLv3xTH3QWAigP19MgREPRAPJ+2E3cSj5t0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntru/NTRUPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "pEgIRw9PdPOY5rTWTAnw6rE8ogrV5qPJVlgIFuRx4Po=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA224CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "0IVw9tMmFxgeMq6TFj01gKiShRz2DzUk5m24HJlLlwU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AESCCMMAC$CCMMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "LDrUi6qwWyj2uaO4Pt2C3aHZoprrYozv/ncAgz6IO/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_512_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "AsYwzxLGPs3XjRNBWGIXxi/50DfFKQTs6pGg9EV09sQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$Cloner.class" - }, - { - "key": "SHA-256-Digest", - "value": "rHZUj1KiZ3z9O3F2yktUz3iaswyNKAiTKGGevU6PbFA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "iow/PUpagjm4525T3hd38qtUg9itkYQGySjzM2T3GCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "zNBEs/0qEwaxxgKEUNgbQq4pay3MuOzMu7Spy667foU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/GLVMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "3dNGfAwwhKI/UFMy88QXYMjA2rMEQT+p5q9tC3Bk3JU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/GOST3412_2015Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "6p+8nW/d4HGSXlBvQFuYdSIOhoFNLq/wQZzgllvafZs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/FixedPointPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "w5C8v+uYJOYciUumjQ/SSSREQiZdqXCyZbCZnWA7kQA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/NHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "aI1k8xEqpUyEu4K+yJ2EdnLSGtyKbaZC6BBxV8ADLAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ThreefishEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lba4UKpE0PNqm+kz2XaGWDLJT5lRH1vU5glt/qvMbiY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EXTERNAL$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "N08bct1iixKoomfLIWSg6GOaBe83lltncBZOgSs2BME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/eac/EACObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Qszudqtu/XKsWxwl+uqdbUkq6LwJcaCXCJhuOG/AVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AuthorityInformationAccess.class" - }, - { - "key": "SHA-256-Digest", - "value": "rge/zmieJHEAa8R7MGbNPZBOeDn2rY9aHksGunNVrYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/saber/SABERKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "/GEoso2HgvowOkUIL2xPo9rdR9PX4/R/rGqMHiF4L2U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withSha512.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Zo9Z+cIM/zcgAMGEnGpbBslzGP3pPUaQvF/GipcL0A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/mozilla/PublicKeyAndChallenge.class" - }, - { - "key": "SHA-256-Digest", - "value": "AyfBrrdrLQRw5YCh6BIHnizeozIWUWpo18geOIJAt+0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/LowmcConstantsL5.class" - }, - { - "key": "SHA-256-Digest", - "value": "2uz1IsUqb5LODVKI0Hs4hBnq1adU4neesQ5I1KE5DiA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "9F2DvatWipfXufBNuWPuqPSpUJQUvj8uXCLuXgJFxLg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$WhirlpoolWithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "IuOHD6+LAaFNZg/AqPNAXXsuatSDynZoZEHjbbsNiIw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/GeneralNames.class" - }, - { - "key": "SHA-256-Digest", - "value": "BWTeSdg+AP1YYeobkzHSPAWn7EhGFsWnYwh3UuTCjQU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/IESParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "D+LauM0ryu11MX2a0ydoQwJnsB0hVrS5SAXtrYBl8+c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "9sQabF98yBHBY/rq53r4pQOH4Nd0JLH/0bX5nqvbDiE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/frodo/FrodoKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "E/1SagPSP6Z9IpEvf6uwYbDSd4bM3a3FxeZRjC8nuAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "+U0HQN81j7s0PwAbwOCzonYRXnFuvaoNFMCmW1EW6MA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/ProvCrlRevocationChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "NohDQWwk1CDMn/BzPN74lPOVGWmzuLGC2i7t6NdwgAg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448$Algorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "/4XLWIDiTk30rW7tNN5tbDRa9623IirledD5WwlQ9nA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconVrfy.class" - }, - { - "key": "SHA-256-Digest", - "value": "+BExepJaCv9Gva+a3q5x7vs5H55kdI1976QTPZbeVpU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "aMQJYhBqXHPNmjzNqZYVbXKaHLTy3NPFuzjLHoVeNus=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSAPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Sb8APwmiJGR3eJjNSgBV5JM8qt5dlJ+OPLz/U1yjrg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "XgrlNngS4oakL0XTmI/b3HZh/U4xuCaf3Y1F8e2K67s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/BDSStateMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "DlHXV7/rWwUPw8Xowk+pYwhLi84/MoIm9KiKJYqG4aQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/GOST$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "4WqHS1xmbHEHfbe7PMfyUDlp0Fkg/eXm9Njsh1qVeYw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed25519Signer$Buffer.class" - }, - { - "key": "SHA-256-Digest", - "value": "bvlgG6ACUBK9zw64gLsxLk1hk3YKkMyHqDR+mN2+buI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qyh2eCBxHJApZbTX2XqMkICpwdXYVOl/24/2z0fOhgQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyPairGeneratorSpi$Base5.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wz66Fq4XwjXqz09nAajhiiblYMc6TquQ4onOWCB8uP8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/BaseCipherSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "It9G4eJsC5ddON5LR22C+LIU+mcDFUrTR5pegc+qchw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/BCFKS.class" - }, - { - "key": "SHA-256-Digest", - "value": "t+KEcnpDpxbf7Jno+LSYJIKcyjHIoPT79/33Ze4k6lg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UniversalTypes.class" - }, - { - "key": "SHA-256-Digest", - "value": "gt1nK6YUbzm6P2wGnvHgu3EgaMBuWW47kqbCTuo1KyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "VcUw53ag209DZ3gTdFm6daZQyoei7XMh5M7TdSSn/cw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "R3PswuCM05vuGlTktXl07wSyUMsRQgUEZMBo06Ki5+o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_256_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "haJnSh3ll5Evomp0hl/jJihFalm0Z6gfJl9dOjqdjlE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "159//zW+OgG+00Gqk8uOh7xYMq+34KMbePE9PArBPbA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/Tables4kGCMMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "H7JZ6yKm096HMTRucwe4lFPdqRLBetVMTXgfph+tjys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/RSAPublicKeyStructure.class" - }, - { - "key": "SHA-256-Digest", - "value": "iaUA8U/BWlAaK+uMGzOfr0wo6YEbkGE9hwK1gJIMiHc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/NISTCTSBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "iXaAbiBiQWig4XQZIypvF8+DTacD+GJxe+HGvQt0rHw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/DSAParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "deLTmbr5Aal9HczB+n4D9UUxuP2LPtIns7V35Z9YntE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base5_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "/41hOaX0jUrn4YaHxwGfXi3LlBDFosPVxTvLaa5C0Xs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/Test.class" - }, - { - "key": "SHA-256-Digest", - "value": "DzBcpDbahKyyYZWHv/XeHO2TxJh/eWUP6a2pJuZuxgQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ApplicationSpecific.class" - }, - { - "key": "SHA-256-Digest", - "value": "inJt2veha6IWkv+mshcPLFrDhxHYXEzL6gfueDe6yQE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/MQVPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "VoJEQyDgrG40bLdR6Vs0izCKEFiyTAzHadJ2G0t6Jnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESKEMCipher$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "w02jJ0AdPp/8M1iF9PXq9bpZfeutTznI3DViGBgHTXM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ECNamedCurveParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "BPFhoGWtzAKQRcYciKd5jqvDfSLoTTt6m/jYXYtWNew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Packing.class" - }, - { - "key": "SHA-256-Digest", - "value": "n+yZ3svT8LQF80htme5+uG3rON/K0klsc/atgdjujgc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$DESede64with7816d4.class" - }, - { - "key": "SHA-256-Digest", - "value": "QxQ6kpknqveWXYXPJWwmlEdEicBxT05cyKFK3a/iNm8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/ECEndomorphism.class" - }, - { - "key": "SHA-256-Digest", - "value": "QYSGKLxqF1dYvqhkKtD4bKUpI7pmtqoxsKawULP3ilI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Blake2xsDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "fqnKLsYj8tUXdiCijXk/OahK6P3dOuexJALqLFwzmi4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/CipherSpiExt.class" - }, - { - "key": "SHA-256-Digest", - "value": "5znskgu7p4/XCb3HFnrNLWY3zRNnSBwy9XTTpJMt7oc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509ExtensionsGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "DPwVlWI+DvV4jmpZiW3NSTeMBvDqfyvwWofWStg59Ew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "qGQ+S4m8hAPDThBAQOK2FP4UpHgdCIW9ge0qpsq3EQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecNR512.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tz2BI7MNNpMWP42R4z+ugSeLfto8b8+uPoQQOPa02fo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$DES9797Alg3.class" - }, - { - "key": "SHA-256-Digest", - "value": "+kKazZXG/LQKLuIF7fcj32hSbc4CxP33C6VtJ9a3xnQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/BCECPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "7zHtO4mD46C1DelrygGzhmg0EtQSKw8I4PnVNqCQvxg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zh1XUJe614f9g8/eqjLHXJP+jT35ciyJ/XDdlkClHjA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/MultiBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ys/5VyuTYbjUrfFJA/NCYP5sXLRgWP3Qx2jw6XwQkag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "/96lDTrKCWfcczoQ03cdrlOmhT8Adk4/uGhqaP00Yos=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/SPHINCSPlus$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "719irhKpw7VyNCz/CfQkwdNOkzXQYcQPZbwBNBhCRhw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "oDbI0wnA0rlTUQfelgv9AT6UMCqNTW2dm4JpSpnL9gU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/StreamUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "CBDluAYkZfwPgCyPjpX4TXCGO8LXD7NevELbpln0FuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestTupleHash128_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "3OUsN6orx4iiMtagMpvbqj9fGna6Ij7URYv6Wc+rfXQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "lfmogHv4MSqtAs3YfJ/+HgdPGct28LmaYfVFWoNvhs4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/spec/DHDomainParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "/t8PtPG+nX39RREFu/UhsYwnVd/pq56UFbfSVbSG0TY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "BakvsPNDV055qWxVWRe7HRllKtIHbwxwA1TUvlhiKok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$OneShotHybridEntropySource$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "subgsUs3q+WV0SgriGIl1fGTJE6Ib/kECFs06mj6XGs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/KeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "V4Fr+GtA7zB+v0phNgrVCa34NWmAYVZ8BcGed8a5IBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$OFB128.class" - }, - { - "key": "SHA-256-Digest", - "value": "OYCMnDsNBptZyt/nZvUIbLzU82Rw1nLa+qlPd2rDlh8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$Fp.class" - }, - { - "key": "SHA-256-Digest", - "value": "XMzHUGvqisc6bwoBxkeCxdxLPbVa2G/RULho7PO7q1o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Zq20PuMcl1a2g1Mky5RDo3Xw/OeOeROZQmE07zUJkQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/CertStoreCollectionSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "4tKV3pP/nMwYnya5oJK4ue7HEOheeZHnfASNRjoSsLU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/CRLReason.class" - }, - { - "key": "SHA-256-Digest", - "value": "nVeCBo0GIX3yXHCvVMeEeoxmwM1WjBjhKAuv7QqJP/4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/Utils$DefaultPropertiesWithPRF.class" - }, - { - "key": "SHA-256-Digest", - "value": "L/Endv/tuKbg5B/Q80caXGjLiBz8DyTshs5S5B9ofBo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "2B/PLxlrPwjU09WaYUy2cDI1dimRDjaFuyODBnYah4w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "21X7tfqOQOUIqRSXguudZ+O5YxOD5xDP6m5x+oYPv44=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$CMAC_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "QlI21NEPdgL3nWp3Cz4kD8MwFo5W5SQdm/5HasHRbCc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$HashMac384.class" - }, - { - "key": "SHA-256-Digest", - "value": "fJ7NqDRqBA6ATZKcyAReYHpoHXCNMNlhnnV7CMz2uXs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSStoreableObjectInterface.class" - }, - { - "key": "SHA-256-Digest", - "value": "bSkAw89VOyEGM4MSLT3V4De2eWtsPS2FAfdZXgAXcv4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/util/AsymmetricKeyInfoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q3VrDrale+7AtTLEL4iKFXPZrleMHMX7gW0x/8bffbI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bs6KXWMpgzFSf8z6S0RCUqcvlacup2TZXWhMeMeuFx4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "osrSpO7cy8JUx6F/Y12wDWfmDHFhyD4Wr/j5G1ndo64=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/GOST28147WrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "x/xJQ8/qz1Q9pdlLk8ttZFbgHszoz3kUVaTyYBjKx50=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$TSerpentGMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "gAO1ttaX5P8oSBrk2Z22l7s75rGbmIx1YPQtMXGnYfw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXCertPathValidatorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "kUi0TMdnP9e3bUUVwr09lLISJakqss+mzJVixLLeNzI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$RIPEMD160.class" - }, - { - "key": "SHA-256-Digest", - "value": "/daMQX9YQlPpk++m0/DRNqy6/rrsiZks4HWMptvtrwo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Ed25519PublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "yD9GUnO9cI3jQkCqX6koZYFtN2lWsmt6fxo6PzGH7Aw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/MGFParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "TngqDxflXInnOVgeUXooddF+8KOeFDljIK2PJRMVV2g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Poly1305$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "1my+lih/9sUvVWKIIA9rgyR3Rkk11alxJC+u4YwnZT0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "KH9/JzpzP87zQ0CudzPOS05lajuxDVHymCYTe/zVT8w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2nPolynomialField.class" - }, - { - "key": "SHA-256-Digest", - "value": "fVwGZ3eVg7q/wU7OhOAOXvQu44WHEvh1iinFr4ngSzI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERTaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "xuV0Gg+FT7ZwJ0Kelj1ZcHcRP5y0B/xEtnfx5JQd9Mo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "3fOWH9He6T5s6JzGxLUe7pk/nXXsZBpofF5rBfSNb5M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "S0nFr+ikxo/0gAIeJyaf2WIh3cLSu6U8TjDM8UZ74wY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "TBz+Su9B1+p8CLPmOswhqIDQlGd0WU7qX0o1tuqikAA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512_224withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "BScTY4Ec6AW9RPkDgaECtMxA30ou2/8JfXQ3GYBdnmM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "kbT0A7bdf+OlIGHJeKGKDuO0c4c2wfQdR/sPcaiyM9w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/BigIntegers$Cache.class" - }, - { - "key": "SHA-256-Digest", - "value": "zzOg1gU3+TOkvA60yJd1vbyVuzTcl6yByEoMQOEwqB0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/DHDomainParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "4rWXBgjkXiF+9ETjNYZroxWTtbOq9YL2qmUU2fsOxHk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/DigestUtil$WrapperDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "fGEvdUBkkya3s7XpzVN8mkE9SkKiEQuN3LbgpPkRUv0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/RSAKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "lj7OYulVU2di7xZzu0w0OaVTk3Rskmbzoabeu72PrNU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509V2CRLGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "fSVcrIzJPDP24E/3CQNXYR9SeK6RRTr1Ot+qANInCtA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/KXTSBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "IgX8RbYKxEloTbzAZNyKqpzWrejMLGZe2g7QO8g1uTU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/RIPEMD320Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "tBa8cr3lPm5VmFrgYSaBq556S7+eDutLrs+mBXfu5r4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/parsers/XIESPublicKeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "I8nvmWkEYL9iNfJOI+AQoT5wcvLgv57bzvnDv5dcKGg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPCKSA3$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "ojtmTRtZjCzufqFiSq+3F4x04dqLbwEee/kKjY8VBts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/drbg/SP80090DRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "y+p6SQTtE37gXFXCb5G4nI8lqan38kNfPKQG8XyPYHw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LM_OTS.class" - }, - { - "key": "SHA-256-Digest", - "value": "/tn4dhxDcLnTJFfMlVBohqABZt3Q5YRZzG1gpFGNzIo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "/fCnqoCiEq3HJfX8Wxt5y2KM6EXAfXVd4kzPsp42Txs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$SharedKeyStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "1x3KlLu4rW/QVdnIK/4WC+7UfKqSoxMYLUOQ8wl3ph4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AsconEngine$AsconParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "zCBkiRPVxy6s8tTm5k8ZtQ8evFkrJrlHxcAy3HipUnc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n.class" - }, - { - "key": "SHA-256-Digest", - "value": "OVGfdVyMMiRIg18t/N1h1khbKVk64CUmM9g2VC3hhQo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Poly.class" - }, - { - "key": "SHA-256-Digest", - "value": "VFcmEu1gAP0VTRb74UfrRfhCv3tFlOKTLNSqga5fzZ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564.class" - }, - { - "key": "SHA-256-Digest", - "value": "ELCfNENgBkPuveotTEGVCyEh7SR3T2Skzzdnk3H3b+I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat128.class" - }, - { - "key": "SHA-256-Digest", - "value": "O6w1T0vvAW+TC9UOmyQKPUdz66PxXYM1OmALf3A6yZw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS2048509.class" - }, - { - "key": "SHA-256-Digest", - "value": "YY1IINrwDIFunjzp98LlUjT4l7sxQKJSOuAAmpzCBng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1VideotexString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZShxiM0AcYrYmymfHU8bKWVMT5zgvjfZzXG/dAklqcU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "QRdFQyYQOJKUhcN2yT8f+B6dTbpodlgdeYTi5NqpvXI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD320$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "b5oWnltldlinrEMUzcL5SR2FJEFKQKzEOoOycaD6epc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERNumericString.class" - }, - { - "key": "SHA-256-Digest", - "value": "UzOOGT1lwpJlbn438SQMHIk0vjMhsvF63xYSQ0tNWtE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$ECKAEGwithSHA224KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "QvjexN9bpnGIE6RqHI9PeRW01RAS7UiLFp1s8a4qOFg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/X931RNG.class" - }, - { - "key": "SHA-256-Digest", - "value": "g+IWyiMKBYyMOEPipEW/xGOTq7rN+3j/BqMWVk5g3EM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/MD2Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "2I+tZiSlPTPThv21odv0ZaYjz8MVtgW0w9Bq+8TefgU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SSHNamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "k/7v2IsN3XPbLvbLvz3PhQ0mytd3mD6T1q7CaNBKHd0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/ADRS.class" - }, - { - "key": "SHA-256-Digest", - "value": "0oiKH+KZeFs3Ow4wKsO2D7KKR0OmZkXKREHoefq6nqk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/GF13.class" - }, - { - "key": "SHA-256-Digest", - "value": "Eg23S8YndydhgK49363ouA9kW3t9TMmTSEO025CA9rY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "CkH9NzUbdsNW3dbOLKY9t7LCLSDmjFdwS6bgNF4ZYto=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "DYVKQellrozw1Gi6gVa4JU+OlkzAJZpP0q3mM5CIgMQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Exceptions.class" - }, - { - "key": "SHA-256-Digest", - "value": "qCA/4DucTXBUsTVu4gg3IVfbVmSSdTiM8fV7Fv76DdE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Haraka.class" - }, - { - "key": "SHA-256-Digest", - "value": "TpBa7gegEj348T41+mBFyENBsCxyvY3Q6+UT0FQf5ng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM192_SPECIALIZED_TRINOMIAL_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "+2fwZxWurPdZZ61sNkIPyHWgmJHqV0s3kwXNMHyq75A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$22.class" - }, - { - "key": "SHA-256-Digest", - "value": "+t67S1PHsam2yGwUfBZ1U6YEAPiTiv/Bf/Kij3LhhNE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$15.class" - }, - { - "key": "SHA-256-Digest", - "value": "RMTSyD1yhYcgbyqUSBYiTNO3iIg1fJYeGGvKDAJcGEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "A0JPbCRZUrhg685AHFnNVQT/0REY9t/4XBtn2zkekKE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/NoticeReference.class" - }, - { - "key": "SHA-256-Digest", - "value": "FW4N1R35bGxyvJub+8nibV2iyL0ucxWB2jYxJi05O+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/X931SecureRandomBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "q/Wj6yciD5o4+4M+7a9Tt0jN+GvQhcPt6R1+eYCZPUQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GCMSIVBlockCipher$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "bUio+Od7Ve36BKMtOr9wiS9CLrmwdduy0PWZwlIAxEA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nj0pktlHxpiC8MFhR10twifzztPW6r7ZVYzGWdipMXk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1PrintableString.class" - }, - { - "key": "SHA-256-Digest", - "value": "FRCEPf5aAg09a6IW+XGldtIGtm5L0kW2DAMO7KPDeCM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1NumericString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LTrCZAE1I3NcogMZ6Um4uMwkEV+Xv1AUk8tyzoI1qII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "LEVd/+uqlmRhI/9tS0Fc2nEkLRC3TkOEWegeZI4+xD8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1BitString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "8QXTxJxFose6jGJ7/evFqGsRNHgRkaa18Qj/PHYa97k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$FrodoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "oQFX0gFYzCu+snAW4/PgaaNNmLyx/wpm+Cj19OCPhVA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$RIPEMD256.class" - }, - { - "key": "SHA-256-Digest", - "value": "wMf6Y+EODOuWVwVKzP6Xa0LiEFfil1M267JX8goTHCA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "4q2pkFpTyWk8Bopw0u4ZHn1BmtaVsdWFYIsu7oK9HJM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/interfaces/ECKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "9iH8PMrT+HstTU864BlFSjvSzaxJnDbl/AwP5EMxe/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/XMSSMTPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Uqyy1MqrDGZnjVzdH+mjtwn9kb1Zt4a6uoqH1AFdvPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyPairGeneratorSpi$RainbowVcircum.class" - }, - { - "key": "SHA-256-Digest", - "value": "cqfTVSrW+tgeSuW7h7oM5R/uyRs/28g+j5zui2u4IH0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/fpe/FPEFF3_1Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "X/YzRf2WtP494+Ed5nfxWsm9xI44OcBhJP89NO5zWFo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_256_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "NfMfal0eiaN/YaOmlnHPNR4+ZFFtkgVCKCStYT03zKE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/X448KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "d70KUL/gQxRoblirYlB8G+Mc/I5DOFpEFuZu6CXwl8o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA224CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "QyIx6dDN63yw4YJGOApNqj9ZCwk7dw/jbefi6x5J9/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSEngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "ra+jG2F4VwsW8/UxPSQH3FF6XlSJC9T+MrXq7pL7e+U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/RainbowPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4MnmwrZUzvKCQkgrh013pn7RUWft+fX3jW+2LXnSQ1Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/XoodyakEngine$MODE.class" - }, - { - "key": "SHA-256-Digest", - "value": "E+w1yHdlMX0te1FDhnEJ4JV9clmTkqJPIx1BQF45b4Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/FixedPointUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "LNz+d0yuqJnsm20tEqk3zQpnAP7HO85yCxLhFLdJfIM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/KDF1BytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "NSqAiXziFnEFM/6rZO6WpOjQhKsjg62LRFmiqrCfDfU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST5$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "7GnDxe13IUa+BqXBRFPj1VQ+ophv7+pyk6q6zJgdYcI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/falcon/FalconPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "8LqFpmZxetE2v2IYNn3WmzF8OFYXz95Z+4NDrADISyw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/filter/Filter.class" - }, - { - "key": "SHA-256-Digest", - "value": "HEnvXs1LO+W0QbeJp8IeaX9krjzC9Na7aeMZ4c3NPtw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ScaleXPointMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "0awG7e1PNLtBoBit1MHxO1WO1m4jD8tMY9FRztIBYVs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/OTSHashAddress$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jQvsmP/dvk711T4ScYYd2CaQ7xmuEhZGZ6enW4jDiSI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "F8TwDugDQ5IxSWy9iSd6zWwKl0IZGwmjFzuWptMgp8g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "GdqkXJfbObw0OYZ9BuyuPTvhTpYm2aTMmgft6esNOR8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Dilithium$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "GrER0qCs7pWSm9L02Up7gzUxDrqF2TV4YQs2XvsQ6bk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/DHValidationParms.class" - }, - { - "key": "SHA-256-Digest", - "value": "UczSf0RYr0DyLiBUtEDyhhASgiaAxm5r+mTBKkZviG0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/style/BCStrictStyle.class" - }, - { - "key": "SHA-256-Digest", - "value": "z6TjDqbiQCTbkZFRdeos/8olAB+lF8FVZ2cnKfQOHwk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "RhlzT7L8uq//VRJxxHhncYNGNpIzsUt2+ABCAhEiuTU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/DilithiumPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "UNc1e1NRkcidNIGzh2yb51KHVtpB/BmY+s2Ka+c3vlA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/anssi/ANSSINamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "K54Ocq2ELFH+FIeAwCmsJ5JWP5c6NUfiaYtDCS7JdYs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1T61String.class" - }, - { - "key": "SHA-256-Digest", - "value": "oAYOAMo8qmlGVvXd33FxMWKN1IRC0h9QRzayiTx1XCU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestShake128_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wj6unRD5nmt0yd81g8ul8PDwmMdPiPnKH/A8o56w6LM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XSalsa20$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "v2aFoVwKPiGgaWNP0RVNqjFbCcBgXYCzEKs+GzP59PI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/NumberParsing.class" - }, - { - "key": "SHA-256-Digest", - "value": "JBAAs2RD7N/UVi9O32Sy/3SBgCABTXCnD0Qc8U7zdaE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "VH8by07oA+jFkX9aUcQHhighvoN8SakCgdFRafCflvk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/BasicEntropySourceProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "XJqReOxRT9Ao0rMDHmHQddv6tzNxVldMAe/Vip0hXcQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$AlgParamGen128.class" - }, - { - "key": "SHA-256-Digest", - "value": "9E2PWs9b2YepmsTfV5G+ArGZoWfzsL8gkXY8ZRE8AH8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/PK.class" - }, - { - "key": "SHA-256-Digest", - "value": "FxGk4+azT8ybOiQsGZPtJCu9glei3htsx7ix4zKZXfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/G3413OFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "pP00dXY+186QUpvbd98UVeYpbgMeRVUhkLsswBX2iB4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q9+Jes44e2Dg9K7YcVwMGB3VsdL8JK81mdA2QeUGWQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/EndoUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "QwV/Tzm7Zro5z/FDc8WTDAwVLPxRrRpaBeF+EPMa4aA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TEA$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "tUuTVoQuJHUAoJcCpS4iVhDz9Pys3MRnXLD+AYzSqDA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/DHUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "SR+yz32TqZvNbq/f3NhWr2QUTI7C/MbieD6fYf1tAaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/util/WinternitzOTSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "52FYs/aSWYM6dulVsOQTAt5A9hsZaun5iNu/gJwlVEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RSACoreEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "1DYGfNJpehs1H3kybL2oTYRNtxi+zF8p69BGLLJV7aY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Time.class" - }, - { - "key": "SHA-256-Digest", - "value": "ocsVlZk/pg25pWmLPNhohKPPFVwLY/1G9Qv/xz845+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/misc/VerisignCzagExtension.class" - }, - { - "key": "SHA-256-Digest", - "value": "b3bPrGJ5AdsWeO0yXYj7PIx6PZWplhH+UsxQbsisD+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHExchangePairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "4jeStQ+fuQ/gmkJOkB/5+QbCVqO/FQW5K31X7d24CB0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/HQC$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "858yo/U/m6UjqJOnijDeCJFqsrsm/eOZf8myi83WBJ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/DESBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "bb/Ovg1UBXh3LisNJRKX1o6Jx0Pm0zv4GsgO44mo6lI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/Utils$DefaultProperties.class" - }, - { - "key": "SHA-256-Digest", - "value": "9vpIS8yrWlBBfWjjfj4vCRJgpiyOBUYpVYbsnnPCjew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Salsa20.class" - }, - { - "key": "SHA-256-Digest", - "value": "ExDv5KQWL41E0OD9L8VVe4yIECCzH/GpcN8giZz4VxI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "KnclfiJsLMuYpYRJJZU6N16hEtzdfuNgMXYooj3qoLs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA256andDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "uY+d47UN5W2NaSQRb+ctsFJIlgrRptphtJ6332l0pAI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/BIKE.class" - }, - { - "key": "SHA-256-Digest", - "value": "sxu2GbqWTzoczBKgbfAeyZPqN5n7AbTVf3rVExwTStE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMS.class" - }, - { - "key": "SHA-256-Digest", - "value": "bjLE3WLJZ483ocP1ZgklsAg6fSlWnNqngerUBKk0+JQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "cmFr63zpZtieAmkmtHbvJdHMfVtHjOnDnUy4YoqJTFQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1VideotexString.class" - }, - { - "key": "SHA-256-Digest", - "value": "jtI8ziyxbEy+HpmyBBP7lgwUZs/oupOyUlYBqAgv5AE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "pzJFI78QfCzqebzW7KwMobeuy4vbcnd7btw55AFrEvo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4+e5W/63IiFg33vOgFJVrTBXc2/AU5U6+C6s9UcNgII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/newhope/BCNHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "wMBhBE4R8sKFy1B5xXcBQSOn/MEZAOGprsxiX3K0P2c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "xNpQNKlkyUi63528BNXMlWM1vYDAReXi4syxbqGsZlk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BEROctetStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "gMnGghk7uRQA42JKKSAByTDzj2hn/JtgRaiicDSu6CM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/ComputeInField.class" - }, - { - "key": "SHA-256-Digest", - "value": "u8Ag4XE0hR1wPe/miahVW5QveBrZsfNNLXbSaG9zmpk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Haraka512Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fv7A7o3cGsiXRko62JDHzIYlDG5i1HzWAQQmt6QW2f8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "ECcdEqmH2WrnDfxvAO/vAjSkaYOEzk1j0L9bfD4SjfY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "sx86/yYzBC+13Irz2e6OmiC2gFMxCLBSzlaInO3zHgY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD4.class" - }, - { - "key": "SHA-256-Digest", - "value": "QfdRUzD2kPjgZCuAh2J8eDhDSvu8TBcONGY0PymQOHw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/GFCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ysk2rvEn7uZ/OwTcUI2Y5YxZ4lco4fPV797oZJg+U8g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "fuESAgAO+MK1pWKSHmtHN3DhNeXYazncGUZRgnJubyk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA1CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "+PUaS878qdAIZGtRWPqnZ+ez9G2OMhJZVr9FBx28H6E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$HashMac256.class" - }, - { - "key": "SHA-256-Digest", - "value": "wPPSidI5K1FUmEV2GeX7aiXw7OG+01+u7hTM1ux7fl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$Digest512.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2azYtduRFeWJ4z3YY6OOXlLH8TmvynpsiCjlLxz1n4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nu3KhQ4U/3pTdkz8KVvkRUj5Rttf42Hfte/5YO8FQss=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Signature2.class" - }, - { - "key": "SHA-256-Digest", - "value": "XB/9TJyaJ12Rk5MTFxFlRKqYPrs/rMEKZA2UxrIRJNU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/CipherSpi$PKCS1v1_5Padding.class" - }, - { - "key": "SHA-256-Digest", - "value": "KJJxFARvorRWinXyW/IO2lYgpXqqlKNPvsRrVW9po5s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "zb3XXmwFhP/r0PYUtDLNtNkIC7x8gv8J/XNRxdKZ9EY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$PBEWithMacKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "tUSukf+1eYaINKPNky/UfjTyZz9WzT9d87S86he8Ysc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve$F2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "/7CK4s3Il/OorGqC978NuKgRL8chg3qfaEn9Htgl1/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/XDHUnifiedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "3g7lOTfRtdLefgqReSWwDxyMpIqy/SElkzY6FT0yqY0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimePublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "XbniyNFoW2oMHR+thKvzzPl9qarqlS9bVrAhLRGXtl8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLSequenceParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "VAG7EJkLMA5lrnbQ7hEHieMmtZjwDjmaClyMnv1c86w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/symmetric/util/ClassUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "rsTfYNKr0q0PGpOI952M4L5q/MNpJkljONiCzDi/jn4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/ElGamalParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "5EMlJEw5kaBPbszD7kkHLs5Rt6oDWrynKeU/XEECVy0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "F3MyzBFwJjXE38+MpAl7WrSvnhO4qAfTpifnnrIbvQI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AttributeCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "rQWfmxELakK1zCB8lNc6kDg5ktYeYWC7zi4ca7z91NY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$17.class" - }, - { - "key": "SHA-256-Digest", - "value": "/wsQ0Ouk/G4c3LKbxbfoc04gYvKvnDRDjssqf42mXKU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERBMPString.class" - }, - { - "key": "SHA-256-Digest", - "value": "BDio+g704WdJ0MYt4oTxPC8OjrF2IOJMWBeYbn7g6WU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "K0xkCSIy8DA3RVTsDX5uHBx4OTOCwin2N8Th7RIqkWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "2rUEjw+HWeEm4Q+sMODreOE+7pft9cXa77Vvi3qW9Tk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/OpenSSLPBKDF$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "OWnlXV229V9vZCWDX3yADQZnlvXAKtM46SuLXs/ktmc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "JI0WycPSFY9OpHhgYAl4Upi3aRFcxGnRqCw9xfq/l2I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "/l/pKJGxPOvkHNV1cFIRl+1lxo4+4HVj6hqqWFsGV00=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/BufferedBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "GS62gz0fTJLmnqApGfv4htZU/KbyxQmxZvLci7klMaY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA.class" - }, - { - "key": "SHA-256-Digest", - "value": "/ht76AfmLLSNKGgmA5H58xCok5egfjuhLH9gOZXv9Vo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialRingGF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "zUyzSRybpHWGDgwHhVFuZi67laOmDdZCQSGBz9ADCXg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/ComputeInField.class" - }, - { - "key": "SHA-256-Digest", - "value": "fmlLlq1Yuqe05cIri2EponjLv36XykXpEAv1Vf96YmA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$KeyGenerator256.class" - }, - { - "key": "SHA-256-Digest", - "value": "zDyZYOyOpsFhnTmea1fBKRRfnTCUkwmj9zWKzU0uXR4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/MessageDigestUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "WEu0+RS1hjzuo6O1rbklBxH7MJtQtAN5Y0sti1SYNkc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/DSAValidationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "S4/7A458DgoN275Qj+2lYFmVjWlcKCVNZUpphZLw1g8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/io/MacOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "oeJdJJBpq+Ji4UpTsGUYl1xrSD42GihHU4eTk4N1rs0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA384$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "b16wBxNhBHLdMkGTFJqfcsH4oL7nyWd5APWnnzFK1J0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "9v7wtByzGxE+ZnEzba1hHDqKc3tMIqCas4vYeR3ALsY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withSha256.class" - }, - { - "key": "SHA-256-Digest", - "value": "pWZoivsrcwLuGJsTcA3aLdzfWW4kkklO26HqHDfJgVU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/DSTU7624Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "+vw7vNf02ZlkPvb3cBwx2gm9xolwsbz7bFJbSmQrF8o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi$OAEPPadding.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZbX0Ml0SKDJ2pDlHE3Xtr8ktwqXM6jL/ysZ3IOl0kXA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/QTESLAKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "2GWKNmkyST5hUKqZ++ZzKM94J4jKMQvzPlUAOs5nOBw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "dpcMKufybhrKq+Zdw4b5toxt3jyfadH86R7T5V9M0Hc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$HashMac256.class" - }, - { - "key": "SHA-256-Digest", - "value": "A23UtYykrlTGpHvQmi82aVkQ3fdt1xUm4xqQSAvByyA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/ProvRevocationChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "ySCZ7pM+1Zcu4Wt2wd2umIcy6FiyCco3g4Fgk+2PTLg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "CtwLwb9luCx05uyTS7xuT+OiAJGs3B/bJ6v7+i7NYW4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "iHkYiS640rroCLISzCF8jS8rdOahFQG7h0UUKCMZIN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ElephantEngine$ElephantParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "NF1UnTZ90z2YJ1hYSWzctiWWJy9oWRCFyFbFnyvjQ5U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSRootSig.class" - }, - { - "key": "SHA-256-Digest", - "value": "67zDYxlMTPRJESIQP64cY+VkwTi2QWGOH/m7kdvZI3o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKobaraImaiCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "N+UpgUj6tLQ94zbDrOnrJRi5s6rD9AV1kIRXEVW55Zw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509CertificateStructure.class" - }, - { - "key": "SHA-256-Digest", - "value": "ld9ytmVpUFG9nn8OsHbH1CDjsc/vODE1QWbGkhQHg0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/ECDHCStagedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "z4zhZ3EVuN6mQPMvYe6Rc/Q/3Y2B5FjLUqtBSL8r3Rs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$16.class" - }, - { - "key": "SHA-256-Digest", - "value": "QLZ9z9FvQcdk8DXgOsgnLtgSC1VxdPJV2MOv9zW45m0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha.class" - }, - { - "key": "SHA-256-Digest", - "value": "BtHQNwyquj1fZUj8q3lWAteOCy02nqZjySB+7oD851I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/interfaces/ECPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "tyfV8YocSwt4veHYZAcZJbODHNQVHNqg9+jwY9GKsKY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "ryeyV4GEpAEXMETM/GIkdT5WvLY2uS7c0e0ae1MOLo0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/XMSSParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "I5i+xT06y86NnPRymdDeQdGm8chBCaQA5DmuM9yT3xw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CBC512.class" - }, - { - "key": "SHA-256-Digest", - "value": "kT09xEOjkzKlH+aVn/vryNx/+500n/4NTQuDS+6Op9E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "M/b18h8zcSzZsR42wSkOCY6VUQ2J2H7w9g2HnGQvJOw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat256.class" - }, - { - "key": "SHA-256-Digest", - "value": "1dNFF4kqTm3k0WkIll3z6gWOfYuDsaTgPW0BAaE9Ldw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "mPpSoX2lNv3/rKUScQUWowcmtLxhibXBHH2eChhLO3g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NewHope.class" - }, - { - "key": "SHA-256-Digest", - "value": "3yhmS5daAJ0K7UFQT7S/ZNdstY6qaUsk7WjDmYL+Ycw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$32.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Pi7vY5ghKuUx6uV+k3QHj6aYjHAFQyAjM4EWs5xwDQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$QTeslaConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "v1smiXZKmzUrszeDc3ThhD9oGwCRKuNoB88nFciVlOg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$DefaultSecretKeyProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "mGcZpc9zR67GxZme0WMpWpKFRJ6s2tW2W0aLhDM2UWI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHAKE128WithRSAPSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "R2qy0AnL8le0EtmJaSUnWBdWYbsHtub1fxQ90e7i2C0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1GeneralString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vy+LgVYw5nGHZPBEHEpbOwNtaYoF/ZZDOdeLUkR+G2Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "o4mccBjl0G0LWONiYe5+yMV5uomnIpL5pnf3ViprrMg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/LongDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "iMKQk0+9copSOGDhkamqa/feUs+nmyT9Ri4Pj/oKmCk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/pkcs/PrivateKeyInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "BiyfJM3gSSv775HcnNRJM4RNBlNCqXq72vBSC0n7tR0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/SpecUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "XcKodcv8lPpWOSit75Jh63w8KLHd7OpJJ74em24GmKg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$SHA224WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "9MqWmXhzvim8sCxQJic2hJvfY3Fe4PqcjeTkwVKVjIk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$OFB256.class" - }, - { - "key": "SHA-256-Digest", - "value": "0UzAg9uARL6RLBTakg5amdA0Ml53lQn1/NHZJINgJQM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$ECKAEGwithSHA1KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "OK0jbiONeiLrLlD7c7JabV6vI4IIBFmsfP7cYb5NAGc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$DSTUConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "J99Yg1TjnbaxXwKO+kJ9I+6hw/WDMka1+I9oLEwtKl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$RIPEMD128.class" - }, - { - "key": "SHA-256-Digest", - "value": "tdmszM8C2ohprkvUZoFXiY2BUOzTlLv5UU2uGkoro3k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithSHA1AndRC2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Efm943jf7uZRu7uo1YNOvP6HSWbe2Mcb7UoIpbdQ/pY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLASecurityCategory.class" - }, - { - "key": "SHA-256-Digest", - "value": "9GspHMe0SE1h7BfEQWFtR91hn/p20Qt2gncLBX1UVf8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/VMPCEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "gD5ILaTbcvhrRtsZoyvTsBYtXo+ESaEto1o7wbiud7w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "lcuY/MgVXYh059ZSbqDdSvMVq7opt41Vy5LqbEqWGv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntru/NTRUKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "lKvBP9pfl6b0m6cG/yw7wz+TrZy1HWJCW0K3oEfxBzQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NRY7fbKLaQfuThnky2CA6/YC19wAjjT1jieh3unvCdQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$GCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "acsiPrQDt288fdED0dXMITZ/UacdnFCdURALavinVu8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RC2Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "9TkgScvLbA/q79QM+6dvzn/SSRl+E5Vx/sd9NPjY5XY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_256_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "bPSWnkr0+kOOESfJXhb59tTpGt0N9UZeIewgiZcHH6w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y9r5qZClXrm8iW6jf3Gs6XaiioHHGWKeRYtGcMX0eZQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSSKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "+hGCvwOQ2oFIeorX0NHt8/kuqyQXcAzjIUdhOtS3OyE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "94pK+j/02/J4PR26+C+TZM7DoijljsQqi501K7/H0T4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Properties.class" - }, - { - "key": "SHA-256-Digest", - "value": "yoRsZgOEbKBlnCaDaojEye1sloXglOyogK8rS044H+c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509CertPairStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "a54y9im8k3rD0iKZtGDjYj8qE4GJjv6LuQZXNqHFfmI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1OutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "2OI1PcrR9q1DTXNatC9JTzMuwctmAcmcvZuu9/meJLI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ElephantEngine$State.class" - }, - { - "key": "SHA-256-Digest", - "value": "LJemUjg4/PUum6aPqinQUt5kOBDUgeTKX9y45CiVE4I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/BCElGamalPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "FZ3cjQWJFe5m88t9vYY0cBcwJsmIqHQCmFj+uEdbLtI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat192.class" - }, - { - "key": "SHA-256-Digest", - "value": "iOlDpJ6U1kJfz2dQ5Mc1ggsxskVh68cjoaJzIjdBtGg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/PGPCFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "nG12h/AE2o7HmkjhhIrcgevkS3JROkMJOkSRmuA7H1Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$F2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "/2f2Fcd4Jor+3zNsGnD2kpHdiOh2lbzn5M8ixwBCNyo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/Zuc256Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "p62htQGRwxR5gsHMfhWwmjvHC5aOxWoEihDJ0KS/e0Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/srp/SRP6Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "kntpBABWUSilvC6v5ny15yj49Ovl/EaCsiSdo3RVpPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/lowmcL1.bin.properties" - }, - { - "key": "SHA-256-Digest", - "value": "T0rhTInL0EEMRO37mzTd8/d/wE8oJPLEArs1rG1F4TM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$CCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "aBFbKji1lp0CTbsWvF/fLe7kxGkSby3jS9qD/et/Vto=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestParallelHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "3cjJMGISMj6i5kCwPJFPRceAsVsrNSBBL05nLe0AomQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1BMPString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "L2V6E78smbjl401ydw98xVa/jxU+ISUH7tO6+0Z98jI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1T61String$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "BpY6MMfcqp49TjkISUvLKt1Kb8cxXaduWKRaj7ZjDSc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/RFC3280CertPathUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "JKDh2LOAs6F0j8mD1U5Kjde7TpQ8/46+Nke9g3i9ba0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/provider/BouncyCastleProviderConfiguration.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jw3RsiLxZNZ7entWdVWNSBB3LvT8EOoEBH3W4SU0Ij8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/NH.class" - }, - { - "key": "SHA-256-Digest", - "value": "ceTR2I9xmqG55HiK7/lhhSiKpJjdxm6kEaPoC1ryJ84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "jBmMIAPLQvqC/q/3bC2FoVradbVDc/Y1//5BpDDV7pg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "RMJhGlr+6G37hTrXGy1x4BG/je0huTfbkIH1modMuU0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/MD5Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "cD48ttvVqrhUuVaP5ug4OJFdXoUYgWkbp7fG2lK7kjs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/CCMParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "0fEeEzhaUEeRaHyXkAXhw6xI6gTMysjhAMjJ+8+HlAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSEngine$FunctionParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "eLjFbM+EZF7X4dcThD/t2a2vUaCzKbTy91MF0rABYBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$KeyGen256.class" - }, - { - "key": "SHA-256-Digest", - "value": "SAgZF6i4f0Rzk0FB3FIJpJ/vQqgzI1z6EWaWbaJVGcc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "6r+at+igEWIfBzVordyOVi7gO/iPm5m7vRQfHE/dKdM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD5.class" - }, - { - "key": "SHA-256-Digest", - "value": "GeSnKzjUyDw8KfIP11pULGDlDxc3KsOijI4iz90XmHM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSAKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "KztFdrJW2aTtm9npJDfUdkKrC7EjuacmhyylKsKmLK8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "uYp1iVC+HMUUAb/jmBEhIWA9b/5lpN//uNw46PrYFOs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/SPHINCSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "siq0ySBQyDUP6w928n6sUI905oNLe2hWcnfHBnLjkOY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMKeyPairGeneratorSpi$BaseSM2.class" - }, - { - "key": "SHA-256-Digest", - "value": "bXqK8u47CGOls0JY7b0UjKzKcm3oY9JGtYqdXCBf2EE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/LMSKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ehkfmfFZNftrQxBpMbh37GFeMnJT66+RnNKeYGq2nEM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincs/BCSphincs256PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "VjGSUz++Jur7104/OQdmXr4fMNWd4w85sR1M61EeJD0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "MTG0yAMN7kiuPFj1PGo/N/WDE/PJeuOjpFTCr1Axgyg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EC.class" - }, - { - "key": "SHA-256-Digest", - "value": "2LmHyqQnGahA4CydwdBRTA1xRmdfPtYnJPhDZbkm9yY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "fEy3lC8EFBDe08wNgXPPWUko0jXZzYbfXfgXfizPagM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "7NcvvFLgOrd2MmBdFGwDNTou+GqimydzCqUv13kQeRI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LM_OTS.class" - }, - { - "key": "SHA-256-Digest", - "value": "SDmJA7q0zIc6iPWcfpmW/V4c2aQL84O6HWQT43CsFSM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/WotsPlus.class" - }, - { - "key": "SHA-256-Digest", - "value": "bTx2WSip2fkCLhiMcX/784ksxfBgwHi3r6ckg1/EynI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/PEMUtil$Boundaries.class" - }, - { - "key": "SHA-256-Digest", - "value": "t6WIVUB/ycHpzpapzQLGZdvm5eAmOlRi42iWric43BA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ntt/NTTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "NsoFCdCjyMoYGeBgTeR2yZezChJolSFj3EjlP8YRyIk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSASha3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "GrXAR2g1qr+WTnMn5q/Kqglbpsxsl4x5FMZ0VMyK8Kc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "SiXBrzO3ufyZZ+g/9uC/mFCyuRmJ/SVUnWa33D6ARSE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$DES64with7816d4.class" - }, - { - "key": "SHA-256-Digest", - "value": "G7dsQ3pz/iHF9VBty1SpAUgwJyfbzCnE2jt22T2Ik6U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SCRYPT$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "SApfe3w81kSgVOZDizbTfEUULXdBtLwNIYdPJhWj7D8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "eVYktVu5/Q0pytYMdQiOieaUIq3cs0LabUslStnDTJY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Certificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "V8gYdOrwljnH32YtfF2hqbd9g0PjMOswJ2BicmmXZaw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/constraints/DefaultServiceProperties.class" - }, - { - "key": "SHA-256-Digest", - "value": "YNpg2RO/0GiuoWmgwJ3tHNk9x6DvPh2tKrUNhXqX1II=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Cf3KAN6PgljYN1rDd1cWztQnn5swJWEuqa9pjvikdU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dstu/BCDSTU4145PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "pk505yWeIFl3C84HcW71j6kY4yLQzI93SM3QkXCoR48=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Rijndael$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "GOq+Lje7xk/vNU0DODtxWqIqTcENxJM2hPZD3xo4Roo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKobaraImaiCipherSpi$McElieceKobaraImai.class" - }, - { - "key": "SHA-256-Digest", - "value": "HZQXmi0CINfjO/Yp7dJnze9OVdBxepL3x0C8yUwwqEY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECDomainParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "iLI3jrnIlVC9lrZa0vHMypo6LeBx+2s++j3gTAKAzKg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ConstructedOctetStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "JEIOcgFKCouRhydxKoPToUwJVMSSvfPAICVeUpAGYjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$DigestKeccak.class" - }, - { - "key": "SHA-256-Digest", - "value": "MUJnftb1WhV3IkJ8qY7PGa1qIcEOKQdkmGEJVlRg8sw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/EncapsulatedSecretGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Z2yYKL5yKaFigpgZdZ4A7JRiPG1YdRempOZFdjpPZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM384_TRINOMIAL_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "FDqg8YS8sqfTRPx8uax+Qd6eNIrOlcPxBoiU9/k8NvU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9FieldID.class" - }, - { - "key": "SHA-256-Digest", - "value": "8D0EOR7in8qRJl4dFNEz9o6702yZ0THF/LGcDtidQ30=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Shorts.class" - }, - { - "key": "SHA-256-Digest", - "value": "i6/76T4VEeFL+jIwbJRLjoI62L2sXvw/nob5Bq7fp94=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHC.class" - }, - { - "key": "SHA-256-Digest", - "value": "wMPo+uibgZ3B3cVoE1XJD/kQPe00HxkTwXGl+fxtSLg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "RydzetHNG1/i57r/bvjnAIzKKgzrdzH2vX9j5cqMCvA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/SPHINCSPLUSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "zfvCH9v2d6XAS2qY59M/lwhCkqQWjn5jcl5za1t3QTs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA1CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "DI7F4GB/QervROu0l0keYGGZa9PzHP5G5qMA0ulzHlc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/BCDSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "tzrf6+MeW7CSHW3dgw1rRI8UDbVrApf2m7HpqT1szvs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/PolicyQualifierId.class" - }, - { - "key": "SHA-256-Digest", - "value": "F3RdY1RaH+u01Un5PPMby7zs1AldulNgy6IXNrcmmfs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/FixedPointCombMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "YIsmvsGRNvAD4o0FD2ozouRUyGkQbZ/0jvHJBjdh0q8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/util/StreamParsingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "POimoG0Xz+gwLuZQWwkqyzAd9c6+7NnqTofJMHbB7p0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$CFB8MAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "tqUcJKSo9nmqCIULCksRYmwNQOyp6mwRfQABxBCBNjw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "PT3y0U6jEBaXv8ocGIaWkFSUa7siG89FlXxJ4r0MJO8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD160$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "O807hyiq8fpEgdJyEZ11+U7x30Enhovr76Uyy/BI/RE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/RainbowParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "5z1ZM1FR2V+QsKZP6qbyQl6FjMUJOfTMIddgFg2PgME=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Sequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "LY27y8OpV/1QEGooRzEBBPOZxByjJfg4aZmXcayAtZA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA224$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "YAPi9b6nGiIP57FrCV1q7MojKdVtOzj/Jl+2J9atnwk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/Precomp.class" - }, - { - "key": "SHA-256-Digest", - "value": "VztENNdkFuyDBZ+zXD3w3FguQQQ5WaCg5ch0aotUp4Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/BCCMCEPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "pwV/jud+2sABWUTatv5nk5FARwshF63+9t1FcsXfgTQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "fbjc5+U5AGELAxeSdA3yG/kY2pQ+YnNl4wFePlARbkY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/gm/SM2P256V1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "sR4fFBwMqQvKx8ZTVJbawkNUB9UoZ2LdHeNUe6oFflw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Memoable.class" - }, - { - "key": "SHA-256-Digest", - "value": "R7QuRNhKPCdB8r9Prhu1bXpcAOBSmGo57kTB1yxkvDs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSAUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "DUkoFbvOBbxxqOb3JxqZjkpn5TON+egVxl1iW0CgpXE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Integer$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "wCysdiniBL5wY5+nTDjyMsaT1LieYz6en6b1ypBwTJA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberCipherSpi$Kyber768_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "iitPYDm1Srozx6rpIuREET1fEdoyJkvyLBFYFiPM5Sc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/RSAESOAEPparams.class" - }, - { - "key": "SHA-256-Digest", - "value": "cGjAAlbKEwp1AZRjk6e/xVUwaE1hAGLoL8B+vDifkSs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ElGamalKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "OUesETd6IFd8aAJnZqT/okEKvJF0nCNy5KQQqECdPCQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA1.class" - }, - { - "key": "SHA-256-Digest", - "value": "fKqvMt9IYrFAijIfIUcvrO61dSf2qrQ4yGy1R/Alp44=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2Primitives.class" - }, - { - "key": "SHA-256-Digest", - "value": "w5wonezyk7GoRaKl6HzJiMb1nj52B9DYVsCea/APBjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "QEBO7Vo/Zp/or9gdC7pfg9v2jXWOJdgeTZ7z2kI8szk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "2EwWAQyrYMXn9HBlgm1jUcbJTYb8em4lvx3aIID9E5k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Blake2sDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "n1ywsf9NnvErcRLHFK80rNW5N4OqKzgGVL6DZitwRPg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSASha3_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "3cOjmzt5Zk5vbz0v3m8eFGJ2sd3LLJyC44nI3SCFra8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSLoadStoreParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "PNoChWdYC5M9n4XzUT+2TttaIXUDa4aTiwILn88RQEc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grain128$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "C1pIJNi1XQ4NgWa8qqvY/iPTQffNg2xj7fiYgARFOZ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/DHBasicAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "kggLwcpGHabqkY0g2QsduALvT9B/2i/+ouHdS0dMC6U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$Def.class" - }, - { - "key": "SHA-256-Digest", - "value": "V8y2I56QaHsf8MKEpwQW8Uvd2guCTyV8VaHoNSSjPnI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "wNrxk4Y1CclHJpLFBTtxIDglXvmSm+SMo/ioj7WcjC4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "SbOK6hovsjT79UYaaPa+qufRluSjJN9fW/p7T9dXiHM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$SHA512_224WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "YxZG2vLrOGjsHM8Cv932AB8F7tjD7SVb+WNOwCHkukg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$PicnicConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "oxtEgBIWobCd2QyFE/Qa9MiTZeE/FooAyFzL192xPt0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "w8ELE2ZJy+VUaGJ2qO5lHcqYrizhUWF5D8Ofgp+R31g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/RainbowKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "s8jWKspqKhvqWEzNn3utGPKtNWiBlbeyN0jrjUZPmww=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "VDpAuWxpFvxAdRP6/fO2u8mYhm/E66sF0b8Am5gmC/M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA384KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "981PL+3xb6p5Lk/jL8RAv3MErwbUL/30fCCEThklK7Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "1STbmHsIGVZrZ3ya8DZxNzjoMLdGaJAuj3AuDMz9kBU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "C8rqHv2fU7pSUg5q0/HIl3rfWLX28qfWuKiTUE45M4Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/ntru/BCNTRUPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "YljmqM4NP2mEnpT13qvjW0+UEQFmOrOoKuwJ/EAnTHA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/Symmetric$ShakeSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "k2cSh1QAmvzyMW5LkIRahajMKbnuq0B0ZlpPHpuN478=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "d4SRMxFQVhgj0RAAVu0ZpugAoC92Cv14CNEik+wDCFY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "aFcYJC3DPKiq5PTNky39O/sOyyiNeUEQtOY7BJXnhCI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "wzAi2ddji1WbBToVqK9/mYvWvXrdNCPqU7tp3RXVI+Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "O0W5duvjVs8ESB6MOcu8/+pBwpoI2kTmjhqs+Z5TFQk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "cJsu/IMMURs0u1MONW5KvhjShe97eSNGXILuH7Wr+YU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/StreamParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "xNipMn/rFmJrteiUdve3EBH4m7rnJlS0MD3j540DrBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/IEKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "dlC7iCSB0Wpvh9BGuq1znn9ODlvpcZVTmzqzlVc3qWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$GCFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "RbGe5TEWXf88+VpEnPie8mVKA5cCN0GHkxkixH9mfmM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/McElieceCCA2PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "O4xcM0iBZSFFkqDqLxs5WhEDOB5BhqhNqwgQzl9MeF4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERUTF8String.class" - }, - { - "key": "SHA-256-Digest", - "value": "tF2frt3GXW6TR3JICXv34VNPABw56qY1Khp6ibZBmCM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/BCGOST3410PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "RLBBejKtuYlQjkT4cVNO9HGU3RNDLZCJmIXm3d+C1WQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vu1JxIH6gxoyj0L+hj0/AEQuQ6P5hlYWIVv9LmjxyGY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$22.class" - }, - { - "key": "SHA-256-Digest", - "value": "iE6+JGaGpmxQLSXkokmGddRfxiXOBOXX2VP80k4b6Nk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$ECB64.class" - }, - { - "key": "SHA-256-Digest", - "value": "z7KbBaQtulc909Wnw6pU0cCzSFXvhSnZLavxva1toE0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SIG_XMSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "dMJlbf2SCXh86F2xHRH+2Rt08TGROsgXAUewKCsUpMQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/BENES.class" - }, - { - "key": "SHA-256-Digest", - "value": "DF1FMf7UKTCmDB6t7mhbugIg0MpaqfBrvTNXN4Xtz6Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/HarakaSBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "sPBHK1jPBSdZLuizR+d8PijlZs9zKu69fCtj/vreV/M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreLDAPCRLs.class" - }, - { - "key": "SHA-256-Digest", - "value": "u5IMmyF7FVOUc+XvrwcUrRdpZtxHLmZwQp7X6OAjDSA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric$AesSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "oJgNCQ1MVBYC6acyk1b/847M1HHl2T8cL+RypsSBhVA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi$RainbowIIIcircum.class" - }, - { - "key": "SHA-256-Digest", - "value": "ps6520TRaNuxMc+Gpdq88HvKn+Sy6q0CtLhQ03DtcCY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/CertPathReviewerException.class" - }, - { - "key": "SHA-256-Digest", - "value": "FKO2Wu79xGgBndM5K3mKSmSL+JmGzDKgKVLiFOFMzWI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/nist/NISTNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "zAa2I8IHcpcYtzSg2IGlFQ7BjHuq9eVJLC/Nj1I+Veg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERVisibleString.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZkgQMyVLj1Da1YXatf7PgfLZQFYwOjUxLKNaNSzUZJw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/falcon/FalconPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "FjOyCRycg8sPtE+VsKqIRyapt42ys4LZRM5EhAS3eSg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/SkeinMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "pO33gQ7OGjIWuXBZ7PFv4vDApUouBk5dpdHPjGFl6uE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$DESPBEKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "OsQYvaxe3hIMKSjnf5RcAktpKQDrdbqv4OpnAakmms8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "w2dx+HGMyl6d4qsEivPnGOlKxj6Y07Z3ODVlU8J0O14=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gu3IGGT2AxZhe7A51D9YYYQXuvbkmcbMAb7xn/B6YOI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/LMSKeyGenParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "JR5GJ5vI+JQMr2074aSKbDdJk5kyrC+rI0ONXB7SEJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Kangaroo$KangarooTwelve.class" - }, - { - "key": "SHA-256-Digest", - "value": "qVqW8W+3Zd9V3jnxJgGwvvugXoxo1LUAWtgTsbFZtqg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/IssuerAndSerialNumber.class" - }, - { - "key": "SHA-256-Digest", - "value": "EhoBHJPOhCZB0Saf9VQvniVIaTasLO12VvmHY4ZW7/E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1VideotexString.class" - }, - { - "key": "SHA-256-Digest", - "value": "QO+9YnClt9XkvjXVcFLEXm4+/UQvRD1yDJvXZrqefvI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/XoodyakDigest$MODE.class" - }, - { - "key": "SHA-256-Digest", - "value": "6jZDd5YenXIoMWXCC6xTqrUmfExUUADJsZX0stBu4rk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$PBEWithSHAAndIDEAKeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "jE7G52DwkHF5gmppCPw1FZ4qx8p6FyAV4Cp66wqU+aY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "xzLB9P+iRsAzEwNjXjmBmmJL44jOUwfK0jgQvOzJv1E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BouncyCastleProviderConfiguration.class" - }, - { - "key": "SHA-256-Digest", - "value": "ooHXCiL91CayfryQn9i6YQsDp6/9rZujO1M9n68TqB0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP128R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "jNeOJIOjLcsdzmjlrD8gk6H29dk2T261u1x3g8qVoxo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZXT6u2NUat4Oz204V2h2wnShz6cQrQ7Rr5g7ACmVOxs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$33.class" - }, - { - "key": "SHA-256-Digest", - "value": "UndCcGkZD1jr3lSDpCYUulqrVL0zP0QuYFyIjnL6MtE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA256$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "pK46wM/xGLKNTPN1AL8pR/7iwyM+y3ibgsl6UqMUZDs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "lKJPLF0zaTU42eiHPqsEiCAV9vXZX/CvGcNyG58jSH0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "B+TNDwUhDoYfQS7dym0u48LN6lZ/+cG7er26+5WwGqA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "6td8ZH3fuUare6453EtasfkjevEBORsZ7wQ/w77AfKM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/hpke/HPKE.class" - }, - { - "key": "SHA-256-Digest", - "value": "JdybmaV6OUFBluvXC/0cEBUItatR4c75obdXSn8t/QE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/ParallelHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "hPf+7kZHwSy36uwWOPAb5yIaEMfxWJx8jQp0iDyDEY8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$SHA512WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "MBhoQbGaLjHZUAyZ8BlfD3j6rkS9s68YRea4shVwsOE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1BMPString.class" - }, - { - "key": "SHA-256-Digest", - "value": "MCWpj5zB3rii5krxPn1JGje6u6a5/qzWVyq/Pm305YA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/drbg/DualECSP800DRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "m7/8TgRBUEke4WB1YnB47G3YvCXKu4oUcNkCJlKytGo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "1d5C4FRK5bPRMXFP6oj6Ai4qmzyMzI0osaw3KvsggfU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "fM2TtM4W+8V5CYkQ2owUg6peHqO7SaRzc5pmJAvI3cw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ThreefishEngine$Threefish256Cipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "9kVhP/w2CIdQRwUKtQLTTJVshjbxrj5jb7UgH+4BlAE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/SICBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "9Xz0zEQjJFErsIf6db7xlC0+azcq3rj6Klx/SpvP834=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "5OMYneFaFutP/Jh5gMofaRpRV77PdzOblwPigNAmIGA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DataLengthException.class" - }, - { - "key": "SHA-256-Digest", - "value": "khDskqk5j+tPTR199OaP5c4BUiUFe9IX+QnZ6StGcvM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecMatrix.class" - }, - { - "key": "SHA-256-Digest", - "value": "ipC6BNs1EcXyVi5g/MSPmnBZ1WrB64Jaa7SO6+jl03U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1StreamParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "7Ig7TCNh4hHigVwCTwSGyR8iqwCUL3YaRcsgO7q951Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$KeyGen64.class" - }, - { - "key": "SHA-256-Digest", - "value": "qyYp1UuaiTfNQh/aHmDRZ3AR2UJg9BcSj8NXHvQEf58=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/GcmSpecUtil$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "cFxkg/NoDkt0PWvPJH8XnISAncBWOmCod5qAbXfOHGI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/LegacyBitsOfSecurityConstraint.class" - }, - { - "key": "SHA-256-Digest", - "value": "s+mui8AKC22iUXqeEZzIFLdCKrYQVESPBFMTenF3Q0Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "MrZ0/oGG7WD8M+t0rmMC3/tJJZGETjec/q/AtdyfLqs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "C6v1qyVOLFeu/pvkkt3/k4JDRhrrF1zumb9D3epAf5k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "6+mBePMmkGhFKVLXQMxX6wrrfvz3BBqvXQ+e7d8gPBA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECNewRandomnessTransform.class" - }, - { - "key": "SHA-256-Digest", - "value": "TZ+2UOhVWGymqhjMb1e+th85/NxImsiU5p75q6HxQFI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "wpPrVKAfDHPJ64orYU81WLaWRjA/N1UGQbMqzVUx254=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithMD5And256BitAESCBCOpenSSL.class" - }, - { - "key": "SHA-256-Digest", - "value": "sRw+3xXBuRiaIvenHWnrdNzaD9OHkA+uwArf1P+B/+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "4sF3x2WM1VQv2VtxrbYgDC6Yi1vBUjVwr+kqabJlmoc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/SNTRUPrimeKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "4/7bZoQaPaXzmoMmsSfkGOChh3fLiJSHQhe7/pZaj5Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z29WwEsbwhrUBATdFtphTIv4WknwiQ9oKjhSU/ZpTx8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Kyber$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "/fG/3hxvHUAk5ZvxZS+Lmz8CNuzOYfPsnw+khJrvyxU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/config/PKCS12StoreParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "8eMUljE+RXcf3TjKoAn+6qtEyRoZc6wVLudw4c1a6O0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SSHBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "E6z1bWsuHEc2HXiRuLnft29TUZYg7pKDpNknz2tfspY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed448Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "TMlxA9g2EOSNJ9SdpXSumQVvpySed/MaY0IUv/I2HP4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP384R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "ikwS2iDcn6WpcBC4FxGqvfV0vICN8ZquZhxzG5Mzt3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$KeyGeneratorT224.class" - }, - { - "key": "SHA-256-Digest", - "value": "u4PL0CzNVGnma3dNiqjs4Xj0QV+zOmV+vagWEiHVZ1E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "duIrxSdZbrMMSr0Ag83s6Q9wkakV6AiAOGFstkfkZfw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERTaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "kgNLXZwX+sjYF0+bFm2ZfrmQPaGvi1q+cQAXiz9QDf4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA512andAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "t4BXHsA17GWzu4fHW0sNWTtATxL+GQ28YiepQgLVBCM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP521R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "1lg7vxrzOQlpyLeJiIHoN97Vy144l0X3Ja9k4+w3Uco=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/AlgorithmParametersSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "HzEULdUARIpJeEvANyPraGkOEUW2dJw/DEw94i5JCXY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD160$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "zqb45Ub6F8yaK5Rqw7Ty1eVkKgoBcPC0hITfpW+UJ/k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "GxDi2dBJ+CKJaz1Ia7ZzBKPcrwaXS137Gg+0pZD3518=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "9L2Rhrb4yspML6SmyWLT2ehj06t5eyPJFZV3utN0dLw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/McElieceKeyGenParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "9mpq/6qPnVUgq20m30ljhz6+x26xICoJfHpaN3+OlQM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERNumericString.class" - }, - { - "key": "SHA-256-Digest", - "value": "GVN99JJXR7+kasYqO0ldWQt80uKw5JkdzTctgVJuHys=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "q9ODiiLPLYDKmXUm7Ut2j1D7JibhFOg8jPoKns2UVrk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/PKCS7Padding.class" - }, - { - "key": "SHA-256-Digest", - "value": "vMsaws8E6yyUn0/QHzNI2koZYf1pGj2+NYfsU/cQ1po=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "45PkKY6x0FLSTAZj/QP7c4N/f9co0ikpwi82nfT6ZMc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "VMIbDAy6kMhnX1hrmFGo1g2xtc2A80INL3ztODNO1+s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/SpecUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "xkXcZAerfPzSmzLoCR/RZ4ovSF3AFRT+l3uSr0Obqp4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/AbstractECMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZI8LUv7+r/Bti1nLFIpMgvm4tKCOK4MsYQO5M2bhnkI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/McElieceCCA2PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "BTIOy7eeL/QQE7ZGlHpBmTqS8SsuvYSz2AUHxsn8NdE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "lfW3UbuhutNlg/2Gtf7M144hsCoUxi9n7gWjjbiTBgg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$CDHwithSHA384KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qc7olc3z1VuMEMy4j7TZqDYh34Q4F9dpYDX1YkmgBiI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "srm2BbgLJu9BfrOK0uWyGknNfJP+pedQj4qJo+qOxAs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/DigestUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "q+w9rHVCx2G4334U1R47+z68K+hDPeBRJrCmZs+UFuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/RawEncodedKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "+wL69z9emBAF7MHSnjyraDt2AdC8UzPBOtiuBPQWpu4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/IESCipher$IESwithDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y1RvBdtUbSZZN975MAAFMfieTVwcg6PuDvH1f0cNAjs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA1KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "mXDuV7kWXN6+RIatgTI27KRZ+ZT4pgJzqE12GiMwuCY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CBC128.class" - }, - { - "key": "SHA-256-Digest", - "value": "jJCA1sG4pMWYvbRYN0VLIZDgmsIalm/u/+GKadEXbCE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "LltPo8nbKXuaY29ggv2UQtyFXADDNT/ELXsRYUvqnMs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "Swk1SdZ3WIiVt18HiILHxRNx/xox+Wn53siwl188Lxc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreLDAPCerts.class" - }, - { - "key": "SHA-256-Digest", - "value": "OwGi3LYPpz6VuldyxHQigOPu6bd3NddEDqZghBOMrp8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/FalconParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "UKXPi/Kt3G/nTnsiG5uUSkG1BHSdSn2QaLUK1W8kjaw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "znftXK9VV1Z9WidzJvra6rOs+yWPbPH6dwoce7jySNA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/McEliece.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qon0XD1iT4fJD22BNwubJzYBE6egiT//h7rcgjdUTjE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/util/GMSSRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "n5Yzx7XqLGL3xkjbcJlnd2zXaJ0O2TTtKKo+B7VkU6M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSKeyParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "em2CrGkYHf7rg2MEVYD0TnYEemBnhuyAhfhwRWmkgcQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/util/Dump.class" - }, - { - "key": "SHA-256-Digest", - "value": "X+R+6oKQy94/CvfAblnMdzoeq7Gtyf2Tcb4u+zJEQI8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DHKeyGeneratorHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "/OMTYthyGwHBk41RXeSg0X32gDgILYEqPV2xE8r+tkw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/GF12.class" - }, - { - "key": "SHA-256-Digest", - "value": "WwSqoOIg2gRwiE+I0UmXbew9M6tYyCPEjUQ3onx0EdM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERBitStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "u8+6mDkQhNtKTl9v5Asp1uh7PW3LzPh+XV9iMQKShN4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "U2mVuEVhRxe2yArmx19UUfN8qnaSwAZCLBYi73INQgg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "1CLwxJTrbiI3ieIhaTH2JvBXqUaa/QK/npt//OTgx0c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "nkkxnzL76IQjzxivxKFUmd7MoNKOMJng4A10PI1aXiM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SEEDEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "l+ueFAgtlhgc7hgiAX2JBND34B76C9OPTjtIem5Ulw4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSMTPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "DDbc/EDx8wbTOhVs5esO3r6qHP7QpIToUuoWQqA0sQA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/rosstandart/RosstandartObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "mDW2cHKv0yg9IOpto/y8nP7mu0Pq31W1JjROrQdkmQY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicParameters$L3Constants.class" - }, - { - "key": "SHA-256-Digest", - "value": "B0B4U7fqF5iHojI+ifnMjMduDp3x6ao0By9bgYcd4Gk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$OneShotHybridEntropySource$OneShotSignallingEntropySource.class" - }, - { - "key": "SHA-256-Digest", - "value": "dCukSbXRw234yN8xRGnbs1AqOb7NGiYdnm3wspVdHQE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/parsers/DHIESPublicKeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "Js7aMyv42pgsna0gwgwH5GRaJQbZ24hmXegdfncHTdA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Haraka$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "s58nuhAyIF4yyYiDu/yZwuRFUvETcBquW1baw2WPswQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/AnnotatedException.class" - }, - { - "key": "SHA-256-Digest", - "value": "9gF8qJGaIKWifUONOasCNlnV/HwJevWjEusydtIB36k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/provider/BouncyCastleProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wn9dlULOXcv0MgJfH3XeQEiC9aXGBZy13lPyo7hrt58=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/SignatureSpi$Base5_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "5JH8JRwacSFEgmWvFbQLO6wWwY9SU4QJxCWTFkyoM8M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "9NhKKXFJqP4AfSVSIdD0gkbasHIaU36r8gE1vDCOCCQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/NHKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "LuUvv0WPVv5V5+dkQiU8qLcoBtwCLqd+FD9f8YFZgH4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "4fKUDF9DzYB1NzSSsn99lDK2V3dFpDHcxQfwopSo7ww=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "eezf6oxuP12z4bs/fNJPvJLtL6mggmejcx+CwEOiUn8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "DMMEDGwUrxPOjr9HGt4MqB1fCDuBsJJyG2sA9uqbIgA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/lms/LMSKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "lhxxyiOOkASD5FZlM+bTjRqgRgALhyOzth1ozuz1n/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$ISAPAEAD_K_128A.class" - }, - { - "key": "SHA-256-Digest", - "value": "dfMz8G7QMMB/zarFE9hylTzYZu4xOo5uiVD9YD+mVxU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "TgckVaaWZjaL2Pq2Uf2kzy+JwpuYKO2PNhw72OZ2nyI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "v24PhXot+KzHl48+3a2KbZPbN+DC0c19lm7aXfYcWvM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLEntryObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "J/YzldvmpWF3OFPhFkTZ7eY35hvBM59wBFO1aWshhIE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "U3rIGLz8yS5H6T0j0ayD2DbydMq+SHnsduZrlN8zGQg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberCipherSpi$Kyber768.class" - }, - { - "key": "SHA-256-Digest", - "value": "ihB11VbAl1aFZaXqL4WDvS8n97xd0nWq6ONau7ERYtM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DigestAlgorithmProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yd4HheN+vKu0JmksC3s67pPlgwuvW7JhUMfuDc9MPhw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1VisibleString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "c31Ii3FZrXlzaGPdHU2Ta11WtwGimZ+MhwOBprVCkMY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/provider/BouncyCastleProvider$JcaCryptoService.class" - }, - { - "key": "SHA-256-Digest", - "value": "XhTiAQyUzAcRkUUv3FqOaxKpb/lSbTI7EawR67F/2lE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/BENES12.class" - }, - { - "key": "SHA-256-Digest", - "value": "cm/dQYkEVy3PzP4/HNaylPi1KTanB3rE5auWUlkJtDM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$DHPublicNumberConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "EGQlUXN24cJM5ILsfrdHUpWeM10ZllGuDZObbbTyDMU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "hQsVBD4xquvF6gqJ8Ty8ViMc6dUNke90MziLIrDfHPw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1String.class" - }, - { - "key": "SHA-256-Digest", - "value": "SwVqyFu87IbT3AZkQxyW1JfJNKYuhm1a3zAU+tVH+gM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RFC5649WrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "tTCjeaK0R75P455KhCN6qrCAaSXh9AN47yuexUREFcM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BIKECipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "dBT2fchGi5OBo6Yr+Nr0618nXaHSMvVOHz9XDu2BGQk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLImpl$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "5zonzU7tXUPlEHbGolgFUEW4USip2sPlEFLGeFEShbM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA1$PBEWithMacKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "n4VWUd9V0SEUUl87KhrBIpfrDOqdLR0pcE5XB869ML8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "r1YTDV/ycGe6DbYZcnUgQpfh5BfYoX0Iho9T0P0DImw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA224KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "NsIHWz93TtMcuTsBlOVhqrZIkdats4ehH/CoesP5dBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/PicnicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "/20yLiX4NJmfekj2Up495z9e7+mHZgKcMYI1/WSdMhM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKobaraImaiCipherSpi$McElieceKobaraImai256.class" - }, - { - "key": "SHA-256-Digest", - "value": "uEYD1aSqqIK9jpKFcScN5Bk3IZpFlxVMFBAGad52oYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X448$F.class" - }, - { - "key": "SHA-256-Digest", - "value": "8N6vweG4zMd/m8hW36f4O3PoVkmVrtlgxd8RyN5PvAU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Exception.class" - }, - { - "key": "SHA-256-Digest", - "value": "oMjEbN2cJPvQnDmqx5OaILxV7iDzXAusAjovRpkX+5U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/SPHINCSPlus$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "+tqy5aRKPTl/U5r6k65hUfOCiFRCShmAHY+eqg4lYQg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/BCDilithiumPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "B9WIXbshHb+MESJaBdrCV79m9aJmWjW6tkRQqBQL8Hc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicePurpose.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tfrfe2G/PEIdKLqD8eEzFeJHhICWd9yRSBvclLxf9TI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECDHUPublicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "d4Wp8cU1i1BoD4GxfLCkwmzpfmuOaqwPAV41tQhG2g4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$HybridEntropySource$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "YKA0glLJhlWXN+oYYsrRXGmez1Su2rwWHyAMuWJOyW4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "+fggGgBop0G/4C3QC4+2Kd6BGEQW3ko3cEvPKhmpX70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "6l3cuTWezbMEUTXzjZFQ87WdxQJX+Rubipxc+aajsKM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED.class" - }, - { - "key": "SHA-256-Digest", - "value": "oQCOyTDlOCPM+cygn/mKBDhopIqDUAtBrRfKX+GeaNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Smj4Beq/Y9XWF6XtvR1cYV9Qe08gs37nwjiE3SW4TA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement$AbstractFp.class" - }, - { - "key": "SHA-256-Digest", - "value": "W/1ki210Eom121xo+njBqZlG+Lj5yvgzNEMrVCSaF3s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA3_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "LPKVqMeX8wfViLnjmISp9uk2reD/iSjFoxX9QOrK+eo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/PBE$Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "W7PUHQtdKMD9El0yyqmmnzzjZ84gIncVTpiOAb6qIKE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509StreamParserSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "T+NDwce5yw9q3bUWBrCg9ZpTY2jWPTgbw6oyrJjR1cA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/OIDTokenizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "nwfb4WnWTIUU45P8IoAvMPRr9jQugQMZDswEUAi+eNc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/ScalarSplitParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "LSEG0j9+zE43HrAzccRQcaKZQ8QYVcmBwfkZpwRsaoo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2mVector.class" - }, - { - "key": "SHA-256-Digest", - "value": "/puQqrm/Q12XsayI2JxJcC1wTNvcws1CnWpiTIqtWRc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/Zuc256Mac$InternalZuc256Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "1+wWZORU+P7+lPGoUvaQckdV4mVMJWpUuGjqtV7/U4M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SK.class" - }, - { - "key": "SHA-256-Digest", - "value": "nCRWEubXGvTqm18+jPvytfTUCaN2xq3TERj5JE4By/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Mul_GF2x.class" - }, - { - "key": "SHA-256-Digest", - "value": "88oKZdBGq/VXleWYdVELSw6w0/y47gcebo4+2B4AW+g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "2FZKl4luvI9f7JSE4GnbVWb2VVwqY0U90zRWtzMLE64=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$PicnicConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "f/MqHWPVKeC6F0w0PZ7ZtpSJxxcz5ZXKLdoQ7I6aRlU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "CQxl5p5AM6tOKsE+Sb61tN/PFhVtZ9WKMDBmePXJpUg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESKEMCipher$KEMwithSHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "ovJ6kA+hA/jPC5UqgyfKPYz4WH52aQr0K6RgjVvDE40=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/Primes$STOutput.class" - }, - { - "key": "SHA-256-Digest", - "value": "v2W7o25WRfWXH497ek256IK88XhuOF4LyMdLSvA1r9U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/HashTreeAddress$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "xpDIyrWGEYC4DjP6vw7XI9Iq4m+xcCl0yMIlkpEajnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi$PKCS1v1_5Padding.class" - }, - { - "key": "SHA-256-Digest", - "value": "k1rR/dNlqaNQ9vidNFzuqjc0b5ceG95m2M2l+EHD4TA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "pTzSGPvZCurnauVFQ05xSGUwl8ZjxMG31Qz4AMNp6uo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/BCElGamalPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "3+r5cAuMNLrF+Do2Wm4x9wAFxdt2EVfPbCJodWY0oks=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat160.class" - }, - { - "key": "SHA-256-Digest", - "value": "6/09gjrsMHlCt2o3OJpLyFbNe3Q0cdYUvMHwgELztJo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "a+gKItPXPZ3tq9FPhbvWx8EMOsa0iKhhfkWowph8cSM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1External.class" - }, - { - "key": "SHA-256-Digest", - "value": "uYAfVp48ApdnPP9Z24tNh7Qxr4EDOCvCe+to+DWDJW0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withSha256.class" - }, - { - "key": "SHA-256-Digest", - "value": "PLYUm+9SbsZZt5qUDX7GN2gfD/xTpYBj7ua7gQ7S/7s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "U9iDioU5Gq8r3X4ilsB3OpwCgaesHLHdXbJo0K2lb/8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/HKDFParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "7YRqQqbV0w2/Ro2k7HZc+zQCkKRiP1nsOYpEh8uEU5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XTEA.class" - }, - { - "key": "SHA-256-Digest", - "value": "NR+whBtlT+AEmjjeWf036F6fODAASayKXwMe4qA7/YQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base2.class" - }, - { - "key": "SHA-256-Digest", - "value": "9gPQhKBdKmOOAFzisJWe6klhnk+nJT89Lag/BEytmx0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/BCXDHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "XX2hDH6KgZMourk3y5J67kbxMv6Om+gFstYciomQooc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "joEZTRtHIj+TeMAQcqm/MpOSYa1lwYz+b7D/mf2gqOI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/kems/RSAKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "xHZzBi92If4Nsd58e+KDmaUH/jqDmRlIPwTj3sWt+r0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/bsi/BSIObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "0rU77NCoj/a5Lx1V4n/Dyfg+vbNn/VR/otE75h9X+2I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSContextBasedVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "pjq9UCfqOUAMzB4f/+1jLTNqV41cEgal5HrxfXQgBg8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincs/Sphincs256KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "0crGqIQw6ibLWVqlk0z4H3nCW8lgVkJdstQOUp5lx1U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/AttributeCertificateIssuer.class" - }, - { - "key": "SHA-256-Digest", - "value": "x4/E2ucnVYDB7NFuI6aoZUK48WPmHsanSyZ7EkTQwKI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/StreamCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "i2Vbd/sCPQu3U6Wzb/excPtDVWw0NbR0SErLRPzoiWU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Utils$DefaultProperties.class" - }, - { - "key": "SHA-256-Digest", - "value": "d6NUkmVDKlm58H/JATRQG6khxng+UlvXfYlI6mhIijw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF1$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "7rcklqFGZGUb/ZkJ09E/3ma61ie3g9pIsKfaHJKjdDU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/SafeBag.class" - }, - { - "key": "SHA-256-Digest", - "value": "JcfRJVZWyeRarPVJ1/cc9vb8WBP5Q6CcTVwNeHj2whw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHRSSParameterSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "G4ug25JQ7lGm78Ab0auy2QbalbbnwSDH9OKQSEJcRa0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/pem/PemReader.class" - }, - { - "key": "SHA-256-Digest", - "value": "MG/m1FEVwLYzqvOZ1YzSt2L93EApeE/kT87FsESJD7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WNafL2RMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "by6tQXV2yytZ93g7PhS/SRsNpG5LGDE1OZtoGoBj7cM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/GM$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "4zqXqj0GWysRKjwP/XlECBI4LLlf4yjPdFVX24xfhYk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/djb/Curve25519Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "RhqF3YR21O2e5f0PkUX0ltNkaYYevEqKFtzHxmnrmPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$PointPrecomp.class" - }, - { - "key": "SHA-256-Digest", - "value": "j5WnTXMhyAnIK2yC30L7plaDAAlQcz+0qsEBheqLvUM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "EST5EFOlqAx/qz9T0jhq4OeqxnHuBStg5b7gKnxisPs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/EphemeralKeyPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "UzBFbsD6Y2+wl6B5mhAqitjk8TkHQ8KO9nasW9s3RHc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowKeyPairGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "QmsHqr00OihkD88YePOeYUqH8FLdqEQ7bHvFU9qgsAA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$HashMac224.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZpQ6RyPN9RJrJKW3TCYf/aCxatRq4eCIfMFA4g3zpDc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Enumerated$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lmj7yeaQIOP2nUXEdhqU6LZGh1OhcI7edWI52AZONVI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "UZvq6A8phHqynOrZzA5ppZucFhXjUUrCkGL7q6kxLe4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/TypeOfBiometricData.class" - }, - { - "key": "SHA-256-Digest", - "value": "YbbM3vdJTl2ta4ZkOjjvBewTo6RcoNmNDLdgzIuuq+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/LMSParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "49Bou/SF3jPMCIzkb5PsT3my6LBzN+x6QMHWMCIo11U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSASha3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "eNE5IO3OEDPCi0qfemlsd2cuOranEEC6cMCeZZB7xSQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$28.class" - }, - { - "key": "SHA-256-Digest", - "value": "BETOvNUx4jYgmf4yvQ/dX8udS3y8Wj8XVXYUkCd7wSs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ARIAWrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "mTTYa2W0BV94CzNhKZLhj5D0IYv3APZjd7xzsW3HPO0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat128.class" - }, - { - "key": "SHA-256-Digest", - "value": "HzmoWC96ZKxJ+C5w74Y4DtHw9W2gv3ceXbdJ9XUJsso=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger$PBEWithMacKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dc7YmyNdfh5biHjYUaezIscSgVS6h8zJPfGNPeNKuvY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Frodo.class" - }, - { - "key": "SHA-256-Digest", - "value": "4lDEwd/zlvTJnEICLPKlTNgVS7gUxzQ7vUJRxFFV+O4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BIKECipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y+YyuMIRog+6KSnsZrT8vGqieYTyhqS7KGzqdANMhcM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "r+/8eQ9v78JqiY8E5Lw9fr/arQd9nQhhSf/v4F+YtRs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlus.class" - }, - { - "key": "SHA-256-Digest", - "value": "jPjvsLayC+WyMT4ISvx0igSFODwldBO8oeGAesazYMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "kWV0rR1XP5Z/SqCyvBiykpWoW78FFPvTIGbVYae9V3c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/X448KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "jz3V0Khb0WLrIPfNg+vh9JPMMCBkimmeCh3tkhDNKQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/PrimeCertaintyCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "LAuO0xlVuPWWySyyZfRBVKQwKAT9itsS0tbyX52oJo8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ies/AlgorithmParametersSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "nGhiqyXWUaATWM1YNgPiIlMadknkI4o6DNJ6u9YjnXA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GOFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "6LU/jXtuPK+9IjSJ/hzrnZRhlgkZ8mAOdTADNCTCtGI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/SkippingCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "/lMHOV43JDRdpSxY87Kj8KvNpNMiZcPENiIfPEtDxdw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LSZG3ZDxGgN+HEJna4ZyVcFFOiDkPia+ckeBMtagAW0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Salsa20$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "ey0xSsSZR3xLJ4YcKhDF26kegmXASXHKlK12PBMe3vE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y8R6uqdIxaKIQdIsRdCyl6j01amvqRSTZIkuSuJJ+6k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenJCEBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "vz4Ur/IauQ8L7/B75cX2QJN07PrY/QKp2R11M5nHxEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$BaseAlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "HHzhjSTaSbkeXl4T9fadRsqU1wEU/XhhYgst7j1ylxI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$GOST3410_2012Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "X+6T/YprEgJsgknzg8r/LdwGKlxUZK46kwZ9y+wQd8s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/ECNamedCurveTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "9UYPIwx8Gh6VSTscbgOxUTNhnqo5dUAM0xV8Dvi/tnI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/kems/ECIESKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "SVcCTdNfdCYMsNslQjT8Be4Y9RDMKNCb+SGzDS8yIL0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TargetInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "+nqEUiqPPLxcEoEZJx/zWRlNb/jjiXo1OGTgQhtywVk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/GF2Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "G48g354QAQD1xYnU/F7NTWb/HXXjpWRWaKfPrkPIf5Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Properties$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "1T1qIT4ATv4/sCoPwLy1qdHPBsEm6AoHqFNjfZA842Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "+atu/yNJunLD/psrG1MqCzxgKnmYDYIeraM6ROTVzZU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/AlgorithmParameterGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "7PwW0dXO3PKMaWrGsK1lscQpmLtffNcJSBpj48Zaw00=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "NjxQU8aY1Cy94DQF8NFvzHkmtC6QCZY7r50l+7923gc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/DHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2evGqvy+wBfu1KO5uHUxqJqHF03P81gDdwJVQ1c/LA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SkeinEngine$UBI.class" - }, - { - "key": "SHA-256-Digest", - "value": "gCETSTL23HMWA1MjCAc4Beam/MyVVjPBoQugHTAOKR8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "3oRDepsJO5x+D2Z548HR5sRs8aFVF1ZHZRt6IoCTcDY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntru/NTRUParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lj6oht6ogO5Y0loazuzNQo45OhAwkcwzYMhsrACdOLQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/GF13.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ixjy2CM/lxn3xSEtZw7DvTymq8Iv/X4ZxqJoFU4284c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/extension/AuthorityKeyIdentifierStructure.class" - }, - { - "key": "SHA-256-Digest", - "value": "pzwRa7nZmPYzi53dXgppyuocDhkoxaIjHbi3bLS20wk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1GraphicString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "983JqNv8YXUAdViVkA+ccvayDglLmnQbm4odfjVT0EA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/MQVPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "WaDrQ8c5Now5zUo19qlII4p7uRnMQJzcqTeobYCJ7YU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/SPHINCS256Config.class" - }, - { - "key": "SHA-256-Digest", - "value": "gkNfaCCtIdLlIRGozGRjYMu9fA1Q1ASLLNK2ywsmsZ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$HQCConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "VsdMiNfz3j+7/a7RBI2oCGawplOzTIp5uNwsDX2u9/M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "uRJb6+033FyKnKyU15amE3oxQsDo66NzVSVT0a62wC0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BEROctetString$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "saILtRB6ev10k6x4lj1o9fQ4f21R52Qv9zLI3zp2N2I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/ServicesConstraint.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q8DHiOf8gz6YUdF04lyagg6syRIwII//uB1oJLgGSJs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Skipjack$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "leJVUMp/7puZqOluSSJrMkjyzPRUS/vD6XW/fpoRDRE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseBlockCipher$BufferedGenericBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "1K5LKzMsjw7fVJgQgUS5Ac668vCp4hOedcGFiMslrKc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "ezEZix9XHOVbpxRHDxxeGaN7ap+xjN15jAK2zb6hfuk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_1024_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "BvTOmlvhphy7uU3UNHyt9FKHo5Bag3vcDSYOQT0QqjQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/RSAKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "nOQVHLd0uXlBT0q+Z+lG4ZG/QdnNyFnJgEBqzUH3LbQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/AsymmetricKeyParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "9CJi4sO7Jm8tzwG5n31GLyu2QF+kAMWrEyLbB0taUSI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_256withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "gy35uyOpcsNCtuDQre8qTil+aHLpflt9pcZBUE31INk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA1withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z8oTzk1m7OT001sNJ4aiDc7+I0qCvn4Kx6+++OHfm2s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$SHA512_256WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wy7sLYiLPv/SwCOvWTHnEe31o5tx51tqZk7faW0O7kw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/GOSTUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "gXnQ43VcFSUZhv6bGoyjJjBPGCNtfbGLzLvOvJMUc7I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "jviSZ9ULP6HOohS4b1SxsMRc45WE/a3RJvrskNpNp/0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$HashMac288.class" - }, - { - "key": "SHA-256-Digest", - "value": "WGrso1wyBaaYNYU5Snz1ztLYRHkb3Wd6DMBVnfHn0iU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/IESParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "fk2CK1rG50tPrBKrVkXlXmgKJKh6weWrjb2UNyeGuds=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ie/yJASWI4bbk1QmQy+ahcNljHZ3104Al0TeiRV8G9E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "iBT1yGW7o1QK8Us44BzZnMX953yS+MGCCjmPEx4AJ54=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/IntegerFunctions.class" - }, - { - "key": "SHA-256-Digest", - "value": "jMAM4DWvkzx862Xg5QEx21oe5fP+S4AaUgdljIS1lzg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "1fw676SiW1HvRRIQHSDBc5XLDo75CbHcIg8qQmE3xVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/fpe/FPEFF1Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "WHyucI4JRZGrvliNeTdFl2AryJ+VjLa8coIvfwjCyBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_512_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "v2UNz4Slfp1PfFsa2ch7ym0jY7jIXCnWMUkoP7S9If4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecK.class" - }, - { - "key": "SHA-256-Digest", - "value": "KaKivrd1RBXFWgAPRxffREvawoKl6GoadI0jBF+9RnQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/GOST3410PublicKeyAlgParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "wYa/aKv5g+jXdWq/KJRHTYcEmyiR8IdZohqq0+j01EI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/ScalarUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "4YR5rdM6iw1j81TOrT7+zT/uUO1FgoqBQGL3x5q+3/M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSSignature$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "kpePYiSTKsvx7P2EdqB1kYmb4bJfQQ85DvrnSPl/BNs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/HashUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "D8z4o2OCLxkmRnC2HkwXP6XsZFjTl1qcz1LyHXgY4dg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/MGFParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mgw7G95vb2nISfSe7CGaUlQGsZxCk+I8zYygkt4q/14=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2s$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "x9BJJRXYN2b2raycqKvp8W6VnRgYXuQdrQEKVNBqAAE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/LMSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "5OxlF2qIgurAkSEQIrCLqNOwjQoK9ofNEXROwVyLYsc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Reduce.class" - }, - { - "key": "SHA-256-Digest", - "value": "PauaCROCe7r9Qo9Iv/CRbkcyxlQZBSg7J6Rrotj7RAU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "/ROwFVVvxnltsmwyJ1L5d16Xh9+5N+O2oDIa0Y+jMAw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/DigestOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Kppi2F9HM2MZP9EHFERvZYR0dlknBH0nTzPRlhzZEpc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/OpenSSHPublicKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bc+J8k7sp89zHFdbd4+AEtDk5ONJdA0iRJND09RjcXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/Permutation.class" - }, - { - "key": "SHA-256-Digest", - "value": "s6xbzN5SbQpN5tfIgZz1KfuDW4tfxhRTHYfg27jgKXE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/LowmcConstantsL1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xn9aomjISQ99og+roDDoV58lIVZAzDGEuqfbrmQudJw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/oiw/OIWObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "MoQig/s2dl7rNdS//R62138CwceWAkmmo629LNH8Eyk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/FalconPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ugS10gOqf8b+4CHj0d5lZU+0MyMYHucIpbHBRowHWhk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$RFC3211Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "0jxGp5l1sHg3yV0VTlLbaIaZVT72z79WitDEUDaOL8A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/Symmetric$ShakeSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "MQjUX8chiLmGbAqHr6GMt1xJIo0FpztU0aURfJH6uQI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "XVT0BWM50mhFXSxXx5QRLOLA87M0YCoj9WxN1u+ULgU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator$Aes128MatrixGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "gKValaG6dyPbFi5DqpQkgRNcfOCj4vyU3HI4s2qATA4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "0qiji3hkWxaGhlV+nx5yq8OwAfUWl6YTBWEkaTEe3WQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509CRLParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ju9hm2q8dSuD1iveknO35gOQAQUp4Yecku0A1EHmApk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CertificateInternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "y1G5WIWUEbNr2c7t3lbJnXKvz8jhxBqNbvINsdV/5NA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DefiniteLengthInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "04GL9n8qXgmQbxs3esiY40xlE41qS3qB1g/s29E6o84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$Digest224.class" - }, - { - "key": "SHA-256-Digest", - "value": "CitKr/yEKzlHhFhIc3z0XK6MfZ3eXuP31Co6P4AA8tk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERBitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "bO2Q3HZwSBakhOqYuOyMwOYWi0kFx4XLbxv4lZ4xki0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$BIKEConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "PAcDYKOgPXdQOJWF2Jde4G1YQC6/gqnmakAOl8lrSSE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/CertificationRequestInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "64ZH/IAVUgBDcQDmqTC62Ez7O9HkiGWrEDDep5PFCkk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "oP/dWeMNAFlAypA6diW4So66DvhyKJP/E60ZhQGHJto=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$HashMacT224.class" - }, - { - "key": "SHA-256-Digest", - "value": "lerpn/eVOTqbLAHnv5PekaNxwsFW/6oWxMzWReU91iI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "1z9LkFLv+UkB+nLQ7eETUBPNBaOIyXtLRPiTqQi9mDA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/gm/SM2P256V1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "5caXeeFvg2jsQssnCv4igMwbY6iRqgGuHMhft6R/FHw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$PublicPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "/gPcmeOZeB10jGPHgwWHU4zHZN/4FRP/IQvqjkXW0Xs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$HarakaSEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "dznofnzXjDkAXE2J4ybt2jNUi5yzBWv0ojY6tRzesbY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Blowfish$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "e0O0muglPD3cVx7oefJzWWa/SOotFuycDbRow7oA/f0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/SubjectPublicKeyInfoFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "u4zQH3tLp/csSMgCo1yqjbBpPjlgRPkX0MH6ghjldiY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSAPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "7VWWuaq4g6q3HakLv1IWc0mGmN5kyiYWYT3QS+Z7Qmk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/kems/ECIESKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "NJjLW1fAVRpZJOTp0Riur3f9VLrXBB+yIYeE9gvl8Qs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Kangaroo$MarsupilamiFourteen.class" - }, - { - "key": "SHA-256-Digest", - "value": "CDqyLzGutqqRBZMpS2DRLZCPlMauAJH+mVtTuMj73w4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA256AESCBC128.class" - }, - { - "key": "SHA-256-Digest", - "value": "haFhNo44NCap+n8SFbKZmN6oGLWNPRF/pTW5RkAXQIk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST5.class" - }, - { - "key": "SHA-256-Digest", - "value": "n5JhNGzGZfW5xbr9ppGkX6uLC7XA9wwoanzIfZPi8E8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "wvqhM9TExF/1crP8+9pNWOkpHlC87dRAUaSNmpdpewA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$KeyGen7539.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hy9rwh8qfkHB1B9e+2fQkmqAgwM91KFCI2Hp0C3PYqk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "bAdgix50+DSJ17HegsgBD5obopQaMXw0ngWZm5cWc/o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHOtherInfoGenerator$PartyU.class" - }, - { - "key": "SHA-256-Digest", - "value": "xZdFJ3bGLyAT1uCp6KrnxKOKZlpy4voShLKufTuzFeM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/ECNamedCurveTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ujhee9a+7k90VxEM4pr33kgWWl4uXpg860TAOsDp57Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/ReasonsMask.class" - }, - { - "key": "SHA-256-Digest", - "value": "ryotW7Aq5/ANHd0QYCR4JiDDmWxSLSw6ayPTtuA/OJQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "kPVKNmYEX9hPnVVe/HWQQxmifH01/72coEdekRQiD9c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "KqRE19sNa11JhO+oYMhEhwLo4PzVlWCJLy+jyslhKeM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Choice.class" - }, - { - "key": "SHA-256-Digest", - "value": "lpDMfN7xgcvD+bAQZx0QLLGB9gqKK44CJ5g0sRUnF48=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA384KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rm/Xrkem5AYPKWpTUWboKj/NKCukpilfJ+KpUo/v4+Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dstu/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "H5IcZ8cH05vMNydu+Ela7b1tD0IcOMLucfl3Xg9fw2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "fbRBKMTEpUfNkNeEyQfUAhdxoVGUxgGpYPTBBHKuLN0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/io/Streams.class" - }, - { - "key": "SHA-256-Digest", - "value": "kGePOYW6NFsjC7cUGoevJDjsqBKGEV1BqiYkfXEDxaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Boolean.class" - }, - { - "key": "SHA-256-Digest", - "value": "8os6zHshasongHQMWbQiSMhns+3cU2ocb6/479rGJFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZBwSf+I74QPq20x2s7WaUpZZM3YhhkuR/zjsQJMcL5Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/srp/SRP6Client.class" - }, - { - "key": "SHA-256-Digest", - "value": "TPaZhcTWYDEdGZoYRiH1yHsBIHuNy7owfjNQ06P1bVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/AlgorithmParametersUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "j8G4ZA8J11jfJtQpCopSPlxaMS9EsYeqf4TwNtI7xzc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQV.class" - }, - { - "key": "SHA-256-Digest", - "value": "/rxPtiyPRWqBaKlJI35SSW2sAqja6SPipVAquoccpJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jWJcjzm1arSHR6JNynfwt1TVRmnyFyoEE1fp7V8mrNw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/SignatureSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "Uvu9nJzgIvMFFHIc0E9ufZCeCVwnFxKvg5nf/6V6b5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/Hex.class" - }, - { - "key": "SHA-256-Digest", - "value": "bjbBozC0K9B/DP8DHLdolQrsH2JjRBxQgfoMSa/EQJY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448UwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "YPVmuP4Djj+3O4ng/TruZmTfR38sAKXWyAb206D3KLU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "H8MiwtJ8+h8lOg7jZRwWmqkaJ0kDkQslKJkjql4PkoU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "4E4H3HgwsnFtgbOI3aD1I+n1YhEyhCTDXeVDD2SoxEg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$26.class" - }, - { - "key": "SHA-256-Digest", - "value": "TxVwZXZaWnOK9eOT0fuiBw4+Sg643rHRvOVHOtJBcRk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withShake256.class" - }, - { - "key": "SHA-256-Digest", - "value": "IbnWuW86Yo97uVSTUZb2K8juQLik6tCsAcQwv7GAGxI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/ECVKOAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "qTPxWcDv8SIqIVSTtglfODDLhSbSggtoHfBkLMKW+N0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2b$Blake2b256.class" - }, - { - "key": "SHA-256-Digest", - "value": "aate5p9igZHIRmjywgowEg6dFUSPKF6oFDBvqfF6wjE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ValidityPrecompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "ACfehnoEhbVasGmBLKPc6X7qHF8U3kuI+HI6nRHlDVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/RC2Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4XErWGKPaFnjbKPYD8ST95Ko7/EHnIJaOnVUN54vF1Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconFFT.class" - }, - { - "key": "SHA-256-Digest", - "value": "6eT6eMKmtk4RVqJLXOU8+uZauJLOFEnECdyOwogdSD4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERUTCTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rpa5SXeQ4K2xxS8Ix8RzbsCEfC+ZxwBB1NCeSc515fM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/IndefiniteLengthInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "FCwMrLtPdqQl6sas9gcvOo+B0MFD8+Z5xENrgw4YRvg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ExtendedDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "TWsyqbmvyuS6IkbU4h8MTXlu6lKRuO3ntzWISz8bG+8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1GeneralString.class" - }, - { - "key": "SHA-256-Digest", - "value": "tz8yCW5TLg/6SXwE3CxyckMMtE9Kc+0YJsyajDiHUrE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$OFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "wI+ylvh4RfMDTVkMIALXmXyhdRyRWFGhEVRoBK2D8pI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode$MatrixSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "duNoLk3eVWnqe0pwPyRSR+Na0m8su5JTjDjhAIKlO70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/X25519KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "OVSz04RIsNSrG/UgcqqE4GhgIPe2Kk8uxeMuTqMfQaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimePrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "fLVrKx6ev7hBa7Uz94QW0oA42oSaW/xvOU9RN2mT5fQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "t3RadRqK4xddkhRyisJ1cJvZ1kx30e8eLDDHtYWz0X8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "tmqlYEnJbwf4650ZAwAUq2SVm4tgeS7qr0dnccqav9w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/LMSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Tx81QcMoBfdlAIpDKzAAylFuh33U9jDkQQNIU3LyS0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "rQobCCxzyiBUSj/qrodHbnCTs7Ze1nJyS2sBEOaGCxU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "WVopQRbalcWUXPkZFr0x8D//9fqK1TW0hqH7eyCV4Tk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/FrodoKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xxh/K0D3Nsm5lCMvJbFO/B4TNllcZU1qRlK37+USvvw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/GOST3410NamedParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "yQMzuGjvTuQNs15qkEOBQtLCo/yJhNnsuJLSXfUVvTI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSLoadStoreParameter$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nbcgp8O3trRH25Go1KSC8/n1etvanOJ/D3FDAOh2Pbw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$28.class" - }, - { - "key": "SHA-256-Digest", - "value": "XATcYY1VQtbtj/VAunzPKHAIr4D3YmL+C7mXF2sBYuU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "C+f+n8YtBe2ONeDiN0UfPk8RwVHV2oO6KxfXvGK9mFI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "nRQ0IKoyvTp06IVqinouHqp7N6F2Q/zkTn7IJb4L1t0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Null.class" - }, - { - "key": "SHA-256-Digest", - "value": "cU7n5CyWlsqbJoaH2mER9U81H8duvvepIgdQxHs5pDQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/EncryptionScheme.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hlq/XaZN375Sviq3Gls9ly0VktbKNrrukesP/ugdhig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenPBE.class" - }, - { - "key": "SHA-256-Digest", - "value": "0/kgRZXgeW/tMAqTNqYgFsfNv6hoXj5CCrunQH0/Qb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/KTSParameterSpec$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "boafkOBIUufdFjdBcU+nQExOSfPWeTPoHvKnEBCEZFA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/djb/Curve25519$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pudw5nQW/7pZYTvKNIh4NqSWpsnwcUgP2euteHD4ydU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "8dbEpAKnhmpTe9I4vo3rHzb454/aS/uiztBCSla5b/I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rJQo1P1qG0el5BQAVTt5zzpalyNM469lCIfxKz/xJh0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSSKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pxf+VbT4IqRSmRxz7EtgPTmvIxEvIqE1xnHn+yemQ1A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "RaoG3RoBR3EzghPNs/oXENYnN8GCQ2FfN/qY+XNEJ28=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "FBBFlr133DJHMLYUyIeeWbXWbDojkqc74qeP0Y2WHPw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/BasicKGCMMultiplier_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "bpm18YaR8RFG80FSOVNV0QFncPx7PpgcNUljZg7nhVA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "jqcOtkznpUldxWaZNITQvJseALfEuDk0MbwsPYvPe5Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/OTSHashAddress$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "gBnzblmmR3VIggOIFKLYKydU0bNzjlDcu4UZp4kFXsI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$F2m$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "G4LY8eKRYav5xoPX/ioGoYO3wLEF9coE26vg4luoikc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CryptoProWrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "TLvqXjEDltW0ytZcf9aAeOtKrxByIOqmahcCEg4vZss=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ElGamalParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "DOQJPmu02HUlEX1b8JFsh5dIOZDTCD799idCwF5GVxY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/BCDSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "9oq+nBMei9xfoQrrK3RN9f1cePei6duSH3V0z8wz7gI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$HarakaSEngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "jYYEQou4S1alOCyDZcJ+9WYrjuYBjBKrem1LqErmGzM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "K87PxmROxeI7kyi+y0LWY5O4d6hRSmWeQDruKwCfDZw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHSecretKeyProcessor.class" - }, - { - "key": "SHA-256-Digest", - "value": "+ywdNvZMKA2rt+squW4nuwX6aEy8DoT5AmbQ22cOPQU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "K06KsIRfvI6OVQw1PLobM4qSY9TUDwC298qzWK4E3s0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPC$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "UapC72MQBU3bAzR/0lkc3qUP/u+KSjTVOFj3gqFnDUA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/HMacDSAKCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "kvbKOw5X4km5IVcNdckmncrk859kBsO4lDvSE+/un3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCertStoreSelector$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "bdyVG9vnnmTaXo6kL9nSMqwXrz5KeKWiKZMYXK3GwUY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/StreamCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "7QV1zV2SgkXZGelsbE5rElve1H0soXVyQzhtUL9ikG8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/io/MacUpdatingOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "TMl9PiZoJwej7sEBF8ebQU+KeM7XPfyfxKh+0tf0N0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/UTF8.class" - }, - { - "key": "SHA-256-Digest", - "value": "nfk0t3QWehuK6DKXsliiGrf/pQKMq1xaAzQfFA/IG2k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/TBCPadding.class" - }, - { - "key": "SHA-256-Digest", - "value": "5WiYKeTiOJvvQcBrGWAJ0poCgTlMwk4dzk9Qsnbuwn0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithSHAAnd128BitRC2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZGG8d2LpBgukLK6EOVB9fGYL4mNvD5fanrgP3jYydHk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/NullDigest$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z9U+Kst4t5RgUXFohxsipS5iFX0kgOhv20lPPmp1D3c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dstu/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Cp4nZK7mz073RRTD4gBuFuErmt5e5LNZj89KrOySbM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "SHkJKXAs3f//uq9R6AA/zAAQxpUAjD6D6W17lIiHuMY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2Matrix.class" - }, - { - "key": "SHA-256-Digest", - "value": "UJ/TvdXDE4BHSXPpIT36jqTjnRJCX6szMT848dGM7IQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/ErrorBundle.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bk4FQNL1b+V9o7tQeMAZA74o8n5lWuPJpqixoGLHOXI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsa256.class" - }, - { - "key": "SHA-256-Digest", - "value": "s638v5hLnRCb8JD5cO6nH8HcH9O/Ri/vlHadQLLXS24=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/PolynomialExtensionField.class" - }, - { - "key": "SHA-256-Digest", - "value": "/1Oec1K5Ih4jIl01oeg2BHNgAGkbAxakSqPzikrdB1Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SM3$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "reaaRDLz2Vhp1O8XCImZXWpjU80MdswGyJINorPm+fM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/NHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "UAbti2Fik/Ml+W5i+4j+33mhtuPVpMkdsNgqG4Le/3A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1OctetString.class" - }, - { - "key": "SHA-256-Digest", - "value": "TxYi9k7WIoC80MkTwbVhlUdi4eX2iqjj52nwe2Xf6Sw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SM3$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "rA8CvLl/gcWkAQ3w5gOXotH7Ku9zWbK45J3dkET/j9A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/KMatricesWithPointer.class" - }, - { - "key": "SHA-256-Digest", - "value": "O3GYds8SrJQL5GmCtKWsbY/USxq1b8lfiRmTwcYzzpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ATLNNH+FXkDfdIdDyXNh49TUjG4488Dx4tsxnO1+PVw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "pwK5akHiAFQmmaW4Tyc1qGAthDjLCs6T8BRKNbFDg80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyPairGeneratorSpi$Base5_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "Owp6G+rNSOrHJHa3p2bzYQs6NEKBH88ZXxdgocJLJmo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ARIAWrapPadEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "TqhBRtJzB9wcrY85ijkZ7wTBtJ3YC9RnNvp4ipPhYIc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/BlockCipherPadding.class" - }, - { - "key": "SHA-256-Digest", - "value": "r750XLz4P2XsbBV509gU/zpnaAnVJC5CQCIctjQMcIw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PBKDF1Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "EhmLYKxBckMEXYu53fEdWt3eCzby5GnQbEOdFeiZ2KA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2PublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PFYS8IShB6lVDLkYTNCVNYV5z/DnN2KjhUXwP4Iwb90=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/NodeEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jj9QJPKQcS0wVORwkNGizOQkrenWfeHcetILE9qz+Cg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_256withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "AzSM+RuRExQLgJgScZc/jU08tVMG9q3sYj4JX8cHJNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSReducedSignature$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "A8WAwMvzdrdmcanjCadLHtiKnNCwImxmxAH4uVtwgbQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/IESCipher$IES.class" - }, - { - "key": "SHA-256-Digest", - "value": "lSff70t4tUgnvBRfxYalVFkLBZSq0dzhefidivtXAH8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCEKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "ozFW/gkcD6fldyV/iru5b7cd54g7Q4CD5yII16nyCII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/GOST3411_2012_256Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "XIaDr53532WELnFhHzoCDS8EW9+DlG+8Woi00N7XAIg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/MacOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nond6dAlmunJ44yfJSKcnrFCJ8X5CV8POC4DatHR8N4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/SecretKeyData.class" - }, - { - "key": "SHA-256-Digest", - "value": "y8k//BkZlo5Sb5U5F4Z8wWfHERhlLjUkUDkpPDi0ZMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "v/mvzDWjM9QRPk0BsZ2OWSpj8iR1UonElvUFR7ReGEw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "2TPuErAb3ukYmTedybTbzPdTR2+cBRwOSm9SAnudkIE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_512_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZeHtt4bCvvzxyGFrs+Qd5ULiGXE/CIDnyOgo2INNMJc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "seRwIJlUZaRai62fxSkICK04VFgbMO1GM7aa4v37Z0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/NamedJcaJceHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "k+f8hozbeKelTCi/20dNNogJx7LB66LPz0YKfa4+DRU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/PKCS12BagAttributeCarrierImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "0VuH//gxmbvTUNh2cQLSEGbX0vjJtorTRPjBDezE8r8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "3TZzQj/tt7c3TqK3mTtwgK/3h8lBe3SoXOVZXQJ5ESo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$RIPEMD128WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "sf/Qklzc5HBMA+m8yhU49jUCNAkYUg5SiJLNbJQ8muQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$DigestSkein256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pjysta3CBrUdKI9XamE0nvLwhHRsaRdRAprzAxI4c54=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DerivationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "tYzs2Y18H/HMt+q/qT56UhT5NzSSNly9MVHZV/FxiwY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/KyberKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "84uzrpMmIzLoaSaBD5gWeXfx9jsITQCNc3wNCtPhZGQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/IESCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "MVrL1gPZ6CUpcm0sYYPBSd9Bbonc538uy61yRfMeYow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512_256withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "meWjWHCQ+6+9QdpgwwfxYohbExlf69IiDxGuJJpZk6w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1External$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6ja/xqAdyDxuduD7v8vtKLnS2pxfNqRIE3Lq2Zlwa78=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/TEAEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "xobde2JTYysEEAHCZWNNwkSvLWOTS4ji8LNRTEMQJ9Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509Attribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "4x3oVpaVn3NVwx7YNTvMBU/CNUA3wppukjvgMQ7fQNE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "6v+G8HCvJtsR64CGNeEIFtnzOja1KrYeoaAyJ2xGECo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi$RainbowIIIclassic.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vo/k/eFbK2MMffKYvhfD9KW9TYvnPVBpHFsGijGNEHE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "xTmghCTcu9HlkEFTsSMYlC6jAi9WL+8Zqg1w5v33nFw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Argon2BytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "8JJ1iy3VzHMplPD3WZ9Itb6rusMqPrOpOcByDR7La2Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SkipjackEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "dvcXcDHvNqFEDjNqNZ3Eh5nLBhl9Wm3d2keXdnwcjac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZKmyu0aVyJlhRh3QigFtOoa6BFpvBkwnZFn777V8TNk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/XoodyakEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "bDNDAwt7IK7PNg+kFbkStFNT7ZNveFktvEcSadQ5kDE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD5$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "txKgs/HhmE0xkWTUDsCperc5aKQUd45T7t5KRwUi2cI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Falcon.class" - }, - { - "key": "SHA-256-Digest", - "value": "yz9e1VN3QPJXaQxdDhH1oqbPDdfXr+NSOaiDl2k7KPk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/engines/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "mCMzwspDb01tz++NyN3gcGPnZlxvpvjqm1V3YSDiYFk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSNodeUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "fnbV5kPSbzjFfEkoXKGF80fcN4xBKM5z10j2QNq3MIM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SparkleDigest$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "T7Fy+Cf3TQaei8xsIK2FyoGXSPI7iMwC/S9Pn6wynTo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/XofUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "TvrhSuiA+CfO/VjAaXOcslzVRS5WW8xcNp0EwhSKDLQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/Dilithium$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "y4KW5bKq9uItm9fOFbRguk+910oM1qdobgQN+hLfJxg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$30.class" - }, - { - "key": "SHA-256-Digest", - "value": "5JpIEw29P8ei9wiUPg+79u4XiB7hV4Feu6J732rO1NM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECGOST3410Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "/j/M6am04/s0/MxsTYGyqwz9to5czLd+AXHaW/2EnaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "o24fzgBQvmPiM/EhbLECg7cYF1oehO8XLRUj0LWCcg8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "uUXOXDkS4MQpJ6wj0ZuLtZuM6T190ULeYQ3R/PfNoTs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Uoyv7AWn406kkBit6FIvgBDVtnmntwHj2z+X/AQNBkE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$MD4.class" - }, - { - "key": "SHA-256-Digest", - "value": "1iX+iB6rwcJOJ/oI7BO0aaS14Yf6X/xHwdJX1owyk8k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "EoIVicDiej3kPatx/fKXRjLjU1JO8IC06Wo31b3L7s4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Fingerprint.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hif4VVXr8VV/DZ4jHKwIlrX4ItZ0ncb9TawGhdsvf4c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "UvZcR6GKcv6ZLqZ6kO5zeIFSOjt7pjYSC+kOw+LVjMU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "30N1HMRsTADLq9M49vglLnVoUQszJLYZxB3GWYmc92E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$CBCMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "r8hws0O1Bf7Yl8necCBgV0ca3Jq9qckXMD993hGjIcE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/OpenPGPCFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "nxl0QxG9Km1hrVDK5/QURKzAQFhgkTpZNo9LQn3h4qY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyGeneratorSpi$Kyber512.class" - }, - { - "key": "SHA-256-Digest", - "value": "2vAD7gG3cE/OUCmbmRUMhmkWECBpO2NBJNfduTG4R9Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "C2Tw0JszxaJOc4LMWqpXi2TQ/uPerPlcmlhQmK6sEqo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/ElGamalPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "pJL3BHeosljEYjdu4V3SnZ8+W+7ppoBUNgGAN+kzfsw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "A4qlMsiR4ly/GlOHfhWtba0u0LG8IDjvev8OM2apuGA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "emmUisvNpFS+BVmv1A4k0NYXunEFpzqVvuTM8yUAJmo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withSha256andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "pcCmgX7WCSO+fUkCL9eEXjf30gPQknTZhAc6uAHGwZg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DEROtherInfo$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "h/drHZFdylTVd7qg/803sFvcba5bOK9VbjJKlqLhoFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X25519$Friend.class" - }, - { - "key": "SHA-256-Digest", - "value": "prxAPQBLJMKgn+qDPw1XWXixvftuXTJfuTzhkthcvbs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SkeinEngine$Configuration.class" - }, - { - "key": "SHA-256-Digest", - "value": "FsbKVaaMd1O0oajRaY+vlzk5FMsC3re5quZG865qdEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$20.class" - }, - { - "key": "SHA-256-Digest", - "value": "7oHw1fwbv9ZZq3dwBnsw4zZvY7y0/UnpZYMSttJb1Vs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_512_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "pKiFFoLn7Kry+Wa29g5lGG62TKk/D5+8BcZ6PfVShYo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/Reduce.class" - }, - { - "key": "SHA-256-Digest", - "value": "D6c2GFx2f34JRgqt/D4TRLBO7FpBlXBqyYna/EL7Tuw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/LongArray.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xc1pNzQOUKWVyuYsgrHUpnlMhj+jYUZ5hFGmpFPHdCc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "gaR9k3mjvbK9720dfrIjnscheoK4ncFkV/DCdmNctBA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "NY7Ux0Pezhntoz2mTH8p+hK68GXAda87r9Obwg7vVxw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base3.class" - }, - { - "key": "SHA-256-Digest", - "value": "E/pu+rDFg26NKu0zuuqn6EjQnSDoe9zF1BmtCl3mzqA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ElGamalGenParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "GLPYnggWcrkZz1qvIOlj6V71QQ0weholAIBmBTSV7FE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/frodo/BCFrodoPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "iwKuh+0DJoYhlwmoolvznab6e+xy9Z7Tz3r3o6qtU4s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SM3$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "TAexpw5E7m35HRXJSWfBDWCRX95F7BwcXVZZsjGUNNA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/IncrementalEntropySourceProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "PSAz3a9ua6UGVoNO937mzG7/PQS7LECRE2bp154kSi0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$SHA384WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "21jDJDwWz/bxqWBmz78jrVelig+3vxdM05rGzdW9NG8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "bZ/PWAFkmMIMFi+NdTMhK/nG93QgCPUv+gBjvkoMSP0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Bits.class" - }, - { - "key": "SHA-256-Digest", - "value": "hJTz/hmaJLBp9DXGjFbuWNMrhSCpiOf7cJJMAntp7Ec=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCEDHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "46TYgjYJofa7nZGIR3tYGam8IwwEqY1VuRWHhneIpcA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ysVZxUl4PhTpx70a+ClOSS6a/BXe5UNaYSh1zhMiUdw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/NTRULPRimeKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bj/cIshgp80ln0n7av363sEL3cZVeTt79QQxY0cvaOc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC256$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "q2WqEQX4pMKqehh/HahCx6h1cV88g5JdrdRtuUB3XzE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERPrintableString.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Y7sd7ElbkbiI+7eg7lPWexOALhhYf1EFKYeVz5xFKo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "UmcXPg4bsQjrKcqaSmWGHsh7y+fauzTah2RguAOS49c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withShake128.class" - }, - { - "key": "SHA-256-Digest", - "value": "teYY+Fxbv8IiOt6FoZxdcVRpKshbZMT0qq5LAkDdE24=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2nPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "/S1dSdJufXFSrreGTyw1GQvZSUoxLIGc0CvE2WVL+Ns=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi$ECDHC.class" - }, - { - "key": "SHA-256-Digest", - "value": "GZ/iwMJdVI3tedbCYaKuTqzh28htrf9bRPTO+EIry3o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Mod.class" - }, - { - "key": "SHA-256-Digest", - "value": "a0ZG7Dd8CSeYdx2xBNtrDMOl+HZenT5Ja1rhIElYaTg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "JtgmR1U2OZ6blvpIdNLXSTEVBYE85g41hJ5dJSDjy4w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/EndoPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "qoMdiS6pb22EejWNmgQs5Kkl4Dz8Zd9D03BhjW97HEY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/TestRandomEntropySourceProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "yQtiMDB7hKP2Sr0vN29QLRXJKR5x/SRhlglhe7ULIpI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/KeccakRandomGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "nTscRWH8e8ra/6yFozX8UY6el+OW7UN3dt1O0STvOkM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2s$Blake2s160.class" - }, - { - "key": "SHA-256-Digest", - "value": "ItbZywynO1i54n40+rlDpJiifQpwSnDeC3z6DR5FTwc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceCCA2KeysToParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "rvQzlGhf7hdu7HDUyIPJMyk/daLtjpGu3xsk5h19mzM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "1gXkUmXSrkFbzCbSvOPf8U6fomKMTktz37VvOOB2T1U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntru/NTRUKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "tYH8gjMKDYs5dxFywy5o6IaVai414KGeC85kG7GTxnQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9ECParametersHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "BwOwq+z4Ph+65oDTa/aJEh5Ire4Ih7Hp/DNzmhmzAZQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$20.class" - }, - { - "key": "SHA-256-Digest", - "value": "2zv9J+JO+WogAAho7OxZpRIqUEjgO9fy9zayxI6Farc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "oAmgHgSwt2EKVtDRLVg8rx/JJ4WgpX0wjc1kSN2drGA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/NameConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "5ihkhKCw2ygW/1CVVB7rcX0OptP7CkT/2lnQgl+GZUM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "fnrDafyqrDHLfIS3I2dpvz4ad+LaAnajIxnjHhokjI4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$TLS12withSHA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "VqHILP05lbZlUAGK1GQgar+FDQUSps4al9tb/Wzq3x0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/SingleResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "zqoxMdFyKok0+ulBWEiJCHfPhNcTV1+PSbawXn6fv9Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "JbdJoB0xkiUinpJNujAQEQAXoCzbWfylHuGnbv170p0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi$RainbowVcircum.class" - }, - { - "key": "SHA-256-Digest", - "value": "u+9sGMuY/ZRHBBsQjOfPa+M63sgd13G3U0rkYAXRDs0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p.class" - }, - { - "key": "SHA-256-Digest", - "value": "1ieBJjkET54Cktk00tEPRxcWtC1DoBgwv2GYS3WQsUw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/PolyVec.class" - }, - { - "key": "SHA-256-Digest", - "value": "AzZZrM2gHFHXtiiryGf5TV+pOj3HUSYhGx9E7qSF7ho=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192K1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "E7/3SvHDDvY+0sZ0AKy+jfs04GjOH4C0FeKppnOwk4s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "agZkFOZB5k9wYuxRjcSyCskwPXfCEAMA497Pu7NJAr4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/Encoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "kWNiKp28ltbk898ih2nNJDmjFW4JpS9kLMVHAPItDgk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/DHDomainParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "XmXkp5kZEjNEHGwC2cYgALPNYcdY1lUnBemCzoLGgVg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/PasswordConverter$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "TAhnUXXVXzI7D1sf8zQ80adcakRHFl+nUE8J99gwU2Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Go/3LdQIdAd1MYp/QWBKcYvkZKlusv5049Uzekjz8zc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "chhcl4t6+wvwsPrXyOm0SxT2j7JD69BA71XzjtBAGUw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/InvalidCipherTextException.class" - }, - { - "key": "SHA-256-Digest", - "value": "4lZfRVv7M9KK8K5FTpe6/4GVsYsTfZ2MlrColTyyldI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/SNTRUPrimeKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "GoRiN6RTegUrE7eDAAFqMZBE6G7iBup8QUuQhrHI5wY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509Util$Implementation.class" - }, - { - "key": "SHA-256-Digest", - "value": "rRkRvtdYck5LE7I4mJ3l+7XDrilmBiYw6d4rYv48YAE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/SignedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "lbbyyN2mm1hvijIc0+7gRRQGk9aqYAFQnI6OBWlUrME=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERGraphicString.class" - }, - { - "key": "SHA-256-Digest", - "value": "At97D3baRNdsDKGNsiqRrCJEHy4kpcUcUe4Nbg6bVBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/DHAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zcfike8e18Egbd2XYgjJepSZINPxvliDv707fUV1m3Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/UserKeyingMaterialSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "xKJwcmxfKnits3JtMOHuyPxtLRogCRbawo7qdX8Vozs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/Seed.class" - }, - { - "key": "SHA-256-Digest", - "value": "ypbfulvForjoFAVA2uD/dpQXusV9xpDgIa4EyicVI6Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsa384.class" - }, - { - "key": "SHA-256-Digest", - "value": "jtImOunaB/2FwCD75qJNwmoqtSncx3UGMD0mblYrQ6c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "IVkkBjooWtiqjHXU6UB4l2yA5K+ZOIAsGeF1pzU2jiQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/Tree.class" - }, - { - "key": "SHA-256-Digest", - "value": "+T3Lt+POFKKOF+U8DeJTD0YmIbWqtu/UiovYhdznTNo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Utils$DefaultPropertiesWithPRF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ogtsxj6q/uXxWzrryy0PcXbCx/HI2bOzuqXjz+/xwqM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "6iuI8gGvw3MoR2v6Za/lzMRjOMU7UoggmCvvDyFwG78=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Kyber.class" - }, - { - "key": "SHA-256-Digest", - "value": "RVkG2YqNgVkxX/SBkEazLO/VQxulHxh2ikCDnTkrVWk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLASecurityCategory.class" - }, - { - "key": "SHA-256-Digest", - "value": "CjbPdhY6ru9jkIj0V9sbQbyeC99OggS7ydiJyJqjBuo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "4hqU1oebM7v5l/K2mRwNlex7ptS38cvv3use2JEe4VY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vz1d4oyDt4IKIN6gcKT6pzVon6zG2YsGeA5nkujqQVg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_512_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "20X4fMSc1AzXp+pBxUtsjX9SNGQ03DFWP2adKvYQHAs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "7Uk5U5v+CrTkZ6qe5gfhLAVJmS0QNSkmlVFaWpH4yEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "D98u5goz5C/z8BOjrhZocWi5kqtbMRdONETkAEvFp0k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/NaccacheSternPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "zVNdKh6I78UyvqbWGPYtihbtmLSZLqqEOVpOrACXfio=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ObjectIdentifier$OidHandle.class" - }, - { - "key": "SHA-256-Digest", - "value": "FA8XIZxlzB7eEL7r9HdRY5JbyJsXq8LcZLjg1s7L858=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/SP800SecureRandomBuilder$HMacDRBGProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "mcO8x6Sn27nL7jKQRGSx/yS5Shyx/ui7w1lRQtUnJ9A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "0Ks0K0ep/SKsC7wgRlEfnR9E0c4wOdzkDjfmruYDC2I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "glwMlo8D4+ySmvLmisD5u4QuRZ+7qsnCiXZhrIwp4Uw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Grain128AEADEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "X5s48s9mAJKfWOxUJaejem6kYPWVgjxE0WCn4ZK7/cA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceFujisakiCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "t60oQXXNADMqk4hMaHB4e0M3USHO+q+mHVutnGJag9I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Generator.class" - }, - { - "key": "SHA-256-Digest", - "value": "2+ustd0lZtBrhVs+XnD4H1UG4j+jNvhQBVvUhMOy1E8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincs/Sphincs256KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "lo+zVhIjrRFWFm0nfxThnCLfoDtuCmJn/UBtWX3Im50=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R2FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "heiCGFmPyzd4R8W01PpZfVSL19s0RGkkXUgAfp/i/UA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gjp6NfZ5BSKpHiY4ryMjALuLBccOuNEq4HnL08ujgG0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Times.class" - }, - { - "key": "SHA-256-Digest", - "value": "cAu2j4/Dly99JQLTU9WR28ccql7lKDoDfmdBKOH9wKQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "cXNXYUTSY473oDTk5bgTehm2kbkbYyfL8YZxxmBYbLQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SparkleDigest$SparkleParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z+/27HwH2gtCdLqZoJX9a9DZKm8ia/NraS73cPgDPgk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qPZ8iNu36VqY4dnrcp65RqCAVrDf8VRarorBIII8mWQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3r98zgbDq4weRRGPO86sBcLuz7vad1gEsisqDzyI3Ys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/GOST28147Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "paPo8Z8XI6Z3jUQNLsYW1J8x9hgcWcr8bcAmeZImK3w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "6AqTxZ82ryurwVTBjfDTTjVjZUjaQQ48oeAn0onO9LI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "uQtY/adlA436PKDwjuIrA4s5T5aJyibwSiCRJHNIFZs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/NullDigest$OpenByteArrayOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "9n+viA4p5OUndBRMXodNVjwc1zKCpWmAi+P5nLd6Yy0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/kdf/GSKKDFParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "vIVnCErrW8IqhThtTH2YC+l47PKie1QWU/37v4Rq0GU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "trOQDendCzgZCq9EkVVFbCNto/P8CdX55GBulrcDeJY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat320.class" - }, - { - "key": "SHA-256-Digest", - "value": "fA0SnbPZsr6b9mcGTPMMTkdfkghM0MW20K+gfr1LYgg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/gm/SM2P256V1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "1p14H0ny1cW90e3V6Ohp7kbh4HN252KliPOKk1RgpWY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoException.class" - }, - { - "key": "SHA-256-Digest", - "value": "nBm+EGrSRRfcKlxtpr0MVVTddd+2nPqDTpHjeNe6/pE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448$PointAffine.class" - }, - { - "key": "SHA-256-Digest", - "value": "iTYPsjLluF4g8DwLlH1NuboBZXBBs+nqtJy8ztxtb88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHSecretKeyProcessor$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "zFgy9nKktvlAV96YVAAJ/ohxtGE8m4ObpsMNImY1ZPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/X500NameStyle.class" - }, - { - "key": "SHA-256-Digest", - "value": "dTgm5MjUTqhdqd6Rp53Ieq7IaWqVoar1SxJI0njIWVo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSMTKeyParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "NfgpMoXuFZZE4ZnPbpPWn0Z9WSe3EJ/xckl9k83BFfA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$ZucMac256.class" - }, - { - "key": "SHA-256-Digest", - "value": "rG9oQVbdvSXMUrFot4c1llZKN+FJcRD6qapIxH7DIPM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BEROctetString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "FigaYjUUhsd+D4kCS1bfRUZDPJ66udUy8ZTQzLomdHQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "3CJ3RAGjKROKsLuwb7GVdxLaHan8gFkz6LdMz7q0Rik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/ISO9796d2PSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hu8PqDOrEsu1K5z9TNxx3PNRR6OjGJkjx63xeXb3Fpo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSLoadStoreParameter$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "UVogPw/hnbF7N44kAjNrgEJO/dSwPfKAJVV1dZqn+Vw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat.class" - }, - { - "key": "SHA-256-Digest", - "value": "HZW1Oz4M/A5ZI6Veu7tLP9ahjCyAnO24H3aRz/ibGJI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/MacInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "oqE5VNiDRdj6r4oe3Xxd+fURL6zmsh5K9EJkCS7ofKc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Strings.class" - }, - { - "key": "SHA-256-Digest", - "value": "O0AVpc9Np1aXvBFPttzkoiNuBRMaOP8J1xPFeeWrh+A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "BFsLuebPw/W3HJbfMsqPmzyD6tzf6a/092AmCw3DUwU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecL.class" - }, - { - "key": "SHA-256-Digest", - "value": "Czg9+lcJQB/Zfw7JyyzdIWJW1Q2F93HvQtU8iAlTQ58=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntru/NTRUPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "i/bbInnVQTsqNXTA/XbVGVMX7HP8qVPaiYy+7pSOE3E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenJCEBlockCipher$OldPBEWithSHAAndTwofish.class" - }, - { - "key": "SHA-256-Digest", - "value": "isCDOfTv4UtgKXMBqkw66o+dJOW/BcPneXZKsrTOKz0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$24.class" - }, - { - "key": "SHA-256-Digest", - "value": "7KIO/vG4wHmX6i+po9gbhg7qBdzBX1bm21LPbWCT6Ho=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/AEADParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "xniH5m/CkJD55MZB/Fr36x/8NJ+36xJGRfXhQ+eDeoU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP128R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "qdERa6u9AXWwS8CeUgHcuVMZwfMWCK00GDrqhFdNc6Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "UqOUKTpw+izwU9Ty8AIy3jCK5g2/CaKc1kgiz2IxDHc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "vET06/OecLqY9CCEuafmswDHULsrbY8ylAAE7VRyckI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$AbstractF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "pz337eRDl4kDdppzu+jQSZJreRgcT6JkPy13Oy3VUA4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "meChT0NxeNHhQnppX2P+1qhnFKNpiN2iJ1kKQe1Ahto=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "ML+U9CYd9Y9GZ6jhEIMrymgvgPaQeDzsmr2NxnsQLcw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Strings$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "VQpkNkAu+MS2WGUjtkz4cS963cGe/gPWvDNJmicaa+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/RC2CBCParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "xddAbN48hNvUgAAKX14OUCujCh+ihuFihRYZmLc+PQ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$KeyGenerator224.class" - }, - { - "key": "SHA-256-Digest", - "value": "vvwMQaxCZ0ik+8/ycsiZOgIFn5i6e46AiZ0UBCvmKWc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GFElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "7n+J9F0IAJ1byadjXkOt5TsVDfWhsm0qiwsnHa1CVCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "SlgtMk5FG6ZAHeqpbtKIONFDXAUua3/lJY1BcG9Txu8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "R/7cLF4SUztA3LB2Bk05q7YW1Ph75a7cm9T7OiLF8Fw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSPrivateKeyParameters$CacheKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "kR8H+jhZ8I1cn0rO3V2vjnLraoZAqB71xdc8QZIbkr0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$PBEWithSHA1.class" - }, - { - "key": "SHA-256-Digest", - "value": "tPlZdtM5RR2ugeXRSethOX4HCTB0jV4KmrN7H7X9G4c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/io/CipherOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "fpKJIFg65TIeRlBJ5o8PXDRJnI4cG58MmCTYG7moVUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/NTRU.class" - }, - { - "key": "SHA-256-Digest", - "value": "8/32N4WI67biQ9ODMQQ7vqXPaVExvNqA9KiNwrSi+/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "3tusM7Yr/oUeuRCo1Z/F/opH2dnE1PwXaBRm12sS3q8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincsplus/BCSPHINCSPlusPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "yzZY4rspHa5hG549FZ3faPrFRV4uF4fueJ+kpV3dhRc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator$Shake128MatrixGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "JKjhQMX1R7gXDmT6FycU3gQgMTSyzX7WmQnB1CE2v7g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/MessageSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "YLpihWeKptvBXPpG1wf4DziQT8/ok9saesTIYWOoSA0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/LegacyBitsOfSecurityConstraint$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "x+cbw/P/6ONUCYlunM0fvWqsUyV7VhPCpFHwOko5tI8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/DigestUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "kxp5kAlEd/RGvtcqU6A0fnicEvY+hxQ+ypSSdNjPPXA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "U+mPfFx6qMSjfj6lX/pygBtQoyEmyS5SDWq4MV//vTI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Rainbow.class" - }, - { - "key": "SHA-256-Digest", - "value": "ebb8ngaHL0rFJa8mQ1+d1sU8s7kco86D5l989SQtFz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/RIPEMD160Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "o094uvhB9QS3Gs7ngG2lRBY6vyBtRglswcOvdmrRo+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "ONt8IuIS+0R4os7kAHC4AnacGHLC4OH9wP+7BwbtHGw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "mtHIyA/3rva0KQX5P7JIWRWLtLEDwujfab34aCY9luw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/IndexedDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "dXs6gmRJ80IV1mXegdUdQ/6nXhsFNyZs7wnTl1njYVk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1NumericString.class" - }, - { - "key": "SHA-256-Digest", - "value": "9jI/cPbALhugntMBe5O4PSetMudhLP/nlqs5C7BcoUc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/IDEAEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xs1USGsXip9jvUfFIMfJjQRPx/ORJS5beLsNgEPui1M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Sequence$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "sqt2bXne7OFVhfgTvty48NTFf7nYgGdnJjbl2Mzt1To=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/ObjectStoreIntegrityCheck.class" - }, - { - "key": "SHA-256-Digest", - "value": "A2kC7NX3B6UopwhIP3f0Dqq+NgZBCw5karwqdpy9XEk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PBKDFConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "TGu7yuCBhP5NUILkZVlNKjva6DPLDEbxDszWvXvGY8g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withSha512andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "VlyHwOUWNh1xJFp+BmyJdRrfeRssucpbZoiYdbUg7m4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSLeaf.class" - }, - { - "key": "SHA-256-Digest", - "value": "M0lZKoYVRuh4Mnp8D4DkUmAjHLzFnCtEu1qq7KEJCs0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/NoSuchStoreException.class" - }, - { - "key": "SHA-256-Digest", - "value": "I2IPC0AxlZFndjFstybI5Uf0PwIzBxIgOffUU3C7Wnk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/JournaledAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "AkD0Yp/WKz0jKQHaoCZk36RI4su2ysKhAuRoFVvMWao=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/DigestingMessageSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "K3otcEiBLceUxwbzQ4BG67pqKJlyzgwCj/SiqCgxvjI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "50mBTTkTSvEzwYKdESPIxA+PoOQ6UQy4i2WXVoN1FlM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_1024_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "LhO1R4mWGGVQGF6Q+hcySGOTBNAIEK+maGqGo6ze1cY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DSAKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2BOv1sXnP8svd0BtfTGu0dbmRL3O9zXE5BTSUGhFYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/RuntimeCryptoException.class" - }, - { - "key": "SHA-256-Digest", - "value": "CnFxeMXsdYdedwjLEmiq6D5TVU023yKTbv84eFK6aNs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$CMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "lRoOg72PtBI6kTcXqacQsjoe6oXrrDvBiHJlG6ngbZE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "05h2lB2QJNgugeA4ZdWzty/Iyw3tcztE0jgaNE58+/c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesRegistrar$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zy+VHM8KeAUbwbHv5f0IT5mYtVUWOFGVrevH+dSLqi0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/BaseKDFBytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "DfelECXHdA2bKeWLa1JViO7YNuIiRtbhA1q8cTTgYxA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "1+zq7k7gb6zNlry7DdTNRJJtccdfwwRRx4UWVYOINp0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSAValidationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3/BrGE6PlMbFFiisCp3RM8OuQlFyqxrLeiGZo1uUUk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vwn0bo/gksJStzQSVjzExnLt5U1bUAnq8wi7Il7mdD8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3qDE/QSWQK4cEosWbTlrPPVsOQ4Z+n/YIxSP2rloM/A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKERing.class" - }, - { - "key": "SHA-256-Digest", - "value": "kRhAjeQXdM7FFhVL9Mq9jXUo2y2ruc/ifIQSZK0iVKU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "3I2T1FOUQTPA+LQiE0mG3UeUXM/Hrk8WphYMbuTdvrU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Targets.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gdw0NQXD+r1J3ARChvO5X2aOIhZBnUjlsOH2o/nIrZE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "1olceJMF/4K4ZYgGNMvaRxOqxNSnBvtmuzn9S5rH77E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ks75OiGup8wWR3AKoi+6wjr22XoKfCZ2KUQeOYDSsII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "cd5dFVRP9PiPY0hTWDRPk6B/QEHeHf1N9LL4IZehFEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_224withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "21O3mxYsrP1jCP5szldjEBy4GpbuRePLovBkcGNyTMk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/XoodyakDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "rX/sukw28+2MS/QSvqdR5POswwxRoJfWPzCC6pKNL2U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "JtH6ob0+vpAx4BZ4wFRwxnTObMad5uWb9ZALDV6Xfrc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NRCuW9pR10rGR8XnrA/i1VGAJ9SfIdgZEDE57z+/l98=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB128.class" - }, - { - "key": "SHA-256-Digest", - "value": "0ICESsp4WVE1ViOGJuWVp4ZM3UPekSO7fW1XXMY9rJE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$22.class" - }, - { - "key": "SHA-256-Digest", - "value": "dmwhgUbEJovVyGqVQJAR5qOwqjXvoljDd1X1UrUdnto=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "wlamhIEmGehpupAbOcTiv9LgKDEwERe/n2GFMubBV3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gn7RzQDGBXI4TKFjBDHvEvKcqpBx+XTZdHVfaKOmGbw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "lO8SnTvUgoESerxk3NbzPACnZdsX5LbktmPWf0xleFU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2m5mvMVzAoCWEid8HRXyCgbzNqqXx+AGfO+gExoOI4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/BasicOCSPResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "wdbGdHPbFvxPY+1wFnq4Bvy3XVznKS7TVFa0e+aWyuE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "yTU2ysqSKwBDo5uN0mb+7ieZedB6mtN6hGRmveEuHfE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "kyq7XpSsC0u7jezF+/vUCP7THLbao1KZW8S6sz5PkzA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM384_SPECIALIZED_TRINOMIAL_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "44MUs/qbOzYMQNSv0iY77OiP4JEzind9BPIztuOHKbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ParametersWithRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "rMJRZVRlTQ9M1EN1Ri01sQgm8ljN1TH8GYKmBLpO7mw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "sjEVJXD2lWxGL69iQQ6z22Hxvyv6us/kAyGGqJN+j0g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/IncrementalEntropySource.class" - }, - { - "key": "SHA-256-Digest", - "value": "9kZT0mW3uZlnvUuePqmex8FC8wXZpKxOuQbPAe16reU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseStreamCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "osCqYd4huX2W4kZYxGo3mSRhaKAuKhLAIiGoZ4g/jI4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Sequence$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "VmZMx7Ekii/H1rMTgyArA7af/UyEmli1NuUlROYFTXw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_512_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "AbJ7UxcdPVB1cop0gRAraqVYx7XfKc5vClteuWV4FKw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "6eEXjYnqN/54Kni7gC3LdF94afMUyqjkQ//DYyJhiNs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/Pfx.class" - }, - { - "key": "SHA-256-Digest", - "value": "xKP3nRfTZvs17L3XqG9eA+5W4E+1kBYoYHisYdCYIHo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHA384Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "jCM8hxHrcukG3lYEsiLkVlxSbRlD1kA07jzPmoKxZig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withBlake2s.class" - }, - { - "key": "SHA-256-Digest", - "value": "/N/Ead9lpakNwiH+5ZggSRWx4thwnOyYLcFAUl5EYjM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CBC256.class" - }, - { - "key": "SHA-256-Digest", - "value": "IsrSnU1d7UUnM+1PkMt/YHRbqpGkUnbv1OM30pHBLHs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$IgnoresCaseHashtable.class" - }, - { - "key": "SHA-256-Digest", - "value": "N86NpBOkIX/Mwy27PP8oKoCrLjHbWsTiSjWdqoRF2CI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/CMCEPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "3FZBDmDu+9AHxZLHuMCgShvfW/LKgy21dySCkHbL5EA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/BasicAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "V+U5ZaeVcx8SM3cgpfgtSgGaPUkEQ+Qe3JORETy8nZ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/GcmSpecUtil$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "jAF3R7krl4zSbZAZMFjlFCZ2DiTzh+RDS16rmUgM308=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "D2DSr/m1qR64NmSjV1Q0sxVJLFLn1aEooPqXtDgEAAw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/PKCS12$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "PEIYsglDEFizg7X3ckn32YEYzM3otPaMCqg60Rrxu7s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCEElGamalPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "QFB0+3S/gmIXRWWxabEyYPC6ll6EISRSRcFydIYO1hY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSM3.class" - }, - { - "key": "SHA-256-Digest", - "value": "E9Y+Z5tBaZk6lFthATsYvsZjF6EANUDZUBmoTNwN6WA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/HQCKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "HmB7nVQGHMm9epi9XCbhHUZwB61cjh/rHBH4IoujxQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/CertPathReviewerMessages_de.properties" - }, - { - "key": "SHA-256-Digest", - "value": "HlCFq4DkFVZLT9e0DXM2HImoG+psbyYIsD65AP0Dwo8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/util/ComputeInField.class" - }, - { - "key": "SHA-256-Digest", - "value": "4u012wm7ZLuDbqCZ2PhS9LtPyUmTBJ6OMyxrZMN06NU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "HtLgXIGTLxhZUmo+ouRZ4P6u736rhtVBMRl+/F+nFAc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "qpl/mhmqeXI0kcRMwZsCo78dqVugc5eIOGjPyfL9vG0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "PxWPaG8gZsCxv75d6HA7v3HNKCumP89tPpKvxgNvRjs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Poly1305$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "3jZrk14O1Jr/tC6d6hOQZHUP3QPLjgS+Oy59IsDATkI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/SNTRUPrimeParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "/mkwVwTf2oEPD1E6wy9M4msouFqWrWwm36p55TSBv60=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DefaultMultiBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "eDHb3xLA0Up/CxKkJt/MKHLgxgMlegdWrpA5t/4ArgA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BIKEKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q3VKT6A2R91m06PMqcZtfTJMD/PoiCGP0Z/+d58gC/g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_256_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "I7DLs8tuzc2SHIAEeQXM8F5/3eBxNKkKOjoQZE9yXBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "AbFWltKTX/NthchR8iYAi4VX/ipZwWE8UVDbQbGC6cM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA1CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "S78Kmg3NZz9mo+KziD3Ylf0r+Eu4c5b4O4xgNUn+3Fk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/provider/BouncyCastleProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "5UacrgBZTLryV6jjpnP58UoFoGf9UISi/zsu6abW21s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "wJT0H6WNzKivQyCfubQ9T4Hkte4OU6oD3njOVtaoKAY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSMTPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "I3eg3hTzLB2Fv+oP0SFFNbWtJrsd990re06xlluVza8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/lms/LMSSignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "AXY0+SdQWbydOmmDc4vvNMrGN1RdZX6NtSO6Zm/ORpk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "2Qae7gjUH3OXRA5FLA1LKol8gwzbvm/xKlWT2K4/yLU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/RevokedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "kEsPXnXhm5dryG8T9LwxutQC/6OoUqxRVEMMFE0tD2Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/sigi/SigIObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "k0u4DxNB784Xr6C5Gkuh4Q+TEzUHLRUBMing7ujZyvY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/NTRUKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "f7lOCPTK4iXtYQFm6xIKU33n0kGmzKZaIl6gs3BFA8Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/DefaultMultiBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "HSb/OEMNVDXCDYUDz+pyQ7CaIj+ObQZrtaijCa7m7Sc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$HQCConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "+A4ndprYMjmMbJ2oasJdkDjO+LbFJltevezu9zFO5UE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "QioYOUgWjvpbVs2IqzwSAR0GPtY+Xa5nv4t9Qv+EaLg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/SNTRUPrimeKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "UD8M2tlwgrdgJYiCbZiqAfjc17vKesEV8x6xfI/m7GA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIES.class" - }, - { - "key": "SHA-256-Digest", - "value": "xhrAOz4cK3q28096AxHr1QWM8YpJIvWFf1QbXm5vFAM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/PKIXCRLUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "P6uqk9vXhkG/VxVIr9Oag9nwNNIqTvoDDpblRVRVj9M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/NTRULPRimeKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "vex6K+rGAeFZBapMri9Wr73tilrkUKXA0Gst2n6ewdY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/BCJcaJceHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "nUsAsDsgz2TeKfgpMi3R1gVJJfDVgnBivlRoQEv3plM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$KeyGenerator384.class" - }, - { - "key": "SHA-256-Digest", - "value": "etJ++xPtuWc8lTdd9HvOdFodjn1IbxuEnlvJu57w9gU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "KLwqJib4d8UmFiGM3ddF8LoNb5mXeihIswaZIWLJ95o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_256_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "sX+q9hTuy0aG/u0UMJ3iGkcaz/5UrhmD7U/M/jxHnjg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$CFB8Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "jlUN1ZngTcGhcq5pe11ux1S5csS3qMdlfrK9KLy7iPc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "qMHUayG4/HI3Ep+Q3NLpYllAu4+BIgYKx/VzOTqox1A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/ECDHCBasicAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "VTlAzAjI8tJYa9uNPucmyymm20e7oG8zHkgXQpaT5E8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/ISOTrailers.class" - }, - { - "key": "SHA-256-Digest", - "value": "me+4wxnlJMowThpEpDEnkAQSot29QzEtuFmqE/Hjn2A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/OpenSSLPBKDF$PBKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "TwuGMD3+wUDCjBQp+Bkp58m+CeSWGIG/2/dR4rF7JWA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/exception/ExtCertPathBuilderException.class" - }, - { - "key": "SHA-256-Digest", - "value": "TpC/2E0FKMbeaeFcYp/1Oxe7pMxg1KbOZZU+whWWe70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "sGFimdeT38wJdghqZ/PaPANzl3Vj6xpPUD3KE92Jk4c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/ProviderJcaJceHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "HThkZe/Yvo0MbVcaGHnKuMzaAAFqlp7KWZfmcZHL08o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPC$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "jzLwF+BLTTh2+0t0r8nMogfePGcwG+3ddYwoAluyGNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WNafUtil$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "hnZDHaUSKJcVZ4+9nBpXy2+wD8FCZq84kpfy+I1y07Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/KCTRBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "dV1MBMMg6NSuOfS8p8rGvSx6fch7TqhxYUvrJLbQ4dU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/AEADBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mo/9z1qljmoqf2DnEWluc61DVVoxKA3jMkqPBK6fzTY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ElGamalKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "iiteS6TFl0FekkQzlWp3vJPe8GDY00KFFp1Go9jyO20=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "x7KkEfW8fvGQz700/grBSA/B89Og0JAIPVCxMck6CFs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenJCEBlockCipher$BrokePBEWithSHAAndDES2Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "M9UyQPU5pzCJWE7v976VuXFvibkuFJrhorKWSKASpmg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/PhotonBeetleEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "9RkyDQrXVKjIOVqMfF3gtPW8xPbqzAwMVNsMHBtMP0Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/BCGOST3410PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "IMwMvR13ULmk9woQ9mpsTmSKtb8WhHsf4VTWtGg/cC8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPKCS12$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "jQw+4uj8/oAgIyDWsKQ8fsOdrEjMJZ10L941RopGAkA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/SavableDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "cj88Frz4setL4oU8LvWNO469TduqVcJieCsl0M1suoI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "dIouCCzNyPxFqqbCCflOfZBmKLSgKJNK8WpZGXgvEE4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cxs30UpIj9OT5675oRgGp90zz56Dw54vjswhfcXnQSs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/gm/GMNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "itO5jZKCbRmI2hCZLyJAW9ZkT/5g42ln24gYo3PBr4E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHSecretKeyProcessor$PartyVBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "bCf+MeVwaKsLcxORx6qDRPhSovTCHdiC2C8DCxqx8w4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509LDAPCertStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "zo9np4Af3cCbKYkg7z8Ng6MU0hlBFHEQDVU0+Y3L3Iw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/KyberKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "RnTdoBrsi1MqW0LekZFOwWV15A+RBWmD7JQK371Gcgg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/MacData.class" - }, - { - "key": "SHA-256-Digest", - "value": "UFi/7OjFKJgLxIphNNQyuzFhTyIjZRJmt4Ohd//1U28=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "9zG++q8pVB8KH1LzsapmZS1mYZqTlAlBPu9BE0Cy7qM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenJCEBlockCipher$BrokePBEWithMD5AndDES.class" - }, - { - "key": "SHA-256-Digest", - "value": "n0VeKAYWlhL0957VAkyEhDgDKVke0pRw2feAbEgtDGw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/module-info.class" - }, - { - "key": "SHA-256-Digest", - "value": "m8tGW9ZJ1R2pMG0tpGbsdsAPxTjYj+GSk6Fxaf+8zxM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "wW/Mr7D8pUUJ+04lER2uh7c9jwTd1hQxhJx3cV87l48=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/PKIXNameConstraintValidator.class" - }, - { - "key": "SHA-256-Digest", - "value": "+r452jeHGECpIfR7HQLq45AVOl7czNkZlLNteapE3Dw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$HashMac512.class" - }, - { - "key": "SHA-256-Digest", - "value": "xiFJHlWvSI7IkvL22JTscn7rDUWjekTR4wtoTmoGJOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/IESKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "S6C0M4x3IaABdEsd142uuGlm9kj6UckSM5Ee3n5kUfI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "Afth0t/JkDWOEAppxsFj48b9ZAYib1MkcIFBwzMFGh4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/ZeroBytePadding.class" - }, - { - "key": "SHA-256-Digest", - "value": "jTJ9oaWTsZ1Kr/h5snk+PGozc9OaRs1cz4BqCCn+YYE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "O2GY0b2Ugd4StzARmD6e6V6KTY1s5N0+6uJEzpUIpGU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Integers.class" - }, - { - "key": "SHA-256-Digest", - "value": "lCjuowuZYjAlURd4+/0nOUdD4DFTWhKMv4CzbPtQYmU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric$ShakeSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "UO6OZuujg6UHvuK+6736xLoqlLfl08EGR7V3j6oF7NM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHA256Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "ori59w5LsV67v7YhxFXglpNWVBW2VvXzWIAEa9cT85M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/ECDHCUnifiedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "qWQf9we99QtDP2/wSU52Zi0VxgBYjG0UzTLFAUIaLtQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD4$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qSnE588/MvlbOl1gDuXjMLvsznvR+CSOe22UZZ4sQvU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/SPHINCSPLUSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "UG1uOn+ql9W/PMjCrKPl5ZXSpkzvD0+jYVtic/GNunI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/PicnicKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "UlReSBcDx/3OqFCMtE3q17t22uNjXQUXG3K8LX80VsY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/BlowfishEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "y4XFwyRFg1x9TpQskCnA052gRXC44k4ymEGuQ0E+0Iw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "f/F4NEt9ZZwRO2AYrF1mVdm4lYF6xN2oPkvq+UyN7u0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/FixedPointUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HnWxgj6bm3+mW/f6Kk56pcBZyoF8Djp//MMo1ovLSH8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectDescriptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "hUY/VpDo3owtFlnxKif+ScPTMVt9tyVyNKxiH/UudE8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/PolicyMappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "+bml0oHSLv2M+3SZpkzibrf0y1BC+S1uvG5Q0BaTF0U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BEROctetStringGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "yu74qswVQhQcJy/ETLtBFuw1phO7jhHc+tFkaA3Wdg8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "9AhXK9MzCuFLTmezgWEAvTeTF9I2AN04UJPMwJ+vouc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Encoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "skGlb2b6R6en+48C4v80T14WhjIt86p5MnyDjpbOZtk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$22.class" - }, - { - "key": "SHA-256-Digest", - "value": "lI1o8As2YY6qbJ5RQc2s8naf53EBeWnaQP100N5NEL0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$URLSeededEntropySourceProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z9T8w1RQ7hFg0tsk2rbhakQgGqLeirrAgybpdkSypmw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSASha3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "uWcXPKUaaq3479dt32vzsVqQIRBCmkAHCbIkx+zsJCM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePointchevalCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "ovhAYWJ05khdHlPhnqYi/yHDD2KQh74EZWkmuw/colA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DHBasicKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "KU7J5vv6lW6mZ03LGJrS+k8FaQP2SF+rpQq9rRsrMtQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/asymmetric/util/ECUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "CoT5e5cGrXamnXkuzJYJlpa1sdHamZzsp/cyqK+HyCs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "NxqBxuz6y4LPN7XK3si+T0WDDTk8OiZV2WWrD1dICOA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ua/UAObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "peQ+1BAPhtPEgVaVJ6m6yOWDajetfWMXZ7BRrWyTdiY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/SPHINCS$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "WFiL/kgc8ku8rjZsOk2T1X7sM9W7d9uSLXKxqOB1Puw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceKobaraImaiCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "KIhtWqhc7qXi7jaa6/B0sboln1b221wAzfkKtZ9IFsk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "y4yWhQ0sK/YyPZ2nzJzglp4XeZvgNVHPonJsaHSdoN4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/X25519Agreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "2lpMOm24EjYVLYMR0G3bkz6Cz9gpbbECGOB2T14o+fo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/TestRandomEntropySourceProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "J66g1kUMfbfftMGMGEGkt/md3T0bX34kRJaMr5oFkz8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$KeyGen_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "CMPd3G9R0FUBj91lHfDl0OmDM158hggayoBp/b7gHLQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/OutputLengthException.class" - }, - { - "key": "SHA-256-Digest", - "value": "++Bm/QF60MYSFB9Z8kEtoBHVHGfGMSeW5scRhzq52H8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$RIPEMD160WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "SAbgwvFtn34kQCAabvFLyVPlliFoHKKbbgGwRmJkyf8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyGeneratorSpi$Kyber768_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "67E5SrRIqBxm7U5ul6TzKVZcIm+OmnpPnsrr3jWGC9M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/RSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "L3KPzMKSNVG0wCafXRIAvz5GplvxYq8n1vkag2xL2O8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/BC11XDHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "t+7samziY2CXQQDOIFH6+jx3Lb7astm80Z7ay1MHhq4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA256AESCBC256.class" - }, - { - "key": "SHA-256-Digest", - "value": "/g4kBP193P5o9Q3W+dJ9Ctpk8nlGmjlWF6eE6ZdRv7Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERApplicationSpecificParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "P6KmNSDR+O6nqEnDi8L6y8972hj9fJOdwDo2WycI3sc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Signature.class" - }, - { - "key": "SHA-256-Digest", - "value": "JhO+EgvGJww4BOI7l/COC5VBq3246GWflV/TSGtlSHA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519UwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "+AxS9ZF+dGtginp4mh+gyg5gbAxxhwWd0NdHH62I3jY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/util/DigestFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "izta47hnf4t/2zQ/AhHHGuR7BttihGQxv2bb3Oa4liE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$IsapType.class" - }, - { - "key": "SHA-256-Digest", - "value": "3QaUczS140AexRsLTn6tb5VFDk2HMOL9uQsiLgNF3rc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/AsconXof.class" - }, - { - "key": "SHA-256-Digest", - "value": "ot8ZGdBnT22aA5XdnpyBMd1jQ9nMcYyj/uHb+J4K1sc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DerUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "b9ghgS3ZRb+s8mhDAqSyWMiGAS2A387E9qqvmmpABfA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/PBES2Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "EdyOEIPYygg99hTv5iXNdvXor9DbOqGcWI42wziy13c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "agDCQZt+bqcpZ4FkvnymHQ7dgqWuxviiISASIpnGoOo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "A0mMsfy2e0awV+WVAfCX5QRqP7QS448Qc/V1eFa5NgE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZIjB/0JMEfvWepNol2XM4Qln7HWoyXCHfJfKark8H7k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseAlgorithmParameterGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "St/xHcIrPlkZ5nz4qIqsEAuBGHNfAaF53eNB60fIeM8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/Vector.class" - }, - { - "key": "SHA-256-Digest", - "value": "fysUOmQZciz7cNMBj9CmSAoS8hn2u2Dj6JfI7L140aw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/kems/ECIESKeyEncapsulation.class" - }, - { - "key": "SHA-256-Digest", - "value": "X0KSj0xMezSPIp5wlfWd6uPDzQhEaUqtX8zwiGClXTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/DSA$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "u8/5M37tBYvYl89Brulu0MlqC6XPvUL4k6STjQqEjbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/IESUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "kkCGZfjs34bRTnqygRnGUyLyUDw2Iocd/R2LH7QhyI8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntru/NTRUCipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "1HTqF2NFIsWddG1N1pBDt3An0PVDJLUXKqkS5+UTOeU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/FixedPointUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "xZ2wH0se0Zb/HyFIR+L+BDXxAA8XVLkJe1aPwGV8q+w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yo4orQl2NbqhNlBTddODO/w57y/nf7XxjrOO7uEV71s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "lkZAtn80wPkanVCPsXfRPViVClRIeCdcBSci4sP/4Rk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$CMCEConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Jrq7ye47UBLzQQ2ZwtlwEvsp7BzZdbYyFW6gV4xvb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "yaQ64vDMLc0fIJ9DkzzV4SUHsi73aEIQI9pbfkFmifw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "N2Z3Tzo/ctVF1/d1OnBOUE1abxpvDkkFJaXyZwoXmQM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/PQCObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "6TVPnqDH0882hKyxSRVVBABdwmm5fO2oRAlcL3XNPjo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2b$Blake2b384.class" - }, - { - "key": "SHA-256-Digest", - "value": "oRkt9vDDt6pfsR5qloThOVTH9t3gouOgKZyc41LswQE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SIG.class" - }, - { - "key": "SHA-256-Digest", - "value": "l91qyMkRJF3kMOBvj18UWlldS6ks/yrEt5DjVzV74EE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/SP800SecureRandomBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "1JNsSbYbvBhq1YfK/0Oe2RuRYqus5uRga36rfUAHthU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/KeyAgreementSpi$ECVKO256.class" - }, - { - "key": "SHA-256-Digest", - "value": "asC+3pXzutJXO0AKT/R6BjIlPuLsNqU3qj8kklOcqIE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "w4H3sgJ1YSPdB7CGymeOrGfWX+kPU8oAbjmO59Ll7GQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$29.class" - }, - { - "key": "SHA-256-Digest", - "value": "CGrhYO3MwgJ1cIMCXpI1YSD/cduMYzLwgHvKArTcP6o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WTauNafPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "LKDiTSlxj8t1d5/OglY4+PsELMNjZimShY81/uHK4eQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "0LW8a94sa7TPfsKjk+pfB6s4ihuDwLCEcTLLbxRn/Jw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/FPEParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "zT/5iZ0bOONssW5PzAUv6OY2ORo2Smpx5N4kbl6ChNo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "cW7aAJ/fagWiwTg8VQYQCyEhUVJN/78FATWzPHd4Z3w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/Xof.class" - }, - { - "key": "SHA-256-Digest", - "value": "OWHXyRcIyZkQtXuagGAp7+jFhL3Psc0H8XmjRXN75V0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/Primes$MROutput.class" - }, - { - "key": "SHA-256-Digest", - "value": "8sQlFdcacfA0f1pfF8OnVymueRiKVIiGaeFWE+MADto=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2with8BIT.class" - }, - { - "key": "SHA-256-Digest", - "value": "4tL2M3FLFZH3rDZghKY2WW1k4tL2Ip6iwafM6FKNOqc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/LowmcConstantsL3.class" - }, - { - "key": "SHA-256-Digest", - "value": "TQsgljjrzwQXh7wZbnDpuaEsjEGvx9QK3lnDpHds1Qk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/LTreeAddress$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "L8vlaQKE5tpm2O9XUDopuvd302XLtcAGwM+I7Q/zEK8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/spec/ECNamedCurveParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "PbcUAmDy7uyPndrrd30QOzM34++V4e9sAv3TZ9BdEN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCLoadStoreParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "3J4KKvbFwCCrBLQofbddfiW6Ris23dbRzJdq85lQIxA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestParallelHash256_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "SQbb+q7zsZb69SgImiFr7J7BjhTjhi1KvPc+2XDGn3M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "oINcTHIXaiIBaXjoy3dkmPY8z/Ts8VkQe0gccQdixr0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/PolicyConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "2zkUN0Efmxle3W4o5nQsRHPJpO14fxj+70RgidjsZws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCRLStoreSelector$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "uRBSFwqZ2I4A2Am0p1lxYpmBLVNw0mH3ukrfL4ZRROc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceFujisakiCipherSpi$McElieceFujisaki.class" - }, - { - "key": "SHA-256-Digest", - "value": "M0bBoRSFKHHe/K544G7t+A8jW8IrhfA3GkuBUT0+kWE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WNafUtil$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "1kBw+T2rOEzd9GFeKKs8O0PtXivxI/9LJvTEwh3CMco=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PQCOtherInfoGenerator$PartyU.class" - }, - { - "key": "SHA-256-Digest", - "value": "yZfiK9JxuHm3m+wlRESSu0GT+rlHp/ZMH7Rbfl9qa/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/GeneralDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y83qjV/3tdETn7p9K76BVgOc/K+0eZ/M0NuWQ6DH80E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/AlgorithmParametersSpi$PSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "JSHDb86FB4SjtRLTbndrxNW40YKHJlnYmjzi1WFVV+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/config/ConfigurableProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZL+z8RVWHttGTOLnbBTSC2GMvSxemMABkNdS3vs8538=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Argon2BytesGenerator$FillBlock.class" - }, - { - "key": "SHA-256-Digest", - "value": "6NV8hysh2EXF2z8AqJ83cey70ZiPNTg+gIt9V6dIGhA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5.class" - }, - { - "key": "SHA-256-Digest", - "value": "xwLMv9oGiuQBRfdWHoLwf4BJeoMreuXe3P6h6KqkLqQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$DESedeCFB8.class" - }, - { - "key": "SHA-256-Digest", - "value": "SyYWWaaLdHCPFM3bAPmMdpqv/6eKIzoP0VdWd5arYE0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/LICENSE.class" - }, - { - "key": "SHA-256-Digest", - "value": "+eawESima5iHQy2wOXA0eTvLFmd3CZDCf9T9BP/AwSo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Falcon$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "5elQWZu2T6tTh+xTyj4DMEQ+0rKgbLjAZo9DMCJWQeU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$KeyGen192.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZiPgrSDfsx30d0RjafzKjBOmGqN7tlIcS7UtTlx1byk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "bde5cS7vXZx39H2H7bRNYfl6ni8MT7v915Lrrf/gwLE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "YUXd8Q2RzXBzBPMr+OTj0qSAv9uiBZptv0Gnacu4jhk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestParallelHash128_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "erveS22z7uJCx2UCwY//mMbWv2fbdvyPXQdL3lP8MKA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent.class" - }, - { - "key": "SHA-256-Digest", - "value": "0yH2gEK3/tGIkm/VMDqAvDZBLdaoCOxlwDXcwvwEV3o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p$Gaussian.class" - }, - { - "key": "SHA-256-Digest", - "value": "IaOicKcYrhr3jUF6o1QUzVVwKGg9rnNDHdRWlxPJr8w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/GOST3410PublicKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "SGemcaEgEx2CjrkfuhaoVRhtYklbpRMkPtn8G8+P2jY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519UwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y4+ciuNnoWs+ZJNJPCBPzxX0x4fGIYl7xZclqfMEcrw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/NH$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "KBfi70UnjUaZs7P46GDacIK69Px7eyjfdFEPduy3hz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi$Std.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vp3cFmG5hbl/gJ1u5McLTtnmMTB8lUzMuDTvbsI8AOg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AsconEngine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "f7Wywj6I+Ss0LJpLQgFc310xdGsAS3Z3BbS2wtWhlu8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/util/GMSSUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "xfI1ayGsrxDi6J6vClJYuD98tUPZLFMbHAf0bB5HeMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$RFC3211.class" - }, - { - "key": "SHA-256-Digest", - "value": "IPYh8wBI7nGib8cZYRPi3opltqy7zPLyhdAJLYTmWbY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$ECB32.class" - }, - { - "key": "SHA-256-Digest", - "value": "MikWD6gxMlEP9EWgX3HAxWOvzu2s2COZFOvfNHmHlYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "kH7TFIm7OKXP8wnwmT634GGNbSKmlm1qRoPFr1puTwo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHValidationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "HPgWvwAp1WPgoVRM4VUTMD12ocbmV1rwCiMsIzFuoT4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "BokUs4XPT7zULI0L5sqsB8rFPS9s5FKbyl7aisLYl4g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/OldHMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "8hkqESgjYsBFcDusrHCummGS797yfLJ62wZQREh8F/g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/StagedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "PWIWrYpVA7D/lTg1o3HUBQtWASmiHykxY38mdua1tZs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "svB2+OxoeNQG53SVah82QqjOZ3SEL3dZfU90Rf3aTuE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/GostR3410KeyTransport.class" - }, - { - "key": "SHA-256-Digest", - "value": "oggH33Z4ug78s4/JQEMpRQvjhsufXJemmCS5hAJLxr8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "F2lxmBD70SX1+4h3LyC84OOJqGLxaOzYAP1tZhDI5HI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CertificateObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "hufP1n7FvwzhwAuKfglvRdb8C3gHbEFtfp6lhw/7KVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/OtherInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "YQJVhhK8K1XdDGLIMg03EcurS6bY1TJBlEunoo7AuJA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/NullDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "2VrgFOnMa3Ys3i/IlZAUOiigOjzrdCfiw8STgtOkbSg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$19.class" - }, - { - "key": "SHA-256-Digest", - "value": "bMmrYgWnAtgadRzPFVeJS4iAyHAKKdfUfWUYOnsTSx0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/DHExtendedPublicKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "N3WD5cTDFzJqZeVsDXT8aGK13wJ8L1bD/t5ODoj+YqA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "C3x8p7PRidd9lnT7Ih91OmplxqCDqnBd92XxCnFERMI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/DigestInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "btTF8Oaso/wx3SigcHOaKO644QUBcWLYZotIzVOyT5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "7BCLhuU0yjB/aDxILlMA3P5bJMUCD4njFnPg30Dlkis=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$26.class" - }, - { - "key": "SHA-256-Digest", - "value": "R9VHw/IE/psA+rKY+ArEBau4XIq64wnMkotrzwOCWXw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "P5yqiN1jnrfLUxOQgroddbwFHYgDT1qkIIcbi67sVLQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "eVhQy4PuBAH+kVGa5g1gt42ehp7JKmROEDFP4Zps9V4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/View.class" - }, - { - "key": "SHA-256-Digest", - "value": "YSA/1QWYeb4InA/jKUGKQc4JHI+QW7UyYtk4u42S6V0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/config/ProviderConfiguration.class" - }, - { - "key": "SHA-256-Digest", - "value": "E0Gp2DpI/6ayPCC4Su48zNhKpja6SnClFDTUUCAEX1Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$StdShared.class" - }, - { - "key": "SHA-256-Digest", - "value": "h10GwTCnHr929fcI1OImiU9FDpXADs+2PAYQVCZbyew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AESWrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "l46bXUh52lsTaigZ8GjWDbEaiTQxRFXbrsnPzRFZRsk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA1$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "2q+dO8tiOAGpOd/A7tl9Mdpcmn8ihbe5moRHr00axCA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/SPHINCSKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "OvA4ohaMh4ANeKmRh+0R7SnSrWTiZb0VrjknOC11yJw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST5$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "03PxG3IswXAP+XUTpM3nbNJUAQHAFwUPHzcZJGUJrZg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/io/SignatureUpdatingOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "luo0EjZlhIi/QeXooejuYwtKYaYRJ1MisoeqI8+FDec=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "d37+5p1GB/83l+NSzkzghY1TLbAzmWzbAqeOBwKSvxo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/QTESLAParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "f8DJjPA8Pd3EfH8R316SeG/abjPGKEfCcGt++0Wr6HU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "eLf8IWxiwfqKImrdVWqNO9i1KOTZD1pyK5/i/FjOMj8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/LazyEncodedSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "kqO6bDbTruKFsIxqrYdxMXCJoiBxgz42vmOdDRFrjaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WNafUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "IBzCKk6vbtHxyYkn/LMBp5bD91erI01/gGn99Dcv/cU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/BasicKGCMMultiplier_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "FWytIzqjccPhrusfTim2gPojeJlgAsv8eGzWyWD7ZhE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$RFC5649Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "g0b8oM0s59nj1099biXOLc6qP1I5KPgnI+zKbvt2zk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/KyberParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "C4GZXEqu6cVNdQXmEnA5eFt4yr7rq39V/i5yTsFa8TE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/BDSTreeHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "J/NoEYIRTAOvRU1GrviU8y07yyPaJWJ3VSM7qZhPb1s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimePublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "SrJp9rfz3rPM5Q4zZjiTwPAyYUwMIDG5v8FqMpTV9lc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/ThreadedSeedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "XoWBex23GXl/RUMnLIKxvaCU5SYo2RLjvM2G8G4FGN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "b0W0SpTXUbLPaSLzYsvclPKitkNdkV0H7REsS0Ke71A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1VideotexString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "64p2V1dy16LSkTb3AWgp6p8r7mS64+/dZru3Oe0Arvs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GF2Matrix.class" - }, - { - "key": "SHA-256-Digest", - "value": "webT45YP6onAB4tK3Q0LaJ9ZluRzYKsiCdHiFwuGqBs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "4H/t3HEP97yGqjdOiEgEGm2XRhNaSWQm7dBsqojCUYE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Ed25519KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qL7cNPJz59nNmMCfovCyJkoB3fWjuTHPEz3LU7ruQUo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/FalconPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "O+rhBQa3RqDOKL7253+VrMJCLdGXpeSQDjnEowUgPAY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "5YkUvwN9rwJKBbJhBGmWAqdNJAIatwvK1JWmT5E4TYo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERGeneralString.class" - }, - { - "key": "SHA-256-Digest", - "value": "ruZ7+r6Wwr72o56GW1TfRLH/QI40hxOiMDrsIwZ2trM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric$ShakeSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "xJDWlJq+6yse5u7Ts3gxiNeFltsFUB5+oe8prOP2MRw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NMj8y9U3KB/4xyxGAk4Jsr0SmLIBX/JQAQuy7uI7Y2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/TeeOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "GNh9doBNIp3ltdfB6vhqT3qDVeAv6a5hEGm7FIc0j/M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar.class" - }, - { - "key": "SHA-256-Digest", - "value": "TUZVkdmOWvRuFBzf+0lWxvKbL9HDB1txEm/FRcJfcJY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake3.class" - }, - { - "key": "SHA-256-Digest", - "value": "uVr1ZoNtlx6/n7KHNnbD/KdaMO+bo+V8AZ/1bHoTwyE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "0encPRzvB8QQB1Qy2SocQ3GM4lEatXchx+e87ax4k5E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/drbg/CTRSP800DRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "esyofaw6SDoVc4fumR5BgvaEMeuwfwxGBraZ9uaaHOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "K9mNqjE4siCRIARc5g1YGrtGQrl9ml1oSJeqJlNgzOs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/SABERKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "C8AkgUDOwXXIuGTLFnRHdK7jT8UlYV56ku6E5tiI5CY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/ClassUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZU97TcZpYal9WG2REVR2vnJ5G4H0PMFgM7KnW7vP59M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES.class" - }, - { - "key": "SHA-256-Digest", - "value": "Kabtfq4a3Bx8QkldRmBD9pc5+a/nBHqRGMcZyGVTLsQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Kangaroo$KangarooBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Q681/uSMcF0ODnUF429Ld/PZ9KBsEO2oTiT8JhIohg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/BCKyberPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "RCHrR3RWe56ff2XKtAl9l0qsV1NS240tJ0JHY9sDg6w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CAST5Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "+l/XxnU+Ojui27UTZo0nMGIU3+ljQAEKUuFZLtR3hzs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "6QOy4TweuwrAtDj+Yovc6+1ag8Z1wAj9D0BXsInrlrw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BEROctetStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "j/NMTTlP8sxN+6XgfQ8wru6z96gy/xvORCAwArep7w8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Store.class" - }, - { - "key": "SHA-256-Digest", - "value": "SpW3OBy24QyXlVfwerr55GgGRtnt2Vw0mTH+ocJYdFg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Blake3Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "KUkM2EpNu4kWOP505clDfSb7lgIKkP1qPhdRZghaHVo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/LEAEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "/YaNutDVpgb3QY8JTWAWigujvJtYV6BlZ721QO0eT+c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD128.class" - }, - { - "key": "SHA-256-Digest", - "value": "4wnKsEl7IPCWxnMTpmnVVIP8mML7h8PIhFZiIXyJezk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/BCHQCPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nqse6EKWrcZxvsjyHE8Ep0sHaY5oZB7iNlCbYAQXQzI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ExhaustedPrivateKeyException.class" - }, - { - "key": "SHA-256-Digest", - "value": "NOU6SBFqXmAPNSutRwN0Z0efB1UEozg3d3nZc8kxYyo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERTaggedObjectParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "+6I6MJOvdNyajGqTmAKDNVtTbnzm3rBEJkJlT+nUz0Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PBKDF2Config$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "jT0pZGLkHjlWscQn2Jl0/6ExPInlLIHgW0KCv+cTc3A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224K1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "uoAv36hR2XQK8VsJbLHXwTR/9xvOIiX03csUWbAw1Ro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LmsUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "5LW+ZGmGgFzfj7k/wPjLJNAyTDrfoNDvuX1rTt8sB5c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PrivateKeyInfoFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "0Wk3aMeBdDVFNvoWU3i24kLiJuC8pLFy8WNhzvbW3VA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "44NzAbASdtR75f6piCRzPNqi+4w+52KxQNOnzJtzJcU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePointchevalCipherSpi$McEliecePointcheval512.class" - }, - { - "key": "SHA-256-Digest", - "value": "MHUr7NJs5D+xr10ExrLTM7xvTqrnRaENI+GIPRQdwfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Picnic.class" - }, - { - "key": "SHA-256-Digest", - "value": "AqrxdUmEFioyX5YwGLlPVL9ibq5CW67JHR3Gh9M7ojI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/LongDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "KdI10oU8TTNXFnIPTxd5j/ixPbRy5iTGw+PpcjBfI3k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi$PKCS1v1_5Padding_PublicOnly.class" - }, - { - "key": "SHA-256-Digest", - "value": "BWvH0cwR9YduqLC5Z8lS2RyjznjGg5t9OWTxMqO2Coc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TBSCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "v3RDg2ykmvPybLf7N/LpszBcC4a9pR0cTdcCsHJeNO4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/BC15EdDSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "f8U/X5Xv1ae8mwkhLbfinrdV23xPZwYdJLzCZuu9/lI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat224.class" - }, - { - "key": "SHA-256-Digest", - "value": "4j7fOcURpMfRZtlavz2PsMm7/Hvm4GdI3ygjUM7YQzY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPC.class" - }, - { - "key": "SHA-256-Digest", - "value": "0oVpgIT9MURQm7bSDUNKaiQ5obD5M2PkRJ2r4Wz6xcA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "WZ4Bng+JvSfjv+gCzdj4ynQ1v727zhZzW7OGmArKgpw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AttCertIssuer.class" - }, - { - "key": "SHA-256-Digest", - "value": "aaalGtPW7YHfvfVSjd/BLUd+q2kUV1WZvmcts6yvnlc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4.class" - }, - { - "key": "SHA-256-Digest", - "value": "lNPEkIYvTdkrjuHTBsm+ntxqD6nhjFTRKwCML3439+c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/KDFDoublePipelineIterationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "hpdXwgP+GZ3eRDQuA52kt7jMt/7MeQiU0CP3uJHuZQs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/CertPathValidatorUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "i9bQY7QjOAvgZriiDY/dhOAi/tUB22RfB+x8ytaYHEI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SymmetricAlgorithmProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fo4pLa30zJ7LRUKvsq4pdEzBfUacxgZYtJtCIOq1qJg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "glt0ItfvkHqufAZfGBeS8jcPE0OWLitghCncM8U8Bh8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/PBEParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Avs/A6cinTNpWDmQGbTKDhH0i25JC2JOFNDUcghJiYE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA384KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pl2wE0/RGqGjzqh3QXrc3X5tPuD9Zy0XsaWGTeTZkTU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA224CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "t4u2PsXsOf1FaB53SeIo/zjN/ghdnaW+wL4S/q3zTiY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base2_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "zroOK/HWyUg6iYXuhVeaurlILaMSrRce4rBz2FLcOoQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/exception/ExtIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Ed5jQnMHShl1XpYIP//oSdPM3DZGjMlEQzE2jwqtWM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "RfTpxbfWHz/9paqVgJurl1yer3tV+3lYLlUxu/WAXmI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/BlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "hfd2oLsD0IeYy6ibWCHjfYbdlNcygtbaT1kuPDUfRa8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA384KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "TbtcCD7mcgocuDqQSrKwV4HHIbQ+K2vem5BpTSeMBmA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "fUe9gb7lDS/MfReHFry9X0dO0KgP8w+2JUrSK+QlU+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialRingGF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "OaBdDMHpazl9QDCViDM9WLnxZqaF4ciFAPc6EIoMRm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$15.class" - }, - { - "key": "SHA-256-Digest", - "value": "6MkNiACuxDn9vU/xtOH3O5AKoiHaNmPGvdQA8GJNGIs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP521R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "umI8hI1HKugSsr9omISCxbcxJ4BOZSI7u5h0N1WNnqU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "JXqBIeStz6dtY4v0GTde3IJNR0qrubCFfgwNQIhhJ1U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "bi51RWdbsECJShN/j9d1I5Tlp/h93A9Ud9NKiLbupSk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "PKzGGGgY/Qp75EyTn6W9C6i1PzP/RqO8BuK6cIJgJ1g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHMQVPublicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "m0Ly2t/37oWI3Qs1Dt/7ontjotjMYsyNGz2iycN1WsE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/DilithiumParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "NAOAFt0MLbTMEvmop6G44I9syiG4bfhXA/BEyCUmuQE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/encodings/OAEPEncoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "cfxgMgbjy10NHrBdXR4D4kHHLd+NM72yRfHsFwnpJo0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD160$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "HIvzttCoZQHGNQ01KWJcoB80oEqDwe5jRmJ3rmRbwnQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SkeinEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "gQdFWaYPP+USoufdf2pPzoxR0PLoCsY55PVFoaoP+U4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/BDSTreeHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "B8yuYd0maav7OeNlu1m4YcLzJjBLZpnmJxu7zHxHfoU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberCipherSpi$Kyber512_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "qpAdvWps9Eb0MboWAkTPUl3xRuWkDZjjS3jmwhmPIQI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Ntt.class" - }, - { - "key": "SHA-256-Digest", - "value": "rtI2nTMza06HTuSTFmNWRWS7MbX23r8K99F+cA93lWw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "NafDkBx2znQnhNWj+0lqfopNPwMgDJDUV5xIlbYpSjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "/TgtewqOyAVmPZ2o93pnjqf48nb6W+AHUxOoWeliGmo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/ReversedWindowGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qRXFbiAG9bg7JJdOrn+IbMiNqUKykIC0fZIOM0jTcms=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/spec/ECNamedCurveSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "/aM/mSw4p9NCYfWXhzOqo2x/u+dEsXMLDSBXVc7carY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509CertificateObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "ojmWwWXJtA5FoKASbWRxdoopyCU8tjadGPrfcjgHsYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SPHINCSConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "dCo+RkX0rhO3iIDi417oS1SaGxuJHilw9m3W32GMYEg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/LowmcConstants.class" - }, - { - "key": "SHA-256-Digest", - "value": "h95Yxodk/Aoe4AoXjpflVxlqAjWvGYAHQaiCGJqrvzo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/ChaCha20Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "QMpjVgThMd7SsMNvK/4NGDMIBqpONk1Blr8O0NhYFp0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$KeyGen256.class" - }, - { - "key": "SHA-256-Digest", - "value": "uS/MWI6wEYdB1c7jxrr2g4S2Tqn2tag9QKR19YRKv2o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithMD5AndRC2.class" - }, - { - "key": "SHA-256-Digest", - "value": "VV2S6SPwpufGwiiberRFIcr3wGBc5aHRlCkS2pWkLGk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/FixedSecureRandom$DummyProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "TnUONpi1ufgy3l74Sn9wop+/dJsYE0ezr0An5TwzV6o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TBSCertList$CRLEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "VI4nUifUiVSDUym971wqcw+G6kgwNACwsPaSpZFoSgA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/ECGOST3410_2012Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "9miv34ZFgSN/0rvDiJER9Gote3cBXEMgeK7Mbk6J7Fg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/X509KeyUsage.class" - }, - { - "key": "SHA-256-Digest", - "value": "lgHKFuerU+dinTX45nnqeu1MHXScHN+oA+pDLgmQ6mE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "XrOq9CGHboNp7yIAs8vStHM9vp2o3eMJv+jOFPzndJY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/COMPOSITE$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "5YTRjZfIreQUjhd3nGyKds7POe9RkzdXwC93Wm8OV2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "w38zC2ygnV6buYGtp4uLt1WVF9a0Cw848/v00xBsTfY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256K1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "VoXpYbtzNtG/fTVUCE0UNe5eUK6YtqG5b5CRp84iD5Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1IA5String$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "51k8drzaDgx3WraLvQBfl1VL22IjTyvmWf1xg2BjoUc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "r1m6LO3unIEHfHYRJinPofJzvJdkCwm+FWlN4otxxf0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ttb9kyAy5IT+hPsy7tjW2sYqPbvrFxe0li2So3jFIWo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$25.class" - }, - { - "key": "SHA-256-Digest", - "value": "FfIL4r2iU5Xe7p1NGY6fZHaceHRgoqbuK9mc33W0nXw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/Tables64kGCMMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "GGHJyEJ3WkN5VQ4KksfJg9K5tQLG+HzorEsRYZy2FBw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/SignerInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZWegzkRKK9tN3v4NPI1/vDEoG5XEsjPdbQWlOi3CdjM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$QTeslaConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "Va3a6nu4eojQ3Mo1dHzVJa0iJwdqkT0Pm98vUWf5+x4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "+8bMmIswvZ1QTjA6XFqklK+eU077vZc9N4eE9vlh7NY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "W/PfWaE4yqW5bd63mXt99BN1QJE8NiVmW490PIC5liI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1External$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bqc5WJj44+KSmNSX6k+2Yf13ze6XzNyhnN0u28X6b4U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA1KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "AcH8dVSxQEcclTWd/F/Al1WjEk8rxZWzA5ET/mHzWgI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHA512tDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "PLMOpQjy0rdisRuZeuJD2w8P6q5dDGtggiFcXUkCnxQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA256andAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "/T7NALtRbYMR+wbYy10wLgPtmlsvCs5qMh5bDiAtAb4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "wLZGMZ4EbM08ZrGW3+33o6vRa9ZmxZ2nX25R2eIBB9I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA384KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "HWZmyYDkwNLzKDb6mwML6VntFEKmR5MJ+MC1SYexHOY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_512_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "ekr8avKgMV29lZWu4BKPwYNxwYE7zKVXpt/MskGYpsQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AttCertValidityPeriod.class" - }, - { - "key": "SHA-256-Digest", - "value": "FUxxUBAIUPdDHEhwVqu+u4gpiOc6qKT8ChxCCRhhMYg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/TnepresEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "vSH+zLMNBsA93e250O08/ImEiVuGVoP8h42rSU7fwBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/EntropySourceProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "PhFsooURA9IF2g2Zgqkxc8Wqy28feasdxWa3aI3QEA8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "/j+a8iwp43Kt1Y1ucNQ78St0uw8F5hgrgQht/lLzZ8w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "1rNsdJ1dz02zwWKLYZ4mh7zPymKHxdMFoOV6s4zBBcA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "oAvGuzSQybUnZDibL8v27rH25jTRZwSCNes40AfnbVY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UniversalTypes.class" - }, - { - "key": "SHA-256-Digest", - "value": "dTAiCALd5KsUiNjWcGmWqk2LTW5LasyuIDDgTDvRtn8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$15.class" - }, - { - "key": "SHA-256-Digest", - "value": "WdQ0PltXPY1BVFQCGhGXE+2A13PHiVyAW8EWJAWU+vg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$PBEWithSHAAndDES2KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "gqNw9ZrdIxOH2oZWj2++cwkiukVymtI/iaI4IJVbZ3M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "luTrF32+0iQtcO7kztFW6+4qQXOd4kunkzAtU/EXnNk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABEREngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "HsVfPu1fuzRhnLd+UAQfl8Oc8hfxHVUoJ+/yveO78UY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$27.class" - }, - { - "key": "SHA-256-Digest", - "value": "6hZjPMs5KQzsmtrlcHwIKx9UkDlUiv/PNiNf1Gukx5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SCRYPT.class" - }, - { - "key": "SHA-256-Digest", - "value": "nMdbdX9WiKVLtgTRVVERXJwjZeuJ+cxCRiAQHFTebDc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/NameConstraintValidatorException.class" - }, - { - "key": "SHA-256-Digest", - "value": "g5ZPhbx0SFMpPloe3wUEGI6a+j9T3vXuTIPv6dsuUbA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "S6XcloGeysccWgzJ7MwDZN3uC13UGrQV+Vir/492qe4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesRegistrar$ThreadLocalSecureRandomProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "66HEDcb6wXbroGa1s/YvxfkoSSTcgnpTUmnowvf/27A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithMD2KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "ltoC3DtVKtaNsv9OenTd+ch2rMBaaiYLQDl8SVUHuYg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/LowmcConstantsL5.class" - }, - { - "key": "SHA-256-Digest", - "value": "XmFNkGcNBeCQ7jk9ZX3Hy9/gX35abaNvWyKQMhTaSlA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Mod.class" - }, - { - "key": "SHA-256-Digest", - "value": "ankktMbuhZ18TQM/YxaCEwQEBl9WCWkPl6MPzFngJc0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/PKCS5S1ParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "WRBN58xBI8JUsVR7u+OUohjzbwxWXYD/ftwc24aPgvQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/frodo/FrodoKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "1nZDJrM5oCBF2Vj6XUPA+4CTAcDqXZbz6xLk8blVE1s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/GOST3410Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "oohdx3rJYwyIBQ4yIyiJ418qzPzm5gmsCqzkEgv32FI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/X448PublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3t0vrrptphx6S2kxZWyOOuCWXacOs9mdAbA//F5j+Lc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p$QTesla3PPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "aVUa9GRlapq0JTHPUkVREMSy/RcK0BBdSxKxltw8JWo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "npWqytmbeOYlbE2Syn8UioFxg0+J87yuWOhGlV+RgWs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSEngine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "YBINfo95U3qnXIEmdu20m3Rf6qPhfOhz/PRP7rOgeF8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/interfaces/EdDSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "z44vEojX9jTT/ODjpZ+/2lVdv6qR1NoCEsT+aQ2wlsc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2mMatrix.class" - }, - { - "key": "SHA-256-Digest", - "value": "0l15xlITgKaMUIIURCdwNlaZ0c2QPVE4EjevYag1gyo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicePurpose.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gfebpuu6to/+WmPvAYyKmlyLoHaeDot2upa95r+GvM8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/SP800SecureRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "qRMFvH5ryTqSt5GrM2I+mGUODNmnzHe5gTzu5sX+JZo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "NM+xl/ToS5VJl1rJwc+EIravumuYM2SNtE3ohLPIyss=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCECipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "prhBR6XcPcWMYQsSxhzFW7bx+PB/xAjLv9t+IOEHLx4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "F2FHbexspSgcBsCGQR5Qhss5cg1ZLHKbggFa33HkoxU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Argon2BytesGenerator$Position.class" - }, - { - "key": "SHA-256-Digest", - "value": "sF+9A30P2kmxsWJ/McnBYg/N2IUgt5Y6dIWNwWw9KFs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat512.class" - }, - { - "key": "SHA-256-Digest", - "value": "QPLcbJ4OmjVajPfdClw4RGSorcj7AVMZ1TdeiyvAu7Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/PicnicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "TGDIvOFQuamK1xBAdwDDm7OTJZ4VxgK7vQYWeLtcT98=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/iana/IANAObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "PZqLOxCZDmKMppQ/YnWGJQue8DjYgBLum0O0AbY1jOE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UTF8String$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "5ttvkfmyJxAlNR1uNG5hDDQelmzJX5SoHv1EjxhjZck=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/PolynomialExtensionField.class" - }, - { - "key": "SHA-256-Digest", - "value": "39/SCzevpjoTEtWDmjcU7h3s0upI0Aiz55EB8Kz7kmo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UniversalString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "9uvHjlBde9MbpZ6MkINxj1SuIHKNkKtBUKF2cWZF3Yc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/MaxBytesExceededException.class" - }, - { - "key": "SHA-256-Digest", - "value": "ncB17Nv27jLWp2l/2nHIv4Zf2mQG2KMuR6c20WAAe+g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CramerShoupCoreEngine$CramerShoupCiphertextException.class" - }, - { - "key": "SHA-256-Digest", - "value": "m9+EDTsDtBFF4Bv9VHMDAvdoaIS2ByrMfJVuLC4V5AY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "tscvnYKjsNLZuq3xC5mM4EHPLthMGbWjj9NZc5ORoes=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/ntru/BCNTRUPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "F7kZgtic+upC/LZG22YqLuhVySU53g85/zOZniqpRgo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed25519ctxSigner$Buffer.class" - }, - { - "key": "SHA-256-Digest", - "value": "o4BWaYv+sEuu0+1xzx2R6uSGvd8pfqFVuNhMeDtqy48=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "a7sDyRyAGwBNGjmFghinraEYxI1flqNp9fTfNSppipQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/PBKDF2KeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "gzczkgC8N/jMUjazSpAJJnKkkmOp9Gty0YYqmDQmqs4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/OpenSSLPBKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "R7K63nwO5DuKb/6Rpetq0Zsc+h4Qp3WjoLObowbdO8Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/ECNamedDomainParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "u7onqpJ/SKJHLpqfpmt4HHoiTUL5pJK/H9Nyyq4rKpg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "lQh1cRWFuzF4jcPAtNPtxVQmeomcEH/xkuMKrkpr+Uc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/GOST28147WrapParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZZl+OI1+MXy81SYnykcDLjNI6v/z3ZNNZldnNwBWWwg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/encoders/DecoderException.class" - }, - { - "key": "SHA-256-Digest", - "value": "00XMPW+syAp1CoEy93rzWx5B/0tVk7RGRA1aWpw9LBs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Tape.class" - }, - { - "key": "SHA-256-Digest", - "value": "JHEja3qzXZpiSednmPL9YNfgdhsbKjSKi+c/fV8KSqo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat.class" - }, - { - "key": "SHA-256-Digest", - "value": "BNKionYBj8P+C6Q+Ad/gmj5IfQXq5ciwX3CVixUQNks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "4zDuqauMt8XJqSvWPPbwH0AECY0B3rXdvpPPUYw46MM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "j0usE0HYHclyp8CH/CE+06a6E26aVeKBWs/wuLZcEco=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/ISAPDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "JIDzS8R/0aoosqercBSiIV9YCP/fgDwjVSgIf15DPJ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/ExtensionsGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "oOhJeFmGTNGWQ6TrFHgBkPJ0W0Mfn6y/Pk6Xx2prndA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R2Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "nTXU7KcT9q+/cZekJdpFppINIvc2Zj/PMDuGh348Tqo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1GeneralizedTime$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "8qAlr0888UrpkbTTmBPlDLO5+lqW3FGBH3JAqKx3gHw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKobaraImaiCipherSpi$McElieceKobaraImai224.class" - }, - { - "key": "SHA-256-Digest", - "value": "XMcD1j9fuSQFYOTPqBXZolUYplaVThReBqtz2BhE2os=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "szPVd1eeAXjSrgHOWB2ICtEAIFIIaELTG9NqiwEQfa0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/GOST3410KeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "w53oxHJhTMKV1LPK1BnIrZcEvW9U6RvH4eFke2dN3A4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/X509LDAPCertStoreParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "78vTf6RviQAXxqeXyry2rb/gq/hqUvKe+SS5fWa0UbM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Packing.class" - }, - { - "key": "SHA-256-Digest", - "value": "zZTgs1CGUmkTkwhZ4ZxxdzIOUQ+oNQJjlt6Yesv16k8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ObjectIdentifier$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0BAVkdVkUO35uKS5bnpJ4fqRQNK2vRVS9mIZoCDSgjQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$AlgParams_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "N75jFTQ5dnd5mu2sytJD78JW5nbKSmSYTKzmK4PCyOw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X25519Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "S3+3lIiSqn34YdGXSFu7QpI9Rpt3TNmj5aCPYAaYsnU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/G3413CFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "AEjNHdlZtn3aSWVyanL80273NKXUZifJwGZ1TYXXfqs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$20.class" - }, - { - "key": "SHA-256-Digest", - "value": "63kAR7ewG/hg5bVfrFe7yhmAA/9/Be1yYicoBkZtwo8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA1withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "hMgeWotH50qx2H2SCeuvgvseLB+77ZczN/AJINNnxT8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1TaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "bLetwzM7r7po7pykrzWKhbHWTxGqIMedZnT7cU8fte8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/PlainDSAEncoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "0iLhNv+RWozG4uCXZ9/+/XxSq3isqMrfHdxNRHg71d0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/DefaultXMSSMTOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "xkQQs5bzwxqiWIKE3hE/CLEe61vjagauFCdB2ZzcJVI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "ISH7zdcLGKP6FNVcFYGyyweHYQhqyiuhgGgWx9XBReo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSSSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "od8RJRttiD58qYL6GEzA51EaPQY8kdocWT3kSayo8Y8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McEliecePublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "cJKrHx1k/BeiXU5l/K5UeyU4pbt1pDOKAuIi9WdexGU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "XgRCWIjAUeoTeu4odeDsfHn305lNMkLmqRdKa6sHu7U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ElGamalKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "E4cv2ePY5vdN8aEUPR0jq9wEk67BZ6iRUjWVok4uKhs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "CdtRxRxA+DaiIWX8reoQjl/EIdYvBvjrs1vtH3j8srU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$KyberConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "lFvRFxk7OFyNrLnDZwje1lpzYYzJdQgtTBmsdy+fOHQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PbjmSIwp42RlvstG8WHyB+QH+a8nYQK/keBsXH4rIek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/jpake/JPAKERound1Payload.class" - }, - { - "key": "SHA-256-Digest", - "value": "5rbIJDxmOLt5Rwh/zdQnt6eHXLXXptGwlBjxkSGP1IU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "n3RU3dDr4LzirVDIIe4eEtyLFVdpy0uCJQ0ZfDCeYDQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/lms/BCLMSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "L4CZaJMIhdG3FBpxalqDdqLi08jI7cMFm4DFSO0eAnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2KeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "SI/SSwDJvqTH6g2jl9KQRi6nABDyv1YFGJfH15R2HmE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "qx4IKl3CRmEaiY+t5P4vxzJ0icRJcv49JqRV45TeOu8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/newhope/BCNHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "SyoQQxJwjud69CnXAr6RVwwry30DH9JmgYxHDHUTpdc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA1withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZN6DjxZZoktCWxUBBnx358ZYWBPpjK4SVWI8MSbKg9c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Integers.class" - }, - { - "key": "SHA-256-Digest", - "value": "HfhT3aPXXrSuxR898PWPaRy0hVykUNRjRlvgMkSv8yM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "iu90Di+BvN1wZvxWQtUk9Jw/n+Ch9eKNHLiKJMD3nCU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "+MZw8lCNYycFA8MwgijuNUjl2ZU+oqDXTgHSlC3j2/I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "m3IaJGoKC+NkM9H2qzwqWVobAx47BcRnvgHjzig3CEA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/util/AlgorithmProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "aCs2+PExggqyeHhbOXAMIPmKnBKDlcxw7Ypjoc6SILk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/BCCMCEPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "co5iUmQw36yCKlS9em0riXCrL/HQjiUB/wD4FT0tR2A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "zifO9mP1G4vQb6kPKEJJVqHViJvg+3O1s3fr4IhLNJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA256andAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xjs8d137Cixtq46C07uFA4Vlp4fOnhG+3pdGYSooam8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/UrlBase64Encoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "9XffLAT6DxPiq3LmFxqjTmatHKTtd95D27qK17Bav5Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/misc/MiscObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "C/HonVMCmJLAKzx8NzIhg+TD0JB7sUTV1HtjjsleJzo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat384.class" - }, - { - "key": "SHA-256-Digest", - "value": "9znnX+5v1dCwGonEHgsrGRcNcvXG8ypvfl2U1X/rBJw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "ge8/x2weZ7+DLrBN0jgyNRqo/RvbHHgkaPSVPhentYk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ha7QFZd9V0csPgeOM7JQu9F+CLxNjovYfUnFClgQ9pI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/ExtCertificateEncodingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z34Rh5ur7G2InJhJ+rpEHHfsfHyFT7AiEdxYMzWmrtI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Blowfish$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "tCJcBeSkXrvxixDmvbRUZVcFNd/LbUxgLTowMFxO7xU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "bEiOFaONc/t8WpkvXRuZod56qaKHOVqAi39a5ORiqmE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKobaraImaiCipherSpi$McElieceKobaraImai384.class" - }, - { - "key": "SHA-256-Digest", - "value": "GTDvUfsVD6CY5OXJKr7GQNzRVGC6Pb4qS2HA4qwHLeQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CCM128.class" - }, - { - "key": "SHA-256-Digest", - "value": "a+9Oy/CSZl0Jk2LNkoLbuLUtY/q3lzb1eZ4AFGon5o0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/oiw/ElGamalParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "H2SDNZ6BmKQkKghSrtBIEXkJV8GKtQ4T87mjJXrBj3Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/CertID.class" - }, - { - "key": "SHA-256-Digest", - "value": "k/jJb5acAZ1jyG8qstARo89T7l+rwuENNnw8BXchhRY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$31.class" - }, - { - "key": "SHA-256-Digest", - "value": "A6hdClhnZG4a82Dbiwt/jb3iq+c/3Hp6FlnGgxHfMto=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Sequence$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "B9S0cC4EhQvS8SEcAmauwpFhLmfXlQBnTjnTQSeQbiI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RijndaelEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "mY8uxe3A+rY9RDgUGhRojd/fczatN07Ay8DPOr6sy+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve$Fp.class" - }, - { - "key": "SHA-256-Digest", - "value": "cGHDji1Hk2VWfMLOyRlWluhoffJ1smOr4qpR826hmzM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/RainbowPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "UXJzyT6bu/fsgap+tnzSkVFEVTU3LH7W5INuD1j/H1k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CCMBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "nzA3+3JJQKlbP9Nc0yP+g18EwFnhdzF8Cd+Xz+lySX4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/KCCMBlockCipher$ExposedByteArrayOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "S5u7JHhhi+hZTiX4bFkq5uo6ZAowBTMC2K6a14HmTpw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/IssuingDistributionPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "L19UgSKLpotUVgR5GZeOB3MWZzLGGvdABfonz58bgPE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode$MaMaPe.class" - }, - { - "key": "SHA-256-Digest", - "value": "o5g0zYIgV7dKFO84tYAHZMTKGeRxj7fcY16ri2cf+SQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/HQCCipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "FQPv7sbcZIMxW3KvXvR05WzB19IqIF166Yvk4UqMIHo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$KeyGeneratorSHA3.class" - }, - { - "key": "SHA-256-Digest", - "value": "JJTpd+X4zLiXI0LISYihb2w//9vTny5QPqSwN4fKEfQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$17.class" - }, - { - "key": "SHA-256-Digest", - "value": "XZNhOgDRPUZWXS4gZTT67DpOKutyBgVt0LiqgRyqffQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi$ECDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "K9CQIncMbAg80T+ggfU61JmLWhfk7EwHcSaJxhlqnD8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/V3TBSCertificateGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZLdsndxdwXQfx+AUs6vnBo0tQIENek1MatkZzZIRtCU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "x2hvu4+ydenUglP0BFgfFlxTYMvGytjXyUOlone2HJ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/VMPCRandomGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "anSBOFB7ANAUzi+NL0I3NzoHUBep9D6hqjLdu/QsJuI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grain128$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "32v9V0IeVXggfXOTiQfVfN9IaiOkcCdC2eO8KzFvleI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "m3CzbnOtRBK58xTvhylutPVo+uePQOaXQ8JX4xkLR5g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSAnone.class" - }, - { - "key": "SHA-256-Digest", - "value": "JY+HCFT/1f0QtimBjqQgfKg8F9KwBxHweCIDL49LHOo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "t4ewQwxbkiuofd0CJzzdNzbduv1dInSYm04gRoieJwU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$23.class" - }, - { - "key": "SHA-256-Digest", - "value": "HSUsLHGoYP5751nXUgyjJM7GWrP1FhZo3tnwhu4wEA8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "PVivS0xhOZ28dXu0FiJnF+bi9lExGp3M9KqtgXHyeZU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "QqXC48TEewiO0d65ambQ4sl+0Nxphgq7ffa+WOJ7Nvw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/COMPOSITE$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "PeUxSdCwRzwW+xmRT5O9tXfHi1pgEWPualx85WXEhNk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve.class" - }, - { - "key": "SHA-256-Digest", - "value": "D/xmhr58b2gFbqbc8quo+h7T21rxr7tF0hhqxu0hgQg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zo86K3HftDcJzkWAetEjzMfr0zTOUAZWNQTImQg1O7c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "WC8sLswdYezhuGmByj2/eEelaxe1pyCAU4heqRvd8Eg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x509/AlgorithmIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "WO0qtwsTIgSTR7/0sQxpMwrx4RCwuDTxj02TQnGWCBY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/BigEndianConversions.class" - }, - { - "key": "SHA-256-Digest", - "value": "FzPgXTde4mHeC7YYryYpsldbarSRP0qQQxqxdVEPzP4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/anssi/ANSSINamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "WYgWyW+trfJtLKkjp8ponIHtRGFPkVVBgxBEoKG3Ef0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber1024_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "SWGoAxK906m2TrqsXO5a7jkHosxO0RjXdV+Qms/roWg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/SkeinParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "52R+or7O+hLGp37KuS48AwBjozWH/z3Z4uW16fCn0Sc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLAPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "c9CtKagM/Q0x6pRDy+Ec6gipNrloUhxt/uB7VJc7rPU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ElGamal$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "h7RjTUDLWxbZW3KL3/NlkdtHcZ6pIE9Iq9SBoScvShs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/HybridValueParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "MigouPjBEgz89IbdPGeVPQTAI/bVq03PmYSk7mDWTvM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber512.class" - }, - { - "key": "SHA-256-Digest", - "value": "88ZW1/jF2u0cmS9Qd4xFLJ5fusi7JrTDQrvLo31wbNk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA1KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "uEaCDqKOQywPjPuF5pZdKcgu5tgUjYQKHPU1iH3nhMc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/GF2Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "sypO5O58bxp+GvGWpZEAJG8cm6tcp/am5VI5X/W8hNU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$McElieceCCA2Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "jdRLXaTCkbjYGGWj6Jdjjx0MdTrXTcwi6n1ECwsivn8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/PKCS12PBEParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "rhiw0x+9UzZILogVxDlsAq83eHuXhT5f82bin4xFYe8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Whirlpool$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "icLRtyfbp8K7rpN6qFP9H6rdvXSNYbVW+//C5yO5YfY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$KeyGen128.class" - }, - { - "key": "SHA-256-Digest", - "value": "4I8+KROusgj7zdt6Hx+Hsax5Vo1ajOe/gn1c18DxR3g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "lXiehF7ein0nyBRlKjLKfXidfRziPFuGBEUIpOGoomI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Encodable.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jhif+gD/GIxQtUwVfBcnvBEQ/GPA+jnpYaxFwTEImfc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ECKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "ATywtCIT1j9p5K6/xZkpPlEez97bopVaMknlIkgFcJQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "ka2hvS1Sd9SmAr65YHHtZu1KPgZGAHqr92zyxGpXD7I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/SNTRUPrimeCipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jk8JsEAA4l2QehWHnNgBIEgtS94IMTa+B8YG83gu3kY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509V3CertificateGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "63jFF2/vBLZ3u+vg7Z548tPz4IT00C614R2zyVc6C/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$CFB8Mac32.class" - }, - { - "key": "SHA-256-Digest", - "value": "AbRbMQxTBN5O+lh8XKYNXIlrOdYjRsvDLUlmrCMlzQo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHA1Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "xcFIDSeH5XFtBm5SfQIpRipGTLER+OcEvTMUJIAM9ps=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/BufferingOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "u5+Y+N/HYp1Q5dOGdaM1rGwQFtnzVcm1cn8QzzV9rpE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "j3llDD0FqgBnu0QfZmoDRM0wHJ/aXfhd3imxojI+cC4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberCipherSpi$Kyber1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "hXDkFxoUzPpoffHzxHQULzGTOoefrquOvPnWxZm738s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/OCBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "z2wAP/ZHqz+ay20Z5ogTn3IAgkANE6xvz2FXlkilagk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Ntt.class" - }, - { - "key": "SHA-256-Digest", - "value": "yRtzNlpvX3Khmxt1jOvuxkO1QYptJaHoE4gsrE3pJzI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLApplicationSpecific.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z97jHflJy8gDGDCMD8dxYXRxAjRKBAb0I0q+ytp2WJ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP521R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jF+m/p27hCIonae8LZFFyWNQE/Vp26GNeCAL+dncmNA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSMTPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "wCztj+UVX5AiCDpnA00z2di2PkJT6GjxJQdC670kjzA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/DHExtendedPrivateKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "cmFgvKOQ8RIBsc27J04/0gD6dN1mIULnyIO63auHZlE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DigestDerivationFunction.class" - }, - { - "key": "SHA-256-Digest", - "value": "H6acMvHp0hixDsOUVXC/Vw31BoE+38XWEuLcvRCrTBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/KeccakDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "1mbs2vRps8RR1sHdq3ChlPxaqrlauBiAUjDTn0W/hyA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "HijwQGEx4ejcz+ozrNfRc9zPwel59/+gXGOWzSgu6Ao=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SM2Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "3v22hTdaWP4YI+z5T1Wzfq0idBrJvrHS8zOgCZ5HTxg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/X25519PublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "/9WyBauMo9FzJVvEQANNfMYiLdZa0oQ5ybTJ6kzval0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_256_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "078a2Uc6/bfbR/wMOwEeFzGGJcMyrDqInOjtXyKuwzw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/RSA$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "VG0mNFIHKGEizgiM3d3BAshaHuEKVBlqMTfUdOsOolI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/Primes$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "DdJZ3dN3zvh6hKJvP/F916hcLT2fuPV6rvaxKFuYOKs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "n97PsfXk0JcHhIJYL/tCipdjoGI8vJeXHgmMY67Ac94=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSS$PlaceholderLMSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "T6h0Sx2OfvSldM90bf+wfY30ENyOcOBqxmRUqXQThz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NTRULPrimeConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "ap8SozVb5/iliTMiA5ngwVUOTzO0BUskXMwTwOdieNU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$PointExtended.class" - }, - { - "key": "SHA-256-Digest", - "value": "iVTVhkilwieVvkabrbb66JkRvTdiGmRD2nH/qYwdSlo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/McEliecePrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "6TIHIH295yWrHgx48+eI9NtSJ4tARKGwVFc8on2FN5E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "hTHEptwSC5ppZ8vMyrh0UoGGgpv/nCkbVIisSB2fmh8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/GLVTypeAParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zq8IJykUgu80azYGQKxfN9GQ3lpwimGa3Vv8DG+csXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "6rVHMPn22dBM+2Lfv/Im7jsPu8YYkdtmy2hp9lMsS64=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$AlgParamGen512.class" - }, - { - "key": "SHA-256-Digest", - "value": "pKQvUXr2mB9eDbhMKNeY03aF9IMGbWMOs+OG0k5RqMU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/ScalarSplitParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "vbpjf2qwVc0V99mMMqzSnPv7FV0ZTQE8BmyYJUbbi7Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GCMSIVBlockCipher$GCMSIVHasher.class" - }, - { - "key": "SHA-256-Digest", - "value": "TRGvOue/LDLsq6Ml/c/h6zF+Z3/6MmsZ2RDXx3NQV5s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/ISO10126d2Padding.class" - }, - { - "key": "SHA-256-Digest", - "value": "KdNnfLAo8WqKWv0C3QE8eg/I6f9BAxA/L82DjPnTpkc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "T0Xte4mKZSFJ5lAQjWlQZWC0CNGxu9VGjDvhZGuGch8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "oXgWgYmklaxeANH+zZ1Cp9Ld+AietEQORna0G9c2vqM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "MnimwrUyZHo7qr3V7Q7kUyaB/6ixpgTOJPozXbSVfOs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "wfUGCQP/ZetnXrV9ShKF2IpXN0dZplUKPuqLq/H8kSw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/ETSIQCObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2yTfU1HaNNvvdeOEuXJqd1HIO6LYUeaNMdcdFJ2m4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA1AESCBC192.class" - }, - { - "key": "SHA-256-Digest", - "value": "OgKVgTMKwAvNryD8fb4ZMhtzgsaayUj6fYceZmG0gKY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "uexhAv69k66t1dMGlJfIjKUqbQQFgRCn3QaLVaNCyz8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesRegistrar.class" - }, - { - "key": "SHA-256-Digest", - "value": "E3FaE+Pc1/NNjw/hAN6leBa1j9awfH9GygtrvkolRGc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/BCMessageDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "QgEJV7bMuduTUEW9NRIbT5ExQJ1U2RWjIIObGFwPsBw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/WhirlpoolDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "pFwBk87z/KmxM/PSDlnbUInqpeAhfO+bTw60/1/L4IA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERApplicationSpecific.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZuwgSSWWCha13m6TOcwPVKq+BoMpNXsyisU+uIk+Mw0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/NTRU.class" - }, - { - "key": "SHA-256-Digest", - "value": "sIr/VuuvSzNfpf2KEQCmHlrFLWtTuf41U82dnPRd73g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "+IFsUJEBp5VZEUK5qg5m5gTO2LSASOS+Rb8evudVrik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Ev0TXQM87VT0HqY9C3yYvlm7Fo6otJY2Einp4Lva1A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "15Atb3r+Bzf5awQlmesMTk4vU16QsQX5JLikcFWbptw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$17.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bbb1S7eIz3x7spXVsUgRPEed9QlvhialkPrn0OaQZx0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMSignatureSpi$sm3WithSM2.class" - }, - { - "key": "SHA-256-Digest", - "value": "6R13o02lDUxkXEEswZtoVu5maNh9lDIVEC4vDqzlVYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/RoleSyntax.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ik4dgthonSYCeRw+0rJslpghs4zXLXfBPhH1d2ezPoI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash$Mac24.class" - }, - { - "key": "SHA-256-Digest", - "value": "09OTPngd9OfHp+A5TFRyuzyMM5TtqUWqtyPQipLdpYk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z8iEpCaVFxRD8urCPUFhRDdxp6wwtukIHK/nA/uo5Vo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PBKDF2Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "f9QtL17Hjy22DECnoyPUiM7qYeNFMDozM4eygQfFq4U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SNTRUPrimeConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "tkinblN2ui8TG1stloY1qMV1hj9HI9IZvGoENDD9D7s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "1UZR0WW9SQlVfFFUBIBV8tUJBCu8SSaUZIO4/3T1Yq0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$StdSharedCompat.class" - }, - { - "key": "SHA-256-Digest", - "value": "AKPT/bRPetNhj5BnJ1Mh6pinPHmYXgt5hFr3f8Zb+oY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/BCECGOST3410_2012PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "+agH8mYrAeV3pC1NwvsqFucjXO3h8UDPiXkfBb2SNE8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecNR.class" - }, - { - "key": "SHA-256-Digest", - "value": "bdTJ+VP6qsl+u/PLtLCvC9Q7P7BjYBJe+Amr6BXraTs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "YPqr2LHtz1ZLYc/kmTraiRcfCmspAyWkU7tXQy4H28s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "/OSCddEZPKXueJya+BStdTSdvErnr2TrtXGUv1wnpYE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "cF6gmbinyflxuoR8ppvmdJEOAlSKfBN5IpsjP99qis4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/SubjectDirectoryAttributes.class" - }, - { - "key": "SHA-256-Digest", - "value": "qf9v7MCWsHFdWxpiDzSo2yyu1kGg8xbFq37odsW/eeE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CCM256.class" - }, - { - "key": "SHA-256-Digest", - "value": "b0HcBZIQZKEbyX9HTWKDXs3LAgPB7Ej6z/0t5UDWnA0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/OTSHashAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zYHadxzYPA7QSgkf3/1wgy4OWRFNaRZOzIqjeRag3KY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/StringList.class" - }, - { - "key": "SHA-256-Digest", - "value": "VQKdWSKbtxpwXZUQq8eqIV1meyfWSOpBSkMWpvM59YA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$DigestT256.class" - }, - { - "key": "SHA-256-Digest", - "value": "J6+Vk+ft3dDmEcb6WWjqYcD/X4ByKcTMMEFSq4E0XbU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat256.class" - }, - { - "key": "SHA-256-Digest", - "value": "3edltfPZzXtjt01HEk9LCwYtzy/ZE6MFjOwbHFBnVMk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1InputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "cRbdTHxiL+WtcA9cRacYdjL6Uks0xYjSr20rJ30tbgg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyPairGeneratorSpi$RainbowVcomp.class" - }, - { - "key": "SHA-256-Digest", - "value": "koXNbrhyJqFGLwCC2TiWRWn+UhvmTHmEcQW6hnZlCCg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "dHvETXK/Qdhd1wgWAVx74c8qFnqfpsynfhqd+QjS+/0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$SerpentGMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "CSjnp3/8ITAUa9UjChvl/lnLgTi+YFwWIcHTGQ63ISw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/util/GF2Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZwtnxermhrehPX28xccxBChWfNxiofUVDTAg+0FaxM4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "uHrrLYTwclFbeQ97tjctKRzXDkqNalwRMcHnypLECyk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXAttrCertPathBuilderSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "IiskonlToAQfqHEAzlhIzX8rgkQfW9IaQJlLMtrdJHs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "2yJJuPVof42YlrMFvsxYBq+QUF/yIb2wO4S4p66hLTE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Bytes.class" - }, - { - "key": "SHA-256-Digest", - "value": "HFHqap6+GFa6wADpg93T5INunG2g0jQINBI3r7Q17Ew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/ReedSolomon.class" - }, - { - "key": "SHA-256-Digest", - "value": "D6Zidf7OP8GQQtrKTxoRklIgJYp3WevSzYRutHSMEtM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "jatlsB9npRTEX604TSwHggFUwnp/dpvdOGXvh4snlF8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialRingGF2.class" - }, - { - "key": "SHA-256-Digest", - "value": "/jMO4GyK7kMUgHJFZAiwdBUO7NSBBK2LzWOSvEp+oak=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UTCTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "WJzcLw+CzAtzlMVr2GDKlj7r3Cha8EHASVeeh9Qm9iw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "IuTdr0myCZCtKN4d/UHpZx64DsHl3ELfXj78Ckbnk3U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPC$Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "dkzVl2aW6JLMNEyUi+yiwjMHJE1b1OJ/08zoZFnjB8E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "+LnKB2eWUhRb8WegkuI83EO/uEL+/mn/DrEtwLelIpg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERUniversalString.class" - }, - { - "key": "SHA-256-Digest", - "value": "s5gmpTSDpbJPTm3GdX5TA2QEaPBdcgbzMEtt84ZMOVQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$19.class" - }, - { - "key": "SHA-256-Digest", - "value": "8e0uqLSfJkJ2/IQ3vrCf7b08GcmT2QUkbgHax+ddFwY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/DSTU4145Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "gO7WQJ/4GDK2dveMXl2eSOcD6Mum/hAPBOrZ2QO5E/M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/HarakaSXof.class" - }, - { - "key": "SHA-256-Digest", - "value": "EgrsW/Nl1t8VnwLA09yFZBe6ixtPCQ95ISvLj+VSms8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD256$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "urEWfSdmMi1SfAgOU7/PI+2zh1if5OUajTU1TW9XYro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1SetParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "UCUZdnRWHb9g720vDWuieEGRhTlqjsmuqFZdAWCWric=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/HarakaS512Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "NBLWtX5iMQATFXzuGeU9q4lbU4EXUTd/ucXmwiamctA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448UwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ib29auTIibbbQksABDV2xxQYF5yQM8O+fsSTu2eLSOs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCEECPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "uwjSk2PzHoXNfV/Pnsh1UGjp8+Zc51UoVmiEgoFaaes=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "GOpiLleBPZEhX/5ik5698XLosYdTwekv7tve8OsjHaU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/OWCPADecryptResult.class" - }, - { - "key": "SHA-256-Digest", - "value": "XGy8KbLNIO8RqBevhxjguHHOHew98CEO1qMJMXHigkk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "RJB5W2Q4AVh9fDuWGDeMxkdixLDPRdL7mJ3l+iB3/ew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/srp/SRP6StandardGroups.class" - }, - { - "key": "SHA-256-Digest", - "value": "EI+3ID9OKrFiamw4++IWZ9SvLknpEnFfsBkL4lZR6co=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "PzXgo0IYup1BGWbIoyJgaC7kZ+5zpffAZCesuuwSfuo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BIKEKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "r7j3tAUAtP2JoQdA55mkN32s4EzvhlQqXE2vw4vO5CE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA1KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "rOIU+CAQGHYwXqMeYZc+jTmE3OMAhBO82Suvy97NfV8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/X931SecureRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "A3hP6lQI9ihDYRAapX/9eeHJXJLgyVH/3lerVJiQvV4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509AttrCertParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ImC2wuYovzfB6Qdb7CTidF1bnR+l+Gr0EGq23zTUZws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "STndNPq54slscpzyD72LUvY1C4m4vSokch3xaFJ4s40=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$21.class" - }, - { - "key": "SHA-256-Digest", - "value": "V1dNO3TjrbyCaQpn8CVsBRiUs/nsPEgM3lCJ6rs+23w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "SS1EyN+TYUyZpvX8dohL2bSJLKGiLcMm3fz/LtzDbWo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "7/NcPxonucVHpZlP3rh5fxWkNkjw3zK8hvUpBraovMQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Poly.class" - }, - { - "key": "SHA-256-Digest", - "value": "eScN9UdQ3qS5RjkMQYbw8IzSsr38QtoRRao8hIN3sew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RFC3211WrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "EsiFlL/KqKcwdyrVNXJKsSj8whuCjmXEVOfHvkKaMVk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/CipherSpi$NoPadding.class" - }, - { - "key": "SHA-256-Digest", - "value": "MQE2fvHHjgRr+im1chn3Qse36GVq73tYuCtmQBbErtk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "UZSLOOqqGrpg/BWOcPUaSnIAF5fwZvprvLNSyugLoRQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/Committer.class" - }, - { - "key": "SHA-256-Digest", - "value": "S32GlO8UewAOZwcnun2TSownTiVVR4uFMI96fD+7A0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/KeyFactorySpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "/ngG6/Sw/RRyu2btnUUz98CQz34MJW/sR9c7lmQlZjE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "y4B61YTp4BFNxiPUf3yJ3XqG0IqC4sI+/gc7VG55hPk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EdEC$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "q8SJVGBGxijCREVEl7wuCK5qEN1SLv8S5bens/YkRwA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceCCA2KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "CQkVMfxu4VOekhBZAWzw7gnnzVsMdEbwW3nzEdy5GnQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "8s6hKCgOQKkXETbBO48o71P1iOSeMuRhS/yiCDKkqJk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1IA5String.class" - }, - { - "key": "SHA-256-Digest", - "value": "A0NWeC9z4C74ytfOgAj7aQTcTIjtEFMaC7JwKqJZwwo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/io/CipherInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "vQImANgVrFK/Eywfjq2httVskm7R8QWFqNfaIXqAv88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "wsdX4RH0cfkMeYi8JIynZG9t59do8BC+OHAEHeCvmII=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "RrPnKrWtV4HehOiL1XsoiJEiqaIkwN61dWpVUvc1Szw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/ResponseBytes.class" - }, - { - "key": "SHA-256-Digest", - "value": "7XyYzJ4MBpJGJmFUC6/iqkU+V/+lPv/bm2lWo2llV3o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyPairGeneratorSpi$Kyber768.class" - }, - { - "key": "SHA-256-Digest", - "value": "IxV1TqmWy5ug05NEz6L+Gm7NTrcuXnKdODKQCltlFkU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/OpenSSHPublicKeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZORkYQcTPxL2iuSZyu7yNow0gUAi+YHfb64/8eTd+F4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZWS0+wgwei3iQ6Fa81e4huDBuWuRB3EOqbAgXIV5MQY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "2OWH6czSi7DvIbeMSKhPoupp5HpzAPYq3vI1UNwQtto=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/AlgorithmParameterGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Tk1qe5TTAbuFZZ/XyCGvc61LiGpAbMrjLOMUMotE+s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/ErrorCorrection.class" - }, - { - "key": "SHA-256-Digest", - "value": "7tSlcPG83rqdQ1x7J8Tv/hCs+ojeMDVfApMus7nz95A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/style/RFC4519Style.class" - }, - { - "key": "SHA-256-Digest", - "value": "JqmMatOX/i84+erd1mS7kej1P5Am6IOD/g3FfbXV5T0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/AbstractECMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vu5X6gOPyxFaCMh90x+X5xRFaVRtZdGKztdBS7f5ueM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "GL/nFfCgUcJFSWHu9iiTd2fzKv7VcwEMs4FM4oCnVM0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "yR6CG4rs/SQgUB2+IsQLC1AHr240klQ9eRQMPEs/hR4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1SequenceParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tjj4jLlo2J63tO19F4mE/I3sdKx2Az+W5fASDAYLyjU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/Symmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "RukFYL2kLRN64gA+EMdMHJac1H9htPhyTpFfeLLW/94=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "ncTQmg1TVwHwW0M2T1KMX7b07lea/Q751Nh5YWkGG+s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "YDg5UilSm7dascjwc5DVSoewkUjXta8CWu9PDj8RdoE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "MYs+8/1Uq9emqmW5bxGXlerEaVKTS4dfdfkJWlt0U+A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "3JInPgejCMPyJmaqbJeipRPI1xsKuC9Xw8z7LWGBM0k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$Shake256EngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "XYLcfv5IBs5OKPTqoxFK4E04umXbXCeFA2MVzOGfc0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/PointerUnion.class" - }, - { - "key": "SHA-256-Digest", - "value": "BYMFAk07zynJq2tNOf3p1PPVuy+UpxOF4NvVOCa5Mag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/SPHINCS.class" - }, - { - "key": "SHA-256-Digest", - "value": "Be0E1DA8rhS8/s7NWx/5QEE8dWBnw5VZpJI2SesbCAQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/saber/SABERKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "dr8T/DpdcJjr0EzghnybrXpPOEomEbVS5dyHD7FIOdc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SubjectPublicKeyInfoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "2S8XkWsmAhpxsa36DfGtax/IJTA9AhzjlYQkEqeCzYg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jC1UNk5BXpjS9dgyj3MDNjjewwGTs4R1uazbLOd+fa0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$DefShared.class" - }, - { - "key": "SHA-256-Digest", - "value": "n4pG9hSVNxh6dUIdQaLAlpoK36YvOVfDPl3S4V4UYDc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2KeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "0e5FBwOGjd6aOxYHtSl/HlBwxTjhWkSKJO2SpjjXSYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_384withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "EXSjTZiWc6ql9X2Orl/zQhYqSBesokD63zTEgw9kOws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "YLWrPGb/imGs/cQpHNh7snHn5cyViYjEQKwklCmsELg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$DESCFB8.class" - }, - { - "key": "SHA-256-Digest", - "value": "eFaS0ywpArJciZ3AMcFf0cTB/BO7GYUFNz2Wd2MtHz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Blake2bDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y+ltXqlZLLVudSM+0yW1fUq3RgmXJi0VwRtuVnHf0QU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/NaccacheSternEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "zYoUOwjgiQt5q5HZ0VY6ACdwML3oUOgaZOSOm33q4Fs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/Translator.class" - }, - { - "key": "SHA-256-Digest", - "value": "DySKQcmmLz2DjfuyNLP/83xTSosqQQf56llViFrD7Js=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "vgRjmjGYtWTte5iKGNTcMSqXQ5yG6b/EED6AvbnlyPY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincs/BCSphincs256PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "IVw6Nn+bJT6tPCCc8tD9d3Q+Wenh5rCW1XOaKF+9kGo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/Tables4kKGCMMultiplier_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "n5e1cyCi1DVeF2FiKutWH2KbAsOi+0KJWduqmsjODPk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$HashMac512.class" - }, - { - "key": "SHA-256-Digest", - "value": "GKdD+5wXGKo9VuueSvRQJCbU1oOf+e2/jFJDK0dtsb4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ObjectIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "SdvNYWD1NKN71I1CFYM0SQEhNwMxJhZdx1FF/ri43I4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/V2Form.class" - }, - { - "key": "SHA-256-Digest", - "value": "nRFUycUKS1dyIPlLZqv4tZDGBK+f4SddBXvd9QaQo0c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/DerivationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "W3ucESJ/vjeYjr0gARGD7o+RkZXif70WOPlktXfs6h0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Yq/couQZosx2dswqnw5Bz5W+ImoJfVvBZe8+DSokRE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA1CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "EPMKH26dPGc3Ae+suKWKyRya08Dt0liy3rz8/aZqxZk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "I8Rs2x39mLxwxek9xJAGIrxVXwfOlUEH3cuL81GKdmE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448UwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "3g0a2YmN8ThVJ/lTv5h73lQ2HTYo68/oBy8S7hUVe1k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi$RainbowIIIcomp.class" - }, - { - "key": "SHA-256-Digest", - "value": "CHtT3tuYXrmeyg3/jOFv9MrO6GeYeSq5hhKeRYBOeXU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/SignatureCheck.class" - }, - { - "key": "SHA-256-Digest", - "value": "7U3tHXtt+BO0D/SJbwDqFWm+yODu+FVES7o5fYNdeKA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/microsoft/MicrosoftObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "7v8hK7i+Eja9iP00nFMbMi/rPtqSiVT+euDtA4aD+rs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/drbg/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "XuqtOcEZrGXqmg95Suvm7RQDQ+DzhBWqY/MPEejt/WA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS4096821.class" - }, - { - "key": "SHA-256-Digest", - "value": "gVtZtEph8JLZ0X9rC8dhxgtRXMt6BhJpiuLStTQla4w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "jTLdmv39CUGKQA/ySTb691Wt3i0yqHZ+UuBJ20kgpCU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSASha3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "ARxZIS0Jn42rpXdI18AZpAV5QG/hfbglEpb7Ws7hBa8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1OctetString.class" - }, - { - "key": "SHA-256-Digest", - "value": "huThLq7MfshU+Z0yQlTUrOT6wKB8IdidoqnS0+x4oH4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesPermission.class" - }, - { - "key": "SHA-256-Digest", - "value": "1agwFYlZ/ct0w+7b+VZM6zdcXkyKyOyZxzKQq2DhFEM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/SeedDerive.class" - }, - { - "key": "SHA-256-Digest", - "value": "VK+X9IJUtt1N0ITzcUp7+i7/0hqPMQgbGd33UQjfcig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "naovW5CwSywBJJFaDD/pUkzqvEamnHk12VktUp6gds8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0K5mj7ETDJKyZ+v4E9WV7JtYHS16GuLZqZUHSJ5mf/g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "WuipVSJMHsjBTeyDHO7Om8IvaMFWdgCu80qHuDbUHEw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JDKPKCS12StoreParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z7XhobLeUtKP4+LxWNXg0J6HtH5xC0x61JB6oqN9BF8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "gHxaVeQnQJadbFqDFWeuyZdaxQVyp5gZNio26mNMRxY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "fhU/cVFDR9cKhRmEAdRVehC5H5IZx1xJiS0Nni0RZHA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZWhbNCzqa09+7ZjDNa9uLyhvMuI9DSrLfHUMnwe9WFs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/KeyAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "b12+CgB8LyiXrvquN+tKXKViSfy5MF3RYRqN2rY5v+A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceCCA2Primitives.class" - }, - { - "key": "SHA-256-Digest", - "value": "ROJrzsbvWt3E3PO2Sk5tgZ3fC4+OlMz900Os0Ei5EOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "YeQmlKNG8A3ONlICVC6i3ex0qY1ph7vJijjqeEjLLJo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2Vector.class" - }, - { - "key": "SHA-256-Digest", - "value": "iZLH2wgZUJcw4KXvVch81skXW05oQNC0qX3S9ngyrzc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1GraphicString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ezi0i37TWWmBOD4L8mR7PinTe7FRzZZFR96/8LO6d2s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/COMPOSITE$CompositeKeyInfoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "jssYDKrAFlpET/XG7JUDXAci9oHu0nXsLmzRkqNVW88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "NK8nPfwct4MWu0xiuRAu4MTygTimRE0gaAl+ZNe/k8w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jho6LefBa9/5vwhrrpe17V4/rEObPWg+JjOe3Vv0YmI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$18.class" - }, - { - "key": "SHA-256-Digest", - "value": "sVkVIZ/ZzL7S4H7rqUg0XCn777oQIASl/OSaFCjaIl0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "SlFeVAEMOf6jdv23KIeYqD/OCJqZP1dzTfW4p68m9b0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$OFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "wKMvrhIbNB6QD0plsTXdFovbTzjTWzNfIVBk4K9r8dY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/HQCCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "uZyACw1c0AjI97KeJQjVOdciiLtDEdnqcLPSiJvkF/4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA384withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "yMVFKOPm/Jo4ry4TBxQJNeHuAnFoXQ7qdMRNik5uP80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/RSAPrivateCrtKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "DXEj0Dr+1aFKAS97AbX90WrHPY2kKkImiCb+5/QSLp0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA384withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "+lWCRj1U2gr1/+LMuyA0YuyjVwzHh1kGyDYxgd0mp+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon.class" - }, - { - "key": "SHA-256-Digest", - "value": "us1cR46HxcbEffMyk64fk0B7e5nGg87VFlfLcDgBic4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "tNUWkT47yVe4b2c28MDKjLMZtO+Ftkea+Ust58f3qV4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi$StoreEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "6MxZj9moY4Dpnyg/PypgDm/YJ4Pr4ACcNJrmjH1f3kg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCEKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ck3ETY0Qs7yYV7/S8+YPJXqsy5/mCO3DGIN5me0wW0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/BufferedAsymmetricBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "COAPPBBM5cWpBYhoqk38q1vrTh1nCC1pqnpmdWOPUmc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/DHStandardGroups.class" - }, - { - "key": "SHA-256-Digest", - "value": "5VSWJ+7JCl2O45ifyR8B8b8AWaji0LdDv3fwPkuqoyE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "8mXY8gbYh0DDfQ070Jqd9LPr15FMkd2PAx26TnqItg8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "SRU1THcIeIC3Ftscl1lCLLbMhiGZND0FsB12VQwHK/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "MUkWvfc4X5rJJhm0fqpQe4CgZOORd2OHpIgs+evPwVk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/MemoableResetException.class" - }, - { - "key": "SHA-256-Digest", - "value": "+F2JgyCHQclghUJnkfa1AtvxW/8KlGMLfcKlj0av2hw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/newhope/BCNHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "AFZ24XoL0CI5uC+TYVD+conUVnfDLjmfK7QD+LDHlro=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "MiuocGh3CuSvVjgxmeusevCx7/wDUSugkc5gnp0vIeY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "hs1GdLWk5Gg4cYc3k9y9v7NjtdqPXPKVookCdV/3uss=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "BgemoTB3G1nMOR+SySYBdYV6W5/uyZEo0OaoN4Ok5Nk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "UecdsBv0LO72fLJh64pAHt2ZtJkqiqwwD69ZJ2FIrCk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCEDHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "hDZXoI/2gGMM84vKVxh+DqZT4Mas0KHiDkaKEwxE3TY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "IiOD0P+NOH3yPDaacFTS3xQxwwhkuMaVBDFly1gAbqg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERTaggedObjectParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "f1wrtqwwV+VpWf/E/22YJ9F0/e83P7Sr1t9hHANC890=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "ao8GpL5eeP5BksjR11KVko9xfkVdUpAfoyMW3lDQ3NQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "oUvc1Kdx/4e5KIT+OMGjv7YwACgUJaKX4QcQQ/k1dJg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/KeyEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "DWoPine8d3H+ZdVJhecOv4wjab+OmV571GF7up7MZEM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$KeyGen192.class" - }, - { - "key": "SHA-256-Digest", - "value": "AqOMWBPuhG5SNw6JrnkMPzSydRcRLkOYzCNSO39nYuo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/saber/BCSABERPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "JKFdNhTPIGcTHRRvQaal82raZqNcPGnEfryXWsnqrIs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/HPSPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "GAx4dtFGTAGDGEGShc8tfqOcfOc5SV9bg/miceWJiaU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "2turW4IYT74hJjZwbi6JdT/M0sUjTbJQlq1fnUJavuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve$F2m$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "+5duJo48OSmhWgZoyJz+qaQOSBdP/PsimjWI5s04nfY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/BufferedDecoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "9P2eFUakOydtchbDT/HK3hrjqdsolS5r19LWVnKrT1I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DerUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "onhUpXAUUQNqLS+FYfqHejQ2UNtSrmqxR4N+fgJWQCk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLAPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "xqvtMdqowM3w3cE7JKvbHoVgllLviMRkF0AUa00L3bw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/pem/PemObjectGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "R2e4LorkX4s9INOvLin8KvIJ9qb/vrQgYkUAm7Qq9A4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "XwkuyYuJFQphRYmR0yzEyXbt8twF1XS1rdwbjfgxvqM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/SRP6GroupParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "x+labWDx5s3aR39fgSf1TV2CtuQMKyUcuqDx/S8nKO0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UniversalString.class" - }, - { - "key": "SHA-256-Digest", - "value": "wbyr/jeY3KJMuA7tzirnCC9kUbXGzgzotjnK+Lq1qWY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Enumerated$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "MprBf/07/0kqGCOxur6AOeJLCUV5NKnk1Zr8SUEjal4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/LocaleString.class" - }, - { - "key": "SHA-256-Digest", - "value": "5JJKK5YvdBUJooU+9y7Kk1xGkspj8PS+gAk0N5tt2LI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed25519Signer$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HGmPSZIE46P9gysw7aGBI+7ASLk4swP+BKhQWtNSU98=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$KMac256.class" - }, - { - "key": "SHA-256-Digest", - "value": "cAUcMdk5k0sKBTiC4Q+AJ34KXUYlZXeqpEuCkzoB1hM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_1024_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "q1G+V40Dcn55oOoWlwki2PdZBl7uGidCnZS5IgJX194=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Poly.class" - }, - { - "key": "SHA-256-Digest", - "value": "M7mZIyJNXgZEsJrtYk268tvoli+rIpKvEqaw02jT3IE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/XMSSMTPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "2hsJHsHNMx6yH6VioGrelfNcbgHfCjqWqjEKJPGskNI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "WWbYjXUAh06lDAcsbwn3F6xiAt615BfwSmVHjtCuPDM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p$QTesla1PPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "3CmPIxhC7s4P6BXcBQCjUHF3B/AnLjLYY+iDQrkFpp8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RFC3394WrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "u9RfuEOp/bPUZMsMmmQjN0ip9dR+JSp8/1Lr4ZyvHwQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AESGMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "RoC7FwAl73MTi02M+O24aVvasQg5dO5dDvGYOamHrYw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base2.class" - }, - { - "key": "SHA-256-Digest", - "value": "QSLgUXiGVgTs0V3tsctPf+Do+nYlAlQUnNTQuECllTI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/PKCS12.class" - }, - { - "key": "SHA-256-Digest", - "value": "JAnvSyzC1A4k1GhZQS1+J41SNIGxFv7kSTgYjAK/I+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Argon2BytesGenerator$Block.class" - }, - { - "key": "SHA-256-Digest", - "value": "BqCBfvQn82joh3/VCJw83kt8DfDflTTJZvlyj7vKUZo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/BaseAlgorithmParameterGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "gZuVvqSrg9XgoXr57bawPeQcObLAOLtCzbTkwAyUAIo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/HashTreeAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "9C8SDpo84K0uWtcdMXp5g8FDZHSQ5bLHrfx8bHeOxHc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UTCTime$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "WEouNqDf4PvFOqoRhJmElhVPm+5P5faJ+KQM94p5VOk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/iana/AEADAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "4StzbKLMzKeVs7Y7hNtr9rTh70IoSH6dz/9a6ReQS3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/GOST28147ParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qj8vbPMChSmUFkp7fDv27AsK/vh/q/ULd4LzwVmMfww=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1VisibleString.class" - }, - { - "key": "SHA-256-Digest", - "value": "D9+1hyzcgpkgMYxAdPuBqVyVD5qTgMHpMirhnp30db4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WNafPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "WedtYCanh64hGkNc973Iy+5KjSk8DrOMoksSWzlD5Mg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/newhope/NHPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "uq4wtqNzPml3OJPHlp1tvcBfUvq7ES9rYKtDIw5LJAw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/HarakaS256Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "oC5vhkAhoGvyC/A4f0z0u3i7E/LPInaRKPKYr9TxTM8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "n7nMT9Cbf/wJ4RCPrqvh4+/SvuRlrpacLbcoZ4XZy3U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ThreefishEngine$ThreefishCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "SxFZyjkvCH2uEIFMCKVIMxpBsjU0FTfixOVfOCgENRs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "v+qNQfbalK+fC6v4C1oaIrfx5h4y0/QCL3kNMNV5GKs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$OldSHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "hX4W/3O01xYZ2UNReMMIrhaW2+0yrVfsUjlJIjNUYaU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECFixedTransform.class" - }, - { - "key": "SHA-256-Digest", - "value": "tjnLRkz6ezpHeqI3Z3uiF4iAtszdr/s142swp19unXk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_256_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "jDsTilnqxosyoCNjwftEMcOrZ1c3hP+5zXXlWMtXSwg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SM3$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "hQ98W3k6NnZp/AiKMqAjrakS1fFy4JibeTiK0B2ngcU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1NumericString.class" - }, - { - "key": "SHA-256-Digest", - "value": "KbDmo2cIyvzGBbZFOQXtdplrwZ76KuSJKKuzM5yn0a4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECPoint$AbstractFp.class" - }, - { - "key": "SHA-256-Digest", - "value": "AaRGNabhEUeAaDfbI/rbW8PnCiH+dQaP8rles6UwKuc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$ErasableOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "3IMfczjBnp7h+by5DOlahoouZigsqFcb39oOshSom4U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "NrebPRR2HbqBfJPmtnV4ASPNEevKILtDFPE+dQ64sFY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/saber/SABERCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "8oN1z437SCv4VNoZ8GSXUl2ZOuhSS4sQ3EarvjBHgQI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withShake128andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "O/XUtb80BoTlCvw69+VLAqesiyPbIAx/VGAANjvt6vI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD256.class" - }, - { - "key": "SHA-256-Digest", - "value": "C3hS23ro9akVkFN36DfilYGfBvhivNAONQ+pwYJFiTQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "xLxTdo7UbitLGaHzscl+gvmrw8SB9aQdAr9h+YXiDRw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/SecretWithEncapsulationImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "U7lrDDmqRztKeRMqaB7H2kl4Ik0epXsa9VfCT2+YWnc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "vQP6WReqCFFL5NZm0/r7wHQWqa3tpDn3WqfkGlJShV0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "oRfd3uPAHhE+x39/xVr08ZlvZMKczo+761zLepe8BvE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "vCFSlQ2rirLqqe/gjauoUJSXHWdKVVNjXxw+3Vbc8RY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconRNG.class" - }, - { - "key": "SHA-256-Digest", - "value": "tZiZFmeAncHWEpLJJlTMbtzkDkbDHO3S+4REyqDwUPk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicParameters$L1Constants.class" - }, - { - "key": "SHA-256-Digest", - "value": "3a0VW/Dqk70PZBNY+RNN5uGtCMzuI70XoGLnflSvLAY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUHRSS701.class" - }, - { - "key": "SHA-256-Digest", - "value": "8OCMgErJaU4f3YZ5KQqjYZUKNtZ+vDU3QWcxBqA5KoQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Salsa20$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "lSmigNe39pEA9PBMsOV4xzCeCsPZzRtjzczgGcxX5Rg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withGOST3411.class" - }, - { - "key": "SHA-256-Digest", - "value": "RMMyZEGxdEkd9OM50wnj17OKft47vwGSlM4qGsMocxA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLAPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "tVqbJlQl4OV4nrKK6eknHbOtbZKEr72s6uH2KA40H88=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1OctetStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "1AJc+csEbIIFQh1p2a/2jjyor6fPCnL9mhCvgVR9ElY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/Reduce.class" - }, - { - "key": "SHA-256-Digest", - "value": "cycTbRl/GixPZJyuwA2VDP7IG6QmSd8P5uv7DLIRsYI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "+GtJf1R4n50fKqgQpTGB6PgVp9ocsfDy5wTlO6FNONg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_224withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "WsotSj476JT/qB/KJIOebltoF7F1cFkRFqNWF00r/kA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CertificateImpl$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZLP2UsUA3afjG2Y+vSs3w5SrZrhCm5rYyrKj5g1OrYY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/examples/DESExample.class" - }, - { - "key": "SHA-256-Digest", - "value": "dawsezn+jQQ3qKA6kRK+o42CUfzX/7cJv1+PoavL5bI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "iX/b+eW5JOQ0u8Sa+e8KsYkzO6E7pA0d3rIbghoJiJQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/DistributionPointName.class" - }, - { - "key": "SHA-256-Digest", - "value": "DqGpJDec/bvLmR4mPE4es9w8HeN+9riQ4lqgIbICs8Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat576.class" - }, - { - "key": "SHA-256-Digest", - "value": "namwY4145/MCdmX8agdQRq0yz1cIWK6/TBHQGZKY4KQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/KyberParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "1BITQ4dAh0AjLpAalhFUpRJmk1Up7qKn+bYKHr/RqWA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "3wvGlAFuKywc8YM/yAvfJSiUaoYtVgSdfJxd217WlyQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yvt7Cy5OYiMlMKP8t9l4IF8WEmwDoryknx7YGG6eb5Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECNewPublicKeyTransform.class" - }, - { - "key": "SHA-256-Digest", - "value": "5WNSQBM2Z5b8f7iYqoj1gc5OUI2pkzx18Y8eQWwhM0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA224$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qnXJiRsJ4aNj4wNZ80cx/U1QPIBExbCSp/uCax/nrMo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Boolean$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "u66ay+F6XDMg9GrgJKj1WAaMoFHOB5I/cI7ICbhfW8Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CamelliaEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "PdEd9O9QCINZo2b6Ib43986rBTwqeJ1Wv+/nU916wbE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERPrintableString.class" - }, - { - "key": "SHA-256-Digest", - "value": "nTatSQOHYcZAIdk6Ool9TN7NY3nNdHXoIAf9qDSiPGI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "W0bc73nMY52w1qXjQZ/E3y4m4344vnuj0U4cuLOsBoA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "2sVwi8iMN135yhhrQc2hdKGLTy9czKtG38icYOBcSYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/SHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "cwouCZzL/fSkp+TX/hKIPVSBvwKGrnu468Bwv6mYMHI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "0MoGAJd9eLVNChGObBPWLBaCMUlstTp3zDH0nASc/VY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/Tnaf.class" - }, - { - "key": "SHA-256-Digest", - "value": "l9XB9u6dfbX7yGqxwL7M9QhhzYpuOuZRbbX/gqy9NyM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA512_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "dD2uThruwtR/zybD92mzm0mfS35/OAq9fXFO+xEUMaM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/ObjectData.class" - }, - { - "key": "SHA-256-Digest", - "value": "D1HYXZQJIMrJxgAuGPXFKn1VVfPT2xQRUVTY7kwf+o0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/InMemoryRepresentable.class" - }, - { - "key": "SHA-256-Digest", - "value": "IAnxn+6Es7Mr34PL5+q4ukeODCu99qRNRaJXi+xWnjs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$PBEWithSHAAndIDEA.class" - }, - { - "key": "SHA-256-Digest", - "value": "bEii40rfBCU2JLED2X0qIsLeOyIRA1JTrefIlfRoy+0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WNafUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HFPpLFx1oycYK7PEa3TCi2jgOaf9j40ERnrg9tRMB10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$DigestT224.class" - }, - { - "key": "SHA-256-Digest", - "value": "QGcZ0Z28OIeZBIFx38HrME0RpZ4QcGio2tnLF1rEYao=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Signature$Proof.class" - }, - { - "key": "SHA-256-Digest", - "value": "D2QOWhT9XJJCFxFPlN658S1nEsW5yiR/rqX4/DRkY0g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/SecretWithEncapsulation.class" - }, - { - "key": "SHA-256-Digest", - "value": "K136jT/ztxyf0+H3q/DWYKA9M2mFieYXEWqK+BFQPkk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509AttributeCertStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "n3P6d60jQfkNmd3AIubABZ/cW2lQ358a6Yo2XCSJXfo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2.class" - }, - { - "key": "SHA-256-Digest", - "value": "sR2MrFaHXKI8wEo/eD465u9h4IbkoOkC0n9zMX/5zX0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$16.class" - }, - { - "key": "SHA-256-Digest", - "value": "JL52qTafIb7H7zATR+ts02YFVu0HwvhMgJj9QB/znoU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_256_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "MbvVmFF1XTiWaMHOxYQPrxnc53C5XoIZAZwod5SQN68=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/Base64.class" - }, - { - "key": "SHA-256-Digest", - "value": "B0tqPIe/X0vkTBkPA75NI2UsxQzyDZmD20BmQpvfJBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "T2VcP3hzQ9NGDh3ijSs9R0xMv0YwKPRQ1ruyWnULfUI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/DigestUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ab8FmlFZ2kh7EsvKN7CjDR1KG2atYU/lpcV7uaBMomU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMOtsSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lz47u5eb88Ng1hvXmW05v4xvFA33nm/ACTMSFqwD8VY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "MaZMa0UnXUnkjVS8n69dlNp6FfCODoZtocYNlsS3sSk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_512_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "XBC2FQ4Hj0Wk0OKSPl0vrZW5YAioRsNW5q3iOIhycmA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/BDS.class" - }, - { - "key": "SHA-256-Digest", - "value": "I91QtbDC3NjSJLj8UQOOiKoq7+O8EASSbmlTFMrkadI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake3$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "xp0nDBI8HWUCjT6uQq/7ktk1Ir0Qqdm6KppKQxKIyHk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERIA5String.class" - }, - { - "key": "SHA-256-Digest", - "value": "BjH81l8rfbqARob2kKFdu1jOWYwB7uN4Y+C3J6L6mSk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/BENES13.class" - }, - { - "key": "SHA-256-Digest", - "value": "KHmv1GBQnTF81m6KlI59GLuxLi3kvtxGxt7lIIK6PBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$DefSharedCompat.class" - }, - { - "key": "SHA-256-Digest", - "value": "DCnOdFLnBAtyWQiE290nYI+5InFqWLf+CcdS9ewpxt0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "s+VUca35GWpS1808pqkwf8flX5zT/o1GrT82jFtkdXY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9IntegerConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "L29N355UVTFI7UZAstEPkox8nt5nIWaE2vTLPvzYy88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA256And192BitAESBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zmva2WvrPmeF2x8Q+0O8uqZd4WiE4bclkcRO0eoWf/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "RPmivywRnRxRA9vGGusvcQUHJNpnLaT/yoQ8obCGb6g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_512_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "jIOr8FwXOJqszt6ZMdVZQPKGJ6FzfqCOYgdxfNpLlPo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "8WYQiXuBjbDRsevlNfg/5drRpWRNFOQW+UENiSG1cmQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA3_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "M0EUYdX4NO2XJ3wSdqUOfjJLQTsDD9xMRM/2Ko2sVkw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_512_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "cJC/Xyetmrsi1H/c49ZOCRQkbtbLl+cj1qlF+zpANis=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/SPHINCSPlusParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "4+pBKUrK2IVhUhfBGlqjjLMtt1jcc5agJjbjIgz5cs4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/ExtCRLException.class" - }, - { - "key": "SHA-256-Digest", - "value": "oNOlVxXcbGLOTaBDLCYXdmAP9mYeBHQ2bmpaEtz27KI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD256$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "joNr199h9IOBqIjY1NwOYH10ZSVmNiBz6YcKX/fbOLo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Longs.class" - }, - { - "key": "SHA-256-Digest", - "value": "QoiWt98SLI1/PjUYzEUuaeJBtCusFI+zf4fyMakDtyc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "if18LY5mjfWNbUXnxDyLMrtfniemIBglbNMcZ0YVuyg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPKCS12$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "iPORCIV2Jv8vIxnyG4T2JQNSQMtNj9rFwydxoKFusn4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/RSAPrivateKeyStructure.class" - }, - { - "key": "SHA-256-Digest", - "value": "QwvQoJ5d2VHxDpe1yC6+vMNaL3nFwirqXDwwdNY/oO8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "e+ZAzWUkzu33PLScBfwP4KzsgyyYqWr/7Uy79yy++/8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6.class" - }, - { - "key": "SHA-256-Digest", - "value": "3vd6yGk0QScFbEWHMxzAED814aDkPlHLdQVx+SIixzY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Haraka$Digest256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z/bhmY4b0RaXeuq7TmTbiUYNXNk/Fbv0Ykc51758HYQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/IndefiniteLengthInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "daRo21Irla1+mLSEjfGtiFKcTjseLVJ1oxcD5AdUPDw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHAKE256WithRSAPSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "pclsy/nDhUa39qrj7+T3sGBz2aRsDzcIGw+W2o48BA4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "AcV0p76nh71CWBtMcomwdHtxJM0vwWQfXVs6xKeNRVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP128R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "4o1/QZRJ2A47xB8z4QRFHlZNrRKqfUKa91mWp6jm9Yg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERBitStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "pyAXxNZf79fpJt0aAJHZwYRnw39cRq5uv7/NWYnUCSA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$CryptoProWrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "orhs1huGDmkYuizwQDuEi4dJRBYffHSaea7xcygz9vA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUOWCPA.class" - }, - { - "key": "SHA-256-Digest", - "value": "GuWiuxbS4KAPFGxSvH7ML1gWubYewjpKaSc99+l6Lgg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/EndoUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "+o/sMWHso2LMyrQ+mOkkZ7lc/0DBLfpSNG4IZ05pjck=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "RnSbWAcznadw1k1/xpE3RDhuuHozdxFTjrtsJa1tgbU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/FixedPointUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "rRyTKVv82L6NEnVza6oDoVN6exK/JroIVs1xo0yRyUE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA384andAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "2PGLNBLTR0IaMCQduf02RNro4C2nPafypsTJ1wykbYM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SkeinEngine$Parameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "yl9gAFLs7NVjQcELWBrUHpl/5HMvoBBF5X7o45a5iYM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenKDF2BytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "V+t2gkkv1KCNw6rrUag7K6g+BQXsYjKSCxTJVfGM/jA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreCRLCollection.class" - }, - { - "key": "SHA-256-Digest", - "value": "+DdbBw5D2zTMUSCzinZ2upbhGdPIkj3MM1im8AJJjsg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Blake2spDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "abdRQUWKzVHtr3IqFKJQ0TDfMi1AeAm25Jordj2VlOQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA256And256BitAESBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "mKY6XSvJ4fWD/as5/BYtPFV/7mOllDmwWC9U36igO7w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Haraka256Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "SyxOf018fvDPeq/pdaMNWMMaM8QefVUjaxzt09akh50=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/HMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "6xaOd361/okNdyT05gTLDxg1WY+vbtqSsg14XdlgrZk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/HPS4096Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "4KTL5e0aPVk6vdAxjpxShdhOgwmEPAY/IW0N9+lIUVo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/CipherFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "LDHC2M7+YOmLZ0H02W0bloCOdkzZYeCfWa/PIWGxyho=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/GLVTypeBEndomorphism.class" - }, - { - "key": "SHA-256-Digest", - "value": "jhfYS1pzV7yOfwU5PA3J3MMY9KoPYagAh0irYYB3Rqk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/ReasonFlags.class" - }, - { - "key": "SHA-256-Digest", - "value": "iuZEIpuGkfr5dcXwU56YPf6zKCWQ3nlhQy9dJRcfQ0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/SPHINCS256KeyParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "0Q7JFUpDBA2SY/elsmqFrAjC2ZXkmD67Nu2kt8HsY9k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/MQVPublicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "TrP5zwaFRkwPxioqT3N1qbCizpiCT9Jk2x0pUwQNDlA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyPairGeneratorSpi$Kyber1024_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jzd1QkzsObylt3DMoONl0xR0Kd8/JIBa4aT28mNWNg0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/KMatricesWithPointer.class" - }, - { - "key": "SHA-256-Digest", - "value": "TNWwgZuQfC9ycFBYbrxyVh08xJX+hGRDt4ZfWEdZtTA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCertStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "e2xL0giemfnXSrvOkr6DjC8MucqslzYsyUyK0RrevwE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509V2CRLGenerator$ExtCRLException.class" - }, - { - "key": "SHA-256-Digest", - "value": "mOqsLDkkgdH7usnWfMmzaY8ZTnUO2PZmZeUvM+KSjJA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Object.class" - }, - { - "key": "SHA-256-Digest", - "value": "hfA+tvOtZBxEb2uC55PkRlgtEz/sFmPGH+Xo20A/JSs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$Digest384.class" - }, - { - "key": "SHA-256-Digest", - "value": "KyeTfoLLIHPXVeFH8m7b6v/8ma+GeMM8sFy5U3M2WPs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/TestFailedException.class" - }, - { - "key": "SHA-256-Digest", - "value": "zwtme3RXW0TiGrKZRDq21dGlW7q5av1/4/oUs1klS00=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/OTSHashAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "TBVsjLn+VXg2KMmV9RHpPeCNFz7dAB26xcOSkymvydo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/StreamBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "PPh38fUQanMTf3bQAwbxAqGPNpbRQ/EvR32rk5aR6IU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grain128$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "ztMbMwOgwd5vIkB7DdjZknxbcSa8VCh7hXjCJS4cnTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/GOST3410ParamSetParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3IBkCbnRJZ5vJqqUcHjfubVF2USQ4rPaDn4Q8s6Oh3E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$HybridEntropySource.class" - }, - { - "key": "SHA-256-Digest", - "value": "iATBd6JEx/vPwkdhKV5W5t/PzaNSS9TP6G5DOTrVZg0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "+Iq2uJ5XnyUJFJhZ9gPTaQUZiwjSYTT8mczOBE9dTdA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "bD+OJ6t6IySOWDYotewpWk9DmCIgvsc/mvnZA0ofpUs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/GOST3410ParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "LsMaR7suOXP06TNw3//yRfwhIXJF+ZQG/zZRbSrFZ+U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/OCSPResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "qD6A2f9T1tdpzTNqNeixlFnMTvFkpP1Rv2KiGRZg/6s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/filter/HTMLFilter.class" - }, - { - "key": "SHA-256-Digest", - "value": "uABJRMKFBN04rifLE4VbB/f55+z+0+UdE7tSNQiSqqI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "t9RnH4uid3u8Q6uwGIAwHFwu47e0IUWOYQKEDHP4K68=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHA3Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "i37cFrZFm0WJr1QU+tT00tGGEju/INmq0OosnEIvYKc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "BQ0ZwJdkaj7R2CRno2oK+EIa0htkAMFhqQuN2IWxZ30=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "dc6EpFKoYW59iYU+cUFZbczHJCJEYVgA1EYlgK+wLzo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/StreamUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "3lI0ORMvZooADywcotdtp3CnOljgkdETjR2R0trJXfU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi$ECGOST3410_2012.class" - }, - { - "key": "SHA-256-Digest", - "value": "AUPpwq/phqr5hVZPxswfpOQi25/uhk+Vc+UjvqnrR1E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenJCEBlockCipher$OldPBEWithSHAAndDES3Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "NSpTT6WFk52o8z+E8sozH6jlB2XPaQ1ZEevIHYctx+Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "0+r37Db05O19yy0rzR/psyhmLOUiMTtI9cejfB1ZPGY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "bfP2vT4nElpc4eLr5Z7tH0KyzIsy223c+MPAE7W0r9o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147.class" - }, - { - "key": "SHA-256-Digest", - "value": "rPhPEqPyvFLXYozZVl1mOz9V5ub7pUBf5jXFGG8gOEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448$F.class" - }, - { - "key": "SHA-256-Digest", - "value": "hcZEjBj5dFh7owMeFrQS9AT12p05WUOmt0c0TPa7VpA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/lms/LMSKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "4fDsINb2f8YCeTPZJRSnacapzx++73TDZ9lhYGiVipY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "02DGOFnAO5vYoTjB8BfGzglLUnKydprNDuAujLvUB/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base5_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "mGXD7qdaAv6HdZswSdPZkOOexnNqQEBsNBWUIxnTdY8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/BasicGCMMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "FkBQINLzK9oGdK8vm7UAUEwgwX6D+i6Sk90rtVF+pEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi$BCKeyStoreException.class" - }, - { - "key": "SHA-256-Digest", - "value": "9/OksrGuOMtecobJOiMKg+rS2sbZ+iHFAYRGNHPsYFc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "tDAtvRdj/bflDUaPFDQ99k9Rv8J3H7YUHZ9eJMWDU/4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERVideotexString.class" - }, - { - "key": "SHA-256-Digest", - "value": "R96bfpXJ1G1wZXKG3W1TpyyHkOZYPwg2RgaafiieB3M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD2$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "lj61YKfFbJG9XI4YIo01J+VnPkSal6hGCqe1r6NwFJ4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/HarakaS256Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "m0ZzerXKFShtWF0rzh6IF+1S/NwRUUNMy19hifEThvI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/encoders/Encoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "DnpeR6Gs0G3F7HWpbINFUoKTO7EgVfXWPv5PwnpEDqY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "xWPxQVkZmyCNvNjj5IOuihRKaCz2vEIha6Fi9aTVQLs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "jvvbgWxWoR6JivvAGMEQuh4wJBxxJhL0c87FEJcE9J0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "2iO7R2mGLrOLZmpsWvyrPuLr67BLQD0K2wlpQ5ScDRo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/EncryptedObjectStoreData.class" - }, - { - "key": "SHA-256-Digest", - "value": "TD+Qg4TJAowZO/e4Z+LRE0F45CwJECreobb8HcPH+yc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSA224.class" - }, - { - "key": "SHA-256-Digest", - "value": "z0MdJIBJ/x6HARl+T0hRf+S5Ak/tEpdf/sKvlQNMplU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA1KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "qAULfi4XViCpk5Nbes42ryz/PoDNmbcRhoyqDnQpbi8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$31.class" - }, - { - "key": "SHA-256-Digest", - "value": "aUNIJtY/OoLrjGywAk2W25KsnFwXmT72qsnf26e693g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "RagFLbkby7UtfZXSJvWxTZpnJhtXoL/e6XnArXiVuQo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$Ed25519Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cc2hZLRSlbZudyIkiPG7Ma1tyd9hbiVdOACJ+OfH5bU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXNameConstraintValidatorException.class" - }, - { - "key": "SHA-256-Digest", - "value": "zaltq7nv0iZaU7D3F8lrBWdZxpidydKYD3Jzx4eFvGs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_256_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "T6rbBg0aIFJNF6Q7AQVdyZZa2/29bL0FkwMiaAbRRX8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Signature.class" - }, - { - "key": "SHA-256-Digest", - "value": "kI/FZE/I+JyjcjySEw07ptcVc7PWspYUetxDErycGVY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash128$Mac48.class" - }, - { - "key": "SHA-256-Digest", - "value": "30N8TP/zb+o8mQTKGS2AA25zlHhCkwzszHnyKSGLBQQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/LTreeAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "OfgD3uWMKW0MOL3JvgtQlguiiPbB2knC45tQsET0sH0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptlib/CryptlibObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "tfhpPvkMFp5VdWqGR7NMeBSMpl2SCWqfpTI6URnfbjU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ry4KgNbtGKoz8gzzBOB5MiuFDImJRvnUp5/pYS/ADEk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/KDFDoublePipelineIterationBytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "BDHdH7kJnpCX4QoBCHOzdrpXqsQScD5iGLN22l0+6X4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "5XgHOVRMkXtxNNO0NIi1Q5DB74rPWb1gqPulw7XS1Bs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509CRLStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "THwg08pBhnOOav5LQNtl2WPuLR4+dHiMser+Xo2pP4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA224withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "OlYDkUSGkM3C48B12UIa0ogoOT9dB1Qv3zoLR5ghn6M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ev4k3e+IoIdlb5/lMvYxNpzTohK+WWr+HFxrH03n3us=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/RainbowParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "uRYR8LLZGupYGaOJPk/s17NZBTrvqmuhBolOmQwKJpc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCRLStoreSelector$SelectorClone.class" - }, - { - "key": "SHA-256-Digest", - "value": "bvjwFLwoLMUy8PpbjqodYb88Au4PcgWyPsHWfmzTMhE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/X509LDAPCertStoreParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "AHYOyuJC7AjKqeO/brY76MmT7abpoyjCwJJA2mnbLgo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSNodeUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "O+zOmwxw60J00rqyk/dmfxbJKAIRqNH+EP64sxwtnxQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/LowmcConstantsL3.class" - }, - { - "key": "SHA-256-Digest", - "value": "YE+0gkEUbszL4sZYaFhUKTjAiSbEqtShs1jF6hb5hMA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$ECB_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "DKT+KMlQaLdvqZbz7l6SiwXR5cDW2LPznaKLBsJeG9M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERGraphicString.class" - }, - { - "key": "SHA-256-Digest", - "value": "R0EeTbeGFx+tb+1/saAUY60kLgRPMiEYjvHzZhYRwpE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "uuh4/vpGvaSaAh+1BldpO97DbdvSoa5HmguJmBP68Ic=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntru/NTRUKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Daqv1BbuMDIzY1yIOtUQwag9CHfuwx+Q02QbSAPaeiI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/frodo/BCFrodoPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "X7xAAtiAs9QAJuePObJaeByTrmdU3Kj2P87DxZAvUCg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224K1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "qp5poRwQ71AjdQiIh2udsp05hTthnZeDqGnX9EdErZ8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ValidityPrecompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "cVm8JkBMNo2nrmb3J6xbQUsJyHLBGWj3ynZ3L9qSx+k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ZTauElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "tyP8DHh1sAIaTO40amR07mkWiqwGekGp6JiM1sCFGrg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA224.class" - }, - { - "key": "SHA-256-Digest", - "value": "izjGSdlbHAaK06marDhTBy6u4dvuazjcT09X7hw6qpA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLAKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "zKucVef3y4jD9eYRvt58srZEr8iUIGJrV1HnOgJ8LF0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/HQC.class" - }, - { - "key": "SHA-256-Digest", - "value": "oXAmpWcB1BmGMxPxCL2SMe6nmvISfP54r/VbK44aWRg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/NoekeonEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "e+TmWelLUEi2Tb8cP3P4h0Fk/3nrPpok8S/upMTftME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "CKaDHoC4gJdx1MW0g2cfaG6aJgkfNZWczNdEFGtQcsE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/HashTreeAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "SlZwTEpi/P0HhcyklhokgnN1Jf2fkmUc7RGmyA8QL3o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreCertPairCollection.class" - }, - { - "key": "SHA-256-Digest", - "value": "jArVINRuBwwJXvUHdK0MpV/Ry/zwrQqBAWNp5u+mTwA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WNafUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "CmHoqtCUTwNNorHivzA2Tu7PK5swG4GZDzDmu7JytYg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2mField.class" - }, - { - "key": "SHA-256-Digest", - "value": "OvzrTsldgIeDLvf+xGEtfGxutBeZkR/iVqiXaLex2m8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/HQCParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "Va+GHKu9Asjy5IOtlE7WbVdlH+6ny9fHJA0AwIYkJHE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecMatrix.class" - }, - { - "key": "SHA-256-Digest", - "value": "CUW/Xdg8xG+ojynSlGYepCmYHDx48ypvzQTdLifAQ8U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "m3J+HD7zJ44B/Y0aqSn/oqHaCctsdkpEZ2uPTr61qBo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Argon2BytesGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "J9M8DbN7eij8vm0ZTrgnPPXEEM5RTKorfEFde48GSDo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$KeyGen256.class" - }, - { - "key": "SHA-256-Digest", - "value": "VXkL1KEwAbbyefKq4iG6GI1bzb6Y/U9T7GfGVfNcxco=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "kfBxbb6zduBAe4iNJMyV1jZ38M6Lv5SPXdLpM0NF+FA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ThreefishEngine$Threefish1024Cipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "G2n13P3QQ7kkhraGlQ3eI+JnA9ZO+7cFw8Bw2FQd1RM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WTauNafPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "WDgpBqbn76iVWSzj+yEz0fjBNHVdi1bpCZVQLaJEwI4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/RainbowPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "w5ulvD5U9jJxQLnSlSlqBcXfoG+EOTceWJso93uH5ww=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECPointMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "A1H8FsFNdXce4xPFLBTSgtfeZgtxXHoX4xt3sb1lnT4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/hpke/AEAD.class" - }, - { - "key": "SHA-256-Digest", - "value": "kQKAlvKylhOIS3GqLb8x62ZUKnXi0NQ+PV8Svny9Aeo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "rijCn6V27TRlStpsyBQkSmYbMYwKD5Sr2Kyle8MhzGU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "gP3+WhN/nRg1Iy2YAyCJrqJcWmQAnWtofFyag8mMgeQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/mozilla/SignedPublicKeyAndChallenge.class" - }, - { - "key": "SHA-256-Digest", - "value": "ILlHqJePimwcKxMzksACzzfNs1XLwkq8tIJRQsWPUWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/AlgorithmParameterGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "TtcX2M+Z/5WyNBj+EI4GjuDEtt4csLEyasqTNvPY6Fk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECFieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "iAS5dlevohG/M8wSLMVPjge/9Kusn6+Bx0YXyn1gZzQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/BCHQCPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "mIT/JHZ3L+T96+ZWtnXZftjGJOvdlI/wAcXpnwyA9Is=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ExternalParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "lS+rC1SMrJpJn5sGAAjx1PvKI6szTdxlf7qoKCWydvw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "nSfKlEdBg5GFpLhpO2fH8OsT/YE77A1YrWK/U3FMC+Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "1UjqNXyWdGd03xkdHfevGeVjQYWL/zBqTdMivsSlVwI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement$AbstractF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vy0CTRnxCyS+h91A/QZ9nLyMIimLbL5FiNXQMy76nQs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/misc/ScryptParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "3dBxFK1UJJg7Snv2Ef9WR1+Rw2+M+Geqem4Q61tAh+Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$ISAPAEAD_A_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "sTBrqPPvxQ9yVZnZu68JcYT1X5Vg8eExqfYhOoiCKgs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "RuEXCALTlWHZYTEjv7kyhTKW/sTbmjdaeVQSli+Cj40=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSException.class" - }, - { - "key": "SHA-256-Digest", - "value": "w5B6Ar9YQwBAwsxD0EFDPcPwrQ7jhYIcftM54di8b8I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD2$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "KdMpQVr1zjihP3tX1xsvrL7cS7jpw0QuFsN/ZgVE6rU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/PQCObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "M3PYr7bOh1KvSY9KzxsRfcIbRWEsf7Z9GGShLKSLq6M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ElGamalPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "5cbNJlV5tSLvsuYpRZ48n/E8aNGsXjTQ8fBprBczS/8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/AsymmetricCipherKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "K9s6z2FyMDcI+T9bwJfXX+fDVW/7PVDB72SB39UOtKQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/FrodoParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "XtamDJm7poQnUMbwRDe9X5v5BuKvxNhewxU+5cqbTfA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/AlgorithmParametersSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "MUCUe/ubMi7s8MJbDuH0MaALHlZBwhqrWutvnlIqcoA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/Vector.class" - }, - { - "key": "SHA-256-Digest", - "value": "2LXK0qPnJdC46LTxuudVwDHwSha70NnhqpBDDixhSWg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/IntUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "qbNAbIjRaRl2LBY2WIUDbXu4slqQKQyMd2igLFtS/hw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/modes/SICBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "WfBNAWvjEjLZMmlE3zliPChQJwD4WBVLuCOporRzphI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/PasswordConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "ITeaWD5xto66UDIoKe5dQdtlQlhXYExJg8vR9x+5erY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/ExtendedPKIXBuilderParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Iz9h2yOVycvRWlbEC9yHQ9Rart6dpRuhVwPnOluTCFg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SNTRUPrimeConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "wF8HvK5ih0PjXEhXYaigNwDe6M6TcTNN7CHhQs2jtYw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/KeyParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "K2KVzGJbpTvPFuTDlLz50AHxXVjF0UYbyGB55CJwBJY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "5CdPAUuaSz/Tf/+T+8KVKjftReII8au/4FFpCtWiOYI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Objects.class" - }, - { - "key": "SHA-256-Digest", - "value": "PvsF0eu4K3dm0jOyP6kzUjdvdYV7jrbvAydhyq5lGaY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyPairGeneratorSpi$EC.class" - }, - { - "key": "SHA-256-Digest", - "value": "OPxzH032WJlTOKGWiOVlqRjATSm/Espej9Z5JwoF77k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "yxvIPNBJvoh1psKrYXmxhbQRq/YMyjz87h9J8Few9Uw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "KxJao2NxLip/XV8vhjV/Tzz1Lr7vd4bTC6snLGiYig0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/Tables8kKGCMMultiplier_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "QeWREWXl7verylcjjRWGKK4LSZFpzLPOCrs1gZ43fNQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/parsers/ECIESPublicKeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ebH14YA/MIMuB6+rovPwMrQF4ArvyzOxcW97FuCDs5Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Enumerated.class" - }, - { - "key": "SHA-256-Digest", - "value": "WHPlYO0iwwS0A3E7FsSKCGrcWRhvDZCxHzmqKe8RyTQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "JzLlDTeWMDc65rj4R2oGm8wDaJp9ArBYyNX3xzLUbJ0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERBitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "QJezl0qJsFrIkkZSHFjUjgteTYeG8lYoIhxVl2Xc9dE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "efLog510DwrAkWRavEnSZyexg3UOL6zWD5m2C+O+Op4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/FastFourierTransform.class" - }, - { - "key": "SHA-256-Digest", - "value": "C/l3njyQMDIRyNQ8k1pnmJpmqAWeXmU1kmEn818AlSE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UTF8String.class" - }, - { - "key": "SHA-256-Digest", - "value": "EY/MT8PWyb8mBNY/aEpVJDsf5i9IBqr+W+L7obYVUlk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/BIKEParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "C6mdbat99dT5NdMMZQMXtEkAEOiO7pwVqxaZPH/lp34=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DSTU4145KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "1NMBrenRyTKxstBydAS8NUUbtk8RStzerMh3oSVVeao=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/EncodableDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "gGkhi7oms2wAhnFA+1Ziuvd86nteeW9wIhSULRmJIJs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/RandomDSAKCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "aXzYUyG52aRJcQX0nhpS6VPJs/BinYukhASW0QrU8O8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ua/DSTU4145PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "LKiSveLjE/y/DTqPLJTAYnjVLQOVXWyu96RtTawEq9M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/GcmSpecUtil$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "a5r37bR6gzuGONvXrse3ChDmoDISGXYWyLMDTPvysmY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$GCFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fg0SRzMCWd8hXGLbQaiZSRMdpKkIerbT+WQA+VT05Vc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dstu/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "SXa9g0pLrf7BgmiqLJSszTLs+zTwV3GN+RTbJNI+Psg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/CMCE$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "WrLzGPEwjPWItdlzcTWvvrU2GbUXCWCOXwjz1KoSxUI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecL.class" - }, - { - "key": "SHA-256-Digest", - "value": "XMCbjcOaInFfJcU7kuJovf10sNW643SXulZXXzmWn6k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SparkleDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "xaE9OmG7xOvKXuyLsjalhNtsrcN3n4oDxg7dX5nhN/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/BCFalconPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "a2XeTKSlpTi8ZUxl9HdpbEaaYWcwDHU4E3dEfXNQ+Eg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/KyberPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "KVCBgqSj7QCFzyXdbgJ8QDkdfRa5Hu2901mEUc1J6fc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XSalsa20$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "mCVwH5oKgSgRCT5X3BPZ2ejH7bbUpat08WIahqvqDNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/RepeatedSecretKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "5LgfpqU8/9/i36H91VlMuTK4vBkUPpOhtceK+fpCPLU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/KGCMUtil_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "tksxePe5l3uNnrMDKKpUP8uq/v10f5olOuRf/DEx11U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$GOST3410_2001Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "+EZwWxLvNE7fkpnD5gr6bfKzIqEZ1bsPm7wC8C3VBUg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA256withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "4etSRAwHWAzbyVF0R013/iy1MrTRzXcIfbXnfrwNlJE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "z2KGSujqxvmFi68UE2sR1Rn8Gxm4QyqI8+uxuvWR91o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "D8TSt2OHDfNDfOPVTsIks9VjRjXGA8GeuYKoW9fo8ow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$HashMacSHA3.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q6x756Ptng/h9k5OHoUDdQR2/S+3HMwJ7cNtF6a65mU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ElGamalParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "fknL7CxvVLZ/lta8AHJI2pQ5USHf0vsf0JUQ5fywb1c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestShake256_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "k7zwteYYtfufV0LZQprUFwC+29qDcGuRuZCeBndA7Zw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC128$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q6F0938hDGAw0m4y1vVxs1FouHTWkXCxPo4pyUx6fQ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/pem/PemGenerationException.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ld7ZjMaUmnHff+yYbx4h6JJ8vr/sFhB3dNIoYlIMSZo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/ECPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rTiDyVozZbUEmWBute5WvKgUhbzr0cWxfI7+vbdbTdU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptlib/CryptlibObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "IeyCa++FhF5cNOo/P/FKxyLSV25yrnWguZKtvsly4RE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1RelativeOID.class" - }, - { - "key": "SHA-256-Digest", - "value": "EC7kUngPzwiZXqUXvRWT14lfK2JriUC2+onyE2s1FQ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/SkeinParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ousOT/xHjd+csM4kcGaQtxsT2o3wKxTf34SzlarP7Rk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/LocalizedMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "tgIQX4mGhPVXfWaKEalXPG8lMl+omS90WO8fFgm+Pqw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "wc+s/g1dNq/Mvn4UmnTbSKQVr77QgAWCsQqA0OPrDac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "xOJ8wzi4/8LIPsoXPVcRpfH3whVF2Nen/UFyIB6B55g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$17.class" - }, - { - "key": "SHA-256-Digest", - "value": "baD2RmCKrZCAb/2zTgTTLCboqCrFstu3K4A5ICRw4go=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zl4I3bX0lKrBhTjNCcbxCY41Xu8cU9UQIliC138XiJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/BDSStateMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "6UazmGZZg1xTxnei0JZPGUqfB0UoqvXkGyUlKLwHjs0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "YN7F9TJLHcFQd6fo+XkCk4XaZJbf33Ql9oQeV6WcX4I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ia2FmSPu7/z2Xnx5ivG+2B3FnQsqQX0WyodXPy+sCgI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/CipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "TOLtgPvPCp+YI8QBTpMQMWejphzaQ2dmhvsqnq1DiWQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/BigIntegers.class" - }, - { - "key": "SHA-256-Digest", - "value": "eHUnbUjgaL7oSPL5CTub1x4leLzx/Uy/paRn75yO+ec=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsa224.class" - }, - { - "key": "SHA-256-Digest", - "value": "FHq/cAAEKHwey2CtXJVEr9d5f/PD54vWFaeMaBN2OQ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "4mrG4L73HrwtCXRQeaUWOK16YQw6eCQUx+0wV+vYuIg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/VMPCKSA3Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "hUDF8vf/oDBk35NshqTEJ5amSqi+qnTcUWAHVYDfeF0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LmsUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "Kz/d7p7gY2UYWQAxeROEAGiDpKeHbGSqeffRp3W8Ee4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$21.class" - }, - { - "key": "SHA-256-Digest", - "value": "caauSgXWKmB6ZgfOuN9yltsaRNAkIpW74swy7q0L5Lk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD4$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "I3TeITrtM112bNAEo+PtoMDSca1tZFDkjPMxk1olisE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/GCMUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "B+sbq+0ofg+on1f/lGARljucX87d/jCYLDuSdUjMwmk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERT61String.class" - }, - { - "key": "SHA-256-Digest", - "value": "o/DG2N7dM+m1JlNfAeqeTBWSrtbludM31+DlR1v0gQI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1VisibleString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "dIYcXLPP++i2bgKE/xpSyIlCe8o5qygzSJZt+sC6wK0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/BCXDHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "vzfINtdoW6SBAHDuWUAqoz64cPp35qIWF2NLbP/uWRU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_512_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "ue8P4rcsH7gzugHpwkdYVgRQhHReMIzB6i+VDLHF5Hw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT239K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "NvLS4XJSxe1Cbou9CeyDyZyO7+SnKu3PhYvSdxrVXiQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McEliecePointchevalCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "mkGa9PkGPHPnsdgLp2HlAzdIQtaj+5e36n38iMkXeYo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1GraphicString.class" - }, - { - "key": "SHA-256-Digest", - "value": "LJ0n/xsDUz+q227n3uYmONmCeufcxMkAyjvmUxbbiAw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Strings$StringListImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hgl9O6/SwRdRBjKq3j1yy7A8fTP2wqHqMP2+y3lKyzU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXExtendedParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Z8DrYKrKRTeo0GN7HdaAow4w0j7Yg2tMccvggCVL+w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "v4yA+VEygPhQqgFPfITrEUXtDb1oq1+DBujnaGGDJd4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/frodo/FrodoCipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "ig++ymhXM8zM+CVeZqJzqr4KGbdb7AeefRCB9b9Z2ec=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "YXFwItjnaMCrSI4ve0fxuudnBCwOzpW3yY+vW9OWr6U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SerpentEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "0B4t09dpcmfYzeC2SNTOBuGYTL2wQhOuVC7HNWQNIX0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/HashUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "QLSCron0IehJOUgh+tJVMfKAUdX+fAbbulXX7lATChc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/JcaJceHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "8NZdpnj9jYJwWCgdTknNu7BxbVExowVreMpoa/Aelxk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "nTaQGv+DhLpBEhibWM6JZwkHv3reqSH7rKPpYPSC2jk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/lms/LMSSignatureSpi$generic.class" - }, - { - "key": "SHA-256-Digest", - "value": "5259EEwH50QQwR1IgtjZSKKsz1n1hpE/860pcL0EA/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ua/DSTU4145BinaryField.class" - }, - { - "key": "SHA-256-Digest", - "value": "itj8WTx/En97v7eQOvkXu0Tm6cZJ8gk4bYl5T6a0DFc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi$ISO9796d1Padding.class" - }, - { - "key": "SHA-256-Digest", - "value": "SrF5t4EHSwtcRaj3Kr6XMVhcPYHPkkZjXJrs5CZzSaM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BouncyCastleProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "XDVvlqqLBr2DDvgjKLEdg7jtAzPX9XYOV7mfUIrJb3Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyGeneratorSpi$Kyber1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z2dKqRP5fwcTy/w3k4QDTWSLohFJrzbL5+mWyXRZBjU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DSAExt.class" - }, - { - "key": "SHA-256-Digest", - "value": "u8Y2yasDu/q0K3+k69G2BxW3V9psh51doLtCWGGmchU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/BCMcElieceCCA2PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "4djE9+r5mpTHvHCQwuiTYCSH4m1It0EA+fAYMu2k8KU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenJCEBlockCipher$BrokePBEWithSHAAndDES3Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "jOdO8WbeKdYnsYa/42vX7z72ptFDxOJA5PowHCnoqrc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/DecoderException.class" - }, - { - "key": "SHA-256-Digest", - "value": "ntDr/Tn3ecAgyPAupkAO6VHpNDAvqfXGnilwOuox8Jw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$28.class" - }, - { - "key": "SHA-256-Digest", - "value": "cmm3Uj3JRYO495hogbeQP51xb7JW3xKsK+tgh/+GVJs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXCertPathBuilderSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "q1tIAansthtBf+fvNgIzZEXGRCrqS5OMGorJBEvGv94=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DEROutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "XCVLEFVjyFlaSaguB9VZT1CCQ0F/0N6TvNq2BDMB/tE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Zuc256Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "DF8MlMZ2LSPEmiTE+Uz3HZhP6WUU5iML23kQC5O1MKo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKCS12Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "MopLHpdVYJ5pTdMYHk7qNTrslXXSuRFHyMod0yav0Ac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X448Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "C5hIk2cMRsFh9kXVqLKB5vkDrGfu8xWi+3pMkfO+xLA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber512_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bzegqah6Yl/U9wPmk6LpDy/ZR+B9fAjYadzz0HqiOfI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "IBDpFIDpGmArhW/udB0rWjeyMK1AVIVLli1cUTusnXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA3_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "k8EEKNqkgGCVAffxT5eZ4uxxOKHPMBTmzTRnVAdmvC0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$RSAConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "j0R/90aEtGi4X4JU+QvPo8wiKLOYa3CiC4nm4/yFT18=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1RelativeOID$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "oEkO6MQyrCzVrT778RjEnUxBiUUMQCr/1u9nOkx5I1Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$GCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "hIZ1nkoDxlJnFMZeKAxLKfV8VNHGIrISsT2b0Mg0uZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/X509Principal.class" - }, - { - "key": "SHA-256-Digest", - "value": "MdrHwkyMZmzjeTMpW8RapjP5DQpqWSvnJLisKbHhYdw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/MD4Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "4rYX0/3nFvRf+VabkcNoW0+dm3yZBZ4pQqK7ERGH88I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BCBIKEPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "tK4Uvm5FShXJsbyw10WZF6+IiO3bqq9Dfikr+V2XDYA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "+7nKPpa+vMIzrIe22miUDh9mT8hUFAMGVUoU9q/mTJI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/ReedMuller$Codeword.class" - }, - { - "key": "SHA-256-Digest", - "value": "hAHwOnPU+fs2eoMkmzQWEB9JgR7uirPiYE2mhgLKSQE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsaSha3_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "JqZ2cSN6Sdork+BEO8SZ4CH8XUkSpKIi93uf0svczTE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "kS4Bth7y9He7AWHwIxE1z7+1mGoBgxKXCd5bVzdMMRs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/OTSHashAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "JAb4PprQUGJdEKCvqsW8q7Aldg8bUJqhRAZeBd3gb/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$31.class" - }, - { - "key": "SHA-256-Digest", - "value": "9lqaQ90lLqgjXwQ6TiU/loNZcJLgmoROsuWkvF9NoOc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/FixedSecureRandom$Source.class" - }, - { - "key": "SHA-256-Digest", - "value": "X4fgDvP8w+dfxNSxpcjMJ47+7BhNYsIFjjrFHh/sB4Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$PointAccum.class" - }, - { - "key": "SHA-256-Digest", - "value": "8F1bSoP/UdCYzPPBL1z/DuDHy7JaPD3TUwUkGv6H+fM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "eEd4gLK/jkg3r9CCALGBLLn/L600ylpw6Bbbblhdmag=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GF2mField.class" - }, - { - "key": "SHA-256-Digest", - "value": "sgO/ICPMLIn1vI+s0dCd7x81XUfTjVdQR6jvH2ZWRVU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519UwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "PszfbBScVhNwnJYu1YRO8E/XwwVZTcupLzShAEAVEBw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PrincipalUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "QXACgi1A7hzqWiHIf4tzovgtsHrZBo/TMSr5VYG0L70=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "ytjYHqRxiGVcjglSoKJKOOBHJolAjocmGRjR+9hIvCc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CTR256.class" - }, - { - "key": "SHA-256-Digest", - "value": "zi9OhEdtxL97BCkqKmFCs2VklG/ehBkKBXqtapLwx4w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qtoq7TaxuFuQ4Za98LFBgELi9FJpAQ1kGzEDfmYfdl0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4$PBEWithSHAAnd40Bit.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ax/L6Wzkuq/cub7AKidVKJC/MlPe81h1yz57oqsjDm8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1EncodableVector.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sawotrn/d7iYf+16b5MNiMHg89/GeOZ7B4B1bFCMHuY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PrivateKeyInfoFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "4L7NtI9mnJXXfkcByKRNADN6291fatIHMlW6cXzcsnU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSLoadStoreParameter$SignatureAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "y4CcC1A6c9HnCwp51QnlDMOM5pB+XcCdGDjaI6HMvBo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/pem/PemObjectParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "lm8Yi+DmuQZdxZkP1LRLA/nAWyFqd74Qoj9C7XDUN/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowPublicMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "jY82p6AY+93jlc+9aNeE8JYfE71vfrPwdBHSMDVJV8Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/DSAKCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ObLLBfvlZTlk/DezUsayBXCY0GbLWLtI8oh9RDtfi/A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$Ed448Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y7gWQ32Ll6xd2OznB4DlU5AKrOAgfhXF5o4YeFO42cw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/PKIXAttrCertChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "5BvQ+pz8dMhWZcBf3q5nieQ+uXb/fHPvm8Uypv6nkRU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "w48WYWtYpq/LBr/L/eGsJOnR4mQ2yoIBSFvhgUsoZTQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "+V3TD8YgjI9TJ4h4wrVf2iINNaAI0TmDnMh9iDN4esI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/Symmetric$AesSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "hk+fAKULs0umKHWrD8srWdI/F/uSfGIVh60CIm/Bw38=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestTupleHash256_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "HEP0SOt2ctHNegvU7+h9BHxoYX407s1a5PocBBUmC8M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/XMSSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "tlSfwXNPKXK4sSkafbeYLeZxX9LAFTUPfdfWEtF7BnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/WOTSPlusParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "00/A8AMvZsH702MWbRYqv1yR5YSsH/DvfUNwKCySul4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$KeyGen128.class" - }, - { - "key": "SHA-256-Digest", - "value": "qmeSR4EsSrb2bzq2JZsUordnxyWopOTCafKbU3xs1iM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/ScryptConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "8IdlHTvL2qCQx5WRszcA9n8SkAM2HeJ7tSpf4+WJ4d8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/kems/RSAKeyEncapsulation.class" - }, - { - "key": "SHA-256-Digest", - "value": "m2uasSyH8ssQ4AdES+kkrQuen99xrSI3hVh4ucm7r/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC128.class" - }, - { - "key": "SHA-256-Digest", - "value": "XgxNslg43K60oDfqWx6uxHNstbGkZaNpoVvDQoAo9mY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseSecretKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "uNx9N5YRcRRHcUBURzSKPOHKncrYvL4M4144xT1dlok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator$Shake128MatrixGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "N3qhrJJ8379BdnNq7zBaZDvAl583ymfxJkrMe7YnB+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "0WICC+vCnBaJEwUuttQXKqVpMFtxQL8jFrDcrE6MAOY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/FalconPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "EEsW+hfxyhrm6z4SoPbZUGLIK4BP2O8HvMXVPuMgjwc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERApplicationSpecificParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "kkC/qg/aTFIP499mNLFRBLw7fxadJYkm6nACzt+Mj2w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ua/DSTU4145NamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "xDisvQKbZRC7YgMoqsvEWGCY/Xb9NmQdWCz4l5VXlwk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "xvjqhf0effo3xxRpvqEqvA9i/wGBDuD6MJHfwHi2FGk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2nField.class" - }, - { - "key": "SHA-256-Digest", - "value": "JKYYf5aYXPPqsRKyWKtg5O5f8OZA06FTncgWJl2Xmrg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECPoint$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "uYFY4T/N/kSJmSsRRSdBSNzysrth8uHMwoBsLOmttNY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/EC5Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "RuMkbX75FI5oGgqzoOwsfQpbD5PGMNHPht4NMICaYHg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Arrays.class" - }, - { - "key": "SHA-256-Digest", - "value": "/C5tLt9d5CQUzfsKSBsgAurwf/D1DBZEJJkYCtA6SVI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1OctetString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "q1C4jz8owc2wKu22WfxD5MZr7rpgDuIgNB76RlLDGb0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1BMPString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vZYH6MFHEK15IpU+Cbb3/MgwROScP0AWb+5PYkpwK4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD128$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "BvqjQFS0XT5nkZwWcbT9bQFJpLd+qXeQTJDk0bkEX5s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Enumerated.class" - }, - { - "key": "SHA-256-Digest", - "value": "JtLm5vdHOm5W3gV+tjqG8RDKhzHSV9tXJCEagJeecDQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/SABER.class" - }, - { - "key": "SHA-256-Digest", - "value": "uHlzxuRkaCyKNX+F+176rWgt6FAzmYOqFOhsQc7Goiw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "ILFBueb+07yQLa9gkMydYDkf08GMmCSC21RdKAInvKU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSSignature$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sp2k4gGV+C618oJ643oTEPIXm4Rc4cI7kBCyoY1F/So=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "4g0lu2VSFuvuYHlA58QHF9oP5JXVPZob5XzID911oq0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/TweakableBlockCipherParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "yK0hanJWhW0V28ahwA/1hQD2ZAQqSZ6Q/FzKOG6dV4Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS2048677.class" - }, - { - "key": "SHA-256-Digest", - "value": "BB5ogDzVrpEBNP1qVu5hKJcSA6is+q1T6Ob12Lg2n90=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/KGCMUtil_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "qDQyrQ+4wfjmuT+F8yPJMwGttCMo2kFDDhMJoQ9synY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ct4VOx2ludodxYWK3e1eMk45ggVrcVx7F/sEdAq+o0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "ugxdfD1M5MfnOF/+oHbBKz5C/d3iwAFe+IybI9xuuBU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/Falcon.class" - }, - { - "key": "SHA-256-Digest", - "value": "NtCuLhc22E912tZpnvFJPLfFAGGphzllguKPgbfjT6M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ApplicationSpecific.class" - }, - { - "key": "SHA-256-Digest", - "value": "qW40tvlA4piIr+TlP2HosZ2V1sD/Ef+s414uejoqUxY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSLoadStoreParameter$EncryptionAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "T9Ct26otdNCcGkJ687qVTteey+Bd8iB/wm5sU9m9SII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/ECPointEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "FJRNMlBtli9GX600Qm48nnj+P0nDTVNpPMe3NWYaTCU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$CTR.class" - }, - { - "key": "SHA-256-Digest", - "value": "btWHohl6deln46aqL39+FhCNwvnGEgDtMtaz5we0An0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$F.class" - }, - { - "key": "SHA-256-Digest", - "value": "cH3PirTmatqLElh1C8hDpUeIMZdOmpbvPpCbQ4OTZ5Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "FRc9FoZkis66Ah4hTzA6jX+8FprswgzBN4wRe01Po8M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "XkwfZ5kyEqaJk5B0z3NZ4wfNQO3LP/eKwtzgTUidxtQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Kangaroo$KangarooParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "WrLOQqBtKxkneLXSocYomovGdJnVYYELtiw45WdI3qc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/JournalingSecureRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "FhLlO5vOTltr6AhksiUbEn1PZBXdM+mbHLWx5iTSL94=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "/HRhVdai4hBAoW9PxgOln3iJZGTRo6ELqICCO+KvKwA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "LXcpg/vlAkaq8E84wFFXJRsKV6h2myEKXpL+3+gyXJ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/jpake/JPAKERound2Payload.class" - }, - { - "key": "SHA-256-Digest", - "value": "FvuNkd3O6y/R0jO8ezQHF53KzMnLTaxLsTyif+Pk+Ag=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "p+5vZZh396ESk4RfWAXwxhXOxRj3t5BP9eAIi6vL2Uk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUParameterSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "835p4t1XvUiteqB6dFivsyTRpbeHAkY15cMTUUU/FuQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DESedeParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "UUSOo7atIVateoq4JKLK3eP/odLmyqDG/W+7lj0fuVQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4.class" - }, - { - "key": "SHA-256-Digest", - "value": "4h23aQVlo27WgqnUTjQ8mGVSDNsYPUJpv9Vuc00BmKw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialGF2mSmallM.class" - }, - { - "key": "SHA-256-Digest", - "value": "G7o4twTuIKY2Saqyye5BBJrw6Jpp1qEkycDBW/BSDNw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/PrivateKeyInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "1E4gvhbowVlf0yzwHC6JYL/8aKBIHgyosu6c+JUYMIE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$KeyGenerator3.class" - }, - { - "key": "SHA-256-Digest", - "value": "nh3rb08iZYRw2raEN2mTCekImitvVTI7RX21/Te1o/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecK.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wd94funL97WlSEM4D87XRDC2Zr7nn8uMB1+v517sFVs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SSHNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "GI9ClQ3W7Lhv8zEeKi/rhW/pgjX/t+7RMNZr6FgM8Sw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERApplicationSpecific.class" - }, - { - "key": "SHA-256-Digest", - "value": "f02jKRrNB3GWR57Z3oADPUNvoHDSIDyqxS+WaZtOz2s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/FiniteFields.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZVNHDuVflRrOEdW09b4tyYnWIYyzdHFM/ywB4yGr4pA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/EncodableDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "By8iPoiR1PexJysk4Fv3xEhCEfnQpRBSpiN01ym8XhM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "uMKrUC2GmecusqlvW62C85I0MWiANF5XUB/hdSeULkQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$Sha2Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "XcT9gOEvdVR1q9gvVsnCIcyJNrTa1VibQr0OSqtlEsI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$26.class" - }, - { - "key": "SHA-256-Digest", - "value": "dnhKPWMGZb3+7T7RLINMubd20IHJnIxk44YDhF/UVM8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/NTRUPrime$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "uKMNV3MGY0kgt1uRe9F/il+p2rKFddSX9FBTSavkMPM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Tag.class" - }, - { - "key": "SHA-256-Digest", - "value": "mLMAAYCJSG/jTcN0mrfyBCBV4oIkfsEsQMoXhSR+ZCE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PrivateKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "itlVLSIlEnrZTzFA4aYaj85GYEzIEJANDy3FfL1SqZI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/BDS.class" - }, - { - "key": "SHA-256-Digest", - "value": "aHJ6YRbPF6NglPQ78Peo+aIsS2yEI+jXNg0WN+4ExXE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/ThreadedSeedGenerator$SeedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "aUuuTH6xKcjd44Utx+cG9i6sYQcWph3GjDz0h4rQ4yY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XSalsa20$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gu5JpQ8oVyGUAh62n3/afyvgA6CJo9ekFHuJYaaiobE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ECPrivateKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "z8Tj3oiJDJOrK4ZBJCptXqSjigMHp+lENXcgExvsU+w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKCS12KeyWithParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "CtX8MBEwCddBu9y7KZojSm0pQTYbJnVn5WN0qu8QX4I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "OXU18qRw0jbQTIl5oA7wcofQkdF37iM/h3nB4XWRGxU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "H+oIPQKPDjLDIk7i5ELSK9kQmMX+FhQveeoqujXLL7k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ll/YAah3QsRcNsLl8RjAZQPccJWp9zwlY2qc2z65bnE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$CBCMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "TWCA1JyxQwHNNlsM0h06I7+gLpn1FPDpOunkA64uUiU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "7KBgzq6+5FiXK8FqS/kkOV1X+M8Yg9uWCdOE797dA4I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Picnic$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "ABAXhV4+FpuBdm1hbZtgei/bJhLOLfg3L+LCCBn5UZ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CTR512.class" - }, - { - "key": "SHA-256-Digest", - "value": "GFLUz5JbyrvlGWUJZoRi20j7yjfVW6EDYc+Uie30k2g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Salsa20$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ep8OW+RcoN/agWjQNkAZjWcHCskAXQHQ89/h8mNRv5w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ChaChaEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "tZit2uhpQDBOlr4cBtLuAR51IQOrGCXL+PMCPTUrhG8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/GM.class" - }, - { - "key": "SHA-256-Digest", - "value": "eoHjKBA7Y+C7eU0ZlPJIwRHTR3ejOzxhU85WsJQjeSY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/Matrix.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mk3JTABG8/QMKABiR8OORj+C56rO06TEn9NgO05pjc0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "GhXHD9lheJqjxIUrxOcnVlkOzJoFRdzPJgZKLvIr13w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/BENES12.class" - }, - { - "key": "SHA-256-Digest", - "value": "6I8pf2taiA+hr9/9B8t2DboPq3DnzlHRTDSI1mgt91o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Choice.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dh+9sya+JbeTZT0qTgc3TfaidtPsDCCl0Ac+lLvlaQk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$ZucMac256_64.class" - }, - { - "key": "SHA-256-Digest", - "value": "30gHPES08nzV9b5/YvAn/H5K4HtmEdpBXdL3mlhfXB4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/BC15EdDSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "A0mSudmbxKGnVbQUZcwh1V9JiUTg2TGtzbUgzhuzsPU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AESCCMMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "bGW2exh59L2gdzxUgDl8Z2CpQw11/BtqryVpMSUY2nk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/spec/ECParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "oD4KVlFEbuFHHiNQH5lCLq2ajlyU7ndpBqWSQVTyw+w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1OctetStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "0U7SEGVn8wXZpaRqKmVzD/eiAYlgtJwjTSD3mo35Ssg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA256andDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "yOi9cSUp3dD2UPA+K14eWL4h1shvftuPG57NmxDgH8s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA384withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "cQkBhJiTcv7iAITNGX+CPYTa9nQUHV4/ZUkR3wwu3XY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "EQnopkJ6oo3pW6MoMwGWYshkKwlBcgctbkFHkjB05eU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$SHA1WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "n2aY1dQRM9Pu7f/0ZulYJtQyD6qHBf6v/ilQjnZG7F0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_384withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "+JUR8ktTsmieInA4tz3VeIYbvX4UV29fdi0d6ri3UJM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "C3rUgSvL0TanEzq0fpnQH4fZ6UVEesJs/Hs9xLn5R3Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "JG/zJahKdwM9dbPVTFCYEKDwEJ6jAAfa//aqtei1daM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/Horst.class" - }, - { - "key": "SHA-256-Digest", - "value": "8+/woFyvLboiHg905uaOJkm7OBgBXIscUFl21eQzs3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Rijndael$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "9UWhTNrK6SLYhDMIS97Q2sqqRLuXrJiPzbCq8Oz3mJw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/BasicGCMExponentiator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y/TwKpP4IFHU5z3RQT/zBwYjW1C4431t1lMsLqrYvbI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EdEC.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z3ifk9tp5VYD3Ew1zXn4lkSc884TrIYCRF6UXrX9rYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesRegistrar$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "qlP6MhyTkw2/IgcsWMvZQ2CuRUsytDvTyewa6YzY6H4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA256KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rk9OxS+QUNcGUikcQvL3AQQ95qyuHDYZQ5d/1hAQj5I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$21.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZekucSwALdaWjQRpTf/NYngfQ+rgGcIXkGFj1owPks4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/KGCMUtil_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "9EVCTx+s5eslWMOkUAY4aT9PUZxcKbUXFC3153OlFek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$KeyGenerator384.class" - }, - { - "key": "SHA-256-Digest", - "value": "1bzs0lvGMDaG+Ns82LWlzkglUGV9dhjGAbHclJBSJCs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Z8nYqN1SiQnCaKSItNPcQc1J+WiHimQNCwEZ41/JvI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/ExtendedKeyUsage.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Rcz4QcFezOPIdnJHHoWJ84P6vRK1mMg4eWQqjFhwoo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/MultiCertStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "9VlJIX4DO1FrZ/n5Hr/T/YB/dbr18g0nV06zsKVB2eU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509CertPairParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2r1mujQ46QtjHYBa/sgOAkMMPZFXMCPanprZXT75rg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZNfMJ1fNW18fqreNBU+4OpxJCxOA732pXhbkPwG4g50=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/GOST3410Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "hjrnoSyS9rBi3sYaiP9ZqsShrluv3ynvfO/ROGLpP7A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLObject$X509CRLException.class" - }, - { - "key": "SHA-256-Digest", - "value": "W7KJjEAH+kTlu/QFiKfSg4BqfJmX6AJ91qhWssfFjWA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509Extension.class" - }, - { - "key": "SHA-256-Digest", - "value": "0i/Zwy9RN7V0gYYByeyZdZ2sVsSYuDaCfe85wGyrvd4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/jpake/JPAKEPrimeOrderGroup.class" - }, - { - "key": "SHA-256-Digest", - "value": "4PpspGCqoU7yduGcitmN2WNNfbmiIlm5du/ZtOsS3NA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$TLS10.class" - }, - { - "key": "SHA-256-Digest", - "value": "hx48UK5jqREEjn/WzjZxlCc0g6sE8EDDaJz11NXIRFs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ConstructedOctetStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "5NcK0g8D9cPl9HxPLSgj53nLtQG0aaEDKN4M3Iu3CvI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "A31LnywdCsfG/2jmfoNF6OljIMcXWSV53M/OGFlsT+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyPairGeneratorSpi$Kyber768_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Z1advVq0oQ/Ml6qSvSZ0I7ZRqMLlWVEMENR4XGKqAk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/filter/SQLFilter.class" - }, - { - "key": "SHA-256-Digest", - "value": "7SfSB/9c1RIx+cqLWOsy5mxo0/OkOJKQ9fr/Ofv/slQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/Wots.class" - }, - { - "key": "SHA-256-Digest", - "value": "lALPD3glxMrKRB7RHxBDRpHUnnyHjrKNsOqpOL0iO7c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "prDSbYPyNCiZHPx7VBqivgvEU7JOapmMo9F9ly/bP0E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP128R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "20DqED7xHhJnTVAJr75KYjPtfbjxGPjuNCllBksf4GI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABEREngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "eK2hw/1Qb8mSzyrtGW0kSapqcUJKWzp7PxS7IlI145k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$ECKAEGwithRIPEMD160KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "j+9aCddVMPy1qiAUGZdS+kh+IO49slN4JLaItvzV2L4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Iterable.class" - }, - { - "key": "SHA-256-Digest", - "value": "gsKemfT5bpvoVr9NqhUHcgJUUGTDNzuUTwICeVhRgKc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/asymmetric/util/ECUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "MaKcYIEAzjY5hMV4C/Vq4B4HNjkP7grCMQ3RZcrI8BM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "w6+li9tURrFwY1I4utFeOaSn+/oprqUSGhesjVapXwI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/SkippingCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "3LLUC1VY9K6gOvanfcyli4x4ge1PdldzdjNWqkTwulA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "vzYYpmnc5lO0VXXwas5H5uACF4K9KpCZHw257Yt0UC0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/GOST3410PublicKeyParameterSetSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZdSbjRRbSOQnFhGrllkQi7yUuHStqJW+vnS49AGK7y8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZZo82HH7t24uTirjXIzNqOul+OUTg0vLyZ2hfqK4oXI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$CMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "ya2nGPNLR8IVbR5OI0eFVWZj8VhM9E3DMKTgjHKbcjo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$27.class" - }, - { - "key": "SHA-256-Digest", - "value": "gf2DONrmOl5NJIhj6ZZwkRW/KF3R07MrAP6dpT12LBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DERMacData$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6IsD4PE/UFTEf66K/0Gb6cN+IiK2rkFQyhpr5Ugc84I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GF2Vector.class" - }, - { - "key": "SHA-256-Digest", - "value": "vel76fYh5A/uCvhiqTADHSs+v3j4SHS1eYHRHwIYfTk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/SubjectPublicKeyInfoFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "gL7tPGvCyHwTtH9vlTcOxxirhy84vEIGizMqe4vHnCM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$CFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "OypDENtE4uLg7RKIPuceyyx+bid3DcvAeBky+NKNz3I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialRingGF2.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Lxc/9JJte4BEVlUewpemcexfli5m13V1jG9p6tLIWg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/util/BadBlockException.class" - }, - { - "key": "SHA-256-Digest", - "value": "smEHHTM2akAFn7JOI9zE9WFG9KO+tp5PGBZvKukhhlc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "h/jtSBEpcBmYHH8TOH3xLy7Qr8dYuJU8wrKiBP2jKq8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHRSS701.class" - }, - { - "key": "SHA-256-Digest", - "value": "hdvapUHiqEhzXn4Omzw7bSA/J53sqfvIFddLTZKdw9k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERSequenceGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "0lufR0pD27UVvaDsTTwfGci1VY6Q0HE6geYTDiJ19FY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/GFCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "3NGjfBAVuQQmThveb69YXZvf4Fi5kEgge2DYIhPISa8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXExtendedBuilderParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "sxLDAH15gccvMweVI+RNglpM6Ocjt7O4plaxnAAvtxo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "riia08F34AQJgi12ml/6h7am+hRO6CLIH8nEesXqRTY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PrivateKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "mD7s8Nn0V79jAjobGQ54uT3j3QivY+gjoIKR4nz7G4U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/config/ProviderConfigurationPermission.class" - }, - { - "key": "SHA-256-Digest", - "value": "eVUc72ZeBmyQdXTa2uY/pa7mKwXAGGoLxHjjdskGspg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/MQVBasicAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "CcGFEtRpOGd7jMSa3dZ2hP3AQRNtWBXWt0BgrIKArrU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/ReedSolomon.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Tuc3iCIa/045S3QAw4OZTnzF45kz+e6uAxt2Wb1jfc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/SemanticsInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "WZrWoOg384GV3bSlY9UocwGYeLomJzWzo/N4xiMYP9Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/XDHParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cztk+tZcd5P9HNWh+zUqRVRLvSV9FDH405WUlJCRooE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/pem/PemHeader.class" - }, - { - "key": "SHA-256-Digest", - "value": "wHeN4SulcDv9P/MjkDka1yenEk2k6f9J3JnZemU/1CA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "0/U3loO5JL0ojZnbL92HEFNWWE3SZ/0rkNmMR0mdN2A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZpiVwiC7AnyDAP5jQJw+p72Bpcd54KNsx9X5UHvUGpQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "3NHnKadUG3Tz9FCiT+xIyeX6HXuH2VfdVUjeWqBPbvA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/ResponderID.class" - }, - { - "key": "SHA-256-Digest", - "value": "y1jrb/yCAydiSncXsEfzt2ytHBsDyxVWtwTavlKEe8M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$22.class" - }, - { - "key": "SHA-256-Digest", - "value": "GXFKNvTNP4RL1ltfL/aPBqzZwtWARbJySDvVt3x5kEY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RSABlindingEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "I53ohlTd4f9Icde/eKkLTXGGNuaygVoWBIw5klWiEQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$MD5.class" - }, - { - "key": "SHA-256-Digest", - "value": "bZYPsGA9re+5uILhX1jIjzWrSC0p19p4YoAc1sAw7y4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT239K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "rD3Y/khljZjTnaVMvk1twc7CMnCVQmxnh2FycQ48qvc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA384andDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "+5aJngPPop4qFvlM+UE53zL6ZnNtgWVDseSu726yhTw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/Attribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "qWebepRHnZLXXrrPDtmvKBWpXs26hH5lCLZH2smuQk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/BufferedEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "EXnGqTmXbVEvd82vtdR5jlIOGkIwWURtqtJxIeGbqwc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/filter/UntrustedInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "hSLMdcidi6yLxWZvM1CIy8zYaPjVsY5pxcAEsYqMpD4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$CDHwithSHA1KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wd8WasLCbZPQ5Fe2jOBJbkcAoHhvfbBwZjQzxaJE/OA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "TjXD4sPSdxKVQR5b0wJyz2YSMlJEi89Eng6O6BgbJ0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/OCSPResponseStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "ypM2hr3d53ePRqTMm+ve7CWSS1XrbbyW5jcSAi0yyDM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD160.class" - }, - { - "key": "SHA-256-Digest", - "value": "iT3h0vT78PTkjQYLKlkUVD07DcmOxPpruVvN+uAH+UU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/DisplayText.class" - }, - { - "key": "SHA-256-Digest", - "value": "hyYzzG2gp09px0gdJtqXDBuu1phm5M7YuBnDHLMpg4g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLExternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "xnXyHztOtyVeBpcuZBbHcBV7QyxoG+AQbeX6X2JB290=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "wncPAEB/zu/MHn5WpkLkLIgslc2ZV9x3WzOp88mE29I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "nXs2K9bn1Og/qaRBpyLTOm+EQDK1qZp9ubh9ToFqvuw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntru/BCNTRUPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z2Q/Y04OYt74nvI9+l+oJVFfGqKedYKnIGfuTdIioZ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/lms/BCLMSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "uoSTMeKobMo5hktqVcuicZO4I72hdmX5CAB/af5G4iY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1GeneralString.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zz5aURrzT0FEXi1NiL5kSypdfIOB3lilbrdTyxnqPQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCEElGamalPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZpXYv4eP7tlHVrX9DUDTzc2y1Jfy6SCAgJyYSb3MMDI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/Version.class" - }, - { - "key": "SHA-256-Digest", - "value": "RbIP1TvfkCmXF4dGIPDfGqT5T5665/uniaLKDMLyWfo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$FalconConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "uF/QfepZ3r4OZqyzmFHsx86pJI2i4vE4b+2mq8EoDK4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/UrlBase64.class" - }, - { - "key": "SHA-256-Digest", - "value": "B9fjWWrp3+Cyb2YY0MMKtdExStohdlogjZ88WOwb2Wk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/SHA512tDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "L4cVfFOgwD6C3PHIVmTETv+KOnBbiN3pEle7JgO3VXg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$23.class" - }, - { - "key": "SHA-256-Digest", - "value": "eFkK0WPtLggmwraxmaVHcmYDS1AP26sppUEG6qfc4/0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "mmph1f6Np1p9xKrMDz0aQ08iHWwO0tOTPXO16d0weHs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "p4sqhfxd+PNuVc5iq5zN+C1GznHI1qaAIXs48xwX/Go=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$FalconConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "WC2XXJpEx/Z8SMs3S3x+TZgKRwzJb/avtwRHuw/rFhA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "jejN8U/1+7a4ZKXk4dVB0IyZ5QHUKOedf4w9WHlUaxM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "tntfIdmcLVwRCHYDB1RSntbZYTtc0pFh2rhkC386e1I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "rsrjmB3Fu63j2LDRH4wASH3O2usvopNP/tHLe32WtUY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PBKDFKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "9IKOwbXb77wV5qI61rCPD3XxgsMMyPDfGVMo2xNG8es=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/FixedPointCombMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z34uLIlbUIT3XLoOrBQZDbw87T96VTll/a5l7nePhJM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/FalconPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "iwgq8ECUc0OQpZEJpigvpSXKoLuRmhpHQm9S9jX4FC8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/SipHash128.class" - }, - { - "key": "SHA-256-Digest", - "value": "GOO4ZwQSLMiX5HvSkVFW5tahyrRYUGgeis7azDMLDyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_512_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "QV3TlaZZHJbcsqPxpDfXJY8sFAxf4WWdsXdqcNjWrbs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSAParameterGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "oWZQrvTyf8NkAufgy0HPAMjJ0Q+DP9nqhcFcOolJPAU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "NkNWum6nbIUNarqZhkbfR9g+eUMhJi/66ZRa8EN9+1I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CTR128.class" - }, - { - "key": "SHA-256-Digest", - "value": "sBrLtVA6twOKJ+ABqT1DkwkXtE+nByDvmwUx3bXUmBg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$McElieceCCA2Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "cdEhqF6gQH7nJ5wJqrsnHWnBb8ef37m3CC4DmNT/+S8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/DigestInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "6t+6MTjwWpZXWjyr19hh1PbwwEP2cHZ7SeWL0dcNANs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECConstants.class" - }, - { - "key": "SHA-256-Digest", - "value": "d2H/sGqqOmxOuWCkgbRCLun4+uyAc2esqvabwOTDoFk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCECipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "ju3b0cjzj+/lGA0V2/b0f9VvHb/c062OX+o8LJ9ADwA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1PrintableString.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hekjp4Q/TihBxm8hZkFeqEDvuK5xBk34VW3q6eEha+0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreLDAPAttrCerts.class" - }, - { - "key": "SHA-256-Digest", - "value": "NbWrcHJNq9gO+MxhrO0J6C+467zOP+Vfpif8YKWS85Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "etKa1LpC3JK1HdAUNDqTHQd+1IWtBFvF98vswP2/WGE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/XMSSKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "r22vOZTs5Q/efak7CEQ0r+EY/hY2/7h0zQT/ZIoF1Qo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_512_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "7FCqVVn26uTPycXt2TaTPAeC6h2HHS+Aeyshtu4mchM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/BaseCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "aBerBpBQmhy1MArQ/lTX8VhggkoYeD2Z6Jf5cJcC8Ic=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicParameters$L1Constants.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vx2KdTi1BaHHD8tPCAsaHu8o3ng19f1UEyOrqMyD+44=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PrivateKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "A3beBhL2yBd1T0rQLSH3OqV5SGIMPHOR9eBboqOMDME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/Base32Encoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "HCfq3kk9j5jE2GNsl5fXxlyJUKFwj3raXc+ruO9rZ88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/PolyVec.class" - }, - { - "key": "SHA-256-Digest", - "value": "eU3ceDDY3+zcF+Et6cCIIP+G5n1DhUGEYFzwd0bcdl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/Symmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "teIYS8Q6ZeOechYZ9229dGWJn+S6tZOoeZr4LE58mwI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/FiniteField.class" - }, - { - "key": "SHA-256-Digest", - "value": "AK2LfIpTIwVCUWRvblOGCKijpUnoxpkxvrH2QEFJ18o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/Falcon$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "DAM//V93v/5zMtaL4tarnGqffpoBD904AkRNETy85+w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/KeccakDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mv+hBLmeDtQn8Hv/7dINyq4X6FRSQXmJqXLoRKgluaQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509StoreParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jal7hPRFuc8pzivfszJZKgc2yZzPBHX5sok6GtThrEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "mkt+Wy4ti2CuUEU9Y0l3h4ooW2f4yjOdKKxok+65cvg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCertRevocationChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hwoiuc2EIjwVcPpFjDCXWjcZQLXAwFWorNBgzZqC2+s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/BCKeyStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "72W/MwezyAQ5m5rqF3JOlq0Q7GNwpIT6kZMZmwonJSc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA512andAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "2+LGxzJlL5SkqcfoqUh4GS30jQ7nidNosaGzLrr4JkU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "x+YatP2RbdworVEkfiltIWlCo5qbwoe1heIYJi74754=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_256_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "s1tg7E6mok7Xi4ygU7JtCDPrJUNsZazKYy8hTw4GPEw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Grain128AEADEngine$ErasableOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Abqvnn72tYC0QzL/uwtm9aq+/MHXXmiXSpyXmQclhB0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "V6Z9jSM3MH2vljYFCka5Hxdi7fl8CSlzT8N4Z/pWSRA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/LittleEndianConversions.class" - }, - { - "key": "SHA-256-Digest", - "value": "a5Y2Z024EfZ7zzQS4ieD42SGiszidHbpJz5NsIPAvFo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "+3CVCI5rTy9ukN4THDy5IGIXkNmSgxr4m28FZplowZA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/ReedMuller.class" - }, - { - "key": "SHA-256-Digest", - "value": "UNsPAE52jwAl+7o9nTuFRhEPjeNku3BHgaWmjSPwGI4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509StoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "6kfejdX0jklPKb7ekMrPzxcuf17ssQ1qDp23mZkCWgg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/newhope/NHKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "cOgXtFVRZXJL5koPYCbnMp5DH2FWNHtT2k7kJP0yA98=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "azM5It5ae6zDRtEeTQgf6IQJ/gLGxk10CbbPG0djqaM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincs/BCSphincs256PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "IlLrk1UbNs0KXojaAxKqdCxNfx9U6PJcp72sPdGYukU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$30.class" - }, - { - "key": "SHA-256-Digest", - "value": "0I4wzywcrV9fOSDmoyJToRm/r2SesUxdpckzn2KuGds=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Strings$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "lXqzygK/NNzXLkTS8sklRHrfG73A3I1hn2xgxeB3PKQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT239K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "TxqhLo3zFEB9dH5QuPY6DsXsSTCWKiVC+10EzC9cl40=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q89Gojz/5AL+VHLBXTcDutdLCFCvtNlMOPfalgKiOio=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Skipjack$MacCFB8.class" - }, - { - "key": "SHA-256-Digest", - "value": "CFh8v0f0sxkgceIQEp/T/vHkoJlMX8lEv9fYD4r1xOY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/lms/LMSKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "/3/DntIaCzavJ+d7CsayKn4fPaqTJ1TiwpJiYkGbtBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/BCNTRULPRimePublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "njsgUDf7z89XXSROn2o6M8VV0kTFi7vPEnx2vp56egQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectIdentifier$OidHandle.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ao4ZpBT1ta6rr5eAgy7axNhjCsaKoziI3aJD8BIC+o4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseWrapCipher$ErasableOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "12YsZKRxYtIPnYW7iRHlopemA2/tpMUFftelm9p8fJ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dstu/SignatureSpiLe.class" - }, - { - "key": "SHA-256-Digest", - "value": "+yIkXb5CrYjA6VGeRXTYI5t+KDvEoEdc5uZI733aqFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3.class" - }, - { - "key": "SHA-256-Digest", - "value": "PvxDapQrulNTCL4nAasnXitPvMdimyErfEJnIk6Y1Yo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$HarakaSEngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "9JaDxfX20Pe+z0gD9eQxG+6doDelGdwWVLWU0x6FK7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyPairGeneratorSpi$Base2_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "e9D/y3SLFapBWlIfA4Rcl2yQFtPRlrsktbatSoto2GA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "/XrEh85J9CXuj3WbTZc6KJ+uDygNnjt4zUFOTPMuJ6s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "+YWC+Oee/vz8KEKRk6LJqJX3c764Z8Sk0vD/lXHQ2WE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Kangaroo$KangarooParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "SKe9ThtD+gBxhexTpbSR32nGzTbSremWhy1PJKCOqEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "zRLfjfRCkI0uL2tnMrvTOXhjCI1f8bRlvaTYp6RymKo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/GOST3411_2012Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "KbjQPPJIuxY9eB4gzDJEXAZL2fSHGbES3vtqCiWt1ag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_512withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "pFJrU17CmeHmfQp0pdZNu5Z/1U7bcailtUhmYfQem5o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/GF2PolynomialCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "VZbYeXe3+XHBgJodAkKURacImADsime/NS2ERxOKYIM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "D4larSTg2IIxyYK6FmrLEMDXtOX+jItAWFp3dHhNZ5A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/BaseKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "bhtArU/mGZ+zHMQDh/2drJqHgKseVpY4tv39EOGPmqA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERSequenceParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "FpoQ+C4ecWdxb8NQr8pZNM4pDE2tDTntDfkaI+YUL8A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSA224.class" - }, - { - "key": "SHA-256-Digest", - "value": "xyI1XAQCwBirD1cyY8lccg63X17xqT4EkKVSL4MuKx0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base3_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "9/lyE1i2vAm5uvfYVrDCc5he9H0ZdQUt2cu2q8w7yjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/AlphabetMapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "VbWXpTjoRpLljJZyEb4p2y7jBmZ4rTNnYWmV3qqDLO8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "6zERYfkn+wW7pGXKMVcFw1VnDtctaMZOych0KCo4BYo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP384R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "jJauH16ehoGIllKZbMeJxh8zSt7iG9x/5q2IKR33260=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/AsconDigest$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "X2kx+Tc9FyAjPo9+hjNAXOHb1O/LLsbB/9PGA6RpJC0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "0umv4JCnCHeNDpFrQUlk/NazdC85BCIkk2qOrc7DyGo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BouncyCastleProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "plnfJY8p+Xwc3AgB5zAl4U9YFqzXwq/YZgwSOLlpyo4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_1024_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "SHJkVIthg5/KFXvtjuKOyxPxTlwHB2soPFsROdgjSpQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/DRBGProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "DUlaILNymI2K2NJICUH/8vlwNsL9yqsRmqnio3m3Q0w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/EntropyDaemon.class" - }, - { - "key": "SHA-256-Digest", - "value": "/AU4Et6bmB8BwdLgQTIocGpaOZ0KkhxVkRLj8Gjsa2A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Blowfish$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "R5V3cFDkxsoEClSwDoLV18HC+GOgzdjnEIKsIm0F9sw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/PrimeField.class" - }, - { - "key": "SHA-256-Digest", - "value": "nyjBLojyOLwELtnoPFCa76GTi707xvKpm8Pp3MXPRM4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi$ECDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "XgaPhua1Jy9zrASaryvoqUkfBlqVfmutX1y3JdU86js=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/V2AttributeCertificateInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "sAoReoB00VnVuaUNliPOtZWKHBcXPw/xRxAqsSNfpIk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/ECGOST3410NamedCurveTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "SEQUgOM8KKvzFbqM2CRO31KCP23T9Ip/EYvNg75tQAU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/lowmcL5.bin.properties" - }, - { - "key": "SHA-256-Digest", - "value": "srOg6Q0VEz9zcet5Ypn8H4zPW8p6dgzLe1sxEcyOS5o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/AsconDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "SpeGcSI+KLUOOCXXgwzrhNL1fNPiJc1WCPyB0/mND3s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/XDHBasicAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "L+DmWKdX/omvew0OIvLBzkVR2RgcivmAMOny9/3OYrU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD2.class" - }, - { - "key": "SHA-256-Digest", - "value": "8RZWplR4TdbLZ+grJ387nbcCylWCaNYzNqUkiaglE00=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SkeinDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "HDjPtctY9pioLB3lj0Ao5ySL/Fll4UiXpdcsh+b1/Bs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$CDHwithSHA256KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "dtkKiFA43LFjKbCVgZdspGw13ZQuHEp9pmivMW+tl2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "n4aRYg/jIttfRxshOcxEJ8sxmjA1+rRZai+XCoONLjg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/ECGOST2012SignatureSpi256.class" - }, - { - "key": "SHA-256-Digest", - "value": "IAMwalUXmQ/Wyi3ZW9TBfgsjMoyq/a0hvQLPfoVrz3I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/NameConstraintValidator.class" - }, - { - "key": "SHA-256-Digest", - "value": "+Bbez2MIC7cHlzc/2PviF9NtvYLnZbVqOieMh01ugGs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/BCEdDSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "tWMitwH1Cq9ujWdxE1Wz96+6YbHlVfjrOogvtGF43IU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_512withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "h75pmxYwSwyghyocv/2Yditzdi6EiNtLV6DijK3rMyk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DEROutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "BqOIfZgUD4vnj9LceVoshvgJU0vT8WQq3brAK7fquSE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4$PBEWithSHAAnd40BitKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "myoR2u2GCvG6z+UoMgU7MAuZFzIi0ouFOTQJ9eOxIlE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_512_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "yEMcAdThJCR8AH7RgnKSIG5DWuG5gqfoaH6aNi6BI74=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/DSTU7564Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "xA6YABh8mP86vxTFsYTAaHOP4uWeZ0jirtpJaN5zv+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/BCObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "wbPVHxW4OBEZJMGg7ikSu20VVtD05tI8NyuWdSs/Tys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$Default.class" - }, - { - "key": "SHA-256-Digest", - "value": "N/pC42FGICjVa6xp3eils8qbMA/cnfeT2vNx0UY/euQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Dilithium.class" - }, - { - "key": "SHA-256-Digest", - "value": "sXD9xECu46HQBI9X7Khbper5cccWdVA1WsfxJHU0gMY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLBitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "dJkkC3vHheCsyAo5qhsVBD7L3/xTLon7vIO/yP2yZn4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "USLfNSETjW08qcWAixYUUntjTai/QCC5l4xGXSJKIIY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "NIKk8zheroPZ0RjJDCtbkT0D22v6ev0OpZFGxQinlI4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "mabkYZmSRcZlwgJR2iwXPm8i6QpEa5n9KYBMzW+LrQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/XMSSMTKeyParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "qr02BpCEGlwVXk/5QPNB8oKKxIaYX3RgmY6sVKCGfSc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA1KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z7dCaC4oeIpN+VcpVKhPqENvwoS0yQxaLeRGENzOg/I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCERSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "gU43epSrgpm399Eex4R5kyKCervCxRlvAxjLTCsCQkU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withMD5.class" - }, - { - "key": "SHA-256-Digest", - "value": "5dxV3GT+0XgT1avgGQCB1GV1T0Tue5pnkxCRsXZJ2uI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA224withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "ajP3FU3KTgRA/uvJ3UrCWoeXhy5MMfbGtq2KXnkgdAU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA512_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "wg5q4EmPJcfDE2BUmgCRJKaSLoQuIpJ6UJVnqOEQ1zM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$TLSKeyMaterialFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "0U9C/Zytt0SZQW103BD2VQ2UDGSP1BXC2PPyY0mz+80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/BCRSAPrivateCrtKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "BtESNo6qVBXe4SSYTHDFW3xoZepg3LyGa6WA3xuDCPg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Primitive.class" - }, - { - "key": "SHA-256-Digest", - "value": "jqNFEThjVkrSgWjmEMGWOzd2kxNxjXphMQm5hz83LUI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "v+PlIqvG9oF9YrxaNJjA3RvGpzinA2XU21UVskoH11E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1RelativeOID.class" - }, - { - "key": "SHA-256-Digest", - "value": "nLtQQ77lIkZjGwpo+Z+CjzoLYGLoYfsyUV2Ha9PmCe4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/AsconXof$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cj7K5ENiZ0qKDnuundmdikFJRG12A/P3KqX4VxjM/NI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/DilithiumPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "u3EwyMGHhkVqqcuojpQLfCCtPstxYLiluKfVNY7RsYM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/SM2Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "QWIWAD+qavlwkPpDERq5VHXB1hEX6P9Sn+cAXCTDz7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/style/AbstractX500NameStyle.class" - }, - { - "key": "SHA-256-Digest", - "value": "pnfungNNxV40gF17Dohv7uNMAcq7OmeRDKYEgAgkR9I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCRLStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "tul1gUDbglnpU9bIfnr0/Qo8pOe53enI+4S/LNWVtIg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/sigi/NameOrPseudonym.class" - }, - { - "key": "SHA-256-Digest", - "value": "VmPEuBRafXw0eJrAPKU2IG3JM/+gHGHyzQyGDg0IW34=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePKCSCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "6uaI6eQlnwKXNOeaQRi35SbpSosCqYkkyVQ7KtbqWss=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/HashTreeAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "4W7mtHczwmogaXkZjJfoKUcs0PgVuC9w0QEnqx4DDkE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed448phSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "REJ3JVlPW04b+F5+dB+b4CFAhV19q0qAysgqS9O/ujM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "XRW5i8xPet+KNjVsx+zBabbLQB1rTBK8XoOlAWYZe7U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/CertificatePair.class" - }, - { - "key": "SHA-256-Digest", - "value": "qmfpn55etvwM/i6q1Shhd0YADKdVK7mwbq5e/7XsbGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "yT3W/9TeP/YePzAu5a3xpWDE8jidosVo4UwR58hPKzc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconCommon.class" - }, - { - "key": "SHA-256-Digest", - "value": "Egg7nQGDNRW3qDyT4SP23DJAghXhfeCR8aQGMbkMumI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyGeneratorSpi$Kyber512_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "HJveJiZ504bu1ZCltwimXxO5CiM3lNNEiiHQXy1eQcg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BIKEKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "julE9fcpaCiQC/zqKBcbU9DGWY9OdEB9cNNc2SFwRAo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SSHBuffer.class" - }, - { - "key": "SHA-256-Digest", - "value": "++UTcfqxJiZgV4LDuSXd+tIvJt7YsyOWz3X8yWo52/g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Null$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "I7QjQN3jDQvkdPizsZPyc6C61IwUgC/PO7xbmH+jUiI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger$PBEWithHashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "6qjILZ+JfP1gT3Mfy2Kp99FqwxpWoXi3iXzzUFjhzCc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/IvAlgorithmParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "gaBpkyQySeDgq7w89T4tz/rp/hqP4bQ5PwiRZKel2k8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/SkeinParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "92L2HK6CkJDpV8M1VPUKdo4jQvMNVR2qBeAxrmvRIl4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "8uQOjHYTPi/il3uDVHm3Njl+mbQPVxIr3nVUqbS64Io=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/SignatureSpi$Base2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ob8Yf7f2JvFF8THF4VYbTbZPyTnG/dMRHS4eoZfTwnc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/StringList.class" - }, - { - "key": "SHA-256-Digest", - "value": "xzabkewGiXJuhIETT3q9bmWgNl3vQySuYi11+JihMO0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Blake3Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "B+3DiVaNgEy2fYEdCxGxHzFGcGYnewK4Pbu98F8EhAY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/lms/BCLMSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "bGTPTCG94LeJ6FnLtJvfWE4o+E973V0mxDzsLwn1Bvc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ElGamalPublicKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "559fhY4Z2lbNGPh8GvJCbTTFEENKRT5x00X2LK0HU10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/newhope/NHKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "zOfAYPzwTSa0VVKY/f2zzMM68/UxJqd80WHmrWP1J3E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "mBIuUso5iBWpQp5ALxP3zAwbWt6TtztYvuxuNzcavpQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/picnic/BCPicnicPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mmcb8fitxMQOSOtJjyCblLVtQAtoCvXgCgWs0QQi8ME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLImpl$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bkt6Cq8PNFacOe2E7TJT5NhzeY61eyu/gem5hWjFezw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "8TI1ugJ6GjTFur+bKzjeHvD43E3i+p3jKLiqY71tLvM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "3MWYvCKMdvJKqZ+M+lKhDcyVOZqWnYkHzcqizTkR3t4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithSHA1KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "zRfMNlIZP666J6nkb+PXjDdeHylnjVcstW4Vw2edgoI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/TextBundle.class" - }, - { - "key": "SHA-256-Digest", - "value": "T4t1nIHpDKmESxCQ3Ro6Ww3sG96sCqdlg2o/u33Kh+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ECNamedCurveSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "dgyGwNlCDAAwn6Z+UV/fOWiOV6lUBQk0mUUS3s2JYmk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM288_SPECIALIZED_TRINOMIAL_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "9etvBBF1PGkV+z7xUOrNk4G32s7gJnEKttHdEsWs4jI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/OutputLengthException.class" - }, - { - "key": "SHA-256-Digest", - "value": "EKjfbn1vyI91pONWqPirsy5zfjUVSDcrkRFU7Kjp2Co=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CipherKeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "tZWiIa56ET7H7Pm0jhTgOyX1Z+HBE11ga1K3v/G1wBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PBKDF2KeyWithParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "hl6HOqZMxWjlIROhn0AXD4FnpOrnBiNsUFhtiORejs8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$21.class" - }, - { - "key": "SHA-256-Digest", - "value": "doBYj9LCv5bPGzsW5wLxdroFxA33+KeTNo05woheVsA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "prz5tVvqPkga4CpE63nIfKK95oColASqn7QQXMeC6Y4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McEliecePrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "BuVzq+Tk2+9QkPTIdx0e6Op5Ric6mE+zAnu6hmL9u4Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2PrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Ouza+U/bPX9AixlOVycGD5VE92tFl1+1CT672Z8EPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "RN7HDUoVGMTlD47mr9L1xg4arFP7EgN4Kf6LR2Ja0jY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "PH5GTvrbtbsOiPtaptPeD2AGpiIpl4mIWF/yIcgI+W0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "oXxx08U8zr0ML92VPrweQBiYN+vyAS2blPZgCE+aTao=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator$Aes128MatrixGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "B9ea7WSxc+pvG6KJ2GiqFesbyALJVR9JifF3USTSJwY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$KeyGeneratorT256.class" - }, - { - "key": "SHA-256-Digest", - "value": "GPACJxRzKJ83HMCOouKMRIlLI3kbVSABcRyNc9T7yrE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1BitStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "aE4vYnB17lVPqs1yLR8zQxs6NFPxp2OVZxFTjZo/+cQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed25519Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "+NXqeyWuKjJJsSrJF3P5VksxTiGLaUsgH+XXF+st/4U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/ResponseData.class" - }, - { - "key": "SHA-256-Digest", - "value": "lMZ9FREXG07L+PXpoFUT8OvQSxUl1bV/9WbPiJUh0AQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p$QTesla3PPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "uqbYR4WCQmPbmLKUq3v4EzYucw4FGIJShdssEafv1CI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/Base32.class" - }, - { - "key": "SHA-256-Digest", - "value": "RiTC+1U9BOcmsELnLkUY/gqmldBMv4u17vWMqXiyE40=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/NaccacheSternKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q6PUSOWDrmsnJOMDee/r6owyjz/ZOoKRYkMxAUTwlrM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "z8gv+7dL3iWRfLD03EvHd349B/PJTjlypXah1eLEV0s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/BCNTRULPRimePrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "h44e/DgoueIsz7d8iqCXsKOp0XisiC1fewm4DUntJLI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SSHNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "nrMw87HsD1XPduUeJsMAZQDVpwZ7SXDvFceO+QtRFE0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSMTPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "NLriImDM3LkDk+UN2+JhEbhv5NaAgTi5XD0gn5vvEQM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$OneShotHybridEntropySource.class" - }, - { - "key": "SHA-256-Digest", - "value": "3vkecYgjxIQibV7AtHiFFi/WdiclhJGQJCKFk0vXl58=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$KeyGen_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "CJba2v9J9HnJqgrTitIa6YjRRnvu8Rrn+px5L0YpiJA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Blake2bpDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "wZ4hNvGUCHuvuM5vSMbE5apJoNlmlAcsXy6J/9PcYP0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HOeBJwaQG0dKBPeHDfiv6DxwJyTM4X1Fzn3s7HEvSMw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Mul_GF2x$Mul6.class" - }, - { - "key": "SHA-256-Digest", - "value": "X16zXu2XtvwZcEnu8XbF09agxxEk+nxdCHRYdHSJaRc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$Base7539.class" - }, - { - "key": "SHA-256-Digest", - "value": "D0oPnocNh2m/E1u+PbL0HJ4yAaNY/WZnX4Pqr0mLYUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/ConstraintUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "Stgm1bNU2MqCumv65RFs29Wj73BmWP003iBnQvQADDI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "BcOjsUK9oAA8HanGAXPxZuLjtyjpKmBHkcnONNeBG/E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/DefaultServiceProperties.class" - }, - { - "key": "SHA-256-Digest", - "value": "YPEyEAHCUlYO0EBbGT0MxkVYkZny9swHXXxAZ6diHOw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$32.class" - }, - { - "key": "SHA-256-Digest", - "value": "Uh67GWhwebnnZunxIfZgKMYa2STwPxrwdJd+u7+G6Ig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/DSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "jD4qAKPq3bSIEKcob9Yd7xv9fiLW2qkiS4sWmlNXzK0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/GCMExponentiator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ibsFdlb3atq1tpcZe5l3Y0vFirtMHwLtTjSSzluQJmo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/encodings/ISO9796d1Encoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "hBda1kZeUKExQCERXwEYszgkfp85YeKzxHeV/Tl10/M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/RSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "hPfrFRfxpcItVYp3vWyDZ62vsWT5PfQZTwwmhlyDDNs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/KeyAgreementSpi$ECVKO.class" - }, - { - "key": "SHA-256-Digest", - "value": "R7iO6oOZpbh1lerHmMqNEIWnfZrAgzkKktGZuXXGLkM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/BasicConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "eYZ4l21N/8qrzucXb5cUqpaLhcpl8IDZWKBy3JxYjZQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PBKDF2Config.class" - }, - { - "key": "SHA-256-Digest", - "value": "uEYzW1Wdx5KGoeeGlbPr4DbbqSsMxDO2EaDnOfbLhnQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/BCSPHINCSPlusPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ch+IlbQSygehBvEmjWOWz4m4yo+4cTeXF8GWhxPCYX0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "sqi1GRj5uUzuBH6Py4BKrJW67Wctu5OTmTChC7CDsbA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Interleave.class" - }, - { - "key": "SHA-256-Digest", - "value": "TsyEUfyxsKsFByx8NmC3zrCcPj4FeziWZRMos0rXbEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/ChaCha20.class" - }, - { - "key": "SHA-256-Digest", - "value": "tb0Tqg/0Ig5Jv1vdDCLgWhC8rTlpFELZsvympTHqYGA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/PbkdMacIntegrityCheck.class" - }, - { - "key": "SHA-256-Digest", - "value": "n3vqVz88443HEgpPkDKdSwVPAwTzsqJNZYs1d/s3zzo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$BCPKCS12KeyStore3DES.class" - }, - { - "key": "SHA-256-Digest", - "value": "/4tIp+mT1b05kMqvpXRLGs3+XGxygBrA0GnmTJBQz6A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "oPH+4FfLqEIWIWRLGb+dYhJjgRa0IVWgtz0ss0jO3Pg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/AbstractECLookupTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "UrGb1LNWNSlXop0gcG+GJUSYLAF6m/k0+/vO27gUijk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "jiKhspxmSF4v5AgmAwACUVHqcNdWxP6EixxkdxHM1jU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_256_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "k6hp7nLHYYf723f7NgX1G+dLNNbav6enea30XSiKv70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/HashTreeAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "yXY+XB3Xy3/OWa8Snrwbz+sT0CgYIlvBRc6Rr/tnHj4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/kems/RSAKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z3RUClY+FG5oVXpb1Hy5Nws59ZtbB95KDDRbs+Gh6rk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/ElGamalUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "d5hpaFmLZg6G2yT8j1DIe0tuGbum62to9d+giwI3Nk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/NTRU$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "umXLZ059EfjW2QKAkiYTL/wXjPlABBWNJiHvEqLi52Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/ElGamalKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z/IDP3GtMG1bjH58CTsZjuc+PkL8GUdnMvBsaA6go3s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1OutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "IvyNaO0ttLylfA3Xg21HTe0lH2Djntfhf6+gzCTrKhQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/lowmcL3.bin.properties" - }, - { - "key": "SHA-256-Digest", - "value": "L1E+bJozqe+KgQ8h2hh+6uP/mJ5FjP+qgp0BA6Dz1zQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "YTg4xfh4vhV9N+vy5HJ+YZl4V4ZrunqPVwL1yG+fWK4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/gm/GMNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "adfhnPWWjGriKJ/by8czikkHeni8ZsEwjfW9/Cab4GM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/io/StreamOverflowException.class" - }, - { - "key": "SHA-256-Digest", - "value": "VGROmkvj/zak7W3ulAk+KVgrLH4EJU0aYHcbpaaCmL0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/KGCMBlockCipher$ExposedByteArrayOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "zlxad7vVTtIASaaDO9DRMFmBj//56ntFJcm+fTExPas=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DERMacData$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "6s7GQ2y9kAtcqcoMGsaHX8NGXniSMvNZNy4FaEtrtwY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_512_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "3XA9KXhcm8AJBRJdsXbIclxT4a9vSSk0S2Q5NoOnnWs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "4mfh2n1bGKQN4h6YLSlrew5RZs/KVsT59o0CaLFwvPg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/examples/JPAKEExample.class" - }, - { - "key": "SHA-256-Digest", - "value": "u71F2gdZlpLHGxOfU4WtGd0ksupH1dtVnTrhfn2Rr9w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMT.class" - }, - { - "key": "SHA-256-Digest", - "value": "koOvjWya21BLyKrlyHnVTdDd6Nz3uTy3F3uChDu+yLI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/GOST3410KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rfFLEVcWBUC0+VQsuEqnkWLz5+FL6C7kit9UdEOO0w0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "hAllRZ3vL98AcytLzz837GjRZWl/8UhSO4oJvX7SyRk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/BCRainbowPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "RwPHBJYphY033z7IqQ8uuvF8rQTC0Z2A6FV53v4CSfA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1T61String.class" - }, - { - "key": "SHA-256-Digest", - "value": "aSOdoJ1vn99F2Ps8iVtVFRhJFdHKS/eFWe8U5+TJ0t8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/io/DigestUpdatingOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "sJQFNmFGze/ByhR4r9lwJtmJzB9oHpzQ6CRQi/OLcao=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "vlhRIVPkmyk2EpjdFJuXyvI5rQbWc4opJdPdeT2nzYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "CI9i1qUG9CnDazUUuGzTYMOlIBUVMllrRcLmPWCpLhw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERExternalParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y0yk8PlspGXKm2E6HqpiahVWmWjVWvK6haGZdNJe+Ik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyGeneratorSpi$Kyber1024_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Dl4LVMO5krMS52WyR6ITdT5FJV8WOYF+ne4rmTAZz4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9ECPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "R0nHhyUnEtnb+WaQ32MXofk8uBaGVoudyjkTE+wVYK0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withShake128andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hns8PdRRfZ27w9sX0yqUtqvyZfzYby3w5MakNLHMhgc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DefiniteLengthInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "l6norKx7bxkSxTek4igX/XYMbgElUmGPqWBDXfqf1s0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSNode.class" - }, - { - "key": "SHA-256-Digest", - "value": "S9JrcXDnj6lXC1kogFGaXZEgfAYdZuDfycn3Jn3H+LI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "7vdNCPc0Ij+GiSLgKZGy5+zc6PLNH8o01FVEkmuQsxE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$NonceAndIV.class" - }, - { - "key": "SHA-256-Digest", - "value": "SM5d8aDacduY13AFkeiUfQegkWnxddqI5PDbwegD1qc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$17.class" - }, - { - "key": "SHA-256-Digest", - "value": "pnaOH8csgJMbG/f2FAa70KMhaS+jKkR4oQH+D1AnhbA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLImpl$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "jCFwzriBDBEZ6z1dAaWoFXitfYYQvEhcS3ZjmBcuA6Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECFieldElement$F2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "UsqmkZ1Z2bhly6i8oB5J60sBWhCqcKPWF61xkv3fbpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/RandUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "kmspEAsl9emXHzPzSz/uuKDFjRHwPNDoOjWMBUsuV7Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSRootCalc.class" - }, - { - "key": "SHA-256-Digest", - "value": "xWkT6MD8n0bg9GOUdzj5EKlPiAB1bCjyNqOVptoZc/8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECPairFactorTransform.class" - }, - { - "key": "SHA-256-Digest", - "value": "rK0H8+4EZ4MESXJssA6JsGHA9ZP3nYo7ha/2mIy/bq8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "K9RZnH8XzFmxyidz5MZg+ZryzPeiuPTORTNp4o/qYyw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/TupleHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "7aSxBpmaYbxO86rTwqbfpaDC7nu+C77lpxY5wcevWow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/CertBag.class" - }, - { - "key": "SHA-256-Digest", - "value": "dMFBk0C2xbQffD9IhtFbfxF18/svcuf80k66CflTbaw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EXTERNAL$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "drsy1NJcinxz8K/bCvMPP4CC4jhevsGSoBgF2g340Tw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/InvalidCipherTextIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "790uVWCz0NMO8+tE9FKGR8vzOIpAdqi2h+GwsvYVfcY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLSetParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "TDzdGuQqDUGNL7WRBlICEp9E0UXrTx6yWLSCZSmDTN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_256_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "T3/2zGGVuaJAk2Rq2Qi2W+jq0xhZkoW/5tPIClXdJ7A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "hLszwP1gTUizXhdBdEmSrXO9hFKuC+Q+FqnwoyXPD4g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1External.class" - }, - { - "key": "SHA-256-Digest", - "value": "bfjnHz551gVALkpgrbnWwWseXxrHtlc+xcgRilBuvJQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHA224Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "tFlByHrh7LdBhonhu/oXyp52wBx80KwZXGanPQLslfM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y4PGBiei0Vjb8g/E2IDOhBU8j9lGh1nKEG35LSjyU0U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$CoreSecureRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "2mTKl/IreuCbZ51zL0Sy0Y/vh0h6l0xSJXavva0IkZg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyPairGeneratorSpi$Base2.class" - }, - { - "key": "SHA-256-Digest", - "value": "622q+SO5CYrKGaQQb5aSogmm/7sKfYeTnghPcYny7bY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERExternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "y82KOLdl7dHt+fFyo2n+pThPjjLTUfKDIa9+L78mq0E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/MQVParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "qFG2ZFt0AThUw5ocVAsbeHuA3SxZh3tIgS7ZOyJx0WQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SM4Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "iXBtot5aLQNeQvkH1hdk+j6zIPQnD5J4gaHyx1hoEbI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash128$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "UE84QEyLdbPYNf2R0pfLL7NluJntAokdGHIk2JmtmJM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "sJxHu9goIeuLCA1OyhwTK0jMwvTULZP9DPMEta7kyh8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Set$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "Eco2tmU9ymTsbDIqvN6M3Z0VTX8rCCD11OUruaQ4DAo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/anssi/ANSSINamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fsc9mHY2IxYNoc0cYKzT+7EyfEWB+GlGyvGBJQdhGMU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/DESUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "z76/PhD9BGgzFzDUQyJLpsnjPKrOg9vn3Pv62MdKUm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$DSAConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "5/Ht5sThGfDRLd7C28j3jbAEpvrUf+4ATdBEzyCWoTA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Signature$Proof.class" - }, - { - "key": "SHA-256-Digest", - "value": "8DEXa/kL9hMWhmvUcQs0EhYm1ktDEo4YXvtwcq7aEnQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUHPSParameterSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "g9JyHaVRf8baRS/LlrWzsqQhPlDpqLjOInZkciBSglQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Memoable.class" - }, - { - "key": "SHA-256-Digest", - "value": "rUUcu4l8pWfx00PRjx6rXsot0+ahcc9uMkTSmFGL070=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "QujPV2iv7feq0V6YVQZQLJXK45NGAxGrsX2ecMuZj9s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ConstructedBitStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "DEI6gQZLH6WoU2ZWwgLXkHeEPaGXGVheq4AD0V3IT40=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincs/SignatureSpi$withSha512.class" - }, - { - "key": "SHA-256-Digest", - "value": "3zqzQpwbJHjML5Tq3EXVsKU7TxR4PJ5zk9G81Nc1K+0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/FalconParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "M0SfODRj556K4TVTM4splxPEpQURx/7E34JZHX82CSU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/DESedeWrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "wMPawCgNqiabZi9sNxUvBs2bN9E0KOItEs+a6kX7Lr0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/GenericSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "MHZJSda+S3vBowUSkOMgWRqu3JQfxiLJTLHSukxoBAM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/ParSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "WbQYXwjOmzxRb6LZ6gr+iYpLMQUIwY25GmVcrg1bY1s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/GenericPolynomialExtensionField.class" - }, - { - "key": "SHA-256-Digest", - "value": "5fGBzHNR1W6GIFSrjKLr17Cb+jFxi69wW+jiaFT3uPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP128R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "INHHnarVMCGg0raqmZ9L7G+pHCxqdx4roBttzbRS8hc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "BYjXQ9iLKejHQa1C3jtTKbK2DZrbmmFEIrh07MLC/HA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/GLVTypeBEndomorphism.class" - }, - { - "key": "SHA-256-Digest", - "value": "ET38eiP0wdnOf1K29ZQ+AnZ8j1cdd5xOYPmsWV4+wk8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1String.class" - }, - { - "key": "SHA-256-Digest", - "value": "eoWjpWIaeX7Eu57+6RuCAWNDfbEIVD9eiGv3CU2TMJo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "YQ0ot0fsDcqcbk0qCCWU39bpOGB0uHTKZnUtrKZoXoQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/misc/CAST5CBCParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "+UreWErYnl7x64J91wVixjcK14eyqA7+22eTaCDUPS8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECPoint$Fp.class" - }, - { - "key": "SHA-256-Digest", - "value": "iSjhXKQyIwROjaALJe0ri6f8gs4rB+krZNgpOuWWGNk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "4+yjoL+PDvqZAz75jPMfe3LRuwsrri6PL5rEgDS5h6k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/HRSSPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "MglnrumQ0rZ1SQ2M4D3642uLuGj2EruI7yd75oZ0SYs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$KMac128.class" - }, - { - "key": "SHA-256-Digest", - "value": "74Tp9SRwoltHmtQ98soJbF0qjbfzt32kdpqQ+/AWV1M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "X92F3FXISycGKVJbUwUsOxV1b1Q54TdAGr6Lm1VyQIc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "ExcWlDqC7GVPV9s/pE6DETyoPM7V+AVWyhpGdzvkSj4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$ZucMac256_32.class" - }, - { - "key": "SHA-256-Digest", - "value": "QhUv5Ed+e2bPJ2QIG7/RGS1WungGhhPPLH76V+ds4Ok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber512_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "GUcQA9BeGV9y/ObLwcUlGYpUtZQ5TjAdKLpRCaIyCVw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/ObjectStoreData.class" - }, - { - "key": "SHA-256-Digest", - "value": "3fQY3aY0ihI7tUHKD1S1LC/6IiphUwLJG7l1Bysz4i0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyPairGeneratorSpi$ECDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "vFsmND5fj7fEfuc7e7U2Xe07x7+3/+jf6sIvhizm99s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSASha3_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "hqNOIh987/GcpVmnesJTVrXA4xeFpHDYK0zUOVjujdU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/NTRULPRimeCipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "XpN5lSoEfBnfyfORb59wlgWHnzn93igeXAzhqHnJf+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "oXWR/Fmnp6DfEOH89xe1l+KbrSvwn3DbNKe+wzxnFTk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "KhIQHQzg6uu+3VjAEq+XFeXJc/DDZhI4XDEFLkt2KWo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SCRYPT$ScryptWithUTF8.class" - }, - { - "key": "SHA-256-Digest", - "value": "1NWf+5xutjim15cnJ7OMMgrsWkKDFwfkM3aSaZwwWz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "44lUxVapmPkL4ClLgQF5k1q2C6mR/8GiQFQ4mp2O83s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "sJtaZW3hDoKhAopj3wGpP4VU07LpWphhz2Jg83Lr/RI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$30.class" - }, - { - "key": "SHA-256-Digest", - "value": "K65friCvRvqq/jef425iP5ybGSHl0dBpTM42FmBhkII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2PublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "JPCXUWzPDPnqh7UrkV7BWAd+p88KsZgtxHCzkzGOtOY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "1xkueHcR+jNjC5HBvUFGn3qb05FImSEHjHRd48PINtw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/SignatureSpi$Base2_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "ePHmhOPC3sLk9HW3cWiq0aEOiDOQHwi/+9cGmSmME6o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA224KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "hgMQd5e9NN5tDlIRTHaqeBkRdTJMU4zhHhg0JzDdWjg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA256And128BitAESBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "nxqUAibTLAsEKm97hO2AcBnO7VYEjZm/IuaxutA1m4o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Encodable.class" - }, - { - "key": "SHA-256-Digest", - "value": "dgs1W/CppBK2GGxX/MSMVmr4xFp7/cNkivL7b1+GbFs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "juL0mPVtE2yZZocIYC5sS7LsuOqIJfhWn1ZX1C6yU78=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Shacal2Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "YOADN0g8/OeV0YjsIhFMdgDK928lKCsLCxgrUq0PF9k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509SignatureUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "3vxVMtbvLcMy+8SHdQOQ+q/QwHiZJEHPMR/Q5twHT04=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA224KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "7tIqC9LZ0/eEH/4hPnWPS0vqgdpI5LMcDFE/DUue968=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$CertId.class" - }, - { - "key": "SHA-256-Digest", - "value": "n4spzJq2DKyf3qM8oU5x7XtaQk9XndXQMoc7opW8ufc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "+/TcdVGAexbJcCzjvnj2mR4HVZO+PXwPoE2hUjNyoMA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/ExtendedPKIXParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "e2x2ZjgUts4jOj1XrhYmAJjgtg5v20IbUT/X+PDxp+M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/GF.class" - }, - { - "key": "SHA-256-Digest", - "value": "M8CpRJE+iyN8UfdAIG2KigB+HvzHd79iDI9Pt8EuQrs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/LazyConstructionEnumeration.class" - }, - { - "key": "SHA-256-Digest", - "value": "G2AJEj1/oPdt2qv6MUkkxrXLt6Bdm9Y89FFbaaClPaQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$PointTemp.class" - }, - { - "key": "SHA-256-Digest", - "value": "MeJtzzLbPAa15cVvSfk9Ug0TXGUEiOlTuPKaYqOu1d0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9ECParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "C/YV5iXeJGPXM1/fpi/H41P4nYe3bXq/zrNKmdL1y8s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "i8JE6rR/3mAwuME9D8v6xQavP3ihvNy7xAlJS9zxdWI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "y6k6d0oezMllFzZAXz/hhlkU8Sl5vtaQyTl0/Tvl7vA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsaSha3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z2R1f8g2Thzd2qPAUKyr9TaQzeDQ5sVGrSdWhU2A9PA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "OmW8isGIkUiXrU+AhLHjeJWQ8ie5pA2mnF6tKh+pMqQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "7CJZpB+BsHjP1BrBzg/lsQF/XqpQJtNGlA0pu4R8/BI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Signature2$Proof2.class" - }, - { - "key": "SHA-256-Digest", - "value": "gHmYixalkIoyNediLg3YvQ66xeksWm0E99GrA2D3Tkk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ElGamal.class" - }, - { - "key": "SHA-256-Digest", - "value": "rYoS6hS+dBaMI+7xcpc2DNqnbypHefY33GYtONpUQgo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ParametersWithID.class" - }, - { - "key": "SHA-256-Digest", - "value": "s6IwIqz2MShRLP+e3KPVImpKtqr4HrsK5u1g+cNgoXM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD160$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "x/92tj4Kx52Pq3gIICnNPOZ5oetUT7BAHvZdN4+swW0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BlockCipherProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "tG0X44kTMJR97wnZMS95eU7qOGybZs6vd8yPyDTRvQ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/hpke/HPKEContextWithEncapsulation.class" - }, - { - "key": "SHA-256-Digest", - "value": "UsKEHzQxuHhLElU/u2V50yWQMMeGSP+n8uRAnjnYsUE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/EndoUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "tenWXNM5m3UnKuG+UdiybU98yPVNb7YC0c+hnn2BrGQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "iAgSBjGa5ir/pyEy3ICJMzQNQaa2/9yAqH+wq4Eh3Ic=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "jBgmfWEbRBkATDcEoBSqXrUteMqk2aoUPRYFqQR+Ois=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lc0QLBY5LZ4/2ZFePOSATd/nB1Idjo82tApBJQD3pis=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "rBfVp1b/6SHqsUGCcVWg/ok8kR04d98GUIBn3DeYOpU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TBSCertificateStructure.class" - }, - { - "key": "SHA-256-Digest", - "value": "djhMP316772xRBiwn8tONLquQafkkFCqIGW569ez1G0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$LMSConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "YpNzo0hdhUVZ0Q+mh/F64JUDVJ3ydBw6FFiAnaowkMU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA256$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "pSqJehCA6a4mwOfIG8PMNo2n2S3Wf7J+6byHBKSDzGQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Mont256.class" - }, - { - "key": "SHA-256-Digest", - "value": "DhILQOusopEco2jb4DfYqzBar2kDGd9fE6vCCzsdrr8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DHParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "xot5DP4hMqbBc9Pbm5Mzyf95fMGpGdw4nVS9M8XF71Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "shvvDms5Lj7fPQIPOL5vFiBzVOwycM5YY4I/m49zzRg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509CollectionStoreParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "mG7W5q2cCj0D8rMJl/RuyrOZ2FnbvFuITn+5S/bBJeY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERTags.class" - }, - { - "key": "SHA-256-Digest", - "value": "LpJHdO6uqVIVL9pMsWtllZ8EvWBQ2kzocOsHhMKwL5w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/GOST3410ParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "snfCKL22/t3JlfmWMdoWUhcRcXCi2V25m+kVTf/Ms+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKERing.class" - }, - { - "key": "SHA-256-Digest", - "value": "OJSeDPu8OM1az0uxrFSpeKI8ulsvrYJmJHiVpqQQGeQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake3$Blake3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "80LrGhV19hoz9rqqfYMruNLLWbeqcVBKIiZEVPUeo3c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "oWPG5aqjlywDytYINg1oo+S3eZaYsdPFx3+9Bg4I7T0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AESFastEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "NEA6q9OVjElM8EdshKSTMUbcmSwqFEvpNFtr8sGXpSA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GCMBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "TmnFJMv5E0/j3Onl/s7OltP5UxniiHnpwdIGWf4cYEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/GOST3410PublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "UHpigI3rswXPz6Q9vOHUJ0s6WXfGeWNNO8Yg/HyHUGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "LXi1TejE5C7+kS3Uikrh3wP46wLnXgRjCzB9gPfGY28=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/io/OutputStreamFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "hy7u1D92U0Mb2oRfyjpY8uj6t0sURHoxlmFmvIG/+nU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/gm/GMObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "m9jGsiTeb/WS4BvwrcQTFtSu27bxOOKmi4FECTnCJ68=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/NTRUParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "gKsCVguyg7chDj0l9qjuemlzsF8fg21NkstyFOAJyyo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "+B2cazr65xC7jHuc74gJF5WGGPw2c96TdxvquvU2iGI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/CMCEParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZUfelx/2PxqeO5oo7gkorWSDmog0+oDbeygjYa+BE6k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERGeneralizedTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "8s5XVJeziddSNdkuCGccehEKlKlId1W67RQKjZcPK48=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$HashMac384.class" - }, - { - "key": "SHA-256-Digest", - "value": "PEKhsjtW05OfGcn4JfQbJbj0b8/IkXlgHsIA6oVyI+E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "KbhLxFhEJNC+cyYip6vK2hEyeUmWw3EwH2Eo3Cl7tiU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "P6s8wqOt2BfPioWNg2UR5MzKEnMRnSjZ4BUZPkBkiiw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPCKSA3.class" - }, - { - "key": "SHA-256-Digest", - "value": "wvCyWnp0o2IuPfITV7LXwY1frNnQq+zBqFh0+XNnFAg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "z1j1OrvMcoByxW/NfLht4hvtskjhkzXq0hbgMe/4QqU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CipherParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "qxv6h2GSYY3RUTqCWJ/Nl1NUu3LgWaLbutNUx6AA1RI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD160$PBEWithHmacKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "MsToGnzzvLGgFUAawoKi0ddibvMXVpSukYW1XPSb8UA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ChaCha7539Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "K8bizlRToWfNWp+f6J7i+D+ukkOPv0axdhmQjLyQtZ4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Reduce.class" - }, - { - "key": "SHA-256-Digest", - "value": "A0NdQF9xUr4D3pzLNU/UtF/7F27Tps4ODyUPWlDeh2k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSA224.class" - }, - { - "key": "SHA-256-Digest", - "value": "zkttPPHTHFOADssEoc8N52mGS+wzKUoEkhxetK+GbOM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Fingerprint.class" - }, - { - "key": "SHA-256-Digest", - "value": "X8mT6RTMJ+Npcc5h45e3sP4/gbVnlAS2rsZN2OnqCgg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "yioo19qwxUzopvoiS5g1g3oumQbTQG1/S5DEWU9xGok=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "cfAyVYFanfKujl1AFUl9ZyddiY6/vePgc7J6MID1e0I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntru/NTRUKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "aAFJZfKMB383//NMWchNdsZChlujUhUbhXAL0LxzQTo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "IN5ojcIV3hFpEh9fnfX9Skte+oomXc5Q8BNz2vqtPx0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Pack.class" - }, - { - "key": "SHA-256-Digest", - "value": "rVb+ElJ9siYuxhktipO/pBJjQwRsXdbZCR7NH/1zr1A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/SignatureSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "AFziFOi1rUiWOoN1sU85GYsawwGz6o1ibSbYHlv7Uwc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CertificateImpl$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bd/avpJh9RH+NgI7BoZUp17hD79ugjxjn5Ffsvkj6+g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/TBSRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "QLTNMWSd6CngN07gGoh1hxFqdqYTyF5AGs3KBqBRqSk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "I5nIs3MpWkmawQZyNYwIiMig08DKuIdFr+RHrWGLA3k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "2lnDz71obzaYb7bqj7BOd8eskqLnFamQIaLvFM6i2y0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/ECDHBasicAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "rrrVf476RlLhR5UN4pJUPf+Hc/4m5d5sdBGRgT4xmhY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/SkeinParameterSpec$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "gBAdkJP5s8vM6Gy3jvxBkrPZCkSE5lrEgwmUq5d1s7E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/CMCEPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "QH7EurLlDif1Ep/PZG0Xj/IC0dulPAL+3BeASkZvy8w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sc5AF+g+bHZGBn60JclpsIfSNWBD9acHT37ug8q7830=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber512.class" - }, - { - "key": "SHA-256-Digest", - "value": "OUX1TzPvDUEoQyQPgW2lpJ7ZiFQgdbzJ97j6E6XxZl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "XThio0PNdjW4jT9u0UR+R/XMchvJlXurAqc6fsxWgTo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Set$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "SOIRcSDPMoQQ+4Mex3pueEhAaoQ2xo23TZxxbTqRQ08=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA3_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "FsciYIlJOZL6MnkOo/WH5NnapbBHr9FOY9XAqZ93Ac4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Integer$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "p2E71gJ4bCg4MbhNS78G1JKOWSh4Jo9DqvvGDAS0HJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NtruConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "oq+MYXwP3fF5eftxqlVsg+A44D64XpUoF1gwBx0O0Mc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/cms/CMSObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "9f1hnKgIJHVehyUEm456ZhEb+m/iJ76OILfg9Gn9VWg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "9zWyxHycVjJVqAlYKKLOyVdXY3Fr/HCQRoH/AUaI9ZQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "qmKOkHpQTRbKRXdg6gAQVQ4/9xzYBnUKT5Ig3nUcgTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/CBD.class" - }, - { - "key": "SHA-256-Digest", - "value": "N0uQJ9AnTv70BJhanRFEwx/lZz6gsDrWk/dw1/0V4xM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$Digest256.class" - }, - { - "key": "SHA-256-Digest", - "value": "hCXGYYBep6COQ9tsR0K6X+muZYXu+sQush6zbMlXX64=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCertStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "sb/nqRLfIVX0mdjsCjgWwgahcJsUGYrxyhI+tPzAokM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/XMSSMTKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "+m5+uhQK7NBjcyLY/t6bHYVIV2Ha9yD1mlYbATzKnd0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSReducedSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "dcDShaHcJUlGMKS/aC6iudmu7VA9T0bnkULieSu85hk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p$QTesla1PPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "zlBWIApgtnB+yf1Jyp3BqsTk56dZ6sB40mwWNSimcRg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Eih/bej7M9dCARWU70SFpDlTSzYzbq2klTAseLuhbkg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLBitStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "nP1xlcS3VsfB1i2YqAWtKkSoBx4mp0v4eV+9PX+Xfiw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/SHA256Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "ozovgDg5WMBEWAy9PtzTtPXNh+RY/N/HWq339fPUDf8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/InMemoryRepresentable.class" - }, - { - "key": "SHA-256-Digest", - "value": "AiQwnJM7KJiuHG02r6+HfZAZAi+bt+xhVmTVBKmgfs4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/KeySpecificInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "gf5vhDlzwqCcJ/s9QxZfEBxDwUAsMt3CO+XkW5b9obI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "e4TL4WbvfYdEcqHdu1Rz+1C6mJC/43Trx/XU/FYa4wQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberIndCpa.class" - }, - { - "key": "SHA-256-Digest", - "value": "/zzAuH9SSBXD2eWutnR+sRF93vjTDyqG6kbWgidc4fc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "yx6SZXkV9SLAfpmplcwxus80vgYWZDvPnqBd+QBtzvI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/KDFFeedbackBytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "vCxZ35FGT7GxX+2b3nHQNXvgJqL3fG5vJAV1KahhQfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Skipjack.class" - }, - { - "key": "SHA-256-Digest", - "value": "wnqNZtNqPwdHKXdV85Qj9vt2dNfZz3aHZL/O0bJ9CUo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/Poly.class" - }, - { - "key": "SHA-256-Digest", - "value": "SSdr1d1ryq+ejr9MSm+3rrBRRVfgwKk8+eoLk4YoJOk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/saber/SABERCipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "hqvPF+KrKQXblVv5J67qY1FCBVK018eNDdflbOCczLk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/KeyPairGeneratorSpi$PSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "D6upEuTOtbxL8kbw7jA4nXjUC/OM410+3SIz1/2iMKc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "D9Qs9TwDEEPBRdoH/ShhsiRpPpxf+tFdJmq1naBNz5k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/ECPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "TE56Lr5a2KIUKuJzO4bZ/7uN79SdcrDJXiMxMzfbZ84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCRLStoreSelector$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "EZ4sZXTIiszWrFo06M2AxLoDAgwTETX0VlmAjUbzhBI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$AlgParams_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "xVq8Si3JORpWYU2FbLbYkgP43rNAddBtMBEl06VO37Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1BitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "LHt6wWvF4z/CYQ4UgwBMQNXqW55QEJWmpQNSq0S7XtY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "7xA3cDWw/Igas2Pdn0KAXg9kmvU5p3IozSv2mzPhAtU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/PBEParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q+AQqgxdYHCy/Oi+K8dOSjXDoIyAfW0hehqSJPv7oCM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ME686upwpS2aci4khUAzTDH7DmjATnNekz9QMLofcR8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "SsbF/jOR5HZaIqvlXyrNtUCAC1xSAotmMIFp5dOUSHg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$Shake256Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "zxrU46zRCYBdkC6rR1g/fkMNz5Rn4lTJzibV1UpKtw4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "DKmh8bKQ0Yw/MmxJ3Z8iN6VzUaj0be3A/1lvXUfmhCY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "IeK2LJnEnhKfiWnIWVpnyUXJ4ZU5yQ5D/ZyzwuYp4T8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/SignatureSpi$withShake256.class" - }, - { - "key": "SHA-256-Digest", - "value": "LxoJnjggx9jZ4DsPFcgDeCZGzQ/GO/4MXxzf9dndq0Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2nONBField.class" - }, - { - "key": "SHA-256-Digest", - "value": "+Fzb+T4/5cW0qt94POyAYboR1l8ACGQ6jE5/wIZ9bGM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "XQ63bGStFM2Jaa6A5ZFztT6VyFo6cOQJ4Nl7mXMf4qg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AESWrapPadEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "v/0EpXuk+GTNxplCiUtffwCfg5vXa7Oa3QIJCOwyKtg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Tree.class" - }, - { - "key": "SHA-256-Digest", - "value": "rlDXWUkk1derF7pLd7n+/IR9ktEOnDcMCNGr6EGKUlI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconNIST.class" - }, - { - "key": "SHA-256-Digest", - "value": "71kFO/uFWPfW0RO3igq5MsJKNnVHcy62FZCLJl2Obvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "QT2fuHxlCM/DrGj34mUqbQNlwB5OBSP9JjjOIJGep+Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/MGF1BytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "DElBdp5OoILODHoXRTjgoEINQV94/ztiIvbP2axWm2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithSHAAnd40BitRC2.class" - }, - { - "key": "SHA-256-Digest", - "value": "9VL+hSanGmJTlaZLv20jC1I6atm4mes0X1+wj+p7vVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "HyNyhGKCeQRjDUnmVehuCuY/LYh2/fWtzzY7ylAm52c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/BC.class" - }, - { - "key": "SHA-256-Digest", - "value": "q34sjBKzbxoQXuLWTfSBph4PwkVSCMWPymS89/BT6sQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HW2PKfA7SC4p5Z9zonXHYSS8n/tQWZgALnKphEklRNQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Holder.class" - }, - { - "key": "SHA-256-Digest", - "value": "GfkT0TuFuz1js4kW36PK4K7unmgOQdicW+4LR3893Sw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "VXalTjksAsyUlSb+UC9rHhb1Ywp2JB9YbJTS+Acml90=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/DHUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "0px440IpNcGwSQV/Q4WRTk8VcOC34YqnkLb8/1C07L0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "kwSy6nQ4I73eVuaiA4F4bsGMqZPuk80cNA/OsZ4FaXA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/djb/Curve25519Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "TqhxafzZr1xXgnhzviUmBOsQKzAWqjtnqbJL0zkwR4w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/Conversions.class" - }, - { - "key": "SHA-256-Digest", - "value": "XtaGbef7TlBi0ZYTBwKXRN4upHz/gVlj5sK8Unzr6HQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/XSalsa20Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "vU6EDW2JajY2DsWwxEPvHMEMCBVZ9FdKCQPO/A/cmQU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Bits.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Nb7J/Dux9Nt/0wFY3a+ITenzg6FdFoISTQARdvYGSg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9ECParametersHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "G1PwO4HadRKpyKYSPSDiYL3hNufobrWYgkTPwez6TUc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/Base64Encoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "QFOdFz9cPZ6tYSuOY8/d7zR/yobDnW6wEY5NgALefUk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ukl0OdUhtAP8RPoDwcwTzvI2nkVXOSh8rzrBnCrdLpo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXExtendedParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "j50gqVxCcz96JuUjX2DaQCYIUxHLpq0KurY7oUOoevk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/util/ParameterUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "AX08wrEzAE73LdOwCxKvXT+USfhT+eDsZwA+2EHv2ks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Msg.class" - }, - { - "key": "SHA-256-Digest", - "value": "RQQV8I3FeqsLgLX8pQSVRM+xspvnsPMoTgHgGd7fJww=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "bQwuRjCSGc8marL5jAz6gkkUsU7AoBgllBl6YFaiZ+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERUniversalString.class" - }, - { - "key": "SHA-256-Digest", - "value": "CD85Cpg6nG6J+iwuW3g91/taPu7LQIsr7NyaYsMDxys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_1024_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "d1G22w6LsFAeHvfvIN2KYIGL1XCCzJdwAGz8YUjzVew=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1SequenceParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "rOUXMDxXTtPdkIgQtL455Tim77H+9B1Y+j1WiSHQgVw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXExtendedBuilderParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "jvHpdTgZZoyxDSOqG2ikIC+IXsYisCZRWauJxPSfx3U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/LMSHSSKeyGenParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "RQ28Wzr43s7Lp4MmYlSZ1ZNFb4EpMiVvPuMnZ43i2YQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERSetParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "JyeQlTVCtlAtyyQqmwDdBE17wNv35DFbASGcd7Gs0kU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "GnFsNZ6UT9Urp17yUDXnv22vUpA8GUNCFSTIpeIimqs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$XMSSMTConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "afvkpIf9bMye0rYYR3u8rX2WAU/10mQMCXGWiIssJjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$ECKAEGwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "KvkNYcAzDfHJl75yMSCNDJg2Ialc5tAsPdbCPbguX4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/EncoderException.class" - }, - { - "key": "SHA-256-Digest", - "value": "H6HPAckf59ZFmYQNEvbAqjXgYQ0kD2Nw0G8qakatQZg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$HashMacT256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Omj48tKY/InDGS8MW/pKEwuj8wnno8pwn1BQBA60xa0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/GOST28147ParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "fNlBSw66vDjjaZ1MxBv4saJgAZmEb+tifMckahTF8hM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "39uW/7CqhHiBuN3pzhiUyHWUQOwcjJ17urcYjV3XGhk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rq8vMIfc6+U26GnvG3w1/WP4L3XG2UK6LGMTc45N3ws=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "W6dxOCb9ZlNpLwmPtMbbgIewOASx722nkp6G4y7v+V4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/fpe/FPEEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "0hM4LIZsoyKS9n3LNqGY4l7l1esxSNJBlC84x0X+ukU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/RSABlindingParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "y6hjpoqREUQhVazEJIQuTXNrkPw8g0EXTyzheYlZ9ik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/SABERPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "CqcHfIXEKJAJyI61QZPal8Iqon+s4gVe/sy2TF5X/KY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509DefaultEntryConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "rvt/JlOD6IU9o0Q16CDHAxP/do1dTTRqkzZJ9q/3R8M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECFieldElement$Fp.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gtl/Xgc5YN2OoRuijDIFy1MSrR0GqNYYJ7rZ0P4IrWA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/SPHINCSPlus.class" - }, - { - "key": "SHA-256-Digest", - "value": "glCHc6eU72IxnWch0ONdfM+qm4scl0bTz+rfhyBwYII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/PBESecretKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "JC9FC0jYN2deJu7crTLk6P1nrIC70iUp5A1EOOiGmH8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qT080y9OqTxucIaDM6/9h2QJdmkRtXoOwZl1na/tzhE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SSHNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "xOEA5/Xu/l2MZQZr/9jJUUMm9yC8tHMEdwP3WnPoq8k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/CryptoProObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "lZw1NSEzepLscyE1k+22Bo4XfabbPAFgCpJ3QVhCKRo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/DirectoryString.class" - }, - { - "key": "SHA-256-Digest", - "value": "dYizDIyhMcyJRIQ1lxN2IzlcmTfccWOG5HR/bVm4O6Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/TLSKeyMaterialSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "mPE9vcnEE8gYpuzOcCK6mLfRzGtJB5SjIHiA8PQZOrY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "HDmrg14neDZgPpylXtYiDLWkrNRjKb8UarN2IT2Q7lo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/NTRUParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "y7Qoaw5vZKpZ4bG/ZOyHJafOcymeetL5x2bebe2IaHg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/HC128Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "8naxnakbnbLoLYfGc8K3s73SqVvUSnLzEkKvQAcH7Es=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "aTUMcMQBqhht8lOWJNps59yx2BFOxIP7KBYvmmH5mYM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/SPHINCS256KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Kf7SFLNl1xfXltPHOQIjFH8HJD4cHIeN1+mO3QQKi4E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve.class" - }, - { - "key": "SHA-256-Digest", - "value": "OlnaO7icrEMAq1LfEjnu6TV6S+/QhfkbNFxi0r3ayuc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/Commitment.class" - }, - { - "key": "SHA-256-Digest", - "value": "wYrlNrOJvK7yLhVpoIKpECw06FWHIDGKxUfE7r+Q7Mw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_1024_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "qP1ogiUCZMCX0PGMhIedgDy1M1a7gEVyrpADYKkFKkU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$20.class" - }, - { - "key": "SHA-256-Digest", - "value": "EMseRHu9EE2kOO6pnEuHVQ6LsgAxpfsyMPOzHcIkAjk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$KeyGenerator384.class" - }, - { - "key": "SHA-256-Digest", - "value": "b78pUBrswV69XhMtMbFalC/Hm60gxvJmThZtnRvJH28=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SM2Engine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LFGBoq8VuDf/S+g1Uep/AN7XAnZmsmB4UIu4DizpjCA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Rijndael$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "m75iXeRqMg2G1JZ+rFl5PnYnE/BnfC7tm8KK0pRO0Wc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/CipherOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "6oFGof+JmT/55EvF6jiu45g3QnbaaOxQQ1AMi3XmqwQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "MR9PF62QYK8yG7F9NqLQgy0AFp6tSSyeLUqCAnzfVss=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$HashMac224.class" - }, - { - "key": "SHA-256-Digest", - "value": "eaavk8RhGeffew9AvWhvoP3iT0IvXqkfuYFgR/9y1kE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CramerShoupCiphertext.class" - }, - { - "key": "SHA-256-Digest", - "value": "xBadjEYomXmFq7LcWDrXhfxqK0fTdf2O9G0EQ2LO2yo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/LocaleUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "pY4K8tRliul/THq5ukE45eCTI+aygG+2RUjvP0bF0Xg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BEROctetStringGenerator$BufferedBEROctetStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "uT54DBZIhK4NgtsinfQHri70leXWyul2V6xT7ruU0rE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/HexTranslator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nua0NX5Jnf9RifxjYcx+39pNy2a4RnixMjJZfrQlWi8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$ISAP_AEAD.class" - }, - { - "key": "SHA-256-Digest", - "value": "+86mUc0KAr32TfovPNt8WhWU88PuneFqX9lelFuHBCw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GCMModeCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "ChAlXE+diVlX2fXP+4wGdq5MHYGPbdLhI9kfQfmg6Gc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GCMSIVBlockCipher$GCMSIVCache.class" - }, - { - "key": "SHA-256-Digest", - "value": "SvPrPtmBR6cCQNRJhC8Spw/18RY8gQzV2DYTb1La3dA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_256_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "tEAW+/fPBFx/OegRuHdMk6ji0uvm0IiAEUmxhgq66l0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$CBCMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "rFzlz2Gwv3Dw94eq9FtSIt+diQ/IXZpNc+KUwtJVAzI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "5oFRXAcV/lfijPBvnPsPtrGpx5WXzU3+xNQ26B97eeg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/bc/BCObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "uPbc4oMJN9V3L08eDevTxvlRvph/JtQHWWMHdx9MoX0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/BIKE$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "WPv0yhCpQ65jilJQ+Ws8y6pKcLAPis2L2ET3q9NNID0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/DSAEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "NZfQQlyQvhAoJUs50wub9TEYXCYtg9vv4R8eOuS7Mm0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$Shake256EngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "SxgXPGN5Z/fDnx+A0UcBRPQ46FHS3RKzXTbBCP/8Y2I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SPHINCSPlusConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "6fPxe1zS9lZn4d/lMxub0Z4X0BbTJ8Mib2hcD1mFJDk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "COyJo1ALVSoYtrQMLjFn61XCsut54Ii2cL8nkaHgPXI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA256withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "7axCwWFmX4s82piG4rh5Y5XHmeKf9wb5k38HJfOUg6g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesPermission.class" - }, - { - "key": "SHA-256-Digest", - "value": "uKbDcUwegBFt7b0swBwvpYP4YymUE8zRr9AnsgXad/k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSTU4145Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "iarvlufa1Ut9b9F+pR5Q6rbFkxLPguIy83jd+TM3Fqg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/kdf/GSKKFDGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "IKlfQ0XckzwE3aIRfxlXKFI9kzi0JluPBiDvy4iwBec=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2b.class" - }, - { - "key": "SHA-256-Digest", - "value": "cYS8aBNGl0hHJruhtZrxtEar3OlHMwtJaPECMallOF0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/OCSPRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "FJgaFLTcSvBmR3Q9omE+kdv/LsLKsKNvI5wL71ht+t4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/Poly.class" - }, - { - "key": "SHA-256-Digest", - "value": "8I1YTsmOvjDFvhU1QH9PGGueGAJ11G+qNJMOoy7rDnE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERBitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "CDKUIZDFrge36fPgQ3BW+SvKydIhLBCsDUBeFw4Rtj4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "YXne3rqTeRVQ1z1fvEJaO1IhcOonOFOI12cbv0+WTuQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/V2TBSCertListGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "cHSKItmFibSBIfNa7PesbFmqLnlVrpKkTb6UmbpY9AI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$XMSSConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "G0HdoUI3FfePTWGFbQp7cTvapO81acvVfZo2NUVb3no=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIES.class" - }, - { - "key": "SHA-256-Digest", - "value": "g7rcv3XV8N3+WuOEjCs4pueIIKAuw+lCXEyhPFgJOE4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "98A5k0NL/N2x0go7RDZhNjoby5YP+4rbVoevC5Zr9Yg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/V1TBSCertificateGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZaWCTOcYxwUplRhbs3pVlyn9+3Sbs63/l1xBQJa2a7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/PreCompCallback.class" - }, - { - "key": "SHA-256-Digest", - "value": "vVlRjp78lg/WW/mjphjXqSwOjbfZyyP2G7duIpu6QiA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "SlrgPZX20nf2FcMuSGVt90u66w/XgLEFkTJFs7kP24A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509Name.class" - }, - { - "key": "SHA-256-Digest", - "value": "hB9DdbM9TvjOHJ0zPspv3YXJ46gTggX+4MMfNvcnM4Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/SignerWithRecovery.class" - }, - { - "key": "SHA-256-Digest", - "value": "Opr1V9TQRQQxzX4mRyMsf/jpIONhdK0S8jqhfhnBxxw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC256$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "T8nBC4Mb/Kcb81npH1gVFReyTQHHot8L5jzIqv6ttnA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/tools/TraceOptimizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "mV/gxQRDxy+wyJQnAkHFuMvXrA++khbiM+MQVYQAt3g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "hNb4owj7uRbPMYQrOyNXHOEnJE9vDWFubpcOLab3+fI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/BCEdDSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "8R8rjMQHaidxBUXS887AJ+HsUPim5TxKOe5HTKFFnRc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$HashMac256.class" - }, - { - "key": "SHA-256-Digest", - "value": "aHXwUrYYTd9mCS4L/0e99xgxR2rNJUTwBP35BYgihKI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RC532Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "unX/9syMh7yTwpv6D3CTEk4nhO0Z+7oaeZf2QPNIv5Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyPairGeneratorSpi$ECDHC.class" - }, - { - "key": "SHA-256-Digest", - "value": "hGlnqAxAn4H29ZG+YzWcRI+7QwnJYXMPNFsu2SAYjTs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/EC5Util$CustomCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "K+mbS1OsOCZHol/UxaEqVzs0UtYMtO0fi3YzwnNTCjg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseBlockCipher$AEADGenericBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "hy/aekvuJUvOZniCD/noJH9kd0fdYJpMgvu3L57wIts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMSignatureSpi$sha256WithSM2.class" - }, - { - "key": "SHA-256-Digest", - "value": "OZNk0+YheeA571q6IbbZhYBk1o2wdyQxNMXJJMQAKdE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/config/ProviderConfigurationPermission.class" - }, - { - "key": "SHA-256-Digest", - "value": "qRdDC2u4Gg0onoR28loFIy/Y8Oz+o7Ka+ox0/jbvYzs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/gm/SM2P256V1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z8NQqrFYQJrEcYQLqnbJwBrt7EfRMMIGsofsgj2207Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/GOST3410Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "0ejO+4meKxepW8OXz0UHuii7FJhkqLKjRRsDdOm3GrQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "N3zJ0RJV2/LwkJOeNH52OYdB9fh2dOTDJCKnJYRXtvQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "xQjQZtn3Y+smogKPXnvyxWM/CdcQz/XD29DpWPyX3Jo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD320.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ibe0U48WFqnpxVSfiLQcqeoWY/NdT7Am+ed8QIh8dV0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM384_SPECIALIZED358_TRINOMIAL_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "QFQDemJI/gmKSvrKO5qEN5uxCWeAo1FEH7hpqPHmHLg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/Permutation.class" - }, - { - "key": "SHA-256-Digest", - "value": "D4yLqL41sVqSE1px/1LBLlTGni050oS43dK59zl6+DI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/KeyedHashFunctions.class" - }, - { - "key": "SHA-256-Digest", - "value": "C28t4NjBVxkuVuL+p5405TKU24K9I75M+oFNeC3tXtk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$OFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "Iz7/K+SdPdxzxWSsLsEQptx0jHgwsYHNIOrymn8IMkU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "fdwLN93VxHk6t5On0KxfS02CHlWToI6XUkK7u+fC1OA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/Symmetric$AesSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "hsCEE8UFgGznInrisMRWg9IvnfW/U1NsvurswGmYcs8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "icLl55zc+ri37UAs5ECpAgHd2ecG/xeN73PDM/lPVa8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$XMSSConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZK1aN0dRw/n3DdjKwMnIJrOw7mogekCdQQ5/lX/+1ug=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/View.class" - }, - { - "key": "SHA-256-Digest", - "value": "FjxIlUE6heLJ0XtpkS1H1QjLe8WsJmRGYk528MrI8s0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/asymmetric/util/EC5Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "ndcnI/nRZ1C3XZNMm9SB4Y6baYme7UEgFgtPFZV5ngY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/CramerShoupKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "QpZBtz3OesIZ9cgx99MyWzhKdxRogEy1jx8/adgSXFI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$BaseCC20P1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "d1+w/Hw28BoDKSHwq/S1t6im4c2pT/EThXTTTCGgWzM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/filter/TrustedInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bbq/xKyzEHS3IcJpdoizMplkVYqLGjQMtgI9VwG1D/E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q6erXSMu0HyOx+aoLzZtQ0M2MqZN/BTJdWKG4A65Q9Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "tA9D+8Rc6k8hvcM2QZUjCcPmuuK5bgKoDxruBk3whzs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "fKpNwksPObmI3hq+zB8vsQoiSr00iQT0+L9kyC/ACDw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/SPHINCSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "R3oUE2+D9tXvGEXbGipvYIdGDbWHTZIB0/egi1ZU0Kw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "FUPRgvUFrk5fzfW9HVxEZ9x3daakf7o4JdZL02T3sDE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "DLtX32dtnRKDErSWFGd/VA9MfaW/d9OxwnZEJwRC9UE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Arrays$Iterator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nnm/QkEKPgdtHMDiuVq31kFA94m0wTdc2PbUl8gny5o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "L9SafikeZH1dysAgwhRUrMgiUa6vwBFYW91cLUMCyQM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimePublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "bNaUJtLd8vZmEge1UfypBEKl6ZxuhaDwBGp93Tee+GU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/WOTSPlusPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "P+4VN49PjpMzls9yvPvE77RitIhK/XTkycGRy95bYf0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "3G9JmXc3cXyl/eP6mNZSCSUq78ZwWtuVrg2mqBuGBOI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/LoggingConstraint.class" - }, - { - "key": "SHA-256-Digest", - "value": "YCE2rIrJ74f0lhOjFl9iIfZCMQjntRIxQHtOJUmIYHo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/SNTRUPrimeKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "QbaUYSEPZlmoyFyE+mjYBYZ2CohnH4TkSq6NUj/nvTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC128$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "tsXh+4m85zRHB1aEIz9UKVbP3qToGA58d71utUAQzgc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/HPS4096Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "1YOmgRv5wr2T+taCqtvE5DLRO1ONdg4IUrGfNk1c1JE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509CertificatePair.class" - }, - { - "key": "SHA-256-Digest", - "value": "UbYiBQOYZ76zc83ve43TBBWXqiCQSaSW18goX+Vw50U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "EQpBnVZL7jPynM8a2df3aGijDFvoR8j+0Uvoa6qxdJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/HexEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "mau5VOFUsSXC7kX3sqiEi3L4Cnwel5BTH41qNA7EPQg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SEEDWrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "iG6MQ/JnpCJT/GPYmixnTi6F29VAtEA6KdWnczjIXJA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2nPolynomialElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "iXPQEU+1ZgpUtgDkJBbwua735djHDQ2e7sFBt0fcBgk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BCBIKEPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "4fe4jkY38os2giIt3VLk/EV9+kZ/gR7QBh+tw0BFuY8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "t+pLNTOg/aydEPEzpXQL6MtHQtJzMcQUVmeIi039wJI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA512andDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "AL1CN9ywPy3nJ86lBjZvpCXRmk4hC3zC2R+AELSK570=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/FixedSecureRandom$RandomChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "KNSNOR/MotWC2U2D9+PjDQkXS0y8C8uTkjQNTAES38I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "K3OEAaUwDCQPBedr6IUKwYA1JAO/w0I4HcIna2hEorI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "D99VPQLNn4bwXy9rvs/lCiFNXLz5g2CWACcPZ03Vx/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSigParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "12rTwHOHQ/JhJMmfYfjNWgsY//3HqlfkObXHjOs5Oxg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/StreamOverflowException.class" - }, - { - "key": "SHA-256-Digest", - "value": "64oVLGAJ4B91a2Fg6XFmFlYQjXw+XA6hq1+1Dm6+4tU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "p/y0OPrhyXzAfnxTE+RWU0L0qf6Bh+N7C03ECUBZobY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "j6DDq7XYLc3R321zyxFRmMy0XPu33QIkhqyHWC5owb4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseWrapCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "dfDcRhwkWY7jVkSpiU4yltOmkZRgWMBBDdLO58pVX1I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Di9ftrLl8GmQXd1tgJ4iNSiFeOB5blUsgTZFCK6uipA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/CollectionStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "shlI0TYHQZxbULmhyrNPsF3zimn0jCWsD5Lc+Uu1qOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AlgParamGenGCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "4oeuvG+BpjFGUYOnIs7Iu5TC0DW1TsrJTHeQ2nO39zw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "1mceGbH5pOHupEdwSQQk1EOpHXS3KgD8+lVwRyq6lmA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/GOST3411_2012_512Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "zdKr80G1dpUOAAqM4Qzbv5Hf6MAC0T2/dOGs84VYWcI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/ECKeyUtil$ECPublicKeyWithCompression.class" - }, - { - "key": "SHA-256-Digest", - "value": "qmm6PJ/iq48d6D4vr+3fdQef+b6mYPUzsJ6vvoMFM4o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "saFlFM9ScWx9gDDGOLBfHDKJAwQHsTxTjV0VkyVN3Qg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA224.class" - }, - { - "key": "SHA-256-Digest", - "value": "c9VnXQKmd8Z9rJ//dlNoLKPq5y/WlrZSs7/Nlv0o11U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/drbg/HashSP800DRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "1GoS1VuKt6hsDrjnb1S5YMQLMnO0LBrY+klhUYmG8Bo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD5$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "EYct+rIuxZR3N4gE/1BMWuXKuHe4MvKrMzMq6Hj2HpA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi$ECMQV.class" - }, - { - "key": "SHA-256-Digest", - "value": "uVceN6mAnb/sPE194hRHcFoFY2ZmRePXMzYDvxLPyZM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/DSAParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "HzSTfvWZ524jEKHdqTjeygL5R2CxDfolPrqutS/gB9A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyPairGeneratorSpi$Kyber1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "BOkeRFvo4QB6jTyHGYLgyEKpM1FJIXcBDFXo9EdA8IE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePKCSCipherSpi$McEliecePKCS.class" - }, - { - "key": "SHA-256-Digest", - "value": "34lasy/HrJmYlW/hib7iUQ7451UXt8EoZZJMEpriwTY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/DigestUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "pZFuk+2eVJDHVoWBtqtBQEqoUzYiI6uDtPnHCmsB9aE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/gnu/GNUObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "R2Vch41HrjtDxP+RUiHgmMYBhzk8WXyQx835fjOKq3g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rg0EFqkE/d5JXSje1i6sp9Ujo4zG+PBxcb/urhZK5t4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/AEADCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "zdwn0N7Fzy/gO1udm4BQDf7wNc7CzXMSVEzD7BgiAvA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/GOST3410PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "YlS+mXRORJDVOxLEaV6zUEH03H8q+gngHcaHDpReUkA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$18.class" - }, - { - "key": "SHA-256-Digest", - "value": "H39allyXZW52oPEU3YPvnRdiLveJGx9r5a6jDvdJap0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/SPHINCS256KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "lIdWdwlJ7eJ8Bq6WP3HrZMewzhJh2OB3jAjbVGQcjis=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/SimpleLookupTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "5GR7tAMCLISy07viASshRl37YRgvUY68tRnNAEZQGXg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "1hiDPvnszhRrpSlouEbeToEGssHd1iTSDGXI7DG0I5Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/SecretKeyWithEncapsulation.class" - }, - { - "key": "SHA-256-Digest", - "value": "h7W+yhaUH6E8B8Sxft5qPOkOXqJipI2GvfgbPbMz5pU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "P0GxvOBoU9n7gS475Nvyndjb3kmEqckAxkAAN2Gq54c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$ECB_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "iQbz8yizQBdxnysCvk5Kx+8bVfzup9ciOpwWxhaAnjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "0VEnYIFeY3LID/4DQkeYVnGwR6pamRJ0s8c37QJ3JwE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve$AbstractFp.class" - }, - { - "key": "SHA-256-Digest", - "value": "CWnvTxHPdktn7xQHGJGT2edBJhaYHlAskD7UCG4TkTY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/BCRainbowPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "F824fjvekCYzVOlAxiqowwIg7jPq3ZJel7yeB6xxbcg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "dNtLrIuDswdyqB9CPEJk6shWOS47KqbfL8eWylC9bzs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$X448Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "CjEUODn+/jyRBgeGYvXkmYIsC/lOviSE93whNvuKA74=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/misc/NetscapeRevocationURL.class" - }, - { - "key": "SHA-256-Digest", - "value": "v5BeLl2IrFetvCCiHIvIG7a4/RsAWKVECaoYv3Fg9XU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "seIP6osszMiQkOVRZykmBmZeKccuQrWYdE7lb2YpyHA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BouncyCastleProvider$JcaCryptoService.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rnjf+MAeOVlMF0PV92QRaTFvKzyqr7+CKdlR2XPMBfI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ZTauElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "1x5qVSkJfvoT4u/j1tmZaDiLDdGPYUCd9vy444flNvA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHMQVPrivateParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "umiIkhhwA6uHBryxMf9FB9uBxvCOitLyq6CKQALpzt0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/X500Name.class" - }, - { - "key": "SHA-256-Digest", - "value": "jxoLpZtKBov0+NoD5G4ST4niz5D61fW1EyCO9OR/Lew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ECNamedCurveGenParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "XiP3FuTOKNXPzVtIPJoHBfvFTEeyhcV3OQaiY3H5dVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$Algorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "73PxFvowzIdljfuErvBHkExROGny5HOrm95IzozQoNM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/tools/F2mSqrtOptimizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "/9lmJ80huS+xtTWeVlJ1QEx65tmdrn91L4s78MO65e8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "IQt4XgMaiJv7jSWXwI+DMzr1aBH6Ns5QTuioL3o+hqM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMKeyPairGeneratorSpi$SM2.class" - }, - { - "key": "SHA-256-Digest", - "value": "e6K+lfDa6LbLfjcBxEzKesxzz4PJf71oZg2tVNOwZOw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ObjectDescriptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "apYp25V6lCoi32kCfZz3FA3aDyciWqf3jfMDvYbf8HM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "C3v/3vDmDpebmyF0QwRV865wkC0mxz+8WR4CqjXU6uc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "A+UEvoxEDM+BMhJtYNo7nHCalwn8xJrNxrTh9Js/bJE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1StreamParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "XQ+40QCu6De8Pt9ndCAHi2vX7gDb4jJa8l9ERfw6iF8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "aTFke44nhYrMsVUB1/zHHiuY2zOKa2qKYJvGmA6RHVg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/Version.class" - }, - { - "key": "SHA-256-Digest", - "value": "ygFBY9/AObX4Aa3PjAwhCckJzOSQyDsc+uxNC2gQhew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "KH+Nb5iogvJICPZVgolv4WXDJctgEDIVM3mf0fa3lo4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/EAXBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "+5MPBnWuxT9Po9CkICwL0OfU5oVOtbSz0Ev/sz9nJiw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "aXP+CQd6J/Q7van3d1umK15+u5gR1g6YwvemVJXOlJk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/ContentInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "GfYR3TAA+fvM+AmA6eAScbLpHC8auU6XW2BjEBKYvpQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA1$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "qPLdooYgmjP3TQNYpSKqT6OlHe2Ecv99XAm8nGODqGg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/JcaJceUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "zJACbeBAn9JlxYTI+CMJ/L+9ExzVXtqsITv0/ade3Pk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/EntropyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "J8PJg8DfhTNOQM32kGvI7kGIUZexyKn55mDhjj7nUfY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2nONBElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Otf48TwFfzuejQFlTji+p6XDDFINJZQvii4uZ/hGukY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$31.class" - }, - { - "key": "SHA-256-Digest", - "value": "dSD7VLzU4oOxHJcIlA00LDHViO2NeXMATntykEFWnWo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/IESKEMParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "nQpcmRFQjrGqr4ieW09R6WFwUZZLn+7X5j+V4wS7Vkg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X25519$F.class" - }, - { - "key": "SHA-256-Digest", - "value": "eAIYesItWx8z9FMKH6KM9SIJHPgySjy9dSpvgw+fJt4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/XMSSMTKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "d2/8yoocqWRLlsWr1ZJ8kVz/XUP/vHkfYaAz5ejbpX4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/KEMExtractSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "jEXIjWRlMBLzhF1h2tYhdTftipGV3sP/x7Og4o8zySk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA224.class" - }, - { - "key": "SHA-256-Digest", - "value": "LE6mu99QQL9utPILcOr+g0TfqEaJhcIGfM16MVLEHe4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_1024_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "b0dQ7+g5B6W4N08bdC1fzpnIzFitqqaMpjqKI+bLUwU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$Digest2012_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "RprvydD6g0EfuOZ4kYPn2Ve84kJMXjn0T1KiAQ5UqBc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA256$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "ShHAkYsvzsHevso9soFwh5rNR8hixgODruQGptKXAJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/FPEParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "7DZgCOqhOOSWOrOkX1TzTrY/hddGj/DD84LpZVFElyY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/HashFunctions.class" - }, - { - "key": "SHA-256-Digest", - "value": "xukY8HaUjLIxEvUXwjszif1nU8/Z9UNo3+bMJsbCA+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$TECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NXclX5kuyuJs1T6OxxRO+9EXUrL76/FlAzCrvwL42BY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC256$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "s061sFoQwyfCnDwfJL8HesZBsCIZKqIsrE5ezcgOARU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/GOST3411Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "iM0h3VXyi6BnvFCjBDiaaKfcA7jlYOizfiu35pIrHjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "kw7laFpbcq2fEEnYNeM2yh6NIlCuwT7bRbhECHhiLy0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_256_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "s0IHskTuGQeBx9L7MWKPS87x1/hZv2Bgj1FrA+pVR+8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "+bZ1jwf0Ju53uk4teSiGTUYItX1l3X64EMTmmXo0c6A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/BCMcEliecePublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZRGq8Y6veu98BHkW1Co2YrxVnZb2xsDy1/u3RH1Wy08=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/BCMcElieceCCA2PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "SPguVzJGKUc3vgXNZw09bTIo/C/OjLi2acHdD+Nlyk0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "8oHPuIGKclNhjp2RppTBraSFfKxwHU/bcX6lDIesNLw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PQCOtherInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zz88UqAxnfn7irWcm6T08CwT2uYOHe1jMMy/Wynehr4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTSignature$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "dpAwM1kukHVTcpWFiGx8+ZezK3p1yA8ughYXGLyfSzE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePointchevalCipherSpi$McEliecePointcheval.class" - }, - { - "key": "SHA-256-Digest", - "value": "3gM/+cyGBjMHtjtV5BwjSCjkFPIa8B6P8UFreL2AEnU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/KeyParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "gnJSTirvFCZzdcuALTOAChSJHpJibVqz2RhLcZ0WG4c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/generators/MGF1BytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "reRkroiEGX6939eF0KvN2fuSP/vo1BRe2ZJ2EK1BwZs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/CMCEPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ce1tVOFR+wA4RvVJmLb+0b95tCliYoTAf8ExZQMbwwU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/kisa/KISAObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "fa+idsSa0mrqmVLPeS8zF9nGd6NbdNJzYcaQgyVyaNs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/jpake/JPAKERound3Payload.class" - }, - { - "key": "SHA-256-Digest", - "value": "dHZSfsJhZ3NGyfHCuZtGTAf6sfAjKmCZX8FMQB0bG7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "IiYr9Dc7YcKcoc1Lphm2ey4DljrlDNFgAtUpkwE7Y2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "pGm8QfhmaE21KJOkpnVk5ECypYkrChwsA9YpEAApWXY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "OFSdJXYqX7gFwO7jvDHoJdmBdpqSvm5JevI1C/ZNY6I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "BXWyh1t5XJehsaPCFp67Nb+LkEUoIBDPS0GSObiQ7/0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD320$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "36GcdZNM9UULJHD30b9H0oJPlOwU5oJ18SFlGYjSptM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BEROctetString.class" - }, - { - "key": "SHA-256-Digest", - "value": "so1s+JA93hBqrb78jRuC961P8mvQBuGYurDrekC+wDM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "sBXSctjOOVDXFS0IS31km+qWSX9oPsPc17x+D+1qWHA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "rcHI8YABVWAehBJYfjGdWr3hr8erO8g+1ZXNRGa5e3Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/IESCipher$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "hak6GVG/5bFVq1tG4CE8oyhM7yuOXLOGZwXz4Ihgujc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "zhNRcG+yvYsa8otbK5KClyiR3pfFlPyZhtIK8AwAXSQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "V66d5X50/POStfOzG8ToRZ3G6NcxQPyY7cvXhf1IMY8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "YeR7BVr3Abbw00Rk2YiqYqWZt0KCjS+omh8qLyxrtYA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$19.class" - }, - { - "key": "SHA-256-Digest", - "value": "JNAETGYRhVkJ8+Vp2S6BpF98ElETp6Ww7FWi15BZQQc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qmBSL91SLSNvoioePOjyuTkvFkYOpwJe68XLcQOJmL4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSVerifierUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "LUonCThf9qzqzhXDKCbVXGhQZ6NooY63REuM5pzl6DI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "TFqQGmmYDxHd3fSEL1uO7G/kZdT7RSmAJG5H/dyC2Fs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECNamedDomainParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "A4KqlpNKG9/j5TURJj9l7oJu0oadLj75XpIZ05qBmTM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "MptN1sTligoKmEnvgJm3rzFs8AIFlZukjRiQgnF8uHw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/IntUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "t+YajADONzQeFTJ7ezPQeRjUMbDpy72vC7o5Byi4x7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$HashMac2012_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "5b86DO82rjiKERPPus8+Scn0Jo/UMKGhbYzT8/rYuqw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XTEA$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "HCEwnGP9NdAucQ5CEmyEZYScUDUN4bwz4lLQBpzG1UA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/MissingEntryException.class" - }, - { - "key": "SHA-256-Digest", - "value": "BlIIszrbuKKkJy5ukzb4ShiJC/rt9gNmAwAxLS8BhBw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/SignatureSpi$Falcon1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "3xGCxDMujv4/6hKXKvZ6CZ5r+9TLjZ30d+tE5+Uz5m4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$32.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rlt64yv2pkW+vODituPaRTHXGKIrAf7ycXpXT/0am4c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/PBKDF2Params.class" - }, - { - "key": "SHA-256-Digest", - "value": "tsYYuzRBPhBOpjzZbcPmswyyJnL4kxoGyPUjEaTkipY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/jpake/JPAKEParticipant.class" - }, - { - "key": "SHA-256-Digest", - "value": "217XK73XPHgB41jTw1R5MyLdGDDIWOx1xLZtC1X8bAY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "mVtteVcMF71GbFz0FebQkQ1uiW/zgwhn5aGDLZVFoK0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_512_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "3WnR3wa3UgRUT7GWitwuqf6O2STVusZCRN/irTZadVE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$KeyGen_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "YE3PkT2qD4asIyFqpnIeZs9hkPNqLFQAKW7CNHqffk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "LVZdnWv0SsweEiyoEnmkA4hGXYaQU6sEisjkqZxtAtw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA224KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "PPc272ZT2QDTjVWOFVpD/dMyDdJULFZswHKdlKGEdhQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Skipjack$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "a6AVZIlstQI0ysqrCli56YLIwrwvRYLPjCT3LkTCN4Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/util/WinternitzOTSVerify.class" - }, - { - "key": "SHA-256-Digest", - "value": "bOxWK1jCDw0GFzv1bV984zX5d3w6UlN7gEAtdfPC62o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AlgParamGenCCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "1i0q4G8TlyKrEIzGkUfMltzqbnPtMI/E1ULm9S0UUO4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/IntegerFunctions.class" - }, - { - "key": "SHA-256-Digest", - "value": "xFSu4JOnolda7XikNAhsuw3QGVW4TW6h4tc6OWZDLWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/ECKeyUtil$UnexpectedException.class" - }, - { - "key": "SHA-256-Digest", - "value": "SRpfr2tp/Fyh8LIkSvJzMnXPZldPuJpKoIVzjJIhST4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_512_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "N/YxOh34r+ghlswdqZQDrA74JeKi1eKYgginlThk2zM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Set$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "K3yta2ACY3+gECo8kt34hBKYAN8RdQRYgY5vUkn0wGE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tao08s6hp9XTGJCcB2fJIWM14/PGowUqeNcYY8+IyT8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$Digest256.class" - }, - { - "key": "SHA-256-Digest", - "value": "kLiIq0oQPh4BgauPZo/JTlHa3AvP2933+/TFJKo1gW4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$HashMac512.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yz7Er4HMJM5BYqXmnI5sokqLd9kGR/PLgGz/BnkJ3Hw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/BCPicnicPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jlozs1jIeyM/aOMI7aigS86KBzDlHiMRg9P6IJZR+Uc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$26.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q5OiyNIjW31V3bMXrl9d5BfVmjYcGpe2BTxKgeppIAo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$PBEWithSHAKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "fX3cxVCNBEbODCRuiBNsdSoUsNmKADEMyAIo97kUZ2o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/ISO9796d2Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "zbGGU/Uw4OAnU+YiXmAVIkBtfLwW/kDPJeZcDV1y5eU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1TaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "JOUrr9xa++m1QnYG4ZBdM7VaRDUNKbcOAy9lIbNZyIw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/SM2ParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "LDUkNCYJ0kOAk/2CxTms96J9BbwmsgAthLyuVnq2xL0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "4JB2ghAY2sNQCaG1FkGdRkuv+YLwRN0sQvGzq0BLdaE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/PBE.class" - }, - { - "key": "SHA-256-Digest", - "value": "XNLhrf0G3R3DveCgLTdvf8QhWpuIwUkYyyDgxcI4DME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "WjshTgpWD8qRobztqElGg/1xyCLr+aBhCb1XPSxVFrc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Mul_GF2x$Mul13.class" - }, - { - "key": "SHA-256-Digest", - "value": "DLSf4cAdUujwpXgzx70QQOLRKvRBDUnzflNAwerAfeM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Ed25519KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "GueRVq1HSAhurKZi6ZHzrAce1fRxIPvDbqgPnCot/2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/KeyPurposeId.class" - }, - { - "key": "SHA-256-Digest", - "value": "YYs3mNpdipGIgofVMho+OvVrGBDOia592nQPCGfF2zo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "OMdH2zjZTAofDVncVKuiONX/FPVYY2vM7sRZWv4Pjj0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/PK.class" - }, - { - "key": "SHA-256-Digest", - "value": "by7JzMRMv38eseFwmUSUkp2NGWC2nrf+ajefF6lt2cg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "yZ/wIzpHnqHU12TFkNlD0gzVcc38i5J3Q3YyTmd+r5o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ScaleXNegateYPointMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rw616KLiYSQUVhespDF0hWSxu7d728sxP0Dh+jny3hI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "9LZzqfs62dPKL4M00FZDeT7phb+5s+1SkLjigBe4xd4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2PrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "MGwEUpgiQbOmvlmKf8Z/Jao1h1pqnXtYs+LHRVpvLRA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509NameEntryConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "8lbux0pk/wdO2GraVx1q8aA4JkoOhbuhFvGZYhyUhaA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberCipherSpi$Kyber1024_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "n+7jTgRZdAQNHt7IONAHi2N8hHZkD8anpr+1lNiZSEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "5s+6vkIFfZWR3D4rWj8YJaJBcjozDirAyn3cgZOs+Mg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/XMSSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "QQVeJYilS84CAqEl3NrOxF449tBdLHpzjeYYrUaqnPw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric$ShakeSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "bDzs1RJeHTu+TX+qn1udQaF24nHy+EoK+ZYYkkorHH0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$PBEWithSHAAndDES2Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "4P6S1o6VcFobVVnsnh8ldTQqx6HCtx0Mv1nN206x050=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PrivateKeyInfoFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hls/rIjuHtmzdopxDXzE/IFNZPF73xL/4ThaUMc6UY8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "4u8QT75UzaIeX0mjK7mi3yhN3CpzuuI8awJI3Fp/FdA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "t1xG/t83QENARGAg6TkZ6c2c5XdXMEbtnitDkGFZkK8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "ghQfE2/J4RKZksWhRTLj0GP1rAxFdx5Fa86fpo5WSX8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "Euahs/OZAVmUpAFQtCinYQ6kZQev1KhlFU24VND4uF8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "QfujQWSGpckYAqgE1mvICb0TWSVLXpRyPjsALjR7leg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHPSParameterSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "RzXSsOFV3I9PPiyzgmXXy4h14i0TXrLNtdXLbPyu5Ks=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "3ozlcs0I8WTwN6EenLi1pyC+e1aoAbergne5mtJZNjo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/XMSSMTParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "FY3ZdbgU6bUGLaHK8He6xvBHWZuBBg0d77VxDm83GQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UTF8String$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "suqWptiKOKH0sc5CQLFzZExAul4lXhOV5yLmw7Ywz7M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "qGSSzorYoLL+n/QNO7R3KAkpeE+ZzXWj2VliSVN7OXw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/ISO7816d4Padding.class" - }, - { - "key": "SHA-256-Digest", - "value": "O3W7jWfDWp9LRawADkyBIxO3V3ssQq0ADY3RaIHE/io=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSARipeMD160.class" - }, - { - "key": "SHA-256-Digest", - "value": "RLtBwlUEOJAjHRHaAI4OtIvA1xYEFJaUXdvuTQwLfzk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSContextBasedSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "MHwuqAi8zvQX/hb0f9VYWwSubYRmsqWZmpY6ykc3uo0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/drbg/HMacSP800DRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "LYOMrWKfzL31rjId7FsUCGgTO+mp76S8t35INLTlVcw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$KeyGenerator512.class" - }, - { - "key": "SHA-256-Digest", - "value": "F8ghRYW/32Hg2C0wIpvT3yv8pRNDEvKpkTGGEaIAuyk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSException.class" - }, - { - "key": "SHA-256-Digest", - "value": "3JuUFXotyrQeDBi3BXJYzVDZFXxQOA/Fd7PzQIjVqLQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1IA5String$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qBIuI0oh3Mt1qCSfkhP4mQzwJxQUDWZMT2VvBbBNS/8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "qPs/I56WShoI1tw3y2K7rOBJWMl/+wHc9goPgjS2sDI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA1$SHA1Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "WCAev7IWed5M6iVPhxfjTmEnQTO6omhVRQGTbeQ+KFI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/GOST28147Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "u3kbI9na9cdBKLiMub7QUwP2KkjvVqG2kjQOLF+4oTo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Argon2Parameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "fIh0jkAoHOrPFz5+8Aul9flVB8msTiEtjuRaVEOdg3c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_512_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "3ZO6JuH2BEV1bMuYEyTf073EweKKrmsktWdI7P+aTvg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECFieldElement$AbstractF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "SYqgd5tBuoyg1XXlp8dBPOVEsji4rQM9tciqlkcl1lQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WTauNafMultiplier$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "oBULddOJJe4VMbbQTQ3rT3Jc2BFDB19X77tq109a54k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TBSCertList$RevokedCertificatesEnumeration.class" - }, - { - "key": "SHA-256-Digest", - "value": "KS5fs9m7QXqP90NRa2aIPwMIC8KSc/hcmvr1sVKmhcs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/RainbowUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "mCsAxiw/xutuvdy+p9MjzY6m12nG56Ufya0MWA4oz34=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NtruConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "HEAVZc2GgxWPjZyGNwvLHRxvJpyq/dt79YAYmcI14bA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/style/X500NameTokenizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "noY0LVjr+BJZol0OKAbvOpKlkuKv1tedan/GaIFntJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$16.class" - }, - { - "key": "SHA-256-Digest", - "value": "GbgjYxltHcJtCOfKXghBGdzB2HN8fyecany5BCv5vw4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA1$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "bTA/QHhdz0MHsG6MXHPdi6JDec/hr61Lbn0Rv0xqua8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/BCDHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "CPtW5Z23q8al5bi8Ce8gjJe3F2z3S8yaGbCNZv7U6T8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA384$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "2tNclEPtiJ4rGkjd5+7TjAANlY8gbFnUTduNYzshrkA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/PKCS12ParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "eXNCl2T8uaxiJVbOfMtW4jVrWnImznnzO7GOMtSUaAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1TaggedObjectParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "YbEtnv/fFhjnJhfygspMITJOyY6QNlIiQ7vMfMUXT4Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/ProvOcspRevocationChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "/aH2Fbwrs2pguFBBSTPtyBaRuwPeI6XGULI8v6ZSArg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Exception.class" - }, - { - "key": "SHA-256-Digest", - "value": "U2XGB/MOk5aj6hDcw25UwlMf17ZBXrCDTP2/gDh6Hw8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$DigestSkein512.class" - }, - { - "key": "SHA-256-Digest", - "value": "V7WdHq8+ZM7+vPbfEukUsvTlWeaUUx629l5f5MRSDMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/NTRULPRimeParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "YC2ru8uFM4NTtZBVWTyh8vsYn3CT9WdYpF04G01TqCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERUTF8String.class" - }, - { - "key": "SHA-256-Digest", - "value": "BeIGkSmZvo9i9OOD2PJ9j8XVS1Nee3wDIKG7yTt4ya0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$PBEWithMD5.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xxqi4WZpo1dROyOCJNPQcKhpXaVcN2oLOQ53sQ3PQ24=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/ECNamedCurveTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "8vP8qsu091Wk3x4GZg55/c8lsN6QJ7J4lWSJC2AmwuA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "099CbAyBvhHyGvafmpYOW6TWt5ijC/I7Rw65WSg0KvY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Blowfish.class" - }, - { - "key": "SHA-256-Digest", - "value": "rQGM4/wDmqktIYKeRiyTrsdRRN774I6wzBSYUgLHl2Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/AlgorithmParametersSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "T2qfUrDSH+LQMGtjCga8bGUy99behG8cjql9nc4/TyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/X923Padding.class" - }, - { - "key": "SHA-256-Digest", - "value": "qvpiKFbM4F2IK6pmkeIhwKjqn/blSMrm8R6Pym++sQY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/KeyAgreementSpi$ECVKO512.class" - }, - { - "key": "SHA-256-Digest", - "value": "nZuzfA54sNKlJA6p/hlzW2Cb42OGFjCsq5I6QkbHgjA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHUPrivateParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "L1EOI0vsr2/bAKw/8erQfa/0ubZbxKQ2LhBRPOD1T4o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "rb/Pl1pdxJKREjm6NgGgRfOn3ZL0rYvqraKR7WMjMQM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "R0a7+tR1+ccx9JSuMbAFYCiUrA+iVP6JML9QtDT+Mo8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/encodings/PKCS1Encoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "UmYDYm8e0ACf5CTA0/pR1800a7jNqavOFO6unDJZm74=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/CramerShoupPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "816PskW4QvV/mWmr0CLR6E1Vf4wNIKQYotkN7gwvX0w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/interfaces/EdDSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "WBaD5uMwuzWh4gDIHZiS9VCMnB7v6Gt0prSlWiZnin0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/ECKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "RZZ6oybB+bZZWMZ2/EBEWpjZr5kBY882B9nxQ3BsxPk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/NTRULPRimeKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "lCBiPkfVuh8ApoNBwPXl+0s2hsF1Aqv16z+2cr2tNh0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSSignedPubKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "kfwwL9Y4X6F27rlEwp8V8AVyH1HFrdGc4pnhmDlLDx8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DERMacData.class" - }, - { - "key": "SHA-256-Digest", - "value": "YNtjXgNPueOffcG36BSjNOBwiyfB7GnObwVDfVCud2Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "/KI18E9+F1BmFROS5wiclg7jvCLyHwVStqcr0UzEntc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/style/BCStyle.class" - }, - { - "key": "SHA-256-Digest", - "value": "C3EwzbPJFZHqdxARXTQ/T1qxPpG7WuHenHbi2jQK/tM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "hxyjnOUhvzdlWAVmwxwbiw2xmYmMaH0k/JQOnyKp5OA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERSequenceParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ClMns7OZENlXJiqtM624IgAgArqQtJVeSpJBNyjsZEU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/LimitedInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "0fYQlpHMrOWQ7FfWJ07RPcymikMoJzBPhdq7T3sSJfg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CertificateImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "KMWz8uR4DBSr9Wg/uwR5N1myOpzARCeVK2u/Jg9yaow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$HarakaSEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "huOnSzlGRgjWbQKB3zMxex8NSx82gSv2aCUY3Vx0bp0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/commitments/HashCommitter.class" - }, - { - "key": "SHA-256-Digest", - "value": "NQiF0YDh5KIbFupZg0DcL63twODOueROkQSDB4OHtNA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/cms/CCMParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ktSPM7XB+wegymZmAoFmnpoA6nb3s9YpPJxtFCoCUag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SerpentEngineBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "FbmEjxNTT2KUp349DGZ0nH13Fqznq7sMO7NDQgGkr8k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat320.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qmc5iWxBkKU9yuSZ4s0apFF5AVS9KAx4W5niZszwLx0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST5$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "+WfzD03gdFzP1oSv1Jjxvc0yhR13xemoqDEaa8D7W7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePointchevalCipherSpi$McEliecePointcheval224.class" - }, - { - "key": "SHA-256-Digest", - "value": "wQ+6srbA9QKX30MIur3RehKW1nqCg/4YAU3OsllpL/o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "m3dI9iXqi7ySs5htrvUm4QaW/ao9a+lbzdM/jmjHSJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_512_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "RcabFNq6+mVMkEmHru6azM98+Ac/xTt8iQv/ujKhEBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509CRLEntryObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cq/IEvNnJzN2j1THxzoKf72Uz9eAib9MHgRND12ypAs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "iwHiiAvWD8CgXTqLDwNh/tZY7AcE9GLD7FSTDhy2/r8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "JJj/NSNoXpvBA4oXqY1wFJxYctzNvqp0qUjFXpvflM4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/XMSSMTPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "uvW2oUoCPndJBoUcM4Dbm1VvmEM3YhOOubK2kIIFvy0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$WrapPad.class" - }, - { - "key": "SHA-256-Digest", - "value": "av3cyvgp/l+MdHaGhaRXGdPRt1edonP5PtVSq/aIcTc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/cms/GCMParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "frOCaDTpnFSshNVysDTCflZFkX+hw28vL/PnYsYIYi0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSLoadStoreParameter$MacAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "0cd6TE91Rh2iWiO5I9VvFiX/bLOIa5G4rTDe9oeXGsM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA224KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "V25urS9x95wN7WFY5q3nKInXZEoiwYMDfXK88DEJqsc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$RIPEMD160WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "kTBXAOiOJfuC7T2Bhzbwa4IcNNc7m0LFEMe81sV71ls=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSSignedPubKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "JR9i1LyHFDjF2QxIJn7bYQnLk8bqEJV8wkzSktE4qTw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA224KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sop7aJV/BBtMO0EPlgS+aXUDHLQRMbu+rNgDCBE9eDw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed448Signer$Buffer.class" - }, - { - "key": "SHA-256-Digest", - "value": "tKakJ6eyJxyymG1FAZ3aNzmiyFEDo6oR6WtlSB5//4s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/IndexedDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "yvu3SFOF+UNFhxbzwj8B8Rb4X+zqjCULDB3eyaHmxOs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1BMPString.class" - }, - { - "key": "SHA-256-Digest", - "value": "guY/YKOi4u/ftv9IwuLuVSt20iuqO4U5ovT+07TjQ/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/ECGOST3410NamedCurveTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "/4e4uMlyw5YyJfZa7IAKkpfcoIkFlZhaIGsEJe8Fs5g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "8BiQ1poHaEchaU9VJc+P4v2Nh57blZLW9XUxeWowLWY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ohGJflrbb01ygkuWoSBhDOWVd/clr2hIQapSCm+xyFc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "TglFW7un135hkkqcpQPVOo6lbgV0r4ItEFUwAG+6TG0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ew7lpyv5UNYVeFIB76DjHFcIBvmdn8lmnsYAzhkIUEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/interfaces/XDHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "oJbqXWgYWQzogEi9eEkRw3vl0Lnc/tNTsxyn3c0e/wM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$15.class" - }, - { - "key": "SHA-256-Digest", - "value": "xDdpslOi7bpPwNgV/CQHnO02PIKvN6WTJa06tbRvsnM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/KEMParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "tCdNQovISJPNqklvkxR1KU7kEnz9yhDnB1w2ZXxMvsg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "mBXUs14K+pvx/8zdXa3VXICmOVXJsJhf07lV2Gi/7Cs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "vRSShcFh1HOXFT4A0y3MzAayj1bwwgrYH6mCTSm4DVQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/nist/NISTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vl5YOnG/t5mG6BuTqeUFR1aBuUQI9xX/6JOAZwadGSQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "qFOf65XZJtx3wnGzyMGTrAdQdc7arTKY0Lsfa26xgpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/ExtensionField.class" - }, - { - "key": "SHA-256-Digest", - "value": "wCa8fjfv+6Q4hOhHdxnsw7KCeZWFNxKVg8kGdU3nm88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA224$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "WsIUAjMXSkXfM+uHLKoPy7n6UFQkFOfCtesVSLqnESM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "3q+HM9ony6qzbRBOy2iNEmDqwGS5tYv6zFhqux2rIrQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/KeyUsage.class" - }, - { - "key": "SHA-256-Digest", - "value": "3QZfccT8Bz/8+41Z3M+hMudvTaR2Y0Kh7P0jLV+PHfU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Scalar448.class" - }, - { - "key": "SHA-256-Digest", - "value": "Opr4XRcO3LIcx4SrPvCY5I6ptV7v+hK7aEDZbMgWDfA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$ExtKeyStoreException.class" - }, - { - "key": "SHA-256-Digest", - "value": "qCKbtKJZhsSef9UXwqqC3N4K4bC0qRrqOkZY0Y9UEdY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/StreamBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "yHNH98CKdyzfu87uTh5UY3hyl7RLu/BTCTPs+7/i2Gg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ECParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "KHDotsT6xAIy7hleb6gyny/uez29H6Ki1i44eOqCLJw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "mc/63LlTIGvuGYVsmqAeaAmGLNSjkhXl2N+eVGgMeVU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/isara/IsaraObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "TiaTnE76q0N5GJdWLiacEcc8tY/THnxm0n2MqXf5Q38=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$AbstractFp.class" - }, - { - "key": "SHA-256-Digest", - "value": "K3MRZ7j0v7Alyf83KKrkry2z4pG62izM8lTPdiGEudI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHUPublicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "H6TMt2eQay3FSc5zqvvGbr4V3lO8T4DcBpmpJ3aEgmY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat224.class" - }, - { - "key": "SHA-256-Digest", - "value": "M8anXPfHazIxGfCsJLbnL4dg3XDqGN/WLH75bA7jzAQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA256withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "yohmdaad4APq62I0rXH+UnACddugm4VsehihQF5TJok=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/SkippingStreamCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "/5grCk4ZHgQXBAqQ5XK+0mN0Y/smZV0disyt+LmDeZI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Rijndael$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZsIf03I0MB7+KH5kNMf490V+eZm5xhJObabTg53N1PA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "vqljapfv7c1QT/HE6hbJeBJvXQ/NTkTbMkRVn+iomK0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/HPSPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "iTJq0H+8dkVJ91vEr0XnKsQ3CSoksuMDpGABROftJn0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vdpgj85PE6d3nsLtw8hgH3WoFC8Nryjdj0FTT5WCSuU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithSHAAnd128BitKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "J3djqVlY8Xu6RvonX9ROjdQ9EfonYUOZwZWU3h8SMao=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/KDFCounterParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "mz1vQSSE86mIf6TGiHBM6fkD/An80X3Ib+aG7YOWig4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509NameTokenizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "1yZtd0Nnd6fCa3aISgcT+d5vsdySX/ww2f25tECdu54=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "I7YdkqWrFRbZ85vWFds/pYn7uHCCBSgC+t7pYOZrX7Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "djTt9PBn3p1WB+QxjolcMdS4AwYKppBSjfW2KDuxiNk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/LMSKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "IaUxjRRA/yw+P0NWP06P37xx8JgGH1HEVVyWg+8wctE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/CertificatePolicies.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZEN+cOgDCZCGJjmzRK6dVXn1dI14OQxHzePa3uBmZ+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAACEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "JCCWGrt9KQK8mgVFRWqjBoL27efiCpBab1xYKGnr7WU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed25519ctxSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rmd9TI+/cIjvPMl4QuYzYo2W5HT4hQkfV/ASQSF9kWo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT239FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "ldgD5ZoXnJvFptHgVFeTcLo6WiSivEZ8IWQeyACcP7I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/DilithiumPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "4j3eCEiMY26cIHMNmxqzHa9nn3e25p08XFkaRVty0Ac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/WOTSPlusOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "qOJx+pK2/ouB3LPeA1MBJp7Wn415+6ITjURCvwO9sec=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SignatureSpi$Direct.class" - }, - { - "key": "SHA-256-Digest", - "value": "MEggWuPYekAf9lJBU1sCKWTX4QnG6FhlTkfz4qIGmh4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grainv1$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "9wZWRQsUvo+U5yINWYe+zAU3O3reyplQYK9pKmYkQrU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/PKIXCertPath.class" - }, - { - "key": "SHA-256-Digest", - "value": "HKUi7PlNPhOreEygDgRxJDIgnO12z2/yA3liuS5u5u0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "tIlTWXlXCf7Q+gdWcc1SdJ1cc+MBuVeQAYARu6EZTbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/util/SecretKeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "eoJyUFaucqwcgVF34bpc2aOlbsXiyOpB/yIjv0po4eo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP384R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "lPiJO4LkvbjbjmPKRoFbzDd8JKYrahZD9n8J7/B7tOk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ExchangePairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "1WN94U6eU2kge+RdPybsLomSs3+qr2WolEW4UIsmVrg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509SignatureUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "3HfwdKZBIUOpjLW4QlpkaMwyRGXFQV2XM2DtMLteUbY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$DigestT.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rol7CJC7Xex+AkmMrEWt5U/yvW/0C0lajR/lUi8wraA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "/o9uWKOjFg4Z1NZU/m1f3sa7IKaNyZ1mc9bqH0Jy+SE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$CDHwithSHA512KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "jCdJQXhZZiD3Om52Qr8tcgXX1d5YXMGDgE4zggjUSi8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/newhope/NHPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "kTN0aNuxfLaVuHkelhS1SJ+siQUqjlJXPBnhml++8Tc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "mmS45wG8B8TpA3nQbCUB/0O10Pp5ibhnCpiWAXhTDXc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/EthereumIESEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "4+1i24rKbieXuXUG8dyZiVs0q//aFYNF6G0l2UFU8D0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ap3gsJ/4N8ekhB4GtsbMJLeDifvxrYkQIQ764Js3G64=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pk++BNGZnC5MkHFodYzO91F3zpF6ffDhmV0C86vSFxg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "jghaxzAwE0V5NmLAdhDe5h2gTZZI8yLSaGO8ReEcbGc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/LMS$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "CW58a6hFII02toVgg1r8Bj+S2HNJ7Zuxuod3MSQOQwU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9ECPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "lChK4JUa0bhSgDZFhdd2eQ6bIsUE0T4DXQldhW/gnp4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/QCStatement.class" - }, - { - "key": "SHA-256-Digest", - "value": "FqgzEvzKARHFnUjH4ZYW8Z5WUd5KPAb2oIK+c4B5DcE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SK.class" - }, - { - "key": "SHA-256-Digest", - "value": "uOgaLB0kwnq+UGCK7va8ffRybkXlTytTWC9VNjRsU7o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ua/DSTU4145Params.class" - }, - { - "key": "SHA-256-Digest", - "value": "V/RFpO6d6AQRfyi7MXvUjAqXTQL0ZRAm9RxFOSQfgBA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "JwUwBEfMwqpQ+2CEWrMb0R9lynnY5C4EhIC0iRUbPtc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$URLSeededEntropySourceProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HihKzwFll4+3wU1+uqNk5/kVl/mIiEr+TmFj9aT/MEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/WrappedRevocationChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "wGdAqZ6Byh+MibqXyvAiaD2rk/LHiTKMIVfTzj/tdlw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "WUA3y0gf5qfsejAaj2cAX2Q2b9Dv6gIt0ZSGetNveAA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1OctetString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q9FaGuLYVJuOaAfRqkCeavgOdkho1lgVDPOTzYOgi4E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/ECGOST3410Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "1bKqeDNDu2YrI7TQTrzcQFZYdX4Ih0X/3FuhXKDxRfs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/RSAKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "vfRzwmR9a/PhtnwGJexhSl/ZuOdof4CVDlLuoVS3tw0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/SignatureSpi$Base5.class" - }, - { - "key": "SHA-256-Digest", - "value": "YYb9pxYym1LM5KwwA+Dmluv66yWR1LiM8xMHNqLlPGU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/CramerShoupKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yd4KPWxgFAzVhT6oLGMwoi27rJtAGqXi7iWPHzRx2hQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_256_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xky+wM+79OcVOyzX51tKbtixNaV8PxKM7NYFpOXk/Ko=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BEROctetString.class" - }, - { - "key": "SHA-256-Digest", - "value": "Du4tI2KefAfKkom1x+yegIHtUY/hv261/OE7CHEbNaU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyPairGeneratorSpi$Base3.class" - }, - { - "key": "SHA-256-Digest", - "value": "9GoZs0cXaCPsJLlZegvz/73LW84ZcguXxo7dFPmJglw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/PSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "a781RrnVo/1FPAUhnTECf3k76QZausGhMc44nCdrqO0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/ScryptKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "u5eVf9je13CLr7HFZlgHKVIx5jryXEa2NVzOyducle8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/PolicyInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "KXDBhpq8ojCkLKf4WxGKzFua1WvNNGru/2T6djkEa8w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$PointAffine.class" - }, - { - "key": "SHA-256-Digest", - "value": "jAQeDDIyn8bNi8Juilh/3Ft6il4+2Jj5QKCzf2Mwzvs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$16.class" - }, - { - "key": "SHA-256-Digest", - "value": "0PCzM6giJPhwVsG8M/RLfLDEqg67aaKoPi0WI8bFBpI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$RFC3211Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "DSJzB/IcT1hN+zf6WccVsb1LZwsw6nrHAEcwkuF7naE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "eB0J4V7RmCZ3X6+tZf0zAqjt2eRr3x05Hrz4N7NwMUg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Ed448PrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "UESshQd/BUBw95DBN6tlczN4si1jMee9IFJTy+pjZCo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "s7KF/E3//dptoz805wwLeI1OazPaGtk4fNKncV/x6/A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/filter/UntrustedUrlInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "uU/AP/xIrSZTzxIu+Am8n91YnuruvdG6fCiBzfbKA8k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/DilithiumParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "xKhSz85CcnG64zGSKlcpK7yB/CZy7xv+d8HeSkH3BwE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$ISAPAEAD_K_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "+p+y2ENjw9n+jni5MdpdSRsIBlC2guMxeWO5bvxbok8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HB7Oi4ZHyPaFnl1o77eKysGIL6k/QuL1K7E6IswwhIU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_512withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "CWLK6uTJ8o7Kt4U9uZbp+qb/ZnM/f/0bHfuJkAalut8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "4/gaNsXR9XfeueCX1/9M3zQdda2UQSFqNhL5fDUN0c0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "I0nXuBnC3wZcd/nE+OhqARuHUs9oJJ8OTXTomdZkdZU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "kjE73i8AjvSBDEBpEoXNkzB6/4zvUvnECit37qv6Wa4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/KyberPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "2S1Tp3baK0uZ4APH2kjhWgQ/mKpxr1uHJ8Gt7x+AL7g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/gm/SM2P256V1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pw3UIMEPWYG6SpaIusFzf4PH3wsrC/TxA5HQJz7T1T0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/gm/GMObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "t2HUh+E6wkGZxmh165i+NlVKAcbDsyk6ImSTSsPcCj8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448UwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "6P1w1Rsc65LKj82DzA2Whka+75VFG21Y1k4NviwFuIw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenPBE$Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "s5GB38uaTfh0CFjn3fQpSq0zqqREilFSnxptFJyWG5I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "DCaQ8IRx7Qta3bJSTuSW8jApkMQixUpuvjRivZBh7cI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat512.class" - }, - { - "key": "SHA-256-Digest", - "value": "Aif5bvL2P41/U0/n2/MvmAlx4ZIl4cLEockeX2X0RTQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ElephantEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pss3W9kxzhZODNUmfUvQJD6lwavioO7yce6z20WxMcw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMOtsPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "XTmesVFd0187Ovz1ubBi4gKLUZQnVdsh0Fhojgu6tMQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PVJi1d3rWx5Z8KNejaG6Dv8J9lPtvFOORraNgttKL6U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/kdf/ECDHKEKGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "iD3L29j8GHgFny5fOmob9hz1P5V6n1pKVFx/sXkjulY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/McElieceCCA2KeyGenParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "El0UtYCgWS6qyUPO5KgdGeFhdTNJ3Mgy8W+lVQKxlnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/OcspCache.class" - }, - { - "key": "SHA-256-Digest", - "value": "P+KGgurZyfYdyV5+T69qd4xgXcBkUjvGBXvYTUzzBiI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "N12tjKAAQkod/eJo7N8rmtWSrWItOlA+seMdQBWyK7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/LMSHSSParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "a1CckZWFJk9ydu1F7wIDKva5XyUruBfQPrAkaHO+NyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_512_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "+eACpkshSF9ovjNoXT2W8enxP5WYt7fId7WPHRGdxC8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SABERConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "UUOOVTiuDRuNwWMWjlHtKu03Svf2W/4yiO9zzdTsaqA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA1KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "dapnJXK9L9v4L8r6Gd3clL+nygtD3wJfNwpJpFsrTBs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "/BQtDzhCCLkIjFAYa6CIGZ13YRruDpdsQl7jr16Yhn8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vb2UJqGdtZzpe79CDRJMysKdwMyImg7Urlr6Y6KAcJw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/DilithiumKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "tYIWirgF52enTZwoLsyUsJdv9iWtctoHU3/x9VLN3pQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "kg34czEBwPGAj3QyNq1goUoGc62NjSZF1dZpQy4DfpE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/ntru/NTRUKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "xpy8l+tT0810U5rUURq0In8tLx1SyNF2NgPFelFgc1w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLSetParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "GIOsBjUj72r6k/eNaobd7/Ghh9WIzU7Zwv3B4vt2tJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede.class" - }, - { - "key": "SHA-256-Digest", - "value": "3IibAy5i1fF0hnEphBwf4jw4zWa29bF4ASEFMX0v1nY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$Fp.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ART5aE3b2KGzFmAygefnAIKD3UgKGCC9MzL20UT7Ec=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1IA5String.class" - }, - { - "key": "SHA-256-Digest", - "value": "4kBpH1BY0LP/y1IDQ88jaMb785VZtKT05HN6vK/Ol0g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/asymmetric/util/EC5Util$CustomCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "7DPuSr3sbxNvSsB4Fp0d7klwejuUCR++l3fwhUpJMDo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UniversalType.class" - }, - { - "key": "SHA-256-Digest", - "value": "XAAmh+R7hFabJuDpfrSRv0ftFJQndqPGktcPwY63beA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$TECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "EeeIRC7SK2qDD3zR4cbz71fndFk6VZ6ISNXHZzck0Zw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Null$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "JCuAAUTkznViUiszIlZ9HD9qsl6SagvU+D11ZRNNCyA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "w2P44mZ4AOkxyOgLuHzvungiqHvA9vlufFxGo/Rud4g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECLookupTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "EKFNRbGAXE3lgut7E4QX+SoDfAgaATodJv6OH5kguqg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "G0znC5My5pG9XQ21Yl5qZl0E2MYZpWMfCiXI3cNKzAE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/picnic/BCPicnicPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "39Z56xoORvPFzkDrOBoJLENq4lhDloJrjogAPJkN6Js=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST5$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "NXKZHDuEDzTOF5Tou3ZIhyAmed9+j3NuZ8DgdrYOZqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/GLVTypeBParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "vnvysqqF6Yxfj9E8nhUaTN69EQkPPzETx2wMX6XJm8I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/SimpleBigDecimal.class" - }, - { - "key": "SHA-256-Digest", - "value": "D8kHZ7mPOJ+XnHy7H+Iq1SPfSev090vt33AQHfkbS/E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2nElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "2yvHRZX4bos6qvn/JiTOX4w5OUtM36FbsJSifa5+KG8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/SubjectKeyIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "qvvm0ymbfOGHkKazlPma5H7UaiREDstAwg1EMXd6lzA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$23.class" - }, - { - "key": "SHA-256-Digest", - "value": "fhJHGA57PEYT2PSL0W/cDRLUYi3KmS6i+9KiHWE/oxw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/SPHINCSPlus.class" - }, - { - "key": "SHA-256-Digest", - "value": "184Y7fmE8Z5cf3KEanS3FSCk2h4vxI1o8U08mT94uj8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/RecoverableCertPathValidatorException.class" - }, - { - "key": "SHA-256-Digest", - "value": "0ANdc2T+ygcpNulW1tkZjAfzJyffffQgS/3lAvMSkYg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "URPPCs8Vq3nrsF8BmcBYpnejd5eD/aUgZQX0ty3uevA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_1024_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "fblvlKP66E2Ivz9YNv9NRCpGe04YB4TF5PjZJ83oW6U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABERPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "xYJvHIsFreDjXUdz6rK4wgeYcwz/prDThP2ZWyt9UbM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/SimpleOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "rH1Y0JQL1F6NY2HFNbVqIQ85rNhIgoy2+PIEPzZNIDI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/DHValidationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "RyJF9OKRobQ/hw1Pe6U1I+xSSPmcH2hWiVQo5ghgiUE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "+h3yRWq64Ub8BGjK2dpNIwv+PhcS2zOJZi6O+3RtoIY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/XDHUPublicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "8k+juCcDpng9yMkD2edbdFy7L4XoSVQEbAFleoalaPs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$WrapPad.class" - }, - { - "key": "SHA-256-Digest", - "value": "C8xWVQe8izMoBehE+WJK1FVeiBXxHhRu162wZnbZUY0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "z6/ONZdE8XHER6IMNl/7voZoJk7wZx8G9K7VSookMuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$ElGamalConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "vDzcBD2d3c1q0HanezwltROr0eoMalI8FDBW88QuIxU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Encodable.class" - }, - { - "key": "SHA-256-Digest", - "value": "nCY46BEZGal5ifzW2JMXK71S6TPuJAeEnFDkFY3K/AE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "kpEWvSL8sxeBBtzN9W9S7hs97R0MtNRMnVGFTSRrGyc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/ServiceLocator.class" - }, - { - "key": "SHA-256-Digest", - "value": "J3JYdOtyC6rhvyUNTYucsVihwpPlaNahD+VOBFyuCl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2s$Blake2s128.class" - }, - { - "key": "SHA-256-Digest", - "value": "X5xqu+PDrSyDEeLowr1Cp9FGxcZkaN5QriC5nFakwJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rR9Nco8ykS2JecczQM4c19cwAkZ7HlS8PRd42jkE//8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestSHA3.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qzc+kVnFuwd227+3UryJF3QQcC40z8vrG3Wwh1bPURQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "NMfS8mLjmrrntoTEoxqwQEOemHjt2j+sOmGYpGc0vt0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/PrincipalUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZBq4yS/Wi0wiJ2apnkhHawosNbllcHIZj18cYGqtWt4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/FixedPointPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "qg1GsaKThObmAkHBL9qX7kzvJ3Pw14hleDdXjsuRFig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$stdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "dz7i8E/Rmk5AinSPq6+/jqH5xIV7v5R8TIbsNShewbQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z4u76Ophngb96GDCdzfi10VIJNPcDSVb/sZ/SJRL9W0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "h0e0zmXY+1obFbXdrfex0+VrU5zvd6R1+Cfcn4dzrgE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/DefaultXMSSOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "zlz9quk3v9+SAQLTHAKh+PkRTd33xJqOtfR7fhAI7rE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "p835ylLNOBXsNLwHG2Q089AZcbukjPu+TB45/CqrE0o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/SipHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "LhByk7Kdgn3tnpTyyQzlkk5ozExraDCciSS4UQCx5Vc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$KeyGen128.class" - }, - { - "key": "SHA-256-Digest", - "value": "SeQQSu7+iKLJcU66HGU2OC3q0pAUlaVO1MUp2pmbX3o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Kangaroo.class" - }, - { - "key": "SHA-256-Digest", - "value": "b5QhbWyah5f+EYbMdMa39umUpISVB+eqn3eBAOwsmyA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/util/AsymmetricKeyInfoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "QXwXPU2uIcsId6ERsz1RuwTo12bBsoA+HBtsV1AZMtU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "ljLgzcKuvdVutWaYSoFKftOgsO33FlZ7ePNj//nZzm8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCEECPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "VULV9TF8BdxmtkF/4oyuUDAA5JzpCYJ+nJSa3J/Tx5c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Tag.class" - }, - { - "key": "SHA-256-Digest", - "value": "79Q6Ruq48KlZqWYjXzNj3n8aUdCAJpcOKRzRhSOfR4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "AdUoEH7r+dAfpW0wjkTmfA8SLYjEl4j/tn0juKH+hkg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$DESede64.class" - }, - { - "key": "SHA-256-Digest", - "value": "MhjGoq0N19zzsAQLbr3k4kevX6Q20MDbNZaDqrhKKNk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/LazyConstructionEnumeration.class" - }, - { - "key": "SHA-256-Digest", - "value": "nGTTYGFxZzTsMiHNhc8sgIUMk2SzoKiAsDKC8fUZ9hw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "wdeH15UfqeZLM5rAGUtYiGQ9Dxi5r9xGhUf2knY+V4s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/RFC3739QCObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "QkBsNV5F5EGdedHvs+Rq03lIzerSnms7u6ou2iaMnu4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/AsconDigest$AsconParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "j56B9M3U8FyeJAuvfDUPywwMTUT91/7lLmAKPM5rm0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "HFWGCDJswe9KE9QePOlGf5ZcMBMZqmx63TCYbcjXHnU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$PointPrecompZ.class" - }, - { - "key": "SHA-256-Digest", - "value": "8/JCayzxmq3+IvauJs1qf53ZvwYkVymM8yr2Av7AKCs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "q6CMfRmhDMHH2W+boeERrb8rZovlXnvFB8HdYeDOYwI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$Digest384.class" - }, - { - "key": "SHA-256-Digest", - "value": "2080Qhvds7UhTHclxull92r6L0Q+KxwRL/Bi18OEGk4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_1024_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "7L1v4NwWvBtKRcZG67kMsBfyKyWz87g5ysIOoD0Oquk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$25.class" - }, - { - "key": "SHA-256-Digest", - "value": "G3qpkyMSKW8l1osdYHNEo8ISsS0b0xh0AEU/08lhAig=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/BCDilithiumPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ABFH/y6AmswJczVqLonqqd9fZxZBlcaD9ADiHa9aee4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/KyberPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "a558lLo9ygia+k2USwcPt/0/pz151MnxQCo67r/CZX0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$21.class" - }, - { - "key": "SHA-256-Digest", - "value": "yD4BxwlE5UoiRDxRKIviswuoRawno+l+oa9ckUQ1eNY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD5$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "0hrx54KMjUZYhRAdkx3/PQCMwBIiOMjdnLRTcnNqc1E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GCMSIVBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "uVrrX1nEesGVtf+tF/7+B+6n8o89chHwFQugYHRC3AI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$AlgParams_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "TrP6iD7ScernZH6SGwPIYngb8Iu/gb5yR4y2AgUGzm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$PBEWithSHA.class" - }, - { - "key": "SHA-256-Digest", - "value": "CXYhR8WnfopzgaiTJmfldLpVqiLATwE3QAxTcwwgcoo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyPairGeneratorSpi$Kyber512_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "jIwyWvA6aWHICEll9j+88yBm6rZeb41RTKfJw+cZFnU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "v6o0ivQMQGthdcjiZmy8IudcPoUOPiFF3dYSMV+60jE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base5.class" - }, - { - "key": "SHA-256-Digest", - "value": "tRkO3A9xOVRh+bCgJi7E3KBQfy/5LbHsdsmfPJYD8rI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERSequenceGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "/FB2989UE0VkEPKEsVVoRgh//IR7+dLCeKi1JyK5nDE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/NonMemoableDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZK1c3wAWcB8tIFJu/fLwZyvYFBRY+9P/zuKsuj/Cx5w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4nTnxgXecdndoMYKxw9phnOGj2KVwOEJQ7IV2ACVa+s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/CRLDistPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "iXO+rbvn0JhyQR20k7/U3YunWb70vlvdeg0XGaP+lIg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "hmr+CBMKvMAE/Ih9g7bCqbl42vHmqYR7w6cceq8mFps=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsaSha3_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "N2RWBNYyHL93lT9zkdwo22NQGfmdDBAq10UfO4WTIPA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/util/JKSKeyStoreSpi$BCJKSTrustedCertEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "wcaCNRFFE1iqFztOppGT3WjBB/+5dYRGLmo4sq8J+w4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/encoders/EncoderException.class" - }, - { - "key": "SHA-256-Digest", - "value": "BecYE5wHSOAKYRAN5naHvufLdzclp5lhkJjHg2SS9Aw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERVideotexString.class" - }, - { - "key": "SHA-256-Digest", - "value": "QXW2fLZPgYZiVG7fCvViL8Y44mpmG9iu6FO1puU0xkQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/DefaultXMSSMTOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "26uXP6dIpqUEgOBsLVwi6xX+fMMU3wS8wepq4oidhT8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$33.class" - }, - { - "key": "SHA-256-Digest", - "value": "GBJ/TYcFeIoJn2IoWeJc5ntzCfCqSGGLE/teYp3M53o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesRegistrar$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "KgGn+LRHBrCTgrarGSd8YAb76tF3tYD4R8NN92t+TjU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PD8HGNrc536NvMK87ZxdhPwlw0TnHIMq1GU2zqMzOks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/ECKeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "hn8kWczqp5FK7gW+0TKeRv+sAFH/B2uR6y6HYSQcIs4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/SignatureSpi$Base3.class" - }, - { - "key": "SHA-256-Digest", - "value": "ExJ2gzjAuo/h18e7lCXLozX+JKHJsEriatJ95Ify9A0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$KeyGenerator224.class" - }, - { - "key": "SHA-256-Digest", - "value": "RyvNUZaRCNAS8fQtYEvRUn2cbVgCj3hf34Lbk1UXbM0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/ComplexNumberWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "DlJzQ7/aDfxJMpVRlNP2JuixCLItUBbNRG6Km/sw9mE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "BXK9w/bXW2AGDpN5stW6iD0B19hKcggJssS/Th0UFUQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHA512Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "go92dNPbJ/OjuTo6hd7iC4KTeDRhWc3u/vuW+/6AiVk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$23.class" - }, - { - "key": "SHA-256-Digest", - "value": "eFPZR0gdwgLLNy3BA2VwFSWMOkD8tFoV5+94t7VO3n8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cx6QCPPEoLvD2IYe/OrABOn7eo8UkblodG98dSfDC7w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ARIAEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "i9gI27xi5oks/cDmkbct1YTOYH4zcyZi3Gh8mB+RBnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ScaleXPointMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "hz8d35sx5DRQT0EIkLmRLQNU28+dwjtWWyAvuOD/nXI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/OtherName.class" - }, - { - "key": "SHA-256-Digest", - "value": "S4Kiwb8YPkAQzxCfoqMS7oZd6IyCArntE5iTtRx3LeA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECPairTransform.class" - }, - { - "key": "SHA-256-Digest", - "value": "BppAfp6EwB1ikzE0ccakEJpOHeFsHMJTwjdXcoFqo6I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "drpd1UelB0hHl2sOq8I1fnExjLMalb+dZywNMnfThS8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UniversalString.class" - }, - { - "key": "SHA-256-Digest", - "value": "zzQC6OZW2gE97m48K9IRq32d9A9raB4nq/Awugm/ofo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$Sha2EngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "X6LBb8wy6BzDsYyQf/2DwPE/Q58MM0MSZfYGuXzAQlY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/nist/NISTNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "ICxjIfRjVAcnkbM6KF3yUeYC/0VlcNZjKeGur2Y+m4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSPrivateKeyParameters$CacheKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "xzs4R7x2tTwSER5jH5/xqLxpHaO4r8bMUwCGgg8uIJk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/Signature.class" - }, - { - "key": "SHA-256-Digest", - "value": "eCE6F1VBwruFJ1S/5Gb8HcqarKYUb/Zi3kmGoDoX2cU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Tape.class" - }, - { - "key": "SHA-256-Digest", - "value": "PqdQOIQ7uMpG+eBmgp4EywOlTbY0kpYwCi0ofYTs6Q0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/StandardDSAEncoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "LY1q+2qHpzRSe5l9Zqm1G1slHodkji3XpsQQDfQwkMI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSigParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "IsG89lR0txWV9gVK8vSGxnYvXPc3YaAdva02MQtN8rQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Ab8jXKOWfToM28n3bkYVwJwyF5rlt7Df2zXNgF0iT4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "250Kgxr0k1UpgkkV4+ESeyaSC0SAX1nFBx9B4L+kBO8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EXTERNAL$ExternalKeyInfoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "t3LKB2KAFI3gV09E7NMMTFTq6OzpAg1IHgzsguM5B5k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/SABERPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "oJbMrFW6YacUgiGZ+KR3coPt2MIqHerO9gYXyROq4ac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/DigestRandomGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "c06ycDkt3rdLefMb+YRo/lOIp/1IVOuYaWTmdZoUo7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/ElGamalKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "zgnRmrP49+bQbZvsH5rrSR+27w8rcjssZTZU8vdFEcE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/AsymmetricBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "ApX3zGL4LrfAlC52BzEmuMO3weHYV1XqYVMsItU9ZFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/PhotonBeetleDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "gWmHwZW9wAV/lJO6Wxtl7jMLYzqHkY+w84TCoYgJRg4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "kCuNu1V2d1+vgDIA5voiOyV2HG1tSR5UAfwinXzg9+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "AwW5lpAWnT53hdM+Aga3W38jHADjQTxoVzcpRuplGM4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$19.class" - }, - { - "key": "SHA-256-Digest", - "value": "keQVTtDdkwdQYBQFsoGTlSRybq3896JAkQSBSgLZvvs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/DSTU4145.class" - }, - { - "key": "SHA-256-Digest", - "value": "PRsyqzcpjjCSlEUas004Q8CG0kcJtp/SLuOOM5D7UTc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ParsingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "FepyJGzgnrOIhceHP3bwV1T3IvCXO7Ly4devQxUseAA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/BCSPHINCSPlusPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "TPEeLs/vFMZZDiYnXPsfTRQDPQZZEmfx1ES8lQrxM3Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA3_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "FtZ+nKYO4Xz+WdhASmnursp5pBI+fp0XU8RtMBVtDZM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "BUIMdF2h3HQbIQbdEIitHL8qnFIEnLZp2TGD3NNjMqc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_256_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "E6tcV1Ky83oCAKxp5fCswe9aJGs2389S5klEZLrKjpQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "rF7aJ56xuEysaFMLa5RyPd7vqdbnYV0+5P73U7ChWaA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/GOST3410ParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "/HY//nFeqs7tfiXFr7LFKuoWX34JGh16QA6zJ8gG+0k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$GMAC256.class" - }, - { - "key": "SHA-256-Digest", - "value": "XFqHvRrpTvijBlc9Ru8Sn7dnWSZgq7YInRc0AMWywJQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "/FgUH3xgDFi8oDy/KpGEEV2yLLUqFBczxglSszuWDds=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconConversions.class" - }, - { - "key": "SHA-256-Digest", - "value": "AmT4Vp+7LH88BY9y5bVt2LA2A6/3p0wx7YGIKL0uFnM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "eS/qJKbZNxse46UWRWS2xW1m8yXK3CncoiGbXrDLUoY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "u4xC0+0SMipeLpaHRfClsmo4jM8g4qIhVcELZzUkIqA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMS.class" - }, - { - "key": "SHA-256-Digest", - "value": "NlTrNNx9t/8OPVxbdaNDZIRjUepa8cOtQlfu0hCftik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/XMSS$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "1hdTPx9ybIMt10kawyCqeAfgu5b7ktwnwboUodBdLwg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Signature2$Proof2.class" - }, - { - "key": "SHA-256-Digest", - "value": "8pSCJAZrG19NcVcmF0c7+y52SYTKVarzWYzNNGLat3U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "CNRw3pLAXhf9/YnhfZhTS5k4BQjGTPI96EUooSymVuE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA1CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "5VWgmwgCgvEPI6MCPTvXhYXZbdewcg6QWNGtytZeLrA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "CEIKU2rDlKSpkjy7dTQf6k38JlygGppUgiTSpasPt7Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/HC256Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "WVps1PBUoNPGoartNpML/Y1gQA8rvjK6ww1yns6emME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "4CyvG98bgXKiiuAk63T5DA8BtsZ7q2Ux2jmtIDHUPaY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/KMatrices.class" - }, - { - "key": "SHA-256-Digest", - "value": "JO1No0sP1n+8GjcZ0j6oo6MWTANkwplh9+1eRwIN3J0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/NHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "uyzhUry2Oa8lENG3Oi6PdZtoTUyD4fqEp2jG9hmF8iU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509V1CertificateGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "vCt5fXbIDA0pAKVzQo7t6KWrzYkrFW9kGmCDnQtYw8U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SparkleEngine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qfbTC71fbEQVHaPv96JVP2dQi5Tng1ss4lquMsC3XjM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "xoql3+GfMeNzew+qpqmpXi1sJJiaqDc4rxIJUlYcCcU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1InputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "1wid1Y4aDg1h5N2ptXfgwUfG+PVjabU5VN9Qm+nELmw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "RaduwDdsmcDKgrvX1dXNSNd3Bu+KepvAe2mieSHm3BU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "L0oX1MT8PppTbhFWBoJ/M5tS2tUFen8ElgSLR+UVDyk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Orsz/7jlOGlsz3bcbYM3nDt5yTL9NnsZJ0xPJj4++s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "dyR+k0YAJaLMtXDoGfIAxWR7ywxAM9ekV2QykfTJcFM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/falcon/BCFalconPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "M3/pQE/BMjPcIKSZnc7cjRc50vHi34vsGdzwPYEo8s0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/CMCE.class" - }, - { - "key": "SHA-256-Digest", - "value": "67a1nSrumrIdwIWXGveT+T364dWvqTH+suzKzjY/7XM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/RainbowKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "PY8ZTt4uROI4bfgz1iDOJOsFTdOgxc5OretQK04A8jU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AlgorithmIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "7t5C9Oo/P1yzCNMl7DBVSP94FnqyZPr18GBeH4gdCuQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/KDFCounterBytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Al+KPPzrXJPq84WIgQUUG25nlnFuk0+6IXDcx0Tw6cU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/MultiCertStoreParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3lGZgll9VnnSBqyr7SLaUmnYS5BfCC8RiyuL333UNC0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "TunHenMcSt5BifBqJK2Y7mMmQr3wXTxsA/pEDav+W7c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/GLVMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "ku6ueXQGudU9h3up6PxIrVG44qeMi+vrtTb1lRVpbLA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/BENES13.class" - }, - { - "key": "SHA-256-Digest", - "value": "H4wasDa9bSAra2Y+izi4ErLmftnUFcc00oW6Y1hNc78=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "OjvfNRG1oz2eg1dUyCyvfjcHMFMs/mDuYhbxb5744wM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/ECUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "wBl+98stPGc7iXnEcxsybwNWCegb+KaxK3iw+ITMgOA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PzTPWK1+KeR8SM+C3O4lBjLhu98EiOyt/bbQ/vAQdSQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithMD5KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "AhodCxWyjbXD6K5jUZtx3pYKsbL7i86rfalBTRog12c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TEA.class" - }, - { - "key": "SHA-256-Digest", - "value": "x3m28LUnJHh+I89rFFYsu4FDmOWwRCLpwIJ4iZ4XpzQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/misc/NetscapeCertType.class" - }, - { - "key": "SHA-256-Digest", - "value": "/6Rs4fe8EfkRfXK37Xm3FFydWyjDtQbAYuDx7t1y/MU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/pem/PemObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "5FFP6C7fKXeXz05al8vxFKMovrcjFcYLVTAXShHN4Gg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "mWJuAHTQQaoQSJpd/w95R9fhSs3k7uReQWD2gH064t0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "JDdJDUFlgGaC+3nUyAwABY1RNpG413QI5Q8FeFbsX/A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/FalconPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "VeAI1Lvixsvc0VbzhaNmoxF3YHLuwxpksY3LOV6C+kg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/BCDilithiumPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "SzmoiqIedgqX1Cy4FO7TACpRHa6kgM0XMrAs7nTIX2Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyGeneratorSpi$Kyber768.class" - }, - { - "key": "SHA-256-Digest", - "value": "//+TH3d6V61h32eup1gIn+mJullPtTfrYyV3ldPc1/A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$ISAPAEAD_A.class" - }, - { - "key": "SHA-256-Digest", - "value": "X8rCndWmzb+K/dEuR7hcwrwVfVTaJtjAQkl60KqldcE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/NTRUPrime.class" - }, - { - "key": "SHA-256-Digest", - "value": "2YrXP1QBAdjXgMR8nM4QwUYAYxgDH4l9aqgrl/2k3+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincs/SignatureSpi$withSha3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "5G9d1qaxMlGFqk0D/ZIb77GwjjlneWke0NQU3J90k8U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "hcyxuFFDdor8Ba71bo82vdG6wPUDySERHn9vRtDeFKU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_1024_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "ISVFm7kZcZsVjKUPrKnZ4KVLrSRSMgOwD/v4dp6yCdw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/AlgorithmParametersSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "zPvJ+OiGdrRPvsbRS2XK8dr0MTJ3NL95ZDl7MDbE7yo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreCertCollection.class" - }, - { - "key": "SHA-256-Digest", - "value": "GR9dE5CKNXgB1S7lcHUfO6jp21DiNgsFL5Teibe1Jzs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "JYTDRbYz9vBxKQk7AxuszRjfYuzBwMV+q/jCqkywBGY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "9G/bl4UxyiAIVtd7B2EqRb8WVarwrStOJ9+DDqGKYUo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grain128.class" - }, - { - "key": "SHA-256-Digest", - "value": "aWwZBOyIx6SKLFD39+vjHjsAWinbM6ZRjfNce95Bwn8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TBSCertList.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZSdl8zLP1KtcsoLxglGjQ6EEdANOXmIJnQ6RW2ftwsQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/IESCipher$IESwithAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "D5TRvmbnSXvA0mOLe+6FU+Nym9R8pAl9D18MiQVp+T4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rGOeMQ+WlSWn0HSHCtI7YIxP5nASk822ZBMZMVlw+So=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "QsXnosfHaZ5X7M1/Is35IYFA4G0WEXx+6ESGEUdjb2M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/hpke/DHKEM.class" - }, - { - "key": "SHA-256-Digest", - "value": "GvhbTrXYOjEwhj/F1tf5k2vhjZfWb9dscYYV/z41Evs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/ECGOST2012SignatureSpi512.class" - }, - { - "key": "SHA-256-Digest", - "value": "XWU8Bx9bmoWaPt5rcIyIimT9IoxtmwH5otAFScIi4s4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XTEA$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "MBcCt0WiquGhCZikr5QQFdjnnbVLzTIIdbrAZsPFAeM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "drFffkbV8wDDfakKUuEnnz3t1I93tPp/Fb4prkDDPcs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "t7KMb3V084O27MXPAwYCU3utPQUsiUgFeLtgeRXWbTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/DSTU7624Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "lBr1/JoeCI1h03TTTgBwra6ijtCab1PUQNxE6DtJd5E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM544_PENTANOMIAL_K3_IS_128_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "X5HkuqIHKyheWWj87HEqaAbC4Ew0gzgGZ67Na4r47GY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD320$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "vo6cWjI5/G+KT8lY9ab2yJG8iD2LkDa0mdJ0+YYKJRc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$KeyGenerator2012_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "NIwSINsipVRD+jsBbisC7posxfYFFN7TZRvT4Sgec80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "iOb+p4jrhdtFyqYvzll0hVx9xAiHdi3SST7xi7fJFio=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "dGwGLdQMnWIgoXArWlF6fI/n/uSzdvngTxwf5kzc8gw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withUTF8.class" - }, - { - "key": "SHA-256-Digest", - "value": "vDUxXwTSUgC++dBPuwtRKPxQirdQcFh5wnCQrTKsQaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "xemE+V8GsziI0KbHqBDyKVRPLj3zqIb1gWi+ZULGzCs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Rainbow$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tzxd4F8hAgX+mnYFYis0Q7vxVzvkgJt7QFzkugmlVCw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "BZEv/sbc/ZNOh++yXk9lP6xzCKTV+hL4ozwBwbSN+5o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "lE/JDnLPgSCHv0Y3GXu4I71MjMZo13aO7DU0AVa6ZYs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GF2mVector.class" - }, - { - "key": "SHA-256-Digest", - "value": "8zk5o2ljotzUNpfFadozb1ASR9r2nJ9x5diIeBtuVGA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/MQVPrivateParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "8l2YYHyjzKS1APuG3DT7TYHp2xvqTSq2l95AMz7jkC4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/SignatureSpi$withSha3512.class" - }, - { - "key": "SHA-256-Digest", - "value": "+5YhDqKzz8x4LWzkAZ0AAjKJlhZwD1TspdhT9Rl+RAs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NTRULPrimeConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "4S1px57aEjJ/SkWsTzxo7gZqTJRXwNLY+lGi76VuMkg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincs/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bsag/eYob9ADA6s1qp6Fm4686akDnsrLrQqcVDzSmjo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Encodable.class" - }, - { - "key": "SHA-256-Digest", - "value": "lzkquh1al2EmV7N1e/n6B7kK+1AS7dRwX0AbbNhP6RA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "bFpnk+pWWoeJ+aU++0x4V866zJE9KkHMgVpFZPFx0IE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/Primes.class" - }, - { - "key": "SHA-256-Digest", - "value": "fgNDqZGxl8VXZK+ZWZ5AR+2wGnbWXoeHk/UjY+rYqsE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/SPHINCS256KeyParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "xLGlyj8m9fq6hgFdT6aCuxpmnFuFHQLwep/lomVf5MI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/falcon/FalconParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "X6vaVpBx/Ankmmb+xq2mi1MIDryNl0ofsE+0RwSlG8k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/X448PrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "chWePg4Y6LXPuODKPMmaS0AsCa0z3WEX9Y+mEYrVUtw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/AlgorithmParameterGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "6+a1yqZy3G0EIpQ/UQ6emylsG34dA3v3vcybh+JBK1s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/djb/Curve25519FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Blrn13HUOgsaZJ/KVD1aKO5EazkOg8I9K8IoYi8gYyM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA256$PBEWithMacKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xh8DFdiXujQbJfS00xBGEA/GHyMir7lsVxA20eY7Mfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "LeLqPZ1HYGgN5jyvbFgTGMGrLd1QFM5x/sh6huPcMPA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/KyberPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "yemubuTOsSlMMJkKqisScCO1CvUu9zSW285qMBKIDj4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withSha512.class" - }, - { - "key": "SHA-256-Digest", - "value": "5TTxmsUnYJAslFRKWyndXbNcWgtXKCWzIpQXnRSxqZs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Target.class" - }, - { - "key": "SHA-256-Digest", - "value": "qQsdBL08wmsfiNVDZV3qrcrue5kDwdVajzJS6CSj2CE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WNafUtil$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "DRqIEbukY4VrJlwAICBklGm8V1ypqYE+W3waODCQayA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Set.class" - }, - { - "key": "SHA-256-Digest", - "value": "e13kAIw1vvbB0+LDjkyekmJ2rmmc7qepY43eec/7nCo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP521R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "plXd7sd2IPCriKNFJbITrrznfPyB7qzE7+l2W9LGZ34=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi$NoPadding.class" - }, - { - "key": "SHA-256-Digest", - "value": "91a0JJd0S5x/xQxZsdq78OEORIEN5wQNkTN2AJ0BbnY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ApplicationSpecificParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "oWWDI2zfZpKOEvzMiZt8HyOk8MwUtLbwl+1HNMr6GYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DEROtherInfo$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ObRZFGizUd2Cj9rleJ9QxibHsRTZcKRnkDSrQOkd8JE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/FalconKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "NBC/4eNe1ienBa5yPO0GsG2wzhghnBFvic64E4Ux3hE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SparkleDigest$Friend.class" - }, - { - "key": "SHA-256-Digest", - "value": "RGGBlFA0lqQP+Oz5DD/gVA3yoVMXyIxVVe4wbzXeEGM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/RFC3281CertPathUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "RedYykUgY097oHlhkqQE3GZpyHD0tVIC0H1oB4CDyxs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "K0rjQn1xDXEyGL5gJyXmHqK5riLK9nQ2yzqVe2uUdJs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withSha512andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "w1M5nKbrn6eYTqtJLx7QxkNmtpwsEoRkHiCaBuecNlU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/encoders/Hex.class" - }, - { - "key": "SHA-256-Digest", - "value": "xfdyQRZTcvhyf5VXYgrR7l1FXz8oa33WgVHT/YCnS5s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberCipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "ODKvF16hI2BWamsegJ8dAahK+qYdhRyqowxhZODXbgc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$HashMac2012_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "mgoDVAxiDFWe7RIT5NnoGFcQ2VYuYwtsPLxetY/Sxuw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/GcmSpecUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "yyXVZfPHRaEw56AR5LBK4IQ6MS9m36LZJYVf53YLcwk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "jsJCi7y8GbRpVg7EqH34ib+2Qdbu+i0Vk3FjrxHnwtw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2s$Blake2s256.class" - }, - { - "key": "SHA-256-Digest", - "value": "2y9mCFKJC+ClOWH4RsJALLP1/iEDtNtYuMwNN2615m8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/DHUnifiedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "mg4jyT+OCSMPBd5Jox1wNsqtHJFr1OlWqnkxvvMhWkc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/SkeinParameterSpec$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "puJ7kBuNfjbNO7R+Qtv82luxhyTsJfhF5SM2PBp+i8E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZXzj+G1PLRI6tpF2YP2o4DACllvOsBmDYf2whZeNnkA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLApplicationSpecific.class" - }, - { - "key": "SHA-256-Digest", - "value": "a90sAEnJAQmK40wtnEGz3TDk3Y/EyRmoIXNCZ4IDboA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512_256withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "7gkYtHyfbXuyGqfeWiCHeCaqnIW0vxJwTUKSAskXH8Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "I8CU3T9zIUi6piqfCfd1KRPp5sPM5y7//sE7udrINjk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/LMS.class" - }, - { - "key": "SHA-256-Digest", - "value": "XirQkKPTzuBO+Q4W04a74XuUZd6h/QI59Btz7xM/6Go=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsaSha3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "outSZk44W4I36d+lk+taGJDaEf9knuvPFHKswR+J8LA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$TLS11.class" - }, - { - "key": "SHA-256-Digest", - "value": "KDF8gsuFApN1Jh5E66gAhJAA5y7x7SeJ2iXdrmnL5ik=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/XMSSKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "6jWIhT+lUVORnc1FTghCX590npxqatPC7U25MYgCWIc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "7IoMvjwkMRMWcQnroDXZAm3lnok5f1SbfAMKZizbKQY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AlgParamsGCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "Uk3APfvqms7dRZMv+OWMB8/WHiX+0bFoPRij9nxZU6w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/ECDomainParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "S8OIcCdjfR/jbOGRHqf8aTrUqcQL/0jNK2NzsDB+kSs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/PasswordConverter$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "UU35LT3mGT4tYS3QWS1ovrZXr/ma+Jqys8Nnwj7WSJ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CCMModeCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "owS661P53eHiRoiMCL5BDruxTkVBzZ21LgMdqSnmnMg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$Digest384.class" - }, - { - "key": "SHA-256-Digest", - "value": "An9WbqjHdQjya+Vo7e1fXP5aZAK1woEjm+QodM3evH4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/NTRU$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "qs7og+1aqBF0DjaC73qnWt0j3HB6b02O8s9ZG9Ouoi0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/KeyAgreementSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0oas/5Gt18Pwj7bFlHgOZ+wnY2DZd49TMRiUOwimBP8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/VMPCMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "xgDNiQ3ChWOjoBfIQ8cd1rO8hLe1FJSzKEiXk8nYqCo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "GMfOMkA+vAkelyl7CUZ7n8+Al28neiKH9m1k9lXixwQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/BigEndianConversions.class" - }, - { - "key": "SHA-256-Digest", - "value": "LpcltJtD1KGc0p4EG37MGeHuPmLLfdhiauYJckJgtTw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/KeccakRandomGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qdp0SFs2pKcDOvPipBUHEmjRbgZzOv8XEB7HLG5DKFY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WTauNafMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xy71jhhtD9LODSwSBJwZc6VjsEAaSCAWKi0U7aEdBcs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreAttrCertCollection.class" - }, - { - "key": "SHA-256-Digest", - "value": "3u1MqZ5dif7+DKwD+1nEQGjpGSNsx23JCTeB7xUZLnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$Digest256.class" - }, - { - "key": "SHA-256-Digest", - "value": "9tqX91CE5a5JAA7/TMh6p55x4TmvuZiyy5vUxu+Whjw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Pack.class" - }, - { - "key": "SHA-256-Digest", - "value": "iyG17M+iNQbUfwuRUCJ3BW5KaqUO0IPMluhIuazb2d8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/netscape/NetscapeCertRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "tdu3UnsnjzjK9PplIBwtmhv/MpFX/ZjffkjeSQtQsTU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyPairGeneratorSpi$Falcon1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "iDVQnzrwhX88lH4hQjCtohlFh0A13K8MIFtI6aKa5rc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$29.class" - }, - { - "key": "SHA-256-Digest", - "value": "RBM09YDpOxJ24ymG6OJT5tw/O0/mFksVmohBbWoicbc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Interleave.class" - }, - { - "key": "SHA-256-Digest", - "value": "B9oE0DaccaGw1T1VT8BZX18O2l9EpxK/mF2bg0398dM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/CompositePrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "QFjowlB1Iwk9GPe632I9ZT+zgGf1LfWPy1Tl9s/0vK4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$DilithiumConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "2nT5kjhM5sLNNMxWAUsd90ApszXTHI3bF/dxTD1r3gM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimePublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ueQwBDHaebQ+TGvXaNMRvl+WWZ1aLo/9vwhQOxhdpjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CertificateObject$X509CertificateEncodingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "EMaptTdbNk3Icqn6TLQtrSRDoTvC6pxwlJvsID/GnVs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/Treehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "DjzI2DAOZDh9ieJM1UIRQNrcl/YzI/Lv8ODg9CD/IbM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "MKEYzPmYM7zZz5Rfe3rGhtuxQbgCr1rIKZjDzSli+wE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_512_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "TTDCXEA/7L+cUS0W2gm4Cp2+L3u10LrFrEsnGFzvb7E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/AlgorithmParametersSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "B8tzqb/REmzDeNT294CCNkRmL38WWXbWvR7Nik5rY4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/FalconPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "N/fPTLqEOSZaDkKyOmZT4cFHPlurM4RzlJ5cWTHus48=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "4N8hxPIshhNDV4DL6sBEqx8u7nzUMhzI7QkBsSwNdNE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/CertificateList.class" - }, - { - "key": "SHA-256-Digest", - "value": "R5QMPPxW9yR22xjutAoHNMgSCkJMXzJWBniChpulvzQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "04xTPjkg/fi61Nx/9NrwBriFBzVlt5qzkz6mhbMJWoQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECDHUPrivateParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "e4eL/eq2tWT5u2prXt64llUuB9jf5VS5UMYzuZosTRM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/RepeatedSecretKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "IZN4lNBbqSIMu0DrURF3RnT0h6JShWUfmnhsAcm/f+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/NoSuchParserException.class" - }, - { - "key": "SHA-256-Digest", - "value": "c2cMCeJiCOt35wYEuJR7k1Y26cXtNJMjYO1RoqJfEpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash128$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "5jey8L1L8k7xZVKTJN4ORhORILx0uHYaxz4DcgA3IeQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/SignerInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "1J2Rfvs3geCw0CcZFO26G2wdsMJvmDTdMRuexOW2TXs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/RainbowPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "LZ/mH2r+bR+xK2eUt8nasSwcJXi0ad0ZpJlrQ0K/HfA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/RSAUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "C9mgPApG6Sc9ITJ2D4CI7B5k+a3nWRfUmwPjLCpUMww=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TEA$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "chhvGuGPnTw3drHmdwNxzhq+YHBvVFHiwio3eetj2JM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "WGQk1YJfNQ3hsE3pwJaVsUrvXACucYCVXe/awcb3kus=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/BCPicnicPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "UA8kUihwAYgGbUHBMOfVJ/9O2Chjfc6Hm6/SWc+kS1k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9ObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "VJ0Pe5skAOvwDNPGh9CDcomGF7yYK+aw3aieagZo9xU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/SimpleTest.class" - }, - { - "key": "SHA-256-Digest", - "value": "H497rnGqEMFV+aZGlUjUnR0YV6e0tT+dvUryBENeJyc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NHConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "L6Fcx9ES2ypkYVlkwJYUkspHmF6fhv9/+jQJjGI+cWw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/nist/KMACwithSHAKE128_params.class" - }, - { - "key": "SHA-256-Digest", - "value": "j6RPnQSU5kbZFnlRF3/Y54PoHk1y3/uOoj8tY9ajsEw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Kk+IXp7msvi0HgbJWdTcNYUxsNHImzdkMWI3SrMbUBI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$StdCompat.class" - }, - { - "key": "SHA-256-Digest", - "value": "DujtAiUq0QJTDzern89cIF8BVZyKNemCovGavPiXTS8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/Matrix.class" - }, - { - "key": "SHA-256-Digest", - "value": "F0rW47qGtz6TQhbPl3gG3AwfI9+FAnsxdIeSvHRy6y8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/BCKyberPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "v35x9opgsPNPWoyKWyxMml2EQp3mg9AYGjW41o2N9Pk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_512_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "09SLyCw97ohAsPfRO+ktr+bReqVcAuu6Qhil3aadkyI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$ISAPAEAD_K.class" - }, - { - "key": "SHA-256-Digest", - "value": "FIKJ65tIOdOGVjLNWiLitu7NjdzvOYbbYHTEXJCKKzs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "b0sPBcSdP9LxDJ5XKfphcWYVMzF1V/lujA3io4A5CAE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "zz5Mvfvg880PBfkVAUsCtj7jUvj24IqQZ2NsTEO7BZg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHAAnd128BitAESBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bha88C3ggsiSTPNxDqf26IRMXKMcUYQH4o/rc7KmVXw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$GMAC128.class" - }, - { - "key": "SHA-256-Digest", - "value": "1hgU2O7NpOIfmxEAWIvrx1RSuoOhnRTcLmRZoeml1jM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/SamplerCtx.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZelFSa+1eMHMO/WtqbGLBnB5WzlPMUrzRYHzS2QurDg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed25519ctxSigner$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "lCK8thXZoAHFu9uO4V6keSefIjchwYMVhwalOxehYZA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Whirlpool.class" - }, - { - "key": "SHA-256-Digest", - "value": "r5y5kfC6nH+IjZ8mCRWatUqbCx0xGH5guI1iR7e8Wg8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/DSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "K05c93BNEYCq7UcBn3Fp9k8E72u2nfbedGn2DMxhE7A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2s$Blake2s224.class" - }, - { - "key": "SHA-256-Digest", - "value": "4A4I1mlYYYuSHIQFPc4DM1bTSf81xyi8pqG3GFkdBkE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "QWGE6QUHozZZS4+pLYU7XVkRzycxBLqvQJcu6emYxIM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2b$Blake2b512.class" - }, - { - "key": "SHA-256-Digest", - "value": "QSFjbQGD1wSsxsrysZ8zPu283cwsV1FrzbZ39jXwYJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$GCM256.class" - }, - { - "key": "SHA-256-Digest", - "value": "2tjCcOEaeC7bVkI+BktzGzcKSwMwKlrxL9A5SIZt7cQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "RVWMhNwWmS1cR9QEDkfmazTzV7XTR1+BHf5MFqtCZQ4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber768_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "23S2aAVz2ZG5Xux/xqHO1Kr9RP3so6qXAkG61wCwGa0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed448Signer$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6EQQJIvvRvA3606s0TbmON8VPA+T20xToZjYLaPPN8E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AESLightEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "hfkx4kf6g58oQlKif7J5cTbgAZR5ohOfRLnLxkrjoLc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCRLStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "+1tPYy5Etx3IsB6qPpjCD6MuQ/xWf/AnLZQdlz7NHSI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithMD5And128BitAESCBCOpenSSL.class" - }, - { - "key": "SHA-256-Digest", - "value": "8h7acAIAsKSkCWGyDJRdWH4uP+50OHfh8LTqYJNuCuE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ua/DSTU4145ECBinary.class" - }, - { - "key": "SHA-256-Digest", - "value": "oQdTRbCIjcg0TuBQOo2WKaaD58ThHGI9zkWe+1Ux8gw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincs/BCSphincs256PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "DA9H2+t2hotBecdYNw0lJ+q8PpsmzabGOeacK2OCsYg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLTaggedObjectParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "QgjWMV9ATphaccAQJ8aTu+htsq7esj7AAipILk0UxfY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/DistributionPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "YgtdtQgfdFzGX11AiKjkWLm/BGmDvyhc+GGIcA7dmiI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecNR224.class" - }, - { - "key": "SHA-256-Digest", - "value": "VrwBNhSQwRidcepo6AXJh0tM4bVEb0F4crwHtG346BI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UTCTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "WpqlYEoT+U5M37rAJOTmjVVcKnO5KBjJiJwr6dICw9k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Extensions.class" - }, - { - "key": "SHA-256-Digest", - "value": "/w+HqoSrgHmSANdAQQuDibmQT5KiiBnFV029bqTrsNM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/McEliecePublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Oudvitaegp8FSn0FU15JefFK9/jaKcyMPXvu+Ue25MU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "DDfmwES9fRTfc0oj3u0dbrwgHjwRT21ZtnGlblYhEqI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1BitStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "7vlm79dZNnt5He0LWLU71l/hl7hZpZRfV/9KhxDPWK8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/FiniteFields.class" - }, - { - "key": "SHA-256-Digest", - "value": "tqLW6QmZorV9XaokwPBva6y7tlwmAlkjYA2SysKt1Eo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconSmallPrime.class" - }, - { - "key": "SHA-256-Digest", - "value": "5zq2jTvX03B0wKNhft5B1QvS/TDCoC12onMNcsUrDLM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "wOXdNdHCslWnd6Fe+PGxvNuAnbmNDPMt06xW5E2JzCk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "hkrofUde6KtiULmvOkfZrYlZ6QllsPJhcYQCrQafVVg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/DESedeEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "07kGOSLeUjUUuBk675Z3hA70Dfk0V4ql6QZQXgWWuN4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "qoSr4qN+rBsDVU7j/Esgc5/TchIh1DG9Fhi/JrmzrkA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/CMacWithIV.class" - }, - { - "key": "SHA-256-Digest", - "value": "F0g4MfY5m93i8cmX1SSqEizyMmAHIYnw0LM1vQQnPa8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Blowfish$CMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "a34lNJ+rs50UCz+M+YDkNEg6sssjmP49qELICB/3/H0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "rKDIddtpRc0vYS1yaNw3r3ttB0sJXV8UH+Ek77uWxfw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/AsymmetricCipherKeyPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "gGScbRgAJIOlO1UbM+xxq9/Bsb3AJ/W67jbmcFqCccw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/Primes$MROutput.class" - }, - { - "key": "SHA-256-Digest", - "value": "GURQSjxbjKVyfs1zu7UAZWlLL3V4ZKcufdyaEIhB2u4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/OpenSSHPrivateKeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "rUNCOMnDU28PCCO3qGW8kbr61f2C7mXbsgtwXdp+bOU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/engines/AESEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "fsHPsNeLb/M8ssswqnVu6/5P45UZyOxKbzKlK3kF1Ms=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESKEMCipher$KEM.class" - }, - { - "key": "SHA-256-Digest", - "value": "iSuH3TMY3vsYg8SrvfBEzmv5/OHBksT2eb/eN11dqhM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lykg7r7cMIuWZkCHsaaz8+p8LMufTci9vkFk1S7eQd0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rJo/htlEPLaQ04aSEpAE05wUDNfgNbyP3UBkXskWOXM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WNafL2RMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "VUvovGbUUgUMe1iSKAkxbt9JO8sTUhiq/HWz59YYUJk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_1024_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "O8SS/4TXa36ILolNp95cAibLqmMAXe9Jt16eA+RmaBI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/NaccacheSternKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PE9S3oCmEKx40fuv134Gexn1admyVV1VFiXOeYmbtdA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "Asb9MYH7bWYNtHbooeo+ahRFKs2ymimkxztc6IFHS4w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "/tiltNECz/9QOuVLw5mNtB8AIrMN5dC3PDgsWBlt/ro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/PKIXCertPathReviewer.class" - }, - { - "key": "SHA-256-Digest", - "value": "yXCF4SwUP0xTkX2CDn54VY87p0Uw+2irxmGOkNY5Www=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERGeneralString.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bu3eYGUWZnJfeR175gT1SfnFLa3uXe3dtlcS4ECirgM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLAPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "7/cShV82w9BoxYfcFheZ2/0fNHPB4ur/LpJGpKfAtmM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "EQCyoKWtsgB6elHG4Wn9NWsSm/ItDhGxX0gyR9+8REg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Set$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "9PEuZzN2HH3Rahgom80hhoF8Y7qq7vVUlXqurJCq1Q8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/DHParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "/8/bOSq0O8x/PkoQ6v47ea2DkomguGK5MAhMyGnat6c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "HBQO7YZUJ13sGfWS5CRNfeeFrq8GxaNXyHWqFIfrHmk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/PolynomialPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "nAALSu1ozj+Xf6JP+Yry0BH9F1mmvzmXUiOitl9oHHU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/BC11XDHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "pATV8giqiQUy40d92dQyZNdL4NrtQP4ms4DHbarzsqI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/GMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "QuokGy+ir7H5Cd8w7PFPbmoQbHgQ3RRAyfMxcUW6vOY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/newhope/NHKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "U+r1UdQQDef3R1bIOZ8f+eNiOHEIRXw03T6OE5EsiLw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/GOST3410ValidationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "mhb+mf/y81oRtjKcGVc8Dcxu8GUncvPikKhu/u1J/jc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconKeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "bNpHcoPalqots7Lf5c+3slE8mHUMxa+PB9WUq2P6tzQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyFactorySpi$Falcon1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "gbiRpar5LGH4Gx5b/wtOx36AObvDzv5NlCy8P/8svtI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/Request.class" - }, - { - "key": "SHA-256-Digest", - "value": "4WOBJj4KwpXtuwKt7TbazaRKO7J4hHTN7WtxKzGHtkQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$17.class" - }, - { - "key": "SHA-256-Digest", - "value": "exBMtRyuUN1LqugT2JnioDHC1nYYiPQjZSjPZJaAte8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXPolicyNode.class" - }, - { - "key": "SHA-256-Digest", - "value": "2Ah84ovo5ooCteOJNJiTyStUiGgdLE5/NMJSeoh3nWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/SABERParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "IEZzbg2SOksDzjXVj5rbMMKuJWHRyZZqC8x00gYrfVk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/interfaces/EdDSAKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZA6hNwiCEgwHT9NKGS31iVgE8Oei9/RWO4o8jja3Hqk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509Extensions.class" - }, - { - "key": "SHA-256-Digest", - "value": "PpU4OSDjq53JZl1RMrJdwC1xMCqycaK9mV8WxDkS0o8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyPairGeneratorSpi$Base3_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "MXNu4K9Myj285wXZOi+lItKTtKlaothGmlOtU7vFLgk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/edec/EdECObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xjf0F6ROvE/O7y/oIV9X2t/Y1U1GKHUqL9V66wKa9y4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "krAsu51f5xpQTnK8AA40u3uSDqfvLjmA6Q9RmzzW1nk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/frodo/FrodoCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "/df6fVhZxb8HuTaWru7goGn4FT3bpK4Y5w/ZuimV2+U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT239Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "GU1Bce71kSBGYJqea0wK3lo1Q9nybtDMMIQHG6z0PqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509Store.class" - }, - { - "key": "SHA-256-Digest", - "value": "8QLDZaGm1WtPRKE6vTDElk8jy1VH/tkbv9ufVfSw4CQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p.class" - }, - { - "key": "SHA-256-Digest", - "value": "VyJwulTFUMHP0J7obdrZwDUz8g94puTOSHLjQ44c6E8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyPairGeneratorSpi$ECDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "/d/E/nPaH49KQinHK20pXPJ73ENuxdtZdG2G7cY2R0s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/KyberPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ph6cFfei81GrcBg7dnbavtAnOrIQ/tfd9VozjJE6yZI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withShake128.class" - }, - { - "key": "SHA-256-Digest", - "value": "eZD67Clb7BQPQl59LsvEgnxSju52e+if1xA8CMWTfA4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$GMAC512.class" - }, - { - "key": "SHA-256-Digest", - "value": "DdycRKkrunmhqehTfvDMTLia2sGeLT3fX6fIoK9tVcw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$GostWrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "jwCC/5sKEQJQRxkx/AhGf5vuHcWQDbdq9qvEUW30u/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "waEWyRtcgoeTmNIZBPPokvSEEEkhgQqt3a61IHNzBNE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/ISO9797Alg3Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "hndtYN87iKeQrIB+SZaFly15sllr3tQ43aOaU2J4Bas=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RC564Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "0yV86Zeu6nQ9MyKMikJEjZhehg9X29kNoz57nnduCVQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$Std.class" - }, - { - "key": "SHA-256-Digest", - "value": "uh9FAZX5XUM/NWwfigZsbWspwymr9yNxyxsvbj1gD10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DEROctetStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "JUTzqtFyLacXwUxd7Xh4ea1E4Lrtm7z32d12JxoQKfQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Type.class" - }, - { - "key": "SHA-256-Digest", - "value": "GbEHnAbx1tlBkWAQ5P22vnzxrO7vhHD45O99bKOTfxU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/BasicKGCMMultiplier_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "NkLaQpbG8ESYMgTs+KM51GZDw7B3iLQxfyXG2pLbV3E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "YIS/sj1/hRb1G0io7PjMwPQO49mMpsennxhedYmBI4Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$25.class" - }, - { - "key": "SHA-256-Digest", - "value": "VOuwjYUjRfn59BdEi3iPSCIcSTH8Sbl+4f+OHDcJIyk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicParameters$L3Constants.class" - }, - { - "key": "SHA-256-Digest", - "value": "lrXIGKAXSoKddnDawKl3KDjPuWBmIuXFNRylMQeQRRY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/DefaultXMSSOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "1vWX4gbOoaIWCzKBPp/0x/EhHb15xrKaPs2knyzTD1Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "reG10WTkJZIlqJcibXa0pgGrDdKDxRuGJn4PfzCb9xg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DEROctetString.class" - }, - { - "key": "SHA-256-Digest", - "value": "o6QwfotZgQDBSnto0b8g+g5VaqR3SQ55GcAWHx6DSqI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKobaraImaiCipherSpi$McElieceKobaraImai512.class" - }, - { - "key": "SHA-256-Digest", - "value": "AlikhWYyZF681AWL0XQge903TydPolDQwoQykuh9qx0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Set$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "3uh748JNb30Bs73rD1ylfGsyu5IPGvnh2QIh2zA7XgI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/ElGamalPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ppBBK5TEGqDN/rWk2+V8wHIAmf8LTmCGjF4Z6TUf/jM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "ouvKdRdQXViho/sH0C2ykrI0NcEe3f1UGCVdQapPSQw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA384KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "XS1VvQNB7H9+2688WHBSawBPudbdoM5598ZOvFcpswc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA224CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y7mW5j2A+zb/s0YUWHvCK7AQr+Yg51QQ+sPot9KS14I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Longs.class" - }, - { - "key": "SHA-256-Digest", - "value": "pX6U1S1tYAbP0hfKeiYTQIGxF5rCJk/V1ihFSQjVk+U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "zW7JtwWpYDxAA9eiTkkbZ1Pp0OauNmMcRlxIw64169o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/ECKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "6xhLLddL7bmuLhC9ScZG5GOwMxpkXnHqw7K8/xoSSAQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$ECKAEGwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "uuLAwIL99U48RoGfTLBIeIgmcZ7B78QuBJXX23Tak4E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/CertificateFactory$ExCertificateException.class" - }, - { - "key": "SHA-256-Digest", - "value": "90YghsimZhAW28dZ/ONQL9KRzGEJXVKl+vam61tPpRs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/BaseCipherSpi$ErasableOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "3oIoggYK3UzYED7sel9vtY5TJXYoX2fJTL+zDLRmX2o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/util/BaseKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "vQAUACqJHVnhYVGuFlgxsEZzvlqyGiAn2RVZh8/vL6U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/util/RainbowUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "WGuPdJLf9w2ct7fJ4ft3IWuDSeIrS2eigBxGxcTODg0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/X931Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "G9wQyTE+xoj6iYn6aIjLgjBJVLjmy8casPXDy7lCJ7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "FhSh0y/Ty4e/6ObVanfys8+D9VxdYfXjufq+HDEhIC4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/BasicAlphabetMapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "7tgMAMCdO5jpszPJjbSzTgpXtefGAwRhZi4JfKs03Gk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/oiw/OIWObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "dWf2+ZE420MDs5L8aOsCERCvqijbPk7Jzz+wtit3wP4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9FieldID.class" - }, - { - "key": "SHA-256-Digest", - "value": "2OjMK/dztc8lGuzzVBxHXO7NU0RSSCF9ytV+jC51opA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/config/ConfigurableProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "oW3r9suYZt3fwDIqaxiupwB5myHjapALV+7MCZyR0wk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/PreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "XF5BzR0IWSz7xxAbBh2BKA7s0yBQ5OFbcf5RFm8D4Wg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/PaddedBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "VtXOEAVL+/4aQhHodS045J0u58Cg1smbokUtJRUtpyI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$PBEWithMD2KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "Os6OTL1rvw2B0Yt7mf3Mx4Te/kv4ElcyD+TF4NmAs4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/FixedSecureRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "pLIIHqlF0sv0O4DGebNPXi1bIAPUkici9WMx3ApSUmo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/interfaces/ECPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bzbf8vJFz2/9vd3oE/nXoWVAiTfckbd5PEMv7oYmeCE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Properties.class" - }, - { - "key": "SHA-256-Digest", - "value": "1AZJVhK8i0rYVD8yWcFKl80VjKt7i28b77ViveAeGhA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "fRTT7hvaWhjyG+ayA017sLh5nI8NOpOM5XOm/RDLt90=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/util/StreamParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "DKV8SHiyNg0KwR6tJmHJwwjUSEeSnAI9ckebreT3o2k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/RandUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "MN19b/RbDZuNruftNsJgytBlQMs5YIZS1ERxqCVXpUc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qe9XGINB7WeD+DZ3uLbfZMVjSFiiqZSxKbSUe1cbIys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/kems/SecretWithEncapsulationImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "lRYADi4wPJN3FHMTPh/6CVO+MFjqDZnVdv29lrE0big=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$18.class" - }, - { - "key": "SHA-256-Digest", - "value": "oEUNjL72VXfgKbNWbopizBW16al4rOR6yUYqLGWgt/g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHOtherInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "f7nqQzYqfcOMsG85zZlZ1JJP30BozKCj4bGK5LT0Vh0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/CertStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "9ZtWg0fvk7KbBKCg5QYFTGNoxrlchJj41kTaLE4zNEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/IetfAttrSyntax.class" - }, - { - "key": "SHA-256-Digest", - "value": "7QPGBiybTrhvJ+3J1C8eFpc4HQ3jxe85KsmA3qsLa/k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSigParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "d03HLPzxPyKZGgzKhXPCWO1lkp+Jxb4BB3JunGLgKjA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XSalsa20.class" - }, - { - "key": "SHA-256-Digest", - "value": "XkEOYAdzty/601aNE+nQdjDZL8l2G/xbRNv9rTQ71zY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "G1IU48lSoHdd7v0IitjgTL274A5OAnJi4XYG+2bf2MQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$Digest288.class" - }, - { - "key": "SHA-256-Digest", - "value": "SmX93GAhj94mA3+JLErLGpEDF7yMeuOa5cMPxcJ4C3k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "WrDsDTM73lZtJGqe0n7Nth3fY1RfXNelpWLbN3hI8zo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1VisibleString.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZWChp0z4Du8ZagRg33e50HP2UtVTUFSXbI7OnJ2P+xQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ElGamalPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "sUh4PPcj6gVVKJrSIK52i6MiWaf/UzJQOuWJecMKMcw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TEA$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "MMuaJ6zJpq8L341w+e8x7Ce2S+b7G4yDgcoKDfMwCtY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/KTSParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "LDlM/ak3nAHftLnuQ6e/DTk2QOAtRCu8IuLBBIAeBm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSMTPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "2dmn4G2hqA9n47gMUjcincjqneOJs4EuwW10wkGp+i4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "UN8UKgX8RJrisHPQ0awTVYCdRMYrhWAJzZYjn1QDkgw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "vuIRo337bTl9aCKLXfAu08rmzLFaPun8FK/4nGRCE5U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6.class" - }, - { - "key": "SHA-256-Digest", - "value": "jF9guHj5GiPZWGJQv5MpvVILoTDa9lI72Ch+QhElCEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyPairGeneratorSpi$RainbowIIIclassic.class" - }, - { - "key": "SHA-256-Digest", - "value": "ujpWJWTijl1A39wD78ZmhHTfnKHdA1XtKOOtfNjFB1w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABERParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "nUv3sJkWqs620sxhlU7XX4IKqGBMk+xMhLOzW1uoeK0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/McElieceCCA2PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "GJHjMYT98mjm8nIztIe1DYva6QT1NOMKKpBYjFCsLgk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECElGamalDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "savno+3XGFRDlFG3YsuMd7oLbKbZfQcHZ/7NOydL19A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BCPBEKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "dgqD+YzW7ET1u5ALKGYI0rEmIMkgW80EXY2EIBDYlVo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$DigestSkein1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "EIhU+Kz6fQMBET6kemfwj+P6+FI/+cwqcmDiHQA34g4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DEROctetString.class" - }, - { - "key": "SHA-256-Digest", - "value": "crFRXnVHbvVjBjTJXRP54q7RKqwlxjkkBOfl0pGCtOY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/EncryptedPrivateKeyData.class" - }, - { - "key": "SHA-256-Digest", - "value": "qoHP6Tv8C8hGyL9oPbD8cqXD+sUieffdOcMOVHByQj0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsa512.class" - }, - { - "key": "SHA-256-Digest", - "value": "EKJbSN284N36yiAcBC8aSOze/A63de1TvZ4WOpCP540=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$DES64.class" - }, - { - "key": "SHA-256-Digest", - "value": "lJ6g9wFDcI9vXxWgCz+qOGWXJUCHWxXbL24b7zbL9jw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/util/AlgorithmProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "+QyqTNbeg2CS0MuyLIVKbGWg3xItkLMw2BbgfGc6bHw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA256$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "5AzxOYruINzd9brdKrGf4TBGaezQqcEj/4lqtwl/gF0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/SignatureSpi$Base3_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "SIQ446/xrTelNpXPfgF7qM4i3hxAMoFGu0Rf2LBTicQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA384$OldSHA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "0wHiMixpvLQZqyKffiIN1YDM+4Selzll8pFLv3vdW4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/Tree$leafaddr.class" - }, - { - "key": "SHA-256-Digest", - "value": "pusIEmVtnf1MjDskhIuWCrhQDnEmF88rkUHRo486wcg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$27.class" - }, - { - "key": "SHA-256-Digest", - "value": "EFQFdCOULngb2jdwSQfCbH89DmS3IsBwFpQRyWVLR6Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CamelliaWrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "95/p3Zt3empR5j2R7EqT2werOsgreyNx3vOyui1Vp9I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/ByteUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "px/ssmclN35XcIfSULsX1QEnLn98I5AE7xnRAuWk/Dk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "+M6tbKqDhy2E5aA+2nBT5KAJ22ns5cj7McmDjoD+1MM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "PnYGBj+lTRFbsAgAsSLvbxSUfTOn+4ly5w+NvzVR7Ag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$AlgParamsCCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "ngFGmvV6hyjXv1c1V5nBgfo5ZpgQ38cU0lwq41mdyMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntru/NTRUCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z3EwtN0jJhR8jsaHJB7Sb9hP2sulDNj+bjXZYBV3zZE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/AsymmetricKeyParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "2nG6Sn85pqw4lJXpI2hJa8gL4xd+reoi/wUOFCO7X9I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$PBEWithSHA1KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "6B+qMYdwugybKPol5l8F+jSu5uE8QsrVdlD3xy2wihI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NuIPHY1OAnllMSKCgWF6pUXX3ohV0KGYc5GEKjv1R/I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1NumericString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qBp/t5ov1pGama+CfEfKLOG1d4DubhV8xeuePltSJkM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/NaccacheSternKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "anMZ1zsphpqs/6Zp7C6VLsgD4UgwoC6GhNYS48kAQ90=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/CramerShoupPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pn3K6DmCufghOG2MQnXtAqexuVYkAyc2dTW9+4GvBpg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimePrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "YCueHJGbhrhnXYdYxegZLURchoOCi15qfq3FMh/L760=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "sNCE5ZuR6MArspSNj/oj95lbwtZeIDje6r8WeTsXaVo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512_256withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "nLzj4HB3k4Tft2EwqgloDaVfZCIOsqdMFHBB1FlrolM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JDKDSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "R11P2f0tV82WrF6jVVxUcU5pnInvpiBbnVVWVF8Fx5w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$KyberConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "la8KvBu7v5cSOMdBsobI6Uk2n4tLakiYyM3wJopVNso=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/EphemeralKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "W2ThO1aw/MKFm2+ffwj0c8xv0Z8YQ2JYTnWfYVgWhAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GOST3413CipherUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "4CXQX/8+949caJDr8I+az9mBNEQ9QfQawk+f3cghVJw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowKeyComputation.class" - }, - { - "key": "SHA-256-Digest", - "value": "99695NfCVeKlvROQx70/s0UTLANdtkB/pDc2bicMJ2Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "g6PQ6Sx2YqyjKo9f5qU6p2bAy+4+m7nrCyr1S9hYOYA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "lCdO8uvm9bemLvfoX3CPOR0GLK9QrloPnIr+vewkTas=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$DefCompat.class" - }, - { - "key": "SHA-256-Digest", - "value": "tFGqy2RyWM7GQnlm2y24pt3cz9TtTJyNxCQCzMhbzyg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERNull.class" - }, - { - "key": "SHA-256-Digest", - "value": "V8RpLVrUf0v78vKZTma0f59t2W7a1HBusD++uWfwd3c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/anssi/ANSSINamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "pZ2WZR9VLZaGsnkgutbjC72HhwihaDzJloGBkfD7cMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/X509LDAPCertStoreParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yr/y7NE1AKHxQLnPyxWyOsX+fdyrQgF/Is7Bh8Ru8tI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "K7od+67EmFo1UcZwjwT1eYJ4mDS5oXUR0EuwLatBdis=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "FX1ZbQq5FjwJNqay7ogeJOUnSt3KtW6zl3Sh8t/9CrE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "FWLz1sfyhRVTP11HjjfOSV/D9qYGaI6cN4mj63bxSqk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSUtil$CheckingStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "AjfiAZrIlHlXHtTPnN07Cka3cqk91TNC7CSqNV6mQAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/WrapUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "P8mECFtTBZg82ashvNim+Qy67w0jV78ZINoz8YUc0uQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincs/SPHINCSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "A7FxpaXFbErKAyRkWNV1ueqi9d9hYAW42yN03rubuHE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "RSz1tJfpuEIa6Q/GSrAdXJOoGgibslRi67KQQK7TSEY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/BCFKS$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "CSlQbd4QihJZbf6KxbphOd4gCzuagsM0ILSMntAiQxk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/BCECGOST3410_2012PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "afeNq6FjONGCDkqQDdbQ528HQT4kBuPv8aLIq/0b59Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "C3nK1le/sPNu7DbjF+tG3CJCsw6aHnyYKrrZInII9ow=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "43F2p+DfZU0NoXLGEmdAbBuCrlztedrGtPyXh4oe/rc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "15Rdtz0SN9UvNBY55LM5mYjlgF4nWNsf6aghDcOMYBE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/DigestUtil$WrapperDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "BiUMW6CohzrXeyvCbmlbyT/jIQjiMjcT6ac4tfGPmwA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$CMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "OrDwYEK+56wJjEn4yez1PRyKL1iaIx6fyPXhAXe7kOQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z+cJtiti/VfVNwA7AtS32+VrJMrTzGUSRIC2SyQROgk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Attribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "pOnsdu/jA9jyDxwuLg+vVoCaIwY3LCFSRVhsGEZQSUM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$KeyGen256.class" - }, - { - "key": "SHA-256-Digest", - "value": "8VhVKSa6Kz51bRLlldC7xS8PXL77J4yk3gZTkU6aqBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "/cQegYLpIQRURWI13NOqm7zVsX57kPoRPImZkBYLgnY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$16.class" - }, - { - "key": "SHA-256-Digest", - "value": "PNXXPO5+nZJG6x51ex0zUwpmbpief+2pbksr7F1ZhRw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA384andAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "+y3zSc+jArtfPJMk8JsidCSBq7MZfylJ950nNdr59NI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA384KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "6wwfPcExONjSru2JcmwokIVXeUT3MV/x7fBfe7HLKHg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$Zuc256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mx/ysV0WJMxi2TnWNRut8844X9IcJu8wII1r4ZsdDog=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$GCM128.class" - }, - { - "key": "SHA-256-Digest", - "value": "v6pJj54Wsu+9yEPNwKdg+uAPVZU/S/NK3YrTqvMjjjU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCERSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "NyDX4xWc/Fy/JIhhvjn3lY22GyD6MFKs/5TbP60HVac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ElGamalPrivateKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "wEfW3/ZzuiwINW456N7/AqC7LlpfZ4iDqiLTlZ3cMss=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/KyberPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q2lXTGiYmy1RAhaLM1tV7UDDo0XdStj3eyu0W+5h6o0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$BIKEConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "yXqhm8gQCdBAe7OGpb6fFkISqUBIVK8yZ5VcP3BKydc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/kdf/DHKEKGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "2NUeXroxWf6PgzLlQOmPfOWtzLHlK9s21DyAMS4QTLI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WNafUtil$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "NGKPr4OoH9dxN5yAp59EmvUn7g0nskIK8S2GTvb5Rjw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServiceProperties.class" - }, - { - "key": "SHA-256-Digest", - "value": "dKj55kDM6zmch6tG8LVFgu3hKVLZX7Mno3gzZDOg4go=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/EncryptedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "H/NXGYb4M41FAAKYsUHgMG05uJO+GcONad1v6NQr26k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTSignature$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "/QF8kXHiRrWYq28/IKVOPmju0nemm+tMCQ43usGsyoM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/SHA512Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Yuojw7TAqza4NPepfU5P94fW4LXI+INQx3f39LwPyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/BCRSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "iBLxQpeXAmIbEjNSKdhBFElCsqQWjSsrbeUw5JiDPKU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "FD7rcn2R8az+j1hkHAm/quatvtQcMyfnFUbYFe5ElIs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/AttributeTypeAndValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "JFwxMZ9jFm6MmOJfgK4lYMMdPVBqHpuOHmVA3D3kAak=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CipherParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "wLVsN1YF95KTceqZIxadLDNhjQdkyGHWrccGb4qP7/M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$XMSSMTConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "H5U3bRe7xX/E3SeIgAzyu2Vv7i88lBcWOwd93jJzyNg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectDescriptor$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "048YOZfZVKOKOKSAqEXjEO5vX/wqCP/Ijdnb8BX/r5c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ScuqQjiIsSUxAIb6qW4P5e6kgrJZLnUshgI9BGy07w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/SCrypt.class" - }, - { - "key": "SHA-256-Digest", - "value": "N/aaPhncdrH45cvUQLf0+Lovul/8mZJnqcZFZKPBr4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "oeEUjerpQWxIdBvh6/JW2GRm+wKpq7FG3XIX6Baz3ys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "PMJddrhTaXDIPo+gH2dpyin/W7OZZDgf6gYPZlGlbAo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/DigestingStateAwareMessageSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "E3EQvSrgPlngm5iiwvX3/4OniEitmCorLBPUXFUD/w4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "bcN9/skt12aOlv7bebD5924bs17enNQrYbbQaufo1x8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/GenericPolynomialExtensionField.class" - }, - { - "key": "SHA-256-Digest", - "value": "KDfb9bCLbd0NZXhTsROWQZ42zkCjaXRcvtLCR9QfQs8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "LKNuYJP600p0hWDfOVcjQX+hh3fcxiToy9hbl6nwQW4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/RIPEMD256Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "ePkJDUiwloLFkt0rSZW6pv+JjyN6Ty+wo3N3krqaN6E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509V2AttributeCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "c2gzGwYiWjVXnRTDnkccdoyEiUIxTtiwE+97dadN1+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/RSADigestSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "AUc/zNb11Wz//BvKzAhXBRaLA18Ui6BmC5W5PwZ3OzI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/BCKyberPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gs5+CVHXTgabsQV3la8zZf9589YpZ5B8Zs9iz/yiZwo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERApplicationSpecific.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q9BrAoOYG6gk2rBhpQ7Ur1+NezY6FfSHBbig8n2apwA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hqh5NK6TBnNVE5HLBOnu9P47Gi5Ex/zoaEZv5U5+pOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/PEMUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "gCV5yPuiPH7wrcjt0hPxaXbtBQoga0chCvQI4SgWDxM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC128$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "RTvbn7YI7UQIgNGND3k1tClOqUHzf6apmnwY+V4Cn6Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "/OLcsZizRPO9uh8sHCfLd7mZKfO7sEM2kTjGTsOSoH8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "s/kUDX6YpiSpHWkYdLZcWvXGObkxqtqBnDY2nLAxF54=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "9tlPVWvd1PQ2bzhExrMR7IyaICxr7j3s7sQsuhttnG8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "FDLsYXsTlf9T6scedvkA5wlF6By3Rd1SseSNbyMz1OA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Whirlpool$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "NCSVdUrn/xDwla2uOZh+WkHbiz2uHnja0Q/banL7thE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/ValidationParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "WalguLnarjguL0Gcpm4MLW1W9Gg4RXWbRLXFfc7Ex4Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/BCSNTRUPrimePublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "R7WPH6bMM2hOy0OYrD1YHUtFJP8mop+W+5qTZHypSds=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "BpeZJUETX9ODCwr7QlAWvoUCFzxcFEWMcYXUNdYdV20=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/PreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "KqpWgWSQcOoVm88TnzvvNsAbGGxdxhJ4+mRTB1dV14Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/SHAKEDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "DlJDlc54sWyVjPJ9lNWTAit2wRxeGp5KygmbNPU+Gkc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Signature2.class" - }, - { - "key": "SHA-256-Digest", - "value": "+Sa/6dhN9XiipPVkheW4stdjOnjGfnkL1SbeiaCvTnA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "ODDNGmpvakVblcxTkhIiPo2z0Qd7XikrCm7Foynm9Eo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "tQam/fvazlrExNetHB4U2AaI/enWmjQRHqdMr/F2b1w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$ThreadLocalSecureRandomProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "ANvUjlukc6FhggShaIfzOBm4xALVDXXz0TRouBIi+Gc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/sigi/PersonalData.class" - }, - { - "key": "SHA-256-Digest", - "value": "o3ONYir2mG8z/cS+lE3LNqCQee8i+gkZgQKd/BTPvNs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "rFDcWpzKMIAjuY+puSiibnyJ7zpqj7Lt8jK9/FFrr8U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/DSTU7624WrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "VoXQEirLcXb94csurBPfLt2qnxKugN57QHShGiSoY4Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi$Version1.class" - }, - { - "key": "SHA-256-Digest", - "value": "8GsAfPLjSTlKnlgeqF7OkwkIy0rbCh9M994FFijry1w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "KJ83GC4YkKbmg/8YyGpKaODk5ETgxJiJO0H4HW29lcs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSASha3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "x2/TtFWpTBfJzjatf85R/hJ+36TZA/T443asE1dgQqk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "j+T50I3JdL05SAiHY3/JanOm4JJvPSpZqnCOBkoCu4c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BEROutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "VwUFhmYCrXAr04pViMmQJ4QgmAv+xD2Q8ncewMtmACQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vx1eOPKkw+bssdq4ifZBIBUGJoRpWWZZebOGR7zW93w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/MultiBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "h+z37XtdU96JQGSyzoo0DLAzMqXgSBJVSOXf/FTbxQM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_512_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "B5HlmKlu7OvaAuvcoZLo/mzq76zCKQnC6HURHXs7HIw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base2_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "KYhj8F2b0E6bxeKO03W+GbO283bFO95Ea9QlJAeHJp0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/KMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "TSiPWmf9b/bQU9jzhYsQxAcOXU1QqeI7zlIFQbJrx5o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Whirlpool$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "9NGAEnQ2iarxvpyfC8dIFMoszJXArmpnfVDd/2MN2NU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withSha224.class" - }, - { - "key": "SHA-256-Digest", - "value": "4laaEKUfedZ3k9Iy4Ze2JkZ2yo/0d8m8vFcHhxPbgFk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP521R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "9bVzFbL/6foOS0mHtQdzRllizYssuPceoxCSlcP1onQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/SNTRUPrimeCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "NySRMyiJbv2iJdnepF1bOgJ2ZiEL60VK0Ok3/sHAqaQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/GLVTypeBParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "vOWU1kZlJTmyjCnCbWVcUOeAOVWLbQPTMzb9jpJI6Dw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PsSOyWlG3vd0sqjZpyM0VgVWC6K5OGx1HdEKYtow3Ug=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/FixedSecureRandom$Data.class" - }, - { - "key": "SHA-256-Digest", - "value": "eKyMTA86R4iSI1Rxp1eyJvLpYFWch8NKUvIqO3OE/8k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincsplus/BCSPHINCSPlusPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "h4aPVIAjIup27eC99wkv03bDt+8SfSzgLXqxeeVDAww=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/GOST.class" - }, - { - "key": "SHA-256-Digest", - "value": "C6P423FwdMWlCJMBUl6u/h8h6PdJtRODj4BFnVoMg54=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/GOST3410PrivateKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "H/isTTouLmsGoiqokvNfF5W2eGi2HLMpc+eQjtoyeFU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "tkApSymkWLG7E4PKFHTegWjbIOxcxrXIdbFCaxfIAl4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$noneDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "+CG66fAwcRGG/WttjM4n7cm1HBxI05rwqFL8UArI5nc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Primitive.class" - }, - { - "key": "SHA-256-Digest", - "value": "ClCK+uleJ0W6K8BAf4yYEwjvqVPUyBV6XLPodGXMylY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CCMBlockCipher$ExposedByteArrayOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "oRTy61BNOpEgqyoSNwt8HApQn4rBgnHhuI++yFevTWg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Arrays$Iterator.class" - }, - { - "key": "SHA-256-Digest", - "value": "j60Cj+bxBbXzvHz6tPnIWUbbwXIa88SdW0NJZz6hPm8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "tGp0StJ+uw252aqZiMOvWottkenNrneI+Lg8HhYz3ew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/OFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "qCKoidFdL+AmwvcyDkcacKNpUCHcQ4ZPbOoC2yRKeEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve$AbstractF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "uJ/7wCvEQ6iaNCge77860a0FciLj4C0+3hXyytu59c4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "lOfYhbOcnYdDB361t2uvQlpQcaNeXC09fkDZBwlV82c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/Streams.class" - }, - { - "key": "SHA-256-Digest", - "value": "RZPQEQA2/p7Uzi1xYTFrn3viY8ddN8s/ePV38f4zXDA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$generic.class" - }, - { - "key": "SHA-256-Digest", - "value": "CiJC3iz3bYsqosTHUrES+8o3RuehJTgaDj/mrUimGNQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/LowmcConstants.class" - }, - { - "key": "SHA-256-Digest", - "value": "JsA07GerB3qDptxv1ulHUlHO7kXMTiRGYmwG/yJ4pRU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "DiAWu4eyU1ZIHxF4csacy2QyglGN0kjh4fwJNb43ujY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric$AesSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "lG0tp4lmJkYgjTN4k8O7gTv7gAykcTrIESGpkD020nI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/util/KeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "wGF20fv3mR0uiNEJyMtA61K4Xbk3jW0FFYA0BMDutuU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECFieldElement$AbstractFp.class" - }, - { - "key": "SHA-256-Digest", - "value": "xzlMlXIRHZfN7VMaU+ODA+33Udvis/uhbxPQviMDrZM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "tIMHV7f6yBgAPO2qj2XV3w9mbsg8KhTWSZAyoLSWEKs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "diDlzkbgtz7nyEoHP41brYqO4+GLpEBEfCpaRTmvEXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509ObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "u2w94/dQJx4gDy1WbnAsLFvckKp3n+rFYS3MOcwNka0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat448.class" - }, - { - "key": "SHA-256-Digest", - "value": "+sz5aZDgwe8e67JlRdyna3mXcTE8BxUqLpZ6FWEm7ZM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLTaggedObjectParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "z816jX5d1P1T8GqgsMLjGyMNk+RyHdV32epSdFR7wi4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$28.class" - }, - { - "key": "SHA-256-Digest", - "value": "zr9/R/hIlFre49cnLWqE1XU5UyHWDqQYMe60tscd58k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/HT.class" - }, - { - "key": "SHA-256-Digest", - "value": "BtqdpfhDSwhbyIF2Ka/SmaqHAQpHFGtr5y3OB7nEoRY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/SecureRandomProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "D69cb566YV+j4qVHlToqQ4EX8c/s5LmqJbHekWfVZXw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "5nfF2SMDN1VNW2EMcJEykwP3Qd6ir2qrfWlqVnWjlxI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ee4KiVRennxKyoFXhkIZ50PvPrECrKKBXZqgqA4Eu6c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/Gost2814789KeyWrapParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "wOomZTujO/DzNZQLA3M9x/OQNeHO9jktOZw1GtHf5Vk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/EntropySource.class" - }, - { - "key": "SHA-256-Digest", - "value": "K8R4cyMjQHun962OT3hPSZEWVMlf7mXvQByonoJDFls=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "EFiccNBDNnQHGqPP+oGU/Cfmz9ZdPgWGNQP3J1j0M4A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "Iai8+IS0jB6rUBxgExpg65lwJsccl/8HAsSBM82Cc08=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "XrHwduKE34oy/f5y+m1g91e1k6LrLM9qlL74LGOHyjQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "5XxlqVE+2UQ+pDShdV30Ta4tkfl5/45yUWg98O7KRbA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/KGCMBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dt0xk3BPw4nwEJNdtlQAnF4DVtx0T2zPbabxAxSarfM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM402_SPECIALIZED_TRINOMIAL_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "BTeE6PvLoqqjrtcfPlR1t7eXeQxxbUidoNi/YctWMJA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconCodec.class" - }, - { - "key": "SHA-256-Digest", - "value": "xnVsRm4sqZoyVLAPI54+JjOsipWtOYXqwOmfZ+MGHHY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/GeneralDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "kfgf1iYZKAHB3SK/p43GfZ50g2f+yha+I26N/9Ok0n4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/GostR3410TransportParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "zlwpwISGR1ZbmStfxp0mY01CKUnQ857cv8oqeSssNbg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/iso/ISOIECObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "SGgveMtc5G0C3y4JZ7g9SJdDpsgjt+RffLzB6usd96U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "s7pqX6hAIW1vKhjw2Z0T1+N2A3xvwZPCeAllRcHNSDs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHAAnd256BitAESBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "z8YfXeV7oZZxlczEIIETuBSt1wefwyCT3ZqxEzM5+rE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$27.class" - }, - { - "key": "SHA-256-Digest", - "value": "PRYz9uluTmWYBGVI9V3oJonuCfvY57df/fbABtXpZFs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/Params.class" - }, - { - "key": "SHA-256-Digest", - "value": "k0lZylLLh+M5lTEbsVGNA2zuhvZPCAgD1G2Bd8+LNTE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecNR256.class" - }, - { - "key": "SHA-256-Digest", - "value": "YKWOQlkvvMY476O0f8FJkZxcHaezP3BgBHeRawYQViY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/LTreeAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "uox4s/Y0H+kWJ/Hvgz3yjC3BAFr9wYnEcCBfrGBweVk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/ClassUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qo6WnHPYFWaY1PEmCqqCdQvJK/cD9C7nLk63APrSYMg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/Zuc128Mac$InternalZuc128Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "YT0oHMsY9J5acl+vKWBoZb4D3i2PqFGyGwnD5YOCns8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Rounding.class" - }, - { - "key": "SHA-256-Digest", - "value": "nOnXsuVsZjkmrynk/OIQYB9rA1f0Chlhqiu++aBaRo0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/Primes$STOutput.class" - }, - { - "key": "SHA-256-Digest", - "value": "0mfHYcZLzUbBNonozjSTZXHhznrkXdnKEO9AgsCEfQU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "MNa/oSa8qJupA2yYvFWKlY0E7GDEDSdv6P6KFuv+wA8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$ECKAEGwithSHA384KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "knsKQiw5dUYxE0O43MSVSu379s+/hD3/V7o16u4CxO0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$Wrap256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Eh7FUH/kgtO3r8LL0O4znd278kNQ3FpobRtX2iRtnRg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/KeyAgreementSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "/j8n6f6shedhePI5wYAsZn7mJV7iTQKsSMIw+KHDtck=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "LdWtAso7EaWQGQ5qlkSdB3pOivKGgd/FqYciALy2Btg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Reduce.class" - }, - { - "key": "SHA-256-Digest", - "value": "a3Z5PgL88hFX/8dh8RDR13NKbRQnSrMxL4xah0v5hUI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSAParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "RR1oNCuoMn9DBc3H0BT6ZiJYK8dzndvCAxyciiH7BE0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/CSHAKEDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "QYM0msCjBdwgNtOh7LLa1G5T+hB2zBXYoqSRMLXsUqs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$21.class" - }, - { - "key": "SHA-256-Digest", - "value": "3rzBQ4PwzM4aSItfE226aZb8uPqqOUK0BUpQ1vdhkMU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECAlgorithms.class" - }, - { - "key": "SHA-256-Digest", - "value": "2u8lNQGAMazO68JsyEax4O7WUkMljPVJbTLE3A6aKOI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yoro55NwvojQby2a/Zw+zqnHYTQWoEi11wHO8adeQIs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/FalconKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "JoR3+Km2LjR99po3Yic3nuxGCNF0WWyJa23vQdYo7rA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "tX6tqKtkQMcgHqaYwGCBxJBLDO7/5+Qn2jJBsX/QyhA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA256AESCBC192.class" - }, - { - "key": "SHA-256-Digest", - "value": "EXkEMKc8rwKa5FGo0XS6E5JAvXYDnfL3q834H3AMdZ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "5lpp0vYFZLJQ6pjEbQqE6NMY/f63zIGAx6bEH0Z0sic=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ExternalParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "LdNepveLqCzOIkfinqwqFuoTMJCW7LB2OQUkW3SBFdA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q2y1qBq0SOuIGFMsL/WUpKYXLXjZRAhHlKIS8vnzjJ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUSampling.class" - }, - { - "key": "SHA-256-Digest", - "value": "oVzIk5nWgUKwg9bo/S49/LfSDZAyrLZq5a1bUDX0VpY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "m8BkvCcGrVfNZZw1dwkqYsSDGjwo2M0b/74KhZZcuG8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SparkleEngine$SparkleParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "LPinfvbKuTVyIn6lj7sl2gqiR3/DgvTnR95y7Mqu8eo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/HashTreeAddress$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "SRvkO8OvegYwKEn1rUCheS7+RrPn+zcRGL9cnWG2+GM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qX7y0TyJYkSzHRRtR8gEjTYYbNENCComT3DARARp1es=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA1CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "aV1la631cFAtiCu2KXKyurFrez6tkq2qZ+M0zNfsxk8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "nO0SEXaL9u04PQ3VTXf4ROzw7lDtv7Z6sD4EhJiqtUM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NTT.class" - }, - { - "key": "SHA-256-Digest", - "value": "fb4d+8LYl9OTkaHR7bYB1r7qwhAbPvOkmd3+K6qdEZ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Absent.class" - }, - { - "key": "SHA-256-Digest", - "value": "cTQm3OQ2mElY2RJU/CAyAD7DXGuEGis9mfh7InZ23qI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RC4Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "q1TNk0+x8zOs8SyICQOoobhNmvg1AZejzaR4UgUtGgo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CramerShoupCoreEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "cEmdSXGjWoSf0mvHk1tXKzgHGCFHv06G0ZUN5zAIVAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CharToByteConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "1RBrNcttXtZQdUZuxWE4k+Ylc0TjEeqhdU/1DVmkeuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p.class" - }, - { - "key": "SHA-256-Digest", - "value": "iStcLPcB53izJ8ZqUhBD4tWFZ1Xh908SQaufthR+Rqg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/McEliece$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "TWcP6SOo8KI+0pxDvvZhN37sBWQ2j/fsiv8rh4dV1Nw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXNameConstraintValidator.class" - }, - { - "key": "SHA-256-Digest", - "value": "FYO8ESm4KHelynpBKRmXEI0UXnE4lSpql/4Ug73y5E8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Exceptions.class" - }, - { - "key": "SHA-256-Digest", - "value": "lyWOk/4zLL1OEED6kiYGJF3/A67NfEpv5OJP3Ug02WA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512_224withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "j0vCsVCngpBb54x/PX/kv4HTwDYvJ16hKur60cdcBeo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_1024_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vzx2Vla6cWHk9s5rXAqoMWhBHIwMSv6AilUL1AqpBZc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PQCOtherInfoGenerator$PartyV.class" - }, - { - "key": "SHA-256-Digest", - "value": "HM3kzPFYgbHm2HJbIRw9/hVkFTzoNG44O/46zlpASmo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/macs/HMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "PZLCxIuBlCox4yL6QgQnkGJl5lqoRz5PA8yN84C4/Qk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "SpJFnWtDJmH/YytY36yGpAeGxLdNXWogz//KgVfMXl0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$KeyGenerator512.class" - }, - { - "key": "SHA-256-Digest", - "value": "l1Hh/Yu/tr9s6HRGhKEIgA32r3foLyc/7FvVNvbDSrc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/TestResult.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q5eSY+T9lejJodthZ/6cindjtoE38Xle2goz4D2kMbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/BaseKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "OIEjigs/JWyZqlaYzKy90Mb/ltVrm7deE+LVshFcuy8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$KeyGenerator256.class" - }, - { - "key": "SHA-256-Digest", - "value": "f5acbcxUeKzNKK95TaWB3++xSBE86NNC1PQHKj+Tjik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD160$PBEWithHmac.class" - }, - { - "key": "SHA-256-Digest", - "value": "H9bG4gIQqHjcRXmyqXAcNVVK52eF3FsM9uZfstZu6dI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ScaleYNegateXPointMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "cBe40zKhJYJeqQ4WBQ6hTIGUCEcLZegeX4eKGxqnkl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "GY6tOkxny9IDtqeA8huK2YnTxvwl8rEF+QgLqLlkORQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/hpke/HKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dbw94tNFqIdjmravMiHeaVcHd/JQpiIeKCUitpd8Gr0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_256_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "dIhfp5MyIEY0u8zaZl4y4aSB1ykYC/kLzvSxrnNGLr8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERTaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "KiLsTo59KYnwEg1ivbOXDIqZF9VHPZ2Vo1NqIsSwNEI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECConstants.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ech4ZOOlu+XfaaIwCmla9zaNrn002+7dbrkKuDDcI7E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/GF2Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "UklZrF4obMQe/cAM+YH6GQMjxDUQvogC26y8n+D4xoo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ThreefishEngine$Threefish512Cipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "zMQhMW2/tNRitke7yDGnDnW/mb1sSax3XAI9ENWRF0A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/BCKyberPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "AU8eIXx9l40jI/0KQCaAY6N87yLrpUboYUQAdGLtn/k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$OFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "cyvmtCFFz/dzn0KiaW8EmktC9jDNP7qZnWqBlqP03vg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/AsymmetricCipherKeyPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ua9MEvrLPpHv+3IuN1aGFzD+aCFxEkHRpsjaj3UokhI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/GcmSpecUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "cNkOCRLDVopPlKZ0DmGP1zBkzaTuQspLh9X3K9I+K4o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DSAParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "T66kgcF5BuC37A12n+LGdpuI+v5X/+LuT9UQEIK7Vng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$KeyGen512.class" - }, - { - "key": "SHA-256-Digest", - "value": "D3BkoIabaTTnXKzkHI6j7EtkHZwLtAcSco1ENhfo0Mo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "G54jbADl9wFsSQgQlSgjJMKLdMW4BXMhehD/Nh4i8FE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EXTERNAL.class" - }, - { - "key": "SHA-256-Digest", - "value": "w7o36S4fyTbwkCmm9tS8nMfVWUyd2oTl0cQq3Ba5gNM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/exception/ExtCertPathValidatorException.class" - }, - { - "key": "SHA-256-Digest", - "value": "y8Sl1nXEorg2kbMchLR1ZWzAzwwQ2YyJ7pMTI4C6tfA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "LaTlIWpm7GJKJtHG+3cJ2rE56BrOHTztf8hPfjTouJQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9IntegerConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "5sCOlDRfVT7f5+HODocTYSe7EII2JGviav/wAtJhkho=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "z2EBD4AYUe5Y01S76OUsT9p/P/Y6GKgpBSBiNGWTXAU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Ed448KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "y8PPW6dfmCEOWfgNvUBzmDa1MdYaUg9UkDexYFMyH3I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/misc/IDEACBCPar.class" - }, - { - "key": "SHA-256-Digest", - "value": "+dwTxfGf0ilIGMSqkz3gcaBXtXlYfopag4pWbj6ggxQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/McElieceCCA2PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZHt+h7iebJ9JE2Ia/sdfaLtXs9QM00uWPGvd4ZQBnZk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/COMPOSITE.class" - }, - { - "key": "SHA-256-Digest", - "value": "/yI9dKrEqOabujeMtuHiojINXajqKBGVe4F+5Wl+loM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1SetParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "gexBckAKWWDby0yZyTRR3Z/Vnc5jk1X9+Mks7ljZJ4k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSMTPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "0UeoJaktRRizK1PdDKNfsEBN4BfcSH9QanT8hyrsJNY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/BlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "+IDuq6Ek+AzmYOL9Ez6maTIuDN7fQlpLootm3MGwN/M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DESedeKeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "q9wGd+8pOdVts9GBUwpWGKj6SWOMWGXtXlBlVBvje6Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/HQCKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "mqUREzWeLgduVstTsyO6ZtgQMcxYHdrt4yjpAdUIGPA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$NullPssDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "po4VKNEwzrwn1n9JC6hUD8oXnVaIWguuoHsQC6pGido=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nw1if8AJpCrSjy5qkmLBQSvc7jv9MHnZENIVuFVoVxo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "vVU2QrWVPLRQZjlkesnWeaaZezgbiZgr0XLebCiTs54=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SM2Engine$Mode.class" - }, - { - "key": "SHA-256-Digest", - "value": "QC97jH9zVtGZujeNIgkzgO8ywVXcM19AYq2IZb5w9Vk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "vPeHGGk73cuW0EDgSBndIcIM2FNQ0SAbH1red3X5kQo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/ECPointUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "/2O85JKz3aBsfP+zttBsdtXsAuuGdfzYuLa1oAdiH6M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/SABER$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "r/xbtA/NV3ZN4cYbMiF4jmturTpuyfvVSY591+h63jI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$SHA256WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "1GQ7xIpskse4NQsincy8fdkLHq+IzREcQfJ6hb0Kp/U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Properties$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "65mQxMd3QL/jvcu7MlVrBrTQhxkm6K/VsVJhGrkhisQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/SPHINCSPlusParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "41/hybmre9Ct3I47zzlT/JQcZala/jGcltGKAUOEMKY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/RadixConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "75ZFdT1T+32nmbRHHPDuB0QiC+dUx/URs7SkBdCtPPk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "RHafWoqRb//fCSNKP3n1+x8UBbGE3z6VaVCOOfmvV6s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WTauNafMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "60xoXiKJ+EVksZYOHQzgCHA1cGSeOG2aq1TfmeF91Rk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "TVcw8xwOniC/oEdPw1+SZOXl98oin/vevpYawyVei7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi$EC.class" - }, - { - "key": "SHA-256-Digest", - "value": "KRuOzRDS/DIAdDvUwyMdOEYXKY1EZ1OdLMbIvHskAPQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "hGGtKt1IMLATMM5N0xNLucdelMUJvbK8aPieU2ZbC2M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Skipjack$Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "eBCgclfnkHUPgcqInAmwMF9SKw4V3Toa1yGZm+ygBKY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERTaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "dCq9DUS7sLFwnT5izAVdBUvJk0V+0/wwyqQsw2VvLcs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger$TigerHmac.class" - }, - { - "key": "SHA-256-Digest", - "value": "vTr/AJejWZlZZbJkSG5yx171pvbfQqGWhAgQyN1l+ks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "ANtynRmgPeFICUaAdMhiRvErjdbP521zHOXdMEUM240=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2b$Blake2b160.class" - }, - { - "key": "SHA-256-Digest", - "value": "YYnRZ9t6QQbB0aFPZ1Pfd9CG7DpwEW8RScAUiyElbbo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "bz/N/dwVMXFM2LwSQrbFb9LVoWQv9GkKCp8ohSeK+xY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/util/LDAPStoreHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "2X65Zh1mRrMBUbJRMVHKfSsKhRGwQqXVk4SOroC8wAk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/RainbowPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "6theL4tE0k0TuSdk4+jC2Bc71DvJkiCZ+QrL5Q8OMEg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXCRLUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "MaaCUr697d+DBMbThTe/tsC6xRGXeD5W8ebJTJjk794=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TEA$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "WGWS3eaDfWQo+7N7sg36EjJoIsH3c3yapR2AR87P6Bk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$Sha2Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "wEyHD1LPq9BzMXi6RfLCfVh4paFv9EdcdUi5eHojjbw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ParsingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "VmprkFY6wZo/gKyA95uDIdYj+owkr5npvjUirCbEx6Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BEROctetString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vTtVpaJyIGq8p8NsZQob3UNtcrb8DY4PlSClHtTZ65k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/ScryptConfig$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "jmDgveXbDFvsoYGIV4YtFXbvugJ7fCHrOFeJw0qqUTE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$CFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "FRhxVVswHON5uiYqREh6WMVsXgUD1zpm5WtVDFpV1Nw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$SHA224WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "M0/G9c7566Or1SGe6y8CUW5XBQLsLXodW6kROuv8iwU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/IntSlicer.class" - }, - { - "key": "SHA-256-Digest", - "value": "xGMvnU7Oxk8GdcsDNR1nt+FgAyfJDGZgfFU49BBdED0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "MR17Rd1gacQWJcpNZsRIEn6qK/TCtQDULMF8kajmfxc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/SPHINCSKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "bmU07vr1US1fH0FsmHXJSZOmHdKXweBH7JeQ1HVQ+2I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimePrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "1ChtzhfgoGNquWpCmBzmA2dOMZDxlDzm7ZnGUyxYrSk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "WB0pvVU7fIe8NFqcZZvS8oDHkbYHbwfBPctq15SH8oc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/SM2KeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "NuXP7Rj8gdoHReUt6lxiQI1QYKiHqtB6CHd9Il6iJ7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$KeyGenerator512.class" - }, - { - "key": "SHA-256-Digest", - "value": "/HBz4YFCuSW85kj98R3YFkmFZnB9TT2q9jGKanB0CsI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "DmFREjVtjH+s5Vv4x0JCGNbozKA8bIwPb9h6UQPmU2Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_512_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "AjC3V+xRll3vKe1mqLgAYP7+tPpwBwLr9Ep9fo2fOPU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CBCModeCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "CmH96BOmPSCfYRn+zEGmpe1Og55lNewyPL7zLmpdghk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZwvXvDA/IXwg6hzZ9EF+Ijr8PwNAC5IWSIbBnrYTcjI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/EthereumIESEngine$HandshakeKDFFunction.class" - }, - { - "key": "SHA-256-Digest", - "value": "mhTfKwSLKMyeT+yzMNxqZE++FbaR8Ns8rE5sIDbgEhg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/OWCPAKeyPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "GRlblphEu1xnW4qyIeImsf+7btSektyQ7fnekXnXFOM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "d+NLtfn/NyULWZ0dz94qBLJrLEN9Eqq5AObN4+OUI6k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Integer.class" - }, - { - "key": "SHA-256-Digest", - "value": "WouNHOrCcIC3+ce6d8MBeKg8gcsIDbAjrA5i7tZ6ikE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "2/dHySxWdLQQI7YeHPNevC0wdYnC13KKju2mr+Qcta0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Haraka$Digest512.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZY8+ie79690qIBYDAVqHNwN+nnsTrMqu6o1gQto/9Sg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "+3lWFumg+3TeJYTgARUq/UU4j1/i2baU2VlZVq93BLw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1TaggedObjectParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "bxIwsqIxiYHLrRl28mYAbaScJDVfh+fY7nSe4Si8tRo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$20.class" - }, - { - "key": "SHA-256-Digest", - "value": "nvFBfN7JBNoAU9T0U1xUORqEnPa+/2SU8j8wzxPCNWI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "pGVFYzu40ipmDvxBn5njARsqN7LhpF8fh3ewef1DUBw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "k2os6Unr05tdo2S1TRk50ht/snDEBSQ5dMwir/IHMkc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "qaeBrAdPaXgVquQFkx/RXCuLYjVgBoUog9S4m0hQAo0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve$Config.class" - }, - { - "key": "SHA-256-Digest", - "value": "6hZZmO2vomZu+9edSCz6nN0pYFp3kos27nAP6RP1gqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UTF8String.class" - }, - { - "key": "SHA-256-Digest", - "value": "mTy379LAMMOuAASkCREZ7MhMBk0BX6hUbiSC0yTgy6M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "4b1R94rQFA1AF6Ww3j/DboQZdJn6oxww3+C/AE90W2s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withWhirlpool.class" - }, - { - "key": "SHA-256-Digest", - "value": "vt0Hvmob0YMajdhMB7uvyWkKdlSSepNiXlMccQDoNS0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Blowfish$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "/E7R+tjfxQd0BmLneRKiYeSKDrBmgUKNyYkJkZ8H4Lc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/TestRandomData.class" - }, - { - "key": "SHA-256-Digest", - "value": "BBQTGPTK0pIzSR090TkPMegnfkSdd8a3PoYwGhwGHFE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$OFB512.class" - }, - { - "key": "SHA-256-Digest", - "value": "vSnUnxns2bIg26knG15wc6DbiPuBflvOMO14AOSgrEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/CRLBag.class" - }, - { - "key": "SHA-256-Digest", - "value": "Shje12HkOiPr7uebZv8fMfhsTHbl7vTg+mQtpMyfmxc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZITOEMxlnmKLz+fHZj5KEoCbSys2g1AGaQmjEgBRI88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/gmss/BCGMSSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "P8zaOz/1+zordHaOcfRrMCL9FTKzXK+HfXCGn7k2FZ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JDKDSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "JQ9OsVpEt7DfofZw7AMlYGEhggODh253AVGZJtiQN88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "IyO/Go5UkEMYnOCKQ/QT2LKzS7WoTrZ9ir94d9iC0qY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi$RainbowVcomp.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ti+GSiDTwHQbK4I6Y9Q4hnZPYakaQGnLj8M3lEEtGqs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "4nBVg2QbxeltJkSx83FayhPaGR4g65OfurcITNMxebc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/CBCBlockCipherMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "f8FuOdyT9wIenplCD39QZs9T49FThDWP3lLPqRySzb4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "LotTq1Ud/k63pmAAiTHEbYJwXechnBnhazLVtgDaEVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/LMS.class" - }, - { - "key": "SHA-256-Digest", - "value": "9g69hlYzxnguohM+Hhbk8oLoWKZGqOI9B8qDezazNr4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKCS12StoreParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "DLc0wyWR8F8amGJpQMZzQyMf2b0i0qfubsCI0NLw5hw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "JP57aGuZrIPwN70hIQz3FHsXucRJ2Ec0Arw3uM+E0xA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/BCFalconPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "hgYFFA2IR/3e+N7gMXkIwYXUM9uNsCPiER6v9NFKtaI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "RcZ9Rzo+Iny//LrpuNIOKcxUmJE/mTvThyi0ZjI5GxU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/interfaces/XDHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "qOdfME02JfG9601BhS6XyeMQCsRknSQmohuEKKRuMBw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSASha3_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "PrFYpq6HbH1F6WhMNnNah6sWqgOJBMc52ybjKYyMy1s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincs/Sphincs256KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "+qnnuCqoP/v9XygF4vPnMviq9Ea4yCW7Rp/vuUVpnW4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyPairGeneratorSpi$RainbowIIIcomp.class" - }, - { - "key": "SHA-256-Digest", - "value": "dUMbOkiLToXRLSlWsnSzrWJi+MK/l4gyr9SBU0RFLHg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SubjectPublicKeyInfoFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "fuS/aogG1paLIlbbm34vMOQFrcmv0qMGhVPppnNHueo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$AbstractFp.class" - }, - { - "key": "SHA-256-Digest", - "value": "cf/yUEs71AOhXXPJ5tHv6vddd1qMflKVnbxpcbkuHiM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "9SywhuZ0j5d0qE9DcO3H8NyRUduONX8mmP478fDabmQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/ThreadedSeedGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "rT6oZwB5FUzWBh27GYnfmrv42lm0Y7uhih8kFEg3YMU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "blsx6670lAY5WBQFfjWONSGrQ/g3Il91fOnQ5iX6g4U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/HarakaSBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "K5pr9YkvcmA8LfdyX21HGaDueb7/v3wpf6hZtQx6aqM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Poly1305$Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "Spyb1bpOX7ng9vzR1mTMX8HLuq4c/kog0LMicnbtme4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$SHA512_256WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "rOGkztCuB3YO0zTw8M/E1Wlgi32+v8/TpBw4ESB8vok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/AttributeCertificateHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "CdJBMx1RS5LTjM877wnKP1ZcA1CbUPDDWX6GzG3LWu4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4$PBEWithSHAAnd128Bit.class" - }, - { - "key": "SHA-256-Digest", - "value": "mLSiM9wJECK26tzrJhUfxfaJeElZY3KIFmVF8jXm31s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/ExternalValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "VugEOs3frE2iWn+/0FKMx5v+oO+I1TkOSlL8VWD7pzo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat160.class" - }, - { - "key": "SHA-256-Digest", - "value": "shY+vNTr4zaxeY7+qDR9e6gXl70Re2CXvtIlzC9FT8s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA384andDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "IDuc+6xpPdDCU+G7XeAgssqa//+U6se4n6wOJbFdkW0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/GF12.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q/sdsBwGnU6wWQCv1oVRGgT+QKuEbK0INcbDbJOlPjo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "OTBE0QiYjgc1cpaUJaJLAM75Be32otT1q4Pw9so2J6k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXCertPathValidatorSpi_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "0tzuoFG3gFIe4s/Dd+5yP51p+AKlKpBnmS5WEdQAgfg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/RC5Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "gH0oy8++LVv5oNlPIOQTc2JaD+7s0UmTp1jvQ4Mpcm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/StoreException.class" - }, - { - "key": "SHA-256-Digest", - "value": "gthZmq8GoxQRA16HBLfYGAY+y4JWcd3uH/yjD02e53w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi$BouncyCastleStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "VakTZ2dixTnhDF5N9EuEy09AX4r5V2AeuO5MOitFvpI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Argon2Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "UWyM3Z9se7ROBauDYoRnTQMDsyfVCAejrZVmW0pkJSs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "mv9Y0p7TFc3YW25VWTXGeddZPJwvUc/a7aWsv1L6L8M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Zuc256CoreEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "eEUDWsGU7MoFE8LJRRdQ/rJ7jm8m5E574YXYCP2CxkU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TBSCertList$EmptyEnumeration.class" - }, - { - "key": "SHA-256-Digest", - "value": "j/Qhze5VR9QSwSZ94LGy2wnI783HdOUEagOTB9rzFrc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256K1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "5jnJG3XRGZ9yquYUviADU5gqGaWg7hL1BhLY45kQRaY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509CertStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "v8/ANLF6VqhyjT+vuhgXpsKpai8NS5x9lsSTXVxZ9so=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$Digest2012_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "s9LizyyXrbpz29hkdxGk564/s2VawXEbjZz7Gv0tmQU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "nQ3Lcg/aI1E+n+m2216tSmEDfqAqOPGr40DUeh/FwOs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntru/BCNTRUPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "7LGN7kwE6DuF+P+PM58jkDQCcAKNZb+2YtFAQuTbTls=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "UHt15+dJ0XQ6xIL1645xr47g4zxX2TZFAMnjSpv3Q/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/StreamParsingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "fJB5mxYkvoPyh7xQ6qrwD0VwGVpMQQmGLNSdR+dcXl4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/ExtensionField.class" - }, - { - "key": "SHA-256-Digest", - "value": "3QY7LX0YA2h8sEA4u42sAgkbsOTVOOwCG+RuLBoEMZ8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Objects.class" - }, - { - "key": "SHA-256-Digest", - "value": "wwiR5vMErHIV8WzFY4u/LRuPZ085UeYQwWfTTn4kGNk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD4$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "12LSs2wXQh1RoYAtjPxdd/U2sBfIfRNhQwyTUPMDnHI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/TestRandomBigInteger.class" - }, - { - "key": "SHA-256-Digest", - "value": "IXTSnpnafcgocVvkN7r24Rt2woM3KzWFgU3JUFPj24Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/EndoUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "+TTpRgKkGLxxdIBA/unkV5gUKk5P7bNcxIBGVjRbtO0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/OTSHashAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "rxi+pWWv0Ol/VnuWBVsQvclaDfeGxv8PgCU2wbDCtF0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$CFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "AT3fh4G4bMYsxCLOZmPhVa6OBb6ppWTIeV4tyKM5/Rs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/encoders/UTF8.class" - }, - { - "key": "SHA-256-Digest", - "value": "wRx7uq53WRJnkyxnUEz3R6J0F0Ufdy8du6r4VHwAaq0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$ECConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "prw1Y+ASiBritsEAVldqWQqnHBc4hPkOEwNTpbpGmaM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GCFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "6uVJVvDcsIjtAwXVRv8Tsf/7jFT1VVvoWyofHg26YeA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "GQ6rWIdhOQQnvV9Ezrz5YYR+lKoaRKlyzr1WTCbBKko=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "reFufN+GPJnJppzZ/xIBwEK8UlF8f7s3Cgh1TlN6bL4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat192.class" - }, - { - "key": "SHA-256-Digest", - "value": "HX4ZF5LlqxDuY1W9qCt10X0HDpISuroE9o6MDeqwq5o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SPHINCSPlusConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "K0+gaZJ1mvt4Qa8Q56JNh8ttw9HCTBqm2f9UhJZSHX0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/SkippingStreamCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "laeFmn86AeCReu6bhyPy7OKAgHEgD7lfC8c+/Y/0LBU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DEROctetStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "XAhf7clrhMbYuVq+kOhsnqiUO9YwBdTIpRThjUMvde4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/XMSSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "BylIWABIBHeu1dpDXqSgDqf/1vfxEboqooVMpbty4/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/BigIntegers.class" - }, - { - "key": "SHA-256-Digest", - "value": "lTGdtrlpOYmpVgLL7Z1wll4orf3p2NZl8rURSt7O70E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "mw4v9ManxEkoTf4EXMTz1iO1J2fgAk9ZAmsxYfd0Nng=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/KeyedHashFunctions.class" - }, - { - "key": "SHA-256-Digest", - "value": "i2G1yLjRMYB1I0nXNB8aflX5raYAeScrtwoQ7+JXdxU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512_224withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "MDkXI/yTM5yQM/R9h8kLcxLOlCRHBT81G4roDn2ERiY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_512_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZxYWK/REnKV1H90vObG/v6QGwcJoDZFhmNuVT356kME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "1hCOA+Q1ANg+B/grdN8NmgAI6gKwbRU5UXsCoUWrHgU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Ntt.class" - }, - { - "key": "SHA-256-Digest", - "value": "JFUAY6LYGKESLimUG6EKyC7wT1rHm4tXct8kJsENdTA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "p1QJIhy4tI7GfwMAATSkLf3zTF0PQh8cQPiRA7sT+nM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "liL4+CJsMpYoOgegiDFwCn+jaZw2C1guqJ4a0PFvnRs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ScaleYPointMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "drya0Xmhzaso7a6z3BHtN91F8BrJMTyMCa1yktpX3r4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "FL4PEG6LLajL86hxMo89U34FFf/YRaDsH8pJRgXSYGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X448$Friend.class" - }, - { - "key": "SHA-256-Digest", - "value": "rLJYLXxYC7GzKVkmKYF+DEvqERtvDWACwVzV1sMt3zo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grainv1$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "7PK8af3PEai0J9SKe3Apmg0ftQGzHsHEtDITxxrBgVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA224$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "qHXwBk0HoEZVAAu826s/Ihfyv4R3ZIPnEdJa2kJ5WjM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "z1olHMa1yDL9rJ+3Ptk6DsuPLgiRkiM6NJqAD9wT2Y0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSUtil$CheckingStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZBJp38ptB3hyuLqZrPU8bS108W4/+z/jMpKny0N8YYs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/AsconXof$AsconParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "c8qhrf+8fc0LnooTVOAKEu+swuBUaA4jbD1hloNB+XY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/CFBBlockCipherMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "xR9ccKf2IgUHayp+01Gm22nJaitqt3uq4ymkixcdBws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber1024_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "cZ6KDYlFfIhEA6x0lwOGW0GcjOTNr0d92gfeoK3UZYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA512KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "x3yj7cQJUY9TS6jJ2S5cvoFim2aCEPI93RG54NlOpYs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$CDHwithSHA224KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "htvTELIRqURYKTJKwJuTB/RS4TBJguX+yaNwb1bz13A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/CharUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "H/OBEhikkfhV4aoylbpasDjXMuwkgJn45lZymRxHgG8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "R+m0Hvpkfxr6GUsJwBZIT/LHKED4c4HDgmHmIoJGR2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP384R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "s09dbbVCT5kPlTYsx1DudVNAdXI1NqJBii/GukkWJ/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/BaseAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "G65mEXWBpBBhcjyRpuLRJRm466x6ddQeQh4e0r6r4QA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/util/AsymmetricAlgorithmProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "HIeJwLKz3HpjDLNI3wMC1x1ITYw7ybAEE+SVN/f/KSg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyFactorySpi$Falcon512.class" - }, - { - "key": "SHA-256-Digest", - "value": "yEIQWZfeSCyIJpFfqaAOmihlhAgGxIS0V6YgLwqcCs4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyPairGeneratorSpi$RainbowVclassic.class" - }, - { - "key": "SHA-256-Digest", - "value": "LdwgC+Q4hUUwe1eQZKVk5KsE8xoi+w7lCFHCzVPC5kw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "udPBi3u64ITPD7cWsp2XTfK7ADmbNAZAB39f0lquyrM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4w94+3IGwEI4EkkKQSG9ca26H2kpuCwpJp9SGHUn6Ps=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Sequence$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "IR5dUR/C6vgEK7kNtU10VjUccyGYh9g3q8ys2fNdw8Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Salsa20Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "0LMUKY9Hs8RCmBTm6GNoMCDjIqPhsJGT85OFYxxbu4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$RFC3211Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "EvBGhhrm8nHCWX05HI+e+6WByh5Y7+K6lSWLMa4UaTo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Ed448KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4RwR7cSuJPsD7llqXOjnNfWe4pz/IsUUXo9IRd7njZA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/MacCFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "e6i1uRB7vBsNWkYPaV1DzQIC8+uOzcJ/MLAwyL7cr90=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERExternalParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cx9SPBnVgxQAqmU8bTEOQrGaJxDDp+AizeV0LgfZqpg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$CBC32.class" - }, - { - "key": "SHA-256-Digest", - "value": "FGlKA1JXngTncHBKvfqJU/RYzDFLftuwENOlqOI+dpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "phR+EwBVOdGf9bkkIP/e+pGXINyUywAbwhHCj6GAw70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/MessageBundle.class" - }, - { - "key": "SHA-256-Digest", - "value": "UM0p9TJtjtk6KYsp6bGGHDUasgsyMHuhBRz+flurbqA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withSha384.class" - }, - { - "key": "SHA-256-Digest", - "value": "8BlfiYub916q5peBjvHCr0MlJPN5sRbWi517BGWEyZU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/saber/SABERKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "tGXcTzbvlDZredqi+JRYq/mXQUvk4IYjKtDvYpNlzRk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/gm/GMNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NbIazFcy4H42EFDCgoKnaT0Nkhuy7bTsD7l7oTJnDEA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD256$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "dAz4JzDi3ZTb2uI4uUt2762/veOac7IJUoLQbNkqUy8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$DES9797Alg3with7816d4.class" - }, - { - "key": "SHA-256-Digest", - "value": "cXUrfgfY4vrTFfzGVu3S4nxrauK+fBwuiKP2/R6nWDM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "U1/NAwK8eOlS1NMueOiJDb4Yi1iIjhbqFZGb+nPaIM0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/Pack.class" - }, - { - "key": "SHA-256-Digest", - "value": "UWcam0mLBrnlfsA6uVl3A//mOCklzgFlBVM1S5YbK1U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "ihj/VDBh5nLvA0R6epw2l5AbVEAge2eGlmwD4Hhp4F4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPCKSA3$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "B5UqUZLIS4p/nxcZ0qKsdzCC4gHMSVIIe9ml++8Mhio=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/SubjectAltPublicKeyInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "tkixTB4t32+vwC7xmMBjd3Ue5mTnkB4JYarc0hrKjPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$KeyGenerator288.class" - }, - { - "key": "SHA-256-Digest", - "value": "jsG7hZfHtN83OhjsjOjI4ARIkeckveN0QXX2BqZ/Vn4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "AJt0irZMaCJPaLh53Zyy7s6zpA9qVTWpHKXS57woetU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode$MaMaPe.class" - }, - { - "key": "SHA-256-Digest", - "value": "j+nEm3rDVB8V2X1J3ZpDZZIPE9E7QH3XqtzxKpN1eFE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement$F2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "/ZI5ukVMpc3OLXYCoPwNROyeC67ErLTFAtt2vXL8Atw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/Gost2814789EncryptedKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "7UP+MpJj5i2aXIpydBM3shdsGnpX7h+6QceSx42qKRQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA512KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "3hCwSuvTq+sasGPHyt594NrvmAb0F06HuAOEw9L07uk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCEKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "SBJvugSzZgylFYGRZTjqhZvrf2+vYB68JvTKVoSPzE0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CTSBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Da2SlGdlVzk+lDUJ3/HlYFHkBwEk1ZZuRQQfwaqVKW4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "2ALimR9SEBSPxIoueWbssG+YpjqDp1DRYoMDvVpBjTk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/BCrypt.class" - }, - { - "key": "SHA-256-Digest", - "value": "aqPPdr7ZYzvxb1mZbt5J344HDGkSah26LcBqaU3o5dU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/EncryptedSecretKeyData.class" - }, - { - "key": "SHA-256-Digest", - "value": "WNedKtpvY75AzWNAHU8CVDXu/AR5pEtPGlynaUbOGwk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qa203oS5oi2NFmapqhMgNU1pPVAsTuMrGON16xB3L78=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERTags.class" - }, - { - "key": "SHA-256-Digest", - "value": "zdWPQsmplyxQSMcx4pu6K8nR9p08O5NWYA4kwUX4ZSI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Poly1305KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "IKd8wM7WJeOsg0xyQWKvxcjKns5g8PiAzR2od8L+da0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "mL5tfH1JDaYBw/M4pi1CuLp9FxQPgLiN+6yHaYZmvS0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServiceProperties.class" - }, - { - "key": "SHA-256-Digest", - "value": "cQyYVjmWqjHuYUuoZ2PuCyhG5p36dXwZn5nj0KPBMTQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AsconEngine$State.class" - }, - { - "key": "SHA-256-Digest", - "value": "bPNdNAHCSxyTDW9iMmlPOvLQmCS+wbAWJ1TKkI/KlP4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSStoreParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "oonOqiP7XLSsmBf7TTnal3hr+HQfQ62lFmNxqtBR2Ac=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/BigIntegers$Cache.class" - }, - { - "key": "SHA-256-Digest", - "value": "v2PqVBjz9uScbWx32FhqcR8LW7RKreaqU3qWGkrioc4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "r5Enb4vWkC+EmI6EXBCmJglepSgSAArUeL8VpbrwaBY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERBMPString.class" - }, - { - "key": "SHA-256-Digest", - "value": "smqqfMc7UCqwuGYLCUFbj5nZqrBUgulkP3uR7f9rN2s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "aEmPIUUInwtBK/jC6h93sryZ2VCLFfIGfSJQGJfwcCY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/ObjectStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "UbyxHcnve7PvTFGRuuD4ReoELmheQAyfGoA1jPk58qE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Boolean.class" - }, - { - "key": "SHA-256-Digest", - "value": "7K78cfvy8lq2fwBA/Zh9865gHS0kHczo7tTRvtYzcAo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/GMSSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "IGq2YJ5Yhl9ueY4HpbPgy/7L9RN690Omh+4Vnh+rxcs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DH.class" - }, - { - "key": "SHA-256-Digest", - "value": "PsEk3TQhV33u+jJp7Eji//MVvz9HrT7J4Cz9eEsL9QU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AESEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "aEv98KDZUIhGYfQVvr4sQZ05M5HfqYpHI3vd/M6ycP4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERSetParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "AWyTdVktTU1F3epTeAkfyBIvguEABid/GI4S9QUJcEk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1RelativeOID$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "dFU3dNLuMJbdY8d6Lqx9hBXVovsXiks5V5AOzjkSsUI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA224KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "E6CJAfJL1GyPNwQGAi8i8RDW8hwOFwbfVnHDHWTDZuI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/NHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "e2N9H7cIbHDAWHhpG+cWkLyUt8wnSsoDbPcTMrCbkl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/SP800SecureRandomBuilder$HashDRBGProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "3rYfBKO+COl1977FQEuLnefjmbH25c8JoPCvlPYNmAw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "nO2H8C1NLMMLe667+LSNdVuZ7iwu9vaorYiCF+qhRTU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ParametersWithSalt.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ujbE41kw2qfxmkARMOBDa1ukeBsQH5mW//pD/LnC3k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "aqSISzPStZ4oScgMCCAL9yImT+WsDBbiRaicT/NJcXg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/DilithiumKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "+iVTrSsnl0uhKpdakbmOKV/uMajDBD067Ii/iLCgWaw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/CertPathReviewerMessages.properties" - }, - { - "key": "SHA-256-Digest", - "value": "n7uZFpWxdLPiG5FwXP70FGpwKOFC1yYvk2g5KBs3S6M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA224.class" - }, - { - "key": "SHA-256-Digest", - "value": "bIPHkRwYJf7mUV5NY2MIy1erDtmegD/g4rKgY0XLQcI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$18.class" - }, - { - "key": "SHA-256-Digest", - "value": "XlZGbZJeDHiEksdlVPCwHn/+EFSm9Zdz/bL8cmykRCc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/JournalingSecureRandom$TranscriptStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cqt6NCIal3pjXMgA+QQjzugNCF/bbHvBfsXiip/vn1Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA1AESCBC256.class" - }, - { - "key": "SHA-256-Digest", - "value": "TCgp1WPSCkBRRKpwSXV0TrZWWY/zFI6k2wVwk6hrNDM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "hvQZ65BbEOKJ3+EWjguDq4xIDT1nSr5ItexAsfBuPQE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Sequence$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "hbfKr+dnADui6o7Dc7+P/FpXbtj/rt0mSlxfeQvSRQU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/DSAEncoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "PJnBDkQ27evHsEbS+op9e5RApHYsFJ1lxDrTqg7TvYY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/BCDHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "9KbrdJIEprnye+X0AdseY/Uza+ccUr+YTcqznqQo0rw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/ReedMuller.class" - }, - { - "key": "SHA-256-Digest", - "value": "NOs+N6fijh/gSWFRz2KexkShS2uq8CvX0gszzRv7JsM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/GLVEndomorphism.class" - }, - { - "key": "SHA-256-Digest", - "value": "WeOk8AxVATvfXJQxI5DCGNC/hmG8YPlBcf4kQVaASDc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "YY8dvaoCmEbwUJt2NWkD8b3or7MxYxeLgR4vGZqCI5s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestSHAKE.class" - }, - { - "key": "SHA-256-Digest", - "value": "mr17oV0+6/KTDBp10LQ7NJfmaU+xPn1+w1I8s+oHk2Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "KpaEH+VATzXR9JG6BDweAM6jX0Yjv/3iIFkZWT6BLQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "aNa4gz9fCrsnhKg3XkaHg9cFG0LrNIcogpR3ipe1Dp4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS4096821.class" - }, - { - "key": "SHA-256-Digest", - "value": "xUSOo5Fo4BKTAxBLnJYdyKciP7CQ6TEp8MuiuAboidQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "a3dsyfIYUUTrfe5wApWSlONL/IIAJUjo4XuokIIEgtc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberIndCpa.class" - }, - { - "key": "SHA-256-Digest", - "value": "layhYUoahzXJd/OmDrEl2kus6959U989d5vj8uwyfxw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash128$Mac24.class" - }, - { - "key": "SHA-256-Digest", - "value": "d1jEIIZhwBqAlGmfeAUTc61sfNmg7TBQzaEWd5+al1Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/ShortenedDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "nLbndnFSVhDGQufWcQz7XzQF651IH0B/+H/nXYBbCrc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Sequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "aYwsMQvm2O8PAu2n7kVcgXVzpfmbFwPx3cWFxnbUY28=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Characters.class" - }, - { - "key": "SHA-256-Digest", - "value": "oOie4AmmeLJZ+09nbpuhpeZ7rcgP7RS6mvvGaULaw1w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "y7EM8g+8Msc2+m3jDtY3gowYM7Jek34mPliCRWW38hM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "kGGKk04E/DBA5Xnmd3zUgXdSAZgZiE2wM2UMCoEPONo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/DerivationFunction.class" - }, - { - "key": "SHA-256-Digest", - "value": "lTFKToFEp+3DAltLGf1w+urAEfTSgH2qebblQA7qrlo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/NullEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "V8d0wbGm64db9ilfXsXTg8vvYNmXDY7eIcpK525CFqo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/PKCS12Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "cIkKpjDuBmUr19JsTHi3QUZskZCV7jMmDNhQJC+DhMc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/DSTU4145ParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "KotUMuzfZ9OZ6eyHqwSkLR+D3kmgAmA6jCa3gHe3evY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$PBEWithSHAAndDES3KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZOeE9IRKNHUfiPlgDPW/AT39TseW+eeOgSaKkWwxqqc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/GOST3410PrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "bpm8LxPnHvJekNEEyxUyZWdKOyaTlxZdoQvaVQKvSvA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincs/SPHINCSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "vS9HQ3RYe9OiMn9c3rlmO9Fm6ekN7wwrzrfQNxBZmD4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/DHParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZJTAqBHvYvCQ3Q3b+zmAHR1ZpSLuialvTTOyleGM5pI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "UPj5zBH1gwMBQXLiMVMfbnQcX0FXA5DpVkv/qts2Kkw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERBitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "vfZUUFXoWEUoDwj8VBLsjENClhSGyjHiM7/18JmdIhw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WNafPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "MB0WI16kMcfmKeQMcmAsbRkTZ1iBqQsyc1lwrG+sCa4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD2$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "FxKx32s24E3TZa47+8r5jxl7TU1SCxWBgBbxcMBS3JA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$18.class" - }, - { - "key": "SHA-256-Digest", - "value": "d9gkRHVwqdaA7lJ83ZkYQKOhyzNc6MSxYIYTcRd2sP4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/util/JKSKeyStoreSpi$ErasableByteStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jg/2m3KEM0P5Rgk3vTq/mmzFik/9Cqz3sCkoY/3AjdA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "P6e0nwkyQJMtD3NyrC+hfe5HpMJ0WTUt1EAPbhif4UQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qXaV0okhVo/erlKdc9N4sDKS8msHyVcHjAGcsJzPvrI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/DigestUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "4+Ob3vS/AaTBu7v8TjpQAcwf8PVFkr7YXv3Dn03Furc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/FalconPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ek14FSs7o7wX3dzZ5t0rZcpWb+JjkaVxluyVeavpZq4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "CSuLiTgIOmREscY0xZ7HRcqK/zLCEAWA69S/wXWjuuQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi$PKCS1v1_5Padding_PrivateOnly.class" - }, - { - "key": "SHA-256-Digest", - "value": "aTe8rdpaWqx3We3WfawpNtqJX4LXuNjTXH9YgizEiFY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/BigIntUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "tr72g6NpZwaR6XMzqL2ovdPKRYsgEcyiI8Swp2ctyj8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Set.class" - }, - { - "key": "SHA-256-Digest", - "value": "7EMszImXNECGM8hHLToSs7CIsZDWmA5s9wMcPnDE6A8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "j2O/Bd5jm4DF9mBLcN47Z7fDWcNv77a2jAUmv/oms+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1PrintableString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "KKg5JzUuGhSyBc6FqrLuou4iZs2GoeWyvJwQesJGbXw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSASha3_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "T9ZyewsT00P6LPS936WIbZVqQysJxU3NyTr//VMT22M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x509/SubjectPublicKeyInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "OwrTJ619iqviYEHF2AW3lCEIV5/BrlaIwv05E1eG4Cw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/XMSSKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZW98tNsk2IOc87oCuFAP6ZW9Kos7Pye8GEvsnoD0Y6k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconSign.class" - }, - { - "key": "SHA-256-Digest", - "value": "iEmEMkR8uJPdwuUiBE/2mShbCiKZXnI0tq4uliUF/4s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$TLS12withSHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "MkkWB/RHdoc3aooiWBP/7WyVxuu9FzGkbZBMmXqRmyw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "NWAOEl9xg4O9KqerY/zj3t4SUcw89M1tIIVVIrhqB+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$CMAC_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "6f9i1XUVayGtukzRyH6wYp4P8agpcDa9XTYI9OKoWtE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA224withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "TN4RYAI+Vl9YdHz/s0clLSqlRqOXdd/69RsQxmYzitw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/CertificationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "P+8uXmnTCxjegnUXARKDNwh+rTNOKKd4Cvksy9+ovrM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "kYKKhK3JwuiP3MkA/LJ231FIBRRRc1K1LPfVRl3JMMQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/SimpleBigDecimal.class" - }, - { - "key": "SHA-256-Digest", - "value": "/mW5PmLvzmeOsKUUkjaYCwuaXmL/zPirC4ZEX1eDDLQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/FalconPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "NhUAv+mn6NEDsRlBT0qTMNDbgYwql/LArbaeqy/6zsY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/CramerShoupKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "DbKfPNM9FzT30tBVmR8p8NXoHWGQrMIfhMrhV5imyZ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA1$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "fcntapGcPrRR8SAzsI1jJmNI0s4s62toys4JJ5XKIzs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "9FmRCSbwdPuYuPjfyxNezPPs/5ldvW3vkNqbCbyY6zk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/NTRUKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "/9nFK/jD2pt1Znv5GaRQWyad+yCp/LjHmEe1Kf7YATo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/BCDilithiumPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ijx2usqaXk4r5tztvwOkvJBcFXWv1oq5vGb2PeQ7vRQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/jpake/JPAKEUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "/8MZHps+rkfP491pZHLPYIeIb6C99mqQdc+9I9C5/UA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/KDFFeedbackParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "U84TiFt5VoQdjQB0cfkH7bOgwtjFq+NCsVi+IoYCdyw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "n84tGtpCTElpPVG5qYCZnUMfq3UaFMtJJZ3eK9vs518=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "zjtgohAlGZmVRkAdIA9sPsFBLDetMQ05nL4xZt9Fv+s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "J7xgaVRQA3azhbTG7xpoTq4ITN7A4bTmaAN2KFhuji8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/CertPolicyId.class" - }, - { - "key": "SHA-256-Digest", - "value": "3dQHA3YPLPu/JdBxy1QOyOsErzTXUQn67OiaThl6LW4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$generic.class" - }, - { - "key": "SHA-256-Digest", - "value": "A7XzgcIIh+ibPieNzCLx8+1Og7ek+5P1AhJz3667p6w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/lms/BCLMSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "BzuLR64t84WOxWlLrIo7AwZJkttSq1qeCS68fHi/QnE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/TeeInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "ILoDnok8lHIZWBwXtGprXyu58prMKzx1km0suqB8omE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERApplicationSpecific.class" - }, - { - "key": "SHA-256-Digest", - "value": "lqIDYzCZrwhy1daS8aMTjmq1L9OctRNljfSxuI47RKM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$32.class" - }, - { - "key": "SHA-256-Digest", - "value": "BI0tJ8g8btTDeJjzH3yJVF3HUIqgx5GD9U9kHMfYW0U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "s0F+jDHi7PA7JxMDvHwkUfZtbVNxoyhMLi968P2Tj9Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/BCSNTRUPrimePrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "vMXK0AWa0MmP9mLZ/uUyfdCGbP3SE11Iur9y0+KOHAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "x3IaO6mxReKQBUJdHV8scfOJFxMGNKt9wMHV310ckPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish.class" - }, - { - "key": "SHA-256-Digest", - "value": "WzbCkLfFDsefdRr11ow8a6ldNmOwAVyJPYkjdqNgI2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/BCRSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "5qRx3H59HyrzckT6K42ncIcy2YSqHJviYX6Iu80Sdyk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/HarakaSXof.class" - }, - { - "key": "SHA-256-Digest", - "value": "+T8u8hIa0y5b71IsZkwp7DnqwHlhPBdW/XUmhtgM+lY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/LocalizedException.class" - }, - { - "key": "SHA-256-Digest", - "value": "mp95kZgYYtI2UdqeFMjVqYH+hqhXaK+/2tySZDJ6zkw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$24.class" - }, - { - "key": "SHA-256-Digest", - "value": "uLLVD38D8zVbD7HiUfb5ElrcSCwQJFm68wSX6OUBtmk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowDRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "5kiLl542O78l1qy2RxiaJzepgS1yeZNogdur19m5I90=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/LTreeAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "hsJKKT3p2AOoQXuWMVsxyaD2fHwNwwaSkSvSGW5IaFA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi$ECGOST3410.class" - }, - { - "key": "SHA-256-Digest", - "value": "dMNQuVommRbVCXjcwMFAP425vwmnxYihjabxRp6lTRQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA1.class" - }, - { - "key": "SHA-256-Digest", - "value": "1ECgfET7KE4uaRI3TTypbM+JFXH36Q103mA3aJHkMSo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/kdf/ConcatenationKDFGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "yCS5BU3aU59YeOhi6NHNKYjOhc+qMtCZhhkrIsKLvks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "68lyOo2v+onEmf2w1K/Jg6kHH6KwidNBuWG/YZ2APDU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "obAbIUi/Dnm+d9xBbdRH2+da+VMLs1Ah0WmVAegHdro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$RFC3211.class" - }, - { - "key": "SHA-256-Digest", - "value": "FkemKVDOBpN5QYz0VYHUwAWHGzrrAwPw9/fiMXXTTg4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$CMCEConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "/OI2GFGZPg24uDLm38SPp5EX9Sq+2sxC8b0xkTsXD3c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/OpenBSDBCrypt.class" - }, - { - "key": "SHA-256-Digest", - "value": "CR6IELJ0ASf89fLuhF1ZGtDmwutDOfeAqWkX35u2WOw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withSha256.class" - }, - { - "key": "SHA-256-Digest", - "value": "ioAbPo2x7E6vHrIi4j2cNwcI8E6ap3aY1bZmTBzTToQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$Digest512.class" - }, - { - "key": "SHA-256-Digest", - "value": "WHqcje7kPChdQcnP978ElqmiS8v1N0NGeNdOx9037HA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/PicnicParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "g5GHXI1e5ILZKhOWDfhy9liRlzOMuA8qj7VyUESBaik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/CramerShoupParametersGenerator$ParametersHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "KsxBtJLVAHhA8Y+ZFmv/1FCz0VOyGFtzBNMXErXvlGQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$SHA1WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "DjvMlpawu/Emk/Q7Awhd3RGzBidrXQHQjCV5ujIcwoM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2b$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yg+3ID9fpdCo5r5Set+kApqFFSQWXXAGzpHvh2lnXn4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411.class" - }, - { - "key": "SHA-256-Digest", - "value": "o0IaEpnnW9VDyrrZxd87ThhWl2zHIYBOA4Bha5b/+LA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "2KJu7zXHhjuYEdNlHYua4XFLKcEu4GY6paQGx+X/rH8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "OGLfxxZwV8xrGX/FaoEOohZ6skBW4RSQHqz7vOHvRVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/ECNRSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "eNdTBKz+Ok34XYYUAUas+GoBnxRz12X9kGvTLKToLIc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410ParamSetParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "mWGRuXDh8xw+RsfvJ8jTOsjWrNYugnOfhZCtSKuak8o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSigParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "piLwQhkzG1KmuZOaIqT+sCPuDngxHYz+STK4wjykkZw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/RuntimeCryptoException.class" - }, - { - "key": "SHA-256-Digest", - "value": "LElbagOmNv9xIZg3cYNfROj2cXgTMrLNJhCJr4KWMwE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMSignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "8zcStQz20PJYUZn2HRuSD1BUcbEniT7fMHcGr6Za/HM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA1AESCBC128.class" - }, - { - "key": "SHA-256-Digest", - "value": "HaQkw9SbguGSERhae3c1CiTrnOvvCyg/H9WL06fiXTQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc.class" - }, - { - "key": "SHA-256-Digest", - "value": "iUorsmZi4W0Q+S9DCmEtuJA+hqyP3xI6dPgPpA+pztg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/FixedSecureRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q2QG2Imn0xUZPX/FpLPYa4al6qvxiTE71esas9d0rB4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y0SRHFzpd6/rmzxmyv6KbWVOrHTzc6k+C4za73SGnuY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "MK+116GKxa8PD+h39lE1Brnm2MeVSiYtbqO2aYjjqKw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERGeneralizedTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "p2igeIe7eu+X1CDkFM1bW6LzIaodQGIDkyAk/RVgUdg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/DSADigestSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "AAYDfWfhawIPWWKqKH9IyPpT58Jwkrp6heOLpAVZjVg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/Tnaf.class" - }, - { - "key": "SHA-256-Digest", - "value": "0VQn3rIBb+Hsl8oeDtRlvZcnKHywCo/LhC21sWNdu24=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/PreCompCallback.class" - }, - { - "key": "SHA-256-Digest", - "value": "a6g2zHhcLfBAaJUES4bpJpPT/TVv/epvNBihLwopHiM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "w0sYgvghuAGOWK8WxGMfprzaDF0VZTOGHMwTTNqKJHE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "GJz0LVIhsXW/XERQlD6grwBiGS3LSFaVBh1FG5YdfEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/interfaces/BCX509Certificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "0VGNZnxh1BCMXaYXkpZM13QZQEB19dH06xSJedVCVZg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/EntropyGatherer.class" - }, - { - "key": "SHA-256-Digest", - "value": "nJbQi1T17yINwAo5DOnVb2b8blx/PbMbHXfBdGSqdrU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LRfiOE+kj7IbsSr4pTerQODVO00dY5vRzfEkyGON5/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSStateAwareSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "0yIWCIqc8+spI0rM3Sjz/y1VrZsKjiBo0W66iXrWwJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseBlockCipher$GenericBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "m2M5XVShkqLyF/5tJxYkXj006lUT1HVHZExkdHOKXmE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/drbg/DualECPoints.class" - }, - { - "key": "SHA-256-Digest", - "value": "P084/LhDfH3+h8bKBUHfUwThTOV3sigydVr0Q2ERjyo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9ObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "If1q+jogBwlf9Bok/Xp40F2ShZrDb0jmkGIGjzrNlbs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/ByteUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "kSnUxSMRX38huBBTVqV7VZiCKNvU0yKyKCPQ0RrhTI4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$22.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZTbiZWsP917lvN2zgeXBVc99lDGB62oY36/FqMBtSiA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "11L11OdYPEd6gVsIcywz6U7Jox0BdQUnUEKGYqC4ChQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/DataLengthException.class" - }, - { - "key": "SHA-256-Digest", - "value": "kGO6BgBT0kG7Tc2k5J6O9W4Y7DPurTHOGXTHs42d2R4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "pDzpNRFhErG6iHtwdR7B9OHIz5u2jBwbc5NpI3gAI68=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/PKCS10CertificationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "1xieBL1Foyr/edvBbhcfrvL9v1wTi+EIPkEPbDMVmCk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "XywdN0S8rz8GXOsrLafmpNb2PFf6AJGOaGA6JCYmZK8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber768.class" - }, - { - "key": "SHA-256-Digest", - "value": "w9bEvGGrBwlAcRF1Ca5ZD/RlBzlD1/nXqc7Mqb1iux8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "oTKZ1Dw/RZjYu+rZAkLq2sGXXWZv0iYH1SzyP8celuY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "eTeXr9fi67WWTm74JQXNAp9haEcadvxorMLaH1ToYEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SparkleEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "G8JTfbovY98scx2agfaD9bjBIi6FWjdlCl/8cwd/Vgg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Zuc128Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "1EXyUPPMXDd7CLHuKa7KZ4YqnyXDxE8t0QsnFS6Y0lQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "jXaDE+pooKrV5g5JPqdqG8dtc2iMJtl3f1dfDep3dpM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "1U5HJI4XUhdgeyLG/61R8yvfEq85YUd8ixKVJedECs0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$Wrap128.class" - }, - { - "key": "SHA-256-Digest", - "value": "u+WiLGPUz6d32VB4ogwKkXalh6MyPY0juikHln/gXaM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3jgVfVld4UvjePMtXFp04xOVDrcaugL7Ix0D+uFucW4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "jmzsYeJfpyNpxog161qZw0ylUcDl7lmJBXSGXMZVhL4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$30.class" - }, - { - "key": "SHA-256-Digest", - "value": "PemasRy65BpDGtcFO5r87RqGR/HG5RQvKci/ng0Fheo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Whirlpool$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "fOi+V5WaRFLh/PJ6nieiUAXY5TFWvGmgpyui5rEVYjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServiceConstraintsException.class" - }, - { - "key": "SHA-256-Digest", - "value": "LLlEh1kbGTWBjhzxtwa+t1a3nxNOlgSqAhJR+1Dwa+Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/KMatrices.class" - }, - { - "key": "SHA-256-Digest", - "value": "kK9Cw/T6td4DRR4zGxot/p/MBsnDgZidp/H676/dCH4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/X500NameBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Q9JKUSg674n0LMVC3VnOb0dl4am/6PfVVB8Y2n/4G4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_256_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "sztLGPkjDI3e9Fmk/lVatfWMR7GDYNQ6mfLmQA+zQ1I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/ECPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "cQ9CoqUNDjPPpuub2NGWggtlfWel8mbN+z/+4lI6BRE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/MemoableResetException.class" - }, - { - "key": "SHA-256-Digest", - "value": "m2vbRZOWrp5Vuo5Xhl6z9YbhykxjyXZdPVaMyZLI10Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/LocaleUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ax/YgAE9+cCvgALpAVf007LGnDSkEuuFZIzTdoS/6eU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/IESEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "DJ2Ts8jYX5vOsZrQCDDMatb2fTjnAyQpXZcZJMnaPBY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "pLlah5foaOcRvzL/vSp+37oJL44008mrVM0iECnEf8Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/CompositePublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "V/S+ws6DMSy0vLTlKgPUm3/3VFgJMXL2xUCRNotFH3Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "qp3l8LVMubu2NS4uiElj+8PSuABlwGhPWSKnUUvoDtU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS2048677.class" - }, - { - "key": "SHA-256-Digest", - "value": "zy+mJ2oWZq4y/agf7Y/CVwfH4RNmtJhUFJhaW5N6QaE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$DHAgreementConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "qzHUQ0i/iAcBgavvZMdLENe63BXPJnt2MMZSGiX3KZ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Strings$StringListImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "XqFpufiVEYOefKv6Ls8iZQgp3xh0E1hVm+kDz5thCtE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/ECMQVBasicAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "DijXdLHbir/cI92ywS/NKlED5T2Aj4XTJYhLNH9skT4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHAAnd192BitAESBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "gZmSoEg51M287LAL7slHYpqb/787xa6dXRrdE18LM04=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/CMCEPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "qtLV+07IaH2wChdoxk0Z2H/iZwV1RLbHnva99NzHkq8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "J40jFxNhXDeTmxz6dCmdEHo7UG7nma3wQIdXnY9Ybq0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "4233YCde+Xb9GAmOi22h5FfeleOaTVQ0RTXvUO+VEJs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$Zuc128.class" - }, - { - "key": "SHA-256-Digest", - "value": "xsH/O23S8592L8TrHjgGa1LPc5YTAeJVfJ0j5duytpo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1GeneralizedTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "MwmOf/0vQd9fcXvPdyhcKDyGmRwyd56o2iUDfMe8SXE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AuthorityKeyIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "p/nzBN2MYCtuc/AFgRexKZCk0cADcJ3k+RGww/jliD0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCERSAPrivateCrtKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "dlQWhFG0z3qwMJbxSwFdJzXyMhUwKTKNCwcJz4paBA4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "H6XEoZDDGG4V/hkTj/tNLInnAflM2s5YEjWMTtCCCdA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/SHA3Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "RQ/ddJBhyYlIwVC0q9vnuBKyfZ7vOoIIyljjktTh3Bk=" - } - ] - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "8753dedf57165efdb1a7a69a90fe49a77353efb9" - } - ] - } - }, - { - "id": "1ae25c96e060fba5", - "name": "bctls-jdk18on", - "version": "1.74", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bctls-jdk18on/1.74/bctls-jdk18on-1.74.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bctls-jdk18on/1.74/bctls-jdk18on-1.74.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:bouncycastle-org:bctls-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle-org:bctls_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle_org:bctls-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle_org:bctls_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.bouncycastle:bctls-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.bouncycastle:bctls_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bctls-jdk18on:bctls-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bctls-jdk18on:bctls_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bctls_jdk18on:bctls-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bctls_jdk18on:bctls_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bctls-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bctls_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bctls:bctls-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bctls:bctls_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.bouncycastle/bctls-jdk18on@1.74", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bctls-jdk18on/1.74/bctls-jdk18on-1.74.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-SymbolicName", - "value": "bctls" - }, - { - "key": "Bnd-LastModified", - "value": "1686552872904" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "J2SE-1.5" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.bouncycastle" - }, - { - "key": "Application-Library-Allowable-Codebase", - "value": "*" - }, - { - "key": "Import-Package", - "value": "org.bouncycastle.asn1;version=\"1.72\",org.bouncycastle.asn1.bsi;version=\"1.72\",org.bouncycastle.asn1.cms;version=\"1.72\",org.bouncycastle.asn1.eac;version=\"1.72\",org.bouncycastle.asn1.edec;version=\"1.72\",org.bouncycastle.asn1.nist;version=\"1.72\",org.bouncycastle.asn1.ocsp;version=\"1.72\",org.bouncycastle.asn1.oiw;version=\"1.72\",org.bouncycastle.asn1.pkcs;version=\"1.72\",org.bouncycastle.asn1.rosstandart;version=\"1.72\",org.bouncycastle.asn1.x500;version=\"1.72\",org.bouncycastle.asn1.x500.style;version=\"1.72\",org.bouncycastle.asn1.x509;version=\"1.72\",org.bouncycastle.asn1.x9;version=\"1.72\",org.bouncycastle.crypto;version=\"1.72\",org.bouncycastle.crypto.agreement;version=\"1.72\",org.bouncycastle.crypto.agreement.srp;version=\"1.72\",org.bouncycastle.crypto.digests;version=\"1.72\",org.bouncycastle.crypto.ec;version=\"1.72\",org.bouncycastle.crypto.encodings;version=\"1.72\",org.bouncycastle.crypto.engines;version=\"1.72\",org.bouncycastle.crypto.generators;version=\"1.72\",org.bouncycastle.crypto.io;version=\"1.72\",org.bouncycastle.crypto.macs;version=\"1.72\",org.bouncycastle.crypto.modes;version=\"1.72\",org.bouncycastle.crypto.params;version=\"1.72\",org.bouncycastle.crypto.prng;version=\"1.72\",org.bouncycastle.crypto.signers;version=\"1.72\",org.bouncycastle.crypto.util;version=\"1.72\",org.bouncycastle.jcajce.interfaces;version=\"1.72\",org.bouncycastle.jcajce.io;version=\"1.72\",org.bouncycastle.jcajce.spec;version=\"1.72\",org.bouncycastle.jcajce.util;version=\"1.72\",org.bouncycastle.jce.interfaces;version=\"1.72\",org.bouncycastle.jce.provider;version=\"1.72\",org.bouncycastle.math.ec;version=\"1.72\",org.bouncycastle.math.ec.rfc7748;version=\"1.72\",org.bouncycastle.util;version=\"1.72\",org.bouncycastle.util.encoders;version=\"1.72\",org.bouncycastle.util.io;version=\"1.72\",javax.crypto;resolution:=optional,javax.crypto.interfaces;resolution:=optional,javax.crypto.spec;resolution:=optional,javax.net;resolution:=optional,javax.net.ssl;resolution:=optional,javax.security.auth.x500;resolution:=optional,javax.security.cert;resolution:=optional" - }, - { - "key": "Export-Package", - "value": "org.bouncycastle.jsse;version=\"1.74\";uses:=\"javax.net.ssl,org.bouncycastle.jsse.java.security\",org.bouncycastle.jsse.java.security;version=\"1.74\",org.bouncycastle.jsse.provider;version=\"1.74\";uses:=\"org.bouncycastle.tls.crypto.impl.jcajce\",org.bouncycastle.jsse.util;version=\"1.74\";uses:=\"javax.net,javax.net.ssl,org.bouncycastle.jsse\",org.bouncycastle.tls;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.ocsp,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.tls.crypto\",org.bouncycastle.tls.crypto;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.tls\",org.bouncycastle.tls.crypto.impl;version=\"1.74\";uses:=\"org.bouncycastle.asn1.x509,org.bouncycastle.tls,org.bouncycastle.tls.crypto\",org.bouncycastle.tls.crypto.impl.bc;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.engines,org.bouncycastle.crypto.macs,org.bouncycastle.crypto.modes,org.bouncycastle.crypto.params,org.bouncycastle.math.ec,org.bouncycastle.tls,org.bouncycastle.tls.crypto,org.bouncycastle.tls.crypto.impl\",org.bouncycastle.tls.crypto.impl.jcajce;version=\"1.74\";uses:=\"javax.crypto,javax.crypto.interfaces,javax.crypto.spec,org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.util,org.bouncycastle.math.ec,org.bouncycastle.tls,org.bouncycastle.tls.crypto,org.bouncycastle.tls.crypto.impl\",org.bouncycastle.tls.crypto.impl.jcajce.srp;version=\"1.74\";uses:=\"org.bouncycastle.tls.crypto\"" - }, - { - "key": "Bundle-Name", - "value": "bctls" - }, - { - "key": "Permissions", - "value": "all-permissions" - }, - { - "key": "Trusted-Library", - "value": "true" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Extension-Name", - "value": "org.bouncycastle.bctls" - }, - { - "key": "Application-Name", - "value": "Bouncy Castle TLS API and Provider" - }, - { - "key": "Automatic-Module-Name", - "value": "org.bouncycastle.tls" - }, - { - "key": "Implementation-Version", - "value": "1.74.0.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "BouncyCastle.org" - }, - { - "key": "Tool", - "value": "Bnd-2.2.0.20130907-154046" - }, - { - "key": "Implementation-Vendor", - "value": "BouncyCastle.org" - }, - { - "key": "Ant-Version", - "value": "Apache Ant 1.6.5" - }, - { - "key": "Originally-Created-By", - "value": "25.362-b09 (Private Build)" - }, - { - "key": "Bundle-Version", - "value": "1.74" - }, - { - "key": "Caller-Allowable-Codebase", - "value": "*" - }, - { - "key": "Codebase", - "value": "*" - }, - { - "key": "Created-By", - "value": "1.5.0_08 (Sun Microsystems Inc.)" - }, - { - "key": "Specification-Version", - "value": "1.1" - } - ], - "sections": [ - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/DHStandardGroups.class" - }, - { - "key": "SHA-256-Digest", - "value": "xn0WVBrl3ClHyTeAGdhqmYU6uXDMXLu7Kkv7ReL0oHE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsECDSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "mv18XaW3hdhCVOu7v6+JFZEV/8SKicegDpw8M2yS10M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/HeartbeatMessageType.class" - }, - { - "key": "SHA-256-Digest", - "value": "DOYJWWWO30+QSQLgGmFKx/qjvniKcHiRpFLgRJYK0Zg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLEngine_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "90FjOA8li97s1xEBvlQrGve9/XTXp09F8pHu1ljrPyk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsCredentialedSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Amy8S1AlZFezueOt7/qMIcKkQ+LQYs7bI1SCkfmmc8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceX25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "47Hc99Y/GuAyDl1JoTl3Wv8U35dkjWG6lAdNMHItlqM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/AbstractTlsPeer.class" - }, - { - "key": "SHA-256-Digest", - "value": "FcLFpFHdQvJg+kKz5UPmKQfKsWUC1e3VLaVjAMpy1DU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsSRP6Server.class" - }, - { - "key": "SHA-256-Digest", - "value": "dsxjFv4AZDxYXcDoQq55/Au7QUmq+lrTcIVpCEH0BdI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "jMcQHVz4kQMPeNnVPhVf1s3B1RilPYQaFLwbd5EJaIU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsDSAVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "kvvzEyWtdPKvgJVXLv49UMlxud5gV0tjX2jlPGkS5r8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "ASaItvi0Tgb/KyGdDPCHvzvbm0KikocsvoFRPULewTM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/AbstractTlsClient.class" - }, - { - "key": "SHA-256-Digest", - "value": "gNwYr1QazugH9Lwl3KJ6HuCeJwNIe0kOvKJcXc0aqzI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fz/V3oYp38NwJ3ADKNaDx38+fzzA9pTD+SxrCVEuDg0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/BCSSLParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "DZicze1vr0cgIhnk8c+PxU+yz00h6OYEuse1Va8oHrs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaDefaultTlsCredentialedSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "zIFQobM9QAB4ZlepGLtCCrrKauXR4LtI4iEX49ntWeA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTls13Verifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "gwP4RUtcSUjLq9ZdIn/T7CczKxIz1DlIZSpO1qTH75s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsKeyExchangeFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "+Cday4mGGYHqij08mdbT0ycv0ZhI3ahaaCgbf+W+9V8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLServerSocket.class" - }, - { - "key": "SHA-256-Digest", - "value": "LazxR4geoQRg7Mj9Su/XpfwPb7NV1Kuo3ibhA6Yevq0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsProtocol.class" - }, - { - "key": "SHA-256-Digest", - "value": "BT0QECXKurrUJx2bKNFoADYyWFeKU8CBUQz4ZBxHQu0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ImportX509KeyManager_5.class" - }, - { - "key": "SHA-256-Digest", - "value": "7WZW6V2VluInEGuZRl1pbo5/O9EH7QtnvXGTCJLvt5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ImportX509TrustManager_7.class" - }, - { - "key": "SHA-256-Digest", - "value": "MRRJ1sd0BUPOReRc7DPE56XRHtsikCPnOPqIwK8lNao=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/PskKeyExchangeMode.class" - }, - { - "key": "SHA-256-Digest", - "value": "BGeIUf3lXPymFAi+hr9iQ12zUExVE2tSion4UpUxino=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSReliableHandshake$Message.class" - }, - { - "key": "SHA-256-Digest", - "value": "8MSRnL+SJdx9wXShX6sUwXk9yj5G5zkRakelPEn2UWU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsDSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "TO5sq1WlCumZNbAHQMtfb6LVoFtfnJrivZFjuPxD7S0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DatagramReceiver.class" - }, - { - "key": "SHA-256-Digest", - "value": "nrhQRzokIQTtqDJ8SAqTiECDxykBUgwRTwsdLKGL6mg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/IDNUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "ca0FSF1a6bAXNzop8H1RCSUWPY0Ab4mvFh3z7oQgLe8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsNoCloseNotifyException.class" - }, - { - "key": "SHA-256-Digest", - "value": "luCSwXR4OdI+yBxHaZvT3B8au+L9fTghJFgFU8tGOAw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/RecordStream$SequenceNumber.class" - }, - { - "key": "SHA-256-Digest", - "value": "bDPWFem8OSEVonlCciOAYbwRAidnrGyrt2DjWLBYxsw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketDirect_9.class" - }, - { - "key": "SHA-256-Digest", - "value": "rwF5imPjQ2cWRWSWPfi6igCzE1yXaMZ8wYf9tyOVqzA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/RSAUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "n6CW0mICAHhJhbJ+5hxgOEniB7TSKSDVoyGnCO+/5jA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSessionContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "DP+u32PExtOy6JZf2AvXDf+4pxhl0LzAhDBDwpKJWt4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ReflectionUtil$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "lnX68PFl2WSGlwMZZI2fQ09qV/O2DTfI55qE0oKB7S8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/RecordFormat.class" - }, - { - "key": "SHA-256-Digest", - "value": "/1pk4iF6pISo+ifAPIN0w6vGoOJhBTZ7stINlY8lyPk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceTlsHMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Kghju303gSEvB69GKNYxhQ0ZsLUpUKFHiWThKpzEQQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/SSLEngineUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "pxvyoad5zBf0mEdgq53yPoBs07QfyHazhzgpW4WPwLs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsClient.class" - }, - { - "key": "SHA-256-Digest", - "value": "4cf7Dn0/PAB7ytmyyMilDcSLsS3bLAUxwAz20dW1xj4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/BCX509ExtendedTrustManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "80QIlAzS4YKGbRdMGzZshd7o5fU1inDrTFQdjSITH6Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/OfferedPsks$SelectedConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "sDO7bLD4YRcLma7deRmzjW3lMxnHD9FqcY4n7iQI2EQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvTlsServerProtocol.class" - }, - { - "key": "SHA-256-Digest", - "value": "fsuhFl2BQQZ81l6kmCtGF7Omhuo2orqslWsu+5dScwA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/DisabledAlgorithmConstraints$BinOp.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Z0zub5k9AxFCiv7TGfRrEZayYyjH7OnW8orus1ujWA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "wemGiy1LYF504l1UQd/L2iUDzIz8B1qGKqhIKeHDj0A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsSRP6VerifierGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "zucLvzFv2+n3qL3ONtBQUzZkVP/0WViKUza+HrBkfNk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/TlsBlockCipherImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "R5dnnIvZrgan831oHAwgDIOOrnXP3C6gFHM8pUvRy7k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JsseSessionParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "udUR38BBQk6wTb2ouT3jsRVryG3NJSzzEsFBJ3laACc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsSRPUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "x1Rl2woE6nWHJ/qiFaLFIl7TWaKMN/zLh0dF/XAHA80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ServerSRPParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "ORdZdFzOoGrvkvdL83+nm81GqELQKm4YAhdNEigdqMA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/AbstractTlsKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "HpVCDNLQOy6KmS4eXfRkygKjeKzTus2HnWwO5THLHOA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsCrypto.class" - }, - { - "key": "SHA-256-Digest", - "value": "HAOIVgvhdQm+rzTYJ1HU8DXCu4VK2fx2nphkwYDIE/U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ExportSSLSession_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "3xJhIarBEKt7MFdX+Bm9yjqDHboSd6aX3ptBNl4lTCY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JsseUtils_8$UnknownServerName.class" - }, - { - "key": "SHA-256-Digest", - "value": "3F2jiljdso0sCdKpUYofJ5/qiqBF9bQlSjpOKEvR4OQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/DHGroup.class" - }, - { - "key": "SHA-256-Digest", - "value": "jlRR0NI4ECgekX4703dUECXTh6iuw6ax/T5HJSNPWW0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/SignatureAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "0MJM+uZqCinfd73TOlc1ub+pawG3Jg6FcH4W+AUxqN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvX509KeyManager$Match.class" - }, - { - "key": "SHA-256-Digest", - "value": "3RzjHPTeTAPR8E6SZ9JGb+biMt/ZiimyICv6N6FHvgY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/AbstractTlsCrypto.class" - }, - { - "key": "SHA-256-Digest", - "value": "R5v/ZnlPqWvzb6Gbj9IkPs9lhJVYClIWezEWdsqzJIM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ConnectionEnd.class" - }, - { - "key": "SHA-256-Digest", - "value": "VqPAa+GwkoRweuU7wE7wOckPUtnKXNNxkyeYVHlobSw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/BCSSLSocket.class" - }, - { - "key": "SHA-256-Digest", - "value": "H2cGUxB4cZ4PKYFjtufZHVlRCLeY5ZfGN8KyEcJHQXw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/SignatureSchemeInfo$PerContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "LDJZHC4rwMGeprCiL1eojzlJMDzyIcd6pePYSQTeNYI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DigestInputBuffer.class" - }, - { - "key": "SHA-256-Digest", - "value": "43ErMC6s8PeV9HghSFeez1l38NYi5zougXO+dkUXBBQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsDHUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "LPmngCn00qC8832rZUC3S2zwwp1fmc48DYsyQE6fiYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsDHKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "k3tUMWfbJVInPDIIcRykXhTdyG6gminaaSst5bvPW/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "4zSNpm/uaQEIBhzu8+l3u+KaKboXLimbHasMQ2P+5JM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLConnection.class" - }, - { - "key": "SHA-256-Digest", - "value": "C/8/JowwqhrI9YiApvngUa/Q4aECUzLJAr8nM4ioTSs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ClientCertificateType.class" - }, - { - "key": "SHA-256-Digest", - "value": "xBEHVC1yVlpCm5E94kBjwZStOPdr0iffJq+qHs5hnxk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSHandshakeRetransmit.class" - }, - { - "key": "SHA-256-Digest", - "value": "FImVJ2vkuxD0BnSeWQ+0dccCbKldhHpdIWZEwrY2ZP4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsClientContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wvwcs5wxjylQ5ZtzfmMnxzwmhcymK/VOiZMXEbvmwYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/CipherSuiteInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "WG3Y+i+P8xyk4nbK1LAMcNZmCnu/75G6Zi8Un/Qn0tM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/OfferedPsks$SelectedConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "0iH4f8OX8zzM+bTOrW0PmN3Mpn5xUvW9QwuuIplN+Rw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvX509KeyManagerSimple.class" - }, - { - "key": "SHA-256-Digest", - "value": "WTWmdmh3IcERktq6u2MSDFi9c2kwyjoz/HfkiCL8R9A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/BasicTlsPSKIdentity.class" - }, - { - "key": "SHA-256-Digest", - "value": "P5o8FZUozZPBNIfSvc+faJQ1VKbGtJbVXQDYxEeJK58=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/X509TrustManagerUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "KnDq54wmp8rg2YA2vvMhEUKc9IKXMK1gWSbg76jfs3o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsNonceGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "nJXBdO11IjON13ChBryUYANh6dDIZLl+b53FOV6e9oc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/DeferredHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "quEAs2xwKyU0E8tGfl+KMihLZDTXSVHIFyODk+des34=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/RecordStream$Record.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q2TvJt9KRQfPb4F5MaSkTURLy2qBKoCPN1SRIj65QYY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CertificateType.class" - }, - { - "key": "SHA-256-Digest", - "value": "3smZwM22ssGdj4GFKmhhbx8XlumsUblby9HdxwBWBdk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/Tls13Verifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "zTWUpqYbvC/UzBq76JZtzv4UIPKLusyYNr5ogmeKUXw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsClientProtocol.class" - }, - { - "key": "SHA-256-Digest", - "value": "BOe60+pJYkNB0to/o5uh7VIjSHYTcH+d03cnt1sUQ/0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseUtils_8$UnknownServerName.class" - }, - { - "key": "SHA-256-Digest", - "value": "5r/7wr8d3hvmgYHmLd/J2ZX4LiTs/pF1ztoJXQH5T4Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceTlsECDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "BrS88VSPBJrcgkDwTYTW3SQaESz9BJLaRYPcOQiA3DM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/SSLSocketFactoryImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "RZX5PRPJGDoC3kcaaIyHW5P5t4FXFJUntPByli4+sk8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/HeartbeatMode.class" - }, - { - "key": "SHA-256-Digest", - "value": "S04BXs00SGpAFjWsPLrXghV59KwGgqJrA6JPj4hq31c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaNonceGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "yu0mDqMJiWGS2LyaAzx2GCRp8QkeI5+QHlpg9u/bmO8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsDSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lr25cSgo0DDbpLaz8LK/6fx6AofOp7mjNVRymCHiaDo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fd5RkPvAowZDEVxX/GxL7pR7vF9B2dMuJgHmtTwrXDc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCryptoProvider$NonceEntropySource.class" - }, - { - "key": "SHA-256-Digest", - "value": "KsoJMSND7Or3fnnQPdXm4iTZvBLHXGKD4lIQ9zEMYJ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsECDSAVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "wle5Eom+5yfBF2Lks0iPEhM1FSDr5Z0iZKkjHvqdB+8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvKeyManagerFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "FuwHfgmdSN5W0o/tq+RLbLEyzcbzU9lMA5MWiczgLYY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/NameType.class" - }, - { - "key": "SHA-256-Digest", - "value": "4fmxG2J0qIc48rprDbcCZ+Nh7AnzVXyANppZ1YKpMkM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSessionContext$SessionEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "YQViLVzkQS2S8i32lbW1cPPK85aj0LRSZx1k8gLZqf0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsSecret.class" - }, - { - "key": "SHA-256-Digest", - "value": "jtLb8cGnk00boKI930YRFtFVM+xwy9qyzgGVUGeRpxM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsStreamVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "8d15DG/W+7Y70Vqjr8iLrYao2fA8vspi7SHRwyV8o8k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvX509KeyManager$Match.class" - }, - { - "key": "SHA-256-Digest", - "value": "QsWh58+SR7rgCn4eM7Q8TralOlg5+02rONtIIDfjceo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/SRP6Group.class" - }, - { - "key": "SHA-256-Digest", - "value": "H9j8PSjtCuOH6QLd3W5q562fABaxFqjUDBTOFZX8tbI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/CertificateType.class" - }, - { - "key": "SHA-256-Digest", - "value": "DhKyAQkOQTuEc48HdArZ2YPp8iIdXd6+067uRUNW4tg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CachedInformationType.class" - }, - { - "key": "SHA-256-Digest", - "value": "KEfTNn5uTmI/Wh8nBA5mbcDhcRPt9s4DtgPHGQw2+YI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CertificateCompressionAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "9gtVJZahh6p7XwM4pVDFmx3pnauw6W6DJQA/ZgALI8Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSRecordCallback.class" - }, - { - "key": "SHA-256-Digest", - "value": "HB9vzaz9NrlEellWAjwPMYXn0fzaYAKHhp3rNri0LGo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSServerProtocol$ServerHandshakeState.class" - }, - { - "key": "SHA-256-Digest", - "value": "WvEc5h5KSRayMrzTCyVm5P0ddaxca5dGhdvwiV/MYhg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JsseUtils_7$ImportAlgorithmConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "+QRbmJZZev32Du/6sfp80ZC5QK8Rd7IJizNSxHGwPnk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/BCExtendedSSLSession.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nmyrr9/DNwm/zPDa/t6j/iyGz4HMc+Z/aFU25fd08uQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ExtensionType.class" - }, - { - "key": "SHA-256-Digest", - "value": "CaltaSrgwkW7KJlPgMrwKVvoKn7pIKHrNx/al4QetJg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsSRPConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "c0Ip17ypiVIN/+PJaJ1IZJNb6GqsS1O+EPMs3nBBsws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsSecret.class" - }, - { - "key": "SHA-256-Digest", - "value": "r3K9qRJVvDRB0dtaXNElJlPf2NZVEuJ8u1usgaDGPIA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "9Io3Y6hVgMiLbFRlR7JxW9lhymONVGYnw9k09ohScrA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLServerSocketFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "rMltw1feAYZ2I6HcxVi7dzrPfh7HlZIrOCmwJ5ZhJ3U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseUtils_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "svbgwg5k+RnA6c2iDXb1vsbGoePxhHyUHKNX5K7QlW8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/NameType.class" - }, - { - "key": "SHA-256-Digest", - "value": "r7ufYpOHzyUNcbbNiHL5bkOErk+tF26uW65Ws4jPDqA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsSession.class" - }, - { - "key": "SHA-256-Digest", - "value": "9QFb3wmgaIytN3Ltr3GzyIXrHpQhgbAQW2Ly9yWEpQY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/BCExtendedSSLSession.class" - }, - { - "key": "SHA-256-Digest", - "value": "FF1ol1H92RnCUJN75fmAVkHuajwFXbUI+5wgE1BdjtQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/OfferedPsks.class" - }, - { - "key": "SHA-256-Digest", - "value": "sMG6TbFhhL6BkNQXisoXsTDPs+imHijOBJ0AYhDTuQw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/LegacyTls13Verifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "ib4W1Sp1T93sHuucs4I7L0P2Yj4QO7w/zyAKlfmY9Q4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTls13Verifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "nE6I4q04vuwXBBk9JV3E1jBO/RASATCTV17roXOg4jo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/DHGroup.class" - }, - { - "key": "SHA-256-Digest", - "value": "C1Mz03rvpq+gJKD6X1rKPQvm2+uZO8590TkSq/IXB4g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ReflectionUtil$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "4206xQAwnCzWGT4sX2PigNo26unnF2+MZVX3KtnEVbI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/HashAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "IhF6IpfTIrkAxUlrBCHRkhg9w7dHxEwvufr5Xs0zu64=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/NamedGroup.class" - }, - { - "key": "SHA-256-Digest", - "value": "kgZtqtj++Z0OtDWedsiI4xmfJdzdbl4ZKa9oyk82hVg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCryptoProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "8lDn5YUW5WcLi7kQ4ztbbhhLGC+D48ed6YhqaOV2uec=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsDSSVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "ilgo0k6Snd/il57U4wletWdZJSzHwRqIinIDoB7UvEc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSocketWrap$AppDataInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "dVwO7mLr95tXfFSbuULqlCsnpDyS+4qkiqmkLc36GWQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceDefaultTlsCredentialedDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "pnVm0Xammz3r/XsVV6dOnbamTpU7ZYCsECb92AdZsDg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JsseUtils_8$ExportAPSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "RszYv0K8RAvy4enKRH3/JBzIE/x+NyRk6qpigqiiomQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/RSAUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "1mJOx8hJsiMi6C4dMGeh3i4suUTGebWuJJ+iqQKqB/g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsSRPKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "hRURzfto93PNRUubPTAzaMWZ9rTmsVgTaRP0gCLWUuA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DefaultTlsKeyExchangeFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "C5UCDhcLZao42mP3gxHYQmzCEjTYTmec6QULs8xIlbM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/NamedGroup.class" - }, - { - "key": "SHA-256-Digest", - "value": "eZ4HKoXcm+I50imeR/Hs9KDsx+qZwV/5Hv81YAhq/sU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvX509Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZQC5Gp/eKkPVroHwBrP3G4VYoALaHqmFv6DUsWTZixo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvTlsManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "lAdQzRCplJsiPeTVpSB0u/iSzNaMURq7Toj2jzmDVXE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/DummyX509TrustManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "ayi6MOxIyFa3yocL/p8MjrhVV0kbf8TDkT15GUiF6VI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/KeyShareEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "k0Tv81vRfUGQFntzYg+Xy4OkPFr+cdIkVlQ7C90l7Do=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/UDPTransport.class" - }, - { - "key": "SHA-256-Digest", - "value": "qrlFdNsea2Ra3j55Y9YZikzHledfB51DUfa3Pitxlog=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "AkSf3RBIlROb200icMsAkFHfSpH7JpAr4c5nvHMBQ7w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "3TRWDHb7ysrHU0namYxUGzk2zhGsz9TZisIaH/4q1Gc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ExporterLabel.class" - }, - { - "key": "SHA-256-Digest", - "value": "XYk5jaHbCXo+y17x5uKtzelpnAJSzd8fhX3V3XxtYKo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ExportX509TrustManager_7.class" - }, - { - "key": "SHA-256-Digest", - "value": "XH0zUJS7o/MzH6qlqLOTXw8q5F34ej85K59o+0Mzefg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SessionParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "mR9xdURxo3QPo4DxZ5d0UpgdPtfVhYpvUX3S8/gDcYw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/SignatureScheme.class" - }, - { - "key": "SHA-256-Digest", - "value": "CuoN4zrYuxz2LjxYIeBwVYleMdrw/bOIYV8G7C0CKiE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ProtocolVersion.class" - }, - { - "key": "SHA-256-Digest", - "value": "gh4U/ZJqxzQgUEObV8L49BpTdMkeS7FmMXfAkMbF91Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JsseUtils_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "AWvoMt2VvKfvFDE4uAQ7BzlkI5eCCh9/PDS8Kg/0Rdw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/DisabledAlgorithmConstraints$Constraint.class" - }, - { - "key": "SHA-256-Digest", - "value": "E24j/++TpoG6cJqIksrA3zByywUtSFphv1nOXFKCyTw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsCredentialedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "I2/Ew5g7W1QAHDWbjGXcu8h55drUzhvjC2Pl/KqtCJo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvX509KeyManagerSimple$Match.class" - }, - { - "key": "SHA-256-Digest", - "value": "CHN49edNpCaFA1VGSvHG1hnh7BjRuuFdgU/sqI/8iNY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ContentType.class" - }, - { - "key": "SHA-256-Digest", - "value": "g95qam7e32IInhldZLVe2Lw1bkLtN0Jeqt8yyHxeyCY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsStreamSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "NFEWVXZP2xPfm/uBtlU+t5k1jYn8UTo0rcVWQHvzFLI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSocketWrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "wWt2qy9GYm7GgDDTHF19XNpNpGS692+MGdXPVLNQalE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsEd448Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "beCGA09nh8ycbgUEqY4x3gDIU5u2SA0jROwQBRhx2mA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/Certificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "aajAcKqCDf6Mi6WMaGazgLHl/WLPGm/5ocn+QTcqsMc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsNonceGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "XVljnq47ak9KTn8rkW18SMjewrQ10aFX29bAEIIot5M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/DefaultTlsClient.class" - }, - { - "key": "SHA-256-Digest", - "value": "y/1m09wfJBf7WAH4RjzuEEn5dG0oi3q9MXQ2ktg4mjI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketBase$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "D1uEkBuy8XbVkkciVm0ATabns7GhlPdlYl+7aUFBzNc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ReflectionUtil$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "vuk8g7oWSY9zJ+ePfuAiN9IOcMRcpfxDYpAIH/b/jG0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/BouncyCastleJsseProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "asj/KSIoouTkzFwnOmBBiXWmpJDTZBrAqmzst14pq+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/EngineCreator.class" - }, - { - "key": "SHA-256-Digest", - "value": "5OmuXShA1lkwiCmZtP3krkSVlxymFsiExD1w8EV4Pcc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsSRPConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "RZ/GPHiWPzfr51YLAVbAK2hKNEItL4/4ffZS0d9+7XY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsCloseable.class" - }, - { - "key": "SHA-256-Digest", - "value": "3/XbVohzdKqKR/43f7JxEVvQZn9fkNzFCLS5CjhlIS8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CertificateStatusType.class" - }, - { - "key": "SHA-256-Digest", - "value": "tQdc8qD3xdmkdgUjEb2umQK3sb938OeXxfIlA9eremE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceX448.class" - }, - { - "key": "SHA-256-Digest", - "value": "LmwZl57RmyhdUquEDVjuetDClTSxvRoFJ7vA/3ux8F8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/SignatureAndHashAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "+SRVBY/gAlxos7MzvlPYpAJgnufZIqO+1GNYczPwWjw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "hvzSP1JqXowSDZBZdbtS/sxZez/BDqrqHKu0tIElMz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvTlsClientProtocol.class" - }, - { - "key": "SHA-256-Digest", - "value": "ahQVrVuJtz1CjhX+DjbZqR6e+WkY7GJGK1yP3WtYFpg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsEncodeResult.class" - }, - { - "key": "SHA-256-Digest", - "value": "hk47PcRqhYPMbFjLKuXW4Dr2tiTKW4XNE9pP2djLa1c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvTlsClient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "8/lR+sdIvoHqe/0xvYZZLz8Jw42RFZbdOqcZJjPjodo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketBase$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "JkWaIUryfiDvbKmN+SdXOXqzC7cEmpgMdE9XJF+5BLM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mxjay5MnEY04ZiBhsX5Oolc4CSwdK0c+/2GVmVENGuM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ChannelBinding.class" - }, - { - "key": "SHA-256-Digest", - "value": "W86poUyBou2Ufn5XUtCz2obxvNPHJ3PtIlDWHwoRAkE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CompressionMethod.class" - }, - { - "key": "SHA-256-Digest", - "value": "idnb0UTraOedKz1Hc/pzt5SroJhJa2cV7GTbCdbSz5g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/NewSessionTicket.class" - }, - { - "key": "SHA-256-Digest", - "value": "lWgyjq9Xp0YAi8kE8rAfPhacSaKvZNEY29rge+NS4sQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/KeyStoreUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "1cVGuXOPNF3RSfbQ4L2VzwGmXVt2lEdcUimfPp58XcM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcX25519Domain.class" - }, - { - "key": "SHA-256-Digest", - "value": "CTv77Ssh6dc0z0Cbtyoz0kvD1tHtEbUt9vX1zG2Gpfc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceAEADCipherImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "AT1i8tdRJzYugCqhjcOc9pvkPo00cU8YhqbEddxeggA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CertChainType.class" - }, - { - "key": "SHA-256-Digest", - "value": "v+kXz7J9MwuNoiY8F/gGrMizWQbomcTqfnu05FTrQJA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSReliableHandshake$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "QIdEaZYEosi3dobU9GmpMcTkd5k7l6iwiwubG3GTnJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/HandshakeMessageOutput.class" - }, - { - "key": "SHA-256-Digest", - "value": "OddIjfu8LNhlzGXvAldsqDJmZMr55dVv0QP4oRiscDU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "0peB0GkBWJJ1VTD22lfSjy2wEt7iB0DdeoLvhqBnv/8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcDefaultTlsCredentialedSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "2fUt4d/7NrSJTMcLIZr6hTX1kM3PsxwVQHfmEg2OkqQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/EncryptionAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "sglzS3g+1H6KRblK2h547yIJmbqX9fA1ECpYk+bWxN0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "M7GabBSiVCksDi940Ao483xkKRBmQSejsKs3W9EaaKY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/AbstractAlgorithmConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "DccUoqzEBzJTpNuah3tdTpa6gOMr9zxnx7p+kL2tYSQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "A0OCT2U2MQm4F+iymZrdVyz3HXFMb8vCtdpbfE9F4o4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/BCStandardConstants.class" - }, - { - "key": "SHA-256-Digest", - "value": "XJzWypLDHSfYS8SHe4N7bt8wxjnDbrlN+WVhxn7uqyc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/OldCertUtil$X509CertificateWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "VmcEe35WQYMcSHi8CNOjL/j6DUaySg7ibXIhaN49Uf8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/X509KeyManagerUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "f8xGSx0mKedgQDMAPHAJAscBne9wza/QLLrhLTWXsiM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsDSAVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "nqKw49heRI9Wxn+dwqIC06TpkPn+IlgrAU3pLBVc5K0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsStreamVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "LtG3i2p9Q0aZCkmJ+q66oYngSbUyz6XqY/PVCa3i+II=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/SessionParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ob0dloRc4PXPFDroc47jOVFZ2E2MGTBpTqEKldeXvzs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SRPTlsClient.class" - }, - { - "key": "SHA-256-Digest", - "value": "IQLXBcUamLdbrNoHGLJq6k4zEAsNnrzpu7FQRzyDjSc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ImportX509KeyManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "/2ZtJpx6WC+eUWlmoFsMUjPzAQRFKAyQ6KtYrr6/XfI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/SSLParametersUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "oSHUIazMV7P7KaF1n7H/Dj0b8TsrlhYvFzdeWorOFmU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsECCUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "UBlkrGQnJV1El5bK2LjTCH1stOrnJPeZdpLYFH9Y19w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ECCurveType.class" - }, - { - "key": "SHA-256-Digest", - "value": "gtbG2PPmnCo9G/l7R3eZNBVcXJH5Ubk1J/Y3vvaOO4o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dqobytfxvv3UHRpZrE+8jD9WsPlrtxCF9BbPYW1zW9A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/DefaultSSLContextSpi$LazyInstance.class" - }, - { - "key": "SHA-256-Digest", - "value": "nKOlSCPHrW1QYTgKEi1iGeYCOKTufwaUriJnKS/Pfak=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/DisabledAlgorithmConstraints$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "EGaZ7yeEnsn5Rlq5o9bhqJhGRq1OTNKGVw4giXEq9P8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsCredentials.class" - }, - { - "key": "SHA-256-Digest", - "value": "9wCiq5EhvseC2SZA4dh3wQt7cQ6jUxdjLIihWZTxhVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsECDomain.class" - }, - { - "key": "SHA-256-Digest", - "value": "4d0GowDOkicCwtbLu7jOZ/5nC9n+/XadN6FAHeHLW8M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/KeyUpdateRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "L651nOSLYZAIItE0UWn2/49GLYvfSLv7QgDjZgRPj8w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ExportSSLSession_5.class" - }, - { - "key": "SHA-256-Digest", - "value": "QbeTls3ShlD9F3M8qAfInSMt6P6YDHpsmdNJgrRHW9o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceBlockCipherImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "WkhrnFwRqM76yiSzyyNOFISFA0js7zPa5iWYBV35n4o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ls2pKP/xSLcIrixwURi0dPXLIl2rXIRadM7oVulvZho=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "E5qfuDdk70q0JscMVv/TBmum6+xmSABj42LftSjbwXE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsException.class" - }, - { - "key": "SHA-256-Digest", - "value": "4iI84HMf2HmG1HKZZHc2N1Q8uryy+1LfJ+qqH+sR8cw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsKeyExchangeFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hn7R+cF36MSzYkiZwKfH8tdFR2LJmLNoiRWQsQgJgLs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsSRP6Client.class" - }, - { - "key": "SHA-256-Digest", - "value": "JmTw6QWYYc1LcMDUf41YRhh/ONR/Xqc/CjtUwZoiAuQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/SRP6StandardGroups.class" - }, - { - "key": "SHA-256-Digest", - "value": "lVB+Je7p3fzH6hkdnRD1nNE8ZbA0XxghYnjhO4GDYcM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ImportX509KeyManager_4.class" - }, - { - "key": "SHA-256-Digest", - "value": "dICOOGhi66UDKnYEsXXji7Nl7z1HAiw6kixo08Bir/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "+YYJA/KC/j/hBeIsliUt1wP5l0Q7dxISjfmq3D7XaHY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ImportX509TrustManager_7.class" - }, - { - "key": "SHA-256-Digest", - "value": "ORtemYcdzpmc9PhC1Bjv4Kr1zO87M1XKXUN5ulxDAEk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsStreamVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "9U6ThemZ8oXDzjdbAzmGib2GaUhpOWSpnUUjvrPVPv0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCrypto$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NsP1XuQEBXZT+vE/iMT3nbOTNGLsZ6/4z5YLdY/ehLM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsECDHanonKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "tOWbcH2h/3LxQQDbk8ZKcp56msz1YWav7VpMA9x4e/o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceDefaultTlsCredentialedDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "7T/WB5r0GW6XHN+gsiBJ7KuHowdFCynWxVUGwrOzTU4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/MACAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "iEP88+zAGEiwFDWpOdz7WxlxQ13tdfYyGl5mY0KGeWI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/TlsBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "mQBNnMdmjzi1RXtF9E2JwrjwHSLkxGE1GP5SQP0Vpiw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/BCSSLConnection.class" - }, - { - "key": "SHA-256-Digest", - "value": "48g07OOAiO8sr6qZXq87t9QQnNv5eZJS5ozYFgd+K2s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/LegacyTls13Verifier$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "pE/ybIFyq2KVERtTbXqGSlqhSob4KPx/hWPii3ALmkQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/TlsImplUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "5l5xhi7i92i4cG268HKIU9aJ5vpyfRGzh4L3XqvpIGQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsDHDomain.class" - }, - { - "key": "SHA-256-Digest", - "value": "Milt5pmu40GXvdR6Xo5l+pXvjd2IM3vg5mHjF0rWE4o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaSSL3HMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "QYtZ/beQ50DDK0aulhUkj7opd4ysSbDd+9u9Kic+0vA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSocketWrap_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ar9rYwxukvSE5OwVQioi5QoErYaAWJDzgvOMNvOGgMQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/CryptoHashAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "rfA+9afwOIsG0uMYuuckl1hPLY2aZHCLMnAU0L3dhPg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/MaxFragmentLength.class" - }, - { - "key": "SHA-256-Digest", - "value": "2tDthBccYctNe5lJYK5k47j/4Nk9roaw6O2LGPEJDX8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ServerHello.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z+YN9A5ay/LvMtehYdUlkS3fUqZWFCT9B6rbWdIj75o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/CipherType.class" - }, - { - "key": "SHA-256-Digest", - "value": "Oyb8kZwKENXRiCXnJZs9Vza1BaGz5az+K8o9IlBNHrI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsHeartbeat.class" - }, - { - "key": "SHA-256-Digest", - "value": "DidKD30wvYNGrxEVOyNoaNkksam7NP94KytDtI/omVI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JcaAlgorithmDecomposer.class" - }, - { - "key": "SHA-256-Digest", - "value": "wvmwzDs+pg2SEjB+KGdHKRCLjhywKOl4ulTLyZBySHI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsSRPIdentity.class" - }, - { - "key": "SHA-256-Digest", - "value": "sN2l3iQGJc9lOCOTt0lPHuNu8X/rTHwFbK6YA4vvxvQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsHMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "OGHpGUmFsc+ImvpZo37c3eZQlQgl0arBqKfGxXgif2M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DatagramTransport.class" - }, - { - "key": "SHA-256-Digest", - "value": "HSsMm4R9oSfa3orS6EQ6cBQU3HUc5dJW7wi5Ig7uuEk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsDHUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "A4sdiKpWldQccStjVQBbbYsfnkHU1q7GSkA+7EWLwuY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "wFLIdzzx7A6NoJS1XXH4yCkrVaAWGSUWGNjxdcUmI4Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsEncodeResult.class" - }, - { - "key": "SHA-256-Digest", - "value": "c8AcPJ63udaa+5hN7NDUXVJI2HenlbZuEskj2IvYE4k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ECPointFormat.class" - }, - { - "key": "SHA-256-Digest", - "value": "JmCeH5yiiolI+QxnuSN60fmoHFWhB9o3oJHoY+iGxwA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsDHGroupVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "iYmKwmmqQmxV4QS1lJ6e723rwdRkJBC+ULYnvSJJcfE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsEd25519Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "xusi/8CW/am3RE8+I2FCBxlAKage3z471kJxpbZKoo8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ExportX509TrustManager_7.class" - }, - { - "key": "SHA-256-Digest", - "value": "7rARQiKejlFbaTqbLO8N6HLCObkimMTJhSiYmgkjD7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSocketDirect$AppDataOutput.class" - }, - { - "key": "SHA-256-Digest", - "value": "syswM2DzZjNZv8NDcOBfYMxybiGlWmW53BajmWUmaxE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/SSLSessionUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "oXSsXFFpQEErYRhgChukwEXUdvwzRREaW34m+tw0E/8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ImportX509KeyManager_4.class" - }, - { - "key": "SHA-256-Digest", - "value": "5G6TQyKZFAbrf2xFiHFoE+ytSxBajDeUHujluqhSJ0k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceX448.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zoh0n0SKqPXjzUp244HilHnItKiNRACmUJosIqWjFfU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/TlsAEADCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "P70GSn/aZWQ7+XUpr02+n5E7/eBnkf1CFV71+Tz0xXU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseUtils_9.class" - }, - { - "key": "SHA-256-Digest", - "value": "ICyhIe5XCdEXlkJGQm9fZdB0LDagaRcY/mzWaKqhK+A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsAuthentication.class" - }, - { - "key": "SHA-256-Digest", - "value": "FzCcOo7Ew8uC6OX22gmEn1QPlzICJYhOZkDh8ae8UXk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ImportX509TrustManager_5.class" - }, - { - "key": "SHA-256-Digest", - "value": "P0SkhwdXHzLNABvotWvaFphRrTIDOC1k6NR6wMwJzBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsRSAPSSVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "BC3PWTzKLdVHc0cVIRj8jqc6Kg+gt7eVKNk9HC+uVYk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsAEADCipherImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "0U47TdTsfKG4kF4JgKuwsf+5cGOIPLJKkpZ3CKyhoew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CertificateRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "jijXTfZHtuybZFqSyGOr7KCtU4jtAWBkbn1ZVsd/wRA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/DefaultTlsCredentialedSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "1LwtA/Hgn6HUC4e6lVZ7gTDsSgRQ2OpMd+eGF+oAhko=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/DigitallySigned.class" - }, - { - "key": "SHA-256-Digest", - "value": "uwNHzZRuzVoT67qJu/zKS1NcF51V+8DXWVxDsXJmdzg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/DummyX509KeyManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "OlQ7dgD0KSvyEgDSRWewTpBkEnd32QittDnJuoqn0wQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/BCApplicationProtocolSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "mrFHhVu3eXtIPaWmNG1LQWg1OvNJossDUuFAD1do1Bw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/LegacyTls13Verifier$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ygYos86l3FM0iLWksgXAEgEqvqLvll3gVoqxP6gXmu0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "lMzbtbPalTmWUrfgImx+hbMEHcqekeovJF4W+ErDcgg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/TlsSuiteHMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "C0/IkRxg2/haOc8kOHAZW9W4VyobHryFv2q4/neCJ3w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ServerName.class" - }, - { - "key": "SHA-256-Digest", - "value": "P8PyKNVgKAqg4z0aRulCbXTwVKqK1xlQJPrYlebm5jI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DigitallySigned.class" - }, - { - "key": "SHA-256-Digest", - "value": "7Pg7HUFgQ+Jlw1wSL91Ix/bXgJvQvXUis5JN14KaNaY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/BouncyCastleJsseProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "KQHNt6NDOKg+pja0KVqz/+ppR/9gbdEXHHrItVYi6qU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsCryptoUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "qNxs598YMbuCJa/ybDCQRdP2ACWxAlTyXfM2XBvEajo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketWrap_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "IGvFQLFup8/bv/xHceZYnfzIKU8dzCOOZJmYP6BmDB0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsCredentialedDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "W8N/3aJWgrmQQgzvyjhdgOJ6v6jvr2uoX4ViDQMgjXo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCryptoProvider$NonceEntropySource.class" - }, - { - "key": "SHA-256-Digest", - "value": "J1itUr6GdvUkf29jbph6++ALZxh3AxhESrnm3UXypTU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "cO5SOT8U15NmfxoO4grqkeHTmEVnO1ai2fy6SF+y7J0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "3118h73iVTuiwoWIwPSjki/iWBF3+oZh4ffEKo6bwGQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ImportX509TrustManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "1yLOuvRpi3aa5gUQn3cRMADV6B2triEio305rCUUW90=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsSecret.class" - }, - { - "key": "SHA-256-Digest", - "value": "+IkRX7r0CQoF1BSghFc3bmzOw0dftscy/NXvmUKGoT0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "CZk0ZZHG3c6+sgJtx6cLDY4AEU5PudQlN+2HykU1e5w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/TransportData.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wc6idPMjF/EA4wHQqnLGMOkiNbevLXn8tN4J7YRHCP8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/BCSSLParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "b92V0FgN5yXPKkjBgQrFPhCJNkMTjCxYXKZ2BQXjqmY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ByteQueue.class" - }, - { - "key": "SHA-256-Digest", - "value": "6KB2xeuxObhORRIzNTsRs447G1N3gVY7WO0ubPwidPM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CipherSuite.class" - }, - { - "key": "SHA-256-Digest", - "value": "igP4/4P4tBtaHs4vPnpXTJEGU8Na6oaNTKUD7/wV8G8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "QynzQZCy5YhMMehGXRfZugZxSGKueoxklJuJlwLUnrQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/Certificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "QpkztfMtHIULp05SuiDoGJtWjZsB5MvtuNMdnCFuK1w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/Certificate$ParseOptions.class" - }, - { - "key": "SHA-256-Digest", - "value": "9+ymj8oAa6awns1pY992fqF32SnOAAvyoAsMyTNTRQQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsRSAEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "oPld+vWhAoWjxnB35wVv4pL0OvQ5Vx1JS7T6rOjq9MQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/NamedGroupInfo$PerConnection.class" - }, - { - "key": "SHA-256-Digest", - "value": "KWPbTsVz2CTQ2PNdfuV6TuV++lH8VsmiiwbOgSQ/EzM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/Exceptions.class" - }, - { - "key": "SHA-256-Digest", - "value": "LxffA/WqVA5F8RdjXHyDD8qsapo9qbS6lZgZ6k+sLpQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSEpoch.class" - }, - { - "key": "SHA-256-Digest", - "value": "cp0vpKkO7zf5Wx8R1dAhQe+BEM7cLwVoXRoU/Y7LtdI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceDefaultTlsCredentialedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rmi8NeR39XKkC9EEIoFc0s6G+XTWDyKAA3wcdAip18I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsSRP6Client.class" - }, - { - "key": "SHA-256-Digest", - "value": "nlbB/+GOTE91LRi71FUTsY39jOG67Mrv4ELENwWQCBY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JsseUtils$BCUnknownServerName.class" - }, - { - "key": "SHA-256-Digest", - "value": "m0QLI17reY2KjwwzqiFgcbKGTJHiBiHfMv+a7ESud3U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "PwV+A2BDc3gZ3RcVsUDK36ufSXivQxnaN0aDCt5bla8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ExportSSLSession_7.class" - }, - { - "key": "SHA-256-Digest", - "value": "BR5xUXzSm2zgDCumrByWWqkLtQYMKlchUQDXhen8WpA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsDHDomain.class" - }, - { - "key": "SHA-256-Digest", - "value": "TO76T9/+cMsOmzBeTOHbSxJqflbitLm7IilvaNW52ds=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/LegacyTls13Verifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "U17FAikJvwM44mwZgjQlezgKwB0z+y5WDoEkMuRr74o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCrypto$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "4CHTtp8wrdhw+GELWLitV1SWfgGgPhfDhWNEP/cCm7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsDSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "UdUGzNzKIPIwXggOaKgZ/PBdMe0bv1TP0pBdEsvCjNA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/KeyStoreConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "aZ386yhdzQENZ/vDvUH1iCJVmfJY7lagY3vh6aOCFxY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "k3oaFYNploNY6FKjlxZuqRuiT0t8SWbo5bXv8ogEDDc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ReflectionUtil$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "OBrSKWFVpFiGL5dYWwEHRUaXCNjFf4Pm8QyyxiQa2ZY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "jjTZb+8x1US2xqSjg7+vTg/FpMZ6k7ORGNm7xCPCVfY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/DHUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nlrn2MzE0TIxEYKzKfT+rt/s/WqvvVHH9HPkONDmSTI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/OldCertUtil$X509CertificateWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "9OynB1LIRRRZEeolIxXGDEkypbo8Zjgw+qKkQ4bJAzs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsNullNullCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "t9hYxgjYWvKCWbEYMDcF+9Drz5AqUn8XVmG1aa0ofQY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/AbstractTlsClient.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pg5vHsXVNWFhQuYdcd2s5fv9Dc4CPjR34tUxVo3z38o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/AlertLevel.class" - }, - { - "key": "SHA-256-Digest", - "value": "rcZFOiQFWbl5mhuZL6FvYtfVi9WScw+d2t2Ysq40Zck=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvTrustManagerFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "AMjRB+WhCP/HGJWoNyPA6Fj/eMyFbiG6Hci5dCAOJ+Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsEd25519Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "CpiDBBfQgX+W/bpOAwxxJyqiJalS6vcnD/77LvJR474=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsDHConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "RPoEcLnD8HNhWrqzDBph3JtoRkoxqzoWSJqqSRwNY7c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/TlsSuiteHMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "PouWaixDNxw1nTHDluECumMDm8kHWyRMY2CR35wEwr8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/BCSNIServerName.class" - }, - { - "key": "SHA-256-Digest", - "value": "emyC/b0ZBxV4pRXYds77gkk0tp9/D+SNk/pWt5fBXjY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/srp/SRP6Client.class" - }, - { - "key": "SHA-256-Digest", - "value": "VprBj9lgaG23JvYUIBpOe9SI5QzjVUIHG9+aaJAPE9g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/PskIdentity.class" - }, - { - "key": "SHA-256-Digest", - "value": "/a/3Nfu4n20suq/YBRmMFx4owF+misSViYk0HQorJR0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "VbjQhIvFhjpRTSgV+5tKaAD83/qf+rcgIK+wInePXyw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSReliableHandshake$RecordLayerBuffer.class" - }, - { - "key": "SHA-256-Digest", - "value": "R9tuTlV6qbJcFQT9SDvFUJ8Zld8TpmU6s7cAmF/Gr18=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseUtils$BCUnknownServerName.class" - }, - { - "key": "SHA-256-Digest", - "value": "aTZvmMdi2XdCeem7zxMPBfG4w8kqFB5nIRfMKPRJPNY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsCertificateRole.class" - }, - { - "key": "SHA-256-Digest", - "value": "0Ljku8MXCQGOqhI1F3SKlGrMgqN9XyW1YSbNJGiycTE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/RecordPreview.class" - }, - { - "key": "SHA-256-Digest", - "value": "dgLYQQicuA3Vvg6APqLACTuQa4pulL8KCrFVI2JRvIM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/NamedGroupInfo$PerContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "+jNW7lPPnmxY2G0l7xUHlbVakidmWYebU3IQlbAdcsw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/TlsNullCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "mTRyt2Q5qWNDs4i9daaRgrXYfDNEVTd3uizImLZf9wo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/TlsAEADCipherImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "1pK09HFalwoLW9yofdAvWZgqfHP4H1sozj3XL9g72Ww=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsCredentialedDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "y3WZ81rUpgUuw/Bk7ECqiFe/NFiMNjjKVer1xbHrpSs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsEdDSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "4MF04mLGlswSMk8kLplzmuyAMkl33tbnrydK9/oGlBI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/NewSessionTicket.class" - }, - { - "key": "SHA-256-Digest", - "value": "XBS7CQb8rwEwdZabrnlp3tXNdYN9L53y8hdBEOzyyYM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSocketDirect.class" - }, - { - "key": "SHA-256-Digest", - "value": "djR5Roh4nZCSE5AZcMnWpybCaZOlP/93mMDnOord7AU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/Exceptions.class" - }, - { - "key": "SHA-256-Digest", - "value": "suyHJd7nlKJxbH/itrgg0+fnOBWoQJWhNdQV+1U7Ymg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsECDHEKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "/LuUM82ehn9bKUsZ4m8aBh9/JOk+2+qnog201hS1hGw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ExportSSLSession_9.class" - }, - { - "key": "SHA-256-Digest", - "value": "iG68djpCDcPUDA7w/Fz4us0jNmMIl+07HRHnIfTV4qU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ECCurveType.class" - }, - { - "key": "SHA-256-Digest", - "value": "WFh3yirOQkP3WLEC6szrPLm9ITgQRcHgdtiwGayrJNA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CertificateStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "ybw0B/2RYVIRNtOlR4BiCt1PIXjnQY7yKLa0Tn6xP5Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsDHanonKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "aJvn2XNid7d1x3Fsu55rKZhme04uZwexrajwj4aVA6g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/RecordPreview.class" - }, - { - "key": "SHA-256-Digest", - "value": "4rPScYcg5cqPqeCxuCyEbKFIhLa4Qqo/FQCJ0rOnOyQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/GcmSpecUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "3EeKPW3JiatVwphC7SACjvWlzXEgJzP06iP8tkjTos4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/DHStandardGroups.class" - }, - { - "key": "SHA-256-Digest", - "value": "5QAy2ey85zDjUB+sxGl9XD1M61+Erbc21cGHRTNWbec=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/RSAUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "yIIg/EQpG44Rk3GOdfD9XZahQDA6iLk2me43LS9abEM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvTlsServer.class" - }, - { - "key": "SHA-256-Digest", - "value": "mc0yYAbVekrVIa3dFKSJpmlajMw8VY0d8qtg+0wDZhc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/ECUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "f9SkXfw78dGx3x+FP6GtRdZUWvZTZo6hrmZz9UDqCcU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsPSKIdentity.class" - }, - { - "key": "SHA-256-Digest", - "value": "2tHTspWW0PHiocmuhJKHAHWt4xZBI+ZqRPLRhDllk3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvX509Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "DXJIb4EJhUklmSVWYDPysn9cPjk6dVaJnEbHuucS68U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/CertificateStatusRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "FteTWZptpECq7vt8rpFMABxoZGAQjaJqDBChr5IfU6c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/Certificate$ParseOptions.class" - }, - { - "key": "SHA-256-Digest", - "value": "wJH/W0kTE5m9gvH1rq517/YyayxOrKiUrivtPWAr2Ps=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/AbstractAlgorithmConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ra64NpmTIKP/nk79O/5/enMmCWxjZ+U8Dkjj5zyPjMY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ClientCertificateType.class" - }, - { - "key": "SHA-256-Digest", - "value": "alv11fsKhq6RhzW4Q0LozAMigMF6xeCuXQO4c18/SKM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/PKIXUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q/Zb78wO2Q5GPIPq1g3/LrIwlwSGDVc+tpc3zu5jSu4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/PropertyUtils$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "QbxrPJ9YCK62A6xF/WHxxNtgxFYgfmwIRpZfC1PsTeM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/TlsAEADCipherImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "dMzExsZeLJZeOH9Qvh6Ilo6tHp1I/t0mnlAVyLnIvwo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcDefaultTlsCredentialedAgreement$ECCredentialedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "q9JBalqalrTPZzu47C18g9bM+ExV8AwerBV3tActtuc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSessionContext$SessionEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "P/EHN//B55ZzgWvQtzVArgvRg2kj/bxix1fT4sVQYXU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceAEADCipherImpl$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "2V4s+LhnqFxGIAwpcXS+UZSv512PhFIAPG5EyufGHWQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/AbstractTlsContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xtr+fgIRwD0P3GfhqVon4GoF6lr8swLymvyO02M2Aag=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "6htgWPZdr+zSnUYNRbc0KJu81p3CKY47mf27s+QN9Ag=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseUtils_7.class" - }, - { - "key": "SHA-256-Digest", - "value": "gPSJN9GIeXpPcc5YKC2AG7PFNVj9wBTC1O08xBts3O8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsNonceGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "jpqWgHnbMLzLsKrCaX26kk4MxG93I+vhDUCqOfnx5t8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/util/SNISocketFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "1n5/CTHLhg8TFs46Wsrg13jKBmAEQcKTGoHkBccoG5g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/XDHUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "HLRruovBLKrLiwNpv2yZJIUeStq7PoZ9kYgnv4TMWQg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/AbstractTlsServer.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pk0c2XJtaaZ3sgGpXLZtQW+ioFxrfloePGdtpCiM+5c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/DummyX509KeyManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "1e1yfkmI2Kpn0x8Mp5nd4lrI74X6A8Q1pTRtB4qFX7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsSRP6VerifierGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "meWznYtjdTBVVdA/ZykgU/ogHVTkzyXOIQ9nADpMafI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ReflectionUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vkqFdogei8IOl5U5FkdULUo+jX4WComwGpvbayzn8Sg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/SignatureSchemeInfo$All.class" - }, - { - "key": "SHA-256-Digest", - "value": "k33zDkIBLNoSOH+pWqtEEBaKE68POG1GX6Bumv5wtJI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/SSLEngineUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "ltDvsuy5fDt0nL7HJDvQc7s5vd0EfQFNy2raai7OBpg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsRSAKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "+oCnjMYZY6DYahMdcyLlpei0FhQGo1396XwqdaeUSvk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSReassembler.class" - }, - { - "key": "SHA-256-Digest", - "value": "PwF7DvUhuaHLSUX/PTAoie3WYjo8Qbp3GlGT59tvfU0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/PropertyUtils$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "p7KjnBh+mFot/tphRmijda75lLJfMLbkfD5G9GR19O8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsPSK.class" - }, - { - "key": "SHA-256-Digest", - "value": "1VZVW7BJ4fItTI1aGpxcopLa2XhmLQDgf4hN/8PnBOg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ImportX509TrustManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zg+mownjYYQZH1EGk2ptgs2oiSqCf0dj/OjfA0w1ldw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "SdCKl2oq9iLvfdSbQiUz0iGHeb6isRStbE7e49TA5Zs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "3hud0edXiGhjBd8HifGww2o/vBGT4u42YQ7PpNzxYik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/KeyStoreUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "0/NfShFc8Alz1qC9g6cdNeBX3pXdlhysvmS6RXFZghM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketDirect.class" - }, - { - "key": "SHA-256-Digest", - "value": "EgHw7qiDfyobfHt7tfjI4YzrWLP1/lhOgOLN+seKayc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/AbstractTlsKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "diADOAp8DToQaGM51WbOPEWLB7jF3g9IxjxfdTclj44=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaVerifyingStreamSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "/MpU+dWAKjZgo3tke9ri8zsMIB3sbeSksTFYOE48qpM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/CipherSuiteInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "66HCG/QhvHiQWKKEqxStHK0nNOTVcNPUAJsjRD5+x2A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DefaultTlsDHGroupVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "UYNel3yfiSX/7brpZclqq8c1o1Y+ymWjwN5H4tiIP20=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/DefaultTlsKeyExchangeFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q3nh4K3PA+dlfIVfpufz3qktQx9rg6IQVm5tp4mejn8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsSRPLoginParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZckkydzibdwkFCaNNRnWJOIX113clEVrXtzJX4b+4Ms=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseUtils_7$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "M1Ex+XpXkEcRooXNRBbONVkGIcInpcjn9ZlPbQCG+vA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvTlsServerProtocol.class" - }, - { - "key": "SHA-256-Digest", - "value": "dduBC+TrWXkmcE3R/n8rNErvf2+mzzdN5M+8A+7KiGg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$BcJsseService.class" - }, - { - "key": "SHA-256-Digest", - "value": "9FNet0AC9NbzKJ6CqO1KvIXa9ZiMVeGQkA2FiYG6jwc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsCryptoException.class" - }, - { - "key": "SHA-256-Digest", - "value": "q7RHk5YWSkHpfqXMzim+MV/QPMZjo7tsRUIplkc4V4U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/X509TrustManagerUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "XkNOsuF8RVOFz/xHayXhn65FffbOXU/19AGZcd9GlzI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCrypto$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y2bRzf9et7JXl+ZMSt2zpOygQDECUbkQxNxSyKB3ZNk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsPeer.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gz8kRp/UG/paujEd24vAUdd4JW9CJI6m3HdDvqnh0X0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/DefaultSSLContextSpi$LazyManagers.class" - }, - { - "key": "SHA-256-Digest", - "value": "igaJ6041vEQlZXbC6XEeasQnc1USDUzlQo+BfuJqkhc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/AbstractTlsKeyExchangeFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "jgKE2lrA2y8j0mE59jOZcPjt5yQQIbBTEIpSlej9Y8Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsPSKIdentity.class" - }, - { - "key": "SHA-256-Digest", - "value": "AjT4ZjA6mD0Ip9djQDFB4eHhii01D7jjDxib8fYs+jA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLContextSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ihxHJWngoN1iGNl4Wk+X0DPK4pcDJWsEUOApMOKOrU0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ReflectionUtil$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "CvkTXZEnwrxWihoh2bkkp7QpQ61d+zEdRFEp2Wi1tvQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsExtensionsUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "fbJYCXKkIKQjQ5BSeh1xXLzAdGQ59heXwT968yyI2Ww=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/AbstractTlsKeyExchangeFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "UhVawZ/3AXnrlBlirNuksItx8rbBzAcGObHAJ/WrR84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CombinedHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "AvmZX65m1a7ZUw9k3Ljd0sy2wbxWtTDqlPYPWP6yYMY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseUtils_8$ExportAPSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "u+g4RSjEtdioKeCjSnV4qlu938AHQAZ+aYmZd4rLfDs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceX25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ld64J+c26N0Va8PruVLglp4fj/GGrgYBj1IVP94UZOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSocketBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "agJ+FkUfuFewLyWKnQz/BqrMqY/ukSKAzLnGIk2BO+g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceX25519Domain.class" - }, - { - "key": "SHA-256-Digest", - "value": "SvRamVfMUEgCXZfBxB4RyUrt2suxgbWYFy30/trsDxU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/RSAUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "7IstyaXnsk+M2Pbe+sR53V8g3fAtdouJA6jy4KUptkU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceBlockCipherImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rd8JOVjGttRwRBuVYXEod8dn89dmSnXpL9IR8KTdZSI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsRSAKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "6bCCxMbI1tmRiFtVO/KTJpaK1FOYdiYMGVwuBgxKNOM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/java/security/BCCryptoPrimitive.class" - }, - { - "key": "SHA-256-Digest", - "value": "aTajzbxb7+gUY5DwxIJNJNLOtQN/poyCUToBrngxjjo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceChaCha20Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "JM+66po9Y6edk8lDU7fs5yW2fuvPJ/WbBbY75p5A40U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLContextSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "mCT1STlBvI73viJbjcxlOgLGEiVwSjzimuiRPYQEzuU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsPSKExternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "zkf9Ix0nDUrFG942ASQUgJj5JMnS3GUBVqlUMGzExLE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsFatalAlert.class" - }, - { - "key": "SHA-256-Digest", - "value": "vUxMNYu8e4b8x6hiJS+fF/BrVLD4YhHOq7ObzUXs1Ho=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/HostnameUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "DRazr1Jp/ml+FbTA/2dFiD1ovBZvuLcEiO/MAwMJOTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/NamedGroupInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "zAjS4nZrvMRqxPKEgkrGHnp3hNjeLFiNHuAtJ9lHSxk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsServerContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "nv7k7L6Z94jYOVNZ/XqOGKDY7H0SajVpcQS7WAu5tWE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/GCMUtil$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "2j0GryVtDdHBdcHl2jVIMm6q5qtTCqhK9VsILaAUVkc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "xHlrAtXLGlvnyP5m6XXcYY7h6TzkyvRAIMSKDBQIa2I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvAlgorithmDecomposer.class" - }, - { - "key": "SHA-256-Digest", - "value": "IZpXn04C0lu0F6vMhbqfziHVfanZZQhuMXlcB7V0iDg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsPSKKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "55xjH//78ZmHyirKJ6DSNSZeJ3ONUn0SBf/ePfSU9tg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "LI5QBCVgZ9YN12P48rjAnsMxCd5lwd/OiwoykFoBgTg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceTlsSecret.class" - }, - { - "key": "SHA-256-Digest", - "value": "u8RUC+tIi4X32XVh9X/cRYILoojFzUoMuXz+A2QvnY0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsSRPIdentity.class" - }, - { - "key": "SHA-256-Digest", - "value": "tmXuTOtfWe1qQEVW8++ZaUDkr4wsocGedQhOMUSCH80=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/AbstractTlsContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y/lZKNeX5GerAvWdTV2JakZjckqh+ZhVlkUVu6Klm2c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/BCSNIMatcher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qdjsn9PfINmMPfpaIKf1VjBbFVxF+Ip8dxQ+eK+9t+s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/RecordStream$SequenceNumber.class" - }, - { - "key": "SHA-256-Digest", - "value": "AZ/Da0DHa2E06aNJ6FYPTsnANpunUZbwQNfCkystFk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSReassembler$Range.class" - }, - { - "key": "SHA-256-Digest", - "value": "jNNrHOZDIBKWlY1mG2BoMTmNIlo1RRglma6fXG9+wJ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TrustedAuthority.class" - }, - { - "key": "SHA-256-Digest", - "value": "u76FA/CVJPOXJ2z+QfKymLG4Qk67tltdWt1ip9fDHdI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSocketWrap$AppDataOutput.class" - }, - { - "key": "SHA-256-Digest", - "value": "PX3n6kkCd2qijrSf0bIFZMawjc+5CEwYV0/PPaYyMiA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/NamedGroupInfo$All.class" - }, - { - "key": "SHA-256-Digest", - "value": "+lIhvl3RJGtEtE9nc92LLinhtRJ45VPKSrxxjsoRi1g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvAlgorithmConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "2oKItCTAs9lpR5wDKpdEn09zmHLdnabNLyAkdvB6bZA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsSession.class" - }, - { - "key": "SHA-256-Digest", - "value": "09EHzAgGC3zF7d6JD8daueClzsSmOL29q07vH/r36tI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaNonceGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "0NPkoR44mno+Y0NaMOS7bAVzp1ymz1O7sQmrRPxbIY0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/GCMUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "htWT61hi5w1FQ8wS+se/BxewHn0w6bGuPQ6QRiZayqk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/BCSNIMatcher.class" - }, - { - "key": "SHA-256-Digest", - "value": "0zgu4jITUELPOWZJviJZatl5eeq9jg+ZJKy+pmL0W9Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketDirect_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "NTe+w/0c3oynyeSa2TYcGOJK35C47lL0cSojlMonLQg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ByteQueueOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "yY1QEKbjapsP7JFgZNEqNi1z0ZKBDq8uInvZ5m4/LEg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvX509KeyManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "PMVDUoa+l7NH/9ww3DZSePGBaQTojiu6S6b+9bok0kA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvKeyManagerFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "tfjm9WCuBXm6qtnaDY0+O4fVx01wR7segRKVI0zSR94=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCrypto$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "eyM9xFkz+JqsmdddnxY4ctbZOsiJP/NBI5iGOBs93Jg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSTransport.class" - }, - { - "key": "SHA-256-Digest", - "value": "yKo5rY5GulM3IjNlu4NJ51vHUmaIhtzQMXuU14gTcYU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSessionBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "fzd4QlhPp905fYQQzy9enRb5bMKN6sKhrgKMoCKV3tw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsFatalAlert.class" - }, - { - "key": "SHA-256-Digest", - "value": "kNIhCf74MTsL9Ghuvxw5fr6T80BHhZNV7+9hvnx2Xfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SupplementalDataType.class" - }, - { - "key": "SHA-256-Digest", - "value": "kb2eJ0cC6ehnBmKegyDjYU2xQdi+2cVL8iiO19uOYAQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketBase$2$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "J0d3k4LznjoQGrsY4BrL+L0SfKPGfAvvcb+OyRCH4U8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ImportSSLSession.class" - }, - { - "key": "SHA-256-Digest", - "value": "17cI9h2VlU38WdUtdNQmV+t+43KwYRz6fFXaaTkbqGU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/OfferedPsks$BindersConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "IyRRsTMEjyyCDrR34cl31Ji0tx8obsoTfu4ZLsoN/Tg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/BCX509ExtendedKeyManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "F3g35lsBKmpm3wiEtyJCYAmRUqptPYaGBeOUIogj2dA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsServerCertificateImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "jeoROzZvkEZvE7IWTt9oD8qfu/C+YBN19ojkGpHh0mE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsRSAVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "SH19ElwcGaqomd/1WW7NgGwobmvzylBNniSB/XfgQtg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsBlockCipherImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "HsOP9iGn72dxUdzitnJVDS0iaHZcwAR+ELpvqSADATc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ProtocolName.class" - }, - { - "key": "SHA-256-Digest", - "value": "ixc/zvESuHq4e4nWjZOUhHte/l0NgrJKY9bD6kP04lM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsDecodeResult.class" - }, - { - "key": "SHA-256-Digest", - "value": "dT2lPTkrDjRYTd47TNoboz/pdbnzltaVU7KzY8cXSx8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceX448Domain.class" - }, - { - "key": "SHA-256-Digest", - "value": "JwbbXVrCiOHZ0hcmFixVsoybX+akvWLzeTry0b0ZqNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvX509KeyManager$PublicKeyFilter.class" - }, - { - "key": "SHA-256-Digest", - "value": "f7ga7KHr29sWnxqbkFkB7FBeeaCAzpsoIt9O8HM7cP0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvTlsManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "INmZazx3tYw2FvKckg9vXlsFEkGe4yOM1xQgKAjgU/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CertificateURL$ListBuffer16.class" - }, - { - "key": "SHA-256-Digest", - "value": "+0+0QAvcKtblnaQ7axW33mgjdqxRlfqJHB0exOxASRE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsDSSVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "KDv58p1kQuoqyo7uJKay68Zjc5+RVr69/gWVbBH696s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvX509KeyManager$PublicKeyFilter.class" - }, - { - "key": "SHA-256-Digest", - "value": "B/xEaiTb3407qT+LE8OzXwTwrLlMxm5zIR0b5cLSAQ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSessionResumed.class" - }, - { - "key": "SHA-256-Digest", - "value": "oBjRz/FcWy7icNeiAGum4w7SYkGPFsg9ao2z5Db+EN8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsECDSAVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "98aPnsndkFzMyaggdNeYGSEJhAWPhSeCpG3TzrVv5h8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/TlsBlockCipherImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "JqSOahHtps2P1ROBvKj3kTOm5oIAk63vBmA1kW8vzhg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/BCApplicationProtocolSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "hSjsoNie9hRXyKwG0Tzo9dC7s9VNkkoNmRirPb6wMw8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsSRP6VerifierGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "TJh3zXklk4FJHACnizG9dGR1dgH0QScrXIuNryVwx6Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SecurityParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "UG1/+0+i42lVRxZEzz5qjXJh8QIU25zSxMIHyAc/75A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/BCSSLEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "7sv8HlCau90C99Wwn8qI4F3R1nWuOK/+ANrLaScAJhw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ConnectionEnd.class" - }, - { - "key": "SHA-256-Digest", - "value": "u756M46iE6Ue/RUK2GqMIM0a6TjSAj1+3AA382QHHZ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/BCSNIHostName.class" - }, - { - "key": "SHA-256-Digest", - "value": "tLT7moE7EW+dSJOJERxb5EXxgt0ZghZxVGA+kZVifqo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/PropertyUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "r9mZumNDLDGkcR+RL+o25/TXyr2qZwJzjVsyOeWmQ6Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ImportSSLSession_5.class" - }, - { - "key": "SHA-256-Digest", - "value": "4dQv15MCgmtPCMgx7GS5LpY05YQRBnjy256mRqcXfBM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ServerSRPParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "bF9nLaCT0UPU3P9vjks7NHGfABjjclpdzXLwgjRy9ms=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ReflectionUtil$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "cF9Y+ugx41b0jS4DyxkZCG8NQV9sMW/uBnERzwD16SA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvX509KeyManager$MatchQuality.class" - }, - { - "key": "SHA-256-Digest", - "value": "skevMYJl9ibo9OnyiteJ5b0gG/9I68XflfjbiBQWpGk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/DisabledAlgorithmConstraints$KeySizeConstraint.class" - }, - { - "key": "SHA-256-Digest", - "value": "7ReW09VeBFb4c7d6IvzWJ6Ugjz8z05TSm9JvQaANqtw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ImportSSLSession_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "d+v6XFvIu+i0OTAB+p+f8b+oAzrxWaKnhi3y2h7jaTg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsECDSAVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "j68v4Ie6471jiqsdwuDtedXaTZR9y+QcI3Z/iVB9rFw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/SessionID.class" - }, - { - "key": "SHA-256-Digest", - "value": "NAp3gyFYPQgKgwPgBOhU4cz5rS47vHJxbRzY1nybzJw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ImportSSLSession_7.class" - }, - { - "key": "SHA-256-Digest", - "value": "A1uthRZQXmvbWW9bc0furZMtrgQ2pVtHNK2MoNJr0qs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JsseUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "BVrQ0nKd3w533Eb7K0kfrBQ+01VWtn1/pfxqr5jzgyo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/CryptoSignatureAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "UXogH3W5OPM9xoW+m1q/ze/0d3dOv4CvoEZJFyllCYI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/BCSNIHostName$BCSNIHostNameMatcher.class" - }, - { - "key": "SHA-256-Digest", - "value": "qfEMvBcxROmkZHkJWgJarBlrZbcz8P80NVrXbEUmxFg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvX509KeyManagerSimple$Credential.class" - }, - { - "key": "SHA-256-Digest", - "value": "oey6zhZOH7UD1uyiQ65sY5V/006w5t5ujteOjSlqC0M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/RecordStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "YpvQE7v4cZsAYzDY3yql1opOQCQsLWBC2mlpwgVx0qk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsHashOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "OwS95OiM+CB3kri0c0tA40e6pIWLdLfHvEH8JCkKPkc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "twcYbYj8gSziI3y09JyMX5eu/m6/hv3XhX0Nr8hLuwM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsDHDomain.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZDRPG2wAZBWFeAp3TWH1Xa6ZEZEaPRHjoZJWJmLQu2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSClientProtocol$ClientHandshakeState.class" - }, - { - "key": "SHA-256-Digest", - "value": "fu0bvjtMQGvjQmwMON5EUMKBFiGP/CaN5BspvLHz5D8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "/bRGRByDsGiy+BHB6E7ikkwLq8bfxVLgQnYKWOtaC2Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsCredentialedSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "zN36bK08dO0GjviRy11sk0EHmrk9nI5tWwaPcQQNwp4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsECDHEKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "8aa6cH/kIbYbqffszDOn88XVwhRM4A+UDTLGe7oBZRo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JsseSecurityParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "pHrqv9LrSoqVlqYXeb78QQkDCNyyqHCG5iMLkOCwiQ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSProtocol.class" - }, - { - "key": "SHA-256-Digest", - "value": "zq121/lbNW3x/775flk+NfqRdZCuZGkEyGESvzmaS0k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/java/security/BCCryptoPrimitive.class" - }, - { - "key": "SHA-256-Digest", - "value": "4X90X1KZgDeNXGjuaq18+KlaeWWII15TBr+m0BRLO0M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsDHConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "V31iJ70CGmokheWuUs59W0IED0Il4poWfyvd8VPQ/t4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSRecordLayer.class" - }, - { - "key": "SHA-256-Digest", - "value": "93xBnTyOWLNGGc2szjYQ6Lf/yDAoxTNPPjKigsaGBOM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SessionParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "qSCUraX4MChPnGF3LCnCNTwRDnmI0jfXaFzI6LgGKOg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/PskIdentity.class" - }, - { - "key": "SHA-256-Digest", - "value": "V9omx3TVW9K3J9RUc0NGHFJkhlevKvZAb62Gq4otd44=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ProtocolVersion.class" - }, - { - "key": "SHA-256-Digest", - "value": "wAzmU+r8Kf59X2eV+cbQYv7rlRUPF1RjA0OerpZHmjQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/UserMappingType.class" - }, - { - "key": "SHA-256-Digest", - "value": "+MEMF3Yufommx2yKrSampQU4oNjmgXG4LEObe5qZpas=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsHMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "6reg12iZ9W+iDDJEBROhYforCjJq2ZVUzLq2vKGd3Sk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsDHEKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "dxVOGUTpuGAkg/uIKLMJcBQJNs170jDBq1jA8kkJPMU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsSRP6Client.class" - }, - { - "key": "SHA-256-Digest", - "value": "+TNFZ+DvraRprcT3vClKuE/tG3c1Dyfy4bpFaubKHA4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JcaAlgorithmDecomposer.class" - }, - { - "key": "SHA-256-Digest", - "value": "rIPhYneJXUcATHJWWnWZlEhkVyFYUUWywz26C8gE3Qw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsRSAPSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "f+kp+cjZjgD7iX/reLklXNm1a5SHVBdmQh/v2YKxRlM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceTlsDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "o/LZbREKRAE4z2tdIxK3sllEKzKxPAhGRta1KBzSrMc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/BCSNIHostName.class" - }, - { - "key": "SHA-256-Digest", - "value": "umnDDbm+zbqSJ6um1B4f9j8XUlWgWfsL7yX1CNLP53w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/KeyExchangeAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xq4O+N2fAGOPenwHQyTJCR4RzYK4BlRxdjnMxM18CAM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/CertificateVerify.class" - }, - { - "key": "SHA-256-Digest", - "value": "J0FZWGSz8khiTh2exAHfccgByFP5gfXsaw3BY+r7trQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/OfferedPsks.class" - }, - { - "key": "SHA-256-Digest", - "value": "WcheD6nuSn1Tfp2h6R89zx/ftbTC8VQWKg/CpjttvSg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DeferredHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "sFZYe2DzGRu3DlwQksHaGPPSTbXEttkofwHjGaF2eRU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceX25519Domain.class" - }, - { - "key": "SHA-256-Digest", - "value": "n5NqIgoCQXpneXGWkNzwtfnvlZu684yuRGO1Cyg1qFY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceAEADCipherImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "BkmH6E6j6eIQyExANgUsyEc/StgyCQOPZCLRBlClR/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/NamedGroupRole.class" - }, - { - "key": "SHA-256-Digest", - "value": "AmwU0lK86/NnojwK7etGUJEqVOaM5D6Mg8S07vbLQ98=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsServerCertificateImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "4zQVLkPDgB5MlubdKbnRQDdBV6Mx2eqzEUxzHCWBFN4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/SignatureSchemeInfo$PerConnection.class" - }, - { - "key": "SHA-256-Digest", - "value": "spwu4HqxFEn0uF1QBDnYHJ8P5OgYPDFEfPFLRI0ziuA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/DisabledAlgorithmConstraints$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "QDlUj5fjVQ4dHWsWYsVhJd6Xz5qgQmT2IQU/3ofxMHs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsRSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "KOb5aonthrsPlTYW3B+5IWmEjvj5x7rhn6oAdU2VT4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsStreamVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "YdAIwXqBWEZdopVYFqri/vjXIB60UMCYo63BwOr4Ujk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/Exceptions.class" - }, - { - "key": "SHA-256-Digest", - "value": "3xRnj/MpbkoilKhMAM4jey6iZZetjGgZCX5c+FdXN+0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSession.class" - }, - { - "key": "SHA-256-Digest", - "value": "LUcgIJ0h0OvhhITuQZLsBj0PodR3EFa7+DI/f4iquQ4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsNoCloseNotifyException.class" - }, - { - "key": "SHA-256-Digest", - "value": "yXH5ZNiBYyLIO2JhDBXKaXatP4kC0tGSuyi0eza5OX0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ReflectionUtil$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "DvGkyPYGRcbB9BBLA+jdWsbuDo0U4B9hx85WFGEyNzw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceTlsECDomain.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nd1WbmZ2h4pk4Z/WHsWjkVo1RkUaEtHNU2XCwFlvJBw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsServerProtocol.class" - }, - { - "key": "SHA-256-Digest", - "value": "EroZKWHBjH3bRE62UsGA/o8lfe9COohYIt3DwohVGWA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/DisabledAlgorithmConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "05qqiJYU8rtUj3FD9Iyy9Ffigocu6yfdcjFovjoBt0w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/srp/SRP6Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "2rZUHglJrreQi3OBeOjhr86H0CJwpHqFfB0Hwj9d5zI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/RecordStream$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "yjJAu1X7cU5x75J9kbvV4q/ZPQSN9oL4d1QIv+3OIY4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsAuthentication.class" - }, - { - "key": "SHA-256-Digest", - "value": "uKD3CI+YZBL/sVw8+4LcZgc+C5Igt2jvCxzBgwzDEmg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "8qxKvEw/5DxiHVFU+H+FEXBOprcAUJmVnm9cbV9ucYY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcX448.class" - }, - { - "key": "SHA-256-Digest", - "value": "bwDWoFii+umYS+sby2jFdzfinqBYZrDAeoZWhq8yzoI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ImportSSLSession_9.class" - }, - { - "key": "SHA-256-Digest", - "value": "e3IBbRKqcdDtoEuJNDvlpyMJIY5jcj6i2Uai0p/nUds=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/AbstractTlsServer.class" - }, - { - "key": "SHA-256-Digest", - "value": "q2f1/V1ECNIE4tptBWTHiLCGKcDcYVWq74ywcnzidXc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/SSLSocketUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "j/H8zR+FeBgT66qqQRwrFV7y7+hin4X5V7ie1qJK96E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsRSAEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "f6UE8VF1aKu2dzS0sY2HESRiWrMuzuXbtyiJN+hTzrI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JsseUtils_7$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6d9SAkW48pCtKgHvbJa9hncaQSbARMMt0oG8XzR+Tu4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/TransportData.class" - }, - { - "key": "SHA-256-Digest", - "value": "3A08O1KfZcxGQjOcvDzLeYhPHLDS5HECmWp/qluNqWI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ByteQueue.class" - }, - { - "key": "SHA-256-Digest", - "value": "tHI2yPllxawUC/l9jTqOOfN8v9ZBdDLIRc4XKIHMdKk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSessionHandshake.class" - }, - { - "key": "SHA-256-Digest", - "value": "euFkhQ2KXLxNP/HBYBKQQhYw4EpMO0SDsF4LQUZniG4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcDefaultTlsCredentialedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "+LU5BO6NaqSLiByoCEuSQUY2Xb3g3msYPnwwr/NzX/g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/srp/SRP6VerifierGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "asVvsYtWcdO8vOM0gRoxtMRtgn8lV7vEGKeWz6vNdn8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvX509KeyManagerSimple$Credential.class" - }, - { - "key": "SHA-256-Digest", - "value": "0hROxqLT+eEhUGbkEgHjgVzZyAZroz/5WppYeZAyz1Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/srp/SRP6Server.class" - }, - { - "key": "SHA-256-Digest", - "value": "cpTzmb78UrcTpPdv78o/sZGZQwLtnOVCDOeMeSca+oM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSReplayWindow.class" - }, - { - "key": "SHA-256-Digest", - "value": "BABAv4fq+Gb3yoHB+J9jNMj1kwojqreQGY3dz/7HGhQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/SSL3Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "2X/9KWx/XlBNVAuBt5dh1ODtiFXDYX6WwyZdXs+ONkg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/NamedGroupInfo$All.class" - }, - { - "key": "SHA-256-Digest", - "value": "SKmuKONlGPJWjhB8NfQPWouwscJyR+OBdjB5t9hmszI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/RenegotiationPolicy.class" - }, - { - "key": "SHA-256-Digest", - "value": "qzZ5xC5tZWAc0B/RFqg1T2S2CxUA6cQJgJS2mofNerI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/DefaultSSLContextSpi$LazyInstance.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZZDc3kOsMZp+6FDC83Pj+DMoZcyX2mlCPv1crvBewSk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSClientProtocol.class" - }, - { - "key": "SHA-256-Digest", - "value": "IsLZZkjFde3nk+Ku45g9yvKC0vFqjs9YMS5sRlF9F6s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcX448Domain.class" - }, - { - "key": "SHA-256-Digest", - "value": "NOZAI5naQjdi5IwCvCs3BWOA833OCR0BvwQWdzAnACY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsDHGroupVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "k9w2vAWh8BQc19rqTUrsvNdSACNwN1Ma8X91qcnNv8U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ContentType.class" - }, - { - "key": "SHA-256-Digest", - "value": "SXyQRMMSucr0o/oLOSGb6wZ2fxQvi0NRD41J/s0kwV8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvTlsPeer.class" - }, - { - "key": "SHA-256-Digest", - "value": "P1lGLnNxyY9UvP8zkZs/fbWbV2TU4KKNmB+J/SPdEIE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ExportSSLSession.class" - }, - { - "key": "SHA-256-Digest", - "value": "h6a1yEhzr2U0KqUzoGV7QXxj/rjkJeRjrR7msTjdsoQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DatagramSender.class" - }, - { - "key": "SHA-256-Digest", - "value": "I0S/VXVljfCKcnG48NK2C4QaKO2X0KNWD+4eXpW5zoE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsEd448Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "IqUvGF4ewUcH7D1bop9nAJsquIGRfcg5MCMJYKNx2J8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvTlsClient.class" - }, - { - "key": "SHA-256-Digest", - "value": "4HB3Nws3nqlAWP30duZYE/rn14Ap/izmdgJkPwvJTu0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CertificateURL.class" - }, - { - "key": "SHA-256-Digest", - "value": "TtzPn6E91cFNxOJifozWWOUQJ3TVV3NCzyygy+yi4ZQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsHMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "NCQutwy2w2q1fZIEw/HOqsttxcnIkDSrJV3pUhwaCto=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JsseUtils_8$ImportSNIMatcher.class" - }, - { - "key": "SHA-256-Digest", - "value": "VI4PAhY9XfcdB3sMoqbHFdv3PYcos7prOfm3ht1GPF0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ChangeCipherSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "u0NLjuzCwmAoLhjyicGOKVeYH6RCmlpj/PyYSuw649Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcDefaultTlsCredentialedDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "YGon+3+GKVnVl2VYFJZf2VF6zrTNRYFvitq9O5OqqSM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/CertificateStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "Swv5ynUuDok/R2f3Szz8FYUSfDHxTzGefpGJW83RnBQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsECDSA13Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "hUNryYvDEW2sOjVDsbMtaLTEXkoHo+VsOjmUdvZ1bXQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseSecurityParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "V+ERKj8GbXnUl7gs1CailNXqUawvfpVtz74sRJpoyEA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/DisabledAlgorithmConstraints$KeySizeConstraint.class" - }, - { - "key": "SHA-256-Digest", - "value": "kFjSjiPIkdrH8xCZPbGVtChYBzV1rfIRTJ3zwLCzRb0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsRSAPSSVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "2cA2cEnLi3bRSvxMevLiNoPVUJIPkCJb6MN+p1GMZyI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/RecordStream$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "RJ+GpY6oCuiQEeoShjicIyXZCSSdjyf8+sZm+hFNQxA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/OldCertUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "6XqhBfgbKM2VGO+V15/odQLnMeI6uMWwD7OpqA8VT40=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceX448Domain.class" - }, - { - "key": "SHA-256-Digest", - "value": "Axt/3gi+r42lp+me69i9uQDOI2BAyqH2FbTFl3z9LVg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceTlsHMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "z2rAwkkkFBt+beyTIz+3gQldmMZm1qMyKM5lxNmGqYQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsCloseable.class" - }, - { - "key": "SHA-256-Digest", - "value": "8FQ6wTFhIg+DJ6IGqQU+OoydGe0eILqLVEscOJh5G4g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/PskKeyExchangeMode.class" - }, - { - "key": "SHA-256-Digest", - "value": "zimgiJ3l6E0eVHglfcsFIprQi1nkUj+rVfO4XRiChDA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsStreamSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "UjdgphalFuIrRyNyXdGsEfyUSsh382Q2ZkiLBZbSokQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsEd25519Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "HZQ8Yzw/077PS6qr0SW/fe4odnuXSrRsWOqYhQMp4lo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsSRPConfigVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "mKfbStikfj5LIBYLkX2OfkOZ7tN3hl3YMeswJykddXk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SignatureAndHashAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "jrjOi+fMFwWb0BkJ2Ky9QgExfyyKObN++MfIEwZOj+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsECCUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "nPkJ6oPNtSQIkIvSann6XwiKdqtxnTvLFeAubv4DzJ8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsECDSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "GXHTB5T13gyW1ai8S/fe7PqHPu/e+YnOUeymAjXne84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ExtensionType.class" - }, - { - "key": "SHA-256-Digest", - "value": "CSm5ssnMBOW84pfYWJd9l8bfQ2Z9T8BOdAP40Tscn/U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ReflectionUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "90SB48d6AWg3LHWDXl9/Q07nPR244Lf5vJB6tcA1HyE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/CertificateEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "8CZAm3RGpaSRmxB00RJL8ogkN0U4ryOn5M8Y2uBDDcY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSRecordFlags.class" - }, - { - "key": "SHA-256-Digest", - "value": "yx5wSg4LQ9UI556DSI37BdREk1eUH7rcxe2a75f+Uhc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ReflectionUtil$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "J+j7NoE8lymnuEFKus8YXgxGrYkb+V2NIjKH8nMZlxw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SimulatedTlsSRPIdentityManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "jEoSk8kYzsO4D4drvC/iQGmeKzIcUknS5tXhhNuZ26o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsRSAPSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "MxrSouQMGOFLlgy6ylo78Aa/QFkpwk7Qk2O2sTRpL2Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "sTKlKqLiKnGyMsyTr1QFSd6isqNX1NwDDOwVCUSXEVI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketDirect$AppDataOutput.class" - }, - { - "key": "SHA-256-Digest", - "value": "NoDtY3tt8Ydqr4b/fgThCboVTrgvK77uFllXfoc2EvE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLServerSocket.class" - }, - { - "key": "SHA-256-Digest", - "value": "maeuEwcJV/52Mi/mSPjnSD6iMOShcqrjOPWpDN3/uto=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSocketDirect$AppDataInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "nlho+6Zpf+Bc5o43mWWsx6kcX6kTyZtGu8xkXLPORw8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/AlertDescription.class" - }, - { - "key": "SHA-256-Digest", - "value": "X8s5LNxSnTnXjJu2bdh/WmSkEGPRsSKWchzY2KzC/wQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/AbstractTlsCrypto.class" - }, - { - "key": "SHA-256-Digest", - "value": "NeqKdc5jmZQsa9pzOOy42S6dnj2oS1v+hySPE5jGkTg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SRPTlsServer.class" - }, - { - "key": "SHA-256-Digest", - "value": "vFzZw1P0TEXdJAxPL6kDMSVkY4VmBu5dxl4PvG2tGrg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ByteQueueInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "akrGwYftgy2afqfHlezGNdHQPPQ9L/gDbUkjYiZg97M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "V9G2UjQ/QbPuGb3Mdza1j+AVyA5Jtx5kjPOsl8kx1Ps=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SessionParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "wn9wCRo3aFdW+VNWWRAMvKwXU/7tJ9QvdxhWMrurzr4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseUtils_8$ExportSNIMatcher.class" - }, - { - "key": "SHA-256-Digest", - "value": "tOTOeDCMuiHpCgk4OrkPKFh3F7+t17swzfi867DBMhU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "dD1OnuyCrdoYue1pQfXG164AuTipOfp3QOLeQjx0qac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "mST4yXHJSd4YTMMOEeQNg0IgwATi+yy9blCKAeuV+3I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/GCMUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "RBoZgdFsRGTD7dW/UxWuPUFnoUrGHyTkGgysNOStBaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvAlgorithmConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jrdkzk2KamAbbfUPFZbt0BB2kWMNaWBNScJ8tfdkRX0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsCryptoParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "czgUZ3A4sRfib3O6eVayfN2jT3gND9JmiqIMmUwtKBw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/module-info.class" - }, - { - "key": "SHA-256-Digest", - "value": "4EOm9PBnrVBDFJTfsXd2/1vLq/nWE1sJKpJo3l5QShk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "yTF53OsYdCnprvI8NxIyT5c6oS4+BUINU7V7SB+H5HM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ImportX509KeyManager_5.class" - }, - { - "key": "SHA-256-Digest", - "value": "7OOXfxbxEPHHWPJP/rMty1O/WzU7j5phtwW3zlzjmi8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSocketDirect_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sz7xS9LsWRKiejrDAeeIKyY8IOz3y26rv5DKyeXvELw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ReflectionUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "08g+apXk5Asj1Ag3f24/Sjda584Iea6aICTgJn93iWU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsPSKIdentityManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "DAxKrgB1FIlyRzizaikjpEsJSW4j7G1TrLnZbBG/idY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTls13Verifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "mCDh9fvaEB4Dcuwbd2L3x8TAcc2ELQ3LKapemk8hHng=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/KeyUpdateRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "sRSIy5buAQkLcpZt7vDv9eLej5S+UnLMfD5vP3/H10o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/XDHUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "7c16IMtc84he5rPFrtUhe4H7ibsEguhVIZj/3UtRBr0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketWrap$AppDataInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "MuH9w9co1RnErY+8kFd4slUL9utp5goJcNAch+P8gt4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "mnV1Fta/rYt2RN31IQ9Q9/Lp8l1UcWqHfuRn6tiWBUI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseUtils_7$ExportAlgorithmConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "5ZUnO0pE3YePvmRqzkGzUzww5M9OYXrPBn9+2GYQyh8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "cD3jsvmctJ5x9JnA4d7FbSy5SzqWGgRPZ0omxDDxRfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/BCX509Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "q3+KWFw6+7cGYTviynvz3Fc8R53vARdZGuxj0JDQZiE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SupplementalDataEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "xgPzh3Zb/AWYtXwFYsuP88pZ908xOXlhCHIa9JPISM8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ExporterLabel.class" - }, - { - "key": "SHA-256-Digest", - "value": "EzFC9KgbKGpSOkGzl99X0RAFRxxfJ36qhX6gzW8eGwE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "SDndp5O7mavX3HQq48j4HKMMTSk/O7Olj2u0eY8kpjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCrypto$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "aeyq5RIPYd5wPIvIKMtoRI5eRHX6BYUGqFoPIHZ3Nbs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "511LclW9edc+5ZmaRhBGLOU3oRLXD0oh15na9RUUHKw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSessionHandshake.class" - }, - { - "key": "SHA-256-Digest", - "value": "nyJcywzrL+MePLWXccqE1Eijf7tAnT/xBsrRyVTTNzc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaVerifyingStreamSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "4UJPa1aTUqbV5t0locB3RiUMrJ2+HwoLKxhwjvVP87Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/EncryptionAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "7W5XCBhlCtpvKZ5lEnmVemEpQEJNkF4DZmaNjLRhKKw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsSRP6Server.class" - }, - { - "key": "SHA-256-Digest", - "value": "K4Tnijo/JnHRD/4bCmSsS/073MVi3K6TZ+e97cbf0X4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLEngine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "/qwKtQ+VLyuiDH5rb0ERFRD+lGHn46ECsHhgVHPqlJ4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsEd448Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "hP8d0MiMfD9JZB9FI/3rVb/sd+rmhc4OcTmo/0HtVC8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/OldCertUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0hy3y+ZBjkqaZb8/9+BEffVbUnONBMD+duOhRiazRBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsServerCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "rWIUTClaku6JZxoj2OZ976qBiY/py7Z/pD2fNgWQ5FM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/DefaultTlsServer.class" - }, - { - "key": "SHA-256-Digest", - "value": "4HcjaVcUvTsJpNA+6FOfatMhnZqJFmgpSb7kRmOY/Q4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/HandshakeMessageInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "eUWJVznLbFK4k/Dru9M4IxDLjF92V6c6FTsZLGMMIzQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/KeyShareEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "VAW2P/3uBnMbGsJrTNXC9SoZMy7JPQib56HM9ivdZOo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseSessionParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ii2GobNRk85Fn6bRMEiXSgGfiMlQF/TFzbelrkby6BY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsCryptoParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ldzYOlxEX5YiWN0C6fGVKmHXGdCgDmgyvmZ+SYbagjE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/DefaultTlsSRPConfigVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "GABGcmSHbJvGa82E+s4gf3gwn7kLMaH7KlCLlUAyssU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/srp/SRP6Server.class" - }, - { - "key": "SHA-256-Digest", - "value": "f2OB1tQ10hQ3hz7sgBAbzIWCftBftGdruWW/c2E9HRk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/HashAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "IY8VarCAWUZGwZlgM8krY9zUc3CM6GRIA0KvQ5seJ+w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/HeartbeatMode.class" - }, - { - "key": "SHA-256-Digest", - "value": "7dv773L9z9/Qqx4MvnxRGoeYjxT4PrYzDEWyg7B0aYI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/srp/SRP6VerifierGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "xq2QsLs/kYvUolizqNpEMAOg60spkgRE9XUEbFVRviU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsTimeoutException.class" - }, - { - "key": "SHA-256-Digest", - "value": "wDhDVrGKxuz4jO2J56/A8oqN1qpx629KfUZdJtKe6g8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JsseUtils_7.class" - }, - { - "key": "SHA-256-Digest", - "value": "jAC3W6I+NuYcKqcm9o6Pe52lE47s4yIFiMGzyFIA4y4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSessionContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "nrkcNZb4kgW/oEwPa/2YJunCduNyXVGyU8T7jFqtm/Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/BCX509Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "6DpBIPlEyYD7uD8lMW5nEsAUVdiWMCJzAQqxPxLk3mI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/SessionParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "dvn24Ymx31xYvflJOf2kA1ku3W/rOn2CABk+z0WLhGA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ECBasisType.class" - }, - { - "key": "SHA-256-Digest", - "value": "jWjcEsDEX95dCBjQcQPob+Ewtz0y9Fc0bcGtNEgxmTc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsSRPUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "7vKYYh4dKKEWKwH3aP2RspGQIlMMy5JyGO7g3egCPgs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsPSKKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "yJqqjYPtTvFcJJT5AJOB4AYRrO/KrvDdp3z39oq6qPU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsProtocol.class" - }, - { - "key": "SHA-256-Digest", - "value": "9NrOpO6s8XctTDX8XI+0EED5D8QKtjX0XtavGjiDWBE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ContextData.class" - }, - { - "key": "SHA-256-Digest", - "value": "O/ZesJhOpxHgOWWhGMj3pC4LJv1rxVSUvyKmCe7+MSg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSocketBase$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "h34MNKFOkzFo8SBIqA56MgaaJ01+qGCBt6An2GgGZQY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/TlsSuiteMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "sq2EUfDgVArpTzTZlJYoVVTer5exZRW8niBzy2dlpGo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/MACAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "0uMA8sdG2EJe4lzF9HqtbX4tHswcT8OHxAM6nBiZuns=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLContextSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "S5AtmW8CYYBoEEoHx7MkO+WMeGXRbL0DsclPsGkz2NU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/SessionParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "zvTkJFULunkryL0IfTwKAnT64qVk5rx8+lEmzrVosL0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/HeartbeatExtension.class" - }, - { - "key": "SHA-256-Digest", - "value": "hi8+vG8ulWhpSKPNLht1aT8bqWl81xvVx+lXOAkk44o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcSSL3HMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "29O034DnDU9xwW4GOVORkoRRX5jOT4I/doMvoVQuokw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvX509KeyManager$ECPublicKeyFilter13.class" - }, - { - "key": "SHA-256-Digest", - "value": "IJPoxcTntSsJ1wg6P4W5En1dEYZxYxBIjrOki7+07TE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/CipherSuite.class" - }, - { - "key": "SHA-256-Digest", - "value": "0iwpT8kvMkxIm8AnLRFND0z2F8Ju1DMxis30g9fDV/E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/SRP6StandardGroups.class" - }, - { - "key": "SHA-256-Digest", - "value": "CY7CvNq3eh5dAhpM9drzbnpoLHdfRgZJL91ZpKUpPa8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseUtils_8$ImportAPSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "7xfMnaWnggiUQmqdKpIKpiykBtNGGweLlvI6kq5xECc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvX509KeyManager$DefaultPublicKeyFilter.class" - }, - { - "key": "SHA-256-Digest", - "value": "ihHQqtupxSGtsYtkJrGA92ftoNtk10s7pcx7v+tAGsI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseUtils_7$ImportAlgorithmConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "GqvoObWz7n61dya9v+R59zMqNoqI685YQjsO4gsl2Hk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/OCSPStatusRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "/f1QHG+175oEGvTbNoTpFeCzoWBJTHiX3HjPc4aD98w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ExportSSLSession_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "CibSorrvch3nYzwnf0fLRoPW0wFf9jsA50UZEo2oZsY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsRSAVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "+lTjEXD57OVS3a1zkpjTLOMgmYziLYVOjnnv1q2cyHo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/SecurityParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "yqD7RFLqEdwTD2b1WMBeNNGWt96L1uXFRDNH/tiC7/A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/srp/SRP6Client.class" - }, - { - "key": "SHA-256-Digest", - "value": "p0P1IhuHMmqoe/sTFBMDY7vltGd/vVNteUEv7Q9Er6o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsRSAPSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "OYr62fPfmEU+UyEjsr056+HnQeXW+wNYouYhQNf9jxw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsServerContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "YLyBH7BnyM/fqIA5xsEHGVuBIo5WbP0Oji6otIYVneM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSReliableHandshake.class" - }, - { - "key": "SHA-256-Digest", - "value": "KfOeUQ8bP93rQTTK/Sc1fGsq4eHb6/OQG8ACH3NCSRY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsECDHanonKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rh6wZ1PhoP1TvA+1R2DUG8CvDARt8QdI2764IFQAhd4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/BasicTlsSRPIdentity.class" - }, - { - "key": "SHA-256-Digest", - "value": "+73aMVMAV/OFQpvU2Hg/Bj1AFlP4QvoUgPeng3fP3VQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JsseUtils_8$ExportSNIMatcher.class" - }, - { - "key": "SHA-256-Digest", - "value": "DFeglKPGyt6GJc7iim4SzbyWwsFsdYw+ApXxukkWLbE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsPSKIdentityManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "RQRH2S402l4fUql+YZQlutM3hDB/JOy3kgq0RD4buDE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSession.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ms/mV1ztiwLsHif1NNpcM/tmujsypKgMZ+EnR6gwwOk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/PRFAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "ulx8kB++ZfbCxw/y5hJG0kjcsf6uvySjf4OtZPzhBzw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/BulkCipherAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "GwZHjAYrzRmfRVs7lYRo/kaQqaNjtVyxYv2ngKb5EqI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ServerOnlyTlsAuthentication.class" - }, - { - "key": "SHA-256-Digest", - "value": "EiaINRqw3P047ucx4x+Y03A1yJX3rxYO/icm9nfaGpE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ByteQueueInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "WVutuYQGZfx3h6NgbQSPlHqJAq4v1Sil10EcX3OwqSg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCrypto.class" - }, - { - "key": "SHA-256-Digest", - "value": "K7DIU84w87qPquVyZKxjVPkf3BQFB3kQovA0pl3Wxm4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceChaCha20Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "C8zBMPSWwnQFJl8XHnEMmBXAkyxvuEw57QdL6BJishc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvAlgorithmDecomposer.class" - }, - { - "key": "SHA-256-Digest", - "value": "CRolduHCny1MLGEJTkCro9NfYo6t8GYU8jUs+yNBjNs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceAEADCipherImpl$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "AzXgmDYM5SHeXeq5Ion4SDL+fS8+5PCeLdHXggILgqU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/SignatureSchemeInfo$All.class" - }, - { - "key": "SHA-256-Digest", - "value": "8wdFV3V9HrCbFf3xu/NrlPeHtf6A2iBASFu8RBkvvV8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsStreamVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "OXv9iHysfjZg9SwVadlmjuU3XFZMEt/kk9Lrv/F20ok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsRSAEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "M3gOaFCqyYSnEn/HQlFd6FFQAkGduZr6y3Z3BX3FekY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsExtensionsUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "J79HnJ6HBZ59NQeNgMIiZhhCZGysGuU1Wrg2y7SfltE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "r69uGtabL2Hl4hQqnDcQyGo8BU80731rZSftHYB/6sg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLContextSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Itpw/M8LE+coLkN5+XSiLa+o4lyN1TAvfYZm24AEOxU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketDirect$AppDataInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZM8yd58jY5KNn76+yBczZZadcQGaGJLL0jbbcCUqdgM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsServerContextImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "M/MoxVomIWvfcHmiVBy5oHwfeH8vFM3E675VQBFQbHo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "91Ot5ypBH6JdZgG2vylWlUaS9GcB9KoP/3oLkCnwQ9E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsException.class" - }, - { - "key": "SHA-256-Digest", - "value": "57QAcl5/wGGLNiksWms/zAS7qG7AaRYh2hk+5uas3Tw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ca/TSgu22HBEN+C11hjuGTZ1/ChgPxYyGpYCYQagbM8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ChangeCipherSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "BRYqDowSoCgxjm5VV7jnT9qEuQMRHU5Vb7cM8COgbag=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/NamedGroupRole.class" - }, - { - "key": "SHA-256-Digest", - "value": "/3lsYYYlqpV8qd6bTK3YaLMAvUUqzSUnrtZDC9B3iCQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "S5o9567HXSSiTlojAHVXmkzbubOTsTyH4MWcjjkSOPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ru6fxlFYhHPT9YlVHg2Mku3RE2eKYh+EQ4Hy7utpkQY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLEngine_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "X6zB2jTLOKg9+6XMQO+U4pNfLNneugz3yv3QO9gpP1U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsHeartbeat.class" - }, - { - "key": "SHA-256-Digest", - "value": "t68SKWSnHN9umrVdjuZYw1wmSCz6HOvOG3kRQbWmCrc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/SSLServerSocketFactoryImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xod7yg2OU4OtSDB8YrbwPQlRHdKqzAybFPbZq1K8EoU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsFatalAlertReceived.class" - }, - { - "key": "SHA-256-Digest", - "value": "0wjCzlH/yOKMr7yTjU7PUmuv3cMlHO/8SEb7wqEl1CY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcVerifyingStreamSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "EejPYNCoS3OwIqFdYjv43wKbEZtbOQL7inOKJeLjGlI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/AlertDescription.class" - }, - { - "key": "SHA-256-Digest", - "value": "zHJ9mNXSbW6HA70fTjw2fSoxglC2X46Mz5eoblo7FeU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsSRPConfigVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "MMiYOtW0SaVQR2UwhjTc8H798uBz22TwWjaDVSVaTAU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DefaultTlsSRPConfigVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "1oul5zPKpIxepx62It5yF6lwBh5DBnUnbc2ClVPkSZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/HeartbeatMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "An+ExihcEqhG4+CZuqXRr5kVVYMkjRVZFcjNFZLQMu8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$BcJsseService.class" - }, - { - "key": "SHA-256-Digest", - "value": "lKZV0H2YuHtyujjaWPmqjR36mHEdShL4T9U+K2nqwCA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ExportX509TrustManager_5.class" - }, - { - "key": "SHA-256-Digest", - "value": "BXUP6vMw3aa6tKcL/Jyccm7Z351UAJUnD4L36+LXeTw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCrypto$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rmp8UHO1QVdWRQIMMJpyznj5kr9zyQ79bVfmMdTxnPA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsStreamSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "cnM+JgmjSnGHZqlGhxutE5/99YcY26dBDvy3lAnLhfQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsPSKExternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "C/jjjrNYjC90Kmvnar0dvdClpXlswHTwH4fzLyBeHxk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvTrustManagerFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "sbz8qFhCWQn+tin0uYx74Z94e1wGkSnvtq7fInxNL90=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SessionID.class" - }, - { - "key": "SHA-256-Digest", - "value": "5vNy+YciR5s+GMmAPMuxCHgldZsJBIKMIlNkhFXBlm8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "AMU3Fty//bfZjJcklJngFeYflCt2ylyK4QwEO87DPI4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/SSLSocketUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "rw9Mjtr78IT7EgBkKMtlSdjw+rChNTDlJBObgLMvwbU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/java/security/BCAlgorithmConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "YmharH97jN/p+jRC0BcTtt1ByP16JxpkduTZcpFnUfw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsHandshakeHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "+Xonk7iiNiP4PydmetAkafTqFIi6XCZTuh515YjeB5c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsDSAVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "uguiKs6v0ZcBw/B3PXkMArEBVzfnHowuZdqCA1fq1qc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvTlsClient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "5jF+Sn9AT3RtEfT1Xuks9mhqVnGBIybGXiSuJWL3JM0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ImportSSLSession.class" - }, - { - "key": "SHA-256-Digest", - "value": "/33ZEdyXjaT2v7AhKy49Z3trOWLYV7QRaB3lL9+HCvo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TrustedAuthority.class" - }, - { - "key": "SHA-256-Digest", - "value": "XOm/oK/rZgYOIR2gmFm8CMmQ+wvaIPPueJ3adDcTNqY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Se55GD54uteaZYx3VxS922sgZf+ymBG/clv3cnDJEVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "gZhfiZdG3W+oVVkSvqjxNDc4/7GFsjBDLMbVvVYe5po=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvTlsClientProtocol.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xb1Sfsw0muU0S1iceHXxsprQ5b511nhUOq4FKXycawc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsServer.class" - }, - { - "key": "SHA-256-Digest", - "value": "BkG1qJlUXl7cQBst0ypPZ5AkUF3Z27HcVEiI17OpsEQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsClientContextImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "I3WoxA/waWFLvPcBfg2dgqIXZZ1W+/s7WWj/sz/30DY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsHashOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "dLDpqCXPMnHA4jqr3z/atitXFU/pgu+PN0qh/SZ/cns=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/DisabledAlgorithmConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "zUJvKw1uSDCFxFMW1oKB1G9FqIfHbNW414FXDyb+vTQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSocketBase$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "tA4Z6o/U4bO/xQW0bPQOMh3YWmmUMU6ZykAIxyInCOc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "eeQrtwcbO+UWHQvQP0sAveleEst7TGjtIKRYzLhOCZ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ReflectionUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "p7W9HiskRh3H0OJ4Luo+PD3o0HIzCuWJrE9zUWKBInM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcDefaultTlsCredentialedAgreement$DHCredentialedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "lL+qacdSFXgJ9jntsCQ66/TMW6Nmmc4FxqRmf/kXYCM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/DummyX509TrustManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "5IKhAx2CjvDlps+vehfJg6/GzwfkEXhJKhQNHQRuR8E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSessionContext$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "UsWwnKDTjX4Mr1z+f3ErM3CYclH24Kj60A+Uyno+9yY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/SignatureSchemeInfo$PerContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "a8/DDHnowHU8PifBXZk6vEp8tTEO+tc8UuOZC+fQ4RQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/X509KeyManagerUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "BVvZpZhJiJ5QbY+ObTZs8xUpw2NnXSGDXzOmHiIKpQ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsDHanonKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "UAy7CUb6RyaM8xC7BLngF+P6O+Bn7cDl/+7xEMS5lTI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/EngineCreator.class" - }, - { - "key": "SHA-256-Digest", - "value": "nE2s4MlX19sgg93cB9gUDZyVGfomjIhBgQp8ZqqWGLw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsECDSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "otCtL6S49J/FwKDbLUOWcnOWN7povi+zo6y6vtLW4Sk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketWrap_9.class" - }, - { - "key": "SHA-256-Digest", - "value": "XV+8gPCoCtCs1NULcULuOeMAu4uEAfntJIwUsYb2CGU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsStreamSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "pYjxrOJbGL4ZRG/ft9INEev6ydxzt34YB4rIvUcrwx8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "X5E/rSvGsoL74r7qiq5KJ3KI/WQsAvmaPwrvtO1DQpU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsCertificateRole.class" - }, - { - "key": "SHA-256-Digest", - "value": "JS6KauPLtKVv792Ptbrq4T0GofSaKRIJ+0P6nCzl2gY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvX509KeyManager$MatchQuality.class" - }, - { - "key": "SHA-256-Digest", - "value": "jTUIJYfjyH+IbFAjxvFfPZBYLjqgmx/4o7XuIKXV/9I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/GCMUtil$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "RG/pd1nJ5C9gnvaUTgZ+ftnahoyPYRo7PLPu+X30Q8Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/NamedGroupInfo$PerConnection.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z9/2TRlT4eeJ42TlxN0WGFESKwRZsb2iTKVEoTjxzTA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsCryptoProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "fRMOFHIphBAkc8QyDSx70QXvX/ePfSvwGz8kDWWA1BY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsECDHKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "xE2MAcM2ABCaAijQWJS5/WByHagt5tnDk57sQjOC8JI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsCrypto.class" - }, - { - "key": "SHA-256-Digest", - "value": "h0kxicAuYmKBmFShfTUEwnXhlH/Wjk4b02lOvGE2vE4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/RecordStream$Record.class" - }, - { - "key": "SHA-256-Digest", - "value": "fGs0rh9qEPDGwWPFxznRSJSM95gHzD/4HbcfZ7HNOck=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsEdDSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "zXmSooSwGtJHnfInPWBU7wkmIzgRwHii3UofFQLvM5E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCryptoProvider$NonceEntropySource$NonceEntropySourceSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "BZdZa8EbN9w5rLWHb/0CQk/m9Eg6w266NqeO+WqQNIQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/PRFAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "uGB8AAfKTGemBdfcwNNfjKnm8ATYpnVxG55SUgo5zAo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsServerProtocol.class" - }, - { - "key": "SHA-256-Digest", - "value": "9rM4Yv5c49Of8hYmCJ6ORY9IWN/eoDaiJ7/tsvljj8Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsDHEKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "dqU6s58iMvqaNa42XaPiG8WTCn+s4xHPjWh+UDlwynM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ChannelBinding.class" - }, - { - "key": "SHA-256-Digest", - "value": "W5uNkemptoC4pvmfk0H7kfVHVCQ/HZ434THJW8OE6B4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CertificateVerify.class" - }, - { - "key": "SHA-256-Digest", - "value": "/aGsZcdRHt7PBJzDgz217XRR3yDfhTBlGGJGXKOggik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ECPointFormat.class" - }, - { - "key": "SHA-256-Digest", - "value": "L/FhPxFP0EnIWahUAK7dVA+JfjQOBWP0unsHTdThdLU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsDSSVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "gHVBSRtuNXJTJ6xgkrXv+qnaSxyhQTYd4/TKH0xVtmk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/PKIXUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "M5arj1SdL2LfokCPIv9k7zAilgHlPfRDr8QvxM4bOAo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/DefaultSSLContextSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "pP2hhyn1+QlYpjgMnQBBpvQgzXhhcDAzWUM6T2kCnuo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsRSAUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "X80FjkLIcale9wG9IFyEPD+ngLGEboByfCy4UpBq0A0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/MaxFragmentLength.class" - }, - { - "key": "SHA-256-Digest", - "value": "7quA6LOXGLxjTnmVoeLpmAVQx2La3Pmtnr/wXEJ89Jc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/UseSRTPData.class" - }, - { - "key": "SHA-256-Digest", - "value": "EQWs1H7iQ+5vRH18c3fZeUGxroikDim6UpuEWMsoThA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "zyTvbaGOhrQyadUKerh3AaxKZQe6fLON7RyBUhMUuuw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvX509TrustManager$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vMX5DwWWRXNgP7yO+byZVp1MwFV+5dKtGD2J1b98stc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SSL3Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "0no/ZAk76WTV6zc6HQKxYKQi9a5UQxQC4F0DhreCeO4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsSM2Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "VF6V1AydZS65W+ovM16j1RHcZjPEKdCzMtF9APUgEso=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "vvuOLoiPlBjum7EpSMrtA+ywTrYpBklN8naQiOmn2dA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/Timeout.class" - }, - { - "key": "SHA-256-Digest", - "value": "x0L8heNsDrnd58LA09Q5RrFXvkEcovIRYDhcAr+PF0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSessionBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "iug68PiJUsFHgl4Ukd0t3vT6Ii8QLnFMDPnrgT/GaHM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/HandshakeMessageOutput.class" - }, - { - "key": "SHA-256-Digest", - "value": "SAyUO4qMupgSAiAb8gXaZCWJdXCOlJbC9WLOlb9M5H0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/IDNUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "1UP/rc8irUDp6K0qp75+uFwpiX0J/811UIEG65IlHAg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsSessionImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "fzost3ePu3QCCQ6J9Tdf59hzm4UiVcu4zZ8JjfLuDbI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsECConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "KScetk72NUu5VorTMIFndRccpcdwYZrmaG4jkSLXbgE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ReflectionUtil$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "p153NMyNHjDhmnlq7/J1a0vEby0K5CZfiHcdqZ7Ohhk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsClientProtocol.class" - }, - { - "key": "SHA-256-Digest", - "value": "HYhzTjNt+Xphb5RVzye4MlYzBEHoza4DSVX/fOCAVmM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsClientContextImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "cJZmuJUMIhZ0xervWE3HbSIgZLPf6xd33d5KFkl269g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/TlsNullCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "tQlraprcxoLV0O+GW8UL0z8n5tOfyEI3MfZbQQWRS9E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CertificateStatusRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "IgGuUyiPBndHXSzULJTWPnJw1E96F5NXiGWDwpzWub4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ClientHello.class" - }, - { - "key": "SHA-256-Digest", - "value": "MefS0L37TJKoqfDqNB9GfxsUXsPYosXR+QTB9eKjBeM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DefaultTlsHeartbeat.class" - }, - { - "key": "SHA-256-Digest", - "value": "prhpPxZfhgDGcyXyOCSMUJsdZS9eUE0/6xy3bij0prg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/TlsAEADCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "HRfy8mkfjW0CT1QbWUJ7iBE+flVqb8+V1I5OBUOJ/OM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/java/security/BCAlgorithmConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "AZpyBNfEoYsdUMl5bvU/uKVw1Mzmu0bLkizctlkjQ94=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/KeyExchangeAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "sO+dANAxzxY/mevkumOxinPIQf1eEBMI7Jkc+3Zossg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/SupplementalDataEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "WRIW+Zuh+Qf2z6bvH9uWonbQk8W7SAGXn4rElcruHdM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/CombinedHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "kncGYUbeAOs3NdwjfJ6NXFMuFW1qHjbAJk7In78rRAY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsRSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ds7eBeoaFjDBZuqrNmaoaf3SndLfFzS9FeXMlgzS1Ro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ServerName.class" - }, - { - "key": "SHA-256-Digest", - "value": "69eY55HeIZ5SPYrw+uhYdSUKKJ9ADbqzEUXtUs3YEmY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ServerNameList.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nk6N3Fqv4GQMhbNX70/5TatKXbqSiiJlCoOFRLECQLw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceTlsECDomain.class" - }, - { - "key": "SHA-256-Digest", - "value": "C15dfrPWsoLMHjYH/9oh39LVfq3kXcwGvwWAGSlGW9A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JsseUtils_7$ExportAlgorithmConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "fFX20dMixXmXVIQvCwqloFXepXR5sUWwToCrmkiuVUk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsClient.class" - }, - { - "key": "SHA-256-Digest", - "value": "bLJ5W3P0t5i5r8FAVmwW5QYCwz5oNN3sTMlxU8GorMc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ExportSSLSession_7.class" - }, - { - "key": "SHA-256-Digest", - "value": "zYz7SOVykOC1F99Jzz/VcDQRAvcD7VGNxvRTrlUYF94=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/util/SNIUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "sufj60eWIURF/xMOJvEVhYNBSTQS9GyrOg45SKXaEkg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/CertificateRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "/qespOfqxLZt2QcKsxIX4OkRh1Zida6i3yHafpE6aMs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "r1lxVbiq3GzJN3MmdN4EK2VNobj7MgexAdXxyj8/xzA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZxxpjthS+cnbjnUz7PpP+0/DuzAHRyV7F+NeCIJtve8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/GCMUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "16LmVOHiYFYLK92ebF0oeN4GPyKNDdsjLlFNr9D1i3w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/DigestInputBuffer.class" - }, - { - "key": "SHA-256-Digest", - "value": "GpY/Bbot1qVGUOa+A70TKx3nXaZEyhjS2NWHv6svKKY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/util/URLConnectionUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "yiu1XGVGAYKqz3OI/mqtyEt/U3GfAj1gKqbxtGf8M1Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/BCSSLConnection.class" - }, - { - "key": "SHA-256-Digest", - "value": "AdHWDgrhT7dhkd01QWVpjDBAI9AEPCR/c0GsJHPxV6I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceTlsDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "/RgFGr/PeMqxTFCAb2yeSawkeOXEFqoh0qq/93ePTbg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCryptoProvider$NonceEntropySource$NonceEntropySourceSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "kg+9tNgOqW3i4BzP6KzbbxMsg8RbCd5+MHMFyjsCiJo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsCryptoException.class" - }, - { - "key": "SHA-256-Digest", - "value": "taOWClPgMt523ngWf/1+4Az8Y3gg6LpP6/cwy4hwrXU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/TlsImplUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "ri4k1Lr0o5ILAopnVgxTSfdY/tGl6cLtLAAQk9gfN+U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/SignatureSchemeInfo$PerConnection.class" - }, - { - "key": "SHA-256-Digest", - "value": "g8AYcwDCQThkhLYTCXZSbIiZcFm9YG1VvzxjvcsKSoI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLEngine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "fYMwaaXM901hr6GWzY5AQ/t3ASnE6nHCZP/43qVcLFk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsDSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "WCeVnQQ1447DszC4HhIW+LLpTG5DykbGMaXngNAK5kM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/TlsSuiteMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "9sk4hrL+KeANFUE6fmsTgm5TZMO2bEfMt/6cGWzzCiA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceTlsSecret.class" - }, - { - "key": "SHA-256-Digest", - "value": "wuWcMCF6lRN6HJbY8R2M6j0HlC3DBNHvfRdSZtbtC/A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/SSLSessionUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "gztNq1VUiXDmAr/YMmMy8MWH13+eeQ4Ybzse4FeIg/I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/OldCertUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "VrURyxD3ffe9PLcH9IIoBlVoz50glRxRXHnlaAS2hQI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ImportX509KeyManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "KsSN6h6hsY0v88U3Q4FobuYyxMhvgFK7WLPgQ8/D21E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ReflectionUtil$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "EeLBXENN4Hu22j5n5zNxkgbRzwjbEj44JXuZzXYA2xE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/RenegotiationPolicy.class" - }, - { - "key": "SHA-256-Digest", - "value": "YucQJWgrD1rATCeNf/d7L9pEj/cbnwgG/10Xirjqqvo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/DisabledAlgorithmConstraints$DisabledConstraint.class" - }, - { - "key": "SHA-256-Digest", - "value": "zCN/ItRhWvSDBiH4hQqABQ/JgSDTCQn/K9Zvjn57GOc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/DefaultTlsDHGroupVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "YMChzLGqj4hfBW+OJHxPJ/mYZHL98ekuEyYOIsWiS0g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvX509KeyManager$DefaultPublicKeyFilter.class" - }, - { - "key": "SHA-256-Digest", - "value": "zdWrn6k13LbeLmYbwvlnKXPCj6qMxLDUway6CIlUzdg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLEngine_9.class" - }, - { - "key": "SHA-256-Digest", - "value": "8UrA6KPDJ2baLP3D/Jkr/StJ2IY0U3ubw347Qff6qaE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/HeartbeatExtension.class" - }, - { - "key": "SHA-256-Digest", - "value": "VDP4H2HbHkKXeUa2Uz/PlUnBnta4U6gLcFK8temRA6g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/PropertyUtils$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "+Q4s27C34HD6PmGhWoYOPdByGiNkT3tK1tzmCdQzbCw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsECDomain.class" - }, - { - "key": "SHA-256-Digest", - "value": "+GyxIQEaYYsLT/3E9XUolYWTO6+l3MT1LcZRYp2UvkY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsSRTPUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "wwtxIFu3RC4Yt7v6QyKEuCZeikuTq8R7w4Rle0i/R9M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "XonYZpeNMXKL1vl/luT3UGZ8gfRM3wfTHJI66ez+uO4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaSSL3HMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "UVILZv/4X1Ro94kRBL4280wthHSB4ExVTZTRd3d1aI8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/HandshakeType.class" - }, - { - "key": "SHA-256-Digest", - "value": "KXfpmR5QYqG91oH/rA70w68gGImirEhZpu1/QZV0mmE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ByteQueueOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "uTnEkAn0YCbFknyoB17WX6TF3ImwdvY+EN6LLfgQ1wo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CipherType.class" - }, - { - "key": "SHA-256-Digest", - "value": "iwCOwG/n/VFnD73D+nKpXhxlRJpeqVhkOrvNZrNTFIc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSocketBase$2$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6vWGOrb8JKQAsi2lJnsJfkC3AoND10Zpaeg3yCLMYQo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/BCSSLSocket.class" - }, - { - "key": "SHA-256-Digest", - "value": "QnDFM6pHy8TpAcfl9quO0XkKJ0NPxTCjwK5VC+fPbRE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsPSK.class" - }, - { - "key": "SHA-256-Digest", - "value": "elRkpKRyi6OpCC1Xuf6h4AoNaXhaUhdLwOHa4HMmCBY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceTlsDHDomain.class" - }, - { - "key": "SHA-256-Digest", - "value": "4qvPq3Vzzm90zvCg0H5oZQD63BadpkGCtbmk1SsG9pc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/ECUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "c78pImc4nVXpWAWhVidxxYCgXB+Mk3bDsF6DtxfpGIg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DefaultTlsServer.class" - }, - { - "key": "SHA-256-Digest", - "value": "HqNOoT1WTzn9ecU+NNUyvAinQnWYR5+JNs8hVPF8KaU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsSRP6Server.class" - }, - { - "key": "SHA-256-Digest", - "value": "cyCy6HM8hdP4RsQcoy3Z0sh6GN+rseYS2eGTa1SoImk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCrypto.class" - }, - { - "key": "SHA-256-Digest", - "value": "bhGhlRMKUxvSq4VuKdME6BOdvHLdW/XiGeJZfRwY3aU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/IdentifierType.class" - }, - { - "key": "SHA-256-Digest", - "value": "bMW9Fsojrnb15w0m2lzvCdbUearmivbSzbqFi+Ldk8A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsDSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "v7aZmH2zLq7NAvJyiN11xze8et1B6/JiXogHqMEC3WA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsMACOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "igUrXjJn+QKFtR2Ot+iLYlb2lXn/s5DRI9HbxLa0hvk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsDSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "vGi7IhGZ/4AZ/a8f4r/1uXZmOQ2jlOZVKnuCjh/GDbg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ServerHello.class" - }, - { - "key": "SHA-256-Digest", - "value": "p965qtaSiBdIeexTvkYbGP920vEVqtDOlrMHzKzy9P4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/OldCertUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "POWcOn7FdTbFqcE0odOg4isEQRKzzFHV6nUXRljpKik=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/HandshakeType.class" - }, - { - "key": "SHA-256-Digest", - "value": "mSUrXIDrIBYNQmjSicAksjHpD5nL1wjkJlfhdpa0zC8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsCryptoProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "8v32kh+1D1rlE2C471gLdtTqdACctvgmSWZsOTZ5S+w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketWrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "uVhfEufex5q5aQkLS650vqlCemqwNv6urQ73X8ZoJHs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "qChGe68Ys1nK26FBzgbfxieoQkjPDO6cuJAIwacEu/s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsRSAVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "oEP6+tQYk3sYPayy+yuRqtaJkLaLroNR3OQOmbS6o+A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ExportX509TrustManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "zQ1LXsZBLNx0JZ/JT+1z5a/jYoiIVjs4dJVnMEB3L3I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvDHGroupVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "lT7lys7mX+xhutMOd8/J0+BKgOrVqDHAexAS0OGbeB8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsSessionImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "r9XeKNSQI0a0gj79Ei1vYmN66xU3n1mg2UfUF2nYEkY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/URLAndHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "mkwsE9NIli1MuKA+2QQc9GZLkr55KCCrG+YXmvxLQRA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvAlgorithmChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "0lQOxy0zDA4OSCtc1E8KLWJUxIBchrO3eudX7uZnA3M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/SSLParametersUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "zpRgGgK/varXLhA1YlQfN0AIDDHgzEU1L/1RTK3vDpw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSessionResumed.class" - }, - { - "key": "SHA-256-Digest", - "value": "li3CKXJBnr6d3o4COmfU/utjERU1lP0GNYIWMOR1MJk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/PSKTlsServer.class" - }, - { - "key": "SHA-256-Digest", - "value": "qd4mLwXEEorU1Nbs+4QlQi16ShuSVgi0HnC9tizvj0w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "sS9mJfhwwM8+5vrKl+UWiraqAYgC1fBCiohIHdUsOJo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DefaultTlsClient.class" - }, - { - "key": "SHA-256-Digest", - "value": "Emz53912YdflavAQ9TveeLy1VHTMsJmpOMXRNBzpXBU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvX509TrustManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "cZcfW7K6FbtF47Rt2cMDfRwLD7hBsYWYX7BdYyCi3/E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/RecordFormat.class" - }, - { - "key": "SHA-256-Digest", - "value": "T/d4kvuqTF0Lz1K6mn3CMO9muMnvjbRoL21hETBNVlg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsRSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "U7N6Z0MH9SvVx0+ew5jMHpG2USMekAaqMHaA1eOHmbw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsECDomain.class" - }, - { - "key": "SHA-256-Digest", - "value": "eaFC8vQGE2QIw5yAFAHsfFK0xXb22ZUVfQ1RY++gKHA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvX509KeyManager$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZT8vBktwB75JpOxdh1I4mxe3kYkzsOihwg5qeQ4n8bk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CertificateStatusRequestItemV2.class" - }, - { - "key": "SHA-256-Digest", - "value": "u76Gg9xkkOOb8rSM2xuOgbhSr7R6sPmcjkUbDtb0cXQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvX509KeyManagerSimple.class" - }, - { - "key": "SHA-256-Digest", - "value": "hh5NqlOgNvpoJIsVwrXmm0dyEGubS6s5xZL1RL37PXI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ClientHello.class" - }, - { - "key": "SHA-256-Digest", - "value": "AHbfLelEMoIkCpZ5Pr/w2weby90oxnfC61lUVOBBZYs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsStreamSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "L8TVWQ6Mc9+aaki0XXOu3MSeZxpE6k+Rxulv0/cOEkM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ExportSSLSession.class" - }, - { - "key": "SHA-256-Digest", - "value": "/cfaLZ9+3h59/pewd1V2di52avALmKqVDZAHgr1bjNA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SignatureAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "raWHn9Nul+wLOjws2BUg7C1vqZwfY4BZAQ5B1jdll2A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsRSAPSSVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "ph3Ipd/21sNCDNaJZpy0X7+lL3VInXQd4jClbYwgj88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsHandshakeHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "v4DLb0hxjqZpGlaJSXCYjyCsgfH/GnMAuYAUEmh5JAQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcChaCha20Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "t+UyD2SgChE/h5Ejj4m9tygbY4MIYCwf/gL5i3N4FbE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvAlgorithmChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "OctdXd0AI9sdktiOR1ztmwZDWZ4evgyMe8fRYyRuZOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvDHGroupVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "4DG6HvqNBCy6Ra6T/gH/UexJGCyybJa2vIuohjtvquc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsDecodeResult.class" - }, - { - "key": "SHA-256-Digest", - "value": "IwDzondbS4/TmDTXBwskojvspfNv0ecajw4lg3B9jFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SignatureScheme.class" - }, - { - "key": "SHA-256-Digest", - "value": "EZQoHhUa9+9Oq05L4KpFdCGY8Eiik+v1yiYDiItt/B0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/BCX509ExtendedKeyManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "P0Dxth9ZSFSEygKcNj75dXZMRNcCdkbCOY8jyFG4lsY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "oirCsLJN+qCr2ggiN6aqFg8Zo2iq843iDe6STyIUWbY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/NamedGroupInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "2T2Ushqs/eQByYHA6CvRRwXhoSup6dCGf9TX2wiDSVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ContextData.class" - }, - { - "key": "SHA-256-Digest", - "value": "keRcJfjDD92pfW+HbLT8xdgWm8NzYJtfOpjxkkRZ9dM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvX509KeyManagerSimple$Match.class" - }, - { - "key": "SHA-256-Digest", - "value": "JjkwrOere7KnCZGX9W7/mKU6FG41lBCNRkutViJRGIg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsSRPKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "FmnN6ZknEvUgsoo5W2TsVWlATDyjytO+SCvt6WAqFi8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/PropertyUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "TtzDjdimm7SbGE1keiSCHHvbIk47Ggu73dpk5scHBpU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsRawKeyCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "7cGSMzTQHYjm0wPu564Sxp3rOL9EcBdDccYcU+4Nen4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DefaultTlsCredentialedSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "HfoJOA3+Kb3faYRb+gM4b/iaNu0xlxw9bZWj7VX7Fuk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSessionContext$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "DUJoG1Uu3uxJ5k9WgomCl70sKOquICMlnKyXwYgWjNk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvX509KeyManager$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "fGUMH4icE5id9xpMNhbTj6txJ0zyEbopiBId6+gnQPo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseUtils_8$ImportSNIMatcher.class" - }, - { - "key": "SHA-256-Digest", - "value": "kkuCg3nnjkLZJ3jHnBC8kkAisteAWnS7EJxgTTo1Ivg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/SRP6Group.class" - }, - { - "key": "SHA-256-Digest", - "value": "wWbRudTqFUc/CBRDGNykEyXrxdP8G8O54kZIvqztmlc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/OCSPStatusRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "OABIUKXjn8qrRvsMHkDDywAkbIUibowWbItAZTWLSaA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvTlsServer.class" - }, - { - "key": "SHA-256-Digest", - "value": "NC1cn+1M04m+v/rGiB17YpGfYYzvq4K9MfeWXPV/dBc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "hTgr2Lv5566qWI1iHXia+ftdhSusSZ9dl7lFR26pMd8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/DisabledAlgorithmConstraints$BinOp.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZdHh2dfNThTNMId+OKEjGxSMvdEwQfVR8gYdVbZKx9c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/IdentifierType.class" - }, - { - "key": "SHA-256-Digest", - "value": "7/pwz+oDgZr1MPqjFSeiNsNjGipucCFBiphjnWmZCMY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/PSKTlsClient.class" - }, - { - "key": "SHA-256-Digest", - "value": "ew0fZot9pZNJ07r1K8ofjg1PxBkCIJfGgGS7ZQrkKLI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ProtocolName.class" - }, - { - "key": "SHA-256-Digest", - "value": "bn9+XPIgUu1q5Bvrgm1VmXBbvIcnPD7oYEJnK3RkotE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcX25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "UcyAmdvuilw552x6BZu2deUhUJBtE3Ss6IwjVMqDmx4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/BCSNIHostName$BCSNIHostNameMatcher.class" - }, - { - "key": "SHA-256-Digest", - "value": "glWUTMVPmNhjEkZM24DwWTWwi2Tr2qbN53kQ1zQiocU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ImportSSLSession_5.class" - }, - { - "key": "SHA-256-Digest", - "value": "lu0Vej2RL/0A8ZXAOtt3BqJQojOgUCX9fjnlntVDHu4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/PropertyUtils$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "iLhiKtnXG1Ns8FhWM5zpKqi0+Ul18BL/bMbijmwsUU4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/BCSNIServerName.class" - }, - { - "key": "SHA-256-Digest", - "value": "H465Pa+seZldgTKEO3v3TWOpH9tmITZQvJksxRTpUgs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/FipsUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "pJN0MXriX2E6UKpDu9YV6nIN1HIydGLzUkoSsFRxJog=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLConnection.class" - }, - { - "key": "SHA-256-Digest", - "value": "4JipxvqTNSLSE7QE00FU7KNgehbDpSrBt2MxCdV3CnI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsECDSA13Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "dz7pgD4BOhtPD+GxRYCFpJgtxauMVBq+fG3tet5+lWU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/Tls13Verifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "B9rn/C336/m/RVHZbGMnwhf5aNBvaXZ4mNx9gM3gIwY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLServerSocketFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "FDzuY+WgGzslFOjZRrp+cErJ2aKii61662LB0TYk8/E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ClientAuthenticationType.class" - }, - { - "key": "SHA-256-Digest", - "value": "K+N3KRM6tQFl9L+FVPfmum7tJy31o6JBKyzVCCu0PUY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/CryptoSignatureAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "YjC99V+jq1JiYSpogDqk5/ZSN1Vnl3qxWYD971UEbcQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceBlockCipherWithCBCImplicitIVImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "0r36eD/seYH4Ln0mEFchVsT2VvGqTTKhNk6PHojBmeg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsSRPLoginParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "mAkFf3QDNL64PV1TN9I5F062wDYmVlQX6NLwqcCcuZw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceTlsECDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "WstON3BIrqX+cTDei7Ay1NDqnI/hpVnveCmYfc09Z4o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ImportX509TrustManager_5.class" - }, - { - "key": "SHA-256-Digest", - "value": "D6zBEEipmNe6aBdVxbHDLXshVImpoS+kTR9i1R22+Fw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsServerContextImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "i8zbeO5+boclpS7siz9DZX2oP66SU0ZqkvBtyc1Ep2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/BCStandardConstants.class" - }, - { - "key": "SHA-256-Digest", - "value": "u8PHR7KMMeaTOfPc6ycqXOD83u/VWiv36DGNvqjx4Zs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/DefaultSSLContextSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y2yrVMcz0sbb466J7WZsmibtVBn3YcgxWmqvTtWlj/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/DisabledAlgorithmConstraints$DisabledConstraint.class" - }, - { - "key": "SHA-256-Digest", - "value": "JglS8UHccjCTIaf02RoAeN9omkXqG6wkXPNtTTWNyow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsECDHKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "hNDuOUCHkwvD0DGjF6PpRHmbO8D2VdXRLWDYjjqxmV4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/AlgorithmDecomposer.class" - }, - { - "key": "SHA-256-Digest", - "value": "pdjuO7pIhRvJD0QNtLOmLmqMBFbnzu5sq4Ovm1oUoE8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JsseUtils_8$ImportAPSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "C/u3awzgRCxmF7VRi6a1kM85XFfBEK+eqNolE2t1Adw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/KeyStoreConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "uO/Fqmi9QsdFqL16JxwNDvkkYBo01RfZAaPFRtRSMYw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CertificateEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "yjYjFRnZhRnSNRn+kMKDyNUZ0ISZCc2VYPzclIh8kic=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/SignatureSchemeInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2ZJYzUpQF2vXCQDMYFDjbyND5iLXI2ZdLPdsN1Ye3o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ImportSSLSession_7.class" - }, - { - "key": "SHA-256-Digest", - "value": "JOzt09VkjfIHBMfCZtiLk6suStIBBPzKSx2d4nOZdEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/srp/SRP6Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "t72Q72C/9RgfnDJMrli7J2/VE8ejFx3QdhkgK8vsre4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "eyJo5nLUb39iTQPo/YnNNyMx24ZHe/tHMbgf7HLyzDA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/util/CustomSSLSocketFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "9c12/JFvCq13Iog4N8PwZ3MXMaNK3OWeZQYoDd0dsCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSocketFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "TZ9jFxdvjjavB0H0PvOyYB+jeHSPhh9w9pR4to9udDY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketWrap$AppDataOutput.class" - }, - { - "key": "SHA-256-Digest", - "value": "qrzpOhcBLxY0dfSbKHZICF6PoIqcWeXplpIzjq3UVPI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/AbstractTlsSecret.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yax3kAGMIvJZvu35ZNdGanB1baWA7DXGGtQGK3RtivE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsPeer.class" - }, - { - "key": "SHA-256-Digest", - "value": "iIY0I1OduBFCQD3vzVEgNKW0J6ZUvc9YEGGB+MvfdOM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/AlertLevel.class" - }, - { - "key": "SHA-256-Digest", - "value": "0Ar+Hjiz6F9uTHf+SUhwZdn7rK/ttM6/6yuSVm1OuG4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsDHKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "C2hSxwpJDfO1rsoHBVoKbS4biKIBmAxYikF4mNR8ITU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/GCMUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "yMTcyDfGDqlr7XW5eaK2QF68Hb8KVdPAt+DUV1FSB/0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvX509KeyManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q91LsrDgigmWDdf4NJCRIZDVtAykPfp0KJJ6gFHYuU8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsCrypto.class" - }, - { - "key": "SHA-256-Digest", - "value": "nfAvGffdjov5YsKuXaOHKfJ84bS/RkhbryrGelYyJfo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/CertificateStatusRequestItemV2.class" - }, - { - "key": "SHA-256-Digest", - "value": "irzJ/p0kIA7QrzBFGIJfYfXDeUdIqfO/djsP3JYq8w0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceTlsDHDomain.class" - }, - { - "key": "SHA-256-Digest", - "value": "V9ELd0JbOvQZKNJ/tMwhONCaSXUt8/PKSzWLnDR3+6Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsServer.class" - }, - { - "key": "SHA-256-Digest", - "value": "bCmNcp8cMpaUlxv0sr82loX2QfW5zAgGcXAjomY0ppo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsNullNullCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "lLa9B6/umDqunIvFPgDazBx13fY/Mac3cX9YGf/u78M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/HeartbeatMessage$PayloadBuffer.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fem4ki1FWyHroHdckCtH5AQmX7UIYe1iXj9cvHf27U0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvX509TrustManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "+Jj1VQFIIZJfoh8M+MXoslLCzJJxUEQwT3hVbbULA5I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "icsKmhnQZEf2DJ6YbuvHhtVzYaigYXqxF7t9EflCTHU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/AlgorithmDecomposer.class" - }, - { - "key": "SHA-256-Digest", - "value": "jBtNqDePp2MwnNyPmkyJU0S588jhiH5kE55+yv9zGyc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/RecordStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "w9zX04PYubFUZhOZ7QHfZFBjGuq7+spCALtni5V8hJo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "gvgPud3Is4w+iLhHFVsAqu16j2E+7figQGOH06mijnY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsCryptoUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "zz40OvayK4U0jTNi+rCLjMuVRoYTb5X5Qt/ath3IG0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/NullOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "rh/VduXetdOgCy3FzyAG/RXZd1j/oRT4XAptFReLUFM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/DefaultSSLContextSpi$LazyManagers.class" - }, - { - "key": "SHA-256-Digest", - "value": "8pG/bFc/88cHaOwyZ8c8kEBYL9CMYsFIJerR9ZY23y8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceBlockCipherWithCBCImplicitIVImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "9wqLWl1k8IuyfH/LK72FV+OsgAH+yYjmhSbvnoy/C3o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ExportX509TrustManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "r/00g4SSp09DQf61n2cTyETKQDlG9Ch3TiKfhHZYnoQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsFatalAlertReceived.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sgka1VSu4Wup/1xuMw+G4lg32eF8rEzi0z/gygO12zs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/CertificateStatusType.class" - }, - { - "key": "SHA-256-Digest", - "value": "FoKsLM4XvNhkDS9YR01E3YUltI6WeW2RFQGXutz4kos=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ServerNameList.class" - }, - { - "key": "SHA-256-Digest", - "value": "c6Dsd3AemjNb4Q3XDiP8O4kEfYKu4bF9g0RwiwDJ5QQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/BCX509ExtendedTrustManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "XYkdSD3BGUMxbY8k1x6/G1T6Fn1tBQfM3r4jvnakUyU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/CryptoHashAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "yZAEVghx8e9BSkEV40H/IIVKCiOFQfuPAW1EityLhHg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsCredentials.class" - }, - { - "key": "SHA-256-Digest", - "value": "xoCBppkjJCXsCJsf8kPwmeU2o75qUcdORIf6khjNk10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "2K69fObBIPWLehNBXqDdg8vPMCQh+NbhL2F7gtvEJ+o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/DHUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fi0w2GkoSfrjiTOiqN7M3BJPjtcW+pzHKbAq7XPDpeM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/SignatureSchemeInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "hjwOlaMjkwrFIgXLUyq51yGIRtX2LhdkePmRWHkzx5o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/NamedGroupInfo$PerContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "5iYRjxUsPONSzmQImHqP4BVSzrKWYC6Boh38bg3w53A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/AbstractTlsSecret.class" - }, - { - "key": "SHA-256-Digest", - "value": "rHFIQ7d2oCvHvbORJXP0e/ov9Be8zIZfjVyCE8MdXqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsSRPIdentityManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "UhDVO0sy4CzEikIuw1SY+1Gh9nK3AfMtTc13X5L7W8w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/BCSSLEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tw4LWgtTErAqlqN/SgfRhfh2zQehwMn4NrNbCqjMoFg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsECDSA13Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "qrJu8JMtvHp7mz/bz4RMVMK7ZPCICA/UjxqccqKPkIE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ImportSSLSession_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "bq/gQik+jKwDYww9R1onYDjT9fMHOyOOO0YaiVbgY1A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvX509KeyManager$ECPublicKeyFilter13.class" - }, - { - "key": "SHA-256-Digest", - "value": "1OQkMaLQLt8AFW8ZajUWFfghIZuFbZUhlUp9T5hjNHc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/BasicTlsPSKExternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "4EXgxw4s3UNTxpzlvFdrQpfBfaK7/WwQzk0F7BFV2Dk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/HandshakeMessageInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "JX3Ciu/M/f8MEUWzmpg1UEMLOv/zcfXRwvZZFjnkEZ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCryptoProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "yoZZzedeSTiamCy8r0t6GmPuHy1r2sLnpf9Rk4VlpNA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/AbstractTlsPeer.class" - }, - { - "key": "SHA-256-Digest", - "value": "bcqXTtzrYLi339QbYJBSS9p24/RfUr5Wpwcz7VWhbJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvX509TrustManager$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "B6gRdxFKbt/35aGlDGRr2jUZc9TqNKKXQcTWcdxP7XU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/HostnameUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "NMqgxlPcqohMuuUGpl23vbscl/lWBtvjlpT6cm0v4K0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaDefaultTlsCredentialedSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "hm/GVumefn/O899PSdZOV7m0h2jdKYUK8qaqrJ/OJBI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/FipsUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "t/TqLTHEdN4gxzYjK9wf9YgfYcXTENAs9U+SUmjmIHw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsECConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "es8iBJh2De1126g185qaxxhKzkw5nTsXpQwOSFLOC5g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/OfferedPsks$BindersConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "4T1iIv/DJlfH33h+gdu4Rj/7HesWUXaJSn1yEaKyKLk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSServerProtocol.class" - }, - { - "key": "SHA-256-Digest", - "value": "u/qvcDkDAfOaWcKfD+PpdBx8KEEyGvD5kmM33y40Do0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsECDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "i+cltzJbCsfEbdo/Iyg0dG920vM6DxTLTXFSXb4kR6I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsServerCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "lF/nhh3Vmj2NzNta4DF4vzTfaKEwfnA6vfwkyejulPU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvTlsPeer.class" - }, - { - "key": "SHA-256-Digest", - "value": "uYaoCxR3oU+Kxk5HIXQq3zVM+gSzjSkstWHcGByZqTo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsClientContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "a0O8/gQQJk26P+pTU48Vj8jy6A2zL1OV5JfiWtNQIgg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsCredentialedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jv2XxAbD2vckJbNdYKKPpbWJw0jRIXMvHPu+mOcr0NE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/TlsBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "U/c0/Tq5Ki7fmkLsIrVXbZsToQixK5G1uScfhpDDk44=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SRTPProtectionProfile.class" - }, - { - "key": "SHA-256-Digest", - "value": "6IOIX3GqR6QZLvKRtNuUlRK7TCpFaF57HHcefxKqH/I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/CompressionMethod.class" - }, - { - "key": "SHA-256-Digest", - "value": "VX/pUnwTVlVIW7jt4QhlHPPPDNjDoeopE5xvpkv+g+A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvTlsClient.class" - }, - { - "key": "SHA-256-Digest", - "value": "q5vLBp5i3hyLCxBsttDgotIr/iIJ4W3EEpUmdP/Se4k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/DisabledAlgorithmConstraints$Constraint.class" - }, - { - "key": "SHA-256-Digest", - "value": "MUTtUh590/EXU+1SdA6dZBpQ0P58c2k4pl0jLqL2+24=" - } - ] - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "e6a13dcb064f73b1d8043a5851d7e6a69f6cfa6f" - } - ] - } - }, - { - "id": "dabf6f4b4148887c", - "name": "bcutil-jdk18on", - "version": "1.74", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcutil-jdk18on/1.74/bcutil-jdk18on-1.74.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcutil-jdk18on/1.74/bcutil-jdk18on-1.74.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:bouncycastle-org:bcutil-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle-org:bcutil_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle_org:bcutil-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle_org:bcutil_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.bouncycastle:bcutil-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.bouncycastle:bcutil_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcutil-jdk18on:bcutil-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcutil-jdk18on:bcutil_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcutil_jdk18on:bcutil-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcutil_jdk18on:bcutil_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bcutil-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bcutil_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcutil:bcutil-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcutil:bcutil_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.bouncycastle/bcutil-jdk18on@1.74", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcutil-jdk18on/1.74/bcutil-jdk18on-1.74.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-SymbolicName", - "value": "bcutil" - }, - { - "key": "Bnd-LastModified", - "value": "1686552863907" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "J2SE-1.5" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.bouncycastle" - }, - { - "key": "Application-Library-Allowable-Codebase", - "value": "*" - }, - { - "key": "Import-Package", - "value": "org.bouncycastle.asn1;version=\"1.72\",org.bouncycastle.asn1.nist;version=\"1.72\",org.bouncycastle.asn1.ocsp;version=\"1.72\",org.bouncycastle.asn1.oiw;version=\"1.72\",org.bouncycastle.asn1.pkcs;version=\"1.72\",org.bouncycastle.asn1.x500;version=\"1.72\",org.bouncycastle.asn1.x509;version=\"1.72\",org.bouncycastle.math.ec;version=\"1.72\",org.bouncycastle.util;version=\"1.72\",org.bouncycastle.util.encoders;version=\"1.72\",org.bouncycastle.util.io;version=\"1.72\"" - }, - { - "key": "Export-Package", - "value": "org.bouncycastle.asn1.bsi;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.cmc;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.crmf,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.cmp;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.crmf,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.cms;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.tsp,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.cms.ecc;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.crmf;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cmp,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.dvcs;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cmp,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.eac;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.esf;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.ocsp,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.ess;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.est;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs\",org.bouncycastle.asn1.icao;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.isismtt;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.isismtt.ocsp;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.isismtt.x509;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.smime;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cms\",org.bouncycastle.asn1.tsp;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cmp,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.x509\",org.bouncycastle.oer;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.oer.its;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.oer.its.etsi102941;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.oer.its.etsi102941.basetypes,org.bouncycastle.oer.its.etsi103097,org.bouncycastle.oer.its.ieee1609dot2,org.bouncycastle.oer.its.ieee1609dot2.basetypes\",org.bouncycastle.oer.its.etsi102941.basetypes;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.oer.its.ieee1609dot2,org.bouncycastle.oer.its.ieee1609dot2.basetypes\",org.bouncycastle.oer.its.etsi103097;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.oer.its.ieee1609dot2,org.bouncycastle.oer.its.ieee1609dot2.basetypes\",org.bouncycastle.oer.its.etsi103097.extension;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.oer.its.ieee1609dot2.basetypes\",org.bouncycastle.oer.its.ieee1609dot2;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.oer,org.bouncycastle.oer.its.etsi102941,org.bouncycastle.oer.its.etsi103097,org.bouncycastle.oer.its.etsi103097.extension,org.bouncycastle.oer.its.ieee1609dot2.basetypes\",org.bouncycastle.oer.its.ieee1609dot2.basetypes;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.math.ec\",org.bouncycastle.oer.its.ieee1609dot2dot1;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.oer.its.ieee1609dot2,org.bouncycastle.oer.its.ieee1609dot2.basetypes\",org.bouncycastle.oer.its.template.etsi102941;version=\"1.74\";uses:=\"org.bouncycastle.oer\",org.bouncycastle.oer.its.template.etsi102941.basetypes;version=\"1.74\";uses:=\"org.bouncycastle.oer\",org.bouncycastle.oer.its.template.etsi103097;version=\"1.74\";uses:=\"org.bouncycastle.oer\",org.bouncycastle.oer.its.template.etsi103097.extension;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.oer\",org.bouncycastle.oer.its.template.ieee1609dot2;version=\"1.74\";uses:=\"org.bouncycastle.oer\",org.bouncycastle.oer.its.template.ieee1609dot2.basetypes;version=\"1.74\";uses:=\"org.bouncycastle.oer\",org.bouncycastle.oer.its.template.ieee1609dot2dot1;version=\"1.74\";uses:=\"org.bouncycastle.oer\"" - }, - { - "key": "Bundle-Name", - "value": "bcutil" - }, - { - "key": "Permissions", - "value": "all-permissions" - }, - { - "key": "Trusted-Library", - "value": "true" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Extension-Name", - "value": "org.bouncycastle.bcutil" - }, - { - "key": "Application-Name", - "value": "Bouncy Castle Utility APIs" - }, - { - "key": "Automatic-Module-Name", - "value": "org.bouncycastle.util" - }, - { - "key": "Implementation-Version", - "value": "1.74.0.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "BouncyCastle.org" - }, - { - "key": "Tool", - "value": "Bnd-2.2.0.20130907-154046" - }, - { - "key": "Implementation-Vendor", - "value": "BouncyCastle.org" - }, - { - "key": "Ant-Version", - "value": "Apache Ant 1.6.5" - }, - { - "key": "Originally-Created-By", - "value": "25.362-b09 (Private Build)" - }, - { - "key": "Bundle-Version", - "value": "1.74" - }, - { - "key": "Caller-Allowable-Codebase", - "value": "*" - }, - { - "key": "Codebase", - "value": "*" - }, - { - "key": "Created-By", - "value": "1.5.0_08 (Sun Microsystems Inc.)" - }, - { - "key": "Specification-Version", - "value": "1.1" - } - ], - "sections": [ - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PollReqContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "NEbxSYDEPDqYLoEkQrOrkanHol/KfiR1Hga45Oqf//w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/DhSigStatic.class" - }, - { - "key": "SHA-256-Digest", - "value": "UALmr7gwQu3WR2FSVHvzFL6+KJrKEn94K2RKTWbwa0s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CrlOcspRef.class" - }, - { - "key": "SHA-256-Digest", - "value": "p5gabMLsuRTaqV5iCPPc6hkkBzpstZrj7Yd6Tsdtwao=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/Switch.class" - }, - { - "key": "SHA-256-Digest", - "value": "7JlAarTdQuKHF/FLI85DpcqUVuwxbv92N/j3q3HQPPo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SymmetricCiphertext.class" - }, - { - "key": "SHA-256-Digest", - "value": "qcfZ7Qi9KIDbaV04tZW1NADz71PfHrgOuz5eslX4WpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UINT32.class" - }, - { - "key": "SHA-256-Digest", - "value": "FmKTN/BF/JwJfSbUKNesm6aWqr7XzBKgX3DGs6l8qQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CRLAnnContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "aG2AT3jKCWKIP7eLWJaZ9Kf4HOnaAmJoqXjwuuei3pU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCStatusInfoV2.class" - }, - { - "key": "SHA-256-Digest", - "value": "c6yqH0zH5hrlwn8+nuo76WqL0RG8K+PsQNxYwBJDQyg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/TimeStampResp.class" - }, - { - "key": "SHA-256-Digest", - "value": "3tbtwA/2p5hqHyHKUVfsvePQdTBe54SCjHPPhP0I0iQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/SwitchIndexer$Asn1SequenceIndexer.class" - }, - { - "key": "SHA-256-Digest", - "value": "xMqBLRwMgeQZPwbdCZhecwnwpCr2NOgUsmyo2EH/RBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/HeaderInfoContributorId.class" - }, - { - "key": "SHA-256-Digest", - "value": "5jg6Va+OzhIm7mUrI27NmNTAUvS3UnQ7d0T7g4k7U4g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PublicEncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "8W6HrAssUrkMTSNs4RZCDbIXDvIq0BjlGg/UM/gEnPg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "EFlasyRGGMb9XTlJN35KBZhl6OQD8zEWfkbrpF4PqMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/DcEntry$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "YoDWrlqql3j/k6hGwdDKLTo67WSSy2sNd7Gk4gmX1EU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OEROptional.class" - }, - { - "key": "SHA-256-Digest", - "value": "AJHiqXlzYCiXWHW7VQRztxZMXSVdK/YbV9TX+h2Iisw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/ieee1609dot2/IEEE1609dot2$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "lVjTfLzo2ahvCFDxKELuKLapw+RPZ1c/B0ht7Ga9yPQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OEROutputStream$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "TeCDzzQYcyD2u30QMRl3QQbYYzIlw1V7XjgMAAsDHJs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationRequestMessageWithPop.class" - }, - { - "key": "SHA-256-Digest", - "value": "aUM5CMZ0d/d6fgpEtvnPv1MvIs44V5seaecspc7fEPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationValidationRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "SotbX/ATwONkIrtTu09z8KwaUV7xExl6SW4CQhGingE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/MessageImprint.class" - }, - { - "key": "SHA-256-Digest", - "value": "pUPATgIKrsrPPCBBAtOQYHhSeaqmS+oylS04DJHm2SU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/PathProcInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "qaF2EGwRVQ0tRQcChoZMzm7aDRrdFmfPmnn/bZRNDuU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Latitude.class" - }, - { - "key": "SHA-256-Digest", - "value": "XQJvuFUau63h1+VjNlwZDTXT67ehcuhmw4bpzkf67Fw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/DigestedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "jySsqczOI7mVZVATWT03iuGGMZSs3ZAqYvEjKfztNE0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerAtResponse$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "MA7CfCbrnYPy0xLQ83gyxefMskvYmeqENzd6hbqOVpY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AaEntry$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Unul4Xm0yrksJlULTIVGKELQboMOqyLq59NvRNhO1ao=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SequenceOfRecipientInfo$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "yBsotPEIfoBfs9n09pxFXGbdp5Y7+iWEgfUc0FD+wlY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ToBeSignedData$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "x4jV704JT4rf8sfz43BoEp7BPs3+PfsFKXEyTK5rHhA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/OtherKeyAttribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "mb5ET6+rZPtelWyQ2QW4stLvH7AlsFgptRMAaZ2ydOM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfPsidSspRange.class" - }, - { - "key": "SHA-256-Digest", - "value": "56AdCjO/4FmkWBbV86DrD+qqXkOXiqa09fJrWiKXfhQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/DcDelete.class" - }, - { - "key": "SHA-256-Digest", - "value": "yrUyTN6XxY/Y/f/i8UzPXG5uXWLooRKjE5rBW3ruaKY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/AuthEnvelopedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "haE0JyLA07KkMFIsd3V11XKCPxIw4MJFgd0+rfEKAN4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/Controls.class" - }, - { - "key": "SHA-256-Digest", - "value": "p0o9vTTIh7yENuKSFHABQWsoNwcfJy5xSIL/qCyfGDc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/Accuracy.class" - }, - { - "key": "SHA-256-Digest", - "value": "p+kje4UChsrqd0KQcTBbMyuDkozRxcuCkvgixxyaTyc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/RcaDoubleSignedLinkCertificateMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "2Z2kFp6qW+gouBzTsCTeNesAgrMy4262s+G/ot4E1RI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/POPOSigningKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "s7DB05eAy23XyVDAmSX98cI/nEkAEICumtMuZ1Rx3RA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/CertificateBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "zkdWHuGdA3XgyX0Ee1BA4HWHBmLPJFXh1HwTRSCTpF4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/CertTemplateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "783aN1M0a2o5WKuQ52DkqRguArd1SFUR04pwl5CtkRY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CaCertificateRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "7AI1P2Bd3VCjsBbfMKg6ndxG1NkJEA8QPOCGsd91b2U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/ElementSupplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "f0DgSyjuihSg3k+iYN/eeD6diSBVWD13z+k1I1YGlVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941TypesCaManagement.class" - }, - { - "key": "SHA-256-Digest", - "value": "w9/6YPQ+kjK6GhgG8+HTsLw1dVvg/mBO7ZvsiAzuz/E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/SequenceOfCrlEntry$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "0KXL4TYtDmBel1FJBcIAlxscDeacnVgY5nUfI6/yqJA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SymmRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Bk8U4sHlS/8eZger2T2viv3VtPVaLY4Ll7j6EsUvF8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UnknownLatitude.class" - }, - { - "key": "SHA-256-Digest", - "value": "12zNhl2bczHffGpbKBOaih8lCRNyFD/2j1IzGUOvdXc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/TargetEtcChain.class" - }, - { - "key": "SHA-256-Digest", - "value": "bv+kceQE2xB+gglyzlvu+vdNmt8s6pkMA9dB/xpmZeU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/OcspIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "01fYNSrURtWVRINzrzQ/5Ndcp1uwGCs+O7943dipRUk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/KEMRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "u3MFT1iD3kxK2VzhaVcgcpsX1CqRdOi76P2ZkWTze5A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/AdmissionSyntax.class" - }, - { - "key": "SHA-256-Digest", - "value": "YWsYSZXDSPCrKRp0TzDwrg6N8u73mu3kuXKYiq1jAVs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CrlListID.class" - }, - { - "key": "SHA-256-Digest", - "value": "9MdJp/N6oUslihFMV65bVt6/C5yqEnSsWrNXeb+3C/8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERInputStream$Sequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "oDsVQr0U09nxQRjFp29TjKVP70aEoMF5kvr2KvLI6Pc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/SigningCertificateV2.class" - }, - { - "key": "SHA-256-Digest", - "value": "HL8671+LWZlE3B6jhXkp2C6EalEsXdP6UnXgkPoI9Y4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/EtsiTs102941DataContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "U6Nd7RC5nbB6cqnyF8f6F6OxQ+ng8WldVO5nPhc/X1E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/RootCaEntry$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "VGf9AhPe7YIUsHd/aRrgneNhZjlJis8WdTHkU7xB4Fc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/OptionalValidity.class" - }, - { - "key": "SHA-256-Digest", - "value": "U1XSoezY85+RwnBCJC9AV1pPN91EQHg4f+LVJFvXj0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CommitmentTypeIndication.class" - }, - { - "key": "SHA-256-Digest", - "value": "XXy+FjOYPDxb9azl3xEU5pXqZN0ErVDwjj8d7pohDjk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/EeEcaCertRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ey9+PIHRAGP6PmPWKEqGnkQ8qIXPN9zaz5zh4iPtdVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIFreeText.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q8jTfB8xG50VnazfTsyzIjWPm40SVx8yJLf5AvfoSAk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/est/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "OYfeeRrsru+2SHzAheN+gA+vapDFPlXEtI3PccKYXho=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SPUserNotice.class" - }, - { - "key": "SHA-256-Digest", - "value": "bmfCoC9K/kqZW+n4zDaWW+M/JfrIfygW7eYhJK4ZvSU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/SequenceOfCrlEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "QPz2ODL0fL6PvBChKWeXXjeQySm7GjCPBhnUJTEiuv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/BasePublicEncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "lFN43jkEaLfqGRz1Mr1cXMA+Aj8BEjTnQiZKOud4QMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/DecryptedPOP.class" - }, - { - "key": "SHA-256-Digest", - "value": "6vuFH3EDgDYtcaNrCwKDk7ve/AhQA7Ic4wJ7vZx38DY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/OtherRevocationInfoFormat.class" - }, - { - "key": "SHA-256-Digest", - "value": "R0FQnYOy15UdKLJBj2wWGMdKSCauN3JB4kTpvlynh2U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/basetypes/EcSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "zNyUGbJG6HfO+HSTbqsHOe8leQuAWHNkKdJq84ZA2h0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097Data.class" - }, - { - "key": "SHA-256-Digest", - "value": "MkIDZe2BYIaTaLhoSVEwxCB8XuOLsHk30j9hDnlxO4Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/BitmapSspRange.class" - }, - { - "key": "SHA-256-Digest", - "value": "FAlsXq2YGi8pivezxOrBvmm7mvJBwB5t+TrRa996xEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/SignerIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "kA7NMj6Hybz0h9EvC0Tu58yaWhTLLGHibGlCIDTv6UE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/basetypes/CertificateFormat.class" - }, - { - "key": "SHA-256-Digest", - "value": "alzVM3cSzqnmQhcnfRkF7XchEW7X+BglEnhE1pqIHp4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$BaseType.class" - }, - { - "key": "SHA-256-Digest", - "value": "B9xLmj5+dVazo5Ec8iaKkdNTVfSo7/QSfnd066gnQ9Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/ieee1609dot2/basetypes/Ieee1609Dot2BaseTypes.class" - }, - { - "key": "SHA-256-Digest", - "value": "N0IEYHtwBxZrKAxYxb3Q1I9IFOQkcX6BpVjxI+Fl+x4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SignedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "lfqFBAAtu/OrroL/lfmezDHv5HgCxD5ZwCBB8ZJz2w0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UINT64.class" - }, - { - "key": "SHA-256-Digest", - "value": "OJwXA3aI1KILlr776joG6dIJVEDUi9+KHK92XFGylxI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/RevRepContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "2Ln7PmgQdTp2r4cO8GK1FR1IFbFriHT7EyWR5R68I3U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/RevDetails.class" - }, - { - "key": "SHA-256-Digest", - "value": "R/NfabpScT7+3E9Dscpev3QehGWBpTo8y5tW0koWkyY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfUint8$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "YjhitnZmsaKBlRCYeHL4qI2i8xfZFh69Lw+z5F7QI+Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CircularRegion$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "hN7eiUC9io9Ubn3+bIi2OAvO1lb07Qvco+sUAU0EPdQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerAtResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "uO8ZWu/JkpcHZjjNyrTDPNz4vyhk/1dwTan8cSN9m6M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/EnvelopedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZlNIU/Tlpbt5MOCh22rde1B4Syf8BROpJ4v2nzREwac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$OptionalList.class" - }, - { - "key": "SHA-256-Digest", - "value": "tJUOJjWZrkj5FcOxHnG0Xl+0gtblRA1FYlCHVaxPQcY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PolygonalRegion$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "42I5zJGdrDOG8jAQYgP04zYGcTKSLXa9O+dyY5B14Ow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/EaEntry$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "DcWYshonCU8s+yTPN8+908NqbM+emq6aSo/UTKHTNrE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CertificateRevocationListMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "a0htYpruWrdVHUPF9W3o7pR/A1lYJ0um836Xb81OvQg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/EtsiTs102941Data.class" - }, - { - "key": "SHA-256-Digest", - "value": "7cK6VRDkI4QaFtF934CojY8s2hOpCxgVHTU18cv7evw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/ErrorMsgContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "DVb2BTfrjRc+nYE+BzTe8nm0QpbD36x4TtBjQ/lEGxE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/HeaderInfo$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Da9ZiBuiuBr1sMSr0bpyg3PL8FFBGWVyrMx7TFAHTWU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "oNqDiyBadSySkU62iB/UoDb7YZdiyoV0VUzTYwZPkdw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/GenRepContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "H+526c/FzKBNiW9an8QExWmAEn0e6hv+zUpDneWuyBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UINT3.class" - }, - { - "key": "SHA-256-Digest", - "value": "YcRdScbDYJt1FBPlJzFbR7mjfID2rUP8qdb6RCouJc4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSRequestInformationBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "hEK6cy9Te8RZQTmqXFNNGtIBngvpfe3uWRr1X5kbJe0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/InfoTypeAndValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "kX5P3jfHCTGByK7yrLeeomc0E6+74pEjte57QuuwEyM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UINT16.class" - }, - { - "key": "SHA-256-Digest", - "value": "N/1/PZBNVoA0rhxNaIgfxoU/rw/j2M631MGR4RKx990=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SignedDataPayload.class" - }, - { - "key": "SHA-256-Digest", - "value": "l9fRBhr2+EzXnXVyR4yUNQD4xiYltGoDBKmNRi4+iKg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/TlmLinkCertificateMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "5LZc75XbCikQMjLKdwjzEhIMlT3ZyM8el+CSZrOlW0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CtlEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "q+c2zEZOnnRrudBC+jytdo432k4fgBEDKK6nLt9VCoQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CrlEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "sBkNsHMBC2gklzr8gl4fdUwBUHrXriG8JN99iIX3o3A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/FullCtl.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gri7uoQjEYfo9sBO6LlR5Gr/4kQvFXXN8byMblroPbE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Signature.class" - }, - { - "key": "SHA-256-Digest", - "value": "7Jld1KmZbpxF10yimBDIQWd8zSa7Da/hF+PDbtZz8d4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/AesCcmCiphertext.class" - }, - { - "key": "SHA-256-Digest", - "value": "++KbUUbJDTuNWBj7acNxPaMv4fDWRO9HKhPqDozkftA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/RecipientKeyIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "njw8GnYEU+Z7uLfFZRnSb75FW6CTxRce0U4u3w24Wx0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/MetaData.class" - }, - { - "key": "SHA-256-Digest", - "value": "rfgnNMdOQn0AK+QoxaguhpkWIluLP5nOtEWidJEMvWI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/ProfessionInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "pFWlZqxpUuz47D6eq856iL6jbo1l/yJb5qBycebWB1E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "BwsBqBdU/u9fqqZgDbfYnnzFsxLv7NXe5d0dBEO2HNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ContributedExtensionBlocks$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "XXYyJpEqHjJQag9n7yb0O/+Rb6ihomJfpuFUMPF1NLs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/Challenge$Rand.class" - }, - { - "key": "SHA-256-Digest", - "value": "ocoHKYP/8mAZc6mMX9MIJj3cLSGsresUSmDBj1g6aQ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/SequenceOfCtlCommand$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "OoJZUEC7gNCfMiWqx47XFb/5h9Xw6Xb7mp6gK7e9hM8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SspRange.class" - }, - { - "key": "SHA-256-Digest", - "value": "5aAYQMV+uEQmBqEqphmWlpFr9tsJPYoNwXTtfIhNahE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/DeclarationOfMajority.class" - }, - { - "key": "SHA-256-Digest", - "value": "3KvDgmFwD03oqldI4MKxuBOGEYj0EQ7rrdClhyy+Dco=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CtlFormat.class" - }, - { - "key": "SHA-256-Digest", - "value": "EagWgVdbdIkxJi6X/Vd1gum/ad7B0g1UuvYFjtZsuqQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OEROutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "ChBEuQvmQ2HM0jme0OumZyu3FpwRNS5LKhkZiR5FqR4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/Extension.class" - }, - { - "key": "SHA-256-Digest", - "value": "vBMiGPF+ZZx6iLJ/1x2DobewnVj089q5rMV302XADWU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/CertificateId.class" - }, - { - "key": "SHA-256-Digest", - "value": "rZ2ZWm/0lSXcD9WKJQcu041fOqVwjlRTZ8ER+SWkUwA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/smime/SMIMECapabilitiesAttribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "0/dqzTYekfmjzHKI5EKk0qVjB3c7ir2wB9E/D9YtrFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/ieee1609dot2/IEEE1609dot2.class" - }, - { - "key": "SHA-256-Digest", - "value": "vi8G1fqNez2ehh74T8a6yS8453D2ZIfS3EphOOCXkCw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/CRMFObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "v9LttcQfRXIX1M2Gj6S2T7i5TxsbJ/vXyKawhT+ENxs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SignerAttribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "JBNSYPZwgiYEKA2HhZ8Xcp9HCpJzkkoerwgxrfCRQEI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CaCertificateRekeyingMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "GZOupkglWPPqlxiDaI+lby7GOGy/+562i8aespS13Po=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Point384$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "8I8SxrU6/aYdv9uDEwT3b8/7ZNkO5LEjuFSL5S/dQSo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationValidationResponseCode.class" - }, - { - "key": "SHA-256-Digest", - "value": "E3k5tIYyl2G8bSURZAMjMTS872l05b6iiLbDvLksyPs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/KeyTransRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "dWSMyYB54crWao01eBrFzd0wuD4dg/3Xru6csf4KGMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/SignedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "vOwhMwRP0ymSXGkw7NqOf81yNIqFJuIfxrCUcrGlVd0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$Builder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sv8Rgst3W3WZOR1nZlELoUccDjQoNN3mPOesWvKsU2A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/Certificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "vuZ2zjomxOWEWW5OX0cWO1f73QGWveRrq/H4MOXaPys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/GroupLinkageValue$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "KhV0SHV89agXFK+ZY9OoUjNBMMfk3U5mBMZ5ipr2ptI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/BitBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "aFoJu6Kt7aUYr/dHg7lpfU167KoVE91cY6rLw12Smbg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/SigningCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "+E8eqnqIA2ZVrEODF0bS7TQ1qxE18DxrpeK0jP5RHF4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SignaturePolicyId.class" - }, - { - "key": "SHA-256-Digest", - "value": "8prF4NlvoS86zcjOXRAid5dIBVIqLXvPDwerueDB9Qw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/CompressedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yciac4AF9JiyHknqQ1u0VwcPaAqMwoeRXft5NhOxY4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/OtherMsg.class" - }, - { - "key": "SHA-256-Digest", - "value": "KiizWc/Kh5Rk9fLrXw8K+QWudkqPOB2Ls1TnZHcY+5A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PollRepContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "yhqXtAX1WnTpIahJDCdWJ4CG+VKE+3VguH+I9dOVr1M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/Opaque$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "2OFb6z9bX3xgIuvGw/l209YGaDo0VzSF8//MC4Giwy0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SigPolicyQualifierInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "xSaymC6nML+jJrhzpCW2uNkmutxeWwb305reqoatPz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ToBeSignedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "VpzYk14lctMPUvXVyBkP5e7ycloc3VM9/WwHhBFKH8Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/DHBMParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "JsaAWDWEmTr+lfkdXNN9cQHkrcGssguHsf286RE9S1s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/OOBCert.class" - }, - { - "key": "SHA-256-Digest", - "value": "56WVYZIF8kxV61Imn7LVQWERCGgc1weZSHq7yvadyVQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/EtsiOriginatingHeaderInfoExtension$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "sMAON+tkAedfIh10eYcLHaLYONam9cQhiJ33zloDQEk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/ieee1609dot2/IEEE1609dot2$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "8I9HPVXThxVlq0cD3Ut6c+HjqFnj3S5/cttKT0kzCNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/ExtendedFailInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Hbu1+I5L8FWarLCdsrCnoMo2y3FY+0R33QULlYXc2Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfRegionAndSubregions.class" - }, - { - "key": "SHA-256-Digest", - "value": "GMANKbZkUo4P7cVFal/c++jX9uC+Jc4TfQd41A2P//Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CrlIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "xhfH4SCujFvmx8o9dCDYDxoQOCYGGU3fKSm5svOf4/k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfHashedId8.class" - }, - { - "key": "SHA-256-Digest", - "value": "qlXZFiZD3FojMnJCg1uIQjF7QKR9VsclLAe2s8MEFgU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/ThreeDLocation$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "wK0zEblEEPwxkCvji4fEqWDTfsPmUgPsNoxaCtdl1ns=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/Element.class" - }, - { - "key": "SHA-256-Digest", - "value": "nmwh1WcEzJ2UTO9wByIecpPNGW7giDUkg+5j/HS+Pa8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/RevAnnContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "TDZZWmtTdy8rT55fTLTwFMDkvkJhjGkc1P5Oc6mbZP4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/ESSCertIDv2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZHMTeUeRceGiAMPqT4j0ANolEga+XVUcgk3JiYjXUS4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedLinkCertificateRca.class" - }, - { - "key": "SHA-256-Digest", - "value": "J/UlDn9DEI3PP7ZpAyzQx+CsfYHbliTFiMk/7Pa81Nw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CountryAndSubregions.class" - }, - { - "key": "SHA-256-Digest", - "value": "WwFkcOfvjIVK01GNfxyOsvWcsZOxUo7dejqiCSgiVzc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/module-info.class" - }, - { - "key": "SHA-256-Digest", - "value": "SiXiRdRlgcKKm+vKRzS3u/rZrkv6z9jtMRScTv+t82M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/PartialHashtree.class" - }, - { - "key": "SHA-256-Digest", - "value": "oop2D5Ef7Ayb0klPsIY4IOyyZghSuPKg4SxC6CGD/Ro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/CMSORIforKEMOtherInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "fc0kKOCW+xv0V1+BdtUKAlRn0HUJIAy1QkWr5RqoH+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/EncKeyWithID.class" - }, - { - "key": "SHA-256-Digest", - "value": "ba9oo5eY+esXuPyhGii/FVs4te7eKu76mjgxfoV9OyA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/OcspResponsesID.class" - }, - { - "key": "SHA-256-Digest", - "value": "YDLPpFzpYXFDWSf29/BO4gnLu4U4tIn6aAlcITXaTsI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/ProcurationSyntax.class" - }, - { - "key": "SHA-256-Digest", - "value": "TxDfZ6IM2/P7nX1fjtr/s84dnF2SPsZxuaIDUuhxbjQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/RevReqContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "cszCCn7jP74BKjrU4bx5ReO8AImwTes6VJZDkmljXQk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/est/CsrAttrs.class" - }, - { - "key": "SHA-256-Digest", - "value": "CKwX9o1D9GDBrZz0UOTxves/GlxaAexa2MXd3Jg5jNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EcdsaP384Signature$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "rsh5IaFha7JGcspv+5sn4c57OaOZ8bzHwVloTQNB0dw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/OtherRevRefs.class" - }, - { - "key": "SHA-256-Digest", - "value": "0zk8jl4ubQ4p27J0cAq0jBd5aVsd+ophgRgfZX+IZgE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/EncryptedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "Os0Vhu8cmeyOu5HXGmUufrzvAt06VtBO81Aecrho0Y8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/RevokeRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "2cl+zPv46U4vsCZ7a1KD3s7+O7GB9hOp7zb5Ncbzr9U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/BidirectionalMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "gVQFlGDrg5fKJXeL5E9/cTx6Dn9rp4L7cIFOcJnoQFU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIBody.class" - }, - { - "key": "SHA-256-Digest", - "value": "z8ld9+V2JEbA2eq7yAftvjnuNsKUwFuM4HizGhrBxV0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OEROptional$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "BfApXBhl2JeVrgqbeTXYY1qsKZwJ+zi705FSB0k8ohY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/GenericHybridParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3f40YEjem9WwZlnz4kN6UdEHfxYUnFvZFKaibrVWy0Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097Certificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "CsNVaNZtrToNyynbAwqv29uVLIqD4YWpiy7kDKXkkQ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/SignerInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "KKYXVLqR5+IJW7ycQ2/WsxFcHIhuEgR7QgLIqwlan10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/CounterSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "s6envOUWTz+wnV7/exR2yKJf/0PB0WSDszzFOzfZIvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CMPObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "k26uxReNY1XmLhKyL5sROqW87XTPOWIUJZCYMx7xMGU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/BodyPartReference.class" - }, - { - "key": "SHA-256-Digest", - "value": "1gpPTNEMchVMABPmI6xau7vIxkLyZP/YxEdCM1a3mOI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/OriginatorInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "PbhdROLrhgpoo/eApNNMx4LNGE0dUjdx8iWZoAproIQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/RecipientIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "nmgJUXLKy7L7Pbi3LiK2ev+5UC1jNFuXwUFjabRfA+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataEncrypted.class" - }, - { - "key": "SHA-256-Digest", - "value": "VRF91594hsC8A6OiVOLmhKTuGfYwQ8cmePMU/pc4IH8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedLinkCertificateTlm.class" - }, - { - "key": "SHA-256-Digest", - "value": "mlSNDqZl/jDqcDik6/WjgcqQdiwxFVVhFNt4JI8z7DE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$ItemProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wqf4+DDTrtZXFyThKc96ElL8mtVAOPKIxaHSlKAbc4Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ContributedExtensionBlocks.class" - }, - { - "key": "SHA-256-Digest", - "value": "s5nZDbrfXBAjVBAY/Gnofj4oe6R3YqPm3QwcAm7kr70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EciesP256EncryptedKey$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "TBesqMQQztdQqRSU1GCFfVwsAI/vGU0d8JPj0OaWB/4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertConfirmContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "ecLR44TSeU+OpjVTJIlBk4ME9dmg7hBu35dWT7LWQd8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/EncryptedContentInfoParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "lKmW3d0JSDkqR33M9zSdbc5JkU4WjXVbYlsAwC5vROo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "bNaADJE2kH2UIUFTYrXlmaxq5eIx+9Mx1U1tlEpOMlo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "k5IMf1PDwWWybi2E/qfcgzioloXU8iDv6vdDwe1Hyak=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataEncryptedUnicast.class" - }, - { - "key": "SHA-256-Digest", - "value": "vghK+kt/tu+YJP5IGU9wnn+jnbTVO+W8BEBZynuZUMg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfHashedId3$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Siqhy30EoEliQJoi75ip2KeMaoEzta1yiIErLs4/VDM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SequenceOfCertificate$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "aFy5hRIf4SJPckBPl5SCmawPrha3finqePXgPdGPjYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "2OxMyubGR65QxhoYYpZ0wWQbYIWVURPWOPV5WdlzAEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/CVCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "whTKKtWczltGg/fdj6FLWd766vSI+2KUlGFU43StNoA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/MonetaryLimit.class" - }, - { - "key": "SHA-256-Digest", - "value": "a/HOSptpBpelAr62yD1JKqvoTYAzp3RQDaaE5oa2xsQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCPublicationInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "xpYPDQIYCuqD0k/C62G78MBIryTufmHiuRAUNQJw6nw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/CMSAttributes.class" - }, - { - "key": "SHA-256-Digest", - "value": "N0sLRD9yEU4DqRMKz8OETBAYZokUrIpEHi2oxUDYGKY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/IValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "WT0ijHlZV0ycz3kldu9Sjepkv8hpRrk8m69w7iCkNPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/Admissions.class" - }, - { - "key": "SHA-256-Digest", - "value": "C7n1mD2kEd2b10mLbWWC5MOUouKutdZVvx1U3QENPNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/Ieee1609Dot2Data.class" - }, - { - "key": "SHA-256-Digest", - "value": "+GD9zAaL3Or/TVCXzBPSJtFqCp6t2DJ8N+PnQWx/BpY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Point256.class" - }, - { - "key": "SHA-256-Digest", - "value": "XpV0wLCAJPDICdxW0Bwas1c2PbbkCDObRhUfmcqh8ZU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/EACTags.class" - }, - { - "key": "SHA-256-Digest", - "value": "ftVwTeCkaxsgL/jSEWPlq9Yu3vxhuj8wC4QLcRq8fAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/PKRecipientInfo$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "MrweAb+w2IvZonodfPjrmaw9JP4RRjBX3p4nBB4Bxok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EccP256CurvePoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "OspccUo0+8eY4OakxTOs8ipCIfzcZ/ojp4f9lwOUL5k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataUnsecured.class" - }, - { - "key": "SHA-256-Digest", - "value": "9P5BTOGS5FKxxI9BYcvIPEK84YLUHHekRVSOrIt/WqU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/RecipientEncryptedKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "i+FfIlFs8mBqkI03hQ/EE5IwBoV9J6TmlIvzW5kERPc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SymmRecipientInfo$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "i33OexnrN0SAiPvEFwV4sPgSTcqO+Q4Ne/RsMAMQdkg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SymmAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "9Rewc8q+ulq5CxL8eXhg5Gn3D22dj3bX3pp6Wt8msiw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/SignedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "JVQQ6ONEYhjmGA4yCIF6C0HJnPtn08HBAlN3eoTxe04=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$ExtensionList.class" - }, - { - "key": "SHA-256-Digest", - "value": "xck/kbJdo+bcUkUThE4BbIsM8foRzvVSEzGG1oVLAR8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PsidSspRange.class" - }, - { - "key": "SHA-256-Digest", - "value": "AqG/QS23IAdv4Hnc/tvJPFA/OY7ltl/erRBLNQm90Vc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSErrorNotice.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ZmRfYABGOO75zqKtl4QC5nhS78uBySPox4N8e4WVkQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CRLStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "OVs0nKO9HGh0v9u15qGWM5/tm+b93RDKLbq8oJUlYY0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SPuri.class" - }, - { - "key": "SHA-256-Digest", - "value": "NeacdTCdglluoYrUPWYR5oKso+dVlJcHqNufKJfvPJg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerEcRequestSignedForPop.class" - }, - { - "key": "SHA-256-Digest", - "value": "S1Iu84C7MnRSSqpFJzjfocqh4iXm989CNht7bQgrqQk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/EeRaCertRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "yCab7fzyeS2KU1wNhFYQkUccp7aMjZnll1QNfjeJM0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERInputStream$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qcwU6hltpcEEpGDFFDdI2RMyHUdlB0f0ib0mJ1f2fmg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/basetypes/CertificateSubjectAttributes.class" - }, - { - "key": "SHA-256-Digest", - "value": "+rrrG4M4zyU8EbpymirptVEph7wpXwtn/zCrIrRkJnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/PasswordRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "fdtQ7xGUxsR/McWle7TFqVv2uUglI43o7OYVPYfNVXw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/basetypes/EtsiTs102941BaseTypes.class" - }, - { - "key": "SHA-256-Digest", - "value": "0hQA+1n5P7LVEsYk6c8Z0efoFEjVf9ZUeV+g8zr8qyY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/GCMParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "OqlWP60q9jN0+QQ4uuBGAmMB4kPVX6+/JFbIRIm6tHQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/OtherHashAlgAndValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "4ZPttWByYCK0iiIgp7BwXBwwPb2QoO4uYZ7Z7URlV3Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerEcResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "elq2pToXHGoocACUg/rSjAmQxUvI7uHzTG0l28iRZ9Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/SwitchIndexer$FixedValueIndexer.class" - }, - { - "key": "SHA-256-Digest", - "value": "NH0QN5X85um6P/+8Rm4B+C+FMLzRp9QGvw8rplp/ifM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/SinglePubInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "/IsdnmsQ0KK0NJ0J52beCS/DguTpqKG6+h+/VMsKnLk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/Challenge.class" - }, - { - "key": "SHA-256-Digest", - "value": "6c0RqdfgpvYuojU254TSXTj3TEGnJ8xi9AbXUDBx8z8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedLinkCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "/0mGEITuacEuYXpwlbROeJIllyfmXUTxXleAXVfLgN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/EncryptedContentInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "gC6O7+bGHZ9bT2PUKHogkEON/028BKFXFbw1jM2CCvw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerEcRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "vKwzNv8U+ATwhiaahjgk+RB8y7iXCBiO7hUkrmV84Wk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "VaR2Y6O3R3yKte2SUbl/1j4GA7EW4bv2irblpVjTRAA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/Time.class" - }, - { - "key": "SHA-256-Digest", - "value": "e119WE4OqxlXgQu+9fbj+dC+qoKd6LhXGust+bcIqvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/Restriction.class" - }, - { - "key": "SHA-256-Digest", - "value": "7NyMOtkCQizd6bWjZ5YyRDKnNVcGJNka4n5vmjHOrw4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ExplicitCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "L0KLKWZ0SNPNwMJOpKnAciypHfnxhKHXSBmXpNVHhbw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/SharedAtRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "t5t6l4PW5XjDwfHtUvaz6gb0yQLDB/9eCWnh8Q8U9HA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/NamingAuthority.class" - }, - { - "key": "SHA-256-Digest", - "value": "qYvjKw7eJs0WbJWhTojFVeVEhLznp+RynDqiwJNmA8A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/RevocationValues.class" - }, - { - "key": "SHA-256-Digest", - "value": "e04nsTR2JOazS9LVRpGnQcJZQ0pilOKBjLbqf25tASg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/ThreeDLocation.class" - }, - { - "key": "SHA-256-Digest", - "value": "UTh0uw7whAzHPyq1P4e1fFdzKoxJYbuFQ7DrPrjzNyI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/ValidityPeriod$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "a5he0n1NHH2cFrayaCarxaiP+mzG8dZCyCKJJeZKMnc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/HashedId32.class" - }, - { - "key": "SHA-256-Digest", - "value": "2FAwKPaVixggh9nGa28Z35cEEYTrgz7BpTibP5MFsFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/OtherHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "G8LyxN0WiAP3YAodeUtpABdu7WBlnZP2RlvoPbhHsrs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCStatusInfoV2Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "dI4KNN7shK3+/HKZUUc/qWMXxWQpuVMfH7EgXR/ebYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/GenMsgContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "TSnGwR/MrVGu0Hpop0GUa0BBjpJ4DSn8U44z8d57quc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/ProtectedPart.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Sqh95v3Ogs1GnWxcCrZUV2fPYMDQc87TG0WzosuOdc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/icao/ICAOObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "tIgD4vMABHBxxAay7QRFPsE2iO7tYm3Yg1BUz0SkUbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/ocsp/RequestedCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "JPdqsbvWBY/eMhEgVSe163PAl/WlBhk3nsqvf4tOGlc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "9LSJkkr73sHls1OFEgRT+fFj4xorYIAbQRYwbPOr784=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$MutableBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "0R/2N6a+uUPU+mfpJYIiz4sQ2rw5/5fRoYr+hzZV0Iw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UintBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "gIH+kZThvZZomJTtJw6Kmn86s30S5vglVkks8geGKBA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/OtherCertID.class" - }, - { - "key": "SHA-256-Digest", - "value": "gEJUHbvhYDMVwFdPvIIMxl5/ZJfC2HTWfeYAAsI2VTw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CAKeyUpdAnnContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "wEKZkfbM7wNdYMNJPxjt+QdvrhTTcjfv9hyDR6e41CY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/TimeStampTokenEvidence.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dxi/BcY/gnFTGNmQfRZlxvf7SzRKgHrmqvU5IdGW0VI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/PsidGroupPermissions.class" - }, - { - "key": "SHA-256-Digest", - "value": "wyujwk0JL7BCy0I52qXCF88rgYH+KybC53MCwGJ36bI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/ieee1609dot2dot1/Ieee1609Dot2Dot1EeRaInterface.class" - }, - { - "key": "SHA-256-Digest", - "value": "uDnm8KM4g4jmxVae07FeCTzqVi9qCf17v3aKsH/9khY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfHashedId3.class" - }, - { - "key": "SHA-256-Digest", - "value": "5GKku+38pS4VTegjG01jMoeMs+ukChGL+VsYBqvnmvs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCStatusInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "B4eYAfvw/HeYWFgzZPaP74jPLqHu9fRMDNKp6af+WpE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertOrEncCert.class" - }, - { - "key": "SHA-256-Digest", - "value": "TOI/Vt9xXNVvIiebYVcLWfPYQkYxrBZEtNHt+nM3SjQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/OtherRevVals.class" - }, - { - "key": "SHA-256-Digest", - "value": "p8n2Kl44rUttb5g6tFnC89CVFfmFW6tEgcdrubNCshE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/KnownLatitude.class" - }, - { - "key": "SHA-256-Digest", - "value": "PxkfamFFpNoelXkb49LIsLuT2XuuZSVIPUjiLUKT2Rs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/ArchiveTimeStampChain.class" - }, - { - "key": "SHA-256-Digest", - "value": "+ek0qluADV2vLrMdhrTiNxk4l+t2T0hQtz6rqDCS0pY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfUint16$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zblr0ISBEcTvv3sksw/urofzoqpcHp7KHqkqYppdfeU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/OtherStatusInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "BcNiSlsQJmbElJ1rG4lmGdwgUVjDpcaHkosTS+aonMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/PendInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "+D2Z8eecaskZn7iU/qSw6udDvN4ZVAlSfDZuWSgbbYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERInputStream$Choice.class" - }, - { - "key": "SHA-256-Digest", - "value": "iwCebipF5RYx/2avmLOnKyiz0TMcfQQKPT06yxAo4jg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CompleteRevocationRefs.class" - }, - { - "key": "SHA-256-Digest", - "value": "d0pJM4AI5jgf66cnXcLOWS+4bVZDmjs9H9Z+LLN79MI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedTlmCtl.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y395haWic8VO4Y9alDkpNKRYT6mxUp2lxE6vumLhgnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/CertificateBase$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "FZ4r756TT21l3BdtpZxnkOFRkB36BUHCGY8Bx39xAKo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SequenceOfRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "twp4RQYfETO3/qAKAIn3ACGDQ+zbnjoViDggRVBUkPs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "4mYkK81RO+7D0M4SIziQiGjLEa6sw95KFOrMyz7X5ag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/TaggedContentInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "UGSWHgTQIWFX9R3mjxnK/nrTqsjj/175FuxsUrUnlMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi103097/extension/EtsiTs103097ExtensionModule.class" - }, - { - "key": "SHA-256-Digest", - "value": "kfPSif7B06dpJ9W+XQiIZX7a5bO6yN+aR/lh7EEmUZM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/HashedId.class" - }, - { - "key": "SHA-256-Digest", - "value": "/ZPl7pGraZOyortJJMemKckY5CflQtToddzlKgDSwcY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertAnnContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gtl6gZs6Fi4M9zTjW/OOJpyBVUfk3nl9UDwbzxbYYd8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/Evidence.class" - }, - { - "key": "SHA-256-Digest", - "value": "FK63WHca5GiwJflKiFx2yYnaPsG8rep5+SK/IeNkse8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UINT8.class" - }, - { - "key": "SHA-256-Digest", - "value": "75bvwpAWUHmmS5vTwIHv7puvvlV5oRrzZVYSzUpbWkU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/CMSObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "jgGEcR7s3OuS99ElG5sLUrJ04f6W4XwfGfI7jK+RtkM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EciesP256EncryptedKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "rTIOoUo6mnQwhPT2NcRH6eCuooBLwoslCsd6nmsl5eI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationResponseMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "pcdcTVgB0tPfHgmDnXt6rzE8eG/Aao2dXm0YdavIHAA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerEcRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "mAfAEMV0/etKdgxVflOCMb109U9Xr+Xh0bGQvpVLMUY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CommitmentTypeIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "2b9yLXeusompK97tBLTxssIC21Du4RNkZ85M9qpLxro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941TypesLinkCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "P14pB435T0HA4ecoFHb+fKS9zeHEWt2thbFQOI59cv0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedRcaCtl.class" - }, - { - "key": "SHA-256-Digest", - "value": "It+5kQiXuv2OURJpvg+M6SvuOutXIapt8fehJuxANsI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfPsid.class" - }, - { - "key": "SHA-256-Digest", - "value": "c3dxyLLM+hPy90nBNp0RFjEKkuFw3kiGb0WXw4EULM0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Hostname.class" - }, - { - "key": "SHA-256-Digest", - "value": "+fn5K0lv4e+yDl/KYT/LrOOo0+WqmTVTDy8sIvZ38XY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/HashAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "uvI4tRoplBEVOnaR9kKAiwUAnFXtlkKq0xjRi6tS6xY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CommitmentTypeQualifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "kosoAxjZ9bi9aeTKqIp8PJ2cV6V8zFTSMaKx/61iJLU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/icao/LDSVersionInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "briLlg0PQxH+chbb0nC8MwT/U0G9ggPROvy7VLur0AI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/GroupLinkageValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "mBYg+mRt6zno7XVi2Pl9d1L2WoJCbmdiU925t/HqhVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertRepMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "WCahDMmgxl4XTGChBQo2mGJuwHd6y+pDu8X8etGjkVs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/EncryptedValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "79lRekAfHGHW0sCa4JxFFZ/RSp70DicoOBFHv77BXMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi103097/EtsiTs103097Module.class" - }, - { - "key": "SHA-256-Digest", - "value": "IkeVmmtrOaV3knF5cDfklFI6gZES01nAcfjOHoWu2Jw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/RectangularRegion$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "OpH3GU4q/6WdAf7sq8oB8I2Uix8IOvSVFQQT/QIXbHE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/EncryptedKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "4PsDmNubxJrYWA8W3RjOQBKHZHMufHNxb+W6jTTJCJY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedCrl.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q//3oxVMf/uQ8RjKrpHtMqQUC1Iqri77mbpD/Jx+TNQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/RectangularRegion.class" - }, - { - "key": "SHA-256-Digest", - "value": "DxXguANnJU9q8+KsPQ+dXq24/T1B94ZA2SHjBC8sZn4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/PKIResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "/owp25YKnkuKWGHyG8dKTNxfWAYYRsgnnQ7tFkImzYo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/KeyRecRepContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "QqStVqOVL+FJMmIphOgMOqWPXzNEvwhTAwRDoIQ/tms=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/GetCRL.class" - }, - { - "key": "SHA-256-Digest", - "value": "NrZPEDhs4yipSiUBO04kdcEDOMd2U4DthO3QBYxkRvA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/BasePublicEncryptionKey$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "TXPOyfb/z2HBQgUBT31Sm3FA00TF/MwLr7MriiSHjzU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/BodyPartList.class" - }, - { - "key": "SHA-256-Digest", - "value": "7HnaZlUTJCF8aULM1mk9id7OIY5qUqsI6k1OmKla7ZQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/OtherRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "X/YZ/UiNoMHKDuUyFoXIU5MTNd9U7nSlOWljeGABocY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/TwoDLocation.class" - }, - { - "key": "SHA-256-Digest", - "value": "KylVqno1x3thozwj2hScyjVDPLApmvLmz6szHwiXDgQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/SCVPReqRes.class" - }, - { - "key": "SHA-256-Digest", - "value": "UhLwG190bryhaQf2x88SoVeQwslUL7go14ZChzfQUYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/Opaque.class" - }, - { - "key": "SHA-256-Digest", - "value": "ssGOslMWZr8h5aXLe/FnhEEDyAbBBUqYzJhP4gbcY5o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/icao/CscaMasterList.class" - }, - { - "key": "SHA-256-Digest", - "value": "FLad1ripNEU/EUt6I7dsMASW44mXyxf8P8SRCtZcjpw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/smime/SMIMEAttributes.class" - }, - { - "key": "SHA-256-Digest", - "value": "q6A7IMcEt3nHFureRhw7s43rQURmw+Sp3/1YBGXR8Go=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationRequestMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "5i+J96N4lMJ4osGWAggczm5i13zp8NxwmLYbVDbi0Gc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/Url.class" - }, - { - "key": "SHA-256-Digest", - "value": "yj/qLY/LCkiZ4HTS+Lm9/DIAoVJbZ2QSHEHaLaxz80I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataSigned.class" - }, - { - "key": "SHA-256-Digest", - "value": "HKvB4HGiZKOsBRVPAt7tUR1HiM2cJUommIw3NZxRIEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CrlValidatedID.class" - }, - { - "key": "SHA-256-Digest", - "value": "M6kQKs9LVc8k2E4gtGKt6vI/vBTuCHEYDM6sAaJ0nEA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/ocsp/CertHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "N40AiJwYv4Ni5aBBBvGGiOVfgv25geBuU1fFvedoS+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/TaggedRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "cdFBRgWyKkgrl5Oj7wvYof0hXtAwrmT22y/CEChiuTA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertifiedKeyPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ne235RV+eGKmpnIUuecRRoRUJUPu+sIDdgvDmIKR9A8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationValidationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "jr1wfgt1BWGietiB9pzydf9NWorvo0fUflsWpzyi7XM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/EncryptedDataEncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "KRC26/d4imxSpQRE8rTnjsHHTL5t6OZlvusulGtlyZE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/MissingCrlIdentifier$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "tc+f3GqWIR/PLncmMv+01D0e4FnQxZIQgak1UqMp4ck=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/RootCaKeyUpdateContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "enaBSaKnjp9M419xEHd9pzdgadAzjrPQy8ywGSqcpxE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/SubsequentMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "6B3d0rgErQTgc1tgFiqPJO6LYoy/nu8n8nhiTHFNsgI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/EtsiTs102941CtlRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "GUD8Q0dzOLf5t8RpxXeib+zBmb2WRvu6nPPqHp1LAv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CMPCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "zcVFrnSPrLadwwYP0G3OGv7UD8SaLP9JRm1ztvz0cbw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/AttributeTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "6m7O/CPC/ebpjdNTrcFF2qfxXY1TZ10rNJaVLMPqBtw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SignaturePolicyIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "WQHZx4xLVV1l6re3MgfxZcHgdhtWcnjPaqxmfP50ZO4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/OtherSigningCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "exvV5P++PYwVHS46A3TkDB/9e+rDfzeVP4JNiCUIIq4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/AuthenticatedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "EdDC7ZvhCAkrjQKv2Ykt4J4hU6vKeoB83HXShk6CAX8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/HashedId3.class" - }, - { - "key": "SHA-256-Digest", - "value": "DjlJWn2afeXqI5Z+7WNgrhBQ4pVUCif1pGJgy/6HKGE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EccCurvePoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "XxbqilyaSI/BMNbVQWHR9q5G4o7+bKbjNP8Eg/vwX4M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/ContentInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "/u5Y2RQVpWsDNHxBtJ2px+c1WZhGG89LqE9NRIOcHrE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/Ieee1609Dot2Data$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "JLiaHX7OEXp9mcsa7i9UVA5IbEsBr6RPqNMfh/jE1Jo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/SwitchIndexer$Asn1EncodableVectorIndexer.class" - }, - { - "key": "SHA-256-Digest", - "value": "+OXCo0JK3r1UT5vDbr/xo2HOuaUYPrEgRTTkwfMMxBM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EcdsaP256Signature$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "l4CcqiDF/wz40Me85WUmP9GzfZnE0+XJgoKg52iyQJo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SignedData$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "kxv3s8oQj3HaO/kIXT8gzVdBTC1ScA/CaxNVvoAl9MI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationValidationRequestMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "I+0vvbm00rbghNjlGyDp5gcia24D8AaMGDHlfpGnkJQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfPsidSsp.class" - }, - { - "key": "SHA-256-Digest", - "value": "FPM2Ln55UdY1lXP5pIPKgIPaVS7CyLCQq+1HdlaIOPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CountryAndRegions$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "jZF6ai+pPLzEd8lMk6ojJO0WBxiJHv6n9eHUqAEtkU8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/LinkageValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "zjwLYi9p9xgX/vGdBtDuyZ6lEBDo/TBpt1l8JBZYH4U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UnknownLongitude.class" - }, - { - "key": "SHA-256-Digest", - "value": "6UrAKZqgIyZCDW2prwdNVa/Xm4mTEtnZuscYV1nT5Ks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/ButterflyParamsOriginal$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "9/w+ibjm3eU+A6czzXlb1yxlcleU++ODHA489UuwJ2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/PublishTrustAnchors.class" - }, - { - "key": "SHA-256-Digest", - "value": "WQfjuQ9/xe/BX2Ufb6zduoS8MVKkQrkneTB8teadtKM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/RecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q47BCH+U7GaSb54Jnh4jNA2KWvz4+cCSk2vIm+8hokA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CountryAndSubregions$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "PIKW5tCOHn51C4zMTwKbN8KKvfoytmWyVXqEiJyEcEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SignedDataPayload$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "LXAPwo7+xyenVm0w66Q+Lnrma5QWoEmydOwClWMc+94=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/DcEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "ut9ebO1IhGpFVlU9q/Gcy0la3S3ma1piuKXvcW4KFts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/CertificateBody.class" - }, - { - "key": "SHA-256-Digest", - "value": "EpYyGgq1muktdT+GTJk+alQil0sy722/O+Z+4LnUSKY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OEREncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "oQeaNDh7Y/P5VDT0oHO9GilS2aV5+TYsFVp14FEja+s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCUnsignedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "RqoPGwTKWPumS49tF9P5WQQBLgxYrJ26NSfu21yD2ew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERInputStream$LengthInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "lsbo9Yx0OtV3sW0ag36oVTvgZQW2drqnXJSl+pXbhh8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ToBeSignedCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "GXd6Eh5IjKFUTjh6+QzU7Yv799o2+uVkvPEP892SqjA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIHeader.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZjYb3wocqTR9RIWS24pEKmTF/Kxhzf6+9E2tLSWugCc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/GetCert.class" - }, - { - "key": "SHA-256-Digest", - "value": "66iKJXK0pnQTfi7rMysCmjNScAA1KALmlt3iYz5Ih4I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/ProofOfPossession.class" - }, - { - "key": "SHA-256-Digest", - "value": "6YDCQR+xTIxsZNUlU3mbvSJuJIlEn684vg00j4XhovA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/TlmCertificateTrustListMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "TLtGiNU6USQPft5Y0glC7myAZr2Wvc9m4WHQcNQRBKY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/CertReqMessages.class" - }, - { - "key": "SHA-256-Digest", - "value": "W94ikXRVK2nXhEMtUsbCnVACopusF/5K9Zfw0YYPQt0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition.class" - }, - { - "key": "SHA-256-Digest", - "value": "XSRrveZzRu65enF8CYFFEYjO4EvQWxcrzsBdWhMwaiI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CaCertificateRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "VCTkvtzQyW1+o9xsxrXe/OZEg6af+TXEf4FKN2/0pew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/IdentifiedRegion.class" - }, - { - "key": "SHA-256-Digest", - "value": "C3lW524juoV2CZTl6bheo/A8wRQ/1aJEfjzdRosB5hk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/NestedMessageContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "OJYEkbJNkRhXfEi0f2gdYSmsMJTLFaa8anGjmeqPeLg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/AuthEnvelopedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "19msj4AVvCSShYsiAEeXtvLmv6znZrnV96U1PJNm9dM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/ESFAttributes.class" - }, - { - "key": "SHA-256-Digest", - "value": "qzLB1fiu8Puld6bNvMn/siahF/Vev54Lw20icKjXIvk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/smime/SMIMECapabilityVector.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Q6+usy13UPfKIsOftxdnU9wE8ZA6TvJHWkqLvL+7G8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ItsUtils$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZrL/tdqXTPic5OeLBAa9384ntHoaJK84i/plolGoqvY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/BitmapSsp.class" - }, - { - "key": "SHA-256-Digest", - "value": "QccAvk17O7HqUMFS6OunAClM3vU+KHT0QsprxAA2pgU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/ModCertTemplate.class" - }, - { - "key": "SHA-256-Digest", - "value": "AwWCv5Dv4I5tLwG9XJGVZvNGy03PGXSGWgFBxoNT/g4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/RSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "q961Uc5tPBImk6/vPX5alcxbjFF8cLTHFQohaVADEMA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationValidationResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "wd7xUI8OF+osCBfYtY9I6JUVgKbjvZTeg6XI/Hwz2UE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/EtsiTs102941DeltaCtlRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "KV2JjE62+uAxJdfcFrMxGc6k87oMkXpJAtOSQohVFUo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/ISISMTTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "aMydIAyDgsPHai29qqb+lgMIRVXkYEpE+Ux1PAniozw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/AdditionalInformationSyntax.class" - }, - { - "key": "SHA-256-Digest", - "value": "r/OREJEt/Wl3NvxQuszr9CkO7deaQ12wd/6re5B98EQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Time64.class" - }, - { - "key": "SHA-256-Digest", - "value": "l3wCp3jiYMaRUIoO7Jqw1V4UHThVUVkN5+J5wybqcEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/AesCcmCiphertext$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "V8pGV58PVIGY31LTjHs4N67y5OJ3fud3lpJFFLumvb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/ValidityPeriod.class" - }, - { - "key": "SHA-256-Digest", - "value": "6sRMLcgy/XQFsA5UgBCM1CAtUuP5kkwbSI0rEaieBu4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationResponseCode.class" - }, - { - "key": "SHA-256-Digest", - "value": "8UR2F7aqUWXo96jV59NsBfUws9hfUv5RgOg06283/VU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SubjectAssurance.class" - }, - { - "key": "SHA-256-Digest", - "value": "5o2jP1VtyF0Fdlggv6WB5XezABZ1T0Em36l/+P2cLkY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/EncryptedData$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "uMsFLqN09xkb4nJdMNcq6KWsnPtUzL2WjdhOPiV1tcw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/POPODecKeyChallContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "KsQkUh8ip13wZitMJoByBCdn8ix/aT1o/rSGEifVBWU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/ecc/MQVuserKeyingMaterial.class" - }, - { - "key": "SHA-256-Digest", - "value": "ECO8V0iVJpO1Yr37As4hc4uc7VKxKbGc2VWobP1JxeU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCStatusInfoBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "YLwXQT6zV8R1k/mkDy4WgwGhsn2e0kkxSOKAbzeInqc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSCertInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mj6YIc2dZFXd5mNIMtDrG/C86jCdyotJ5QSsw1vNnh0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "RFRLc1oxa+UVYH0WEza3AV1KpTeWv8K48bdX8R9BpxQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/CertEtcToken.class" - }, - { - "key": "SHA-256-Digest", - "value": "+4eDeGnKbAUYKFSaz7q5qtZmXEbgOC0SUdvyGi/2jlE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/ContentIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "rQj1lg5cKckyEIlqE/2V8fFCVCrtLge3ctyRKRu4jvw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/basetypes/Version.class" - }, - { - "key": "SHA-256-Digest", - "value": "9bWvOAoUfBBtJhPuGTTfxdMtEtov9p15aK0oh/j/uB8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PublicVerificationKey$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "5+GJJ+GBGGTMalriX60P8aieO0CbM+N0+bzxMS16ERo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SequenceOfCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "7Eoxh6iUvgbN1uEF1ofsm4sHM+P/ywmcNengDYCduk8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/ButterflyExpansion.class" - }, - { - "key": "SHA-256-Digest", - "value": "FI87Ym6Ap42LioHOmwsAn8Wx/kE4kWQ5cCSDuwW7SVQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/RsaKemParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "p0L6GGGMEZ+J8svq8umbyElKnZPxwJqq3c9t03kinVU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/ContentHints.class" - }, - { - "key": "SHA-256-Digest", - "value": "wFrOXtrqXJyqhFbeFBhWekqvegzWRljBKN1YLhnQu3k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/HashedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "M1OZti+eqDvGCj9+FYNstnmZx3ll+VsajdVaxxA+QDY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CertificationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "cpOo3CFTTZzcVc9SbBIvbXhXACTi+fc6MIPH2rWxBeU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/LinkageData$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "eyunBIkiGqz8UtnAZgRiCUDU7x1OWvJjaVTFkVmtnlY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/EnrolmentResponseCode.class" - }, - { - "key": "SHA-256-Digest", - "value": "jl3ymjEqZD11ghDsXV6IW3SnHFe8OaSj52efNGSl498=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/basetypes/PublicKeys.class" - }, - { - "key": "SHA-256-Digest", - "value": "LXIoTaWpu2ijH+RQtXh7AQaLG9PjeYWKghFJytEA1ZQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfUint16.class" - }, - { - "key": "SHA-256-Digest", - "value": "3PXTCMm6FBHk95C/CrGqIyfPA1vS3ZIg7kB+0pbKLMg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/smime/SMIMECapabilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "pv9nhG11nep19m6iNQWm++7Vh/H6mB6gA7cwkcOYCLM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/est/AttrOrOID.class" - }, - { - "key": "SHA-256-Digest", - "value": "+2Kw5wYmgmNoTrwcGx/JVUCjdNQjujZrcvcMU20cue0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/KeyAgreeRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "hRsqclVY30eZvA2a0L5GR7H8z46VpMzUQL2AbB0LtlY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ContributedExtensionBlock.class" - }, - { - "key": "SHA-256-Digest", - "value": "BXH8ZiLVOsEcTmgdHOlWNhCA6TrZxROS1eV2uNzr920=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$Builder$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "96irYpyjOHgw3DMPihtJ8s5qSmCD9npRBThYF099GxA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/LinkageSeed.class" - }, - { - "key": "SHA-256-Digest", - "value": "w+aE5EspDO1ccBabshljCCReY7aI8axMoRR0hcHBym8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CountryOnly.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rfp1DSerCpW9/Lp6NVrSIA9L2gC4BRwv4dOSYAAZM+8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ImplicitCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "7FPhAicmV8UFtuLaR344eQbFqfUrhhxJF6fBo8hNmPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/POPODecKeyRespContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "DkwO68912ikAPjp8dRjb7YHumuhZXTA8Pc7QW/F0zv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/PsidGroupPermissions$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "X5pn0n0u9rvK0wRcNXOlT9O4iO0THzbyCreh327Fyy4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Longitude.class" - }, - { - "key": "SHA-256-Digest", - "value": "0moC1exselbwDqMVSO1jaP8a79bYEVt6AX+DTyvRPH0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PsidSspRange$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zBkTS0qvraTotuodZ/NwwsYks8PzM2XM1bQO20L44+c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/HeaderInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "tX/uq3GOtXt6LrRbtDiAizg4dl+jOkYuIvmUVIsdVoA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/IssuerIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "CDrgqq30WrIqeKH+rcfibba3Yu65W/7wcbBIAOQBV80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/PduFunctionalType.class" - }, - { - "key": "SHA-256-Digest", - "value": "9ztCg5QJBzZqRlGNxPf4NECivbqULtxI23xMWryEnko=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/PKRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "RUNVHQ+3nKGSCrVdgzj57yeFNWjzq9oWG1hwWAI1lBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCStatusInfo$OtherInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "WnLluNuX0dQjhFkdN2MTwhkr7ZFcuB6X1Bb7P2HXD9g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/CertificateHolderAuthorization.class" - }, - { - "key": "SHA-256-Digest", - "value": "0TOFad5OToeNeVThqRhWbDmda+JFs7Movz4wCudUzgM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/ESSCertID.class" - }, - { - "key": "SHA-256-Digest", - "value": "4kct1sQlap2RLHG8gAfQ2P7UQHShGsyxUpZiDpAP6sE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfPsidSspRange$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "3ymA5AzRvoUCegfr1N46eFa+gEiDihcBKIYKzLgUizM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/EncryptedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "f/Th2w/6o7HzHXMshnyTrQiRDM45TGHUzbpxsOLTvA8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CtlCommand.class" - }, - { - "key": "SHA-256-Digest", - "value": "/8ly6xEoWJxWkZGvOMNsCFyM+KTweBC0tcMVJN/NkiU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfOctetString.class" - }, - { - "key": "SHA-256-Digest", - "value": "2ovDuo8CHjQDJKQ6USAqm2VZ5zScrwD0bwH64JjGlhw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CRLSource.class" - }, - { - "key": "SHA-256-Digest", - "value": "hFT87W7281gXrVNdNyWTsBEkwPpcLhHJkUDSP4st8a0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/TimeStampAndCRL.class" - }, - { - "key": "SHA-256-Digest", - "value": "DqfACmbN+fQPfTVH+9eTiwgWaf2d00C4L/EfyiaIbe8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/CertificateType.class" - }, - { - "key": "SHA-256-Digest", - "value": "eK+TozPI+dAUjOijoBiVWO2Qr5cGA1dbkW2gXDE+ets=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/KeyAgreeRecipientIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "g0vkoPA3eSSz6VDhYDScrSULmlYn73NrpMx7QTeXSoI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/smime/SMIMECapability.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dm/8Bfv8Mfybo8+G4phF0Dnfxbv21+f/kQtsQIrkZI8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/OcspListID.class" - }, - { - "key": "SHA-256-Digest", - "value": "RM9TR4BAjXXmMnkETgIDN+ACMfAUiEAQ5W1aFmllaMw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/OOBCertHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "CtIf0iHXO2PNwuFOZwH6fgnDQMIz7jEX2biGCTzB9Zo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SequenceOfPsidGroupPermissions.class" - }, - { - "key": "SHA-256-Digest", - "value": "3YAx2yu/nEblCQvo9nhBegTWr8nQriNMljNyP3GPu1I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/PackedDate.class" - }, - { - "key": "SHA-256-Digest", - "value": "a4WeXy4s3GuhByrMfWckMuyk/48ImHvpKvzidUKrihw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/EtsiTs102941CrlRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "eN7Wl+TguT9ChFRg5eJbK/hv+mQ5GD5//0in10/NBWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SigPolicyQualifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "4jDwaA7vg+Yv89c1loOJTNAme9MMtC/fIWtVuhLOmNM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PolygonalRegion.class" - }, - { - "key": "SHA-256-Digest", - "value": "HmiVifXN+RI2iJK15p2gCW4GYAOWSxOAhBIjrsavLno=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EcdsaP256Signature.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ofaznyytkff43KuQlGQWCNivVDzPJEBOFEXxc7EFLK8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/TaggedCertificationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "LPDeE+t283P2Nbhf+DyM40hq1jJM87+88S5HVhyCeTA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/LinkageData.class" - }, - { - "key": "SHA-256-Digest", - "value": "j3Ne/uFiL2rPV56mEbpbswTC0aUaUydWr+3RUVWfxFY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Duration.class" - }, - { - "key": "SHA-256-Digest", - "value": "vslIZe2lAg7scQmzFC6Nk10yFU8tOk5RgmPd17YUJUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataSignedAndEncrypted.class" - }, - { - "key": "SHA-256-Digest", - "value": "9MQA0ZfBcsgq19kT2j3OhkKu3lNKolg39U+wU/ePBq4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/EtsiOriginatingHeaderInfoExtension.class" - }, - { - "key": "SHA-256-Digest", - "value": "5IOe3hY9gZSYFaBKmJPu13dYgs18m2oQu+9LlKk7E0A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Time32.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yhf5Mi5LazQceQysEoVHAzvjTUqN0h8F3IACD+5dSzY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941MessagesCa.class" - }, - { - "key": "SHA-256-Digest", - "value": "fWdaiPgCkRn+HRBBgJoxCWIDmmKP29bRoLWHeb2Ndi0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/PKIData.class" - }, - { - "key": "SHA-256-Digest", - "value": "BqiZs7lk+GwNNJPOzRwysWnLA94ggHHFZgUzqaog2zo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIMessages.class" - }, - { - "key": "SHA-256-Digest", - "value": "fKxGhOc8OySxnDvmOPHIr0EiDgSQu+3iBrxst8F/syM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/Data.class" - }, - { - "key": "SHA-256-Digest", - "value": "kZ8KSv5BexjNUYu7UtfW/+vWy6/BSNfHa/E54eVfKes=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/Attributes.class" - }, - { - "key": "SHA-256-Digest", - "value": "V3im55CsveK1R2+rasfDvR2hzkYILmGEnjBfOEt1xPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/SharedAtRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "jhILKpQPyEhtnZoqxHI1CrSAnG7B1IF+9JuCEOTVn4w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/EtsiTs102941CrlRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "vP/Q+vyvSSQPocxi57RuPAOy4etKrSXrts2PMmz+NdA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/IssuerAndSerialNumber.class" - }, - { - "key": "SHA-256-Digest", - "value": "uGcU7HZvkT8JlaWAIwYA8jurhF4G6mG0hqeyrCG6I+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationValidationResponse$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "X1DnnWET1Zp5UsAqfMAytn3rcWmR0rDdhWBNJOa/JVA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/PKMACValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "3uY9M78+soIJOeinTcuPR20mUQoK/Z3M52vbyz5kC98=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/CVCertificateRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "FbpX91VxndTQQGEG57NOviY99XNaFLBijkPa96jT6H4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/KnownLongitude.class" - }, - { - "key": "SHA-256-Digest", - "value": "zLIjIG0ALac7XJOIKNxAUFy3SX8rmDwzTF6MOVul0ZE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ItsUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "nMCE0aLab0oKv5ES1rSIkzQ3+vQKXFGyAFtlGmj2PgQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "KHDyJJ7pJX3/ffTQwiKMNyiOrsWHNEZ2NGI7wVQDaL8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/RcaCertificateTrustListMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "tQGYBdyiVHL309xoXLOlQvhI/EkFSsUr+4Z9Pg2H65o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PsidSsp$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ckk+Mb6z/F95lFTFzuU0OiERdLQ0nJ4amTvCvo6isAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941TypesEnrolment.class" - }, - { - "key": "SHA-256-Digest", - "value": "9uPunzEVN/Bd20CYQZpV2zwrfYjeyvNYWNIjYQgALDI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/POPOSigningKeyInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "mjfFJV2dO18X2H3kyH9UPg9/j0bqEAcSNeLEnaxbgzA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/PopLinkWitnessV2.class" - }, - { - "key": "SHA-256-Digest", - "value": "zEdt0qnqT05C4C7v3LkfgnAX+lgN/hJ4MAz4SFxFCek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/TimeStampedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ayg0FbpcisKDJAxn+8sxwEvXHj9Cqde3hhyXypXQo8M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/ieee1609dot2/IEEE1609dot2$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "A7Mv/GJpqOCQ0U6dh8Bn7ikfYu0xbWpJQ2kE05RMn2Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/CertRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "manTSaCNjp9CjhQUc37rr0KKImw70o7F4pJ+h6uCinU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/BodyPartID.class" - }, - { - "key": "SHA-256-Digest", - "value": "vEGuvoGX+DgY3xYF66HnF+x0ncPO55m6tMLeAL2h6eE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Point256$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "WvSHYDAp0rEhOm1j08NAtmQK6WZYezb9KGiPK2uvqPU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/EeRaCertRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZdIT/BNmL3iF5NdQHZ9T77kUniZFVESzjkyR0MOob3A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PBMParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "gnVTueiOqz9PKTPHWy0ZdBdV/AXvxS3WjAipnL1Yddw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/Attribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "KjqrT9bxH4zQvmTzMJ6+4+3D8q1/KWvFsgsiw+sVHFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/EACTagged.class" - }, - { - "key": "SHA-256-Digest", - "value": "0r7TqPH77kBVdpiaoHksYjku2Vh3lWCopBt0bEvSSmY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/AdditionalParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "M8OGy7SqDvA/nTrt1mB1S+YVDZVUxm/DYmLiJDwRwRo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/KEKIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "HktR4bENaa8WeR32XbWqgejyaF+bPy+VCDLl/RBteWY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EccP384CurvePoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "TF5DXWuK9T+d6Zm0qryiD0FMZqxF5IpKRoLJpr0XKGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/Ieee1609Dot2Content.class" - }, - { - "key": "SHA-256-Digest", - "value": "0mC6GJPPmlXeDVnGZby3xA/KyGoypbj6Hc9FvJmGlQo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PsidSsp.class" - }, - { - "key": "SHA-256-Digest", - "value": "/XASmEoghBWiv3Aue1J7hAOvUf0IEgTZyqMQjFWGZBQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/RegionInterface.class" - }, - { - "key": "SHA-256-Digest", - "value": "BLqTwN9AHlbYLar9pz3VfonemlqFt3Vc/NKaDrdoG/o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/ecc/ECCCMSSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "mAZ3zjFUbqQ+ijgvdyppsDnMyRbXjYPUN88/vOrRPcE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SequenceOfPsidGroupPermissions$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zP5wWRiv3kX75lsr/LOpeTF1zkQI1tyUK59K33zj8mE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SignerIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "lRxX1MlNsNgiPQ4derVZF2IjuHmGED7GIQhhu8WY0go=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/Flags$StringJoiner.class" - }, - { - "key": "SHA-256-Digest", - "value": "kx/1mJk31ssr8EHFzdhRDUTsKI4dQlnf1URllR3jdtE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/EaEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "nfpfbOkwbczYcgGAHZIorXfLBQt0+ITsb5rCTYfYqvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerAtRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "1dm2LN9d3LykQSyvTktJHX9XJRgm/DGH7DzAZBzAOv0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "EQyjugbuTYX75lWon/n+HklvqVnD5Vthx7owsQyL5f8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/ExtensionReq.class" - }, - { - "key": "SHA-256-Digest", - "value": "837rDWHCJgyTHgO36QEK39CirrW4SYqi/E6PrRQ8f0g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/EnrolmentRequestMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "spvUmt+xE2upj8bclqVy0O05k2Wz1zPDxxP/Vrk3IRM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedCrl$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "y2JUPVqeZmT6kXKKUY6vsjs8EypXTmaCdn+hgRSmK1g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/RcaSingleSignedLinkCertificateMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "4NC/Lf8wOBI74IsFwnNBszz4wcIioi6aqVuoaWPa59I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/BitmapSspRange$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "fFLUniCqJkFIOMncgD7XJkaA+jEB1i6HGuFP4Zit9Dg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSRequestInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "/v1AUiCGFcOZRMVSiu7321uheSeQEvuiO3FecgPC5lc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EcdsaP384Signature.class" - }, - { - "key": "SHA-256-Digest", - "value": "BgGydAXka3mvcEjsoJxR3O5jwZNpsFrXbYNlHHBS+5U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCFailInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "yqbAWP6t5HW/Ya/J/SWv+e5HY6WK7cs9Fci9VYLBBiQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/EncryptionInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "jU9Q58tN2woRWxKKz1/9NR3sOk4Rh+Goa14/4gXi08Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/CertId.class" - }, - { - "key": "SHA-256-Digest", - "value": "vPRRFidGKlg8GYVqG1R70a7GyKnls+lZCxqoZjrOcTA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfHashedId8$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "/oodF4ubVjEsExoksRK6LtoUwifnYV1iVfpqjV3W06g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/GeographicRegion.class" - }, - { - "key": "SHA-256-Digest", - "value": "H8DPhv6mOqOwVusfTcUlcvgSCCiblvpJbc/BJJwwa58=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDecoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zfe6Bdk/gVYOzOrxQOXg9T5HAfRdTm2ro5X29N/QtJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/LaId.class" - }, - { - "key": "SHA-256-Digest", - "value": "vWHLXaI4dCvoSiit2gcsrZgfbp/msEBOiQdQ9DGx1m4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941TypesAuthorizationValidation.class" - }, - { - "key": "SHA-256-Digest", - "value": "q/jfM75UjoOzqTdPc4YkPXtfa/1/7GC+qEF1znVM1ig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/SequenceOfCtlCommand.class" - }, - { - "key": "SHA-256-Digest", - "value": "gqW4et3+gkzDnixDQ9Feu7spVrksxqro6DRT4UgFXYE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/smime/SMIMEEncryptionKeyPreferenceAttribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "KM3hoJiPFLHSPQIRNFPxnEn6gUnSZ/nX4E7hjLaoM4c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CertificationRequest$CertificationRequestInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "zUqJerOnreUAWIDf50Jfy5HGPFs2fM9GY6emdHI0IBA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/EnvelopedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "VtWN5e4YtlRyqkkDDGuJa1ZKMoa/roPLhvcEiPXzmEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/OriginatorIdentifierOrKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sq6x+4X1y4OO//bOxy/USqNYEcKcOLHB0qZx05m58mI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SignerLocation.class" - }, - { - "key": "SHA-256-Digest", - "value": "DVZyk5YfbKmmTlMo3c/OaR0+4LL43OVIYE/xUYlIlyY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/MissingCrlIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "yZN0vlWp8qDvVV8xRuQu6VagA3fNC5mmxG+hsnE9BiE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/EvidenceRecord.class" - }, - { - "key": "SHA-256-Digest", - "value": "7PsEH4QAGgI58Kq/RcK/0ThWsJ6tmFb+wWa78wzUu/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Psid.class" - }, - { - "key": "SHA-256-Digest", - "value": "KICuZuoGR0FfaHfQOmu+UG7gyaUK4sRtuTwEwEYDpeY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/RevRepContentBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "TpMT0PXeZGyEiVwINxstaf5IVa6zdtavwGvkFqBC06s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ToBeSignedCertificate$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "PNQCPt0S3Vv7U+bmPWcbxBTXkEeLdAqXU1xG+XVwVK8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/EnrolmentResponseMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "oKm5B4btuijjl3juWeTenp/XbdYVHkI4TUppXj1Ak+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/RecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "XhUDkJp/sth+Eo+HDySI800bMuQcK4XgHXZxwOySrSU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/Flags.class" - }, - { - "key": "SHA-256-Digest", - "value": "DPo4+8XmCosaMiRI/UYbMPDoa6VsmgoRzRyGl+beEdI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi103097/extension/EtsiTs103097ExtensionModule$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "tB5wEIkPyjjuPXmMI/bAlxshQaurCf3J7eQUEJlnULc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/CertificateHolderReference.class" - }, - { - "key": "SHA-256-Digest", - "value": "gXFXgvkV6Psy1fyP3j8Ws9fx6aHb/LInshM5cYXo8bs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/TimeStampedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "pB1+V+/zFRvUKfXbNJQqIX/RkOrcw8GQWeYUWnTPlcg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/AuthenticatedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "01rzoUMXKwAaDP/mPRJ5VF4rb0QUa0knGj9cmt7FmKQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerAtRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "44rsRhPe4eJ2b5ELXBXbV5A+Dwwxok83xpKGZ+QC+WM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/EncryptedPOP.class" - }, - { - "key": "SHA-256-Digest", - "value": "IrIsFfIMN1MGHPMFeJQGVI5Zvo5ld2kcr2Oe5tJdnMs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/KEKRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "d4iWihcpq+cyLbr7nldk1aa4BzAma0euYrCkEsqsNO4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/TlmEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "sjktpfPSBU3pNto+tlKF0hgs7HruVlJsQY8o1GouEpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataSignedExternalPayload.class" - }, - { - "key": "SHA-256-Digest", - "value": "R/sU5DN2lZHDx7YdFokue4CU2zf7lz0eANp2ABWMBAI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CaCertificateRequestMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "C0tmQdTeWZEKKdDCnGYK3IGvhjRDWv+Won72ASylPWQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CtlFormat$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "HJ2lY5NOpJUmoGv8wSmz90g0m1CKi9ocarcuuKkJrCk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/PKIArchiveOptions.class" - }, - { - "key": "SHA-256-Digest", - "value": "giYUb9HvQeKILekUJXUyGrPs9JR3u+67kUD2tI4L7yg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CircularRegion.class" - }, - { - "key": "SHA-256-Digest", - "value": "l8MDxkN8+1kswU48FQQmZ8z9RGsavWtrH5ANJgFqBUw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/BodyPartPath.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nvb4KsqS9dDUEpYmDsrOnMwzZXKPyR7t2TdU3KrMtro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/OriginatorPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "VLVt3pY6Y0q7tdhtXiJ2Y8d2cRZbzDY9sbfcfg2SeOs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/RegionAndSubregions.class" - }, - { - "key": "SHA-256-Digest", - "value": "VhxyXN0RtJJkoeMQGwJ37uYGRqQGAa8YVFQwWGmXRs8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/ECDSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "SoDHFf66jA7eo4ttihoTAz9pLaSDLbihAKIGQkkvqYw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CountryAndRegions.class" - }, - { - "key": "SHA-256-Digest", - "value": "wy8Da5HjRkv+UC4CmTCSTvcI0TFTlG/f4TRPyontU+o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/PublicKeyDataObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "MDkPSBSnks7vBNEApuOXb252/x+RHhPRFIIT81qN7Kg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/CertReqMsg.class" - }, - { - "key": "SHA-256-Digest", - "value": "5hlkabM50RFG8YyG+rhLypsPrcbv+oG/YyTXS6Ta0aA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/ServiceType.class" - }, - { - "key": "SHA-256-Digest", - "value": "we+CbH+Ji65SVb9jMjWO9wJFpFV1AbfR5ZiNU3DimY4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/AttributeTypeAndValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "hKPOoZ5hm7YQCBOsnUyNH+CmcJum7UBBQn7ICECNEyM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/PKIPublicationInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "ppJtPtnDPS7gNJtKyVdvXE2CpCFaLzIc96gmS30qveA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/icao/LDSSecurityObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "MCKxilc1hc1U8MOCeC08AIjKIyWmhSWDLi2TNzz3SgU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/VerificationKeyIndicator.class" - }, - { - "key": "SHA-256-Digest", - "value": "3rEZzDueWLmZgn+AjnvMHkuSaXQ+UyXwIrd46wyzR4U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SubjectPermissions.class" - }, - { - "key": "SHA-256-Digest", - "value": "g3OT2Ond2VNazcNsW4MINr7GERPOxLR5jP9kl695oQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CrlSeries.class" - }, - { - "key": "SHA-256-Digest", - "value": "g7+eIFpq/2ctF/it+rvUi7K7lmyV539aR3IJV/nmrzY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/CompressedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gh/iiJ2lqG6bXXEF9lhSgRS9f22gDDSlJHagnTSqtoU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/CCMParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "x2RTiefVlEh039jK5ceehuVrsZlvZJoO2zNlbnHsWh8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/icao/DataGroupHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "38uO+GNQkk+RcUVjq+zgzERDnCflUKI70ec3TpxTyrA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/ArchiveTimeStampSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "diapG3NUz1XSx0u2CCpS/MAsSc+uRLlv3MQL8A5qXlg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/UnsignedInteger.class" - }, - { - "key": "SHA-256-Digest", - "value": "UvXI61Bf5F5+9e+lEdr5Ks6oVDY6YvQx0F9XMhiHaok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941TrustLists.class" - }, - { - "key": "SHA-256-Digest", - "value": "ELdt8pkKgtD7VtfO6JBj8O2UCUhtx8Fg8Y5dIaLP10U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/FillCtl.class" - }, - { - "key": "SHA-256-Digest", - "value": "7tmD2nNoOMW0luHu1Eut8sV3o2d3hxsmDs4j6WnsSyc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CertificationRequest$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "JiShoMEtOwQj9AN33Qz8co8CcVuiOa35OBYckxhriKI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/EndEntityType.class" - }, - { - "key": "SHA-256-Digest", - "value": "21Nj9IkxizzCOfxoVhL6GcXRnunC8rHwypLsYOrLfYM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/EACObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Aap3VjANgjEv5isfT9L/IZAWgoem2MIM2VSB35wWS8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/POPOPrivKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ib6Orek2LzyFWUA6TYKKepZHLCWMf0JPapuYZRQNkE8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfUint8.class" - }, - { - "key": "SHA-256-Digest", - "value": "kWN7hATTIN6wEtU3yIKfz9nJP6jBKaevgs69Arp9eOk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataSignedAndEncryptedUnicast.class" - }, - { - "key": "SHA-256-Digest", - "value": "O/fudA+vtfdPvzerxBny/VJw46IRWX1KrUffuc+1VyY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/TaggedAttribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "JILz7I+TTZKgcWeTttDhqFiGclxsewi3dcMqn7gbyR0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedLinkCertificate$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "5VhC1Xf7Om+M4evldw+2UTcSLEwHO2Hr0bW83QChGWs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataSignedUnicast.class" - }, - { - "key": "SHA-256-Digest", - "value": "+k3qKueOdVA0h2NxBv9J+K+rOnpF/Wdl6ShwailMKEk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfPsidSsp$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "bZyW7GzWQnh31Aixovk5l3wPdc7V9SR1uxpg4GL0tU8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/TlmEntry$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "x/jOC/5NIIrwBNUq8pQlDLjYgmxL/wikzNUEqJAO9qc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfIdentifiedRegion.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y9ryi0fZ4FDDzlkhROYwscEyNTDpETVn6prwIRVLbUo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bsi/BSIObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "7Mc3JClL5NyAGNzLVUpp0P6wBTALbOUfOyWSPLelvYk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/HashedId10.class" - }, - { - "key": "SHA-256-Digest", - "value": "K3YoiAKfz4fZ4KrC1ShrUSvOEkoOZpSoM+nS6e6K69k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/ServiceSpecificPermissions.class" - }, - { - "key": "SHA-256-Digest", - "value": "gdd5i0SOCZdN/pkHjZaZdXhjk6RcJEf2DO9BC2QfNgA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/TSTInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZUWy5XU71/oHaqS46zR46Djds+0X0xWoMDeu6pcEy2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerEcResponse$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q6FQM1UPG1Ce7JLRak4l2x5J6i+R5CF6fpWZ6UlcEis=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIHeaderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "9MAUvZp9rdZhLMqfxrq+kB5FMyg79Whlapghuc4ffR0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/DeferredElementSupplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "drD98zFgOqS/TN6WYVi97Q9rTzSn3SepjpTCsYiKJ2w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/ArchiveTimeStamp.class" - }, - { - "key": "SHA-256-Digest", - "value": "RCboQsMuETlla8LxNtGewhp1P8nQu+fZuuw4KlmpiuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/IdentityProofV2.class" - }, - { - "key": "SHA-256-Digest", - "value": "1BxIuZ3Ji29zI9p3gfNsb65Xtq+e0dtVngTHkuf0B7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/ContentInfoParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "VWd8eMGpw7YbpOdPX67WzG6qe9TMSfxmufnZ7r+Alio=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/CertTemplate.class" - }, - { - "key": "SHA-256-Digest", - "value": "xrXV+45j3/Q4lwtx1Ewqh4EeA3QnA8WB4RsL+nHlPFw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/NinetyDegreeInt.class" - }, - { - "key": "SHA-256-Digest", - "value": "RHVwG6aj7uRhzH1fjcWPvONXeqsPy+ewXksve/Om0Nw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ZHzYqqmxaN2OkULhDUEPw1RJRl5IXwlHnu/NYvYjj4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationValidationResponseMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "JHHqHeb/gY8ZFLqLTWeSoBxXYwNx6PVm52yLxkjITvg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/RegionAndSubregions$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zBu+Y/C1910fw3CeZZC24UWOgFj5BhvEY/uQFavuPAA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PublicEncryptionKey$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "bjn8366Rf5VeMkss7afrjRkMw3Rnsly+X4wC+ZveEtc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/SwitchIndexer.class" - }, - { - "key": "SHA-256-Digest", - "value": "mCLo/uQabkTvfNXP+Xf2MYQTbD3jO5iRqAXwaKlWd9U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/TimeStampReq.class" - }, - { - "key": "SHA-256-Digest", - "value": "RGqspgjZKhvR5/Bs6RLHOrtA/CBoYmpjjcSqWAClvZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/EtsiTs102941CtlRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "WajBrKl7u9gkn8jmDQ78BCw3iXrEATwL8rx+TeyLcUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/EeEcaCertRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "9WcHFFx4W0ryJpPT78TrVTBcPQGnuprsb22Sa2FIEFs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/LraPopWitness.class" - }, - { - "key": "SHA-256-Digest", - "value": "IKT3L46J3KMECkjwEai/xnc6NnWEleo9TS3VTW2keW4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSCertInfoBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "EbiTPnwPQtzcaFnGca44+Bn+cr/uNzksvacrODcS3R8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/ControlsProcessed.class" - }, - { - "key": "SHA-256-Digest", - "value": "3EuwRxKlVCfUnf/UBLlerCmZPNwlMQ6VjrFZaZ0re0I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/CertificationAuthorityReference.class" - }, - { - "key": "SHA-256-Digest", - "value": "uCLEM37mszmtKK8g/lvzRzwK7V/ZKbUs35g2snpAzro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertReqTemplateContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "t9CgAKDF7I9NmMFhetpawI46Gb3yurRUbpscU7OUUTo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/HashedId8.class" - }, - { - "key": "SHA-256-Digest", - "value": "izBjCXHyeQSOiapYHMs25vXKUs6Y5cK0KLH0aRZE9Fs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SymmetricEncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "FanUIs6lw+DqT4l6j5oPWgXX6s3IOWfoHo8lEVL2HiI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/ButterflyParamsOriginal.class" - }, - { - "key": "SHA-256-Digest", - "value": "1YGnDsMaBOjwqIY9EvdAcXkXX86xmPVR8RjEd5m9vMQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "1B2iSvJwU6Wt7z4xhMZWklsjYunUYFtH3Fgw9+Z0Wzo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfPsid$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "3C9HZ5jfrbrLCZpBovLt4mC3QbUJxMRP8zfALp4j+mk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIFailureInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "MUoXRGZUPG0dxMaGsjeWlGEvF0tkyjvFSC/+aM/e2Oc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AaEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZP+wr1ownKI2SBONP2NX2z8bczsFbcwULOwS9szSWco=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/RootCaEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "swWC3Rr/GTwWF4DRYlM9ztoV7+CY2+fdy/1/VWV4nHA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Elevation.class" - }, - { - "key": "SHA-256-Digest", - "value": "2BcejuhsCkSJc4GoVuPEftzDJeLecreKSCSo0oRXOOg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Point384.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gqe/l2W62OhMjymrLEEVCRrTi3jErXW7xg8ZAyNe0o4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CtlDelete.class" - }, - { - "key": "SHA-256-Digest", - "value": "LGY6lInGamYGSNwhP1jo7z7w6aMXE5Tg5l93aMPZyxE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/OneEightyDegreeInt.class" - }, - { - "key": "SHA-256-Digest", - "value": "KpgYBsnoVC6XGtouOas/I1k8EhmsE0oPcq2OkY/otg4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941TypesAuthorization.class" - }, - { - "key": "SHA-256-Digest", - "value": "YslPXK5EDPYLWZYYX4sJGP5y7IlKOSJNFRd50+g1zwI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/PreSharedKeyRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Af6QgzucjaV0me2z/Fx66tKAF1IrLEZAITQ317KrXR0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/TwoDLocation$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "y6HfPnUfC7HWPZnyirax/Ry6TD/iseGnZ9PTckoRAnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/CMSAlgorithmProtection.class" - }, - { - "key": "SHA-256-Digest", - "value": "kbuKV/v7OOGJanDGriFmtmZ2UdUBuWhwRfOKC/tPMKM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfRectangularRegion.class" - }, - { - "key": "SHA-256-Digest", - "value": "BoTpFGajXtf0IfMxQoIT8FFDaKDKJ/Q6C3i/qYSgNwM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/ieee1609dot2dot1/Ieee1609Dot2Dot1EcaEeInterface.class" - }, - { - "key": "SHA-256-Digest", - "value": "/euoufWZ7N0yRaKB1hN1TCo8sFGC4EeAM1RTpZ9QF/s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIConfirmContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "PsiaiWSgs/DzVoXAwJfY6x+iAXI1yZWlNUm6OG0hcVE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIStatusInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "le2OgmnqKhz0Zsi79sWLWx5suRZjkNZyswEKPKA3Aas=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/ExtId.class" - }, - { - "key": "SHA-256-Digest", - "value": "ansLHpTTMaL5omWWbB9KyPBAfvtqTkX4ykwW3zFpci0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/DeltaCtl.class" - }, - { - "key": "SHA-256-Digest", - "value": "u3L8LaCqX+28fedybVkuQjy7Da853OoDi06LmNfN1z4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PublicVerificationKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "fyrtybmWleLXe5rhFMaCD8ts2OdCtSx1ghyO7txh0zQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/CryptoInfos.class" - }, - { - "key": "SHA-256-Digest", - "value": "YUM9StY4ZnRfakfaG9bm2AcXtMM33cnD8YkbPF+B8Mc=" - } - ] - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "929723bc9ef128aadba955929f701393bc6a153b" - } - ] - } - }, - { - "id": "040d7447aa36c369", - "name": "benchmark", - "version": "0.2.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/benchmark-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/benchmark-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/benchmark-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/benchmark-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/benchmark-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/benchmark-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:benchmark:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:benchmark:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:benchmark:benchmark:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:benchmark:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:benchmark:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:benchmark:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/benchmark@0.2.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "benchmark", - "version": "0.2.0", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "benchmark.gemspec", - "bin/console", - "bin/setup", - "lib/benchmark.rb", - "lib/benchmark/version.rb" - ], - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/benchmark" - } - }, - { - "id": "b7b8bbf28eac7011", - "name": "bigdecimal", - "version": "3.1.4", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/bigdecimal-3.1.4-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/bigdecimal-3.1.4-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/bigdecimal-3.1.4-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/bigdecimal-3.1.4-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/bigdecimal-3.1.4-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/bigdecimal-3.1.4-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:shigeo-kobayashi:bigdecimal:3.1.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:shigeo_kobayashi:bigdecimal:3.1.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:zachary-scott:bigdecimal:3.1.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:zachary_scott:bigdecimal:3.1.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kenta-murata:bigdecimal:3.1.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kenta_murata:bigdecimal:3.1.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bigdecimal:bigdecimal:3.1.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:bigdecimal:3.1.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:bigdecimal:3.1.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:bigdecimal:3.1.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/bigdecimal@3.1.4", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "bigdecimal", - "version": "3.1.4", - "files": [ - "bigdecimal.gemspec", - "lib/bigdecimal.rb", - "lib/bigdecimal/jacobian.rb", - "lib/bigdecimal/ludcmp.rb", - "lib/bigdecimal/math.rb", - "lib/bigdecimal/newton.rb", - "lib/bigdecimal/util.rb", - "sample/linear.rb", - "sample/nlsolve.rb", - "sample/pi.rb" - ], - "authors": [ - "Kenta Murata", - "Zachary Scott", - "Shigeo Kobayashi" - ], - "homepage": "https://github.com/ruby/bigdecimal" - } - }, - { - "id": "0e575cd494826bfe", - "name": "bundler", - "version": "2.3.26", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/bundler-2.3.26.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/bundler-2.3.26.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/bundler-2.3.26.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/bundler-2.3.26.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:jessica-lynn-suttles:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jessica_lynn_suttles:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stephanie-morillo:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stephanie_morillo:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hiroshi-shibata:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hiroshi_shibata:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:colby-swandale:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:colby_swandale:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:samuel-giddins:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:samuel_giddins:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:chris-morris:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:chris_morris:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:carl-lerche:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:carl_lerche:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:terence-lee:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:terence_lee:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yehuda-katz:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yehuda_katz:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grey-baker:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grey_baker:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:james-wen:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:james_wen:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tim-moore:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tim_moore:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bundler:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/bundler@2.3.26", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "bundler", - "version": "2.3.26", - "files": [ - "CHANGELOG.md", - "LICENSE.md", - "README.md", - "bundler.gemspec", - "exe/bundle", - "exe/bundler", - "lib/bundler.rb", - "lib/bundler/.document", - "lib/bundler/build_metadata.rb", - "lib/bundler/capistrano.rb", - "lib/bundler/cli.rb", - "lib/bundler/cli/add.rb", - "lib/bundler/cli/binstubs.rb", - "lib/bundler/cli/cache.rb", - "lib/bundler/cli/check.rb", - "lib/bundler/cli/clean.rb", - "lib/bundler/cli/common.rb", - "lib/bundler/cli/config.rb", - "lib/bundler/cli/console.rb", - "lib/bundler/cli/doctor.rb", - "lib/bundler/cli/exec.rb", - "lib/bundler/cli/fund.rb", - "lib/bundler/cli/gem.rb", - "lib/bundler/cli/info.rb", - "lib/bundler/cli/init.rb", - "lib/bundler/cli/inject.rb", - "lib/bundler/cli/install.rb", - "lib/bundler/cli/issue.rb", - "lib/bundler/cli/list.rb", - "lib/bundler/cli/lock.rb", - "lib/bundler/cli/open.rb", - "lib/bundler/cli/outdated.rb", - "lib/bundler/cli/platform.rb", - "lib/bundler/cli/plugin.rb", - "lib/bundler/cli/pristine.rb", - "lib/bundler/cli/remove.rb", - "lib/bundler/cli/show.rb", - "lib/bundler/cli/update.rb", - "lib/bundler/cli/viz.rb", - "lib/bundler/compact_index_client.rb", - "lib/bundler/compact_index_client/cache.rb", - "lib/bundler/compact_index_client/gem_parser.rb", - "lib/bundler/compact_index_client/updater.rb", - "lib/bundler/constants.rb", - "lib/bundler/current_ruby.rb", - "lib/bundler/definition.rb", - "lib/bundler/dependency.rb", - "lib/bundler/deployment.rb", - "lib/bundler/deprecate.rb", - "lib/bundler/digest.rb", - "lib/bundler/dsl.rb", - "lib/bundler/endpoint_specification.rb", - "lib/bundler/env.rb", - "lib/bundler/environment_preserver.rb", - "lib/bundler/errors.rb", - "lib/bundler/feature_flag.rb", - "lib/bundler/fetcher.rb", - "lib/bundler/fetcher/base.rb", - "lib/bundler/fetcher/compact_index.rb", - "lib/bundler/fetcher/dependency.rb", - "lib/bundler/fetcher/downloader.rb", - "lib/bundler/fetcher/index.rb", - "lib/bundler/friendly_errors.rb", - "lib/bundler/gem_helper.rb", - "lib/bundler/gem_helpers.rb", - "lib/bundler/gem_tasks.rb", - "lib/bundler/gem_version_promoter.rb", - "lib/bundler/graph.rb", - "lib/bundler/index.rb", - "lib/bundler/injector.rb", - "lib/bundler/inline.rb", - "lib/bundler/installer.rb", - "lib/bundler/installer/gem_installer.rb", - "lib/bundler/installer/parallel_installer.rb", - "lib/bundler/installer/standalone.rb", - "lib/bundler/lazy_specification.rb", - "lib/bundler/lockfile_generator.rb", - "lib/bundler/lockfile_parser.rb", - "lib/bundler/man/.document", - "lib/bundler/man/bundle-add.1", - "lib/bundler/man/bundle-add.1.ronn", - "lib/bundler/man/bundle-binstubs.1", - "lib/bundler/man/bundle-binstubs.1.ronn", - "lib/bundler/man/bundle-cache.1", - "lib/bundler/man/bundle-cache.1.ronn", - "lib/bundler/man/bundle-check.1", - "lib/bundler/man/bundle-check.1.ronn", - "lib/bundler/man/bundle-clean.1", - "lib/bundler/man/bundle-clean.1.ronn", - "lib/bundler/man/bundle-config.1", - "lib/bundler/man/bundle-config.1.ronn", - "lib/bundler/man/bundle-console.1", - "lib/bundler/man/bundle-console.1.ronn", - "lib/bundler/man/bundle-doctor.1", - "lib/bundler/man/bundle-doctor.1.ronn", - "lib/bundler/man/bundle-exec.1", - "lib/bundler/man/bundle-exec.1.ronn", - "lib/bundler/man/bundle-gem.1", - "lib/bundler/man/bundle-gem.1.ronn", - "lib/bundler/man/bundle-help.1", - "lib/bundler/man/bundle-help.1.ronn", - "lib/bundler/man/bundle-info.1", - "lib/bundler/man/bundle-info.1.ronn", - "lib/bundler/man/bundle-init.1", - "lib/bundler/man/bundle-init.1.ronn", - "lib/bundler/man/bundle-inject.1", - "lib/bundler/man/bundle-inject.1.ronn", - "lib/bundler/man/bundle-install.1", - "lib/bundler/man/bundle-install.1.ronn", - "lib/bundler/man/bundle-list.1", - "lib/bundler/man/bundle-list.1.ronn", - "lib/bundler/man/bundle-lock.1", - "lib/bundler/man/bundle-lock.1.ronn", - "lib/bundler/man/bundle-open.1", - "lib/bundler/man/bundle-open.1.ronn", - "lib/bundler/man/bundle-outdated.1", - "lib/bundler/man/bundle-outdated.1.ronn", - "lib/bundler/man/bundle-platform.1", - "lib/bundler/man/bundle-platform.1.ronn", - "lib/bundler/man/bundle-plugin.1", - "lib/bundler/man/bundle-plugin.1.ronn", - "lib/bundler/man/bundle-pristine.1", - "lib/bundler/man/bundle-pristine.1.ronn", - "lib/bundler/man/bundle-remove.1", - "lib/bundler/man/bundle-remove.1.ronn", - "lib/bundler/man/bundle-show.1", - "lib/bundler/man/bundle-show.1.ronn", - "lib/bundler/man/bundle-update.1", - "lib/bundler/man/bundle-update.1.ronn", - "lib/bundler/man/bundle-version.1", - "lib/bundler/man/bundle-version.1.ronn", - "lib/bundler/man/bundle-viz.1", - "lib/bundler/man/bundle-viz.1.ronn", - "lib/bundler/man/bundle.1", - "lib/bundler/man/bundle.1.ronn", - "lib/bundler/man/gemfile.5", - "lib/bundler/man/gemfile.5.ronn", - "lib/bundler/man/index.txt", - "lib/bundler/match_metadata.rb", - "lib/bundler/match_platform.rb", - "lib/bundler/match_remote_metadata.rb", - "lib/bundler/mirror.rb", - "lib/bundler/plugin.rb", - "lib/bundler/plugin/api.rb", - "lib/bundler/plugin/api/source.rb", - "lib/bundler/plugin/dsl.rb", - "lib/bundler/plugin/events.rb", - "lib/bundler/plugin/index.rb", - "lib/bundler/plugin/installer.rb", - "lib/bundler/plugin/installer/git.rb", - "lib/bundler/plugin/installer/rubygems.rb", - "lib/bundler/plugin/source_list.rb", - "lib/bundler/process_lock.rb", - "lib/bundler/remote_specification.rb", - "lib/bundler/resolver.rb", - "lib/bundler/resolver/base.rb", - "lib/bundler/resolver/spec_group.rb", - "lib/bundler/retry.rb", - "lib/bundler/ruby_dsl.rb", - "lib/bundler/ruby_version.rb", - "lib/bundler/rubygems_ext.rb", - "lib/bundler/rubygems_gem_installer.rb", - "lib/bundler/rubygems_integration.rb", - "lib/bundler/runtime.rb", - "lib/bundler/self_manager.rb", - "lib/bundler/settings.rb", - "lib/bundler/settings/validator.rb", - "lib/bundler/setup.rb", - "lib/bundler/shared_helpers.rb", - "lib/bundler/similarity_detector.rb", - "lib/bundler/source.rb", - "lib/bundler/source/gemspec.rb", - "lib/bundler/source/git.rb", - "lib/bundler/source/git/git_proxy.rb", - "lib/bundler/source/metadata.rb", - "lib/bundler/source/path.rb", - "lib/bundler/source/path/installer.rb", - "lib/bundler/source/rubygems.rb", - "lib/bundler/source/rubygems/remote.rb", - "lib/bundler/source/rubygems_aggregate.rb", - "lib/bundler/source_list.rb", - "lib/bundler/source_map.rb", - "lib/bundler/spec_set.rb", - "lib/bundler/stub_specification.rb", - "lib/bundler/templates/.document", - "lib/bundler/templates/Executable", - "lib/bundler/templates/Executable.bundler", - "lib/bundler/templates/Executable.standalone", - "lib/bundler/templates/Gemfile", - "lib/bundler/templates/gems.rb", - "lib/bundler/templates/newgem/CHANGELOG.md.tt", - "lib/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt", - "lib/bundler/templates/newgem/Gemfile.tt", - "lib/bundler/templates/newgem/LICENSE.txt.tt", - "lib/bundler/templates/newgem/README.md.tt", - "lib/bundler/templates/newgem/Rakefile.tt", - "lib/bundler/templates/newgem/bin/console.tt", - "lib/bundler/templates/newgem/bin/setup.tt", - "lib/bundler/templates/newgem/circleci/config.yml.tt", - "lib/bundler/templates/newgem/exe/newgem.tt", - "lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt", - "lib/bundler/templates/newgem/ext/newgem/newgem.c.tt", - "lib/bundler/templates/newgem/ext/newgem/newgem.h.tt", - "lib/bundler/templates/newgem/github/workflows/main.yml.tt", - "lib/bundler/templates/newgem/gitignore.tt", - "lib/bundler/templates/newgem/gitlab-ci.yml.tt", - "lib/bundler/templates/newgem/lib/newgem.rb.tt", - "lib/bundler/templates/newgem/lib/newgem/version.rb.tt", - "lib/bundler/templates/newgem/newgem.gemspec.tt", - "lib/bundler/templates/newgem/rspec.tt", - "lib/bundler/templates/newgem/rubocop.yml.tt", - "lib/bundler/templates/newgem/sig/newgem.rbs.tt", - "lib/bundler/templates/newgem/spec/newgem_spec.rb.tt", - "lib/bundler/templates/newgem/spec/spec_helper.rb.tt", - "lib/bundler/templates/newgem/standard.yml.tt", - "lib/bundler/templates/newgem/test/minitest/test_helper.rb.tt", - "lib/bundler/templates/newgem/test/minitest/test_newgem.rb.tt", - "lib/bundler/templates/newgem/test/test-unit/newgem_test.rb.tt", - "lib/bundler/templates/newgem/test/test-unit/test_helper.rb.tt", - "lib/bundler/templates/newgem/travis.yml.tt", - "lib/bundler/ui.rb", - "lib/bundler/ui/rg_proxy.rb", - "lib/bundler/ui/shell.rb", - "lib/bundler/ui/silent.rb", - "lib/bundler/uri_credentials_filter.rb", - "lib/bundler/vendor/.document", - "lib/bundler/vendor/connection_pool/LICENSE", - "lib/bundler/vendor/connection_pool/lib/connection_pool.rb", - "lib/bundler/vendor/connection_pool/lib/connection_pool/timed_stack.rb", - "lib/bundler/vendor/connection_pool/lib/connection_pool/version.rb", - "lib/bundler/vendor/connection_pool/lib/connection_pool/wrapper.rb", - "lib/bundler/vendor/fileutils/LICENSE.txt", - "lib/bundler/vendor/fileutils/lib/fileutils.rb", - "lib/bundler/vendor/molinillo/LICENSE", - "lib/bundler/vendor/molinillo/lib/molinillo.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/log.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/errors.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/state.rb", - "lib/bundler/vendor/net-http-persistent/README.rdoc", - "lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb", - "lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/connection.rb", - "lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/pool.rb", - "lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/timed_stack_multi.rb", - "lib/bundler/vendor/thor/LICENSE.md", - "lib/bundler/vendor/thor/lib/thor.rb", - "lib/bundler/vendor/thor/lib/thor/actions.rb", - "lib/bundler/vendor/thor/lib/thor/actions/create_file.rb", - "lib/bundler/vendor/thor/lib/thor/actions/create_link.rb", - "lib/bundler/vendor/thor/lib/thor/actions/directory.rb", - "lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb", - "lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb", - "lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb", - "lib/bundler/vendor/thor/lib/thor/base.rb", - "lib/bundler/vendor/thor/lib/thor/command.rb", - "lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb", - "lib/bundler/vendor/thor/lib/thor/error.rb", - "lib/bundler/vendor/thor/lib/thor/group.rb", - "lib/bundler/vendor/thor/lib/thor/invocation.rb", - "lib/bundler/vendor/thor/lib/thor/line_editor.rb", - "lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb", - "lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb", - "lib/bundler/vendor/thor/lib/thor/nested_context.rb", - "lib/bundler/vendor/thor/lib/thor/parser.rb", - "lib/bundler/vendor/thor/lib/thor/parser/argument.rb", - "lib/bundler/vendor/thor/lib/thor/parser/arguments.rb", - "lib/bundler/vendor/thor/lib/thor/parser/option.rb", - "lib/bundler/vendor/thor/lib/thor/parser/options.rb", - "lib/bundler/vendor/thor/lib/thor/rake_compat.rb", - "lib/bundler/vendor/thor/lib/thor/runner.rb", - "lib/bundler/vendor/thor/lib/thor/shell.rb", - "lib/bundler/vendor/thor/lib/thor/shell/basic.rb", - "lib/bundler/vendor/thor/lib/thor/shell/color.rb", - "lib/bundler/vendor/thor/lib/thor/shell/html.rb", - "lib/bundler/vendor/thor/lib/thor/util.rb", - "lib/bundler/vendor/thor/lib/thor/version.rb", - "lib/bundler/vendor/tmpdir/lib/tmpdir.rb", - "lib/bundler/vendor/tsort/LICENSE.txt", - "lib/bundler/vendor/tsort/lib/tsort.rb", - "lib/bundler/vendor/uri/LICENSE.txt", - "lib/bundler/vendor/uri/lib/uri.rb", - "lib/bundler/vendor/uri/lib/uri/common.rb", - "lib/bundler/vendor/uri/lib/uri/file.rb", - "lib/bundler/vendor/uri/lib/uri/ftp.rb", - "lib/bundler/vendor/uri/lib/uri/generic.rb", - "lib/bundler/vendor/uri/lib/uri/http.rb", - "lib/bundler/vendor/uri/lib/uri/https.rb", - "lib/bundler/vendor/uri/lib/uri/ldap.rb", - "lib/bundler/vendor/uri/lib/uri/ldaps.rb", - "lib/bundler/vendor/uri/lib/uri/mailto.rb", - "lib/bundler/vendor/uri/lib/uri/rfc2396_parser.rb", - "lib/bundler/vendor/uri/lib/uri/rfc3986_parser.rb", - "lib/bundler/vendor/uri/lib/uri/version.rb", - "lib/bundler/vendor/uri/lib/uri/ws.rb", - "lib/bundler/vendor/uri/lib/uri/wss.rb", - "lib/bundler/vendored_fileutils.rb", - "lib/bundler/vendored_molinillo.rb", - "lib/bundler/vendored_persistent.rb", - "lib/bundler/vendored_thor.rb", - "lib/bundler/vendored_tmpdir.rb", - "lib/bundler/vendored_tsort.rb", - "lib/bundler/vendored_uri.rb", - "lib/bundler/version.rb", - "lib/bundler/version_ranges.rb", - "lib/bundler/vlad.rb", - "lib/bundler/worker.rb", - "lib/bundler/yaml_serializer.rb" - ], - "authors": [ - "André Arko", - "Samuel Giddins", - "Colby Swandale", - "Hiroshi Shibata", - "David Rodríguez", - "Grey Baker", - "Stephanie Morillo", - "Chris Morris", - "James Wen", - "Tim Moore", - "André Medeiros", - "Jessica Lynn Suttles", - "Terence Lee", - "Carl Lerche", - "Yehuda Katz" - ], - "homepage": "https://bundler.io" - } - }, - { - "id": "c62f38838a697b2f", - "name": "cgi", - "version": "0.3.6", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/cgi-0.3.6-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/cgi-0.3.6-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/cgi-0.3.6-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/cgi-0.3.6-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/cgi-0.3.6-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/cgi-0.3.6-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:ruby-lang:cgi:0.3.6:*:*:*:*:ruby:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:gem/cgi@0.3.6", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "cgi", - "version": "0.3.6", - "files": [ - "LICENSE.txt", - "README.md", - "ext/java/org/jruby/ext/cgi/escape/lib/cgi/escape.rb", - "lib/cgi.rb", - "lib/cgi/cookie.rb", - "lib/cgi/core.rb", - "lib/cgi/escape.jar", - "lib/cgi/html.rb", - "lib/cgi/session.rb", - "lib/cgi/session/pstore.rb", - "lib/cgi/util.rb" - ], - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/cgi" - } - }, - { - "id": "760d1ba6329640fb", - "name": "cparse-jruby", - "version": "UNKNOWN", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/cparse-jruby.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/racc/cparse-jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:cparse-jruby:cparse-jruby:*:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:cparse-jruby:cparse_jruby:*:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:cparse_jruby:cparse-jruby:*:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:cparse_jruby:cparse_jruby:*:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:cparse:cparse-jruby:*:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:cparse:cparse_jruby:*:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/cparse-jruby/cparse-jruby", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/racc/cparse-jruby.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "1.8.0_292 (AdoptOpenJDK)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "3db40231f23513637dc2d89300866bab97b9019f" - } - ] - } - }, - { - "id": "ec40ea4ba8a077f8", - "name": "csv", - "version": "3.2.5", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/csv-3.2.5.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/csv-3.2.5.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/csv-3.2.5.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/csv-3.2.5.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/csv-3.2.5.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/csv-3.2.5.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:james-edward-gray-ii:csv:3.2.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:james_edward_gray_ii:csv:3.2.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kouhei-sutou:csv:3.2.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kouhei_sutou:csv:3.2.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:csv:3.2.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:csv:3.2.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:csv:3.2.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:csv:csv:3.2.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/csv@3.2.5", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "csv", - "version": "3.2.5", - "files": [ - "LICENSE.txt", - "NEWS.md", - "README.md", - "doc/csv/arguments/io.rdoc", - "doc/csv/options/common/col_sep.rdoc", - "doc/csv/options/common/quote_char.rdoc", - "doc/csv/options/common/row_sep.rdoc", - "doc/csv/options/generating/force_quotes.rdoc", - "doc/csv/options/generating/quote_empty.rdoc", - "doc/csv/options/generating/write_converters.rdoc", - "doc/csv/options/generating/write_empty_value.rdoc", - "doc/csv/options/generating/write_headers.rdoc", - "doc/csv/options/generating/write_nil_value.rdoc", - "doc/csv/options/parsing/converters.rdoc", - "doc/csv/options/parsing/empty_value.rdoc", - "doc/csv/options/parsing/field_size_limit.rdoc", - "doc/csv/options/parsing/header_converters.rdoc", - "doc/csv/options/parsing/headers.rdoc", - "doc/csv/options/parsing/liberal_parsing.rdoc", - "doc/csv/options/parsing/nil_value.rdoc", - "doc/csv/options/parsing/return_headers.rdoc", - "doc/csv/options/parsing/skip_blanks.rdoc", - "doc/csv/options/parsing/skip_lines.rdoc", - "doc/csv/options/parsing/strip.rdoc", - "doc/csv/options/parsing/unconverted_fields.rdoc", - "doc/csv/recipes/filtering.rdoc", - "doc/csv/recipes/generating.rdoc", - "doc/csv/recipes/parsing.rdoc", - "doc/csv/recipes/recipes.rdoc", - "lib/csv.rb", - "lib/csv/core_ext/array.rb", - "lib/csv/core_ext/string.rb", - "lib/csv/fields_converter.rb", - "lib/csv/input_record_separator.rb", - "lib/csv/parser.rb", - "lib/csv/row.rb", - "lib/csv/table.rb", - "lib/csv/version.rb", - "lib/csv/writer.rb" - ], - "authors": [ - "James Edward Gray II", - "Kouhei Sutou" - ], - "homepage": "https://github.com/ruby/csv" - } - }, - { - "id": "667fef55a794882d", - "name": "date", - "version": "3.3.3", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/date-3.3.3-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/date-3.3.3-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/date-3.3.3-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/date-3.3.3-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/date-3.3.3-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/date-3.3.3-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:ruby-lang:date:3.3.3:*:*:*:*:ruby:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:gem/date@3.3.3", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "date", - "version": "3.3.3", - "authors": [ - "Tadayoshi Funaba" - ], - "homepage": "https://github.com/ruby/date" - } - }, - { - "id": "62740bb7b96eaba4", - "name": "debug", - "version": "0.2.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/debug-0.2.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/debug-0.2.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/debug-0.2.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/debug-0.2.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/debug-0.2.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/debug-0.2.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:debug:0.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:debug:0.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:debug:0.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:debug:0.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:debug:debug:0.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:debug:0.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/debug@0.2.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "debug", - "version": "0.2.1", - "files": [ - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "debug.gemspec", - "lib/debug.rb" - ], - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/debug" - } - }, - { - "id": "9c9ba262cad43b54", - "name": "delegate", - "version": "0.2.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/delegate-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/delegate-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/delegate-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/delegate-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/delegate-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/delegate-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:delegate:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:delegate:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:delegate:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:delegate:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:delegate:delegate:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:delegate:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/delegate@0.2.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "delegate", - "version": "0.2.0", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "delegate.gemspec", - "lib/delegate.rb" - ], - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/delegate" - } - }, - { - "id": "a6dae24364a3bdf5", - "name": "did_you_mean", - "version": "1.6.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/did_you_mean-1.6.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/did_you_mean-1.6.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/did_you_mean-1.6.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/did_you_mean-1.6.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yuki-nishijima:did-you-mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yuki-nishijima:did_you_mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yuki_nishijima:did-you-mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yuki_nishijima:did_you_mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:did-you-mean:did-you-mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:did-you-mean:did_you_mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:did_you_mean:did-you-mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:did_you_mean:did_you_mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:did-you-mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:did_you_mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:did-you-mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:did_you_mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:did-you:did-you-mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:did-you:did_you_mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:did_you:did-you-mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:did_you:did_you_mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:did-you-mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:did_you_mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:did:did-you-mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:did:did_you_mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/did_you_mean@1.6.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "did_you_mean", - "version": "1.6.1", - "files": [ - ".github/workflows/ruby.yml", - ".gitignore", - "CHANGELOG.md", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "appveyor.yml", - "benchmark/jaro_winkler/memory_usage.rb", - "benchmark/jaro_winkler/speed.rb", - "benchmark/levenshtein/memory_usage.rb", - "benchmark/levenshtein/speed.rb", - "benchmark/memory_usage.rb", - "benchmark/require_path_checker.rb", - "benchmark/speed.yml", - "did_you_mean.gemspec", - "documentation/CHANGELOG.md.erb", - "documentation/changelog_generator.rb", - "documentation/human_typo_api.md", - "documentation/tree_spell_algorithm.md", - "documentation/tree_spell_checker_api.md", - "lib/did_you_mean.rb", - "lib/did_you_mean/core_ext/name_error.rb", - "lib/did_you_mean/experimental.rb", - "lib/did_you_mean/formatter.rb", - "lib/did_you_mean/formatters/plain_formatter.rb", - "lib/did_you_mean/formatters/verbose_formatter.rb", - "lib/did_you_mean/jaro_winkler.rb", - "lib/did_you_mean/levenshtein.rb", - "lib/did_you_mean/spell_checker.rb", - "lib/did_you_mean/spell_checkers/key_error_checker.rb", - "lib/did_you_mean/spell_checkers/method_name_checker.rb", - "lib/did_you_mean/spell_checkers/name_error_checkers.rb", - "lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb", - "lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb", - "lib/did_you_mean/spell_checkers/null_checker.rb", - "lib/did_you_mean/spell_checkers/pattern_key_name_checker.rb", - "lib/did_you_mean/spell_checkers/require_path_checker.rb", - "lib/did_you_mean/tree_spell_checker.rb", - "lib/did_you_mean/verbose.rb", - "lib/did_you_mean/version.rb", - "test/core_ext/test_name_error_extension.rb", - "test/edit_distance/test_jaro_winkler.rb", - "test/fixtures/book.rb", - "test/fixtures/mini_dir.yml", - "test/fixtures/rspec_dir.yml", - "test/helper.rb", - "test/spell_checking/test_class_name_check.rb", - "test/spell_checking/test_key_name_check.rb", - "test/spell_checking/test_method_name_check.rb", - "test/spell_checking/test_pattern_key_name_check.rb", - "test/spell_checking/test_require_path_check.rb", - "test/spell_checking/test_uncorrectable_name_check.rb", - "test/spell_checking/test_variable_name_check.rb", - "test/test_ractor_compatibility.rb", - "test/test_spell_checker.rb", - "test/test_tree_spell_checker.rb", - "test/tree_spell/change_word.rb", - "test/tree_spell/human_typo.rb", - "test/tree_spell/test_change_word.rb", - "test/tree_spell/test_explore.rb", - "test/tree_spell/test_human_typo.rb" - ], - "authors": [ - "Yuki Nishijima" - ], - "homepage": "https://github.com/ruby/did_you_mean" - } - }, - { - "id": "93db99d8c2783866", - "name": "digest", - "version": "3.1.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/digest-3.1.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/digest-3.1.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/digest-3.1.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/digest-3.1.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/digest-3.1.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/digest-3.1.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:akinori-musha:digest:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:akinori_musha:digest:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:digest:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:digest:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:digest:digest:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:digest:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/digest@3.1.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "digest", - "version": "3.1.0", - "files": [ - "LICENSE.txt", - "README.md", - "ext/java/org/jruby/ext/digest/BubbleBabble.java", - "ext/java/org/jruby/ext/digest/DigestLibrary.java", - "ext/java/org/jruby/ext/digest/MD5.java", - "ext/java/org/jruby/ext/digest/RMD160.java", - "ext/java/org/jruby/ext/digest/RubyDigest.java", - "ext/java/org/jruby/ext/digest/SHA1.java", - "ext/java/org/jruby/ext/digest/SHA2.java", - "ext/java/org/jruby/ext/digest/lib/digest/bubblebabble.rb", - "ext/java/org/jruby/ext/digest/lib/digest/loader.rb", - "ext/java/org/jruby/ext/digest/lib/digest/md5.rb", - "ext/java/org/jruby/ext/digest/lib/digest/rmd160.rb", - "ext/java/org/jruby/ext/digest/lib/digest/sha1.rb", - "ext/java/org/jruby/ext/digest/lib/digest/sha2/loader.rb", - "lib/digest.jar", - "lib/digest.rb", - "lib/digest/sha2.rb", - "lib/digest/version.rb" - ], - "authors": [ - "Akinori MUSHA" - ], - "homepage": "https://github.com/ruby/digest" - } - }, - { - "id": "ca3b1fc509a28bf6", - "name": "digest", - "version": "UNKNOWN", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/digest.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/digest.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:digest:digest:*:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/digest/digest", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/digest.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "17.0.1 (Amazon.com Inc.)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "ec9fc8554da4b74cba72c8074d4dd42db3e3b734" - } - ] - } - }, - { - "id": "81f84a4fe059dc07", - "name": "dirgra", - "version": "0.3", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "EPL", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.eclipse.org/legal/epl-v10.html" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:dirgra:0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jruby:dirgra:0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:dirgra:0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dirgra:dirgra:0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:dirgra:0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:dirgra:0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jruby/dirgra@0.3", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:org.jruby:dirgra", - "pomProperties": { - "path": "META-INF/maven/org.jruby/dirgra/pom.properties", - "name": "", - "groupId": "org.jruby", - "artifactId": "dirgra", - "version": "0.3" - }, - "pomProject": { - "path": "META-INF/maven/org.jruby/dirgra/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "org.jruby", - "artifactId": "dirgra", - "version": "0.3", - "name": "Dirgra", - "description": "Simple Directed Graph", - "url": "https://github.com/jruby/dirgra" - } - } - }, - { - "id": "7acbb34d77e319fb", - "name": "drb", - "version": "2.1.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/drb-2.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/drb-2.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/drb-2.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/drb-2.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/drb-2.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/drb-2.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:masatoshi-seki:drb:2.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:masatoshi_seki:drb:2.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:drb:2.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:drb:2.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:drb:2.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:drb:drb:2.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/drb@2.1.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "drb", - "version": "2.1.0", - "files": [ - "LICENSE.txt", - "drb.gemspec", - "lib/drb.rb", - "lib/drb/acl.rb", - "lib/drb/drb.rb", - "lib/drb/eq.rb", - "lib/drb/extserv.rb", - "lib/drb/extservm.rb", - "lib/drb/gw.rb", - "lib/drb/invokemethod.rb", - "lib/drb/observer.rb", - "lib/drb/ssl.rb", - "lib/drb/timeridconv.rb", - "lib/drb/unix.rb", - "lib/drb/version.rb", - "lib/drb/weakidconv.rb" - ], - "authors": [ - "Masatoshi SEKI" - ], - "homepage": "https://github.com/ruby/drb" - } - }, - { - "id": "24748926d66ad843", - "name": "english", - "version": "0.7.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/english-0.7.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/english-0.7.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/english-0.7.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/english-0.7.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/english-0.7.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/english-0.7.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:english:0.7.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:english:0.7.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:english:0.7.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:english:0.7.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:english:english:0.7.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:english:0.7.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/english@0.7.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "english", - "version": "0.7.1", - "files": [ - ".gitignore", - "English.gemspec", - "Gemfile", - "Gemfile.lock", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/English.rb" - ], - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/English" - } - }, - { - "id": "9f9cbaf23607213b", - "name": "erb", - "version": "2.2.3", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/erb-2.2.3.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/erb-2.2.3.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/erb-2.2.3.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/erb-2.2.3.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/erb-2.2.3.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/erb-2.2.3.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:masatoshi-seki:erb:2.2.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:masatoshi_seki:erb:2.2.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:erb:2.2.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:erb:2.2.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:erb:2.2.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:erb:erb:2.2.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/erb@2.2.3", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "erb", - "version": "2.2.3", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "NEWS.md", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "erb.gemspec", - "lib/erb.rb", - "lib/erb/version.rb", - "libexec/erb" - ], - "authors": [ - "Masatoshi SEKI" - ], - "homepage": "https://github.com/ruby/erb" - } - }, - { - "id": "7139b90ade7c130f", - "name": "error_highlight", - "version": "0.3.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/error_highlight-0.3.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/error_highlight-0.3.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/error_highlight-0.3.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/error_highlight-0.3.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:error-highlight:error-highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error-highlight:error_highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error_highlight:error-highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error_highlight:error_highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yusuke-endoh:error-highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yusuke-endoh:error_highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yusuke_endoh:error-highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yusuke_endoh:error_highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:error-highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:error_highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:error-highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:error_highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error:error-highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error:error_highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:error-highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:error_highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/error_highlight@0.3.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "error_highlight", - "version": "0.3.0", - "files": [ - ".github/workflows/ruby.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "error_highlight.gemspec", - "lib/error_highlight.rb", - "lib/error_highlight/base.rb", - "lib/error_highlight/core_ext.rb", - "lib/error_highlight/formatter.rb", - "lib/error_highlight/version.rb" - ], - "authors": [ - "Yusuke Endoh" - ], - "homepage": "https://github.com/ruby/error_highlight" - } - }, - { - "id": "53180d1afd5d5ed6", - "name": "escape", - "version": "UNKNOWN", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/cgi/escape.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/cgi/escape.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:escape:escape:*:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/escape/escape", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/cgi/escape.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "1.8.0_292 (AdoptOpenJDK)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "680ffa1919f49660d2e94784891c1a9727a9a85e" - } - ] - } - }, - { - "id": "9f9630ad9bce6291", - "name": "ffi", - "version": "1.16.3", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-1.16.3-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-1.16.3-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-3-Clause", - "spdxExpression": "BSD-3-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-1.16.3-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-1.16.3-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:wayne-meissner:ffi:1.16.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:wayne_meissner:ffi:1.16.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:ffi:1.16.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:ffi:1.16.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:ffi:1.16.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi:ffi:1.16.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/ffi@1.16.3", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "ffi", - "version": "1.16.3", - "files": [ - "CHANGELOG.md", - "COPYING", - "Gemfile", - "LICENSE", - "LICENSE.SPECS", - "README.md", - "Rakefile", - "ffi.gemspec", - "lib/ffi.rb", - "lib/ffi/abstract_memory.rb", - "lib/ffi/autopointer.rb", - "lib/ffi/buffer.rb", - "lib/ffi/callback.rb", - "lib/ffi/compat.rb", - "lib/ffi/data_converter.rb", - "lib/ffi/dynamic_library.rb", - "lib/ffi/enum.rb", - "lib/ffi/errno.rb", - "lib/ffi/ffi.rb", - "lib/ffi/function.rb", - "lib/ffi/io.rb", - "lib/ffi/library.rb", - "lib/ffi/library_path.rb", - "lib/ffi/managedstruct.rb", - "lib/ffi/memorypointer.rb", - "lib/ffi/platform.rb", - "lib/ffi/platform/aarch64-darwin/types.conf", - "lib/ffi/platform/aarch64-freebsd/types.conf", - "lib/ffi/platform/aarch64-freebsd12/types.conf", - "lib/ffi/platform/aarch64-linux/types.conf", - "lib/ffi/platform/aarch64-openbsd/types.conf", - "lib/ffi/platform/aarch64-windows/types.conf", - "lib/ffi/platform/arm-freebsd/types.conf", - "lib/ffi/platform/arm-freebsd12/types.conf", - "lib/ffi/platform/arm-linux/types.conf", - "lib/ffi/platform/hppa1.1-linux/types.conf", - "lib/ffi/platform/hppa2.0-linux/types.conf", - "lib/ffi/platform/i386-cygwin/types.conf", - "lib/ffi/platform/i386-darwin/types.conf", - "lib/ffi/platform/i386-freebsd/types.conf", - "lib/ffi/platform/i386-freebsd12/types.conf", - "lib/ffi/platform/i386-gnu/types.conf", - "lib/ffi/platform/i386-linux/types.conf", - "lib/ffi/platform/i386-netbsd/types.conf", - "lib/ffi/platform/i386-openbsd/types.conf", - "lib/ffi/platform/i386-solaris/types.conf", - "lib/ffi/platform/i386-windows/types.conf", - "lib/ffi/platform/ia64-linux/types.conf", - "lib/ffi/platform/loongarch64-linux/types.conf", - "lib/ffi/platform/mips-linux/types.conf", - "lib/ffi/platform/mips64-linux/types.conf", - "lib/ffi/platform/mips64el-linux/types.conf", - "lib/ffi/platform/mipsel-linux/types.conf", - "lib/ffi/platform/mipsisa32r6-linux/types.conf", - "lib/ffi/platform/mipsisa32r6el-linux/types.conf", - "lib/ffi/platform/mipsisa64r6-linux/types.conf", - "lib/ffi/platform/mipsisa64r6el-linux/types.conf", - "lib/ffi/platform/powerpc-aix/types.conf", - "lib/ffi/platform/powerpc-darwin/types.conf", - "lib/ffi/platform/powerpc-linux/types.conf", - "lib/ffi/platform/powerpc-openbsd/types.conf", - "lib/ffi/platform/powerpc64-linux/types.conf", - "lib/ffi/platform/powerpc64le-linux/types.conf", - "lib/ffi/platform/riscv64-linux/types.conf", - "lib/ffi/platform/s390-linux/types.conf", - "lib/ffi/platform/s390x-linux/types.conf", - "lib/ffi/platform/sparc-linux/types.conf", - "lib/ffi/platform/sparc-solaris/types.conf", - "lib/ffi/platform/sparcv9-linux/types.conf", - "lib/ffi/platform/sparcv9-openbsd/types.conf", - "lib/ffi/platform/sparcv9-solaris/types.conf", - "lib/ffi/platform/sw_64-linux/types.conf", - "lib/ffi/platform/x86_64-cygwin/types.conf", - "lib/ffi/platform/x86_64-darwin/types.conf", - "lib/ffi/platform/x86_64-dragonflybsd/types.conf", - "lib/ffi/platform/x86_64-freebsd/types.conf", - "lib/ffi/platform/x86_64-freebsd12/types.conf", - "lib/ffi/platform/x86_64-haiku/types.conf", - "lib/ffi/platform/x86_64-linux/types.conf", - "lib/ffi/platform/x86_64-msys/types.conf", - "lib/ffi/platform/x86_64-netbsd/types.conf", - "lib/ffi/platform/x86_64-openbsd/types.conf", - "lib/ffi/platform/x86_64-solaris/types.conf", - "lib/ffi/platform/x86_64-windows/types.conf", - "lib/ffi/pointer.rb", - "lib/ffi/struct.rb", - "lib/ffi/struct_by_reference.rb", - "lib/ffi/struct_layout.rb", - "lib/ffi/struct_layout_builder.rb", - "lib/ffi/tools/const_generator.rb", - "lib/ffi/tools/generator.rb", - "lib/ffi/tools/generator_task.rb", - "lib/ffi/tools/struct_generator.rb", - "lib/ffi/tools/types_generator.rb", - "lib/ffi/types.rb", - "lib/ffi/union.rb", - "lib/ffi/variadic.rb", - "lib/ffi/version.rb", - "rakelib/ffi_gem_helper.rb", - "samples/getlogin.rb", - "samples/getpid.rb", - "samples/gettimeofday.rb", - "samples/hello.rb", - "samples/hello_ractor.rb", - "samples/inotify.rb", - "samples/pty.rb", - "samples/qsort.rb", - "samples/qsort_ractor.rb" - ], - "authors": [ - "Wayne Meissner" - ], - "homepage": "https://github.com/ffi/ffi/wiki" - } - }, - { - "id": "b63c19b997e71fe2", - "name": "ffi-binary-libfixposix", - "version": "0.5.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-binary-libfixposix-0.5.1.1-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-binary-libfixposix-0.5.1.1-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "EPL-2.0", - "spdxExpression": "EPL-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-binary-libfixposix-0.5.1.1-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-binary-libfixposix-0.5.1.1-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "LGPL-2.1-or-later", - "spdxExpression": "LGPL-2.1-or-later", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-binary-libfixposix-0.5.1.1-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-binary-libfixposix-0.5.1.1-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-binary-libfixposix-0.5.1.1-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-binary-libfixposix-0.5.1.1-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:ffi-binary-libfixposix:ffi-binary-libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi-binary-libfixposix:ffi_binary_libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi_binary_libfixposix:ffi-binary-libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi_binary_libfixposix:ffi_binary_libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:patrick-plenefisch:ffi-binary-libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:patrick-plenefisch:ffi_binary_libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:patrick_plenefisch:ffi-binary-libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:patrick_plenefisch:ffi_binary_libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi-binary:ffi-binary-libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi-binary:ffi_binary_libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi_binary:ffi-binary-libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi_binary:ffi_binary_libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:byteit101:ffi-binary-libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:byteit101:ffi_binary_libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:ffi-binary-libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:ffi_binary_libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:ffi-binary-libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:ffi_binary_libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:ffi-binary-libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:ffi_binary_libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi:ffi-binary-libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi:ffi_binary_libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/ffi-binary-libfixposix@0.5.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "ffi-binary-libfixposix", - "version": "0.5.1.1", - "files": [ - "lib/libfixposix/binary.rb", - "lib/libfixposix/binary/arm64-darwin/libfixposix.dylib", - "lib/libfixposix/binary/arm64-linux/libfixposix.so", - "lib/libfixposix/binary/armv6-linux/libfixposix.so", - "lib/libfixposix/binary/armv7-linux/libfixposix.so", - "lib/libfixposix/binary/version.rb", - "lib/libfixposix/binary/x86-freebsd/libfixposix.so", - "lib/libfixposix/binary/x86-linux/libfixposix.so", - "lib/libfixposix/binary/x86_64-darwin/libfixposix.dylib", - "lib/libfixposix/binary/x86_64-freebsd/libfixposix.so", - "lib/libfixposix/binary/x86_64-linux/libfixposix.so" - ], - "authors": [ - "Patrick Plenefisch" - ], - "homepage": "https://github.com/byteit101/subspawn" - } - }, - { - "id": "7c877448dfa71e83", - "name": "ffi-bindings-libfixposix", - "version": "0.5.1.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-bindings-libfixposix-0.5.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-bindings-libfixposix-0.5.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:ffi-bindings-libfixposix:ffi-bindings-libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi-bindings-libfixposix:ffi_bindings_libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi_bindings_libfixposix:ffi-bindings-libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi_bindings_libfixposix:ffi_bindings_libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:patrick-plenefisch:ffi-bindings-libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:patrick-plenefisch:ffi_bindings_libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:patrick_plenefisch:ffi-bindings-libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:patrick_plenefisch:ffi_bindings_libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi-bindings:ffi-bindings-libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi-bindings:ffi_bindings_libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi_bindings:ffi-bindings-libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi_bindings:ffi_bindings_libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:byteit101:ffi-bindings-libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:byteit101:ffi_bindings_libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:ffi-bindings-libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:ffi_bindings_libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:ffi-bindings-libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:ffi_bindings_libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:ffi-bindings-libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:ffi_bindings_libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi:ffi-bindings-libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi:ffi_bindings_libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/ffi-bindings-libfixposix@0.5.1.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "ffi-bindings-libfixposix", - "version": "0.5.1.0", - "files": [ - "Gemfile", - "README.md", - "Rakefile", - "lib/libfixposix.rb", - "lib/libfixposix/ffi.rb", - "lib/libfixposix/version.rb" - ], - "authors": [ - "Patrick Plenefisch" - ], - "homepage": "https://github.com/byteit101/subspawn" - } - }, - { - "id": "c26f0fee9ca32960", - "name": "fileutils", - "version": "1.6.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/fileutils-1.6.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/fileutils-1.6.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/fileutils-1.6.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/fileutils-1.6.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/fileutils-1.6.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/fileutils-1.6.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:fileutils_project:fileutils:1.6.0:*:*:*:*:ruby:*:*", - "source": "nvd-cpe-dictionary" - }, - { - "cpe": "cpe:2.3:a:ruby:fileutils:1.6.0:*:*:*:*:*:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:gem/fileutils@1.6.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "fileutils", - "version": "1.6.0", - "files": [ - "LICENSE.txt", - "README.md", - "Rakefile", - "fileutils.gemspec", - "lib/fileutils.rb" - ], - "authors": [ - "Minero Aoki" - ], - "homepage": "https://github.com/ruby/fileutils" - } - }, - { - "id": "2b18a142ba0d0074", - "name": "find", - "version": "0.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/find-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/find-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/find-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/find-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/find-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/find-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:kazuki-tsujimoto:find:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kazuki_tsujimoto:find:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:find:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:find:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:find:find:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:find:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/find@0.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "find", - "version": "0.1.1", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "find.gemspec", - "lib/find.rb" - ], - "authors": [ - "Kazuki Tsujimoto" - ], - "homepage": "https://github.com/ruby/find" - } - }, - { - "id": "077f86e8ace3292a", - "name": "forwardable", - "version": "1.3.2", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/forwardable-1.3.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/forwardable-1.3.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/forwardable-1.3.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/forwardable-1.3.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/forwardable-1.3.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/forwardable-1.3.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:keiju-ishitsuka:forwardable:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:keiju_ishitsuka:forwardable:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:forwardable:forwardable:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:forwardable:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:forwardable:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:forwardable:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/forwardable@1.3.2", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "forwardable", - "version": "1.3.2", - "files": [ - "forwardable.gemspec", - "lib/forwardable.rb", - "lib/forwardable/impl.rb" - ], - "authors": [ - "Keiju ISHITSUKA" - ], - "homepage": "https://github.com/ruby/forwardable" - } - }, - { - "id": "06cb34f206cd0768", - "name": "generator", - "version": "UNKNOWN", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/ext/generator.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/json/ext/generator.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:generator:generator:*:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/generator/generator", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/json/ext/generator.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "21.0.1 (Oracle Corporation)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "4595e439b5cb3270b3ca179bdb256bfeb70c5485" - } - ] - } - }, - { - "id": "ad61b0a4e5490efb", - "name": "getoptlong", - "version": "0.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/getoptlong-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/getoptlong-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/getoptlong-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/getoptlong-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/getoptlong-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/getoptlong-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:getoptlong:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:getoptlong:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:getoptlong:getoptlong:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:getoptlong:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:getoptlong:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:getoptlong:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/getoptlong@0.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "getoptlong", - "version": "0.1.1", - "files": [ - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "getoptlong.gemspec", - "lib/getoptlong.rb" - ], - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/getoptlong" - } - }, - { - "id": "6e04b22756b0b917", - "name": "invokebinder", - "version": "1.13", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:invokebinder:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:invokebinder:invokebinder:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.headius:invokebinder:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:invokebinder:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:headius:invokebinder:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:invokebinder:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.headius/invokebinder@1.13", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:com.headius:invokebinder", - "pomProperties": { - "path": "META-INF/maven/com.headius/invokebinder/pom.properties", - "name": "", - "groupId": "com.headius", - "artifactId": "invokebinder", - "version": "1.13" - }, - "pomProject": { - "path": "META-INF/maven/com.headius/invokebinder/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "com.headius", - "artifactId": "invokebinder", - "version": "1.13", - "name": "invokebinder", - "url": "http://maven.apache.org" - } - } - }, - { - "id": "0a67ea1f550fc98b", - "name": "io-console", - "version": "0.7.2", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/io-console-0.7.2-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/io-console-0.7.2-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/io-console-0.7.2-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/io-console-0.7.2-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/io-console-0.7.2-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/io-console-0.7.2-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:nobu-nakada:io-console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:nobu-nakada:io_console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:nobu_nakada:io-console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:nobu_nakada:io_console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io-console:io-console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io-console:io_console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io_console:io-console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io_console:io_console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:io-console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:io_console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:io-console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:io_console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:io-console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:io_console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io:io-console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io:io_console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/io-console@0.7.2", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "io-console", - "version": "0.7.2", - "files": [ - ".document", - "LICENSE.txt", - "README.md", - "lib/ffi/io/console.rb", - "lib/ffi/io/console/bsd_console.rb", - "lib/ffi/io/console/common.rb", - "lib/ffi/io/console/linux_console.rb", - "lib/ffi/io/console/native_console.rb", - "lib/ffi/io/console/stty_console.rb", - "lib/ffi/io/console/stub_console.rb", - "lib/ffi/io/console/version.rb", - "lib/io/console/size.rb" - ], - "authors": [ - "Nobu Nakada" - ], - "homepage": "https://github.com/ruby/io-console" - } - }, - { - "id": "3acd44807fa1df90", - "name": "io-wait", - "version": "0.3.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/io-wait-0.3.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/io-wait-0.3.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/io-wait-0.3.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/io-wait-0.3.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/io-wait-0.3.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/io-wait-0.3.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:charles-oliver-nutter:io-wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:charles-oliver-nutter:io_wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:charles_oliver_nutter:io-wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:charles_oliver_nutter:io_wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:nobu-nakada:io-wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:nobu-nakada:io_wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:nobu_nakada:io-wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:nobu_nakada:io_wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:io-wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:io_wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:io-wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:io_wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io-wait:io-wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io-wait:io_wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io_wait:io-wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io_wait:io_wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:io-wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:io_wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io:io-wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io:io_wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/io-wait@0.3.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "io-wait", - "version": "0.3.0", - "files": [ - "COPYING", - "Gemfile", - "README.md", - "ext/java/lib/io/wait.rb", - "lib/io/wait.jar" - ], - "authors": [ - "Nobu Nakada", - "Charles Oliver Nutter" - ], - "homepage": "https://github.com/ruby/io-wait" - } - }, - { - "id": "54c08c1277e629f7", - "name": "ipaddr", - "version": "1.2.4", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ipaddr-1.2.4.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ipaddr-1.2.4.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ipaddr-1.2.4.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ipaddr-1.2.4.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ipaddr-1.2.4.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ipaddr-1.2.4.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:hajimu-umemoto:ipaddr:1.2.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hajimu_umemoto:ipaddr:1.2.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:akinori-musha:ipaddr:1.2.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:akinori_musha:ipaddr:1.2.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:ipaddr:1.2.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:ipaddr:1.2.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ipaddr:ipaddr:1.2.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:ipaddr:1.2.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/ipaddr@1.2.4", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "ipaddr", - "version": "1.2.4", - "files": [ - "LICENSE.txt", - "README.md", - "ipaddr.gemspec", - "lib/ipaddr.rb" - ], - "authors": [ - "Akinori MUSHA", - "Hajimu UMEMOTO" - ], - "homepage": "https://github.com/ruby/ipaddr" - } - }, - { - "id": "044d445815e00b78", - "name": "irb", - "version": "1.4.2", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/irb-1.4.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/irb-1.4.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/irb-1.4.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/irb-1.4.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/irb-1.4.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/irb-1.4.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:keiju-ishitsuka:irb:1.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:keiju_ishitsuka:irb:1.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:irb:1.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:irb:1.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aycabta:irb:1.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:irb:1.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:irb:irb:1.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/irb@1.4.2", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "irb", - "version": "1.4.2", - "files": [ - ".document", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "doc/irb/irb-tools.rd.ja", - "doc/irb/irb.rd.ja", - "exe/irb", - "irb.gemspec", - "lib/irb.rb", - "lib/irb/cmd/chws.rb", - "lib/irb/cmd/fork.rb", - "lib/irb/cmd/help.rb", - "lib/irb/cmd/info.rb", - "lib/irb/cmd/load.rb", - "lib/irb/cmd/ls.rb", - "lib/irb/cmd/measure.rb", - "lib/irb/cmd/nop.rb", - "lib/irb/cmd/pushws.rb", - "lib/irb/cmd/show_source.rb", - "lib/irb/cmd/subirb.rb", - "lib/irb/cmd/whereami.rb", - "lib/irb/color.rb", - "lib/irb/color_printer.rb", - "lib/irb/completion.rb", - "lib/irb/context.rb", - "lib/irb/easter-egg.rb", - "lib/irb/ext/change-ws.rb", - "lib/irb/ext/history.rb", - "lib/irb/ext/loader.rb", - "lib/irb/ext/multi-irb.rb", - "lib/irb/ext/save-history.rb", - "lib/irb/ext/tracer.rb", - "lib/irb/ext/use-loader.rb", - "lib/irb/ext/workspaces.rb", - "lib/irb/extend-command.rb", - "lib/irb/frame.rb", - "lib/irb/help.rb", - "lib/irb/init.rb", - "lib/irb/input-method.rb", - "lib/irb/inspector.rb", - "lib/irb/lc/error.rb", - "lib/irb/lc/help-message", - "lib/irb/lc/ja/encoding_aliases.rb", - "lib/irb/lc/ja/error.rb", - "lib/irb/lc/ja/help-message", - "lib/irb/locale.rb", - "lib/irb/magic-file.rb", - "lib/irb/notifier.rb", - "lib/irb/output-method.rb", - "lib/irb/ruby-lex.rb", - "lib/irb/ruby_logo.aa", - "lib/irb/src_encoding.rb", - "lib/irb/version.rb", - "lib/irb/workspace.rb", - "lib/irb/ws-for-case-2.rb", - "lib/irb/xmp.rb", - "man/irb.1" - ], - "authors": [ - "aycabta", - "Keiju ISHITSUKA" - ], - "homepage": "https://github.com/ruby/irb" - } - }, - { - "id": "7912ab5d691f33b9", - "name": "jar-dependencies", - "version": "0.4.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jar-dependencies-0.4.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jar-dependencies-0.4.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jar-dependencies-0.4.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jar-dependencies-0.4.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:jar-dependencies:jar-dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jar-dependencies:jar_dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jar_dependencies:jar-dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jar_dependencies:jar_dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:christian-meier:jar-dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:christian-meier:jar_dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:christian_meier:jar-dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:christian_meier:jar_dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mkristian:jar-dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mkristian:jar_dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:jar-dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:jar_dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:jar-dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:jar_dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:jar-dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:jar_dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jar:jar-dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jar:jar_dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/jar-dependencies@0.4.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "jar-dependencies", - "version": "0.4.1", - "files": [ - "MIT-LICENSE", - "Mavenfile", - "Rakefile", - "Readme.md", - "bin/lock_jars", - "jar-dependencies.gemspec", - "lib/jar-dependencies.rb", - "lib/jar_dependencies.rb", - "lib/jar_install_post_install_hook.rb", - "lib/jar_installer.rb", - "lib/jars/attach_jars_pom.rb", - "lib/jars/classpath.rb", - "lib/jars/gemspec_artifacts.rb", - "lib/jars/gemspec_pom.rb", - "lib/jars/installer.rb", - "lib/jars/lock.rb", - "lib/jars/lock_down.rb", - "lib/jars/lock_down_pom.rb", - "lib/jars/maven_exec.rb", - "lib/jars/maven_factory.rb", - "lib/jars/maven_settings.rb", - "lib/jars/output_jars_pom.rb", - "lib/jars/post_install_hook.rb", - "lib/jars/settings.xml", - "lib/jars/setup.rb", - "lib/jars/version.rb", - "lib/rubygems_plugin.rb" - ], - "authors": [ - "christian meier" - ], - "homepage": "https://github.com/mkristian/jar-dependencies" - } - }, - { - "id": "0a70377d540e8314", - "name": "jcodings", - "version": "1.0.58", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.opensource.org/licenses/mit-license.php" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jruby.jcodings:jcodings:1.0.58:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jcodings:1.0.58:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcodings:jcodings:1.0.58:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jcodings:1.0.58:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jcodings:1.0.58:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jcodings:1.0.58:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jruby.jcodings/jcodings@1.0.58", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:org.jruby.jcodings:jcodings", - "pomProperties": { - "path": "META-INF/maven/org.jruby.jcodings/jcodings/pom.properties", - "name": "", - "groupId": "org.jruby.jcodings", - "artifactId": "jcodings", - "version": "1.0.58" - }, - "pomProject": { - "path": "META-INF/maven/org.jruby.jcodings/jcodings/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "org.jruby.jcodings", - "artifactId": "jcodings", - "version": "1.0.58", - "name": "JCodings", - "description": "Byte based encoding support library for java" - } - } - }, - { - "id": "98f881d1a04866f4", - "name": "jffi", - "version": "1.3.13", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "GNU Lesser General Public License version 3", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://www.gnu.org/licenses/lgpl-3.0.txt" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jffi:1.3.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jffi:1.3.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jffi:1.3.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jffi:1.3.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jffi:jffi:1.3.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jffi:1.3.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jffi:1.3.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.github.jnr/jffi@1.3.13", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:com.github.jnr:jffi", - "pomProperties": { - "path": "META-INF/maven/com.github.jnr/jffi/pom.properties", - "name": "", - "groupId": "com.github.jnr", - "artifactId": "jffi", - "version": "1.3.13" - }, - "pomProject": { - "path": "META-INF/maven/com.github.jnr/jffi/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "com.github.jnr", - "artifactId": "jffi", - "version": "1.3.13", - "name": "jffi", - "description": "Java Foreign Function Interface", - "url": "http://github.com/jnr/jffi" - } - } - }, - { - "id": "7b1109fb645350d7", - "name": "jitescript", - "version": "0.4.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jitescript:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jitescript:jitescript:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jitescript:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jitescript:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/me.qmx.jitescript/jitescript@0.4.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:me.qmx.jitescript:jitescript", - "pomProperties": { - "path": "META-INF/maven/me.qmx.jitescript/jitescript/pom.properties", - "name": "", - "groupId": "me.qmx.jitescript", - "artifactId": "jitescript", - "version": "0.4.1" - }, - "pomProject": { - "path": "META-INF/maven/me.qmx.jitescript/jitescript/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "me.qmx.jitescript", - "artifactId": "jitescript", - "version": "0.4.1", - "name": "jitescript", - "description": "Java API for Bytecode", - "url": "https://github.com/qmx/jitescript" - } - } - }, - { - "id": "bf59e8cc0d42baea", - "name": "jline", - "version": "2.14.6", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/jline/jline/2.14.6/jline-2.14.6.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/jline/jline/2.14.6/jline-2.14.6.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.opensource.org/licenses/bsd-license.php", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/jline/jline/2.14.6/jline-2.14.6.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/jline/jline/2.14.6/jline-2.14.6.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jline:2.14.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jline:2.14.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jline:jline:2.14.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jline:2.14.6:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jline/jline@2.14.6", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/jline/jline/2.14.6/jline-2.14.6.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-Description", - "value": "Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/" - }, - { - "key": "Bundle-License", - "value": "http://www.opensource.org/licenses/bsd-license.php" - }, - { - "key": "Bundle-SymbolicName", - "value": "jline" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Built-By", - "value": "gnodet" - }, - { - "key": "Bnd-LastModified", - "value": "1522055899173" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.5))\"" - }, - { - "key": "Tool", - "value": "Bnd-2.4.1.201501161923" - }, - { - "key": "Export-Package", - "value": "jline;uses:=\"jline.internal\";version=\"2.14.6\",jline.console;uses:=\"jline,jline.console.completer,jline.console.history\";version=\"2.14.6\",jline.console.completer;uses:=\"jline.console\";version=\"2.14.6\",jline.console.history;version=\"2.14.6\",jline.console.internal;version=\"2.14.6\",jline.internal;version=\"2.14.6\",org.fusesource.jansi;version=\"1.12\"" - }, - { - "key": "Bundle-Name", - "value": "JLine" - }, - { - "key": "Bundle-Version", - "value": "2.14.6" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_162" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/jline/jline/pom.properties", - "name": "", - "groupId": "jline", - "artifactId": "jline", - "version": "2.14.6" - }, - "pomProject": { - "path": "META-INF/maven/jline/jline/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "9" - }, - "groupId": "jline", - "artifactId": "jline", - "version": "2.14.6", - "name": "JLine" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "c3aeac59c022bdc497c8c48ed86fa50450e4896a" - } - ] - } - }, - { - "id": "c5eaa70779e4798a", - "name": "jnr-a64asm", - "version": "1.0.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr-a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr_a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr-a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr_a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-a64asm:jnr-a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-a64asm:jnr_a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_a64asm:jnr-a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_a64asm:jnr_a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr-a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr_a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr-a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr_a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-a64asm:jnr:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr-a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr_a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_a64asm:jnr:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr-a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr_a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.github.jnr/jnr-a64asm@1.0.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:com.github.jnr:jnr-a64asm", - "pomProperties": { - "path": "META-INF/maven/com.github.jnr/jnr-a64asm/pom.properties", - "name": "", - "groupId": "com.github.jnr", - "artifactId": "jnr-a64asm", - "version": "1.0.0" - }, - "pomProject": { - "path": "META-INF/maven/com.github.jnr/jnr-a64asm/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "com.github.jnr", - "artifactId": "jnr-a64asm", - "version": "1.0.0", - "name": "jnr-a64asm", - "description": "A pure-java A64 assembler" - } - } - }, - { - "id": "98ddefedff795b03", - "name": "jnr-constants", - "version": "0.10.4", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr-constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr_constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr-constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr_constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-constants:jnr-constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-constants:jnr_constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_constants:jnr-constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_constants:jnr_constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr-constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr_constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr-constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr_constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-constants:jnr:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr-constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr_constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_constants:jnr:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr-constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr_constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.github.jnr/jnr-constants@0.10.4", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:com.github.jnr:jnr-constants", - "pomProperties": { - "path": "META-INF/maven/com.github.jnr/jnr-constants/pom.properties", - "name": "", - "groupId": "com.github.jnr", - "artifactId": "jnr-constants", - "version": "0.10.4" - }, - "pomProject": { - "path": "META-INF/maven/com.github.jnr/jnr-constants/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "com.github.jnr", - "artifactId": "jnr-constants", - "version": "0.10.4", - "name": "jnr-constants", - "description": "A set of platform constants (e.g. errno values)", - "url": "http://github.com/jnr/jnr-constants" - } - } - }, - { - "id": "457ef76f2d585f1c", - "name": "jnr-enxio", - "version": "0.32.17", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr-enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr_enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr-enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr_enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-enxio:jnr-enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-enxio:jnr_enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_enxio:jnr-enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_enxio:jnr_enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr-enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr_enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr-enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr_enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-enxio:jnr:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr-enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr_enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_enxio:jnr:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr-enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr_enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.github.jnr/jnr-enxio@0.32.17", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:com.github.jnr:jnr-enxio", - "pomProperties": { - "path": "META-INF/maven/com.github.jnr/jnr-enxio/pom.properties", - "name": "", - "groupId": "com.github.jnr", - "artifactId": "jnr-enxio", - "version": "0.32.17" - }, - "pomProject": { - "path": "META-INF/maven/com.github.jnr/jnr-enxio/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "com.github.jnr", - "artifactId": "jnr-enxio", - "version": "0.32.17", - "name": "jnr-enxio", - "description": "Native I/O access for java", - "url": "http://github.com/jnr/jnr-enxio" - } - } - }, - { - "id": "d70257516ceb910b", - "name": "jnr-ffi", - "version": "2.2.16", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr-ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr_ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr-ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr_ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr-ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr_ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-ffi:jnr-ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-ffi:jnr_ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_ffi:jnr-ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_ffi:jnr_ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr-ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr_ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-ffi:jnr:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr-ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr_ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_ffi:jnr:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr-ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr_ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.github.jnr/jnr-ffi@2.2.16", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:com.github.jnr:jnr-ffi", - "pomProperties": { - "path": "META-INF/maven/com.github.jnr/jnr-ffi/pom.properties", - "name": "", - "groupId": "com.github.jnr", - "artifactId": "jnr-ffi", - "version": "2.2.16" - }, - "pomProject": { - "path": "META-INF/maven/com.github.jnr/jnr-ffi/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "com.github.jnr", - "artifactId": "jnr-ffi", - "version": "2.2.16", - "name": "jnr-ffi", - "description": "A library for invoking native functions from java", - "url": "http://github.com/jnr/jnr-ffi" - } - } - }, - { - "id": "3778a8199bee31ff", - "name": "jnr-netdb", - "version": "1.2.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr-netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr_netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr-netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr_netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-netdb:jnr-netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-netdb:jnr_netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_netdb:jnr-netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_netdb:jnr_netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr-netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr_netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr-netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr_netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-netdb:jnr:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr-netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr_netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_netdb:jnr:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr-netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr_netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.github.jnr/jnr-netdb@1.2.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:com.github.jnr:jnr-netdb", - "pomProperties": { - "path": "META-INF/maven/com.github.jnr/jnr-netdb/pom.properties", - "name": "", - "groupId": "com.github.jnr", - "artifactId": "jnr-netdb", - "version": "1.2.0" - }, - "pomProject": { - "path": "META-INF/maven/com.github.jnr/jnr-netdb/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "com.github.jnr", - "artifactId": "jnr-netdb", - "version": "1.2.0", - "name": "jnr-netdb", - "description": "Lookup TCP and UDP services from java", - "url": "http://github.com/jnr/jnr-netdb" - } - } - }, - { - "id": "7aab83aedd85a77e", - "name": "jnr-posix", - "version": "3.1.19", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Eclipse Public License - v 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://www.eclipse.org/legal/epl-2.0/" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "GNU General Public License Version 2", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.gnu.org/copyleft/gpl.html" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "GNU Lesser General Public License Version 2.1", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.gnu.org/licenses/lgpl.html" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr-posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr_posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr-posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr_posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-posix:jnr-posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-posix:jnr_posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_posix:jnr-posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_posix:jnr_posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr-posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr_posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr-posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr_posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-posix:jnr:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr-posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr_posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_posix:jnr:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr-posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr_posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.github.jnr/jnr-posix@3.1.19", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:com.github.jnr:jnr-posix", - "pomProperties": { - "path": "META-INF/maven/com.github.jnr/jnr-posix/pom.properties", - "name": "", - "groupId": "com.github.jnr", - "artifactId": "jnr-posix", - "version": "3.1.19" - }, - "pomProject": { - "path": "META-INF/maven/com.github.jnr/jnr-posix/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "com.github.jnr", - "artifactId": "jnr-posix", - "version": "3.1.19", - "name": "jnr-posix", - "description": "Common cross-project/cross-platform POSIX APIs" - } - } - }, - { - "id": "193c25ca5b4a61fd", - "name": "jnr-unixsocket", - "version": "0.38.22", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr-unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr_unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr-unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr_unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-unixsocket:jnr-unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-unixsocket:jnr_unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_unixsocket:jnr-unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_unixsocket:jnr_unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr-unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr_unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr-unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr_unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-unixsocket:jnr:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr-unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr_unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_unixsocket:jnr:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr-unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr_unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.github.jnr/jnr-unixsocket@0.38.22", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:com.github.jnr:jnr-unixsocket", - "pomProperties": { - "path": "META-INF/maven/com.github.jnr/jnr-unixsocket/pom.properties", - "name": "", - "groupId": "com.github.jnr", - "artifactId": "jnr-unixsocket", - "version": "0.38.22" - }, - "pomProject": { - "path": "META-INF/maven/com.github.jnr/jnr-unixsocket/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "com.github.jnr", - "artifactId": "jnr-unixsocket", - "version": "0.38.22", - "name": "jnr-unixsocket", - "description": "UNIX socket channels for java", - "url": "http://github.com/jnr/jnr-unixsocket" - } - } - }, - { - "id": "81e2194cce8fefb2", - "name": "jnr-x86asm", - "version": "1.0.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.opensource.org/licenses/mit-license.php" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr-x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr_x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr-x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr_x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-x86asm:jnr-x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-x86asm:jnr_x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_x86asm:jnr-x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_x86asm:jnr_x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr-x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr_x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr-x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr_x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-x86asm:jnr:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr-x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr_x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_x86asm:jnr:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr-x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr_x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.github.jnr/jnr-x86asm@1.0.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:com.github.jnr:jnr-x86asm", - "pomProperties": { - "path": "META-INF/maven/com.github.jnr/jnr-x86asm/pom.properties", - "name": "", - "groupId": "com.github.jnr", - "artifactId": "jnr-x86asm", - "version": "1.0.2" - }, - "pomProject": { - "path": "META-INF/maven/com.github.jnr/jnr-x86asm/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "com.github.jnr", - "artifactId": "jnr-x86asm", - "version": "1.0.2", - "name": "jnr-x86asm", - "description": "A pure-java X86 and X86_64 assembler", - "url": "http://github.com/jnr/jnr-x86asm" - } - } - }, - { - "id": "cd53500293b0a779", - "name": "joda-time", - "version": "2.12.7", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:joda-time:joda-time:2.12.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:joda-time:joda_time:2.12.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:joda_time:joda-time:2.12.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:joda_time:joda_time:2.12.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:joda:joda-time:2.12.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:joda:joda_time:2.12.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/joda-time/joda-time@2.12.7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:joda-time:joda-time", - "pomProperties": { - "path": "META-INF/maven/joda-time/joda-time/pom.properties", - "name": "", - "groupId": "joda-time", - "artifactId": "joda-time", - "version": "2.12.7" - }, - "pomProject": { - "path": "META-INF/maven/joda-time/joda-time/pom.xml", - "groupId": "joda-time", - "artifactId": "joda-time", - "version": "2.12.7", - "name": "Joda-Time", - "description": "Date and time library to replace JDK date handling", - "url": "https://www.joda.org/joda-time/" - } - } - }, - { - "id": "f9546ad400a0314b", - "name": "joni", - "version": "2.2.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.opensource.org/licenses/mit-license.php" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:joni:2.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jruby.joni:joni:2.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:joni:2.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:joni:2.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:joni:joni:2.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:joni:2.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jruby.joni/joni@2.2.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:org.jruby.joni:joni", - "pomProperties": { - "path": "META-INF/maven/org.jruby.joni/joni/pom.properties", - "name": "", - "groupId": "org.jruby.joni", - "artifactId": "joni", - "version": "2.2.1" - }, - "pomProject": { - "path": "META-INF/maven/org.jruby.joni/joni/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "org.jruby.joni", - "artifactId": "joni", - "version": "2.2.1", - "name": "Joni", - "description": "Java port of Oniguruma: http://www.geocities.jp/kosako3/oniguruma that uses byte arrays directly instead of java Strings and chars" - } - } - }, - { - "id": "0690fc6ad7e28850", - "name": "jopenssl", - "version": "UNKNOWN", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/jopenssl.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/jopenssl.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jopenssl:jopenssl:*:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jopenssl/jopenssl", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/jopenssl.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.8.8" - }, - { - "key": "Built-By", - "value": "kares" - }, - { - "key": "Build-Jdk", - "value": "11.0.14.1" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "6c97ed869ec63b78ca4bfbb81f853287addd39d1" - } - ] - } - }, - { - "id": "77af78e5973dfeda", - "name": "jruby-9.4", - "version": "9.4.7.0-r0", - "type": "apk", - "foundBy": "wolfictl", - "locations": [ - { - "path": ".PKGINFO", - "accessPath": ".PKGINFO" - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "", - "cpes": [ - { - "cpe": "cpe:2.3:a:jruby-9.4:jruby-9.4:9.4.7.0-r0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby-9.4:jruby_9.4:9.4.7.0-r0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_9.4:jruby-9.4:9.4.7.0-r0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_9.4:jruby_9.4:9.4.7.0-r0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby-9.4:jruby:9.4.7.0-r0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby-9.4:9.4.7.0-r0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby_9.4:9.4.7.0-r0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_9.4:jruby:9.4.7.0-r0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby:9.4.7.0-r0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:apk/wolfi/jruby-9.4@9.4.7.0-r0?arch=aarch64&origin=jruby-9.4", - "metadataType": "apk-db-entry", - "metadata": { - "package": "jruby-9.4", - "originPackage": "jruby-9.4", - "maintainer": "", - "version": "9.4.7.0-r0", - "architecture": "aarch64", - "url": "", - "description": "JRuby, an implementation of Ruby on the JVM", - "size": 44554441, - "installedSize": 0, - "pullDependencies": null, - "provides": null, - "pullChecksum": "92f02a890bec73542e464355364d14d64959a852e6c67275bc3f469dbbe6c84a", - "gitCommitOfApkPort": "cc9b45e41b1ad4c6cc0eac55084f60b08a0e5481", - "files": [ - { - "path": "." - }, - { - "path": ".PKGINFO" - }, - { - "path": ".SIGN.RSA.wolfi-signing.rsa.pub" - }, - { - "path": "usr" - }, - { - "path": "usr/bin" - }, - { - "path": "usr/share" - }, - { - "path": "usr/share/jruby" - }, - { - "path": "usr/share/jruby/bin" - }, - { - "path": "usr/share/jruby/bin/ast" - }, - { - "path": "usr/share/jruby/bin/bundle" - }, - { - "path": "usr/share/jruby/bin/bundler" - }, - { - "path": "usr/share/jruby/bin/erb" - }, - { - "path": "usr/share/jruby/bin/gem" - }, - { - "path": "usr/share/jruby/bin/install_doc" - }, - { - "path": "usr/share/jruby/bin/irb" - }, - { - "path": "usr/share/jruby/bin/jgem" - }, - { - "path": "usr/share/jruby/bin/jirb" - }, - { - "path": "usr/share/jruby/bin/jirb_swing" - }, - { - "path": "usr/share/jruby/bin/jruby" - }, - { - "path": "usr/share/jruby/bin/jruby.sh" - }, - { - "path": "usr/share/jruby/bin/jrubyc" - }, - { - "path": "usr/share/jruby/bin/lock_jars" - }, - { - "path": "usr/share/jruby/bin/racc" - }, - { - "path": "usr/share/jruby/bin/rake" - }, - { - "path": "usr/share/jruby/bin/rdoc" - }, - { - "path": "usr/share/jruby/bin/ri" - }, - { - "path": "usr/share/jruby/lib" - }, - { - "path": "usr/share/jruby/lib/jni" - }, - { - "path": "usr/share/jruby/lib/jni/aarch64-Linux" - }, - { - "path": "usr/share/jruby/lib/jni/aarch64-Linux/libjffi-1.2.so" - }, - { - "path": "usr/share/jruby/lib/jni/arm-Linux" - }, - { - "path": "usr/share/jruby/lib/jni/arm-Linux/libjffi-1.2.so" - }, - { - "path": "usr/share/jruby/lib/jni/i386-Linux" - }, - { - "path": "usr/share/jruby/lib/jni/i386-Linux/libjffi-1.2.so" - }, - { - "path": "usr/share/jruby/lib/jni/loongarch64-Linux" - }, - { - "path": "usr/share/jruby/lib/jni/loongarch64-Linux/libjffi-1.2.so" - }, - { - "path": "usr/share/jruby/lib/jni/mips64el-Linux" - }, - { - "path": "usr/share/jruby/lib/jni/mips64el-Linux/libjffi-1.2.so" - }, - { - "path": "usr/share/jruby/lib/jni/ppc64-Linux" - }, - { - "path": "usr/share/jruby/lib/jni/ppc64-Linux/libjffi-1.2.so" - }, - { - "path": "usr/share/jruby/lib/jni/ppc64le-Linux" - }, - { - "path": "usr/share/jruby/lib/jni/ppc64le-Linux/libjffi-1.2.so" - }, - { - "path": "usr/share/jruby/lib/jni/s390x-Linux" - }, - { - "path": "usr/share/jruby/lib/jni/s390x-Linux/libjffi-1.2.so" - }, - { - "path": "usr/share/jruby/lib/jni/sparcv9-Linux" - }, - { - "path": "usr/share/jruby/lib/jni/sparcv9-Linux/libjffi-1.2.so" - }, - { - "path": "usr/share/jruby/lib/jni/x86_64-Linux" - }, - { - "path": "usr/share/jruby/lib/jni/x86_64-Linux/libjffi-1.2.so" - }, - { - "path": "usr/share/jruby/lib/jruby.jar" - }, - { - "path": "usr/share/jruby/lib/pom.rb" - }, - { - "path": "usr/share/jruby/lib/pom.xml" - }, - { - "path": "usr/share/jruby/lib/ruby" - }, - { - "path": "usr/share/jruby/lib/ruby/gems" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/bin" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/bin/rake" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/build_info" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/cache" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/cache/matrix-0.4.2.gem" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/cache/minitest-5.15.0.gem" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/cache/net-ftp-0.1.3.gem" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/cache/net-imap-0.2.3.gem" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/cache/net-pop-0.1.1.gem" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/cache/net-smtp-0.3.1.gem" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/cache/power_assert-2.0.1.gem" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/cache/prime-0.1.2.gem" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/cache/rake-13.0.6.gem" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/cache/resolv-0.4.0.gem" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/cache/rexml-3.2.5.gem" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/cache/rss-0.2.9.gem" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/cache/test-unit-3.5.3.gem" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/doc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/extensions" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/bundler-2.3.26" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/bundler-2.3.26/exe" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/bundler-2.3.26/exe/bundle" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/bundler-2.3.26/exe/bundler" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/erb-2.2.3" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/erb-2.2.3/libexec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/erb-2.2.3/libexec/erb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/irb-1.4.2" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/irb-1.4.2/exe" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/irb-1.4.2/exe/irb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/jar-dependencies-0.4.1" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/jar-dependencies-0.4.1/bin" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/jar-dependencies-0.4.1/bin/lock_jars" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/matrix-0.4.2" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/matrix-0.4.2/LICENSE.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/matrix-0.4.2/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/matrix-0.4.2/lib/matrix" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/matrix-0.4.2/lib/matrix/eigenvalue_decomposition.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/matrix-0.4.2/lib/matrix/lup_decomposition.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/matrix-0.4.2/lib/matrix/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/matrix-0.4.2/lib/matrix.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/matrix-0.4.2/matrix.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/.autotest" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/History.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/Manifest.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/README.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/Rakefile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/design_rationale.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/hoe" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/hoe/minitest.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/minitest" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/minitest/assertions.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/minitest/autorun.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/minitest/benchmark.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/minitest/expectations.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/minitest/hell.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/minitest/mock.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/minitest/parallel.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/minitest/pride.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/minitest/pride_plugin.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/minitest/spec.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/minitest/test.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/minitest/unit.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/minitest.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/test" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/test/minitest" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/test/minitest/metametameta.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/test/minitest/test_minitest_assertions.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/test/minitest/test_minitest_benchmark.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/test/minitest/test_minitest_mock.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/test/minitest/test_minitest_reporter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/test/minitest/test_minitest_spec.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/test/minitest/test_minitest_test.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/.github" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/.github/workflows" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/.github/workflows/test.yml" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/.gitignore" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/Gemfile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/LICENSE.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/README.md" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/Rakefile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/bin" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/bin/console" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/bin/setup" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/lib/net" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/lib/net/ftp.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/net-ftp.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/.github" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/.github/workflows" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/.github/workflows/test.yml" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/.gitignore" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/Gemfile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/LICENSE.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/README.md" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/Rakefile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net/imap" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net/imap/authenticators" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net/imap/authenticators/cram_md5.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net/imap/authenticators/digest_md5.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net/imap/authenticators/login.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net/imap/authenticators/plain.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net/imap/authenticators.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net/imap/command_data.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net/imap/data_encoding.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net/imap/errors.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net/imap/flags.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net/imap/response_data.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net/imap/response_parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net/imap.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/net-imap.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/.github" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/.github/workflows" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/.github/workflows/test.yml" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/.gitignore" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/Gemfile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/LICENSE.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/README.md" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/Rakefile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/bin" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/bin/console" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/bin/setup" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/lib/net" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/lib/net/pop.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/net-pop.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-smtp-0.3.1" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-smtp-0.3.1/LICENSE.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-smtp-0.3.1/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-smtp-0.3.1/lib/net" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-smtp-0.3.1/lib/net/smtp.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-smtp-0.3.1/net-smtp.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/.github" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/.github/workflows" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/.github/workflows/ci.yml" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/.gitignore" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/BSDL" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/COPYING" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/Gemfile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/LEGAL" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/README.md" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/Rakefile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/lib/power_assert" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/lib/power_assert/colorize.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/lib/power_assert/configuration.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/lib/power_assert/context.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/lib/power_assert/enable_tracepoint_events.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/lib/power_assert/inspector.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/lib/power_assert/parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/lib/power_assert/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/lib/power_assert.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/power_assert.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/prime-0.1.2" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/prime-0.1.2/.gitignore" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/prime-0.1.2/Gemfile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/prime-0.1.2/LICENSE.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/prime-0.1.2/README.md" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/prime-0.1.2/Rakefile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/prime-0.1.2/bin" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/prime-0.1.2/bin/console" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/prime-0.1.2/bin/setup" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/prime-0.1.2/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/prime-0.1.2/lib/prime.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/prime-0.1.2/prime.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/racc-1.6.0-java" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/racc-1.6.0-java/bin" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/racc-1.6.0-java/bin/racc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/History.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/MIT-LICENSE" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/README.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/doc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/doc/command_line_usage.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/doc/example" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/doc/example/Rakefile1" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/doc/example/Rakefile2" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/doc/example/a.c" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/doc/example/b.c" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/doc/example/main.c" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/doc/glossary.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/doc/jamis.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/doc/proto_rake.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/doc/rake.1" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/doc/rakefile.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/doc/rational.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/exe" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/exe/rake" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/application.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/backtrace.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/clean.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/cloneable.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/cpu_counter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/default_loader.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/dsl_definition.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/early_time.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/ext" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/ext/core.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/ext/string.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/file_creation_task.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/file_list.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/file_task.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/file_utils.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/file_utils_ext.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/invocation_chain.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/late_time.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/linked_list.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/loaders" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/loaders/makefile.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/multi_task.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/name_space.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/packagetask.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/phony.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/private_reader.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/promise.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/pseudo_status.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/rake_module.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/rake_test_loader.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/rule_recursion_overflow_error.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/scope.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/task.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/task_argument_error.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/task_arguments.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/task_manager.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/tasklib.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/testtask.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/thread_history_display.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/thread_pool.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/trace_output.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/win32.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/rake.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rdoc-6.4.1.1" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rdoc-6.4.1.1/exe" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rdoc-6.4.1.1/exe/rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rdoc-6.4.1.1/exe/ri" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/.github" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/.github/dependabot.yml" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/.github/workflows" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/.github/workflows/test.yml" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/.gitignore" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/Gemfile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/LICENSE.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/README.md" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/Rakefile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/bin" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/bin/console" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/bin/setup" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/lib/resolv.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/resolv.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/LICENSE.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/NEWS.md" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/README.md" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/context.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/tasks" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/tasks/rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/child.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/document.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/element.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/node.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/parent.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/tasks/tocs" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/tasks/tocs/child_toc.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/tasks/tocs/document_toc.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/tasks/tocs/element_toc.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/tasks/tocs/master_toc.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/tasks/tocs/node_toc.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/tasks/tocs/parent_toc.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/attlistdecl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/attribute.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/cdata.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/child.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/comment.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/doctype.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/document.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/dtd" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/dtd/attlistdecl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/dtd/dtd.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/dtd/elementdecl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/dtd/entitydecl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/dtd/notationdecl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/element.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/encoding.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/entity.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/formatters" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/formatters/default.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/formatters/pretty.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/formatters/transitive.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/functions.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/instruction.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/light" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/light/node.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/namespace.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/node.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/output.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/parent.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/parseexception.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/parsers" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/parsers/baseparser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/parsers/lightparser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/parsers/pullparser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/parsers/sax2parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/parsers/streamparser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/parsers/treeparser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/parsers/ultralightparser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/parsers/xpathparser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/quickpath.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/rexml.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/sax2listener.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/security.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/source.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/streamlistener.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/text.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/undefinednamespaceexception.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/validation" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/validation/relaxng.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/validation/validation.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/validation/validationexception.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/xmldecl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/xmltokens.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/xpath.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/xpath_parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/Gemfile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/LICENSE.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/NEWS.md" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/README.md" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/Rakefile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/0.9.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/1.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/2.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/atom.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/content" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/content/1.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/content/2.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/content.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/converter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/dublincore" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/dublincore/1.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/dublincore/2.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/dublincore/atom.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/dublincore.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/image.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/itunes.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/0.9.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/1.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/2.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/atom.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/base.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/content.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/dublincore.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/entry.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/feed.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/image.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/itunes.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/slash.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/syndication.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/taxonomy.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/trackback.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/rexmlparser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/rss.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/slash.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/syndication.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/taxonomy.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/trackback.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/utils.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/xml-stylesheet.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/xml.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/xmlparser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/xmlscanner.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/rss.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/dot.png" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/rss-assertions.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/rss-testcase.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/run-test.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_1.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_2.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_accessor.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_atom.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_content.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_dublincore.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_image.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_inherit.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_itunes.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_maker_0.9.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_maker_1.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_maker_2.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_maker_atom_entry.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_maker_atom_feed.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_maker_content.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_maker_dc.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_maker_image.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_maker_itunes.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_maker_slash.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_maker_sy.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_maker_taxo.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_maker_trackback.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_maker_xml-stylesheet.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_parser_1.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_parser_2.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_parser_atom_entry.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_parser_atom_feed.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_setup_maker_0.9.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_setup_maker_1.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_setup_maker_2.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_setup_maker_atom_entry.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_setup_maker_atom_feed.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_setup_maker_itunes.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_setup_maker_slash.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_slash.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_syndication.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_taxonomy.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_to_s.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_trackback.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_xml-stylesheet.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rubygems-update-3.3.26" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rubygems-update-3.3.26/bin" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rubygems-update-3.3.26/bin/update_rubygems" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/BSDL" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/COPYING" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/PSFL" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/README.md" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/Rakefile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/doc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/doc/text" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/doc/text/getting-started.md" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/doc/text/how-to.md" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/doc/text/news.md" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/assertion-failed-error.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/assertions.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/attribute-matcher.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/attribute.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/auto-runner-loader.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/autorunner.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/code-snippet-fetcher.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/collector" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/collector/descendant.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/collector/dir.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/collector/load.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/collector/objectspace.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/collector/xml.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/collector.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/color-scheme.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/color.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/data-sets.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/data.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/diff.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/error.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/exception-handler.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/failure.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/fault-location-detector.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/fixture.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/notification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/omission.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/pending.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/priority.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/runner" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/runner/console.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/runner/emacs.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/runner/xml.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/test-suite-creator.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/testcase.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/testresult.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/testsuite.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/ui" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/ui/console" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/ui/console/outputlevel.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/ui/console/testrunner.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/ui/emacs" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/ui/emacs/testrunner.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/ui/testrunner.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/ui/testrunnermediator.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/ui/testrunnerutilities.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/ui/xml" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/ui/xml/testrunner.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/util" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/util/backtracefilter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/util/memory-usage.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/util/method-owner-finder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/util/observable.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/util/output.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/util/procwrapper.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/warning.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test-unit.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/sample" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/sample/adder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/sample/subtracter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/sample/test_adder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/sample/test_subtracter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/sample/test_user.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/plugins" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/abbrev-0.1.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/base64-0.1.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/benchmark-0.2.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/bigdecimal-3.1.4-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/bundler-2.3.26.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/cgi-0.3.6-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/csv-3.2.5.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/date-3.3.3-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/debug-0.2.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/delegate-0.2.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/did_you_mean-1.6.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/digest-3.1.0-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/drb-2.1.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/english-0.7.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/erb-2.2.3.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/error_highlight-0.3.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-1.16.3-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-binary-libfixposix-0.5.1.1-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-bindings-libfixposix-0.5.1.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/fileutils-1.6.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/find-0.1.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/forwardable-1.3.2.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/getoptlong-0.1.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/io-console-0.7.2-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/io-wait-0.3.0-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ipaddr-1.2.4.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/irb-1.4.2.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jar-dependencies-0.4.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-openssl-0.14.5-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-readline-1.3.7-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/json-2.7.1-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/logger-1.5.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/mutex_m-0.1.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/net-http-0.3.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/net-protocol-0.1.2.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/nkf-0.2.0-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/observer-0.1.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/open-uri-0.3.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/open3-0.1.2.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/optparse-0.2.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ostruct-0.5.5.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/pp-0.3.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/prettyprint-0.1.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/pstore-0.1.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/psych-5.1.1.1-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/racc-1.6.0-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rake-ant-1.0.6.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rdoc-6.4.1.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/reline-0.4.2.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/resolv-replace-0.1.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rinda-0.1.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ruby2_keywords-0.0.5.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rubygems-update-3.3.26.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/securerandom-0.2.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/shellwords-0.1.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/singleton-0.1.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/stringio-3.0.8-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/strscan-3.1.0-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-0.1.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-posix-0.1.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/time-0.2.2.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/timeout-0.3.2.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/tsort-0.1.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/un-0.2.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/uri-0.12.2.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/weakref-0.1.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/yaml-0.2.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/matrix-0.4.2.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/minitest-5.15.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-ftp-0.1.3.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-imap-0.2.3.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-pop-0.1.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-smtp-0.3.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/power_assert-2.0.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/prime-0.1.2.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/rake-13.0.6.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/resolv-0.4.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/rexml-3.2.5.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/rss-0.2.9.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/test-unit-3.5.3.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/include" - }, - { - "path": "usr/share/jruby/lib/ruby/include/ruby.h" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/English.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/abbrev.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ant.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/base64.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/benchmark" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/benchmark/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/benchmark.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bigdecimal" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bigdecimal/jacobian.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bigdecimal/ludcmp.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bigdecimal/math.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bigdecimal/newton.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bigdecimal/util.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bigdecimal.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/.document" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/build_metadata.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/capistrano.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/add.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/binstubs.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/cache.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/check.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/clean.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/common.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/config.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/console.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/doctor.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/exec.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/fund.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/gem.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/info.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/init.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/inject.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/install.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/issue.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/list.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/lock.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/open.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/outdated.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/platform.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/plugin.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/pristine.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/remove.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/show.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/update.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/viz.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/compact_index_client" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/compact_index_client/cache.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/compact_index_client/gem_parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/compact_index_client/updater.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/compact_index_client.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/constants.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/current_ruby.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/definition.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/dependency.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/deployment.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/deprecate.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/digest.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/dsl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/endpoint_specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/env.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/environment_preserver.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/errors.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/feature_flag.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/fetcher" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/fetcher/base.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/fetcher/compact_index.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/fetcher/dependency.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/fetcher/downloader.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/fetcher/index.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/fetcher.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/friendly_errors.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/gem_helper.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/gem_helpers.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/gem_tasks.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/gem_version_promoter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/graph.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/index.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/injector.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/inline.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/installer" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/installer/gem_installer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/installer/parallel_installer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/installer/standalone.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/installer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/lazy_specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/lockfile_generator.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/lockfile_parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/.document" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-add.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-add.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-binstubs.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-binstubs.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-cache.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-cache.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-check.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-check.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-clean.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-clean.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-config.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-config.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-console.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-console.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-doctor.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-doctor.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-exec.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-exec.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-gem.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-gem.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-help.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-help.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-info.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-info.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-init.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-init.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-inject.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-inject.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-install.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-install.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-list.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-list.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-lock.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-lock.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-open.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-open.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-outdated.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-outdated.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-platform.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-platform.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-plugin.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-plugin.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-pristine.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-pristine.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-remove.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-remove.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-show.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-show.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-update.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-update.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-version.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-version.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-viz.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-viz.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/gemfile.5" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/gemfile.5.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/index.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/match_metadata.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/match_platform.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/match_remote_metadata.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/mirror.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/plugin" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/plugin/api" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/plugin/api/source.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/plugin/api.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/plugin/dsl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/plugin/events.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/plugin/index.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/plugin/installer" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/plugin/installer/git.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/plugin/installer/rubygems.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/plugin/installer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/plugin/source_list.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/plugin.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/process_lock.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/remote_specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/resolver" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/resolver/base.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/resolver/spec_group.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/resolver.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/retry.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/ruby_dsl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/ruby_version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/rubygems_ext.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/rubygems_gem_installer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/rubygems_integration.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/runtime.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/self_manager.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/settings" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/settings/validator.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/settings.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/setup.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/shared_helpers.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/similarity_detector.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source/gemspec.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source/git" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source/git/git_proxy.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source/git.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source/metadata.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source/path" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source/path/installer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source/path.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source/rubygems" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source/rubygems/remote.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source/rubygems.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source/rubygems_aggregate.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source_list.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source_map.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/spec_set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/stub_specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/.document" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/Executable" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/Executable.bundler" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/Executable.standalone" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/Gemfile" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/gems.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/CHANGELOG.md.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/Gemfile.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/LICENSE.txt.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/README.md.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/Rakefile.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/bin" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/bin/console.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/bin/setup.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/circleci" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/circleci/config.yml.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/exe" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/exe/newgem.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/ext" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/ext/newgem" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/ext/newgem/extconf.rb.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/ext/newgem/newgem.c.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/ext/newgem/newgem.h.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/github" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/github/workflows" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/github/workflows/main.yml.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/gitignore.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/gitlab-ci.yml.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/lib/newgem" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/lib/newgem/version.rb.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/lib/newgem.rb.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/newgem.gemspec.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/rspec.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/rubocop.yml.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/sig" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/sig/newgem.rbs.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/spec" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/spec/newgem_spec.rb.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/spec/spec_helper.rb.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/standard.yml.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/test" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/test/minitest" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/test/minitest/test_helper.rb.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/test/minitest/test_newgem.rb.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/test/test-unit" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/test/test-unit/newgem_test.rb.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/test/test-unit/test_helper.rb.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/travis.yml.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/ui" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/ui/rg_proxy.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/ui/shell.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/ui/silent.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/ui.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/uri_credentials_filter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/.document" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/connection_pool" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/connection_pool/LICENSE" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/connection_pool/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/connection_pool/lib/connection_pool" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/connection_pool/lib/connection_pool/timed_stack.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/connection_pool/lib/connection_pool/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/connection_pool/lib/connection_pool/wrapper.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/connection_pool/lib/connection_pool.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/fileutils" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/fileutils/LICENSE.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/fileutils/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/fileutils/lib/fileutils.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/LICENSE" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/delegates" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/dependency_graph" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/log.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/errors.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/modules" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/resolution.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/resolver.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/state.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/net-http-persistent" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/net-http-persistent/README.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/net-http-persistent/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/net-http-persistent/lib/net" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/net-http-persistent/lib/net/http" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/net-http-persistent/lib/net/http/persistent" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/net-http-persistent/lib/net/http/persistent/connection.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/net-http-persistent/lib/net/http/persistent/pool.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/net-http-persistent/lib/net/http/persistent/timed_stack_multi.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/LICENSE.md" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/actions" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/actions/create_file.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/actions/create_link.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/actions/directory.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/actions.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/base.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/core_ext" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/error.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/group.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/invocation.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/line_editor" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/line_editor/basic.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/line_editor/readline.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/line_editor.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/nested_context.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/parser" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/parser/argument.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/parser/arguments.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/parser/option.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/parser/options.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/rake_compat.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/runner.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/shell" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/shell/basic.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/shell/color.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/shell/html.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/shell.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/util.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/tmpdir" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/tmpdir/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/tmpdir/lib/tmpdir.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/tsort" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/tsort/LICENSE.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/tsort/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/tsort/lib/tsort.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/LICENSE.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri/common.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri/file.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri/ftp.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri/generic.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri/http.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri/https.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri/ldap.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri/ldaps.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri/mailto.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri/rfc2396_parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri/rfc3986_parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri/ws.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri/wss.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendored_fileutils.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendored_molinillo.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendored_persistent.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendored_thor.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendored_tmpdir.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendored_tsort.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendored_uri.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/version_ranges.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vlad.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/worker.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/yaml_serializer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/cgi" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/cgi/cookie.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/cgi/core.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/cgi/escape.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/cgi/escape.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/cgi/html.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/cgi/session" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/cgi/session/pstore.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/cgi/session.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/cgi/util.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/cgi.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/continuation.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/coverage.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/csv" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/csv/core_ext" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/csv/core_ext/array.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/csv/core_ext/string.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/csv/fields_converter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/csv/input_record_separator.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/csv/parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/csv/row.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/csv/table.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/csv/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/csv/writer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/csv.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/date" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/date/delta" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/date/delta/parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/date/delta/parser.ry" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/date/delta.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/date/format.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/date.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/debug.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/delegate.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/core_ext" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/core_ext/name_error.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/experimental.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/formatter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/formatters" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/formatters/plain_formatter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/formatters/verbose_formatter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/jaro_winkler.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/levenshtein.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/spell_checker.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/spell_checkers" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/spell_checkers/key_error_checker.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/spell_checkers/method_name_checker.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/spell_checkers/name_error_checkers" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/spell_checkers/name_error_checkers.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/spell_checkers/null_checker.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/spell_checkers/pattern_key_name_checker.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/spell_checkers/require_path_checker.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/tree_spell_checker.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/verbose.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/digest" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/digest/bubblebabble.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/digest/loader.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/digest/md5.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/digest/rmd160.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/digest/sha1.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/digest/sha2" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/digest/sha2/loader.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/digest/sha2.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/digest/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/digest.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/digest.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb/acl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb/drb.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb/eq.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb/extserv.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb/extservm.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb/gw.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb/invokemethod.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb/observer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb/ssl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb/timeridconv.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb/unix.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb/weakidconv.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/erb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/erb/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/erb.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/error_highlight" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/error_highlight/base.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/error_highlight/core_ext.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/error_highlight/formatter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/error_highlight/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/error_highlight.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/etc.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/expect.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fcntl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/abstract_memory.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/autopointer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/buffer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/callback.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/compat.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/data_converter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/dynamic_library.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/enum.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/errno.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/ffi.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/function.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/io" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/io/console" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/io/console/bsd_console.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/io/console/common.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/io/console/linux_console.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/io/console/native_console.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/io/console/stty_console.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/io/console/stub_console.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/io/console/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/io/console.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/io.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/library.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/library_path.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/managedstruct.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/memorypointer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/aarch64-darwin" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/aarch64-darwin/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/aarch64-freebsd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/aarch64-freebsd/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/aarch64-freebsd12" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/aarch64-freebsd12/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/aarch64-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/aarch64-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/aarch64-openbsd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/aarch64-openbsd/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/aarch64-windows" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/aarch64-windows/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/arm-freebsd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/arm-freebsd/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/arm-freebsd12" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/arm-freebsd12/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/arm-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/arm-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/hppa1.1-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/hppa1.1-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/hppa2.0-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/hppa2.0-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-cygwin" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-cygwin/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-darwin" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-darwin/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-freebsd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-freebsd/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-freebsd12" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-freebsd12/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-gnu" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-gnu/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-netbsd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-netbsd/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-openbsd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-openbsd/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-solaris" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-solaris/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-windows" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-windows/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/ia64-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/ia64-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/loongarch64-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/loongarch64-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mips-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mips-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mips64-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mips64-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mips64el-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mips64el-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mipsel-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mipsel-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mipsisa32r6-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mipsisa32r6-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mipsisa32r6el-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mipsisa32r6el-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mipsisa64r6-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mipsisa64r6-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mipsisa64r6el-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mipsisa64r6el-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/powerpc-aix" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/powerpc-aix/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/powerpc-darwin" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/powerpc-darwin/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/powerpc-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/powerpc-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/powerpc-openbsd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/powerpc-openbsd/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/powerpc64-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/powerpc64-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/powerpc64le-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/powerpc64le-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/riscv64-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/riscv64-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/s390-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/s390-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/s390x-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/s390x-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/sparc-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/sparc-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/sparc-solaris" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/sparc-solaris/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/sparcv9-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/sparcv9-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/sparcv9-openbsd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/sparcv9-openbsd/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/sparcv9-solaris" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/sparcv9-solaris/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/sw_64-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/sw_64-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-cygwin" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-cygwin/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-darwin" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-darwin/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-dragonflybsd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-dragonflybsd/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-freebsd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-freebsd/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-freebsd12" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-freebsd12/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-haiku" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-haiku/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-msys" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-msys/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-netbsd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-netbsd/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-openbsd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-openbsd/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-solaris" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-solaris/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-windows" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-windows/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/pointer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/struct.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/struct_by_reference.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/struct_layout.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/struct_layout_builder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/tools" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/tools/const_generator.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/tools/generator.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/tools/generator_task.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/tools/struct_generator.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/tools/types_generator.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/types.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/union.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/variadic.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fiddle" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fiddle/closure.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fiddle/cparser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fiddle/function.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fiddle/import.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fiddle/jruby.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fiddle/pack.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fiddle/struct.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fiddle/types.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fiddle/value.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fiddle/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fiddle.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fileutils" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fileutils/fileutils.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fileutils/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fileutils.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/find.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/forwardable" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/forwardable/impl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/forwardable.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/getoptlong.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/io" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/io/console" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/io/console/bsd_console.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/io/console/common.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/io/console/linux_console.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/io/console/native_console.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/io/console/size.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/io/console/stty_console.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/io/console/stub_console.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/io/console/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/io/console.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/io/nonblock.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/io/wait.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/io/wait.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ipaddr.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/cmd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/cmd/chws.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/cmd/fork.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/cmd/help.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/cmd/info.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/cmd/load.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/cmd/ls.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/cmd/measure.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/cmd/nop.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/cmd/pushws.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/cmd/show_source.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/cmd/subirb.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/cmd/whereami.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/color.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/color_printer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/completion.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/context.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/easter-egg.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/ext" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/ext/change-ws.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/ext/history.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/ext/loader.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/ext/multi-irb.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/ext/save-history.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/ext/tracer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/ext/use-loader.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/ext/workspaces.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/extend-command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/frame.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/help.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/init.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/input-method.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/inspector.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/lc" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/lc/error.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/lc/help-message" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/lc/ja" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/lc/ja/encoding_aliases.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/lc/ja/error.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/lc/ja/help-message" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/locale.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/magic-file.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/notifier.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/output-method.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/ruby-lex.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/ruby_logo.aa" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/src_encoding.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/workspace.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/ws-for-case-2.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/xmp.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jar-dependencies.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jar_dependencies.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jar_install_post_install_hook.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jar_installer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/attach_jars_pom.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/classpath.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/gemspec_artifacts.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/gemspec_pom.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/installer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/lock.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/lock_down.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/lock_down_pom.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/maven_exec.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/maven_factory.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/maven_settings.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/output_jars_pom.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/post_install_hook.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/settings.xml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/setup.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/java" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/java/inspect.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/java.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jline" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jline/jline" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jline/jline/2.14.6" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jline/jline/2.14.6/jline-2.14.6.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jline/jline/maven-metadata-local.xml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jopenssl" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jopenssl/_compat23.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jopenssl/load.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jopenssl/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jopenssl.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/compiler" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/compiler/extending.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/compiler/java_class.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/compiler/java_signature.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/compiler.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/core_ext" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/core_ext/class.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/core_ext/string.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/core_ext/thread.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/core_ext.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/ext.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/jrubyc.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/open3_windows.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/profiler" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/profiler/shutdown_hook.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/profiler.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/serialization.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/synchronized.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/thread_dump.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/vm.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/win32ole" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/win32ole/stub.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add/bigdecimal.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add/complex.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add/core.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add/date.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add/date_time.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add/exception.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add/ostruct.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add/range.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add/rational.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add/regexp.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add/set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add/struct.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add/symbol.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add/time.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/common.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/ext" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/ext/generator.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/ext/parser.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/ext.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/generic_object.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/pure" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/pure/generator.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/pure/parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/pure.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/kconv.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/arm64-darwin" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/arm64-darwin/libfixposix.dylib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/arm64-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/arm64-linux/libfixposix.so" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/armv6-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/armv6-linux/libfixposix.so" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/armv7-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/armv7-linux/libfixposix.so" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/x86-freebsd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/x86-freebsd/libfixposix.so" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/x86-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/x86-linux/libfixposix.so" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/x86_64-darwin" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/x86_64-darwin/libfixposix.dylib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/x86_64-freebsd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/x86_64-freebsd/libfixposix.so" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/x86_64-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/x86_64-linux/libfixposix.so" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/ffi.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/logger" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/logger/errors.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/logger/formatter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/logger/log_device.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/logger/period.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/logger/severity.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/logger/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/logger.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/mkmf.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/monitor.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/mutex_m.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/.document" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/http" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/http/backward.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/http/exceptions.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/http/generic_request.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/http/header.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/http/proxy_delta.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/http/request.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/http/requests.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/http/response.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/http/responses.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/http/status.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/http.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/https.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/imap.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/net-ftp.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/net-imap.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/net-pop.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/net-protocol.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/net-smtp.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/protocol.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/nkf.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/nkf.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/objspace.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/observer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/open-uri.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/open3" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/open3/jruby_windows.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/open3/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/open3.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/openssl" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/openssl/bn.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/openssl/buffering.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/openssl/cipher.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/openssl/config.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/openssl/digest.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/openssl/hmac.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/openssl/marshal.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/openssl/pkcs12.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/openssl/pkcs5.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/openssl/pkey.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/openssl/ssl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/openssl/x509.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/openssl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/optionparser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/optparse" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/optparse/ac.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/optparse/date.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/optparse/kwargs.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/optparse/shellwords.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/optparse/time.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/optparse/uri.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/optparse/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/optparse.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcpkix-jdk18on" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcpkix-jdk18on/1.74" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcpkix-jdk18on/1.74/bcpkix-jdk18on-1.74.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk18on" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk18on/1.74" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk18on/1.74/bcprov-jdk18on-1.74.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bctls-jdk18on" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bctls-jdk18on/1.74" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bctls-jdk18on/1.74/bctls-jdk18on-1.74.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcutil-jdk18on" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcutil-jdk18on/1.74" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcutil-jdk18on/1.74/bcutil-jdk18on-1.74.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/snakeyaml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/snakeyaml/snakeyaml-engine" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/snakeyaml/snakeyaml-engine/2.7" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/snakeyaml/snakeyaml-engine/2.7/snakeyaml-engine-2.7.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/snakeyaml/snakeyaml-engine/maven-metadata-local.xml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ostruct.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/pathname.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/pp.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/prettyprint.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/profiler.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/pstore.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/class_loader.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/coder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/core_ext.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/exception.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/handler.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/handlers" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/handlers/document_stream.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/handlers/recorder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/json" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/json/ruby_events.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/json/stream.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/json/tree_builder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/json/yaml_events.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/nodes" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/nodes/alias.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/nodes/document.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/nodes/mapping.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/nodes/node.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/nodes/scalar.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/nodes/sequence.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/nodes/stream.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/nodes.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/omap.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/scalar_scanner.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/stream.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/streaming.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/syntax_error.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/tree_builder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/versions.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/visitors" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/visitors/depth_first.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/visitors/emitter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/visitors/json_tree.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/visitors/to_ruby.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/visitors/visitor.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/visitors/yaml_tree.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/visitors.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/y.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych_jars.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/pty.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/compat.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/cparse-jruby.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/debugflags.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/exception.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/grammar.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/grammarfileparser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/info.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/iset.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/logfilegenerator.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/parser-text.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/parserfilegenerator.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/sourcetext.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/state.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/statetransitiontable.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/static.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rake" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rake/ant" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rake/ant/ant.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rake/ant/element.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rake/ant/project_converter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rake/ant/rake.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rake/ant/target.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rake/ant/tasks" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rake/ant/tasks/raketasks.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rake/ant/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rake/ant.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/random" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/random/formatter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rbconfig" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rbconfig/sizeof.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rbconfig.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/alias.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/anon_class.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/any_method.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/attr.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/class_module.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/code_object.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/code_objects.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/comment.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/constant.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/context" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/context/section.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/context.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/cross_reference.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/encoding.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/erb_partial.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/erbio.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/extend.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/darkfish.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/json_index.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/markup.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/pot" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/pot/message_extractor.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/pot/po.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/pot/po_entry.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/pot.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/ri.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/.document" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_footer.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_head.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_VCS_info.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_classes.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_includes.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_installed.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_methods.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_navigation.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_parent.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_search.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_sections.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/class.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/css" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/css/fonts.css" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/css/rdoc.css" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/fonts" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/fonts/Lato-Light.ttf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/fonts/Lato-LightItalic.ttf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/fonts/Lato-Regular.ttf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/fonts/Lato-RegularItalic.ttf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/fonts/SourceCodePro-Bold.ttf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/fonts/SourceCodePro-Regular.ttf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/add.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/arrow_up.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/brick.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/brick_link.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/bug.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/bullet_black.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/bullet_toggle_minus.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/bullet_toggle_plus.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/date.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/delete.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/find.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/loadingAnimation.gif" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/macFFBgHack.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/package.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/page_green.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/page_white_text.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/page_white_width.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/plugin.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/ruby.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/tag_blue.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/tag_green.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/transparent.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/wrench.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/wrench_orange.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/zoom.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/index.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/js" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/js/darkfish.js" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/js/search.js" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/page.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/servlet_not_found.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/servlet_root.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/table_of_contents.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/json_index" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/json_index/.document" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/json_index/js" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/json_index/js/navigation.js" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/json_index/js/searcher.js" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/ghost_method.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/i18n" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/i18n/locale.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/i18n/text.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/i18n.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/include.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/known_classes.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markdown" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markdown/entities.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markdown/literals.kpeg" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markdown/literals.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markdown.kpeg" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markdown.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/attr_changer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/attr_span.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/attribute_manager.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/attributes.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/blank_line.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/block_quote.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/document.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/formatter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/hard_break.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/heading.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/include.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/indented_paragraph.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/list.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/list_item.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/paragraph.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/pre_process.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/raw.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/regexp_handling.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/rule.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/table.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/to_ansi.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/to_bs.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/to_html.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/to_html_crossref.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/to_html_snippet.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/to_joined_paragraph.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/to_label.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/to_markdown.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/to_rdoc.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/to_table_of_contents.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/to_test.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/to_tt_only.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/verbatim.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/meta_method.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/method_attr.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/mixin.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/normal_class.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/normal_module.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/options.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/parser" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/parser/c.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/parser/changelog.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/parser/markdown.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/parser/rd.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/parser/ripper_state_lex.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/parser/ruby.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/parser/ruby_tools.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/parser/simple.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/parser/text.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/rd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/rd/block_parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/rd/block_parser.ry" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/rd/inline.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/rd/inline_parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/rd/inline_parser.ry" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/rd.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/rdoc.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/require.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/ri" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/ri/driver.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/ri/formatter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/ri/paths.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/ri/store.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/ri/task.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/ri.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/rubygems_hook.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/servlet.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/single_class.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/stats" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/stats/normal.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/stats/quiet.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/stats/verbose.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/stats.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/store.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/task.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/text.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/token_stream.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/tom_doc.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/top_level.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/readline" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/readline/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/readline.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/readline.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/ansi.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/config.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/face.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/general_io.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/history.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/key_actor" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/key_actor/base.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/key_actor/emacs.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/key_actor/vi_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/key_actor/vi_insert.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/key_actor.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/key_stroke.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/kill_ring.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/line_editor.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/terminfo.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/unicode" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/unicode/east_asian_width.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/unicode.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/windows.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/resolv-replace.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/resolv.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rinda" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rinda/rinda.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rinda/ring.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rinda/tuplespace.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ripper" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ripper/core.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ripper/filter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ripper/lexer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ripper/sexp.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ripper.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ruby2_keywords.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/available_set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/basic_specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/bundler_version_finder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/command_manager.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/build_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/cert_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/check_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/cleanup_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/contents_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/dependency_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/environment_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/fetch_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/generate_index_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/help_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/info_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/install_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/list_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/lock_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/mirror_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/open_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/outdated_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/owner_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/pristine_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/push_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/query_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/rdoc_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/search_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/server_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/setup_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/signin_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/signout_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/sources_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/specification_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/stale_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/uninstall_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/unpack_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/update_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/which_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/yank_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/compatibility.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/config_file.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/core_ext" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/core_ext/kernel_gem.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/core_ext/kernel_warn.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/core_ext/tcpsocket_init.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/defaults" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/defaults/jruby.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/defaults/operating_system.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/defaults.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/dependency.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/dependency_installer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/dependency_list.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/deprecate.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/doctor.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/errors.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/exceptions.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ext" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ext/build_error.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ext/builder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ext/cargo_builder" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ext/cargo_builder/link_flag_converter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ext/cargo_builder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ext/cmake_builder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ext/configure_builder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ext/ext_conf_builder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ext/rake_builder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ext.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/gem_runner.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/gemcutter_utilities.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/indexer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/install_default_message.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/install_message.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/install_update_options.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/installer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/installer_uninstaller_utils.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/local_remote_options.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/mock_gem_ui.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/name_tuple.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/openssl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse/.document" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse/COPYING" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse/lib/optionparser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse/lib/optparse" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse/lib/optparse/ac.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse/lib/optparse/date.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse/lib/optparse/kwargs.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse/lib/optparse/shellwords.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse/lib/optparse/time.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse/lib/optparse/uri.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse/lib/optparse/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse/lib/optparse.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/package" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/package/digest_io.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/package/file_source.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/package/io_source.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/package/old.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/package/source.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/package/tar_header.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/package/tar_reader" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/package/tar_reader/entry.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/package/tar_reader.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/package/tar_writer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/package.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/package_task.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/path_support.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/platform.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/psych_tree.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/query_utils.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/rdoc.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/remote_fetcher.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/request" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/request/connection_pools.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/request/http_pool.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/request/https_pool.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/request.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/request_set" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/request_set/gem_dependency_api.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/request_set/lockfile" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/request_set/lockfile/parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/request_set/lockfile/tokenizer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/request_set/lockfile.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/request_set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/requirement.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/activation_request.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/api_set" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/api_set/gem_parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/api_set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/api_specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/best_set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/composed_set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/conflict.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/current_set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/dependency_request.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/git_set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/git_specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/index_set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/index_specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/installed_specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/installer_set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/local_specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/lock_set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/lock_specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/LICENSE" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/delegates" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/delete_edge.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/errors.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/modules" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/resolution.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/resolver.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/state.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/requirement_list.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/source_set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/spec_specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/stats.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/vendor_set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/vendor_specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/s3_uri_signer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/safe_yaml.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/security" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/security/policies.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/security/policy.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/security/signer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/security/trust_dir.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/security.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/security_option.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/source" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/source/git.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/source/installed.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/source/local.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/source/lock.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/source/specific_file.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/source/vendor.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/source.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/source_list.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/spec_fetcher.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/specification_policy.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ssl_certs" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ssl_certs/.document" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ssl_certs/rubygems.org" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ssl_certs/rubygems.org/GlobalSignRootCA.pem" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ssl_certs/rubygems.org/GlobalSignRootCA_R3.pem" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/stub_specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/text.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/tsort" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/tsort/.document" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/tsort/LICENSE.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/tsort/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/tsort/lib/tsort.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/tsort.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/uninstaller.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/unknown_command_spell_checker.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/uri.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/uri_formatter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/user_interaction.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/util" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/util/licenses.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/util/list.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/util.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/validator.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/version_option.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/securerandom.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/shellwords.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/singleton.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/socket.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/stringio.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/stringio.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/strscan.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/strscan.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/binary.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/fd_parse.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/fd_types.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/graph_helper.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/pipes.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/posix" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/posix/ffi_helper.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/posix/pty.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/posix/signals.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/posix/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/posix.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/replace-builtin.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/replace-pty.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/replace.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/syslog" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/syslog/logger.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/syslog.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/tempfile.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/time.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/timeout.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/tmpdir.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/tsort.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/un.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/unicode_normalize" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/unicode_normalize/normalize.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/unicode_normalize/tables.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/unicode_normalize.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri/common.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri/file.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri/ftp.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri/generic.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri/http.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri/https.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri/ldap.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri/ldaps.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri/mailto.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri/rfc2396_parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri/rfc3986_parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri/ws.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri/wss.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/weakref.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/win32" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/win32/importer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/win32/registry.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/win32/resolv.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/win32/sspi.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/win32api.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/win32ole.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/yaml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/yaml/dbm.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/yaml/store.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/yaml.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/zlib.rb" - }, - { - "path": "var" - }, - { - "path": "var/lib" - }, - { - "path": "var/lib/db" - }, - { - "path": "var/lib/db/sbom" - }, - { - "path": "var/lib/db/sbom/jruby-9.4-9.4.7.0-r0.spdx.json" - } - ] - } - }, - { - "id": "ca3cac6d54c39b80", - "name": "jruby-base", - "version": "9.4.7.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jruby.Main:jruby-base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jruby.Main:jruby_base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jruby.dist:jruby-base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jruby.dist:jruby_base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby-base:jruby-base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby-base:jruby_base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_base:jruby-base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_base:jruby_base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jruby:jruby-base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jruby:jruby_base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby-base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby_base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Main:jruby-base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Main:jruby_base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dist:jruby-base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dist:jruby_base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jruby/jruby-base@9.4.7.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Automatic-Module-Name", - "value": "org.jruby.dist" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Maven Jar Plugin 3.2.0" - }, - { - "key": "Main-Class", - "value": "org.jruby.Main" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jruby/jruby-base/pom.properties", - "name": "", - "groupId": "org.jruby", - "artifactId": "jruby-base", - "version": "9.4.7.0" - }, - "pomProject": { - "path": "META-INF/maven/org.jruby/jruby-base/pom.xml", - "parent": { - "groupId": "org.jruby", - "artifactId": "jruby-parent", - "version": "9.4.7.0" - }, - "groupId": "org.jruby", - "artifactId": "jruby-base", - "version": "9.4.7.0", - "name": "JRuby Base" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "deea6c6731f91d94865ca4f5df74b77f486abfcf" - } - ] - } - }, - { - "id": "6034ce017f127564", - "name": "jruby-core", - "version": "9.4.7.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jruby-core:jruby-core:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby-core:jruby_core:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_core:jruby-core:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_core:jruby_core:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jruby:jruby-core:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jruby:jruby_core:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby-core:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby_core:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jruby/jruby-core@9.4.7.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:org.jruby:jruby-core", - "pomProperties": { - "path": "META-INF/maven/org.jruby/jruby-core/pom.properties", - "name": "", - "groupId": "org.jruby", - "artifactId": "jruby-core", - "version": "9.4.7.0" - }, - "pomProject": { - "path": "META-INF/maven/org.jruby/jruby-core/pom.xml", - "parent": { - "groupId": "org.jruby", - "artifactId": "jruby-parent", - "version": "9.4.7.0" - }, - "groupId": "org.jruby", - "artifactId": "jruby-core", - "version": "9.4.7.0", - "name": "JRuby Core" - } - } - }, - { - "id": "2dcc79216489ad12", - "name": "jruby-openssl", - "version": "0.14.5", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-openssl-0.14.5-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-openssl-0.14.5-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "EPL-1.0", - "spdxExpression": "EPL-1.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-openssl-0.14.5-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-openssl-0.14.5-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "GPL-2.0", - "spdxExpression": "GPL-2.0-only", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-openssl-0.14.5-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-openssl-0.14.5-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "LGPL-2.1", - "spdxExpression": "LGPL-2.1-only", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-openssl-0.14.5-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-openssl-0.14.5-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:jruby-contributors:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby-contributors:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_contributors:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_contributors:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby-openssl:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby-openssl:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_openssl:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_openssl:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:karol-bucek:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:karol-bucek:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:karol_bucek:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:karol_bucek:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ola-bini:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ola-bini:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ola_bini:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ola_bini:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/jruby-openssl@0.14.5", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "jruby-openssl", - "version": "0.14.5", - "files": [ - "History.md", - "LICENSE.txt", - "Mavenfile", - "README.md", - "Rakefile", - "lib/jopenssl.jar", - "lib/jopenssl/_compat23.rb", - "lib/jopenssl/load.rb", - "lib/jopenssl/version.rb", - "lib/jruby-openssl.rb", - "lib/openssl.rb", - "lib/openssl/bn.rb", - "lib/openssl/buffering.rb", - "lib/openssl/cipher.rb", - "lib/openssl/config.rb", - "lib/openssl/digest.rb", - "lib/openssl/hmac.rb", - "lib/openssl/marshal.rb", - "lib/openssl/pkcs12.rb", - "lib/openssl/pkcs5.rb", - "lib/openssl/pkey.rb", - "lib/openssl/ssl.rb", - "lib/openssl/x509.rb", - "lib/org/bouncycastle/bcpkix-jdk18on/1.74/bcpkix-jdk18on-1.74.jar", - "lib/org/bouncycastle/bcprov-jdk18on/1.74/bcprov-jdk18on-1.74.jar", - "lib/org/bouncycastle/bctls-jdk18on/1.74/bctls-jdk18on-1.74.jar", - "lib/org/bouncycastle/bcutil-jdk18on/1.74/bcutil-jdk18on-1.74.jar", - "pom.xml" - ], - "authors": [ - "Karol Bucek", - "Ola Bini", - "JRuby contributors" - ], - "homepage": "https://github.com/jruby/jruby-openssl" - } - }, - { - "id": "c556c086c58824e7", - "name": "jruby-openssl", - "version": "0.14.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/jopenssl.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/jopenssl.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "EPL-1.0", - "spdxExpression": "EPL-1.0", - "type": "declared", - "urls": [ - "http://opensource.org/licenses/EPL-1.0" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/jopenssl.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/jopenssl.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "GPL-2.0", - "spdxExpression": "GPL-2.0-only", - "type": "declared", - "urls": [ - "http://opensource.org/licenses/GPL-2.0" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/jopenssl.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/jopenssl.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "LGPL-2.1", - "spdxExpression": "LGPL-2.1-only", - "type": "declared", - "urls": [ - "http://opensource.org/licenses/LGPL-2.1" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/jopenssl.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/jopenssl.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jruby-openssl:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby-openssl:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_openssl:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_openssl:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/rubygems/jruby-openssl@0.14.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/jopenssl.jar:rubygems:jruby-openssl", - "pomProperties": { - "path": "META-INF/maven/rubygems/jruby-openssl/pom.properties", - "name": "", - "groupId": "rubygems", - "artifactId": "jruby-openssl", - "version": "0.14.5" - }, - "pomProject": { - "path": "META-INF/maven/rubygems/jruby-openssl/pom.xml", - "groupId": "rubygems", - "artifactId": "jruby-openssl", - "version": "0.14.5", - "name": "JRuby OpenSSL", - "description": "JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.", - "url": "https://github.com/jruby/jruby-openssl" - } - } - }, - { - "id": "d0c0eb2fff591a9c", - "name": "jruby-readline", - "version": "1.3.7", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-readline-1.3.7-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-readline-1.3.7-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "EPL-1.0", - "spdxExpression": "EPL-1.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-readline-1.3.7-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-readline-1.3.7-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "GPL-2.0", - "spdxExpression": "GPL-2.0-only", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-readline-1.3.7-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-readline-1.3.7-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "LGPL-2.1", - "spdxExpression": "LGPL-2.1-only", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-readline-1.3.7-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-readline-1.3.7-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:jruby-contributors:jruby-readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby-contributors:jruby_readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_contributors:jruby-readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_contributors:jruby_readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby-readline:jruby-readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby-readline:jruby_readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_readline:jruby-readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_readline:jruby_readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:jruby-readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:jruby_readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:jruby-readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:jruby_readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby-readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby_readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:jruby-readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:jruby_readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/jruby-readline@1.3.7", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "jruby-readline", - "version": "1.3.7", - "files": [ - "License.txt", - "Mavenfile", - "README.md", - "TODO", - "lib/jline/jline/2.14.6/jline-2.14.6.jar", - "lib/jline/jline/maven-metadata-local.xml", - "lib/readline.jar", - "lib/readline.rb", - "lib/readline/version.rb" - ], - "authors": [ - "JRuby contributors" - ], - "homepage": "https://github.com/jruby/jruby" - } - }, - { - "id": "f301610243639750", - "name": "jruby-readline", - "version": "1.3.7", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/readline.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/readline.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "EPL-1.0", - "spdxExpression": "EPL-1.0", - "type": "declared", - "urls": [ - "http://opensource.org/licenses/EPL-1.0" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/readline.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/readline.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "GPL-2.0", - "spdxExpression": "GPL-2.0-only", - "type": "declared", - "urls": [ - "http://opensource.org/licenses/GPL-2.0" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/readline.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/readline.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "LGPL-2.1", - "spdxExpression": "LGPL-2.1-only", - "type": "declared", - "urls": [ - "http://opensource.org/licenses/LGPL-2.1" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/readline.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/readline.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jruby-readline:jruby-readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby-readline:jruby_readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_readline:jruby-readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_readline:jruby_readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby-readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby_readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/rubygems/jruby-readline@1.3.7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/readline.jar:rubygems:jruby-readline", - "pomProperties": { - "path": "META-INF/maven/rubygems/jruby-readline/pom.properties", - "name": "", - "groupId": "rubygems", - "artifactId": "jruby-readline", - "version": "1.3.7" - }, - "pomProject": { - "path": "META-INF/maven/rubygems/jruby-readline/pom.xml", - "groupId": "rubygems", - "artifactId": "jruby-readline", - "version": "1.3.7", - "name": "JRuby Readline", - "description": "readline extension for JRuby", - "url": "https://github.com/jruby/jruby" - } - } - }, - { - "id": "5533782db2ad1f26", - "name": "json", - "version": "2.7.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/json-2.7.1-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/json-2.7.1-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/json-2.7.1-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/json-2.7.1-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:json_project:json:2.7.1:*:*:*:*:ruby:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:gem/json@2.7.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "json", - "version": "2.7.1", - "files": [ - "LICENSE", - "lib/json.rb", - "lib/json/add/bigdecimal.rb", - "lib/json/add/complex.rb", - "lib/json/add/core.rb", - "lib/json/add/date.rb", - "lib/json/add/date_time.rb", - "lib/json/add/exception.rb", - "lib/json/add/ostruct.rb", - "lib/json/add/range.rb", - "lib/json/add/rational.rb", - "lib/json/add/regexp.rb", - "lib/json/add/set.rb", - "lib/json/add/struct.rb", - "lib/json/add/symbol.rb", - "lib/json/add/time.rb", - "lib/json/common.rb", - "lib/json/ext.rb", - "lib/json/ext/generator.jar", - "lib/json/ext/parser.jar", - "lib/json/generic_object.rb", - "lib/json/pure.rb", - "lib/json/pure/generator.rb", - "lib/json/pure/parser.rb", - "lib/json/version.rb" - ], - "authors": [ - "Daniel Luz" - ], - "homepage": "https://flori.github.io/json" - } - }, - { - "id": "eca144c9b6414b46", - "name": "jzlib", - "version": "1.1.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.jcraft.com/jzlib/LICENSE.txt" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jzlib:1.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jruby:jzlib:1.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jzlib:1.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jzlib:1.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jzlib:jzlib:1.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jzlib:1.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jruby/jzlib@1.1.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:org.jruby:jzlib", - "pomProperties": { - "path": "META-INF/maven/org.jruby/jzlib/pom.properties", - "name": "", - "groupId": "org.jruby", - "artifactId": "jzlib", - "version": "1.1.5" - }, - "pomProject": { - "path": "META-INF/maven/org.jruby/jzlib/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "org.jruby", - "artifactId": "jzlib", - "version": "1.1.5", - "name": "JZlib", - "description": "JZlib is a re-implementation of zlib in pure Java", - "url": "http://www.jcraft.com/jzlib/" - } - } - }, - { - "id": "956850cfb2f7a12a", - "name": "logger", - "version": "1.5.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/logger-1.5.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/logger-1.5.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/logger-1.5.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/logger-1.5.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/logger-1.5.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/logger-1.5.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:shibata-hiroshi:logger:1.5.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:shibata_hiroshi:logger:1.5.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:naotoshi-seo:logger:1.5.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:naotoshi_seo:logger:1.5.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:logger:1.5.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:logger:1.5.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:logger:logger:1.5.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:logger:1.5.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/logger@1.5.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "logger", - "version": "1.5.1", - "files": [ - "lib/logger.rb", - "lib/logger/errors.rb", - "lib/logger/formatter.rb", - "lib/logger/log_device.rb", - "lib/logger/period.rb", - "lib/logger/severity.rb", - "lib/logger/version.rb", - "logger.gemspec" - ], - "authors": [ - "Naotoshi Seo", - "SHIBATA Hiroshi" - ], - "homepage": "https://github.com/ruby/logger" - } - }, - { - "id": "f17cd4449783f7c3", - "name": "matrix", - "version": "0.4.2", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/matrix-0.4.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/matrix-0.4.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/matrix-0.4.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/matrix-0.4.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/matrix-0.4.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/matrix-0.4.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:marc-andre-lafortune:matrix:0.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:marc_andre_lafortune:matrix:0.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:matrix:0.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:matrix:0.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:matrix:matrix:0.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:matrix:0.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/matrix@0.4.2", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "matrix", - "version": "0.4.2", - "authors": [ - "Marc-Andre Lafortune" - ], - "homepage": "https://github.com/ruby/matrix" - } - }, - { - "id": "7c22103cf00ccff6", - "name": "minitest", - "version": "5.15.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/minitest-5.15.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/minitest-5.15.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/minitest-5.15.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/minitest-5.15.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:ryan-davis:minitest:5.15.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ryan_davis:minitest:5.15.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:minitest:5.15.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:minitest:5.15.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:seattlerb:minitest:5.15.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:minitest:minitest:5.15.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:minitest:5.15.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/minitest@5.15.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "minitest", - "version": "5.15.0", - "files": [ - "History.rdoc", - "Manifest.txt", - "README.rdoc" - ], - "authors": [ - "Ryan Davis" - ], - "homepage": "https://github.com/seattlerb/minitest" - } - }, - { - "id": "53c6a7e75f54dfec", - "name": "mutex_m", - "version": "0.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/mutex_m-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/mutex_m-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/mutex_m-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/mutex_m-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/mutex_m-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/mutex_m-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:keiju-ishitsuka:mutex-m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:keiju-ishitsuka:mutex_m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:keiju_ishitsuka:mutex-m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:keiju_ishitsuka:mutex_m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:mutex-m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:mutex_m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:mutex-m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:mutex_m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mutex-m:mutex-m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mutex-m:mutex_m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mutex_m:mutex-m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mutex_m:mutex_m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mutex:mutex-m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mutex:mutex_m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:mutex-m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:mutex_m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/mutex_m@0.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "mutex_m", - "version": "0.1.1", - "files": [ - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "lib/mutex_m.rb", - "mutex_m.gemspec" - ], - "authors": [ - "Keiju ISHITSUKA" - ], - "homepage": "https://github.com/ruby/mutex_m" - } - }, - { - "id": "d6292411f2709cb1", - "name": "net-ftp", - "version": "0.1.3", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-ftp-0.1.3.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-ftp-0.1.3.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-ftp-0.1.3.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-ftp-0.1.3.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-ftp-0.1.3.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-ftp-0.1.3.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:shugo-maeda:net-ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:shugo-maeda:net_ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:shugo_maeda:net-ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:shugo_maeda:net_ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:net-ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:net_ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:net-ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:net_ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net-ftp:net-ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net-ftp:net_ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net_ftp:net-ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net_ftp:net_ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:net-ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:net_ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net:net-ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net:net_ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/net-ftp@0.1.3", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "net-ftp", - "version": "0.1.3", - "authors": [ - "Shugo Maeda" - ], - "homepage": "https://github.com/ruby/net-ftp" - } - }, - { - "id": "c6d5f07f66d66d37", - "name": "net-http", - "version": "0.3.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/net-http-0.3.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/net-http-0.3.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/net-http-0.3.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/net-http-0.3.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/net-http-0.3.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/net-http-0.3.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:ruby-lang:net-http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:net_http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:net-http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:net_http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net-http:net-http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net-http:net_http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net_http:net-http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net_http:net_http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:naruse:net-http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:naruse:net_http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:net-http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:net_http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net:net-http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net:net_http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yui:net-http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yui:net_http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/net-http@0.3.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "net-http", - "version": "0.3.0", - "files": [ - ".github/dependabot.yml", - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/net/http.rb", - "lib/net/http/backward.rb", - "lib/net/http/exceptions.rb", - "lib/net/http/generic_request.rb", - "lib/net/http/header.rb", - "lib/net/http/proxy_delta.rb", - "lib/net/http/request.rb", - "lib/net/http/requests.rb", - "lib/net/http/response.rb", - "lib/net/http/responses.rb", - "lib/net/http/status.rb", - "lib/net/https.rb", - "net-http.gemspec" - ], - "authors": [ - "NARUSE", - "Yui" - ], - "homepage": "https://github.com/ruby/net-http" - } - }, - { - "id": "ee043d2b08b8b1fc", - "name": "net-imap", - "version": "0.2.3", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-imap-0.2.3.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-imap-0.2.3.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-imap-0.2.3.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-imap-0.2.3.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-imap-0.2.3.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-imap-0.2.3.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:ruby-lang:net\\:\\:imap:0.2.3:*:*:*:*:ruby:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:gem/net-imap@0.2.3", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "net-imap", - "version": "0.2.3", - "authors": [ - "Shugo Maeda" - ], - "homepage": "https://github.com/ruby/net-imap" - } - }, - { - "id": "2771219d7d2409b9", - "name": "net-pop", - "version": "0.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-pop-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-pop-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-pop-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-pop-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-pop-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-pop-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:net-pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:net_pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:net-pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:net_pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:net-pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:net_pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:net-pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:net_pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net-pop:net-pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net-pop:net_pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net_pop:net-pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net_pop:net_pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:net-pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:net_pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net:net-pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net:net_pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/net-pop@0.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "net-pop", - "version": "0.1.1", - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/net-pop" - } - }, - { - "id": "3c5e85a82e53fdfd", - "name": "net-protocol", - "version": "0.1.2", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/net-protocol-0.1.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/net-protocol-0.1.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/net-protocol-0.1.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/net-protocol-0.1.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/net-protocol-0.1.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/net-protocol-0.1.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:net-protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:net_protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:net-protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:net_protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net-protocol:net-protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net-protocol:net_protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net_protocol:net-protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net_protocol:net_protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:net-protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:net_protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:net-protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:net_protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:net-protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:net_protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net:net-protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net:net_protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/net-protocol@0.1.2", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "net-protocol", - "version": "0.1.2", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "Gemfile.lock", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/net/protocol.rb", - "net-protocol.gemspec" - ], - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/net-protocol" - } - }, - { - "id": "dff65eddcf463d46", - "name": "net-smtp", - "version": "0.3.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-smtp-0.3.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-smtp-0.3.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-smtp-0.3.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-smtp-0.3.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-smtp-0.3.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-smtp-0.3.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:net-smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:net_smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:net-smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:net_smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:net-smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:net_smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:net-smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:net_smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net-smtp:net-smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net-smtp:net_smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net_smtp:net-smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net_smtp:net_smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:net-smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:net_smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net:net-smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net:net_smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/net-smtp@0.3.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "net-smtp", - "version": "0.3.1", - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/net-smtp" - } - }, - { - "id": "9acba0f851738dcb", - "name": "nkf", - "version": "0.2.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/nkf-0.2.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/nkf-0.2.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/nkf-0.2.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/nkf-0.2.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "EPL-2.0", - "spdxExpression": "EPL-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/nkf-0.2.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/nkf-0.2.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "LGPL-2.1", - "spdxExpression": "LGPL-2.1-only", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/nkf-0.2.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/nkf-0.2.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/nkf-0.2.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/nkf-0.2.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:charles-oliver-nutter:nkf:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:charles_oliver_nutter:nkf:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:naruse-yui:nkf:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:naruse_yui:nkf:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:nkf:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:nkf:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:nkf:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:nkf:nkf:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/nkf@0.2.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "nkf", - "version": "0.2.0", - "files": [ - ".git-blame-ignore-revs", - ".github/dependabot.yml", - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "ext/java/org/jruby/ext/nkf/Command.java", - "ext/java/org/jruby/ext/nkf/CommandParser.java", - "ext/java/org/jruby/ext/nkf/NKFLibrary.java", - "ext/java/org/jruby/ext/nkf/Option.java", - "ext/java/org/jruby/ext/nkf/Options.java", - "ext/java/org/jruby/ext/nkf/RubyNKF.java", - "ext/nkf/extconf.rb", - "ext/nkf/nkf-utf8/config.h", - "ext/nkf/nkf-utf8/nkf.c", - "ext/nkf/nkf-utf8/nkf.h", - "ext/nkf/nkf-utf8/utf8tbl.c", - "ext/nkf/nkf-utf8/utf8tbl.h", - "ext/nkf/nkf.c", - "lib/kconv.rb", - "lib/nkf.jar", - "lib/nkf.rb", - "nkf.gemspec" - ], - "authors": [ - "NARUSE Yui", - "Charles Oliver Nutter" - ], - "homepage": "https://github.com/ruby/nkf" - } - }, - { - "id": "e92dbf6abeb30a01", - "name": "nkf", - "version": "UNKNOWN", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/nkf.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/nkf.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:nkf:nkf:*:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/nkf/nkf", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/nkf.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "21.0.2 (Oracle Corporation)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "51a6ba20192182ec383995cc939dd5093a6f109c" - } - ] - } - }, - { - "id": "54bfcf6d58a251d9", - "name": "observer", - "version": "0.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/observer-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/observer-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/observer-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/observer-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/observer-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/observer-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:observer:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:observer:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:observer:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:observer:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:observer:observer:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:observer:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/observer@0.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "observer", - "version": "0.1.1", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/observer.rb", - "observer.gemspec" - ], - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/observer" - } - }, - { - "id": "29a96061cdd4e1ff", - "name": "open-uri", - "version": "0.3.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/open-uri-0.3.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/open-uri-0.3.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/open-uri-0.3.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/open-uri-0.3.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/open-uri-0.3.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/open-uri-0.3.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:tanaka-akira:open-uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tanaka-akira:open_uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tanaka_akira:open-uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tanaka_akira:open_uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:open-uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:open_uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:open-uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:open_uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:open-uri:open-uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:open-uri:open_uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:open_uri:open-uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:open_uri:open_uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:open:open-uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:open:open_uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:open-uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:open_uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/open-uri@0.3.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "open-uri", - "version": "0.3.0", - "files": [ - "LICENSE.txt", - "README.md", - "lib/open-uri.rb" - ], - "authors": [ - "Tanaka Akira" - ], - "homepage": "https://github.com/ruby/open-uri" - } - }, - { - "id": "b9aa8419b45b2b69", - "name": "open3", - "version": "0.1.2", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/open3-0.1.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/open3-0.1.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/open3-0.1.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/open3-0.1.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/open3-0.1.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/open3-0.1.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:open3:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:open3:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:open3:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:open3:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:open3:open3:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:open3:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/open3@0.1.2", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "open3", - "version": "0.1.2", - "files": [ - ".github/dependabot.yml", - ".github/workflows/test-jruby.yml", - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/open3.rb", - "lib/open3/jruby_windows.rb", - "lib/open3/version.rb", - "open3.gemspec" - ], - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/open3" - } - }, - { - "id": "372502c6772e5448", - "name": "options", - "version": "1.6", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:options:1.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.headius:options:1.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:options:1.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:headius:options:1.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:options:options:1.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:options:1.6:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.headius/options@1.6", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:com.headius:options", - "pomProperties": { - "path": "META-INF/maven/com.headius/options/pom.properties", - "name": "", - "groupId": "com.headius", - "artifactId": "options", - "version": "1.6" - }, - "pomProject": { - "path": "META-INF/maven/com.headius/options/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "com.headius", - "artifactId": "options", - "version": "1.6", - "name": "options", - "url": "https://github.com/headius/options" - } - } - }, - { - "id": "7e936a2405bd93fa", - "name": "optparse", - "version": "0.2.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/optparse-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/optparse-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/optparse-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/optparse-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/optparse-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/optparse-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:nobu-nakada:optparse:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:nobu_nakada:optparse:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:optparse:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:optparse:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:optparse:optparse:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:optparse:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/optparse@0.2.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "optparse", - "version": "0.2.0", - "files": [ - "COPYING", - "ChangeLog", - "README.md", - "doc/optparse/argument_converters.rdoc", - "doc/optparse/creates_option.rdoc", - "doc/optparse/option_params.rdoc", - "doc/optparse/ruby/argument_keywords.rb", - "doc/optparse/ruby/argument_strings.rb", - "doc/optparse/ruby/argv.rb", - "doc/optparse/ruby/array.rb", - "doc/optparse/ruby/basic.rb", - "doc/optparse/ruby/block.rb", - "doc/optparse/ruby/collected_options.rb", - "doc/optparse/ruby/custom_converter.rb", - "doc/optparse/ruby/date.rb", - "doc/optparse/ruby/datetime.rb", - "doc/optparse/ruby/decimal_integer.rb", - "doc/optparse/ruby/decimal_numeric.rb", - "doc/optparse/ruby/default_values.rb", - "doc/optparse/ruby/descriptions.rb", - "doc/optparse/ruby/explicit_array_values.rb", - "doc/optparse/ruby/explicit_hash_values.rb", - "doc/optparse/ruby/false_class.rb", - "doc/optparse/ruby/float.rb", - "doc/optparse/ruby/help.rb", - "doc/optparse/ruby/help_banner.rb", - "doc/optparse/ruby/help_format.rb", - "doc/optparse/ruby/help_program_name.rb", - "doc/optparse/ruby/integer.rb", - "doc/optparse/ruby/long_names.rb", - "doc/optparse/ruby/long_optional.rb", - "doc/optparse/ruby/long_required.rb", - "doc/optparse/ruby/long_simple.rb", - "doc/optparse/ruby/long_with_negation.rb", - "doc/optparse/ruby/match_converter.rb", - "doc/optparse/ruby/matched_values.rb", - "doc/optparse/ruby/method.rb", - "doc/optparse/ruby/missing_options.rb", - "doc/optparse/ruby/mixed_names.rb", - "doc/optparse/ruby/name_abbrev.rb", - "doc/optparse/ruby/no_abbreviation.rb", - "doc/optparse/ruby/numeric.rb", - "doc/optparse/ruby/object.rb", - "doc/optparse/ruby/octal_integer.rb", - "doc/optparse/ruby/optional_argument.rb", - "doc/optparse/ruby/parse.rb", - "doc/optparse/ruby/parse_bang.rb", - "doc/optparse/ruby/proc.rb", - "doc/optparse/ruby/regexp.rb", - "doc/optparse/ruby/required_argument.rb", - "doc/optparse/ruby/shellwords.rb", - "doc/optparse/ruby/short_names.rb", - "doc/optparse/ruby/short_optional.rb", - "doc/optparse/ruby/short_range.rb", - "doc/optparse/ruby/short_required.rb", - "doc/optparse/ruby/short_simple.rb", - "doc/optparse/ruby/string.rb", - "doc/optparse/ruby/terminator.rb", - "doc/optparse/ruby/time.rb", - "doc/optparse/ruby/true_class.rb", - "doc/optparse/ruby/uri.rb", - "doc/optparse/tutorial.rdoc", - "lib/optionparser.rb", - "lib/optparse.rb", - "lib/optparse/ac.rb", - "lib/optparse/date.rb", - "lib/optparse/kwargs.rb", - "lib/optparse/shellwords.rb", - "lib/optparse/time.rb", - "lib/optparse/uri.rb", - "lib/optparse/version.rb", - "misc/rb_optparse.bash", - "misc/rb_optparse.zsh" - ], - "authors": [ - "Nobu Nakada" - ], - "homepage": "https://github.com/ruby/optparse" - } - }, - { - "id": "0d4280525b81b1bf", - "name": "ostruct", - "version": "0.5.5", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ostruct-0.5.5.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ostruct-0.5.5.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ostruct-0.5.5.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ostruct-0.5.5.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ostruct-0.5.5.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ostruct-0.5.5.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:marc-andre-lafortune:ostruct:0.5.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:marc_andre_lafortune:ostruct:0.5.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:ostruct:0.5.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:ostruct:0.5.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ostruct:ostruct:0.5.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:ostruct:0.5.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/ostruct@0.5.5", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "ostruct", - "version": "0.5.5", - "files": [ - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/ostruct.rb", - "ostruct.gemspec" - ], - "authors": [ - "Marc-Andre Lafortune" - ], - "homepage": "https://github.com/ruby/ostruct" - } - }, - { - "id": "0574714b5d2a9798", - "name": "parser", - "version": "UNKNOWN", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/ext/parser.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/json/ext/parser.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:parser:parser:*:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/parser/parser", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/json/ext/parser.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "21.0.1 (Oracle Corporation)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "90af651500260b3ac9cb7da527b2a79f767646d4" - } - ] - } - }, - { - "id": "d52ae968a676b5bd", - "name": "power_assert", - "version": "2.0.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/power_assert-2.0.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/power_assert-2.0.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/power_assert-2.0.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/power_assert-2.0.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/power_assert-2.0.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/power_assert-2.0.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:kazuki-tsujimoto:power-assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kazuki-tsujimoto:power_assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kazuki_tsujimoto:power-assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kazuki_tsujimoto:power_assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:power-assert:power-assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:power-assert:power_assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:power_assert:power-assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:power_assert:power_assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:power-assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:power_assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:power-assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:power_assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:power:power-assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:power:power_assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:power-assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:power_assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/power_assert@2.0.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "power_assert", - "version": "2.0.1", - "files": [ - "README.md" - ], - "authors": [ - "Kazuki Tsujimoto" - ], - "homepage": "https://github.com/ruby/power_assert" - } - }, - { - "id": "0ddf9996251347f3", - "name": "pp", - "version": "0.3.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/pp-0.3.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/pp-0.3.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/pp-0.3.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/pp-0.3.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/pp-0.3.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/pp-0.3.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:tanaka-akira:pp:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tanaka_akira:pp:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:pp:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:pp:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:pp:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pp:pp:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/pp@0.3.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "pp", - "version": "0.3.0", - "files": [ - "LICENSE.txt", - "lib/pp.rb", - "pp.gemspec" - ], - "authors": [ - "Tanaka Akira" - ], - "homepage": "https://github.com/ruby/pp" - } - }, - { - "id": "a54f76c5ca45650f", - "name": "prettyprint", - "version": "0.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/prettyprint-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/prettyprint-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/prettyprint-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/prettyprint-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/prettyprint-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/prettyprint-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:tanaka-akira:prettyprint:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tanaka_akira:prettyprint:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:prettyprint:prettyprint:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:prettyprint:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:prettyprint:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:prettyprint:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/prettyprint@0.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "prettyprint", - "version": "0.1.1", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/prettyprint.rb", - "prettyprint.gemspec" - ], - "authors": [ - "Tanaka Akira" - ], - "homepage": "https://github.com/ruby/prettyprint" - } - }, - { - "id": "a307c7d029905f30", - "name": "prime", - "version": "0.1.2", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/prime-0.1.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/prime-0.1.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/prime-0.1.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/prime-0.1.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/prime-0.1.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/prime-0.1.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:marc-andre-lafortune:prime:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:marc_andre_lafortune:prime:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:prime:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:prime:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:prime:prime:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:prime:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/prime@0.1.2", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "prime", - "version": "0.1.2", - "authors": [ - "Marc-Andre Lafortune" - ], - "homepage": "https://github.com/ruby/prime" - } - }, - { - "id": "d1ea8fd6a583384c", - "name": "pstore", - "version": "0.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/pstore-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/pstore-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/pstore-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/pstore-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/pstore-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/pstore-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:pstore:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:pstore:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:pstore:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:pstore:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pstore:pstore:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:pstore:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/pstore@0.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "pstore", - "version": "0.1.1", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/pstore.rb", - "pstore.gemspec" - ], - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/pstore" - } - }, - { - "id": "7f241cef373bff69", - "name": "psych", - "version": "5.1.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/psych-5.1.1.1-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/psych-5.1.1.1-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/psych-5.1.1.1-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/psych-5.1.1.1-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:charles-oliver-nutter:psych:5.1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:charles_oliver_nutter:psych:5.1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aaron-patterson:psych:5.1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aaron_patterson:psych:5.1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:shibata-hiroshi:psych:5.1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:shibata_hiroshi:psych:5.1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:psych:5.1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:psych:5.1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:psych:psych:5.1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:psych:5.1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/psych@5.1.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "psych", - "version": "5.1.1.1", - "files": [ - "CONTRIBUTING.md", - "LICENSE", - "README.md", - "ext/java/org/jruby/ext/psych/PsychEmitter.java", - "ext/java/org/jruby/ext/psych/PsychLibrary.java", - "ext/java/org/jruby/ext/psych/PsychParser.java", - "ext/java/org/jruby/ext/psych/PsychToRuby.java", - "ext/psych/depend", - "ext/psych/extconf.rb", - "ext/psych/psych.c", - "ext/psych/psych.h", - "ext/psych/psych_emitter.c", - "ext/psych/psych_emitter.h", - "ext/psych/psych_parser.c", - "ext/psych/psych_parser.h", - "ext/psych/psych_to_ruby.c", - "ext/psych/psych_to_ruby.h", - "ext/psych/psych_yaml_tree.c", - "ext/psych/psych_yaml_tree.h", - "lib/psych.jar", - "lib/psych.rb", - "lib/psych/class_loader.rb", - "lib/psych/coder.rb", - "lib/psych/core_ext.rb", - "lib/psych/exception.rb", - "lib/psych/handler.rb", - "lib/psych/handlers/document_stream.rb", - "lib/psych/handlers/recorder.rb", - "lib/psych/json/ruby_events.rb", - "lib/psych/json/stream.rb", - "lib/psych/json/tree_builder.rb", - "lib/psych/json/yaml_events.rb", - "lib/psych/nodes.rb", - "lib/psych/nodes/alias.rb", - "lib/psych/nodes/document.rb", - "lib/psych/nodes/mapping.rb", - "lib/psych/nodes/node.rb", - "lib/psych/nodes/scalar.rb", - "lib/psych/nodes/sequence.rb", - "lib/psych/nodes/stream.rb", - "lib/psych/omap.rb", - "lib/psych/parser.rb", - "lib/psych/scalar_scanner.rb", - "lib/psych/set.rb", - "lib/psych/stream.rb", - "lib/psych/streaming.rb", - "lib/psych/syntax_error.rb", - "lib/psych/tree_builder.rb", - "lib/psych/versions.rb", - "lib/psych/visitors.rb", - "lib/psych/visitors/depth_first.rb", - "lib/psych/visitors/emitter.rb", - "lib/psych/visitors/json_tree.rb", - "lib/psych/visitors/to_ruby.rb", - "lib/psych/visitors/visitor.rb", - "lib/psych/visitors/yaml_tree.rb", - "lib/psych/y.rb", - "lib/psych_jars.rb" - ], - "authors": [ - "Aaron Patterson", - "SHIBATA Hiroshi", - "Charles Oliver Nutter" - ], - "homepage": "https://github.com/ruby/psych" - } - }, - { - "id": "07451d4a303dd21b", - "name": "psych", - "version": "UNKNOWN", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/psych.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:psych:psych:*:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/psych/psych", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/psych.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "21 (Oracle Corporation)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "13ebf81dcbc1614859ba188c9fa2fad0f12ae759" - } - ] - } - }, - { - "id": "245b0518b29a8cf6", - "name": "racc", - "version": "1.6.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/racc-1.6.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/racc-1.6.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/racc-1.6.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/racc-1.6.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/racc-1.6.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/racc-1.6.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:aaron-patterson:racc:1.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aaron_patterson:racc:1.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:minero-aoki:racc:1.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:minero_aoki:racc:1.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:racc:1.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:racc:1.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:racc:racc:1.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:racc:1.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/racc@1.6.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "racc", - "version": "1.6.0", - "files": [ - "COPYING", - "ChangeLog", - "README.ja.rdoc", - "README.rdoc", - "TODO", - "bin/racc", - "doc/en/NEWS.en.rdoc", - "doc/en/grammar.en.rdoc", - "doc/en/grammar2.en.rdoc", - "doc/ja/NEWS.ja.rdoc", - "doc/ja/command.ja.html", - "doc/ja/debug.ja.rdoc", - "doc/ja/grammar.ja.rdoc", - "doc/ja/index.ja.html", - "doc/ja/parser.ja.rdoc", - "doc/ja/usage.ja.html", - "ext/racc/MANIFEST", - "ext/racc/cparse/cparse.c", - "ext/racc/cparse/extconf.rb", - "lib/racc.rb", - "lib/racc/compat.rb", - "lib/racc/cparse-jruby.jar", - "lib/racc/debugflags.rb", - "lib/racc/exception.rb", - "lib/racc/grammar.rb", - "lib/racc/grammarfileparser.rb", - "lib/racc/info.rb", - "lib/racc/iset.rb", - "lib/racc/logfilegenerator.rb", - "lib/racc/parser-text.rb", - "lib/racc/parser.rb", - "lib/racc/parserfilegenerator.rb", - "lib/racc/sourcetext.rb", - "lib/racc/state.rb", - "lib/racc/statetransitiontable.rb", - "lib/racc/static.rb" - ], - "authors": [ - "Minero Aoki", - "Aaron Patterson" - ], - "homepage": "https://i.loveruby.net/en/projects/racc/" - } - }, - { - "id": "7cdb69bd9fb78310", - "name": "rake", - "version": "13.0.6", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/rake-13.0.6.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/rake-13.0.6.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/rake-13.0.6.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/rake-13.0.6.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:ruby-lang:rake:13.0.6:*:*:*:*:*:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:gem/rake@13.0.6", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "rake", - "version": "13.0.6", - "files": [ - "exe/rake" - ], - "authors": [ - "Hiroshi SHIBATA", - "Eric Hodel", - "Jim Weirich" - ], - "homepage": "https://github.com/ruby/rake" - } - }, - { - "id": "19f8383aff9f9e6c", - "name": "rake-ant", - "version": "1.0.6", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rake-ant-1.0.6.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rake-ant-1.0.6.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "EPL-2.0", - "spdxExpression": "EPL-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rake-ant-1.0.6.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rake-ant-1.0.6.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:charles-oliver-nutter:rake-ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:charles-oliver-nutter:rake_ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:charles_oliver_nutter:rake-ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:charles_oliver_nutter:rake_ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thomas-e-enebo:rake-ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thomas-e-enebo:rake_ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thomas_e_enebo:rake-ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thomas_e_enebo:rake_ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:rake-ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:rake_ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:rake-ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:rake_ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:rake-ant:rake-ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:rake-ant:rake_ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:rake_ant:rake-ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:rake_ant:rake_ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:rake-ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:rake_ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:rake:rake-ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:rake:rake_ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:rake-ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:rake_ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/rake-ant@1.0.6", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "rake-ant", - "version": "1.0.6", - "files": [ - "LICENSE", - "README.md", - "lib/ant.rb", - "lib/rake/ant.rb", - "lib/rake/ant/ant.rb", - "lib/rake/ant/element.rb", - "lib/rake/ant/project_converter.rb", - "lib/rake/ant/rake.rb", - "lib/rake/ant/target.rb", - "lib/rake/ant/tasks/raketasks.rb", - "lib/rake/ant/version.rb" - ], - "authors": [ - "Thomas E Enebo", - "Charles Oliver Nutter" - ], - "homepage": "https://github.com/jruby/rake-ant" - } - }, - { - "id": "c9b982df1c7126aa", - "name": "rdoc", - "version": "6.4.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rdoc-6.4.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rdoc-6.4.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rdoc-6.4.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rdoc-6.4.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:ruby-lang:rdoc:6.4.1.1:*:*:*:*:ruby:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:gem/rdoc@6.4.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "rdoc", - "version": "6.4.1.1", - "files": [ - "CONTRIBUTING.rdoc", - "CVE-2013-0256.rdoc", - "ExampleMarkdown.md", - "ExampleRDoc.rdoc", - "Gemfile", - "History.rdoc", - "LEGAL.rdoc", - "LICENSE.rdoc", - "README.rdoc", - "RI.rdoc", - "Rakefile", - "TODO.rdoc", - "bin/console", - "bin/setup", - "exe/rdoc", - "exe/ri", - "lib/rdoc.rb", - "lib/rdoc/alias.rb", - "lib/rdoc/anon_class.rb", - "lib/rdoc/any_method.rb", - "lib/rdoc/attr.rb", - "lib/rdoc/class_module.rb", - "lib/rdoc/code_object.rb", - "lib/rdoc/code_objects.rb", - "lib/rdoc/comment.rb", - "lib/rdoc/constant.rb", - "lib/rdoc/context.rb", - "lib/rdoc/context/section.rb", - "lib/rdoc/cross_reference.rb", - "lib/rdoc/encoding.rb", - "lib/rdoc/erb_partial.rb", - "lib/rdoc/erbio.rb", - "lib/rdoc/extend.rb", - "lib/rdoc/generator.rb", - "lib/rdoc/generator/darkfish.rb", - "lib/rdoc/generator/json_index.rb", - "lib/rdoc/generator/markup.rb", - "lib/rdoc/generator/pot.rb", - "lib/rdoc/generator/pot/message_extractor.rb", - "lib/rdoc/generator/pot/po.rb", - "lib/rdoc/generator/pot/po_entry.rb", - "lib/rdoc/generator/ri.rb", - "lib/rdoc/generator/template/darkfish/.document", - "lib/rdoc/generator/template/darkfish/_footer.rhtml", - "lib/rdoc/generator/template/darkfish/_head.rhtml", - "lib/rdoc/generator/template/darkfish/_sidebar_VCS_info.rhtml", - "lib/rdoc/generator/template/darkfish/_sidebar_classes.rhtml", - "lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml", - "lib/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml", - "lib/rdoc/generator/template/darkfish/_sidebar_includes.rhtml", - "lib/rdoc/generator/template/darkfish/_sidebar_installed.rhtml", - "lib/rdoc/generator/template/darkfish/_sidebar_methods.rhtml", - "lib/rdoc/generator/template/darkfish/_sidebar_navigation.rhtml", - "lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml", - "lib/rdoc/generator/template/darkfish/_sidebar_parent.rhtml", - "lib/rdoc/generator/template/darkfish/_sidebar_search.rhtml", - "lib/rdoc/generator/template/darkfish/_sidebar_sections.rhtml", - "lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml", - "lib/rdoc/generator/template/darkfish/class.rhtml", - "lib/rdoc/generator/template/darkfish/css/fonts.css", - "lib/rdoc/generator/template/darkfish/css/rdoc.css", - "lib/rdoc/generator/template/darkfish/fonts/Lato-Light.ttf", - "lib/rdoc/generator/template/darkfish/fonts/Lato-LightItalic.ttf", - "lib/rdoc/generator/template/darkfish/fonts/Lato-Regular.ttf", - "lib/rdoc/generator/template/darkfish/fonts/Lato-RegularItalic.ttf", - "lib/rdoc/generator/template/darkfish/fonts/SourceCodePro-Bold.ttf", - "lib/rdoc/generator/template/darkfish/fonts/SourceCodePro-Regular.ttf", - "lib/rdoc/generator/template/darkfish/images/add.png", - "lib/rdoc/generator/template/darkfish/images/arrow_up.png", - "lib/rdoc/generator/template/darkfish/images/brick.png", - "lib/rdoc/generator/template/darkfish/images/brick_link.png", - "lib/rdoc/generator/template/darkfish/images/bug.png", - "lib/rdoc/generator/template/darkfish/images/bullet_black.png", - "lib/rdoc/generator/template/darkfish/images/bullet_toggle_minus.png", - "lib/rdoc/generator/template/darkfish/images/bullet_toggle_plus.png", - "lib/rdoc/generator/template/darkfish/images/date.png", - "lib/rdoc/generator/template/darkfish/images/delete.png", - "lib/rdoc/generator/template/darkfish/images/find.png", - "lib/rdoc/generator/template/darkfish/images/loadingAnimation.gif", - "lib/rdoc/generator/template/darkfish/images/macFFBgHack.png", - "lib/rdoc/generator/template/darkfish/images/package.png", - "lib/rdoc/generator/template/darkfish/images/page_green.png", - "lib/rdoc/generator/template/darkfish/images/page_white_text.png", - "lib/rdoc/generator/template/darkfish/images/page_white_width.png", - "lib/rdoc/generator/template/darkfish/images/plugin.png", - "lib/rdoc/generator/template/darkfish/images/ruby.png", - "lib/rdoc/generator/template/darkfish/images/tag_blue.png", - "lib/rdoc/generator/template/darkfish/images/tag_green.png", - "lib/rdoc/generator/template/darkfish/images/transparent.png", - "lib/rdoc/generator/template/darkfish/images/wrench.png", - "lib/rdoc/generator/template/darkfish/images/wrench_orange.png", - "lib/rdoc/generator/template/darkfish/images/zoom.png", - "lib/rdoc/generator/template/darkfish/index.rhtml", - "lib/rdoc/generator/template/darkfish/js/darkfish.js", - "lib/rdoc/generator/template/darkfish/js/search.js", - "lib/rdoc/generator/template/darkfish/page.rhtml", - "lib/rdoc/generator/template/darkfish/servlet_not_found.rhtml", - "lib/rdoc/generator/template/darkfish/servlet_root.rhtml", - "lib/rdoc/generator/template/darkfish/table_of_contents.rhtml", - "lib/rdoc/generator/template/json_index/.document", - "lib/rdoc/generator/template/json_index/js/navigation.js", - "lib/rdoc/generator/template/json_index/js/searcher.js", - "lib/rdoc/ghost_method.rb", - "lib/rdoc/i18n.rb", - "lib/rdoc/i18n/locale.rb", - "lib/rdoc/i18n/text.rb", - "lib/rdoc/include.rb", - "lib/rdoc/known_classes.rb", - "lib/rdoc/markdown.kpeg", - "lib/rdoc/markdown.rb", - "lib/rdoc/markdown/entities.rb", - "lib/rdoc/markdown/literals.kpeg", - "lib/rdoc/markdown/literals.rb", - "lib/rdoc/markup.rb", - "lib/rdoc/markup/attr_changer.rb", - "lib/rdoc/markup/attr_span.rb", - "lib/rdoc/markup/attribute_manager.rb", - "lib/rdoc/markup/attributes.rb", - "lib/rdoc/markup/blank_line.rb", - "lib/rdoc/markup/block_quote.rb", - "lib/rdoc/markup/document.rb", - "lib/rdoc/markup/formatter.rb", - "lib/rdoc/markup/hard_break.rb", - "lib/rdoc/markup/heading.rb", - "lib/rdoc/markup/include.rb", - "lib/rdoc/markup/indented_paragraph.rb", - "lib/rdoc/markup/list.rb", - "lib/rdoc/markup/list_item.rb", - "lib/rdoc/markup/paragraph.rb", - "lib/rdoc/markup/parser.rb", - "lib/rdoc/markup/pre_process.rb", - "lib/rdoc/markup/raw.rb", - "lib/rdoc/markup/regexp_handling.rb", - "lib/rdoc/markup/rule.rb", - "lib/rdoc/markup/table.rb", - "lib/rdoc/markup/to_ansi.rb", - "lib/rdoc/markup/to_bs.rb", - "lib/rdoc/markup/to_html.rb", - "lib/rdoc/markup/to_html_crossref.rb", - "lib/rdoc/markup/to_html_snippet.rb", - "lib/rdoc/markup/to_joined_paragraph.rb", - "lib/rdoc/markup/to_label.rb", - "lib/rdoc/markup/to_markdown.rb", - "lib/rdoc/markup/to_rdoc.rb", - "lib/rdoc/markup/to_table_of_contents.rb", - "lib/rdoc/markup/to_test.rb", - "lib/rdoc/markup/to_tt_only.rb", - "lib/rdoc/markup/verbatim.rb", - "lib/rdoc/meta_method.rb", - "lib/rdoc/method_attr.rb", - "lib/rdoc/mixin.rb", - "lib/rdoc/normal_class.rb", - "lib/rdoc/normal_module.rb", - "lib/rdoc/options.rb", - "lib/rdoc/parser.rb", - "lib/rdoc/parser/c.rb", - "lib/rdoc/parser/changelog.rb", - "lib/rdoc/parser/markdown.rb", - "lib/rdoc/parser/rd.rb", - "lib/rdoc/parser/ripper_state_lex.rb", - "lib/rdoc/parser/ruby.rb", - "lib/rdoc/parser/ruby_tools.rb", - "lib/rdoc/parser/simple.rb", - "lib/rdoc/parser/text.rb", - "lib/rdoc/rd.rb", - "lib/rdoc/rd/block_parser.rb", - "lib/rdoc/rd/block_parser.ry", - "lib/rdoc/rd/inline.rb", - "lib/rdoc/rd/inline_parser.rb", - "lib/rdoc/rd/inline_parser.ry", - "lib/rdoc/rdoc.rb", - "lib/rdoc/require.rb", - "lib/rdoc/ri.rb", - "lib/rdoc/ri/driver.rb", - "lib/rdoc/ri/formatter.rb", - "lib/rdoc/ri/paths.rb", - "lib/rdoc/ri/store.rb", - "lib/rdoc/ri/task.rb", - "lib/rdoc/rubygems_hook.rb", - "lib/rdoc/servlet.rb", - "lib/rdoc/single_class.rb", - "lib/rdoc/stats.rb", - "lib/rdoc/stats/normal.rb", - "lib/rdoc/stats/quiet.rb", - "lib/rdoc/stats/verbose.rb", - "lib/rdoc/store.rb", - "lib/rdoc/task.rb", - "lib/rdoc/text.rb", - "lib/rdoc/token_stream.rb", - "lib/rdoc/tom_doc.rb", - "lib/rdoc/top_level.rb", - "lib/rdoc/version.rb", - "man/ri.1", - "rdoc.gemspec" - ], - "authors": [ - "Eric Hodel", - "Dave Thomas", - "Phil Hagelberg", - "Tony Strauss", - "Zachary Scott", - "Hiroshi SHIBATA", - "ITOYANAGI Sakura" - ], - "homepage": "https://ruby.github.io/rdoc" - } - }, - { - "id": "94b80ad56435c328", - "name": "readline", - "version": "UNKNOWN", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/readline.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/readline.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:readline:readline:*:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/readline/readline", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/readline.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Built-By", - "value": "kares" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.5.4" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_171" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "f94495275a3d40af13986495b60d7a2029d8eba5" - } - ] - } - }, - { - "id": "bae8121b2e6c063c", - "name": "reline", - "version": "0.4.2", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/reline-0.4.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/reline-0.4.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/reline-0.4.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/reline-0.4.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:ruby-lang:reline:0.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:reline:0.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aycabta:reline:0.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:reline:reline:0.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:reline:0.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/reline@0.4.2", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "reline", - "version": "0.4.2", - "files": [ - "BSDL", - "COPYING", - "README.md", - "lib/reline.rb", - "lib/reline/ansi.rb", - "lib/reline/config.rb", - "lib/reline/face.rb", - "lib/reline/general_io.rb", - "lib/reline/history.rb", - "lib/reline/key_actor.rb", - "lib/reline/key_actor/base.rb", - "lib/reline/key_actor/emacs.rb", - "lib/reline/key_actor/vi_command.rb", - "lib/reline/key_actor/vi_insert.rb", - "lib/reline/key_stroke.rb", - "lib/reline/kill_ring.rb", - "lib/reline/line_editor.rb", - "lib/reline/terminfo.rb", - "lib/reline/unicode.rb", - "lib/reline/unicode/east_asian_width.rb", - "lib/reline/version.rb", - "lib/reline/windows.rb", - "license_of_rb-readline" - ], - "authors": [ - "aycabta" - ], - "homepage": "https://github.com/ruby/reline" - } - }, - { - "id": "2047e6b92a3de00b", - "name": "resolv", - "version": "0.4.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/resolv-0.4.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/resolv-0.4.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/resolv-0.4.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/resolv-0.4.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/resolv-0.4.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/resolv-0.4.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:tanaka-akira:resolv:0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tanaka_akira:resolv:0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:resolv:0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:resolv:0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:resolv:resolv:0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:resolv:0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/resolv@0.4.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "resolv", - "version": "0.4.0", - "authors": [ - "Tanaka Akira" - ], - "homepage": "https://github.com/ruby/resolv" - } - }, - { - "id": "a8c5f61d9c6a04fb", - "name": "resolv-replace", - "version": "0.1.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/resolv-replace-0.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/resolv-replace-0.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/resolv-replace-0.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/resolv-replace-0.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/resolv-replace-0.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/resolv-replace-0.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:resolv-replace:resolv-replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:resolv-replace:resolv_replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:resolv_replace:resolv-replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:resolv_replace:resolv_replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tanaka-akira:resolv-replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tanaka-akira:resolv_replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tanaka_akira:resolv-replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tanaka_akira:resolv_replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:resolv-replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:resolv_replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:resolv-replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:resolv_replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:resolv:resolv-replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:resolv:resolv_replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:resolv-replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:resolv_replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/resolv-replace@0.1.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "resolv-replace", - "version": "0.1.0", - "files": [ - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/resolv-replace.rb", - "resolv-replace.gemspec" - ], - "authors": [ - "Tanaka Akira" - ], - "homepage": "https://github.com/ruby/resolv-replace" - } - }, - { - "id": "50ec1b58fe12f737", - "name": "rexml", - "version": "3.2.5", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/rexml-3.2.5.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/rexml-3.2.5.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/rexml-3.2.5.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/rexml-3.2.5.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:ruby-lang:rexml:3.2.5:*:*:*:*:ruby:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:gem/rexml@3.2.5", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "rexml", - "version": "3.2.5", - "files": [ - "LICENSE.txt", - "NEWS.md", - "README.md", - "doc/rexml/context.rdoc", - "doc/rexml/tasks/rdoc/child.rdoc", - "doc/rexml/tasks/rdoc/document.rdoc", - "doc/rexml/tasks/rdoc/element.rdoc", - "doc/rexml/tasks/rdoc/node.rdoc", - "doc/rexml/tasks/rdoc/parent.rdoc", - "doc/rexml/tasks/tocs/child_toc.rdoc", - "doc/rexml/tasks/tocs/document_toc.rdoc", - "doc/rexml/tasks/tocs/element_toc.rdoc", - "doc/rexml/tasks/tocs/master_toc.rdoc", - "doc/rexml/tasks/tocs/node_toc.rdoc", - "doc/rexml/tasks/tocs/parent_toc.rdoc" - ], - "authors": [ - "Kouhei Sutou" - ], - "homepage": "https://github.com/ruby/rexml" - } - }, - { - "id": "344ce7525f87dca0", - "name": "rinda", - "version": "0.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rinda-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rinda-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rinda-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rinda-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rinda-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rinda-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:masatoshi-seki:rinda:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:masatoshi_seki:rinda:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:rinda:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:rinda:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:rinda:rinda:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:rinda:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/rinda@0.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "rinda", - "version": "0.1.1", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/rinda/rinda.rb", - "lib/rinda/ring.rb", - "lib/rinda/tuplespace.rb", - "rinda.gemspec" - ], - "authors": [ - "Masatoshi SEKI" - ], - "homepage": "https://github.com/ruby/rinda" - } - }, - { - "id": "d27cff8ef932cf78", - "name": "rss", - "version": "0.2.9", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/rss-0.2.9.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/rss-0.2.9.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/rss-0.2.9.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/rss-0.2.9.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:kouhei-sutou:rss:0.2.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kouhei_sutou:rss:0.2.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:rss:0.2.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:rss:0.2.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:rss:0.2.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:rss:rss:0.2.9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/rss@0.2.9", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "rss", - "version": "0.2.9", - "authors": [ - "Kouhei Sutou" - ], - "homepage": "https://github.com/ruby/rss" - } - }, - { - "id": "cb577c58a5bb8585", - "name": "ruby2_keywords", - "version": "0.0.5", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ruby2_keywords-0.0.5.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ruby2_keywords-0.0.5.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ruby2_keywords-0.0.5.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ruby2_keywords-0.0.5.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ruby2_keywords-0.0.5.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ruby2_keywords-0.0.5.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:nobuyoshi-nakada:ruby2-keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:nobuyoshi-nakada:ruby2_keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:nobuyoshi_nakada:ruby2-keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:nobuyoshi_nakada:ruby2_keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby2-keywords:ruby2-keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby2-keywords:ruby2_keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby2_keywords:ruby2-keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby2_keywords:ruby2_keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:ruby2-keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:ruby2_keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:ruby2-keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:ruby2_keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby2:ruby2-keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby2:ruby2_keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:ruby2-keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:ruby2_keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/ruby2_keywords@0.0.5", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "ruby2_keywords", - "version": "0.0.5", - "files": [ - "ChangeLog", - "LICENSE", - "README.md", - "lib/ruby2_keywords.rb", - "logs/ChangeLog-0.0.0", - "logs/ChangeLog-0.0.1", - "logs/ChangeLog-0.0.2", - "logs/ChangeLog-0.0.3", - "logs/ChangeLog-0.0.4" - ], - "authors": [ - "Nobuyoshi Nakada" - ], - "homepage": "https://github.com/ruby/ruby2_keywords" - } - }, - { - "id": "b8205e625bb0ea65", - "name": "rubygems-update", - "version": "3.3.26", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rubygems-update-3.3.26.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rubygems-update-3.3.26.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rubygems-update-3.3.26.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rubygems-update-3.3.26.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rubygems-update-3.3.26.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rubygems-update-3.3.26.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:rubygems:rubygems:3.3.26:*:*:*:*:*:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:gem/rubygems-update@3.3.26", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "rubygems-update", - "version": "3.3.26", - "files": [ - "CHANGELOG.md", - "CODE_OF_CONDUCT.md", - "CONTRIBUTING.md", - "LICENSE.txt", - "MAINTAINERS.txt", - "MIT.txt", - "Manifest.txt", - "POLICIES.md", - "README.md", - "UPGRADING.md", - "bin/gem", - "bin/update_rubygems", - "bundler/CHANGELOG.md", - "bundler/LICENSE.md", - "bundler/README.md", - "bundler/UPGRADING.md", - "bundler/bundler.gemspec", - "bundler/exe/bundle", - "bundler/exe/bundler", - "bundler/lib/bundler.rb", - "bundler/lib/bundler/.document", - "bundler/lib/bundler/build_metadata.rb", - "bundler/lib/bundler/capistrano.rb", - "bundler/lib/bundler/cli.rb", - "bundler/lib/bundler/cli/add.rb", - "bundler/lib/bundler/cli/binstubs.rb", - "bundler/lib/bundler/cli/cache.rb", - "bundler/lib/bundler/cli/check.rb", - "bundler/lib/bundler/cli/clean.rb", - "bundler/lib/bundler/cli/common.rb", - "bundler/lib/bundler/cli/config.rb", - "bundler/lib/bundler/cli/console.rb", - "bundler/lib/bundler/cli/doctor.rb", - "bundler/lib/bundler/cli/exec.rb", - "bundler/lib/bundler/cli/fund.rb", - "bundler/lib/bundler/cli/gem.rb", - "bundler/lib/bundler/cli/info.rb", - "bundler/lib/bundler/cli/init.rb", - "bundler/lib/bundler/cli/inject.rb", - "bundler/lib/bundler/cli/install.rb", - "bundler/lib/bundler/cli/issue.rb", - "bundler/lib/bundler/cli/list.rb", - "bundler/lib/bundler/cli/lock.rb", - "bundler/lib/bundler/cli/open.rb", - "bundler/lib/bundler/cli/outdated.rb", - "bundler/lib/bundler/cli/platform.rb", - "bundler/lib/bundler/cli/plugin.rb", - "bundler/lib/bundler/cli/pristine.rb", - "bundler/lib/bundler/cli/remove.rb", - "bundler/lib/bundler/cli/show.rb", - "bundler/lib/bundler/cli/update.rb", - "bundler/lib/bundler/cli/viz.rb", - "bundler/lib/bundler/compact_index_client.rb", - "bundler/lib/bundler/compact_index_client/cache.rb", - "bundler/lib/bundler/compact_index_client/gem_parser.rb", - "bundler/lib/bundler/compact_index_client/updater.rb", - "bundler/lib/bundler/constants.rb", - "bundler/lib/bundler/current_ruby.rb", - "bundler/lib/bundler/definition.rb", - "bundler/lib/bundler/dependency.rb", - "bundler/lib/bundler/deployment.rb", - "bundler/lib/bundler/deprecate.rb", - "bundler/lib/bundler/digest.rb", - "bundler/lib/bundler/dsl.rb", - "bundler/lib/bundler/endpoint_specification.rb", - "bundler/lib/bundler/env.rb", - "bundler/lib/bundler/environment_preserver.rb", - "bundler/lib/bundler/errors.rb", - "bundler/lib/bundler/feature_flag.rb", - "bundler/lib/bundler/fetcher.rb", - "bundler/lib/bundler/fetcher/base.rb", - "bundler/lib/bundler/fetcher/compact_index.rb", - "bundler/lib/bundler/fetcher/dependency.rb", - "bundler/lib/bundler/fetcher/downloader.rb", - "bundler/lib/bundler/fetcher/index.rb", - "bundler/lib/bundler/friendly_errors.rb", - "bundler/lib/bundler/gem_helper.rb", - "bundler/lib/bundler/gem_helpers.rb", - "bundler/lib/bundler/gem_tasks.rb", - "bundler/lib/bundler/gem_version_promoter.rb", - "bundler/lib/bundler/graph.rb", - "bundler/lib/bundler/index.rb", - "bundler/lib/bundler/injector.rb", - "bundler/lib/bundler/inline.rb", - "bundler/lib/bundler/installer.rb", - "bundler/lib/bundler/installer/gem_installer.rb", - "bundler/lib/bundler/installer/parallel_installer.rb", - "bundler/lib/bundler/installer/standalone.rb", - "bundler/lib/bundler/lazy_specification.rb", - "bundler/lib/bundler/lockfile_generator.rb", - "bundler/lib/bundler/lockfile_parser.rb", - "bundler/lib/bundler/man/.document", - "bundler/lib/bundler/man/bundle-add.1", - "bundler/lib/bundler/man/bundle-add.1.ronn", - "bundler/lib/bundler/man/bundle-binstubs.1", - "bundler/lib/bundler/man/bundle-binstubs.1.ronn", - "bundler/lib/bundler/man/bundle-cache.1", - "bundler/lib/bundler/man/bundle-cache.1.ronn", - "bundler/lib/bundler/man/bundle-check.1", - "bundler/lib/bundler/man/bundle-check.1.ronn", - "bundler/lib/bundler/man/bundle-clean.1", - "bundler/lib/bundler/man/bundle-clean.1.ronn", - "bundler/lib/bundler/man/bundle-config.1", - "bundler/lib/bundler/man/bundle-config.1.ronn", - "bundler/lib/bundler/man/bundle-console.1", - "bundler/lib/bundler/man/bundle-console.1.ronn", - "bundler/lib/bundler/man/bundle-doctor.1", - "bundler/lib/bundler/man/bundle-doctor.1.ronn", - "bundler/lib/bundler/man/bundle-exec.1", - "bundler/lib/bundler/man/bundle-exec.1.ronn", - "bundler/lib/bundler/man/bundle-gem.1", - "bundler/lib/bundler/man/bundle-gem.1.ronn", - "bundler/lib/bundler/man/bundle-help.1", - "bundler/lib/bundler/man/bundle-help.1.ronn", - "bundler/lib/bundler/man/bundle-info.1", - "bundler/lib/bundler/man/bundle-info.1.ronn", - "bundler/lib/bundler/man/bundle-init.1", - "bundler/lib/bundler/man/bundle-init.1.ronn", - "bundler/lib/bundler/man/bundle-inject.1", - "bundler/lib/bundler/man/bundle-inject.1.ronn", - "bundler/lib/bundler/man/bundle-install.1", - "bundler/lib/bundler/man/bundle-install.1.ronn", - "bundler/lib/bundler/man/bundle-list.1", - "bundler/lib/bundler/man/bundle-list.1.ronn", - "bundler/lib/bundler/man/bundle-lock.1", - "bundler/lib/bundler/man/bundle-lock.1.ronn", - "bundler/lib/bundler/man/bundle-open.1", - "bundler/lib/bundler/man/bundle-open.1.ronn", - "bundler/lib/bundler/man/bundle-outdated.1", - "bundler/lib/bundler/man/bundle-outdated.1.ronn", - "bundler/lib/bundler/man/bundle-platform.1", - "bundler/lib/bundler/man/bundle-platform.1.ronn", - "bundler/lib/bundler/man/bundle-plugin.1", - "bundler/lib/bundler/man/bundle-plugin.1.ronn", - "bundler/lib/bundler/man/bundle-pristine.1", - "bundler/lib/bundler/man/bundle-pristine.1.ronn", - "bundler/lib/bundler/man/bundle-remove.1", - "bundler/lib/bundler/man/bundle-remove.1.ronn", - "bundler/lib/bundler/man/bundle-show.1", - "bundler/lib/bundler/man/bundle-show.1.ronn", - "bundler/lib/bundler/man/bundle-update.1", - "bundler/lib/bundler/man/bundle-update.1.ronn", - "bundler/lib/bundler/man/bundle-version.1", - "bundler/lib/bundler/man/bundle-version.1.ronn", - "bundler/lib/bundler/man/bundle-viz.1", - "bundler/lib/bundler/man/bundle-viz.1.ronn", - "bundler/lib/bundler/man/bundle.1", - "bundler/lib/bundler/man/bundle.1.ronn", - "bundler/lib/bundler/man/gemfile.5", - "bundler/lib/bundler/man/gemfile.5.ronn", - "bundler/lib/bundler/man/index.txt", - "bundler/lib/bundler/match_metadata.rb", - "bundler/lib/bundler/match_platform.rb", - "bundler/lib/bundler/match_remote_metadata.rb", - "bundler/lib/bundler/mirror.rb", - "bundler/lib/bundler/plugin.rb", - "bundler/lib/bundler/plugin/api.rb", - "bundler/lib/bundler/plugin/api/source.rb", - "bundler/lib/bundler/plugin/dsl.rb", - "bundler/lib/bundler/plugin/events.rb", - "bundler/lib/bundler/plugin/index.rb", - "bundler/lib/bundler/plugin/installer.rb", - "bundler/lib/bundler/plugin/installer/git.rb", - "bundler/lib/bundler/plugin/installer/rubygems.rb", - "bundler/lib/bundler/plugin/source_list.rb", - "bundler/lib/bundler/process_lock.rb", - "bundler/lib/bundler/remote_specification.rb", - "bundler/lib/bundler/resolver.rb", - "bundler/lib/bundler/resolver/base.rb", - "bundler/lib/bundler/resolver/spec_group.rb", - "bundler/lib/bundler/retry.rb", - "bundler/lib/bundler/ruby_dsl.rb", - "bundler/lib/bundler/ruby_version.rb", - "bundler/lib/bundler/rubygems_ext.rb", - "bundler/lib/bundler/rubygems_gem_installer.rb", - "bundler/lib/bundler/rubygems_integration.rb", - "bundler/lib/bundler/runtime.rb", - "bundler/lib/bundler/self_manager.rb", - "bundler/lib/bundler/settings.rb", - "bundler/lib/bundler/settings/validator.rb", - "bundler/lib/bundler/setup.rb", - "bundler/lib/bundler/shared_helpers.rb", - "bundler/lib/bundler/similarity_detector.rb", - "bundler/lib/bundler/source.rb", - "bundler/lib/bundler/source/gemspec.rb", - "bundler/lib/bundler/source/git.rb", - "bundler/lib/bundler/source/git/git_proxy.rb", - "bundler/lib/bundler/source/metadata.rb", - "bundler/lib/bundler/source/path.rb", - "bundler/lib/bundler/source/path/installer.rb", - "bundler/lib/bundler/source/rubygems.rb", - "bundler/lib/bundler/source/rubygems/remote.rb", - "bundler/lib/bundler/source/rubygems_aggregate.rb", - "bundler/lib/bundler/source_list.rb", - "bundler/lib/bundler/source_map.rb", - "bundler/lib/bundler/spec_set.rb", - "bundler/lib/bundler/stub_specification.rb", - "bundler/lib/bundler/templates/.document", - "bundler/lib/bundler/templates/Executable", - "bundler/lib/bundler/templates/Executable.bundler", - "bundler/lib/bundler/templates/Executable.standalone", - "bundler/lib/bundler/templates/Gemfile", - "bundler/lib/bundler/templates/gems.rb", - "bundler/lib/bundler/templates/newgem/CHANGELOG.md.tt", - "bundler/lib/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt", - "bundler/lib/bundler/templates/newgem/Gemfile.tt", - "bundler/lib/bundler/templates/newgem/LICENSE.txt.tt", - "bundler/lib/bundler/templates/newgem/README.md.tt", - "bundler/lib/bundler/templates/newgem/Rakefile.tt", - "bundler/lib/bundler/templates/newgem/bin/console.tt", - "bundler/lib/bundler/templates/newgem/bin/setup.tt", - "bundler/lib/bundler/templates/newgem/circleci/config.yml.tt", - "bundler/lib/bundler/templates/newgem/exe/newgem.tt", - "bundler/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt", - "bundler/lib/bundler/templates/newgem/ext/newgem/newgem.c.tt", - "bundler/lib/bundler/templates/newgem/ext/newgem/newgem.h.tt", - "bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt", - "bundler/lib/bundler/templates/newgem/gitignore.tt", - "bundler/lib/bundler/templates/newgem/gitlab-ci.yml.tt", - "bundler/lib/bundler/templates/newgem/lib/newgem.rb.tt", - "bundler/lib/bundler/templates/newgem/lib/newgem/version.rb.tt", - "bundler/lib/bundler/templates/newgem/newgem.gemspec.tt", - "bundler/lib/bundler/templates/newgem/rspec.tt", - "bundler/lib/bundler/templates/newgem/rubocop.yml.tt", - "bundler/lib/bundler/templates/newgem/sig/newgem.rbs.tt", - "bundler/lib/bundler/templates/newgem/spec/newgem_spec.rb.tt", - "bundler/lib/bundler/templates/newgem/spec/spec_helper.rb.tt", - "bundler/lib/bundler/templates/newgem/standard.yml.tt", - "bundler/lib/bundler/templates/newgem/test/minitest/test_helper.rb.tt", - "bundler/lib/bundler/templates/newgem/test/minitest/test_newgem.rb.tt", - "bundler/lib/bundler/templates/newgem/test/test-unit/newgem_test.rb.tt", - "bundler/lib/bundler/templates/newgem/test/test-unit/test_helper.rb.tt", - "bundler/lib/bundler/templates/newgem/travis.yml.tt", - "bundler/lib/bundler/ui.rb", - "bundler/lib/bundler/ui/rg_proxy.rb", - "bundler/lib/bundler/ui/shell.rb", - "bundler/lib/bundler/ui/silent.rb", - "bundler/lib/bundler/uri_credentials_filter.rb", - "bundler/lib/bundler/vendor/.document", - "bundler/lib/bundler/vendor/connection_pool/LICENSE", - "bundler/lib/bundler/vendor/connection_pool/lib/connection_pool.rb", - "bundler/lib/bundler/vendor/connection_pool/lib/connection_pool/timed_stack.rb", - "bundler/lib/bundler/vendor/connection_pool/lib/connection_pool/version.rb", - "bundler/lib/bundler/vendor/connection_pool/lib/connection_pool/wrapper.rb", - "bundler/lib/bundler/vendor/fileutils/LICENSE.txt", - "bundler/lib/bundler/vendor/fileutils/lib/fileutils.rb", - "bundler/lib/bundler/vendor/molinillo/LICENSE", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/log.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/errors.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/state.rb", - "bundler/lib/bundler/vendor/net-http-persistent/README.rdoc", - "bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb", - "bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/connection.rb", - "bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/pool.rb", - "bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/timed_stack_multi.rb", - "bundler/lib/bundler/vendor/thor/LICENSE.md", - "bundler/lib/bundler/vendor/thor/lib/thor.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/actions.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/actions/create_file.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/actions/directory.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/base.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/command.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/error.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/group.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/invocation.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/line_editor.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/nested_context.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/parser.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/parser/argument.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/parser/option.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/parser/options.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/rake_compat.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/runner.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/shell.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/shell/basic.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/shell/color.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/shell/html.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/util.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/version.rb", - "bundler/lib/bundler/vendor/tmpdir/lib/tmpdir.rb", - "bundler/lib/bundler/vendor/tsort/LICENSE.txt", - "bundler/lib/bundler/vendor/tsort/lib/tsort.rb", - "bundler/lib/bundler/vendor/uri/LICENSE.txt", - "bundler/lib/bundler/vendor/uri/lib/uri.rb", - "bundler/lib/bundler/vendor/uri/lib/uri/common.rb", - "bundler/lib/bundler/vendor/uri/lib/uri/file.rb", - "bundler/lib/bundler/vendor/uri/lib/uri/ftp.rb", - "bundler/lib/bundler/vendor/uri/lib/uri/generic.rb", - "bundler/lib/bundler/vendor/uri/lib/uri/http.rb", - "bundler/lib/bundler/vendor/uri/lib/uri/https.rb", - "bundler/lib/bundler/vendor/uri/lib/uri/ldap.rb", - "bundler/lib/bundler/vendor/uri/lib/uri/ldaps.rb", - "bundler/lib/bundler/vendor/uri/lib/uri/mailto.rb", - "bundler/lib/bundler/vendor/uri/lib/uri/rfc2396_parser.rb", - "bundler/lib/bundler/vendor/uri/lib/uri/rfc3986_parser.rb", - "bundler/lib/bundler/vendor/uri/lib/uri/version.rb", - "bundler/lib/bundler/vendor/uri/lib/uri/ws.rb", - "bundler/lib/bundler/vendor/uri/lib/uri/wss.rb", - "bundler/lib/bundler/vendored_fileutils.rb", - "bundler/lib/bundler/vendored_molinillo.rb", - "bundler/lib/bundler/vendored_persistent.rb", - "bundler/lib/bundler/vendored_thor.rb", - "bundler/lib/bundler/vendored_tmpdir.rb", - "bundler/lib/bundler/vendored_tsort.rb", - "bundler/lib/bundler/vendored_uri.rb", - "bundler/lib/bundler/version.rb", - "bundler/lib/bundler/version_ranges.rb", - "bundler/lib/bundler/vlad.rb", - "bundler/lib/bundler/worker.rb", - "bundler/lib/bundler/yaml_serializer.rb", - "hide_lib_for_update/note.txt", - "lib/rubygems.rb", - "lib/rubygems/available_set.rb", - "lib/rubygems/basic_specification.rb", - "lib/rubygems/bundler_version_finder.rb", - "lib/rubygems/command.rb", - "lib/rubygems/command_manager.rb", - "lib/rubygems/commands/build_command.rb", - "lib/rubygems/commands/cert_command.rb", - "lib/rubygems/commands/check_command.rb", - "lib/rubygems/commands/cleanup_command.rb", - "lib/rubygems/commands/contents_command.rb", - "lib/rubygems/commands/dependency_command.rb", - "lib/rubygems/commands/environment_command.rb", - "lib/rubygems/commands/fetch_command.rb", - "lib/rubygems/commands/generate_index_command.rb", - "lib/rubygems/commands/help_command.rb", - "lib/rubygems/commands/info_command.rb", - "lib/rubygems/commands/install_command.rb", - "lib/rubygems/commands/list_command.rb", - "lib/rubygems/commands/lock_command.rb", - "lib/rubygems/commands/mirror_command.rb", - "lib/rubygems/commands/open_command.rb", - "lib/rubygems/commands/outdated_command.rb", - "lib/rubygems/commands/owner_command.rb", - "lib/rubygems/commands/pristine_command.rb", - "lib/rubygems/commands/push_command.rb", - "lib/rubygems/commands/query_command.rb", - "lib/rubygems/commands/rdoc_command.rb", - "lib/rubygems/commands/search_command.rb", - "lib/rubygems/commands/server_command.rb", - "lib/rubygems/commands/setup_command.rb", - "lib/rubygems/commands/signin_command.rb", - "lib/rubygems/commands/signout_command.rb", - "lib/rubygems/commands/sources_command.rb", - "lib/rubygems/commands/specification_command.rb", - "lib/rubygems/commands/stale_command.rb", - "lib/rubygems/commands/uninstall_command.rb", - "lib/rubygems/commands/unpack_command.rb", - "lib/rubygems/commands/update_command.rb", - "lib/rubygems/commands/which_command.rb", - "lib/rubygems/commands/yank_command.rb", - "lib/rubygems/compatibility.rb", - "lib/rubygems/config_file.rb", - "lib/rubygems/core_ext/kernel_gem.rb", - "lib/rubygems/core_ext/kernel_require.rb", - "lib/rubygems/core_ext/kernel_warn.rb", - "lib/rubygems/core_ext/tcpsocket_init.rb", - "lib/rubygems/defaults.rb", - "lib/rubygems/dependency.rb", - "lib/rubygems/dependency_installer.rb", - "lib/rubygems/dependency_list.rb", - "lib/rubygems/deprecate.rb", - "lib/rubygems/doctor.rb", - "lib/rubygems/errors.rb", - "lib/rubygems/exceptions.rb", - "lib/rubygems/ext.rb", - "lib/rubygems/ext/build_error.rb", - "lib/rubygems/ext/builder.rb", - "lib/rubygems/ext/cargo_builder.rb", - "lib/rubygems/ext/cargo_builder/link_flag_converter.rb", - "lib/rubygems/ext/cmake_builder.rb", - "lib/rubygems/ext/configure_builder.rb", - "lib/rubygems/ext/ext_conf_builder.rb", - "lib/rubygems/ext/rake_builder.rb", - "lib/rubygems/gem_runner.rb", - "lib/rubygems/gemcutter_utilities.rb", - "lib/rubygems/indexer.rb", - "lib/rubygems/install_default_message.rb", - "lib/rubygems/install_message.rb", - "lib/rubygems/install_update_options.rb", - "lib/rubygems/installer.rb", - "lib/rubygems/installer_uninstaller_utils.rb", - "lib/rubygems/local_remote_options.rb", - "lib/rubygems/mock_gem_ui.rb", - "lib/rubygems/name_tuple.rb", - "lib/rubygems/openssl.rb", - "lib/rubygems/optparse.rb", - "lib/rubygems/optparse/.document", - "lib/rubygems/optparse/COPYING", - "lib/rubygems/optparse/lib/optionparser.rb", - "lib/rubygems/optparse/lib/optparse.rb", - "lib/rubygems/optparse/lib/optparse/ac.rb", - "lib/rubygems/optparse/lib/optparse/date.rb", - "lib/rubygems/optparse/lib/optparse/kwargs.rb", - "lib/rubygems/optparse/lib/optparse/shellwords.rb", - "lib/rubygems/optparse/lib/optparse/time.rb", - "lib/rubygems/optparse/lib/optparse/uri.rb", - "lib/rubygems/optparse/lib/optparse/version.rb", - "lib/rubygems/package.rb", - "lib/rubygems/package/digest_io.rb", - "lib/rubygems/package/file_source.rb", - "lib/rubygems/package/io_source.rb", - "lib/rubygems/package/old.rb", - "lib/rubygems/package/source.rb", - "lib/rubygems/package/tar_header.rb", - "lib/rubygems/package/tar_reader.rb", - "lib/rubygems/package/tar_reader/entry.rb", - "lib/rubygems/package/tar_writer.rb", - "lib/rubygems/package_task.rb", - "lib/rubygems/path_support.rb", - "lib/rubygems/platform.rb", - "lib/rubygems/psych_tree.rb", - "lib/rubygems/query_utils.rb", - "lib/rubygems/rdoc.rb", - "lib/rubygems/remote_fetcher.rb", - "lib/rubygems/request.rb", - "lib/rubygems/request/connection_pools.rb", - "lib/rubygems/request/http_pool.rb", - "lib/rubygems/request/https_pool.rb", - "lib/rubygems/request_set.rb", - "lib/rubygems/request_set/gem_dependency_api.rb", - "lib/rubygems/request_set/lockfile.rb", - "lib/rubygems/request_set/lockfile/parser.rb", - "lib/rubygems/request_set/lockfile/tokenizer.rb", - "lib/rubygems/requirement.rb", - "lib/rubygems/resolver.rb", - "lib/rubygems/resolver/activation_request.rb", - "lib/rubygems/resolver/api_set.rb", - "lib/rubygems/resolver/api_set/gem_parser.rb", - "lib/rubygems/resolver/api_specification.rb", - "lib/rubygems/resolver/best_set.rb", - "lib/rubygems/resolver/composed_set.rb", - "lib/rubygems/resolver/conflict.rb", - "lib/rubygems/resolver/current_set.rb", - "lib/rubygems/resolver/dependency_request.rb", - "lib/rubygems/resolver/git_set.rb", - "lib/rubygems/resolver/git_specification.rb", - "lib/rubygems/resolver/index_set.rb", - "lib/rubygems/resolver/index_specification.rb", - "lib/rubygems/resolver/installed_specification.rb", - "lib/rubygems/resolver/installer_set.rb", - "lib/rubygems/resolver/local_specification.rb", - "lib/rubygems/resolver/lock_set.rb", - "lib/rubygems/resolver/lock_specification.rb", - "lib/rubygems/resolver/molinillo.rb", - "lib/rubygems/resolver/molinillo/LICENSE", - "lib/rubygems/resolver/molinillo/lib/molinillo.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/delete_edge.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/errors.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/resolution.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/resolver.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/state.rb", - "lib/rubygems/resolver/requirement_list.rb", - "lib/rubygems/resolver/set.rb", - "lib/rubygems/resolver/source_set.rb", - "lib/rubygems/resolver/spec_specification.rb", - "lib/rubygems/resolver/specification.rb", - "lib/rubygems/resolver/stats.rb", - "lib/rubygems/resolver/vendor_set.rb", - "lib/rubygems/resolver/vendor_specification.rb", - "lib/rubygems/s3_uri_signer.rb", - "lib/rubygems/safe_yaml.rb", - "lib/rubygems/security.rb", - "lib/rubygems/security/policies.rb", - "lib/rubygems/security/policy.rb", - "lib/rubygems/security/signer.rb", - "lib/rubygems/security/trust_dir.rb", - "lib/rubygems/security_option.rb", - "lib/rubygems/source.rb", - "lib/rubygems/source/git.rb", - "lib/rubygems/source/installed.rb", - "lib/rubygems/source/local.rb", - "lib/rubygems/source/lock.rb", - "lib/rubygems/source/specific_file.rb", - "lib/rubygems/source/vendor.rb", - "lib/rubygems/source_list.rb", - "lib/rubygems/spec_fetcher.rb", - "lib/rubygems/specification.rb", - "lib/rubygems/specification_policy.rb", - "lib/rubygems/ssl_certs/.document", - "lib/rubygems/ssl_certs/rubygems.org/GlobalSignRootCA.pem", - "lib/rubygems/ssl_certs/rubygems.org/GlobalSignRootCA_R3.pem", - "lib/rubygems/stub_specification.rb", - "lib/rubygems/text.rb", - "lib/rubygems/tsort.rb", - "lib/rubygems/tsort/.document", - "lib/rubygems/tsort/LICENSE.txt", - "lib/rubygems/tsort/lib/tsort.rb", - "lib/rubygems/uninstaller.rb", - "lib/rubygems/unknown_command_spell_checker.rb", - "lib/rubygems/uri.rb", - "lib/rubygems/uri_formatter.rb", - "lib/rubygems/user_interaction.rb", - "lib/rubygems/util.rb", - "lib/rubygems/util/licenses.rb", - "lib/rubygems/util/list.rb", - "lib/rubygems/validator.rb", - "lib/rubygems/version.rb", - "lib/rubygems/version_option.rb", - "rubygems-update.gemspec", - "setup.rb", - "test/rubygems/alternate_cert.pem", - "test/rubygems/alternate_cert_32.pem", - "test/rubygems/alternate_key.pem", - "test/rubygems/bad_rake.rb", - "test/rubygems/ca_cert.pem", - "test/rubygems/child_cert.pem", - "test/rubygems/child_cert_32.pem", - "test/rubygems/child_key.pem", - "test/rubygems/client.pem", - "test/rubygems/data/excon-0.7.7.gemspec.rz", - "test/rubygems/data/gem-private_key.pem", - "test/rubygems/data/gem-public_cert.pem", - "test/rubygems/data/null-required-ruby-version.gemspec.rz", - "test/rubygems/data/null-required-rubygems-version.gemspec.rz", - "test/rubygems/data/pry-0.4.7.gemspec.rz", - "test/rubygems/encrypted_private_key.pem", - "test/rubygems/expired_cert.pem", - "test/rubygems/fake_certlib/openssl.rb", - "test/rubygems/foo/discover.rb", - "test/rubygems/future_cert.pem", - "test/rubygems/future_cert_32.pem", - "test/rubygems/good_rake.rb", - "test/rubygems/grandchild_cert.pem", - "test/rubygems/grandchild_cert_32.pem", - "test/rubygems/grandchild_key.pem", - "test/rubygems/helper.rb", - "test/rubygems/installer_test_case.rb", - "test/rubygems/invalid_client.pem", - "test/rubygems/invalid_issuer_cert.pem", - "test/rubygems/invalid_issuer_cert_32.pem", - "test/rubygems/invalid_key.pem", - "test/rubygems/invalid_signer_cert.pem", - "test/rubygems/invalid_signer_cert_32.pem", - "test/rubygems/invalidchild_cert.pem", - "test/rubygems/invalidchild_cert_32.pem", - "test/rubygems/invalidchild_key.pem", - "test/rubygems/package/tar_test_case.rb", - "test/rubygems/packages/Bluebie-legs-0.6.2.gem", - "test/rubygems/packages/ascii_binder-0.1.10.1.gem", - "test/rubygems/packages/ill-formatted-platform-1.0.0.10.gem", - "test/rubygems/plugin/exception/rubygems_plugin.rb", - "test/rubygems/plugin/load/rubygems_plugin.rb", - "test/rubygems/plugin/standarderror/rubygems_plugin.rb", - "test/rubygems/private3072_key.pem", - "test/rubygems/private_ec_key.pem", - "test/rubygems/private_key.pem", - "test/rubygems/public3072_cert.pem", - "test/rubygems/public_cert.pem", - "test/rubygems/public_cert_32.pem", - "test/rubygems/public_key.pem", - "test/rubygems/rubygems/commands/crash_command.rb", - "test/rubygems/rubygems_plugin.rb", - "test/rubygems/sff/discover.rb", - "test/rubygems/simple_gem.rb", - "test/rubygems/specifications/bar-0.0.2.gemspec", - "test/rubygems/specifications/foo-0.0.1-x86-mswin32.gemspec", - "test/rubygems/specifications/rubyforge-0.0.1.gemspec", - "test/rubygems/ssl_cert.pem", - "test/rubygems/ssl_key.pem", - "test/rubygems/test_bundled_ca.rb", - "test/rubygems/test_config.rb", - "test/rubygems/test_deprecate.rb", - "test/rubygems/test_exit.rb", - "test/rubygems/test_gem.rb", - "test/rubygems/test_gem_available_set.rb", - "test/rubygems/test_gem_bundler_version_finder.rb", - "test/rubygems/test_gem_command.rb", - "test/rubygems/test_gem_command_manager.rb", - "test/rubygems/test_gem_commands_build_command.rb", - "test/rubygems/test_gem_commands_cert_command.rb", - "test/rubygems/test_gem_commands_check_command.rb", - "test/rubygems/test_gem_commands_cleanup_command.rb", - "test/rubygems/test_gem_commands_contents_command.rb", - "test/rubygems/test_gem_commands_dependency_command.rb", - "test/rubygems/test_gem_commands_environment_command.rb", - "test/rubygems/test_gem_commands_fetch_command.rb", - "test/rubygems/test_gem_commands_generate_index_command.rb", - "test/rubygems/test_gem_commands_help_command.rb", - "test/rubygems/test_gem_commands_info_command.rb", - "test/rubygems/test_gem_commands_install_command.rb", - "test/rubygems/test_gem_commands_list_command.rb", - "test/rubygems/test_gem_commands_lock_command.rb", - "test/rubygems/test_gem_commands_mirror.rb", - "test/rubygems/test_gem_commands_open_command.rb", - "test/rubygems/test_gem_commands_outdated_command.rb", - "test/rubygems/test_gem_commands_owner_command.rb", - "test/rubygems/test_gem_commands_pristine_command.rb", - "test/rubygems/test_gem_commands_push_command.rb", - "test/rubygems/test_gem_commands_query_command.rb", - "test/rubygems/test_gem_commands_search_command.rb", - "test/rubygems/test_gem_commands_server_command.rb", - "test/rubygems/test_gem_commands_setup_command.rb", - "test/rubygems/test_gem_commands_signin_command.rb", - "test/rubygems/test_gem_commands_signout_command.rb", - "test/rubygems/test_gem_commands_sources_command.rb", - "test/rubygems/test_gem_commands_specification_command.rb", - "test/rubygems/test_gem_commands_stale_command.rb", - "test/rubygems/test_gem_commands_uninstall_command.rb", - "test/rubygems/test_gem_commands_unpack_command.rb", - "test/rubygems/test_gem_commands_update_command.rb", - "test/rubygems/test_gem_commands_which_command.rb", - "test/rubygems/test_gem_commands_yank_command.rb", - "test/rubygems/test_gem_config_file.rb", - "test/rubygems/test_gem_dependency.rb", - "test/rubygems/test_gem_dependency_installer.rb", - "test/rubygems/test_gem_dependency_list.rb", - "test/rubygems/test_gem_dependency_resolution_error.rb", - "test/rubygems/test_gem_doctor.rb", - "test/rubygems/test_gem_ext_builder.rb", - "test/rubygems/test_gem_ext_cargo_builder.rb", - "test/rubygems/test_gem_ext_cargo_builder/custom_name/.gitignore", - "test/rubygems/test_gem_ext_cargo_builder/custom_name/Cargo.lock", - "test/rubygems/test_gem_ext_cargo_builder/custom_name/Cargo.toml", - "test/rubygems/test_gem_ext_cargo_builder/custom_name/build.rb", - "test/rubygems/test_gem_ext_cargo_builder/custom_name/custom_name.gemspec", - "test/rubygems/test_gem_ext_cargo_builder/custom_name/src/lib.rs", - "test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/.gitignore", - "test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/Cargo.lock", - "test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/Cargo.toml", - "test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/build.rb", - "test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/rust_ruby_example.gemspec", - "test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/src/lib.rs", - "test/rubygems/test_gem_ext_cargo_builder_link_flag_converter.rb", - "test/rubygems/test_gem_ext_cargo_builder_unit.rb", - "test/rubygems/test_gem_ext_cmake_builder.rb", - "test/rubygems/test_gem_ext_configure_builder.rb", - "test/rubygems/test_gem_ext_ext_conf_builder.rb", - "test/rubygems/test_gem_ext_rake_builder.rb", - "test/rubygems/test_gem_gem_runner.rb", - "test/rubygems/test_gem_gemcutter_utilities.rb", - "test/rubygems/test_gem_impossible_dependencies_error.rb", - "test/rubygems/test_gem_indexer.rb", - "test/rubygems/test_gem_install_update_options.rb", - "test/rubygems/test_gem_installer.rb", - "test/rubygems/test_gem_local_remote_options.rb", - "test/rubygems/test_gem_name_tuple.rb", - "test/rubygems/test_gem_package.rb", - "test/rubygems/test_gem_package_old.rb", - "test/rubygems/test_gem_package_tar_header.rb", - "test/rubygems/test_gem_package_tar_reader.rb", - "test/rubygems/test_gem_package_tar_reader_entry.rb", - "test/rubygems/test_gem_package_tar_writer.rb", - "test/rubygems/test_gem_package_task.rb", - "test/rubygems/test_gem_path_support.rb", - "test/rubygems/test_gem_platform.rb", - "test/rubygems/test_gem_rdoc.rb", - "test/rubygems/test_gem_remote_fetcher.rb", - "test/rubygems/test_gem_request.rb", - "test/rubygems/test_gem_request_connection_pools.rb", - "test/rubygems/test_gem_request_set.rb", - "test/rubygems/test_gem_request_set_gem_dependency_api.rb", - "test/rubygems/test_gem_request_set_lockfile.rb", - "test/rubygems/test_gem_request_set_lockfile_parser.rb", - "test/rubygems/test_gem_request_set_lockfile_tokenizer.rb", - "test/rubygems/test_gem_requirement.rb", - "test/rubygems/test_gem_resolver.rb", - "test/rubygems/test_gem_resolver_activation_request.rb", - "test/rubygems/test_gem_resolver_api_set.rb", - "test/rubygems/test_gem_resolver_api_specification.rb", - "test/rubygems/test_gem_resolver_best_set.rb", - "test/rubygems/test_gem_resolver_composed_set.rb", - "test/rubygems/test_gem_resolver_conflict.rb", - "test/rubygems/test_gem_resolver_dependency_request.rb", - "test/rubygems/test_gem_resolver_git_set.rb", - "test/rubygems/test_gem_resolver_git_specification.rb", - "test/rubygems/test_gem_resolver_index_set.rb", - "test/rubygems/test_gem_resolver_index_specification.rb", - "test/rubygems/test_gem_resolver_installed_specification.rb", - "test/rubygems/test_gem_resolver_installer_set.rb", - "test/rubygems/test_gem_resolver_local_specification.rb", - "test/rubygems/test_gem_resolver_lock_set.rb", - "test/rubygems/test_gem_resolver_lock_specification.rb", - "test/rubygems/test_gem_resolver_requirement_list.rb", - "test/rubygems/test_gem_resolver_specification.rb", - "test/rubygems/test_gem_resolver_vendor_set.rb", - "test/rubygems/test_gem_resolver_vendor_specification.rb", - "test/rubygems/test_gem_security.rb", - "test/rubygems/test_gem_security_policy.rb", - "test/rubygems/test_gem_security_signer.rb", - "test/rubygems/test_gem_security_trust_dir.rb", - "test/rubygems/test_gem_silent_ui.rb", - "test/rubygems/test_gem_source.rb", - "test/rubygems/test_gem_source_fetch_problem.rb", - "test/rubygems/test_gem_source_git.rb", - "test/rubygems/test_gem_source_installed.rb", - "test/rubygems/test_gem_source_list.rb", - "test/rubygems/test_gem_source_local.rb", - "test/rubygems/test_gem_source_lock.rb", - "test/rubygems/test_gem_source_specific_file.rb", - "test/rubygems/test_gem_source_subpath_problem.rb", - "test/rubygems/test_gem_source_vendor.rb", - "test/rubygems/test_gem_spec_fetcher.rb", - "test/rubygems/test_gem_specification.rb", - "test/rubygems/test_gem_stream_ui.rb", - "test/rubygems/test_gem_stub_specification.rb", - "test/rubygems/test_gem_text.rb", - "test/rubygems/test_gem_uninstaller.rb", - "test/rubygems/test_gem_unsatisfiable_dependency_error.rb", - "test/rubygems/test_gem_uri.rb", - "test/rubygems/test_gem_uri_formatter.rb", - "test/rubygems/test_gem_util.rb", - "test/rubygems/test_gem_validator.rb", - "test/rubygems/test_gem_version.rb", - "test/rubygems/test_gem_version_option.rb", - "test/rubygems/test_kernel.rb", - "test/rubygems/test_project_sanity.rb", - "test/rubygems/test_remote_fetch_error.rb", - "test/rubygems/test_require.rb", - "test/rubygems/test_rubygems.rb", - "test/rubygems/utilities.rb", - "test/rubygems/wrong_key_cert.pem", - "test/rubygems/wrong_key_cert_32.pem", - "test/test_changelog_generator.rb" - ], - "authors": [ - "Jim Weirich", - "Chad Fowler", - "Eric Hodel", - "Luis Lavena", - "Aaron Patterson", - "Samuel Giddins", - "André Arko", - "Evan Phoenix", - "Hiroshi SHIBATA" - ], - "homepage": "https://rubygems.org" - } - }, - { - "id": "6c5694198564e4bc", - "name": "securerandom", - "version": "0.2.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/securerandom-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/securerandom-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/securerandom-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/securerandom-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/securerandom-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/securerandom-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:securerandom:securerandom:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tanaka-akira:securerandom:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tanaka_akira:securerandom:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:securerandom:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:securerandom:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:securerandom:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/securerandom@0.2.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "securerandom", - "version": "0.2.0", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/random/formatter.rb", - "lib/securerandom.rb", - "rakelib/epoch.rake", - "securerandom.gemspec" - ], - "authors": [ - "Tanaka Akira" - ], - "homepage": "https://github.com/ruby/securerandom" - } - }, - { - "id": "69a3add1df46961b", - "name": "shellwords", - "version": "0.1.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/shellwords-0.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/shellwords-0.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/shellwords-0.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/shellwords-0.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/shellwords-0.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/shellwords-0.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:akinori-musha:shellwords:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:akinori_musha:shellwords:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:shellwords:shellwords:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:shellwords:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:shellwords:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:shellwords:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/shellwords@0.1.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "shellwords", - "version": "0.1.0", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/shellwords.rb", - "shellwords.gemspec" - ], - "authors": [ - "Akinori MUSHA" - ], - "homepage": "https://github.com/ruby/shellwords" - } - }, - { - "id": "fa6326c15e040f55", - "name": "singleton", - "version": "0.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/singleton-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/singleton-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/singleton-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/singleton-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/singleton-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/singleton-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:singleton:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:singleton:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:singleton:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:singleton:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:singleton:singleton:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:singleton:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/singleton@0.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "singleton", - "version": "0.1.1", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/singleton.rb", - "singleton.gemspec" - ], - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/singleton" - } - }, - { - "id": "1b21aa01656f7670", - "name": "snakeyaml-engine", - "version": "2.7", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/snakeyaml/snakeyaml-engine/2.7/snakeyaml-engine-2.7.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/org/snakeyaml/snakeyaml-engine/2.7/snakeyaml-engine-2.7.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/snakeyaml/snakeyaml-engine/2.7/snakeyaml-engine-2.7.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/org/snakeyaml/snakeyaml-engine/2.7/snakeyaml-engine-2.7.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.snakeyaml.engine:snakeyaml-engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.snakeyaml.engine:snakeyaml_engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml-engine:snakeyaml-engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml-engine:snakeyaml_engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml_engine:snakeyaml-engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml_engine:snakeyaml_engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.snakeyaml:snakeyaml-engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.snakeyaml:snakeyaml_engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.snakeyaml.engine:engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml:snakeyaml-engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml:snakeyaml_engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:engine:snakeyaml-engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:engine:snakeyaml_engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml-engine:engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml_engine:engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.snakeyaml:engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml:engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:engine:engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.snakeyaml/snakeyaml-engine@2.7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/org/snakeyaml/snakeyaml-engine/2.7/snakeyaml-engine-2.7.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bnd-LastModified", - "value": "1693043318752" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Bundle-Description", - "value": "Core YAML 1.2 parser and emitter for Java" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "SnakeYAML Engine" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.snakeyaml.engine" - }, - { - "key": "Bundle-Version", - "value": "2.7.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Export-Package", - "value": "org.snakeyaml.engine.v2.api;version=\"2.7\",org.snakeyaml.engine.v2.api.lowlevel;version=\"2.7\",org.snakeyaml.engine.v2.comments;version=\"2.7\",org.snakeyaml.engine.v2.common;version=\"2.7\",org.snakeyaml.engine.v2.composer;version=\"2.7\",org.snakeyaml.engine.v2.constructor;version=\"2.7\",org.snakeyaml.engine.v2.constructor.core;version=\"2.7\",org.snakeyaml.engine.v2.constructor.json;version=\"2.7\",org.snakeyaml.engine.v2.emitter;version=\"2.7\",org.snakeyaml.engine.v2.env;version=\"2.7\",org.snakeyaml.engine.v2.events;version=\"2.7\",org.snakeyaml.engine.v2.exceptions;version=\"2.7\",org.snakeyaml.engine.v2.nodes;version=\"2.7\",org.snakeyaml.engine.v2.parser;version=\"2.7\",org.snakeyaml.engine.v2.representer;version=\"2.7\",org.snakeyaml.engine.v2.resolver;version=\"2.7\",org.snakeyaml.engine.v2.scanner;version=\"2.7\",org.snakeyaml.engine.v2.schema;version=\"2.7\",org.snakeyaml.engine.v2.serializer;version=\"2.7\",org.snakeyaml.engine.v2.tokens;version=\"2.7\"" - }, - { - "key": "Import-Package", - "value": "org.snakeyaml.engine.v2.api;version=\"[2.7,3)\",org.snakeyaml.engine.v2.comments;version=\"[2.7,3)\",org.snakeyaml.engine.v2.composer;version=\"[2.7,3)\",org.snakeyaml.engine.v2.constructor;version=\"[2.7,3)\",org.snakeyaml.engine.v2.constructor.core;version=\"[2.7,3)\",org.snakeyaml.engine.v2.constructor.json;version=\"[2.7,3)\",org.snakeyaml.engine.v2.emitter;version=\"[2.7,3)\",org.snakeyaml.engine.v2.env;version=\"[2.7,3)\",org.snakeyaml.engine.v2.events;version=\"[2.7,3)\",org.snakeyaml.engine.v2.exceptions;version=\"[2.7,3)\",org.snakeyaml.engine.v2.nodes;version=\"[2.7,3)\",org.snakeyaml.engine.v2.parser;version=\"[2.7,3)\",org.snakeyaml.engine.v2.representer;version=\"[2.7,3)\",org.snakeyaml.engine.v2.resolver;version=\"[2.7,3)\",org.snakeyaml.engine.v2.scanner;version=\"[2.7,3)\",org.snakeyaml.engine.v2.schema;version=\"[2.7,3)\",org.snakeyaml.engine.v2.serializer;version=\"[2.7,3)\",org.snakeyaml.engine.v2.tokens;version=\"[2.7,3)\"" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-5.1.1.202006162103" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.snakeyaml/snakeyaml-engine/pom.properties", - "name": "", - "groupId": "org.snakeyaml", - "artifactId": "snakeyaml-engine", - "version": "2.7" - }, - "pomProject": { - "path": "META-INF/maven/org.snakeyaml/snakeyaml-engine/pom.xml", - "groupId": "org.snakeyaml", - "artifactId": "snakeyaml-engine", - "version": "2.7", - "name": "SnakeYAML Engine", - "description": "Core YAML 1.2 parser and emitter for Java", - "url": "https://bitbucket.org/snakeyaml/snakeyaml-engine" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "5213e62e87e62ac009d80aeb64c8240075bf078a" - } - ] - } - }, - { - "id": "3f0e120670ca99bc", - "name": "stringio", - "version": "3.0.8", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/stringio-3.0.8-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/stringio-3.0.8-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/stringio-3.0.8-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/stringio-3.0.8-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/stringio-3.0.8-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/stringio-3.0.8-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:charles-oliver-nutter:stringio:3.0.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:charles_oliver_nutter:stringio:3.0.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:nobu-nakada:stringio:3.0.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:nobu_nakada:stringio:3.0.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:stringio:3.0.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:stringio:3.0.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stringio:stringio:3.0.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:stringio:3.0.8:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/stringio@3.0.8", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "stringio", - "version": "3.0.8", - "files": [ - "README.md", - "lib/stringio.jar", - "lib/stringio.rb" - ], - "authors": [ - "Nobu Nakada", - "Charles Oliver Nutter" - ], - "homepage": "https://github.com/ruby/stringio" - } - }, - { - "id": "071fec914e5d69a3", - "name": "stringio", - "version": "UNKNOWN", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/stringio.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/stringio.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:stringio:stringio:*:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/stringio/stringio", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/stringio.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "11.0.19 (Eclipse Adoptium)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "0603a32873b48561dbfec7a67360cfebde2049b2" - } - ] - } - }, - { - "id": "b87dd8fe3ab2ac83", - "name": "strscan", - "version": "3.1.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/strscan-3.1.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/strscan-3.1.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/strscan-3.1.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/strscan-3.1.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/strscan-3.1.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/strscan-3.1.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:charles-oliver-nutter:strscan:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:charles_oliver_nutter:strscan:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sutou-kouhei:strscan:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sutou_kouhei:strscan:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:minero-aoki:strscan:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:minero_aoki:strscan:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:strscan:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:strscan:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:strscan:strscan:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:strscan:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/strscan@3.1.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "strscan", - "version": "3.1.0", - "files": [ - "COPYING", - "LICENSE.txt", - "ext/jruby/lib/strscan.rb", - "lib/strscan.jar" - ], - "authors": [ - "Minero Aoki", - "Sutou Kouhei", - "Charles Oliver Nutter" - ], - "homepage": "https://github.com/ruby/strscan" - } - }, - { - "id": "99dd0533f450d0ea", - "name": "strscan", - "version": "UNKNOWN", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/strscan.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/strscan.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:strscan:strscan:*:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/strscan/strscan", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/strscan.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "11.0.22 (Eclipse Adoptium)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "e65bde79c9b76fdcd3739aee7cabbd578415bfad" - } - ] - } - }, - { - "id": "4ac8d8bc5aff5f40", - "name": "subspawn", - "version": "0.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "EPL-2.0", - "spdxExpression": "EPL-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "LGPL-2.1-or-later", - "spdxExpression": "LGPL-2.1-or-later", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:patrick-plenefisch:subspawn:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:patrick_plenefisch:subspawn:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:byteit101:subspawn:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:subspawn:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:subspawn:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:subspawn:subspawn:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:subspawn:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/subspawn@0.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "subspawn", - "version": "0.1.1", - "files": [ - ".rspec", - "Gemfile", - "README.md", - "Rakefile", - "lib/subspawn.rb", - "lib/subspawn/fd_parse.rb", - "lib/subspawn/fd_types.rb", - "lib/subspawn/graph_helper.rb", - "lib/subspawn/pipes.rb", - "lib/subspawn/replace-builtin.rb", - "lib/subspawn/replace-pty.rb", - "lib/subspawn/replace.rb", - "lib/subspawn/version.rb" - ], - "authors": [ - "Patrick Plenefisch" - ], - "homepage": "https://github.com/byteit101/subspawn" - } - }, - { - "id": "18b74a527dcff8a9", - "name": "subspawn-posix", - "version": "0.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-posix-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-posix-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "EPL-2.0", - "spdxExpression": "EPL-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-posix-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-posix-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "LGPL-2.1-or-later", - "spdxExpression": "LGPL-2.1-or-later", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-posix-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-posix-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-posix-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-posix-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:patrick-plenefisch:subspawn-posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:patrick-plenefisch:subspawn_posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:patrick_plenefisch:subspawn-posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:patrick_plenefisch:subspawn_posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:subspawn-posix:subspawn-posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:subspawn-posix:subspawn_posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:subspawn_posix:subspawn-posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:subspawn_posix:subspawn_posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:byteit101:subspawn-posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:byteit101:subspawn_posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:subspawn-posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:subspawn_posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:subspawn-posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:subspawn_posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:subspawn:subspawn-posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:subspawn:subspawn_posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:subspawn-posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:subspawn_posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/subspawn-posix@0.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "subspawn-posix", - "version": "0.1.1", - "files": [ - ".rspec", - "Gemfile", - "README.md", - "Rakefile", - "lib/subspawn/binary.rb", - "lib/subspawn/posix.rb", - "lib/subspawn/posix/ffi_helper.rb", - "lib/subspawn/posix/pty.rb", - "lib/subspawn/posix/signals.rb", - "lib/subspawn/posix/version.rb", - "sig/subspawn/posix.rbs" - ], - "authors": [ - "Patrick Plenefisch" - ], - "homepage": "https://github.com/byteit101/subspawn" - } - }, - { - "id": "4a4d507cc6da17ea", - "name": "test-unit", - "version": "3.5.3", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/test-unit-3.5.3.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/test-unit-3.5.3.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSDL", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/test-unit-3.5.3.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/test-unit-3.5.3.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "PSFL", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/test-unit-3.5.3.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/test-unit-3.5.3.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/test-unit-3.5.3.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/test-unit-3.5.3.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:haruka-yoshihara:test-unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:haruka-yoshihara:test_unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:haruka_yoshihara:test-unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:haruka_yoshihara:test_unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kouhei-sutou:test-unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kouhei-sutou:test_unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kouhei_sutou:test-unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kouhei_sutou:test_unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:test-unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:test_unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:test-unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:test_unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:test-unit:test-unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:test-unit:test_unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:test_unit:test-unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:test_unit:test_unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:test-unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:test_unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:test:test-unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:test:test_unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/test-unit@3.5.3", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "test-unit", - "version": "3.5.3", - "authors": [ - "Kouhei Sutou", - "Haruka Yoshihara" - ], - "homepage": "http://test-unit.github.io/" - } - }, - { - "id": "dec51383f124c8ad", - "name": "time", - "version": "0.2.2", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/time-0.2.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/time-0.2.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/time-0.2.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/time-0.2.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/time-0.2.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/time-0.2.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:ruby-lang:time:0.2.2:*:*:*:*:ruby:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:gem/time@0.2.2", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "time", - "version": "0.2.2", - "files": [ - ".github/dependabot.yml", - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/time.rb", - "time.gemspec" - ], - "authors": [ - "Tanaka Akira" - ], - "homepage": "https://github.com/ruby/time" - } - }, - { - "id": "00dd59269a89fc5b", - "name": "timeout", - "version": "0.3.2", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/timeout-0.3.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/timeout-0.3.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/timeout-0.3.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/timeout-0.3.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/timeout-0.3.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/timeout-0.3.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:timeout:0.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:timeout:0.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:timeout:0.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:timeout:0.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:timeout:timeout:0.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:timeout:0.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/timeout@0.3.2", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "timeout", - "version": "0.3.2", - "files": [ - "Gemfile", - "LICENSE.txt", - "README.md", - "lib/timeout.rb", - "timeout.gemspec" - ], - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/timeout" - } - }, - { - "id": "8297995d9a2918f9", - "name": "tsort", - "version": "0.1.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/tsort-0.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/tsort-0.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/tsort-0.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/tsort-0.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/tsort-0.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/tsort-0.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:tanaka-akira:tsort:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tanaka_akira:tsort:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:tsort:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:tsort:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tsort:tsort:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:tsort:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/tsort@0.1.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "tsort", - "version": "0.1.0", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/tsort.rb", - "tsort.gemspec" - ], - "authors": [ - "Tanaka Akira" - ], - "homepage": "https://github.com/ruby/tsort" - } - }, - { - "id": "ccc43a031bf98c3c", - "name": "un", - "version": "0.2.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/un-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/un-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/un-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/un-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/un-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/un-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:watanabe-hirofumi:un:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:watanabe_hirofumi:un:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:un:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:un:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:un:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:un:un:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/un@0.2.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "un", - "version": "0.2.0", - "files": [ - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/un.rb", - "un.gemspec" - ], - "authors": [ - "WATANABE Hirofumi" - ], - "homepage": "https://github.com/ruby/un" - } - }, - { - "id": "6108c8fad04008c2", - "name": "uri", - "version": "0.12.2", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/uri-0.12.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/uri-0.12.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/uri-0.12.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/uri-0.12.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/uri-0.12.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/uri-0.12.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:ruby-lang:uri:0.12.2:*:*:*:*:ruby:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:gem/uri@0.12.2", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "uri", - "version": "0.12.2", - "files": [ - ".github/dependabot.yml", - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/uri.rb", - "lib/uri/common.rb", - "lib/uri/file.rb", - "lib/uri/ftp.rb", - "lib/uri/generic.rb", - "lib/uri/http.rb", - "lib/uri/https.rb", - "lib/uri/ldap.rb", - "lib/uri/ldaps.rb", - "lib/uri/mailto.rb", - "lib/uri/rfc2396_parser.rb", - "lib/uri/rfc3986_parser.rb", - "lib/uri/version.rb", - "lib/uri/ws.rb", - "lib/uri/wss.rb", - "uri.gemspec" - ], - "authors": [ - "Akira Yamada" - ], - "homepage": "https://github.com/ruby/uri" - } - }, - { - "id": "d51bfd47d9abf7bb", - "name": "wait", - "version": "UNKNOWN", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/io/wait.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/io/wait.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:wait:wait:*:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/wait/wait", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/io/wait.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "1.8.0_292 (AdoptOpenJDK)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "2a75949036606215a94b765057a06c817e45baec" - } - ] - } - }, - { - "id": "7509de29d6064474", - "name": "weakref", - "version": "0.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/weakref-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/weakref-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/weakref-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/weakref-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/weakref-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/weakref-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:weakref:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:weakref:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:weakref:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:weakref:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:weakref:weakref:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:weakref:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/weakref@0.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "weakref", - "version": "0.1.1", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/weakref.rb", - "weakref.gemspec" - ], - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/weakref" - } - }, - { - "id": "39275e0eaeecc4d4", - "name": "yaml", - "version": "0.2.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/yaml-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/yaml-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/yaml-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/yaml-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/yaml-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/yaml-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:aaron-patterson:yaml:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aaron_patterson:yaml:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:shibata-hiroshi:yaml:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:shibata_hiroshi:yaml:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:yaml:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:yaml:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:yaml:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yaml:yaml:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/yaml@0.2.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "yaml", - "version": "0.2.0", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/yaml.rb", - "lib/yaml/dbm.rb", - "lib/yaml/store.rb", - "yaml.gemspec" - ], - "authors": [ - "Aaron Patterson", - "SHIBATA Hiroshi" - ], - "homepage": "https://github.com/ruby/yaml" - } - } - ], - "artifactRelationships": [], - "source": { - "id": "(redacted for determinism)", - "name": "jruby-9.4", - "version": "9.4.7.0-r0", - "supplier": "chainguard", - "type": "directory", - "metadata": { - "path": "testdata/apks/aarch64/jruby-9.4-9.4.7.0-r0.apk" - } - }, - "distro": { - "id": "wolfi" - }, - "descriptor": { - "name": "wolfictl", - "version": "" - }, - "schema": { - "version": "", - "url": "" - } -} diff --git a/pkg/sbom/testdata/goldenfiles/aarch64/openjdk-21-21.0.3-r3.apk.syft.json b/pkg/sbom/testdata/goldenfiles/aarch64/openjdk-21-21.0.3-r3.apk.syft.json deleted file mode 100644 index 31004bea8..000000000 --- a/pkg/sbom/testdata/goldenfiles/aarch64/openjdk-21-21.0.3-r3.apk.syft.json +++ /dev/null @@ -1,216 +0,0 @@ -{ - "artifacts": [ - { - "id": "376b242bb2b257bb", - "name": "openjdk-21", - "version": "21.0.3-r3", - "type": "apk", - "foundBy": "wolfictl", - "locations": [ - { - "path": ".PKGINFO", - "accessPath": ".PKGINFO" - } - ], - "licenses": [ - { - "value": "GPL-2.0-or-later", - "spdxExpression": "GPL-2.0-or-later", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "", - "cpes": [ - { - "cpe": "cpe:2.3:a:oracle:jdk:21.0.3:*:*:*:*:*:*:*", - "source": "wolfictl" - } - ], - "purl": "pkg:apk/wolfi/openjdk-21@21.0.3-r3?arch=aarch64&origin=openjdk-21", - "metadataType": "apk-db-entry", - "metadata": { - "package": "openjdk-21", - "originPackage": "openjdk-21", - "maintainer": "", - "version": "21.0.3-r3", - "architecture": "aarch64", - "url": "", - "description": "", - "size": 1811933, - "installedSize": 0, - "pullDependencies": [ - "openjdk-21-jre", - "so:ld-linux-aarch64.so.1", - "so:libc.so.6" - ], - "provides": null, - "pullChecksum": "0086c98188730eb097d879aa917881a547d806273aa09447fa3b526822a0d3cc", - "gitCommitOfApkPort": "3b915d4f70c04a3011cef6de40436d6285dd0f98", - "files": [ - { - "path": "." - }, - { - "path": ".PKGINFO" - }, - { - "path": ".SIGN.RSA.wolfi-signing.rsa.pub" - }, - { - "path": "usr" - }, - { - "path": "usr/lib" - }, - { - "path": "usr/lib/jvm" - }, - { - "path": "usr/lib/jvm/java-21-openjdk" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jar" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jarsigner" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/javac" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/javadoc" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/javap" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jcmd" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jconsole" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jdb" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jdeprscan" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jdeps" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jhsdb" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jimage" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jinfo" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jlink" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jmap" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jmod" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jpackage" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jps" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jshell" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jstack" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jstat" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jstatd" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/serialver" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/include" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/include/classfile_constants.h" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/include/jawt.h" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/include/jdwpTransport.h" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/include/jni.h" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/include/jvmti.h" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/include/jvmticmlr.h" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/include/linux" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/include/linux/jawt_md.h" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/include/linux/jni_md.h" - }, - { - "path": "var" - }, - { - "path": "var/lib" - }, - { - "path": "var/lib/db" - }, - { - "path": "var/lib/db/sbom" - }, - { - "path": "var/lib/db/sbom/openjdk-21-21.0.3-r3.spdx.json" - } - ] - } - } - ], - "artifactRelationships": [], - "source": { - "id": "(redacted for determinism)", - "name": "openjdk-21", - "version": "21.0.3-r3", - "supplier": "chainguard", - "type": "directory", - "metadata": { - "path": "testdata/apks/aarch64/openjdk-21-21.0.3-r3.apk" - } - }, - "distro": { - "id": "wolfi" - }, - "descriptor": { - "name": "wolfictl", - "version": "" - }, - "schema": { - "version": "", - "url": "" - } -} diff --git a/pkg/sbom/testdata/goldenfiles/aarch64/openssl-3.3.0-r8.apk.syft.json b/pkg/sbom/testdata/goldenfiles/aarch64/openssl-3.3.0-r8.apk.syft.json deleted file mode 100644 index e7ef73a42..000000000 --- a/pkg/sbom/testdata/goldenfiles/aarch64/openssl-3.3.0-r8.apk.syft.json +++ /dev/null @@ -1,148 +0,0 @@ -{ - "artifacts": [ - { - "id": "f7b623ef71b323c9", - "name": "openssl", - "version": "3.3.0-r8", - "type": "apk", - "foundBy": "wolfictl", - "locations": [ - { - "path": ".PKGINFO", - "accessPath": ".PKGINFO" - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "", - "cpes": [ - { - "cpe": "cpe:2.3:a:openssl:openssl:3.3.0-r8:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:apk/wolfi/openssl@3.3.0-r8?arch=aarch64&origin=openssl", - "metadataType": "apk-db-entry", - "metadata": { - "package": "openssl", - "originPackage": "openssl", - "maintainer": "", - "version": "3.3.0-r8", - "architecture": "aarch64", - "url": "", - "description": "the OpenSSL cryptography suite", - "size": 1243772, - "installedSize": 0, - "pullDependencies": [ - "openssl-provider-legacy", - "so:ld-linux-aarch64.so.1", - "so:libc.so.6", - "so:libcrypto.so.3", - "so:libssl.so.3" - ], - "provides": [ - "cmd:openssl=3.3.0-r8" - ], - "pullChecksum": "a97512f2d7d83634559ec4e01b86f7b241783e3edbdb690c100e33f9fc0db5f6", - "gitCommitOfApkPort": "b5c16511479ec5455846d97cd9724fdfab8ee133", - "files": [ - { - "path": "." - }, - { - "path": ".PKGINFO" - }, - { - "path": ".SIGN.RSA.wolfi-signing.rsa.pub" - }, - { - "path": "etc" - }, - { - "path": "etc/ssl" - }, - { - "path": "etc/ssl/certs" - }, - { - "path": "etc/ssl/misc" - }, - { - "path": "etc/ssl/misc/CA.pl" - }, - { - "path": "etc/ssl/misc/tsget.pl" - }, - { - "path": "etc/ssl/private" - }, - { - "path": "usr" - }, - { - "path": "usr/bin" - }, - { - "path": "usr/bin/openssl" - }, - { - "path": "usr/lib" - }, - { - "path": "usr/lib/engines-3" - }, - { - "path": "usr/lib/ossl-modules" - }, - { - "path": "usr/share" - }, - { - "path": "var" - }, - { - "path": "var/lib" - }, - { - "path": "var/lib/db" - }, - { - "path": "var/lib/db/sbom" - }, - { - "path": "var/lib/db/sbom/openssl-3.3.0-r8.spdx.json" - } - ] - } - } - ], - "artifactRelationships": [], - "source": { - "id": "(redacted for determinism)", - "name": "openssl", - "version": "3.3.0-r8", - "supplier": "chainguard", - "type": "directory", - "metadata": { - "path": "testdata/apks/aarch64/openssl-3.3.0-r8.apk" - } - }, - "distro": { - "id": "wolfi" - }, - "descriptor": { - "name": "wolfictl", - "version": "" - }, - "schema": { - "version": "", - "url": "" - } -} diff --git a/pkg/sbom/testdata/goldenfiles/aarch64/perl-yaml-syck-1.34-r3.apk.syft.json b/pkg/sbom/testdata/goldenfiles/aarch64/perl-yaml-syck-1.34-r3.apk.syft.json deleted file mode 100644 index 5ecceaf0f..000000000 --- a/pkg/sbom/testdata/goldenfiles/aarch64/perl-yaml-syck-1.34-r3.apk.syft.json +++ /dev/null @@ -1,191 +0,0 @@ -{ - "artifacts": [ - { - "id": "476fac8dc22764ab", - "name": "perl-yaml-syck", - "version": "1.34-r3", - "type": "apk", - "foundBy": "wolfictl", - "locations": [ - { - "path": ".PKGINFO", - "accessPath": ".PKGINFO" - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "", - "cpes": [ - { - "cpe": "cpe:2.3:a:perl-yaml-syck:perl-yaml-syck:1.34-r3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:perl-yaml-syck:perl_yaml_syck:1.34-r3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:perl_yaml_syck:perl-yaml-syck:1.34-r3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:perl_yaml_syck:perl_yaml_syck:1.34-r3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:perl-yaml:perl-yaml-syck:1.34-r3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:perl-yaml:perl_yaml_syck:1.34-r3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:perl_yaml:perl-yaml-syck:1.34-r3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:perl_yaml:perl_yaml_syck:1.34-r3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:perl:perl-yaml-syck:1.34-r3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:perl:perl_yaml_syck:1.34-r3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:apk/wolfi/perl-yaml-syck@1.34-r3?arch=aarch64&origin=perl-yaml-syck", - "metadataType": "apk-db-entry", - "metadata": { - "package": "perl-yaml-syck", - "originPackage": "perl-yaml-syck", - "maintainer": "", - "version": "1.34-r3", - "architecture": "aarch64", - "url": "", - "description": "Fast, lightweight YAML loader and dumper", - "size": 231381, - "installedSize": 0, - "pullDependencies": [ - "so:ld-linux-aarch64.so.1", - "so:libc.so.6" - ], - "provides": null, - "pullChecksum": "7ab66bd7a6b875b917863f991c9905895a3e09654fb9639a4852f0fa95433e3c", - "gitCommitOfApkPort": "b440ee918342ed10e1e7203bb034d578eafef0f1", - "files": [ - { - "path": "." - }, - { - "path": ".PKGINFO" - }, - { - "path": ".SIGN.RSA.wolfi-signing.rsa.pub" - }, - { - "path": "usr" - }, - { - "path": "usr/lib" - }, - { - "path": "usr/lib/perl5" - }, - { - "path": "usr/lib/perl5/core_perl" - }, - { - "path": "usr/lib/perl5/vendor_perl" - }, - { - "path": "usr/lib/perl5/vendor_perl/JSON" - }, - { - "path": "usr/lib/perl5/vendor_perl/JSON/Syck.pm" - }, - { - "path": "usr/lib/perl5/vendor_perl/YAML" - }, - { - "path": "usr/lib/perl5/vendor_perl/YAML/Dumper" - }, - { - "path": "usr/lib/perl5/vendor_perl/YAML/Dumper/Syck.pm" - }, - { - "path": "usr/lib/perl5/vendor_perl/YAML/Loader" - }, - { - "path": "usr/lib/perl5/vendor_perl/YAML/Loader/Syck.pm" - }, - { - "path": "usr/lib/perl5/vendor_perl/YAML/Syck.pm" - }, - { - "path": "usr/lib/perl5/vendor_perl/auto" - }, - { - "path": "usr/lib/perl5/vendor_perl/auto/YAML" - }, - { - "path": "usr/lib/perl5/vendor_perl/auto/YAML/Syck" - }, - { - "path": "usr/lib/perl5/vendor_perl/auto/YAML/Syck/Syck.so" - }, - { - "path": "usr/share" - }, - { - "path": "var" - }, - { - "path": "var/lib" - }, - { - "path": "var/lib/db" - }, - { - "path": "var/lib/db/sbom" - }, - { - "path": "var/lib/db/sbom/perl-yaml-syck-1.34-r3.spdx.json" - } - ] - } - } - ], - "artifactRelationships": [], - "source": { - "id": "(redacted for determinism)", - "name": "perl-yaml-syck", - "version": "1.34-r3", - "supplier": "chainguard", - "type": "directory", - "metadata": { - "path": "testdata/apks/aarch64/perl-yaml-syck-1.34-r3.apk" - } - }, - "distro": { - "id": "wolfi" - }, - "descriptor": { - "name": "wolfictl", - "version": "" - }, - "schema": { - "version": "", - "url": "" - } -} diff --git a/pkg/sbom/testdata/goldenfiles/aarch64/php-odbc-8.2.11-r1.apk.syft.json b/pkg/sbom/testdata/goldenfiles/aarch64/php-odbc-8.2.11-r1.apk.syft.json deleted file mode 100644 index 87a1c6eed..000000000 --- a/pkg/sbom/testdata/goldenfiles/aarch64/php-odbc-8.2.11-r1.apk.syft.json +++ /dev/null @@ -1,152 +0,0 @@ -{ - "artifacts": [ - { - "id": "7d36d385b2aa03ae", - "name": "php-odbc", - "version": "8.2.11-r1", - "type": "apk", - "foundBy": "wolfictl", - "locations": [ - { - "path": ".PKGINFO", - "accessPath": ".PKGINFO" - } - ], - "licenses": [ - { - "value": "PHP-3.01", - "spdxExpression": "PHP-3.01", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "", - "cpes": [ - { - "cpe": "cpe:2.3:a:php-odbc:php-odbc:8.2.11-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:php-odbc:php_odbc:8.2.11-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:php_odbc:php-odbc:8.2.11-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:php_odbc:php_odbc:8.2.11-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:php:php-odbc:8.2.11-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:php:php_odbc:8.2.11-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:apk/wolfi/php-odbc@8.2.11-r1?arch=aarch64&origin=php-8.2", - "metadataType": "apk-db-entry", - "metadata": { - "package": "php-odbc", - "originPackage": "php-8.2", - "maintainer": "", - "version": "8.2.11-r1", - "architecture": "aarch64", - "url": "", - "description": "The UnixODBC extension", - "size": 197885, - "installedSize": 0, - "pullDependencies": [ - "so:ld-linux-aarch64.so.1", - "so:libc.so.6", - "so:libodbc.so.2" - ], - "provides": [ - "php-8.2-odbc=8.2.11-r1", - "so:odbc.so=0" - ], - "pullChecksum": "dcdbd12cbaf5dc9aaeae9715803d2eda99e4f92a801a7ab197c0516fea2b8d32", - "gitCommitOfApkPort": "", - "files": [ - { - "path": "." - }, - { - "path": ".PKGINFO" - }, - { - "path": ".SIGN.RSA.wolfi-signing.rsa.pub" - }, - { - "path": "etc" - }, - { - "path": "etc/php" - }, - { - "path": "etc/php/conf.d" - }, - { - "path": "etc/php/conf.d/odbc.ini" - }, - { - "path": "usr" - }, - { - "path": "usr/lib" - }, - { - "path": "usr/lib/php" - }, - { - "path": "usr/lib/php/modules" - }, - { - "path": "usr/lib/php/modules/odbc.so" - }, - { - "path": "var" - }, - { - "path": "var/lib" - }, - { - "path": "var/lib/db" - }, - { - "path": "var/lib/db/sbom" - }, - { - "path": "var/lib/db/sbom/php-odbc-8.2.11-r1.spdx.json" - } - ] - } - } - ], - "artifactRelationships": [], - "source": { - "id": "(redacted for determinism)", - "name": "php-odbc", - "version": "8.2.11-r1", - "supplier": "chainguard", - "type": "directory", - "metadata": { - "path": "testdata/apks/aarch64/php-odbc-8.2.11-r1.apk" - } - }, - "distro": { - "id": "wolfi" - }, - "descriptor": { - "name": "wolfictl", - "version": "" - }, - "schema": { - "version": "", - "url": "" - } -} diff --git a/pkg/sbom/testdata/goldenfiles/aarch64/powershell-7.4.1-r0.apk.syft.json b/pkg/sbom/testdata/goldenfiles/aarch64/powershell-7.4.1-r0.apk.syft.json deleted file mode 100644 index 44da53e81..000000000 --- a/pkg/sbom/testdata/goldenfiles/aarch64/powershell-7.4.1-r0.apk.syft.json +++ /dev/null @@ -1,5569 +0,0 @@ -{ - "artifacts": [ - { - "id": "3a31d444d7a0e2f0", - "name": "JetBrains.Annotations", - "version": "2021.2.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/JetBrains.Annotations.dll", - "accessPath": "usr/lib/powershell/JetBrains.Annotations.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:jetbrains_annotations:jetbrains__net_platform_.net:2021.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetbrains_annotations:jetbrains_annotations_.net:2021.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetbrains_annotations:jetbrains__net_platform:2021.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetbrains_annotations:jetbrains_annotations:2021.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetbrains:jetbrains__net_platform_.net:2021.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetbrains:jetbrains_annotations_.net:2021.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetbrains:jetbrains__net_platform:2021.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetbrains:jetbrains_annotations:2021.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/JetBrains.Annotations@2021.2.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "JetBrains.Annotations", - "version": "2021.2.0", - "path": "jetbrains.annotations/2021.2.0", - "sha512": "sha512-kKSyoVfndMriKHLfYGmr0uzQuI4jcc3TKGyww7buJFCYeHb/X0kodYBPL7n9454q7v6ASiRmDgpPGaDGerg/Hg==", - "hashPath": "jetbrains.annotations.2021.2.0.nupkg.sha512", - "executables": { - "lib/netstandard2.0/JetBrains.Annotations.dll": { - "assemblyVersion": "2021.2.0.0", - "legalCopyright": "", - "comments": "Annotations to increase accuracy of ReSharper code inspections", - "internalName": "JetBrains.Annotations.dll", - "companyName": "JetBrains", - "productName": "JetBrains .NET Platform", - "productVersion": "2021.2" - } - } - } - }, - { - "id": "58a082f07895626d", - "name": "Json.More.Net", - "version": "1.9.3", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Json.More.dll", - "accessPath": "usr/lib/powershell/Json.More.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:json_more_net:json_more_net_.net:1.9.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:greg_dennis:json_more_net_.net:1.9.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json_more_net:json_more_.net:1.9.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json_more_net:json_more_net:1.9.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:greg_dennis:json_more_.net:1.9.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:greg_dennis:json_more_net:1.9.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json_more_net:json_more:1.9.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:greg_dennis:json_more:1.9.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Json.More.Net@1.9.3", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Json.More.Net", - "version": "1.9.3", - "path": "json.more.net/1.9.3", - "sha512": "sha512-BKIsKHXR2Jq+LdLdxPo3L09Lv0ld9xs1fAMvSAe2cf2YOl3at9vw0RrMlhC2ookDi7VtrgHXzc2Et5mVBOAUdw==", - "hashPath": "json.more.net.1.9.3.nupkg.sha512", - "executables": { - "lib/netstandard2.0/Json.More.dll": { - "assemblyVersion": "1.0.0.0", - "legalCopyright": "", - "comments": "Provides extended functionality for the System.Text.Json namespace.\n\t\n\t\tRead the full documentation at https://docs.json-everything.net/more/json-more/.", - "internalName": "Json.More.dll", - "companyName": "Greg Dennis", - "productName": "Json.More", - "productVersion": "1.9.3+a186fbf344cc9efcc533ac5c85e65b5a7761c115" - } - } - } - }, - { - "id": "f5f50fd92c47b621", - "name": "JsonPointer.Net", - "version": "3.0.3", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/JsonPointer.Net.dll", - "accessPath": "usr/lib/powershell/JsonPointer.Net.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:jsonpointer_net:jsonpointer_net_.net:3.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:greg_dennis:jsonpointer_net_.net:3.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jsonpointer_net:jsonpointer_net:3.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:greg_dennis:jsonpointer_net:3.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/JsonPointer.Net@3.0.3", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "JsonPointer.Net", - "version": "3.0.3", - "path": "jsonpointer.net/3.0.3", - "sha512": "sha512-mCGQc15lHLp1R2CVhWiipnZurHXm93+LbPPAT/vXQm5PdHt6WQuYLhaEF8VZ+aXL9P2I6bGND6pDTEfqFs6gig==", - "hashPath": "jsonpointer.net.3.0.3.nupkg.sha512", - "executables": { - "lib/netstandard2.0/JsonPointer.Net.dll": { - "assemblyVersion": "3.0.0.0", - "legalCopyright": "", - "comments": "[JSON Pointer](https://tools.ietf.org/html/rfc6901) built on the System.Text.Json namespace.\n\t\n\t\tRead the full documentation at https://docs.json-everything.net/pointer/basics/.", - "internalName": "JsonPointer.Net.dll", - "companyName": "Greg Dennis", - "productName": "JsonPointer.Net", - "productVersion": "3.0.3+27e320a9fbd3119bd1046ab7063b0cad4c746045" - } - } - } - }, - { - "id": "1af4e69f91a69bf1", - "name": "JsonSchema.Net", - "version": "5.2.7", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/JsonSchema.Net.dll", - "accessPath": "usr/lib/powershell/JsonSchema.Net.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:jsonschema_net:jsonschema_net_.net:5.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:greg_dennis:jsonschema_net_.net:5.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jsonschema_net:jsonschema_net:5.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:greg_dennis:jsonschema_net:5.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/JsonSchema.Net@5.2.7", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "JsonSchema.Net", - "version": "5.2.7", - "path": "jsonschema.net/5.2.7", - "sha512": "sha512-8un7Xq2MoKiWNo0HQtf2sPr3764W9NjNELIx3l9d3fIKEjg3tYtrZmxN+CgXKtzku4g52CqYUZuI+o0ue226vw==", - "hashPath": "jsonschema.net.5.2.7.nupkg.sha512", - "executables": { - "lib/netstandard2.0/JsonSchema.Net.dll": { - "assemblyVersion": "5.0.0.0", - "legalCopyright": "", - "comments": "[JSON Schema](https://json-schema.org) built on the System.Text.Json namespace.\n\n\t\tRead the full documentation at https://docs.json-everything.net/schema/basics/.", - "internalName": "JsonSchema.Net.dll", - "companyName": "Greg Dennis", - "productName": "JsonSchema.Net", - "productVersion": "5.2.7+e5d87c00da2b42f03648727e5284fec73c1e3794" - } - } - } - }, - { - "id": "9b1b91bd8248630c", - "name": "Markdig.Signed", - "version": "0.33.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Markdig.Signed.dll", - "accessPath": "usr/lib/powershell/Markdig.Signed.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:alexandre_mutel:markdig_signed_.net:0.33.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:markdig_signed:markdig_signed_.net:0.33.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:alexandre_mutel:markdig_signed:0.33.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:markdig_signed:markdig_signed:0.33.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Markdig.Signed@0.33.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Markdig.Signed", - "version": "0.33.0", - "path": "markdig.signed/0.33.0", - "sha512": "sha512-/BE/XANxmocgEqajbWB/ur4Jei+j1FkXppWH9JFmEuoq8T3xJndkQKZVCW/7lTdc9Ru6kfEAkwSXFOv30EkU2Q==", - "hashPath": "markdig.signed.0.33.0.nupkg.sha512", - "executables": { - "lib/net6.0/Markdig.Signed.dll": { - "assemblyVersion": "0.33.0.0", - "legalCopyright": "Alexandre Mutel", - "comments": "A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET with 20+ builtin extensions (pipetables, footnotes, definition lists... etc.)", - "internalName": "Markdig.Signed.dll", - "companyName": "Alexandre Mutel", - "productName": "Markdig.Signed", - "productVersion": "0.33.0+7d40bc118bc28095f01699d3d1759ae5a1c18b80" - } - } - } - }, - { - "id": "cbd4c948e98a88b1", - "name": "Microsoft.ApplicationInsights", - "version": "2.21.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Microsoft.ApplicationInsights.dll", - "accessPath": "usr/lib/powershell/Microsoft.ApplicationInsights.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_applicationinsights:microsoft_applicationinsights_.net:2.21.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_applicationinsights:microsoft_applicationinsights:2.21.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft:microsoft_applicationinsights_.net:2.21.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft:microsoft_applicationinsights:2.21.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.ApplicationInsights@2.21.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.ApplicationInsights", - "version": "2.21.0", - "path": "microsoft.applicationinsights/2.21.0", - "sha512": "sha512-btZEDWAFNo9CoYliMCriSMTX3ruRGZTtYw4mo2XyyfLlowFicYVM2Xszi5evDG95QRYV7MbbH3D2RqVwfZlJHw==", - "hashPath": "microsoft.applicationinsights.2.21.0.nupkg.sha512", - "executables": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": { - "assemblyVersion": "2.21.0.429", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Application Insights Base API. This package provides core functionality for transmission of all Application Insights Telemetry Types and is a dependent package for all other Application Insights packages. Please install the platform specific package for the best experience. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156", - "internalName": "Microsoft.ApplicationInsights.dll", - "companyName": "Microsoft", - "productName": "Microsoft.ApplicationInsights", - "productVersion": "2.21.0+5e2e7ddda961ec0e16a75b1ae0a37f6a13c777f5" - } - } - } - }, - { - "id": "75293daaab2ddfb6", - "name": "Microsoft.Bcl.AsyncInterfaces", - "version": "5.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Microsoft.Bcl.AsyncInterfaces.dll", - "accessPath": "usr/lib/powershell/Microsoft.Bcl.AsyncInterfaces.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_bcl_asyncinterfaces:microsoft_bcl_asyncinterfaces_.net:5.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_bcl_asyncinterfaces:microsoft_bcl_asyncinterfaces:5.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_bcl_asyncinterfaces_.net:5.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_bcl_asyncinterfaces:5.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.Bcl.AsyncInterfaces@5.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.Bcl.AsyncInterfaces", - "version": "5.0.0", - "path": "microsoft.bcl.asyncinterfaces/5.0.0", - "sha512": "sha512-W8DPQjkMScOMTtJbPwmPyj9c3zYSFGawDW3jwlBOOsnY+EzZFLgNQ/UMkK35JmkNOVPdCyPr2Tw7Vv9N+KA3ZQ==", - "hashPath": "microsoft.bcl.asyncinterfaces.5.0.0.nupkg.sha512", - "executables": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { - "assemblyVersion": "5.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Microsoft.Bcl.AsyncInterfaces", - "internalName": "Microsoft.Bcl.AsyncInterfaces.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "5.0.0+cf258a14b70ad9069470a108f13765e0e5988f51" - } - } - } - }, - { - "id": "9c48341178da305a", - "name": "Microsoft.CodeAnalysis.CSharp", - "version": "4.8.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Microsoft.CodeAnalysis.CSharp.dll", - "accessPath": "usr/lib/powershell/Microsoft.CodeAnalysis.CSharp.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "accessPath": "usr/lib/powershell/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "accessPath": "usr/lib/powershell/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "accessPath": "usr/lib/powershell/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "accessPath": "usr/lib/powershell/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "accessPath": "usr/lib/powershell/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "accessPath": "usr/lib/powershell/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "accessPath": "usr/lib/powershell/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "accessPath": "usr/lib/powershell/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "accessPath": "usr/lib/powershell/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "accessPath": "usr/lib/powershell/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "accessPath": "usr/lib/powershell/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "accessPath": "usr/lib/powershell/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "accessPath": "usr/lib/powershell/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_codeanalysis_csharp:microsoft_codeanalysis_csharp_.net:4.8.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_codeanalysis_csharp:microsoft_codeanalysis_csharp:4.8.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_codeanalysis_csharp_.net:4.8.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_codeanalysis_csharp:4.8.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.CodeAnalysis.CSharp@4.8.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.CodeAnalysis.CSharp", - "version": "4.8.0", - "path": "microsoft.codeanalysis.csharp/4.8.0", - "sha512": "sha512-+3+qfdb/aaGD8PZRCrsdobbzGs1m9u119SkkJt8e/mk3xLJz/udLtS2T6nY27OTXxBBw10HzAbC8Z9w08VyP/g==", - "hashPath": "microsoft.codeanalysis.csharp.4.8.0.nupkg.sha512", - "executables": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.CSharp.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis.CSharp", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.CSharp.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis.CSharp", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.CSharp.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis.CSharp", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.CSharp.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis.CSharp", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.CSharp.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis.CSharp", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.CSharp.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis.CSharp", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.CSharp.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis.CSharp", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.CSharp.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis.CSharp", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.CSharp.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis.CSharp", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.CSharp.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis.CSharp", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.CSharp.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis.CSharp", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.CSharp.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis.CSharp", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.CSharp.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis.CSharp", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.CSharp.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis.CSharp", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - } - } - } - }, - { - "id": "dd3ce6d830f3b946", - "name": "Microsoft.CodeAnalysis.Common", - "version": "4.8.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Microsoft.CodeAnalysis.dll", - "accessPath": "usr/lib/powershell/Microsoft.CodeAnalysis.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/cs/Microsoft.CodeAnalysis.resources.dll", - "accessPath": "usr/lib/powershell/cs/Microsoft.CodeAnalysis.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/de/Microsoft.CodeAnalysis.resources.dll", - "accessPath": "usr/lib/powershell/de/Microsoft.CodeAnalysis.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/es/Microsoft.CodeAnalysis.resources.dll", - "accessPath": "usr/lib/powershell/es/Microsoft.CodeAnalysis.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/fr/Microsoft.CodeAnalysis.resources.dll", - "accessPath": "usr/lib/powershell/fr/Microsoft.CodeAnalysis.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/it/Microsoft.CodeAnalysis.resources.dll", - "accessPath": "usr/lib/powershell/it/Microsoft.CodeAnalysis.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/ja/Microsoft.CodeAnalysis.resources.dll", - "accessPath": "usr/lib/powershell/ja/Microsoft.CodeAnalysis.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/ko/Microsoft.CodeAnalysis.resources.dll", - "accessPath": "usr/lib/powershell/ko/Microsoft.CodeAnalysis.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/pl/Microsoft.CodeAnalysis.resources.dll", - "accessPath": "usr/lib/powershell/pl/Microsoft.CodeAnalysis.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "accessPath": "usr/lib/powershell/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/ru/Microsoft.CodeAnalysis.resources.dll", - "accessPath": "usr/lib/powershell/ru/Microsoft.CodeAnalysis.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/tr/Microsoft.CodeAnalysis.resources.dll", - "accessPath": "usr/lib/powershell/tr/Microsoft.CodeAnalysis.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "accessPath": "usr/lib/powershell/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "accessPath": "usr/lib/powershell/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_codeanalysis_common:microsoft_codeanalysis_common_.net:4.8.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_codeanalysis_common:microsoft_codeanalysis_common:4.8.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_codeanalysis_common:microsoft_codeanalysis_.net:4.8.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_codeanalysis_common_.net:4.8.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_codeanalysis_common:microsoft_codeanalysis:4.8.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_codeanalysis_common:4.8.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_codeanalysis_.net:4.8.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_codeanalysis:4.8.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.CodeAnalysis.Common@4.8.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.CodeAnalysis.Common", - "version": "4.8.0", - "path": "microsoft.codeanalysis.common/4.8.0", - "sha512": "sha512-/jR+e/9aT+BApoQJABlVCKnnggGQbvGh7BKq2/wI1LamxC+LbzhcLj4Vj7gXCofl1n4E521YfF9w0WcASGg/KA==", - "hashPath": "microsoft.codeanalysis.common.4.8.0.nupkg.sha512", - "executables": { - "lib/net7.0/Microsoft.CodeAnalysis.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - } - } - } - }, - { - "id": "2fccace056af4cf8", - "name": "Microsoft.Extensions.ObjectPool", - "version": "5.0.17", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Microsoft.Extensions.ObjectPool.dll", - "accessPath": "usr/lib/powershell/Microsoft.Extensions.ObjectPool.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_extensions_objectpool:microsoft_extensions_objectpool_.net:5.0.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_extensions_objectpool:microsoft_extensions_objectpool:5.0.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_extensions_objectpool:microsoft_asp_net_core_.net:5.0.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_extensions_objectpool_.net:5.0.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_extensions_objectpool:microsoft_asp_net_core:5.0.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_extensions_objectpool:5.0.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_asp_net_core_.net:5.0.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_asp_net_core:5.0.17:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.Extensions.ObjectPool@5.0.17", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.Extensions.ObjectPool", - "version": "5.0.17", - "path": "microsoft.extensions.objectpool/5.0.17", - "sha512": "sha512-EkIghF7cRBcogXKrfhopcCRjMs6b19THqSvACV5Oppp0nDA8oNyTLpAsfBQJ1hLgOjHfc5eNKFaFocKdg9nmnA==", - "hashPath": "microsoft.extensions.objectpool.5.0.17.nupkg.sha512", - "executables": { - "lib/net5.0/Microsoft.Extensions.ObjectPool.dll": { - "assemblyVersion": "5.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "A simple object pool implementation.", - "internalName": "Microsoft.Extensions.ObjectPool.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft ASP.NET Core", - "productVersion": "5.0.17+02c6de4ba6022025fcda7581415f310f8c73cdc3" - } - } - } - }, - { - "id": "28c5bcae12152313", - "name": "Microsoft.Management.Infrastructure", - "version": "3.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_management_infrastructure:microsoft_management_infrastructure_.net:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_management_infrastructure:microsoft_management_infrastructure:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.Management.Infrastructure@3.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.Management.Infrastructure", - "version": "3.0.0", - "path": "microsoft.management.infrastructure/3.0.0", - "sha512": "sha512-cGZi0q5IujCTVYKo9h22Pw+UwfZDV82HXO8HTxMG2HqntPlT3Ls8jY6punLp4YzCypJNpfCAu2kae3TIyuAiJw==", - "hashPath": "microsoft.management.infrastructure.3.0.0.nupkg.sha512" - } - }, - { - "id": "a8730d3bdb10dd5e", - "name": "Microsoft.Management.Infrastructure.Runtime.Unix", - "version": "3.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Microsoft.Management.Infrastructure.dll", - "accessPath": "usr/lib/powershell/Microsoft.Management.Infrastructure.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_management_infrastructure_runtime_unix:microsoft_management_infrastructure_runtime_unix_.net:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_management_infrastructure_runtime_unix:microsoft_management_infrastructure_runtime_unix:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_management_infrastructure:microsoft_management_infrastructure_runtime_unix_.net:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_management_infrastructure_runtime_unix:microsoft_management_infrastructure_.net:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_management_infrastructure:microsoft_management_infrastructure_runtime_unix:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_management_infrastructure_runtime_unix:microsoft_management_infrastructure:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_management_infrastructure:microsoft_management_infrastructure_.net:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_management_infrastructure:microsoft_management_infrastructure:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.Management.Infrastructure.Runtime.Unix@3.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.Management.Infrastructure.Runtime.Unix", - "version": "3.0.0", - "path": "microsoft.management.infrastructure.runtime.unix/3.0.0", - "sha512": "sha512-QZE3uEDvZ0m7LabQvcmNOYHp7v1QPBVMpB/ild0WEE8zqUVAP5y9rRI5we37ImI1bQmW5pZ+3HNC70POPm0jBQ==", - "hashPath": "microsoft.management.infrastructure.runtime.unix.3.0.0.nupkg.sha512", - "executables": { - "runtimes/unix/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll": { - "assemblyVersion": "2.0.0.0", - "legalCopyright": "", - "internalName": "Microsoft.Management.Infrastructure.dll", - "companyName": "Microsoft.Management.Infrastructure", - "productName": "Microsoft.Management.Infrastructure", - "productVersion": "2.0.0-preview.1" - } - } - } - }, - { - "id": "f91c26460832e6cc", - "name": "Microsoft.PowerShell.Commands.Management", - "version": "7.4.1", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.Commands.Management.dll", - "accessPath": "usr/lib/powershell/Microsoft.PowerShell.Commands.Management.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_powershell_commands_management:microsoft_powershell_commands_management_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_commands_management:microsoft_powershell_commands_management:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_powershell_commands_management_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_powershell_commands_management:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_commands_management:powershell_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_commands_management:powershell:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.PowerShell.Commands.Management@7.4.1", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.PowerShell.Commands.Management", - "version": "7.4.1", - "path": "", - "sha512": "", - "hashPath": "", - "executables": { - "Microsoft.PowerShell.Commands.Management.dll": { - "assemblyVersion": "7.4.1.0", - "legalCopyright": "(c) Microsoft Corporation.", - "comments": "PowerShell's Microsoft.PowerShell.Commands.Management project", - "internalName": "Microsoft.PowerShell.Commands.Management.dll", - "companyName": "Microsoft Corporation", - "productName": "PowerShell", - "productVersion": "7.4.1 SHA: 5668713d3c906d63cd68e37d415206a95ac061d0+5668713d3c906d63cd68e37d415206a95ac061d0" - } - } - } - }, - { - "id": "159d48204575c5a8", - "name": "Microsoft.PowerShell.Commands.Utility", - "version": "7.4.1", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.Commands.Utility.dll", - "accessPath": "usr/lib/powershell/Microsoft.PowerShell.Commands.Utility.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_powershell_commands_utility:microsoft_powershell_commands_utility_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_commands_utility:microsoft_powershell_commands_utility:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_powershell_commands_utility_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_powershell_commands_utility:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_commands_utility:powershell_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_commands_utility:powershell:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.PowerShell.Commands.Utility@7.4.1", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.PowerShell.Commands.Utility", - "version": "7.4.1", - "path": "", - "sha512": "", - "hashPath": "", - "executables": { - "Microsoft.PowerShell.Commands.Utility.dll": { - "assemblyVersion": "7.4.1.0", - "legalCopyright": "(c) Microsoft Corporation.", - "comments": "PowerShell's Microsoft.PowerShell.Commands.Utility project", - "internalName": "Microsoft.PowerShell.Commands.Utility.dll", - "companyName": "Microsoft Corporation", - "productName": "PowerShell", - "productVersion": "7.4.1 SHA: 5668713d3c906d63cd68e37d415206a95ac061d0+5668713d3c906d63cd68e37d415206a95ac061d0" - } - } - } - }, - { - "id": "c7f220a90e5480e0", - "name": "Microsoft.PowerShell.ConsoleHost", - "version": "7.4.1", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.ConsoleHost.dll", - "accessPath": "usr/lib/powershell/Microsoft.PowerShell.ConsoleHost.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_powershell_consolehost:microsoft_powershell_consolehost_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_consolehost:microsoft_powershell_consolehost:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_powershell_consolehost_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_powershell_consolehost:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_consolehost:powershell_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_consolehost:powershell:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.PowerShell.ConsoleHost@7.4.1", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.PowerShell.ConsoleHost", - "version": "7.4.1", - "path": "", - "sha512": "", - "hashPath": "", - "executables": { - "Microsoft.PowerShell.ConsoleHost.dll": { - "assemblyVersion": "7.4.1.0", - "legalCopyright": "(c) Microsoft Corporation.", - "comments": "PowerShell Host", - "internalName": "Microsoft.PowerShell.ConsoleHost.dll", - "companyName": "Microsoft Corporation", - "productName": "PowerShell", - "productVersion": "7.4.1 SHA: 5668713d3c906d63cd68e37d415206a95ac061d0+5668713d3c906d63cd68e37d415206a95ac061d0" - } - } - } - }, - { - "id": "885be9508c67df26", - "name": "Microsoft.PowerShell.MarkdownRender", - "version": "7.2.1", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.MarkdownRender.dll", - "accessPath": "usr/lib/powershell/Microsoft.PowerShell.MarkdownRender.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_powershell_markdownrender:microsoft_powershell_markdownrender_.net:7.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_markdownrender:microsoft_powershell_markdownrender:7.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_markdownrender:powershell_markdown_renderer_.net:7.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_markdownrender:powershell_markdown_renderer:7.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_powershell_markdownrender_.net:7.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_powershell_markdownrender:7.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell_markdown_renderer_.net:7.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell_markdown_renderer:7.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.PowerShell.MarkdownRender@7.2.1", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.PowerShell.MarkdownRender", - "version": "7.2.1", - "path": "microsoft.powershell.markdownrender/7.2.1", - "sha512": "sha512-o5oUwL23R/KnjQPD2Oi49WAG5j4O4VLo1fPRSyM/aq0HuTrY2RnF4B3MCGk13BfcmK51p9kPlHZ1+8a/ZjO4Jg==", - "hashPath": "microsoft.powershell.markdownrender.7.2.1.nupkg.sha512", - "executables": { - "lib/netstandard2.0/Microsoft.PowerShell.MarkdownRender.dll": { - "assemblyVersion": "7.2.1.0", - "legalCopyright": "(c) Microsoft Corporation.", - "comments": "PowerShell's Markdown Rendering project", - "internalName": "Microsoft.PowerShell.MarkdownRender.dll", - "companyName": "Microsoft Corporation", - "productName": "PowerShell Markdown Renderer", - "productVersion": "7.2.1" - } - } - } - }, - { - "id": "22212a0d95fa0bf8", - "name": "Microsoft.PowerShell.Native", - "version": "7.4.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_powershell_native:microsoft_powershell_native_.net:7.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_native:microsoft_powershell_native:7.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.PowerShell.Native@7.4.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.PowerShell.Native", - "version": "7.4.0", - "path": "microsoft.powershell.native/7.4.0", - "sha512": "sha512-FlaJ3JBWhqFToYT0ycMb/Xxzoof7oTQbNyI4UikgubC7AMWt5ptBNKjIAMPvOcvEHr+ohaO9GvRWp3tiyS3sKw==", - "hashPath": "microsoft.powershell.native.7.4.0.nupkg.sha512" - } - }, - { - "id": "1c6b3c9ce0a9636f", - "name": "Microsoft.PowerShell.SDK", - "version": "7.4.1", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.SDK.dll", - "accessPath": "usr/lib/powershell/Microsoft.PowerShell.SDK.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_powershell_sdk:microsoft_powershell_sdk_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_powershell_sdk_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_sdk:microsoft_powershell_sdk:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_powershell_sdk:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_sdk:powershell_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_sdk:powershell:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.PowerShell.SDK@7.4.1", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.PowerShell.SDK", - "version": "7.4.1", - "path": "", - "sha512": "", - "hashPath": "", - "executables": { - "Microsoft.PowerShell.SDK.dll": { - "assemblyVersion": "7.4.1.0", - "legalCopyright": "(c) Microsoft Corporation.", - "comments": "PowerShell SDK metapackage", - "internalName": "Microsoft.PowerShell.SDK.dll", - "companyName": "Microsoft Corporation", - "productName": "PowerShell", - "productVersion": "7.4.1 SHA: 5668713d3c906d63cd68e37d415206a95ac061d0+5668713d3c906d63cd68e37d415206a95ac061d0" - } - } - } - }, - { - "id": "9d8acc02a8413269", - "name": "Microsoft.PowerShell.Security", - "version": "7.4.1", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.Security.dll", - "accessPath": "usr/lib/powershell/Microsoft.PowerShell.Security.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_powershell_security:microsoft_powershell_security_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_security:microsoft_powershell_security:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_powershell_security_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_powershell_security:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_security:powershell_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_security:powershell:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.PowerShell.Security@7.4.1", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.PowerShell.Security", - "version": "7.4.1", - "path": "", - "sha512": "", - "hashPath": "", - "executables": { - "Microsoft.PowerShell.Security.dll": { - "assemblyVersion": "7.4.1.0", - "legalCopyright": "(c) Microsoft Corporation.", - "comments": "PowerShell's Microsoft.PowerShell.Security project", - "internalName": "Microsoft.PowerShell.Security.dll", - "companyName": "Microsoft Corporation", - "productName": "PowerShell", - "productVersion": "7.4.1 SHA: 5668713d3c906d63cd68e37d415206a95ac061d0+5668713d3c906d63cd68e37d415206a95ac061d0" - } - } - } - }, - { - "id": "546d85f4754724af", - "name": "Microsoft.Win32.Registry.AccessControl", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Microsoft.Win32.Registry.AccessControl.dll", - "accessPath": "usr/lib/powershell/Microsoft.Win32.Registry.AccessControl.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_win32_registry_accesscontrol:microsoft_win32_registry_accesscontrol_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_win32_registry_accesscontrol:microsoft_win32_registry_accesscontrol:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_win32_registry_accesscontrol_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_win32_registry_accesscontrol:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.Win32.Registry.AccessControl@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.Win32.Registry.AccessControl", - "version": "8.0.0", - "path": "microsoft.win32.registry.accesscontrol/8.0.0", - "sha512": "sha512-u8PB9/v02C8mBXzl0vJ7bOyC020zOP+T1mRct+KA46DqZkB40XtsNn9pGD0QowTRsT6R4jPCghn+yAODn2UMMw==", - "hashPath": "microsoft.win32.registry.accesscontrol.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/Microsoft.Win32.Registry.AccessControl.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides support for managing access and audit control lists for Microsoft.Win32.RegistryKey.\r\n\r\nCommonly Used Types:\r\nSystem.Security.AccessControl.RegistryAccessRule\r\nSystem.Security.AccessControl.RegistryAuditRule\r\nSystem.Security.AccessControl.RegistrySecurity", - "internalName": "Microsoft.Win32.Registry.AccessControl.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "ac8427f3775adb59", - "name": "Microsoft.Win32.SystemEvents", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Microsoft.Win32.SystemEvents.dll", - "accessPath": "usr/lib/powershell/Microsoft.Win32.SystemEvents.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_win32_systemevents:microsoft_win32_systemevents_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_win32_systemevents:microsoft_win32_systemevents:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_win32_systemevents_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_win32_systemevents:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.Win32.SystemEvents", - "version": "8.0.0", - "path": "microsoft.win32.systemevents/8.0.0", - "sha512": "sha512-9opKRyOKMCi2xJ7Bj7kxtZ1r9vbzosMvRrdEhVhDz8j8MoBGgB+WmC94yH839NPH+BclAjtQ/pyagvi/8gDLkw==", - "hashPath": "microsoft.win32.systemevents.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides access to Windows system event notifications.\r\n\r\nCommonly Used Types:\r\nMicrosoft.Win32.SystemEvents", - "internalName": "Microsoft.Win32.SystemEvents.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "64bed5e79a0c1af1", - "name": "Microsoft.Windows.Compatibility", - "version": "8.0.1", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_windows_compatibility:microsoft_windows_compatibility_.net:8.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_windows_compatibility:microsoft_windows_compatibility:8.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.Windows.Compatibility@8.0.1", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.Windows.Compatibility", - "version": "8.0.1", - "path": "microsoft.windows.compatibility/8.0.1", - "sha512": "sha512-Gr6QvHy9Y5PK5/ijl+cnCnfLr9HdCVByHtbPR5CxOAPeshURdJ/SNMi1t7qbUMBFCU9zsBlXSE1q/TsOUS0u8A==", - "hashPath": "microsoft.windows.compatibility.8.0.1.nupkg.sha512" - } - }, - { - "id": "f448b4347510236e", - "name": "Newtonsoft.Json", - "version": "13.0.3", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Newtonsoft.Json.dll", - "accessPath": "usr/lib/powershell/Newtonsoft.Json.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:newtonsoft_json:newtonsoft_json_.net:13.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:newtonsoft:newtonsoft_json_.net:13.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:newtonsoft_json:newtonsoft_json:13.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:newtonsoft_json:json_net_.net:13.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:newtonsoft:newtonsoft_json:13.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:newtonsoft:json_net_.net:13.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:newtonsoft_json:json_net:13.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:newtonsoft:json_net:13.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Newtonsoft.Json@13.0.3", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Newtonsoft.Json", - "version": "13.0.3", - "path": "newtonsoft.json/13.0.3", - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512", - "executables": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "legalCopyright": "Copyright © James Newton-King 2008", - "comments": "Json.NET is a popular high-performance JSON framework for .NET", - "internalName": "Newtonsoft.Json.dll", - "companyName": "Newtonsoft", - "productName": "Json.NET", - "productVersion": "13.0.3+0a2e291c0d9c0c7675d445703e51750363a549ef" - } - } - } - }, - { - "id": "a7b3132a0f72747e", - "name": "System.CodeDom", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.CodeDom.dll", - "accessPath": "usr/lib/powershell/System.CodeDom.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_codedom_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_codedom:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_codedom:system_codedom_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_codedom:system_codedom:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.CodeDom@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.CodeDom", - "version": "8.0.0", - "path": "system.codedom/8.0.0", - "sha512": "sha512-WTlRjL6KWIMr/pAaq3rYqh0TJlzpouaQ/W1eelssHgtlwHAH25jXTkUphTYx9HaIIf7XA6qs/0+YhtLEQRkJ+Q==", - "hashPath": "system.codedom.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.CodeDom.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides types that can be used to model the structure of a source code document and to output source code for that model in a supported language.\r\n\r\nCommonly Used Types:\r\nSystem.CodeDom.CodeObject\r\nSystem.CodeDom.Compiler.CodeDomProvider\r\nMicrosoft.CSharp.CSharpCodeProvider\r\nMicrosoft.VisualBasic.VBCodeProvider", - "internalName": "System.CodeDom.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "bd942fe520963ea7", - "name": "System.ComponentModel.Composition", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.ComponentModel.Composition.dll", - "accessPath": "usr/lib/powershell/System.ComponentModel.Composition.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_componentmodel_composition:system_componentmodel_composition_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_componentmodel_composition:system_componentmodel_composition:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_componentmodel_composition_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_componentmodel_composition:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.ComponentModel.Composition@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.ComponentModel.Composition", - "version": "8.0.0", - "path": "system.componentmodel.composition/8.0.0", - "sha512": "sha512-bGhUX5BTivJ9Wax0qnJy7uGq7dn/TQkEpJ2Fpu1etg8dbPwyDkUzNPc1d3I2/jUr9y4wDI3a1dkSmi8X21Pzbw==", - "hashPath": "system.componentmodel.composition.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.ComponentModel.Composition.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "This namespace provides classes that constitute the core of the Managed Extensibility Framework, or MEF.\r\n\r\nCommonly Used Types:\r\nSystem.ComponentModel.Composition.ChangeRejectedException\r\nSystem.ComponentModel.Composition.CompositionContractMismatchException\r\nSystem.ComponentModel.Composition.CompositionError\r\nSystem.ComponentModel.Composition.CompositionException\r\nSystem.ComponentModel.Composition.ExportAttribute\r\nSystem.ComponentModel.Composition.ImportAttribute\r\nSystem.ComponentModel.Composition.ImportCardinalityMismatchException\r\nSystem.ComponentModel.Composition.Hosting.AggregateCatalog\r\nSystem.ComponentModel.Composition.Hosting.ApplicationCatalog\r\nSystem.ComponentModel.Composition.Hosting.AssemblyCatalog\r\nSystem.ComponentModel.Composition.Hosting.CompositionContainer\r\nSystem.ComponentModel.Composition.Primitives.ComposablePartException\r\nSystem.ComponentModel.Composition.Primitives.ExportDefinition\r\nSystem.ComponentModel.Composition.Primitives.ImportDefinition\r\nSystem.ComponentModel.Composition.ReflectionModel.ReflectionModelServices", - "internalName": "System.ComponentModel.Composition.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "d98da32b345f9ff0", - "name": "System.ComponentModel.Composition.Registration", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.ComponentModel.Composition.Registration.dll", - "accessPath": "usr/lib/powershell/System.ComponentModel.Composition.Registration.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_componentmodel_composition_registration:system_componentmodel_composition_registration_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_componentmodel_composition_registration:system_componentmodel_composition_registration:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_componentmodel_composition_registration_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_componentmodel_composition_registration:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.ComponentModel.Composition.Registration@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.ComponentModel.Composition.Registration", - "version": "8.0.0", - "path": "system.componentmodel.composition.registration/8.0.0", - "sha512": "sha512-BVMXYqX7Z0Zdq3tc94UKJL/cOWq4LF3ufexfdPuUDrDl4ekbbfwPVzsusVbx+aq6Yx60CJnmJLyHtM3V2Q7BBQ==", - "hashPath": "system.componentmodel.composition.registration.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.ComponentModel.Composition.Registration.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "This namespace provides classes that constitute the core of the Managed Extensibility Framework, or MEF.\r\n\r\nCommonly Used Types:\r\nSystem.ComponentModel.Composition.Registration.RegistrationBuilder\r\nSystem.ComponentModel.Composition.Registration.PartBuilder\r\nSystem.ComponentModel.Composition.Registration.PartBuilder\r\nSystem.ComponentModel.Composition.Registration.ParameterImportBuilder\r\nSystem.ComponentModel.Composition.Registration.ImportBuilder\r\nSystem.ComponentModel.Composition.Registration.ExportBuilder", - "internalName": "System.ComponentModel.Composition.Registration.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "4306f3b301de8de2", - "name": "System.Configuration.ConfigurationManager", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Configuration.ConfigurationManager.dll", - "accessPath": "usr/lib/powershell/System.Configuration.ConfigurationManager.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_configuration_configurationmanager:system_configuration_configurationmanager_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_configuration_configurationmanager:system_configuration_configurationmanager:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_configuration_configurationmanager_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_configuration_configurationmanager:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Configuration.ConfigurationManager@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Configuration.ConfigurationManager", - "version": "8.0.0", - "path": "system.configuration.configurationmanager/8.0.0", - "sha512": "sha512-JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==", - "hashPath": "system.configuration.configurationmanager.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides types that support using XML configuration files (app.config). This package exists only to support migrating existing .NET Framework code that already uses System.Configuration. When writing new code, use another configuration system instead, such as Microsoft.Extensions.Configuration.", - "internalName": "System.Configuration.ConfigurationManager.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "ed83b4db4225e312", - "name": "System.Data.Odbc", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Data.Odbc.dll", - "accessPath": "usr/lib/powershell/System.Data.Odbc.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_data_odbc_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_data_odbc:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_data_odbc:system_data_odbc_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_data_odbc:system_data_odbc:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Data.Odbc@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Data.Odbc", - "version": "8.0.0", - "path": "system.data.odbc/8.0.0", - "sha512": "sha512-c+GfnZt2/HyU+voKw2fctLZClcNjPZPWS+mnIhGvDknRMqL/fwWlREWPgA4csbp9ZkQIgB4qkufgdh/oh5Ubow==", - "hashPath": "system.data.odbc.8.0.0.nupkg.sha512", - "executables": { - "runtimes/linux/lib/net8.0/System.Data.Odbc.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides a collection of classes used to access an ODBC data source in the managed space\r\n\r\nCommonly Used Types:\r\nSystem.Data.Odbc.OdbcCommand\r\nSystem.Data.Odbc.OdbcConnection\r\nSystem.Data.Odbc.OdbcDataReader\r\nSystem.Data.Odbc.OdbcDataAdapter\r\nSystem.Data.Odbc.OdbcParameter\r\nSystem.Data.Odbc.OdbcParameterCollection\r\nSystem.Data.Odbc.OdbcTransaction", - "internalName": "System.Data.Odbc.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "0ef165269a9a45df", - "name": "System.Data.OleDb", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Data.OleDb.dll", - "accessPath": "usr/lib/powershell/System.Data.OleDb.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_data_oledb_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_data_oledb:system_data_oledb_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_data_oledb:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_data_oledb:system_data_oledb:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Data.OleDb@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Data.OleDb", - "version": "8.0.0", - "path": "system.data.oledb/8.0.0", - "sha512": "sha512-FpUTcQ0E8mFvcYp8UZA3NX8wgmhmsCue56g1zfkr1xdOnT5FrYYmC5DWQ9xCw8o8zuxVBKLZvliqEGgmeoalaQ==", - "hashPath": "system.data.oledb.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Data.OleDb.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides a collection of classes for OLEDB.\r\n\r\nCommonly Used Types:\r\nSystem.Data.OleDb.OleDbCommand\r\nSystem.Data.OleDb.OleDbCommandBuilder\r\nSystem.Data.OleDb.OleDbConnection\r\nSystem.Data.OleDb.OleDbDataAdapter\r\nSystem.Data.OleDb.OleDbDataReader\r\nSystem.Data.OleDb.OleDbParameter\r\nSystem.Data.OleDb.OleDbParameterCollection\r\nSystem.Data.OleDb.OleDbTransaction", - "internalName": "System.Data.OleDb.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "bcce37b824eee548", - "name": "System.Data.SqlClient", - "version": "4.8.6", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Data.SqlClient.dll", - "accessPath": "usr/lib/powershell/System.Data.SqlClient.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_data_sqlclient_.net:4.8.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_data_sqlclient:system_data_sqlclient_.net:4.8.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_data_sqlclient:4.8.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_data_sqlclient:system_data_sqlclient:4.8.6:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Data.SqlClient@4.8.6", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Data.SqlClient", - "version": "4.8.6", - "path": "system.data.sqlclient/4.8.6", - "sha512": "sha512-2Ij/LCaTQRyAi5lAv7UUTV9R2FobC8xN9mE0fXBZohum/xLl8IZVmE98Rq5ugQHjCgTBRKqpXRb4ORulRdA6Ig==", - "hashPath": "system.data.sqlclient.4.8.6.nupkg.sha512", - "executables": { - "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "assemblyVersion": "4.6.1.6", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Data.SqlClient", - "internalName": "System.Data.SqlClient.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.1.39+fa27c9f378dde822f9ebe5af1f0dfd22be1778b1" - } - } - } - }, - { - "id": "3be65a5e06b1ae67", - "name": "System.Diagnostics.EventLog", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Diagnostics.EventLog.dll", - "accessPath": "usr/lib/powershell/System.Diagnostics.EventLog.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_diagnostics_eventlog:system_diagnostics_eventlog_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_diagnostics_eventlog:system_diagnostics_eventlog:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_diagnostics_eventlog_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_diagnostics_eventlog:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Diagnostics.EventLog@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Diagnostics.EventLog", - "version": "8.0.0", - "path": "system.diagnostics.eventlog/8.0.0", - "sha512": "sha512-fdYxcRjQqTTacKId/2IECojlDSFvp7LP5N78+0z/xH7v/Tuw5ZAxu23Y6PTCRinqyu2ePx+Gn1098NC6jM6d+A==", - "hashPath": "system.diagnostics.eventlog.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Diagnostics.EventLog.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides the System.Diagnostics.EventLog class, which allows the applications to use the Windows event log service.\r\n\r\nCommonly Used Types:\r\nSystem.Diagnostics.EventLog", - "internalName": "System.Diagnostics.EventLog.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "d5ed1516d806678a", - "name": "System.Diagnostics.PerformanceCounter", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Diagnostics.PerformanceCounter.dll", - "accessPath": "usr/lib/powershell/System.Diagnostics.PerformanceCounter.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_diagnostics_performancecounter:system_diagnostics_performancecounter_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_diagnostics_performancecounter:system_diagnostics_performancecounter:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_diagnostics_performancecounter_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_diagnostics_performancecounter:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Diagnostics.PerformanceCounter@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Diagnostics.PerformanceCounter", - "version": "8.0.0", - "path": "system.diagnostics.performancecounter/8.0.0", - "sha512": "sha512-lX6DXxtJqVGWw7N/QmVoiCyVQ+Q/Xp+jVXPr3gLK1jJExSn1qmAjJQeb8gnOYeeBTG3E3PmG1nu92eYj/TEjpg==", - "hashPath": "system.diagnostics.performancecounter.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides the System.Diagnostics.PerformanceCounter class, which allows access to Windows performance counters.\r\n\r\nCommonly Used Types:\r\nSystem.Diagnostics.PerformanceCounter", - "internalName": "System.Diagnostics.PerformanceCounter.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "e1200c7e27bba688", - "name": "System.DirectoryServices", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.DirectoryServices.dll", - "accessPath": "usr/lib/powershell/System.DirectoryServices.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_directoryservices:system_directoryservices_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_directoryservices_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_directoryservices:system_directoryservices:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_directoryservices:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.DirectoryServices@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.DirectoryServices", - "version": "8.0.0", - "path": "system.directoryservices/8.0.0", - "sha512": "sha512-7nit//efUTy1OsAKco2f02PMrwsR2S234N0dVVp84udC77YcvpOQDz5znAWMtgMWBzY1aRJvUW61jo/7vQRfXg==", - "hashPath": "system.directoryservices.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.DirectoryServices.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides easy access to Active Directory Domain Services.\r\n\r\nCommonly Used Types:\r\nSystem.DirectoryServices.DirectoryEntry\r\nSystem.DirectoryServices.DirectorySearcher\r\nSystem.DirectoryServices.ActiveDirectory.ActiveDirectorySite\r\nSystem.DirectoryServices.ActiveDirectory.ApplicationPartition\r\nSystem.DirectoryServices.ActiveDirectory.DirectoryContext\r\nSystem.DirectoryServices.ActiveDirectory.DirectoryServer\r\nSystem.DirectoryServices.ActiveDirectory.Domain\r\nSystem.DirectoryServices.ActiveDirectory.DomainController", - "internalName": "System.DirectoryServices.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "f6c325ed14b4d73f", - "name": "System.DirectoryServices.AccountManagement", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.DirectoryServices.AccountManagement.dll", - "accessPath": "usr/lib/powershell/System.DirectoryServices.AccountManagement.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_directoryservices_accountmanagement:system_directoryservices_accountmanagement_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_directoryservices_accountmanagement:system_directoryservices_accountmanagement:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_directoryservices_accountmanagement_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_directoryservices_accountmanagement:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.DirectoryServices.AccountManagement@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.DirectoryServices.AccountManagement", - "version": "8.0.0", - "path": "system.directoryservices.accountmanagement/8.0.0", - "sha512": "sha512-dCT8BYeeisx0IzAf6x+FSVWK3gz2fKI9pgLV16c7dY/lckw4aodNrgXqsFqyqJN5Kfxc3oklG+SCMYkRfg1V7A==", - "hashPath": "system.directoryservices.accountmanagement.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.DirectoryServices.AccountManagement.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides uniform access and manipulation of user, computer, and group security principals across the multiple principal stores: Active Directory Domain Services (AD DS), Active Directory Lightweight Directory Services (AD LDS), and Machine SAM (MSAM).", - "internalName": "System.DirectoryServices.AccountManagement.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "0863f375167af2c7", - "name": "System.DirectoryServices.Protocols", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.DirectoryServices.Protocols.dll", - "accessPath": "usr/lib/powershell/System.DirectoryServices.Protocols.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_directoryservices_protocols:system_directoryservices_protocols_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_directoryservices_protocols:system_directoryservices_protocols:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_directoryservices_protocols_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_directoryservices_protocols:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.DirectoryServices.Protocols@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.DirectoryServices.Protocols", - "version": "8.0.0", - "path": "system.directoryservices.protocols/8.0.0", - "sha512": "sha512-puwJxURHDrYLGTQdsHyeMS72ClTqYa4lDYz6LHSbkZEk5hq8H8JfsO4MyYhB5BMMxg93jsQzLUwrnCumj11UIg==", - "hashPath": "system.directoryservices.protocols.8.0.0.nupkg.sha512", - "executables": { - "runtimes/linux/lib/net8.0/System.DirectoryServices.Protocols.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides the methods defined in the Lightweight Directory Access Protocol (LDAP) version 3 (V3) and Directory Services Markup Language (DSML) version 2.0 (V2) standards.", - "internalName": "System.DirectoryServices.Protocols.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "88786268d4f6de69", - "name": "System.Drawing.Common", - "version": "8.0.1", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Drawing.Common.dll", - "accessPath": "usr/lib/powershell/System.Drawing.Common.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_drawing_common_.net:8.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_drawing_common:system_drawing_common_.net:8.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_drawing_common:8.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_drawing_common:system_drawing_common:8.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Drawing.Common@8.0.1", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Drawing.Common", - "version": "8.0.1", - "path": "system.drawing.common/8.0.1", - "sha512": "sha512-x0rAZECxIGx/YVjN28YRdpqka0+H7YMN9741FUDzipXPDzesd60gef/LI0ZCOcYSDsacTLTHvMAvxHG+TjbNNQ==", - "hashPath": "system.drawing.common.8.0.1.nupkg.sha512", - "executables": { - "lib/net8.0/System.Drawing.Common.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Drawing.Common", - "internalName": "System.Drawing.Common.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.1+0b4028eb507aeb222f5bd1fc421876cc5e5e3fb8" - } - } - } - }, - { - "id": "c983536e68d81c77", - "name": "System.IO.Packaging", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.IO.Packaging.dll", - "accessPath": "usr/lib/powershell/System.IO.Packaging.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_io_packaging_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_io_packaging:system_io_packaging_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_io_packaging:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_io_packaging:system_io_packaging:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.IO.Packaging@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.IO.Packaging", - "version": "8.0.0", - "path": "system.io.packaging/8.0.0", - "sha512": "sha512-8g1V4YRpdGAxFcK8v9OjuMdIOJSpF30Zb1JGicwVZhly3I994WFyBdV6mQEo8d3T+URQe55/M0U0eIH0Hts1bg==", - "hashPath": "system.io.packaging.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.IO.Packaging.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides classes that support storage of multiple data objects in a single container.", - "internalName": "System.IO.Packaging.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "04090d4d2f953021", - "name": "System.IO.Ports", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.IO.Ports.dll", - "accessPath": "usr/lib/powershell/System.IO.Ports.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_io_ports_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_io_ports:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_io_ports:system_io_ports_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_io_ports:system_io_ports:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.IO.Ports@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.IO.Ports", - "version": "8.0.0", - "path": "system.io.ports/8.0.0", - "sha512": "sha512-MaiPbx2/QXZc62gm/DrajRrGPG1lU4m08GWMoWiymPYM+ba4kfACp2PbiYpqJ4QiFGhHD00zX3RoVDTucjWe9g==", - "hashPath": "system.io.ports.8.0.0.nupkg.sha512", - "executables": { - "runtimes/unix/lib/net8.0/System.IO.Ports.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides classes for controlling serial ports.\r\n\r\nCommonly Used Types:\r\nSystem.IO.Ports.SerialPort", - "internalName": "System.IO.Ports.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "ec8422bfc777d8e8", - "name": "System.Management", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Management.dll", - "accessPath": "usr/lib/powershell/System.Management.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_management_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_management:system_management_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_management:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_management:system_management:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Management@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Management", - "version": "8.0.0", - "path": "system.management/8.0.0", - "sha512": "sha512-jrK22i5LRzxZCfGb+tGmke2VH7oE0DvcDlJ1HAKYU8cPmD8XnpUT0bYn2Gy98GEhGjtfbR/sxKTVb+dE770pfA==", - "hashPath": "system.management.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Management.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides access to a rich set of management information and management events about the system, devices, and applications instrumented to the Windows Management Instrumentation (WMI) infrastructure.\r\n\r\nCommonly Used Types:\r\nSystem.Management.ManagementClass\r\nSystem.Management.ManagementObject\r\nSystem.Management.SelectQuery", - "internalName": "System.Management.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "2f8c71882b003041", - "name": "System.Management.Automation", - "version": "7.4.1", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Management.Automation.dll", - "accessPath": "usr/lib/powershell/System.Management.Automation.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_management_automation:system_management_automation_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_management_automation:system_management_automation:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_management_automation_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_management_automation:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_management_automation:powershell_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_management_automation:powershell:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Management.Automation@7.4.1", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Management.Automation", - "version": "7.4.1", - "path": "", - "sha512": "", - "hashPath": "", - "executables": { - "System.Management.Automation.dll": { - "assemblyVersion": "7.4.1.0", - "legalCopyright": "(c) Microsoft Corporation.", - "comments": "PowerShell's System.Management.Automation project", - "internalName": "System.Management.Automation.dll", - "companyName": "Microsoft Corporation", - "productName": "PowerShell", - "productVersion": "7.4.1 SHA: 5668713d3c906d63cd68e37d415206a95ac061d0+5668713d3c906d63cd68e37d415206a95ac061d0" - } - } - } - }, - { - "id": "ee6da01b5c0134df", - "name": "System.Net.Http.WinHttpHandler", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Net.Http.WinHttpHandler.dll", - "accessPath": "usr/lib/powershell/System.Net.Http.WinHttpHandler.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_net_http_winhttphandler:system_net_http_winhttphandler_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_net_http_winhttphandler:system_net_http_winhttphandler:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_net_http_winhttphandler_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_net_http_winhttphandler:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Net.Http.WinHttpHandler@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Net.Http.WinHttpHandler", - "version": "8.0.0", - "path": "system.net.http.winhttphandler/8.0.0", - "sha512": "sha512-dAtcyQzDpi34VdR1BeEV8yCOeXVEyekYYK6lJZIzG/N5aqEGgT6AB2DsbiidMp8cB6Y7DqqcmQFZaSGUdoubvQ==", - "hashPath": "system.net.http.winhttphandler.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Net.Http.WinHttpHandler.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides a message handler for HttpClient based on the WinHTTP interface of Windows. While similar to HttpClientHandler, it provides developers more granular control over the application's HTTP communication than the HttpClientHandler.\r\n\r\nCommonly Used Types:\r\nSystem.Net.Http.WinHttpHandler", - "internalName": "System.Net.Http.WinHttpHandler.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "4fb669313f6014d3", - "name": "System.Private.ServiceModel", - "version": "4.10.3", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Private.ServiceModel.dll", - "accessPath": "usr/lib/powershell/System.Private.ServiceModel.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/cs/System.Private.ServiceModel.resources.dll", - "accessPath": "usr/lib/powershell/cs/System.Private.ServiceModel.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/de/System.Private.ServiceModel.resources.dll", - "accessPath": "usr/lib/powershell/de/System.Private.ServiceModel.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/es/System.Private.ServiceModel.resources.dll", - "accessPath": "usr/lib/powershell/es/System.Private.ServiceModel.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/fr/System.Private.ServiceModel.resources.dll", - "accessPath": "usr/lib/powershell/fr/System.Private.ServiceModel.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/it/System.Private.ServiceModel.resources.dll", - "accessPath": "usr/lib/powershell/it/System.Private.ServiceModel.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/ja/System.Private.ServiceModel.resources.dll", - "accessPath": "usr/lib/powershell/ja/System.Private.ServiceModel.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/ko/System.Private.ServiceModel.resources.dll", - "accessPath": "usr/lib/powershell/ko/System.Private.ServiceModel.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/pl/System.Private.ServiceModel.resources.dll", - "accessPath": "usr/lib/powershell/pl/System.Private.ServiceModel.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/pt-BR/System.Private.ServiceModel.resources.dll", - "accessPath": "usr/lib/powershell/pt-BR/System.Private.ServiceModel.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/ru/System.Private.ServiceModel.resources.dll", - "accessPath": "usr/lib/powershell/ru/System.Private.ServiceModel.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/tr/System.Private.ServiceModel.resources.dll", - "accessPath": "usr/lib/powershell/tr/System.Private.ServiceModel.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/zh-Hans/System.Private.ServiceModel.resources.dll", - "accessPath": "usr/lib/powershell/zh-Hans/System.Private.ServiceModel.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/zh-Hant/System.Private.ServiceModel.resources.dll", - "accessPath": "usr/lib/powershell/zh-Hant/System.Private.ServiceModel.resources.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_private_servicemodel:system_private_servicemodel_.net:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_private_servicemodel:system_private_servicemodel:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_private_servicemodel_.net:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_private_servicemodel:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Private.ServiceModel@4.10.3", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Private.ServiceModel", - "version": "4.10.3", - "path": "system.private.servicemodel/4.10.3", - "sha512": "sha512-BcUV7OERlLqGxDXZuIyIMMmk1PbqBblLRbAoigmzIUx/M8A+8epvyPyXRpbgoucKH7QmfYdQIev04Phx2Co08A==", - "hashPath": "system.private.servicemodel.4.10.3.nupkg.sha512", - "executables": { - "lib/netstandard2.0/System.Private.ServiceModel.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Private.ServiceModel", - "internalName": "System.Private.ServiceModel.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/cs/System.Private.ServiceModel.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Private.ServiceModel", - "internalName": "System.Private.ServiceModel.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/de/System.Private.ServiceModel.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Private.ServiceModel", - "internalName": "System.Private.ServiceModel.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/es/System.Private.ServiceModel.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Private.ServiceModel", - "internalName": "System.Private.ServiceModel.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/fr/System.Private.ServiceModel.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Private.ServiceModel", - "internalName": "System.Private.ServiceModel.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/it/System.Private.ServiceModel.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Private.ServiceModel", - "internalName": "System.Private.ServiceModel.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/ja/System.Private.ServiceModel.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Private.ServiceModel", - "internalName": "System.Private.ServiceModel.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/ko/System.Private.ServiceModel.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Private.ServiceModel", - "internalName": "System.Private.ServiceModel.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/pl/System.Private.ServiceModel.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Private.ServiceModel", - "internalName": "System.Private.ServiceModel.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/pt-BR/System.Private.ServiceModel.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Private.ServiceModel", - "internalName": "System.Private.ServiceModel.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/ru/System.Private.ServiceModel.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Private.ServiceModel", - "internalName": "System.Private.ServiceModel.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/tr/System.Private.ServiceModel.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Private.ServiceModel", - "internalName": "System.Private.ServiceModel.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/zh-Hans/System.Private.ServiceModel.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Private.ServiceModel", - "internalName": "System.Private.ServiceModel.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/zh-Hant/System.Private.ServiceModel.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Private.ServiceModel", - "internalName": "System.Private.ServiceModel.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - } - } - } - }, - { - "id": "2d7baf3b7659e049", - "name": "System.Reflection.Context", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Reflection.Context.dll", - "accessPath": "usr/lib/powershell/System.Reflection.Context.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_reflection_context:system_reflection_context_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_reflection_context_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_reflection_context:system_reflection_context:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_reflection_context:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Reflection.Context@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Reflection.Context", - "version": "8.0.0", - "path": "system.reflection.context/8.0.0", - "sha512": "sha512-k76ubeIBOeIVg7vkQ4I+LoB8sY1EzFIc3oHEtoiNLhXleb7TBLXUQu0CFZ4sPlXJzWNabRf+gn1T7lyhOBxIMA==", - "hashPath": "system.reflection.context.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Reflection.Context.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides classes that enable customized reflection contexts.\r\n\r\nCommonly Used Types:\r\nSystem.Reflection.Context.CustomReflectionContext", - "internalName": "System.Reflection.Context.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "7b72bbd723ad3c3a", - "name": "System.Runtime.Caching", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Runtime.Caching.dll", - "accessPath": "usr/lib/powershell/System.Runtime.Caching.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_runtime_caching:system_runtime_caching_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_runtime_caching_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_runtime_caching:system_runtime_caching:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_runtime_caching:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Runtime.Caching@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Runtime.Caching", - "version": "8.0.0", - "path": "system.runtime.caching/8.0.0", - "sha512": "sha512-4TmlmvGp4kzZomm7J2HJn6IIx0UUrQyhBDyb5O1XiunZlQImXW+B8b7W/sTPcXhSf9rp5NR5aDtQllwbB5elOQ==", - "hashPath": "system.runtime.caching.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Runtime.Caching.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides classes to use caching facilities.\r\n\r\nCommonly Used Types:\r\nSystem.Runtime.Caching.CacheEntryChangeMonitor\r\nSystem.Runtime.Caching.CacheEntryRemovedArguments\r\nSystem.Runtime.Caching.CacheEntryUpdateArguments\r\nSystem.Runtime.Caching.CacheItem\r\nSystem.Runtime.Caching.CacheItemPolicy\r\nSystem.Runtime.Caching.ChangeMonitor\r\nSystem.Runtime.Caching.FileChangeMonitor\r\nSystem.Runtime.Caching.HostFileChangeMonitor\r\nSystem.Runtime.Caching.MemoryCache\r\nSystem.Runtime.Caching.ObjectCache", - "internalName": "System.Runtime.Caching.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "e2c988a896661662", - "name": "System.Security.Cryptography.Pkcs", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Security.Cryptography.Pkcs.dll", - "accessPath": "usr/lib/powershell/System.Security.Cryptography.Pkcs.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_security_cryptography_pkcs:system_security_cryptography_pkcs_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_security_cryptography_pkcs:system_security_cryptography_pkcs:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_security_cryptography_pkcs_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_security_cryptography_pkcs:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Security.Cryptography.Pkcs@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Security.Cryptography.Pkcs", - "version": "8.0.0", - "path": "system.security.cryptography.pkcs/8.0.0", - "sha512": "sha512-ULmp3xoOwNYjOYp4JZ2NK/6NdTgiN1GQXzVVN1njQ7LOZ0d0B9vyMnhyqbIi9Qw4JXj1JgCsitkTShboHRx7Eg==", - "hashPath": "system.security.cryptography.pkcs.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Security.Cryptography.Pkcs.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides support for PKCS and CMS algorithms.\r\n\r\nCommonly Used Types:\r\nSystem.Security.Cryptography.Pkcs.EnvelopedCms", - "internalName": "System.Security.Cryptography.Pkcs.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "75a56c9eaa970465", - "name": "System.Security.Cryptography.ProtectedData", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Security.Cryptography.ProtectedData.dll", - "accessPath": "usr/lib/powershell/System.Security.Cryptography.ProtectedData.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_security_cryptography_protecteddata:system_security_cryptography_protecteddata_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_security_cryptography_protecteddata:system_security_cryptography_protecteddata:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_security_cryptography_protecteddata_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_security_cryptography_protecteddata:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Security.Cryptography.ProtectedData", - "version": "8.0.0", - "path": "system.security.cryptography.protecteddata/8.0.0", - "sha512": "sha512-+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==", - "hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides access to Windows Data Protection Api.\r\n\r\nCommonly Used Types:\r\nSystem.Security.Cryptography.DataProtectionScope\r\nSystem.Security.Cryptography.ProtectedData", - "internalName": "System.Security.Cryptography.ProtectedData.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "8b72def2cd3309ee", - "name": "System.Security.Cryptography.Xml", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Security.Cryptography.Xml.dll", - "accessPath": "usr/lib/powershell/System.Security.Cryptography.Xml.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_security_cryptography_xml:system_security_cryptography_xml_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_security_cryptography_xml:system_security_cryptography_xml:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_security_cryptography_xml_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_security_cryptography_xml:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Security.Cryptography.Xml@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Security.Cryptography.Xml", - "version": "8.0.0", - "path": "system.security.cryptography.xml/8.0.0", - "sha512": "sha512-HQSFbakswZ1OXFz2Bt3AJlC6ENDqWeVpgqhf213xqQUMDifzydOHIKVb1RV4prayobvR3ETIScMaQdDF2hwGZA==", - "hashPath": "system.security.cryptography.xml.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Security.Cryptography.Xml.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides classes to support the creation and validation of XML digital signatures. The classes in this namespace implement the World Wide Web Consortium Recommendation, \"XML-Signature Syntax and Processing\", described at http://www.w3.org/TR/xmldsig-core/.\r\n\r\nCommonly Used Types:\r\nSystem.Security.Cryptography.Xml.CipherData\r\nSystem.Security.Cryptography.Xml.CipherReference\r\nSystem.Security.Cryptography.Xml.DataObject\r\nSystem.Security.Cryptography.Xml.DataReference\r\nSystem.Security.Cryptography.Xml.DSAKeyValue\r\nSystem.Security.Cryptography.Xml.EncryptedData\r\nSystem.Security.Cryptography.Xml.EncryptedKey\r\nSystem.Security.Cryptography.Xml.EncryptedReference\r\nSystem.Security.Cryptography.Xml.EncryptedType\r\nSystem.Security.Cryptography.Xml.EncryptedXml\r\nSystem.Security.Cryptography.Xml.EncryptionMethod\r\nSystem.Security.Cryptography.Xml.EncryptionProperty\r\nSystem.Security.Cryptography.Xml.EncryptionPropertyCollection\r\nSystem.Security.Cryptography.Xml.KeyInfo\r\nSystem.Security.Cryptography.Xml.KeyInfoClause\r\nSystem.Security.Cryptography.Xml.KeyInfoEncryptedKey\r\nSystem.Security.Cryptography.Xml.KeyInfoName\r\nSystem.Security.Cryptography.Xml.KeyInfoNode\r\nSystem.Security.Cryptography.Xml.KeyInfoRetrievalMethod\r\nSystem.Security.Cryptography.Xml.KeyInfoX509Data\r\nSystem.Security.Cryptography.Xml.KeyReference\r\nSystem.Security.Cryptography.Xml.Reference\r\nSystem.Security.Cryptography.Xml.ReferenceList\r\nSystem.Security.Cryptography.Xml.RSAKeyValue\r\nSystem.Security.Cryptography.Xml.Signature\r\nSystem.Security.Cryptography.Xml.SignedInfo\r\nSystem.Security.Cryptography.Xml.SignedXml\r\nSystem.Security.Cryptography.Xml.Transform\r\nSystem.Security.Cryptography.Xml.TransformChain\r\nSystem.Security.Cryptography.Xml.XmlDecryptionTransform\r\nSystem.Security.Cryptography.Xml.XmlDsigBase64Transform\r\nSystem.Security.Cryptography.Xml.XmlDsigC14NTransform\r\nSystem.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform\r\nSystem.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform\r\nSystem.Security.Cryptography.Xml.XmlDsigExcC14NTransform\r\nSystem.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform\r\nSystem.Security.Cryptography.Xml.XmlDsigXPathTransform\r\nSystem.Security.Cryptography.Xml.XmlDsigXsltTransform\r\nSystem.Security.Cryptography.Xml.XmlLicenseTransform", - "internalName": "System.Security.Cryptography.Xml.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "41fbc6537ef178d3", - "name": "System.Security.Permissions", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Security.Permissions.dll", - "accessPath": "usr/lib/powershell/System.Security.Permissions.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_security_permissions:system_security_permissions_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_security_permissions:system_security_permissions:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_security_permissions_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_security_permissions:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Security.Permissions@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Security.Permissions", - "version": "8.0.0", - "path": "system.security.permissions/8.0.0", - "sha512": "sha512-v/BBylw7XevuAsHXoX9dDUUfmBIcUf7Lkz8K3ZXIKz3YRKpw8YftpSir4n4e/jDTKFoaK37AsC3xnk+GNFI1Ow==", - "hashPath": "system.security.permissions.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Security.Permissions.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides types supporting Code Access Security (CAS).", - "internalName": "System.Security.Permissions.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "4ac35198a3b68d42", - "name": "System.ServiceModel.Duplex", - "version": "4.10.3", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.ServiceModel.Duplex.dll", - "accessPath": "usr/lib/powershell/System.ServiceModel.Duplex.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_servicemodel_duplex:system_servicemodel_duplex_.net:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_servicemodel_duplex_.net:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_servicemodel_duplex:system_servicemodel_duplex:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_servicemodel_duplex:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.ServiceModel.Duplex@4.10.3", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.ServiceModel.Duplex", - "version": "4.10.3", - "path": "system.servicemodel.duplex/4.10.3", - "sha512": "sha512-IZ8ZahvTenWML7/jGUXSCm6jHlxpMbcb+Hy+h5p1WP9YVtb+Er7FHRRGizqQMINEdK6HhWpD6rzr5PdxNyusdg==", - "hashPath": "system.servicemodel.duplex.4.10.3.nupkg.sha512", - "executables": { - "lib/net6.0/System.ServiceModel.Duplex.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.ServiceModel.Duplex", - "internalName": "System.ServiceModel.Duplex.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - } - } - } - }, - { - "id": "70ccb794d56a4ebe", - "name": "System.ServiceModel.Http", - "version": "4.10.3", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.ServiceModel.Http.dll", - "accessPath": "usr/lib/powershell/System.ServiceModel.Http.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_servicemodel_http:system_servicemodel_http_.net:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_servicemodel_http_.net:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_servicemodel_http:system_servicemodel_http:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_servicemodel_http:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.ServiceModel.Http@4.10.3", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.ServiceModel.Http", - "version": "4.10.3", - "path": "system.servicemodel.http/4.10.3", - "sha512": "sha512-hodkn0rPTYmoZ9EIPwcleUrOi1gZBPvU0uFvzmJbyxl1lIpVM5GxTrs/pCETStjOXCiXhBDoZQYajquOEfeW/w==", - "hashPath": "system.servicemodel.http.4.10.3.nupkg.sha512", - "executables": { - "lib/net6.0/System.ServiceModel.Http.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.ServiceModel.Http", - "internalName": "System.ServiceModel.Http.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - } - } - } - }, - { - "id": "34319ec608fca37d", - "name": "System.ServiceModel.NetTcp", - "version": "4.10.3", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.ServiceModel.NetTcp.dll", - "accessPath": "usr/lib/powershell/System.ServiceModel.NetTcp.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_servicemodel_nettcp:system_servicemodel_nettcp_.net:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_servicemodel_nettcp_.net:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_servicemodel_nettcp:system_servicemodel_nettcp:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_servicemodel_nettcp:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.ServiceModel.NetTcp@4.10.3", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.ServiceModel.NetTcp", - "version": "4.10.3", - "path": "system.servicemodel.nettcp/4.10.3", - "sha512": "sha512-tP7GN7ehqSIQEz7yOJEtY8ziTpfavf2IQMPKa7r9KGQ75+uEW6/wSlWez7oKQwGYuAHbcGhpJvdG6WoVMKYgkw==", - "hashPath": "system.servicemodel.nettcp.4.10.3.nupkg.sha512", - "executables": { - "lib/net6.0/System.ServiceModel.NetTcp.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.ServiceModel.NetTcp", - "internalName": "System.ServiceModel.NetTcp.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - } - } - } - }, - { - "id": "f3e148ecad7a4902", - "name": "System.ServiceModel.Primitives", - "version": "4.10.3", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.ServiceModel.Primitives.dll", - "accessPath": "usr/lib/powershell/System.ServiceModel.Primitives.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/System.ServiceModel.dll", - "accessPath": "usr/lib/powershell/System.ServiceModel.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_servicemodel_primitives:system_servicemodel_primitives_.net:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_servicemodel_primitives:system_servicemodel_primitives:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_servicemodel_primitives_.net:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_servicemodel_primitives:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.ServiceModel.Primitives@4.10.3", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.ServiceModel.Primitives", - "version": "4.10.3", - "path": "system.servicemodel.primitives/4.10.3", - "sha512": "sha512-aNcdry95wIP1J+/HcLQM/f/AA73LnBQDNc2uCoZ+c1//KpVRp8nMZv5ApMwK+eDNVdCK8G0NLInF+xG3mfQL+g==", - "hashPath": "system.servicemodel.primitives.4.10.3.nupkg.sha512", - "executables": { - "lib/net6.0/System.ServiceModel.Primitives.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.ServiceModel.Primitives", - "internalName": "System.ServiceModel.Primitives.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/net6.0/System.ServiceModel.dll": { - "assemblyVersion": "4.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.ServiceModel", - "internalName": "System.ServiceModel.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - } - } - } - }, - { - "id": "673d69c11d174307", - "name": "System.ServiceModel.Security", - "version": "4.10.3", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.ServiceModel.Security.dll", - "accessPath": "usr/lib/powershell/System.ServiceModel.Security.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_servicemodel_security:system_servicemodel_security_.net:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_servicemodel_security:system_servicemodel_security:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_servicemodel_security_.net:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_servicemodel_security:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.ServiceModel.Security@4.10.3", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.ServiceModel.Security", - "version": "4.10.3", - "path": "system.servicemodel.security/4.10.3", - "sha512": "sha512-vqelKb7DvP2inb6LDJ5Igi8wpOYdtLXn5luDW5qEaqkV2sYO1pKlVYBpr6g6m5SevzbdZlVNu67dQiD/H6EdGQ==", - "hashPath": "system.servicemodel.security.4.10.3.nupkg.sha512", - "executables": { - "lib/net6.0/System.ServiceModel.Security.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.ServiceModel.Security", - "internalName": "System.ServiceModel.Security.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - } - } - } - }, - { - "id": "178a926a49d837d0", - "name": "System.ServiceModel.Syndication", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.ServiceModel.Syndication.dll", - "accessPath": "usr/lib/powershell/System.ServiceModel.Syndication.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_servicemodel_syndication:system_servicemodel_syndication_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_servicemodel_syndication:system_servicemodel_syndication:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_servicemodel_syndication_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_servicemodel_syndication:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.ServiceModel.Syndication@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.ServiceModel.Syndication", - "version": "8.0.0", - "path": "system.servicemodel.syndication/8.0.0", - "sha512": "sha512-CJxIUwpBkMCPmIx46tFVOt0zpRrYurUHLW6tJBcmyj+MyWpKc6MMcS69B7IdlV/bgtgys073wMIHZX9QOQ1OFA==", - "hashPath": "system.servicemodel.syndication.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.ServiceModel.Syndication.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides classes related to service model syndication.", - "internalName": "System.ServiceModel.Syndication.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "85cba8d93684063a", - "name": "System.ServiceProcess.ServiceController", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.ServiceProcess.ServiceController.dll", - "accessPath": "usr/lib/powershell/System.ServiceProcess.ServiceController.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_serviceprocess_servicecontroller:system_serviceprocess_servicecontroller_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_serviceprocess_servicecontroller:system_serviceprocess_servicecontroller:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_serviceprocess_servicecontroller_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_serviceprocess_servicecontroller:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.ServiceProcess.ServiceController@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.ServiceProcess.ServiceController", - "version": "8.0.0", - "path": "system.serviceprocess.servicecontroller/8.0.0", - "sha512": "sha512-jtYVG3bpw2n/NvNnP2g/JLri0D4UtfusTvLeH6cZPNAEjJXJVGspS3wLgVvjNbm+wjaYkFgsXejMTocV1T5DIQ==", - "hashPath": "system.serviceprocess.servicecontroller.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.ServiceProcess.ServiceController.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides the System.ServiceProcess.ServiceController class, which allows you to connect to a Windows service, manipulate it, or get information about it.\r\n\r\nCommonly Used Types:\r\nSystem.ServiceProcess.ServiceController\r\nSystem.ServiceProcess.ServiceControllerStatus\r\nSystem.ServiceProcess.ServiceType", - "internalName": "System.ServiceProcess.ServiceController.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "fd651b6a6c0ead17", - "name": "System.Speech", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Speech.dll", - "accessPath": "usr/lib/powershell/System.Speech.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_speech_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_speech:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_speech:system_speech_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_speech:system_speech:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Speech@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Speech", - "version": "8.0.0", - "path": "system.speech/8.0.0", - "sha512": "sha512-CNuiA6vb95Oe5PRjClZEBiaju31vwB8OIeCgeSBXyZL6+MS4RVVB2X/C11z0xCkooHE3Vy91nM2z76emIzR+sg==", - "hashPath": "system.speech.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Speech.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides types to perform speech synthesis and speech recognition.\r\n\r\nCommonly Used Types\r\nSystem.Speech.Synthesis.SpeechSynthesizer\r\nSystem.Speech.Recognition.SpeechRecognizer", - "internalName": "System.Speech.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "7fbb341dd815cddf", - "name": "System.Threading.AccessControl", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Threading.AccessControl.dll", - "accessPath": "usr/lib/powershell/System.Threading.AccessControl.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_threading_accesscontrol:system_threading_accesscontrol_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_threading_accesscontrol:system_threading_accesscontrol:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_threading_accesscontrol_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_threading_accesscontrol:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Threading.AccessControl@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Threading.AccessControl", - "version": "8.0.0", - "path": "system.threading.accesscontrol/8.0.0", - "sha512": "sha512-cIed5+HuYz+eV9yu9TH95zPkqmm1J9Qps9wxjB335sU8tsqc2kGdlTEH9FZzZeCS8a7mNSEsN8ZkyhQp1gfdEw==", - "hashPath": "system.threading.accesscontrol.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Threading.AccessControl.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides support for managing access and audit control lists for synchronization primitives.\r\n\r\nCommonly Used Types:\r\nSystem.Security.AccessControl.EventWaitHandleAccessRule\r\nSystem.Security.AccessControl.EventWaitHandleAuditRule\r\nSystem.Security.AccessControl.MutexAccessRule\r\nSystem.Security.AccessControl.MutexAuditRule\r\nSystem.Security.AccessControl.MutexSecurity\r\nSystem.Security.AccessControl.SemaphoreAccessRule\r\nSystem.Security.AccessControl.SemaphoreAuditRule\r\nSystem.Security.AccessControl.SemaphoreSecurity", - "internalName": "System.Threading.AccessControl.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "0a0d21cea2a07c14", - "name": "System.Web.Services.Description", - "version": "4.10.3", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Web.Services.Description.dll", - "accessPath": "usr/lib/powershell/System.Web.Services.Description.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/cs/System.Web.Services.Description.resources.dll", - "accessPath": "usr/lib/powershell/cs/System.Web.Services.Description.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/de/System.Web.Services.Description.resources.dll", - "accessPath": "usr/lib/powershell/de/System.Web.Services.Description.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/es/System.Web.Services.Description.resources.dll", - "accessPath": "usr/lib/powershell/es/System.Web.Services.Description.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/fr/System.Web.Services.Description.resources.dll", - "accessPath": "usr/lib/powershell/fr/System.Web.Services.Description.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/it/System.Web.Services.Description.resources.dll", - "accessPath": "usr/lib/powershell/it/System.Web.Services.Description.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/ja/System.Web.Services.Description.resources.dll", - "accessPath": "usr/lib/powershell/ja/System.Web.Services.Description.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/ko/System.Web.Services.Description.resources.dll", - "accessPath": "usr/lib/powershell/ko/System.Web.Services.Description.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/pl/System.Web.Services.Description.resources.dll", - "accessPath": "usr/lib/powershell/pl/System.Web.Services.Description.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/pt-BR/System.Web.Services.Description.resources.dll", - "accessPath": "usr/lib/powershell/pt-BR/System.Web.Services.Description.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/ru/System.Web.Services.Description.resources.dll", - "accessPath": "usr/lib/powershell/ru/System.Web.Services.Description.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/tr/System.Web.Services.Description.resources.dll", - "accessPath": "usr/lib/powershell/tr/System.Web.Services.Description.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/zh-Hans/System.Web.Services.Description.resources.dll", - "accessPath": "usr/lib/powershell/zh-Hans/System.Web.Services.Description.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/zh-Hant/System.Web.Services.Description.resources.dll", - "accessPath": "usr/lib/powershell/zh-Hant/System.Web.Services.Description.resources.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_web_services_description:system_web_services_description_.net:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_web_services_description:system_web_services_description:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_web_services_description_.net:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_web_services_description:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Web.Services.Description@4.10.3", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Web.Services.Description", - "version": "4.10.3", - "path": "system.web.services.description/4.10.3", - "sha512": "sha512-ORCkTkUo9f1o4ACG+H6SV+0XSxVZ461w3cHzYxEU41y6aKWp1CeNTMYbtdxMw1we6c6t4Hqq15PdcLVcdqno/g==", - "hashPath": "system.web.services.description.4.10.3.nupkg.sha512", - "executables": { - "lib/netstandard2.0/System.Web.Services.Description.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Web.Services.Description", - "internalName": "System.Web.Services.Description.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/cs/System.Web.Services.Description.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Web.Services.Description", - "internalName": "System.Web.Services.Description.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/de/System.Web.Services.Description.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Web.Services.Description", - "internalName": "System.Web.Services.Description.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/es/System.Web.Services.Description.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Web.Services.Description", - "internalName": "System.Web.Services.Description.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/fr/System.Web.Services.Description.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Web.Services.Description", - "internalName": "System.Web.Services.Description.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/it/System.Web.Services.Description.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Web.Services.Description", - "internalName": "System.Web.Services.Description.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/ja/System.Web.Services.Description.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Web.Services.Description", - "internalName": "System.Web.Services.Description.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/ko/System.Web.Services.Description.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Web.Services.Description", - "internalName": "System.Web.Services.Description.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/pl/System.Web.Services.Description.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Web.Services.Description", - "internalName": "System.Web.Services.Description.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/pt-BR/System.Web.Services.Description.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Web.Services.Description", - "internalName": "System.Web.Services.Description.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/ru/System.Web.Services.Description.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Web.Services.Description", - "internalName": "System.Web.Services.Description.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/tr/System.Web.Services.Description.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Web.Services.Description", - "internalName": "System.Web.Services.Description.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/zh-Hans/System.Web.Services.Description.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Web.Services.Description", - "internalName": "System.Web.Services.Description.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/zh-Hant/System.Web.Services.Description.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Web.Services.Description", - "internalName": "System.Web.Services.Description.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - } - } - } - }, - { - "id": "a858760a2249a2a6", - "name": "System.Windows.Extensions", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Windows.Extensions.dll", - "accessPath": "usr/lib/powershell/System.Windows.Extensions.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_windows_extensions:system_windows_extensions_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_windows_extensions_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_windows_extensions:system_windows_extensions:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_windows_extensions:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Windows.Extensions@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Windows.Extensions", - "version": "8.0.0", - "path": "system.windows.extensions/8.0.0", - "sha512": "sha512-Obg3a90MkOw9mYKxrardLpY2u0axDMrSmy4JCdq2cYbelM2cUwmUir5Bomvd1yxmPL9h5LVHU1tuKBZpUjfASg==", - "hashPath": "system.windows.extensions.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Windows.Extensions.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides miscellaneous Windows-specific types\r\n\r\nCommonly Used Types:\r\nSystem.Security.Cryptography.X509Certificates.X509Certificate2UI\r\nSystem.Security.Cryptography.X509Certificates.X509SelectionFlag", - "internalName": "System.Windows.Extensions.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "1fa78323806c2cd6", - "name": "powershell", - "version": "7.4.1-r0", - "type": "apk", - "foundBy": "wolfictl", - "locations": [ - { - "path": ".PKGINFO", - "accessPath": ".PKGINFO" - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "", - "cpes": [ - { - "cpe": "cpe:2.3:a:powershell:powershell:7.4.1-r0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:apk/wolfi/powershell@7.4.1-r0?arch=aarch64&origin=powershell", - "metadataType": "apk-db-entry", - "metadata": { - "package": "powershell", - "originPackage": "powershell", - "maintainer": "", - "version": "7.4.1-r0", - "architecture": "aarch64", - "url": "", - "description": "cross-platform automation and configuration tool/framework", - "size": 53116326, - "installedSize": 0, - "pullDependencies": [ - "aspnet-8-runtime", - "dotnet-8-runtime", - "libpsl-native", - "ncurses-terminfo-base", - "so:ld-linux-aarch64.so.1", - "so:libc.so.6", - "so:libgcc_s.so.1", - "so:libm.so.6", - "so:libstdc++.so.6" - ], - "provides": null, - "pullChecksum": "f589e90c248da43279afef4c431e07baced027d6b5c89075883502f6be77c3b7", - "gitCommitOfApkPort": "01ae596eab726da6448b6aa914096650604dde29", - "files": [ - { - "path": "." - }, - { - "path": ".PKGINFO" - }, - { - "path": ".SIGN.RSA.wolfi-signing.rsa.pub" - }, - { - "path": "usr" - }, - { - "path": "usr/bin" - }, - { - "path": "usr/lib" - }, - { - "path": "usr/lib/powershell" - }, - { - "path": "usr/lib/powershell/JetBrains.Annotations.dll" - }, - { - "path": "usr/lib/powershell/Json.More.dll" - }, - { - "path": "usr/lib/powershell/JsonPointer.Net.dll" - }, - { - "path": "usr/lib/powershell/JsonSchema.Net.dll" - }, - { - "path": "usr/lib/powershell/LICENSE.txt" - }, - { - "path": "usr/lib/powershell/Markdig.Signed.dll" - }, - { - "path": "usr/lib/powershell/Microsoft.ApplicationInsights.dll" - }, - { - "path": "usr/lib/powershell/Microsoft.Bcl.AsyncInterfaces.dll" - }, - { - "path": "usr/lib/powershell/Microsoft.CodeAnalysis.CSharp.dll" - }, - { - "path": "usr/lib/powershell/Microsoft.CodeAnalysis.dll" - }, - { - "path": "usr/lib/powershell/Microsoft.Extensions.ObjectPool.dll" - }, - { - "path": "usr/lib/powershell/Microsoft.Management.Infrastructure.dll" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.Commands.Management.dll" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.Commands.Management.pdb" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.Commands.Management.xml" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.Commands.Utility.dll" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.Commands.Utility.pdb" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.Commands.Utility.xml" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.ConsoleHost.dll" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.ConsoleHost.pdb" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.ConsoleHost.xml" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.MarkdownRender.dll" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.SDK.dll" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.SDK.pdb" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.SDK.xml" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.Security.dll" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.Security.pdb" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.Security.xml" - }, - { - "path": "usr/lib/powershell/Microsoft.Win32.Registry.AccessControl.dll" - }, - { - "path": "usr/lib/powershell/Microsoft.Win32.SystemEvents.dll" - }, - { - "path": "usr/lib/powershell/Modules" - }, - { - "path": "usr/lib/powershell/Modules/Microsoft.PowerShell.Host" - }, - { - "path": "usr/lib/powershell/Modules/Microsoft.PowerShell.Host/Microsoft.PowerShell.Host.psd1" - }, - { - "path": "usr/lib/powershell/Modules/Microsoft.PowerShell.Management" - }, - { - "path": "usr/lib/powershell/Modules/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.psd1" - }, - { - "path": "usr/lib/powershell/Modules/Microsoft.PowerShell.Security" - }, - { - "path": "usr/lib/powershell/Modules/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.psd1" - }, - { - "path": "usr/lib/powershell/Modules/Microsoft.PowerShell.Utility" - }, - { - "path": "usr/lib/powershell/Modules/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1" - }, - { - "path": "usr/lib/powershell/Newtonsoft.Json.dll" - }, - { - "path": "usr/lib/powershell/Schemas" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/ITPro.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/Maml.rld" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/Maml.tbr" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/Maml.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/Maml.xsx" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/Maml_HTML.xsl" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/Maml_HTML_Style.xsl" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/ManagedDeveloper.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/ManagedDeveloperStructure.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/ProviderHelp.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/base.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/baseConditional.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/block.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/blockCommon.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/blockSoftware.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/command.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/conditionSet.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developer.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerCommand.rld" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerCommand.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerDscResource.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerManaged.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerManagedClass.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerManagedConstructor.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerManagedDelegate.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerManagedEnumeration.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerManagedEvent.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerManagedField.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerManagedInterface.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerManagedMethod.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerManagedNamespace.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerManagedOperator.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerManagedOverload.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerManagedProperty.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerManagedStructure.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerReference.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerStructure.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerXaml.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/endUser.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/hierarchy.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/inline.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/inlineCommon.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/inlineSoftware.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/inlineUi.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/shellExecute.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/structure.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/structureGlossary.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/structureList.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/structureProcedure.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/structureTable.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/structureTaskExecution.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/task.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/troubleshooting.xsd" - }, - { - "path": "usr/lib/powershell/System.CodeDom.dll" - }, - { - "path": "usr/lib/powershell/System.ComponentModel.Composition.Registration.dll" - }, - { - "path": "usr/lib/powershell/System.ComponentModel.Composition.dll" - }, - { - "path": "usr/lib/powershell/System.Configuration.ConfigurationManager.dll" - }, - { - "path": "usr/lib/powershell/System.Data.Odbc.dll" - }, - { - "path": "usr/lib/powershell/System.Data.OleDb.dll" - }, - { - "path": "usr/lib/powershell/System.Data.SqlClient.dll" - }, - { - "path": "usr/lib/powershell/System.Diagnostics.EventLog.dll" - }, - { - "path": "usr/lib/powershell/System.Diagnostics.PerformanceCounter.dll" - }, - { - "path": "usr/lib/powershell/System.DirectoryServices.AccountManagement.dll" - }, - { - "path": "usr/lib/powershell/System.DirectoryServices.Protocols.dll" - }, - { - "path": "usr/lib/powershell/System.DirectoryServices.dll" - }, - { - "path": "usr/lib/powershell/System.Drawing.Common.dll" - }, - { - "path": "usr/lib/powershell/System.IO.Packaging.dll" - }, - { - "path": "usr/lib/powershell/System.IO.Ports.dll" - }, - { - "path": "usr/lib/powershell/System.Management.Automation.dll" - }, - { - "path": "usr/lib/powershell/System.Management.Automation.pdb" - }, - { - "path": "usr/lib/powershell/System.Management.Automation.xml" - }, - { - "path": "usr/lib/powershell/System.Management.dll" - }, - { - "path": "usr/lib/powershell/System.Net.Http.WinHttpHandler.dll" - }, - { - "path": "usr/lib/powershell/System.Private.ServiceModel.dll" - }, - { - "path": "usr/lib/powershell/System.Reflection.Context.dll" - }, - { - "path": "usr/lib/powershell/System.Runtime.Caching.dll" - }, - { - "path": "usr/lib/powershell/System.Security.Cryptography.Pkcs.dll" - }, - { - "path": "usr/lib/powershell/System.Security.Cryptography.ProtectedData.dll" - }, - { - "path": "usr/lib/powershell/System.Security.Cryptography.Xml.dll" - }, - { - "path": "usr/lib/powershell/System.Security.Permissions.dll" - }, - { - "path": "usr/lib/powershell/System.ServiceModel.Duplex.dll" - }, - { - "path": "usr/lib/powershell/System.ServiceModel.Http.dll" - }, - { - "path": "usr/lib/powershell/System.ServiceModel.NetTcp.dll" - }, - { - "path": "usr/lib/powershell/System.ServiceModel.Primitives.dll" - }, - { - "path": "usr/lib/powershell/System.ServiceModel.Security.dll" - }, - { - "path": "usr/lib/powershell/System.ServiceModel.Syndication.dll" - }, - { - "path": "usr/lib/powershell/System.ServiceModel.dll" - }, - { - "path": "usr/lib/powershell/System.ServiceProcess.ServiceController.dll" - }, - { - "path": "usr/lib/powershell/System.Speech.dll" - }, - { - "path": "usr/lib/powershell/System.Threading.AccessControl.dll" - }, - { - "path": "usr/lib/powershell/System.Web.Services.Description.dll" - }, - { - "path": "usr/lib/powershell/System.Windows.Extensions.dll" - }, - { - "path": "usr/lib/powershell/ThirdPartyNotices.txt" - }, - { - "path": "usr/lib/powershell/cs" - }, - { - "path": "usr/lib/powershell/cs/Microsoft.CodeAnalysis.CSharp.resources.dll" - }, - { - "path": "usr/lib/powershell/cs/Microsoft.CodeAnalysis.resources.dll" - }, - { - "path": "usr/lib/powershell/cs/System.Private.ServiceModel.resources.dll" - }, - { - "path": "usr/lib/powershell/cs/System.Web.Services.Description.resources.dll" - }, - { - "path": "usr/lib/powershell/de" - }, - { - "path": "usr/lib/powershell/de/Microsoft.CodeAnalysis.CSharp.resources.dll" - }, - { - "path": "usr/lib/powershell/de/Microsoft.CodeAnalysis.resources.dll" - }, - { - "path": "usr/lib/powershell/de/System.Private.ServiceModel.resources.dll" - }, - { - "path": "usr/lib/powershell/de/System.Web.Services.Description.resources.dll" - }, - { - "path": "usr/lib/powershell/en-US" - }, - { - "path": "usr/lib/powershell/en-US/default.help.txt" - }, - { - "path": "usr/lib/powershell/es" - }, - { - "path": "usr/lib/powershell/es/Microsoft.CodeAnalysis.CSharp.resources.dll" - }, - { - "path": "usr/lib/powershell/es/Microsoft.CodeAnalysis.resources.dll" - }, - { - "path": "usr/lib/powershell/es/System.Private.ServiceModel.resources.dll" - }, - { - "path": "usr/lib/powershell/es/System.Web.Services.Description.resources.dll" - }, - { - "path": "usr/lib/powershell/fr" - }, - { - "path": "usr/lib/powershell/fr/Microsoft.CodeAnalysis.CSharp.resources.dll" - }, - { - "path": "usr/lib/powershell/fr/Microsoft.CodeAnalysis.resources.dll" - }, - { - "path": "usr/lib/powershell/fr/System.Private.ServiceModel.resources.dll" - }, - { - "path": "usr/lib/powershell/fr/System.Web.Services.Description.resources.dll" - }, - { - "path": "usr/lib/powershell/it" - }, - { - "path": "usr/lib/powershell/it/Microsoft.CodeAnalysis.CSharp.resources.dll" - }, - { - "path": "usr/lib/powershell/it/Microsoft.CodeAnalysis.resources.dll" - }, - { - "path": "usr/lib/powershell/it/System.Private.ServiceModel.resources.dll" - }, - { - "path": "usr/lib/powershell/it/System.Web.Services.Description.resources.dll" - }, - { - "path": "usr/lib/powershell/ja" - }, - { - "path": "usr/lib/powershell/ja/Microsoft.CodeAnalysis.CSharp.resources.dll" - }, - { - "path": "usr/lib/powershell/ja/Microsoft.CodeAnalysis.resources.dll" - }, - { - "path": "usr/lib/powershell/ja/System.Private.ServiceModel.resources.dll" - }, - { - "path": "usr/lib/powershell/ja/System.Web.Services.Description.resources.dll" - }, - { - "path": "usr/lib/powershell/ko" - }, - { - "path": "usr/lib/powershell/ko/Microsoft.CodeAnalysis.CSharp.resources.dll" - }, - { - "path": "usr/lib/powershell/ko/Microsoft.CodeAnalysis.resources.dll" - }, - { - "path": "usr/lib/powershell/ko/System.Private.ServiceModel.resources.dll" - }, - { - "path": "usr/lib/powershell/ko/System.Web.Services.Description.resources.dll" - }, - { - "path": "usr/lib/powershell/libSystem.IO.Ports.Native.so" - }, - { - "path": "usr/lib/powershell/libpsl-native.so" - }, - { - "path": "usr/lib/powershell/pl" - }, - { - "path": "usr/lib/powershell/pl/Microsoft.CodeAnalysis.CSharp.resources.dll" - }, - { - "path": "usr/lib/powershell/pl/Microsoft.CodeAnalysis.resources.dll" - }, - { - "path": "usr/lib/powershell/pl/System.Private.ServiceModel.resources.dll" - }, - { - "path": "usr/lib/powershell/pl/System.Web.Services.Description.resources.dll" - }, - { - "path": "usr/lib/powershell/pt-BR" - }, - { - "path": "usr/lib/powershell/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll" - }, - { - "path": "usr/lib/powershell/pt-BR/Microsoft.CodeAnalysis.resources.dll" - }, - { - "path": "usr/lib/powershell/pt-BR/System.Private.ServiceModel.resources.dll" - }, - { - "path": "usr/lib/powershell/pt-BR/System.Web.Services.Description.resources.dll" - }, - { - "path": "usr/lib/powershell/pwsh" - }, - { - "path": "usr/lib/powershell/pwsh.deps.json" - }, - { - "path": "usr/lib/powershell/pwsh.dll" - }, - { - "path": "usr/lib/powershell/pwsh.pdb" - }, - { - "path": "usr/lib/powershell/pwsh.runtimeconfig.json" - }, - { - "path": "usr/lib/powershell/pwsh.xml" - }, - { - "path": "usr/lib/powershell/ru" - }, - { - "path": "usr/lib/powershell/ru/Microsoft.CodeAnalysis.CSharp.resources.dll" - }, - { - "path": "usr/lib/powershell/ru/Microsoft.CodeAnalysis.resources.dll" - }, - { - "path": "usr/lib/powershell/ru/System.Private.ServiceModel.resources.dll" - }, - { - "path": "usr/lib/powershell/ru/System.Web.Services.Description.resources.dll" - }, - { - "path": "usr/lib/powershell/tr" - }, - { - "path": "usr/lib/powershell/tr/Microsoft.CodeAnalysis.CSharp.resources.dll" - }, - { - "path": "usr/lib/powershell/tr/Microsoft.CodeAnalysis.resources.dll" - }, - { - "path": "usr/lib/powershell/tr/System.Private.ServiceModel.resources.dll" - }, - { - "path": "usr/lib/powershell/tr/System.Web.Services.Description.resources.dll" - }, - { - "path": "usr/lib/powershell/zh-Hans" - }, - { - "path": "usr/lib/powershell/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll" - }, - { - "path": "usr/lib/powershell/zh-Hans/Microsoft.CodeAnalysis.resources.dll" - }, - { - "path": "usr/lib/powershell/zh-Hans/System.Private.ServiceModel.resources.dll" - }, - { - "path": "usr/lib/powershell/zh-Hans/System.Web.Services.Description.resources.dll" - }, - { - "path": "usr/lib/powershell/zh-Hant" - }, - { - "path": "usr/lib/powershell/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll" - }, - { - "path": "usr/lib/powershell/zh-Hant/Microsoft.CodeAnalysis.resources.dll" - }, - { - "path": "usr/lib/powershell/zh-Hant/System.Private.ServiceModel.resources.dll" - }, - { - "path": "usr/lib/powershell/zh-Hant/System.Web.Services.Description.resources.dll" - }, - { - "path": "var" - }, - { - "path": "var/lib" - }, - { - "path": "var/lib/db" - }, - { - "path": "var/lib/db/sbom" - }, - { - "path": "var/lib/db/sbom/powershell-7.4.1-r0.spdx.json" - } - ] - } - }, - { - "id": "f855fb260f988d95", - "name": "pwsh", - "version": "7.4.1", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/pwsh.dll", - "accessPath": "usr/lib/powershell/pwsh.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:pwsh_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:pwsh:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pwsh:powershell_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pwsh:powershell:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pwsh:pwsh_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pwsh:pwsh:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/pwsh@7.4.1", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "pwsh", - "version": "7.4.1", - "path": "", - "sha512": "", - "hashPath": "", - "executables": { - "pwsh.dll": { - "assemblyVersion": "7.4.1.0", - "legalCopyright": "(c) Microsoft Corporation.", - "comments": "PowerShell top-level project with .NET CLI host", - "internalName": "pwsh.dll", - "companyName": "Microsoft Corporation", - "productName": "PowerShell", - "productVersion": "7.4.1 SHA: 5668713d3c906d63cd68e37d415206a95ac061d0+5668713d3c906d63cd68e37d415206a95ac061d0" - } - } - } - }, - { - "id": "d5839abd97879fce", - "name": "runtime.linux-arm64.runtime.native.System.IO.Ports", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:runtime_linux_arm64_runtime_native_system_io_ports:runtime_linux_arm64_runtime_native_system_io_ports_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:runtime_linux_arm64_runtime_native_system_io_ports:runtime_linux_arm64_runtime_native_system_io_ports:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/runtime.linux-arm64.runtime.native.System.IO.Ports@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "runtime.linux-arm64.runtime.native.System.IO.Ports", - "version": "8.0.0", - "path": "runtime.linux-arm64.runtime.native.system.io.ports/8.0.0", - "sha512": "sha512-KYG6/3ojhEWbb3FwQAKgGWPHrY+HKUXXdVjJlrtyCLn3EMcNTaNcPadb2c0ndQzixZSmAxZKopXJr0nLwhOrpQ==", - "hashPath": "runtime.linux-arm64.runtime.native.system.io.ports.8.0.0.nupkg.sha512" - } - }, - { - "id": "911665b9d76735aa", - "name": "runtime.native.System.IO.Ports", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:runtime_native_system_io_ports:runtime_native_system_io_ports_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:runtime_native_system_io_ports:runtime_native_system_io_ports:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/runtime.native.System.IO.Ports@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "runtime.native.System.IO.Ports", - "version": "8.0.0", - "path": "runtime.native.system.io.ports/8.0.0", - "sha512": "sha512-Ee7Sz5llLpTgyKIWzKI/GeuRSbFkOABgJRY00SqTY0OkTYtkB+9l5rFZfE7fxPA3c22RfytCBYkUdAkcmwMjQg==", - "hashPath": "runtime.native.system.io.ports.8.0.0.nupkg.sha512" - } - } - ], - "artifactRelationships": [], - "source": { - "id": "(redacted for determinism)", - "name": "powershell", - "version": "7.4.1-r0", - "supplier": "chainguard", - "type": "directory", - "metadata": { - "path": "testdata/apks/aarch64/powershell-7.4.1-r0.apk" - } - }, - "distro": { - "id": "wolfi" - }, - "descriptor": { - "name": "wolfictl", - "version": "" - }, - "schema": { - "version": "", - "url": "" - } -} diff --git a/pkg/sbom/testdata/goldenfiles/aarch64/py3-poetry-core-1.9.0-r1.apk.syft.json b/pkg/sbom/testdata/goldenfiles/aarch64/py3-poetry-core-1.9.0-r1.apk.syft.json deleted file mode 100644 index 156e93964..000000000 --- a/pkg/sbom/testdata/goldenfiles/aarch64/py3-poetry-core-1.9.0-r1.apk.syft.json +++ /dev/null @@ -1,2515 +0,0 @@ -{ - "artifacts": [ - { - "id": "5aec5d9ce8c8bb88", - "name": "poetry-core", - "version": "1.9.0", - "type": "python", - "foundBy": "python-installed-package-cataloger", - "locations": [ - { - "path": "usr/lib/python3.12/site-packages/poetry_core-1.9.0.dist-info/METADATA", - "accessPath": "usr/lib/python3.12/site-packages/poetry_core-1.9.0.dist-info/METADATA", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/python3.12/site-packages/poetry_core-1.9.0.dist-info/RECORD", - "accessPath": "usr/lib/python3.12/site-packages/poetry_core-1.9.0.dist-info/RECORD", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/lib/python3.12/site-packages/poetry_core-1.9.0.dist-info/METADATA", - "accessPath": "usr/lib/python3.12/site-packages/poetry_core-1.9.0.dist-info/METADATA" - } - ] - } - ], - "language": "python", - "cpes": [ - { - "cpe": "cpe:2.3:a:python-poetry-core:python-poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-poetry-core:python_poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_poetry_core:python-poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_poetry_core:python_poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sebastien_project:python-poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sebastien_project:python_poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sebastienproject:python-poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sebastienproject:python_poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-poetry:python-poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-poetry:python_poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_poetry:python-poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_poetry:python_poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core:python-poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core:python_poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_core:python-poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_core:python_poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-poetry-core:poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-poetry-core:poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_poetry_core:poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_poetry_core:poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sebastien_project:poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sebastien_project:poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sebastien:python-poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sebastien:python_poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sebastienproject:poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sebastienproject:poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry:python-poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry:python_poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-poetry:poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-poetry:poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python:python-poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python:python_poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_poetry:poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_poetry:poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core:poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core:poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_core:poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_core:poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sebastien:poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sebastien:poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry:poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry:poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python:poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python:poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:pypi/poetry-core@1.9.0", - "metadataType": "python-package", - "metadata": { - "name": "poetry-core", - "version": "1.9.0", - "author": "Sébastien Eustace", - "authorEmail": "sebastien@eustace.io", - "platform": "", - "files": [ - { - "path": "poetry/core/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "002K9r_S8D1y2KZsoHZ7HLg2anRRzibuWDUfG1Yhays" - }, - "size": "394" - }, - { - "path": "poetry/core/_vendor/fastjsonschema/LICENSE", - "digest": { - "algorithm": "sha256", - "value": "nM3faes5mKYBSN6-hblMWv7VNpG2R0aS54q8wKDlRPE" - }, - "size": "1518" - }, - { - "path": "poetry/core/_vendor/fastjsonschema/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "ObCyDMkkAt3D3xBF409xoWcxBB8arp-QJ-yN_Bm9dX4" - }, - "size": "9720" - }, - { - "path": "poetry/core/_vendor/fastjsonschema/__main__.py", - "digest": { - "algorithm": "sha256", - "value": "4hfd23przxmQc8VjL0fUsbsrvvA73gJ2HDNPgLLFdAI" - }, - "size": "312" - }, - { - "path": "poetry/core/_vendor/fastjsonschema/draft04.py", - "digest": { - "algorithm": "sha256", - "value": "Ds0M9W38Zs5YNhmOSuL2Cp1kFP5hTdcNt4S5f5A7rHE" - }, - "size": "29714" - }, - { - "path": "poetry/core/_vendor/fastjsonschema/draft06.py", - "digest": { - "algorithm": "sha256", - "value": "qfIMGhVDc8gLlYcFrVlnIFf5E8G2sjONM0drdkmnyCc" - }, - "size": "7845" - }, - { - "path": "poetry/core/_vendor/fastjsonschema/draft07.py", - "digest": { - "algorithm": "sha256", - "value": "FWI64sLZNDqSDwWbvKH4X60XgJsu4uzu_fG8ySRe78A" - }, - "size": "4249" - }, - { - "path": "poetry/core/_vendor/fastjsonschema/exceptions.py", - "digest": { - "algorithm": "sha256", - "value": "w749JgqKi8clBFcObdcbZVqsmF4oJ_QByhZ1SGbUFNw" - }, - "size": "1612" - }, - { - "path": "poetry/core/_vendor/fastjsonschema/generator.py", - "digest": { - "algorithm": "sha256", - "value": "ujPoMpneDZctejy8jXxkLS2t5EomfscQ-C_t35dt2us" - }, - "size": "12844" - }, - { - "path": "poetry/core/_vendor/fastjsonschema/indent.py", - "digest": { - "algorithm": "sha256", - "value": "juZFW9LSvmDJbPFIUm3GPqdPqJoUnqvM8neHN5rkvzU" - }, - "size": "920" - }, - { - "path": "poetry/core/_vendor/fastjsonschema/ref_resolver.py", - "digest": { - "algorithm": "sha256", - "value": "CSfaEA-97_DGN9aXA7-j0nAfAhkrkggCEaZcfcR8ZKE" - }, - "size": "5536" - }, - { - "path": "poetry/core/_vendor/fastjsonschema/version.py", - "digest": { - "algorithm": "sha256", - "value": "RIhx1lOJFJpBlFOJ6gqOjBZUXNkRoHhVsK4RfpMgpNA" - }, - "size": "19" - }, - { - "path": "poetry/core/_vendor/lark/LICENSE", - "digest": { - "algorithm": "sha256", - "value": "gmPlZS0Hzss62t8FFAtl5wz6Fp7OxfUg_hZxR5zhKoM" - }, - "size": "1073" - }, - { - "path": "poetry/core/_vendor/lark/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "-7O4u-eNiPG1jtscKTuxV7e-uSkUfYVMq8UpYOz8Xa8" - }, - "size": "744" - }, - { - "path": "poetry/core/_vendor/lark/__pyinstaller/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "_PpFm44f_mwHlCpvYgv9ZgubLfNDc3PlePVir4sxRfI" - }, - "size": "182" - }, - { - "path": "poetry/core/_vendor/lark/__pyinstaller/hook-lark.py", - "digest": { - "algorithm": "sha256", - "value": "5aFHiZWVHPRdHT8qnb4kW4JSOql5GusHodHR25_q9sU" - }, - "size": "599" - }, - { - "path": "poetry/core/_vendor/lark/ast_utils.py", - "digest": { - "algorithm": "sha256", - "value": "jwn44ocNQhZGbfcFsEZnwi_gGvPbNgzjQ-0RuEtwDzI" - }, - "size": "2117" - }, - { - "path": "poetry/core/_vendor/lark/common.py", - "digest": { - "algorithm": "sha256", - "value": "Zf52srBmaFHQf8hDHqg0wVfRfFQwjIilOizT7C2xlRg" - }, - "size": "3103" - }, - { - "path": "poetry/core/_vendor/lark/exceptions.py", - "digest": { - "algorithm": "sha256", - "value": "g76ygMPfSMl6ukKqFAZVpR2EAJTOOdyfJ_ALXc_MCR8" - }, - "size": "10939" - }, - { - "path": "poetry/core/_vendor/lark/grammar.py", - "digest": { - "algorithm": "sha256", - "value": "DR17QSLSKCRhMOqx2UQh4n-Ywu4CD-wjdQxtuM8OHkY" - }, - "size": "3665" - }, - { - "path": "poetry/core/_vendor/lark/grammars/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU" - }, - "size": "0" - }, - { - "path": "poetry/core/_vendor/lark/grammars/common.lark", - "digest": { - "algorithm": "sha256", - "value": "aTv39kqbl8haIV6D88I0-dWf_C6jl3X8y9GKPt7yddE" - }, - "size": "944" - }, - { - "path": "poetry/core/_vendor/lark/grammars/lark.lark", - "digest": { - "algorithm": "sha256", - "value": "mp2F9PYTmm8Jl7vjjUslEeHrcL9ZwfhJnDlcqhzeAWI" - }, - "size": "1603" - }, - { - "path": "poetry/core/_vendor/lark/grammars/python.lark", - "digest": { - "algorithm": "sha256", - "value": "p5S5hYeA20GEDAHql8gb4TsZvqfZN36PYrJZhauiokc" - }, - "size": "10943" - }, - { - "path": "poetry/core/_vendor/lark/grammars/unicode.lark", - "digest": { - "algorithm": "sha256", - "value": "_0Clod4_uthpQK_Cd52ZjTPkNTwHuzI_sYbYDr1yGOg" - }, - "size": "103" - }, - { - "path": "poetry/core/_vendor/lark/indenter.py", - "digest": { - "algorithm": "sha256", - "value": "SDlclk84KMLuGSVkK1yWA_EolWI0kG3zwaIsAqFtTPo" - }, - "size": "3062" - }, - { - "path": "poetry/core/_vendor/lark/lark.py", - "digest": { - "algorithm": "sha256", - "value": "dbnLl2IK_RvpTEGM6j72uSrYqS54dOWTo9bNLguJMeg" - }, - "size": "28287" - }, - { - "path": "poetry/core/_vendor/lark/lexer.py", - "digest": { - "algorithm": "sha256", - "value": "OwgQPCpQ-vUi-2aeZztsydd4DLkEgCbZeucvEPvHFi4" - }, - "size": "24037" - }, - { - "path": "poetry/core/_vendor/lark/load_grammar.py", - "digest": { - "algorithm": "sha256", - "value": "WYZDxyO6omhA8NKyMjSckfAMwVKuIMF3liiYXE_-kHo" - }, - "size": "53946" - }, - { - "path": "poetry/core/_vendor/lark/parse_tree_builder.py", - "digest": { - "algorithm": "sha256", - "value": "jT_3gCEkBGZoTXAWSnhMn1kRuJILWB-E7XkUciYNHI4" - }, - "size": "14412" - }, - { - "path": "poetry/core/_vendor/lark/parser_frontends.py", - "digest": { - "algorithm": "sha256", - "value": "mxMXxux2hkfTfE859wuVp4-Fr1no6YVEUt8toDjEdPQ" - }, - "size": "10165" - }, - { - "path": "poetry/core/_vendor/lark/parsers/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU" - }, - "size": "0" - }, - { - "path": "poetry/core/_vendor/lark/parsers/cyk.py", - "digest": { - "algorithm": "sha256", - "value": "c3GLk3kq23Xwb8MqUOjvivwP488KJY6NUWgxqeR5980" - }, - "size": "12192" - }, - { - "path": "poetry/core/_vendor/lark/parsers/earley.py", - "digest": { - "algorithm": "sha256", - "value": "65MMBF2xS5f1liBIpfPFr_ouJSUyx0bt2681Lg5Ui5o" - }, - "size": "14596" - }, - { - "path": "poetry/core/_vendor/lark/parsers/earley_common.py", - "digest": { - "algorithm": "sha256", - "value": "qoaNBCx1FPwfaqvxwRunfOBC84ukav5_h_cMXCgEctk" - }, - "size": "1581" - }, - { - "path": "poetry/core/_vendor/lark/parsers/earley_forest.py", - "digest": { - "algorithm": "sha256", - "value": "kgGWRTO0JHzbTUeshoRJ0_Rr7yx7748l6cu3RA86g7c" - }, - "size": "31634" - }, - { - "path": "poetry/core/_vendor/lark/parsers/grammar_analysis.py", - "digest": { - "algorithm": "sha256", - "value": "WoxuPu53lXJAGmdyldfaRy4yKJ9LRPl90VBYczyaVZA" - }, - "size": "7106" - }, - { - "path": "poetry/core/_vendor/lark/parsers/lalr_analysis.py", - "digest": { - "algorithm": "sha256", - "value": "DGHFk2tIluIyeFEVFfsMRU77DVbd598IJnUUOXO04yo" - }, - "size": "12207" - }, - { - "path": "poetry/core/_vendor/lark/parsers/lalr_interactive_parser.py", - "digest": { - "algorithm": "sha256", - "value": "3AFACuc9JaC_m_TeGSAwpn9L9PjbfhgbeEtXsTv9rD8" - }, - "size": "5624" - }, - { - "path": "poetry/core/_vendor/lark/parsers/lalr_parser.py", - "digest": { - "algorithm": "sha256", - "value": "6U8jP1AlUsuGxgJBWMq15WuGuyaolsLPevcf8HZ_zZk" - }, - "size": "4586" - }, - { - "path": "poetry/core/_vendor/lark/parsers/lalr_parser_state.py", - "digest": { - "algorithm": "sha256", - "value": "Ayavomb_VgPlY8G4nI45wdoiHl3jQvPbomECKf6wglE" - }, - "size": "3723" - }, - { - "path": "poetry/core/_vendor/lark/parsers/xearley.py", - "digest": { - "algorithm": "sha256", - "value": "4_K5-oSBsEdheDD3Wve8JhbmnKN1pFYNS4rTw_-JbeU" - }, - "size": "7821" - }, - { - "path": "poetry/core/_vendor/lark/py.typed", - "digest": { - "algorithm": "sha256", - "value": "47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU" - }, - "size": "0" - }, - { - "path": "poetry/core/_vendor/lark/reconstruct.py", - "digest": { - "algorithm": "sha256", - "value": "s7CevBXchUG_fe2otdAITxIaSXCEIiSjy4Sbh5QC0hs" - }, - "size": "3763" - }, - { - "path": "poetry/core/_vendor/lark/tools/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "99Pxx6Ir884diNszhi7Cv4KYo0i6Wm4mgVsJZl1uS5Q" - }, - "size": "2544" - }, - { - "path": "poetry/core/_vendor/lark/tools/nearley.py", - "digest": { - "algorithm": "sha256", - "value": "QaLYdW6mYQdDq8JKMisV3lvPqzF0wPgu8q8BtsSA33g" - }, - "size": "6265" - }, - { - "path": "poetry/core/_vendor/lark/tools/serialize.py", - "digest": { - "algorithm": "sha256", - "value": "nwt46LNxkDm0T_Uh9k2wS4fcfgvZQ2dy4-YC_aKhTQk" - }, - "size": "965" - }, - { - "path": "poetry/core/_vendor/lark/tools/standalone.py", - "digest": { - "algorithm": "sha256", - "value": "6eXDqBuzZSpE5BGZm_Fh6X5yRhAPYxNVyl2aUU3ABzA" - }, - "size": "5627" - }, - { - "path": "poetry/core/_vendor/lark/tree.py", - "digest": { - "algorithm": "sha256", - "value": "Vtph_uYBabyAACilb2Yr8oC1UNfWyXTHYxNY7WoWhos" - }, - "size": "8753" - }, - { - "path": "poetry/core/_vendor/lark/tree_matcher.py", - "digest": { - "algorithm": "sha256", - "value": "jHdZJggn405SXmPpGf9U9HLrrsfP4eNNZaj267UTB00" - }, - "size": "6003" - }, - { - "path": "poetry/core/_vendor/lark/tree_templates.py", - "digest": { - "algorithm": "sha256", - "value": "u9rgvQ9X3sDweRkhtteF9nPzCYpQPKvxQowkvU5rOcY" - }, - "size": "5959" - }, - { - "path": "poetry/core/_vendor/lark/utils.py", - "digest": { - "algorithm": "sha256", - "value": "j2cAz9hcAIkDfqPzp6DwDu7UyjuO2FqHR9wtIrZGNTw" - }, - "size": "11898" - }, - { - "path": "poetry/core/_vendor/lark/visitors.py", - "digest": { - "algorithm": "sha256", - "value": "2pHaAr1swj_Ttxt3M-u5-8zdmhYpTIo-xXFVRMQpLi0" - }, - "size": "21363" - }, - { - "path": "poetry/core/_vendor/packaging/LICENSE", - "digest": { - "algorithm": "sha256", - "value": "ytHvW9NA1z4HS6YU0m996spceUDD2MNIUuZcSQlobEg" - }, - "size": "197" - }, - { - "path": "poetry/core/_vendor/packaging/LICENSE.APACHE", - "digest": { - "algorithm": "sha256", - "value": "DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ" - }, - "size": "10174" - }, - { - "path": "poetry/core/_vendor/packaging/LICENSE.BSD", - "digest": { - "algorithm": "sha256", - "value": "tw5-m3QvHMb5SLNMFqo5_-zpQZY2S8iP8NIYDwAo-sU" - }, - "size": "1344" - }, - { - "path": "poetry/core/_vendor/packaging/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "EhCMuCSz60IgQJ93b_4wJyAoHpU9J-uddG4QaMT0Pu4" - }, - "size": "496" - }, - { - "path": "poetry/core/_vendor/packaging/_elffile.py", - "digest": { - "algorithm": "sha256", - "value": "hbmK8OD6Z7fY6hwinHEUcD1by7czkGiNYu7ShnFEk2k" - }, - "size": "3266" - }, - { - "path": "poetry/core/_vendor/packaging/_manylinux.py", - "digest": { - "algorithm": "sha256", - "value": "Rq6ppXAxH8XFtNf6tC-B-1SKuvCODPBvcCoSulMtbtk" - }, - "size": "9526" - }, - { - "path": "poetry/core/_vendor/packaging/_musllinux.py", - "digest": { - "algorithm": "sha256", - "value": "kgmBGLFybpy8609-KTvzmt2zChCPWYvhp5BWP4JX7dE" - }, - "size": "2676" - }, - { - "path": "poetry/core/_vendor/packaging/_parser.py", - "digest": { - "algorithm": "sha256", - "value": "5DhK_zYJE4U4yzSkgEBT4F7tT2xZ6Pkx4gSRKyvXneQ" - }, - "size": "10382" - }, - { - "path": "poetry/core/_vendor/packaging/_structures.py", - "digest": { - "algorithm": "sha256", - "value": "q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4" - }, - "size": "1431" - }, - { - "path": "poetry/core/_vendor/packaging/_tokenizer.py", - "digest": { - "algorithm": "sha256", - "value": "alCtbwXhOFAmFGZ6BQ-wCTSFoRAJ2z-ysIf7__MTJ_k" - }, - "size": "5292" - }, - { - "path": "poetry/core/_vendor/packaging/markers.py", - "digest": { - "algorithm": "sha256", - "value": "eH-txS2zq1HdNpTd9LcZUcVIwewAiNU0grmq5wjKnOk" - }, - "size": "8208" - }, - { - "path": "poetry/core/_vendor/packaging/metadata.py", - "digest": { - "algorithm": "sha256", - "value": "ToxjINOmSn8mbEeXRSVNMidEJsPUYHEYFnnN4MaqvH0" - }, - "size": "32750" - }, - { - "path": "poetry/core/_vendor/packaging/py.typed", - "digest": { - "algorithm": "sha256", - "value": "47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU" - }, - "size": "0" - }, - { - "path": "poetry/core/_vendor/packaging/requirements.py", - "digest": { - "algorithm": "sha256", - "value": "wswG4mXHSgE9w4NjNnlSvgLGo6yYvfHVEFnWhuEmXxg" - }, - "size": "2952" - }, - { - "path": "poetry/core/_vendor/packaging/specifiers.py", - "digest": { - "algorithm": "sha256", - "value": "ZOpqL_w_Kj6ZF_OWdliQUzhEyHlDbi6989kr-sF5GHs" - }, - "size": "39206" - }, - { - "path": "poetry/core/_vendor/packaging/tags.py", - "digest": { - "algorithm": "sha256", - "value": "pkG6gQ28RlhS09VzymVhVpGrWF5doHXfK1VxG9cdhoY" - }, - "size": "18355" - }, - { - "path": "poetry/core/_vendor/packaging/utils.py", - "digest": { - "algorithm": "sha256", - "value": "XgdmP3yx9-wQEFjO7OvMj9RjEf5JlR5HFFR69v7SQ9E" - }, - "size": "5268" - }, - { - "path": "poetry/core/_vendor/packaging/version.py", - "digest": { - "algorithm": "sha256", - "value": "XjRBLNK17UMDgLeP8UHnqwiY3TdSi03xFQURtec211A" - }, - "size": "16236" - }, - { - "path": "poetry/core/_vendor/tomli/LICENSE", - "digest": { - "algorithm": "sha256", - "value": "uAgWsNUwuKzLTCIReDeQmEpuO2GSLCte6S8zcqsnQv4" - }, - "size": "1072" - }, - { - "path": "poetry/core/_vendor/tomli/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "JhUwV66DB1g4Hvt1UQCVMdfCu-IgAV8FXmvDU9onxd4" - }, - "size": "396" - }, - { - "path": "poetry/core/_vendor/tomli/_parser.py", - "digest": { - "algorithm": "sha256", - "value": "g9-ENaALS-B8dokYpCuzUFalWlog7T-SIYMjLZSWrtM" - }, - "size": "22633" - }, - { - "path": "poetry/core/_vendor/tomli/_re.py", - "digest": { - "algorithm": "sha256", - "value": "dbjg5ChZT23Ka9z9DHOXfdtSpPwUfdgMXnj8NOoly-w" - }, - "size": "2943" - }, - { - "path": "poetry/core/_vendor/tomli/_types.py", - "digest": { - "algorithm": "sha256", - "value": "-GTG2VUqkpxwMqzmVO4F7ybKddIbAnuAHXfmWQcTi3Q" - }, - "size": "254" - }, - { - "path": "poetry/core/_vendor/tomli/py.typed", - "digest": { - "algorithm": "sha256", - "value": "8PjyZ1aVoQpRVvt71muvuq5qE-jTFZkK-GLHkhdebmc" - }, - "size": "26" - }, - { - "path": "poetry/core/_vendor/vendor.txt", - "digest": { - "algorithm": "sha256", - "value": "xl4X29jOA6BGs6o0-xC1tJs6NPrQ-_W9jOMGfwD_4jM" - }, - "size": "276" - }, - { - "path": "poetry/core/constraints/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU" - }, - "size": "0" - }, - { - "path": "poetry/core/constraints/generic/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "q2b6g_VyJygeshz5jkPg59nPGFX6aGjwTyqXXB9KXxg" - }, - "size": "719" - }, - { - "path": "poetry/core/constraints/generic/any_constraint.py", - "digest": { - "algorithm": "sha256", - "value": "WtNd1k32NoxOe9HkJHV3T1xSLTvz9qRBl5BRqw6zxpk" - }, - "size": "1236" - }, - { - "path": "poetry/core/constraints/generic/base_constraint.py", - "digest": { - "algorithm": "sha256", - "value": "tp7ztq1DjNoLRzbWUsVd7Nfh5XbmFs4aNMQYzg2Q1Lw" - }, - "size": "1109" - }, - { - "path": "poetry/core/constraints/generic/constraint.py", - "digest": { - "algorithm": "sha256", - "value": "vw56XHxvmaDj44srkgJ0pN2vMqAOZwkl_B4Sluy7HqA" - }, - "size": "4991" - }, - { - "path": "poetry/core/constraints/generic/empty_constraint.py", - "digest": { - "algorithm": "sha256", - "value": "YuORG4NloQmlMaTcshY8Wv1wprNXOeGuhyuAV4c4DD8" - }, - "size": "1151" - }, - { - "path": "poetry/core/constraints/generic/multi_constraint.py", - "digest": { - "algorithm": "sha256", - "value": "3PsL5Vwt4E0pSiVB15OJij0Dpj5Bb_9jA9dTtQBxOlE" - }, - "size": "4323" - }, - { - "path": "poetry/core/constraints/generic/parser.py", - "digest": { - "algorithm": "sha256", - "value": "LMdTlYt8hzm7skWiuO-lpQME2XgAAVgiPrp6SDWHZ44" - }, - "size": "2036" - }, - { - "path": "poetry/core/constraints/generic/union_constraint.py", - "digest": { - "algorithm": "sha256", - "value": "LC5pgJy6TDU3Fu5yeuBFVsi6x0JWtXdZHgkS_Ql2YKw" - }, - "size": "6977" - }, - { - "path": "poetry/core/constraints/version/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "RGDbUbddbKyMYegl6qbkcnzlMKHFR40jLMRdcz6-jJ4" - }, - "size": "954" - }, - { - "path": "poetry/core/constraints/version/empty_constraint.py", - "digest": { - "algorithm": "sha256", - "value": "p3IZ8U0VeY9PV5dItOKWj2WAexq5MeyNHEA2MzSFNe4" - }, - "size": "1416" - }, - { - "path": "poetry/core/constraints/version/exceptions.py", - "digest": { - "algorithm": "sha256", - "value": "KyVaLVndfhf_jPFaU5LjwkFq-2gb1bDDjLHzr52c9Wg" - }, - "size": "86" - }, - { - "path": "poetry/core/constraints/version/parser.py", - "digest": { - "algorithm": "sha256", - "value": "noZ0mWqcE2TMXfZMuEG13vgwL7Yp4eb_gRWG8VWpL-Q" - }, - "size": "7241" - }, - { - "path": "poetry/core/constraints/version/patterns.py", - "digest": { - "algorithm": "sha256", - "value": "BnSvvAthzqcjmlDHhpj25qXeVA9J_ua6L92shDbRdeY" - }, - "size": "941" - }, - { - "path": "poetry/core/constraints/version/util.py", - "digest": { - "algorithm": "sha256", - "value": "yu7nC9Xk0DCj2mOBCV3jsa9gV-l6dPLY3LMoluNheCo" - }, - "size": "1543" - }, - { - "path": "poetry/core/constraints/version/version.py", - "digest": { - "algorithm": "sha256", - "value": "sLRSctCh-nEv__SAp1B9e_mH3PpfR60VTUUajaMmqMs" - }, - "size": "5081" - }, - { - "path": "poetry/core/constraints/version/version_constraint.py", - "digest": { - "algorithm": "sha256", - "value": "jRvcNDjwmd2unOIZeVp4cmm-UWi1Y2vWOM_2VPrngig" - }, - "size": "3401" - }, - { - "path": "poetry/core/constraints/version/version_range.py", - "digest": { - "algorithm": "sha256", - "value": "Aaje_XQ9F_QUOgkX2-1lM6lYfJarrI-bGzcM6ELJ4kM" - }, - "size": "15653" - }, - { - "path": "poetry/core/constraints/version/version_range_constraint.py", - "digest": { - "algorithm": "sha256", - "value": "oZFT3vRkX7-bESVvz_KO2eVadkgJZour3KrYlfLNEHI" - }, - "size": "3677" - }, - { - "path": "poetry/core/constraints/version/version_union.py", - "digest": { - "algorithm": "sha256", - "value": "9yeMA5sa9MoVSWytoJ0HDRVgFi5Yyo6XfrfFRqfsxW8" - }, - "size": "10797" - }, - { - "path": "poetry/core/exceptions/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "taNya--Pl6WTRp7iT9LbDIGmyFY82CuGx9njgIAJopw" - }, - "size": "133" - }, - { - "path": "poetry/core/exceptions/base.py", - "digest": { - "algorithm": "sha256", - "value": "Rqbd5ylCO9em1RfkiUuEJhMqq75pyKpiRKm6Fa_7guc" - }, - "size": "84" - }, - { - "path": "poetry/core/factory.py", - "digest": { - "algorithm": "sha256", - "value": "gfjwkpQzDt23vdIzypdWIW_Vem0mUoYFBTE6rGgNV7w" - }, - "size": "19222" - }, - { - "path": "poetry/core/json/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "wytqrxK2JHzZ8zLm1YkC76_qbVfN331ANVpIRXz_K4M" - }, - "size": "1186" - }, - { - "path": "poetry/core/json/schemas/poetry-schema.json", - "digest": { - "algorithm": "sha256", - "value": "PvmFixIY-xTPumUSVhiZuZoloa_EgMlI6j1lHNJgCHc" - }, - "size": "19031" - }, - { - "path": "poetry/core/masonry/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "FK7uCIiiy0xF5W18UiV4aGouOyckSbDxJTpAu_eZ0SQ" - }, - "size": "255" - }, - { - "path": "poetry/core/masonry/api.py", - "digest": { - "algorithm": "sha256", - "value": "3MAT24SKhx7upLb5nvIfERNhWx5n5XjPE1JbN1W2Ncg" - }, - "size": "2687" - }, - { - "path": "poetry/core/masonry/builder.py", - "digest": { - "algorithm": "sha256", - "value": "1-YMRU-vgwqEFVVDLCXiYBzPve_LbF0ENcPwEfwvtOA" - }, - "size": "1221" - }, - { - "path": "poetry/core/masonry/builders/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU" - }, - "size": "0" - }, - { - "path": "poetry/core/masonry/builders/builder.py", - "digest": { - "algorithm": "sha256", - "value": "6UBHt6ewA6xEfk4YM6GcvMlA_7e1oiw4ApgDJWj3yUs" - }, - "size": "14776" - }, - { - "path": "poetry/core/masonry/builders/sdist.py", - "digest": { - "algorithm": "sha256", - "value": "9tddj9VlrmqauzUjAZolxd5O2VJvGx_0Gl1Se1t7cSs" - }, - "size": "15020" - }, - { - "path": "poetry/core/masonry/builders/wheel.py", - "digest": { - "algorithm": "sha256", - "value": "tonjaz0V1T2WBNFxL32A4ff7lg91qkiu9QcAmNjmnMY" - }, - "size": "16964" - }, - { - "path": "poetry/core/masonry/metadata.py", - "digest": { - "algorithm": "sha256", - "value": "yU3yCTLyLYf6g9HRlfdmp5nCyUtUjyosYB1iRBG3dxo" - }, - "size": "2992" - }, - { - "path": "poetry/core/masonry/utils/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU" - }, - "size": "0" - }, - { - "path": "poetry/core/masonry/utils/helpers.py", - "digest": { - "algorithm": "sha256", - "value": "FbuS1ffo6Yo5U6iNxugqP-_mYfbv_He2TpQD29nIjq8" - }, - "size": "3070" - }, - { - "path": "poetry/core/masonry/utils/include.py", - "digest": { - "algorithm": "sha256", - "value": "L7tGkvBvmI-mzyBeTySBkNWFCubBFFaROLCSQRTYqhY" - }, - "size": "1100" - }, - { - "path": "poetry/core/masonry/utils/module.py", - "digest": { - "algorithm": "sha256", - "value": "_qCnsUQCNl_EZk4Vp_MMtfAw61AVv3ToCUzeHogIdPA" - }, - "size": "3610" - }, - { - "path": "poetry/core/masonry/utils/package_include.py", - "digest": { - "algorithm": "sha256", - "value": "Mp4sAgcksTcvR5I0cJmwyMgcloP9k3ppP_5sdkVQxzM" - }, - "size": "2806" - }, - { - "path": "poetry/core/packages/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU" - }, - "size": "0" - }, - { - "path": "poetry/core/packages/dependency.py", - "digest": { - "algorithm": "sha256", - "value": "K4I8is1-Qn_v10wDErrHrsoW4QEEtgc7Xn9BwE_jkek" - }, - "size": "19191" - }, - { - "path": "poetry/core/packages/dependency_group.py", - "digest": { - "algorithm": "sha256", - "value": "AmT-_fI9cpl7t2Wkif8R2ZuHoJ5Stb9J4rNPr8XAFfc" - }, - "size": "1479" - }, - { - "path": "poetry/core/packages/directory_dependency.py", - "digest": { - "algorithm": "sha256", - "value": "fr5Bts1CaZyxJueSOGGexcT-9WW5tIZ7U1byyFg7hQc" - }, - "size": "1964" - }, - { - "path": "poetry/core/packages/file_dependency.py", - "digest": { - "algorithm": "sha256", - "value": "nX5cjmAl-q-7U5AkupC7Itcrp6VD_zrYE4Ha2G6j-Po" - }, - "size": "2087" - }, - { - "path": "poetry/core/packages/package.py", - "digest": { - "algorithm": "sha256", - "value": "ZFc6M5GaSr4o0O-E5f5kaGLIrSZOsmkZrFEzYui2ckY" - }, - "size": "22020" - }, - { - "path": "poetry/core/packages/path_dependency.py", - "digest": { - "algorithm": "sha256", - "value": "Qv5YWA11eZsE4e8-EuF5TteFq-ANgLyyeJmbaCSdGsc" - }, - "size": "2609" - }, - { - "path": "poetry/core/packages/project_package.py", - "digest": { - "algorithm": "sha256", - "value": "vda7tcjMogZL6nBxZ4qCqPZnTDKiss_QqRKjIOAVnAU" - }, - "size": "3129" - }, - { - "path": "poetry/core/packages/specification.py", - "digest": { - "algorithm": "sha256", - "value": "NksR9iIDBYN8_iDgKyyzE4M23bnB99Jtg-nuhFzpUyE" - }, - "size": "6750" - }, - { - "path": "poetry/core/packages/url_dependency.py", - "digest": { - "algorithm": "sha256", - "value": "GOjMVXIKHzvvNTego866zTAjRMJwJlvmlVvSJq-3AAA" - }, - "size": "1616" - }, - { - "path": "poetry/core/packages/utils/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU" - }, - "size": "0" - }, - { - "path": "poetry/core/packages/utils/link.py", - "digest": { - "algorithm": "sha256", - "value": "vjaRcwBIQV_Es0Gxc1Qh8Zhm_pywYytCPZOtJm9znbI" - }, - "size": "8805" - }, - { - "path": "poetry/core/packages/utils/utils.py", - "digest": { - "algorithm": "sha256", - "value": "YVoapi8GpsUHIvFH3Iy2GY7DTJFhgQCx5gxvewum-R8" - }, - "size": "13536" - }, - { - "path": "poetry/core/packages/vcs_dependency.py", - "digest": { - "algorithm": "sha256", - "value": "RqnvOU3rkwRaBMkgyEVv6CbVKQKux9o8yKwfGGkCkPc" - }, - "size": "3579" - }, - { - "path": "poetry/core/poetry.py", - "digest": { - "algorithm": "sha256", - "value": "7oNDRIqBb4YYegyHPFASvEKKuaOQDQStAWYnY-vVTao" - }, - "size": "1292" - }, - { - "path": "poetry/core/py.typed", - "digest": { - "algorithm": "sha256", - "value": "47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU" - }, - "size": "0" - }, - { - "path": "poetry/core/pyproject/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU" - }, - "size": "0" - }, - { - "path": "poetry/core/pyproject/exceptions.py", - "digest": { - "algorithm": "sha256", - "value": "6pWE7NHM6BbBf29qc7fHHdjkovDtap3FixctQhDtrtE" - }, - "size": "149" - }, - { - "path": "poetry/core/pyproject/tables.py", - "digest": { - "algorithm": "sha256", - "value": "mIgkJ85wV4rXMRIbprHRxF0DgFupot4QTIMJyov9sAU" - }, - "size": "2127" - }, - { - "path": "poetry/core/pyproject/toml.py", - "digest": { - "algorithm": "sha256", - "value": "jzqXyGqk-qu8xhORRvFULX1MGh10lHsfG79dJ6AAmFs" - }, - "size": "2213" - }, - { - "path": "poetry/core/spdx/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU" - }, - "size": "0" - }, - { - "path": "poetry/core/spdx/data/licenses.json", - "digest": { - "algorithm": "sha256", - "value": "AxYRXt92Ej9_HuC9I2XpAdF9w-ARbCon0w8tAyOPNbk" - }, - "size": "52942" - }, - { - "path": "poetry/core/spdx/helpers.py", - "digest": { - "algorithm": "sha256", - "value": "qrf9OpdTHyKpiFiHar4fG0iucsjK76zK-tG-kNBPcXk" - }, - "size": "1718" - }, - { - "path": "poetry/core/spdx/license.py", - "digest": { - "algorithm": "sha256", - "value": "2y24mbUrtDq_MjDCV3ngP0r6h0tj3CA-SYqVUe8nsik" - }, - "size": "5713" - }, - { - "path": "poetry/core/spdx/updater.py", - "digest": { - "algorithm": "sha256", - "value": "lkx1XESp0RBtwfymdMrK4WUeyHP_NgAEKakMWg4f5yA" - }, - "size": "1106" - }, - { - "path": "poetry/core/utils/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU" - }, - "size": "0" - }, - { - "path": "poetry/core/utils/_compat.py", - "digest": { - "algorithm": "sha256", - "value": "G5-ZbeJc_kkDBXbPM6iN2Vc55snwarVYdhw2fqH5axY" - }, - "size": "229" - }, - { - "path": "poetry/core/utils/helpers.py", - "digest": { - "algorithm": "sha256", - "value": "O1b5fctYZfNW0MEy3t1cKfAaKe0WZrsNFiR_z-mXR-c" - }, - "size": "3577" - }, - { - "path": "poetry/core/utils/patterns.py", - "digest": { - "algorithm": "sha256", - "value": "8104wWADvwlSDTiTt4gbnIYELxCZ5sF-p7PAPDw8bTA" - }, - "size": "252" - }, - { - "path": "poetry/core/vcs/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "LBZdwVpf_FAHeDKBSaR7Kr74WX2EyjyHRQlwP31itOc" - }, - "size": "1004" - }, - { - "path": "poetry/core/vcs/git.py", - "digest": { - "algorithm": "sha256", - "value": "JAOu_CnlgUFBPp0NMeOE-BJp8B-aTXNmhQxphIQmjsM" - }, - "size": "11253" - }, - { - "path": "poetry/core/version/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU" - }, - "size": "0" - }, - { - "path": "poetry/core/version/exceptions.py", - "digest": { - "algorithm": "sha256", - "value": "CNsvHCImzy570r1yrUT44U2AhOA5dxfhjBbeUnXT0Yc" - }, - "size": "80" - }, - { - "path": "poetry/core/version/grammars/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "qS2cctcUTMc9WMZaJ-dWaCNz75pUGf7hmxNlIL9tnoo" - }, - "size": "214" - }, - { - "path": "poetry/core/version/grammars/markers.lark", - "digest": { - "algorithm": "sha256", - "value": "TVq_LJAiJaq78zDoe51lX4_T6ZqPzTGMek7kMuBIBBE" - }, - "size": "972" - }, - { - "path": "poetry/core/version/grammars/pep508.lark", - "digest": { - "algorithm": "sha256", - "value": "1TYLM1-0cUDah6008tEi-ZEcRtO3J-9eM9uYoUf6tSo" - }, - "size": "1401" - }, - { - "path": "poetry/core/version/helpers.py", - "digest": { - "algorithm": "sha256", - "value": "fPA13SMeGNU_W0LBw3E2J8BILR5D9H8JyXsqaxT8MV4" - }, - "size": "1615" - }, - { - "path": "poetry/core/version/markers.py", - "digest": { - "algorithm": "sha256", - "value": "pMecduclpCQ_C0o1fs-NLGpO3SabN9wNN75hdUxBb3Q" - }, - "size": "35860" - }, - { - "path": "poetry/core/version/parser.py", - "digest": { - "algorithm": "sha256", - "value": "CHCBMgm7ozH8AR2JBm8UMpIhuB84jULU1qj0SySyuvE" - }, - "size": "752" - }, - { - "path": "poetry/core/version/pep440/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "KsSbN8Aqx1Yd7DXqOKEVWIMyIp76Bpwu2UwJXstR_tw" - }, - "size": "352" - }, - { - "path": "poetry/core/version/pep440/parser.py", - "digest": { - "algorithm": "sha256", - "value": "Alp2p6cNXjTeimpebD1W5FY3ik9Tf7dyE-KeAYC1f6c" - }, - "size": "2909" - }, - { - "path": "poetry/core/version/pep440/segments.py", - "digest": { - "algorithm": "sha256", - "value": "pbcqEkoA5NmptHS9Afz9GQhxa1HBpRcyP3PGQ3jf5gw" - }, - "size": "5505" - }, - { - "path": "poetry/core/version/pep440/version.py", - "digest": { - "algorithm": "sha256", - "value": "MjWHjAZIs7EBYOOM8gmOjZq7__Bfb5tKwgGqwIFn4yI" - }, - "size": "11179" - }, - { - "path": "poetry/core/version/requirements.py", - "digest": { - "algorithm": "sha256", - "value": "w_YV_kzjq_7_rIe2hrpZC3vB6K59AYq_QCUj5DNAJxg" - }, - "size": "3381" - }, - { - "path": "poetry_core-1.9.0.dist-info/LICENSE", - "digest": { - "algorithm": "sha256", - "value": "8ZeBM3grkPRzO8MI3bGSZ8P-BHl8iNntO8IZAySVqYI" - }, - "size": "1062" - }, - { - "path": "poetry_core-1.9.0.dist-info/METADATA", - "digest": { - "algorithm": "sha256", - "value": "a7hZRswvX2btNXzRDXNhaSrhA6pus8mh4i3jwQ1kvP0" - }, - "size": "3488" - }, - { - "path": "poetry_core-1.9.0.dist-info/WHEEL", - "digest": { - "algorithm": "sha256", - "value": "sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg" - }, - "size": "88" - }, - { - "path": "poetry_core-1.9.0.dist-info/RECORD" - } - ], - "sitePackagesRootPath": "usr/lib/python3.12/site-packages", - "requiresPython": ">=3.8,<4.0" - } - }, - { - "id": "a6ccf84ed2303b6f", - "name": "py3-poetry-core", - "version": "1.9.0-r1", - "type": "apk", - "foundBy": "wolfictl", - "locations": [ - { - "path": ".PKGINFO", - "accessPath": ".PKGINFO" - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "", - "cpes": [ - { - "cpe": "cpe:2.3:a:poetry-core-project:py3-poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core-project:py3_poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core_project:py3-poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core_project:py3_poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_core_project:py3-poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_core_project:py3_poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-coreproject:py3-poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-coreproject:py3_poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_coreproject:py3-poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_coreproject:py3_poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core-project:poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core-project:poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core_project:poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core_project:poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_core_project:poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_core_project:poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3-poetry-core:py3-poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3-poetry-core:py3_poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3_poetry_core:py3-poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3_poetry_core:py3_poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-coreproject:poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-coreproject:poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_coreproject:poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_coreproject:poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core:py3-poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core:py3_poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_core:py3-poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_core:py3_poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3-poetry-core:poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3-poetry-core:poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3_poetry_core:poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3_poetry_core:poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3-poetry:py3-poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3-poetry:py3_poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3_poetry:py3-poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3_poetry:py3_poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core:poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core:poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_core:poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_core:poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry:py3-poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry:py3_poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3-poetry:poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3-poetry:poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3_poetry:poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3_poetry:poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3:py3-poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3:py3_poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry:poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry:poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3:poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3:poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:apk/wolfi/py3-poetry-core@1.9.0-r1?arch=aarch64&origin=py3-poetry-core", - "metadataType": "apk-db-entry", - "metadata": { - "package": "py3-poetry-core", - "originPackage": "py3-poetry-core", - "maintainer": "", - "version": "1.9.0-r1", - "architecture": "aarch64", - "url": "", - "description": "Poetry PEP 517 Build Backend", - "size": 1318614, - "installedSize": 0, - "pullDependencies": [ - "python-3" - ], - "provides": null, - "pullChecksum": "1d8cd154e94bab34b21b1e5dcf8004ebe438ff7a9b3f0fb68cabce8f74e55b7b", - "gitCommitOfApkPort": "4da823d1bcd36e315d46214cde977d962697af97", - "files": [ - { - "path": "." - }, - { - "path": ".PKGINFO" - }, - { - "path": ".SIGN.RSA.wolfi-signing.rsa.pub" - }, - { - "path": "usr" - }, - { - "path": "usr/lib" - }, - { - "path": "usr/lib/python3.12" - }, - { - "path": "usr/lib/python3.12/site-packages" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/fastjsonschema" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/fastjsonschema/LICENSE" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/fastjsonschema/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/fastjsonschema/__main__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/fastjsonschema/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/fastjsonschema/draft04.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/fastjsonschema/draft06.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/fastjsonschema/draft07.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/fastjsonschema/exceptions.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/fastjsonschema/generator.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/fastjsonschema/indent.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/fastjsonschema/ref_resolver.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/fastjsonschema/version.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/LICENSE" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/__pyinstaller" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/__pyinstaller/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/__pyinstaller/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/__pyinstaller/hook-lark.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/ast_utils.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/common.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/exceptions.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/grammar.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/grammars" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/grammars/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/grammars/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/grammars/common.lark" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/grammars/lark.lark" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/grammars/python.lark" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/grammars/unicode.lark" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/indenter.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/lark.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/lexer.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/load_grammar.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parse_tree_builder.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parser_frontends.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parsers" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parsers/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parsers/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parsers/cyk.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parsers/earley.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parsers/earley_common.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parsers/earley_forest.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parsers/grammar_analysis.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parsers/lalr_analysis.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parsers/lalr_interactive_parser.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parsers/lalr_parser.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parsers/lalr_parser_state.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parsers/xearley.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/py.typed" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/reconstruct.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/tools" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/tools/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/tools/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/tools/nearley.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/tools/serialize.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/tools/standalone.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/tree.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/tree_matcher.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/tree_templates.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/utils.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/visitors.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/LICENSE" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/LICENSE.APACHE" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/LICENSE.BSD" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/_elffile.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/_manylinux.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/_musllinux.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/_parser.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/_structures.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/_tokenizer.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/markers.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/metadata.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/py.typed" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/requirements.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/specifiers.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/tags.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/utils.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/version.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/tomli" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/tomli/LICENSE" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/tomli/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/tomli/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/tomli/_parser.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/tomli/_re.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/tomli/_types.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/tomli/py.typed" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/vendor.txt" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/generic" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/generic/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/generic/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/generic/any_constraint.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/generic/base_constraint.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/generic/constraint.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/generic/empty_constraint.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/generic/multi_constraint.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/generic/parser.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/generic/union_constraint.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/version" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/version/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/version/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/version/empty_constraint.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/version/exceptions.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/version/parser.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/version/patterns.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/version/util.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/version/version.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/version/version_constraint.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/version/version_range.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/version/version_range_constraint.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/version/version_union.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/exceptions" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/exceptions/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/exceptions/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/exceptions/base.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/factory.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/json" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/json/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/json/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/json/schemas" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/json/schemas/poetry-schema.json" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/api.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/builder.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/builders" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/builders/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/builders/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/builders/builder.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/builders/sdist.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/builders/wheel.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/metadata.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/utils" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/utils/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/utils/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/utils/helpers.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/utils/include.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/utils/module.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/utils/package_include.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/dependency.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/dependency_group.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/directory_dependency.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/file_dependency.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/package.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/path_dependency.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/project_package.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/specification.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/url_dependency.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/utils" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/utils/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/utils/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/utils/link.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/utils/utils.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/vcs_dependency.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/poetry.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/py.typed" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/pyproject" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/pyproject/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/pyproject/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/pyproject/exceptions.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/pyproject/tables.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/pyproject/toml.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/spdx" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/spdx/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/spdx/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/spdx/data" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/spdx/data/licenses.json" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/spdx/helpers.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/spdx/license.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/spdx/updater.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/utils" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/utils/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/utils/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/utils/_compat.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/utils/helpers.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/utils/patterns.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/vcs" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/vcs/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/vcs/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/vcs/git.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/exceptions.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/grammars" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/grammars/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/grammars/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/grammars/markers.lark" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/grammars/pep508.lark" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/helpers.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/markers.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/parser.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/pep440" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/pep440/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/pep440/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/pep440/parser.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/pep440/segments.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/pep440/version.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/requirements.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry_core-1.9.0.dist-info" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry_core-1.9.0.dist-info/LICENSE" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry_core-1.9.0.dist-info/METADATA" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry_core-1.9.0.dist-info/RECORD" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry_core-1.9.0.dist-info/WHEEL" - }, - { - "path": "var" - }, - { - "path": "var/lib" - }, - { - "path": "var/lib/db" - }, - { - "path": "var/lib/db/sbom" - }, - { - "path": "var/lib/db/sbom/py3-poetry-core-1.9.0-r1.spdx.json" - } - ] - } - } - ], - "artifactRelationships": [], - "source": { - "id": "(redacted for determinism)", - "name": "py3-poetry-core", - "version": "1.9.0-r1", - "supplier": "chainguard", - "type": "directory", - "metadata": { - "path": "testdata/apks/aarch64/py3-poetry-core-1.9.0-r1.apk" - } - }, - "distro": { - "id": "wolfi" - }, - "descriptor": { - "name": "wolfictl", - "version": "" - }, - "schema": { - "version": "", - "url": "" - } -} diff --git a/pkg/sbom/testdata/goldenfiles/aarch64/python-3.11-base-3.11.9-r6.apk.syft.json b/pkg/sbom/testdata/goldenfiles/aarch64/python-3.11-base-3.11.9-r6.apk.syft.json deleted file mode 100644 index 6f05f1166..000000000 --- a/pkg/sbom/testdata/goldenfiles/aarch64/python-3.11-base-3.11.9-r6.apk.syft.json +++ /dev/null @@ -1,5409 +0,0 @@ -{ - "artifacts": [ - { - "id": "85d42e0e57aab361", - "name": "pip", - "version": "24.0", - "type": "python", - "foundBy": "wheel-cataloger", - "locations": [ - { - "path": "usr/lib/python3.11/ensurepip/_bundled/pip-24.0-py3-none-any.whl", - "accessPath": "usr/lib/python3.11/ensurepip/_bundled/pip-24.0-py3-none-any.whl" - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "python", - "cpes": [ - { - "cpe": "cpe:2.3:a:python-pip:python-pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-pip:python_pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_pip:python-pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_pip:python_pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python:python-pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python:python_pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pypa:python-pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pypa:python_pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pip:python-pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pip:python_pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-pip:pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_pip:pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python:pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pypa:pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pip:pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:pypi/pip@24.0" - }, - { - "id": "9bc9cc1c80f202a3", - "name": "python-3.11-base", - "version": "3.11.9-r6", - "type": "apk", - "foundBy": "wolfictl", - "locations": [ - { - "path": ".PKGINFO", - "accessPath": ".PKGINFO" - } - ], - "licenses": [ - { - "value": "PSF-2.0", - "spdxExpression": "PSF-2.0", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "", - "cpes": [ - { - "cpe": "cpe:2.3:a:python-3.11-base:python-3.11-base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-3.11-base:python_3.11_base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_3.11_base:python-3.11-base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_3.11_base:python_3.11_base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-3.11-base:python-base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-3.11-base:python_base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-3.11:python-3.11-base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-3.11:python_3.11_base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-base:python-3.11-base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-base:python_3.11_base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_3.11:python-3.11-base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_3.11:python_3.11_base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_3.11_base:python-base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_3.11_base:python_base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_base:python-3.11-base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_base:python_3.11_base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-3.11:python-base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-3.11:python_base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-base:python-base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-base:python_base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python:python-3.11-base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python:python_3.11_base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_3.11:python-base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_3.11:python_base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_base:python-base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_base:python_base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python:python-base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python:python_base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:apk/wolfi/python-3.11-base@3.11.9-r6?arch=aarch64&origin=python-3.11", - "metadataType": "apk-db-entry", - "metadata": { - "package": "python-3.11-base", - "originPackage": "python-3.11", - "maintainer": "", - "version": "3.11.9-r6", - "architecture": "aarch64", - "url": "", - "description": "python-3.11 as /usr/bin/python3", - "size": 44636155, - "installedSize": 0, - "pullDependencies": [ - "so:ld-linux-aarch64.so.1", - "so:libbz2.so.1", - "so:libc.so.6", - "so:libcrypt.so.1", - "so:libcrypto.so.3", - "so:libexpat.so.1", - "so:libffi.so.8", - "so:libgdbm.so.6", - "so:liblzma.so.5", - "so:libm.so.6", - "so:libmpdec.so.4", - "so:libncursesw.so.6", - "so:libpanelw.so.6", - "so:libreadline.so.8", - "so:libsqlite3.so.0", - "so:libssl.so.3", - "so:libz.so.1" - ], - "provides": [ - "cmd:pydoc3.11=3.11.9-r6", - "cmd:python3.11=3.11.9-r6", - "so:libpython3.11.so.1.0=1.0" - ], - "pullChecksum": "2c0b3cceadff647fbad7baf9831f011584d5b22d05554199a0f0a1c0889f4d29", - "gitCommitOfApkPort": "2bcab34895255682e286a65b6b794ca7c5fde5ae", - "files": [ - { - "path": "." - }, - { - "path": ".PKGINFO" - }, - { - "path": ".SIGN.RSA.wolfi-signing.rsa.pub" - }, - { - "path": "usr" - }, - { - "path": "usr/bin" - }, - { - "path": "usr/bin/pydoc3.11" - }, - { - "path": "usr/bin/python3.11" - }, - { - "path": "usr/include" - }, - { - "path": "usr/include/python3.11" - }, - { - "path": "usr/include/python3.11/pyconfig.h" - }, - { - "path": "usr/lib" - }, - { - "path": "usr/lib/libpython3.11.so.1.0" - }, - { - "path": "usr/lib/python3.11" - }, - { - "path": "usr/lib/python3.11/LICENSE.txt" - }, - { - "path": "usr/lib/python3.11/__future__.py" - }, - { - "path": "usr/lib/python3.11/__hello__.py" - }, - { - "path": "usr/lib/python3.11/__phello__" - }, - { - "path": "usr/lib/python3.11/__phello__/__init__.py" - }, - { - "path": "usr/lib/python3.11/__phello__/__pycache__" - }, - { - "path": "usr/lib/python3.11/__phello__/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__phello__/__pycache__/spam.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__phello__/spam.py" - }, - { - "path": "usr/lib/python3.11/__pycache__" - }, - { - "path": "usr/lib/python3.11/__pycache__/__future__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/__hello__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_aix_support.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_bootsubprocess.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_collections_abc.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_compat_pickle.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_compression.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_markupbase.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_osx_support.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_py_abc.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_pydecimal.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_pyio.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_sitebuiltins.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_strptime.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_sysconfigdata__linux_aarch64-linux-gnu.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_threading_local.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_weakrefset.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/abc.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/aifc.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/antigravity.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/argparse.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/ast.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/asynchat.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/asyncore.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/base64.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/bdb.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/bisect.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/bz2.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/cProfile.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/calendar.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/cgi.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/cgitb.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/chunk.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/cmd.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/code.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/codecs.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/codeop.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/colorsys.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/compileall.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/configparser.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/contextlib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/contextvars.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/copy.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/copyreg.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/crypt.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/csv.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/dataclasses.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/datetime.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/decimal.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/difflib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/dis.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/doctest.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/enum.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/filecmp.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/fileinput.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/fnmatch.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/fractions.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/ftplib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/functools.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/genericpath.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/getopt.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/getpass.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/gettext.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/glob.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/graphlib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/gzip.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/hashlib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/heapq.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/hmac.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/imaplib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/imghdr.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/imp.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/inspect.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/io.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/ipaddress.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/keyword.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/linecache.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/locale.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/lzma.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/mailbox.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/mailcap.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/mimetypes.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/modulefinder.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/netrc.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/nntplib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/ntpath.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/nturl2path.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/numbers.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/opcode.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/operator.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/optparse.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/os.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/pathlib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/pdb.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/pickle.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/pickletools.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/pipes.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/pkgutil.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/platform.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/plistlib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/poplib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/posixpath.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/pprint.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/profile.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/pstats.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/pty.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/py_compile.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/pyclbr.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/pydoc.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/queue.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/quopri.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/random.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/reprlib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/rlcompleter.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/runpy.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/sched.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/secrets.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/selectors.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/shelve.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/shlex.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/shutil.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/signal.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/site.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/smtpd.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/smtplib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/sndhdr.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/socket.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/socketserver.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/sre_compile.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/sre_constants.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/sre_parse.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/ssl.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/stat.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/statistics.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/string.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/stringprep.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/struct.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/subprocess.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/sunau.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/symtable.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/sysconfig.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/tabnanny.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/tarfile.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/telnetlib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/tempfile.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/textwrap.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/this.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/threading.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/timeit.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/token.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/tokenize.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/trace.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/traceback.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/tracemalloc.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/tty.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/turtle.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/types.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/typing.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/uu.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/uuid.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/warnings.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/wave.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/weakref.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/webbrowser.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/xdrlib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/zipapp.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/zipfile.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/zipimport.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/_aix_support.py" - }, - { - "path": "usr/lib/python3.11/_bootsubprocess.py" - }, - { - "path": "usr/lib/python3.11/_collections_abc.py" - }, - { - "path": "usr/lib/python3.11/_compat_pickle.py" - }, - { - "path": "usr/lib/python3.11/_compression.py" - }, - { - "path": "usr/lib/python3.11/_markupbase.py" - }, - { - "path": "usr/lib/python3.11/_osx_support.py" - }, - { - "path": "usr/lib/python3.11/_py_abc.py" - }, - { - "path": "usr/lib/python3.11/_pydecimal.py" - }, - { - "path": "usr/lib/python3.11/_pyio.py" - }, - { - "path": "usr/lib/python3.11/_sitebuiltins.py" - }, - { - "path": "usr/lib/python3.11/_strptime.py" - }, - { - "path": "usr/lib/python3.11/_sysconfigdata__linux_aarch64-linux-gnu.py" - }, - { - "path": "usr/lib/python3.11/_threading_local.py" - }, - { - "path": "usr/lib/python3.11/_weakrefset.py" - }, - { - "path": "usr/lib/python3.11/abc.py" - }, - { - "path": "usr/lib/python3.11/aifc.py" - }, - { - "path": "usr/lib/python3.11/antigravity.py" - }, - { - "path": "usr/lib/python3.11/argparse.py" - }, - { - "path": "usr/lib/python3.11/ast.py" - }, - { - "path": "usr/lib/python3.11/asynchat.py" - }, - { - "path": "usr/lib/python3.11/asyncio" - }, - { - "path": "usr/lib/python3.11/asyncio/__init__.py" - }, - { - "path": "usr/lib/python3.11/asyncio/__main__.py" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/__main__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/base_events.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/base_futures.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/base_subprocess.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/base_tasks.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/constants.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/coroutines.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/events.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/exceptions.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/format_helpers.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/futures.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/locks.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/log.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/mixins.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/proactor_events.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/protocols.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/queues.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/runners.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/selector_events.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/sslproto.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/staggered.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/streams.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/subprocess.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/taskgroups.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/tasks.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/threads.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/timeouts.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/transports.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/trsock.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/unix_events.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/windows_events.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/windows_utils.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/base_events.py" - }, - { - "path": "usr/lib/python3.11/asyncio/base_futures.py" - }, - { - "path": "usr/lib/python3.11/asyncio/base_subprocess.py" - }, - { - "path": "usr/lib/python3.11/asyncio/base_tasks.py" - }, - { - "path": "usr/lib/python3.11/asyncio/constants.py" - }, - { - "path": "usr/lib/python3.11/asyncio/coroutines.py" - }, - { - "path": "usr/lib/python3.11/asyncio/events.py" - }, - { - "path": "usr/lib/python3.11/asyncio/exceptions.py" - }, - { - "path": "usr/lib/python3.11/asyncio/format_helpers.py" - }, - { - "path": "usr/lib/python3.11/asyncio/futures.py" - }, - { - "path": "usr/lib/python3.11/asyncio/locks.py" - }, - { - "path": "usr/lib/python3.11/asyncio/log.py" - }, - { - "path": "usr/lib/python3.11/asyncio/mixins.py" - }, - { - "path": "usr/lib/python3.11/asyncio/proactor_events.py" - }, - { - "path": "usr/lib/python3.11/asyncio/protocols.py" - }, - { - "path": "usr/lib/python3.11/asyncio/queues.py" - }, - { - "path": "usr/lib/python3.11/asyncio/runners.py" - }, - { - "path": "usr/lib/python3.11/asyncio/selector_events.py" - }, - { - "path": "usr/lib/python3.11/asyncio/sslproto.py" - }, - { - "path": "usr/lib/python3.11/asyncio/staggered.py" - }, - { - "path": "usr/lib/python3.11/asyncio/streams.py" - }, - { - "path": "usr/lib/python3.11/asyncio/subprocess.py" - }, - { - "path": "usr/lib/python3.11/asyncio/taskgroups.py" - }, - { - "path": "usr/lib/python3.11/asyncio/tasks.py" - }, - { - "path": "usr/lib/python3.11/asyncio/threads.py" - }, - { - "path": "usr/lib/python3.11/asyncio/timeouts.py" - }, - { - "path": "usr/lib/python3.11/asyncio/transports.py" - }, - { - "path": "usr/lib/python3.11/asyncio/trsock.py" - }, - { - "path": "usr/lib/python3.11/asyncio/unix_events.py" - }, - { - "path": "usr/lib/python3.11/asyncio/windows_events.py" - }, - { - "path": "usr/lib/python3.11/asyncio/windows_utils.py" - }, - { - "path": "usr/lib/python3.11/asyncore.py" - }, - { - "path": "usr/lib/python3.11/base64.py" - }, - { - "path": "usr/lib/python3.11/bdb.py" - }, - { - "path": "usr/lib/python3.11/bisect.py" - }, - { - "path": "usr/lib/python3.11/bz2.py" - }, - { - "path": "usr/lib/python3.11/cProfile.py" - }, - { - "path": "usr/lib/python3.11/calendar.py" - }, - { - "path": "usr/lib/python3.11/cgi.py" - }, - { - "path": "usr/lib/python3.11/cgitb.py" - }, - { - "path": "usr/lib/python3.11/chunk.py" - }, - { - "path": "usr/lib/python3.11/cmd.py" - }, - { - "path": "usr/lib/python3.11/code.py" - }, - { - "path": "usr/lib/python3.11/codecs.py" - }, - { - "path": "usr/lib/python3.11/codeop.py" - }, - { - "path": "usr/lib/python3.11/collections" - }, - { - "path": "usr/lib/python3.11/collections/__init__.py" - }, - { - "path": "usr/lib/python3.11/collections/__pycache__" - }, - { - "path": "usr/lib/python3.11/collections/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/collections/__pycache__/abc.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/collections/abc.py" - }, - { - "path": "usr/lib/python3.11/colorsys.py" - }, - { - "path": "usr/lib/python3.11/compileall.py" - }, - { - "path": "usr/lib/python3.11/concurrent" - }, - { - "path": "usr/lib/python3.11/concurrent/__init__.py" - }, - { - "path": "usr/lib/python3.11/concurrent/__pycache__" - }, - { - "path": "usr/lib/python3.11/concurrent/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/concurrent/futures" - }, - { - "path": "usr/lib/python3.11/concurrent/futures/__init__.py" - }, - { - "path": "usr/lib/python3.11/concurrent/futures/__pycache__" - }, - { - "path": "usr/lib/python3.11/concurrent/futures/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/concurrent/futures/__pycache__/_base.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/concurrent/futures/__pycache__/process.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/concurrent/futures/__pycache__/thread.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/concurrent/futures/_base.py" - }, - { - "path": "usr/lib/python3.11/concurrent/futures/process.py" - }, - { - "path": "usr/lib/python3.11/concurrent/futures/thread.py" - }, - { - "path": "usr/lib/python3.11/configparser.py" - }, - { - "path": "usr/lib/python3.11/contextlib.py" - }, - { - "path": "usr/lib/python3.11/contextvars.py" - }, - { - "path": "usr/lib/python3.11/copy.py" - }, - { - "path": "usr/lib/python3.11/copyreg.py" - }, - { - "path": "usr/lib/python3.11/crypt.py" - }, - { - "path": "usr/lib/python3.11/csv.py" - }, - { - "path": "usr/lib/python3.11/ctypes" - }, - { - "path": "usr/lib/python3.11/ctypes/__init__.py" - }, - { - "path": "usr/lib/python3.11/ctypes/__pycache__" - }, - { - "path": "usr/lib/python3.11/ctypes/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/ctypes/__pycache__/_aix.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/ctypes/__pycache__/_endian.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/ctypes/__pycache__/util.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/ctypes/__pycache__/wintypes.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/ctypes/_aix.py" - }, - { - "path": "usr/lib/python3.11/ctypes/_endian.py" - }, - { - "path": "usr/lib/python3.11/ctypes/macholib" - }, - { - "path": "usr/lib/python3.11/ctypes/macholib/README.ctypes" - }, - { - "path": "usr/lib/python3.11/ctypes/macholib/__init__.py" - }, - { - "path": "usr/lib/python3.11/ctypes/macholib/__pycache__" - }, - { - "path": "usr/lib/python3.11/ctypes/macholib/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/ctypes/macholib/__pycache__/dyld.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/ctypes/macholib/__pycache__/dylib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/ctypes/macholib/__pycache__/framework.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/ctypes/macholib/dyld.py" - }, - { - "path": "usr/lib/python3.11/ctypes/macholib/dylib.py" - }, - { - "path": "usr/lib/python3.11/ctypes/macholib/fetch_macholib" - }, - { - "path": "usr/lib/python3.11/ctypes/macholib/fetch_macholib.bat" - }, - { - "path": "usr/lib/python3.11/ctypes/macholib/framework.py" - }, - { - "path": "usr/lib/python3.11/ctypes/util.py" - }, - { - "path": "usr/lib/python3.11/ctypes/wintypes.py" - }, - { - "path": "usr/lib/python3.11/curses" - }, - { - "path": "usr/lib/python3.11/curses/__init__.py" - }, - { - "path": "usr/lib/python3.11/curses/__pycache__" - }, - { - "path": "usr/lib/python3.11/curses/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/curses/__pycache__/ascii.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/curses/__pycache__/has_key.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/curses/__pycache__/panel.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/curses/__pycache__/textpad.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/curses/ascii.py" - }, - { - "path": "usr/lib/python3.11/curses/has_key.py" - }, - { - "path": "usr/lib/python3.11/curses/panel.py" - }, - { - "path": "usr/lib/python3.11/curses/textpad.py" - }, - { - "path": "usr/lib/python3.11/dataclasses.py" - }, - { - "path": "usr/lib/python3.11/datetime.py" - }, - { - "path": "usr/lib/python3.11/dbm" - }, - { - "path": "usr/lib/python3.11/dbm/__init__.py" - }, - { - "path": "usr/lib/python3.11/dbm/__pycache__" - }, - { - "path": "usr/lib/python3.11/dbm/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/dbm/__pycache__/dumb.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/dbm/__pycache__/gnu.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/dbm/__pycache__/ndbm.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/dbm/dumb.py" - }, - { - "path": "usr/lib/python3.11/dbm/gnu.py" - }, - { - "path": "usr/lib/python3.11/dbm/ndbm.py" - }, - { - "path": "usr/lib/python3.11/decimal.py" - }, - { - "path": "usr/lib/python3.11/difflib.py" - }, - { - "path": "usr/lib/python3.11/dis.py" - }, - { - "path": "usr/lib/python3.11/distutils" - }, - { - "path": "usr/lib/python3.11/distutils/README" - }, - { - "path": "usr/lib/python3.11/distutils/__init__.py" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/_msvccompiler.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/archive_util.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/bcppcompiler.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/ccompiler.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/cmd.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/config.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/core.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/cygwinccompiler.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/debug.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/dep_util.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/dir_util.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/dist.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/errors.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/extension.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/fancy_getopt.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/file_util.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/filelist.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/log.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/msvc9compiler.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/msvccompiler.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/spawn.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/sysconfig.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/text_file.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/unixccompiler.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/util.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/version.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/versionpredicate.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/_msvccompiler.py" - }, - { - "path": "usr/lib/python3.11/distutils/archive_util.py" - }, - { - "path": "usr/lib/python3.11/distutils/bcppcompiler.py" - }, - { - "path": "usr/lib/python3.11/distutils/ccompiler.py" - }, - { - "path": "usr/lib/python3.11/distutils/cmd.py" - }, - { - "path": "usr/lib/python3.11/distutils/command" - }, - { - "path": "usr/lib/python3.11/distutils/command/__init__.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/bdist.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/bdist_dumb.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/bdist_rpm.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/build.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/build_clib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/build_ext.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/build_py.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/build_scripts.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/check.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/clean.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/config.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/install.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/install_data.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/install_egg_info.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/install_headers.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/install_lib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/install_scripts.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/register.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/sdist.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/upload.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/bdist.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/bdist_dumb.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/bdist_rpm.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/build.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/build_clib.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/build_ext.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/build_py.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/build_scripts.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/check.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/clean.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/command_template" - }, - { - "path": "usr/lib/python3.11/distutils/command/config.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/install.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/install_data.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/install_egg_info.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/install_headers.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/install_lib.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/install_scripts.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/register.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/sdist.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/upload.py" - }, - { - "path": "usr/lib/python3.11/distutils/config.py" - }, - { - "path": "usr/lib/python3.11/distutils/core.py" - }, - { - "path": "usr/lib/python3.11/distutils/cygwinccompiler.py" - }, - { - "path": "usr/lib/python3.11/distutils/debug.py" - }, - { - "path": "usr/lib/python3.11/distutils/dep_util.py" - }, - { - "path": "usr/lib/python3.11/distutils/dir_util.py" - }, - { - "path": "usr/lib/python3.11/distutils/dist.py" - }, - { - "path": "usr/lib/python3.11/distutils/errors.py" - }, - { - "path": "usr/lib/python3.11/distutils/extension.py" - }, - { - "path": "usr/lib/python3.11/distutils/fancy_getopt.py" - }, - { - "path": "usr/lib/python3.11/distutils/file_util.py" - }, - { - "path": "usr/lib/python3.11/distutils/filelist.py" - }, - { - "path": "usr/lib/python3.11/distutils/log.py" - }, - { - "path": "usr/lib/python3.11/distutils/msvc9compiler.py" - }, - { - "path": "usr/lib/python3.11/distutils/msvccompiler.py" - }, - { - "path": "usr/lib/python3.11/distutils/spawn.py" - }, - { - "path": "usr/lib/python3.11/distutils/sysconfig.py" - }, - { - "path": "usr/lib/python3.11/distutils/text_file.py" - }, - { - "path": "usr/lib/python3.11/distutils/unixccompiler.py" - }, - { - "path": "usr/lib/python3.11/distutils/util.py" - }, - { - "path": "usr/lib/python3.11/distutils/version.py" - }, - { - "path": "usr/lib/python3.11/distutils/versionpredicate.py" - }, - { - "path": "usr/lib/python3.11/doctest.py" - }, - { - "path": "usr/lib/python3.11/email" - }, - { - "path": "usr/lib/python3.11/email/__init__.py" - }, - { - "path": "usr/lib/python3.11/email/__pycache__" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/_encoded_words.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/_header_value_parser.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/_parseaddr.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/_policybase.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/base64mime.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/charset.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/contentmanager.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/encoders.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/errors.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/feedparser.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/generator.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/header.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/headerregistry.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/iterators.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/message.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/parser.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/policy.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/quoprimime.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/utils.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/_encoded_words.py" - }, - { - "path": "usr/lib/python3.11/email/_header_value_parser.py" - }, - { - "path": "usr/lib/python3.11/email/_parseaddr.py" - }, - { - "path": "usr/lib/python3.11/email/_policybase.py" - }, - { - "path": "usr/lib/python3.11/email/architecture.rst" - }, - { - "path": "usr/lib/python3.11/email/base64mime.py" - }, - { - "path": "usr/lib/python3.11/email/charset.py" - }, - { - "path": "usr/lib/python3.11/email/contentmanager.py" - }, - { - "path": "usr/lib/python3.11/email/encoders.py" - }, - { - "path": "usr/lib/python3.11/email/errors.py" - }, - { - "path": "usr/lib/python3.11/email/feedparser.py" - }, - { - "path": "usr/lib/python3.11/email/generator.py" - }, - { - "path": "usr/lib/python3.11/email/header.py" - }, - { - "path": "usr/lib/python3.11/email/headerregistry.py" - }, - { - "path": "usr/lib/python3.11/email/iterators.py" - }, - { - "path": "usr/lib/python3.11/email/message.py" - }, - { - "path": "usr/lib/python3.11/email/mime" - }, - { - "path": "usr/lib/python3.11/email/mime/__init__.py" - }, - { - "path": "usr/lib/python3.11/email/mime/__pycache__" - }, - { - "path": "usr/lib/python3.11/email/mime/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/mime/__pycache__/application.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/mime/__pycache__/audio.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/mime/__pycache__/base.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/mime/__pycache__/image.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/mime/__pycache__/message.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/mime/__pycache__/multipart.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/mime/__pycache__/nonmultipart.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/mime/__pycache__/text.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/mime/application.py" - }, - { - "path": "usr/lib/python3.11/email/mime/audio.py" - }, - { - "path": "usr/lib/python3.11/email/mime/base.py" - }, - { - "path": "usr/lib/python3.11/email/mime/image.py" - }, - { - "path": "usr/lib/python3.11/email/mime/message.py" - }, - { - "path": "usr/lib/python3.11/email/mime/multipart.py" - }, - { - "path": "usr/lib/python3.11/email/mime/nonmultipart.py" - }, - { - "path": "usr/lib/python3.11/email/mime/text.py" - }, - { - "path": "usr/lib/python3.11/email/parser.py" - }, - { - "path": "usr/lib/python3.11/email/policy.py" - }, - { - "path": "usr/lib/python3.11/email/quoprimime.py" - }, - { - "path": "usr/lib/python3.11/email/utils.py" - }, - { - "path": "usr/lib/python3.11/encodings" - }, - { - "path": "usr/lib/python3.11/encodings/__init__.py" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/aliases.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/ascii.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/base64_codec.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/big5.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/big5hkscs.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/bz2_codec.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/charmap.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp037.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp1006.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp1026.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp1125.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp1140.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp1250.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp1251.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp1252.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp1253.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp1254.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp1255.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp1256.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp1257.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp1258.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp273.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp424.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp437.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp500.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp720.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp737.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp775.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp850.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp852.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp855.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp856.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp857.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp858.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp860.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp861.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp862.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp863.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp864.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp865.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp866.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp869.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp874.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp875.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp932.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp949.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp950.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/euc_jis_2004.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/euc_jisx0213.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/euc_jp.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/euc_kr.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/gb18030.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/gb2312.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/gbk.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/hex_codec.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/hp_roman8.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/hz.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/idna.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso2022_jp.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso2022_jp_1.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso2022_jp_2.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso2022_jp_2004.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso2022_jp_3.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso2022_jp_ext.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso2022_kr.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_1.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_10.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_11.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_13.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_14.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_15.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_16.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_2.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_3.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_4.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_5.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_6.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_7.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_8.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_9.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/johab.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/koi8_r.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/koi8_t.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/koi8_u.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/kz1048.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/latin_1.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/mac_arabic.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/mac_croatian.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/mac_cyrillic.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/mac_farsi.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/mac_greek.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/mac_iceland.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/mac_latin2.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/mac_roman.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/mac_romanian.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/mac_turkish.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/mbcs.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/oem.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/palmos.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/ptcp154.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/punycode.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/quopri_codec.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/raw_unicode_escape.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/rot_13.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/shift_jis.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/shift_jis_2004.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/shift_jisx0213.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/tis_620.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/undefined.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/unicode_escape.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/utf_16.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/utf_16_be.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/utf_16_le.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/utf_32.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/utf_32_be.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/utf_32_le.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/utf_7.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/utf_8.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/utf_8_sig.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/uu_codec.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/zlib_codec.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/aliases.py" - }, - { - "path": "usr/lib/python3.11/encodings/ascii.py" - }, - { - "path": "usr/lib/python3.11/encodings/base64_codec.py" - }, - { - "path": "usr/lib/python3.11/encodings/big5.py" - }, - { - "path": "usr/lib/python3.11/encodings/big5hkscs.py" - }, - { - "path": "usr/lib/python3.11/encodings/bz2_codec.py" - }, - { - "path": "usr/lib/python3.11/encodings/charmap.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp037.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp1006.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp1026.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp1125.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp1140.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp1250.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp1251.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp1252.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp1253.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp1254.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp1255.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp1256.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp1257.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp1258.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp273.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp424.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp437.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp500.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp720.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp737.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp775.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp850.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp852.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp855.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp856.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp857.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp858.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp860.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp861.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp862.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp863.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp864.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp865.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp866.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp869.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp874.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp875.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp932.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp949.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp950.py" - }, - { - "path": "usr/lib/python3.11/encodings/euc_jis_2004.py" - }, - { - "path": "usr/lib/python3.11/encodings/euc_jisx0213.py" - }, - { - "path": "usr/lib/python3.11/encodings/euc_jp.py" - }, - { - "path": "usr/lib/python3.11/encodings/euc_kr.py" - }, - { - "path": "usr/lib/python3.11/encodings/gb18030.py" - }, - { - "path": "usr/lib/python3.11/encodings/gb2312.py" - }, - { - "path": "usr/lib/python3.11/encodings/gbk.py" - }, - { - "path": "usr/lib/python3.11/encodings/hex_codec.py" - }, - { - "path": "usr/lib/python3.11/encodings/hp_roman8.py" - }, - { - "path": "usr/lib/python3.11/encodings/hz.py" - }, - { - "path": "usr/lib/python3.11/encodings/idna.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso2022_jp.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso2022_jp_1.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso2022_jp_2.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso2022_jp_2004.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso2022_jp_3.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso2022_jp_ext.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso2022_kr.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_1.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_10.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_11.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_13.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_14.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_15.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_16.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_2.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_3.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_4.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_5.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_6.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_7.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_8.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_9.py" - }, - { - "path": "usr/lib/python3.11/encodings/johab.py" - }, - { - "path": "usr/lib/python3.11/encodings/koi8_r.py" - }, - { - "path": "usr/lib/python3.11/encodings/koi8_t.py" - }, - { - "path": "usr/lib/python3.11/encodings/koi8_u.py" - }, - { - "path": "usr/lib/python3.11/encodings/kz1048.py" - }, - { - "path": "usr/lib/python3.11/encodings/latin_1.py" - }, - { - "path": "usr/lib/python3.11/encodings/mac_arabic.py" - }, - { - "path": "usr/lib/python3.11/encodings/mac_croatian.py" - }, - { - "path": "usr/lib/python3.11/encodings/mac_cyrillic.py" - }, - { - "path": "usr/lib/python3.11/encodings/mac_farsi.py" - }, - { - "path": "usr/lib/python3.11/encodings/mac_greek.py" - }, - { - "path": "usr/lib/python3.11/encodings/mac_iceland.py" - }, - { - "path": "usr/lib/python3.11/encodings/mac_latin2.py" - }, - { - "path": "usr/lib/python3.11/encodings/mac_roman.py" - }, - { - "path": "usr/lib/python3.11/encodings/mac_romanian.py" - }, - { - "path": "usr/lib/python3.11/encodings/mac_turkish.py" - }, - { - "path": "usr/lib/python3.11/encodings/mbcs.py" - }, - { - "path": "usr/lib/python3.11/encodings/oem.py" - }, - { - "path": "usr/lib/python3.11/encodings/palmos.py" - }, - { - "path": "usr/lib/python3.11/encodings/ptcp154.py" - }, - { - "path": "usr/lib/python3.11/encodings/punycode.py" - }, - { - "path": "usr/lib/python3.11/encodings/quopri_codec.py" - }, - { - "path": "usr/lib/python3.11/encodings/raw_unicode_escape.py" - }, - { - "path": "usr/lib/python3.11/encodings/rot_13.py" - }, - { - "path": "usr/lib/python3.11/encodings/shift_jis.py" - }, - { - "path": "usr/lib/python3.11/encodings/shift_jis_2004.py" - }, - { - "path": "usr/lib/python3.11/encodings/shift_jisx0213.py" - }, - { - "path": "usr/lib/python3.11/encodings/tis_620.py" - }, - { - "path": "usr/lib/python3.11/encodings/undefined.py" - }, - { - "path": "usr/lib/python3.11/encodings/unicode_escape.py" - }, - { - "path": "usr/lib/python3.11/encodings/utf_16.py" - }, - { - "path": "usr/lib/python3.11/encodings/utf_16_be.py" - }, - { - "path": "usr/lib/python3.11/encodings/utf_16_le.py" - }, - { - "path": "usr/lib/python3.11/encodings/utf_32.py" - }, - { - "path": "usr/lib/python3.11/encodings/utf_32_be.py" - }, - { - "path": "usr/lib/python3.11/encodings/utf_32_le.py" - }, - { - "path": "usr/lib/python3.11/encodings/utf_7.py" - }, - { - "path": "usr/lib/python3.11/encodings/utf_8.py" - }, - { - "path": "usr/lib/python3.11/encodings/utf_8_sig.py" - }, - { - "path": "usr/lib/python3.11/encodings/uu_codec.py" - }, - { - "path": "usr/lib/python3.11/encodings/zlib_codec.py" - }, - { - "path": "usr/lib/python3.11/ensurepip" - }, - { - "path": "usr/lib/python3.11/ensurepip/__init__.py" - }, - { - "path": "usr/lib/python3.11/ensurepip/__main__.py" - }, - { - "path": "usr/lib/python3.11/ensurepip/__pycache__" - }, - { - "path": "usr/lib/python3.11/ensurepip/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/ensurepip/__pycache__/__main__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/ensurepip/__pycache__/_uninstall.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/ensurepip/_bundled" - }, - { - "path": "usr/lib/python3.11/ensurepip/_bundled/pip-24.0-py3-none-any.whl" - }, - { - "path": "usr/lib/python3.11/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl" - }, - { - "path": "usr/lib/python3.11/ensurepip/_uninstall.py" - }, - { - "path": "usr/lib/python3.11/enum.py" - }, - { - "path": "usr/lib/python3.11/filecmp.py" - }, - { - "path": "usr/lib/python3.11/fileinput.py" - }, - { - "path": "usr/lib/python3.11/fnmatch.py" - }, - { - "path": "usr/lib/python3.11/fractions.py" - }, - { - "path": "usr/lib/python3.11/ftplib.py" - }, - { - "path": "usr/lib/python3.11/functools.py" - }, - { - "path": "usr/lib/python3.11/genericpath.py" - }, - { - "path": "usr/lib/python3.11/getopt.py" - }, - { - "path": "usr/lib/python3.11/getpass.py" - }, - { - "path": "usr/lib/python3.11/gettext.py" - }, - { - "path": "usr/lib/python3.11/glob.py" - }, - { - "path": "usr/lib/python3.11/graphlib.py" - }, - { - "path": "usr/lib/python3.11/gzip.py" - }, - { - "path": "usr/lib/python3.11/hashlib.py" - }, - { - "path": "usr/lib/python3.11/heapq.py" - }, - { - "path": "usr/lib/python3.11/hmac.py" - }, - { - "path": "usr/lib/python3.11/html" - }, - { - "path": "usr/lib/python3.11/html/__init__.py" - }, - { - "path": "usr/lib/python3.11/html/__pycache__" - }, - { - "path": "usr/lib/python3.11/html/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/html/__pycache__/entities.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/html/__pycache__/parser.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/html/entities.py" - }, - { - "path": "usr/lib/python3.11/html/parser.py" - }, - { - "path": "usr/lib/python3.11/http" - }, - { - "path": "usr/lib/python3.11/http/__init__.py" - }, - { - "path": "usr/lib/python3.11/http/__pycache__" - }, - { - "path": "usr/lib/python3.11/http/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/http/__pycache__/client.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/http/__pycache__/cookiejar.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/http/__pycache__/cookies.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/http/__pycache__/server.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/http/client.py" - }, - { - "path": "usr/lib/python3.11/http/cookiejar.py" - }, - { - "path": "usr/lib/python3.11/http/cookies.py" - }, - { - "path": "usr/lib/python3.11/http/server.py" - }, - { - "path": "usr/lib/python3.11/idlelib" - }, - { - "path": "usr/lib/python3.11/idlelib/CREDITS.txt" - }, - { - "path": "usr/lib/python3.11/idlelib/ChangeLog" - }, - { - "path": "usr/lib/python3.11/idlelib/HISTORY.txt" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/README.txt" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/folder.gif" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/idle.ico" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/idle_16.gif" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/idle_16.png" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/idle_256.png" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/idle_32.gif" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/idle_32.png" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/idle_48.gif" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/idle_48.png" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/minusnode.gif" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/openfolder.gif" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/plusnode.gif" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/python.gif" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/tk.gif" - }, - { - "path": "usr/lib/python3.11/idlelib/NEWS2x.txt" - }, - { - "path": "usr/lib/python3.11/idlelib/News3.txt" - }, - { - "path": "usr/lib/python3.11/idlelib/README.txt" - }, - { - "path": "usr/lib/python3.11/idlelib/TODO.txt" - }, - { - "path": "usr/lib/python3.11/idlelib/__init__.py" - }, - { - "path": "usr/lib/python3.11/idlelib/__main__.py" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/__main__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/autocomplete.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/autocomplete_w.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/autoexpand.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/browser.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/calltip.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/calltip_w.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/codecontext.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/colorizer.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/config.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/config_key.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/configdialog.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/debugger.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/debugger_r.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/debugobj.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/debugobj_r.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/delegator.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/dynoption.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/editor.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/filelist.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/format.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/grep.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/help.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/help_about.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/history.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/hyperparser.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/idle.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/iomenu.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/macosx.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/mainmenu.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/multicall.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/outwin.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/parenmatch.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/pathbrowser.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/percolator.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/pyparse.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/pyshell.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/query.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/redirector.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/replace.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/rpc.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/run.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/runscript.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/scrolledlist.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/search.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/searchbase.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/searchengine.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/sidebar.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/squeezer.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/stackviewer.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/statusbar.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/textview.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/tooltip.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/tree.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/undo.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/util.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/window.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/zoomheight.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/zzdummy.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/autocomplete.py" - }, - { - "path": "usr/lib/python3.11/idlelib/autocomplete_w.py" - }, - { - "path": "usr/lib/python3.11/idlelib/autoexpand.py" - }, - { - "path": "usr/lib/python3.11/idlelib/browser.py" - }, - { - "path": "usr/lib/python3.11/idlelib/calltip.py" - }, - { - "path": "usr/lib/python3.11/idlelib/calltip_w.py" - }, - { - "path": "usr/lib/python3.11/idlelib/codecontext.py" - }, - { - "path": "usr/lib/python3.11/idlelib/colorizer.py" - }, - { - "path": "usr/lib/python3.11/idlelib/config-extensions.def" - }, - { - "path": "usr/lib/python3.11/idlelib/config-highlight.def" - }, - { - "path": "usr/lib/python3.11/idlelib/config-keys.def" - }, - { - "path": "usr/lib/python3.11/idlelib/config-main.def" - }, - { - "path": "usr/lib/python3.11/idlelib/config.py" - }, - { - "path": "usr/lib/python3.11/idlelib/config_key.py" - }, - { - "path": "usr/lib/python3.11/idlelib/configdialog.py" - }, - { - "path": "usr/lib/python3.11/idlelib/debugger.py" - }, - { - "path": "usr/lib/python3.11/idlelib/debugger_r.py" - }, - { - "path": "usr/lib/python3.11/idlelib/debugobj.py" - }, - { - "path": "usr/lib/python3.11/idlelib/debugobj_r.py" - }, - { - "path": "usr/lib/python3.11/idlelib/delegator.py" - }, - { - "path": "usr/lib/python3.11/idlelib/dynoption.py" - }, - { - "path": "usr/lib/python3.11/idlelib/editor.py" - }, - { - "path": "usr/lib/python3.11/idlelib/extend.txt" - }, - { - "path": "usr/lib/python3.11/idlelib/filelist.py" - }, - { - "path": "usr/lib/python3.11/idlelib/format.py" - }, - { - "path": "usr/lib/python3.11/idlelib/grep.py" - }, - { - "path": "usr/lib/python3.11/idlelib/help.html" - }, - { - "path": "usr/lib/python3.11/idlelib/help.py" - }, - { - "path": "usr/lib/python3.11/idlelib/help_about.py" - }, - { - "path": "usr/lib/python3.11/idlelib/history.py" - }, - { - "path": "usr/lib/python3.11/idlelib/hyperparser.py" - }, - { - "path": "usr/lib/python3.11/idlelib/idle.bat" - }, - { - "path": "usr/lib/python3.11/idlelib/idle.py" - }, - { - "path": "usr/lib/python3.11/idlelib/idle.pyw" - }, - { - "path": "usr/lib/python3.11/idlelib/iomenu.py" - }, - { - "path": "usr/lib/python3.11/idlelib/macosx.py" - }, - { - "path": "usr/lib/python3.11/idlelib/mainmenu.py" - }, - { - "path": "usr/lib/python3.11/idlelib/multicall.py" - }, - { - "path": "usr/lib/python3.11/idlelib/outwin.py" - }, - { - "path": "usr/lib/python3.11/idlelib/parenmatch.py" - }, - { - "path": "usr/lib/python3.11/idlelib/pathbrowser.py" - }, - { - "path": "usr/lib/python3.11/idlelib/percolator.py" - }, - { - "path": "usr/lib/python3.11/idlelib/pyparse.py" - }, - { - "path": "usr/lib/python3.11/idlelib/pyshell.py" - }, - { - "path": "usr/lib/python3.11/idlelib/query.py" - }, - { - "path": "usr/lib/python3.11/idlelib/redirector.py" - }, - { - "path": "usr/lib/python3.11/idlelib/replace.py" - }, - { - "path": "usr/lib/python3.11/idlelib/rpc.py" - }, - { - "path": "usr/lib/python3.11/idlelib/run.py" - }, - { - "path": "usr/lib/python3.11/idlelib/runscript.py" - }, - { - "path": "usr/lib/python3.11/idlelib/scrolledlist.py" - }, - { - "path": "usr/lib/python3.11/idlelib/search.py" - }, - { - "path": "usr/lib/python3.11/idlelib/searchbase.py" - }, - { - "path": "usr/lib/python3.11/idlelib/searchengine.py" - }, - { - "path": "usr/lib/python3.11/idlelib/sidebar.py" - }, - { - "path": "usr/lib/python3.11/idlelib/squeezer.py" - }, - { - "path": "usr/lib/python3.11/idlelib/stackviewer.py" - }, - { - "path": "usr/lib/python3.11/idlelib/statusbar.py" - }, - { - "path": "usr/lib/python3.11/idlelib/textview.py" - }, - { - "path": "usr/lib/python3.11/idlelib/tooltip.py" - }, - { - "path": "usr/lib/python3.11/idlelib/tree.py" - }, - { - "path": "usr/lib/python3.11/idlelib/undo.py" - }, - { - "path": "usr/lib/python3.11/idlelib/util.py" - }, - { - "path": "usr/lib/python3.11/idlelib/window.py" - }, - { - "path": "usr/lib/python3.11/idlelib/zoomheight.py" - }, - { - "path": "usr/lib/python3.11/idlelib/zzdummy.py" - }, - { - "path": "usr/lib/python3.11/imaplib.py" - }, - { - "path": "usr/lib/python3.11/imghdr.py" - }, - { - "path": "usr/lib/python3.11/imp.py" - }, - { - "path": "usr/lib/python3.11/importlib" - }, - { - "path": "usr/lib/python3.11/importlib/__init__.py" - }, - { - "path": "usr/lib/python3.11/importlib/__pycache__" - }, - { - "path": "usr/lib/python3.11/importlib/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/__pycache__/_abc.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/__pycache__/_bootstrap.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/__pycache__/_bootstrap_external.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/__pycache__/abc.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/__pycache__/machinery.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/__pycache__/readers.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/__pycache__/simple.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/__pycache__/util.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/_abc.py" - }, - { - "path": "usr/lib/python3.11/importlib/_bootstrap.py" - }, - { - "path": "usr/lib/python3.11/importlib/_bootstrap_external.py" - }, - { - "path": "usr/lib/python3.11/importlib/abc.py" - }, - { - "path": "usr/lib/python3.11/importlib/machinery.py" - }, - { - "path": "usr/lib/python3.11/importlib/metadata" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/__init__.py" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/__pycache__" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/__pycache__/_adapters.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/__pycache__/_collections.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/__pycache__/_functools.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/__pycache__/_itertools.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/__pycache__/_meta.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/__pycache__/_text.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/_adapters.py" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/_collections.py" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/_functools.py" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/_itertools.py" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/_meta.py" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/_text.py" - }, - { - "path": "usr/lib/python3.11/importlib/readers.py" - }, - { - "path": "usr/lib/python3.11/importlib/resources" - }, - { - "path": "usr/lib/python3.11/importlib/resources/__init__.py" - }, - { - "path": "usr/lib/python3.11/importlib/resources/__pycache__" - }, - { - "path": "usr/lib/python3.11/importlib/resources/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/resources/__pycache__/_adapters.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/resources/__pycache__/_common.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/resources/__pycache__/_itertools.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/resources/__pycache__/_legacy.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/resources/__pycache__/abc.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/resources/__pycache__/readers.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/resources/__pycache__/simple.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/resources/_adapters.py" - }, - { - "path": "usr/lib/python3.11/importlib/resources/_common.py" - }, - { - "path": "usr/lib/python3.11/importlib/resources/_itertools.py" - }, - { - "path": "usr/lib/python3.11/importlib/resources/_legacy.py" - }, - { - "path": "usr/lib/python3.11/importlib/resources/abc.py" - }, - { - "path": "usr/lib/python3.11/importlib/resources/readers.py" - }, - { - "path": "usr/lib/python3.11/importlib/resources/simple.py" - }, - { - "path": "usr/lib/python3.11/importlib/simple.py" - }, - { - "path": "usr/lib/python3.11/importlib/util.py" - }, - { - "path": "usr/lib/python3.11/inspect.py" - }, - { - "path": "usr/lib/python3.11/io.py" - }, - { - "path": "usr/lib/python3.11/ipaddress.py" - }, - { - "path": "usr/lib/python3.11/json" - }, - { - "path": "usr/lib/python3.11/json/__init__.py" - }, - { - "path": "usr/lib/python3.11/json/__pycache__" - }, - { - "path": "usr/lib/python3.11/json/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/json/__pycache__/decoder.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/json/__pycache__/encoder.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/json/__pycache__/scanner.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/json/__pycache__/tool.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/json/decoder.py" - }, - { - "path": "usr/lib/python3.11/json/encoder.py" - }, - { - "path": "usr/lib/python3.11/json/scanner.py" - }, - { - "path": "usr/lib/python3.11/json/tool.py" - }, - { - "path": "usr/lib/python3.11/keyword.py" - }, - { - "path": "usr/lib/python3.11/lib-dynload" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_asyncio.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_bisect.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_blake2.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_bz2.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_codecs_cn.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_codecs_hk.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_codecs_iso2022.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_codecs_jp.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_codecs_kr.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_codecs_tw.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_contextvars.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_crypt.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_csv.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_ctypes.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_ctypes_test.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_curses.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_curses_panel.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_datetime.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_decimal.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_elementtree.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_gdbm.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_hashlib.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_heapq.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_json.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_lsprof.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_lzma.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_multibytecodec.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_multiprocessing.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_opcode.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_pickle.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_posixshmem.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_posixsubprocess.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_queue.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_random.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_socket.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_sqlite3.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_ssl.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_statistics.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_struct.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_testbuffer.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_testcapi.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_testclinic.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_testimportmultiple.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_testinternalcapi.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_testmultiphase.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_typing.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_xxsubinterpreters.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_xxtestfuzz.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_zoneinfo.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/array.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/audioop.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/binascii.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/cmath.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/fcntl.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/grp.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/math.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/mmap.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/ossaudiodev.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/pyexpat.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/readline.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/resource.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/select.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/spwd.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/syslog.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/termios.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/unicodedata.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/xxlimited.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/xxlimited_35.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/zlib.cpython-311-aarch64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib2to3" - }, - { - "path": "usr/lib/python3.11/lib2to3/Grammar.txt" - }, - { - "path": "usr/lib/python3.11/lib2to3/Grammar3.11.9.final.0.pickle" - }, - { - "path": "usr/lib/python3.11/lib2to3/PatternGrammar.txt" - }, - { - "path": "usr/lib/python3.11/lib2to3/PatternGrammar3.11.9.final.0.pickle" - }, - { - "path": "usr/lib/python3.11/lib2to3/__init__.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/__main__.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/__pycache__" - }, - { - "path": "usr/lib/python3.11/lib2to3/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/__pycache__/__main__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/__pycache__/btm_matcher.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/__pycache__/btm_utils.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/__pycache__/fixer_base.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/__pycache__/fixer_util.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/__pycache__/main.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/__pycache__/patcomp.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/__pycache__/pygram.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/__pycache__/pytree.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/__pycache__/refactor.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/btm_matcher.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/btm_utils.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixer_base.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixer_util.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__init__.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_apply.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_asserts.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_basestring.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_buffer.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_dict.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_except.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_exec.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_execfile.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_exitfunc.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_filter.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_funcattrs.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_future.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_getcwdu.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_has_key.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_idioms.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_import.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_imports.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_imports2.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_input.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_intern.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_isinstance.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_itertools.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_itertools_imports.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_long.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_map.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_metaclass.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_methodattrs.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_ne.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_next.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_nonzero.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_numliterals.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_operator.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_paren.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_print.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_raise.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_raw_input.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_reduce.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_reload.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_renames.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_repr.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_set_literal.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_standarderror.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_sys_exc.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_throw.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_tuple_params.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_types.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_unicode.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_urllib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_ws_comma.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_xrange.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_xreadlines.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_zip.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_apply.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_asserts.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_basestring.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_buffer.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_dict.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_except.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_exec.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_execfile.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_exitfunc.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_filter.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_funcattrs.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_future.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_getcwdu.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_has_key.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_idioms.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_import.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_imports.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_imports2.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_input.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_intern.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_isinstance.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_itertools.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_itertools_imports.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_long.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_map.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_metaclass.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_methodattrs.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_ne.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_next.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_nonzero.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_numliterals.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_operator.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_paren.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_print.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_raise.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_raw_input.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_reduce.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_reload.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_renames.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_repr.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_set_literal.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_standarderror.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_sys_exc.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_throw.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_tuple_params.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_types.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_unicode.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_urllib.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_ws_comma.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_xrange.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_xreadlines.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_zip.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/main.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/patcomp.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/__init__.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/__pycache__" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/__pycache__/conv.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/__pycache__/driver.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/__pycache__/grammar.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/__pycache__/literals.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/__pycache__/parse.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/__pycache__/pgen.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/__pycache__/token.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/__pycache__/tokenize.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/conv.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/driver.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/grammar.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/literals.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/parse.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/pgen.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/token.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/tokenize.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/pygram.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/pytree.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/refactor.py" - }, - { - "path": "usr/lib/python3.11/linecache.py" - }, - { - "path": "usr/lib/python3.11/locale.py" - }, - { - "path": "usr/lib/python3.11/logging" - }, - { - "path": "usr/lib/python3.11/logging/__init__.py" - }, - { - "path": "usr/lib/python3.11/logging/__pycache__" - }, - { - "path": "usr/lib/python3.11/logging/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/logging/__pycache__/config.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/logging/__pycache__/handlers.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/logging/config.py" - }, - { - "path": "usr/lib/python3.11/logging/handlers.py" - }, - { - "path": "usr/lib/python3.11/lzma.py" - }, - { - "path": "usr/lib/python3.11/mailbox.py" - }, - { - "path": "usr/lib/python3.11/mailcap.py" - }, - { - "path": "usr/lib/python3.11/mimetypes.py" - }, - { - "path": "usr/lib/python3.11/modulefinder.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__init__.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/connection.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/context.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/forkserver.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/heap.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/managers.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/pool.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/popen_fork.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/popen_forkserver.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/popen_spawn_posix.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/popen_spawn_win32.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/process.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/queues.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/reduction.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/resource_sharer.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/resource_tracker.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/shared_memory.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/sharedctypes.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/spawn.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/synchronize.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/util.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/connection.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/context.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/dummy" - }, - { - "path": "usr/lib/python3.11/multiprocessing/dummy/__init__.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/dummy/__pycache__" - }, - { - "path": "usr/lib/python3.11/multiprocessing/dummy/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/dummy/__pycache__/connection.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/dummy/connection.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/forkserver.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/heap.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/managers.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/pool.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/popen_fork.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/popen_forkserver.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/popen_spawn_posix.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/popen_spawn_win32.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/process.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/queues.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/reduction.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/resource_sharer.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/resource_tracker.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/shared_memory.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/sharedctypes.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/spawn.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/synchronize.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/util.py" - }, - { - "path": "usr/lib/python3.11/netrc.py" - }, - { - "path": "usr/lib/python3.11/nntplib.py" - }, - { - "path": "usr/lib/python3.11/ntpath.py" - }, - { - "path": "usr/lib/python3.11/nturl2path.py" - }, - { - "path": "usr/lib/python3.11/numbers.py" - }, - { - "path": "usr/lib/python3.11/opcode.py" - }, - { - "path": "usr/lib/python3.11/operator.py" - }, - { - "path": "usr/lib/python3.11/optparse.py" - }, - { - "path": "usr/lib/python3.11/os.py" - }, - { - "path": "usr/lib/python3.11/pathlib.py" - }, - { - "path": "usr/lib/python3.11/pdb.py" - }, - { - "path": "usr/lib/python3.11/pickle.py" - }, - { - "path": "usr/lib/python3.11/pickletools.py" - }, - { - "path": "usr/lib/python3.11/pipes.py" - }, - { - "path": "usr/lib/python3.11/pkgutil.py" - }, - { - "path": "usr/lib/python3.11/platform.py" - }, - { - "path": "usr/lib/python3.11/plistlib.py" - }, - { - "path": "usr/lib/python3.11/poplib.py" - }, - { - "path": "usr/lib/python3.11/posixpath.py" - }, - { - "path": "usr/lib/python3.11/pprint.py" - }, - { - "path": "usr/lib/python3.11/profile.py" - }, - { - "path": "usr/lib/python3.11/pstats.py" - }, - { - "path": "usr/lib/python3.11/pty.py" - }, - { - "path": "usr/lib/python3.11/py_compile.py" - }, - { - "path": "usr/lib/python3.11/pyclbr.py" - }, - { - "path": "usr/lib/python3.11/pydoc.py" - }, - { - "path": "usr/lib/python3.11/pydoc_data" - }, - { - "path": "usr/lib/python3.11/pydoc_data/__init__.py" - }, - { - "path": "usr/lib/python3.11/pydoc_data/__pycache__" - }, - { - "path": "usr/lib/python3.11/pydoc_data/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/pydoc_data/__pycache__/topics.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/pydoc_data/_pydoc.css" - }, - { - "path": "usr/lib/python3.11/pydoc_data/topics.py" - }, - { - "path": "usr/lib/python3.11/queue.py" - }, - { - "path": "usr/lib/python3.11/quopri.py" - }, - { - "path": "usr/lib/python3.11/random.py" - }, - { - "path": "usr/lib/python3.11/re" - }, - { - "path": "usr/lib/python3.11/re/__init__.py" - }, - { - "path": "usr/lib/python3.11/re/__pycache__" - }, - { - "path": "usr/lib/python3.11/re/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/re/__pycache__/_casefix.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/re/__pycache__/_compiler.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/re/__pycache__/_constants.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/re/__pycache__/_parser.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/re/_casefix.py" - }, - { - "path": "usr/lib/python3.11/re/_compiler.py" - }, - { - "path": "usr/lib/python3.11/re/_constants.py" - }, - { - "path": "usr/lib/python3.11/re/_parser.py" - }, - { - "path": "usr/lib/python3.11/reprlib.py" - }, - { - "path": "usr/lib/python3.11/rlcompleter.py" - }, - { - "path": "usr/lib/python3.11/runpy.py" - }, - { - "path": "usr/lib/python3.11/sched.py" - }, - { - "path": "usr/lib/python3.11/secrets.py" - }, - { - "path": "usr/lib/python3.11/selectors.py" - }, - { - "path": "usr/lib/python3.11/shelve.py" - }, - { - "path": "usr/lib/python3.11/shlex.py" - }, - { - "path": "usr/lib/python3.11/shutil.py" - }, - { - "path": "usr/lib/python3.11/signal.py" - }, - { - "path": "usr/lib/python3.11/site.py" - }, - { - "path": "usr/lib/python3.11/smtpd.py" - }, - { - "path": "usr/lib/python3.11/smtplib.py" - }, - { - "path": "usr/lib/python3.11/sndhdr.py" - }, - { - "path": "usr/lib/python3.11/socket.py" - }, - { - "path": "usr/lib/python3.11/socketserver.py" - }, - { - "path": "usr/lib/python3.11/sqlite3" - }, - { - "path": "usr/lib/python3.11/sqlite3/__init__.py" - }, - { - "path": "usr/lib/python3.11/sqlite3/__pycache__" - }, - { - "path": "usr/lib/python3.11/sqlite3/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/sqlite3/__pycache__/dbapi2.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/sqlite3/__pycache__/dump.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/sqlite3/dbapi2.py" - }, - { - "path": "usr/lib/python3.11/sqlite3/dump.py" - }, - { - "path": "usr/lib/python3.11/sre_compile.py" - }, - { - "path": "usr/lib/python3.11/sre_constants.py" - }, - { - "path": "usr/lib/python3.11/sre_parse.py" - }, - { - "path": "usr/lib/python3.11/ssl.py" - }, - { - "path": "usr/lib/python3.11/stat.py" - }, - { - "path": "usr/lib/python3.11/statistics.py" - }, - { - "path": "usr/lib/python3.11/string.py" - }, - { - "path": "usr/lib/python3.11/stringprep.py" - }, - { - "path": "usr/lib/python3.11/struct.py" - }, - { - "path": "usr/lib/python3.11/subprocess.py" - }, - { - "path": "usr/lib/python3.11/sunau.py" - }, - { - "path": "usr/lib/python3.11/symtable.py" - }, - { - "path": "usr/lib/python3.11/sysconfig.py" - }, - { - "path": "usr/lib/python3.11/tabnanny.py" - }, - { - "path": "usr/lib/python3.11/tarfile.py" - }, - { - "path": "usr/lib/python3.11/telnetlib.py" - }, - { - "path": "usr/lib/python3.11/tempfile.py" - }, - { - "path": "usr/lib/python3.11/textwrap.py" - }, - { - "path": "usr/lib/python3.11/this.py" - }, - { - "path": "usr/lib/python3.11/threading.py" - }, - { - "path": "usr/lib/python3.11/timeit.py" - }, - { - "path": "usr/lib/python3.11/tkinter" - }, - { - "path": "usr/lib/python3.11/tkinter/__init__.py" - }, - { - "path": "usr/lib/python3.11/tkinter/__main__.py" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__/__main__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__/colorchooser.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__/commondialog.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__/constants.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__/dialog.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__/dnd.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__/filedialog.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__/font.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__/messagebox.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__/scrolledtext.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__/simpledialog.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__/tix.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__/ttk.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tkinter/colorchooser.py" - }, - { - "path": "usr/lib/python3.11/tkinter/commondialog.py" - }, - { - "path": "usr/lib/python3.11/tkinter/constants.py" - }, - { - "path": "usr/lib/python3.11/tkinter/dialog.py" - }, - { - "path": "usr/lib/python3.11/tkinter/dnd.py" - }, - { - "path": "usr/lib/python3.11/tkinter/filedialog.py" - }, - { - "path": "usr/lib/python3.11/tkinter/font.py" - }, - { - "path": "usr/lib/python3.11/tkinter/messagebox.py" - }, - { - "path": "usr/lib/python3.11/tkinter/scrolledtext.py" - }, - { - "path": "usr/lib/python3.11/tkinter/simpledialog.py" - }, - { - "path": "usr/lib/python3.11/tkinter/tix.py" - }, - { - "path": "usr/lib/python3.11/tkinter/ttk.py" - }, - { - "path": "usr/lib/python3.11/token.py" - }, - { - "path": "usr/lib/python3.11/tokenize.py" - }, - { - "path": "usr/lib/python3.11/tomllib" - }, - { - "path": "usr/lib/python3.11/tomllib/__init__.py" - }, - { - "path": "usr/lib/python3.11/tomllib/__pycache__" - }, - { - "path": "usr/lib/python3.11/tomllib/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tomllib/__pycache__/_parser.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tomllib/__pycache__/_re.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tomllib/__pycache__/_types.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tomllib/_parser.py" - }, - { - "path": "usr/lib/python3.11/tomllib/_re.py" - }, - { - "path": "usr/lib/python3.11/tomllib/_types.py" - }, - { - "path": "usr/lib/python3.11/trace.py" - }, - { - "path": "usr/lib/python3.11/traceback.py" - }, - { - "path": "usr/lib/python3.11/tracemalloc.py" - }, - { - "path": "usr/lib/python3.11/tty.py" - }, - { - "path": "usr/lib/python3.11/turtle.py" - }, - { - "path": "usr/lib/python3.11/turtledemo" - }, - { - "path": "usr/lib/python3.11/turtledemo/__init__.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/__main__.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/__main__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/bytedesign.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/chaos.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/clock.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/colormixer.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/forest.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/fractalcurves.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/lindenmayer.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/minimal_hanoi.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/nim.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/paint.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/peace.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/penrose.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/planet_and_moon.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/rosette.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/round_dance.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/sorting_animate.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/tree.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/two_canvases.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/yinyang.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/bytedesign.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/chaos.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/clock.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/colormixer.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/forest.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/fractalcurves.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/lindenmayer.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/minimal_hanoi.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/nim.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/paint.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/peace.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/penrose.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/planet_and_moon.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/rosette.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/round_dance.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/sorting_animate.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/tree.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/turtle.cfg" - }, - { - "path": "usr/lib/python3.11/turtledemo/two_canvases.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/yinyang.py" - }, - { - "path": "usr/lib/python3.11/types.py" - }, - { - "path": "usr/lib/python3.11/typing.py" - }, - { - "path": "usr/lib/python3.11/unittest" - }, - { - "path": "usr/lib/python3.11/unittest/__init__.py" - }, - { - "path": "usr/lib/python3.11/unittest/__main__.py" - }, - { - "path": "usr/lib/python3.11/unittest/__pycache__" - }, - { - "path": "usr/lib/python3.11/unittest/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/unittest/__pycache__/__main__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/unittest/__pycache__/_log.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/unittest/__pycache__/async_case.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/unittest/__pycache__/case.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/unittest/__pycache__/loader.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/unittest/__pycache__/main.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/unittest/__pycache__/mock.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/unittest/__pycache__/result.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/unittest/__pycache__/runner.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/unittest/__pycache__/signals.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/unittest/__pycache__/suite.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/unittest/__pycache__/util.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/unittest/_log.py" - }, - { - "path": "usr/lib/python3.11/unittest/async_case.py" - }, - { - "path": "usr/lib/python3.11/unittest/case.py" - }, - { - "path": "usr/lib/python3.11/unittest/loader.py" - }, - { - "path": "usr/lib/python3.11/unittest/main.py" - }, - { - "path": "usr/lib/python3.11/unittest/mock.py" - }, - { - "path": "usr/lib/python3.11/unittest/result.py" - }, - { - "path": "usr/lib/python3.11/unittest/runner.py" - }, - { - "path": "usr/lib/python3.11/unittest/signals.py" - }, - { - "path": "usr/lib/python3.11/unittest/suite.py" - }, - { - "path": "usr/lib/python3.11/unittest/util.py" - }, - { - "path": "usr/lib/python3.11/urllib" - }, - { - "path": "usr/lib/python3.11/urllib/__init__.py" - }, - { - "path": "usr/lib/python3.11/urllib/__pycache__" - }, - { - "path": "usr/lib/python3.11/urllib/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/urllib/__pycache__/error.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/urllib/__pycache__/parse.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/urllib/__pycache__/request.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/urllib/__pycache__/response.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/urllib/__pycache__/robotparser.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/urllib/error.py" - }, - { - "path": "usr/lib/python3.11/urllib/parse.py" - }, - { - "path": "usr/lib/python3.11/urllib/request.py" - }, - { - "path": "usr/lib/python3.11/urllib/response.py" - }, - { - "path": "usr/lib/python3.11/urllib/robotparser.py" - }, - { - "path": "usr/lib/python3.11/uu.py" - }, - { - "path": "usr/lib/python3.11/uuid.py" - }, - { - "path": "usr/lib/python3.11/venv" - }, - { - "path": "usr/lib/python3.11/venv/__init__.py" - }, - { - "path": "usr/lib/python3.11/venv/__main__.py" - }, - { - "path": "usr/lib/python3.11/venv/__pycache__" - }, - { - "path": "usr/lib/python3.11/venv/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/venv/__pycache__/__main__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/venv/scripts" - }, - { - "path": "usr/lib/python3.11/venv/scripts/common" - }, - { - "path": "usr/lib/python3.11/venv/scripts/common/Activate.ps1" - }, - { - "path": "usr/lib/python3.11/venv/scripts/common/activate" - }, - { - "path": "usr/lib/python3.11/venv/scripts/posix" - }, - { - "path": "usr/lib/python3.11/venv/scripts/posix/activate.csh" - }, - { - "path": "usr/lib/python3.11/venv/scripts/posix/activate.fish" - }, - { - "path": "usr/lib/python3.11/warnings.py" - }, - { - "path": "usr/lib/python3.11/wave.py" - }, - { - "path": "usr/lib/python3.11/weakref.py" - }, - { - "path": "usr/lib/python3.11/webbrowser.py" - }, - { - "path": "usr/lib/python3.11/wsgiref" - }, - { - "path": "usr/lib/python3.11/wsgiref/__init__.py" - }, - { - "path": "usr/lib/python3.11/wsgiref/__pycache__" - }, - { - "path": "usr/lib/python3.11/wsgiref/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/wsgiref/__pycache__/handlers.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/wsgiref/__pycache__/headers.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/wsgiref/__pycache__/simple_server.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/wsgiref/__pycache__/types.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/wsgiref/__pycache__/util.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/wsgiref/__pycache__/validate.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/wsgiref/handlers.py" - }, - { - "path": "usr/lib/python3.11/wsgiref/headers.py" - }, - { - "path": "usr/lib/python3.11/wsgiref/simple_server.py" - }, - { - "path": "usr/lib/python3.11/wsgiref/types.py" - }, - { - "path": "usr/lib/python3.11/wsgiref/util.py" - }, - { - "path": "usr/lib/python3.11/wsgiref/validate.py" - }, - { - "path": "usr/lib/python3.11/xdrlib.py" - }, - { - "path": "usr/lib/python3.11/xml" - }, - { - "path": "usr/lib/python3.11/xml/__init__.py" - }, - { - "path": "usr/lib/python3.11/xml/__pycache__" - }, - { - "path": "usr/lib/python3.11/xml/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/dom" - }, - { - "path": "usr/lib/python3.11/xml/dom/NodeFilter.py" - }, - { - "path": "usr/lib/python3.11/xml/dom/__init__.py" - }, - { - "path": "usr/lib/python3.11/xml/dom/__pycache__" - }, - { - "path": "usr/lib/python3.11/xml/dom/__pycache__/NodeFilter.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/dom/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/dom/__pycache__/domreg.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/dom/__pycache__/expatbuilder.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/dom/__pycache__/minicompat.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/dom/__pycache__/minidom.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/dom/__pycache__/pulldom.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/dom/__pycache__/xmlbuilder.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/dom/domreg.py" - }, - { - "path": "usr/lib/python3.11/xml/dom/expatbuilder.py" - }, - { - "path": "usr/lib/python3.11/xml/dom/minicompat.py" - }, - { - "path": "usr/lib/python3.11/xml/dom/minidom.py" - }, - { - "path": "usr/lib/python3.11/xml/dom/pulldom.py" - }, - { - "path": "usr/lib/python3.11/xml/dom/xmlbuilder.py" - }, - { - "path": "usr/lib/python3.11/xml/etree" - }, - { - "path": "usr/lib/python3.11/xml/etree/ElementInclude.py" - }, - { - "path": "usr/lib/python3.11/xml/etree/ElementPath.py" - }, - { - "path": "usr/lib/python3.11/xml/etree/ElementTree.py" - }, - { - "path": "usr/lib/python3.11/xml/etree/__init__.py" - }, - { - "path": "usr/lib/python3.11/xml/etree/__pycache__" - }, - { - "path": "usr/lib/python3.11/xml/etree/__pycache__/ElementInclude.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/etree/__pycache__/ElementPath.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/etree/__pycache__/ElementTree.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/etree/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/etree/__pycache__/cElementTree.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/etree/cElementTree.py" - }, - { - "path": "usr/lib/python3.11/xml/parsers" - }, - { - "path": "usr/lib/python3.11/xml/parsers/__init__.py" - }, - { - "path": "usr/lib/python3.11/xml/parsers/__pycache__" - }, - { - "path": "usr/lib/python3.11/xml/parsers/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/parsers/__pycache__/expat.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/parsers/expat.py" - }, - { - "path": "usr/lib/python3.11/xml/sax" - }, - { - "path": "usr/lib/python3.11/xml/sax/__init__.py" - }, - { - "path": "usr/lib/python3.11/xml/sax/__pycache__" - }, - { - "path": "usr/lib/python3.11/xml/sax/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/sax/__pycache__/_exceptions.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/sax/__pycache__/expatreader.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/sax/__pycache__/handler.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/sax/__pycache__/saxutils.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/sax/__pycache__/xmlreader.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/sax/_exceptions.py" - }, - { - "path": "usr/lib/python3.11/xml/sax/expatreader.py" - }, - { - "path": "usr/lib/python3.11/xml/sax/handler.py" - }, - { - "path": "usr/lib/python3.11/xml/sax/saxutils.py" - }, - { - "path": "usr/lib/python3.11/xml/sax/xmlreader.py" - }, - { - "path": "usr/lib/python3.11/xmlrpc" - }, - { - "path": "usr/lib/python3.11/xmlrpc/__init__.py" - }, - { - "path": "usr/lib/python3.11/xmlrpc/__pycache__" - }, - { - "path": "usr/lib/python3.11/xmlrpc/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xmlrpc/__pycache__/client.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xmlrpc/__pycache__/server.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xmlrpc/client.py" - }, - { - "path": "usr/lib/python3.11/xmlrpc/server.py" - }, - { - "path": "usr/lib/python3.11/zipapp.py" - }, - { - "path": "usr/lib/python3.11/zipfile.py" - }, - { - "path": "usr/lib/python3.11/zipimport.py" - }, - { - "path": "usr/lib/python3.11/zoneinfo" - }, - { - "path": "usr/lib/python3.11/zoneinfo/__init__.py" - }, - { - "path": "usr/lib/python3.11/zoneinfo/__pycache__" - }, - { - "path": "usr/lib/python3.11/zoneinfo/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/zoneinfo/__pycache__/_common.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/zoneinfo/__pycache__/_tzpath.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/zoneinfo/__pycache__/_zoneinfo.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/zoneinfo/_common.py" - }, - { - "path": "usr/lib/python3.11/zoneinfo/_tzpath.py" - }, - { - "path": "usr/lib/python3.11/zoneinfo/_zoneinfo.py" - }, - { - "path": "var" - }, - { - "path": "var/lib" - }, - { - "path": "var/lib/db" - }, - { - "path": "var/lib/db/sbom" - }, - { - "path": "var/lib/db/sbom/python-3.11-base-3.11.9-r6.spdx.json" - } - ] - } - }, - { - "id": "a145349ac56ab1b1", - "name": "setuptools", - "version": "65.5.0", - "type": "python", - "foundBy": "wheel-cataloger", - "locations": [ - { - "path": "usr/lib/python3.11/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl", - "accessPath": "usr/lib/python3.11/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl" - } - ], - "licenses": [], - "language": "python", - "cpes": [ - { - "cpe": "cpe:2.3:a:python:setuptools:65.5.0:*:*:*:*:*:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:pypi/setuptools@65.5.0" - } - ], - "artifactRelationships": [], - "source": { - "id": "(redacted for determinism)", - "name": "python-3.11-base", - "version": "3.11.9-r6", - "supplier": "chainguard", - "type": "directory", - "metadata": { - "path": "testdata/apks/aarch64/python-3.11-base-3.11.9-r6.apk" - } - }, - "distro": { - "id": "wolfi" - }, - "descriptor": { - "name": "wolfictl", - "version": "" - }, - "schema": { - "version": "", - "url": "" - } -} diff --git a/pkg/sbom/testdata/goldenfiles/aarch64/terraform-1.5.7-r12.apk.syft.json b/pkg/sbom/testdata/goldenfiles/aarch64/terraform-1.5.7-r12.apk.syft.json deleted file mode 100644 index 6beed9641..000000000 --- a/pkg/sbom/testdata/goldenfiles/aarch64/terraform-1.5.7-r12.apk.syft.json +++ /dev/null @@ -1,5980 +0,0 @@ -{ - "artifacts": [ - { - "id": "6c03fe3277ec44f7", - "name": "cloud.google.com/go", - "version": "v0.110.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/cloud.google.com/go@v0.110.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:Zc8gqp3+a9/Eyph2KDmcGaPtbKRIoqq4YTlL4NMD0Ys=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "fc375e66590c199f", - "name": "cloud.google.com/go/compute/metadata", - "version": "v0.2.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go:compute\\/metadata:v0.2.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/cloud.google.com/go/compute@v0.2.3#metadata", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGBW5aJ7UnBMY=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "c62f7d4a539fa8e9", - "name": "cloud.google.com/go/iam", - "version": "v0.13.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go:iam:v0.13.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/cloud.google.com/go/iam@v0.13.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:+CmB+K0J/33d0zSQ9SlFWUeCCEn5XJA0ZMZ3pHE9u8k=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "92481624866996a8", - "name": "cloud.google.com/go/storage", - "version": "v1.28.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go:storage:v1.28.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/cloud.google.com/go/storage@v1.28.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:F5QDG5ChchaAVQhINh24U99OWHURqrW8OmQcGKXcbgI=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "aa801db4b8e641df", - "name": "github.com/Azure/azure-sdk-for-go", - "version": "v59.2.0+incompatible", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Azure:azure-sdk-for-go:v59.2.0\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Azure:azure_sdk_for_go:v59.2.0\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Azure/azure-sdk-for-go@v59.2.0%2Bincompatible", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:mbxiZy1K820hQ+dI+YIO/+a0wQDYqOu18BAGe4lXjVk=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "cd710b61137ffd72", - "name": "github.com/Azure/go-autorest/autorest", - "version": "v0.11.24", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest:v0.11.24:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Azure:go_autorest\\/autorest:v0.11.24:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Azure/go-autorest@v0.11.24#autorest", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:1fIGgHKqVm54KIPT+q8Zmd1QlVsmHqeUGso5qm2BqqE=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e8fd41efa9327d50", - "name": "github.com/Azure/go-autorest/autorest/adal", - "version": "v0.9.18", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/adal:v0.9.18:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/adal:v0.9.18:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Azure/go-autorest@v0.9.18#autorest/adal", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:kLnPsRjzZZUF3K5REu/Kc+qMQrvuza2bwSnNdhmzLfQ=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "78364f12e4a359f0", - "name": "github.com/Azure/go-autorest/autorest/azure/cli", - "version": "v0.4.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/azure\\/cli:v0.4.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/azure\\/cli:v0.4.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Azure/go-autorest@v0.4.4#autorest/azure/cli", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:iuooz5cZL6VRcO7DVSFYxRcouqn6bFVE/e77Wts50Zk=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a6b2b31eb4091d44", - "name": "github.com/Azure/go-autorest/autorest/date", - "version": "v0.3.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/date:v0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/date:v0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Azure/go-autorest@v0.3.0#autorest/date", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "ea7782437e36a65c", - "name": "github.com/Azure/go-autorest/autorest/to", - "version": "v0.4.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/to:v0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/to:v0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Azure/go-autorest@v0.4.0#autorest/to", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:oXVqrxakqqV1UZdSazDOPOLvOIz+XA683u8EctwboHk=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "795ed30b708432e9", - "name": "github.com/Azure/go-autorest/autorest/validation", - "version": "v0.3.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/validation:v0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/validation:v0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Azure/go-autorest@v0.3.1#autorest/validation", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:AgyqjAd94fwNAoTjl/WQXg4VvFeRFpO+UhNyRXqF1ac=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "1354787b2929a11b", - "name": "github.com/Azure/go-autorest/logger", - "version": "v0.2.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Azure:go-autorest\\/logger:v0.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Azure:go_autorest\\/logger:v0.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Azure/go-autorest@v0.2.1#logger", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:IG7i4p/mDa2Ce4TRyAO8IHnVhAVF3RFU+ZtXWSmf4Tg=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b3e716631d9bc774", - "name": "github.com/Azure/go-autorest/tracing", - "version": "v0.6.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Azure:go-autorest\\/tracing:v0.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Azure:go_autorest\\/tracing:v0.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Azure/go-autorest@v0.6.0#tracing", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "60baf469bf500890", - "name": "github.com/Azure/go-ntlmssp", - "version": "v0.0.0-20200615164410-66371956d46c", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Azure:go-ntlmssp:v0.0.0-20200615164410-66371956d46c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Azure:go_ntlmssp:v0.0.0-20200615164410-66371956d46c:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Azure/go-ntlmssp@v0.0.0-20200615164410-66371956d46c", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:/IBSNwUN8+eKzUzbJPqhK839ygXJ82sde8x3ogr6R28=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e7fc5a3227de46dd", - "name": "github.com/ChrisTrenkamp/goxpath", - "version": "v0.0.0-20190607011252-c5096ec8773d", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:ChrisTrenkamp:goxpath:v0.0.0-20190607011252-c5096ec8773d:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/ChrisTrenkamp/goxpath@v0.0.0-20190607011252-c5096ec8773d", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:W1diKnDQkXxNDhghdBSbQ4LI/E1aJNTwpqPp3KtlB8w=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "6cb18ecff7cf2a94", - "name": "github.com/Masterminds/goutils", - "version": "v1.1.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:goutils_project:goutils:v1.1.1:*:*:*:*:go:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:golang/github.com/Masterminds/goutils@v1.1.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "c44f9273b68ef41e", - "name": "github.com/Masterminds/semver/v3", - "version": "v3.1.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Masterminds:semver\\/v3:v3.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Masterminds/semver@v3.1.1#v3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:hLg3sBzpNErnxhQtUy/mmLR2I9foDujNK030IGemrRc=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "782329a41abad62e", - "name": "github.com/Masterminds/sprig/v3", - "version": "v3.2.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Masterminds:sprig\\/v3:v3.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Masterminds/sprig@v3.2.2#v3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:17jRggJu518dr3QaafizSXOjKYp94wKfABxUmyxvxX8=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "386f93bcfc228126", - "name": "github.com/agext/levenshtein", - "version": "v1.2.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:agext:levenshtein:v1.2.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/agext/levenshtein@v1.2.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "cb12953f60775752", - "name": "github.com/aliyun/alibaba-cloud-sdk-go", - "version": "v1.61.1501", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aliyun:alibaba-cloud-sdk-go:v1.61.1501:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aliyun:alibaba_cloud_sdk_go:v1.61.1501:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aliyun/alibaba-cloud-sdk-go@v1.61.1501", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:Ij3S0pNUMgHlhx3Ew8g9RNrt59EKhHYdMODGtFXJfSc=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "ff4d524a99ac546e", - "name": "github.com/aliyun/aliyun-oss-go-sdk", - "version": "v0.0.0-20190103054945-8205d1f41e70", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aliyun:aliyun-oss-go-sdk:v0.0.0-20190103054945-8205d1f41e70:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aliyun:aliyun_oss_go_sdk:v0.0.0-20190103054945-8205d1f41e70:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aliyun/aliyun-oss-go-sdk@v0.0.0-20190103054945-8205d1f41e70", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:FrF4uxA24DF3ARNXVbUin3wa5fDLaB1Cy8mKks/LRz4=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b33a4c8d5a84dd31", - "name": "github.com/aliyun/aliyun-tablestore-go-sdk", - "version": "v4.1.2+incompatible", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aliyun:aliyun-tablestore-go-sdk:v4.1.2\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aliyun:aliyun_tablestore_go_sdk:v4.1.2\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aliyun/aliyun-tablestore-go-sdk@v4.1.2%2Bincompatible", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:ABQ7FF+IxSFHDMOTtjCfmMDMHiCq6EsAoCV/9sFinaM=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "239b5e3299d15e04", - "name": "github.com/apparentlymart/go-cidr", - "version": "v1.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:apparentlymart:go-cidr:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apparentlymart:go_cidr:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/apparentlymart/go-cidr@v1.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:2mAhrMoF+nhXqxTzSZMUzDHkLjmIHC+Zzn4tdgBZjnU=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "f179a23c3398d788", - "name": "github.com/apparentlymart/go-shquot", - "version": "v0.0.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:apparentlymart:go-shquot:v0.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apparentlymart:go_shquot:v0.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/apparentlymart/go-shquot@v0.0.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:MGV8lwxF4zw75lN7e0MGs7o6AFYn7L6AZaExUpLh0Mo=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "da7dfad188b79846", - "name": "github.com/apparentlymart/go-textseg/v13", - "version": "v13.0.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:apparentlymart:go-textseg\\/v13:v13.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apparentlymart:go_textseg\\/v13:v13.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/apparentlymart/go-textseg@v13.0.0#v13", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:Y+KvPE1NYz0xl601PVImeQfFyEy6iT90AvPUL1NNfNw=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "21d3cff52235fb12", - "name": "github.com/apparentlymart/go-userdirs", - "version": "v0.0.0-20200915174352-b0c018a67c13", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:apparentlymart:go-userdirs:v0.0.0-20200915174352-b0c018a67c13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apparentlymart:go_userdirs:v0.0.0-20200915174352-b0c018a67c13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/apparentlymart/go-userdirs@v0.0.0-20200915174352-b0c018a67c13", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:JtuelWqyixKApmXm3qghhZ7O96P6NKpyrlSIe8Rwnhw=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "af72d9f9b4d5e10d", - "name": "github.com/apparentlymart/go-versions", - "version": "v1.0.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:apparentlymart:go-versions:v1.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apparentlymart:go_versions:v1.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/apparentlymart/go-versions@v1.0.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:ECIpSn0adcYNsBfSRwdDdz9fWlL+S/6EUd9+irwkBgU=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "870e1b21155f8393", - "name": "github.com/armon/circbuf", - "version": "v0.0.0-20190214190532-5111143e8da2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:armon:circbuf:v0.0.0-20190214190532-5111143e8da2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/armon/circbuf@v0.0.0-20190214190532-5111143e8da2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:7Ip0wMmLHLRJdrloDxZfhMm0xrLXZS8+COSu2bXmEQs=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "c511e9fa27658c4b", - "name": "github.com/armon/go-metrics", - "version": "v0.0.0-20180917152333-f0300d1749da", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:armon:go-metrics:v0.0.0-20180917152333-f0300d1749da:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:armon:go_metrics:v0.0.0-20180917152333-f0300d1749da:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/armon/go-metrics@v0.0.0-20180917152333-f0300d1749da", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:8GUt8eRujhVEGZFFEjBj46YV4rDjvGrNxb0KMWYkL2I=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "474566af2c675a3e", - "name": "github.com/armon/go-radix", - "version": "v1.0.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:armon:go-radix:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:armon:go_radix:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/armon/go-radix@v1.0.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:F4z6KzEeeQIMeLFa97iZU6vupzoecKdU5TX24SNppXI=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "f09f2cedc043f969", - "name": "github.com/aws/aws-sdk-go", - "version": "v1.44.122", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:amazon:aws_software_development_kit:v1.44.122:*:*:*:*:go:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:golang/github.com/aws/aws-sdk-go@v1.44.122", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:p6mw01WBaNpbdP2xrisz5tIkcNwzj/HysobNoaAHjgo=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e06cbc60610c4cdf", - "name": "github.com/bgentry/go-netrc", - "version": "v0.0.0-20140422174119-9fd32a8b3d3d", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:bgentry:go-netrc:v0.0.0-20140422174119-9fd32a8b3d3d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bgentry:go_netrc:v0.0.0-20140422174119-9fd32a8b3d3d:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/bgentry/go-netrc@v0.0.0-20140422174119-9fd32a8b3d3d", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:xDfNPAt8lFiC1UJrqV3uuy861HCTo708pDMbjHHdCas=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "961621f9dae5835d", - "name": "github.com/bgentry/speakeasy", - "version": "v0.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:bgentry:speakeasy:v0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/bgentry/speakeasy@v0.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQkY=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "0521fa72cc5bc896", - "name": "github.com/bmatcuk/doublestar", - "version": "v1.1.5", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:bmatcuk:doublestar:v1.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/bmatcuk/doublestar@v1.1.5", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:2bNwBOmhyFEFcoB3tGvTD5xanq+4kyOZlB8wFYbMjkk=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e8d4aff886b4ec5c", - "name": "github.com/chzyer/readline", - "version": "v0.0.0-20180603132655-2972be24d48e", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:chzyer:readline:v0.0.0-20180603132655-2972be24d48e:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/chzyer/readline@v0.0.0-20180603132655-2972be24d48e", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:fY5BOSpyZCqRo5OhCuC+XN+r/bBCmeuuJtjz+bCNIf8=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "886f832454302d03", - "name": "github.com/coreos/go-systemd", - "version": "v0.0.0-20181012123002-c6f51f82210d", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:coreos:go-systemd:v0.0.0-20181012123002-c6f51f82210d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:coreos:go_systemd:v0.0.0-20181012123002-c6f51f82210d:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/coreos/go-systemd@v0.0.0-20181012123002-c6f51f82210d", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:t5Wuyh53qYyg9eqn4BbnlIT+vmhyww0TatL+zT3uWgI=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "aa541563f691fcb2", - "name": "github.com/coreos/pkg", - "version": "v0.0.0-20180928190104-399ea9e2e55f", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:coreos:pkg:v0.0.0-20180928190104-399ea9e2e55f:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/coreos/pkg@v0.0.0-20180928190104-399ea9e2e55f", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:lBNOc5arjvs8E5mO2tbpBpLoyyu8B6e44T7hJy6potg=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "285f1bbe42500f28", - "name": "github.com/davecgh/go-spew", - "version": "v1.1.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "66023959aca69415", - "name": "github.com/dimchansky/utfbom", - "version": "v1.1.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:dimchansky:utfbom:v1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/dimchansky/utfbom@v1.1.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "9116aab542fb95d6", - "name": "github.com/dylanmei/iso8601", - "version": "v0.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:dylanmei:iso8601:v0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/dylanmei/iso8601@v0.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:812NGQDBcqquTfH5Yeo7lwR0nzx/cKdsmf3qMjPURUI=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "88c5dacdf0ba95f4", - "name": "github.com/fatih/color", - "version": "v1.13.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:fatih:color:v1.13.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/fatih/color@v1.13.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "cd61d1771b3bf3f5", - "name": "github.com/go-logr/logr", - "version": "v1.2.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-logr:logr:v1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_logr:logr:v1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:logr:v1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-logr/logr@v1.2.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:QK40JKJyMdUDz+h+xvCsru/bJhvG0UxvePV0ufL/AcE=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "37ef748c730f9b18", - "name": "github.com/gofrs/uuid", - "version": "v4.0.0+incompatible", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:gofrs:uuid:v4.0.0\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/gofrs/uuid@v4.0.0%2Bincompatible", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:1SD/1F5pU8p29ybwgQSwpQk+mwdRrXCYuPhW6m+TnJw=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "1f948f3e7ae5e046", - "name": "github.com/gogo/protobuf", - "version": "v1.3.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "cd36405cb70a38d6", - "name": "github.com/golang-jwt/jwt/v4", - "version": "v4.2.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang-jwt:jwt\\/v4:v4.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:golang_jwt:jwt\\/v4:v4.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:golang:jwt\\/v4:v4.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/golang-jwt/jwt@v4.2.0#v4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:besgBTC8w8HjP6NzQdxwKH9Z5oQMZ24ThTrHp3cZ8eU=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "37e7a96bd1962c0c", - "name": "github.com/golang/groupcache", - "version": "v0.0.0-20210331224755-41bb18bfe9da", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:groupcache:v0.0.0-20210331224755-41bb18bfe9da:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "7fe22ae182a4a06b", - "name": "github.com/golang/protobuf", - "version": "v1.5.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:protobuf:v1.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/golang/protobuf@v1.5.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3f17a330ca8efa0d", - "name": "github.com/google/go-cmp", - "version": "v0.5.9", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:go-cmp:v0.5.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:go_cmp:v0.5.9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/google/go-cmp@v0.5.9", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "8a53a7d5bd3eb0cb", - "name": "github.com/google/go-querystring", - "version": "v1.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:go-querystring:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:go_querystring:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/google/go-querystring@v1.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "ed6d8e8c88e0707d", - "name": "github.com/google/gofuzz", - "version": "v1.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:gofuzz:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/google/gofuzz@v1.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:Hsa8mG0dQ46ij8Sl2AYJDUv1oA9/d6Vk+3LG99Oe02g=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b28b55f23331b82c", - "name": "github.com/google/uuid", - "version": "v1.3.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:uuid:v1.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/google/uuid@v1.3.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "db3177ab3b240cd1", - "name": "github.com/googleapis/enterprise-certificate-proxy", - "version": "v0.2.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:googleapis:enterprise-certificate-proxy:v0.2.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:googleapis:enterprise_certificate_proxy:v0.2.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/googleapis/enterprise-certificate-proxy@v0.2.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:yk9/cqRKtT9wXZSsRH9aurXEpJX+U6FLtpYTdC3R06k=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "497385855aa5727d", - "name": "github.com/googleapis/gax-go/v2", - "version": "v2.7.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:googleapis:gax-go\\/v2:v2.7.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:googleapis:gax_go\\/v2:v2.7.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/googleapis/gax-go@v2.7.1#v2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:gF4c0zjUP2H/s/hEGyLA3I0fA2ZWjzYiONAD6cvPr8A=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a55b76673edbef19", - "name": "github.com/googleapis/gnostic", - "version": "v0.5.5", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:googleapis:gnostic:v0.5.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/googleapis/gnostic@v0.5.5", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:9fHAtK0uDfpveeqqo1hkEZJcFvYXAiCN3UutL8F9xHw=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "dbeb51822d912e7f", - "name": "github.com/hashicorp/aws-sdk-go-base", - "version": "v0.7.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:aws-sdk-go-base:v0.7.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:aws_sdk_go_base:v0.7.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/aws-sdk-go-base@v0.7.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:7s/aR3hFn74tYPVihzDyZe7y/+BorN70rr9ZvpV3j3o=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a2bcfbded2c1446b", - "name": "github.com/hashicorp/consul/api", - "version": "v1.9.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:consul\\/api:v1.9.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/consul@v1.9.1#api", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:SngrdG2L62qqLsUz85qcPhFZ78rPf8tcD5qjMgs6MME=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "dfd2df97d0a13f2e", - "name": "github.com/hashicorp/errwrap", - "version": "v1.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:errwrap:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "162cd88127c6d7f4", - "name": "github.com/hashicorp/go-azure-helpers", - "version": "v0.43.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:go-azure-helpers:v0.43.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:go_azure_helpers:v0.43.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-azure-helpers@v0.43.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:larj4ZgwO3hKzA9xIOTXRW4NBpI6F3K8wpig8eikNOw=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "bacbc64e71ee6d9f", - "name": "github.com/hashicorp/go-checkpoint", - "version": "v0.5.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:go-checkpoint:v0.5.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:go_checkpoint:v0.5.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-checkpoint@v0.5.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:MFYpPZCnQqQTE18jFwSII6eUQrD/oxMFp3mlgcqk5mU=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "75453e75aa5f4caf", - "name": "github.com/hashicorp/go-cleanhttp", - "version": "v0.5.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:go-cleanhttp:v0.5.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:go_cleanhttp:v0.5.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-cleanhttp@v0.5.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "604020f9a243bdf0", - "name": "github.com/hashicorp/go-getter", - "version": "v1.7.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:go-getter:v1.7.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:go_getter:v1.7.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-getter@v1.7.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:3yQjWuxICvSpYwqSayAdKRFcvBl1y/vogCxczWSmix0=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "cc7d5f5558db86ca", - "name": "github.com/hashicorp/go-hclog", - "version": "v0.15.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:go-hclog:v0.15.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:go_hclog:v0.15.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-hclog@v0.15.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:qMuK0wxsoW4D0ddCCYwPSTm4KQv1X1ke3WmPWZ0Mvsk=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "dfb6cbcf9210c611", - "name": "github.com/hashicorp/go-immutable-radix", - "version": "v1.0.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:go-immutable-radix:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:go_immutable_radix:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-immutable-radix@v1.0.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:AKDB1HM5PWEA7i4nhcpwOrO2byshxBjXVn/J/3+z5/0=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "5e5562d8c6e03682", - "name": "github.com/hashicorp/go-multierror", - "version": "v1.1.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:go-multierror:v1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:go_multierror:v1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "36f18d3b28c2772c", - "name": "github.com/hashicorp/go-plugin", - "version": "v1.4.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:go-plugin:v1.4.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:go_plugin:v1.4.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-plugin@v1.4.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:DXmvivbWD5qdiBts9TpBC7BYL1Aia5sxbRgQB+v6UZM=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3a6df904ce997cce", - "name": "github.com/hashicorp/go-retryablehttp", - "version": "v0.7.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:retryablehttp:v0.7.2:*:*:*:*:go:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-retryablehttp@v0.7.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:AcYqCvkpalPnPF2pn0KamgwamS42TqUDDYFRKq/RAd0=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "6e8c2799081cbafc", - "name": "github.com/hashicorp/go-rootcerts", - "version": "v1.0.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:go-rootcerts:v1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:go_rootcerts:v1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-rootcerts@v1.0.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:jzhAVGtqPKbwpyCPELlgNWhE1znq+qwJtW5Oi2viEzc=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "2d1b14692d87cb0e", - "name": "github.com/hashicorp/go-safetemp", - "version": "v1.0.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:go-safetemp:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:go_safetemp:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-safetemp@v1.0.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:2HR189eFNrjHQyENnQMMpCiBAsRxzbTMIgBhEyExpmo=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a48140a901fca7f7", - "name": "github.com/hashicorp/go-slug", - "version": "v0.11.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:go-slug:v0.11.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:go_slug:v0.11.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-slug@v0.11.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:c6lLdQnlhUWbS5I7hw8SvfymoFuy6EmiFDedy6ir994=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "ab81396968cb8553", - "name": "github.com/hashicorp/go-tfe", - "version": "v1.26.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:go-tfe:v1.26.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:go_tfe:v1.26.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-tfe@v1.26.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:aacguqCENg6Z7ttfhAxdbbY2vm/jKrntl5sUUY0h6EM=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "234bdf10ae85d060", - "name": "github.com/hashicorp/go-uuid", - "version": "v1.0.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:go-uuid:v1.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:go_uuid:v1.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-uuid@v1.0.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "41f8a318c827770c", - "name": "github.com/hashicorp/go-version", - "version": "v1.6.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:go-version:v1.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:go_version:v1.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-version@v1.6.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mOkIeek=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "387fecd05df63ff0", - "name": "github.com/hashicorp/golang-lru", - "version": "v0.5.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:golang-lru:v0.5.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:golang_lru:v0.5.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/golang-lru@v0.5.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:0hERBMJE1eitiLkihrMvRVBYAkpHzc/J3QdDN+dAcgU=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "44e125a1c90a5e44", - "name": "github.com/hashicorp/hcl", - "version": "v0.0.0-20170504190234-a4b07c25de5f", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:hcl:v0.0.0-20170504190234-a4b07c25de5f:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/hcl@v0.0.0-20170504190234-a4b07c25de5f", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:UdxlrJz4JOnY8W+DbLISwf2B8WXEolNRA8BGCwI9jws=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "bbc2025537a3240e", - "name": "github.com/hashicorp/hcl/v2", - "version": "v2.16.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:hcl\\/v2:v2.16.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/hcl@v2.16.2#v2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:mpkHZh/Tv+xet3sy3F9Ld4FyI2tUpWe9x3XtPx9f1a0=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "c0f0cf5c0160c1fb", - "name": "github.com/hashicorp/jsonapi", - "version": "v0.0.0-20210826224640-ee7dae0fb22d", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:jsonapi:v0.0.0-20210826224640-ee7dae0fb22d:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/jsonapi@v0.0.0-20210826224640-ee7dae0fb22d", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:9ARUJJ1VVynB176G1HCwleORqCaXm/Vx0uUi0dL26I0=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "36751fa32300a95e", - "name": "github.com/hashicorp/serf", - "version": "v0.9.5", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:serf:v0.9.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/serf@v0.9.5", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:EBWvyu9tcRszt3Bxp3KNssBMP1KuHWyO51lz9+786iM=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "bf5bbaed406579fe", - "name": "github.com/hashicorp/terraform", - "version": "v0.0.0-20230907181950-ee58ac1851c8", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:terraform:v0.0.0-20230907181950-ee58ac1851c8:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/terraform@v0.0.0-20230907181950-ee58ac1851c8", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goBuildSettings": [ - { - "key": "-buildmode", - "value": "exe" - }, - { - "key": "-compiler", - "value": "gc" - }, - { - "key": "-ldflags", - "value": "-w " - }, - { - "key": "-tags", - "value": "netgo,osusergo" - }, - { - "key": "-trimpath", - "value": "true" - }, - { - "key": "CGO_ENABLED", - "value": "1" - }, - { - "key": "GOARCH", - "value": "arm64" - }, - { - "key": "GOOS", - "value": "linux" - }, - { - "key": "vcs", - "value": "git" - }, - { - "key": "vcs.revision", - "value": "ee58ac1851c8a433005df9863ed47796a9f6b5e7" - }, - { - "key": "vcs.time", - "value": "2023-09-07T18:19:50Z" - }, - { - "key": "vcs.modified", - "value": "true" - } - ], - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "4d425f3b062c2984", - "name": "github.com/hashicorp/terraform-registry-address", - "version": "v0.0.0-20220623143253-7d51757b572c", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:terraform-registry-address:v0.0.0-20220623143253-7d51757b572c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:terraform_registry_address:v0.0.0-20220623143253-7d51757b572c:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/terraform-registry-address@v0.0.0-20220623143253-7d51757b572c", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:D8aRO6+mTqHfLsK/BC3j5OAoogv1WLRWzY1AaTo3rBg=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "672d2de4834458c9", - "name": "github.com/hashicorp/terraform-svchost", - "version": "v0.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:terraform-svchost:v0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:terraform_svchost:v0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/terraform-svchost@v0.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:0+RcgZdZYNd81Vw7tu62g9JiLLvbOigp7QtyNh6CjXk=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e02da128741ebff5", - "name": "github.com/hashicorp/yamux", - "version": "v0.0.0-20181012175058-2f1d1f20f75d", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:yamux:v0.0.0-20181012175058-2f1d1f20f75d:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/yamux@v0.0.0-20181012175058-2f1d1f20f75d", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:kJCB4vdITiW1eC1vq2e6IsrXKrZit1bv/TDYFGMp4BQ=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "6260894a06c558c9", - "name": "github.com/huandu/xstrings", - "version": "v1.3.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:huandu:xstrings:v1.3.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/huandu/xstrings@v1.3.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:/Gcsuc1x8JVbJ9/rlye4xZnVAbEkGauT8lbebqcQws4=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "14a8e83011b1d5b7", - "name": "github.com/imdario/mergo", - "version": "v0.3.13", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:imdario:mergo:v0.3.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/imdario/mergo@v0.3.13", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:lFzP57bqS/wsqKssCGmtLAb8A0wKjLGrve2q3PPVcBk=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d8d49f105c98ecd4", - "name": "github.com/jmespath/go-jmespath", - "version": "v0.4.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:jmespath:go-jmespath:v0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jmespath:go_jmespath:v0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/jmespath/go-jmespath@v0.4.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "1b580f85714c0f3c", - "name": "github.com/json-iterator/go", - "version": "v1.1.12", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a46cc4bcd8fc6b09", - "name": "github.com/kardianos/osext", - "version": "v0.0.0-20190222173326-2bc1f35cddc0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:kardianos:osext:v0.0.0-20190222173326-2bc1f35cddc0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/kardianos/osext@v0.0.0-20190222173326-2bc1f35cddc0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:iQTw/8FWTuc7uiaSepXwyf3o52HaUYcV+Tu66S3F5GA=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "f576ba4673462711", - "name": "github.com/klauspost/compress", - "version": "v1.15.11", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:klauspost:compress:v1.15.11:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/klauspost/compress@v1.15.11", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:Lcadnb3RKGin4FYM/orgq0qde+nc15E5Cbqg4B9Sx9c=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "22d0d00e3bb000a3", - "name": "github.com/lib/pq", - "version": "v1.10.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:lib:pq:v1.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/lib/pq@v1.10.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:v9QZf2Sn6AmjXtQeFpdoq/eaNtYP6IN+7lcrygsIAtg=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "fef4ee73c03c440e", - "name": "github.com/manicminer/hamilton", - "version": "v0.44.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:manicminer:hamilton:v0.44.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/manicminer/hamilton@v0.44.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:mLb4Vxbt2dsAvOpaB7xd/5D8LaTTX6ACwVP4TmW8qwE=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "eb45b69dece96a73", - "name": "github.com/manicminer/hamilton-autorest", - "version": "v0.2.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:manicminer:hamilton-autorest:v0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:manicminer:hamilton_autorest:v0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/manicminer/hamilton-autorest@v0.2.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:dDL+t2DrQza0EfNYINYCvXISeNwVqzgVAQh+CH/19ZU=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b48635873653e66e", - "name": "github.com/masterzen/simplexml", - "version": "v0.0.0-20190410153822-31eea3082786", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:masterzen:simplexml:v0.0.0-20190410153822-31eea3082786:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/masterzen/simplexml@v0.0.0-20190410153822-31eea3082786", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:2ZKn+w/BJeL43sCxI2jhPLRv73oVVOjEKZjKkflyqxg=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "c71b33d7251ea0b7", - "name": "github.com/masterzen/winrm", - "version": "v0.0.0-20200615185753-c42b5136ff88", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:masterzen:winrm:v0.0.0-20200615185753-c42b5136ff88:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/masterzen/winrm@v0.0.0-20200615185753-c42b5136ff88", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:cxuVcCvCLD9yYDbRCWw0jSgh1oT6P6mv3aJDKK5o7X4=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d762027ae0046acf", - "name": "github.com/mattn/go-colorable", - "version": "v0.1.13", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mattn:go-colorable:v0.1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mattn:go_colorable:v0.1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mattn/go-colorable@v0.1.13", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d500431ca673ae45", - "name": "github.com/mattn/go-isatty", - "version": "v0.0.16", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mattn:go-isatty:v0.0.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mattn:go_isatty:v0.0.16:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mattn/go-isatty@v0.0.16", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:bq3VjFmv/sOjHtdEhmkEV4x1AJtvUvOJ2PFAZ5+peKQ=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "f5c4c3aec35b896a", - "name": "github.com/mattn/go-shellwords", - "version": "v1.0.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mattn:go-shellwords:v1.0.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mattn:go_shellwords:v1.0.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mattn/go-shellwords@v1.0.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:xmZZyxuP+bYKAKkA9ABYXVNJ+G/Wf3R8d8vAP3LDJJk=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "329e80d7b30436dd", - "name": "github.com/mitchellh/cli", - "version": "v1.1.5", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mitchellh:cli:v1.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mitchellh/cli@v1.1.5", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:OxRIeJXpAMztws/XHlN2vu6imG5Dpq+j61AzAX5fLng=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "1e89e74432f9f23c", - "name": "github.com/mitchellh/colorstring", - "version": "v0.0.0-20190213212951-d06e56a500db", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mitchellh:colorstring:v0.0.0-20190213212951-d06e56a500db:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mitchellh/colorstring@v0.0.0-20190213212951-d06e56a500db", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:62I3jR2EmQ4l5rM/4FEfDWcRD+abF5XlKShorW5LRoQ=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "68fb27f50e43cb98", - "name": "github.com/mitchellh/copystructure", - "version": "v1.2.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mitchellh:copystructure:v1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d8000205a6498c80", - "name": "github.com/mitchellh/go-homedir", - "version": "v1.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mitchellh:go-homedir:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mitchellh:go_homedir:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mitchellh/go-homedir@v1.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "9238d2524a7cb62e", - "name": "github.com/mitchellh/go-linereader", - "version": "v0.0.0-20190213213312-1b945b3263eb", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mitchellh:go-linereader:v0.0.0-20190213213312-1b945b3263eb:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mitchellh:go_linereader:v0.0.0-20190213213312-1b945b3263eb:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mitchellh/go-linereader@v0.0.0-20190213213312-1b945b3263eb", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:GRiLv4rgyqjqzxbhJke65IYUf4NCOOvrPOJbV/sPxkM=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "4e937322e5ade2f5", - "name": "github.com/mitchellh/go-testing-interface", - "version": "v1.14.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mitchellh:go-testing-interface:v1.14.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mitchellh:go_testing_interface:v1.14.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mitchellh/go-testing-interface@v1.14.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:jrgshOhYAUVNMAJiKbEu7EqAwgJJ2JqpQmpLJOu07cU=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "5cca2eb1ba227af9", - "name": "github.com/mitchellh/go-wordwrap", - "version": "v1.0.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mitchellh:go-wordwrap:v1.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mitchellh:go_wordwrap:v1.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b9b89119ec6d1ad1", - "name": "github.com/mitchellh/mapstructure", - "version": "v1.1.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mitchellh:mapstructure:v1.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mitchellh/mapstructure@v1.1.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQzvN1EDeE=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "93bfc89a29a2aff9", - "name": "github.com/mitchellh/reflectwalk", - "version": "v1.0.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mitchellh:reflectwalk:v1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "fce76153a24a81ec", - "name": "github.com/modern-go/concurrent", - "version": "v0.0.0-20180306012644-bacd9c7ef1dd", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "0ab3f85d9b53023c", - "name": "github.com/modern-go/reflect2", - "version": "v1.0.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "9af70e63411356d6", - "name": "github.com/mozillazg/go-httpheader", - "version": "v0.3.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mozillazg:go-httpheader:v0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mozillazg:go_httpheader:v0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mozillazg/go-httpheader@v0.3.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:3brX5z8HTH+0RrNA1362Rc3HsaxyWEKtGY45YrhuINM=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "212dc1c4038cbb94", - "name": "github.com/nu7hatch/gouuid", - "version": "v0.0.0-20131221200532-179d4d0c4d8d", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:nu7hatch:gouuid:v0.0.0-20131221200532-179d4d0c4d8d:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/nu7hatch/gouuid@v0.0.0-20131221200532-179d4d0c4d8d", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:VhgPp6v9qf9Agr/56bj7Y/xa04UccTW04VP0Qed4vnQ=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "6f006e6bcb737859", - "name": "github.com/oklog/run", - "version": "v1.0.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:oklog:run:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/oklog/run@v1.0.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "67ae1571385453cb", - "name": "github.com/packer-community/winrmcp", - "version": "v0.0.0-20180921211025-c76d91c1e7db", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:packer-community:winrmcp:v0.0.0-20180921211025-c76d91c1e7db:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:packer_community:winrmcp:v0.0.0-20180921211025-c76d91c1e7db:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:packer:winrmcp:v0.0.0-20180921211025-c76d91c1e7db:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/packer-community/winrmcp@v0.0.0-20180921211025-c76d91c1e7db", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:9uViuKtx1jrlXLBW/pMnhOfzn3iSEdLase/But/IZRU=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "924ab8e90cfb8712", - "name": "github.com/pkg/browser", - "version": "v0.0.0-20201207095918-0426ae3fba23", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:pkg:browser:v0.0.0-20201207095918-0426ae3fba23:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/pkg/browser@v0.0.0-20201207095918-0426ae3fba23", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:dofHuld+js7eKSemxqTVIo8yRlpRw+H1SdpzZxWruBc=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d76abd74a2c1f7be", - "name": "github.com/pkg/errors", - "version": "v0.9.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "c8c62175df9b5134", - "name": "github.com/posener/complete", - "version": "v1.2.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:posener:complete:v1.2.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/posener/complete@v1.2.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:NP0eAhjcjImqslEwo/1hq7gpajME0fTLTezBKDqfXqo=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e2476f8a78fe9a53", - "name": "github.com/shopspring/decimal", - "version": "v1.3.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:shopspring:decimal:v1.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/shopspring/decimal@v1.3.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "8a3e17f00e5a72d8", - "name": "github.com/spf13/afero", - "version": "v1.2.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:spf13:afero:v1.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/spf13/afero@v1.2.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:5jhuqJyZCZf2JRofRvN/nIFgIWNzPa3/Vz8mYylgbWc=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "c26888b514b3501e", - "name": "github.com/spf13/cast", - "version": "v1.5.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:spf13:cast:v1.5.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/spf13/cast@v1.5.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e371d648a15d1ea8", - "name": "github.com/spf13/pflag", - "version": "v1.0.5", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "75451bb5eef3d49f", - "name": "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common", - "version": "v1.0.588", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:tencentcloud:tencentcloud-sdk-go\\/tencentcloud\\/common:v1.0.588:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tencentcloud:tencentcloud_sdk_go\\/tencentcloud\\/common:v1.0.588:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/tencentcloud/tencentcloud-sdk-go@v1.0.588#tencentcloud/common", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:DYtBXB7sVc3EOW5horg8j55cLZynhsLYhHrvQ/jXKKM=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a2cca8e80a67a079", - "name": "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/sts", - "version": "v1.0.588", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:tencentcloud:tencentcloud-sdk-go\\/tencentcloud\\/sts:v1.0.588:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tencentcloud:tencentcloud_sdk_go\\/tencentcloud\\/sts:v1.0.588:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/tencentcloud/tencentcloud-sdk-go@v1.0.588#tencentcloud/sts", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:PlkFOALQZ9BLUyX8EalATUQD5xEn1Sz34C+Rw5VSpvk=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "bffefbfbb85acbc7", - "name": "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/tag", - "version": "v1.0.233", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:tencentcloud:tencentcloud-sdk-go\\/tencentcloud\\/tag:v1.0.233:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tencentcloud:tencentcloud_sdk_go\\/tencentcloud\\/tag:v1.0.233:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/tencentcloud/tencentcloud-sdk-go@v1.0.233#tencentcloud/tag", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:5Tbi+jyZ2MojC6GK8V6hchwtnkP2IuENUTqSisbYOlA=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "eacd5e0d7a55c312", - "name": "github.com/tencentyun/cos-go-sdk-v5", - "version": "v0.7.29", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:tencentyun:cos-go-sdk-v5:v0.7.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tencentyun:cos_go_sdk_v5:v0.7.29:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/tencentyun/cos-go-sdk-v5@v0.7.29", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:uwRBzc70Wgtc5iQQCowqecfRT0OpCXUOZzodZHOOEDs=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "9a699db668c08742", - "name": "github.com/tombuildsstuff/giovanni", - "version": "v0.15.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:tombuildsstuff:giovanni:v0.15.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/tombuildsstuff/giovanni@v0.15.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:CVRaLOJ7C/eercCrKIsarfJ4SZoGMdBL9Q2deFDUXco=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a44956285c9c6343", - "name": "github.com/ulikunitz/xz", - "version": "v0.5.10", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:ulikunitz:xz:v0.5.10:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/ulikunitz/xz@v0.5.10", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:t92gobL9l3HE202wg3rlk19F6X+JOxl9BBrCCMYEYd8=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "fe64cdb3b2c82ab3", - "name": "github.com/vmihailenco/msgpack/v4", - "version": "v4.3.12", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:vmihailenco:msgpack\\/v4:v4.3.12:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/vmihailenco/msgpack@v4.3.12#v4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:07s4sz9IReOgdikxLTKNbBdqDMLsjPKXwvCazn8G65U=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "8df3a62df5a0c379", - "name": "github.com/vmihailenco/tagparser", - "version": "v0.1.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:vmihailenco:tagparser:v0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/vmihailenco/tagparser@v0.1.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:quXMXlA39OCbd2wAdTsGDlK9RkOk6Wuw+x37wVyIuWY=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "5c662c8dec913b57", - "name": "github.com/xanzy/ssh-agent", - "version": "v0.3.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:xanzy:ssh-agent:v0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:xanzy:ssh_agent:v0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/xanzy/ssh-agent@v0.3.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:AmzO1SSWxw73zxFZPRwaMN1MohDw8UyHnmuxyceTEGo=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "17df55363884a269", - "name": "github.com/xlab/treeprint", - "version": "v0.0.0-20161029104018-1d6e34225557", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:xlab:treeprint:v0.0.0-20161029104018-1d6e34225557:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/xlab/treeprint@v0.0.0-20161029104018-1d6e34225557", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:Jpn2j6wHkC9wJv5iMfJhKqrZJx3TahFx+7sbZ7zQdxs=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "fa4f8a6b2a28bc68", - "name": "github.com/zclconf/go-cty", - "version": "v1.12.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:zclconf:go-cty:v1.12.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:zclconf:go_cty:v1.12.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/zclconf/go-cty@v1.12.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:h4VH6eKXHTw60DiEJEVjh6pqVPDcoe3DuAkH/Ejs+4g=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "98224cad4a1b485b", - "name": "github.com/zclconf/go-cty-yaml", - "version": "v1.0.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:zclconf:go-cty-yaml:v1.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:zclconf:go_cty_yaml:v1.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/zclconf/go-cty-yaml@v1.0.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:og/eOQ7lvA/WWhHGFETVWNduJM7Rjsv2RRpx1sdFMLc=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "8299f899634de85e", - "name": "go.opencensus.io", - "version": "v0.24.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/go.opencensus.io@v0.24.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d2c28a4da59036a5", - "name": "golang.org/x/crypto", - "version": "v0.21.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:crypto:v0.21.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:bcrypt:v0.21.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:openpgp:v0.21.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:scrypt:v0.21.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:ssh:v0.21.0:*:*:*:*:go:*:*", - "source": "wolfictl" - } - ], - "purl": "pkg:golang/golang.org/x/crypto@v0.21.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:X31++rzVUdKhX5sWmSOFZxx8UW/ldWx55cbf08iNAMA=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e5d96f610f9a9323", - "name": "golang.org/x/mod", - "version": "v0.8.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:x\\/mod:v0.8.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/golang.org/x/mod@v0.8.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:LUYupSeNrTNCGzR/hVBk2NHZO4hXcVaW1k4Qx7rjPx8=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d1d9c96e749f7111", - "name": "golang.org/x/net", - "version": "v0.23.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:networking:v0.23.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:bpf:v0.23.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:dns:v0.23.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:html:v0.23.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:http:v0.23.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:httpproxy:v0.23.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:http2:v0.23.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:hpack:v0.23.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:proxy:v0.23.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:route:v0.23.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:trace:v0.23.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:webdev:v0.23.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:websocket:v0.23.0:*:*:*:*:go:*:*", - "source": "wolfictl" - } - ], - "purl": "pkg:golang/golang.org/x/net@v0.23.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "4fea663fb4a99251", - "name": "golang.org/x/oauth2", - "version": "v0.7.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:oauth2:v0.7.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:jws:v0.7.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:jwt:v0.7.0:*:*:*:*:go:*:*", - "source": "wolfictl" - } - ], - "purl": "pkg:golang/golang.org/x/oauth2@v0.7.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:qe6s0zUXlPX80/dITx3440hWZ7GwMwgDDyrSGTPJG/g=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "f3407619e1d9502b", - "name": "golang.org/x/sys", - "version": "v0.18.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:x\\/sys:v0.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/golang.org/x/sys@v0.18.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b8a673e9931cb5e6", - "name": "golang.org/x/term", - "version": "v0.18.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:x\\/term:v0.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/golang.org/x/term@v0.18.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:FcHjZXDMxI8mM3nwhX9HlKop4C0YQvCVCdwYl2wOtE8=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a85f4f312c196eab", - "name": "golang.org/x/text", - "version": "v0.14.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:text:v0.14.0:*:*:*:*:*:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:golang/golang.org/x/text@v0.14.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "add1d9db2b0c48dc", - "name": "golang.org/x/time", - "version": "v0.3.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:x\\/time:v0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/golang.org/x/time@v0.3.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "fa21b2fc7423ba4a", - "name": "golang.org/x/xerrors", - "version": "v0.0.0-20220907171357-04be3eba64a2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:x\\/xerrors:v0.0.0-20220907171357-04be3eba64a2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/golang.org/x/xerrors@v0.0.0-20220907171357-04be3eba64a2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:H2TDz8ibqkAF6YGhCdN3jS9O0/s90v0rJh3X/OLHEUk=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "5212b6b6c72e4665", - "name": "google.golang.org/api", - "version": "v0.114.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:api:v0.114.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/google.golang.org/api@v0.114.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:1xQPji6cO2E2vLiI+C/XiFAnsn1WV3mjaEwGLhi3grE=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "8619f3cf73bdad8b", - "name": "google.golang.org/genproto", - "version": "v0.0.0-20230410155749-daa745c078e1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20230410155749-daa745c078e1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20230410155749-daa745c078e1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:KpwkzHKEF7B9Zxg18WzOa7djJ+Ha5DzthMyZYQfEn2A=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "9906461f0b92ce8c", - "name": "google.golang.org/grpc", - "version": "v1.56.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:grpc:v1.56.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/google.golang.org/grpc@v1.56.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:8I4C0Yq1EjstUzUJzpcRVbuYA2mODtEmpWiQoN/b2nc=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "8959e811604414da", - "name": "google.golang.org/protobuf", - "version": "v1.33.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:protobuf:v1.33.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/google.golang.org/protobuf@v1.33.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "30b0922f1a1c452b", - "name": "gopkg.in/inf.v0", - "version": "v0.9.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "c5111f8688522d13", - "name": "gopkg.in/ini.v1", - "version": "v1.66.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/gopkg.in/ini.v1@v1.66.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:XfR1dOYubytKy4Shzc2LHrrGhU0lDCfDGG1yLPmpgsI=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "5c908bf15725ed85", - "name": "gopkg.in/yaml.v2", - "version": "v2.4.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b4a9c7976323c5ee", - "name": "gopkg.in/yaml.v3", - "version": "v3.0.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:yaml_project:yaml:v3.0.1:*:*:*:*:go:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "6f7beb1b3a875307", - "name": "k8s.io/api", - "version": "v0.23.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/k8s.io/api@v0.23.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:85gnfXQOWbJa1SiWGpE9EEtHs0UVvDyIsSMpEtl2D4E=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "6c1cb209a8d4731d", - "name": "k8s.io/apimachinery", - "version": "v0.23.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/k8s.io/apimachinery@v0.23.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:fhnuMd/xUL3Cjfl64j5ULKZ1/J9n8NuQEgNL+WXWfdM=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "16d179bad4bf07cc", - "name": "k8s.io/client-go", - "version": "v0.23.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/k8s.io/client-go@v0.23.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:YVWvPeerA2gpUudLelvsolzH7c2sFoXXR5wM/sWqNFU=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "8cbfb889aee10685", - "name": "k8s.io/klog/v2", - "version": "v2.30.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:klog:v2:v2.30.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/k8s.io/klog/v2@v2.30.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:bUO6drIvCIsvZ/XFgfxoGFQU/a4Qkh0iAlvUR7vlHJw=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "50078d96b003a628", - "name": "k8s.io/kube-openapi", - "version": "v0.0.0-20211115234752-e816edb12b65", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20211115234752-e816edb12b65", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:E3J9oCLlaobFUqsjG9DfKbP2BmgwBL2p7pn0A3dG9W4=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "c09282ef4c1d9707", - "name": "k8s.io/utils", - "version": "v0.0.0-20211116205334-6203023598ed", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/k8s.io/utils@v0.0.0-20211116205334-6203023598ed", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:ck1fRPWPJWsMd8ZRFsWc6mh/zHp5fZ/shhbrgPUxDAE=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e4908f3b0393f957", - "name": "sigs.k8s.io/json", - "version": "v0.0.0-20211020170558-c049b76a60c6", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/sigs.k8s.io/json@v0.0.0-20211020170558-c049b76a60c6", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:fD1pz4yfdADVNfFmcP2aBEtudwUQ1AlLnRBALr33v3s=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3a8146ce33e87920", - "name": "sigs.k8s.io/structured-merge-diff/v4", - "version": "v4.2.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:structured-merge-diff:v4:v4.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:structured_merge_diff:v4:v4.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:structured-merge:v4:v4.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:structured_merge:v4:v4.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:structured:v4:v4.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:bKCqE9GvQ5tiVHn5rfn1r+yao3aLQEaLzkkmAkf+A6Y=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "0c7c20f393c2acea", - "name": "sigs.k8s.io/yaml", - "version": "v1.2.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/sigs.k8s.io/yaml@v1.2.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "arm64", - "h1Digest": "h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a5963ac4aad96084", - "name": "stdlib", - "version": "go1.22.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-3-Clause", - "spdxExpression": "BSD-3-Clause", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:go:1.22.4:-:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/stdlib@1.22.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "" - } - }, - { - "id": "4c8bbb3251acb004", - "name": "terraform", - "version": "1.5.7-r12", - "type": "apk", - "foundBy": "wolfictl", - "locations": [ - { - "path": ".PKGINFO", - "accessPath": ".PKGINFO" - } - ], - "licenses": [ - { - "value": "MPL-2.0", - "spdxExpression": "MPL-2.0", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "", - "cpes": [ - { - "cpe": "cpe:2.3:a:terraform:terraform:1.5.7-r12:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:apk/wolfi/terraform@1.5.7-r12?arch=aarch64&origin=terraform", - "metadataType": "apk-db-entry", - "metadata": { - "package": "terraform", - "originPackage": "terraform", - "maintainer": "", - "version": "1.5.7-r12", - "architecture": "aarch64", - "url": "", - "description": "", - "size": 73995412, - "installedSize": 0, - "pullDependencies": null, - "provides": [ - "cmd:terraform=1.5.7-r12" - ], - "pullChecksum": "ea39b3f6d6857ce8fd51910524b230c0927ce4a72c285ba2ef94895a05f8dab8", - "gitCommitOfApkPort": "3979bc2c18775b50285431391e4aea5da9d62dd2", - "files": [ - { - "path": "." - }, - { - "path": ".PKGINFO" - }, - { - "path": ".SIGN.RSA.wolfi-signing.rsa.pub" - }, - { - "path": "usr" - }, - { - "path": "usr/bin" - }, - { - "path": "usr/bin/terraform" - }, - { - "path": "var" - }, - { - "path": "var/lib" - }, - { - "path": "var/lib/db" - }, - { - "path": "var/lib/db/sbom" - }, - { - "path": "var/lib/db/sbom/terraform-1.5.7-r12.spdx.json" - } - ] - } - } - ], - "artifactRelationships": [], - "source": { - "id": "(redacted for determinism)", - "name": "terraform", - "version": "1.5.7-r12", - "supplier": "chainguard", - "type": "directory", - "metadata": { - "path": "testdata/apks/aarch64/terraform-1.5.7-r12.apk" - } - }, - "distro": { - "id": "wolfi" - }, - "descriptor": { - "name": "wolfictl", - "version": "" - }, - "schema": { - "version": "", - "url": "" - } -} diff --git a/pkg/sbom/testdata/goldenfiles/aarch64/thanos-0.32-0.32.5-r4.apk.syft.json b/pkg/sbom/testdata/goldenfiles/aarch64/thanos-0.32-0.32.5-r4.apk.syft.json deleted file mode 100644 index d478c758e..000000000 --- a/pkg/sbom/testdata/goldenfiles/aarch64/thanos-0.32-0.32.5-r4.apk.syft.json +++ /dev/null @@ -1,7845 +0,0 @@ -{ - "artifacts": [ - { - "id": "39dd4268cfe62ccd", - "name": "cloud.google.com/go", - "version": "v0.110.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/cloud.google.com/go@v0.110.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:1JYyxKMN9hd5dR2MYTPWkGUgcoxVVhg0LKNKEo0qvmk=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "1dc158b5f19b438f", - "name": "cloud.google.com/go/compute/metadata", - "version": "v0.2.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go:compute\\/metadata:v0.2.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/cloud.google.com/go/compute@v0.2.3#metadata", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGBW5aJ7UnBMY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "79cd4531a2934dba", - "name": "cloud.google.com/go/iam", - "version": "v1.1.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go:iam:v1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/cloud.google.com/go/iam@v1.1.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:lW7fzj15aVIXYHREOqjRBV9PsH0Z6u8Y46a1YGvQP4Y=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3ed664aa869da041", - "name": "cloud.google.com/go/storage", - "version": "v1.30.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go:storage:v1.30.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/cloud.google.com/go/storage@v1.30.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:uOdMxAs8HExqBlnLtnQyP0YkvbiDpdGShGKtx6U/oNM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "82b4aa55ca4d94fa", - "name": "cloud.google.com/go/trace", - "version": "v1.10.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go:trace:v1.10.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/cloud.google.com/go/trace@v1.10.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:EwGdOLCNfYOOPtgqo+D2sDLZmRCEO1AagRTJCU6ztdg=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "718e692f002a49c7", - "name": "github.com/Azure/azure-sdk-for-go/sdk/azcore", - "version": "v1.7.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Azure:azure-sdk-for-go\\/sdk\\/azcore:v1.7.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Azure:azure_sdk_for_go\\/sdk\\/azcore:v1.7.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Azure/azure-sdk-for-go@v1.7.1#sdk/azcore", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:/iHxaJhsFr0+xVFfbMr5vxz848jyiWuIEDhYq3y5odY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "af23af31d30f3392", - "name": "github.com/Azure/azure-sdk-for-go/sdk/azidentity", - "version": "v1.3.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Azure:azure-sdk-for-go\\/sdk\\/azidentity:v1.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Azure:azure_sdk_for_go\\/sdk\\/azidentity:v1.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Azure/azure-sdk-for-go@v1.3.1#sdk/azidentity", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:LNHhpdK7hzUcx/k1LIcuh5k7k1LGIWLQfCjaneSj7Fc=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "420e039e3697f134", - "name": "github.com/Azure/azure-sdk-for-go/sdk/internal", - "version": "v1.3.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Azure:azure-sdk-for-go\\/sdk\\/internal:v1.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Azure:azure_sdk_for_go\\/sdk\\/internal:v1.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Azure/azure-sdk-for-go@v1.3.0#sdk/internal", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:sXr+ck84g/ZlZUOZiNELInmMgOsuGwdjjVkEIde0OtY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3c8f9c47b7f668c6", - "name": "github.com/Azure/azure-sdk-for-go/sdk/storage/azblob", - "version": "v0.5.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Azure:azure-sdk-for-go\\/sdk\\/storage\\/azblob:v0.5.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Azure:azure_sdk_for_go\\/sdk\\/storage\\/azblob:v0.5.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Azure/azure-sdk-for-go@v0.5.1#sdk/storage/azblob", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:BMTdr+ib5ljLa9MxTJK8x/Ds0MbBb4MfuW5BL0zMJnI=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d9399d33e1db789d", - "name": "github.com/AzureAD/microsoft-authentication-library-for-go", - "version": "v1.1.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:AzureAD:microsoft-authentication-library-for-go:v1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:AzureAD:microsoft_authentication_library_for_go:v1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/AzureAD/microsoft-authentication-library-for-go@v1.1.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:WpB/QDNLpMw72xHJc34BNNykqSOeEJDAWkhf0u12/Jk=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3a6f08fe9380a494", - "name": "github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace", - "version": "v1.8.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:GoogleCloudPlatform:opentelemetry-operations-go\\/exporter\\/trace:v1.8.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:GoogleCloudPlatform:opentelemetry_operations_go\\/exporter\\/trace:v1.8.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/GoogleCloudPlatform/opentelemetry-operations-go@v1.8.3#exporter/trace", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:i84ZOPT35YCJROyuf97VP/VEdYhQce/8NTLOWq5tqJw=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "f403d8d73a533271", - "name": "github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping", - "version": "v0.32.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:GoogleCloudPlatform:opentelemetry-operations-go\\/internal\\/resourcemapping:v0.32.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:GoogleCloudPlatform:opentelemetry_operations_go\\/internal\\/resourcemapping:v0.32.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/GoogleCloudPlatform/opentelemetry-operations-go@v0.32.3#internal/resourcemapping", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:FhsH8qgWFkkPlPXBZ68uuT/FH/R+DLTtVPxjLEBs1v4=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "9c08cc3ffef06aeb", - "name": "github.com/alecthomas/kingpin", - "version": "v1.3.8-0.20210301060133-17f40c25f497", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:alecthomas:kingpin:v1.3.8-0.20210301060133-17f40c25f497:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/alecthomas/kingpin@v1.3.8-0.20210301060133-17f40c25f497", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:aDITxVUQ/3KBhpVWX57Vo9ntGTxoRw1F0T6/x/tRzNU=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "f522a627971c39eb", - "name": "github.com/alecthomas/template", - "version": "v0.0.0-20190718012654-fb15b899a751", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:alecthomas:template:v0.0.0-20190718012654-fb15b899a751:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/alecthomas/template@v0.0.0-20190718012654-fb15b899a751", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:JYp7IbQjafoB+tBA3gMyHYHrpOtNuDiK/uB5uXxq5wM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "f6e73ef78a258298", - "name": "github.com/alecthomas/units", - "version": "v0.0.0-20211218093645-b94a6e3cc137", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:alecthomas:units:v0.0.0-20211218093645-b94a6e3cc137:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/alecthomas/units@v0.0.0-20211218093645-b94a6e3cc137", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:s6gZFSlWYmbqAuRjVTiNNhvNRfY2Wxp9nhfyel4rklc=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "52d29f453d27d59e", - "name": "github.com/aliyun/aliyun-oss-go-sdk", - "version": "v2.2.2+incompatible", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aliyun:aliyun-oss-go-sdk:v2.2.2\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aliyun:aliyun_oss_go_sdk:v2.2.2\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aliyun/aliyun-oss-go-sdk@v2.2.2%2Bincompatible", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:9gWa46nstkJ9miBReJcN8Gq34cBFbzSpQZVVT9N09TM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "f36f47be5df0624c", - "name": "github.com/armon/go-radix", - "version": "v1.0.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:armon:go-radix:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:armon:go_radix:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/armon/go-radix@v1.0.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:F4z6KzEeeQIMeLFa97iZU6vupzoecKdU5TX24SNppXI=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "fac0700d2415ffa0", - "name": "github.com/asaskevich/govalidator", - "version": "v0.0.0-20230301143203-a9d515a09cc2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:asaskevich:govalidator:v0.0.0-20230301143203-a9d515a09cc2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "537095ab978d1c4b", - "name": "github.com/aws/aws-sdk-go", - "version": "v1.44.327", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:amazon:aws_software_development_kit:v1.44.327:*:*:*:*:go:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:golang/github.com/aws/aws-sdk-go@v1.44.327", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:ZS8oO4+7MOBLhkdwIhgtVeDzCeWOlTfKJS7EgggbIEY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b71fe186933cc062", - "name": "github.com/aws/aws-sdk-go-v2", - "version": "v1.16.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2:v1.16.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aws:aws_sdk_go_v2:v1.16.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.16.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:cBAYjiiexRAg9v2z9vb6IdxAa7ef4KCtjW7w7e3GxGo=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "c485f93fb59141fb", - "name": "github.com/aws/aws-sdk-go-v2/config", - "version": "v1.15.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/config:v1.15.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aws:aws_sdk_go_v2\\/config:v1.15.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.15.1#config", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:hTIZFepYESYyowQUBo47lu69WSxsYqGUILY9Nu8+7pY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "0e2740e20164ba82", - "name": "github.com/aws/aws-sdk-go-v2/credentials", - "version": "v1.11.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/credentials:v1.11.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aws:aws_sdk_go_v2\\/credentials:v1.11.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.11.0#credentials", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:gc4Uhs80s60nmLon5Z4JXWinX2BkAGT0YROoUT8h8U4=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "de1ba149ee5a31de", - "name": "github.com/aws/aws-sdk-go-v2/feature/ec2/imds", - "version": "v1.12.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/feature\\/ec2\\/imds:v1.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aws:aws_sdk_go_v2\\/feature\\/ec2\\/imds:v1.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.12.1#feature/ec2/imds", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:F9Je1nq5YXfMOv6451NHvMf6U0iTWeMnsG0MMIQoUmk=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "ad2b8351222d9497", - "name": "github.com/aws/aws-sdk-go-v2/internal/configsources", - "version": "v1.1.7", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/internal\\/configsources:v1.1.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aws:aws_sdk_go_v2\\/internal\\/configsources:v1.1.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.1.7#internal/configsources", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:KUErSJgdqmqAPBWAp6Zx9CjL0YXfytXJeXcsWnuCM1c=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "78966b9405ca0ca5", - "name": "github.com/aws/aws-sdk-go-v2/internal/endpoints/v2", - "version": "v2.4.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/internal\\/endpoints\\/v2:v2.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aws:aws_sdk_go_v2\\/internal\\/endpoints\\/v2:v2.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2@v2.4.1#internal/endpoints/v2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:feVfa9eJonhJiss7g51ikjNB2DrUzbNZNvPL8pw/54k=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3d03ec303c2384a7", - "name": "github.com/aws/aws-sdk-go-v2/internal/ini", - "version": "v1.3.8", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/internal\\/ini:v1.3.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aws:aws_sdk_go_v2\\/internal\\/ini:v1.3.8:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.3.8#internal/ini", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:adr3PfiggFtqgFofAMUFCtdvwzpf3QxPES4ezK4M3iI=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "84724543637fd9c4", - "name": "github.com/aws/aws-sdk-go-v2/service/internal/presigned-url", - "version": "v1.9.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/internal\\/presigned-url:v1.9.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/internal\\/presigned_url:v1.9.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.9.1#service/internal/presigned-url", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:B/SPX7J+Y0Yrcjv60Nhbh1gC2uBN47SfN8JYre6Mp4M=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "1552d691d981e3ed", - "name": "github.com/aws/aws-sdk-go-v2/service/sso", - "version": "v1.11.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/sso:v1.11.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/sso:v1.11.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.11.1#service/sso", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:DyHctRsJIAWIvom1Itb4T84D2jwpIu+KIi3d0SFaswg=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "160e38a733bda283", - "name": "github.com/aws/aws-sdk-go-v2/service/sts", - "version": "v1.16.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/sts:v1.16.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/sts:v1.16.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.16.1#service/sts", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:xsOtPAvHqhvQvBza5ohaUcfq1LceH2lZKMUGZJKiZiM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "1a2766943016bd51", - "name": "github.com/aws/smithy-go", - "version": "v1.11.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aws:smithy-go:v1.11.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aws:smithy_go:v1.11.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aws/smithy-go@v1.11.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:IQ+lPZVkSM3FRtyaDox41R8YS6iwPMYIreejOgPW49g=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "4153e9de269d9f2a", - "name": "github.com/baidubce/bce-sdk-go", - "version": "v0.9.111", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:baidubce:bce-sdk-go:v0.9.111:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:baidubce:bce_sdk_go:v0.9.111:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/baidubce/bce-sdk-go@v0.9.111", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:yGgtPpZYUZW4uoVorQ4xnuEgVeddACydlcJKW87MDV4=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "fb6765b457cf1787", - "name": "github.com/beorn7/perks", - "version": "v1.0.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "6538e0b65a726c07", - "name": "github.com/blang/semver/v4", - "version": "v4.0.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:blang:semver\\/v4:v4.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/blang/semver@v4.0.0#v4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "48aaaeb01af6e3b2", - "name": "github.com/cenkalti/backoff/v4", - "version": "v4.2.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:cenkalti:backoff\\/v4:v4.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/cenkalti/backoff@v4.2.1#v4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "ff705fc1222bf110", - "name": "github.com/cespare/xxhash", - "version": "v1.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:cespare:xxhash:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/cespare/xxhash@v1.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b88de0d43bbd0179", - "name": "github.com/cespare/xxhash/v2", - "version": "v2.2.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/cespare/xxhash@v2.2.0#v2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "24af3a5fcb167d1e", - "name": "github.com/clbanning/mxj", - "version": "v1.8.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:clbanning:mxj:v1.8.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/clbanning/mxj@v1.8.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:HuhwZtbyvyOw+3Z1AowPkU87JkJUSv751ELWaiTpj8I=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "0e7e977975812c98", - "name": "github.com/coreos/go-systemd/v22", - "version": "v22.5.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:coreos:go-systemd\\/v22:v22.5.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:coreos:go_systemd\\/v22:v22.5.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/coreos/go-systemd@v22.5.0#v22", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:RrqgGjYQKalulkV8NGVIfkXQf6YYmOyiJKk8iXXhfZs=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b1a3bf213f81f8b3", - "name": "github.com/davecgh/go-spew", - "version": "v1.1.2-0.20180830191138-d8f796af33cc", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.2-0.20180830191138-d8f796af33cc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:davecgh:go_spew:v1.1.2-0.20180830191138-d8f796af33cc:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "baf4659631a4150c", - "name": "github.com/dennwc/varint", - "version": "v1.0.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:dennwc:varint:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/dennwc/varint@v1.0.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:kGNFFSSw8ToIy3obO/kKr8U9GZYUAxQEVuix4zfDWzE=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "595edb9c55101a3f", - "name": "github.com/dustin/go-humanize", - "version": "v1.0.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:dustin:go-humanize:v1.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dustin:go_humanize:v1.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/dustin/go-humanize@v1.0.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "72ae5e04995c2c81", - "name": "github.com/edsrzf/mmap-go", - "version": "v1.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:edsrzf:mmap-go:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:edsrzf:mmap_go:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/edsrzf/mmap-go@v1.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:6EUwBLQ/Mcr1EYLE4Tn1VdW1A4ckqCQWZBw8Hr0kjpQ=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d15739ab8bcf492c", - "name": "github.com/efficientgo/core", - "version": "v1.0.0-rc.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:efficientgo:core:v1.0.0-rc.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/efficientgo/core@v1.0.0-rc.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:7j62qHLnrZqO3V3UA0AqOGd5d5aXV3AX6m/NZBHp78I=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "ded6d282cd3b5bf8", - "name": "github.com/efficientgo/tools/extkingpin", - "version": "v0.0.0-20220817170617-6c25e3b627dd", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:efficientgo:tools\\/extkingpin:v0.0.0-20220817170617-6c25e3b627dd:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/efficientgo/tools@v0.0.0-20220817170617-6c25e3b627dd#extkingpin", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:VaYzzXeUbC5fVheskcKVNOyJMEYD+HgrJNzIAg/mRIM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "dbb155021f437c98", - "name": "github.com/elastic/go-sysinfo", - "version": "v1.8.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:elastic:go-sysinfo:v1.8.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:elastic:go_sysinfo:v1.8.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/elastic/go-sysinfo@v1.8.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:4Yhj+HdV6WjbCRgGdZpPJ8lZQlXZLKDAeIkmQ/VRvi4=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "24d7183f39bbcbdd", - "name": "github.com/facette/natsort", - "version": "v0.0.0-20181210072756-2cd4dd1e2dcb", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:facette:natsort:v0.0.0-20181210072756-2cd4dd1e2dcb:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/facette/natsort@v0.0.0-20181210072756-2cd4dd1e2dcb", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:IT4JYU7k4ikYg1SCxNI1/Tieq/NFvh6dzLdgi7eu0tM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "5823d5962eac7d9b", - "name": "github.com/felixge/fgprof", - "version": "v0.9.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:felixge:fgprof:v0.9.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/felixge/fgprof@v0.9.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:tAMHtWMyl6E0BimjVbFt7fieU6FpjttsZN7j0wT5blc=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "33061a43c859b2e2", - "name": "github.com/felixge/httpsnoop", - "version": "v1.0.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:felixge:httpsnoop:v1.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/felixge/httpsnoop@v1.0.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:s/nj+GCswXYzN5v2DpNMuMQYe+0DDwt5WVCU6CWBdXk=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e69ab08d145eecdd", - "name": "github.com/fsnotify/fsnotify", - "version": "v1.6.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:fsnotify:fsnotify:v1.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/fsnotify/fsnotify@v1.6.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "424a7345c92e0503", - "name": "github.com/go-kit/kit", - "version": "v0.12.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-kit:kit:v0.12.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_kit:kit:v0.12.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:kit:v0.12.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-kit/kit@v0.12.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:e4o3o3IsBfAKQh5Qbbiqyfu97Ku7jrO/JbohvztANh4=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "30561469f8cfd9e2", - "name": "github.com/go-kit/log", - "version": "v0.2.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-kit:log:v0.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_kit:log:v0.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:log:v0.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-kit/log@v0.2.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:MRVx0/zhvdseW+Gza6N9rVzU/IVzaeE1SFI4raAhmBU=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e494d9ccf65a63bb", - "name": "github.com/go-logfmt/logfmt", - "version": "v0.6.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-logfmt:logfmt:v0.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_logfmt:logfmt:v0.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:logfmt:v0.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-logfmt/logfmt@v0.6.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:wGYYu3uicYdqXVgoYbvnkrPVXkuLM1p1ifugDMEdRi4=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "6a2bb1ab86b571f4", - "name": "github.com/go-logr/logr", - "version": "v1.2.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-logr:logr:v1.2.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_logr:logr:v1.2.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:logr:v1.2.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-logr/logr@v1.2.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "304999be61194348", - "name": "github.com/go-logr/stdr", - "version": "v1.2.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-logr:stdr:v1.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_logr:stdr:v1.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:stdr:v1.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-logr/stdr@v1.2.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "fb37ec145f4829e4", - "name": "github.com/go-openapi/analysis", - "version": "v0.21.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-openapi:analysis:v0.21.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_openapi:analysis:v0.21.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:analysis:v0.21.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-openapi/analysis@v0.21.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:ZDFLvSNxpDaomuCueM0BlSXxpANBlFYiBvr+GXrvIHc=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "5a849fdb8f8cc731", - "name": "github.com/go-openapi/errors", - "version": "v0.20.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-openapi:errors:v0.20.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_openapi:errors:v0.20.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:errors:v0.20.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-openapi/errors@v0.20.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:unTcVm6PispJsMECE3zWgvG4xTiKda1LIR5rCRWLG6M=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "5fbfc93f4530c064", - "name": "github.com/go-openapi/jsonpointer", - "version": "v0.20.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-openapi:jsonpointer:v0.20.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_openapi:jsonpointer:v0.20.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:jsonpointer:v0.20.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-openapi/jsonpointer@v0.20.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:ESKJdU9ASRfaPNOPRx12IUyA1vn3R9GiE3KYD14BXdQ=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "01cb2bcdf052a078", - "name": "github.com/go-openapi/jsonreference", - "version": "v0.20.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-openapi:jsonreference:v0.20.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_openapi:jsonreference:v0.20.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:jsonreference:v0.20.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:3sVjiK66+uXK/6oQ8xgcRKcFgQ5KXa2KvnJRumpMGbE=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "bbada956d790b2e3", - "name": "github.com/go-openapi/loads", - "version": "v0.21.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-openapi:loads:v0.21.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_openapi:loads:v0.21.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:loads:v0.21.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-openapi/loads@v0.21.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:r2a/xFIYeZ4Qd2TnGpWDIQNcP80dIaZgf704za8enro=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "0580e1a092807259", - "name": "github.com/go-openapi/spec", - "version": "v0.20.9", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-openapi:spec:v0.20.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_openapi:spec:v0.20.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:spec:v0.20.9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-openapi/spec@v0.20.9", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:xnlYNQAwKd2VQRRfwTEI0DcK+2cbuvI/0c7jx3gA8/8=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "0cab53a5d415c19e", - "name": "github.com/go-openapi/strfmt", - "version": "v0.21.7", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-openapi:strfmt:v0.21.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_openapi:strfmt:v0.21.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:strfmt:v0.21.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-openapi/strfmt@v0.21.7", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:rspiXgNWgeUzhjo1YU01do6qsahtJNByjLVbPLNHb8k=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "8ac12625a9944b62", - "name": "github.com/go-openapi/swag", - "version": "v0.22.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-openapi:swag:v0.22.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_openapi:swag:v0.22.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:swag:v0.22.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-openapi/swag@v0.22.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:QLMzNJnMGPRNDCbySlcj1x01tzU8/9LTTL9hZZZogBU=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "4a8dc5b4f6c5222f", - "name": "github.com/go-openapi/validate", - "version": "v0.22.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-openapi:validate:v0.22.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_openapi:validate:v0.22.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:validate:v0.22.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-openapi/validate@v0.22.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:G+c2ub6q47kfX1sOBLwIQwzBVt8qmOAARyo/9Fqs9NU=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "0c8420ebb3265301", - "name": "github.com/gofrs/flock", - "version": "v0.8.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:gofrs:flock:v0.8.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/gofrs/flock@v0.8.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:+gYjHKf32LDeiEEFhQaotPbLuUXjY5ZqxKgXy7n59aw=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3cf1539830dba739", - "name": "github.com/gogo/googleapis", - "version": "v1.4.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:gogo:googleapis:v1.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/gogo/googleapis@v1.4.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:zgVt4UpGxcqVOw97aRGxT4svlcmdK35fynLNctY32zI=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "388a89f0464b6145", - "name": "github.com/gogo/protobuf", - "version": "v1.3.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "258d9848d1018756", - "name": "github.com/gogo/status", - "version": "v1.1.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:gogo:status:v1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/gogo/status@v1.1.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:DuHXlSFHNKqTQ+/ACf5Vs6r4X/dH2EgIzR9Vr+H65kg=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "f175aac0ae5efd22", - "name": "github.com/golang-jwt/jwt/v5", - "version": "v5.0.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang-jwt:jwt\\/v5:v5.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:golang_jwt:jwt\\/v5:v5.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:golang:jwt\\/v5:v5.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/golang-jwt/jwt@v5.0.0#v5", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:1n1XNM9hk7O9mnQoNBGolZvzebBQ7p93ULHRc28XJUE=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "f373bcda9006a9b9", - "name": "github.com/golang/groupcache", - "version": "v0.0.0-20210331224755-41bb18bfe9da", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:groupcache:v0.0.0-20210331224755-41bb18bfe9da:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "eea0bd85be5fb442", - "name": "github.com/golang/protobuf", - "version": "v1.5.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:protobuf:v1.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/golang/protobuf@v1.5.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e61afc39378177e6", - "name": "github.com/golang/snappy", - "version": "v0.0.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:snappy:v0.0.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/golang/snappy@v0.0.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "02a527d137a91dda", - "name": "github.com/google/go-cmp", - "version": "v0.5.9", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:go-cmp:v0.5.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:go_cmp:v0.5.9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/google/go-cmp@v0.5.9", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "c774252639750801", - "name": "github.com/google/go-querystring", - "version": "v1.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:go-querystring:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:go_querystring:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/google/go-querystring@v1.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e1273964652e8896", - "name": "github.com/google/pprof", - "version": "v0.0.0-20230705174524-200ffdc848b8", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:pprof:v0.0.0-20230705174524-200ffdc848b8:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/google/pprof@v0.0.0-20230705174524-200ffdc848b8", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:n6vlPhxsA+BW/XsS5+uqi7GyzaLa5MH7qlSLBZtRdiA=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "eb9e0d67dd3de0d8", - "name": "github.com/google/s2a-go", - "version": "v0.1.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:s2a-go:v0.1.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:s2a_go:v0.1.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/google/s2a-go@v0.1.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:1kZ/sQM3srePvKs3tXAvQzo66XfcReoqFpIpIccE7Oc=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "075ba2bc28519472", - "name": "github.com/google/uuid", - "version": "v1.3.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:uuid:v1.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/google/uuid@v1.3.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e5fb6f42a7d46c88", - "name": "github.com/googleapis/enterprise-certificate-proxy", - "version": "v0.2.5", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:googleapis:enterprise-certificate-proxy:v0.2.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:googleapis:enterprise_certificate_proxy:v0.2.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/googleapis/enterprise-certificate-proxy@v0.2.5", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:UR4rDjcgpgEnqpIEvkiqTYKBCKLNmlge2eVjoZfySzM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "2af313778b919e25", - "name": "github.com/googleapis/gax-go/v2", - "version": "v2.12.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:googleapis:gax-go\\/v2:v2.12.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:googleapis:gax_go\\/v2:v2.12.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/googleapis/gax-go@v2.12.0#v2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:A+gCJKdRfqXkr+BIRGtZLibNXf0m1f9E4HG56etFpas=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "c87d55d2d20c395d", - "name": "github.com/gorilla/mux", - "version": "v1.8.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:gorilla:mux:v1.8.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/gorilla/mux@v1.8.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3bfa56f61294c24e", - "name": "github.com/grafana/regexp", - "version": "v0.0.0-20221122212121-6b5c0a4cb7fd", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:grafana:regexp:v0.0.0-20221122212121-6b5c0a4cb7fd:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/grafana/regexp@v0.0.0-20221122212121-6b5c0a4cb7fd", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:PpuIBO5P3e9hpqBD0O/HjhShYuM6XE0i/lbE6J94kww=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "562641c37381c05b", - "name": "github.com/grpc-ecosystem/go-grpc-middleware", - "version": "v1.3.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:grpc-ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc-ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc_ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc_ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:+9834+KizmvFV7pXQGSXQTsaWhq2GjuNUt0aUU0YBYw=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "2942ff9d05149fef", - "name": "github.com/grpc-ecosystem/go-grpc-middleware/providers/kit/v2", - "version": "v2.0.0-20201002093600-73cf2ae9d891", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:grpc-ecosystem:go-grpc-middleware\\/providers\\/kit\\/v2:v2.0.0-20201002093600-73cf2ae9d891:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc-ecosystem:go_grpc_middleware\\/providers\\/kit\\/v2:v2.0.0-20201002093600-73cf2ae9d891:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc_ecosystem:go-grpc-middleware\\/providers\\/kit\\/v2:v2.0.0-20201002093600-73cf2ae9d891:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc_ecosystem:go_grpc_middleware\\/providers\\/kit\\/v2:v2.0.0-20201002093600-73cf2ae9d891:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc:go-grpc-middleware\\/providers\\/kit\\/v2:v2.0.0-20201002093600-73cf2ae9d891:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc:go_grpc_middleware\\/providers\\/kit\\/v2:v2.0.0-20201002093600-73cf2ae9d891:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v2.0.0-20201002093600-73cf2ae9d891#providers/kit/v2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:RhOqTAECcPnehv3hKlYy1fAnpQ7rnZu58l3mpq6gT1k=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "041ce885ef769c66", - "name": "github.com/grpc-ecosystem/go-grpc-middleware/v2", - "version": "v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:grpc-ecosystem:go-grpc-middleware\\/v2:v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc-ecosystem:go_grpc_middleware\\/v2:v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc_ecosystem:go-grpc-middleware\\/v2:v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc_ecosystem:go_grpc_middleware\\/v2:v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc:go-grpc-middleware\\/v2:v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc:go_grpc_middleware\\/v2:v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7#v2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:guQyUpELu4I0wKgdsRBZDA5blfGiUleuppRSVy9Qbi0=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "035647ba2f8ee274", - "name": "github.com/grpc-ecosystem/go-grpc-prometheus", - "version": "v1.2.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:grpc-ecosystem:go-grpc-prometheus:v1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc-ecosystem:go_grpc_prometheus:v1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc_ecosystem:go-grpc-prometheus:v1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc_ecosystem:go_grpc_prometheus:v1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc:go-grpc-prometheus:v1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc:go_grpc_prometheus:v1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:Ovs26xHkKqVztRpIrF/92BcuyuQ/YW4NSIpoGtfXNho=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "115d925defac0c08", - "name": "github.com/grpc-ecosystem/grpc-gateway/v2", - "version": "v2.16.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:grpc-ecosystem:grpc-gateway\\/v2:v2.16.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc-ecosystem:grpc_gateway\\/v2:v2.16.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc_ecosystem:grpc-gateway\\/v2:v2.16.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc_ecosystem:grpc_gateway\\/v2:v2.16.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc:grpc-gateway\\/v2:v2.16.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc:grpc_gateway\\/v2:v2.16.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway@v2.16.0#v2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:YBftPWNWd4WwGqtY2yeZL2ef8rHAxPBD8KFhJpmcqms=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "ef6aa4367e7ed245", - "name": "github.com/hashicorp/golang-lru", - "version": "v0.6.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:golang-lru:v0.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:golang_lru:v0.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/golang-lru@v0.6.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:uL2shRDx7RTrOrTCUZEGP/wJUFiUI8QT6E7z5o8jga4=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e34e08330975e6d4", - "name": "github.com/huaweicloud/huaweicloud-sdk-go-obs", - "version": "v3.23.3+incompatible", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:huaweicloud:huaweicloud-sdk-go-obs:v3.23.3\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:huaweicloud:huaweicloud_sdk_go_obs:v3.23.3\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/huaweicloud/huaweicloud-sdk-go-obs@v3.23.3%2Bincompatible", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:tKTaPHNVwikS3I1rdyf1INNvgJXWSf/+TzqsiGbrgnQ=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b7c3e0c2732bd512", - "name": "github.com/jmespath/go-jmespath", - "version": "v0.4.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:jmespath:go-jmespath:v0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jmespath:go_jmespath:v0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/jmespath/go-jmespath@v0.4.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3e37c6b1e1c49dac", - "name": "github.com/joeshaw/multierror", - "version": "v0.0.0-20140124173710-69b34d4ec901", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:joeshaw:multierror:v0.0.0-20140124173710-69b34d4ec901:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/joeshaw/multierror@v0.0.0-20140124173710-69b34d4ec901", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:rp+c0RAYOWj8l6qbCUTSiRLG/iKnW3K3/QfPPuSsBt4=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "59d2c205aa130246", - "name": "github.com/josharian/intern", - "version": "v1.0.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:josharian:intern:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/josharian/intern@v1.0.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "06f5145113455af1", - "name": "github.com/jpillora/backoff", - "version": "v1.0.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:jpillora:backoff:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/jpillora/backoff@v1.0.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:uvFg412JmmHBHw7iwprIxkPMI+sGQ4kzOWsMeHnm2EA=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a691ba98e5859b4f", - "name": "github.com/json-iterator/go", - "version": "v1.1.12", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3ea81de694903a61", - "name": "github.com/julienschmidt/httprouter", - "version": "v1.3.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:julienschmidt:httprouter:v1.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/julienschmidt/httprouter@v1.3.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d0cef0ce3c8a0859", - "name": "github.com/klauspost/compress", - "version": "v1.16.7", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:klauspost:compress:v1.16.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/klauspost/compress@v1.16.7", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:2mk3MPGNzKyxErAw8YaohYh69+pa4sIQSC0fPGCFR9I=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "6ee080a06aff2e87", - "name": "github.com/klauspost/cpuid/v2", - "version": "v2.2.5", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:klauspost:cpuid\\/v2:v2.2.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/klauspost/cpuid@v2.2.5#v2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:0E5MSMDEoAulmXNFquVs//DdoomxaoTY1kUhbc/qbZg=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "2a03e6239a56630b", - "name": "github.com/kylelemons/godebug", - "version": "v1.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:kylelemons:godebug:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/kylelemons/godebug@v1.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "ff2c4431f6db44e1", - "name": "github.com/lightstep/lightstep-tracer-common/golang/gogo", - "version": "v0.0.0-20210210170715-a8dfcb80d3a7", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:lightstep:lightstep-tracer-common\\/golang\\/gogo:v0.0.0-20210210170715-a8dfcb80d3a7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:lightstep:lightstep_tracer_common\\/golang\\/gogo:v0.0.0-20210210170715-a8dfcb80d3a7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/lightstep/lightstep-tracer-common@v0.0.0-20210210170715-a8dfcb80d3a7#golang/gogo", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:YjW+hUb8Fh2S58z4av4t/0cBMK/Q0aP48RocCFsC8yI=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "1d3948b9d2999056", - "name": "github.com/lightstep/lightstep-tracer-go", - "version": "v0.25.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:lightstep:lightstep-tracer-go:v0.25.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:lightstep:lightstep_tracer_go:v0.25.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/lightstep/lightstep-tracer-go@v0.25.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:sGVnz8h3jTQuHKMbUe2949nXm3Sg09N1UcR3VoQNN5E=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "37b60214b0b20fb9", - "name": "github.com/mailru/easyjson", - "version": "v0.7.7", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mailru:easyjson:v0.7.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mailru/easyjson@v0.7.7", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "6754479b35fabdb0", - "name": "github.com/mattn/go-runewidth", - "version": "v0.0.13", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mattn:go-runewidth:v0.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mattn:go_runewidth:v0.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mattn/go-runewidth@v0.0.13", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:lTGmDsbAYt5DmK6OnoV7EuIF1wEIFAcxld6ypU4OSgU=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "ea41ee504274dd5c", - "name": "github.com/matttproud/golang_protobuf_extensions", - "version": "v1.0.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d6dcd9f6283cb65e", - "name": "github.com/miekg/dns", - "version": "v1.1.55", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:miekg:dns:v1.1.55:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/miekg/dns@v1.1.55", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:GoQ4hpsj0nFLYe+bWiCToyrBEJXkQfOOIvFGFy0lEgo=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "40c5e8ee8c90b5fe", - "name": "github.com/minio/md5-simd", - "version": "v1.1.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:minio:md5-simd:v1.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:minio:md5_simd:v1.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/minio/md5-simd@v1.1.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a2f7ea4c5fec8b29", - "name": "github.com/minio/minio-go/v7", - "version": "v7.0.61", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:minio:minio-go\\/v7:v7.0.61:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:minio:minio_go\\/v7:v7.0.61:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/minio/minio-go@v7.0.61#v7", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:87c+x8J3jxQ5VUGimV9oHdpjsAvy3fhneEBKuoKEVUI=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3f6775ea7abbaece", - "name": "github.com/minio/sha256-simd", - "version": "v1.0.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:minio:sha256-simd:v1.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:minio:sha256_simd:v1.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/minio/sha256-simd@v1.0.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:6kaan5IFmwTNynnKKpDHe6FWHohJOHhCPchzK49dzMM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "f756bde704ddd0a4", - "name": "github.com/mitchellh/mapstructure", - "version": "v1.5.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mitchellh:mapstructure:v1.5.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mitchellh/mapstructure@v1.5.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "acc3c802476a1cf8", - "name": "github.com/modern-go/concurrent", - "version": "v0.0.0-20180306012644-bacd9c7ef1dd", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "500b796b6c565df4", - "name": "github.com/modern-go/reflect2", - "version": "v1.0.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "aa5bf4eed74c8ec3", - "name": "github.com/mozillazg/go-httpheader", - "version": "v0.2.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mozillazg:go-httpheader:v0.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mozillazg:go_httpheader:v0.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mozillazg/go-httpheader@v0.2.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:geV7TrjbL8KXSyvghnFm+NyTux/hxwueTSrwhe88TQQ=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "76c4ff73b417f728", - "name": "github.com/munnerz/goautoneg", - "version": "v0.0.0-20191010083416-a7dc8b61c822", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:munnerz:goautoneg:v0.0.0-20191010083416-a7dc8b61c822:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "49562752b3247a68", - "name": "github.com/mwitkow/go-conntrack", - "version": "v0.0.0-20190716064945-2f068394615f", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mwitkow:go-conntrack:v0.0.0-20190716064945-2f068394615f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mwitkow:go_conntrack:v0.0.0-20190716064945-2f068394615f:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mwitkow/go-conntrack@v0.0.0-20190716064945-2f068394615f", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:KUppIJq7/+SVif2QVs3tOP0zanoHgBEVAwHxUSIzRqU=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "0eb37bdcbbbb395f", - "name": "github.com/ncw/swift", - "version": "v1.0.53", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:ncw:swift:v1.0.53:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/ncw/swift@v1.0.53", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:luHjjTNtekIEvHg5KdAFIBaH7bWfNkefwFnpDffSIks=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b1f7acac96114d13", - "name": "github.com/oklog/run", - "version": "v1.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:oklog:run:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/oklog/run@v1.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:GEenZ1cK0+q0+wsJew9qUg/DyD8k3JzYsZAi5gYi2mA=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "baa5405a5de22c74", - "name": "github.com/oklog/ulid", - "version": "v1.3.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:oklog:ulid:v1.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/oklog/ulid@v1.3.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "6c9715d187b6b8e9", - "name": "github.com/olekukonko/tablewriter", - "version": "v0.0.5", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:olekukonko:tablewriter:v0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/olekukonko/tablewriter@v0.0.5", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "67ad130316a5affa", - "name": "github.com/opentracing-contrib/go-grpc", - "version": "v0.0.0-20210225150812-73cb765af46e", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:opentracing-contrib:go-grpc:v0.0.0-20210225150812-73cb765af46e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:opentracing-contrib:go_grpc:v0.0.0-20210225150812-73cb765af46e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:opentracing_contrib:go-grpc:v0.0.0-20210225150812-73cb765af46e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:opentracing_contrib:go_grpc:v0.0.0-20210225150812-73cb765af46e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:opentracing:go-grpc:v0.0.0-20210225150812-73cb765af46e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:opentracing:go_grpc:v0.0.0-20210225150812-73cb765af46e:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/opentracing-contrib/go-grpc@v0.0.0-20210225150812-73cb765af46e", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:4cPxUYdgaGzZIT5/j0IfqOrrXmq6bG8AwvwisMXpdrg=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "856807cf155d624a", - "name": "github.com/opentracing-contrib/go-stdlib", - "version": "v1.0.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:opentracing-contrib:go-stdlib:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:opentracing-contrib:go_stdlib:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:opentracing_contrib:go-stdlib:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:opentracing_contrib:go_stdlib:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:opentracing:go-stdlib:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:opentracing:go_stdlib:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/opentracing-contrib/go-stdlib@v1.0.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:TBS7YuVotp8myLon4Pv7BtCBzOTo1DeZCld0Z63mW2w=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "675a0fc70d9de5f3", - "name": "github.com/opentracing/opentracing-go", - "version": "v1.2.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:opentracing:opentracing-go:v1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:opentracing:opentracing_go:v1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/opentracing/opentracing-go@v1.2.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e4b6b5c017c55387", - "name": "github.com/oracle/oci-go-sdk/v65", - "version": "v65.41.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:oracle:oci-go-sdk\\/v65:v65.41.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oracle:oci_go_sdk\\/v65:v65.41.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/oracle/oci-go-sdk@v65.41.1#v65", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:+lbosOyNiib3TGJDvLq1HwEAuFqkOjPJDIkyxM15WdQ=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b7ca6b4d8ba5f6e6", - "name": "github.com/pkg/browser", - "version": "v0.0.0-20210911075715-681adbf594b8", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:pkg:browser:v0.0.0-20210911075715-681adbf594b8:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/pkg/browser@v0.0.0-20210911075715-681adbf594b8", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:KoWmjvw+nsYOo29YJK9vDA65RGE3NrOnUtO7a+RF9HU=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "63e46998dc83a889", - "name": "github.com/pkg/errors", - "version": "v0.9.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e875210aefdb631a", - "name": "github.com/pmezard/go-difflib", - "version": "v1.0.1-0.20181226105442-5d4384ee4fb2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:pmezard:go-difflib:v1.0.1-0.20181226105442-5d4384ee4fb2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pmezard:go_difflib:v1.0.1-0.20181226105442-5d4384ee4fb2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/pmezard/go-difflib@v1.0.1-0.20181226105442-5d4384ee4fb2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "8a129a72ade0edba", - "name": "github.com/prometheus/alertmanager", - "version": "v0.25.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:prometheus:alertmanager:v0.25.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/prometheus/alertmanager@v0.25.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:LGBNMspOfv8h7brb+LWj2wnwBCg2ZuuKWTh6CAVw2/Y=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "6080f31b5d86ef97", - "name": "github.com/prometheus/client_golang", - "version": "v1.16.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:prometheus:client-golang:v1.16.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:prometheus:client_golang:v1.16.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/prometheus/client_golang@v1.16.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:yk/hx9hDbrGHovbci4BY+pRMfSuuat626eFsHb7tmT8=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "befb1a28dacb5998", - "name": "github.com/prometheus/client_model", - "version": "v0.4.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:prometheus:client-model:v0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:prometheus:client_model:v0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/prometheus/client_model@v0.4.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:5lQXD3cAg1OXBf4Wq03gTrXHeaV0TQvGfUooCfx1yqY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "992ebb76e98056d8", - "name": "github.com/prometheus/common", - "version": "v0.44.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:prometheus:common:v0.44.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/prometheus/common@v0.44.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:+5BrQJwiBB9xsMygAB3TNvpQKOwlkc25LbISbrdOOfY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "2afcfc10a4a95127", - "name": "github.com/prometheus/common/sigv4", - "version": "v0.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:prometheus:common\\/sigv4:v0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/prometheus/common@v0.1.0#sigv4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:qoVebwtwwEhS85Czm2dSROY5fTo2PAPEVdDeppTwGX4=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "c2aa6943685aa733", - "name": "github.com/prometheus/exporter-toolkit", - "version": "v0.10.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:prometheus:exporter-toolkit:v0.10.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:prometheus:exporter_toolkit:v0.10.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/prometheus/exporter-toolkit@v0.10.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:yOAzZTi4M22ZzVxD+fhy1URTuNRj/36uQJJ5S8IPza8=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "db188eeb946ab8d6", - "name": "github.com/prometheus/procfs", - "version": "v0.11.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:prometheus:procfs:v0.11.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/prometheus/procfs@v0.11.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:xRC8Iq1yyca5ypa9n1EZnWZkt7dwcoRPQwX/5gwaUuI=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "97f13109f2354a38", - "name": "github.com/prometheus/prometheus", - "version": "v0.46.1-0.20230818184859-4d8e380269da", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:prometheus:prometheus:v0.46.1-0.20230818184859-4d8e380269da:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/prometheus/prometheus@v0.46.1-0.20230818184859-4d8e380269da", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:D5uk+FEdNjQs9ly/wkb/pXkoWc60GcV9RVsMUpg/BIE=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b1713f04f8fc1e77", - "name": "github.com/redis/rueidis", - "version": "v1.0.14-go1.18", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:redis:rueidis:v1.0.14-go1.18:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/redis/rueidis@v1.0.14-go1.18", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:dGir5z8w8X1ex7JWO/Zx2FMBrZgQ8Yjm+lw9fPLSNGw=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "829d4ae567fa69cf", - "name": "github.com/rivo/uniseg", - "version": "v0.2.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:rivo:uniseg:v0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/rivo/uniseg@v0.2.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "5f5a9ff367c72b17", - "name": "github.com/rs/xid", - "version": "v1.5.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:rs:xid:v1.5.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/rs/xid@v1.5.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:mKX4bl4iPYJtEIxp6CYiUuLQ/8DYMoz0PUdtGgMFRVc=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "6c925da82dd75c43", - "name": "github.com/sercand/kuberesolver/v5", - "version": "v5.1.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:sercand:kuberesolver\\/v5:v5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/sercand/kuberesolver@v5.1.1#v5", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:CYH+d67G0sGBj7q5wLK61yzqJJ8gLLC8aeprPTHb6yY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "88e208d3632789e6", - "name": "github.com/shirou/gopsutil/v3", - "version": "v3.22.9", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:shirou:gopsutil\\/v3:v3.22.9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/shirou/gopsutil@v3.22.9#v3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:yibtJhIVEMcdw+tCTbOPiF1VcsuDeTE4utJ8Dm4c5eA=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "1d43cb9591e6fc51", - "name": "github.com/sirupsen/logrus", - "version": "v1.9.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:sirupsen:logrus:v1.9.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/sirupsen/logrus@v1.9.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3abade47b1ed313d", - "name": "github.com/sony/gobreaker", - "version": "v0.5.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:sony:gobreaker:v0.5.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/sony/gobreaker@v0.5.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:dRCvqm0P490vZPmy7ppEk2qCnCieBooFJ+YoXGYB+yg=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "60700d3ed356dcf0", - "name": "github.com/stretchr/testify", - "version": "v1.8.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:stretchr:testify:v1.8.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/stretchr/testify@v1.8.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "84ab2b777e52682d", - "name": "github.com/tencentyun/cos-go-sdk-v5", - "version": "v0.7.40", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:tencentyun:cos-go-sdk-v5:v0.7.40:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tencentyun:cos_go_sdk_v5:v0.7.40:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/tencentyun/cos-go-sdk-v5@v0.7.40", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:W6vDGKCHe4wBACI1d2UgE6+50sJFhRWU4O8IB2ozzxM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "f3533c1dad03084b", - "name": "github.com/thanos-community/galaxycache", - "version": "v0.0.0-20211122094458-3a32041a1f1e", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:thanos-community:galaxycache:v0.0.0-20211122094458-3a32041a1f1e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos_community:galaxycache:v0.0.0-20211122094458-3a32041a1f1e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos:galaxycache:v0.0.0-20211122094458-3a32041a1f1e:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/thanos-community/galaxycache@v0.0.0-20211122094458-3a32041a1f1e", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:f1Zsv7OAU9iQhZwigp50Yl38W10g/vd5NC8Rdk1Jzng=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3d926b0157460e75", - "name": "github.com/thanos-io/objstore", - "version": "v0.0.0-20230921130928-63a603e651ed", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:thanos-io:objstore:v0.0.0-20230921130928-63a603e651ed:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos_io:objstore:v0.0.0-20230921130928-63a603e651ed:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos:objstore:v0.0.0-20230921130928-63a603e651ed:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/thanos-io/objstore@v0.0.0-20230921130928-63a603e651ed", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:iWQdY3S6DpWjelVvKKSKgS7LeLkhK4VaEnQfphB9ZXA=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d251e9973bdf4b07", - "name": "github.com/thanos-io/promql-engine", - "version": "v0.0.0-20230821193351-e1ae4275b96e", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:thanos-io:promql-engine:v0.0.0-20230821193351-e1ae4275b96e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos-io:promql_engine:v0.0.0-20230821193351-e1ae4275b96e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos_io:promql-engine:v0.0.0-20230821193351-e1ae4275b96e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos_io:promql_engine:v0.0.0-20230821193351-e1ae4275b96e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos:promql-engine:v0.0.0-20230821193351-e1ae4275b96e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos:promql_engine:v0.0.0-20230821193351-e1ae4275b96e:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/thanos-io/promql-engine@v0.0.0-20230821193351-e1ae4275b96e", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:kwsFCU8eSkZehbrAN3nXPw5RdMHi/Bok/y8l2C4M+gk=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "6dbba5a32aa60057", - "name": "github.com/thanos-io/thanos", - "version": "v0.0.0-20231019035001-750e8a94eed5", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:thanos-io:thanos:v0.0.0-20231019035001-750e8a94eed5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos_io:thanos:v0.0.0-20231019035001-750e8a94eed5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos:thanos:v0.0.0-20231019035001-750e8a94eed5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/thanos-io/thanos@v0.0.0-20231019035001-750e8a94eed5", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goBuildSettings": [ - { - "key": "-buildmode", - "value": "exe" - }, - { - "key": "-compiler", - "value": "gc" - }, - { - "key": "-ldflags", - "value": "-X github.com/prometheus/common/version.Version=0.32.5 -X github.com/prometheus/common/version.Revision=750e8a94eed5226cd4562117295d540a968c163c -X github.com/prometheus/common/version.Branch=HEAD -X github.com/prometheus/common/version.BuildUser=root@ceb6b08dac16 -X github.com/prometheus/common/version.BuildDate=20231220-11:03:12 -extldflags '-static'" - }, - { - "key": "-tags", - "value": "netgo" - }, - { - "key": "DefaultGODEBUG", - "value": "panicnil=1" - }, - { - "key": "CGO_ENABLED", - "value": "0" - }, - { - "key": "GOARCH", - "value": "arm64" - }, - { - "key": "GOOS", - "value": "linux" - }, - { - "key": "vcs", - "value": "git" - }, - { - "key": "vcs.revision", - "value": "750e8a94eed5226cd4562117295d540a968c163c" - }, - { - "key": "vcs.time", - "value": "2023-10-19T03:50:01Z" - }, - { - "key": "vcs.modified", - "value": "true" - } - ], - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "7da2ff9a56425722", - "name": "github.com/themihai/gomemcache", - "version": "v0.0.0-20180902122335-24332e2d58ab", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:themihai:gomemcache:v0.0.0-20180902122335-24332e2d58ab:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/themihai/gomemcache@v0.0.0-20180902122335-24332e2d58ab", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:7ZR3hmisBWw77ZpO1/o86g+JV3VKlk3d48jopJxzTjU=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "c167f9cad0aaea89", - "name": "github.com/tklauser/go-sysconf", - "version": "v0.3.10", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:tklauser:go-sysconf:v0.3.10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tklauser:go_sysconf:v0.3.10:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/tklauser/go-sysconf@v0.3.10", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:IJ1AZGZRWbY8T5Vfk04D9WOA5WSejdflXxP03OUqALw=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "efcf03a34fc94593", - "name": "github.com/tklauser/numcpus", - "version": "v0.4.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:tklauser:numcpus:v0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/tklauser/numcpus@v0.4.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:E53Dm1HjH1/R2/aoCtXtPgzmElmn51aOkhCFSuZq//o=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "2016ebabe0925760", - "name": "github.com/uber/jaeger-client-go", - "version": "v2.30.0+incompatible", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:uber:jaeger-client-go:v2.30.0\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:uber:jaeger_client_go:v2.30.0\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/uber/jaeger-client-go@v2.30.0%2Bincompatible", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:D6wyKGCecFaSRUpo8lCVbaOOb6ThwMmTEbhRwtKR97o=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "67918c056ac46fd8", - "name": "github.com/uber/jaeger-lib", - "version": "v2.4.1+incompatible", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:uber:jaeger-lib:v2.4.1\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:uber:jaeger_lib:v2.4.1\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/uber/jaeger-lib@v2.4.1%2Bincompatible", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:td4jdvLcExb4cBISKIpHuGoVXh+dVKhn2Um6rjCsSsg=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "2d9dd8e674263ea1", - "name": "github.com/weaveworks/common", - "version": "v0.0.0-20221201103051-7c2720a9024d", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:weaveworks:common:v0.0.0-20221201103051-7c2720a9024d:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/weaveworks/common@v0.0.0-20221201103051-7c2720a9024d", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:9Z/HiqeGN+LOnmotAMpFEQjuXZ4AGAVFG0rC1laP5Go=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "ee16d76fb9a14186", - "name": "github.com/weaveworks/promrus", - "version": "v1.2.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:weaveworks:promrus:v1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/weaveworks/promrus@v1.2.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:jOLf6pe6/vss4qGHjXmGz4oDJQA+AOCqEL3FvvZGz7M=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d76f75fabee65baf", - "name": "go.elastic.co/apm", - "version": "v1.11.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/go.elastic.co/apm@v1.11.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:uJyt6nCW9880sZhfl1tB//Jy/5TadNoAd8edRUtgb3w=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "1975752b3f3123e0", - "name": "go.elastic.co/apm/module/apmhttp", - "version": "v1.11.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:apm:module\\/apmhttp:v1.11.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.elastic.co/apm/module@v1.11.0#apmhttp", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:k/MjK0y2aLOXumoM8jcWXqxvIFlMS4U8Bn9cMUPdVX0=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e23002dde6946011", - "name": "go.elastic.co/apm/module/apmot", - "version": "v1.11.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:apm:module\\/apmot:v1.11.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.elastic.co/apm/module@v1.11.0#apmot", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:Qmol6ztDJgvGK/B2cRdcPRNw4qE7kRv1d0vo9ptZfIo=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "be76b1233a2c1b07", - "name": "go.elastic.co/fastjson", - "version": "v1.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/go.elastic.co/fastjson@v1.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:3MrGBWWVIxe/xvsbpghtkFoPciPhOCmjsR/HfwEeQR4=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "0019cd99b492192a", - "name": "go.mongodb.org/mongo-driver", - "version": "v1.12.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/go.mongodb.org/mongo-driver@v1.12.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:aPx33jmn/rQuJXPQLZQ8NtfPQG8CaqgLThFtqRb0PiE=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "043ec70ffa968ff3", - "name": "go.opencensus.io", - "version": "v0.24.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/go.opencensus.io@v0.24.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "7442a477e3bb68d8", - "name": "go.opentelemetry.io/collector/pdata", - "version": "v1.0.0-rcv0014", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:collector:pdata:v1.0.0-rcv0014:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/collector/pdata@v1.0.0-rcv0014", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:iT5qH0NLmkGeIdDtnBogYDx7L58t6CaWGL378DEo2QY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e24334e3c908e00c", - "name": "go.opentelemetry.io/collector/semconv", - "version": "v0.81.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:collector:semconv:v0.81.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/collector/semconv@v0.81.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:lCYNNo3powDvFIaTPP2jDKIrBiV1T92NK4QgL/aHYXw=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e9bc7c2fc0c1ff8c", - "name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp", - "version": "v0.44.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:contrib:instrumentation\\/net\\/http\\/otelhttp:v0.44.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation@v0.44.0#net/http/otelhttp", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:KfYpVmrjI7JuToy5k8XV3nkapjWx48k4E4JOtVstzQI=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a82fe2258516f6e1", - "name": "go.opentelemetry.io/contrib/propagators/autoprop", - "version": "v0.38.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:contrib:propagators\\/autoprop:v0.38.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/contrib/propagators@v0.38.0#autoprop", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:WZwiLCwOL0XW/6TVT7LTtdRDveoHZ6q3wL+0iYsBcdE=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "f29dbbb22d1c39b9", - "name": "go.opentelemetry.io/contrib/propagators/aws", - "version": "v1.13.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:contrib:propagators\\/aws:v1.13.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/contrib/propagators@v1.13.0#aws", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:9qOAQhTeJGiaYNfCCnRmL12XZGIaxclqS5yfkSXpn8o=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "91628d25db764131", - "name": "go.opentelemetry.io/contrib/propagators/b3", - "version": "v1.13.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:contrib:propagators\\/b3:v1.13.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/contrib/propagators@v1.13.0#b3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:f17PBmZK60RoHvOpJVqEka8oS2EXjpjHquESD/8zZ50=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "0452deb3b5b4c448", - "name": "go.opentelemetry.io/contrib/propagators/jaeger", - "version": "v1.13.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:contrib:propagators\\/jaeger:v1.13.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/contrib/propagators@v1.13.0#jaeger", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:+tVlvpiQMOCzi4EYCaBjblibpyKfqoph0fcITmtXMws=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "82111a3340362613", - "name": "go.opentelemetry.io/contrib/propagators/ot", - "version": "v1.13.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:contrib:propagators\\/ot:v1.13.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/contrib/propagators@v1.13.0#ot", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:tHWNd0WRS6w9keZoZg9aF3zYohdaBacQfojPYZJgATQ=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "94c8995d5ca6b520", - "name": "go.opentelemetry.io/contrib/samplers/jaegerremote", - "version": "v0.7.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:contrib:samplers\\/jaegerremote:v0.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/contrib/samplers@v0.7.0#jaegerremote", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:E+RlfFhGZ5Tk0wO1oOJYC0Il4Q7SjE8ZMl8x/VTK9Pk=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "078cb4885aff2030", - "name": "go.opentelemetry.io/otel", - "version": "v1.19.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/go.opentelemetry.io/otel@v1.19.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:MuS/TNf4/j4IXsZuJegVzI1cwut7Qc00344rgH7p8bs=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b96dc64b68cca945", - "name": "go.opentelemetry.io/otel/bridge/opentracing", - "version": "v1.16.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:otel:bridge\\/opentracing:v1.16.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/otel/bridge@v1.16.0#opentracing", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:Bgwi7P5NCV3bv2T13bwG0WfsxaT4SjQ1rDdmFc5P7do=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "7387c788ec5c0782", - "name": "go.opentelemetry.io/otel/exporters/jaeger", - "version": "v1.16.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:otel:exporters\\/jaeger:v1.16.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/otel/exporters@v1.16.0#jaeger", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:YhxxmXZ011C0aDZKoNw+juVWAmEfv/0W2XBOv9aHTaA=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b06c75a25d88e4b6", - "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace", - "version": "v1.19.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace:v1.19.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/otel/exporters@v1.19.0#otlp/otlptrace", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:Mne5On7VWdx7omSrSSZvM4Kw7cS7NQkOOmLcgscI51U=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "148f5a3ad1323cb8", - "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc", - "version": "v1.19.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace\\/otlptracegrpc:v1.19.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/otel/exporters@v1.19.0#otlp/otlptrace/otlptracegrpc", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:3d+S281UTjM+AbF31XSOYn1qXn3BgIdWl8HNEpx08Jk=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "cc0063c9268c7e13", - "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp", - "version": "v1.19.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace\\/otlptracehttp:v1.19.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/otel/exporters@v1.19.0#otlp/otlptrace/otlptracehttp", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:IeMeyr1aBvBiPVYihXIaeIZba6b8E1bYp7lbdxK8CQg=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b3063997336bb106", - "name": "go.opentelemetry.io/otel/metric", - "version": "v1.19.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:otel:metric:v1.19.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/otel/metric@v1.19.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:aTzpGtV0ar9wlV4Sna9sdJyII5jTVJEvKETPiOKwvpE=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e8ca66aab461ea06", - "name": "go.opentelemetry.io/otel/sdk", - "version": "v1.19.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:otel:sdk:v1.19.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/otel/sdk@v1.19.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:6USY6zH+L8uMH8L3t1enZPR3WFEmSTADlqldyHtJi3o=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "224b8e4c66afbad1", - "name": "go.opentelemetry.io/otel/trace", - "version": "v1.19.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:otel:trace:v1.19.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/otel/trace@v1.19.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:DFVQmlVbfVeOuBRrwdtaehRrWiL1JoVs9CPIQ1Dzxpg=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "2916c45e0dd21ae1", - "name": "go.opentelemetry.io/proto/otlp", - "version": "v1.0.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:proto:otlp:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/proto/otlp@v1.0.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:T0TX0tmXU8a3CbNXzEKGeU5mIVOdf0oykP+u2lIVU/I=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "289f362937c2115f", - "name": "go.uber.org/atomic", - "version": "v1.11.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/go.uber.org/atomic@v1.11.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3b15e9547ba4ccb2", - "name": "go.uber.org/automaxprocs", - "version": "v1.5.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/go.uber.org/automaxprocs@v1.5.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:2LxUOGiR3O6tw8ui5sZa2LAaHnsviZdVOUZw4fvbnME=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "dc1a727137abe71f", - "name": "go.uber.org/goleak", - "version": "v1.2.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/go.uber.org/goleak@v1.2.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:NBol2c7O1ZokfZ0LEU9K6Whx/KnwvepVetCUhtKja4A=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e9d9348a36a73c7e", - "name": "go.uber.org/multierr", - "version": "v1.11.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/go.uber.org/multierr@v1.11.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "60c20288e40f241f", - "name": "go4.org/intern", - "version": "v0.0.0-20230525184215-6c62f75575cb", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/go4.org/intern@v0.0.0-20230525184215-6c62f75575cb", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:ae7kzL5Cfdmcecbh22ll7lYP3iuUdnfnhiPcSaDgH/8=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "74b01ea232f04bc0", - "name": "go4.org/unsafe/assume-no-moving-gc", - "version": "v0.0.0-20230525183740-e7c30c78aeb2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:unsafe:assume-no-moving-gc:v0.0.0-20230525183740-e7c30c78aeb2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:unsafe:assume_no_moving_gc:v0.0.0-20230525183740-e7c30c78aeb2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go4.org/unsafe/assume-no-moving-gc@v0.0.0-20230525183740-e7c30c78aeb2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:WJhcL4p+YeDxmZWg141nRm7XC8IDmhz7lk5GpadO1Sg=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "68708acc29687484", - "name": "golang.org/x/crypto", - "version": "v0.17.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:crypto:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:bcrypt:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:openpgp:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:scrypt:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:ssh:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - } - ], - "purl": "pkg:golang/golang.org/x/crypto@v0.17.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:r8bRNjWL3GshPW3gkd+RpvzWrZAwPS49OmTGZ/uhM4k=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d1d6376fba7a2978", - "name": "golang.org/x/exp", - "version": "v0.0.0-20230713183714-613f0c0eb8a1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:x\\/exp:v0.0.0-20230713183714-613f0c0eb8a1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/golang.org/x/exp@v0.0.0-20230713183714-613f0c0eb8a1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:MGwJjxBy0HJshjDNfLsYO8xppfqWlA5ZT9OhtUUhTNw=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "6d9ed7391e114226", - "name": "golang.org/x/net", - "version": "v0.17.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:networking:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:bpf:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:dns:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:html:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:http:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:httpproxy:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:http2:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:hpack:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:proxy:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:route:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:trace:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:webdev:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:websocket:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - } - ], - "purl": "pkg:golang/golang.org/x/net@v0.17.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "35a6bdd4df9bc6d9", - "name": "golang.org/x/oauth2", - "version": "v0.11.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:oauth2:v0.11.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:jws:v0.11.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:jwt:v0.11.0:*:*:*:*:go:*:*", - "source": "wolfictl" - } - ], - "purl": "pkg:golang/golang.org/x/oauth2@v0.11.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:vPL4xzxBM4niKCW6g9whtaWVXTJf1U5e4aZxxFx/gbU=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "6b586cd7bd5d885c", - "name": "golang.org/x/sync", - "version": "v0.3.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:x\\/sync:v0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/golang.org/x/sync@v0.3.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b2b8736c222a53c2", - "name": "golang.org/x/sys", - "version": "v0.15.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:x\\/sys:v0.15.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/golang.org/x/sys@v0.15.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "9f51fce7799c2494", - "name": "golang.org/x/text", - "version": "v0.14.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:text:v0.14.0:*:*:*:*:*:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:golang/golang.org/x/text@v0.14.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "ea3289ebc859f3fc", - "name": "golang.org/x/time", - "version": "v0.3.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:x\\/time:v0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/golang.org/x/time@v0.3.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "aa7dc29a14798a27", - "name": "golang.org/x/xerrors", - "version": "v0.0.0-20220907171357-04be3eba64a2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:x\\/xerrors:v0.0.0-20220907171357-04be3eba64a2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/golang.org/x/xerrors@v0.0.0-20220907171357-04be3eba64a2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:H2TDz8ibqkAF6YGhCdN3jS9O0/s90v0rJh3X/OLHEUk=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "87b5ddce304f23af", - "name": "gonum.org/v1/gonum", - "version": "v0.12.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:v1:gonum:v0.12.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/gonum.org/v1/gonum@v0.12.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:xKuo6hzt+gMav00meVPUlXwSdoEJP46BR+wdxQEFK2o=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "c9c6395d04b4a2f3", - "name": "google.golang.org/api", - "version": "v0.132.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:api:v0.132.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/google.golang.org/api@v0.132.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:8t2/+qZ26kAOGSmOiHwVycqVaDg7q3JDILrNi/Z6rvc=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "7d01e31465cafe0e", - "name": "google.golang.org/appengine", - "version": "v1.6.7", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:appengine:v1.6.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/google.golang.org/appengine@v1.6.7", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "87ca36f4b2b013a4", - "name": "google.golang.org/genproto", - "version": "v0.0.0-20230717213848-3f92550aa753", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20230717213848-3f92550aa753:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20230717213848-3f92550aa753", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:+VoAg+OKmWaommL56xmZSE2sUK8A7m6SUO7X89F2tbw=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "47119616f30b1e7f", - "name": "google.golang.org/genproto/googleapis/api", - "version": "v0.0.0-20230717213848-3f92550aa753", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20230717213848-3f92550aa753:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/google.golang.org/genproto/googleapis@v0.0.0-20230717213848-3f92550aa753#api", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:lCbbUxUDD+DiXx9Q6F/ttL0aAu7N2pz8XnmMm8ZW4NE=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "37c9b12bb351c487", - "name": "google.golang.org/genproto/googleapis/rpc", - "version": "v0.0.0-20230717213848-3f92550aa753", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20230717213848-3f92550aa753:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/google.golang.org/genproto/googleapis@v0.0.0-20230717213848-3f92550aa753#rpc", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:XUODHrpzJEUeWmVo/jfNTLj0YyVveOo28oE6vkFbkO4=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "9438dbef582a7056", - "name": "google.golang.org/grpc", - "version": "v1.58.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:grpc:v1.58.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/google.golang.org/grpc@v1.58.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:BjnpXut1btbtgN/6sp+brB2Kbm2LjNXnidYujAVbSoQ=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "761d1c96d4f94b57", - "name": "google.golang.org/protobuf", - "version": "v1.31.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:protobuf:v1.31.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/google.golang.org/protobuf@v1.31.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "cb011bad428b76d4", - "name": "gopkg.in/ini.v1", - "version": "v1.67.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/gopkg.in/ini.v1@v1.67.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "781f665366751a34", - "name": "gopkg.in/yaml.v2", - "version": "v2.4.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "cc16c435b6385bee", - "name": "gopkg.in/yaml.v3", - "version": "v3.0.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:yaml_project:yaml:v3.0.1:*:*:*:*:go:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "4d5c555a9101863f", - "name": "howett.net/plist", - "version": "v0.0.0-20181124034731-591f970eefbb", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/howett.net/plist@v0.0.0-20181124034731-591f970eefbb", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "arm64", - "h1Digest": "h1:jhnBjNi9UFpfpl8YZhA9CrOqpnJdvzuiHsl/dnxl11M=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a381e9342c27e49a", - "name": "stdlib", - "version": "go1.21.5", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-3-Clause", - "spdxExpression": "BSD-3-Clause", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:go:1.21.5:-:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/stdlib@1.21.5", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "" - } - }, - { - "id": "a244139f870b0f3b", - "name": "thanos-0.32", - "version": "0.32.5-r4", - "type": "apk", - "foundBy": "wolfictl", - "locations": [ - { - "path": ".PKGINFO", - "accessPath": ".PKGINFO" - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "", - "cpes": [ - { - "cpe": "cpe:2.3:a:thanos-0.32:thanos-0.32:0.32.5-r4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos-0.32:thanos_0.32:0.32.5-r4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos_0.32:thanos-0.32:0.32.5-r4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos_0.32:thanos_0.32:0.32.5-r4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos-0.32:thanos:0.32.5-r4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos:thanos-0.32:0.32.5-r4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos:thanos_0.32:0.32.5-r4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos_0.32:thanos:0.32.5-r4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos:thanos:0.32.5-r4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:apk/wolfi/thanos-0.32@0.32.5-r4?arch=aarch64&origin=thanos-0.32", - "metadataType": "apk-db-entry", - "metadata": { - "package": "thanos-0.32", - "originPackage": "thanos-0.32", - "maintainer": "", - "version": "0.32.5-r4", - "architecture": "aarch64", - "url": "", - "description": "Highly available Prometheus setup with long term storage capabilities.", - "size": 71390589, - "installedSize": 0, - "pullDependencies": null, - "provides": [ - "cmd:thanos=0.32.5-r4", - "thanos=0.32.999" - ], - "pullChecksum": "1228437163a65e2ba73223a3d563d092fb996bb3556cd310c87991114325c69e", - "gitCommitOfApkPort": "a5cbc172939808570abacb83ff3246fa1ca228ad", - "files": [ - { - "path": "." - }, - { - "path": ".PKGINFO" - }, - { - "path": ".SIGN.RSA.wolfi-signing.rsa.pub" - }, - { - "path": "usr" - }, - { - "path": "usr/bin" - }, - { - "path": "usr/bin/thanos" - }, - { - "path": "var" - }, - { - "path": "var/lib" - }, - { - "path": "var/lib/db" - }, - { - "path": "var/lib/db/sbom" - }, - { - "path": "var/lib/db/sbom/thanos-0.32-0.32.5-r4.spdx.json" - } - ] - } - } - ], - "artifactRelationships": [], - "source": { - "id": "(redacted for determinism)", - "name": "thanos-0.32", - "version": "0.32.5-r4", - "supplier": "chainguard", - "type": "directory", - "metadata": { - "path": "testdata/apks/aarch64/thanos-0.32-0.32.5-r4.apk" - } - }, - "distro": { - "id": "wolfi" - }, - "descriptor": { - "name": "wolfictl", - "version": "" - }, - "schema": { - "version": "", - "url": "" - } -} diff --git a/pkg/sbom/testdata/goldenfiles/x86_64/crane-0.19.1-r6.apk.syft.json b/pkg/sbom/testdata/goldenfiles/x86_64/crane-0.19.1-r6.apk.syft.json deleted file mode 100644 index d749278b9..000000000 --- a/pkg/sbom/testdata/goldenfiles/x86_64/crane-0.19.1-r6.apk.syft.json +++ /dev/null @@ -1,810 +0,0 @@ -{ - "artifacts": [ - { - "id": "e6e5215687dff987", - "name": "crane", - "version": "0.19.1-r6", - "type": "apk", - "foundBy": "wolfictl", - "locations": [ - { - "path": ".PKGINFO", - "accessPath": ".PKGINFO" - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "", - "cpes": [ - { - "cpe": "cpe:2.3:a:crane:crane:0.19.1-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:apk/wolfi/crane@0.19.1-r6?arch=x86_64&origin=crane", - "metadataType": "apk-db-entry", - "metadata": { - "package": "crane", - "originPackage": "crane", - "maintainer": "", - "version": "0.19.1-r6", - "architecture": "x86_64", - "url": "", - "description": "Tool for interacting with remote images and registries.", - "size": 10378631, - "installedSize": 0, - "pullDependencies": [ - "ca-certificates-bundle" - ], - "provides": [ - "cmd:crane=0.19.1-r6" - ], - "pullChecksum": "b7fa7215f9114fa528951a8366ef53d2f58079d258695ff5383b24bf3e83faf4", - "gitCommitOfApkPort": "918889b5a6a2d43ceb21dc4aaa092e2405d1a141", - "files": [ - { - "path": "." - }, - { - "path": ".PKGINFO" - }, - { - "path": ".SIGN.RSA.wolfi-signing.rsa.pub" - }, - { - "path": "usr" - }, - { - "path": "usr/bin" - }, - { - "path": "usr/bin/crane" - }, - { - "path": "var" - }, - { - "path": "var/lib" - }, - { - "path": "var/lib/db" - }, - { - "path": "var/lib/db/sbom" - }, - { - "path": "var/lib/db/sbom/crane-0.19.1-r6.spdx.json" - } - ] - } - }, - { - "id": "8654e273c3efdefd", - "name": "github.com/containerd/stargz-snapshotter/estargz", - "version": "v0.14.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:containerd:stargz-snapshotter\\/estargz:v0.14.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:containerd:stargz_snapshotter\\/estargz:v0.14.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/containerd/stargz-snapshotter@v0.14.3#estargz", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:OqlDCK3ZVUO6C3B/5FSkDwbkEETK84kQgEeFwDC+62k=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "07b1c248ddae23fe", - "name": "github.com/docker/cli", - "version": "v24.0.0+incompatible", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:docker:cli:v24.0.0\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/docker/cli@v24.0.0%2Bincompatible", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:0+1VshNwBQzQAx9lOl+OYCTCEAD8fKs/qeXMx3O0wqM=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "e04acb2dac0dea6b", - "name": "github.com/docker/distribution", - "version": "v2.8.2+incompatible", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:docker:distribution:v2.8.2\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/docker/distribution@v2.8.2%2Bincompatible", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "a2718d12120d8101", - "name": "github.com/docker/docker", - "version": "v24.0.9+incompatible", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:docker:docker:v24.0.9\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/docker/docker@v24.0.9%2Bincompatible", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:HPGzNmwfLZWdxHqK9/II92pyi1EpYKsAqcl4G0Of9v0=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "0e2b87b5b68682ee", - "name": "github.com/docker/docker-credential-helpers", - "version": "v0.7.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:docker:docker-credential-helpers:v0.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:docker:docker_credential_helpers:v0.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/docker/docker-credential-helpers@v0.7.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:xtCHsjxogADNZcdv1pKUHXryefjlVRqWqIhk/uXJp0A=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "731e5498dce5765f", - "name": "github.com/google/go-cmp", - "version": "v0.5.9", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:go-cmp:v0.5.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:go_cmp:v0.5.9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/google/go-cmp@v0.5.9", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "7cc70903a7783d5e", - "name": "github.com/google/go-containerregistry", - "version": "v0.19.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:go-containerregistry:v0.19.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:go_containerregistry:v0.19.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/google/go-containerregistry@v0.19.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goBuildSettings": [ - { - "key": "-buildmode", - "value": "exe" - }, - { - "key": "-compiler", - "value": "gc" - }, - { - "key": "-ldflags", - "value": "-w -s -w -buildid= -X github.com/google/go-containerregistry/cmd/crane/cmd.Version=0.19.1 -X github.com/google/go-containerregistry/pkg/v1/remote/transport.Version=0.19.1" - }, - { - "key": "-tags", - "value": "netgo,osusergo" - }, - { - "key": "-trimpath", - "value": "true" - }, - { - "key": "CGO_ENABLED", - "value": "0" - }, - { - "key": "GOARCH", - "value": "amd64" - }, - { - "key": "GOOS", - "value": "linux" - }, - { - "key": "GOAMD64", - "value": "v2" - }, - { - "key": "vcs", - "value": "git" - }, - { - "key": "vcs.revision", - "value": "8b3c3036d612bcb3c1147fe11c2d1818dc432329" - }, - { - "key": "vcs.time", - "value": "2024-03-13T21:30:35Z" - }, - { - "key": "vcs.modified", - "value": "true" - } - ], - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "0fa4d756049f97ce", - "name": "github.com/klauspost/compress", - "version": "v1.16.5", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:klauspost:compress:v1.16.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/klauspost/compress@v1.16.5", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:IFV2oUNUzZaz+XyusxpLzpzS8Pt5rh0Z16For/djlyI=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "c344442b0892c7fb", - "name": "github.com/mitchellh/go-homedir", - "version": "v1.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mitchellh:go-homedir:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mitchellh:go_homedir:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mitchellh/go-homedir@v1.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "3602e12bee9c53d0", - "name": "github.com/opencontainers/go-digest", - "version": "v1.0.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:opencontainers:go-digest:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:opencontainers:go_digest:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/opencontainers/go-digest@v1.0.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:apOUWs51W5PlhuyGyz9FCeeBIOUDA/6nW8Oi/yOhh5U=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "b24124efedcad7a0", - "name": "github.com/opencontainers/image-spec", - "version": "v1.1.0-rc3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:opencontainers:image-spec:v1.1.0-rc3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:opencontainers:image_spec:v1.1.0-rc3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/opencontainers/image-spec@v1.1.0-rc3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:fzg1mXZFj8YdPeNkRXMg+zb88BFV0Ys52cJydRwBkb8=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "a5ef53e3d3cb7e83", - "name": "github.com/pkg/errors", - "version": "v0.9.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "9f447b92ed193f75", - "name": "github.com/sirupsen/logrus", - "version": "v1.9.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:sirupsen:logrus:v1.9.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/sirupsen/logrus@v1.9.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:Ou41VVR3nMWWmTiEUnj0OlsgOSCUFgsPAOl6jRIcVtQ=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "29e3e0228815f646", - "name": "github.com/spf13/cobra", - "version": "v1.7.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:spf13:cobra:v1.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/spf13/cobra@v1.7.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:hyqWnYt1ZQShIddO5kBpj3vu05/++x6tJ6dg8EC572I=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "0775bcdfccf30ea3", - "name": "github.com/spf13/pflag", - "version": "v1.0.5", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "065308cd8f46ab31", - "name": "github.com/vbatts/tar-split", - "version": "v0.11.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:vbatts:tar-split:v0.11.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:vbatts:tar_split:v0.11.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/vbatts/tar-split@v0.11.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:hLFqsOLQ1SsppQNTMpkpPXClLDfC2A3Zgy9OUU+RVck=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "d783ce555d3a1baa", - "name": "golang.org/x/sync", - "version": "v0.2.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:x\\/sync:v0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/golang.org/x/sync@v0.2.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:PUR+T4wwASmuSTYdKjYHI5TD22Wy5ogLU5qZCOLxBrI=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "e6c849b70fb5dfdd", - "name": "golang.org/x/sys", - "version": "v0.15.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:x\\/sys:v0.15.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/golang.org/x/sys@v0.15.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc=", - "mainModule": "github.com/google/go-containerregistry" - } - }, - { - "id": "384f119e54193e7a", - "name": "stdlib", - "version": "go1.22.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/crane", - "accessPath": "usr/bin/crane", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-3-Clause", - "spdxExpression": "BSD-3-Clause", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:go:1.22.4:-:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/stdlib@1.22.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "" - } - } - ], - "artifactRelationships": [], - "source": { - "id": "(redacted for determinism)", - "name": "crane", - "version": "0.19.1-r6", - "supplier": "chainguard", - "type": "directory", - "metadata": { - "path": "testdata/apks/x86_64/crane-0.19.1-r6.apk" - } - }, - "distro": { - "id": "wolfi" - }, - "descriptor": { - "name": "wolfictl", - "version": "" - }, - "schema": { - "version": "", - "url": "" - } -} diff --git a/pkg/sbom/testdata/goldenfiles/x86_64/jenkins-2.461-r0.apk.syft.json b/pkg/sbom/testdata/goldenfiles/x86_64/jenkins-2.461-r0.apk.syft.json deleted file mode 100644 index b60805497..000000000 --- a/pkg/sbom/testdata/goldenfiles/x86_64/jenkins-2.461-r0.apk.syft.json +++ /dev/null @@ -1,117445 +0,0 @@ -{ - "artifacts": [ - { - "id": "7e2415fd15716c36", - "name": "access-modifier-annotation", - "version": "1.33", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/access-modifier-annotation-1.33.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/access-modifier-annotation-1.33.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:access-modifier-annotation:access-modifier-annotation:1.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:access-modifier-annotation:access_modifier_annotation:1.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:access_modifier_annotation:access-modifier-annotation:1.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:access_modifier_annotation:access_modifier_annotation:1.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:access-modifier:access-modifier-annotation:1.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:access-modifier:access_modifier_annotation:1.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:access_modifier:access-modifier-annotation:1.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:access_modifier:access_modifier_annotation:1.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke:access-modifier-annotation:1.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke:access_modifier_annotation:1.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:access-modifier-annotation:1.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:access_modifier_annotation:1.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:access:access-modifier-annotation:1.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:access:access_modifier_annotation:1.33:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.kohsuke/access-modifier-annotation@1.33", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/access-modifier-annotation-1.33.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.3.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Custom Access Modifier annotations" - }, - { - "key": "Specification-Version", - "value": "1.33" - }, - { - "key": "Implementation-Title", - "value": "Custom Access Modifier annotations" - }, - { - "key": "Implementation-Version", - "value": "1.33" - }, - { - "key": "Implementation-Build", - "value": "d287982ed814e74d49b37920b44c15224ad5e35e" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.kohsuke/access-modifier-annotation/pom.properties", - "name": "", - "groupId": "org.kohsuke", - "artifactId": "access-modifier-annotation", - "version": "1.33" - }, - "pomProject": { - "path": "META-INF/maven/org.kohsuke/access-modifier-annotation/pom.xml", - "groupId": "org.kohsuke", - "artifactId": "access-modifier-annotation", - "version": "1.33", - "name": "Custom Access Modifier annotations", - "description": "Extensible application-specific access modifiers for Java", - "url": "https://github.com/jenkinsci/lib-access-modifier/access-modifier-annotation" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "ed905cc093a4086d03b78fbfc240dcfcc353e4d6" - } - ] - } - }, - { - "id": "0b3143e2880aa799", - "name": "angus-activation", - "version": "2.0.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-activation-api.hpi:WEB-INF/lib/angus-activation-2.0.2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.eclipse.org/org/documents/edl-v10.php", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-activation-api.hpi:WEB-INF/lib/angus-activation-2.0.2.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:eclipse-foundation:angus-activation:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:angus_activation:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:angus-activation:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:angus_activation:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.angus:angus-activation:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.angus:angus_activation:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus-activation:angus-activation:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus-activation:angus_activation:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus_activation:angus-activation:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus_activation:angus_activation:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:angus:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:angus-activation:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:angus_activation:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:angus:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.angus:angus:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus-activation:angus:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:angus-activation:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:angus_activation:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus_activation:angus:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:angus:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:angus:2.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.angus/angus-activation@2.0.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-activation-api.hpi:WEB-INF/lib/angus-activation-2.0.2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-Description", - "value": "Angus Activation Registries Implementation" - }, - { - "key": "Bundle-DocURL", - "value": "https://www.eclipse.org" - }, - { - "key": "Bundle-License", - "value": "http://www.eclipse.org/org/documents/edl-v10.php" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Angus Activation Registries" - }, - { - "key": "Bundle-SymbolicName", - "value": "angus-activation" - }, - { - "key": "Bundle-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Bundle-Version", - "value": "2.0.2" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Export-Package", - "value": "org.eclipse.angus.activation;uses:=\"jakarta.activation,jakarta.activation.spi\";version=\"2.0.2\",org.eclipse.angus.activation.nativeimage;uses:=\"org.graalvm.nativeimage.hosted\";version=\"2.0.2\"" - }, - { - "key": "Extension-Name", - "value": "org.eclipse.angus" - }, - { - "key": "Implementation-Build-Id", - "value": "2.0.2-RELEASE-c08e320" - }, - { - "key": "Implementation-Title", - "value": "Angus Activation Registries" - }, - { - "key": "Implementation-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Import-Package", - "value": "jakarta.activation;version=\"[2.1,3)\",jakarta.activation.spi;version=\"[2.1,3)\",org.eclipse.angus.activation,org.graalvm.nativeimage.hosted;resolution:=optional" - }, - { - "key": "Provide-Capability", - "value": "osgi.serviceloader;osgi.serviceloader=\"jakarta.activation.spi.MailcapRegistryProvider\",osgi.serviceloader;osgi.serviceloader=\"jakarta.activation.spi.MimeTypeRegistryProvider\"" - }, - { - "key": "Require-Capability", - "value": "osgi.extender;filter:=\"(&(osgi.extender=osgi.serviceloader.registrar)(version>=1.0.0)(!(version>=2.0.0)))\";resolution:=optional,osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Specification-Title", - "value": "Jakarta Activation Specification" - }, - { - "key": "Specification-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Specification-Version", - "value": "2.1" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.eclipse.angus/angus-activation/pom.properties", - "name": "", - "groupId": "org.eclipse.angus", - "artifactId": "angus-activation", - "version": "2.0.2" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.angus/angus-activation/pom.xml", - "parent": { - "groupId": "org.eclipse.angus", - "artifactId": "angus-activation-project", - "version": "2.0.2" - }, - "groupId": "org.eclipse.angus", - "artifactId": "angus-activation", - "version": "2.0.2", - "name": "Angus Activation Registries", - "description": "Angus Activation Registries Implementation" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "41f1e0ddd157c856926ed149ab837d110955a9fc" - } - ] - } - }, - { - "id": "46635c7fa37f04c4", - "name": "angus-core", - "version": "2.0.3", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/angus-mail-2.0.3.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.angus:angus-core:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.angus:angus_core:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.angus:angus:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus-core:angus-core:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus-core:angus_core:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus_core:angus-core:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus_core:angus_core:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:angus-core:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:angus_core:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus-core:angus:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:angus-core:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:angus_core:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus_core:angus:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:angus:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:angus:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.angus/angus-core@2.0.3", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/angus-mail-2.0.3.jar:org.eclipse.angus:angus-core", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.angus/angus-core/pom.properties", - "name": "", - "groupId": "org.eclipse.angus", - "artifactId": "angus-core", - "version": "2.0.3" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.angus/angus-core/pom.xml", - "parent": { - "groupId": "org.eclipse.angus", - "artifactId": "all", - "version": "2.0.3" - }, - "groupId": "org.eclipse.angus", - "artifactId": "angus-core", - "version": "2.0.3", - "name": "Angus Mail Core" - } - } - }, - { - "id": "11d0edebb129bd42", - "name": "angus-mail", - "version": "2.0.3", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/angus-mail-2.0.3.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html, http://www.eclipse.org/org/documents/edl-v10.php", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/angus-mail-2.0.3.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.angus.mail:angus-mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.angus.mail:angus_mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.angus.mail:angus:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.angus:angus-mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.angus:angus_mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.angus.mail:mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.angus:angus:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.angus:mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus-mail:angus-mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus-mail:angus_mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus_mail:angus-mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus_mail:angus_mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:angus-mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:angus_mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus-mail:angus:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:angus-mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:angus_mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus_mail:angus:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus-mail:mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus_mail:mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mail:angus-mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mail:angus_mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:angus:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:angus:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mail:angus:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mail:mail:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.angus/angus-mail@2.0.3", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/angus-mail-2.0.3.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-Description", - "value": "Angus Mail Provider" - }, - { - "key": "Bundle-DocURL", - "value": "https://www.eclipse.org" - }, - { - "key": "Bundle-License", - "value": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html, http://www.eclipse.org/org/documents/edl-v10.php" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Angus Mail Provider" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.eclipse.angus.mail" - }, - { - "key": "Bundle-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Bundle-Version", - "value": "2.0.3" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "DynamicImport-Package", - "value": "*" - }, - { - "key": "Export-Package", - "value": "org.eclipse.angus.mail.auth;version=\"2.0.3\";uses:=\"javax.security.auth.callback,javax.security.sasl,org.eclipse.angus.mail.util\",org.eclipse.angus.mail.handlers;version=\"2.0.3\";uses:=\"jakarta.activation\",org.eclipse.angus.mail.iap;version=\"2.0.3\";uses:=\"org.eclipse.angus.mail.util\",org.eclipse.angus.mail.imap;version=\"2.0.3\";uses:=\"jakarta.activation,jakarta.mail,jakarta.mail.event,jakarta.mail.internet,jakarta.mail.search,org.eclipse.angus.mail.iap,org.eclipse.angus.mail.imap.protocol,org.eclipse.angus.mail.util\",org.eclipse.angus.mail.imap.protocol;version=\"2.0.3\";uses:=\"jakarta.mail,jakarta.mail.internet,jakarta.mail.search,org.eclipse.angus.mail.iap,org.eclipse.angus.mail.imap,org.eclipse.angus.mail.util\",org.eclipse.angus.mail.nativeimage;version=\"2.0.3\";uses:=\"org.graalvm.nativeimage.hosted\",org.eclipse.angus.mail.pop3;version=\"2.0.3\";uses:=\"jakarta.mail,jakarta.mail.internet,org.eclipse.angus.mail.util\",org.eclipse.angus.mail.smtp;version=\"2.0.3\";uses:=\"jakarta.mail,jakarta.mail.internet,org.eclipse.angus.mail.util\",org.eclipse.angus.mail.util;version=\"2.0.3\";uses:=\"jakarta.mail,jakarta.mail.util,javax.net.ssl\",org.eclipse.angus.mail.util.logging;version=\"2.0.3\";uses:=\"jakarta.mail\"" - }, - { - "key": "Import-Package", - "value": "javax.security.sasl;resolution:=optional,sun.security.util;resolution:=optional,jakarta.activation;version=\"[2.1,3)\",jakarta.mail;version=\"[2.1,3)\",jakarta.mail.event;version=\"[2.1,3)\",jakarta.mail.internet;version=\"[2.1,3)\",jakarta.mail.search;version=\"[2.1,3)\",jakarta.mail.util;version=\"[2.1,3)\",javax.crypto,javax.crypto.spec,javax.net,javax.net.ssl,javax.security.auth.callback,javax.security.auth.x500,javax.xml.transform,javax.xml.transform.stream,org.eclipse.angus.mail.auth;version=\"[2.0,3)\",org.eclipse.angus.mail.iap;version=\"[2.0,3)\",org.eclipse.angus.mail.imap;version=\"[2.0,3)\",org.eclipse.angus.mail.imap.protocol;version=\"[2.0,3)\",org.eclipse.angus.mail.util;version=\"[2.0,3)\",org.graalvm.nativeimage.hosted;resolution:=optional" - }, - { - "key": "Provide-Capability", - "value": "osgi.serviceloader;osgi.serviceloader=\"jakarta.mail.util.StreamProvider\",osgi.serviceloader;osgi.serviceloader=\"jakarta.mail.Provider\"" - }, - { - "key": "Require-Capability", - "value": "osgi.extender;filter:=\"(&(osgi.extender=osgi.serviceloader.registrar)(version>=1.0.0)(!(version>=2.0.0)))\";resolution:=optional,osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.eclipse.angus/angus-mail/pom.properties", - "name": "", - "groupId": "org.eclipse.angus", - "artifactId": "angus-mail", - "version": "2.0.3" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.angus/angus-mail/pom.xml", - "parent": { - "groupId": "org.eclipse.angus", - "artifactId": "all", - "version": "2.0.3" - }, - "groupId": "org.eclipse.angus", - "artifactId": "angus-mail", - "version": "2.0.3", - "name": "Angus Mail Provider" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "56f811522d693700013768db83b741a65da6c61c" - } - ] - } - }, - { - "id": "d4df100da9cd7279", - "name": "annotation-indexer", - "version": "1.17", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/annotation-indexer-1.17.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/annotation-indexer-1.17.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:annotation-indexer:annotation-indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotation-indexer:annotation_indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotation_indexer:annotation-indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotation_indexer:annotation_indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:annotation-indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:annotation_indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotation:annotation-indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotation:annotation_indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:annotation-indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:annotation_indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:annotation-indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:annotation_indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:annotation-indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:annotation_indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci/annotation-indexer@1.17", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/annotation-indexer-1.17.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.3.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci/annotation-indexer/pom.properties", - "name": "", - "groupId": "org.jenkins-ci", - "artifactId": "annotation-indexer", - "version": "1.17" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci/annotation-indexer/pom.xml", - "groupId": "org.jenkins-ci", - "artifactId": "annotation-indexer", - "version": "1.17", - "name": "Annotation Indexer", - "description": "Creates index of annotations.", - "url": "https://github.com/jenkinsci/lib-annotation-indexer" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "9711522fc663a4c75dbb1d78ce596cc2bda9534d" - } - ] - } - }, - { - "id": "d6fbb285a7a1986a", - "name": "annotation-indexer", - "version": "1.17", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:annotation-indexer:annotation-indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotation-indexer:annotation_indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotation_indexer:annotation-indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotation_indexer:annotation_indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:annotation-indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:annotation_indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotation:annotation-indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotation:annotation_indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:annotation-indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:annotation_indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:annotation-indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:annotation_indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:annotation-indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:annotation_indexer:1.17:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci/annotation-indexer@1.17", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:org.jenkins-ci:annotation-indexer", - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci/annotation-indexer/pom.properties", - "name": "", - "groupId": "org.jenkins-ci", - "artifactId": "annotation-indexer", - "version": "1.17" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci/annotation-indexer/pom.xml", - "groupId": "org.jenkins-ci", - "artifactId": "annotation-indexer", - "version": "1.17", - "name": "Annotation Indexer", - "description": "Creates index of annotations.", - "url": "https://github.com/jenkinsci/lib-annotation-indexer" - } - } - }, - { - "id": "c4b5c9e14222c957", - "name": "ant", - "version": "1.10.14", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/ant-1.10.14.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/ant-1.10.14.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:ant:1.10.14:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.ant/ant@1.10.14", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/ant-1.10.14.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Ant-Version", - "value": "Apache Ant 1.10.13" - }, - { - "key": "Created-By", - "value": "20+36-2344 (Oracle Corporation)" - }, - { - "key": "Main-Class", - "value": "org.apache.tools.ant.Main" - } - ], - "sections": [ - [ - { - "key": "Name", - "value": "org/apache/tools/ant/" - }, - { - "key": "Extension-Name", - "value": "org.apache.tools.ant" - }, - { - "key": "Specification-Title", - "value": "Apache Ant" - }, - { - "key": "Specification-Version", - "value": "1.10.14" - }, - { - "key": "Specification-Vendor", - "value": "Apache Software Foundation" - }, - { - "key": "Implementation-Title", - "value": "org.apache.tools.ant" - }, - { - "key": "Implementation-Version", - "value": "1.10.14" - }, - { - "key": "Implementation-Vendor", - "value": "Apache Software Foundation" - } - ] - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "1edce9bbfa60dfd51f010879c78f4421dafae7a7" - } - ] - } - }, - { - "id": "2bd740955bf84b63", - "name": "ant-launcher", - "version": "1.10.14", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/ant-launcher-1.10.14.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/ant-launcher-1.10.14.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:ant-launcher:1.10.14:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:ant_launcher:1.10.14:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:ant:1.10.14:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.ant/ant-launcher@1.10.14", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/ant-launcher-1.10.14.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Ant-Version", - "value": "Apache Ant 1.10.13" - }, - { - "key": "Created-By", - "value": "20+36-2344 (Oracle Corporation)" - }, - { - "key": "Main-Class", - "value": "org.apache.tools.ant.launch.Launcher" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "8d2268288496b0541a2640f2ee07fe3de1a02301" - } - ] - } - }, - { - "id": "5e6a84fbb273d652", - "name": "antisamy-markup-formatter", - "version": "162.v0e6ec0fcfcf6", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/antisamy-markup-formatter.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/antisamy-markup-formatter.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:antisamy-markup-formatter:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy-markup-formatter:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy_markup_formatter:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy_markup_formatter:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy-markup:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy-markup:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy_markup:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy_markup:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/antisamy-markup-formatter@162.v0e6ec0fcfcf6", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/antisamy-markup-formatter.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "OWASP Markup Formatter Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "OWASP Markup Formatter Plugin" - }, - { - "key": "Implementation-Version", - "value": "162.v0e6ec0fcfcf6" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "antisamy-markup-formatter" - }, - { - "key": "Short-Name", - "value": "antisamy-markup-formatter" - }, - { - "key": "Long-Name", - "value": "OWASP Markup Formatter Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/antisamy-markup-formatter-plugin" - }, - { - "key": "Compatible-Since-Version", - "value": "2.0" - }, - { - "key": "Plugin-Version", - "value": "162.v0e6ec0fcfcf6" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/antisamy-markup-formatter-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "0e6ec0fcfcf660d111c97a8db4a37b4321d0a078" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/antisamy-markup-formatter-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "0e6ec0fcfcf660d111c97a8db4a37b4321d0a078" - }, - { - "key": "Implementation-Build", - "value": "0e6ec0fcfcf660d111c97a8db4a37b4321d0a078" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/antisamy-markup-formatter/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "antisamy-markup-formatter", - "version": "162.v0e6ec0fcfcf6" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/antisamy-markup-formatter/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "antisamy-markup-formatter", - "version": "162.v0e6ec0fcfcf6", - "name": "OWASP Markup Formatter Plugin", - "description": "Sanitize HTML markup in user-submitted text to be displayed on the Jenkins UI.", - "url": "https://github.com/jenkinsci/antisamy-markup-formatter-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "e6afd9bf75fb86de8219138b251b2e7a38d8d134" - } - ] - } - }, - { - "id": "e925fdcce6c47455", - "name": "antisamy-markup-formatter", - "version": "162.v0e6ec0fcfcf6", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/antisamy-markup-formatter.hpi:WEB-INF/lib/antisamy-markup-formatter.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/antisamy-markup-formatter.hpi:WEB-INF/lib/antisamy-markup-formatter.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:antisamy-markup-formatter:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy-markup-formatter:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy_markup_formatter:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy_markup_formatter:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy-markup:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy-markup:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy_markup:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy_markup:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antisamy:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:antisamy-markup-formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:antisamy_markup_formatter:162.v0e6ec0fcfcf6:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/antisamy-markup-formatter@162.v0e6ec0fcfcf6", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/antisamy-markup-formatter.hpi:WEB-INF/lib/antisamy-markup-formatter.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "OWASP Markup Formatter Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "OWASP Markup Formatter Plugin" - }, - { - "key": "Implementation-Version", - "value": "162.v0e6ec0fcfcf6" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "antisamy-markup-formatter" - }, - { - "key": "Short-Name", - "value": "antisamy-markup-formatter" - }, - { - "key": "Long-Name", - "value": "OWASP Markup Formatter Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/antisamy-markup-formatter-plugin" - }, - { - "key": "Compatible-Since-Version", - "value": "2.0" - }, - { - "key": "Plugin-Version", - "value": "162.v0e6ec0fcfcf6" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/antisamy-markup-formatter-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "0e6ec0fcfcf660d111c97a8db4a37b4321d0a078" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/antisamy-markup-formatter-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "0e6ec0fcfcf660d111c97a8db4a37b4321d0a078" - }, - { - "key": "Implementation-Build", - "value": "0e6ec0fcfcf660d111c97a8db4a37b4321d0a078" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/antisamy-markup-formatter/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "antisamy-markup-formatter", - "version": "162.v0e6ec0fcfcf6" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/antisamy-markup-formatter/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "antisamy-markup-formatter", - "version": "162.v0e6ec0fcfcf6", - "name": "OWASP Markup Formatter Plugin", - "description": "Sanitize HTML markup in user-submitted text to be displayed on the Jenkins UI.", - "url": "https://github.com/jenkinsci/antisamy-markup-formatter-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "fc4eb5d974f54a9938a8b1d0b31ac9774a33d3b9" - } - ] - } - }, - { - "id": "2da3962c890b153b", - "name": "antlr4-runtime", - "version": "4.13.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/antlr4-runtime-4.13.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.antlr.org/license.html", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/antlr4-runtime-4.13.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.antlr.antlr4-runtime:antlr4-runtime:4.13.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.antlr.antlr4-runtime:antlr4_runtime:4.13.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antlr4-runtime:antlr4-runtime:4.13.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antlr4-runtime:antlr4_runtime:4.13.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antlr4_runtime:antlr4-runtime:4.13.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antlr4_runtime:antlr4_runtime:4.13.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.antlr:antlr4-runtime:4.13.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.antlr:antlr4_runtime:4.13.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antlr4:antlr4-runtime:4.13.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antlr4:antlr4_runtime:4.13.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antlr:antlr4-runtime:4.13.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:antlr:antlr4_runtime:4.13.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.antlr/antlr4-runtime@4.13.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/antlr4-runtime-4.13.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Implementation-Title", - "value": "ANTLR 4 Runtime" - }, - { - "key": "Implementation-Version", - "value": "4.13.1" - }, - { - "key": "Implementation-Vendor", - "value": "ANTLR" - }, - { - "key": "Automatic-Module-Name", - "value": "org.antlr.antlr4.runtime" - }, - { - "key": "Bundle-Description", - "value": "The ANTLR 4 Runtime" - }, - { - "key": "Bundle-DocURL", - "value": "https://www.antlr.org/" - }, - { - "key": "Bundle-License", - "value": "https://www.antlr.org/license.html" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "ANTLR 4 Runtime" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.antlr.antlr4-runtime" - }, - { - "key": "Bundle-Vendor", - "value": "ANTLR" - }, - { - "key": "Bundle-Version", - "value": "4.13.1" - }, - { - "key": "Export-Package", - "value": "org.antlr.v4.runtime;uses:=\"org.antlr.v4.runtime.atn,org.antlr.v4.runtime.dfa,org.antlr.v4.runtime.misc,org.antlr.v4.runtime.tree,org.antlr.v4.runtime.tree.pattern\";version=\"4.13.1\",org.antlr.v4.runtime.atn;uses:=\"org.antlr.v4.runtime,org.antlr.v4.runtime.dfa,org.antlr.v4.runtime.misc\";version=\"4.13.1\",org.antlr.v4.runtime.dfa;uses:=\"org.antlr.v4.runtime,org.antlr.v4.runtime.atn\";version=\"4.13.1\",org.antlr.v4.runtime.misc;uses:=\"org.antlr.v4.runtime\";version=\"4.13.1\",org.antlr.v4.runtime.tree;uses:=\"org.antlr.v4.runtime,org.antlr.v4.runtime.misc\";version=\"4.13.1\",org.antlr.v4.runtime.tree.pattern;uses:=\"org.antlr.v4.runtime,org.antlr.v4.runtime.misc,org.antlr.v4.runtime.tree\";version=\"4.13.1\",org.antlr.v4.runtime.tree.xpath;uses:=\"org.antlr.v4.runtime,org.antlr.v4.runtime.atn,org.antlr.v4.runtime.tree\";version=\"4.13.1\"" - }, - { - "key": "Import-Package", - "value": "org.antlr.v4.gui;resolution:=optional,org.antlr.v4.runtime,org.antlr.v4.runtime.atn,org.antlr.v4.runtime.dfa,org.antlr.v4.runtime.misc,org.antlr.v4.runtime.tree,org.antlr.v4.runtime.tree.pattern,org.antlr.v4.runtime.tree.xpath" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.antlr/antlr4-runtime/pom.properties", - "name": "", - "groupId": "org.antlr", - "artifactId": "antlr4-runtime", - "version": "4.13.1" - }, - "pomProject": { - "path": "META-INF/maven/org.antlr/antlr4-runtime/pom.xml", - "parent": { - "groupId": "org.antlr", - "artifactId": "antlr4-master", - "version": "4.13.1" - }, - "groupId": "org.antlr", - "artifactId": "antlr4-runtime", - "version": "4.13.1", - "name": "ANTLR 4 Runtime", - "description": "The ANTLR 4 Runtime" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "17125bae1d965624e265ef49552f6465a2bfa307" - } - ] - } - }, - { - "id": "b746beed8b51c077", - "name": "apache-httpcomponents-client-4-api", - "version": "4.5.14-208.v438351942757", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:apache-httpcomponents-client-4-api:4.5.14-208.v438351942757:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:apache_httpcomponents_client_4_api:4.5.14-208.v438351942757:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/apache-httpcomponents-client-4-api@4.5.14-208.v438351942757", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Jenkins Apache HttpComponents Client 4.x API Plugin" - }, - { - "key": "Specification-Version", - "value": "4.5" - }, - { - "key": "Implementation-Title", - "value": "Jenkins Apache HttpComponents Client 4.x API Plugin" - }, - { - "key": "Implementation-Version", - "value": "4.5.14-208.v438351942757" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "apache-httpcomponents-client-4-api" - }, - { - "key": "Short-Name", - "value": "apache-httpcomponents-client-4-api" - }, - { - "key": "Long-Name", - "value": "Jenkins Apache HttpComponents Client 4.x API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/apache-httpcomponents-client-4-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "4.5.14-208.v438351942757" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Developers", - "value": "Mark Waite:markewaite:mark.earl.waite@gmail.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/apache-httpcomponents-client-4-api-plugin" - }, - { - "key": "Plugin-ScmTag", - "value": "43835194275702e175b12ad34a57aa0af04b2fd5" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/apache-httpcomponents-client-4-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "43835194275702e175b12ad34a57aa0af04b2fd5" - }, - { - "key": "Implementation-Build", - "value": "43835194275702e175b12ad34a57aa0af04b2fd5" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/apache-httpcomponents-client-4-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "apache-httpcomponents-client-4-api", - "version": "4.5.14-208.v438351942757" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/apache-httpcomponents-client-4-api/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "apache-httpcomponents-client-4-api", - "version": "4.5.14-208.v438351942757", - "name": "Jenkins Apache HttpComponents Client 4.x API Plugin", - "description": "Bundles Apache HttpComponents Client 4.x and allows it to be used by Jenkins plugins", - "url": "https://github.com/jenkinsci/apache-httpcomponents-client-4-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "8c31d700db9d41883f6c2917d26514a4f080cf01" - } - ] - } - }, - { - "id": "d48e8ac72eeb2f84", - "name": "apache-httpcomponents-client-4-api", - "version": "4.5.14-208.v438351942757", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/apache-httpcomponents-client-4-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/apache-httpcomponents-client-4-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:apache-httpcomponents-client-4-api:4.5.14-208.v438351942757:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:apache_httpcomponents_client_4_api:4.5.14-208.v438351942757:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/apache-httpcomponents-client-4-api@4.5.14-208.v438351942757", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/apache-httpcomponents-client-4-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Jenkins Apache HttpComponents Client 4.x API Plugin" - }, - { - "key": "Specification-Version", - "value": "4.5" - }, - { - "key": "Implementation-Title", - "value": "Jenkins Apache HttpComponents Client 4.x API Plugin" - }, - { - "key": "Implementation-Version", - "value": "4.5.14-208.v438351942757" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "apache-httpcomponents-client-4-api" - }, - { - "key": "Short-Name", - "value": "apache-httpcomponents-client-4-api" - }, - { - "key": "Long-Name", - "value": "Jenkins Apache HttpComponents Client 4.x API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/apache-httpcomponents-client-4-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "4.5.14-208.v438351942757" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Developers", - "value": "Mark Waite:markewaite:mark.earl.waite@gmail.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/apache-httpcomponents-client-4-api-plugin" - }, - { - "key": "Plugin-ScmTag", - "value": "43835194275702e175b12ad34a57aa0af04b2fd5" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/apache-httpcomponents-client-4-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "43835194275702e175b12ad34a57aa0af04b2fd5" - }, - { - "key": "Implementation-Build", - "value": "43835194275702e175b12ad34a57aa0af04b2fd5" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/apache-httpcomponents-client-4-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "apache-httpcomponents-client-4-api", - "version": "4.5.14-208.v438351942757" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/apache-httpcomponents-client-4-api/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "apache-httpcomponents-client-4-api", - "version": "4.5.14-208.v438351942757", - "name": "Jenkins Apache HttpComponents Client 4.x API Plugin", - "description": "Bundles Apache HttpComponents Client 4.x and allows it to be used by Jenkins plugins", - "url": "https://github.com/jenkinsci/apache-httpcomponents-client-4-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "f4f919f90a6229b13566214b3f11e56f0ec89fbf" - } - ] - } - }, - { - "id": "712f83c1f1703df1", - "name": "args4j", - "version": "2.33", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/args4j-2.33.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.opensource.org/licenses/mit-license.php", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/args4j-2.33.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.kohsuke.args4j:args4j:2.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:args4j:2.33:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:args4j:args4j:2.33:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/args4j/args4j@2.33", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/args4j-2.33.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bnd-LastModified", - "value": "1454228360676" - }, - { - "key": "Build-Jdk", - "value": "1.7.0_15" - }, - { - "key": "Built-By", - "value": "kohsuke" - }, - { - "key": "Bundle-Description", - "value": "args4j : Java command line arguments parser" - }, - { - "key": "Bundle-DocURL", - "value": "http://www.kohsuke.org/" - }, - { - "key": "Bundle-License", - "value": "http://www.opensource.org/licenses/mit-license.php" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "args4j" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.kohsuke.args4j" - }, - { - "key": "Bundle-Vendor", - "value": "Kohsuke Kawaguchi" - }, - { - "key": "Bundle-Version", - "value": "2.33.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Export-Package", - "value": "org.kohsuke.args4j.spi;uses:=\"org.kohsuke.args4j\";version=\"2.33.0\",org.kohsuke.args4j;uses:=\"org.kohsuke.args4j.spi,org.xml.sax,org.xml.sax.helpers\";version=\"2.33.0\"" - }, - { - "key": "Import-Package", - "value": "org.kohsuke.args4j,org.kohsuke.args4j.spi,org.xml.sax,org.xml.sax.helpers" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.5))\"" - }, - { - "key": "Tool", - "value": "Bnd-3.0.0.201509101326" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/args4j/args4j/pom.properties", - "name": "", - "groupId": "args4j", - "artifactId": "args4j", - "version": "2.33" - }, - "pomProject": { - "path": "META-INF/maven/args4j/args4j/pom.xml", - "parent": { - "groupId": "args4j", - "artifactId": "args4j-site", - "version": "2.33" - }, - "groupId": "args4j", - "artifactId": "args4j", - "version": "2.33", - "name": "args4j" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "bd87a75374a6d6523de82fef51fc3cfe9baf9fc9" - } - ] - } - }, - { - "id": "1c469a8da107be20", - "name": "args4j", - "version": "2.33", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:args4j:args4j:2.33:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/args4j/args4j@2.33", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar:args4j:args4j", - "pomProperties": { - "path": "META-INF/maven/args4j/args4j/pom.properties", - "name": "", - "groupId": "args4j", - "artifactId": "args4j", - "version": "2.33" - }, - "pomProject": { - "path": "META-INF/maven/args4j/args4j/pom.xml", - "parent": { - "groupId": "args4j", - "artifactId": "args4j-site", - "version": "2.33" - }, - "groupId": "args4j", - "artifactId": "args4j", - "version": "2.33", - "name": "args4j" - } - } - }, - { - "id": "3f0972c08c0cb03d", - "name": "asm", - "version": "9.7", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-9.7.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-9.7.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.objectweb.asm:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.objectweb.asm/asm@9.7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-9.7.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "ASM, a very small and fast Java bytecode manipulation framework" - }, - { - "key": "Implementation-Version", - "value": "9.7" - }, - { - "key": "Bundle-DocURL", - "value": "http://asm.ow2.org" - }, - { - "key": "Bundle-License", - "value": "BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "org.objectweb.asm" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "J2SE-1.5" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.objectweb.asm" - }, - { - "key": "Bundle-Version", - "value": "9.7" - }, - { - "key": "Export-Package", - "value": "org.objectweb.asm;version=\"9.7\",org.objectweb.asm.signature;version=\"9.7\"" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "073d7b3086e14beb604ced229c302feff6449723" - } - ] - } - }, - { - "id": "30a287cafe762dc8", - "name": "asm-analysis", - "version": "9.7", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-analysis-9.7.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-analysis-9.7.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.objectweb.asm.tree.analysis:asm-analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.objectweb.asm.tree.analysis:asm_analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.objectweb.asm.tree.analysis:analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.objectweb.asm.tree.analysis:tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.objectweb.asm.tree.analysis:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-analysis:asm-analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-analysis:asm_analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_analysis:asm-analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_analysis:asm_analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:asm-analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:asm_analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:analysis:asm-analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:analysis:asm_analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-analysis:analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_analysis:analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:analysis:analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-analysis:tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_analysis:tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tree:asm-analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tree:asm_analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-analysis:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm-analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm_analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_analysis:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:analysis:tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tree:analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:analysis:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:analysis:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tree:tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tree:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.objectweb.asm.tree.analysis/asm-analysis@9.7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-analysis-9.7.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "Static code analysis API of ASM, a very small andfast Java bytecode manipulation framework" - }, - { - "key": "Implementation-Version", - "value": "9.7" - }, - { - "key": "Bundle-DocURL", - "value": "http://asm.ow2.org" - }, - { - "key": "Bundle-License", - "value": "BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "org.objectweb.asm.tree.analysis" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "J2SE-1.5" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.objectweb.asm.tree.analysis" - }, - { - "key": "Bundle-Version", - "value": "9.7" - }, - { - "key": "Export-Package", - "value": "org.objectweb.asm.tree.analysis;version=\"9.7\";uses:=\"org.objectweb.asm,org.objectweb.asm.signature,org.objectweb.asm.tree\"" - }, - { - "key": "Import-Package", - "value": "org.objectweb.asm;version=\"9.7\",org.objectweb.asm.signature;version=\"9.7\",org.objectweb.asm.tree;version=\"9.7\"" - }, - { - "key": "Module-Requires", - "value": "org.objectweb.asm;transitive=true,org.objectweb.asm.tree;transitive=true" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "e4a258b7eb96107106c0599f0061cfc1832fe07a" - } - ] - } - }, - { - "id": "0150cd1c6d13fa04", - "name": "asm-api", - "version": "9.7-33.v4d23ef79fcc8", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:asm-api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:asm_api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-api:asm-api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-api:asm_api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_api:asm-api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_api:asm_api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:asm-api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:asm_api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm-api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm_api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/asm-api@9.7-33.v4d23ef79fcc8", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "ASM API Plugin" - }, - { - "key": "Specification-Version", - "value": "9.7" - }, - { - "key": "Implementation-Title", - "value": "ASM API Plugin" - }, - { - "key": "Implementation-Version", - "value": "9.7-33.v4d23ef79fcc8" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "asm-api" - }, - { - "key": "Short-Name", - "value": "asm-api" - }, - { - "key": "Long-Name", - "value": "ASM API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/asm-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "9.7-33.v4d23ef79fcc8" - }, - { - "key": "Hudson-Version", - "value": "2.414.3" - }, - { - "key": "Jenkins-Version", - "value": "2.414.3" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/license/mit/" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/asm-api-plugin" - }, - { - "key": "Plugin-ScmTag", - "value": "4d23ef79fcc84dc5ecced81fd785ef4d311f7260" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/asm-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "4d23ef79fcc84dc5ecced81fd785ef4d311f7260" - }, - { - "key": "Implementation-Build", - "value": "4d23ef79fcc84dc5ecced81fd785ef4d311f7260" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/asm-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "asm-api", - "version": "9.7-33.v4d23ef79fcc8" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/asm-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "asm-api", - "version": "9.7-33.v4d23ef79fcc8", - "name": "ASM API Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/asm-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "122a149b92a7ccc745022d25427f49536fdd5724" - } - ] - } - }, - { - "id": "c4ee82d882020956", - "name": "asm-api", - "version": "9.7-33.v4d23ef79fcc8", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:asm-api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:asm_api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-api:asm-api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-api:asm_api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_api:asm-api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_api:asm_api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:asm-api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:asm_api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm-api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm_api:9.7-33.v4d23ef79fcc8:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/asm-api@9.7-33.v4d23ef79fcc8", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "ASM API Plugin" - }, - { - "key": "Specification-Version", - "value": "9.7" - }, - { - "key": "Implementation-Title", - "value": "ASM API Plugin" - }, - { - "key": "Implementation-Version", - "value": "9.7-33.v4d23ef79fcc8" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "asm-api" - }, - { - "key": "Short-Name", - "value": "asm-api" - }, - { - "key": "Long-Name", - "value": "ASM API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/asm-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "9.7-33.v4d23ef79fcc8" - }, - { - "key": "Hudson-Version", - "value": "2.414.3" - }, - { - "key": "Jenkins-Version", - "value": "2.414.3" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/license/mit/" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/asm-api-plugin" - }, - { - "key": "Plugin-ScmTag", - "value": "4d23ef79fcc84dc5ecced81fd785ef4d311f7260" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/asm-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "4d23ef79fcc84dc5ecced81fd785ef4d311f7260" - }, - { - "key": "Implementation-Build", - "value": "4d23ef79fcc84dc5ecced81fd785ef4d311f7260" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/asm-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "asm-api", - "version": "9.7-33.v4d23ef79fcc8" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/asm-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "asm-api", - "version": "9.7-33.v4d23ef79fcc8", - "name": "ASM API Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/asm-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "20a4267131ceea71109949bfaddc1f09c78bf889" - } - ] - } - }, - { - "id": "8e3aacba227181ec", - "name": "asm-commons", - "version": "9.7", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-commons-9.7.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-commons-9.7.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.objectweb.asm.commons:asm-commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.objectweb.asm.commons:asm_commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.objectweb.asm.commons:commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.objectweb.asm.commons:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-commons:asm-commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-commons:asm_commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_commons:asm-commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_commons:asm_commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:asm-commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:asm_commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-commons:commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_commons:commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:asm-commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:asm_commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-commons:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm-commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm_commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_commons:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:commons:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.objectweb.asm.commons/asm-commons@9.7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-commons-9.7.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "Usefull class adapters based on ASM, a very smalland fast Java bytecode manipulation framework" - }, - { - "key": "Implementation-Version", - "value": "9.7" - }, - { - "key": "Bundle-DocURL", - "value": "http://asm.ow2.org" - }, - { - "key": "Bundle-License", - "value": "BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "org.objectweb.asm.commons" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "J2SE-1.5" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.objectweb.asm.commons" - }, - { - "key": "Bundle-Version", - "value": "9.7" - }, - { - "key": "Export-Package", - "value": "org.objectweb.asm.commons;version=\"9.7\";uses:=\"org.objectweb.asm,org.objectweb.asm.signature,org.objectweb.asm.tree\"" - }, - { - "key": "Import-Package", - "value": "org.objectweb.asm;version=\"9.7\",org.objectweb.asm.signature;version=\"9.7\",org.objectweb.asm.tree;version=\"9.7\"" - }, - { - "key": "Module-Requires", - "value": "org.objectweb.asm;transitive=true,org.objectweb.asm.tree;transitive=true" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "e86dda4696d3c185fcc95d8d311904e7ce38a53f" - } - ] - } - }, - { - "id": "fee2e41a949df5ae", - "name": "asm-tree", - "version": "9.7", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-tree-9.7.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-tree-9.7.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.objectweb.asm.tree:asm-tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.objectweb.asm.tree:asm_tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.objectweb.asm.tree:tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.objectweb.asm.tree:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:asm-tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:asm_tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-tree:asm-tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-tree:asm_tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_tree:asm-tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_tree:asm_tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-tree:tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_tree:tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tree:asm-tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tree:asm_tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-tree:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm-tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm_tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_tree:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tree:tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:tree:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tree:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.objectweb.asm.tree/asm-tree@9.7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-tree-9.7.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "Tree API of ASM, a very small and fast Java bytecode manipulation framework" - }, - { - "key": "Implementation-Version", - "value": "9.7" - }, - { - "key": "Bundle-DocURL", - "value": "http://asm.ow2.org" - }, - { - "key": "Bundle-License", - "value": "BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "org.objectweb.asm.tree" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "J2SE-1.5" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.objectweb.asm.tree" - }, - { - "key": "Bundle-Version", - "value": "9.7" - }, - { - "key": "Export-Package", - "value": "org.objectweb.asm.tree;version=\"9.7\";uses:=\"org.objectweb.asm,org.objectweb.asm.signature\"" - }, - { - "key": "Import-Package", - "value": "org.objectweb.asm;version=\"9.7\",org.objectweb.asm.signature;version=\"9.7\"" - }, - { - "key": "Module-Requires", - "value": "org.objectweb.asm;transitive=true" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "e446a17b175bfb733b87c5c2560ccb4e57d69f1a" - } - ] - } - }, - { - "id": "444d311782db4130", - "name": "asm-util", - "version": "9.7", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-util-9.7.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-util-9.7.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.objectweb.asm.util:asm-util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.objectweb.asm.util:asm_util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.objectweb.asm.util:util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.objectweb.asm.util:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:asm-util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:asm_util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-util:asm-util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-util:asm_util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_util:asm-util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_util:asm_util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-util:util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_util:util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:objectweb:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:util:asm-util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:util:asm_util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm-util:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm-util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm_util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm_util:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:util:util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:util:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:util:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:asm:asm:9.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.objectweb.asm.util/asm-util@9.7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/asm-api.hpi:WEB-INF/lib/asm-util-9.7.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "Utilities for ASM, a very small and fast Java bytecode manipulation framework" - }, - { - "key": "Implementation-Version", - "value": "9.7" - }, - { - "key": "Bundle-DocURL", - "value": "http://asm.ow2.org" - }, - { - "key": "Bundle-License", - "value": "BSD-3-Clause;link=https://asm.ow2.io/LICENSE.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "org.objectweb.asm.util" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "J2SE-1.5" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.objectweb.asm.util" - }, - { - "key": "Bundle-Version", - "value": "9.7" - }, - { - "key": "Export-Package", - "value": "org.objectweb.asm.util;version=\"9.7\";uses:=\"org.objectweb.asm,org.objectweb.asm.signature,org.objectweb.asm.tree,org.objectweb.asm.tree.analysis\"" - }, - { - "key": "Import-Package", - "value": "org.objectweb.asm;version=\"9.7\",org.objectweb.asm.signature;version=\"9.7\",org.objectweb.asm.tree;version=\"9.7\",org.objectweb.asm.tree.analysis;version=\"9.7\"" - }, - { - "key": "Module-Requires", - "value": "org.objectweb.asm;transitive=true,org.objectweb.asm.tree;transitive=true,org.objectweb.asm.tree.analysis;transitive=true" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "c0655519f24d92af2202cb681cd7c1569df6ead6" - } - ] - } - }, - { - "id": "5098ceea720752fd", - "name": "bcpkix-jdk18on", - "version": "1.78.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bouncycastle-api.hpi:WEB-INF/optional-lib/bcpkix-jdk18on-1.78.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.bouncycastle:bcpkix-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.bouncycastle:bcpkix_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcpkix-jdk18on:bcpkix-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcpkix-jdk18on:bcpkix_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcpkix_jdk18on:bcpkix-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcpkix_jdk18on:bcpkix_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bcpkix-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bcpkix_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcpkix:bcpkix-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcpkix:bcpkix_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.bouncycastle/bcpkix-jdk18on@1.78.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bouncycastle-api.hpi:WEB-INF/optional-lib/bcpkix-jdk18on-1.78.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-SymbolicName", - "value": "bcpkix" - }, - { - "key": "Bnd-LastModified", - "value": "1713413986695" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "JavaSE-1.8" - }, - { - "key": "Import-Package", - "value": "java.io;resolution:=optional,java.lang;resolution:=optional,java.lang.ref;resolution:=optional,java.lang.reflect;resolution:=optional,java.math;resolution:=optional,java.net;resolution:=optional,java.nio.charset;resolution:=optional,java.security;resolution:=optional,java.security.cert;resolution:=optional,java.security.interfaces;resolution:=optional,java.security.spec;resolution:=optional,java.text;resolution:=optional,java.util;resolution:=optional,java.util.logging;resolution:=optional,java.util.regex;resolution:=optional,java.util.zip;resolution:=optional,javax.crypto;resolution:=optional,javax.crypto.spec;resolution:=optional,javax.naming;resolution:=optional,javax.naming.directory;resolution:=optional,javax.net.ssl;resolution:=optional,javax.security.auth.x500;resolution:=optional,org.bouncycastle.asn1;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.bc;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.bsi;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.cmp;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.cms;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.cms.ecc;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.crmf;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.cryptopro;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.dvcs;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.eac;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.edec;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.ess;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.est;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.gm;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.gnu;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.iana;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.isara;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.iso;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.kisa;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.misc;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.mozilla;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.nist;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.ntt;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.ocsp;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.oiw;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.pkcs;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.rosstandart;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.sec;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.teletrust;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.tsp;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.util;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.x500;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.x500.style;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.x509;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.x509.qualified;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.x9;version=\"[1.78.1,1.79)\",org.bouncycastle.crypto;version=\"[1.78.1,1.79)\",org.bouncycastle.crypto.digests;version=\"[1.78.1,1.79)\",org.bouncycastle.crypto.encodings;version=\"[1.78.1,1.79)\",org.bouncycastle.crypto.engines;version=\"[1.78.1,1.79)\",org.bouncycastle.crypto.generators;version=\"[1.78.1,1.79)\",org.bouncycastle.crypto.io;version=\"[1.78.1,1.79)\",org.bouncycastle.crypto.macs;version=\"[1.78.1,1.79)\",org.bouncycastle.crypto.modes;version=\"[1.78.1,1.79)\",org.bouncycastle.crypto.paddings;version=\"[1.78.1,1.79)\",org.bouncycastle.crypto.params;version=\"[1.78.1,1.79)\",org.bouncycastle.crypto.signers;version=\"[1.78.1,1.79)\",org.bouncycastle.crypto.util;version=\"[1.78.1,1.79)\",org.bouncycastle.jcajce;version=\"[1.78.1,1.79)\",org.bouncycastle.jcajce.interfaces;version=\"[1.78.1,1.79)\",org.bouncycastle.jcajce.io;version=\"[1.78.1,1.79)\",org.bouncycastle.jcajce.spec;version=\"[1.78.1,1.79)\",org.bouncycastle.jcajce.util;version=\"[1.78.1,1.79)\",org.bouncycastle.math;version=\"[1.78.1,1.79)\",org.bouncycastle.math.ec;version=\"[1.78.1,1.79)\",org.bouncycastle.math.field;version=\"[1.78.1,1.79)\",org.bouncycastle.oer;version=\"[1.78.1,1.79)\",org.bouncycastle.oer.its.etsi103097;version=\"[1.78.1,1.79)\",org.bouncycastle.oer.its.ieee1609dot2;version=\"[1.78.1,1.79)\",org.bouncycastle.oer.its.ieee1609dot2.basetypes;version=\"[1.78.1,1.79)\",org.bouncycastle.oer.its.template.etsi103097;version=\"[1.78.1,1.79)\",org.bouncycastle.oer.its.template.ieee1609dot2;version=\"[1.78.1,1.79)\",org.bouncycastle.pqc.jcajce.interfaces;version=\"[1.78.1,1.79)\",org.bouncycastle.pqc.jcajce.spec;version=\"[1.78.1,1.79)\",org.bouncycastle.util;version=\"[1.78.1,1.79)\",org.bouncycastle.util.encoders;version=\"[1.78.1,1.79)\",org.bouncycastle.util.io;version=\"[1.78.1,1.79)\",org.bouncycastle.util.io.pem;version=\"[1.78.1,1.79)\"" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-7.0.0.202310060912" - }, - { - "key": "Export-Package", - "value": "org.bouncycastle.cert;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.operator,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.cert.bc;uses:=\"org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.crypto.params,org.bouncycastle.operator\";version=\"1.78.1\",org.bouncycastle.cert.cmp;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cmp,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cert.crmf,org.bouncycastle.cms,org.bouncycastle.operator\";version=\"1.78.1\",org.bouncycastle.cert.crmf;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cmp,org.bouncycastle.asn1.crmf,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cms,org.bouncycastle.operator,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.cert.crmf.bc;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.crmf,org.bouncycastle.cert.crmf,org.bouncycastle.crypto.params,org.bouncycastle.operator\";version=\"1.78.1\",org.bouncycastle.cert.crmf.jcajce;uses:=\"javax.security.auth.x500,org.bouncycastle.asn1,org.bouncycastle.asn1.crmf,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert.crmf,org.bouncycastle.operator\";version=\"1.78.1\",org.bouncycastle.cert.dane;uses:=\"org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.operator,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.cert.dane.fetcher;uses:=\"org.bouncycastle.cert.dane\";version=\"1.78.1\",org.bouncycastle.cert.jcajce;uses:=\"javax.security.auth.x500,org.bouncycastle.asn1,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.operator,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.cert.ocsp;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.ocsp,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.operator,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.cert.ocsp.jcajce;uses:=\"javax.security.auth.x500,org.bouncycastle.cert.ocsp,org.bouncycastle.operator\";version=\"1.78.1\",org.bouncycastle.cert.path;uses:=\"org.bouncycastle.asn1,org.bouncycastle.cert,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.cert.path.validations;uses:=\"org.bouncycastle.asn1.x500,org.bouncycastle.cert,org.bouncycastle.cert.path,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.cert.selector;uses:=\"org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.cert.selector.jcajce;uses:=\"javax.security.auth.x500,org.bouncycastle.asn1.x500,org.bouncycastle.cert.selector\";version=\"1.78.1\",org.bouncycastle.cmc;uses:=\"org.bouncycastle.asn1.cms,org.bouncycastle.cert,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.cms;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.operator,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.cms.bc;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cms,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.operator,org.bouncycastle.operator.bc\";version=\"1.78.1\",org.bouncycastle.cms.jcajce;uses:=\"javax.crypto,javax.security.auth.x500,org.bouncycastle.asn1,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cert.selector.jcajce,org.bouncycastle.cms,org.bouncycastle.operator,org.bouncycastle.operator.jcajce\";version=\"1.78.1\",org.bouncycastle.dvcs;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.dvcs,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cms,org.bouncycastle.operator\";version=\"1.78.1\",org.bouncycastle.eac;uses:=\"org.bouncycastle.asn1.eac,org.bouncycastle.eac.operator\";version=\"1.78.1\",org.bouncycastle.eac.jcajce;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.eac,org.bouncycastle.eac\";version=\"1.78.1\",org.bouncycastle.eac.operator;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.eac.operator.jcajce;uses:=\"org.bouncycastle.asn1,org.bouncycastle.eac.operator,org.bouncycastle.operator\";version=\"1.78.1\",org.bouncycastle.est;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.est,org.bouncycastle.asn1.pkcs,org.bouncycastle.cert,org.bouncycastle.operator,org.bouncycastle.pkcs,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.est.jcajce;uses:=\"javax.net.ssl,org.bouncycastle.est,org.bouncycastle.operator\";version=\"1.78.1\",org.bouncycastle.its;uses:=\"org.bouncycastle.asn1,org.bouncycastle.its.operator,org.bouncycastle.oer.its.etsi103097,org.bouncycastle.oer.its.ieee1609dot2,org.bouncycastle.oer.its.ieee1609dot2.basetypes,org.bouncycastle.operator,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.its.bc;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.crypto.params,org.bouncycastle.its,org.bouncycastle.its.operator,org.bouncycastle.oer.its.ieee1609dot2,org.bouncycastle.oer.its.ieee1609dot2.basetypes,org.bouncycastle.operator\";version=\"1.78.1\",org.bouncycastle.its.jcajce;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.its,org.bouncycastle.its.operator,org.bouncycastle.oer.its.ieee1609dot2,org.bouncycastle.oer.its.ieee1609dot2.basetypes,org.bouncycastle.operator\";version=\"1.78.1\",org.bouncycastle.its.operator;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.its,org.bouncycastle.oer.its.ieee1609dot2.basetypes,org.bouncycastle.operator\";version=\"1.78.1\",org.bouncycastle.mime;uses:=\"org.bouncycastle.mime.smime,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.mime.encoding;version=\"1.78.1\",org.bouncycastle.mime.smime;uses:=\"org.bouncycastle.cert,org.bouncycastle.cms,org.bouncycastle.mime,org.bouncycastle.operator,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.mozilla;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.mozilla,org.bouncycastle.asn1.x509,org.bouncycastle.operator,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.mozilla.jcajce;uses:=\"org.bouncycastle.mozilla\";version=\"1.78.1\",org.bouncycastle.openssl;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.operator,org.bouncycastle.util.io.pem\";version=\"1.78.1\",org.bouncycastle.openssl.bc;uses:=\"org.bouncycastle.openssl\";version=\"1.78.1\",org.bouncycastle.openssl.jcajce;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.openssl,org.bouncycastle.operator,org.bouncycastle.pkix.jcajce,org.bouncycastle.util.io.pem\";version=\"1.78.1\",org.bouncycastle.operator;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.cert\";version=\"1.78.1\",org.bouncycastle.operator.bc;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.operator\";version=\"1.78.1\",org.bouncycastle.operator.jcajce;uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.jcajce.util,org.bouncycastle.operator\";version=\"1.78.1\",org.bouncycastle.pkcs;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.operator\";version=\"1.78.1\",org.bouncycastle.pkcs.bc;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.operator,org.bouncycastle.operator.bc,org.bouncycastle.pkcs\";version=\"1.78.1\",org.bouncycastle.pkcs.jcajce;uses:=\"javax.security.auth.x500,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.crypto.util,org.bouncycastle.operator,org.bouncycastle.pkcs\";version=\"1.78.1\",org.bouncycastle.pkix;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cms\";version=\"1.78.1\",org.bouncycastle.pkix.jcajce;uses:=\"org.bouncycastle.asn1.x509,org.bouncycastle.jcajce,org.bouncycastle.jcajce.util,org.bouncycastle.pkix,org.bouncycastle.pkix.util,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.pkix.util;uses:=\"org.bouncycastle.cert,org.bouncycastle.pkix.util.filter\";version=\"1.78.1\",org.bouncycastle.pkix.util.filter;version=\"1.78.1\",org.bouncycastle.tsp;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cmp,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.tsp,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cms,org.bouncycastle.operator,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.tsp.cms;uses:=\"org.bouncycastle.asn1.cms,org.bouncycastle.cms,org.bouncycastle.operator,org.bouncycastle.tsp\";version=\"1.78.1\",org.bouncycastle.tsp.ers;uses:=\"org.bouncycastle.asn1.tsp,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cms,org.bouncycastle.operator,org.bouncycastle.tsp,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.voms;uses:=\"org.bouncycastle.cert\";version=\"1.78.1\"" - }, - { - "key": "Bundle-Name", - "value": "bcpkix" - }, - { - "key": "Bundle-Version", - "value": "1.78.1" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Created-By", - "value": "17.0.10 (Private Build)" - } - ], - "sections": [ - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSEvidenceRecordStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "NBuza6R/Wdf30Dk9CDjCe0d3k4U2/P4FnquGnb/yV6A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntrySelectorFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "s72kouvTtxT9AwnN6yNQ9/D7kOZuatdpo7VjNRIWF4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/PKMACBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0YwFS02vkj3SOKMpkVIHK5HsBUID/zFwnr8gWgWhjf8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/CertificateStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "hnvlZC+Tv6xo5mme3uCdh4mnYoAHyksmhBaqsaSTNNg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/EnvelopedDataHelper$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lhikdn1QoYq7CqR4gr+9RgtXPAqYG5PuJAFpr0rpLc4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/BasicConstraintsValidation.class" - }, - { - "key": "SHA-256-Digest", - "value": "9og3S/DkveIqwyjnvrXhPc6x4TgnTtCwlV6ftgJoPEQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/jcajce/DefaultEACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "DOGrpsW0NcgZSk90xmZwfTDAR2azxY2Or03yO5faw70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransAuthEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "F0KWGiyNEONGxZVb0GW/6WOuP3PAIZdw5DrkUYeU6aU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/OutputEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "CLIZP/zHuJ47IASFIF+ZpMwWbiYNElUOS5ivWRgi9zM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEncryptedDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "/9L4rgAHiztczCg/5m1M+u8BNMg3tgkNvBhhSj8PJuY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSignerInfoVerifierBuilder$Helper.class" - }, - { - "key": "SHA-256-Digest", - "value": "SoXQm45noXZBx40fmAAhF/gp/h60d5vOQzy/eUx0YJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JceAsymmetricValueDecryptorGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "VLt/Twdok66b2m1O4yYsqBWNeoUSJ01fZkD4boRAaEA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/CTEBase64InputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "dYQbi6IwVx3bK2ZflEVjkHUHA/7CayM4axDb1pLP/0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSPublicEncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "JqqCsn9tQ9RnqurRVLZSktbFxewH7ar7XoDM6gG1Dvc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/CrlCache$LocalCRLStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zq8o5PvihTHn+K7Sz9aqhDFPnC4XZS48+ae49DKF6f8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/EncryptedValueParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "xmgBnPByKFqGc8g9cqYepktB/WyWdRl6VHlzfhBz6Zc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/OCSPUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "n/W40KfhvQ2Wma76vEeA9JoO+f1p/R/WxR9GqxKpHqw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTException$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "i7YPe5rL0BiJOZLoAsW55Xilyw9sh5HRmLG7cbg93ks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/jcajce/JcaRespID.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z1IHpl1P6e3sd+g1QxVOP2kn330hsGe12zBARgUb8gY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCS12MacCalculatorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0B+pJfHMoI8U1WPwUcEQMkN7EYetjFRhMPI8yKw53yU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "bh7+9m5/qOPff0MnprFWD5wXba/33rtDOePa+IBGtbc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcaPKCS12SafeBagBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "JyTN9RDArkCLi98iFD9Ry0V/streWkS6O1brJb5YUkY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSFileData.class" - }, - { - "key": "SHA-256-Digest", - "value": "QYdkazMAvxiGkDT/14I3zdcKCloI8+m2u23nL6w85vQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/EncryptedValueBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Njtnubh4QNVguX2OWBWgIUdrYu93B28HD/isNXgQMYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/LineReader.class" - }, - { - "key": "SHA-256-Digest", - "value": "8BEl6vnKL+TQaasdn2496IWv8o0g1XCiCC7+tQD+WzU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/PKIXCertPathReviewer.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tbzeem/2azgfHx2Uh2Ugx3AVc0ec7+zBXHFm4w75rkg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS12MacCalculatorBuilderProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "SKQXewihxomQyJJiI+AFtWnilA5Ztr6EJXylmm240XQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSValidityPeriod$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "vLNhnL7pALZNl3vOiRhU+AqbV2YvYkL2ezYP0lMe9gY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/X509CertStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "zofzGTnx/8kG9cXebmNZQ/Ao83aqUk0P6uS53kqdViM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSIRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "eBaChXtrJZ8SNqgQQblWKeCrKdzY4LzPwEggYKWvuRs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8EncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "kKTA3Nag94NxP6ZKvufZv+mysahuRBo3xGrJiuX295Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAbsentContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "51zx8AvJmxiSSim/G+TB2q1XpJ9mEMrpjcNX0Ajnp38=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaAlgorithmParametersConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "alqpiwHcYgZ+RoJviJ3DU0Ey4WwaZF3lNO0xponaT28=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaDigestCalculatorProviderBuilder$1$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "AnzzstKpDv35e4ZL8mAmdpaNKrR4NApxVkrtpVEHxuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcAESSymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "MelIn6aHjJSrPoNNeAw0uzsRT6WE/GBMbHf5Hnq0koY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcAsymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "TvCBylEcJfoJTW/dC7L95eD13Nbzqcz6XdrVQ17THY4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/X509RevocationChecker$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "r+9w6dwegYDwxiNxILbN/IVqWR/B5ZTUmj6YeAWGU5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampTokenGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "uKEKldnOHioWbobDCrgBt9UnZ3JWg26mkCv9EgWUF2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSIEncryptedDataBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "F1eWnKsQNueBHxabGgtJzZiaxakWCO9+GAkG8eAKWYo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/ECUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "e0vdAGF3ltmxnk0wGmsmKp7TSVNxoXPc/G6WDS+ZOOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/DefaultESTClient.class" - }, - { - "key": "SHA-256-Digest", - "value": "eUB2pQcbooTngkM/PulABppuneMhioCmHkYcCLakhys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "hduN7SRzIAgtfdntZBaGCJPkl15tNCcaVvE9B0vbi80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAttributeTableGenerationException.class" - }, - { - "key": "SHA-256-Digest", - "value": "X4HzUYMDTQLbCq+dIqRGdbD32t5VCp6fnapPToNwr7c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSISignedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "bHDXXvG4Os9dRkpRt7ny6kPkipw5a+s+c3OotQyvN98=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/OperatorCreationException.class" - }, - { - "key": "SHA-256-Digest", - "value": "ywEBwmemjQgDryD+ZR8ZkGG+ki9+shpb+/mww82ZR2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TSPValidationException.class" - }, - { - "key": "SHA-256-Digest", - "value": "NQ+2Dt6AbgMrxNDxJxeFg0GH3zb2attpBvqw5daoqcg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$22.class" - }, - { - "key": "SHA-256-Digest", - "value": "wU22Rv9rrQmlGSElZ1Uk5S823p/ftesz9M3R6q1aggI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/CCPDRequestData.class" - }, - { - "key": "SHA-256-Digest", - "value": "J4ucs8wR1bd1+OKCEVtAYUN/d6uIB+67XZEOh1Fhuow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/cms/CMSTimeStampedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qPlrNiX4zwGQK34kYIT4BgS2szRvN98HvafvFChudWo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSPatchKit.class" - }, - { - "key": "SHA-256-Digest", - "value": "Szu/2gOZW/EH/VSQVlO0bBYnm+JYIi/L8Fte+Bo7PUk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/cms/MetaDataUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ei3HaSn06yJXeoxeFW9wOd61SibzmxPN0BCdrC5CNGs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceInputDecryptorProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "PpszYsUxNJFNH5/s36ZYTIVpyMOfsX8WCkzpRRcgE08=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/jcajce/JcaX509CertificateHolderSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "qsmeorfCAlkKg+ZeGkMCdslBHaGKznuEyxAoNX6XVYA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcePEMEncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "5kojRYDPGX9bPLU4rKP0r0ROXI68FuWjuNAVeVBik+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaX509CertSelectorConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "tIwG4BBxPNkq0F0IBQkDN5/Jtney3Qr5FKhMPqt4cj0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "5YWVYQCoNP1ybnVMTvH5H5bcRcD4cmOFunaqRDF/Ca8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/MessageImprint.class" - }, - { - "key": "SHA-256-Digest", - "value": "dVlDeODySGsivHNIWrng1PUqFflq80csp8oMfncTE08=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/OCSPException.class" - }, - { - "key": "SHA-256-Digest", - "value": "7jXm8mwOcr0KwV7LXiwpwPPOUVugOsTjkDSeSnD5LRY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentVerifierProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "9AdFp+633yOv4PnJluaHgf0PWM1cTNXOwrgdvl2XzTI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/MissingEntryException.class" - }, - { - "key": "SHA-256-Digest", - "value": "EN3KpVCK4A73QMy2K2xqmc5c5pdJqb7lSgYoRwWe+cM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/NamedCertHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "QrjoGJrROwlDGIZG0RaEycalcDFFj3U/Q0cEeZqdKv0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSecureReadable.class" - }, - { - "key": "SHA-256-Digest", - "value": "yU8DWCPIgSRBDye8jRW+of4GbO+f7sQB8mm3yi3IRlg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeAuthenticatedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "G14kTN4smhG4Ue7ekHuSfkd7VUO/axcu83qhcUs/D80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/SSLSocketFactoryCreatorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "DxOiHM2DYYMo2bWXodnSZ9HrZtRVWrOQ3rxgSFLR7hc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEMKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "aJrbQ0tDa1ZPCWGH/D3all7yBDHuugBzdsuNhFZxebg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeRecipient$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "/49TFL3rVKXJZYiwqlC4mv7cjv9ES5Wh8XUuSX6xPyk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthEnvelopedDataParser$LocalMacProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y3+8D1bJohsqRaP4x3ID+Ztqvo1y2gtAZsZ4RpyT1Y0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMESignedWriter.class" - }, - { - "key": "SHA-256-Digest", - "value": "oEnVO2WqIBpIo02Y7SyWNq9If1ZT+mvfQS75Jf96Jjw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/BasicOCSPRespBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "GExP0GbcCLsywYRk6qk3cn404KWdsNyUaW6zyZwkR9M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcaPKCS10CertificationRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "pngT1rLtMu3BKI07Vn0hLRXqW5FcpqOwxTIKhX/rdug=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JcaPKIArchiveControlBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "mDNPIpu/sua/vXbrMqWWygK4GkxAnDrvCt5cRSctopY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePBMac1CalculatorProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "l1Phgt3jQn+g3OMvM7vJTxVpxqEOn04rXAXZjoF49ME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/CertPathValidationResult.class" - }, - { - "key": "SHA-256-Digest", - "value": "KjXJ8+axjyJgrBwwQmSHVt4Ohbp17MCh1Z/dIGFi5WM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/cms/CMSTimeStampedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "8IFyE3znquzT1Ywjibl9xLnHKgXAJjfvVwo37h6PSBU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/PKIXNameConstraintValidator.class" - }, - { - "key": "SHA-256-Digest", - "value": "8wuK+SmyPcEyyCnGZax0afoOGa7Rsk+NrSD1gKCFJn8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$ECDSAKeyPairParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "bnn7l1urlixvxf1OKXY3aVJ2W5leksSzT9Y2yTvTGXc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSCompressedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "KrTEx9zE/YZth6meE2tt8xMakIqZedwntDvIYy7kJHs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TSPAlgorithms.class" - }, - { - "key": "SHA-256-Digest", - "value": "O/bXxu+l4ysF5W9hF4I3JUcmHzMiLfIsmjFK2ii6yc4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcKEKEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "ekEqoGMJs2wdqlVw5ABcyjtl2rIvFoIsZoK5R+WYTVg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcRSAContentSignerBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ADvoq0oVppCVZFO0wiPeL4QZigbsm6M1JJbpsHjXc4M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSIRecipientInfoBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "V+30oV6gksK2BkA7WjWoBarZZRTVannUsrWpwBY3kLw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/HttpUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "L+sT4SNb2LQUgIuNa1Vb2pH/CnKRAamSKM0ar/fA5js=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/MessageBundle.class" - }, - { - "key": "SHA-256-Digest", - "value": "j/z+R5865IR5Ne/LW55GxFeqyZL1N7tL6nRZhirpPSU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "leg3Oamosj7kZA7oxrKxVsf/j+N8bQqYBGXYrLFPTfE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/SubjectPublicKeyInfoChecker$Properties.class" - }, - { - "key": "SHA-256-Digest", - "value": "I/nbRaNS8G5+mw5z3bwjWHuatnjDHev66Ltqw4zlRw4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/EnvelopedDataHelper$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "vFtzHm2NirFCTxHKUOifen1EuqHJ3bWsZRj/YclyPsY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSArchiveTimeStampGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ex2ARQpKzz93huFqcN1XB5UlaeVhyyNx+2LbOW68jIY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcCMSContentEncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "4K+pSYQiFirm4bd0fPv7OsnRHoE5oD8Nq7zos+mEzqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcaPEMKeyConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "kpN9x5CxePNFBsXuOc9cGHNaiDtTlfJ/oZ4Tf3ecflU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntryFetcherFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "+UoUDxcD5yVqHdbof8+DP4QASFz0e5GR8V+gUU1ELsQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSArchiveTimeStamp.class" - }, - { - "key": "SHA-256-Digest", - "value": "RbFknewbLX52EE7xmZfcx4wKoRTIHtK6HkOaaqVfW3M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignatureAlgorithmNameGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "SAcNBucMmYebPvLCecT6Auyl85MLHbmPRDcuxb7a13E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/EACIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vayg7pSduXDjGz8QPaP/nAr5H6aCdp2zrg/4lMyq1+s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/EACSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "jF29EZqiJMinQKWBbQrN7Gzy9R+7/iiDzVLXYu2O3Yk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceGenericKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "88OzKTzap9iwKsSWjm8K7JFjWemXudz4Rm+ZBOyjsvI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransAuthenticatedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "nu71cgtEUVllY9H0QGacmnNAJUGi8rb1b962Ewtvhhk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/AESUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dnb9eSkfY1yTqI0OZXbLm6ZTOPL1+aYUHF8IO4HdMPQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/Headers.class" - }, - { - "key": "SHA-256-Digest", - "value": "GDvwK/7TtqLjU5qyt90vzPdMuxB1JBHYTkYU2BjB57Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/CertPathReviewerMessages_de.properties" - }, - { - "key": "SHA-256-Digest", - "value": "HlCFq4DkFVZLT9e0DXM2HImoG+psbyYIsD65AP0Dwo8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/CCPDRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "n5sseupPEPD2HpZvgLfPdMFf1fxE6XuKrD1InF3RlgA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$KeyPairParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "+hSA60Ee4MfzF2EA159We5nF0hcFLIpH5eeBYxbsR94=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/HttpUtil$PartLexer.class" - }, - { - "key": "SHA-256-Digest", - "value": "qJ1mKMmbU0pUu+S8uYutJW51lrkwaMfKAcOB+68g7z8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMEEnvelopedWriter.class" - }, - { - "key": "SHA-256-Digest", - "value": "baCieslkTSxweAgsVF2ewWzLpDkzkKJGLZSuE1ppC1c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/SubjectPublicKeyInfoChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Nt9Mk/BP5Kruml91hgmbHRVElucbVs6FGUCt4v2Sh0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JceUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "C0mn0Ol5OGkgr1XSQbKd2Epy2V7y4b8mxZC78SEMjJg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSContentEncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "q8JMbpsjRe2j2vluuDE62wsZi5YQoBeP1U8eS0aXqp4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JcaEncryptedValueBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "wHWZn+5lGJTbhVNkkHUqSbzBkUdRMTw2Pe+Za9VYuok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSProcessableInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "WvbXpxlRw7yJvH3b0BMFiGEDtpIeXRkLZfJ9aUq12Z8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/DefaultESTClientSourceProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "j94MxoJpMqYVIJehGjOpOH6S3Wt7Ha5JlMcYlRQufRs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "3WQ/TX2stYISLDPs8axrQ3w75GFJ2lpMbMXSaTiQ5/k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509CertificateConverter$ExCertificateParsingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "uXykiQTZuaVm/D7YV0yK9zcRBl2eHUhjN2iyijGq1jA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/JcaEACSignerBuilder$SignatureOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "dm+E2+hirc9+1YHNb5i7GkvSmpTABW/6zwH5Juo+J08=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/DefaultJcaJceExtHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "isp9CKGRMJx5cwsFna9ZyQaFVVXznsyUABnIApbYg2I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "1abjoEkaH9veHr/Hs9t2JZBlbNq9D4+c7TdTyQ2CtIg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/DefaultSignedAttributeTableGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "EHIXZPt1FviDgygnze7wL8rOTNnPpHc3TN3//dxFwws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8DecryptorProviderBuilder$1$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "p06G+7HHJhbXD7M5aMVmMOg9BRa7lr3/1qukA0chBJ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/bc/BcX509ExtensionUtils$SHA1DigestCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "EsgwO9TDoAovJylIVkx/+99zmMt23UOEWq0kbLnkm70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "DgyUE4O6vcg1vSvmr5LGoAvl0pSZwXwoKjVzIG/4fs4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedDataStreamGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "r4Dy2EtermmOfE9EmyKnGibaGgtQeOueOFSTfIUKhKE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcPasswordEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "SdAReftz2Nht8R2FfuC7eu4/DE4KWTyvFHAsEt97m5U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCSPBEOutputEncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "mei1loNND6YG5MPZRKHXbjI8jtrQj7H5JAdRR93tWf8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "zJTUH15qCphkY32tqm1rH8n0OlP3nvPGvXk/D/cwS0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateRequestMessageBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "3jBzIc+zqjCMe//Qg0ej5wBxAScoqBclSwV7oyWG4uM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "YOOWx/q4dlW7kVDcPkZhJ7kMgWgFGAzHbwdJoeoj0Gc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS10CertificationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "H2qzIBldxmww6IjD3A42LLhpqB1QZ+yExt0P5VA5ARk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/bc/BcPEMDecryptorProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "DUThpmkSdLXFFTJ/8h/1GNL2ggfHHKRqA6e41JC88wE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaDigestCalculatorProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "af5X7ruBGMyIg13+oMPvB6PcdcB1lyYco4dCaHFfdnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/operator/ECDSAEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "EfPjgRseCvZ1KIj7sCK+SmrZ3iGrLYclRfO+hdfPhyY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMimeParserContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "hTKq3PKC0CWkPq5I4LfH00LbW6FKjSsDsZ0J7/wtA08=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SignerInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "G3ZScjQJZ1u16WprL8UDaY6UD19NT23jASA2DzDoHAw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/ErrorBundle.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q/nzwzv5cEzTsHLhg31fUyfWHCbVHqX01r5rfTOG5lE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/ZlibExpanderProvider$LimitedInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "oxMCH8auVoJo1YgRnkRAIpT/eVicAaQYwGV86NHnt60=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSignerInfoVerifierBuilder$NamedHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "H3LxXNW/ZfNpnOkWjnnrMZW3yb5t8fl6kUeRGZgHTKA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "uVQocI3Rz8cfwRh6jP7QVjXAhquFav+pJZI4pfPxqlQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/encoding/Base64InputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "pxU0aMJ6lCrmQGTcWcU+Ca211nlpVNwjmRyKmzCe6lY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedHelper$CMSAuthEnveSecureReadable.class" - }, - { - "key": "SHA-256-Digest", - "value": "FgtlbduxDYU037sourEKOTHzbBlt+m/czsCiJdpWy6I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/AttributeCertificateIssuer.class" - }, - { - "key": "SHA-256-Digest", - "value": "VuhakZ0W6BqH7w8DaE9iSGyxfLXpdKvxzIa1scHKvGg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMimeUtils$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NFY0M8fAn+sAkYD4tYlONq3dJpDx1wGPWPtZ8sGOc+A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcRSAKeyTransRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "9Vk9826E2YNq2LyqqaoCdPRzTpdGKbMxppSu5+DzyyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/AsymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "p4DdoVfpcfB1D5vw9QOW/qCLMh6i68XWGuzU+HG4x7c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignerDigestMismatchException.class" - }, - { - "key": "SHA-256-Digest", - "value": "2YG8iy+sOwhAgXJbdEeE/DcJRmKUHyVSXPynRJK2KJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignatureEncryptionAlgorithmFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "2DPCgz2CmC7sfvejZi5FbjVTAOYL/jjuv2gmkTdEdNo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "gNl2i3VdU0kLlLipIRPUgEjjUV/9Uq8d519YLOAl+Hw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/SignatureAlgorithmIdentifierFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "iRRfV7oVQ7ZORka2frCwc+WCSisoSMwa6N8vtehRNws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$PublicKeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Okctlmk/Ny/U4acPuhFclaad/HePBtbDVTwJDQQz8c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS10CertificationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "9MNoL/R71xVQr0euWbKnSEHohNBryCZ2HhTNtmKMc5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/CertPathValidation.class" - }, - { - "key": "SHA-256-Digest", - "value": "fEiep48ZEDIALSvC0NucA1Yc24aB4t2XaEEojuc9VdM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/BufferingContentSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "s4BsCnpgRcr/7XM303eE7mMgoBgEQhA6Ft+rWS3SCmw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/SubjectPublicKeyInfoChecker$Cache.class" - }, - { - "key": "SHA-256-Digest", - "value": "grWqy3uHxrEEmpYtwQoPqhMMQD+aCJOoChCuCKpDvBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/jcajce/JcaX509CertSelectorConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "6skanK+7yoNvsooRI9ftzFphz7wSXOIutzA1aSGzi7s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedHelper$CMSDigestAuthenticatedSecureReadable$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "7i1v8sTY1/h768ma8or5qpNc1/NYDwP3eIRpaC44rxs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/MacCaptureStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "fCKl6Mz0ac8DOGr57Sfpms6UW7jyFgb46/S9wDI8UAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "3EaZx170ma6NXuD/ngBHGmzwhzSq+1hCNFK8sQ9zs0I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "52BCyMVtQU97133+nQzEtqpYHGNY7ziLvE3QuWG8/ek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTSourceConnectionListener.class" - }, - { - "key": "SHA-256-Digest", - "value": "qrqY4uV1E2uBNCjwI0w7hlmxP6ziOD15f6C4fcg6sVs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSConstructionException.class" - }, - { - "key": "SHA-256-Digest", - "value": "CDVKXYu5jaYNo8vZMpvDxeLPE7pkc84n8UmaUdcqN48=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSRequestData.class" - }, - { - "key": "SHA-256-Digest", - "value": "0eu5MDXYiSEDnvjZ0I4j6Wj5+zFtYuwvDQxi2O0huMY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSEvidenceRecordGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "3umMqIXpeNMTHKQgZnv7exJZaOM3yjeEay0vvQtOHB8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaDigestCalculatorProviderBuilder$DigestOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "voGMV+goxuY2IBa378wt2ANtPjo3xPA3rMMl5Lrgo9U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSPublicVerificationKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "53RZ9J3EBOlUubb7YT0P+f9Y35sZpSfUSFp0vHTZ19Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcePasswordEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "lHvbu0O+t13ffc3qFjbb19qtA15PIYAeCQc+Y0LWa2w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/MacAlgorithmIdentifierFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "idFTfRE1bI+evDojPT7y0bMuO7SHbqvFWjSXOUQDVLE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeWriter.class" - }, - { - "key": "SHA-256-Digest", - "value": "nRp8M3lgGfaMOQbcS8VHZ8k9/vgJSTbhEJ1qHiUuWP8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/DefaultESTClient$PrintingOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "9K5ZTJ/OJeu+r8m4lmkkLQY0Cv9l+lexM+YivNSEkyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/VSDRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "WMCdK5myHDAJdH0UtqDZn+K9jUmVI4NfKHZ+t0t32Pw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/jcajce/JcaSelectorConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "MZ3G9HqaSKeJpfShftcuIkMxycWDbVj1PYVOMZQkDII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSRootNodeCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "5T+O5Kw3wsULASZhIjXgdbqrow4HJ5p0CKS5Ycdblbw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMException.class" - }, - { - "key": "SHA-256-Digest", - "value": "IbVFJ1VCJIXy+qsxnOi12h5TyhmXfJu5i5+sTPNu/Nc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/RevocationUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "yvZJ/SxmiPW2Y0hvek2DaYmHLdDhQhj6bRegWyPlHB8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/TextBundle.class" - }, - { - "key": "SHA-256-Digest", - "value": "2Qo7JsUKnN9A8XWGHo31YWZmvMQbJ79WCEccHPEWAvM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/ZlibExpanderProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "hsxP5ZcFWyjBHZwzYzqfxf6CWqe2RxMjoj6sG6X6jpw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/EnvelopedDataHelper$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z6vTUT5VDuZPlc6QliUY2i2xw7QTXA0g+QtdGn5jekA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/EACSignatureVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "sC8iDgLVq882Pt89IAgDXNQs+VVKuFY1BPs5RdvP++0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/AsymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "l1oBHse0BO/ww7lGc8qJuFv1JK8Jk/Z5b49o17nQ1J4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/cms/CMSTimeStampedDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "FyK0NIQ/4Enm5iIwvAehu5vQxcTqmChzjlGjsqzAa40=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/HttpAuth.class" - }, - { - "key": "SHA-256-Digest", - "value": "dDWLBqoF2m225dxYVcjD7KrOriQxKoNV7YyKZmnVwzg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/BinaryTreeRootCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "zncaDZvy+6korUYe4gYoqd5kZUL0f5IC1pRye6uJu0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "hVaBoDAVlNVDCz70/RWt7zDRpI0VA8PVNH/+TaFD+7s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSCompressedDataStreamGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "nDAUmNsevI4NUb19OgJnrRwtfD0+x6KCBVCCJ6lKZaE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDSAContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "RWG3fP8R5oq6ohDDv7oiGgMOQHzp54zfUnLQ0lW9KUE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntrySelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "bkugMjy/B1BR+ehX/ZtxdWRxpB8pxx20sMW6n+EZGXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/jcajce/EACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "9ofDwlYPM6e00WET9jz/ekmRHQZny5CJF2ddyrtczUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcECContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "62OByuqXyJB9pLJK6kAk85ANbjYOOZQXYFkJs4hp0Jg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JceAsymmetricValueDecryptorGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "LlNegcjp/figFSejqt5Y1OoSOl3TOc+ZSQdw6DwR88A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/Req.class" - }, - { - "key": "SHA-256-Digest", - "value": "n3EyLzdZK/F5uq2/aBW4I8ys1OweO5LJ33ZGn+jkGRo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceETSIDataEncryptor$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "nZvd0loZE4sEUr49ATlwatioG1+LM4OvFDn25RmFhWc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSContentVerifierProvider$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cd+GrLuFzgm8nc5rAqSqPI8356cKeEG4mDa7bH4aBx4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/CTEChunkedInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "SBjVLMw196wiJd/pX9BJbcfsibhqPvmPziuaxn7QrkM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "lDDa0u151teDovJGRec0MiTvhJvb7YyG6aCr0eFZsxI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransRecipientInfoGenerator$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "8zXOGMVGUjOoYk2Cer6QAd7BBlWW226KRnRdW5PBrCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JsseHostnameAuthorizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "cDaFRauHPZRvlvFKJi0xO3ZluM7V1/Pv+5LzMu29kic=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampTokenGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "V6J1WhC8DW/yFPZyqlkq/E/OZVgWWsdPlZ2W3IXzYN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "FsEM/xgMDYxE8kRxFm4sixYJipc/5Kn5FmZeUBlfy2Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/PKIXCRLUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "j7vMXuPXs0uIhagnMhCPygPS8ccfpJ6dUwQrdFYU2lE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/Recipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "7gRXcIWNaOTiRtg2zeO8kDugwvMNctK9kcJF/toIn9g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMKeyPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "dfKfS1axhT4yYlkDMJeuLNhWeu+bQoBjDUQoUSfU28s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "QUKAAW0dy7Szn16twod3pNL6gHi9OHa9lfc2X/Wju4M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/RecipientOperator.class" - }, - { - "key": "SHA-256-Digest", - "value": "uO69QNbP+2spbx9/EsNbWMbvoVmLAiSu3jrZO3Ijs+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/InputExpanderProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "OnqTO20zO6q7oZq95a/hH/m26jsE9rUMHRRwOqh5oCY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JceCRMFEncryptorBuilder$CRMFOutputEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZA1yv8Tsg5bCRMWj/0eJN/uEir0A4Qz6/qYCFOhYHfA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/ContentVerifierProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "A3GHa4nJQqC14rqFpmVIHp7MORXQoxQelkuGH6hrOgs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$AdjustedXof.class" - }, - { - "key": "SHA-256-Digest", - "value": "XmVMgwoW2L/YGjdMjWSA3cMCKfx3och8YPKHp1Oj0Vs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/EnvelopedDataHelper$JCECallback.class" - }, - { - "key": "SHA-256-Digest", - "value": "LVil+I9QBvevOdroqb3pNnSso8/kw+SxsVuPy8o46xA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCSPBEInputDecryptorProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "MEaLXQtKFUgdEh5trLfc9/lx5Q/9W1JeT5pT93/fH8c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/CertificateID.class" - }, - { - "key": "SHA-256-Digest", - "value": "WXhqFwtwVMa3LaSFVVhnwyS9QaGIHzL22Y48dz+DTRA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/PasswordRecipient$PRF.class" - }, - { - "key": "SHA-256-Digest", - "value": "jr3uU0B7POtgZew9jwWtP22U4ey1tjDiXlWmgiMCU04=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSValidityPeriod$Unit.class" - }, - { - "key": "SHA-256-Digest", - "value": "JNJMlbdjg0ACCiFGI3h/BbtclU4vC4MRDY6ClNJTeRU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/cms/CMSTimeStampedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "X4et3DAG8ufnXZzsyYq5WGddwQxXg3atRggfK+K3UJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/MSOutlookKeyIdCalculator$GeneralDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yu5D2P+11WuavjvajrptzCjmdhs9qtnbgGUf20up+T4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$X509AttributeCertificateParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "iDwZ8uKwwdi0AjoyJbNYORfCnAyVlfqCHojXHnzBJCM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/X509CertificateFormatter.class" - }, - { - "key": "SHA-256-Digest", - "value": "wQqM9JxvyqkLS4P9T3qJE5L7YhZT5zbPfQfNLiEURQc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthEnvelopedDataParser$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z2pVfna29L/8il7b0WARd6q8bcijwj39qj+/WzbCHrU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/JcaPKIXIdentity.class" - }, - { - "key": "SHA-256-Digest", - "value": "XgIClRlgUpK9soHUgHznnDmVV2CPuUTOwSTLvAKHMBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/CMSUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Opz0J4XYuzNNvjO4fMiUXgcGO4rVC4hTQf5mV+UQiA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSCompressedDataStreamGenerator$CmsCompressedOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "QQjg2usULSoBwctHj4wuKZM8/XyGcZVHZMFXI3cHUx8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/OriginatorId.class" - }, - { - "key": "SHA-256-Digest", - "value": "9cez+H/9DQC3PjoBK6VWOb2uW9NrI8Wt1v0qsr1PDek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/X509AttributeCertificateHolderSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "IxZwsWe9K8sHbYTgffmGRRTzmR3MvWGWLGtDrd7HE8A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcaPKCS10CertificationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "tm6GiNGou1Y1oKjSNzwlVg25FaFXXpJzXrlZEEkYtXs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/KeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "mZI2bPc3fIU80yTocQ0IjigpiysDcHvIuj9yZy4qYzY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/CertPathValidationException.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ab3GkwVeefBwlbyuqUANO2qcfySMnVampEgHUrPioWw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/RecipientInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "99AN4fXbo0wgzZJ3rjHpa5gNIZoPFYiGSlYxyG4Yypk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcSymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "qq1A60gffIkSwAzXuSa0pBa1mnQiIjRbmSiJAPJo6SA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeRecipientId.class" - }, - { - "key": "SHA-256-Digest", - "value": "1nxa3ng/xdT6NYm/ZjLQDJwn6q/ebOMtGAPcMMArbVI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/JcaEACSignerBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6073CLAawPTa9/WavwvMPDxGd4ks4m9woMVgsogx/No=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DigestCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "+RXKTmQ3kIkg6SIQF1zgT3SZVFMTXsy7IZncozensu4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12PBEInputDecryptorProviderBuilder$1$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "cSR2NM90NCzs6Mt5pXAfdwnXJvmCqnuc4vGoNJbRKdc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/EACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "AFj1Y8yNb2B4dQijUxcTsqRFxExwiFnVQhAhWGQk70Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS12SafeBagBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "R52tjXxirMKeh9rxt5I05+2Eg+nqf3GV3Q4eHsgY6PE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/jcajce/JcaCertificateID.class" - }, - { - "key": "SHA-256-Digest", - "value": "dToXhSsR9/O7PDru3C+RRBxVIA14F3tAzSjlrgJhYL4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSCompressedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "htk9yYP230I3M9SB9somkDMRs8KFsrVoQDeRt0b32UI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSignerId.class" - }, - { - "key": "SHA-256-Digest", - "value": "l5BZBwGbzb1qMlgBEsw2fRnX+Uwr06VnjVKiKwn4kss=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMimeParserListener.class" - }, - { - "key": "SHA-256-Digest", - "value": "fqj8k15u4iTbNX6cPDssHC19++Z7+NAhhJS35JYFgv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CRMFRuntimeException.class" - }, - { - "key": "SHA-256-Digest", - "value": "wExTRPvCOenLqMO3EFQUFCxmYk7et1hnPixty8lUhgo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSArchiveTimeStampGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "MUYhQZug1Y1iRupAHxX2Y+lHDetGUVrM8iVav4G0K/s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSImplicitCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "k6W0OEIJp42nogj60aZmVKKl9e0++p4kPkWxJxXEhEg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/IndexedHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "273z1hac3wGZbxhErp3Jjt7GtT/5nqkzjDFHxIhUF84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCSPBEInputDecryptorProviderBuilder$1$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "y22wS6wFN51tieh+SYSQPKx/OaFdS4kr1DgCnFmkd8w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/ProviderJcaJceExtHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Bms3IYHN8h2uEB6LM+dWMp3++jFm33Z744Ixd42yT4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/ClassUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "8TNH0RXEZ2C2cqXsD5fl9skd0kykisaW0CaJujZfEIE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/RevokedStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Y6ekKpdoLztLqK35f0pzCEYlJus8lHg1EHQqZY/xD8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcaPKCS8EncryptedPrivateKeyInfoBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "LcVhSOyiGJwvhia0uq7iogykZF9UJDD8IBB6TG2j3sM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceAsymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "fKRPhiPnyJw32qAbKAZujEPOPlbanbdn3zCDQEiXyVY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/CMPException.class" - }, - { - "key": "SHA-256-Digest", - "value": "zb9nWDS+NcwmhqYi8+dGIpuj9P0iSR+cL/Rc1lTjndc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/jcajce/JcaBasicOCSPRespBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "MWJ9TUl8jsfg7d3BQiu3Nt2ayic04A6BVlATlZwMJxM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SignerInformationStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "ajsc/9ul1JSLCqzlWANoliaNjAP+J+P96hMp4j9fxTo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampToken.class" - }, - { - "key": "SHA-256-Digest", - "value": "DnZ7z8vs0DN6ydGiIx6UD6ympJKO7fQCYnYg4uzp1Eo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEKRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZFiAeiyfgNMEhtwN0KFMu42+jxcmBKy3rRMhMOxjb9Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcaPEMWriter.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nf670wHxuPTo4Uws/GhWZNb+6SQVtApy8aPXY4cZ+vY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/PasswordRecipientId.class" - }, - { - "key": "SHA-256-Digest", - "value": "xTEtC5Wa//hlsP7Erp2f+8qhnKTBw257F8jO3AKDvZU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "7HRMHStBj3RIUDds2F4wtRbMOiW19yTZ6CdLXjthGPs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "qlO8P700rbhnGJdyKaO/OQ4WIYHcn3Pn7bfF3yfaul4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/CRLNotFoundException.class" - }, - { - "key": "SHA-256-Digest", - "value": "Uym6iJhI6307FpSnFyLFrX0OMbTKmt+MbuNAxV7TFUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "VfNbdo+A1Sb5IMQjl/DtU3qQ4ubG2aewVD3bdsw2nas=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcContentVerifierProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "fBS2LcJ2uWOZ/MqKZY+kbpYTUSRhUXBp2d6f5v5SFKk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampTokenGenerator$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "hT1U94VUGe6JPwR6voLIvP8lhF4AO/G1xFSy+pNKVww=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/LimitedSource.class" - }, - { - "key": "SHA-256-Digest", - "value": "nVqf8zoJXGjHhLv1mAppQNWjjImIFBewU6Hg9Q66rU0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$21.class" - }, - { - "key": "SHA-256-Digest", - "value": "zQFk1jJPXm16YiUXvjFDRKjs8f3I5tizLzDVaHqri6c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/CertPathValidationContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "CeqId6nwF7OXsPAXkMUnsVpz+wDjsffCTEowJVRn2QQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTClientSourceProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "cSLxN2mZ+MIz6vDCGYS1ljcvaS49FyyjyM819IJY4mE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/bc/BcPEMDecryptorProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "0M/WO6RMuqgRBFFJB3LudL6JPYikVruCuJALdaEC6eo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/CRLValidation$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "JMskzKSg03nBub6SpUhym+LXKYnlClX4FDqPMZzSmhE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcEdDSAContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Il7BpuLeu9qeZyfeYcjmqoN15tT5bILbpb5y2j78JU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/ContentSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "23YTdHmjRq5/dwgHJPayiBfAW3s2eL7tYwV0F9ZStSg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransAuthEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mk52MYLv5sdtjH03IePveooigalgs3bsCZrXSeylQ5I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/PKCS7ProcessableObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "ifLhfxPtd8JFMfskMye57KBRdwAKGPYL7oY8Bu9zODE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/jcajce/JcaPublicKeyConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "KSRqx77Sdj+0gPdqq6TT4BcsN2Xs+55opz603hS6WFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcCMSContentEncryptorBuilder$CMSOutputEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pt5rmNATBoscY7pmbclprBcwwP7TSeiauRfJE1HPGhI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcAsymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "sPK+mPQNGkKr4ET0BCDaR84+oS9qgzD7TCrh8FKk/h0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEKRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "WX1OybZPOpnaza0NcKxn6dRfdiBUbdqVXknXcsFEwWM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceInputDecryptorProviderBuilder$1$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "kMQnDb/xTBgsTzWo7Q4TcTHacOmu2Ymj3Q2YTun7TMU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMEEnvelopedWriter$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "93WXt9O8nYYEsH/+3GgAjAgVN1IGre8WBoChMzcdT4s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCS12MacCalculatorBuilderProvider$1$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "KY3aHd0R5rlneDZIyfYF2ocgeYC9lsW1VRjXii7GjPA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoVerifierBuilder$ProviderHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "rK6fQnaP6xWtOKYKqbEDRWkoBvbPJVBrzI9pGppM+FM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentVerifierProviderBuilder$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "abtkoth4RBLF8PtioZo+nZLjgrDL23SVG7gSifZqtdo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeParserListener.class" - }, - { - "key": "SHA-256-Digest", - "value": "aiEf6NkEgptXFpI/FpiKu5knBwwHC2sBYgfxQz2GbeE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedDataStreamGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "nohzoee7fg8cJZrfkYBzDVwk7c2xj/oyR6kArV2Adic=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/bc/BcFixedLengthMGF1Padder.class" - }, - { - "key": "SHA-256-Digest", - "value": "wXHnS9amDqmoT5ZkAEtqxfe66aJE+2DsTn7VKAMu9Ng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSCachingData$CacheIndex.class" - }, - { - "key": "SHA-256-Digest", - "value": "0s0LS7TpCprJYk71TCSy0uOrJxKHyPLI8UVPAgTyP4E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaJceExtHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "I6jiu/a9VkEWRQIlaRfBHLEdywHqVBXrARymCg5Mo08=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$EncryptedPrivateKeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "v4d8BF0H0zUn5hAnCqPkbpjnc4PQVSveZblQJyMMOGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/CertificatePoliciesValidationBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "7sJJkvY0tMnI2jk9AjdYeG7rvheO+Z8og2JGebXP1v0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEMRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "dZ9N1mCmksj0e95RRiqLYene8oHJlmq8xdLxPg4cQ4o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCSUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "z79bO5hU7XGzb12U8PadPX/Y49cnbCNVSmSe54rbZ1w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JcaCertificateRequestMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "HtNfZ8GfEklzoJYA2n7+fDjx+hki14m0gEFU0s59Qzo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DigestCalculatorProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "1KUIawsJ02Fv92ng7Xl7GEf2yPAppoTRS4l0kBO4LVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcePasswordRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "MRjDAqUt+NSMKaPO89830SVxWLTMbGXo2LfUOzWlMy0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/InputAEADDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "fryPop664ygfpIgjle0UiOIipVC/WIknqUn383EIzeo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS12PfxPdu.class" - }, - { - "key": "SHA-256-Digest", - "value": "zFFrdDjHa876d0l9tC6y4atWFsOW7RRC/X3rummiUHU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/MACProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "cJqmiRUvF7tEQNVJx+w9vcmpUeImbr+2UHoCWVtlpIo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "3RDns9NwoX2eCHaPmINYXNQbheDi6/kd867/n+3UJCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoGeneratorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "TV8kV702wGceAbA28Dni4+UZG+HEcONFBNK7/H7Frew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSIKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "CUebZRanYkjDeCvujcbbZiMnspMA0sZXlGl+e5QUbzM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcEdECContentSignerBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "oKaPLgB5Rancsdv2yevsJyyrJwFVXrQmTOsGxfG08Zg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateRepMessageBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "AFoPLRpYnKwnovOlYmxymskKWKVvsiIYgwGb520cnDo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/RFC3280CertPathUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "Up/98iBc8BGhezgTbFP4Nm+zy2AwA3CsjspC/FM1L5k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcContentSignerBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZEv4N7M2xQLaHOfqEaHBGvMmotxDUJX6rH/rn3I1tsE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/SubjectPublicKeyInfoChecker$Properties$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "xV3/Rt8RlZimWDlzWBXcR7WO7yQtjeSZqxw6QyeeaTw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTClient.class" - }, - { - "key": "SHA-256-Digest", - "value": "6ifIch9z9pIwGUn0Vt3FjMss7HTXNXvN5SsoD//DkbE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMimeMultipartContext$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "wWeo0oRL2uslbIgwUQ6IF2Jkz/iQ/qhEJmQgV/0TPcI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "PvwGQNa8WH+sRBV+arQCkp3s4czuecCNzwvhNQOqRrA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/OutputAEADEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "ikOTlJca84Ic4D9uHs/thTBhvgdbF8Om0uQ6nViDJ98=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "wHc+G/u5f+z2AVD3b+jWIGSJHA8sDdFbRf/DGbeQ01k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/CertPathValidationResultBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "NtDDh+l9ZV8opGmAkk6Vn3fczazBkHjbItXCGdUu1Rw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "OzVc3CjovMRmkYEAZvD9niuLbpR+L+F/kTnVMhLnSSc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyTransRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "WjO8iaUOyhFTu58ymJZvaOPBYPuoxKqDyLde0vnuyqY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pco44THPvdchbBOZv8qxcgRouGRBObd7WX8D82VHGQw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceETSIDataEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "h2QeVKGMpkQYsUhoJFsGqu+q8R+vab7k7sknd4GB7Mo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSKEMKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "03Y6HJi33koEYib9qE0GsguCRvRdemqbAM3OQgMMqmY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSISignedDataBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "CLBTwqxgAlFfDX1GaJmCbJnTSD8C9uqd6oUaupk0DoM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8DecryptorProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "VZJOXbGpIekOTBbOPCh9n3feW+dvca1L7JBd51RMxvs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/SubjectPublicKeyInfoChecker$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "VPdAie96yRczOpc+nQ8JYLeT5jQSUX9vtVZ2Lf1YSJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/DeltaCertificateRequestAttributeValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "6mVULV+m4+iZlHZUQCBVcxITsk6WEXESxDH7XEcNiME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCSException.class" - }, - { - "key": "SHA-256-Digest", - "value": "SNj1JHte2ZC7qQL8qKBJFCsF0f+Ur5dUhmGAXvy9Lm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceKTSKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "CWJNzL2e1KrxKO5xP6DRTASg0eArSf6Q1a1yQamapIk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DefaultSecretKeySizeProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "x1dDLsra0thvvojIhYUfbuPz7Qwld/Ux723vaSOj5QM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/CRMFHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "PkDc8OQqzWGHUT+L2RqoWqs+hvtvT1qEHqe6ZgHClZw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransRecipientId.class" - }, - { - "key": "SHA-256-Digest", - "value": "0FzbuMnpMLs13pn6OJXQu+hqG1RPNiY90JXvcaQ3/38=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$RSAPublicKeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "fzHrKZBKAZ7+gAY24KaWZ3uThNu/P/+DdVj5FMzbDN8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSException.class" - }, - { - "key": "SHA-256-Digest", - "value": "4iXMnAlgfVOzkAO/1+PuyOOvV0g0RwZZ8kR/8AirfSE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcAESSymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "dzwKJmuX6+DHwDdfCx7zbYT2r3wZzs2pMnICEbARW84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/bc/BcX509v3CertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "fZWBCCa5KKWoFp5nCGEs0e/gP1u1/dAxczcW1DFf4Fs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcePEMDecryptorProviderBuilder$1$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "MqhNxvBOOyMSZtXDKGNQrUK9Pq+dE9TNH3coRbSoIQs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/EnvelopedDataHelper$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "+obBDlsDJq36B4ZckzhscTrtmJiFpd2h7PcsamB/ZtE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceETSIKeyWrapper$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LoiWkula0J8IEy00VFPH9wTLp7F5/q7MBQhtljN5wfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509ExtensionUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ndPenClvGQ7C/9s99giEnPuHs1v981RtvKnx8vdBCs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoGeneratorBuilder$NamedHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "Swsj8IGLZLIcOUkLmiXW4oaxM4DOFl4FdBU3HqAxYeo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/SSLSocketFactoryCreator.class" - }, - { - "key": "SHA-256-Digest", - "value": "laC8hzX7gpzNm/PXqOQv6WT5lG4WmHtPSsQpbZeYyJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mozilla/SignedPublicKeyAndChallenge.class" - }, - { - "key": "SHA-256-Digest", - "value": "cAdWl+z/f5/+39z6kzCUbMJPQ2V9KPpizFxnqY77KFU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/OperatorStreamException.class" - }, - { - "key": "SHA-256-Digest", - "value": "UAzaNy59pwYdPxPTuusDwgVjvoZGnpu07jDxhXr2vyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/Control.class" - }, - { - "key": "SHA-256-Digest", - "value": "6hrC1avW89AfgDpBxXnGs4/5ZAmDL/tx265nU4xyq+0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/CertUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fat4ISIkTvPRFVadp0PeTSgtsiH0Tso2xmdtcdz9Law=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCS12MacCalculatorBuilderProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "YGjN9i6ALlT3ZeiEMaJ1DJuoV8TQtjUz0C1Ywf/ey3Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDigestProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "/upyTocKFoWTtOs33AYWIP1aOpQ4KF5J/+8Fx3fJDpo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/RecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "PucK9V4qKOGOFEQfl66eOMT8fHfdk1Qz8wIA5fnHpvs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentSignerBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Lmg1a5qG+ac1Z5eNOFUr8vm+VjDPcRwUty73xTsjGQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTAuth.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nlnz82q2kfQHH/2n9bx2H02oZRECTXNZRNG4s4CV5o0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcECContentSignerBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "PuQieT401rm4lNwj2Nk07QpuLhHDxo5JChiUuGxNsjA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcContentSignerBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "9cM7P1cwZXBa5c/oLQ6ggaWuro66IZoLR+Eu98i/Tco=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/filter/SQLFilter.class" - }, - { - "key": "SHA-256-Digest", - "value": "2vrcFl7k1HvBPWRIrbcqF1ev/NDVVdx1rJ5q9qNlIYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCS12MacCalculatorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "yHAlJ3ncEutqp7Y+Y8kXkhYPmAVhWwGb7fwlVkra3SE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/PKMACValuesCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "TTuBUSvuYKnTQnJi0ZgZb4U6zm/S68nyqCXCi32uJBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS12PfxPduBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "39N/9V01pvM3mld8aTKQIuK0Kl3wdCpV2uZp9BMaZZw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoVerifierBuilder$Helper.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xes+Y3UWkUkxhciN7Z8sB3a+2SC2x+KbkRG5bhKBqfs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS12SafeBagFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "pj5+Xdoe3IUuCqygTuVZxxLkPPWO2hWRjxDgaibVUY8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/OCSPRespBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "XCEQn8UZMnoJDXS5XqU5M29Wihi7+/R9wsj0vy9XaTk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/GenericKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "LW529/63HDED8OATH6KEciLF0/QIWEliSePkKnFTcws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceSymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "5RTWc1WBKqxIj1Tlp0MEkqljPsoz4ppKYl/qa6nytJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12MacCalculatorBuilderProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "PNFgp2xmhHowANjvv7AVseXozw3sMU/h3kYRQ+yia04=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTHijacker.class" - }, - { - "key": "SHA-256-Digest", - "value": "bB6IcOcDVy6tqKBgA//tMy1kclPfX2HmO7pC/ivA9KY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/TLSUniqueProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "2qjEwqu7YcX+nW/X2vQV1ZB6iak4qRF2UNFAUZ4GtjE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/NullOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "0dqoDoiKpmfNpiv+5TnDu9OAhMJU6F7yKO7l3NF6eS0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyTransRecipientInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "rXB2cVSitx7njefHDAcydvb2lJxoD301Ym+jjiX4Wpg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyAgreeRecipientId.class" - }, - { - "key": "SHA-256-Digest", - "value": "GyJxdinTHkF534Ns0x8YtcGOGqppq5LjqgNl27KN7xQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentSignerBuilder$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "RRHYyYardYZu+bqNIsrlPpfTs8+h//4n8WHRN20g50k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/OperatorUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "YS2b74/pLkDCYC8doZ3HAzFm0XjInuxcEJttwgVa5WM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSRuntimeException.class" - }, - { - "key": "SHA-256-Digest", - "value": "+jGBBT8UnK7IXGI7n8Eu/58M87uqee3OJA/iJSf/hUs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceAADStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "zNV0WSemYAsda8rL2YMEr0H4zCHwZaEpaS70jRswWdI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedHelper$CMSDigestAuthenticatedSecureReadable.class" - }, - { - "key": "SHA-256-Digest", - "value": "I0IJHsm+bwAZ13eYVn35JWiiS8dup0ws6HdA8e0H+E8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/operator/ITSContentSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "GcSxHHhtszTO8kc7J5C+RWJG0rF2BNV1fCUNj8JLUcU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/jcajce/NamedEACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "0rERhmE/z91jTxjLB7EblKeczL6+2PFJjQhjDEHSjGc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/CACertsResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "VZ5Ht3NUV2vgIotKz6xX3XC3zEh2vHUbTLVcCgkUVlw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentVerifierProviderBuilder$CompositeVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tmt/1bKKRUP+sqHp20agQQGsMgixc1PORrE09xf1RZo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "AdFNpQUY5yOPYi1e0NHfge9P4/KNXxDHBuiKQ7M/dIk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/X509CertificateHolderSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZxvHNXVAr0LAI+fbI4GzlDxtRqWSGa2MKJYJHniZeGw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSPatchKit$DLSignerInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "K0r0FRanY/Td4GRr2MqlXGyH3Kr6XHKpTUbcfGWjc7o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoVerifierBuilder$NamedHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "NZFG2FhxFHrjadzgS4LWqEHFgD6OBFGNev/5MNhyUyI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/DefaultESTHttpClientProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Lpbd/svJubvmDlS4Pz4rbRqnxE90oYRbHrNblDSw00=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedDataStreamGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "s7M6jyDx2hV80eaFlHFqYswi77anTIkrM9i3jXDkDN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509v1CertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "md3k+EULf3efgvD6b6/DcZAaZOT9SOPrb79Jabb3aOM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/SymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y4QG536/v5BEWKASNFjlDcaIrBREUfRpxGSo2rzN3tA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSContentInfoParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "Kjk3Evxr45ChgDjeQO0Y+3CKKuaeoPdwFOrZcmSfvfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/CRMFHelper$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "BQVSu1697ZEQEkbQeNROb1qM02TZtS4RN8zeLg23f0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaETSIDataDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "tuY4spd3YAPvBpYFPCD/bvSyZUW67l1BaFPV6d71zk8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CRMFException.class" - }, - { - "key": "SHA-256-Digest", - "value": "k5PwzXqNetpOe5NsQgNo2ASTpR3sHVfiyZeqhOAMAvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$24.class" - }, - { - "key": "SHA-256-Digest", - "value": "8qsi5oRUP+P8cY132zFyjDtBQI0wvjFIIRS9GLZGCKM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedHelper$CMSDefaultSecureReadable.class" - }, - { - "key": "SHA-256-Digest", - "value": "hfGe6v/2TIsEPIm40HQgJVsD9YnD/6ZaQtESQCiDvHM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSIEncryptedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "z58wmRGY60pLSsB07qa96d2I+dpE9uZcV+XkG1/A4NQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "NZw7cmrcR07j6zwPiroFtfjG5le2oOhOMlMMh7aq9uM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMimeUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "CeBFR+8in83mOj5RrGa4G31CoLZc/AT5uvWCk5fNmxM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/CRLValidation.class" - }, - { - "key": "SHA-256-Digest", - "value": "2aGpVMoRGCvCiHG7rJ3+jtLLOPjR7uVSJ2NwThpvDWY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/cms/TimeStampDataUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "ck+lDUaoE4WPZUlT39Wh0H/OoTL6VHlV6Qu+PbkLfL8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/ParentCertIssuedValidation.class" - }, - { - "key": "SHA-256-Digest", - "value": "i5fzSyOm/XQhuxvRkoSwSBpp0lSuxDzC0uGeaWMEn/E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransAuthenticatedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "nyTB0KyDGMCzL1bcYUMyCLCiMSdj2cDwoc+NG6YXWoU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSProcessable.class" - }, - { - "key": "SHA-256-Digest", - "value": "1ZvdeoFmWE5gPb44qH5oe1ubY2EdZbrwgbImCxLKQM0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoVerifierBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "am63+1cXNtMn2Qtxq+gmjCORHEdsd++JifqHkMdQr14=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DefaultMacAlgorithmIdentifierFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "AeYdpiv9nsg92eSwkKJ8a4rAtkbQNsrq+NClmr5HLnQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS8EncryptedPrivateKeyInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "9yfjmt5Y3ZdOxAreu8YoGYpFgJjEaz8nVuyPd2wtpXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509ContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "W5bH/ngG0G0hVLSWF0BDQVExRQNyx14eMHaXlOIMXcE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCSPBEInputDecryptorProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "FE/vTpYIZj9B7XGkPEuIk8dT+YaxKWfm7G24znEk5i8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/bc/BcX509ExtensionUtils$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y8qrHiarf1ELt3DBK4ZHCPDD8KKut3R7iGGhX0jpMo8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSDigestedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "fQ4dgW93ArC2NLiUNplp/N1JbMs4B/8Nmy9f2hjCWUk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/OutputCompressor.class" - }, - { - "key": "SHA-256-Digest", - "value": "FB4C3rQ9WKQp12sx/XveoD7dEvHgbjOoqxL+idNFTPo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/bc/BcCRMFEncryptorBuilder$CRMFOutputEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "cDvQafXNwFpbv6N5fCnO090dEYugl400zWePSq1Qpbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSPublicVerificationKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "aWvr7DgVYjAm1tXojyi/pOjLnx+0QxWWdUmI1Ur1pA0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSInputStreamData.class" - }, - { - "key": "SHA-256-Digest", - "value": "WkfjoJ9zwxFuACEX6y4e+h45CwBDNGoP3MZBxAhAU88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSIRecipientID.class" - }, - { - "key": "SHA-256-Digest", - "value": "62T3o4i5wirYh9Gwi9I/5DZm3mbUEJ1W8Ofcr7FNDps=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSignerInfoVerifierBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "lUkxHQ7ExZdKKpnpZmblIb2SvWoa4tqQZ3Kpn1RV3EM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/DeltaCertAttributeUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "5vxcmgom30eexPWrrzrjWpQVQBGQEhxguFIokqk/gr4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/MacCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "sg0Z5iGZ4TRJxuldpT1x5agx9gzhlSeXYp6UCvjRWXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSTypedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "paW+sKb1hCGjwkfTXnda8icF5C4/4jch9un7Ox2KWTU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/OCSPReqBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zcckbRfgT1ls8xCl6LmYud41m0DTXjl5uNKbm7tJ8Vs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "2eFNnuXcrSgZx2VnrObsyLR1LJFymZ4oQNXaF4HuihE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEncryptedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "9uB/tfOGUYYD7254wk11lTT+tsIH3sc+pWE22IrwvPA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedDataStreamGenerator$CmsSignedDataOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y1HZUFTrPXnFUPkTuudS6YObn/LKqqKpY2oGgZbcJY4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$23.class" - }, - { - "key": "SHA-256-Digest", - "value": "zQ1jF2zoxo0jJZm2MfftuxdhpbZT7FnkoALEvQ12TsY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampToken$CertID.class" - }, - { - "key": "SHA-256-Digest", - "value": "GNXyvG1ltWozN67pnV1n5pcfDyRgFgMdx+YC1dCw1GI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "qMS96373d/a45jREyI8PSJc840BwiaUv3g0U6Sy/JCs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TSPIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "W+C9o+qIWzTDwIV8jRcZf5jfikvhRKOhDz7RvF0yl5Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JcaJceUtils$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "fYf7cc3MdnHv4HLpSxyMjZgNw7ZhzwR60hf0TsblqHU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "npmUV9Au5EGiYK8guAcaMx4BTzpJmjoQH1pE79BktaY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcRSAKeyTransEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "wwrB2UWqq0ilVcpYHE04lQHKZPPtkeltsuYBEaQgAjg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/ZlibCompressor.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gvl6QfQqC8M4xPuMJ7ZhnWaL6vjT6ZiOjJiSOVE00wc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcContentVerifierProviderBuilder$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ChF4gHbPUw5rAJJT4ekAgY4WCRHY6HJxZD9MWkMa6hg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12PBEInputDecryptorProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ePqsFE9sUUUnOsdVraYVnIlMOpfN7l9JcH+kA/6Jkm8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/OCSPReq.class" - }, - { - "key": "SHA-256-Digest", - "value": "d5Q+V7Tuk/T8riNb6qtWoyOJK3zq9E/UMJhrOQnrtxE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcCMSContentEncryptorBuilder$CMSAuthOutputEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "fdZp9IkiTSmVz+fADez7cfsJq/ZWBnDwEgRIhbWT3mw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "/eNYKBL4yZW8yjVPaLNfYGcbyUMXufXOTFh+H2Q5Ojc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ExpUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "DlOQ2n25/MwExkrO5FQ2J3+Cgu433SScoEoUfAo282c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/PKIXPolicyNode.class" - }, - { - "key": "SHA-256-Digest", - "value": "xQ+BwFHoNTECEs7VBXeN+5Eu770HPq83AS4LfV2D4dU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSContentSigner$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "WiJGTkezw8hDSqArn3fB+pDI/fkY/lSB69MlJZZ5aMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcaPKCS8Generator.class" - }, - { - "key": "SHA-256-Digest", - "value": "wM4PL2lF6Q8enQwIgquPRoG4GK8rpmkjMubyCE7GOb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/CertificateConfirmationContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "jgZblvuyaxRgvlj5YGb+8W4pXaQx8QtlyOyiOPhFr04=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSContentSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "BiIeDgenGeMnjDGCfbEwHveQTvdaXulEtenR7zdej4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/ValidationUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "V9gdb5GEkXRABrjAC9Ifu0NSt+Ifpno3URufYuYz4RQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSContentEncryptorBuilder$CMSOutEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "e7GhX5zuaKlfmsoJysETovapgbRto0UP87QtZ8re/hc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/VPKCRequestData.class" - }, - { - "key": "SHA-256-Digest", - "value": "DTDZqqBzsOkep/fZZwKTPPp5RHBeBR9nkpnyVhD/N6g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509AttributeCertificateHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "siXhKrn+S6nxVaPQiepHX8rHR3EiQf3LJPpTgiRRPCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "VUBcQuOp7RaJwnScTP8+WiJ1WfvHZfZklEgaaWh0fiQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTService$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "867iF73Y3uZnqbJlu2QxBvzg+0wUZ8TbBN5IDtuYJsw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509CertificateConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "RvpOCPGYZ8e1GQ4i+tn/Pb7B9mFW65hrT7ZBKvsjoEA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/NamedJcaJceExtHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "IZbzKCPFWge/vtj6l/m/A3875x2cyyqMNntoRUb/ecA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JcePKMACValuesCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "grdR6EEtVn0muIH2dJWk6bo1GSwM+6EajkQmTDfHDEA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/PasswordRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "UN7xJmopXBWQZCyIoLyhUcKViEbj0SF/DiEpZM+U2o0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ay6Pnam7JzxXUT5/9SO9ifKLRcyBoByJkGFabACblak=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "iivnb98hApGfCJMfw1EwLYTdHW3hvYg4E8fpz6bdwM8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JcaJceUtils$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "I+DIFonNJMr8JRj7LEJhAiGoTcDKwO5JSA2U86I9skM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/encoding/Base64OutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "mO1b4ywZNL/DcdRkyBt9kGUdVUU3ABwiU8/xRqKQTPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSDataGroup.class" - }, - { - "key": "SHA-256-Digest", - "value": "9wWnoiENx476Fb9clSTwefiLq8amt4EMmWTW0FRvh9I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/CertRuntimeException.class" - }, - { - "key": "SHA-256-Digest", - "value": "g/7hWm8qY9gpTtYWQQumE0GgY8IJ8py6nyXxIG7+X2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoGeneratorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "rWTrPI1E2s1/IosgGAuwLggBnrPmE0wsYJRYu5qx4Hs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMESignedWriter$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "9IZZxxyVsP+/ZZNBvUxxSXyGJgnF7f0UmrSTrTKXGYA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMESignedWriter$ContentOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "I4bwVeojmtzmGK6zt2WkwUkhQRJdB0f/EBznFnoSJPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceAsymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "DM4353Z+7hnU/KBbum5b9vmQVxixtedoVcsLM7eZFZw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/CMPRuntimeException.class" - }, - { - "key": "SHA-256-Digest", - "value": "9oSX7K6Vqay62ya/Aa/JyeedGdYr9JaDbbO8+yTkwok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePBMac1CalculatorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "MbQwiKKfRcR+dpMXenmf+8O1dJCwJ0XP5yV5S4ANpNE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "f381pdPihllEyvgmp+CuqtC1Wjyp6z2XZun6qC29Fhc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/InputExpander.class" - }, - { - "key": "SHA-256-Digest", - "value": "QgCdgQAuZKzty2ytunqP8PZ3r5IGPpUzausBBcJCybg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTResponse$PrintingInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "VDiutRiyaWyzXinmzchXjSSPKtYDLyPcSo3GleLFC0A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTService$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Au6v0jJVeUgzNV1i1LqKTXxuDNWZLah9R3qlVIt6oXk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/ConstantMimeContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "0XRbk36FOP5smtoDzNkETSTYC6jB9EJCEIPkrAFdscw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSCachingData.class" - }, - { - "key": "SHA-256-Digest", - "value": "2JmRo4qVktstdj357tg63MIW+CmqZeruf2rWLp+7YT8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMEncryptedKeyPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "vbfOTMT2b1IwLuhYOFarpEBLeQ1vZMTbst2PSw/sQz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$DSAKeyPairParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "UM+G/K4laMR+jl2LDufd3Li7yR+xd4uFhmYQ8y7rG8o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$RSAKeyPairParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "xR8/q8sGdYo9c8NOAionx3XMarFnZiWmcOHmclGgOo8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/filter/TrustedInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "dny4uKk5nlVnbTSUMUzsDUnKGh7k00I8v0mL54MzgNo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/SortedHashList.class" - }, - { - "key": "SHA-256-Digest", - "value": "7TvuJ24a8D8sII7Jrp0fzr5zeT+3auT4X9+IxtxhTbU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/CamelliaUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "tWmiYGQ1NvQjSFdz2E3HbLzVHX3Mdtqc7rYzDwASjI0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntryFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "PLMGpTnrcLDlfd/5FXQN1U/2R+GI9v6bNB9kC7tPSoA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX500NameUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "YpM9x7+YRJ7cBmTO69TdZbtmFsNQiudzxWa68QJilsE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509v2CRLBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "+ZlzRd6W6K1Dy8SelF8ysxV3eIV24sk6hGhvgVxiWrA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcCMSContentEncryptorBuilder$AADStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "cjufLvkUenVgr9MIqQlv6HXYLeKwzB2aimMxw/PqHCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/X509RevocationChecker$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "htM4rYv9b8aQ0ZDHlQv8g0ND1qU2VIaIPGEPE+RVnlI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDSAContentSignerBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "gWxbqvo9o/hKPvTTYi2clgLof0IGiREsATQfo1cRNuI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/voms/VOMSAttribute$FQAN.class" - }, - { - "key": "SHA-256-Digest", - "value": "3IalVHUwn/qJjuVI9cHkmxDSagrVWrB/iS4j2oryWLw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/PKMACValueVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "yUFVHt3TuHj/wTlY8ZDCnvMP7/3jtCyUc7bIedXp/p0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/CertificatePoliciesValidation.class" - }, - { - "key": "SHA-256-Digest", - "value": "OBCNb8otyi2y9y9CbWJM7f654j0uxr3FoKk1WcvUNjo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSExplicitCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "NgcG5Zco3cdbKiVM9okpUmXe6dSOVpDVE1TXQkRtPos=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEMRecipientInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "G3TH23lJasUrr4T9mCL8ydih0XECJvDFUXeVweyrd+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeMultipartContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "5jxB+2Pp8bqvmWDRm7L9hmTg1LPEDcGnfdyW4G46jxk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/LimitedSSLSocketSource.class" - }, - { - "key": "SHA-256-Digest", - "value": "wPgeX8BYqhbLYTcnmF/rwRzspOe8Q2GQ2FwQW6eUQos=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/X509RevocationChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "YXVxP+bl11qk3A/rQFGje2ky+6FT09FbXyu3ZXCT4Dc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTResponse$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "aGOnJFE4rN5hVYleBIe4tfsZZfPR7kyCIWyl5VAK1Yo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509CRLHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yul+KuGxYbVWA2uxXvETK78+tmGtKZFUiS3+ULJ96Fo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/RuntimeOperatorException.class" - }, - { - "key": "SHA-256-Digest", - "value": "C+dcI0X1OjscENuVNMgg0jX+eJ+svmAOBWa7FhM5lg0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JcaHttpAuthBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "S72n2BC67v4vGb+20ro5TRhl+i2h5W9F990VU3SrDCs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceITSPublicEncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "QAC8QvQKD4ZnyXIi6wnu4MzQXIQlUTVLg9k5ZJnpnG8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/OCSPReqBuilder$RequestObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "4cJ7DMVaaP9/cUd+Z6pDHIt5AohSIZOiwDGq2uGuO38=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JcaJceUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "QzxgesrJx9G1f8vJFpGgJFA0+dBXnI1RKGkSkV7lW+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509v1CertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "G2b5EjEoQdqtblOOu357xLQI6mBca8Z6j09Ng8QMxvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/MiscPEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "5/dSmPOKVKXcIexXr3Mfh4gKW5RztOZgyAlo+IgdM2s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSContentSigner$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "SdHMjJ5B37cH8PDEG9nmUl6l+MNsUGRJaHiizJaD+CU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePBMac1CalculatorProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ix0MatWTPDnv5A+kU7x/Ziz68TSj1dJAHz7UR0cKijo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampResponseGenerator$FailInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "tYM6qBxQ+8qGM+a7TTQlw8dUPdmWnJR4dNFMpDDc0qg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMEEnvelopedWriter$ContentOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "pTrc/+Sax5IsPGkpCiWzrfCJTQxuUU9pUCNSCTkjAVA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSContentEncryptorBuilder$CMSAuthOutputEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "EDwhCFno9d63syaDXaZiTrzQLwNcjjEp88Q5bI4I8ts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTServiceBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "X00zLTDr+A2QwNQaCprn5Gj4YU3ymlKvLJx4GgfGt+o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "dDhnTb+FMh0w/fPHsKpFJp1CAX9LpMtIhNuwNExREx8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/bc/BcX509v1CertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "DKqLy0WDhyD1FLTMmXsqm/UR+5/Ae7eD5UW9ioj6SkI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/CanonicalOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "rRTxptoD5DflO0Y+dGRL4CxqW7YUs4Dhuf9Xo6u2mv0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "k5h+UIgMCYqbFRr8unhV1F5ZkyyR/PtN3bEGmW0ACzU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcKEKEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "F4obw1hqB9XKh8lzyrX5hwwX27FurMhT+Y/nxlUxkD4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEKEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "j+Ah5DiSkYU/Cn8P1cjux2fr/dfz2Wf2JkTqczPbrIo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEKEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "HqUg8SYijVZ6rwcSkYpnrZVi58f4Y2u8e2W6TwRr9KM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SimpleAttributeTableGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "0/q45Jy8Dw43OCYtMmUPfU6XdGmWoOE6myx0D4Wywb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/Headers$KV.class" - }, - { - "key": "SHA-256-Digest", - "value": "C0DOyD8fNwFIkc5QhYVyPGCSE7Qwg4HMtRGf0H1Exvs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoGeneratorBuilder$Helper.class" - }, - { - "key": "SHA-256-Digest", - "value": "8aPGwT2vWJuHX8Us5nVa+vYERSiKl0ZfTmQnvMlDn9Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransAuthenticatedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "F2OZvVx5fkYvJnF3TVycVGBowWKivT+g15U9URPdxEc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/RawContentVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "hw8ywVwvKpMfowFVVG9MDAlCMh74XuYBt9Wd4yxAtPs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/CPDRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "/VOotX6nd9j65njngMiSFxCqBZlfSRMRBU+VVGtp1RE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaETSIDataDecryptor$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "N5Jv8ShXt4Bk9r/MIBwoS1Coj/xWVglupAaMESmGeKo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyAgreeRecipientInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "NQdj4zKgvgGI7QHtER4b3mIYj+JyDezbfmsMdiL96l8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/TargetChain.class" - }, - { - "key": "SHA-256-Digest", - "value": "iG8JmAPZNPNa6D3ntN4sjq+nxeOXf2xsWq2jfRbHYZI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/JcaEACSignatureVerifierBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "oNSwhEdLTeB1YMLKaD8Q8XfpKOUrenzRkNd06WBKKpU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/PKIXNameConstraintValidatorException.class" - }, - { - "key": "SHA-256-Digest", - "value": "h/L+xG/j1M0VwIYFCJTiWOUz0QqApRLMgvObx+YW98M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "oNnVqVmELs1IFuLmvhr7A1SLxhXmGEnK5mUkVieZ9kM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$PrivateKeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "wb7FzRaH1f99mBTzPsZEmXBuoczDDhJX2+28hB5tVC0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$20.class" - }, - { - "key": "SHA-256-Digest", - "value": "tkB8v/ZF9Er+8SKhrOLvDHspbLguYh8D45MkIX/9LEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSEvidenceRecord.class" - }, - { - "key": "SHA-256-Digest", - "value": "QLp4pLixsFIV8U52ryNmmZFPfmLhBEYMDevrzS7YP6I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/InputDecryptorProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "S3wU4kaexOOd3Knqcmx8gI4ZPLk5nRhYPv7ZVxiI6n0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcRSAKeyTransEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "WRz0gGZiGIpziZpdJXlOQaoTPBTVIK9ttx2JOOwgKrA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PasswordException.class" - }, - { - "key": "SHA-256-Digest", - "value": "JhT1Lr31wIo/sgnM6RkxNKSsiq0ME6c3a4/mfaQbrLc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12MacCalculatorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "in4pbluBOe5arNIgvi27c/bdlFWApQavq5CO6bM/uaw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEMRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "OooFh+zw2TUJ+ArCVrBCoYT5yRPw6dT0avITsU/40+c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "ey4bMqCp3LvsnUCS5M2cqAQccoZdxITbr3O4FTs+xOs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$16.class" - }, - { - "key": "SHA-256-Digest", - "value": "LTYUnp9JfJT8MYMg3lTdU4rZzJZkl+1cT6JxCE0tBSg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/LocalizedMessage$FilteredArguments.class" - }, - { - "key": "SHA-256-Digest", - "value": "wWx5q1oxU1gO8t3kCPDSr9Jk9+zpzyWeAeI1rkjLznM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jf6dolD0LfB09iFl9UYEBU5FyM9uVvaK5VIo0gWDckI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSKEMKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "rYmrXnYLSlNsKaWwqM+wF9uKBkRzhgnpkZ+DLXvWUew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcKEKRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "u1jP0eKwqqfLiUR0k4dRpXfPxcZOVzhNdpLYlxn8Gng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/EACException.class" - }, - { - "key": "SHA-256-Digest", - "value": "ByPGpnDvdnCJcH8NhRXL63FyXmI9vuowXO4zVh0/vqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/AttributeCertificateHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "CLNyGPQBDsY6xNgT93WJFrY4t7OHKLwRnHcLQo65oN8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/CertPathReviewerException.class" - }, - { - "key": "SHA-256-Digest", - "value": "OMMgmE77us72IDVT7eBFmXAdek7JrljssTJmZhKvFw0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS12MacCalculatorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "aA5UetaESQQXpzGzTb+YO6MaHSJc13wmrXA6I5n0PTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/CertPathReviewerMessages.properties" - }, - { - "key": "SHA-256-Digest", - "value": "n7uZFpWxdLPiG5FwXP70FGpwKOFC1yYvk2g5KBs3S6M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyTransRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "V9TOnEBpJ4MvhpsGr6KNUuMzU5sd7Hj1AnSAf22gGSY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/CertificateTrustBlock.class" - }, - { - "key": "SHA-256-Digest", - "value": "D6bYPn6yl6+szhMXXOn/69MYN7+OEWbadRsO8b61RSk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSContentVerifierProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "PooyAfUSc3l3y2wjE3MnCk7s+h5TD3ZMOUo2PVduuA0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cmc/CMCException.class" - }, - { - "key": "SHA-256-Digest", - "value": "H0CdZTCDCEcbXHs70SghsthuKi2emRJkdgsM0jwNd8Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANECertificateFetcher.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Jpt2EsnxoBVaRcAKiea2lHerXDXqMSr0wST20Dfjv4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDigestCalculatorProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ViZUwG7vRVAkOPowQdlnSuRBUiX9W6EZMREh0njt5Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/bc/BcX509ExtensionUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "9ZP0zYurpvfaok4PcVWWfwPw2tqRcMZGWgNg0PuMTG0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcEdDSASignerInfoVerifierBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "1xKU3GSBK/4wJmPwdggyHoqoKU39Im3OjzZ6THKGIFw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/EACCertificateHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "GzncEPzNG0jemC/GYygbfMXTjrTbsQTfxS+pK0kWeV8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSContentVerifierProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "YUDdg7vmcetNtufXgx3BKMB3HuBUT4T9SbsevO2KqM4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDigestCalculatorProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "22eA1AcIeTezGi2gI2X/fT2qS29N4X/xB7fbdtFYTIo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ArchiveTimeStampValidationException.class" - }, - { - "key": "SHA-256-Digest", - "value": "hOF+x80FNATE/Jj76OiwYksF9mjsR/fNJJQKejmD9bU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/RecipientId.class" - }, - { - "key": "SHA-256-Digest", - "value": "IKume8dBsgdzmmEJKA+UK30jjk6+1FbCfgGz/AW8YWU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/OCSPResp.class" - }, - { - "key": "SHA-256-Digest", - "value": "CqWilqemX9IreQzCudjqBUxqwvWVNBVViV0ZFp0MggY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyTransRecipientId.class" - }, - { - "key": "SHA-256-Digest", - "value": "NyCKClHtoqJm+NA9tarKujFiG4l0wMGPgrnkKJJAru0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/SSLSocketFactoryCreatorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "IapShvCJkIlg/99C8N1/B5NoGcSoYfBQDsWFZARfuPA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SignerInfoGeneratorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "4n0skL9aSjiOCU4slCYHqSQ08dKpuxqhXRIQ2pPFwXc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSEvidenceRecordSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "26flvQ7foH5aB4HLC8qqx79HBIcrkNxbIUhBTCyrum8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/CSRAttributesResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "U5D5zdDcQeDExJ6H1MzQUqgajiTzpsxxF0uD116zca0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/CTEBase64InputStream$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NNXgN9LPn5B72fZ6UABqC8MdMFX1uwQivxdIMJkLeC4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DefaultDigestAlgorithmIdentifierFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "OOYymU3V9ts/GLXtyh0lQrlxTD9mD3yZStRFG76TKgg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/SecretKeySizeProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "lbi8ska9QGoy+FDsM5dFxZXUNa6xobeXckHAEqDsv1w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/module-info.class" - }, - { - "key": "SHA-256-Digest", - "value": "HKSWwLgeylKQoB+6WVpMEqCdIwHQxl3Y8vGXliDOhig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8DecryptorProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "qAx3p1SBzR7kZ1h/cLBtVEeoX0yNjkGYWZ4lOnY5nrw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/ProtectedPKIMessageBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "vWulYsFs9bf9y14ttmf4G5K7CAnV266N1Cm4Dpxtmx0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSExplicitCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "kAV0eMN5bdSs3/CDHS9hc/Vs6dl8/Rgq5pAk1LOiuR4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "UZn4FRg9IFzbMbKs0iOoXaUUKP0ddcjZKkiTwhSy+0g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "sTgDZ1MGYFxNkSdffINJ+KoGxaQyoLd+cEoDkDIpPeA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/jcajce/ProviderEACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "pnYN9ete/JoCdVoc9HAyzsP8zhbsvL9blrSN0wHINJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/filter/UntrustedUrlInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Wgq/UZ8ns6DlQAjFs0IWXg8cqMzLVTZVea73wc3lPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSDirectoryDataGroup.class" - }, - { - "key": "SHA-256-Digest", - "value": "lluyLMMjFWIhOuppgsO4PHrJ0cf6jXkrQ7P3i4TarEM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMimeParserProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "JisQRqIvuqxQkv2h13df8zCv2NqdZJFclokFiqUqS7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaCRLStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "wcEKrcVEiuGEhR+5+5z+78rUkW7KEjpuq+lGrkNjx7s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampResponseGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "iihyJj17zAti46XAujQRehefpBYOwkIyyykYqiHhvuU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/SubjectPublicKeyInfoChecker$Properties$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "XcC/ObhuetabI7ErxgFTGFpCrAr6KcvgVpCgPhCEynA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/SignedDVCSMessageGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "1fUcScrS9oU3mI0hrXpB54+/dikkE42Y8Vk2khWnBcI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/operator/ETSIDataDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hps8Iz76RQ10n1o7oegJ3wDF9vNzpAUTla9vC7yDkIQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEMEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LMg5kukiItNQQZRNZrE9W/zLQsgwkltOKABnZZJY8A4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/RespData.class" - }, - { - "key": "SHA-256-Digest", - "value": "BXvoCst7lUkaNQnDHFVA+nslpsUpGLSlRZyuyN0QUIc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentVerifierProviderBuilder$RawSigVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "w9ksqYM1Zj0iq1mWfqla49XDlYh0d7eP25W3XFvy3uA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSException.class" - }, - { - "key": "SHA-256-Digest", - "value": "7YPx3eO3yLnipISfLfYHSwutureCOG3lEN2wVkvfzXs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/EnvelopedDataHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "CoechxlSORHf41x5Xko1WjQNGTPwFpTYYiOxl96Wk6Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcPasswordRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "2Gc/rkl27S99PU+SHyHMYHXUQVZSq5m806MietfGRHI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/CertPathUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "NnHfyps8bli0RPWAgvkepZUAigGlEkkTPVm9VIbOrIo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSContentEncryptorBuilder$CMSOutputEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mhxs57e/dl7uFFFymWtZ6GuVGcPbvDB4I0Jbp0eSgLs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/operator/ITSContentVerifierProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "jtXx+p6JaNSgys1/bDjivKisfqUKKvh0dd0ektdYKok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/LocalizedException.class" - }, - { - "key": "SHA-256-Digest", - "value": "T95AHZEtHATgvHI0/5qOLsjE2gWYBxKv9DEfgiyZoHg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS12SafeBag.class" - }, - { - "key": "SHA-256-Digest", - "value": "aKGDDhw6u6f2LIkuoLAdl+UZF0gewMp7TB5Zcu7X/eI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/CrlCache.class" - }, - { - "key": "SHA-256-Digest", - "value": "+KWAeqfz4XX0wc6PagrvrYCwv2OYIMnHd7vcQv1hT/g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/CertIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "w8rDx1FO5L4uX+8YyrQ2olfKBj39agf0bHWvpCXd3WY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509CertificateConverter$ExCertificateException.class" - }, - { - "key": "SHA-256-Digest", - "value": "LACz+VRAvl5a8BbX9QYuzC462dOX3sdj7E+8nG3jvJs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "KgidEW61ZXoZ8m1F7iTjTlyqA3ekNA9WcnYNEGWHIRc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/CertPath.class" - }, - { - "key": "SHA-256-Digest", - "value": "vWJtX82/Ll1LF663sSSCQLOosqR/Nzwk2J9QMK+46ko=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEKRecipientInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "qooEt6E0I2Y9vbSpWPxjYw4n9Id1xVJvwgs8pf5uZKo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateReqMessages.class" - }, - { - "key": "SHA-256-Digest", - "value": "jx/7ewn5kpo3HXJZLlljLbwwQR1qtX3XJ9KMg9LMHn4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSParsingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "ohW5BvoIrvdoldv5DyhJpO6BztuKCntR/br2RFRyiyU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/PasswordRecipientInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "yi0eqnVH+eZRvJOu4ArL5JnbD2hzad+FFHpElkJN0zY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/KeyMaterialGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "XelwNfLmJ2negeK5FgIgoFD5TBLLUWQgoX703c0sNpY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/RevocationDetailsBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "O3q8KM5m53WICgTN0+qW9F4sBWUAs+hVWyg44snPV/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSAlgorithmUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "rbA9/DLBZlyXhKWGQHrZvoJN4Z1skinUfUW79+iMKL4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/bc/PEMUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "gkwN2ZdUDeXeSTImpiuwmwa3aRIwDOT35S5IQWkA8Tg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/CMSUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "zFMTHR3zjnrRfM57tQWjw0eDm6S61+a6QsxBqJlqvpY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CRMFUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "sOtUnAxvoHXOi2H3F7WQMUr30mnVx5aaS3I1tAi4NWw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEKRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "PqDDrGsuu1bwQjYv2EllYAniOtQS1euG6dURmSZ0zuQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceKTSKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "gLdlsa6RFRjFV4t2c/c9e98N3H3+dLm/8UHt6q5x44U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "85aIaQ8HntxvASQ3FMbgaXJjl3ociX2P/E/6o74GqUE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/operator/ETSIDataEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "bJUr0Q2dAfyh0bgMSsyBv4D01/9LvgQ5Exq164F7Ono=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8EncryptorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "EIpaPPxrIHPCFi8wWs4fAOBeITNP/DYG+dg6N+iro+U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/GeneralPKIMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "/MKUXeXeykxIwFiDtopEjxXR1aMea8J1QHIfqii9yV4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntryStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mct+IB+V/2ouQ/wCHVlX6C3wc32fVIUq/zNMIkqwzoc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/ProviderEACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "jXUAN5U3jh8dZ/0WVPv/oizKPzt3rB9fGFHEVSjryO4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "SmR2h73W05wsO5u2wYpeaVBTw1In152yAJbzskhtdeg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateReqMessagesBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "tX5PAfUh9euChmub5rczUqAmvfuQHultKd98LP576LI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/CRMFHelper$JCECallback.class" - }, - { - "key": "SHA-256-Digest", - "value": "H+/k8ItgqEvEJ2Z72SO0U50Rjvh14Y2Y0DQkBu4sd1Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSMacCalculatorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "oQQNQivzafctXcuaA36gcr1W14NXXjgH17LWpVIPNO8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ByteArrayComparator.class" - }, - { - "key": "SHA-256-Digest", - "value": "2ufJFIJsCnU41KKpWi6nMYhkxjkB4gdfxixGv0EsSlI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/EnvelopedDataHelper$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "RSycwnOaTmnH4vymId2qg/zAVqcndsB19yXWYcTL1YE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaCertStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "TpGU/kmvbPMcEnXs2nqGC7BjU9NA9EEwn0y73sQD2fg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedDataStreamGenerator$CmsAuthenticatedDataOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "7SbWup8NGBM4ifJuogBdamRBlgKeDhcX51YafIoNWtY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcePasswordEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "+jweMxLCW7lPLGYqn94thqahHCF63agcpxqL2AqCwHI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCSPBEOutputEncryptorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qq4Jg1g70oqih00Y6SwmgTfeMOJRrYcBtSU+zUl6tSA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/ChannelBindingProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "8h9ZXh0AYWtRGszfAmbYG+hQIY/7NNF2nZXwqkDZehI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/JcaEACSignatureVerifierBuilder$SignatureOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "HJ5jKkXf1oVplZzHsDjI+LJJSfRZGOOnrCl2Z8+cBbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/HttpUtil$Headers.class" - }, - { - "key": "SHA-256-Digest", - "value": "LmLM2/8tARfI+mpkLpKgSlwcpPzxqMxKHSnnX0yk5b8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSExplicitCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "NNM2jPWGtB+WAvupUkpI55R49ifiPZUs873rOz5RpNY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcECSignerInfoVerifierBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "TBaK63zEjzEc7SraLbeqy0ALyiFM4FAWGF6ygEhN3Ug=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZYcENxLZ2Jw9GpssNL4M+cg6+iHcmrgn6fqdn3pbnCE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "+e5Cp7S/WxAn4OymSwfGrMLRlpAGdHW1/oSGHz4U0Mc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampRequestGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "H2TAjOhIVDyXktcb1x/9SdT+xRopvQ1DTjC3MNUyIxI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/SymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "LEQOsDVqAbBBgRV9BUuBO909unfNgafRtUCh1PLXyiA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSTypedStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "/ffNI8NU3YRnbu/rqj21DeIMShAKJ11VgfXN4OYXCdg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEKRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "p6Z4uSk8VOsNzBwtX6QJbybLhkGkRbRqHKjEbvA37Bg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthEnvelopedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "4LOO+z5VhwjuujmMvPEDbnLepFGYUk9gBJ81X1Y1sXc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcePasswordAuthenticatedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "DS0HC70I+vNCZT+tsxe6G31NXo7Yx7N4b/EeUOpty/s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "cvQekvn18DE4RvPizE0Zvxl62ZZzZxz6gsrMZLX9qG4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/cms/ImprintDigestInvalidException.class" - }, - { - "key": "SHA-256-Digest", - "value": "qIB/LAQJyFWavz9jxx8vqe7GPMEw7zjOeVVW8mPND68=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaAttributeCertificateIssuer.class" - }, - { - "key": "SHA-256-Digest", - "value": "M/dM+EepDdZmEtbyoPRK1Xz+gdj8x+COasIYapDu38c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/InputStreamWithMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "kiIHV57BEfqqPquJDtejEdZmx5Qj2FVI6oDwV8B+jgU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateRepMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "00Fijy5tVU7+oqHP3EuDmHRl8SBhuu7LChbopfGzuMY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12PBEInputDecryptorProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vaYZT6yBr1TipyvKFa8ZG8si//9lyyP7WHgnWXMRMzk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509CRLHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "jH448Wsib0aD+HP5oGguPtGaoxecT9PlemFN9apZ2cI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JsseESTServiceBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "cl2HZMs1csa15Tq0rmlItYp0rwYD0t2zzU/WT9jqc3s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCSIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "nSbiRM3TqhaKcWRFahjK7XqQQpwdXssQZTAK3SwjZH8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/ProofOfPossessionSigningKeyBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "r5CjoCFB/YaoFd+ruxops4WCxXyzxJ+arIYrciFjVnM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/MSOutlookKeyIdCalculator$SHA1Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "4EBI5X+h5hauj10Dk4oWkBKNrltSIxHDG5tYn+Ufa9E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEMRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "CFRX2ws94kmEY7WXd24LI9CWCqn2bNj9BLSCPqicf2U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcePasswordRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "2exXYSbpjj5cLFCBuCO8eS3nmdJRbs+7w0/dAEGz0Hc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/ProviderCertHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "SVV6zZwLu3SB17//teyP5gfop3PCPnsaYSnRpjWw3o0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509v3CertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "0fabobAmZBe1XhOTxq5bYunqCbeJv0MZx1bYQYBQQmA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/CertException.class" - }, - { - "key": "SHA-256-Digest", - "value": "mFQJXGzcOb4Kslex5+/ddrkkSlYWmGG1SNtNBf+2k2w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/CertificateConfirmationContentBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "1t7axBEJJF6DmVA95G9XRP66wfkBX6qtub2H86bmpe0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "OHOC0870Cr/peDmQreVtN5KYKOaaE1hoySbQmqoqOpk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMDecryptorProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "hLM3mxy6uCuNFFzDhB4+V0N1NE32pepnIt2/LMS6xGs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/EnvelopedDataHelper$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "i6DeR6wrO3nIwvYmNxzxTT0lLOQMNKMAhB0cF4GQSRM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/X509TrustedCertificateBlock.class" - }, - { - "key": "SHA-256-Digest", - "value": "zTxUuZUJk+/hga5HMYiirPmeptqnqmX+FNxz+YsGglY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDigestCalculatorProvider$DigestOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "WkifTgr2iX6VWufAATGBeXkm+7QvOCS5QkcfIRidUo4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "TYMFaFZYIl7/ua6AvT4JeEwDBhOR0Wav+OyPeJoGfzw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntryStoreBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "pXLzmTp8WraMvb4JJwt8UdeAhY6owDRZWn/lcixXJGI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/CertificateStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "hy3W3hVS4NUAepnjYySP4K1XrHeZRDfDrMA+EA48zN8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSignerInfoGeneratorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "atm5X1D02U4sGVS9HDxuMpGTLNymwGCtUr1hyzyaKEw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/PKMACValueGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "tu1Oow3RIjrn3yiGWuw+rS53E77Of0f8wz7Oi3XeGWI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntryFetcher.class" - }, - { - "key": "SHA-256-Digest", - "value": "W9zYec3SX73n49A1lnKQZlOHZMI7fILeaJrTkynQonY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMEEnvelopedWriter$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "gGIUBiD9e/PIGISAdZFf16WKi9L1RkW4VWv7U7U6Dd0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedDataGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NGAyR7RDsliUoUuJVm0Zizie/8vAnsTLDq77LrYCT70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/ASN1PKIXNameConstraintValidator.class" - }, - { - "key": "SHA-256-Digest", - "value": "y0yNBCbV9xKX3IJZJZaTN8w9w/534uAF3TveRg2F580=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/fetcher/JndiDANEFetcherFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "S0Bnli4H7hgu74mA8vixjgozTUTTLTPM7zku8oIvdyw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509v3CertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "TiHYVQDpxiuw6VRFEXYMneSJmL9JigCEobgHb4Oz4BM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/bc/BcEncryptedValueBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cke1DNfPlgadS37AYUIvMMNct3SOo335EqgQTB/dAl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "S6LQO/g6pqC9e6evlAMRaXyufNNyti4FSB/YpN3uPAo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEMEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "sZp5PqGQo1gXVVsg63AI1WPj3JqctbQ5J2eW5cGVzro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSPublicVerificationKey$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "0vN9gnP5jGBd6Z0GyuTrA8R9mbDZg6BFFXMfN/6/U0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JsseDefaultHostnameAuthorizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "DTiESmdrwm7soNM/CFH7uvl1peZLgppA5qNWYbHLfYE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$ECCurveParamsParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "c6pzi73EiwOh215Xcb2Yo7JJRVXJokdBrkJ16udv/lU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "UAIeemcs54BPsETeg3KoCNSF3JO1tW1oPyXVL+TMeoo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthEnvelopedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "bHJAbWZ5mn5K9Cm+FuTYRDFCJK5FBm9vHubiGy0lzD0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/AuthAttributesProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "1q1itFDF69YK4NdJUR0Ox9zvbmI7lJLcCmO8t8FeZ0g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/CertPathValidatorUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "4CMNXPjmqdKhiq7RMtqCMPprg8qEiSi3e3xp9wjBOrg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/bc/CRMFHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "4jpTBVuP/sz+Iy+LeDzp809znh9giqGt+F9BPRpv1aA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentSignerBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "KFdG+rXPeUsfsNOH70SoXVmvoOeBMa8GcPVSOhQ9kYk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DigestAlgorithmIdentifierFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "B5Nx0PhWIwOEIJNJ1q1WfNRdq2GpJNp7NKi6o2Rm1hU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/RegTokenControl.class" - }, - { - "key": "SHA-256-Digest", - "value": "IA/A2fYKMuQ9+Xg3uxy/dCw6dOXxdsyBttOe7CIKRpc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/DefaultAuthenticatedAttributeTableGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "3zVcUX01xUXY82EDvUPuDsPgNiTJ0GsL3eXC4LcsETQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSContentEncryptorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LUJc15TH7+vdmkdHw7FuwYTyRC+yEA0InqDDd6qKVKQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSTypedStream$FullReaderStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "IS1qXAumW07E84jMPpHEWEcd9PV9Gqrpbj/hDxswwiM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoGeneratorBuilder$ProviderHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "wqaLy8xqxqK7r5uoMMG519JmUNL97gs7i4wRSYxcPCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$X509TrustedCertificateParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "EB9b/uECd987wCtzZ8qxZySp1OM2BDVU8NIe2k8+BWY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/AnnotatedException.class" - }, - { - "key": "SHA-256-Digest", - "value": "mn1KulykMkf+BdTIbbHDGZu48Xj7WBnMoKpRzHJYfkY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "bjnPQxnvA7pRrIy3jXQP04cwAldAxy3/kE3jEFEQQ7c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthEnvelopedData$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZXSllGpWaiL4LvZnVEGagLRoaBHRgPmBCBVqfQpjWts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12PBEOutputEncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "yzrNJm9SekX7DSTrZrkX/tDNTns5wwnfXQNrvB90AE4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSData.class" - }, - { - "key": "SHA-256-Digest", - "value": "c8jphoSuSzf4mo0b8EBSIBe4V5PJvaw5YvWabVIFN+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaDigestCalculatorProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "utzCjU5GLC+hW+bSzQHh4ondEPMqn6//SG+Ifnb1/aM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSignerInfoVerifierBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "uBPw0ih5jqS8GAbQvWbjEC8b4weaVVlCsZj1Ma2w+Zo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSValidityPeriod.class" - }, - { - "key": "SHA-256-Digest", - "value": "XLP5bYkcoKaLbyGnor0t1+afMr10UQrOL4FmwpUS/eo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/DefaultCMSSignatureAlgorithmNameGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "gPa8Osn2xb2QNrY8p8wQGzGw9tQaPO0mcCVVSbBS4T4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcSignerOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "e21QBc77tzCNF3tr3rUQbq8rT3xAI2KFvjSbWxSs3Hc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509CRLConverter$ExCRLException.class" - }, - { - "key": "SHA-256-Digest", - "value": "DBWlYt4TIt656rNdVLxw08w6l24J8VIGWLtcniZMNAQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceAlgorithmIdentifierConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "5O7SD5tMJHCImbA4sEm1NYbhDsrA+X66lTqEEknsfOk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSContentSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "cCVi/hgNdQ3LknJU3KNC6Uo8FiY5YvscNkfzbt/9Rv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthEnvelopedDataStreamGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "xeD9DIGFCM6J3fmRsJn8WNTUOZZhuzhF0GjurkH+pCs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509v2AttributeCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "SFH7deOpBwQY6f1ohR2eNPcEICaRzU1dN9VQwdt+tuk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransRecipientInfoGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "180EOWwh4JWfR6cZ2FuiiVL+alXp/Mu36v7gJgfHyHE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SignerInformationVerifierProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "hhGzG/CvH5u0rDKict+3PjYRisXI48GfkHYutaIhA50=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/AADProcessor.class" - }, - { - "key": "SHA-256-Digest", - "value": "s43LizFCndx/FRtjo2Upfc+kSYMnY/iARPS/7WrKSRU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lpwk1tr/rwHRH47ZJFb/o2epkfbeYwfGLrrqhEitbxk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcRSAContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "6OHWey1LDOOJrazt5744yLXERGbUf9YsKvR/oKM2+vo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransAuthEnvelopedRecipient$AADStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "4ZMZ8vvs2ca0HFcaXlywLizzvkqggJU+VSryhbvL1sE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/PKCS12PBEUtils$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "J/+tJbqBQHFSYiw8JEU6yWjnIdxLhxGppgb+HRt3oGs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/CertStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "vPu8LFsIdjDb6hmzNCX1trVQBb9y8yOx4/rPO1d3j+0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/LocalizedMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "xLwFs6s+Xc5oryCZgJDVhNCsbeHEiwi+HTHNIOm51YE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampTokenInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "1nla7PC2jK08ganSFuGH+0EqRrB363ekLrkSwGMADOI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSReadable.class" - }, - { - "key": "SHA-256-Digest", - "value": "mnDkXABJ8qfucU8bJHwhHk2lJQyuOOSbaFD5a2IzTtk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceInputDecryptorProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "wW/5ib+6BAsIwqtSaMhfW2Oy2UFozl2BDbBFCVNaDk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedData$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "mzNmyrox3pyILVoK9tvMQaj2CEuskWu1rGoJQQy9AlQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/CertHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "23Fwe3lP8AQFfiYPpLecRW5ZHvg0oN1I99GzjJmwLN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509CertificateHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "a0iug8dm/mmQT2No2U2dHsYdfmnUEXKthEbVQfHeYaM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/KeyUsageValidation.class" - }, - { - "key": "SHA-256-Digest", - "value": "3y3JBRplyqIbcQ7Gmn6RK3RmTbqMDJ3kJfHyMNbp2XU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/PKIArchiveControl.class" - }, - { - "key": "SHA-256-Digest", - "value": "akquSvVOTIYZP+or2+YfEOrFnteOCKdBHk2zn4NXfak=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8DecryptorProviderBuilder$1$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "QgHLZBkbn4JRJMy/aAThx3ihrd9B+Mz/vpMOcdcOfGo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$PKCS10CertificationRequestParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "41Sx1h0TZtXRKSTe4ESRHRC+PBAoat0+YjFn7Q4lwSw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/X509CRLStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tm2QMcqZNlHjZz3MbpOfaTHKEPKkx/GwRBL0rERC/JQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509CertificateHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "U4FkhZ7EfS66KVmSBmbtcYTKiNM13VI41hv3bmrq97Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/KeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "NUc905zUMFXCuSDOmY1EFlVH4exQ68ASXkGmeoBEgoY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcContentVerifierProviderBuilder$SigVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "mXdX2w+WcxVcuPH0sPiF9c1yO4JF0b7CTfEjkJB9OjE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/MSOutlookKeyIdCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "MIbAtw/fn0mAV9eFNbZDvMhoC3fuMrd7yQc4FcuGo0M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSException.class" - }, - { - "key": "SHA-256-Digest", - "value": "4NSm2HhytlyUH0OTj6wrNnxeQl/M0FGNY+g89S/obpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12MacCalculatorBuilderProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "kpn0E+FLTS0h2wxiUbKWuwuigZmAMNp5UaO9BFOi6Ys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DefaultAlgorithmNameFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "x20t5Uk8RF1tUmvMwnLRw2ita88J2x3kZ1+S8EVDgjs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePBMac1CalculatorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "0vIEHw3E5lz89gJLpEhc5GJCt8xl0TIutC6MVdEKi0U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeParserProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "11VYOy58IXbL0njcML/hhLWiJPht3nRo07ZMzKquIi4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEncryptedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y8G4roEfFM5cxAk9TCfyAAPL4klWlt5/+6PBVtbNqsA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSByteData.class" - }, - { - "key": "SHA-256-Digest", - "value": "r+GXz2nz3QwgOt70cr+DP759ihexNez7w7npwyeq88E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/RevocationDetails.class" - }, - { - "key": "SHA-256-Digest", - "value": "8t0/j/Duse0SBt4qknXXrhxViYIQuL+2li8xc6d0JU0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/X509RevocationChecker$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "tONlYMrr+UtrPY1uohRKf6ZKfmZLSMJi5PFbwGz3OiQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/BoundaryLimitedInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "xkpV5mxP4nhFncPXZma3LjNwbnGUS9kNRlew4cpTtAM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ifEjc6Fb5T4v7Dx31cSw8bBTS1NbBJWHoZvbmR7ywEQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/EnvelopedDataHelper$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "9vKT3Kc33xwqPuyXe7DPDbrGxqW4uZj/l+YFjia/Huo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "x5ZCJ1PSp5aHbi8XpCNWS7evGLK0PHYh8LYPtgy4hVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PKCS8Generator.class" - }, - { - "key": "SHA-256-Digest", - "value": "+fy/rD+K1Z4EVNdV4EHFIMDXeorU4C7lIRP5HXRJBTQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/PKIArchiveControlBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "B5aea7aDxNdoEydwSHiiQ8olQ+BjJrb2MlN/A7WzSUk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/RespID.class" - }, - { - "key": "SHA-256-Digest", - "value": "sRy6wZDr5KlUrj+a5WGIvKeXiHjMV86Y8BNPQxqsr+c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSImplicitCertificateBuilderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "EMKWuzJKseERFNKbHNWx3K7cwANd9/29TUqtNfGH/co=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSEvidenceRecordStore$HashNode.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xe7aN2F5QkCWb46Y2UxIu6Qon4qrU0Q6/2hrXydCbJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSImplicitCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "X4EmV/NaWEgSDMcqPg0dwhZ0nSKZcek/n2oe2xDYGSQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TSPUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "T25ELU7/EmQnlGyt72gCRhNlXphQywP/RztdHstKUHE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSRequestInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "o/c+ZOVS5bJZkn/s4S5Wxjm+rIEqMQjUAlDzM92z3ig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "2mZMw7pZ1mmXp23yW/84dJZ2jyXEC7sHal6EZZOJ1eA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS8EncryptedPrivateKeyInfoBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "dG0218YmE6BpgtHylaps1xGWr7RD4k4Hy7wl3xvn/U0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTResponse$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "NMm+BCjb0veIfHh1PRafD82Nxf/CACZU7OCHqbBG9Ag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/PartialHashTreeVerificationException.class" - }, - { - "key": "SHA-256-Digest", - "value": "gqgJTGiLdsRTybRlEOG/dpwM/Ir8rItGYvJkI3etHko=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMESignedWriter$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ULTZXGCTRQwi0xhpf45xpEGyULl3E2PCuORwAiqmNkg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS10CertificationRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sg/avNxkJEX4qbPrxmgHtFFDKE9Y907kSqAG9U5b00A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/JcaEACSignerBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zoRYouZJN9oCVnCLN2OgtuXvOa7UxPm0BsgqbjxBNHQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSProcessableByteArray.class" - }, - { - "key": "SHA-256-Digest", - "value": "KQLrYmlVqEuwyHuZw/oVkMS1KljOf72WggyzIiDKlRM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/EACCertificateRequestHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "fOaXkdIR+PEiQ1g9WjjRmCiNAD/UB7hZ7j3qKdaMaCc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SignerId.class" - }, - { - "key": "SHA-256-Digest", - "value": "bOLsqMSfObWYjf2llbQqmOoIxMI4H3nctd0J0bazaJY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/PasswordRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ts6tESgrliwGw+Tv1lp5DAbDMpoGgXfB7ygnvUVzXR0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcKEKRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "yl6Aq+MEyl4I9Ho+FeFpKl/4rlCWEVNZzXUaH8HOE1A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "m163avwWIqOk2VVfYRnt6bIWf7vx3hSRaQLgKNkqMjw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyAgreeRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "K7/LbWwqhNSXGvzA/2swKwKvYkJGUvs14tfIwuEUDpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/NamedEACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "VntbGLnS4xpEyu0VHo8Z+WfejWGgnU6fG784wWPyNdM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyAgreeRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "CQuu6AqhNc97uxwtnhDYHBuBvvgqUYsN36kQAd1GDc0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/MacCalculatorProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "OaCUyM/N77HY1GXKJHNQTm215qXniui0tDvYscJGnFw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509ContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "xsZ9UA2kVacMJfFdC3yl+isMyk6fAnbcSSIIKRuGV6A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/SortedIndexedHashList.class" - }, - { - "key": "SHA-256-Digest", - "value": "9uRdvVuV9mxsC56ueVnkWu9393BIv4zjepv3TNqzAbs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/TruncatingDigestCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "RqlAAfW6ye/N+8/FJbaMMEHPSslc6Fw/uGfOrNMwPj0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeParserContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "VNh5Yca0+FX/qPll288aXfOQkGy5y3HFJX4BCjC+Tks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509ExtensionUtils$SHA1DigestCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "/b6105F5VNjbf/o9G+DDUO7H+y/XlXFhjXy7jfFrmP0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/fetcher/JndiDANEFetcherFactory$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "dGfl3dNDL8RZNQMrhGkp2ydvCpuPiU7w0vfsnR2cJdk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JcaCertificateRepMessageBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "tlm5MSoxHkYdvaZ3eNRsB7FifBUYKL8PcPKMDOpJMuI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "gggi2qFZ/HQH/KnIDfbCrKCyxDN/GOLVXfi08VwjLUQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/RFC5753KeyMaterialGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "vy0trMj0XGIeWEuqQTDzng8GV4vTTt3ufa1LhzeB8lw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/ContentVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "lwX0pMX0dydd0Q53cdSYtwLyvG+o57BITbZ6VtWWc7Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcaPKIXIdentityBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ImDE1ZI2T26yi+2f1PE0ZWkK23J+Gjg1rXQopV2uYvY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DefaultSignatureAlgorithmIdentifierFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "hUZb14jtlceVJY5zuh3Lq/auBzQ8p7dn7rxX8m+3k+w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoVerifierBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "mAaPmAxm727kQHWerF/yPPNQIRGmhdAfU1qOxYKkFec=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/X509RevocationChecker$LocalCRLStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "0/Dq+u3fSRWZscleYXOls8sFvNoPqBBbx7Z2lcWClw0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaCertStoreBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "D7F//njXZpVmP8VIwvW/w8VsrWKfa2kn24npreJ2ZdI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/HttpAuth$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "oKD4p3IcgkmGP40Q6lSLETL4A++ZjekMdMCQkQm/rd8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mozilla/jcajce/JcaSignedPublicKeyAndChallenge.class" - }, - { - "key": "SHA-256-Digest", - "value": "oGu0tUdoI6ECtCerxU01YBFnHL4QaeUGE8iFSfJrEJg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$15.class" - }, - { - "key": "SHA-256-Digest", - "value": "o8yX1TQEu1DbJmKUK1XHtq5dr/erV1co8d67zoJYmcA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/filter/UntrustedInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "G3hrArk7r/ozs1MSHaghRjoGOwms4lLxIw0wC0aXep4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/EnrollmentResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "NCpQThrWfwOAcdJI9B0A4YeGBXM00vlYElU/Q0iuJlM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "AMJFVxwu5TIX9x8vEYmdbRwN+zeGyIliExwXYYgwXL4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMimeMultipartContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "O/oWEIACWbc/k8Puv41xlpkCPFwJGUeDGm/1i8t++no=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/filter/Filter.class" - }, - { - "key": "SHA-256-Digest", - "value": "KzLIBQAuJh4Q7uEssPp6hzkms5eMCeYD/hlPvIlyedQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransAuthenticatedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "TbtNZ0T9OIfrK1mNy/VRjjzt0dfpZTnbGDbZkwX6yIM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SignerInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "QBfmaaDWvrm4gKsY2FTi8yTJ5Ce5bEtG7MQiSXBP8SE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcKeyTransRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "D8xQ1Xd3kCNOIkZeid5XKPb1AgEHh4B0U/Tt7xIQiY0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceSymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "FluFn8oE8EaSi27g9ghg6zx84lVwINlbxFaxCSVi9iA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/PKIXIdentity.class" - }, - { - "key": "SHA-256-Digest", - "value": "To/QAIYE+BfEI49ziOx/0H79U3plwiTo6o/qgYRzUvQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSPublicVerificationKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "9uCBw+DMX7lwI5wBOv7O87fJitJur5Theb9A8kUiSRM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "/BErSNNlIokfg7tX+/VujYl0/CyF4UtzQ6XOKsJDIxM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSContentVerifierProvider$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ObPdPxjxZwAxB5MrIudJ9RRFgAD5GOelCgbyeXJvI8I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAttributeTableGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "NQw1CxVXqiWdBAbE+L3YheIOc8qlEFRGGqYpXPKMvUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "mCWI0BrPqO2ocBbO9qVQHhUbrqMB+tX6Es2arGDqg7g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/BasicMimeParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "7XNOzEqP8alpZ7sNX9b7kPl+qnfcRFpd2Yf8hQHeT+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEException.class" - }, - { - "key": "SHA-256-Digest", - "value": "nleNfrzQysK9k2vga6h7XaOtqW5lLw52GLsew3L6L8U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "+vMIckKkK0XzCIwN2rgmObBfwu3laXQ8x9cMQc8bRUw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcRSAAsymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "drgunuBnO4fOy337ypzRY31z9ZIvY9TsB+/06HnsnVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JceCRMFEncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "eVsvpBCVcJgipEukB4s0Kob2038jJXOF4jaMrviha88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS10CertificationRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "wKHq0my6cCDMVOPKWa+S9wAhWG3d/P3cKIyTYAV/dFc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcPasswordRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "aloFaX8z1RBx+4v43yPr24T73dg2+fjq7Uid9i68BlQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SignerInformationVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "VqfwGWhw+/ZmlBLoEb+NsR0Fvkkw0bblFvdGX6atyYo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "w7y66yfLw9Uu7Sxcu81nr1ksa7Jp4XI/hcvPsGL6vN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PasswordFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "tgZ6L7+HVn2JdgcdriG3UQzvDUMqQsb//5LDwB6E+mc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/ReasonsMask.class" - }, - { - "key": "SHA-256-Digest", - "value": "AM6jLKu7QH/JQhN6ihzSXrJRGUlDjcI50r24hYYWi30=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTClientProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "VWF0SkkqGToEXffjM/OGK31mNX5VrGDdKRQbwL3oq9c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "1bXRdk/zAeQ7H5t/qAxBhpYws14DOioRRO9qxaQO7AM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcePEMDecryptorProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "625D7QS8808bjiF7R9r+TWxQ26gJgp2kmDnqMlmZ11w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/SingleResp.class" - }, - { - "key": "SHA-256-Digest", - "value": "+7vdAzYwH2u7dvLJAXXvn3TvEmysk7q++mBdJuVEsOg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/OSGI-INF/MANIFEST.MF" - }, - { - "key": "SHA-256-Digest", - "value": "9n5m4/0c8MMxfddjfa0jMt8OW6HAzHLKNAcEMVlBddQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/InputDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "ojtKU/MF74DaSbCrRzXtyMQxDf8oEUzUrCZFkVDIDII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/voms/VOMSAttribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "bRRIL3nDbITbb9mx1bYknZt7gpqMtkJUSQYlUSz/0XE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509v2CRLBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "owgBLNNf+AhZFpWitnyuSwHgD3MXPpEj/295uGFPs38=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JsseESTServiceBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "GiGG+2yAA5PJqhLouxcmqvWc9Uxh+WsnGcfKg5oL698=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSVerifierCertificateNotValidException.class" - }, - { - "key": "SHA-256-Digest", - "value": "rFITmb5SDk7zIh+YlkeuOxW9uB/2udepdBqgmzpwfv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/DeltaCertificateRequestAttributeValueBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "LN2Q3PMxVay31aQOPouuHCcD/B/UnBjzKnVsZr+k+UA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/PEMUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "NrTJvWYOxgokhVNRQ8vvtpPf3e+bQoSdC6lHw4rwJiQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTService.class" - }, - { - "key": "SHA-256-Digest", - "value": "vcLhWe2H0FvEvftx6wggmbaFzSLLxHx1L9CKK/JQS8A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateResponseBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "BHrYXom7/qlasyBaHxrPvS0nVdHrRFIWrqHWdukhvVI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/PKMACBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "pmkqfbVUeFFq5oOp6IoT8ktFyP1AyZLkKtmFu1eCpsA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/EACCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "yrQ7eg905XXUFoOJ1pTXkgskM4m0fizN6G+9dYidRhg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEKAuthenticatedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "JQkm87l3II2WdRSoGiiSETw2U9MctQDLyA8IdpgSOm8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMKeyPairParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "UB/blf2G1c2XTFZMQwmuS6FRBO1co1XNODs1Zwkw//Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/ProtectedPKIMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "4jm7vZKG/aiqDhVwuSAmFbdTUSTuopvr+Qm8OMfC2MU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthEnvelopedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "AiKbJbGS2QFfNKJ6NduquWZdbhhab+S3WbS5vp/kRqM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/PBEMacCalculatorProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "fAdz9MWl5toJ9Wc/26LkQVRK90czc2ZZotPRtc3N4T4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/EnvelopedDataHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "7LUvRUH/ZROfMP6KSigc6pSJvR3pJ9KPu2p7Zz+vyRk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "YFWehJdl2L/XkXEHW6PWIe7c1F9drlK8Ujb7djO8rAY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/PKCS12PBEUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "V6qQP0wlALMY6dCsdedWorCTUTAnvLB1ek2pzivejJg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSCompressedDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "c2UehADVU1FL1uRwufdCswjM+NmNZFhiyr1H+Jnt8wk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DefaultSignatureNameFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "HJusmGuhM2O6AwkolPQPyTiiMFE7uPfxOphL/JT+inw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSContentVerifierProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "DvlJ43GWnh75NGOtkQsKW1ec54QvKR+XXq+B+/jKdts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCS12MacCalculatorBuilderProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "6MVF6BwNRG2NrYjmPa5gbWYde1zp75Bxf/tgs+5UBLA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceITSPublicEncryptionKey$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "S2jAQF+fIfn8IYVosqEyCdLhX6Mx9Uzj7HPuIxIN7+w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TSPException.class" - }, - { - "key": "SHA-256-Digest", - "value": "BLEw/4WTTP6ruv5agk0cR7DX6dJFIrrVnaZRlULMoGA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/EncryptedValuePadder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZH+BjJLLywYMCNfVdCG9TbdmewlLGghCPZrEAFMAmMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSMacCalculatorBuilder$CMSMacCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "gcIu4HSRJ5RR88na+gLdeFOePAFmlAl+X+CnHwPGgoo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSCachingData$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "32dZeowaa5kvcGqCkFMSnyKMa8SQalqTF7RqDF5wRbQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$18.class" - }, - { - "key": "SHA-256-Digest", - "value": "YTgDJvG4DWb0UAhuknC72MNG0OM6gK4yzvLcFjY7+/c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcePEMDecryptorProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "wCSRYuxUuXnWNiQpY5eAKg2bd+5u0MiXSQU6w6162wo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTException.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mzp6abVmYLI2UXKm11OU3Ok7o0GO3YdWYH/azwrT468=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/OperatorUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "NHw6NDLDSy94M5K+IuZsjfLGW4CuIYN5BbV30bUFuxU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentVerifierProviderBuilder$SigVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "ezO7aCOP+VaERZHJMQnM9Fi9qm1O+rz28TrsusbEi54=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/OriginatorInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nct6T40sXmxpdZ2+iMUfg2PGw9tho5uTKDfyZX1JNk4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/ZlibExpanderProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "iXBLM1qSWSH3o/KkWA73TQ546xI4vZFKbEscT0Gq1es=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/Source.class" - }, - { - "key": "SHA-256-Digest", - "value": "thm/lKcdXlz5oUNXiN1arLRuPfGmfLTNVSuk3azUX3g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcSymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "9z/sqLP/vxcQcZCKz2dsOefzrQKXcjHE1Me5kyJOJb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/LocaleString.class" - }, - { - "key": "SHA-256-Digest", - "value": "/+pdgOkohgIAMvOEoQ43qLARv+PweEgQX3y+09teJjk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/ValueDecryptorGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "zIhdg4WmIPemHp0n7yAsT5ab75Uy6gn/YKulcOfSNak=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceETSIKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "gIy8/tw6Nt3gEv1fQBK05SxivojaDxONWJRt1HU7xQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/CSRRequestResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "VhqC3OiUrJUOliIn2Rns3G6MKegISTEsp63UELTALi8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthEnvelopedDataStreamGenerator$CMSAuthEnvelopedDataOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "BFg8C5h+QwkygO3XNMr4fIjm67hjSmUI5CjGPpXsyxI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$17.class" - }, - { - "key": "SHA-256-Digest", - "value": "K1yN08lw4az4l8sRF21gaJGBEJdGaeR+gRAFRVyo1Vg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/BasicOCSPResp.class" - }, - { - "key": "SHA-256-Digest", - "value": "LwPufpp62j8azto6SjCLVKyhoLoef3DTa/q+6wtKUYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/VPKCRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "pu9jQMq7cOlhh+p3UFnsU/l4D8ZzIyKWc6SX7fLlzRo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509ExtensionUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "HwH9pMCUCdCkGJgErE6qhijlI07wJvxt2jgwMqmWDvY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceETSIDataEncryptor$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "kaf+UxKdtMcK5RVTlQEy6khxyjjFiEHt7B10qltz0FM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$PKCS7Parser.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Fmc5xjN23QUciSUJP69x6YnZBpr532d3Lal7XzmEdE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSPublicEncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "UQxcvTFL5s0Il5cuehhGrb0t1HekITuZArsltvDj0y8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/RecipientInformationStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q22q6QLtlaO4B12ketwQjmPQDBMmzB6v5bq+fdHp5EY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcaMiscPEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "3c9IILf5mJ+isCzc0AmaXB7FkAP4hLfUF8kaGMGv1+A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509CRLEntryHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "MuDhwHv39fosaxZ5Yr/vJJo6ky1v+UcNv2Dt3OV7s/I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/BasicOCSPRespBuilder$ResponseObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "izAnHevEKKOweiO17Dxd3Nex388mFSpnj3NVqcCKZ/4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/CPDRequestData.class" - }, - { - "key": "SHA-256-Digest", - "value": "gxbQvY/fX6w9LePFYrqE1AzkSY9DHbHGyKYlA4hGXHY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/encoding/QuotedPrintableInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZXoyFOqoKgX4H0oByjqkHK3MdP0B5z3PF+bM5Qbm804=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSPublicEncryptionKey$symmAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "whsM1Q93blDK/jSYdLk3GbxVZpD14U6PGHIkjL9xS+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSArchiveTimeStampGenerator$IndexedPartialHashtree.class" - }, - { - "key": "SHA-256-Digest", - "value": "ErpkeTYz1pKwpLe/SIgiPF3r7w5AsK78wSLUzxTwxbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cmc/SimplePKIResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "ELj71tremQLWfXdcvdzpLD7VY7LPFzdM4/k0/ELPkdQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSignerInfoVerifierBuilder$ProviderHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "GzV+3KtQ7alhgEe1B6LyfrLyWks7oUdBj+u7bNCd8SQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "35EemNYTdrs+XQ0xt9eo2Dt7cpzcrkNIKIl5+Q87qoY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/DefaultCMSSignatureEncryptionAlgorithmFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "N3l/m3RywTI8nLuUpjQ7D2BYpmx8ZBvFshd4BGQgn4M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509CRLConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "+xgfcykXGue9xdhWW/O/jDkA7jwsSZ/3gY86+btFc3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12PBEOutputEncryptorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "SHEaGvb+pYxLJGV+wetc/avq5R3yheD+JAGVZdbFfyk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/SEEDUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "FATHxilOYGBWPWPugIaqLiHxqhWlwwNQO6dBCohp0T4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/filter/HTMLFilter.class" - }, - { - "key": "SHA-256-Digest", - "value": "5BKYY8BAbNM0QfBCcJatnouOIj6OTTpKzI2wxyypkhY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$19.class" - }, - { - "key": "SHA-256-Digest", - "value": "t1wxhcBjQj1Rt1snJ7QmiCiliz4JIBblNcE99Mvc9MU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/OperatorHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "SwT6yZSosr7ONjs6WpRA7yMhZDzK/KePT0hov4YM1sY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcRSAAsymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Xoe7tvIgN3RqrQAwoc7UFHIbN8e2RKWXNWfJKAz+Ho=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/PKCS7TypedStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "ukOYhAkQxoMZGNqndHlaGV904fmDPiklVf4SCXOZ7gc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/EncryptionException.class" - }, - { - "key": "SHA-256-Digest", - "value": "W7Az1x5cdAFDKqvvUYWp9HFmNAF6FIbHek7zvCw9JKU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "dsWhmrVFzSlAVCrYQ1Di9SIxFlFeG+VvopZBGABqZ/c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcePEMEncryptorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "DdIYlMJhcR+a8OJVLkDkzqXuTeKdNP5khl5UWe3ownc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/CMSProcessableCMPCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "TX8/XRwzwaNY4bBdXKATVCm63F8s88+NVpPXeR36a1I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcePasswordAuthenticatedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "rWXpM3H3ftPgy3UlZ8RinNfuVkUWLnwqMyv1/U3t35U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/CMPUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "6SiR3Qc0ltOxzkGzp8WCpYGQIli5fErOp/l2EryeOXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/OperatorHelper$OpCertificateException.class" - }, - { - "key": "SHA-256-Digest", - "value": "c0vw33Ig3wj46QAcYoE2KX27uc9kUlDaMLWX+D4wFkU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JcaCertificateRequestMessageBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ueSCJw82nJtPtGPYaqVOpbUSpM80tp/kT6NYmpA6cnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSecureReadableWithAAD.class" - }, - { - "key": "SHA-256-Digest", - "value": "/wkayocl7sIb3H8hK0FSfYLMouulkETyHDDw4yar+ZM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcRSASignerInfoVerifierBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "DM0ih9IG4EaUjra4tyZNiTVu2JNtwG2rpoirYfn6PKQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/MessageImprintBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "aERqlZG9weawJ9x4uhAydXotZeN2iHsT6hUhF/Jy4l0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/UnknownStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "5M99r4LNkILUnc7rqks4hGg4618e/5Oqrj+Woa4bl7o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$X509CRLParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "zD5ZklAPIGDi6sn29YM8MEaQcsaQsBTkXngQb3a7Dwk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/AlgorithmNameFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "4M84uAgPmSlhscRbplmAylEtU5x9Qw5r+TQElo/crp4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/VSDRequestData.class" - }, - { - "key": "SHA-256-Digest", - "value": "mryW0y37bLwQrHg2LSsCADuK5bIMKYlshdfWYz/5+eQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/DeltaCertificateTool.class" - }, - { - "key": "SHA-256-Digest", - "value": "hHqOQvA4xrzrhCugkoAxQcLHmy5EHUlWGlZF1dhfm2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEMRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "2jppgTpOqLM7LB95b+yU52V9Si+/jfPwxS8StfWr4PI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/OriginatorInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "bDRaeZK8J5VqwWht9euCi16OqRLxXuuyXTyrUfmYggI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcPasswordEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "wjsM0KJtA1TiZwsROThl+4TcNENvJc+TPPc2SLziJDg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/bc/BcCRMFEncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "boDY+dmMg2jJlAzeYnp5vBaPv3za5UikIKG+Rr4i2eQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEKAuthenticatedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "AxmH95p8X99BARocy8xgcVb0yT/er/a64Cz/tJsdJbs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/X509AttributeCertificateHolderSelectorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "qyo/Sq6pDDgkrhZoeCSnK+Vk2uVUMMTB5ZOsFIgXvyw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSelectorConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "dPgE4e66nXPPF+Z/pvv07JGrdoywb12uLzYUain374M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/DefaultCertHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "lVYk4tVtNdA+o3yBjMksj2C8ARcTiECo8l1/w4qi0Vg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/AuthenticatorControl.class" - }, - { - "key": "SHA-256-Digest", - "value": "lctJ+I6oFHdp742RSd1N8S6qlUW5AnQH64+1fNHIXQ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ut98UFebRsmRWfn2GqLOTUSiDXoXePXMG27pb/ZrGos=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/OperatorException.class" - }, - { - "key": "SHA-256-Digest", - "value": "Euwq5gWkIKmpPuQIDiXs0HfVrL5YhgK7GW9dkrJUtEY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeAuthenticatedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0warhY2LJhI+WEwI31xP6jAsDr6IkKmr2G3QQCMkn+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcKeyTransRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "zinenEGS4v1xNZUQjxJob+58XBxVy+Esu2Rt0EHkI3Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/EACUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "WOYpRsSEIZCRKrQ5Y/OkgaF6hGYTJSg8jpGVMEYayLM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSStreamException.class" - }, - { - "key": "SHA-256-Digest", - "value": "zFWpsWbKWxVMeD9UOdpshWd13nvTDLo40jzhdqlBbPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSContentVerifierProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "K06BZKa6aMQvKxGM5B2CeRM/rV07OnrRRGYuM9FOQxw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMWriter.class" - }, - { - "key": "SHA-256-Digest", - "value": "OpY/xvBYZxhLlzTOU9uZC5Eulu+lVXp/xeP9a357g4w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$X509CertificateParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "VgMFJ7bjg0F07WvnOkayLHNIMQWUHgAJurOkK8yqTsY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/JcaEACSignatureVerifierBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "yhG0hcxqPix392jD9VkFZBMc/fM4VAs4fR9ynLi5mP0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/GenTimeAccuracy.class" - }, - { - "key": "SHA-256-Digest", - "value": "WXjrWaJiWOARtIjwAJNbhOjMo2dkUum81zlq7H0XUC8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateRequestMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "IdtLXfG1P+ijPeaFseBcgLN7ZU++UQjlqO49P4pXz9c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthEnvelopedDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "jYLFa014qZrCZzCni+BQcC/SBQ0+6DJKI/Ezy387IPs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSProcessableFile.class" - }, - { - "key": "SHA-256-Digest", - "value": "NqllqcQKk5HuFbSak82YMas59BiVLov572ISKhE2ENQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEKRecipientId.class" - }, - { - "key": "SHA-256-Digest", - "value": "0YIh4T+fubfQ9U3796CDSNv53r65UGEoiWPVQwVsIqg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceETSIKeyWrapper$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "2UbSttb7Sl80akS9nm/Q4A7iz0pIp7oufdkzqsqR8Ds=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSPatchKit$ModEncAlgSignerInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "mczPIN/wCygWi0ZfNzNLgUzPDKHBRK4I5hl20tYaedw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/DefaultEACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "PnsJ5w7+E+Nw5LReBC6DKyzfu3xe2AOqHuWp/rDq3pU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/MacDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "aTsk1P8VP284aTPbhXd2FUYRgC8FOTAmpI1ucRCfW+s=" - } - ] - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "17b3541f736df97465f87d9f5b5dfa4991b37bb3" - } - ] - } - }, - { - "id": "040227257270aca7", - "name": "bcprov-jdk18on", - "version": "1.78.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bouncycastle-api.hpi:WEB-INF/optional-lib/bcprov-jdk18on-1.78.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "sha256:156e0dd51df96c6c72bc9b9bfbc9e26d5da2c8bd2e731581da3631262d393be2", - "spdxExpression": "", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bouncycastle-api.hpi:WEB-INF/optional-lib/bcprov-jdk18on-1.78.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "sha256:f9e6b01128a66b9887432db0397034793bcb1667770990c27fd4fd04ffc0c12a", - "spdxExpression": "", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bouncycastle-api.hpi:WEB-INF/optional-lib/bcprov-jdk18on-1.78.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.bouncycastle:bcprov-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.bouncycastle:bcprov_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcprov-jdk18on:bcprov-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcprov-jdk18on:bcprov_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcprov_jdk18on:bcprov-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcprov_jdk18on:bcprov_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bcprov-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bcprov_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcprov:bcprov-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcprov:bcprov_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.bouncycastle/bcprov-jdk18on@1.78.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bouncycastle-api.hpi:WEB-INF/optional-lib/bcprov-jdk18on-1.78.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-SymbolicName", - "value": "bcprov" - }, - { - "key": "Bnd-LastModified", - "value": "1713413974229" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "JavaSE-1.8" - }, - { - "key": "Import-Package", - "value": "java.io;resolution:=optional,java.lang;resolution:=optional,java.lang.ref;resolution:=optional,java.lang.reflect;resolution:=optional,java.math;resolution:=optional,java.net;resolution:=optional,java.nio;resolution:=optional,java.nio.channels;resolution:=optional,java.nio.charset;resolution:=optional,java.security;resolution:=optional,java.security.cert;resolution:=optional,java.security.interfaces;resolution:=optional,java.security.spec;resolution:=optional,java.sql;resolution:=optional,java.text;resolution:=optional,java.util;resolution:=optional,java.util.concurrent;resolution:=optional,java.util.concurrent.atomic;resolution:=optional,java.util.logging;resolution:=optional,java.util.zip;resolution:=optional,javax.crypto;resolution:=optional,javax.crypto.interfaces;resolution:=optional,javax.crypto.spec;resolution:=optional,javax.naming;resolution:=optional,javax.naming.directory;resolution:=optional,javax.security.auth;resolution:=optional,javax.security.auth.callback;resolution:=optional,javax.security.auth.x500;resolution:=optional" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-7.0.0.202310060912" - }, - { - "key": "Export-Package", - "value": "org.bouncycastle;version=\"1.78.1\",org.bouncycastle.asn1;uses:=\"org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.asn1.anssi;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x9\";version=\"1.78.1\",org.bouncycastle.asn1.bc;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.asn1.cryptopro;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.asn1.x9\";version=\"1.78.1\",org.bouncycastle.asn1.gm;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x9\";version=\"1.78.1\",org.bouncycastle.asn1.nist;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x9\";version=\"1.78.1\",org.bouncycastle.asn1.ocsp;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.pkcs;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.sec;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x9\";version=\"1.78.1\",org.bouncycastle.asn1.teletrust;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x9\";version=\"1.78.1\",org.bouncycastle.asn1.ua;uses:=\"org.bouncycastle.asn1,org.bouncycastle.crypto.params,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.asn1.util;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.x500;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.x500.style;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x500\";version=\"1.78.1\",org.bouncycastle.asn1.x509;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500\";version=\"1.78.1\",org.bouncycastle.asn1.x509.qualified;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.x509.sigi;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x500\";version=\"1.78.1\",org.bouncycastle.asn1.x9;uses:=\"org.bouncycastle.asn1,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.crypto;uses:=\"javax.security.auth,org.bouncycastle.crypto.digests,org.bouncycastle.crypto.params,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.crypto.agreement;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\";version=\"1.78.1\",org.bouncycastle.crypto.agreement.jpake;uses:=\"org.bouncycastle.crypto\";version=\"1.78.1\",org.bouncycastle.crypto.agreement.kdf;uses:=\"org.bouncycastle.asn1,org.bouncycastle.crypto\";version=\"1.78.1\",org.bouncycastle.crypto.agreement.srp;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\";version=\"1.78.1\",org.bouncycastle.crypto.commitments;uses:=\"org.bouncycastle.crypto\";version=\"1.78.1\",org.bouncycastle.crypto.constraints;uses:=\"org.bouncycastle.crypto,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.crypto.digests;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.crypto.ec;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x9,org.bouncycastle.crypto,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.crypto.encodings;uses:=\"org.bouncycastle.crypto\";version=\"1.78.1\",org.bouncycastle.crypto.engines;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.digests,org.bouncycastle.crypto.generators,org.bouncycastle.crypto.modes,org.bouncycastle.crypto.params,org.bouncycastle.math.ec,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.crypto.examples;uses:=\"org.bouncycastle.crypto\";version=\"1.78.1\",org.bouncycastle.crypto.fpe;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\";version=\"1.78.1\",org.bouncycastle.crypto.generators;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.crypto.hpke;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\";version=\"1.78.1\",org.bouncycastle.crypto.io;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.modes\";version=\"1.78.1\",org.bouncycastle.crypto.kems;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\";version=\"1.78.1\",org.bouncycastle.crypto.macs;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.digests,org.bouncycastle.crypto.modes,org.bouncycastle.crypto.paddings\";version=\"1.78.1\",org.bouncycastle.crypto.modes;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.modes.gcm\";version=\"1.78.1\",org.bouncycastle.crypto.modes.gcm;version=\"1.78.1\",org.bouncycastle.crypto.modes.kgcm;version=\"1.78.1\",org.bouncycastle.crypto.paddings;uses:=\"org.bouncycastle.crypto\";version=\"1.78.1\",org.bouncycastle.crypto.params;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x9,org.bouncycastle.crypto,org.bouncycastle.crypto.util,org.bouncycastle.math.ec,org.bouncycastle.math.ec.rfc8032\";version=\"1.78.1\",org.bouncycastle.crypto.parsers;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\";version=\"1.78.1\",org.bouncycastle.crypto.prng;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\";version=\"1.78.1\",org.bouncycastle.crypto.prng.drbg;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.prng,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.crypto.signers;uses:=\"org.bouncycastle.asn1,org.bouncycastle.crypto,org.bouncycastle.crypto.macs,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.crypto.tls;uses:=\"org.bouncycastle.crypto.params\";version=\"1.78.1\",org.bouncycastle.crypto.util;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.asn1.x9,org.bouncycastle.crypto,org.bouncycastle.crypto.io,org.bouncycastle.crypto.params,org.bouncycastle.math.ec,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.i18n;uses:=\"org.bouncycastle.i18n.filter\";version=\"1.78.1\",org.bouncycastle.i18n.filter;version=\"1.78.1\",org.bouncycastle.iana;version=\"1.78.1\",org.bouncycastle.jcajce;uses:=\"javax.crypto,javax.crypto.interfaces,org.bouncycastle.asn1,org.bouncycastle.asn1.bc,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.util,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.jcajce.interfaces;uses:=\"org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.jcajce.io;uses:=\"javax.crypto\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric;uses:=\"org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.util\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric.compositesignatures;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.asymmetric.util\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric.dh;uses:=\"javax.crypto,javax.crypto.interfaces,javax.crypto.spec,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.agreement,org.bouncycastle.crypto.engines,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jce.interfaces\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric.dsa;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jce.interfaces\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric.dstu;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jce.interfaces,org.bouncycastle.jce.spec,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric.ec;uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.asn1.x9,org.bouncycastle.crypto,org.bouncycastle.crypto.agreement,org.bouncycastle.crypto.engines,org.bouncycastle.crypto.generators,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.util,org.bouncycastle.jce.interfaces,org.bouncycastle.jce.spec,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric.ecgost;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.agreement,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jce.interfaces,org.bouncycastle.jce.spec,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric.ecgost12;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cryptopro,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.agreement,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jce.interfaces,org.bouncycastle.jce.spec,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric.edec;uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.engines,org.bouncycastle.jcajce.interfaces,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.util\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric.elgamal;uses:=\"javax.crypto,javax.crypto.interfaces,javax.crypto.spec,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.symmetric.util,org.bouncycastle.jce.interfaces,org.bouncycastle.jce.spec\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric.gost;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jce.interfaces\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric.ies;version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric.rsa;uses:=\"javax.crypto,javax.crypto.spec,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jce.interfaces\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric.util;uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.asn1.x9,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.crypto.signers,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.util,org.bouncycastle.jce.interfaces,org.bouncycastle.jce.spec,org.bouncycastle.math.ec,org.bouncycastle.math.field\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.asymmetric.x509;uses:=\"org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.config;uses:=\"javax.crypto.spec,org.bouncycastle.asn1,org.bouncycastle.jcajce,org.bouncycastle.jcajce.provider.util,org.bouncycastle.jce.spec\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.digest;uses:=\"org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.symmetric.util\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.drbg;uses:=\"org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.util\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.keystore;uses:=\"org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.util\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.keystore.bc;uses:=\"javax.crypto,org.bouncycastle.jce.interfaces\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.keystore.bcfks;uses:=\"org.bouncycastle.jcajce.provider.keystore.util\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.keystore.pkcs12;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.keystore.util,org.bouncycastle.jcajce.util,org.bouncycastle.jce.interfaces\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.keystore.util;uses:=\"org.bouncycastle.jcajce.util\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.symmetric;uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.symmetric.util,org.bouncycastle.jcajce.provider.util\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.symmetric.util;uses:=\"javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.security.auth,org.bouncycastle.asn1,org.bouncycastle.crypto,org.bouncycastle.crypto.modes\";version=\"1.78.1\",org.bouncycastle.jcajce.provider.util;uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.config\";version=\"1.78.1\",org.bouncycastle.jcajce.spec;uses:=\"javax.crypto,javax.crypto.spec,javax.security.auth,org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.crypto.params,org.bouncycastle.crypto.util\";version=\"1.78.1\",org.bouncycastle.jcajce.util;uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.jce;uses:=\"javax.security.auth.x500,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.jce.spec,org.bouncycastle.x509\";version=\"1.78.1\",org.bouncycastle.jce.exception;version=\"1.78.1\",org.bouncycastle.jce.interfaces;uses:=\"javax.crypto.interfaces,org.bouncycastle.asn1,org.bouncycastle.jce.spec,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.jce.netscape;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.jce.provider;uses:=\"javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.security.auth.x500,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.jcajce,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.util,org.bouncycastle.jce.exception,org.bouncycastle.jce.interfaces,org.bouncycastle.jce.spec,org.bouncycastle.math.ec,org.bouncycastle.util,org.bouncycastle.x509,org.bouncycastle.x509.util\";version=\"1.78.1\",org.bouncycastle.jce.spec;uses:=\"org.bouncycastle.asn1.cryptopro,org.bouncycastle.jcajce.spec,org.bouncycastle.jce.interfaces,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.math;uses:=\"org.bouncycastle.crypto\";version=\"1.78.1\",org.bouncycastle.math.ec;uses:=\"org.bouncycastle.math.ec.endo,org.bouncycastle.math.field\";version=\"1.78.1\",org.bouncycastle.math.ec.custom.djb;uses:=\"org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.math.ec.custom.gm;uses:=\"org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.math.ec.custom.sec;uses:=\"org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.math.ec.endo;uses:=\"org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.math.ec.rfc7748;version=\"1.78.1\",org.bouncycastle.math.ec.rfc8032;uses:=\"org.bouncycastle.crypto,org.bouncycastle.math.ec.rfc7748\";version=\"1.78.1\",org.bouncycastle.math.ec.tools;uses:=\"org.bouncycastle.asn1.x9,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.math.field;version=\"1.78.1\",org.bouncycastle.math.raw;version=\"1.78.1\",org.bouncycastle.pqc.asn1;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.pqc.legacy.crypto.gmss,org.bouncycastle.pqc.legacy.crypto.rainbow,org.bouncycastle.pqc.legacy.math.linearalgebra\";version=\"1.78.1\",org.bouncycastle.pqc.crypto;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.bike;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.cmce;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.crystals.dilithium;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.crystals.kyber;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.falcon;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.frodo;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.gemss;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.hqc;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.lms;uses:=\"org.bouncycastle.asn1,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.newhope;uses:=\"org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.crypto.util,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.ntru;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.ntruprime;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.picnic;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.rainbow;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.saber;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.sphincs;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.sphincsplus;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.util;uses:=\"javax.security.auth,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.crypto.util,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.xmss;uses:=\"org.bouncycastle.asn1,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto,org.bouncycastle.util\";version=\"1.78.1\",org.bouncycastle.pqc.crypto.xwing;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.interfaces;uses:=\"org.bouncycastle.pqc.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.util\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.bike;uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.bike,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.cmce;uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.cmce,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.dilithium;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.pqc.crypto.crystals.dilithium,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.provider.util,org.bouncycastle.pqc.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.falcon;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.pqc.crypto.falcon,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.provider.util,org.bouncycastle.pqc.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.frodo;uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.frodo,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.gmss;uses:=\"org.bouncycastle.crypto,org.bouncycastle.pqc.legacy.crypto.gmss\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.hqc;uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.hqc,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.kyber;uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.pqc.crypto.crystals.kyber,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.provider.util,org.bouncycastle.pqc.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.lms;uses:=\"org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.lms,org.bouncycastle.pqc.jcajce.interfaces\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.mceliece;uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.jcajce.provider.util,org.bouncycastle.pqc.legacy.crypto.mceliece,org.bouncycastle.pqc.legacy.math.linearalgebra\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.newhope;uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.newhope,org.bouncycastle.pqc.jcajce.interfaces\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.ntru;uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.ntru,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.ntruprime;uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.ntruprime,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.picnic;uses:=\"org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.picnic,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.rainbow;uses:=\"org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.rainbow,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.saber;uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.saber,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.sphincs;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.sphincs,org.bouncycastle.pqc.jcajce.interfaces\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.sphincsplus;uses:=\"org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.sphincsplus,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.util;uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.util,org.bouncycastle.jcajce.spec\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.provider.xmss;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.xmss,org.bouncycastle.pqc.jcajce.interfaces\";version=\"1.78.1\",org.bouncycastle.pqc.jcajce.spec;uses:=\"org.bouncycastle.pqc.crypto.lms\";version=\"1.78.1\",org.bouncycastle.pqc.legacy.crypto.gmss;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto,org.bouncycastle.pqc.legacy.crypto.gmss.util\";version=\"1.78.1\",org.bouncycastle.pqc.legacy.crypto.gmss.util;uses:=\"org.bouncycastle.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.legacy.crypto.mceliece;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto,org.bouncycastle.pqc.legacy.math.linearalgebra\";version=\"1.78.1\",org.bouncycastle.pqc.legacy.crypto.ntru;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.legacy.math.ntru.polynomial\";version=\"1.78.1\",org.bouncycastle.pqc.legacy.crypto.qtesla;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.legacy.crypto.rainbow;uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\";version=\"1.78.1\",org.bouncycastle.pqc.legacy.crypto.rainbow.util;version=\"1.78.1\",org.bouncycastle.pqc.legacy.math.linearalgebra;version=\"1.78.1\",org.bouncycastle.pqc.legacy.math.ntru.euclid;version=\"1.78.1\",org.bouncycastle.pqc.legacy.math.ntru.polynomial;version=\"1.78.1\",org.bouncycastle.pqc.legacy.math.ntru.util;uses:=\"org.bouncycastle.pqc.legacy.math.ntru.polynomial\";version=\"1.78.1\",org.bouncycastle.pqc.math.ntru;uses:=\"org.bouncycastle.pqc.math.ntru.parameters\";version=\"1.78.1\",org.bouncycastle.pqc.math.ntru.parameters;uses:=\"org.bouncycastle.pqc.math.ntru\";version=\"1.78.1\",org.bouncycastle.util;version=\"1.78.1\",org.bouncycastle.util.encoders;version=\"1.78.1\",org.bouncycastle.util.io;version=\"1.78.1\",org.bouncycastle.util.io.pem;version=\"1.78.1\",org.bouncycastle.util.test;uses:=\"org.bouncycastle.crypto.prng\";version=\"1.78.1\",org.bouncycastle.x509;uses:=\"javax.security.auth.x500,org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.i18n,org.bouncycastle.jce,org.bouncycastle.util,org.bouncycastle.x509.util\";version=\"1.78.1\",org.bouncycastle.x509.extension;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.x509.util;uses:=\"org.bouncycastle.jce,org.bouncycastle.util,org.bouncycastle.x509\";version=\"1.78.1\"" - }, - { - "key": "Bundle-Name", - "value": "bcprov" - }, - { - "key": "Bundle-Version", - "value": "1.78.1" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Private-Package", - "value": "org.bouncycastle.internal.asn1.bsi,org.bouncycastle.internal.asn1.cms,org.bouncycastle.internal.asn1.cryptlib,org.bouncycastle.internal.asn1.eac,org.bouncycastle.internal.asn1.edec,org.bouncycastle.internal.asn1.gnu,org.bouncycastle.internal.asn1.iana,org.bouncycastle.internal.asn1.isara,org.bouncycastle.internal.asn1.isismtt,org.bouncycastle.internal.asn1.iso,org.bouncycastle.internal.asn1.kisa,org.bouncycastle.internal.asn1.microsoft,org.bouncycastle.internal.asn1.misc,org.bouncycastle.internal.asn1.nsri,org.bouncycastle.internal.asn1.ntt,org.bouncycastle.internal.asn1.oiw,org.bouncycastle.internal.asn1.rosstandart" - }, - { - "key": "Created-By", - "value": "17.0.10 (Private Build)" - } - ], - "sections": [ - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode.class" - }, - { - "key": "SHA-256-Digest", - "value": "wNhEfeTvNG9ggqKfLjQDDoFoDqeWwGUc47JiL7VqxqU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/Tables8kGCMMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "nqljr9DNx4nNie4sbkZajVenvd3LdMF3X5s5dmSMToM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "6NFcu+LwYrOVu1vukTQC/r8J1FNOppwYbFDzfwuOjvU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AlgParamsCCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "KnRQKLHlGsEVJ8EidWXYTPq1X4je6qaMx4jr2u9+3nc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "wuxZunGvKlmdlnYPDP+CcNSlu6WR4YzIjtYVk0qypc4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSDigestProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "gaeSSaq/DrIJ1+DYtxZfkuTb00EnroFcWB6c4AANqTA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/SPHINCSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "k3TMBJ/hrL6ypfccy5TSY6fxMgIXeb10En00+YIfW9Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA384$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Owu50vsHf5qAbU0NSrvrL+1BdJk7kIqZ7tB3HTjPRy4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/CRLNumber.class" - }, - { - "key": "SHA-256-Digest", - "value": "AKUE/51ZWo2PqRDjvNCkih56C2fVy+9SDFcz6Prk+Y0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "GW4YLUcoWA17SLXLScTsS7vOVgYx930ebs038Xof4BY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TBSCertList$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "QEBQ/RK6uDAHGugpwwElwH2Mm22NG5oLjJ7NtdAH1js=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SM3.class" - }, - { - "key": "SHA-256-Digest", - "value": "swxgvalbvCYr0btJ2+TrTXewEUSmbhcBSBNtFs+jfU8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyFactorySpi$Falcon512.class" - }, - { - "key": "SHA-256-Digest", - "value": "ANWs9ul8S+xnPk5EfqVki1QdKcC/MLp0XSVNVoauwZ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Frodo$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "zi+vPHqOJNJxAB6V9fYVDVrjhS7r9VY5EJ71W4rkY7U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "zMJQsiGRjHULo2AGBxS+5EBs/oYn6gRy80YdkcyUMv4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/PBMAC1Params.class" - }, - { - "key": "SHA-256-Digest", - "value": "nwFLF3OnUZzCXDk8bCeiIC8We+mUDR1XfgjpdqDzDEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "JIF7HIb0h9z8CHDnwdKbAyHzJJsfYjz3y9Vt2YvcCug=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/SPHINCSPLUSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "mMyRil7mKgu2jimBWePl/3A/JM+kadfDHr7DidRv8Ds=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/GeneralName.class" - }, - { - "key": "SHA-256-Digest", - "value": "t3kDzDU/uR3yV/U0ASy7lIisIoxc2SlmRJvQ35AwyqQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat448.class" - }, - { - "key": "SHA-256-Digest", - "value": "LBeATJWmDnSBaZWfEPD1bLrrJ9dBCN/jQW7yVDin9Q4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/Zuc128Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "cF9lHrggYMt1sBzLZaoR5aAFi5KA1V2Ew9ylcxCHI18=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UTCTime$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0fA5DBuJ6wVf0cGKSp5h9eYtn86LAemtzRnP3baml28=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCertStoreSelector$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "iv9eVITRyObzHKa9/K1YCwB94WeqxVH7tD2P7mgWJ6s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/XMSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "f3TJfnrjsH3T2W2IrqeY4tS2HXEtR+x66fZnZ1PRCcc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/SubjectPublicKeyInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "dET7v91BxC/AkTU8wX8ubjRTvJLM+aPOPd/XC+wf1C8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/GOST3410Params.class" - }, - { - "key": "SHA-256-Digest", - "value": "JgqJ5HG8nKLl1zg2LFYr2HQz1dK4v0IdvyWMG1zj2wU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Zuc128CoreEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "4gFybQdGM6VSaGndhm0zZvYyb4L2EWosJXdGyvSeZq0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "PEFr49LJunTvEh12cgze90c070f+Oge+WT5UA1mVKlA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseAlgorithmParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "6xJ54zONZw1/xk9xKLFqIPTo2MhOwlqh/IOv/5sd1wc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$MD5WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y9taeE6zhS90+YbR2H9DhnQ39zcz3qyZQ4LnCGpyRPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "ITHy0y1BYiIdsq5LA/RqJGmp8Rt4OvSGeu8CXdNEZmI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/KyberPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "O0YiJunHD4wKaa9QkkiQEgJb4MXA+GfOvxNdtxoeCwM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ECPublicKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "dgIEGBCSTlN4UmsbwVj7Im5FX3Jjg6ME2IIbYaDBMf4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$29.class" - }, - { - "key": "SHA-256-Digest", - "value": "WEYeLNkrorxDFLeH+lcSnzJuP0ogAtqtqUxkXy6TI4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC256$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "kEL82gmeCbshewmzGB5kppjL7qAa/GzReXtzEYN0KdA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$ECB_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "fiWGmiPfLk48sPH3wLd0YmS8gtl9EHB+pjDAplRLAE4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/Tables16kKGCMMultiplier_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "9A6q4cI05YkyjIr08LxuV1u0xk2QaRcAqjEvYuO6W8U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y3axoKD9ygUb1qVK1PF0eWx8YEhEziIl38nX3x9xBy4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DERMacData$Type.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cxt6L2xiSj/TYNay1SZNwdb/D7/SImvLM6rpDYyuIps=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/PKCS5S2ParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "cl8+OVZGzAeOKPZiivnYGSZowTqSUYcmg/O2QE0FGv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecNR384.class" - }, - { - "key": "SHA-256-Digest", - "value": "tLoklqOadmFxQyake65I5rgPV/CQhAoBL5x1okgWAF4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERExternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "mZZMM3tPGu+FtgAYu5exaRIDBeWzPs17iZT+R8uWUdY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$20.class" - }, - { - "key": "SHA-256-Digest", - "value": "WCQ7K75d6JGF5UURGjz8gVCZWCd1pO52t2mNDnhLmzE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "LCyGe9A85tbM9mq2XldS7HZuYB+3VcBSIRODn1GBYRo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/ECDSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "HdDbNijd5YJzLxd6bUDiXgXZPBI3GnbnxCiQiR3b/FQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XTEA$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "CmW96sFs1YbMpBTnhQP8ElcdZ9xTizrv2bhwvzV/oRY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/KGMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "pzEFrLSh3TT4Jdm4KHrYjjguiJZOuex5IOW7B30eDJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "sMSRIH98so39/fa91FTWpRpisr3J5UtlmyqU66H+SKs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "qkIe3sKRd8gdDyEGOPdCoexSuG0pDtWeGZL38rSB6Eg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/DomainParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "6idrsRLzYcOXk+ojtkXZighiLyecM9cPd7bKvsXeu7Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p.class" - }, - { - "key": "SHA-256-Digest", - "value": "8uZwQUwQQkgxZfKsCsqMTedIUvJrdHnnbNHAOYQleXM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/CramerShoupParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "njC+xM/M3N5ayuNE6CzK1pwURM22Iej7BbQ8loFHTN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/GOST3410PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "xY9U607y2eupumZWc3/7UmqUjyk5rIQeKaBb2l+1z2k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$ISAPAEAD_A_128A.class" - }, - { - "key": "SHA-256-Digest", - "value": "vJ0w0Ct7T0JhH1YHb/jP+fLKT2F0T+aKhvID90dmnWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF1$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "wAmQtJqraw8KKVni2VrCnTpyvcW9v6cmlCZ4U58Xh2w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "sNMJp5UTxYZR9QKem6aU2XyJhseZz1frTjE7Fjes4yA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/SkeinParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "SW/trMhx/CeTMhdbdsgUlAD52FvHtIHspsJi6A9QzXM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "LVCTW8uBDDWkBQLa1M5FX/+wOHS/XWHJonafimhn/ts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$GCFB8.class" - }, - { - "key": "SHA-256-Digest", - "value": "lskaKZAJOndT0oi+1LibM5I02j9BsjYvVKju4oxK9tE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "6IZxBVc3CCZ3LbKkIAae8VSPT6umIsOdNnu6/8jIN+o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_256withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "JC0cubOhNtGz/32HQ8uJxH1S2OjVPBFtCXV5EuIFoyU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/config/ProviderConfiguration.class" - }, - { - "key": "SHA-256-Digest", - "value": "1RpNXkMzOq7k4mBwCchCqfReTCxkneLgYviy9/cCHYE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$Wrap512.class" - }, - { - "key": "SHA-256-Digest", - "value": "vYzbvVralDDsA+Yw+KxJzC4BD3D+/65cAksfZt1LGGk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "590qGQLsHExyDvFyyS3j/OXA+YiRwS/O+sO0Y89fKyo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "2yHQZLM5wSwRvjoT7vvpOLFNsn9Zx7CXpoY7o2fMUTk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AttributeCertificateInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "SEfFgzkrEqXSEoO4V8n+OLfPIRvDai/iR8PA11607Sw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grainv1.class" - }, - { - "key": "SHA-256-Digest", - "value": "k5AwgyC+wI0fayUrvcRAsEct2xQnWWFQH6aSLegDk1w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "WmFIpJbiMBIJ+39paNRm6XS+JFqkry51NcEvSE2RnzM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Doubles.class" - }, - { - "key": "SHA-256-Digest", - "value": "6jtH3KEhnZ9GoV5UvoFybj5NjkaRp0LmqAK9vo//i/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/OldCTSBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "PHKtQ1pOGqynqZdIw2L/SqIP8Wv0vH2O+FzJS3Heb2w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p$Gaussian.class" - }, - { - "key": "SHA-256-Digest", - "value": "AKNbw5X4bmrInYV+zUaWoQx+Y54oQ1G/NKYXxwTflIc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/CrlCache.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yd7qaX2fveT05cXp6o2diqDl+S0wbXBfXIFcKFAhojI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AsconEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "1PzryIcx/bzmWOc/dvJTiZbn1wcp0A7EsXexLrroYT8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/kdf/DHKDFParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Bq6MMSuUakFI6J5vUZWf35srpQhl76gLN6Nsn6S87A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WNafUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "u8QD92mixfZR25RA7uwwPcJZy/tRVAlISGdTlnWxqmI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/DigestUtil$DoubleDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "EyUeezG8bLyB2kr1MP89zGtElE0b7hi1UVvc84CJMRE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "n/MF2eUekSHuTxlZTvFggVc8MNgB4z+fEPDi1bP+2oU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "/PZhf1m5dWfBzfM7rBqygp/fV2kcrOv6/nGtfnP1G20=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "uyftMD9KPHKFuouCv5o+Qnbmc1Ob/c2bRfNS8MAzxl4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "2BnRRilTyvrfZFBx+6Y0pGMwj9o6nBrwliZVoraYWgs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD320$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "45flerRaklfkQyjOd4sLmGX6Jyxr9updxXwXVo7Glek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "zlo0W4piak5RxFvAZbEv1HzJQ6OVdYIUNgxe9geOgck=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "YenmDfX4IHnqa0wgqtpMdAEuhcvYV1JeSY7C4BXTFKc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "duC+uCOpoK7RS8qJjmRUpFa75T9KbmUWgCazyLoTxFk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Msg.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zymtrakkgi3kRkVuFFuXmqDBRU0xWFBB3ivHvpftyBo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$29.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jm0oJKMWZKXnoXMAP/NNcSrZL5t5bX6OmoZtc9OtXfw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "9SFlNzlI1xUj4T6ykAz4+QtWOw8+XOpHul3uDys9Tg4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "y0RvVwEfeNQ5Y8N+6vpZ5f7uZo0AJs06wEki/FqgPn0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "hhD0UsEJnyYZggP7DjO9WMo/19TJzwDdAQZPBVbPRhw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/EncapsulatedSecretExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "vrpvbcV1hL0r6mfp+6i6pO786DHnq8ndCUw//I5FBRo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/anssi/ANSSIObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "OlALy5ZxNUYCVEC0ayp0+bqkHuQ95R3ulW60tKVJhTs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/XMSSParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "e18I24GotYDTPdXZs9/KBuvVtIq61fYrRkfZcwsZ170=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/euclid/BigIntEuclidean.class" - }, - { - "key": "SHA-256-Digest", - "value": "UFwht6wawz/BYVBkQmwFMIr3Iw9yXLLzdjjfcOyrlAw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/SamplerZ.class" - }, - { - "key": "SHA-256-Digest", - "value": "UDN+os64emyFl6XZd5f74adqcu0ybz2ThjrCaVvsTvo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/21/org/bouncycastle/pqc/jcajce/provider/ntruprime/SNTRUPrimeDecapsulatorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "eHN/1PAZfa/zH1Rj1Q47EqEeA9+Vs706DtGr0S3PkYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RSABlindedEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "ofj1R3ca3jcWdmiXiwxmdPvAKCJojYj7QzIXZkfhF5I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKeysToParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Va7MUCMM+fPTmEPo+0AjvoN6mjufgcIOCDPg+lBYH4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "3+vdVIW2wXDok+bqpnPhoOUbDDRq1qveW8uCK1T9eBI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1GeneralizedTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "JBd4Yi/g3kphTWv5TifytJPfs7Zacc5cCGsDsWYUVgY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1GeneralizedTime$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "K7I/fK7q1Kv5k7gDVOtBHfvS0PISrpqOXpxk3XR90HQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$Shake256Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "Iz46g0SSrGmjRIGgSykYcQEz8KKDTgt6TTJc1NiCaTs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/SM2Signer$State.class" - }, - { - "key": "SHA-256-Digest", - "value": "ildz/AVTkWozkEfFFnHzAjBi3b6a0G9SSSpAPWtEETs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "JBS8PqzogNBxblf43KMihzmgzPPesHXI+Q46KA2t7r0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/PolicyQualifierInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "X1GVEhRE4TXxQBmndbElA7WaBjMItMXpVOeQWXp+PVA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "nurBcKGiU4PZkYdyZYs6LAHGblgBQbulc8Pg/Eui89A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "o70smJ3Keh9timWJxbLrm1QhMOC7yuvw6+13BBx0pXA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "w9syyG0l6rDFh87RjwtBefQnykpdUasVvBgHnOkLUhA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "YQNFg23gy4xqk/6WlTKES71O0FLdcL8z8TjTqY6uj/8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincs/SPHINCSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "uXRv/ikSmI5bJk9hR0LxjISZQKyCYstmxVF/x+I+kH4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "lXbI5AZ1b9PJURjCZnLXaqpQP0/LjC17n3SaR6j4T5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/LinkedCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "EEvy2vU+koQcOLV4feHYtL/Ftv/byb6EXrvG9RZs8qw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "iLXtdsIrGTRzEvjtzF6LwAJ77Q3uQTDLqewMNJe6uJk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DESParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "KcJcNWRXrGNhemKUMGRNPTF9XxpMS5XaYanAMf8BcD4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Sequence$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "uTC8/EKpgvAIi+X8vloKp9QGQ0LQcdxAwb47OAfmsOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSASha3_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "9RqkLx8vwx0aVXUGliqwZWraheU/HpzGSFgYLZqYtJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/srp/SRP6VerifierGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Y7taEJvCO64qTuG1CQ4NSQ8fWUgAgR+8TQhI0zlrC0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB256.class" - }, - { - "key": "SHA-256-Digest", - "value": "aa+2SaED5Fv4emRYuy/+J2ELC1GyVCE3ikL5+XNCJYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "sV7Hp2DbVzy7UC8iL1Ncj8afRtJ8drVvfUXMlHUuQqA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$19.class" - }, - { - "key": "SHA-256-Digest", - "value": "bJx8LcexWIzC5T0u/nzTS3XkOQEflNUKVH0pM5akWNg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withBlake2b.class" - }, - { - "key": "SHA-256-Digest", - "value": "qBdPhqdAcRKztBKyi38JmQ+JeWUyBKBCjY7eyfS8PC8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/SignatureSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "CrDexygroAf/oH84NQGTyIDCr5xcX4GMIoYJoDbt8zM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Rijndael.class" - }, - { - "key": "SHA-256-Digest", - "value": "b9Gi8h6lA9ZRjViLF8STwXQlOpTniVl7mDTVAMGBhpY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLAKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "HhRpdnct/X7zT4deqZLBFSesPhbBr0qbqN/Ka6Yy24I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePointchevalCipherSpi$McEliecePointcheval384.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Ge96aXGeDtpRgJJQzMpFSqMrjnGDxvnFthfzYu7erM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA3_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "LWXJf6WfFXZPLc6xW6HNE/USdj+Q8D31j6LsHlnsDa4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/JournalingSecureRandom$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "GW1G6VL4PD54I/ZA/wxuibRlw1ihcMAmvKe+3n7Up3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC128$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "He2nfWzphGcoM97VE5UtSPm8y/9FjdN8yjeSlikjHvE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD4$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Iq0fhJZThl1gtDqa8/pEye4ORJRwJVu1+l/lTEWJZh0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/util/ASN1Dump.class" - }, - { - "key": "SHA-256-Digest", - "value": "Il6lP3tQKRYFJqD6qzEYFVT3NpoW9Zn1ns3FT0JKV1g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/KeyEncapsulation.class" - }, - { - "key": "SHA-256-Digest", - "value": "sjAyegKZM6rWroUce72VLInT6EuwsZ7MaOGgROmbEPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/Permute.class" - }, - { - "key": "SHA-256-Digest", - "value": "cMfXhRjwmbVWeI4Shxa2AN2zv5wVlRj/nOhE2LPnLUc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "uwW5mykmo7bjQOm4MmDurogE6xJAX/EMVYI9atEJmvY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "FzBdNSeL3PdgCMJpgMyzCdWRiBDbt14fBDzVme76v7E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Tree.class" - }, - { - "key": "SHA-256-Digest", - "value": "VhvaCz9FsqAXvRy2pueWGShR23/9E9THBaxo43s5J60=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ParametersWithSBox.class" - }, - { - "key": "SHA-256-Digest", - "value": "0YU5UvBOClPekwYs87Qf8XQPbQYamQFcxX0BSxZdQZ8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "rxwj+GM2MqEec2YMJCvSUvChiVSFaKg7xjhOBO3rK50=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PEMUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "4xJb9GpFxUmw9SRSFLDJSVqg0MhF5lAt10CngCoiOK8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMOtsParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "+lsrNjY/gtkHclJ9KJ++AMjBkXuRZzk+xp1/9cudrGU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHAKEDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "VZFxAv96GCckMeoGX8UvlOCUZgv7xjaPqS/bmlwiaCk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1BitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "ymg1Zn71vzGcKZEp7a+yUZ9GCi3acQsaorvITQh2N3E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "+/eGS2KFPSlUvS7nN/fF5/OxyDsiyVestpAvykAB9og=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/Poly.class" - }, - { - "key": "SHA-256-Digest", - "value": "kp6i6QLWiGfPQ1yO+4IIj9CLxfxoYWWoNRCfbPXsGKg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/RDN.class" - }, - { - "key": "SHA-256-Digest", - "value": "ESspt+NrHyT+Y+NamKqRWAn5DOg502wpyTxanHQGvvc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "IdSBY4IYBg/6S2KJvvV2Thk+Em2Qv6aUhBQOdHRRQRg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestTupleHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "7bs2g7PuFOdFdduV9DlYZnNefA4QqW+RjmLY1Skhjiw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base3_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "NYmuJ/hTT6pZOSP9r7MKVSNbPtkzAWqXVvRuCrEh3H8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EC$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "oyp96eOCk74ubsqo4iOAGkA7KUlXimH3OZOIAkNOgAs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "g4TQWwBpR+5HPKudyQEG6VTQkAEtwj1pClcHZeIwJQ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/WOTSPlusPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "sSp0Ld6Cc6CN0JUPKmuJChwvrK68Uly93BhIk+za0Vg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP384R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "vrsVAvS7RimoQEDQTAyIAXI4F+a1oA9XHg8onM4hKuQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "+sxCn1ilX0dMQy//qj9cUJNmAz6O+8V8Z6aF4agX3Qs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/Poly.class" - }, - { - "key": "SHA-256-Digest", - "value": "zV+B0l8Ev6mZs9LoJ5ezaKVxkF2wXBAbiDBkGK9Trrs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$LMSConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "0nxN66B4i0MiRFEm8Sx602os8DoReewHlf5uHbYlCjw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/CMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "9nBOAqQnjO8gxukp/YmGjNrAGNF3XiJyRMU9OaOvnNQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$SubjectPublicKeyInfoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "nEhjjPumBrmBaXI2TKMsz0wp4uIGLaYD00VkjTndu5U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "SLbgua5+R8ASw+tNUUSQRadMRR2j+xlhDzNQPFPrXTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ECGOST.class" - }, - { - "key": "SHA-256-Digest", - "value": "VQHNUaxZxIY2tfOzU/8RfaZ+DIGnRFdbhZQRodsIe+8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/BCECGOST3410PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "WV5PYkl7+StdOanISV7zGknhfQ5LlL2pR86PIWFgZpw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/fpe/SP80038G.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fl3Rte1L5oZg93jqZ/OxPRdv869E/nH1ccJHxbM88SI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dstu/BCDSTU4145PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "RrozcQCU0kXf5hKxQ9f394t09uDi9TsNphckrYRF25w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ECGOST$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "OrU9jyM6e7hte2XFYkT10etrilJGU2BYN/vAWoGzDb0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/KeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ue2n9QEHKTQ4c7cE3h4V1lk4+CA0xhYf9YaHJ3Tdnj8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "noJeJYCiY/LhM8TK60qxvqOh7fWehVU2UNhfrdyqgbE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ixnWaCT44J+feWwsy5tAf5cOvc1ue+SvhzVdhva6hgA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectIdentifier$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "IKUtqYYrf988vTH59EDlexu1y3c8i0l5ZtK4kCtqJQI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/internal/asn1/isara/IsaraObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "54dq/RzfsWi9+SPKJpRAjGeA6EXlc2p/oQsm83j1VcQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement$Fp.class" - }, - { - "key": "SHA-256-Digest", - "value": "KCv6kC26UsU1tGhy6RLcuHbt14y+XzFGPIEm0zwiugw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$15.class" - }, - { - "key": "SHA-256-Digest", - "value": "l0g2MKg1pn3j0+SNxTkV43qLrOuCH5gi1zlh9bzgbDQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/tools/DiscoverEndomorphisms.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fz9aTwkbnW5BEkKtmU6BC+bX27DYwjqUgibgMwoz9E4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/symmetric/util/ClassUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "zN+Y4HlX5CB7e/5Cq8jtE+uHJaI7YPdSHeo1Mp6U/i8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "7K4y8u6OJajnlGVJmHAyAm7Y3Lu17EfymnzUsDyFK1c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/RSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "jpJGbB9Qoqa/p9tyomFO8Rel7FnB6BUCKetw0Ew4Vlk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/FastFourierTransform.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ozloKjGFOVyDx4HzG3rpNo+EXCoctqWYSl+Zwl8wa4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "x62JicmDi3xKF5CAUVgJ3+ZilRPC+sRMkkTkeunFHng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/gm/GMNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "S+UkDCfKRzaKiICvG3pST3+Hs2Q1EUVlVhgabEcO0gg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/KeyDerivationFunc.class" - }, - { - "key": "SHA-256-Digest", - "value": "df1iYV7kAPgVS8+qCRTuRa9f9+0zL0B2s2IUOd4QZn8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_1024_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "ouA8cXBBMHjKviolsvi5OQqZYyGxLdeDg/FE3NDd70g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SABERConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "JhNhP/z2Q9Zsg1rp2+ndl/2Yju6jCzVjAO9MccJkwHo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/HQCKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "YFrqxJA5KUF3ULsRNGKYs5ENlC48Sms+16CuBZesgWM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$F2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "j5YcCwF+JOep68pyGGrhXdovuSkiLHIr0hMKGDL1QaA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/PKCS12BagAttributeCarrier.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vb9XnMIOcPm9w1djalE/FY8xLiwmD+d318q0KZyjnrY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "oV/s/vp/7N7B57JeFUiieLRr71I5MAhoGXjswbekedY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/EncryptedPrivateKeyInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "mjdG1TAzsnViK28yFmyrh4schEf3eQi7LRBM5hHr6ow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowSigner$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "DwRcflehxt4QK8WO4uq7Oajqy/h7m68aWOa58f/19IA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Ed448PublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "b00eTdhCQ0rCQXIGkvlSeUTTCTaHRlrK8ltHdT5yQxA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/PhotonBeetleEngine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "EUBi/OjCXqi1xOyb0kpcphgyJu/V9wMQHa5lO7SWs0M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Encoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "hcdE/7wAVdEv9hdJhEpky7vYCXTKr7n/WmH++nWlCT8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$DefPKCS12KeyStore3DES.class" - }, - { - "key": "SHA-256-Digest", - "value": "kiuCHLJ/UKEDNWR+lBTXlHZSf79i4/lF/LQ0EUl7cQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseKeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "7aUbXF63Uh0k9N/sYBvvweko8OcqSMr1jqP7IWUN7U0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SSHNamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "9TgxDwzNXvq65pfmQAuj8kDK1SYOe/oTNHg14nC8RBY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialGF2mSmallM.class" - }, - { - "key": "SHA-256-Digest", - "value": "DNbWOAOcfIzXNlvXoJgtpS1bS8dPYKknkVqrhPgZhhs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/SP800SecureRandomBuilder$CTRDRBGProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "4XJ8gUQPEDUEyM/g90hFhwwxn02dG/ST5/IIdYK3Hdc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLBitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Yfam1x1//xm5iqgXv6KofG7glVbgl7QkWhyB1Hwfek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withSha1.class" - }, - { - "key": "SHA-256-Digest", - "value": "wLhmFkAjXsfGmCJzvNuz2ozPz+rlJnVcInJ81mTuVH0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "qknMGX1p/AXLm/Za4X85Ea1036KyIaYpV1Td19zrBJo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "x+tg2scwPaUCme8yuUT03z+lKV8PsQBjry8zZQAfiho=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesRegistrar$Property.class" - }, - { - "key": "SHA-256-Digest", - "value": "XGoNzvQtovCxB+Nir8zbGwxqY19w4HVrSJ6qBDJwEG4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/SimpleTestResult.class" - }, - { - "key": "SHA-256-Digest", - "value": "uWZLDhJ/lFKChW3fIvsgrAqmKWpZUDxDIoU1D4pMFLk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/AlgorithmParametersSpi$OAEP.class" - }, - { - "key": "SHA-256-Digest", - "value": "m34ete7uHa2hUoUC45YA2e5xpgxIaCSpo3uKHc1bnV0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SM3Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "IAUqsB/xK+hDZPXd2qf60qkbP9LIcFN+Rs2XHgtiuJk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CBCBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "+x45FmCFXwcVMuwoyM4wgQu3/JvA+KyaYWxed+SalmU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "S2mVeh6T5fR/7/QD2GbrwM3XYkAubWEgYuoSq79kNm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withShake256_1024andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "tvOZ8BVjzkTcOCvanYnH35n9cN2bG7jQsrrIgXp2PTc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABERPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "hOezH7ObunepdFZeEAD1WBVk9czY7sKXCqWjxCtHAMw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Boolean$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZELqoXRTsgiY6HVK0D2B/j5Luug5ueehvdfV1Zy4dAE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/CrlCache$LocalCRLStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "oUtM9odsHIPRV2bhPQkZz+KkrWJ8zfAbUKTAoQHhTR8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/hpke/HPKEContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "okXKOH5RQtPqLCpxHv7qGFuSzTV5Z4xc1QDkhKpcbTE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "nAn4P3FlGWBXiZBPm5M9FAY+QhBfR1MT9esAYqiv3vU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "8D2Mg2PUtcZFGAljzb3e4d9qM5/AH6lEhqmKPgwChN4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$Mac32.class" - }, - { - "key": "SHA-256-Digest", - "value": "d+pCl6HYGUr4yafxVtA4XPnt0pQyckgejFQhU9rfrzU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$23.class" - }, - { - "key": "SHA-256-Digest", - "value": "soG4cf3YRyE3O3dsgLjolYcL+fse8/8yoAMpFxujo0s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "nzxA9H83vv5xwsNDaiQtFlrf8b05ECyrShoB20b56do=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUParameterSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "Eg/MKnDDErm+CeMUQsX2jstewh+BTzo0Q6UmC0Gldao=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NHConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "rpTKCV5xgDFwitzGNMXm+2Mqff8l2mZKPlmUc7DzQXQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCECipherSpi$MCE348864.class" - }, - { - "key": "SHA-256-Digest", - "value": "AjyjW2ejOKBOm5Dsdg5q5GPNg5XDMLoQQRakjHPw6Ic=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/GLVTypeAEndomorphism.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xp0H1Uf80CerZw2B9owzTgivHA2UukQE5h497swNhfU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/IntegerPolynomial$PrimeGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dw7TF73tq5KjPUz2Kd6tk1U+KXV7LMGyihx665axv8k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLBitStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "25WLi0eb08sRMWNmKEefBtWS/xBcvEHCThUNc/yx9nY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Iterable.class" - }, - { - "key": "SHA-256-Digest", - "value": "I2Yic9iS/pbN7gvRQh4hO3z1DY6L3ASWXsYlpEf0I1Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FPREngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "Py0t4Esq9xudfrdoGmtaG7eK1ls6Virkzm/QYsNCKKw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1T61String$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZGvwqBuR592qlLGiFq+fT9zopZxvvc7rtESC5B9BukQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/interfaces/XDHKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "lNAzm32CKxo2rEZS8/LO+hmDvCI/7S36aEBA/yBZvRA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/HQCKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "XAL/2fQKAdKMM+Z51FJV3uJPrZVDf0HzupBPGDO7gaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$AlgParamsGCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "4V3LTqM8gR72sR0IXPw0BFoAbcYgCtJTm5/GPmIy880=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$AbstractF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "D2KoXOa6T2TvZ5K326jkLOy2ep2FnS/TuobBWjn3Oqo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PBKDF1KeyWithParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PiTXvxCkN97USIwQMtsF5DmDBtvLuS9A3BzE3aDNISg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$TAlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "+0z/5ujef49IUBjGf+SuI/VStNUIQpqngVe/d1lTy+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/ECKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "IzeejIyxzqKvBcjTPUrymXKVhLyx/r1qpY0Cq9R3/GQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ISO18033KDFParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "0CXz/SoqEpS1F8skjfNszxFvmgVdX3nL1PlkNkxswg0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/KEMParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ocpSPMP334g0ic6BI4pzXlNlYjpq2hup42BTDAXMNFU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "dGL0+Vax30ZXPiUQaS5NdpbZdZStB3WbCn+3rqNj/MM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "qOj6R82SMrueN0dE7MpWqBIPsc+Hgb9I1dIFN7IirhM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ymWj20+TsiCe0Mlh9Tb09iV8HVZxqWGhL0sT1VL29jM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/NTRULPRimeKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bk+nJCSxup4WR8AgP8vV/guC3SQdLF1ZgCO9emyCdXs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "fcl8tGzGjDKzqfhrghnWc/P9h95yWUPjg0hm8fEnB/4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$HybridEntropySource$SignallingEntropySource.class" - }, - { - "key": "SHA-256-Digest", - "value": "Eg9c91SVcIO5k1i3vbfhk3lJthxTuq203w5k68ga70o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$AlgParamGen256.class" - }, - { - "key": "SHA-256-Digest", - "value": "YteYDfGvzl3yQhrDIz4oUbJWv9b3WUv+WxhSIumwd9k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/Primes$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "/ZLm8yoii25RYuIUTWSzD1wPCtV8QD1vMe9uZdtnvEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/CrlID.class" - }, - { - "key": "SHA-256-Digest", - "value": "nEfv4i7IjMHPq7v3sQhU0yKgPZ+NPuu/QoGEYKbEBcU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/SecretKeyHFE.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z5QMphRkRXxfMhrIVqjL87llU3qb1TNV4KAcX2kk71o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/CertPathValidatorUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "grp8ycDmdb/hbxoG+aNwxWC7bO+RULrRCvzsoKhVRFA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/RawAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "XPAcbx7rZkVGEXkL2vy2We4wObc4iZyisyTEoonPnpQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_256_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "cIObhjPhjcTMM1Gbr9iFCpl+V2W79+mGWNdAgCRWTgw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/OldIESEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "8YdTwYmJzykKuZ0OTeoxrLYs4bnniZyfP3k7pxxWsQc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SIG_FORS.class" - }, - { - "key": "SHA-256-Digest", - "value": "b0oFP86LsxI+y/YRHA1AK+pU60CD14GPOydAa+G6Xpk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/SignatureSpi$Falcon512.class" - }, - { - "key": "SHA-256-Digest", - "value": "uP2KVae42SALxhPqnjwUbKvQPVFuntTPC+rf7b5cyhU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSS$PlaceholderLMSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sf5YYMHxPNcgUPhN470glmqosoN8rsxOy6CZd0kdpuw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AltSignatureValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "pXGHBVrltJeTYS84X79fVcNQfQfmj12bZExXf5lapfg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$Falcon512_ECDSA_P256_SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "RiX8+TBtVs/57UQ20MEaxnS+dFabSHcbX4jVla2QjUk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/SecureRandomProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "EIdh79HbH1XLW/4fk7wnuogAbvvVw8BZrjjBw0n+SZ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/Fors.class" - }, - { - "key": "SHA-256-Digest", - "value": "JDON2l5I6Us93fdvvmTCEOy//djKGEqCj4omMQ2Xlws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/OpenSSHPrivateKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "PzVRRsjxqTziSWxvov5zwCeTwgg62ZLGGfP+bESSjSc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/Wrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "YXNWwRWH4/QVFog1+5PN/+ecGhQZck+IioJXsnwTmZY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/encoders/HexEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q2L9U2V5zydPRS7XYawseSkwOP+HhdeamLPCdQvwTr4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/BasicEntropySourceProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "KoDBn7Hx/wu2IHstPm572tJMWqvwdP4L7nSWXIht6D4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicParameters$L5Constants.class" - }, - { - "key": "SHA-256-Digest", - "value": "iOhrvWVFlEixJ8Jmea4uNPhalF/68F56x8D5m5b2qgA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABERKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "XbhZH8mcc6E8/CGj5AUSSZTOS1OlBF9urDpS7pXZnIg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "54OM7CfaZ1FH6Z9meDcdIs8aPL//GxEE5kRhtOCWNKQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/CBD.class" - }, - { - "key": "SHA-256-Digest", - "value": "JApPH0eFAKQVXL39GLTq0wXJknMSjEOHkhhATE6nAjk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "iOXHdFL41jQzer3gbR0KlnWdq90ypqulILrOr3qPBPU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "vLNwqTWKDQuHx22Pv41jUf7H70/ZRrouIWPXt/cvlT8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/LMS$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "KktkKACgHuKmzOiTU6xvozAPpIvN8Bd0R85vXT9hk6o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/X448Agreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "RSkJNcB1Vjew3xe3GyilRXgVQFotSvZna8VD9JqOvrY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA224CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "xi8du3kYxcRELuJ9RBZF9g1Ecg/Sy8mqKTVjnYJSqUs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/SignatureSpi$withSha512.class" - }, - { - "key": "SHA-256-Digest", - "value": "5sG2I/LgZ1Ehud6RZFSH4w8hwoy07S5mrWqQFxL9z3c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECPoint$F2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "b9BELxstQoK4SPBfkPIu46zIU3F+XOWWWc61hGKIApc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$SHA384WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "HV89l07MW3AKg7n6VGwe9ka2c+AGFYL/ZCWzeoMjt2I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimePrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "kCH4M68qJSuLwLVgcHZo5sG8OXBTZB5s4+kg+1CNVhE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat384.class" - }, - { - "key": "SHA-256-Digest", - "value": "aCblH/qF347RI+Vts6A+qmfU+Ah+QH/v3VurdbmHIm0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMOtsParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vfgriczawfV4aoWqmZeif4afQgOF3KqrvL1JM8JJChY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$24.class" - }, - { - "key": "SHA-256-Digest", - "value": "z2a5BWe2yLObtPsSZOm2I4y9qESw9KNPG1jYvhbD/HY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/HKDFBytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "2RKB/xDAGuPVcBXPcemPxGz9E6KMqTS8dbBirCt6xYM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithRFC2631KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "OWA62sBOoQOb6VGrY6IHGKsfY7EIBnNv0kBPaZ04u+Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CFB512.class" - }, - { - "key": "SHA-256-Digest", - "value": "eQXYK2fXXcUU1znMqYeQ3GzmItqzPtNfFCd/muIuChU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/LimitedInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "nEEkJhJ4nMOIDXqWjxcvDme+mwEadYnBQD+ihpkFPn4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Mul_GF2x$Mul17.class" - }, - { - "key": "SHA-256-Digest", - "value": "kT0R8hS7a5S4gxGxCz8nd3zNuhczR/vog5af4WkZGt0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/HarakaBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "sw5bnQdf+kEWolnHHW1qhPM2ztFwvBLaclmqyErFanQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/LTreeAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "gYz7BALACkMKCYrVpTX+pVraopGYtL4wRlRqBVK+kGI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cb54glc/MQ6oKuzzhWJPTaDl3TxF0CLmhFY/QZVOchY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "K/MnpXzZNClxCZMeRdzjw9YP61f/ITvDHTG8QjaFrWs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withSha512.class" - }, - { - "key": "SHA-256-Digest", - "value": "K3mzUfW0+1IktvtkdEWDW1rbpAtoAH5/Akz0itbcnb0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "TmFIWq+5OnfDl+VdiMcOuv9qqpp0VU/KsbMyIPz45is=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DEROtherInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "/oimHiRN819azHKnX2flm/3zdwiw9tePYSx+jyYU4Ho=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/Zuc128Mac$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "hdVYK1libsgEPAkFLBBQUu+YiZIrap7bEEs82+rPTvI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CFBModeCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "taanhrHaNChQlwXwaAhMvWyb5dNuKktj4mJC+aPh+fM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$CMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "mJvvwpU+OOF0M571EREscgjlpca0ICKTUjkA+vxiAIk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/ECUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "YbdS+fHjLz/XJXHCBbhWcJaqbUHeHBuSGhRSlrJiYVw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/RainbowKeyComputation.class" - }, - { - "key": "SHA-256-Digest", - "value": "wvyCUTbSOXKZTx1EbRKT4A8W6n37egv3ZO/+nwLNxnM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SparkleEngine$State.class" - }, - { - "key": "SHA-256-Digest", - "value": "XvDR67HPlU3DKRTvrCySKODZuwb3DoNojsztEBBFxHI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/PEMUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q7NjxMvS39BtmUiMotER7NP/7u28gnKJ8mnj5wibh3s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "fLA8lCP2g4nqXFk2azlGLAPxAWyzrNGYBqoEI5sk+VU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "b5HwJiE/ySFY3K9SBVi3FMEjB3Bq83S6hd/6lLYPIvw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXCertPathBuilderSpi_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "ayPHcJBPEUrZGazvE0OVQxpXnNwjLAVBDiyYvSsQp+Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/ChaCha20Poly1305$State.class" - }, - { - "key": "SHA-256-Digest", - "value": "roIL3oiAYNM9bZfYlyHNmIeJQIjWd316DlI8df7T5G8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$RainbowConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "mj3dAv4LFXzWunQjpInM+eRYSFkvsZ37XkgcZBXJHnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$SHA512WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "u3m2tyOS272GfuhSBDW5W6WQuQSyD9WJ1WzkM4Y6u5w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$HashMac384.class" - }, - { - "key": "SHA-256-Digest", - "value": "LjAEA58n6nZecf9fq2unUHpEHGXO3ROv8uUVd0pFjnc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/falcon/FalconKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pd33L7RDhDJIhGzzkCYTPo1+wBmI88nKME+Ii/i5wvg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/DSTU4145$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "xC1MMZoLuL1BvD/bGqNGnvSSEKjGRDdEbNIJktoq7/g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "pRhdyvOX0EgJGe0DGOF6CA4Lm+D9mpPm9T3JIVU+c1Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/ECKeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "qqkJMJ+mbyk8QoQ150G3naPAEWgNwvTy+D5ews04Kks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/exception/ExtException.class" - }, - { - "key": "SHA-256-Digest", - "value": "pq5lrGpo14sGm7zzYd33goIy507w1WUFq3OnXQ4+vw0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "jW+z0DG2/t9oV10pFKZIbHmK4p0J3D//U3uPG1VC1DI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicParameters$L5Constants.class" - }, - { - "key": "SHA-256-Digest", - "value": "jcgzNIXxcM0yqKepxxxmNjA86lONENfxp+p4LGhbU/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUHRSSParameterSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "u4S+hNv+bjrg0HeYa/ikcKcJgnGxIz/E5akulsnac4s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CFB128.class" - }, - { - "key": "SHA-256-Digest", - "value": "XS3GSaW5+jay4oZtBKHmTv/uT/G7fJRXsX2Gmq3LGL0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withRMD.class" - }, - { - "key": "SHA-256-Digest", - "value": "i6AF8iMcYeaP930FjB5pizaWM9tpvn5LIVeX4fPjyKs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/SavableDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "NHE3AaXo+txqgXmWjZKCZQ2NJKBdypkHoi826PlHj7c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WTauNafMultiplier$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "o/LXVA8L7zBLXjf2PAnQTjDvxh6qxEnmVciNqyxJ7Cg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/Tables1kGCMExponentiator.class" - }, - { - "key": "SHA-256-Digest", - "value": "8sTPsPoICrMhfwRSLLWY0ybPFVbVCWG3DQp1nxRRanA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$Sha2EngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "6FNzAN856llIk0sKlZHIi3NILAxlCJnVxz9bJh7mIGw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$Property.class" - }, - { - "key": "SHA-256-Digest", - "value": "LriCNEBYc4jAjik+5F2eTgGlgbCJDRES9jV1LVzfXCM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/ExternalPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "KcOv9RDC70bOm/gz9y+myBNC5GZCvGuu0c7js7f1Zms=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSStoreableObjectInterface.class" - }, - { - "key": "SHA-256-Digest", - "value": "aTP7O+oOagYYSKJ2YCa4jGD1Wg8cdWMllkcdCiyg8O4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecPlainDSARP160.class" - }, - { - "key": "SHA-256-Digest", - "value": "Grz1wh065ijbJFiSJCudN32zfYjsnMpYtbHCSBH6Zes=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UniversalType.class" - }, - { - "key": "SHA-256-Digest", - "value": "6H6p51JEWLkqhAGZmcwLA/pdZqi3AIMmHE5bgj3U5RY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/BCECPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "F7ntAq+n5h1J16dBY6ShNHeAnsBnL6o6Gf/F1rTS97w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/NHKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "vMJ3HgliMRWBPtrimfZQB0uZuBq1yRIgGWWcZjnNEFk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$19.class" - }, - { - "key": "SHA-256-Digest", - "value": "2+wM+IxmUYrJ6BiBMLhNBeNI/jMm3ABvjtmfuWOwmFk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "jei+zUHNeasBVxs2UWRTYVS7DSAR+WOrvdxuqbx6r7I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lsblo5K8gNXRpgfgGJJV2b3E7pfbDZiVNHNHgGXZLvA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$KeyGen128.class" - }, - { - "key": "SHA-256-Digest", - "value": "uZ7VI8BoDhFOCdOCJogsL34G9y+RkvsMMvf++g4pW20=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "GJtTJByRkEkTPfYNToNTiZHf+Fh4ZjXLoyepCXdH8g0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Grain128Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "7O1QQdvFbHnxdtx/Sk+k1/e8BW5tstMzH1WvP3O5leI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$SHA512_224WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ys35nvVCxGnyY4sRTm3HdC3hDjf2BDGjPMGLoR06udg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/OldPKCS12ParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ouMwGweuZaE8lHebVPknnGDQ3cIpDLBrg6otBY8Yft8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUSigningKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "DqzewchYCuBDf/OhX82S6Tn8MJRDl1HGxgFMhseu/zE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/PKCSObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "VUHDQAGpXOnKqbk2uwddrd1qMxfNj0Rig2jHoqU31lc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$AlgParamsCC1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZzolSqFORdCtGuBV+Yil4s+6R+oT1m9LemIn6s76OR4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "X8zJRD90xLg4+5uNG6S27PKeZKD/auWHPdoyrElXtjI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/XMSSMTPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "0ryZyDqYOGScsFc8/dNo0EkYoVlDERNMYtHnu8kDqsg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/BENES.class" - }, - { - "key": "SHA-256-Digest", - "value": "2xTEL/c9wTHdlcioOmviiYyTYxU4BmNzunZ+FVwUQsw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "AwVUrWMlodQoOawfkpVNTNyx6SSNfYSh5OW+UFZ5/KM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$WhirlpoolWithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "RVJsFnanEMLJOf/kzbHPO9JWlj1LM5lIAuBnAL/YW1g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "EH54dR3T1FdJ5oJeUFUlIdeR0WkcOcmyiMaqmoqDTZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/SM2KeyExchangePrivateParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Abe5cA2HKZL15oN+la3O4+Npyph/99AFR1cfDCIQhzo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyPairGeneratorSpi$RainbowIIIcircum.class" - }, - { - "key": "SHA-256-Digest", - "value": "gbPM8L6RHrf1aclzrK8yrKfqg1nl77aY5A1g7Kh8KXA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/BiometricData.class" - }, - { - "key": "SHA-256-Digest", - "value": "YDOxV6W1UEUHOUJt637m4VlCziYK72kztDI9PpGF+3s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Properties$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HBaHn5L9iWVnNsuGGf6e3RvzYri5Eym5LBKA0i406IQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "z67nRZDA6xr/36MlARQiiq1mbTjW3CoRI3WioFfWgG0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ConstructedBitStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "0YFLP1LnnUHPGFNE4b4qjrGy9gvz720k/vGFCvmY2ck=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "E0pSgxKLV5ei4jfMr2TzpqbR7hk+jk3HpxXeAsMiijs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "B+KPA742IDyqlc3Duht8R/ZopV4E7cuN15pn2JFNV34=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "X6hLItRnRI1LN4luOm+xgGnaLbw4A7agp0JaUDIfDOQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "WCywq7mEn/Ug/CQWuQgTiRGLV0Yg8FIFvN7rBiKjHcU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/Xof.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hg+N7mqVYf0qOsnhdsKK0gYl4W1W+oudYNXlOpM4EfQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/AnnotatedPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "R9an7R0QnWn85tPbfECVo+wCIzRPhB/hS35l97Vmwfw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLTaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "YLPVFjD5cj9QZL0ErcDbdq85nYqII/wNATXv3/PaxfA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/SPHINCSPLUSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "n8sRRwjmcXeVB4EdcMUTlPaIMNw9P3Yre5KFAySlM5c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/GeneralSubtree.class" - }, - { - "key": "SHA-256-Digest", - "value": "kK8MWZeYK3TUTsMpPJHquV6fcLf/lwQFqLQ5wveE17Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$TLS12withSHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "3vqK+wLpOghJQqqP4/+iU9QOQxyDq42IYaTiG3x5dKU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "nzs1h9iGJ1580bDDdfEXaYIud04bE28gD0/IdwCwjZE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "b1uRYT/zsmrz2zXgwjC2NorYJPzNOKV170fki6gk/Zc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "DzcAJsbRPq6f988sNZuPCqHDcJUPQ6pUbn7T8JSVsXE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/SeedDerive.class" - }, - { - "key": "SHA-256-Digest", - "value": "xamQGRwLWbBE/KvPIOz0O7d0I5YXWfhhE7Lp3jkXzwQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DHParametersHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "1NTQiMAKs2sYnoCmB7+WKu3yin0z8VuN6kUEN/s4jl4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/KCCMBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "SIdR8tYLweqjZmJnMLsR/Z8ExpyE8kz/yZtwpMgYcPk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$MD2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zce9NCvzqtWMe1yIdKgASEPAJIGD3J15L+I+MK5iliU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_384withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "/fjEW8LXoHoeAFXvoTr/r/iS2gb1iA8UU2zYE307eJY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERT61String.class" - }, - { - "key": "SHA-256-Digest", - "value": "1lSeO6t90S7kkFBlP1dT2Eskyhn/Ff9gvlWtfAgz3tI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/Iso4217CurrencyCode.class" - }, - { - "key": "SHA-256-Digest", - "value": "U7lTB0k6KCUxR9VJf34xX8tLji6lSpmcjdQ03Su9ivY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ParametersWithIV.class" - }, - { - "key": "SHA-256-Digest", - "value": "xDlbafRSAb70PBhz/Od63+devi3UrF9LU+VmnlRd4tE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "BA/zjMw6TKDig9IsJQbdeRLudPasG0r/YAaxc73nEm8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/IssuerSerial.class" - }, - { - "key": "SHA-256-Digest", - "value": "9Ak7n/3oDXtyqw8iXRzxZ/3ZcMDcnXE5QiodFuWHZOk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XSalsa20$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "JfX/zn1XUk1IHM5NvNQwzGdS6EoLB0QINvdtVyPYnSE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "fENA8Cla0UrWlyxFpyRrtVzcQEwrhYXWRLWIgg5APN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/CompositeAlgorithmSpec$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "l2+KlGL+wUwouOThpi9qMio3oEbRfJrV/Qj86ioyZK4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "R3s8el48E8idcTkzPiv6yTqOneR29mDq90m6yzZJQco=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ObjectDescriptor$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "TtDCsv9x7sSXzPGWwIjIeHOjFIwcxtzhFAr3VXya0a0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERVisibleString.class" - }, - { - "key": "SHA-256-Digest", - "value": "h0MD8BNZYhYr2ss3JrpTVA2SypkWoXdONruLWmoB4qA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "LiL8x9rOPRREesbuIrBn9JbhAmfCPElo4ifVCCx7xbw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/PrimeField.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Yx4P2eR1juX/Dmzt2lBIoQQ9dgBQlEuPrxM+s1hOLw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/pem/PemWriter.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Qvs76vG08I0EbopihKWWIcug7uLPZPUOAPDnTzhB1s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi$RainbowVclassic.class" - }, - { - "key": "SHA-256-Digest", - "value": "HdEtD23Tx4da87Tyy6SvGKo/S+yjMm1rEDg3VaMAK1M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "j8C6pDtTTWhKt0MOhEhfXqro1rnqb6wJzHrQrzzuslc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "jOP/oIBS4Z02KvX28i1hRD9XzJmh3rgv8nyCoXhqaIM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "uDQGe7l/TFVW3RgiPvHtVJVO84eR8a6QNPi5kvWImts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSASha3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "0xjE+aB5PwovXXKcPtgEQdMnUGYrR3xcKGx6lDLDjYQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "7IxK3RMc0KX+aadIpgw5CPFOlR5uqvkfgbTtng2YPU8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenJCEBlockCipher$BrokePBEWithSHA1AndDES.class" - }, - { - "key": "SHA-256-Digest", - "value": "TfgF8jgzwa/xiSMDk3s/ZSLl8GK15UBeCOZjsiOspys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$CMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "wCGK7O6dD4K/JdJ4TJcT9nKME8EMIbw8nUWZcCfgWY8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/KyberPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZM+FO8NVw84MtGOO782mbYUTHslqOGGDpC8p1GGsAKk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/ECPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "dQEMiixkBtKw9bs6GRjOlvaG4BIbPKlB7La6jHsGoog=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_512_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y4gX9ZvEjpSb2dveARI6oLZtzDtzJ14EG/25ZiyPSV4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/Ntt.class" - }, - { - "key": "SHA-256-Digest", - "value": "YKX8R4fo3GS1j5fQtKmw8OgIeOML/NEXlIDICVTlOG4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXAttrCertPathValidatorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "qe+A6KVzaxZ7XmdJ/v4mXjNFqmM5QKo14P+5VtwvZjI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/LowmcConstantsL1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Sae+Qnl+7WExrhJWMqhXmj2sgOEYNyEAzuoTMreFLk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448$PointProjective.class" - }, - { - "key": "SHA-256-Digest", - "value": "E8JMDZZ2ngZxL49CZr1Fi/5p4BmXusH2bIoAJu5vIRQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/newhope/KeyAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "3W2+FEVawhEpPQB3dFWD9CzBQcfphNOLqQiYkv5PuUQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "kU8Rdplb5rI09JTLAu6C4z1Idwo51g6vZNFUJJdBDd4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber768.class" - }, - { - "key": "SHA-256-Digest", - "value": "7MHWw4d7LsgPU1LUYMpdP49GCtpq4rHOjZUK79KML74=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "/mc31hQqdHmzRBh03ziM81FiDW42Az6VqFxVWEu4iBY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber768_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "3JbzhtjOS5WSXpKZuoH+svmMwtx/dr4YElyhBfIrxHM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "gfOefSc1w835jM6CdvEeZEMeGr7Z+TW5V7ZSI9Gcm04=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Object.class" - }, - { - "key": "SHA-256-Digest", - "value": "e1UMmAxxWIYQ6DVD+O3BxiMo8KTr3gBmqB/4zZcnjo0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/GOST28147Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "EqGjbXlTtNkXn7YwhVxeuMipJOVUQA0cSLbps5mFMW8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "mg8UgKJngW1js9w4L9e5D2QYXXs+70MJVAAaH4AVc6Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$RainbowConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "KMLuYPif7b3io4loBkdeTI9Lk/7Z0PdN9gH5u/4iXa4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/ECUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "MijRKhqd4nqrOoFaQU7dmJnr5/8EZyephXT+ptEqj9Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/misc/IDEACBCPar.class" - }, - { - "key": "SHA-256-Digest", - "value": "ve+FQpfHFsm5pUZSRWEZRzR8NV7fllj1AJZOZFbWWqc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/LittleEndianConversions.class" - }, - { - "key": "SHA-256-Digest", - "value": "xW+vuNCtKPijpEWKv7RVn/dsOaCB0uZ/OUtTouA5G5o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "IwYE/pOitHBepZqEfqEP1j030UnBBJdGg1NPXfr1auE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/AbstractECLookupTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Bdzfw5ipI9nqdQ881GIHTqmXjQtXy0VI+W8v9fR/ik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/DigestUtil$DoubleDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "6q/SpE5LCXMPNs6s4JBERVISl6EzYULvjh/4OWP1SW0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/RainbowDRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "TV7YoXlKbwJAkrgxTyvXVZN7BKJshpxJgzBywVuMtHY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "71/0srlEyc/YW+sKi6JHpb2lBdMnK8055KRRX0bO5Pw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA.class" - }, - { - "key": "SHA-256-Digest", - "value": "X7DdDm6CTGkH5S3h4llCZUBE2yU04qdaVF1l/tv8iGY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$23.class" - }, - { - "key": "SHA-256-Digest", - "value": "xTTRTg+/GrZesQZPhnQAMhkFSF8QvMVWO+ZGCwtHGu0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECPoint$AbstractF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "pfF/v00VZE7kIHwcwzEws/5cH0hlST7xFHzyEn06ATQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/DHUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "WELN0K+0HZyA6llCb4FUDd+ovM863aAeU6BJctoz+Tw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "F7KMyKkeFaZ8I59tlh7DEXVjp5nnUs+mSCrBy0e66DA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "zroKQNeQliZVUdAnt1pM1d60aixRbzt+ONQxmV7FgCM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "QRUvpbaM9T1lkY7++6oj/209aIWU2n5RYQEozIJutZE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "GM9pgxbYdT5mRxc7qxEvRvd9lH2tOGAW/lL3XV1OIS0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509AttributeCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "QCk5Ffh1JNEyVoY7X+c+s8Wn0+hf3nU8t+t4HXjFAfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2.class" - }, - { - "key": "SHA-256-Digest", - "value": "cLDOvfUexUN+rsTj9dFfn5ojwM1ECMky983q8hlKh7U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/saber/BCSABERPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "qruzI8N5TcujZLOObyQkTqLr3mRzt3Dxe0aT7T3YR1s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/HarakaS512Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Otm3Xq49EfodmfAunA0reVe/gla2xExZUaxBTn7VoKM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST5$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ic3NfhPw4nKMPTxI4+e6bxlq9IEt6VHAPo4Utkhk1/o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/util/AdaptingKeyStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "c4K89X9hW21Lub0kYSEd5wDz+8J9IEWbsZoimSI5uU4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCertStoreSelector$SelectorClone.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZRLtTKQ5N2XNI6/UbBP/JswxfH8ynWmdDp+CysAKZDo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZVFxLnyIqsfFHFYOFVtvQOyRSOkQ3d17ZcYEXC2BnXI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gm1utnNEQnxGYfzHPBzRuugdgip9XXPyCRIrDD5vIzw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "jg41pBMM9lGFwIHajLIUexv5hfXF0cfb8bNbS38rtmM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/CertStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "mxZTREt1dFyvZy2gNQ6xzJ29cRdell1Z1h9eAEfBzEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DefaultBufferedBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "fJtc0UxfAzqchmYZLRpBAzYmcvdaU4lcHvZfFx4ZMqg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric$AesSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "WRQO8SxWE9vMB4giJYnXmcGQGEEWqNju+1yPia3+uQc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseWrapCipher$InvalidKeyOrParametersException.class" - }, - { - "key": "SHA-256-Digest", - "value": "MhGy2jPg2YViGdQXwmuFBd0GEY2xwp5fywqHwHPXEII=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "D+eJKr3KMyGXHD5SUSt9mOllIh+9KRwGVO5OBi+SFTo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyPairGeneratorSpi$ECMQV.class" - }, - { - "key": "SHA-256-Digest", - "value": "tG6nYIGbrL2hb5AM41iSFMrHBRFLjDsT4uXd3uLseIU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/DHUParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lnf8l9JIwcEHMkWEg++J93XG0XxJxv+M0FzDH4K0TYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withShake256andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "qHnfxMUwEj/2lRRg49+WRy1lClEQvPtyppuuOXp3tZ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_512_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "tZhKyljo50Hlxyh2ziLkUeawH8ZzyThwaWxAIWUEvhA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1GeneralString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Y+j9y1gmPH8ewwlcEChY9dTk5Vs8QD5Wf/URlb85ow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/extension/X509ExtensionUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "En9z7fe0v9Wpk/Lx0uD2zVhoP8c/pe77Wn4Hk/Kjqcs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyFactorySpi$Falcon1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "DpR6x4qpLGI/dW4ZXUJ9XSUo0L9ZVwLKPwyLajTsfD8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_512_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "pjg689IIOzdwvSzi5ROuCfrHi7uSfCV/cWlrBep27Vc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SubjectPublicKeyInfoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "byfDFL8ERlPAbCLYU2Tf8SAJIafIlbSqlVjzCGXnOTM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "+I29qhy80NaIGdWZ6cjXvn4d0/OaCJlyw5LFPcPrMTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/CompositeAlgorithmSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "RMtM9JJys1dQXBu6feFFEv97wb+NOYPrkBTBKEufybo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "YyfornJFSwT3Wp7lbXNFISS8qbhdvcvZ3G1vQNXg4Ug=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/SignatureCreator.class" - }, - { - "key": "SHA-256-Digest", - "value": "nm35QZPgOukVVpGC8BWEf0o3YBZRS+UumGlS3S/SIMI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLTaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "OiYf04ZUmzYqWupqwTMpo1uRlD1IRnjqktQLjfY7kWk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/KEMParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "FzEnGQSJ9EMaZaDPA58bi3cRpPMKkXLeGN0B/sk6KEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESKEMCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nza10lARfvVvtcr0MAaNjtP7iqJRg7fJvmvDfwByhek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "zJImpFiF6td9rgT9vbHwsqbuTH7OLmIPmdAAiw1Hq7g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "uvNZZMDVboG/5CnAhXsbDhWSRvSxD4Pf2LDc9ZTadgw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPCKSA3$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "dk6cY4rRngyY0k6NocDiIMPqJ9MTBMoLOoD6AIBKjfQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/djb/Curve25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "En/ge3H/mvefNLi0hKCelDB3Xp2IqAq/P65GRBcqjc4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "3ncc2mGx5DYdXSKZX5r/SrXkZc5+6XRGIk29hDKEIB8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/MonetaryValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "+01nijNp/MokNUPs7qp47kxD8PaqZZofAhllUza5QuI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$Config.class" - }, - { - "key": "SHA-256-Digest", - "value": "tKljmjT8ADtUrNoS6er3FG601RvLaGZ8uaBu7aTRVPU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XTEA$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "MuTwSWRDGwiKuW8RK9E0lTYfK4ovRguhAWrAn2PAYkE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Mul_GF2x$Mul12.class" - }, - { - "key": "SHA-256-Digest", - "value": "RzwVoxmPtbVBmo9TMc5XS5BBhBycqH8IBG3dLJFKAgQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$Digest512.class" - }, - { - "key": "SHA-256-Digest", - "value": "meQUekFf/ZzYPFOz6ohbv5c7Ils6hFRkdiG3Q/yZ2Ws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD128$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "zsH79gntXKKEAk1h4h7sSLl9V9hNb/3oojrObyIcMsM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "9c74G0Ixw/CGts3KOqVakE6SJizSiupbkbEqUygm9SQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECElGamalEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "RsVkHfIHT4x44Wl9X8oepsFnD1Vd1rD8dzpnmOXxAlA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$KeyGenerator2012_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "nApofVTRezgVp61+w9gl1/6nHzdplPBExyuBo00E/2U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZOrptEsYWachA7kDr6BdvbEs2o2XpWFzZv6OVFkCnRw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "kADGzxLlzIAKa1DENn7X6TZPLLN2Xvp8CJl4LJol6HA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "5jP2CooxEUP5Ltku5TxXj36TxxivQR3ddzIBmjs0Ta0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/SHA384Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "UVegpc+3Qu7x9PkXLmW9oSsBA0Z1qPvI8a0K75tIEOo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSNode.class" - }, - { - "key": "SHA-256-Digest", - "value": "c4XoBB9j0pmDnIXmYsKylCMXYuOKLq7TqIUNtxYhq9w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/LongArray.class" - }, - { - "key": "SHA-256-Digest", - "value": "yXv8AknzLZ8RVb6JelMdHYYqvB4F0T+OSS9+k53qS9U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/OpenSSLPBEParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "eTeRExednQRjOOvQhZbuyyIQNBSG/kq00xZigZ2KGm8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD2$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "OoODxdScNJy89++aJVRBNeKgu8TbihPAsjKzXFlQtXg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/SecretKeyHFE$complete_sparse_monic_gf2nx.class" - }, - { - "key": "SHA-256-Digest", - "value": "v7BHPJnjxHqEVSLwgd9EsTSN+OozQGWwyC/5VucmTsQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Argon2Parameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "eczxb5GIkKyDK/FJnplbtiEUDdr1mnlsD8EItk2m9ME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UniversalString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "j1vP+0n2pJBbiuvEoA+BE8eoo2IWLvgsHJ9tnkQ4FVc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "xm8YSGWgo6ONmUF1L1pexGmVk77TuabQUy0GgI+D+B8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Zs3Z3BanzuvsqX7OtGahNI9YSunyufQhY80Octz7W0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CFB256.class" - }, - { - "key": "SHA-256-Digest", - "value": "bwmmk4tj2bkaeV0iKwF8U5SNF83RoGiSMtjNl/p2aHU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "VVCQekYfN0vtItbRkt0bhJa35rqPxb8g0RU91GEFeAE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/EdDSAParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "5B8CqobdHs6iRoHxjrI/yu6VIjNvnTxxECt0jMqw1Cs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/RSABlindingFactorGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "H+6QCb6Rbj0IPhSuRKh0thChJkjRciF+1EsJz1isHSk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServiceConstraintsException.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZKGpa+sGZMWOcK1UPpwuSJ2VEU9Kp3PXiTM+2lkTF28=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_512_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "I4Jm+Q8zVgOkCDq99j29RVMO3vq/kTqYxXK3urXfJ7g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$noneRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "nB2/Rt684KPHMKmmOaCJnfc//CuRw24VrKblkm05mZs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9ECParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z4Wcid2XEh9F5i52tyP9cuR1rG+y/F+Gpo97oa/ImBw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/GeneralNamesBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "RBw9yMeIlqgqPG3roMWamgIxnoxMGebdl3FDkKWUIPE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/ADRS.class" - }, - { - "key": "SHA-256-Digest", - "value": "cbuz+Nz1CAk/XIGahu58GVfrWNCXeteVwzyRoWJPusk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "PeuWE7TjY6M8lziiVo20fR/QHv0KgK1QbUz1gIO5jak=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA256KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZWkRjUUzWP3xDsO3Mu1KFJdWKpZtpelnt3ZS9zLT6K4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Blowfish$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "aMa2EJGRq9GwnvasoFBxR2gzk9IACFchrYdPjRjnCJk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/RandomGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "iaN2BBduSwa4B6kQeIDQ/GTHwE3E2OZIAjm5yY8YDGI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSSKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "rg/jSm1AXI1NDeg2V8XkyvyyJ8Kmv1XdjSBn+kU9GRw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconFPR.class" - }, - { - "key": "SHA-256-Digest", - "value": "6ZIlE911rQmcgw8yce7FnwR+JaspjwWvSdy61LRmTQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_224withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "NVifa+BUGmHakX2ZmfGusxXW+kBQyGKigXz0/yOKiRA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS2048509.class" - }, - { - "key": "SHA-256-Digest", - "value": "oD93d+rOhwG6XfPz2r/HtLCT5ClvUO9M+B5UZzJyP6w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode.class" - }, - { - "key": "SHA-256-Digest", - "value": "H14EB4zrV2ojXrN80Qj4XCu8xFjVvLuHAyl/APKHSZo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/PrivateKeyAnnotator.class" - }, - { - "key": "SHA-256-Digest", - "value": "hDy/BxkweJq9Pstc4L3guhdUUVHeFI+ZMfkW8JqT9VA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "w7wUkTUoFdIJIoccEfuPwya+Yj7Vp+GXQ6zut7vvpEk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "8toqcKtxB0Sd5Y/JliYk6QlQNj0c4sy0gN8Rzm+ZmWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePointchevalCipherSpi$McEliecePointcheval256.class" - }, - { - "key": "SHA-256-Digest", - "value": "6a7LUF1XpZbxVQJoB/Qfe68C7BiaRKiWjH3qIZ4ono4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/CipherIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "t1l95QOeK4toSzpBK5nRJ4ZG3hgBPajnHDX5RkaPbNE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/OSGI-INF/MANIFEST.MF" - }, - { - "key": "SHA-256-Digest", - "value": "G2uoVozlgLUkwIauBstV4dzvrBSUPeYCaD1gy3vy1nM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "8D5HrvRBepTIg0gZ+m/YPDTWhgXfKP4nPlSxoDxpi5Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed25519phSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pa7kwCE5Env+tn6nL77RmY6H1ZWrVr9iVdxpuZDNc3I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/GOST3410KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "KPHY9aYZMdMwmEmmuj+wOFaJzufSXxYQGi6xOC6iqng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Codec.class" - }, - { - "key": "SHA-256-Digest", - "value": "ecomX21BpKYyQkBjeIWXF71QgHPO6mh/sGE9MQwFpTU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4$PBEWithSHAAnd128BitKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "nLs5u7lh2clkcQODtRu7Qk229aZFMCLLqtqXc4gel/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/util/DERDump.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gy3zs+Y5PHswaS9SLA5jZEAtXOLWtp7SsFbfuLlY9rk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "yRBEiG5kMOLgT26QAvDvrt/5AcJB/BGriU1z6b9r5qg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA384$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "rgIn4HJ7JqwP9exBUNQPhQPExifPfPhU3yXbmgGSjuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/SpecUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "KN4uxHJJ8hzivzrMLASgmg+BZ91Gjg6owyo3EJ0rKzw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/WOTSPlus.class" - }, - { - "key": "SHA-256-Digest", - "value": "E9NVfHGwe6iqlMSWlz4yShe9ZeVRatzprE/hzsMwNzg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "v21auYxYUpQQICGguo0HouPmN53/cHsFhBbjRuqhEM0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1BitString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "uYHqWBOIeHlqH8Da5RDor3Xf0ca8ThUFJNEqmBDzG9s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "e8/f5kpwUkNT4OBI89IKsdIX+VCQ9q8kAr4iuGGeieM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CamelliaLightEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "nXKAjxues9l8bLPjf/TIWYr0wmxWpYXwsWrgHt/JuEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash128.class" - }, - { - "key": "SHA-256-Digest", - "value": "cYtPA+DxWOvLf6f2jGHMA9UVM3eOdfSjpAlEOozoPK8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/IESWithCipherParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "j8v20iorl/05ADEIOFIqwr7QGovs6b+oPaJVpn/vyqM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "zMkjaKR5sNIiuf4KzjbsRB3GECgjIAhuSDFWdrsjDjU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/DH$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "OkOBTO30ENgLUIpoS87389yYNghD9llOYAULDoSnyc0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2.class" - }, - { - "key": "SHA-256-Digest", - "value": "4exQfOrvfCMe2OjKWG96wIDdnGIe+ScDYX5ghRid9+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/nist/NISTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "28BPkOf5iqOHqeEeZ27X+ZtQp+GY7hX77McRDlMRrr4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPC$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "yDGUpAte5NI7NfM9yJ5YlAU5AMbIOhY+z0tfaqOcPJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BIKECipherSpi$BIKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "2u+kl7C4TdqRBy7Qylze2e6wAFBAk2uXILTjE+URNjc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/picnic/PicnicKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "+UAIROGVa5AfLTmgHyht0kWpWwLQTr46T7v7VTyTtBM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/BigDecimalPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "nY5DxavCJlEHlV8PyYKZzbLcUZUZ3oFQdl5E0JLxd4Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/UserNotice.class" - }, - { - "key": "SHA-256-Digest", - "value": "LsZrfVH17vn3N2rYW8bQuV5tyTr6Ojfz5NFKPgRuwjA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST5$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "qD3BGGKjf3udgxLYZkrgHUwhuHCeLYJtNarbjUcoNPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$DefPKCS12KeyStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "uW3w7N5IibkM0OLsY5IKQ/o1Rux72cKP72Tztf5W36g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RSAEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "nIqqof5+AGNNHwnniOljp11hwkDoqeGvCagcyUROzY4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/IPAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "ol+M0gcgvnq1S3ZwuC4RTQdGcm1Q/VLEw4z0IptnOow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/PrivateKeyUsagePeriod.class" - }, - { - "key": "SHA-256-Digest", - "value": "/K+mFZE+MQeF4WDEc5HT6V35iYMG6hfol28KhHAYZCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Mul_GF2x$Mul9.class" - }, - { - "key": "SHA-256-Digest", - "value": "3yQS++30khuKtITZBOaTkgGKychxEfv2VqIU3jl3lVg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "FDD62Ud4kPDyc/+nYxnr0Urlta23sCwgYtjjXHN6Ix8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/RainbowPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "k6YptOcgANHxWkrj1BE2SYPQM87j5ikewrTLy68uKs0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/gm/GMNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "GqSoH5FvSkEp2uCGXpkb7nBn+7XpgWU4d6ZeeXgRbxk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/DESEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "c0toKeFmnmhAQxYB4pCZbZD7f/2nc+bz+WecW2TVUnE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RC6Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ojm7WOT5q/tOr/tIuxgmjY72U/sdR1wLD2pnxZi5Th4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Skipjack$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "IQHNyDJYPnmzjvVVHw+1V09Gv6oT+RbCbWi8oCp3miY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/GF.class" - }, - { - "key": "SHA-256-Digest", - "value": "yGaN/O+InbvDD7jLOR9FBdjq4Wh5nvx6UFHUJqQt0MU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/util/JKSKeyStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "DXCn05FgffCNN9qkamV66enOA+I4UEAT63qbB6O1AZA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "UU6GqoqzvIbMi0hPbbsC1/yufJCge4KIEY+BcrN4SVo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM544_PENTANOMIAL_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "448yxFr5y3AgSPOqQbf/YLVmpYxM7+XwP1n7fcRftxU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/SPHINCS256Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "e4s6K2SD311StKGNqQrRk0Ng9+j7/yiAzmfSlTQQNng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSSSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "2SK/snZ2oLdVzOy9PMVM/90ugeLJjjIEyCcDZP9WVWY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/KDFParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mq5/rdJhIzNWk/Y7inHtNSgomNL0IE7inZy08avgq7U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DHKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ykA4lHwrltiVXWO0IoVrkQQtN5jT+mI9awiTF2AbpnA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Hwyq7KGWX24U0KAxD2LFKwtjqqbr3KGZsjRMOiy1hw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/Blake3Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "V716C+OzEE/KivJ7r/Ecv7Vsv4BSpLhWUG92ZUhbZAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/CipherKeyGeneratorFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gtwau5QBdepzshiMYxRZ+tzhmBdC/oNRtCeD9Nn4ulU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECPointMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "q1YKgHskxefQ3SjgIIBexij1RZh6h7LVtMrUzwMrS7k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SCRYPT$BasePBKDF2.class" - }, - { - "key": "SHA-256-Digest", - "value": "/FREdP9SZ6ZvDMNVM/EijgYMLf9hS57LBkwj/Ew9tcs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSContextBasedVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "1LhpAfASHZ//+YlDFUSo81CJfIwJb/f4PtsN7ocydKQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak.class" - }, - { - "key": "SHA-256-Digest", - "value": "OC+pibgg+h0ZeCHMkoyZ3Q1BWv6MWZGvO16B3thv76s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/ECPrivateKeyStructure.class" - }, - { - "key": "SHA-256-Digest", - "value": "+XkV3mZO7jCUaGPLAnXx1ZrH9gjCwY2LbAHYxPi7DaQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1PrintableString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HSY7sqrjLg1XMf1umvl8qV1Ewov5wFy30dPgz3RehSE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish.class" - }, - { - "key": "SHA-256-Digest", - "value": "jlEgiGQaWULEA4RM/xjsfrtsmJRsa2+C/T0sbmk5C+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/SM2KeyExchangePublicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "w1d96B6pRAx87DPhX9zcHe5ufMo2QI1Krh1KiWr/wTI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/kisa/KISAObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "QMs0OgyySWJr6UlS52cNiOF5pNYBGwag1eIInlIiwsU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$24.class" - }, - { - "key": "SHA-256-Digest", - "value": "j/YcC6nF0tryI3tj/XIf4eByhV2pphJHqdi9kZa97ik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/DH.class" - }, - { - "key": "SHA-256-Digest", - "value": "SSoX50j6sHTKW8opRapJNb4CwKaYWJIhAM7KVQZ14T8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$25.class" - }, - { - "key": "SHA-256-Digest", - "value": "PjeLQa/rSB4SbEtCebB8+5qsnvZ7fN03pdg8kHTSr4w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$Digest224.class" - }, - { - "key": "SHA-256-Digest", - "value": "FfLFjtRWEQQncY2ZMrVDV0jcrNOXp6zGCWRYJAy4SlQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/CertificateFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "hrpIyo8WZOml0M/3WnaCP0KoRsxZBLlM9/VEsc7xok4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/Composer.class" - }, - { - "key": "SHA-256-Digest", - "value": "xImubl018ZGF6wix9yEP5C4mRnvB4EGR3OOznEDmpeI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/exception/ExtCertificateEncodingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "fMoT3DXiA6Dq3XBFIDChH5NJkHNtiH4g41308xxm3hY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/lms/DigestUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "dCvkSu5rdloMqApmLPPhX0uv/XQyVVWutzIYcNbnucM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$Falcon512_Ed25519_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "cZdHYUMm2c9fonnri2OWBJ7sSbbrNFMCZtfW4lSwOw8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSStateAwareSigner$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0GE3NTXUBlybHmV43rN97DuyFZa/+kqI8vCOCbqbxzo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grainv1$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "u/6FSjntAT4Ax3KgqWglrVH35l2dpRPm8yAq51yZWqQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$BasePBKDF2.class" - }, - { - "key": "SHA-256-Digest", - "value": "40s2+wyt3OEDPZeylmsaXVzu7Agp+c6xPvfzzckR8j4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "WCpyHkYS9AYnBXSgYjO3sJAQjAPYq+Rkie84v4ZVjb0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "glbQC3kOGOH1AP2Hfs9ciT9u7bjcl0Y4g+jqUBlNT5o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p$Gaussian.class" - }, - { - "key": "SHA-256-Digest", - "value": "zPPlvjzQ/9XvVvfb2Rwxbrm1pmHMUQbxBetmzW8cBLs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/IES$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "97yvcmdf3zJA0ZEFO02nsx51qT434HDRGVx26ARPGN8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4UvgkyyjHcyfndtYyllzAi2GEkWBHrIE3TNUVe6/1sQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/DSABase.class" - }, - { - "key": "SHA-256-Digest", - "value": "81ZI4DpuR5KlsTXJ1o4zJLogvAfSWuaZyY9KMT0rjL8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Extension.class" - }, - { - "key": "SHA-256-Digest", - "value": "rPulMfCVWizEgiwXSS5Ys0r69+C3wxZKxs5h+T5lh2g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/DigestUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "EWJ+2qxAFD/Ozc7kCNBH/OmrLOxr5EONcHSFKl/hWdA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/GLVEndomorphism.class" - }, - { - "key": "SHA-256-Digest", - "value": "H12xhWI9hVWD0DGp0E9qdlvk9SR8OjNqVPD2UEYDqls=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLInternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "qT0+uxAxJTS3BezIHGN1zTZCniwkiilQJrMY7UuiN/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSAShake128.class" - }, - { - "key": "SHA-256-Digest", - "value": "XoZY/wVKFNbi2r0LiN738ScYQbe8FDQTf7Fvy/ody6o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/ExtendedInvalidKeySpecException.class" - }, - { - "key": "SHA-256-Digest", - "value": "wD6n5kTqwCIcnEcEGWw8tw8Ln56a11nLk59Y7qUGp3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AltSignatureAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "GhU+Xkt1k8QKSP9D2I5b4hPqXsJIRJeaRG+eIF8Ao5c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$X25519Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "iZSBh+uEc3Rn3fywu6v92uk5PLXDIWjv4XKA2oPJn0Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "+FctTRwHjELkPP9ob1xkiJeVUElk4SdudXfE1Da5Oek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/misc/NetscapeRevocationURL.class" - }, - { - "key": "SHA-256-Digest", - "value": "kXw8L1oFSOPUKaiE/TclbBxsq1BwebYwrJQy02mnF54=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withShake256andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "+GHO23tqZNkTTuDyoEuOuRlYeXUfV+LbAHpAHPDm47I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "1uJodxwhmUPbOinQbs1VdpixdX0KoOs2HVRWZo4PEfE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/PasswordConverter$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "AHC3MYgazMWck00GtBhLsw0EbxulE5N+8BafoKPF59Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyPairGeneratorSpi$Shake_192s.class" - }, - { - "key": "SHA-256-Digest", - "value": "qOfdA48o/lcThLIdn8BTgmglxqnNhVmqiELc03xf4XY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "hzgnYmSUIt4gfUwH5V1kM3M0ENNwkEz1WFlql2yuB+0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "BzRirC/am0O4XfK8irvM7C3zyLFRZJiH/YUW+xCVWm0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUEncryptionParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "BskuPmW9ishfCcBz88KdzKDGWFpGqu2627Ih05R0nMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/KeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "G/dMNvJqTZgmnVp9KBUVow7LkSxa8CtNyjxD4OPlyds=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/IES.class" - }, - { - "key": "SHA-256-Digest", - "value": "oErF4j+XB9TIDuI5lMb8Lf3RqKOR/z/F1M4Aqt2qUBw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "V5W0e8SG18wKo+EBFhHXabuyIi/DWWndViogWkFz6nc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Integer.class" - }, - { - "key": "SHA-256-Digest", - "value": "pbz8V58/YPvB+IQhdkWi/hEppub62oxOFnxGGzNJHBA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$TLS12.class" - }, - { - "key": "SHA-256-Digest", - "value": "3hw3qF7mphX31oWdGQxPomauiYDtDS0lgCAFnvlyLwI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$15.class" - }, - { - "key": "SHA-256-Digest", - "value": "/HpaXrcQv2qKq5KaWxo7uRgtkbtiH1hbP9JT7Zet8SA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Ed25519PrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "a2EsyKZkRUw17/dnPLO1Q0J4ldsKNvWnZEmtPAQexVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/G3413CTRBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "+Zju28+vSUgVW/Ti4cfGpBgRCaPiv4X1bF67DBuiVMI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/newhope/BCNHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "yEWX0wpUGA+sgxAOGIOzDNthVBZtA4fntaTQoHqWP0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/ECPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "1kA81JqqEd3Ru+AIMm7tgyqNDDdt0yCaYM5kpCV2qk8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Set$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "r7qnUIMHs42C/UO4yOZkXkI9fcPuKgNgJNOtxdoWQRQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Grainv1Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "skOKkV53fWR2w9+FJMp5ZYS3Onajs8w8iRtjamkaCpc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "nLh1R5IEpuBUTSnrtIThQQipE/PhicYtTpZnUq8Ctx4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "56Fmv6edTFABIO6M6JVkSRAQKnqPtb1RACy8oZgqeZA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/ExtCRLException.class" - }, - { - "key": "SHA-256-Digest", - "value": "F9CLa3d5en+CvspbXnZQUgMdUfTNmbGbuS1s+D66tvg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "mFWyYkWIZQL7EtwIyCnv5uuNXDqenVTJldsX2N1QD4k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat576.class" - }, - { - "key": "SHA-256-Digest", - "value": "GYTNZUTQrEznaCahE+9PrXNZbQtV2CxORAx7QlysCXE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "GNTjGDvOeZiNT6jWyeEd+bJy0xHlhd4iCrJVLnTyCL8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/KeyAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "hxk6mW2CcWqwMlaizv7KOQ658YuDi19sUz0OQO40vw0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "XSYQlaxyxFd15l35uZtv+1kFPpu2GGQSO7VTR22qekA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$16.class" - }, - { - "key": "SHA-256-Digest", - "value": "ziHGxxjUz6T8CYt/KTBNZfqhzTdd7lKkQFwXbv0QaeE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode$MatrixSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ty6zxdMhIsMOmEOtD93fwbh7YL1fquRcy2uTAe73dg0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ldy9GI01Ae1rfi929aCzwR5kxijQYkT7Va0O8/zHhEI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "q1GeHQ7kd7kbsO/4wVn167s2H82+/i3JvF+8Ps7E3Oc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Rounding.class" - }, - { - "key": "SHA-256-Digest", - "value": "FtBko1cR/zHoxltOqOPvdsBQ7n2mSwAU7lKnF+0NVT4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DESKeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "S8oFugZVxZktmMj9Cy/QF0051pDB2GLFUobEt3Fealw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/GF2PolynomialCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rk9tswiWlB2k7gbR0JmgpNZAruhzlov+V+Xy69D5w7o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithMD5And192BitAESCBCOpenSSL.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Wh0foRY+MY6V2F4KQjAJZgWAQ+ywOTcAccSIaqdBHo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECLookupTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "7PWPbjXVXaPnaYZFzCanxT7/Xbrw50Av0aArrPEytPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "v/x3nWGBKchOEXBWlvZCeUhIX6N9QWfY/ML1qk8GKJs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1GraphicString.class" - }, - { - "key": "SHA-256-Digest", - "value": "RemygSFff9pvnHmjo1wO80azV3B5O/M5CqWTv96tudY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/X25519KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "/ZHlc+ORNv6e2R8J/8Zs60J4OD7drF9Hy0APOZtbmxM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/X509$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "wCIEznhN8o0F+McVxhjI5dYVm6GIhf5gABP9BQJaxqg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA512andDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "0e/APm9JpskrWEwvp02HEJAawGeh5+oF8y5DjJzlcOg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "HUm9gH9nSeVp36ROcOm/D+mnCJHQDMTabCy+fmBUoa4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "m0/5BF28LeOuFVfY2N2T/OBj33szTE6+SDnnkjBKop4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$KeyGenerator256.class" - }, - { - "key": "SHA-256-Digest", - "value": "bxRSZRpuFn2sI88K4heGz5zJ54HRgYE2JpWIfBnxgWg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "TWKa+L2nwTmjXSOPvOm3svtnxyO5F6hcSKekkQLEkzQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509CRLObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "1vs657VRTRgStcmBbRhVVAV7Uo1iv4fSP/f4/JkbPBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/MacDerivationFunction.class" - }, - { - "key": "SHA-256-Digest", - "value": "qhp+ZxvdOdqhPz5ggWaOi17k66xCcrgdbrfiqRgxsZc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberCipherSpi$Kyber512.class" - }, - { - "key": "SHA-256-Digest", - "value": "3yCzDcoO88UcOPiZYkvPvSjrN9cOFBdJk9/D1qgUHAg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "SwmNftmEJQSsMKQ3pFHp2Xxz5KGzQv7a6eYocQ17Coc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/OCSPObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "e5wbuekfk9WeCTCkzTAW/kxmHTW2s77iuCGsm4GB/MI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/commitments/GeneralHashCommitter.class" - }, - { - "key": "SHA-256-Digest", - "value": "KJVfAEF3gTahHprV/zAJFuQb7EG4JOnnpdcBNdUdNA8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "kdvIDmYXCM1KQQVEva1vzTcMNthThFQfxcyvapRDfpI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/Composer.class" - }, - { - "key": "SHA-256-Digest", - "value": "qqwg33GjTdMbY/trZWYfKMdieyoBnWYyZ9TBl2VhQDk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "VbcuxsbtkwQC1EggOdr9+/5Pcce/15mv9140s6x69u8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/GF2Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "r5XChmdItPjMq22HQgyuOVKmmddCD9qq1YLPz6PVNlw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "ga67471+5c0Kk2wOeelf9GHnukyYjQMnWJ5FxZ29I9E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ey2dqFNnZqJJO/NkhAqLIPk6h9aOCq21OcDoX+uC3Pk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Kangaroo$KangarooSponge.class" - }, - { - "key": "SHA-256-Digest", - "value": "kC0vhBNX7T2WqUZr/TU5iVL3wtcoHtXc/8h3gkS8Ev8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric$AesSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "+3BvVnKid6CC6MyfYtwfnfmEbuKQWhTiPivQgJ35WgA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "enhzxJNmFFT6roipVOq/of+BEJLMyM/wfUa4+K2x/ro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "T1Xd2zOgldwlS4uX1EPf1PKOONv2xKjOVcx3bX6DU84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "x7PCzw9n/LPKNUvLehz2jNQDB2AbMiekQ2O4v9aDRcE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/BC$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "HgeCg2MszVqtgfo0lL++8GqXUP2G6U8rYTCoVMZbNmI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "W1KoY7e7z8qNk3iyI9C56tJkfpiGdwIiOF0OLRv7sb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/style/IETFUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "n1MFHevqchNM2awCCghYuSE5mHCL90ENk/G3pZaUfC4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/ProductFormPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "BAOhOOwoqDrOX79dEw9Qm8qJnEG2VPrPbDatBZ2CTZ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$PBEWithMD5KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "vIqWJYN8t07hr8tB+kXMN+xb1NzidJoKScDjsLMG658=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "x8dpNahUzghS2tZHTwqT0axemc25CBmpGej6H4BT6T4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "zzT5yRal2LzHJadRkWQPP83jaeVF8DPxY1B+8HnD520=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448$PointTemp.class" - }, - { - "key": "SHA-256-Digest", - "value": "IFzEwWPCH78P99eU7baYwvnhhBsOnO5EcDIvhCRPgnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_512_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "6bHjNtD3eM0guzgsKYhCxcOp1t9QUx0rIFm/FtcpuWw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448$PublicPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y4dAwsmmPFvXFOkP9Tq3cFvGT5Bu+b5122DjV2OG7lg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD128$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "XWArx/0wdko0pFG6KOF3JlU8GwvmfYkdcJnj6ZCrC+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$GCM512.class" - }, - { - "key": "SHA-256-Digest", - "value": "HTJVcvlQ5oEZuQE6Qtwzxsr9iwwRT8HbspRnRok5E+A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "ELh7mwm0zCaH8FyXkz0eAlgeGNr+dhQSM/nYsr2ixlA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Strings.class" - }, - { - "key": "SHA-256-Digest", - "value": "OGcXjFXcBf0+u0lwCU0VsTKgs5vtZ8ewpTAYixwGfVI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ua/DSTU4145PointEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "gxeM40w2gxFmz40NzJFSqUoJnggApMxtvB/V9EOr8+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "FzB6MH7HsV6XVg3Osy2SyUGfDjRISE/JDd/9Y55LLZc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/hqc/BCHQCPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "jpptSHEHY1pn/iXndn1Ws4s9RcIYFuBgP9MolF407Lo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/AuthenticatedSafe.class" - }, - { - "key": "SHA-256-Digest", - "value": "WAar1IMmgvTyowDhHPXflzR4dIGjHC+AwRDfzQ6GfOs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "gEbA2gixJGe5igaU4ymV2g7OM9QgkWkYZ2wQoUK2jq0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "w2+CzCqXKHiTrz4DoYkuCElmO8S5K/cTJapzGN67IvI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceFujisakiCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ht9PfmBWcRw0Wwm/rHy2GjMhACYzZx2NcBbZqateWqM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/CertStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "D5ymxzuM+ZmOJ/qJHkTv5ETxbnqi0pnBX03253RfnXw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERNull.class" - }, - { - "key": "SHA-256-Digest", - "value": "XFVYnwnt0mT/KpiaPArmMcln1VqPG8iNt9zPSI8Ayr0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash$Mac48.class" - }, - { - "key": "SHA-256-Digest", - "value": "jPoNiUhHMf8Gasq5uI7xi2qb80Q6UutXDYm8vnZu3qM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509StreamParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "mEVWR66R47BGrBozOtaiFYD74CCu9Qkz4ZLGCOlXbsg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/Dilithium.class" - }, - { - "key": "SHA-256-Digest", - "value": "P24AmF+4me0vcvhSCX5d89ZDZb53bFguBfN/jpN7Y1g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/X509.class" - }, - { - "key": "SHA-256-Digest", - "value": "nQkd2GEJiKPby8KXpdQyWOhuaSykweZ5n+a9tGdnd5I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BIKECipherSpi$BIKE192.class" - }, - { - "key": "SHA-256-Digest", - "value": "cUvpf5px9CG2rQrRbYRHTiikIXyD9ZLhL6Y6qFVzBo8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Type.class" - }, - { - "key": "SHA-256-Digest", - "value": "OzPRqXG3d/IVCjulqu+vugczjXofFxQhPT0t1yDcQyo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/bike/BIKEKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "1IWMLtAc/eBnVbwQOyHqxoQe3lZffbqqct9fCY8rSJM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/CryptoProObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "+bHTLidiZHoI8LMaaHkP3OEPM3evIN+rp9/30Tl/UlM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/HRSS1373Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "OtgPc+BjJWJ5BBLaBoCWvpWqsHN6vvFwckol4gWyEy4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/TwofishEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "70FrqbyS2gWXwWCRFj7r14gw5JDmbtpkODtYMX+p39o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Wnaf.class" - }, - { - "key": "SHA-256-Digest", - "value": "jY7THOSV1YemVAd+Q9UQqHiWZdJobmxK0l7CPVbfdvw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "zEf5J5VtxOYd6AnYBYLQ5j+Lx8NDWquGc4m+FvNIWvc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$SHA256WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "KeA8TT7AMcIUIyG27YU015cbDcJWtECannpMAnOa2t8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/SignerOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "r3fUQnEcbRxIVZkH6nCAupSw6nFM5UuWoJyoc4JqqP4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$nonePSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "r16Pv/3bzEInIl7PvT4z95Cn4gjtSIaUa/hcg9WOcmU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS40961229.class" - }, - { - "key": "SHA-256-Digest", - "value": "MU10Oyw8fPMUK9bN3KIDXc+XVMQq94tJctzx+KtXtrA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "0uhxOpB8SMhxtOWNbrKDqi3l/7sIrYkWUq/OdM+Dr14=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "+Znysg6iTXMCKGkfrDbqW2DlGoM6lPD+1u6bfUZT8JU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Arrays.class" - }, - { - "key": "SHA-256-Digest", - "value": "2vXdIOZRf1AG/0kopBKld2FKU4RnEwcJsWxz3jokAqg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ElGamalEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "vct4RYTiKhy5ecglSkwL3w8B6e0BmoemuNYu3fy3jqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/StateAwareSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "/GvbXFw7n1vs/7o0hT5bdkFQEOcYfuFdLGcUQGzQN10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/BitsOfSecurityConstraint.class" - }, - { - "key": "SHA-256-Digest", - "value": "f7is7IwrdxOkg+VJpY1WJRnRocEnsU1I/PUeKTMWLoQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHOtherInfoGenerator$PartyV.class" - }, - { - "key": "SHA-256-Digest", - "value": "JHCCUWKUV7tR/vPXZh6Eq2dzinF6DjYXlOEpSTLrrBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "ECwgrM6P0abEIbyEEwttj3VEb37cyqepmzewpaW1umI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconSmallPrimeList.class" - }, - { - "key": "SHA-256-Digest", - "value": "4quQqG73yemfbeHUxzBK+b4BHRhFMkhg9MXICh/JHXo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/LazyEncodedSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "JBnhTu2tMKnizt+vPCi70h/Ml2x9IPFAcM0kJBvkY3E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/LTreeAddress$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "47L4p1BAOeJmHzvWkk1qfi4qfhXpM52m48e8YGOuqL8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/GOST3410Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "lE181JRWLKSnve26epyWmCJ8m90DQqdpKgdsTF2ObHQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "eASD0DW61aLSmXaVyvKgWOS1OzE7ksjQImJ2AOGIsrM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/CMCEKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "xGPNQAv72UN0Bv0H3sB2IVVjGFJO/zXCP2YkH0iqCQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseBlockCipher$BufferedFPEBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "r5+rGPjbZlep4Lz2aJqrFylKcS5vdWTrGpY8hcXmkfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/HRSSPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "pI7qOKa9dd8A9S7syPavXUGTAbtHx79e7QdiGj4yOUI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509CertParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "SrrZR0O6fLbohzkPtP+NXobtaom3GJG7iVniBn9RmvU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHSecretKeyProcessor$PartyUBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "UK5oyT3V305b4RsSVhlY8djfJpKWzIehuvVbQMTziSc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$FrodoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "iF5t+SCZsiO8SAC/lKfHYVeTyJWbOUfsmAWNczwC9nc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/Constants.class" - }, - { - "key": "SHA-256-Digest", - "value": "tvrff2mIYuVYxxbvB4ny2dcspFYZ+z6xApb6fbO4QgM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/BIKEKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "SDhdmeuJ4SbmB1Tf8xYAtY39DOZLj69WPt5XeT8AKxw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AESCMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "CmEUDndjXE1KXXJah9S8UF6WbCfHZZ/sj3I5CSWG7ss=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/srp/SRP6Server.class" - }, - { - "key": "SHA-256-Digest", - "value": "2isK0k0ajO7/b1gJmbn93c1M0MraI3Xu8hFb6ZkxVAY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric$ShakeSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "c5EdLC/BO6XCN6wm2ec8c/lm4SAj7uCziixggq440fA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "kkdXmGRB5CWMWJ8UJGK04TP4+s31t9V9gQ03s+9iKcI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "9JsGfJuB11ZIeD2+hbkezIinsNEPwwvZqb2HYwHloq8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/AlgorithmParametersSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "lOkg2Oi0p2alqWiBy30agIvPy/sH3EmyBPN+EtpTUXc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$18.class" - }, - { - "key": "SHA-256-Digest", - "value": "oqfg0YziO6LtqjqLtF4kDuTZCkNvefuxVSxRHu7ebUg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ExtendedDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "MopzDIgTSwkcPEDB7urpAibHIoe/vqwWGRYnancmdtQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CertificateImpl$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "7Lin+ADx7QYrnjCkKNsi/9sxTEqmJmjMqP9J9TFWiSc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grainv1$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "82eO0rQs0ZUjxwTsUJwbU1h/N90vmrjZ0wCiJnZbRS0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "JZlBWJ8gWzuqOaa/2NaQtRij7wwXykh4K1xUjcGy6mg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/AlgorithmIdentifierFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "jBPEZWYdpEbeqByOBrTDEViCYxKedVWkOzIqxPgabr4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hu4skiXlW0dLkWDcTOEevx6FSIPOGHag3U+pom/uFKc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$PBEWithMD2.class" - }, - { - "key": "SHA-256-Digest", - "value": "gDBjWzZT/FDmccTq/AXhPaHet5Ex72E3mOYrVeDEqS8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "5aCUvOfub7w8zidtyqdtMtYk2Cir+QQ1q+/M4Vl5rZc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyPairGeneratorSpi$Kyber512.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pe1gY+spNkSxauKSd/m8LiDX+SJ/nO1vL1x3gpdjXho=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "9e+myaig+oCpPfcJG7LcHWyM1RD1LUY/11yvgUKImcc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSAShake256.class" - }, - { - "key": "SHA-256-Digest", - "value": "S8XJCOg2148NEuGHSnd/jAqHVhMV2qRLluuTSGy5ZYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_256_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "eMTJpi17zvLLiB0/osMMrYvb6MqmR4pJ2iDzPaoQJq4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/PicnicKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "fPePtZG5LszKc1rob070AKdhi1urab1ZGH783YFKD8E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCertRevocationCheckerParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "y76f077giqjpfFNt2fC2cMzIeqFKLgFa/jJdRmz6VyA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/BCMcEliecePrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "fGoBBCz2ByK30x3vd+T340EVZs8cf99v71KB0px2fF8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Pointer.class" - }, - { - "key": "SHA-256-Digest", - "value": "YA9+AuoN6Axt4gnW7wnVFRds7VgrTQtdsmrc80F0Z+o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "MfNB3sdjAlc3ScKSc4fQQsjBHzB+6540PvlbE1G7IUE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ElephantEngine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cs3AV47bOmQsqfs2jcmDHJtg/j6CJI8PSrjSSoHuB6s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RC2WrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "3RGmlHLRCH8NlHcTxcucfvaS9T9K2LuGHtM1o8G/fIM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "foKkpLl00Wj4Lydn1Muu6zsyXnW3DzGO56eAdBQxgTw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreLDAPCertPairs.class" - }, - { - "key": "SHA-256-Digest", - "value": "UOCecnoROKv1WBplbip3ObuPKfDSdYr3Ql6ARNqpERI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA1KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "UnVFaHO1aWrHSYuSKoUrS+mZ4S8PfhvImOQ5PX/Rpzc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "er5KDXQqScX56lEq0uCbx963kTrCDCMnHgUnbExyhds=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/ECEndomorphism.class" - }, - { - "key": "SHA-256-Digest", - "value": "V9Gp+K8fzE+jCFfKMewiUgLFks/CGGY8kcj2vs6hemM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DerivationFunction.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Ahq9MolSIuRT8jKZx0EsoCL8JskeXc5cBeM60cITgU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/KDF2BytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "3N5qb7NADYkVfswyGM+vno0S/TxPsauWFVdCqjKLPPo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$ZucMac128.class" - }, - { - "key": "SHA-256-Digest", - "value": "juPivyZzbEurLbTm+mi7nsMXeJrt3owYufcFULnI+Qs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509AttributeIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "DIjIxqPlJtSmml08w3eHxbSGfKWEyh+tDX73fbzd8Is=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/jpake/JPAKEPrimeOrderGroups.class" - }, - { - "key": "SHA-256-Digest", - "value": "JCCyFwKA62YM0997NcSJ8JwswupuK6Qs2Hhom5dF4Ow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_1024_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "liSlCJCclb/HGQ5qj4THJrVPCSZ6y7RWSfjiRYc49so=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "3RfzyZGOc6LA85cBfcC+PvZA11L5sturwO1EDDgvNdo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ryvP2bp9FAsxoJwjYP0b4l1SlrYD+326jua69eLuhbs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_1024_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "UaerhSyggi8jZUEIT2ViXFNlfT+4FRAhqgXV6xhA+q4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/KGCMMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "W26m5wzaoX/LPmRO6otzFtIZNX8rjjUK79uHCLWx530=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rm7c3FunVHeGrSM0iI7wPukcmfoo8Bs+wialUQqR6AY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/EdECUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "58ArbxoSFazISTA1oPslM83zSQomUf87HttWIe8qkq4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/MessageEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "sA8f8UEPix07NSYOfCxY2yA5m/iTEjNBBDRh9VJWG/s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "ukXZFLxOSMvCiqk7pORpAEQ4NGD9FTOPQvL4Yyw5Ark=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/PaddedBufferedBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "yGpZPXSG6nScyNhBP8uZGew+h+VJXacATulrX76GzY0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SPHINCSConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "me1qViHj2ADD8gOSEgT3u7D7zUV9YzZP9E9TGgMBVh8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$MLDSA44_ECDSA_P256_SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "MgLsSx6+pH9ZKEEJt9c6dZdXBCHRzJ75PN2z8UFiQaY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Salsa20$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "N1foHVPozKva+P6OKOMairbJjzsRYELBF8+pk8H2l5c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/IncrementalEntropySourceProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "BL3nxeY1ESlOsjs9aHR2xV4SRG5GUPtFE01oGXwJgE0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "HrycLU02Z6N2RwOAC/FzKxe//JmeO4tBf/ZB6dOEqFk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/XMSSKeyParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zjq5P7JIXGkp/vmmwood8hKftIb9/W1SPe299SQqOhs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyPairGeneratorSpi$Falcon512.class" - }, - { - "key": "SHA-256-Digest", - "value": "yrhBCHco8MuY5yN/yXRE9Cb8v6RgRvfjt2c7rnaLDmU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "6m7D3lxnO8AliKfDM5X+EypUVyOfyS2o2yNUTY9XgRA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/ObjectDataSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "3L7ZuBbPGengtVqXX1uNQ/FG0GGGD9kqDNKGV8R6Z/o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/ReedMuller$Codeword.class" - }, - { - "key": "SHA-256-Digest", - "value": "k5mqUXTuIJ9Jm2M43Vw6H6+V28oZbnXFi4WDl+U31vU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$KeyGen32.class" - }, - { - "key": "SHA-256-Digest", - "value": "GWcxmVnsALStO4SMQ5AiYznRaYJosB9QeN1WMYYuA7o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/X25519PrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "RPR5Y+kqBJMpZkqhLYtx0ME9Jc+b09BwTECKo/7Sxro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein.class" - }, - { - "key": "SHA-256-Digest", - "value": "1cs+BD+0sR+f6knn+HU+3ugaQTNEKyYvSAJBpfx6slw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "+cQEXERPRd1PEx2yTexL+bjXUMwCAUT7jXJzHu4JqLk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$CMAC_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "c2X0dEV37Jfg9LW6LfXLPj4H/jjkRTtmeMbKu7+FZnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/DefaultJcaJceHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "xLPmbOHVRTV2YOG61ML6GSMbe17YV2XWnIoOSkYkIWg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/GMSSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "unlc2wjYA1CalvXntagKgJNQxbc14t4UvxNMTQxyjN0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "EWFtkAiKdjbIX2FYh1rtqm3viQpt03UCjOww7H5q59M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLExternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "3NRUZYNhbzR8LJnA9NnSY5WU490CghaJdwCSjTnmwPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$MLDSA65_RSA3072_PSS_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "LaFBRYIHoGf0jIUZkcP8dHEe60g6GmCyHExcS6+0YnM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/StateAwareMessageSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "/n3Ge7vn7wy7jYtL/PRd1yIX8Dxg/TdlI86N/4QtO9Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/DenseTernaryPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "bxolGpoReUogHvOU57hhV6J0k3nS2GoGgGJUxcg7FUM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/BlockCipherMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "thoa7bhZNKrSN0xARjGz6INdiOhstwjZhY3vesHPH/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$OFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "8cmMgBq4y2cJz8O2rQS3sPGeWUDWC3y10O3RSwZXwJ4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "8xFuctADiG0nGRUKEv1l+lWl1eYt79u8ZhmBNWKM4SE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/PicnicParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "GM3ZTq2YEH4tI5T7psf0FttpHqX1l7+ObxirbDFipHk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base5.class" - }, - { - "key": "SHA-256-Digest", - "value": "U5Jz6oyRUneP6vPKu22gpQ7fpIh3xx/L6+dHIZEvDyg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Rijndael$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "MDtnjivnVFofSs89Fdi43p53L7iCop8fLq3hg0Dxi3o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSContextBasedSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hdar80mwP/wpRp3qETyfsZgmIakfZXfKfdncbdHRvBc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/PhotonBeetleEngine$PhotonBeetleParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "OmHrS+pudElRqUwtExUpHqzATK51yp8IKMpyzy4Hc0A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZKo0PNW5ujxEDG9sIYP3jJFokAFbRcow7EXFVMpaQc8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "4lVo99+XdfA7neciakVHqCxwGJVLLgcEmAn04ZOJ1co=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMOtsPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "JfBw9vQ5ZTIvh4ZzkQrmyQRuJ/ZSjLoqEFsN8tZVO80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "4LgQNvb/Z/7E05vqLsXfvwgr7IpdZDykUozBjSoqE7g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/CSHAKEDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zy/oOH8Y9iMDUC0tljDKm19qnqUCa9tWn0zWpqJP1gQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXExtendedBuilderParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ucFZADecd2L609P8BODpP1DoclcVXArJLaQQ8HOfzy4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "f9LZhypJDs96wqFyaWErZjR5B7xWB7KCwahb1ibzIw8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/pkcs/PKCSObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "VBqFPPDTjzUTNTaCxXRpldYoGdrhR6pYjaJO5I4a5ek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB512.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vp9byfe2zyXtv4BUN8Ts5bDZ0bjzaGkz+7psdFGGM5w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUC.class" - }, - { - "key": "SHA-256-Digest", - "value": "R3rogsa7y5mYZBq+JIXAAtTniS3Dow2X+kLRbmsgUvY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "haOl7v5GstQqgVXiKfisoevnM7J7j+PujTLZa9INCDs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/Layer.class" - }, - { - "key": "SHA-256-Digest", - "value": "SJdcPjhbGA13eEtr+1khtim8K8l9VR6ZAMT0Gd6bFdQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/anssi/ANSSIObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "o0hhxHxvWou4scafLXB7PGHPxn2mypj6pss8J87Ggmo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$CFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "dn0wnkfNmjHxsA2gU0e9kftf70C247z/wym6/zLe3R8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withShake256.class" - }, - { - "key": "SHA-256-Digest", - "value": "MtA83cffBgUjcyXp5p/dwZ8b6EjbEgT9rT4OMeXkKBY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "gnC7x9UZDiiDPkezMWZkq8tZ3SyDn/l/PaY+sO+1o34=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PBKDF2Config$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "TFGjdtnO7VsMIW2USkJWY3LOba6KP5ko9r3JzSjNMHU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CAST6Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "tnkiqmr+mZzmcGu936b2f7PtZX7JMDoRpnDb34sC1sY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "N5dCrO0BkrMLzjp23c/G7V//3I+u57+C+m4SaY+dD7I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/RSASSAPSSparams.class" - }, - { - "key": "SHA-256-Digest", - "value": "INyvDBenOO4tvkTmY+pviT1IWS5kG7wLwW53Gl9xeoM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXExtendedParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "uNsnugOt9xv17gHvxNgdpwt+0ULGQMb93dcah9EcvNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ib0DYo705RLQJ61COJ0vM8psiX7SrwbCiewmkf/LInI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "ckJJKI9pUJ15R45IjPRsdkUc9gzBdTo+UdIOjJ5sY48=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ExchangePair.class" - }, - { - "key": "SHA-256-Digest", - "value": "rkJifJlk5P4jnPGCEnMbxug8h8oO4NfMbefGZB1QsR4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/isismtt/ISISMTTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "f+GaR7PqHhsYcdfYrxxumVXfcJlW07KQUb4kyOcutbA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/ObjectDigestInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hj3GycGm4I5MK3MQVBqr6oFgSVGL3e28+kEPYY0c1u4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/EndoPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "fQ51v43ty8LnbnJj8KltZ7iT0YBIHy3Jx1gZt0wbNXU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/AEADParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "9Z9p6XBIIEaBdD2xdkISQ207LLgzYbDGw7C/hUcZj6w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p$Gaussian.class" - }, - { - "key": "SHA-256-Digest", - "value": "UYuZh2BgxaPS9nSawi20OnU1Dtl+4iHAMLFb4mAx4lQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD128$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "xTE8Ska15llvh3+ldUJPIEAV0IdrMjV4C3ncZGOOlio=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/LocalizedMessage$FilteredArguments.class" - }, - { - "key": "SHA-256-Digest", - "value": "nGBBZiEcO9toOe2bEWVYl2sR7AqUxal39XOAfsWSHh8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AccessDescription.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ju39u+QjhRN8yJnMIEQ/s9yMg1XnuEzQpMYBnC6ixPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/DSTU7564Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "E9YzhsGg7U5PdLnPcBOAlulESEePDbC64QEefyX7X+8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECAlgorithms.class" - }, - { - "key": "SHA-256-Digest", - "value": "eHRkOlLeaeJZx53JX9XwfUbh+WKexs1KEvJ2o4VW02s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/G3413CBCBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "mP3QDu0Vv/qD1JkJhaZnLuoX4iVRiWAKuSCCV4uVVW8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "gKK2WsxugUgOediHIMEpdEEJza0Hbu6S9dI/sgJBVmc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/OIDTokenizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "6YGhzjaHW0AeDNaIKIquwzFJLzCGU3iXcECoOBRkD10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519UwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "DZQz2E4ilT15jc5V2ZPNfqeCgoGGXJGKuC6uit2g66s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$PSSwithRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "YVgOwKgPPPFrHXUAxXl/yyAJXO+NZ+eZVj+8w52eLLY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$BCPKCS12KeyStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "58FwDVzFdUTfDKBNOX9Gks9IbE/JPhZbGGgl8oEsy+g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "bPN05T+qtsmI4s+MidFxyFZrbmvwgpEDvNhTWnhG8gQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/UncloseableOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "fHEJmbMCP0K33/G6Bdi35pMZOIqs1MUdeSh6iCwLvoI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/SM2KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "yTwDWOGgCATc/LdWL2r1CpnD3geL06etJhgtgqE9/fw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "lpt2j1B7OlbuBIqcaqTJmRQ+mX73uzKN5DgGs+6CyVw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$KeyGen256.class" - }, - { - "key": "SHA-256-Digest", - "value": "3yIYm/dqoJ5HV6lqn7yBr8V7fBWG7yWlF9C7Bh2NRFg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD256$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "fQ5XRf0FLuecDjFA8TNTKCibcZBfHoPqbb3TN4qpdIs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2s.class" - }, - { - "key": "SHA-256-Digest", - "value": "I8uPlNpPTGeZwDdKNBwZZmCud4RZfmjalThN/CICwuo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "nW4HkbUMm6SsMEMJ32ZlbwG31zNoa7E1c4ctrH4CW6A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z3E4aeKn0S2oURJ4I34MFBJM6IGPJqmpvNSg69oz9a4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "ErCwjDpO/2+Wbk6UwCXTe4dH3tTk2QrjW35asc6WfoA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsaRMD160.class" - }, - { - "key": "SHA-256-Digest", - "value": "monpDtuJhziCOp+H0zHuZiTGnA+bJBr3Xg2q2TO1ppA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "h/SiFK2L8+FWYnZFtGGkRUZBzRMRJEImKKU81pr2NzI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/falcon/BCFalconPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "j+oDlPx1tCtg8PhnhJWe8s819dVLiTEzC+wctonQDnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ParametersWithUKM.class" - }, - { - "key": "SHA-256-Digest", - "value": "WX/hmh7GP7S3iDa6EL5AJ9byULAyHqGxJsDjdFe5iGU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$PBEWithSHAAndDES3Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "ejnjJrLX+8LFAA7kMWclsoOaBttL2XjUsWB9rcwB7fs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/AsymmetricHybridCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Is/V7k2FCtPZClC78pliXdznKrmB+SJbGvfYPQO0dGQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "rXUmg8NeQsh+N/DoPL9m5qv5puDnLaRKFSYJFQyf4xA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLSequenceParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "GK9TiXyqEvTaOiQnwV0htqyyOMHPqxbBFfwWsojfIpQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/XTEAEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "cOjLY8oVSNGvU7VYypuPHRWjmVTVwnFwZ+0AdeeQ6uM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$KeyGen192.class" - }, - { - "key": "SHA-256-Digest", - "value": "1gDpYT2SOvSwrpZJVVMnrR0YF/NG3JK0Vv+vr/LCWcI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/SPHINCS256KeyGenParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZcB3MAOHtZl+qN5LbH5RlKq/Id6esWoOpAVU0lzpnMc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA256HKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZnROYen6IsIJvMa6mLOW6duedZcqZRk8SF77+Ukjp/M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/FixedSecureRandom$BigInteger.class" - }, - { - "key": "SHA-256-Digest", - "value": "6fjDIt18pQ3wWieQadt+qgIEwmn917uvuvHNpAfDCd0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/AsymmetricBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "FYLl8vSuO8onNYrOh/9bZfzHuAw8IItNQ3xndpuF/Mw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base3.class" - }, - { - "key": "SHA-256-Digest", - "value": "+triczD3jlg6fbCVd7CH1AvtE9CXfJFZAqkoNh75mjI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/frodo/FrodoKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "krt4/UtMS1xvEDbVwa/YeaEvif+Zl4+T1xytsb+tFFs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withSha256andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "eWFgKwL94nuiX26AP3e9q94x3LGA4zLBIta1tJ7sxN0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ExhaustedPrivateKeyException.class" - }, - { - "key": "SHA-256-Digest", - "value": "P5dwKio1MaGxY8zzmHQoqQnR/nzt+mQVNtFM2bbSeEg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "PwDjWvAQowo3oh8roeR4aATHbptaTb4Srt3zmBygaKs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "0t9+x6ORWoD3F6uBl4T24O4FcJfgeMQTUCNhxuwEqRQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Skipjack$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "qoIJruDXzrvKavJ0fjBLchVeXtVbuH37TqyvPS6IbZg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/Primes.class" - }, - { - "key": "SHA-256-Digest", - "value": "qFhY25ja+NuAsG5/CpjkqJRlrEP0IWUAtcv9E9UdvVU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/DilithiumPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "e4hf617HFOGistZYf0vdkhJFiQNs1K0OPtvtBI1q6DM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$DigestDSTU7564.class" - }, - { - "key": "SHA-256-Digest", - "value": "oc80wR/Zin8M6K4+4HmzVaudwnIzotdMQl0kt2O2uDo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "gNlhwa/OmnuUhW65PrjRvbidguVpyca4DBrUDSD5vbE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceCCA2KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "BAFYWDP9umkOmlvhdeH3q+IgcbB2MGMZXGL/aDCPYdQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/XDHUPrivateParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "P363E1hjUHsuRl0PVYpQiS08SRSqiIcSEvAJsqdt3/4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/nist/KMACwithSHAKE256_params.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZJ8To+la64SIiuDMu990WsMLxceCaF7r0G5hSpLnFak=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "RQQyqvcaz2vEalIaldH/IxAEDpbMuZdj7OO5s3iUHzI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Selector.class" - }, - { - "key": "SHA-256-Digest", - "value": "0gfFICQ1r9cmqIV88E5oba0DqSUmNdsBdFWcCZQHpsM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCECipherSpi$MCE8192128.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z3kwjcgw9jlT5TPAdlt5LgDuP/i10eyKFdZfDc+1INg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "dXppmCJvBybN6SmVUoZFMX1NkZGZlpteYV2SfDbkiW8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "KDB//jNxSE4Ld/bF3T1n3v9bd8HNQyW5EC+RzvntiaQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERIA5String.class" - }, - { - "key": "SHA-256-Digest", - "value": "rlntBgXOxtQVxAWcrl8CAeJyCP0e/906Q4JxL1uLb+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "/D1xo1YwPQVEjgV4JaFZo3QJq6MItI069PoUl4Ex7VY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/FiniteField.class" - }, - { - "key": "SHA-256-Digest", - "value": "1LlAjI8ByZZHVfzE5xrgcvYkOwRP46kypTEavqW09mk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/gm/GMNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "0+6T/Lg7dXOGD4csTnY1t50xXssHnwfUcUD23jnFJ/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/BCECGOST3410PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "BY3xjBkCeF9fSgPEnZjMff6D4xHK8JKf6X8//8UsREY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Scalar25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "nJyQyEzmHC+E1iP+/fBUtBTPkpNIDwLNeUapNx7/5gY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "BJSMQ3kWaZqMCkt2nJUYHY+wCkOx/ccTelibXNvNTRI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/ParametersWithIV.class" - }, - { - "key": "SHA-256-Digest", - "value": "l1PkcYGp/t28xWCq1inCmS8PFK+BDEQZYZRKyTI+L/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/TigerDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "qNrTGOZoUbJb4J++kPk6vhCR3usdhnWjdnj8XeMyc3g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SkeinEngine$UbiTweak.class" - }, - { - "key": "SHA-256-Digest", - "value": "5KU6lbN/PbEqR4PcotQnx/MHa46pfvFca0S83asbsWk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSAKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "bxjn77mi4bpzVABmJddOFolibFBxlGT7++pY+VKMF0E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/KEMGenerateSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "ifm+Kxd+d8Fh2bIOAxyMRc1lruKMjwcL6PbLwlN6sa0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "zjqK7djnbPumX6eL2oXAoPa36yN2SA/d73NcEAOhBCA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSLoadStoreParameter$CertChainValidator.class" - }, - { - "key": "SHA-256-Digest", - "value": "OU/bXQ8yKKWIkihj/N8NEK62KPlhcyV2PrArHdMi2iY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPKCS12.class" - }, - { - "key": "SHA-256-Digest", - "value": "xbypJxqwg4liO9rJD3IPb8pYYaYAOlxreASTcWN1az4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/GOST3410PublicKeyAlgParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "1EPlpXIQabQxkfyGePbydLgIeyOBmyuqLUjM83ClPH8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/CramerShoupParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qNw+zkBrfRZ+/gbSk/PYKv40xvTCMH8v/D652lYrUf8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/WOTSPlusSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "0Pt9wI4Sso1Qj4c2EwE8OXyZVZ/DR95eOQOIVqdR8cc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "iAzauZsSfbIgXbBc7mvOSuxAyba/tTKGHPPfSF/ZoRc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$TKeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "KDQ4JMiKZEs5AJy5hzJMV1UEF7Abjke0MFkBTPeV+Eg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Bytes.class" - }, - { - "key": "SHA-256-Digest", - "value": "lGJgePCh50xM6/obT1LTeFitutxAQNjklmBY73kYV/I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSASha3_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "BH5FF+0LIhrWjFtVOwfFAH1Nk9YFJlU1Mc3PqSFFpRo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "mY3qOpoxAk7HQjlaD7O6vSsZRyyhKIbrZKQZfJJ/NyI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$URLSeededEntropySourceProvider$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "/5wpuyqsI/ok1V7pWEWXrLqWTjdDd7c9+0YPmWPJgNI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/RIPEMD128Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "AK9Q07qEcIN52LiwSwRUWf6sOf4i9zKB9fUoEnYQLiQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/NTRULPRimeCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "xvfdisVOKOJnL7TgXbsGufdoRhW+PmusmuRrP9wfRR8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD5$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "97UAb/IKdjohN2hanmBShDzjWNKqrZTQ0DAZnBLsYaU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithSHAAnd40BitKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "1mxr/Vxn4ykpeNAFpG4XLFK/c/8PgGcFDkSUMgkYmtQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "R5BZQqcoNpp9vFQzmBdL1xZ9oFfCfa0zggDhufwKP50=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Properties$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "BUkjy1Dl7nfmP0rdieUITRgp3Ionc6DppoJLXXx794A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "QKeY4toN5nVvqKo+umUjb+MYtr/5EXgL7Ru58hsfO0g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jw33rhfMX2bt/Rv0nuIYmSN3H/sm29nfRrWr9tsUyjw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/GCMMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "cew/nvOq5yOprN8WLRItfhBriKMxzbexgeLoNLTwixU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/ScryptConfig$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "hPq82hflfCyDAQIdkIQfkSZdTdwqzfpqiTQ6T4+P2IM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUSigningKeyPairGenerator$BasisGenerationTask.class" - }, - { - "key": "SHA-256-Digest", - "value": "/YC7R28ZMEBbOjCi+N6Y6ZpimnQZw2ym2fcvqKHeX9k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/XMSSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "sAP24yugo17jHOlehA7NDUCA0cU/4NCf36L4he//XbM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$CCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "PgCAbJntqSEKWCnZCAtWv843t7vPCtFhFMsBkHf+Rhg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Null.class" - }, - { - "key": "SHA-256-Digest", - "value": "ij4FLRTbgVKqwiZd0xJ/7x6yIFzHpKDaofb1XdrNk9U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$KeyGen128.class" - }, - { - "key": "SHA-256-Digest", - "value": "5G3GfRp7WjhXqV4NW9tBE6eO6gJhPwg4I3kwN4GciiQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "KmOkG2CxEyLA/ayjBVU3bbuJIXyvHs/PW5LyBCKgoqc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$MLDSA65_ECDSA_brainpoolP256r1_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "gQ6M1EGsoBLp1xkTsLu6Km7XKjglVx6XVcRLOh4J/UE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1EncodableVector.class" - }, - { - "key": "SHA-256-Digest", - "value": "I/wcLJZOgK4o5zS6PGoKQMX/Kb7fwJFgV1FEpnpYTCY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$DilithiumConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "ROKkYLvq0aHHajLiW/a0/cIFPtoRdQsVaTIiO87Gfgc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CCM512.class" - }, - { - "key": "SHA-256-Digest", - "value": "4qpAHGYz8qBAT6FvJsMehbFylY1ec94izIKXMlf74fg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$URLSeededEntropySourceProvider$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "il9YFqaGoeQZjPJBwMHj1wDHLPcKjzUdo+jJPsG+gr8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "hiaNhQCgctH188SjR/nMnaIY9Dy2Hl5yPrXmLH39AEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/CipherInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Oyq24yWN+R/5kwphWFkOJrXVkKxtGAlusifa6C+84zU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/XofUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "9D4dlUD5O5xraAv/VE/FKl2XJ8v4jNnd9wZUkzchCP4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntru/NTRUPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "moUGVwGA6KKcBzMhtah3QmLigvwOH7dwa0xS+V7zI4o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA224CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "0IVw9tMmFxgeMq6TFj01gKiShRz2DzUk5m24HJlLlwU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AESCCMMAC$CCMMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "LDrUi6qwWyj2uaO4Pt2C3aHZoprrYozv/ncAgz6IO/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_512_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "AsYwzxLGPs3XjRNBWGIXxi/50DfFKQTs6pGg9EV09sQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$Cloner.class" - }, - { - "key": "SHA-256-Digest", - "value": "rHZUj1KiZ3z9O3F2yktUz3iaswyNKAiTKGGevU6PbFA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "fSrO+iJdOknQzOf63AxQoUZfQTl8MRXnZxu49cwAapk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "zNBEs/0qEwaxxgKEUNgbQq4pay3MuOzMu7Spy667foU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/GLVMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "3dNGfAwwhKI/UFMy88QXYMjA2rMEQT+p5q9tC3Bk3JU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/GOST3412_2015Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "uqDI/mrxqqbhagC8saD6ok+/gjdqLrRtA8zD7Ds+Opo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/FixedPointPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "w5C8v+uYJOYciUumjQ/SSSREQiZdqXCyZbCZnWA7kQA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/NHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "NW8BCuiZLArLckP5R/zTba5jFAXgogceLcImZhyUb0E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ThreefishEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lba4UKpE0PNqm+kz2XaGWDLJT5lRH1vU5glt/qvMbiY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EXTERNAL$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "N08bct1iixKoomfLIWSg6GOaBe83lltncBZOgSs2BME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/eac/EACObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Qszudqtu/XKsWxwl+uqdbUkq6LwJcaCXCJhuOG/AVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AuthorityInformationAccess.class" - }, - { - "key": "SHA-256-Digest", - "value": "rge/zmieJHEAa8R7MGbNPZBOeDn2rY9aHksGunNVrYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/saber/SABERKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "/GEoso2HgvowOkUIL2xPo9rdR9PX4/R/rGqMHiF4L2U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withSha512.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Zo9Z+cIM/zcgAMGEnGpbBslzGP3pPUaQvF/GipcL0A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/LowmcConstantsL5.class" - }, - { - "key": "SHA-256-Digest", - "value": "X4ORMDggPHREZq4r8gn1VBvvwtX8sIj8kJKEiZFYOFA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "YLh5ltFXjmDKMkbNrW3/ZpWmbpuYmWTIHMC8BcbYtkQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$WhirlpoolWithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "IuOHD6+LAaFNZg/AqPNAXXsuatSDynZoZEHjbbsNiIw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/GeneralNames.class" - }, - { - "key": "SHA-256-Digest", - "value": "BWTeSdg+AP1YYeobkzHSPAWn7EhGFsWnYwh3UuTCjQU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/IESParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "D+LauM0ryu11MX2a0ydoQwJnsB0hVrS5SAXtrYBl8+c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "rCOFxOk2hNY/JfHk0RW4Wjz71trwXqvDngLLCTWFxX8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/frodo/FrodoKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "E/1SagPSP6Z9IpEvf6uwYbDSd4bM3a3FxeZRjC8nuAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA512HKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "letCGgxZER6Qvc8YGXUKRJ2D7iptHpUXYA76ngW4pdc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "azjyjIfNM4VEdDCxB1079n6GlIknPKtjS6kpVx7cXGw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/ProvCrlRevocationChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "NohDQWwk1CDMn/BzPN74lPOVGWmzuLGC2i7t6NdwgAg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448$Algorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "/4XLWIDiTk30rW7tNN5tbDRa9623IirledD5WwlQ9nA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconVrfy.class" - }, - { - "key": "SHA-256-Digest", - "value": "+BExepJaCv9Gva+a3q5x7vs5H55kdI1976QTPZbeVpU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "nBDNjXJ3erwDxFcU72hgagZ7Z20U3H6sujA7LkEepgQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSAPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Sb8APwmiJGR3eJjNSgBV5JM8qt5dlJ+OPLz/U1yjrg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "XgrlNngS4oakL0XTmI/b3HZh/U4xuCaf3Y1F8e2K67s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/BDSStateMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "hdayU/sePv+EoHXXZ93hYKysF+UqJnlJW4oMs8WGy1w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/GOST$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "4WqHS1xmbHEHfbe7PMfyUDlp0Fkg/eXm9Njsh1qVeYw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed25519Signer$Buffer.class" - }, - { - "key": "SHA-256-Digest", - "value": "C/loFnZ4//4Vg4lqP+Y1ocnK2TddGWR51ockUpSkdlI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qyh2eCBxHJApZbTX2XqMkICpwdXYVOl/24/2z0fOhgQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyPairGeneratorSpi$Base5.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wz66Fq4XwjXqz09nAajhiiblYMc6TquQ4onOWCB8uP8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/BaseCipherSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "It9G4eJsC5ddON5LR22C+LIU+mcDFUrTR5pegc+qchw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/BCFKS.class" - }, - { - "key": "SHA-256-Digest", - "value": "t+KEcnpDpxbf7Jno+LSYJIKcyjHIoPT79/33Ze4k6lg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UniversalTypes.class" - }, - { - "key": "SHA-256-Digest", - "value": "gt1nK6YUbzm6P2wGnvHgu3EgaMBuWW47kqbCTuo1KyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "y1fIyg2S9SrKYC4dG+9yfUan8PzWwjrZS1QRhJ96GZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "R3PswuCM05vuGlTktXl07wSyUMsRQgUEZMBo06Ki5+o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "dFKK95mFx/3U/5oGpDKIulrCzg2NAvKrE8HWfcWdihc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_256_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "haJnSh3ll5Evomp0hl/jJihFalm0Z6gfJl9dOjqdjlE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/Tables4kGCMMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "H7JZ6yKm096HMTRucwe4lFPdqRLBetVMTXgfph+tjys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/IntegerPolynomial$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "cdibffwBPQbKP5OPiK65gzXPhCaIvE4aPjKI/Y3t1Iw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/RSAPublicKeyStructure.class" - }, - { - "key": "SHA-256-Digest", - "value": "iaUA8U/BWlAaK+uMGzOfr0wo6YEbkGE9hwK1gJIMiHc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/NISTCTSBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "xbsimHxfB4QrrL0TvcIjZdeut3yMcqtG4HnKFJQBYkE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/DSAParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "LMDQ5yy381IZ18qJKe8dsPBDt4DUK8WFmPUhZWzuNz4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base5_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "xdSIvFUoRjbeu5i27deJQCWsvjhYdRRjbirsrsZ7PKM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/Test.class" - }, - { - "key": "SHA-256-Digest", - "value": "DzBcpDbahKyyYZWHv/XeHO2TxJh/eWUP6a2pJuZuxgQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/MQVPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "VoJEQyDgrG40bLdR6Vs0izCKEFiyTAzHadJ2G0t6Jnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESKEMCipher$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "eNswNWaXD0QLLc5Tx8BXqZ5zSRkklN19zYmkGUVXsNk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ECNamedCurveParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "BPFhoGWtzAKQRcYciKd5jqvDfSLoTTt6m/jYXYtWNew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Packing.class" - }, - { - "key": "SHA-256-Digest", - "value": "D19hQMj//YjdFk11BPpf7NSTIpxdIkEpPGIiRvgXuZk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$DESede64with7816d4.class" - }, - { - "key": "SHA-256-Digest", - "value": "QxQ6kpknqveWXYXPJWwmlEdEicBxT05cyKFK3a/iNm8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/internal/asn1/cryptlib/CryptlibObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "I3Ny3WgOSOBpLSwqHZKWKfySHPdvQlQzQAtmCnnqIBI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/ECEndomorphism.class" - }, - { - "key": "SHA-256-Digest", - "value": "QYSGKLxqF1dYvqhkKtD4bKUpI7pmtqoxsKawULP3ilI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Blake2xsDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "fqnKLsYj8tUXdiCijXk/OahK6P3dOuexJALqLFwzmi4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/CipherSpiExt.class" - }, - { - "key": "SHA-256-Digest", - "value": "5znskgu7p4/XCb3HFnrNLWY3zRNnSBwy9XTTpJMt7oc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509ExtensionsGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "DPwVlWI+DvV4jmpZiW3NSTeMBvDqfyvwWofWStg59Ew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "qGQ+S4m8hAPDThBAQOK2FP4UpHgdCIW9ge0qpsq3EQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecNR512.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tz2BI7MNNpMWP42R4z+ugSeLfto8b8+uPoQQOPa02fo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$DES9797Alg3.class" - }, - { - "key": "SHA-256-Digest", - "value": "+kKazZXG/LQKLuIF7fcj32hSbc4CxP33C6VtJ9a3xnQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/BCECPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "L8QIUUmfMgoeAjLI8DVN3UYz5L1Y01U69hUe7fsZSOQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zh1XUJe614f9g8/eqjLHXJP+jT35ciyJ/XDdlkClHjA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/MultiBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ys/5VyuTYbjUrfFJA/NCYP5sXLRgWP3Qx2jw6XwQkag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "/96lDTrKCWfcczoQ03cdrlOmhT8Adk4/uGhqaP00Yos=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/SPHINCSPlus$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y56CX/xhF12kCkP89igpQCmVAt5+kV/s/DGqvuqZB24=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "oDbI0wnA0rlTUQfelgv9AT6UMCqNTW2dm4JpSpnL9gU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/StreamUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "yytmx4YrQ8b31zIuSQAgqMbpPu1pNNe7pnrYpXpinJk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestTupleHash128_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "3OUsN6orx4iiMtagMpvbqj9fGna6Ij7URYv6Wc+rfXQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "lfmogHv4MSqtAs3YfJ/+HgdPGct28LmaYfVFWoNvhs4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/spec/DHDomainParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "zyanY+ifu/V6BQ8DwG0Ar5SkgCg7i3N2PsrpUsfdqKg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "upBFg/iiAj0jYEGP67V8xjmEut4PoDMTedK3A/PHvvk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$OneShotHybridEntropySource$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "subgsUs3q+WV0SgriGIl1fGTJE6Ib/kECFs06mj6XGs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/KeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "V4Fr+GtA7zB+v0phNgrVCa34NWmAYVZ8BcGed8a5IBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$OFB128.class" - }, - { - "key": "SHA-256-Digest", - "value": "OYCMnDsNBptZyt/nZvUIbLzU82Rw1nLa+qlPd2rDlh8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$Fp.class" - }, - { - "key": "SHA-256-Digest", - "value": "YiqYMGEepi1WrGt5w1N23ul2NacXQfUn0zp1SR3V0wQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "wT0JUjlsLldfBxcT7H1bnAC8TbzBOgFUXSbEfhCkoeA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/CertStoreCollectionSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "4tKV3pP/nMwYnya5oJK4ue7HEOheeZHnfASNRjoSsLU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/CRLReason.class" - }, - { - "key": "SHA-256-Digest", - "value": "nVeCBo0GIX3yXHCvVMeEeoxmwM1WjBjhKAuv7QqJP/4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "oKdk0Bz2wv73waoAnEQwdRs5CpvxbsF42JR1G2R4AAo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/Utils$DefaultPropertiesWithPRF.class" - }, - { - "key": "SHA-256-Digest", - "value": "QudcPW9bNLjrhgWyHTlvJ4dk9/iscj6QXbAobRPXmSs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/hqc/BCHQCPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "hAUBCjAKp5Sz+slCVv5SmNmhR+CXwQnXBu8/1lZBJsc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "21X7tfqOQOUIqRSXguudZ+O5YxOD5xDP6m5x+oYPv44=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$CMAC_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "QlI21NEPdgL3nWp3Cz4kD8MwFo5W5SQdm/5HasHRbCc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$HashMac384.class" - }, - { - "key": "SHA-256-Digest", - "value": "fJ7NqDRqBA6ATZKcyAReYHpoHXCNMNlhnnV7CMz2uXs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/util/AsymmetricKeyInfoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "AX8QFu79E/4ndVeKWg3j6ydSau3WBhIyj7Sof8Rf3N0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSStoreableObjectInterface.class" - }, - { - "key": "SHA-256-Digest", - "value": "bSkAw89VOyEGM4MSLT3V4De2eWtsPS2FAfdZXgAXcv4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fr6FylV/jCXzeAEQYiQ8kK3rk2zbGqJhQHNVXgOFC9s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "osrSpO7cy8JUx6F/Y12wDWfmDHFhyD4Wr/j5G1ndo64=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/GOST28147WrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "x/xJQ8/qz1Q9pdlLk8ttZFbgHszoz3kUVaTyYBjKx50=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$TSerpentGMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "gAO1ttaX5P8oSBrk2Z22l7s75rGbmIx1YPQtMXGnYfw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXCertPathValidatorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hg1xf4FT5RiqEYanSBxMbOSQUT3P/Na1ZOooeM9lalw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$RIPEMD160.class" - }, - { - "key": "SHA-256-Digest", - "value": "/daMQX9YQlPpk++m0/DRNqy6/rrsiZks4HWMptvtrwo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Ed25519PublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "yD9GUnO9cI3jQkCqX6koZYFtN2lWsmt6fxo6PzGH7Aw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/MGFParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "TngqDxflXInnOVgeUXooddF+8KOeFDljIK2PJRMVV2g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Poly1305$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "1my+lih/9sUvVWKIIA9rgyR3Rkk11alxJC+u4YwnZT0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "KH9/JzpzP87zQ0CudzPOS05lajuxDVHymCYTe/zVT8w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2nPolynomialField.class" - }, - { - "key": "SHA-256-Digest", - "value": "fVwGZ3eVg7q/wU7OhOAOXvQu44WHEvh1iinFr4ngSzI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERTaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "DH99oxvp12SXlCVp0Nq7/QG2PnCI13D5Ze+LpomZIAM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "znIqMhGj+PrWYOok4MH+eJ2j7eDh1zlWOl8O6I6iN7c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "FOoBZYgi6q4FeS4LYrL4yvpaGL+IvMs9TDFTPo0hdLk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "APQCabfmyw6DbaXmnPfkxmLBcIWr1xWQOYNQIa07qYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512_224withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "BScTY4Ec6AW9RPkDgaECtMxA30ou2/8JfXQ3GYBdnmM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "kbT0A7bdf+OlIGHJeKGKDuO0c4c2wfQdR/sPcaiyM9w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/BigIntegers$Cache.class" - }, - { - "key": "SHA-256-Digest", - "value": "zzOg1gU3+TOkvA60yJd1vbyVuzTcl6yByEoMQOEwqB0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/DHDomainParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "4rWXBgjkXiF+9ETjNYZroxWTtbOq9YL2qmUU2fsOxHk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/DigestUtil$WrapperDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "sALX2IXJJ9G5BAH+EgVlzsPET3jLTe8GC+Kq0WGUdoE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/RSAKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "figRab+KQ/3gKBsKgd0n+cqb2MizkIIJKMKD3n4Ol7I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509V2CRLGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "fSVcrIzJPDP24E/3CQNXYR9SeK6RRTr1Ot+qANInCtA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/KXTSBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "5XuccNHO7GGLW1omxE32rEaIqokP042YEs+II/1yMLQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/RIPEMD320Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "tBa8cr3lPm5VmFrgYSaBq556S7+eDutLrs+mBXfu5r4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/parsers/XIESPublicKeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "I8nvmWkEYL9iNfJOI+AQoT5wcvLgv57bzvnDv5dcKGg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPCKSA3$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "ojtmTRtZjCzufqFiSq+3F4x04dqLbwEee/kKjY8VBts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/drbg/SP80090DRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "y+p6SQTtE37gXFXCb5G4nI8lqan38kNfPKQG8XyPYHw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LM_OTS.class" - }, - { - "key": "SHA-256-Digest", - "value": "/tn4dhxDcLnTJFfMlVBohqABZt3Q5YRZzG1gpFGNzIo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUSigningKeyPairGenerator$FGBasis.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tc5og3+jj5kN1vXTEEhJOf7TG2JZ6yHclGX3SHiP5Ws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "TmiUQI0jAZaoHk8uabyqf33SKrSxzRMQXgewpABVu3g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$SharedKeyStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "1x3KlLu4rW/QVdnIK/4WC+7UfKqSoxMYLUOQ8wl3ph4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AsconEngine$AsconParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "cQXr6aoiSHmC4ZV8bdv0kOdfFdoaqlyqwZvLMdep5zM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n.class" - }, - { - "key": "SHA-256-Digest", - "value": "OVGfdVyMMiRIg18t/N1h1khbKVk64CUmM9g2VC3hhQo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Poly.class" - }, - { - "key": "SHA-256-Digest", - "value": "G76HkWOUzKcyk6VIS4WS34zYdHTtdL0rrTMpqYQedjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564.class" - }, - { - "key": "SHA-256-Digest", - "value": "ELCfNENgBkPuveotTEGVCyEh7SR3T2Skzzdnk3H3b+I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat128.class" - }, - { - "key": "SHA-256-Digest", - "value": "bmF/dSwvs3Sfxkj3Llpw+0V8R+gAIl0D9wwYd+Fuc1o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS2048509.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cdy5u2/TcY2iBOjv4f3YDGjRMiWRd1yyYksVrfNYEK4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUEncryptionPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "XkkMfou0p6iVYhBtrq28vpk8XxH3LNsoUKmAo7cJdTk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "UP4A6vqYqUHhTLj2K3kkpT3ejDk4i2V+jI1Ousyl9Xs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1VideotexString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0k5q70lnJVVtGIFWjvcxE7uWHULfL7UKpCDdSb7rCF4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD320$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "b5oWnltldlinrEMUzcL5SR2FJEFKQKzEOoOycaD6epc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERNumericString.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cq8dDmK3Ld4nikzq4QaEtgENKmkrgP6meAsjhjM7DvM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$ECKAEGwithSHA224KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "QvjexN9bpnGIE6RqHI9PeRW01RAS7UiLFp1s8a4qOFg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/X931RNG.class" - }, - { - "key": "SHA-256-Digest", - "value": "g+IWyiMKBYyMOEPipEW/xGOTq7rN+3j/BqMWVk5g3EM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/MD2Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "2I+tZiSlPTPThv21odv0ZaYjz8MVtgW0w9Bq+8TefgU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SSHNamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "vCyZLtNmmvc5Oak82Y++h0YKObsHU6Xyk39BCP4GC1M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/ADRS.class" - }, - { - "key": "SHA-256-Digest", - "value": "0oiKH+KZeFs3Ow4wKsO2D7KKR0OmZkXKREHoefq6nqk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/GF13.class" - }, - { - "key": "SHA-256-Digest", - "value": "MTIBNHoWFLz9gDMFHb3UKSne/EeWdPzXSLiQ3j43LME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "WDSUmbLgLiHyXDIO0DZM8AYclVfR98O9I0binaEIDrM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Exceptions.class" - }, - { - "key": "SHA-256-Digest", - "value": "ObTrkStbLPrAgevCIovEDlVuojLTf64iIzNAmT4mrj4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "DYVKQellrozw1Gi6gVa4JU+OlkzAJZpP0q3mM5CIgMQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Haraka.class" - }, - { - "key": "SHA-256-Digest", - "value": "TpBa7gegEj348T41+mBFyENBsCxyvY3Q6+UT0FQf5ng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM192_SPECIALIZED_TRINOMIAL_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "+2fwZxWurPdZZ61sNkIPyHWgmJHqV0s3kwXNMHyq75A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$22.class" - }, - { - "key": "SHA-256-Digest", - "value": "ucXrcTHMcJYMc5RWylZgLqJfxczQuoh5EZjFW4hfCSU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$15.class" - }, - { - "key": "SHA-256-Digest", - "value": "D22LA1vhIPej2TRCfTdHMIiFB8xw/a7keiEB9NKANRg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "vVfe5+cwZUrYWZYBAeXPV/o4EQxF/hPB5YQ4/0NaJAo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/NoticeReference.class" - }, - { - "key": "SHA-256-Digest", - "value": "FW4N1R35bGxyvJub+8nibV2iyL0ucxWB2jYxJi05O+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/X931SecureRandomBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "q/Wj6yciD5o4+4M+7a9Tt0jN+GvQhcPt6R1+eYCZPUQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GCMSIVBlockCipher$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "bUio+Od7Ve36BKMtOr9wiS9CLrmwdduy0PWZwlIAxEA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nj0pktlHxpiC8MFhR10twifzztPW6r7ZVYzGWdipMXk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1PrintableString.class" - }, - { - "key": "SHA-256-Digest", - "value": "OCnFfR+tK9TNzydlfGApT9eutKutU8477CLcoG2tSks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1NumericString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "soWr7zGuPVJKCmaSsJhF7LF/t80vNZVYfHjZdBs2ADI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "7J4jTUXuDSvEaJ2gQTbjqWBHcCzH0Vj3VMANpDLy44k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$FrodoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "TMjqD173Oo+TXAFFYXNYM9b/EZja9IXtgfp1Ckvq+QM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1BitString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "5ZUhj4sbQidoIgaX1XxBFimRbz5uMU3jbUX7AAkiI6E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$RIPEMD256.class" - }, - { - "key": "SHA-256-Digest", - "value": "wMf6Y+EODOuWVwVKzP6Xa0LiEFfil1M267JX8goTHCA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "4q2pkFpTyWk8Bopw0u4ZHn1BmtaVsdWFYIsu7oK9HJM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/interfaces/ECKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "8MVOpz4on4RmGFqQ8Jz6JCN5lLQJ8rJG3nh36IXVSk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/XMSSMTPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Uqyy1MqrDGZnjVzdH+mjtwn9kb1Zt4a6uoqH1AFdvPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyPairGeneratorSpi$RainbowVcircum.class" - }, - { - "key": "SHA-256-Digest", - "value": "cqfTVSrW+tgeSuW7h7oM5R/uyRs/28g+j5zui2u4IH0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/IntegerPolynomial$CombineTask.class" - }, - { - "key": "SHA-256-Digest", - "value": "JZUEiMgnM99pGswdjYOYnIP0l+vweI4MMjVu5MFIq5w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/fpe/FPEFF3_1Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "X/YzRf2WtP494+Ed5nfxWsm9xI44OcBhJP89NO5zWFo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_256_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "NfMfal0eiaN/YaOmlnHPNR4+ZFFtkgVCKCStYT03zKE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/X448KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "d70KUL/gQxRoblirYlB8G+Mc/I5DOFpEFuZu6CXwl8o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA224CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "QyIx6dDN63yw4YJGOApNqj9ZCwk7dw/jbefi6x5J9/Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/RainbowPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "oHU8yVnRGw6boKHZyzmF2jOOi854M/ULF5j+p69BPEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSEngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "ra+jG2F4VwsW8/UxPSQH3FF6XlSJC9T+MrXq7pL7e+U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/XoodyakEngine$MODE.class" - }, - { - "key": "SHA-256-Digest", - "value": "dzVXypD1j6+pGDgoRbdRiHeswPi4CyvITZ90SCQgIS8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/FixedPointUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "GzB797dhbwD3IkOLpu1cvluUiuww8YxYKgxyb3w0Yow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/KDF1BytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "NSqAiXziFnEFM/6rZO6WpOjQhKsjg62LRFmiqrCfDfU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST5$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "7GnDxe13IUa+BqXBRFPj1VQ+ophv7+pyk6q6zJgdYcI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/falcon/FalconPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "5ev8JvdHF96UwUfMklFoFRRcu7YanonJZKZ3r1i44ps=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ScaleXPointMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "+6xKzkdMQAY/8+OxTyxS+5dPY087h3IyYTpvtCxfT9U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/filter/Filter.class" - }, - { - "key": "SHA-256-Digest", - "value": "HEnvXs1LO+W0QbeJp8IeaX9krjzC9Na7aeMZ4c3NPtw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/OTSHashAddress$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dumjtw6HN2ceInWIEnaH9P4KUhmflNxy9bKwkOfjIbw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "wLI58XaeXzVXTMr08knqWRHyIMEbyP3lx1HG8Bket8A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "GdqkXJfbObw0OYZ9BuyuPTvhTpYm2aTMmgft6esNOR8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Dilithium$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "kgq3YEK8oNgOAn1TiQtZLInEznX7kj1xcgpypC9/V1U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/DHValidationParms.class" - }, - { - "key": "SHA-256-Digest", - "value": "uk6RrXl8dwi8qD8G9zHhlDKjhKEbDe3pPPQybgPM2iQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/style/BCStrictStyle.class" - }, - { - "key": "SHA-256-Digest", - "value": "3tQjC3VI+KO+k1evYZZivl5yJJFu+1HPEOB2PDHr8vQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "uaQpH1TR69rZtWVNfd/y+uj1xVfXQqP/XUq95rH/ggw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/anssi/ANSSINamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "qwreDZtj7d3n882u8aeFngGf14P0rj07Sa6DIITr+0A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/DilithiumPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "UNc1e1NRkcidNIGzh2yb51KHVtpB/BmY+s2Ka+c3vlA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1T61String.class" - }, - { - "key": "SHA-256-Digest", - "value": "r1nv0zdI+3hria5tdlLIcp73pnI6CbkAtd31NSYTJj0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestShake128_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wj6unRD5nmt0yd81g8ul8PDwmMdPiPnKH/A8o56w6LM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XSalsa20$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "v2aFoVwKPiGgaWNP0RVNqjFbCcBgXYCzEKs+GzP59PI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/CMCEParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "96TMQcGkWkF8PQM9kT9H8/HZnT8/ZtrFMulYoTm67/M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/NumberParsing.class" - }, - { - "key": "SHA-256-Digest", - "value": "JBAAs2RD7N/UVi9O32Sy/3SBgCABTXCnD0Qc8U7zdaE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "qvh2c6XcK1+k/HpFvedVOdxwTwiCWOVK0uBJM0zwzPQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/BasicEntropySourceProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "N8+vWIfnE5Au97E+J/96DHIQ4Ed5GIOnMZcdWtHJiAU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$AlgParamGen128.class" - }, - { - "key": "SHA-256-Digest", - "value": "9E2PWs9b2YepmsTfV5G+ArGZoWfzsL8gkXY8ZRE8AH8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/PK.class" - }, - { - "key": "SHA-256-Digest", - "value": "FxGk4+azT8ybOiQsGZPtJCu9glei3htsx7ix4zKZXfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/G3413OFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "pP00dXY+186QUpvbd98UVeYpbgMeRVUhkLsswBX2iB4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q9+Jes44e2Dg9K7YcVwMGB3VsdL8JK81mdA2QeUGWQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/EndoUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "aeZ3SBVSFsBzntFfl3EENGOX9ohsTAhfaD8WX/3CIuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TEA$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "tUuTVoQuJHUAoJcCpS4iVhDz9Pys3MRnXLD+AYzSqDA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/DHUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "SR+yz32TqZvNbq/f3NhWr2QUTI7C/MbieD6fYf1tAaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/util/WinternitzOTSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "52FYs/aSWYM6dulVsOQTAt5A9hsZaun5iNu/gJwlVEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$MLDSA44_ECDSA_brainpoolP256r1_SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "20BQ44Dj3SJhOlbUQ6t22LtJhuxbTOHZ2UFEju8k3rY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RSACoreEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "T/gNI6zi6i2YhiL0zyMYI/7tFB4znsUVbYXQLuDe7Fk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$Falcon512_ECDSA_brainpoolP256r1_SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "709GxuviH7PHHaB5hXR78ge9vHrHkwfH5Ecq+R+t15U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Time.class" - }, - { - "key": "SHA-256-Digest", - "value": "ocsVlZk/pg25pWmLPNhohKPPFVwLY/1G9Qv/xz845+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHExchangePairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "4jeStQ+fuQ/gmkJOkB/5+QbCVqO/FQW5K31X7d24CB0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/HQC$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "XE7EDjrLv5c2rqQyH/BmVvS+uivomqq9hxUKZZjlN90=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/Utils$DefaultProperties.class" - }, - { - "key": "SHA-256-Digest", - "value": "9fBAd6zUZQxfYEi5nvptmvCoI9FqVyIe7ptRpbVX76Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/DESBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "bb/Ovg1UBXh3LisNJRKX1o6Jx0Pm0zv4GsgO44mo6lI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Salsa20.class" - }, - { - "key": "SHA-256-Digest", - "value": "ExDv5KQWL41E0OD9L8VVe4yIECCzH/GpcN8giZz4VxI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "KnclfiJsLMuYpYRJJZU6N16hEtzdfuNgMXYooj3qoLs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMS.class" - }, - { - "key": "SHA-256-Digest", - "value": "r9kIwcKewY9MSc+/DRzTLlvm4l/U5UG4Tvk0VzTEUvQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA256andDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "uY+d47UN5W2NaSQRb+ctsFJIlgrRptphtJ6332l0pAI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/BIKE.class" - }, - { - "key": "SHA-256-Digest", - "value": "sxu2GbqWTzoczBKgbfAeyZPqN5n7AbTVf3rVExwTStE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1VideotexString.class" - }, - { - "key": "SHA-256-Digest", - "value": "lM3g7vxl/y4k6EgYQ00uhc8gb07nHhz+PwpP4o/3bpw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "ADJp7X6885jOaMdJVrhOCh3iPtljIxadUhF33aBBlnU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "cmFr63zpZtieAmkmtHbvJdHMfVtHjOnDnUy4YoqJTFQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "XhyFqwSMOmC/Et1H+h/2baYvbvtgUAw4z5wFzWGJ/vs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "ULiMkpuRuqEGwcoGTMnYMvwMLegmZ9S9meH/BeBOP/c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/newhope/BCNHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "8bgyA4neWPaFZ5izLCzgYkWTH9gLQPsqtBAGXhMX97k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BEROctetStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "bJHXEjk1udjcFC0cQIcePYFJL165z5vsjhQyAAKZXPY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/ComputeInField.class" - }, - { - "key": "SHA-256-Digest", - "value": "KjhswNPYaWGC8PPE85qQfAPcOE5TzTjzA4Qa4RYG2nQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Haraka512Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "rVM9aw0x9ugAPfn+OB3nzBibQR5SetQBXi+aATxsSZU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "ECcdEqmH2WrnDfxvAO/vAjSkaYOEzk1j0L9bfD4SjfY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "sx86/yYzBC+13Irz2e6OmiC2gFMxCLBSzlaInO3zHgY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/GFCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "+0m8uDtqQoJezhp+VlY5HJ3UaszjzRr9+1+9JhjbYAg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD4.class" - }, - { - "key": "SHA-256-Digest", - "value": "QfdRUzD2kPjgZCuAh2J8eDhDSvu8TBcONGY0PymQOHw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "fuESAgAO+MK1pWKSHmtHN3DhNeXYazncGUZRgnJubyk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA1CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "+PUaS878qdAIZGtRWPqnZ+ez9G2OMhJZVr9FBx28H6E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$HashMac256.class" - }, - { - "key": "SHA-256-Digest", - "value": "wPPSidI5K1FUmEV2GeX7aiXw7OG+01+u7hTM1ux7fl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$Digest512.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2azYtduRFeWJ4z3YY6OOXlLH8TmvynpsiCjlLxz1n4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "WKJ4u/gcdqwWgUMpM/HSeQkwI/trB0oAhrSox8BMLLQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Signature2.class" - }, - { - "key": "SHA-256-Digest", - "value": "0TWll1DNiX2if6ofIBxn4pT8o2VYA66ECyEr4EzI3Qo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "MFuFSvESR/RZQh38aLp1SbwEku5FirCBwzAZuldHh2I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/CipherSpi$PKCS1v1_5Padding.class" - }, - { - "key": "SHA-256-Digest", - "value": "KJJxFARvorRWinXyW/IO2lYgpXqqlKNPvsRrVW9po5s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$PBEWithMacKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "tUSukf+1eYaINKPNky/UfjTyZz9WzT9d87S86he8Ysc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve$F2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "/7CK4s3Il/OorGqC978NuKgRL8chg3qfaEn9Htgl1/w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimePublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "QErg4tE9a2henb0spHKWS6caPuJ0Vn8H1WptbDNoHfY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/XDHUnifiedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "3g7lOTfRtdLefgqReSWwDxyMpIqy/SElkzY6FT0yqY0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLSequenceParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZHQ6Fy+nSqkxp7egW8RvPANtacBA0vTM/TuPS0DRsFY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/symmetric/util/ClassUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "kIvSXX0ZK0bAHl/xW2AxpEdLGb/rU1fXKtBVZD7zUTU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/ElGamalParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "5EMlJEw5kaBPbszD7kkHLs5Rt6oDWrynKeU/XEECVy0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "F3MyzBFwJjXE38+MpAl7WrSvnhO4qAfTpifnnrIbvQI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AttributeCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "ahMNRu46kMr/SOuOx9of5fQvd8VyjVON5r71yfm5CGQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$17.class" - }, - { - "key": "SHA-256-Digest", - "value": "itDSguIddh73X8NN+U13ySdE5wjXqIyRlbhHWzwAOQ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERBMPString.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Rr0GmTVNLwpDDEWkGtCt4Kll5NiIFkQbC2J6tLKtpQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "K0xkCSIy8DA3RVTsDX5uHBx4OTOCwin2N8Th7RIqkWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "2rUEjw+HWeEm4Q+sMODreOE+7pft9cXa77Vvi3qW9Tk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/OpenSSLPBKDF$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "OWnlXV229V9vZCWDX3yADQZnlvXAKtM46SuLXs/ktmc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "JI0WycPSFY9OpHhgYAl4Upi3aRFcxGnRqCw9xfq/l2I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialRingGF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "uE4sT49FBk91FnG6aDD3PcJMn8PYXEpQgUb4cqftPWA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "wUappuQ8W+lDUiGHexM/OjxbXDh/zRGzkbhauyuzbHM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/BufferedBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "h4ByauUeucYRkCQnmEX3poQ+1AZzALe22H1sAmuXCb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA.class" - }, - { - "key": "SHA-256-Digest", - "value": "/ht76AfmLLSNKGgmA5H58xCok5egfjuhLH9gOZXv9Vo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/ComputeInField.class" - }, - { - "key": "SHA-256-Digest", - "value": "MzD3rVBBTTKxmjaYf8NKdvcZXnvAwxX8V/8eM1Z3Jw8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/DSAValidationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "2eI5kLDX8kqkePXiJb8lfYWOEYg4zwMuSkoUqaKH1ic=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$KeyGenerator256.class" - }, - { - "key": "SHA-256-Digest", - "value": "zDyZYOyOpsFhnTmea1fBKRRfnTCUkwmj9zWKzU0uXR4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/MessageDigestUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "NQeQEfHTCdSlGvphpkBMZGOYbHZjIys30Z/HxVHxytQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "WTHoGpGdtwbDcHL7p9xuT+XOq+ZC293rGBF5re85kwY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/io/MacOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "oeJdJJBpq+Ji4UpTsGUYl1xrSD42GihHU4eTk4N1rs0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA384$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "b16wBxNhBHLdMkGTFJqfcsH4oL7nyWd5APWnnzFK1J0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withSha256.class" - }, - { - "key": "SHA-256-Digest", - "value": "pWZoivsrcwLuGJsTcA3aLdzfWW4kkklO26HqHDfJgVU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/DSTU7624Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "+vw7vNf02ZlkPvb3cBwx2gm9xolwsbz7bFJbSmQrF8o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi$OAEPPadding.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZbX0Ml0SKDJ2pDlHE3Xtr8ktwqXM6jL/ysZ3IOl0kXA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/QTESLAKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "2GWKNmkyST5hUKqZ++ZzKM94J4jKMQvzPlUAOs5nOBw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "+xlguRqMwpoxIni/66SjmgI/WvwJTpAmNhm9+0IjetI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$HashMac256.class" - }, - { - "key": "SHA-256-Digest", - "value": "A23UtYykrlTGpHvQmi82aVkQ3fdt1xUm4xqQSAvByyA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/ProvRevocationChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "grPqFDNrXoXa4WHh4ACCIopAlLJSO1UXeUZFGOcOgiM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "rlaZbRthlKqEsY+GVG35QXx+DkvVDZWHFK9v7nEw8+8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "wAyE4hnU3Nzj5DyFvArH07ycw9PGNMThePBPkF7Y+aw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ElephantEngine$ElephantParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "k0CJ1ZD9g7VMg+qpxqaaYW2aPsUSohVl4RmPSFdK+vk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSRootSig.class" - }, - { - "key": "SHA-256-Digest", - "value": "67zDYxlMTPRJESIQP64cY+VkwTi2QWGOH/m7kdvZI3o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKobaraImaiCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "N+UpgUj6tLQ94zbDrOnrJRi5s6rD9AV1kIRXEVW55Zw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509CertificateStructure.class" - }, - { - "key": "SHA-256-Digest", - "value": "tVCFj87UcWslkShd+a/nlPJQ7J+QJ9kqwLY5UerdRfA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/ECDHCStagedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "z4zhZ3EVuN6mQPMvYe6Rc/Q/3Y2B5FjLUqtBSL8r3Rs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$16.class" - }, - { - "key": "SHA-256-Digest", - "value": "ljQEFViMY7RelksNB0wRHKk48M5ZyiJSQpLSpnN7Ao0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha.class" - }, - { - "key": "SHA-256-Digest", - "value": "BtHQNwyquj1fZUj8q3lWAteOCy02nqZjySB+7oD851I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/interfaces/ECPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "BOTL6JoUb5QNPFkecvcqIk9YAu7uS9ZfXqCZfozcgn8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "ryeyV4GEpAEXMETM/GIkdT5WvLY2uS7c0e0ae1MOLo0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/XMSSParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "I5i+xT06y86NnPRymdDeQdGm8chBCaQA5DmuM9yT3xw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CBC512.class" - }, - { - "key": "SHA-256-Digest", - "value": "kT09xEOjkzKlH+aVn/vryNx/+500n/4NTQuDS+6Op9E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "uh/lV0EAgxiHyLU4JN0NUF/2T1bE3GiZX7626IG75d4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat256.class" - }, - { - "key": "SHA-256-Digest", - "value": "fhEbd9OhjdxGfJc8l7qGj7Wlgx/YrYRM47VnNoeYE0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "mPpSoX2lNv3/rKUScQUWowcmtLxhibXBHH2eChhLO3g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NewHope.class" - }, - { - "key": "SHA-256-Digest", - "value": "3yhmS5daAJ0K7UFQT7S/ZNdstY6qaUsk7WjDmYL+Ycw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$32.class" - }, - { - "key": "SHA-256-Digest", - "value": "PljqkpepvjLEjAMXZfy+O2zr5VunzyQttgK8rbbjDlE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$QTeslaConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "v1smiXZKmzUrszeDc3ThhD9oGwCRKuNoB88nFciVlOg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$DefaultSecretKeyProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "n58JTJbGCf0LafE3whqPBrnXDcjdYVzfg/Z+TDt//YY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHAKE128WithRSAPSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "R2qy0AnL8le0EtmJaSUnWBdWYbsHtub1fxQ90e7i2C0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1GeneralString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "kJ2wwTs02BFyU5oLqyTSEPncNUvcbVN8LXuC4M6gh9Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "O0b/JCbqHcyDSt68kz/aDZ1dib6k15pbMoKdxSEgFEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/LongDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "iMKQk0+9copSOGDhkamqa/feUs+nmyT9Ri4Pj/oKmCk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/pkcs/PrivateKeyInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "lr81/J6+YeGQUz1g3252hqKDbLdkodsH4h0MC1vIwro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/SpecUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vw5CZuQ2WVzd9L+f4d8MdXrjbrc/JAkNJimMsFB4fcA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$SHA224WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "9MqWmXhzvim8sCxQJic2hJvfY3Fe4PqcjeTkwVKVjIk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$OFB256.class" - }, - { - "key": "SHA-256-Digest", - "value": "0UzAg9uARL6RLBTakg5amdA0Ml53lQn1/NHZJINgJQM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$ECKAEGwithSHA1KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "OK0jbiONeiLrLlD7c7JabV6vI4IIBFmsfP7cYb5NAGc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLASecurityCategory.class" - }, - { - "key": "SHA-256-Digest", - "value": "rKquOCbnbQ1iPIjtKX5CHe6BFXUBaEtNi5thKrf3vSQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$DSTUConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "J99Yg1TjnbaxXwKO+kJ9I+6hw/WDMka1+I9oLEwtKl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$RIPEMD128.class" - }, - { - "key": "SHA-256-Digest", - "value": "tdmszM8C2ohprkvUZoFXiY2BUOzTlLv5UU2uGkoro3k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithSHA1AndRC2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Efm943jf7uZRu7uo1YNOvP6HSWbe2Mcb7UoIpbdQ/pY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "P0eAgsxVoK+12boz9bRTkA40ITPiIFUd/YkCmlwuhnc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/VMPCEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "gD5ILaTbcvhrRtsZoyvTsBYtXo+ESaEto1o7wbiud7w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntru/NTRUKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "/a8J6ATXQIt2HxhTrZ4p9sh7jYZe05tKO3sbGgwUhQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NRY7fbKLaQfuThnky2CA6/YC19wAjjT1jieh3unvCdQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$GCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "acsiPrQDt288fdED0dXMITZ/UacdnFCdURALavinVu8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RC2Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "9TkgScvLbA/q79QM+6dvzn/SSRl+E5Vx/sd9NPjY5XY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_256_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "bPSWnkr0+kOOESfJXhb59tTpGt0N9UZeIewgiZcHH6w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y9r5qZClXrm8iW6jf3Gs6XaiioHHGWKeRYtGcMX0eZQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyPairGeneratorSpi$Sha2_128s.class" - }, - { - "key": "SHA-256-Digest", - "value": "AVmooC3m/7FaJBJI5rI4oymZ+9qvYoMYRgC3ej39RU4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSSKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "15jFKWCMBMNACN0Y5bNr8NQzHEdXXCvT0vBuKvhO6L0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Properties.class" - }, - { - "key": "SHA-256-Digest", - "value": "BrRyUsO0hkQ2W31O5uSxxBsD0lzPcp+9pkV8O7kn5xw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "94pK+j/02/J4PR26+C+TZM7DoijljsQqi501K7/H0T4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509CertPairStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "a54y9im8k3rD0iKZtGDjYj8qE4GJjv6LuQZXNqHFfmI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1OutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "2OI1PcrR9q1DTXNatC9JTzMuwctmAcmcvZuu9/meJLI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ElephantEngine$State.class" - }, - { - "key": "SHA-256-Digest", - "value": "gy5uT9QBkd2IHZVwK/mDY8qlMf9cdGUb5Rcw7NsS74g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat192.class" - }, - { - "key": "SHA-256-Digest", - "value": "I8S9E0UZmhM/SEOTr0L/bltMH95fS0C7Szt2MU8eBuE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/BCElGamalPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sf0/HCHo/YCqUPqpxoEfFKOoyLB5/KBoEQa161FdiZ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/PGPCFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "nG12h/AE2o7HmkjhhIrcgevkS3JROkMJOkSRmuA7H1Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$F2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "ajyQAsIQ0SGxw2SZnVN50eLNbEyrce+XrfejwuCJBqM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/Zuc256Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "p62htQGRwxR5gsHMfhWwmjvHC5aOxWoEihDJ0KS/e0Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/srp/SRP6Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "kntpBABWUSilvC6v5ny15yj49Ovl/EaCsiSdo3RVpPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/lowmcL1.bin.properties" - }, - { - "key": "SHA-256-Digest", - "value": "T0rhTInL0EEMRO37mzTd8/d/wE8oJPLEArs1rG1F4TM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$CCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "aBFbKji1lp0CTbsWvF/fLe7kxGkSby3jS9qD/et/Vto=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1BMPString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "sCye00zuSbm445mmc4coY7qqftvHfioV1e1yvc5rU5I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestParallelHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "3cjJMGISMj6i5kCwPJFPRceAsVsrNSBBL05nLe0AomQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1T61String$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zvs0HnDdrD/wdaS4/7lhMEMus4hiLP3W1rpUil+nZn4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/RFC3280CertPathUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "fRYT2rTRpWLpR4N3xudagZUpsdabL0vQEj/dUWO9314=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/provider/BouncyCastleProviderConfiguration.class" - }, - { - "key": "SHA-256-Digest", - "value": "qXyS/BNzwvLCrTvQuPAmJl5Nc13KH5lGlnIOp9y32sY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/NH.class" - }, - { - "key": "SHA-256-Digest", - "value": "ceTR2I9xmqG55HiK7/lhhSiKpJjdxm6kEaPoC1ryJ84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "jBmMIAPLQvqC/q/3bC2FoVradbVDc/Y1//5BpDDV7pg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "nui/+lOAeXIl97st+Ve/ph4D641C2l8tJ9DWbWB0bac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/MD5Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "cD48ttvVqrhUuVaP5ug4OJFdXoUYgWkbp7fG2lK7kjs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/CCMParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "0fEeEzhaUEeRaHyXkAXhw6xI6gTMysjhAMjJ+8+HlAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSEngine$FunctionParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "OucWmg9vnRFZVuKTEy1lWSxF9mdT/s/mcAy+vFeG1jM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$KeyGen256.class" - }, - { - "key": "SHA-256-Digest", - "value": "SAgZF6i4f0Rzk0FB3FIJpJ/vQqgzI1z6EWaWbaJVGcc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "6r+at+igEWIfBzVordyOVi7gO/iPm5m7vRQfHE/dKdM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD5.class" - }, - { - "key": "SHA-256-Digest", - "value": "GeSnKzjUyDw8KfIP11pULGDlDxc3KsOijI4iz90XmHM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nj36flmpcgvJOdCrAK7BZ9SA7h65imrAKVX+5b08GYE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSAKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "KztFdrJW2aTtm9npJDfUdkKrC7EjuacmhyylKsKmLK8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/SPHINCSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "siq0ySBQyDUP6w928n6sUI905oNLe2hWcnfHBnLjkOY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/LMSKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "TpGz2VEUqkI6cf7dz9PkXd/fBUz7AVpSqmJxSjJ1wWY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMKeyPairGeneratorSpi$BaseSM2.class" - }, - { - "key": "SHA-256-Digest", - "value": "DQeK7Qaiz22fACeqMKn1okCErGWZ7sgSznN1WiHdXlo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincs/BCSphincs256PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "oKKKut+NVkTkb6FIce64iQHYgazCquPlvAP9zneMwNM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "MTG0yAMN7kiuPFj1PGo/N/WDE/PJeuOjpFTCr1Axgyg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$MLDSA65_RSA3072_PKCS15_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "H7K6HOOoqgcl/tkl5HDFi+PnIVqMJ7LCrwpEDwU6EpI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "TDHpJrjK6ktIF/eoBIs/L9+w1FT3aSDlJWxmGedC8hk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EC.class" - }, - { - "key": "SHA-256-Digest", - "value": "2LmHyqQnGahA4CydwdBRTA1xRmdfPtYnJPhDZbkm9yY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "fEy3lC8EFBDe08wNgXPPWUko0jXZzYbfXfgXfizPagM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LM_OTS.class" - }, - { - "key": "SHA-256-Digest", - "value": "cTrWt01tRKWndjvpruo/bGVzb+4kDTCigwqIlIbpgsY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/WotsPlus.class" - }, - { - "key": "SHA-256-Digest", - "value": "bTx2WSip2fkCLhiMcX/784ksxfBgwHi3r6ckg1/EynI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/PEMUtil$Boundaries.class" - }, - { - "key": "SHA-256-Digest", - "value": "t6WIVUB/ycHpzpapzQLGZdvm5eAmOlRi42iWric43BA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSASha3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "GrXAR2g1qr+WTnMn5q/Kqglbpsxsl4x5FMZ0VMyK8Kc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "SiXBrzO3ufyZZ+g/9uC/mFCyuRmJ/SVUnWa33D6ARSE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$DES64with7816d4.class" - }, - { - "key": "SHA-256-Digest", - "value": "G7dsQ3pz/iHF9VBty1SpAUgwJyfbzCnE2jt22T2Ik6U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SCRYPT$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "dAIczXojsansZto2GoXcBceFGYJevTCUzWjFeZ7ouq8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "SI/TVM+sx+Ii6Gi8wnRS3eo03tfBpMcaBqUY0UBcImE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Certificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "V8gYdOrwljnH32YtfF2hqbd9g0PjMOswJ2BicmmXZaw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/constraints/DefaultServiceProperties.class" - }, - { - "key": "SHA-256-Digest", - "value": "ctxyfOyEIOYxyJgLUoj+WEEVylaHM+6eN2fGJjvfetw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Cf3KAN6PgljYN1rDd1cWztQnn5swJWEuqa9pjvikdU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dstu/BCDSTU4145PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "y/GpIIE8Rk8iapgvvWkromUiajehNsRYNP8BQSfJCUw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Rijndael$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "GOq+Lje7xk/vNU0DODtxWqIqTcENxJM2hPZD3xo4Roo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKobaraImaiCipherSpi$McElieceKobaraImai.class" - }, - { - "key": "SHA-256-Digest", - "value": "HZQXmi0CINfjO/Yp7dJnze9OVdBxepL3x0C8yUwwqEY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECDomainParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "iLI3jrnIlVC9lrZa0vHMypo6LeBx+2s++j3gTAKAzKg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ConstructedOctetStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "JEIOcgFKCouRhydxKoPToUwJVMSSvfPAICVeUpAGYjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$DigestKeccak.class" - }, - { - "key": "SHA-256-Digest", - "value": "MUJnftb1WhV3IkJ8qY7PGa1qIcEOKQdkmGEJVlRg8sw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/EncapsulatedSecretGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Z2yYKL5yKaFigpgZdZ4A7JRiPG1YdRempOZFdjpPZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM384_TRINOMIAL_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "FDqg8YS8sqfTRPx8uax+Qd6eNIrOlcPxBoiU9/k8NvU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9FieldID.class" - }, - { - "key": "SHA-256-Digest", - "value": "UUnl96A03jd5SR1j3iDwIc+MFpNC6gfXJi4Y14JEpzA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/21/org/bouncycastle/pqc/jcajce/provider/NTRU$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "ykTA5nlT2gcZrwxocjyqhS9su7CavfXYmjZQ2jlgtMs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Shorts.class" - }, - { - "key": "SHA-256-Digest", - "value": "i6/76T4VEeFL+jIwbJRLjoI62L2sXvw/nob5Bq7fp94=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHC.class" - }, - { - "key": "SHA-256-Digest", - "value": "wMPo+uibgZ3B3cVoE1XJD/kQPe00HxkTwXGl+fxtSLg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "RydzetHNG1/i57r/bvjnAIzKKgzrdzH2vX9j5cqMCvA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/SPHINCSPLUSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "zfvCH9v2d6XAS2qY59M/lwhCkqQWjn5jcl5za1t3QTs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA1CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "DI7F4GB/QervROu0l0keYGGZa9PzHP5G5qMA0ulzHlc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/BCDSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "tzrf6+MeW7CSHW3dgw1rRI8UDbVrApf2m7HpqT1szvs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/PolicyQualifierId.class" - }, - { - "key": "SHA-256-Digest", - "value": "F3RdY1RaH+u01Un5PPMby7zs1AldulNgy6IXNrcmmfs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/FixedPointCombMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "YIsmvsGRNvAD4o0FD2ozouRUyGkQbZ/0jvHJBjdh0q8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/util/StreamParsingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "POimoG0Xz+gwLuZQWwkqyzAd9c6+7NnqTofJMHbB7p0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$CFB8MAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "tqUcJKSo9nmqCIULCksRYmwNQOyp6mwRfQABxBCBNjw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "xRPORgX3W35nrvIyctIGkAlemDa+kg4TTJ3KThBHkfQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD160$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "O807hyiq8fpEgdJyEZ11+U7x30Enhovr76Uyy/BI/RE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/RainbowParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "5z1ZM1FR2V+QsKZP6qbyQl6FjMUJOfTMIddgFg2PgME=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Sequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "nRaByCVi+ffsN/T1jjGv5/tjgXDbHVJJz74hUBkxDOw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA224$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "YAPi9b6nGiIP57FrCV1q7MojKdVtOzj/Jl+2J9atnwk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/Precomp.class" - }, - { - "key": "SHA-256-Digest", - "value": "VztENNdkFuyDBZ+zXD3w3FguQQQ5WaCg5ch0aotUp4Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/BCCMCEPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "XGcq9+633vwrpxDZFC/LKUeY+ba0QnqHcxMY1m3epmM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "hyROY3L6/Ub4MGgWPVVBiTSdBWl7kgyQnV1vZ3BqIfA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/gm/SM2P256V1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "sSdTNkM2MYYHjyCWibtwrscimeOqQC3LWEnUhpG7eCA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Memoable.class" - }, - { - "key": "SHA-256-Digest", - "value": "R7QuRNhKPCdB8r9Prhu1bXpcAOBSmGo57kTB1yxkvDs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSAUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "kwggtYF4PpSLjzYSpANtra1BMRWNwFSN/UjiMgx6Toc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Integer$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "u8XXNX4CwQCaIsFkAvU85g9DjZL+A52LqKv/R8vY/Qs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/RSAESOAEPparams.class" - }, - { - "key": "SHA-256-Digest", - "value": "PYswzuTx9oLlExQmGOIODhQEPIxMu9YQ6psZz2UBhJI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ElGamalKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "OUesETd6IFd8aAJnZqT/okEKvJF0nCNy5KQQqECdPCQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA1.class" - }, - { - "key": "SHA-256-Digest", - "value": "fKqvMt9IYrFAijIfIUcvrO61dSf2qrQ4yGy1R/Alp44=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2Primitives.class" - }, - { - "key": "SHA-256-Digest", - "value": "w5wonezyk7GoRaKl6HzJiMb1nj52B9DYVsCea/APBjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "QEBO7Vo/Zp/or9gdC7pfg9v2jXWOJdgeTZ7z2kI8szk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "2EwWAQyrYMXn9HBlgm1jUcbJTYb8em4lvx3aIID9E5k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Blake2sDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "n1ywsf9NnvErcRLHFK80rNW5N4OqKzgGVL6DZitwRPg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSASha3_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "3cOjmzt5Zk5vbz0v3m8eFGJ2sd3LLJyC44nI3SCFra8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSLoadStoreParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "ml0jZsktbpI0/ppVnQEWjGchUM0aAwQtdD8vM2bR+G8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grain128$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "C1pIJNi1XQ4NgWa8qqvY/iPTQffNg2xj7fiYgARFOZ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/DHBasicAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "kggLwcpGHabqkY0g2QsduALvT9B/2i/+ouHdS0dMC6U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "yv9jP0oGKZ6yWnTvsTZGY3IbYY3jUIYzHhxnRTB/Jt8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$Def.class" - }, - { - "key": "SHA-256-Digest", - "value": "V8y2I56QaHsf8MKEpwQW8Uvd2guCTyV8VaHoNSSjPnI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "SbOK6hovsjT79UYaaPa+qufRluSjJN9fW/p7T9dXiHM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$SHA512_224WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "YxZG2vLrOGjsHM8Cv932AB8F7tjD7SVb+WNOwCHkukg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$PicnicConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "oxtEgBIWobCd2QyFE/Qa9MiTZeE/FooAyFzL192xPt0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "/cGY6T5VzNbSy18zapCMwMSnVT4cEHnTlEA0Qf3tGbk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/RainbowKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "NATR80Nt2w13VKPHTIESsmmZ3bq84wKyeehgW0sw9B0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "aWncX147PG66XAKEGamVYMk9nqOKaR4FXxeIyz18CJ8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "+ul6W3ygaKaBr00GGs+RQMynD9wOnUpc9Gn3364+JqE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "tPDJhwl8qRmYf3Hrw6R7WtxX+zZR1PQYXenpp7dINYI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA384KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "981PL+3xb6p5Lk/jL8RAv3MErwbUL/30fCCEThklK7Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/ntru/BCNTRUPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ytiUbLRicUSr0wKYp/sQBj3fwF1X3R9KGOj/u8TmOvw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/Symmetric$ShakeSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "XBQcpYxOB6CiBFnUkbP3PO+C1Kbypran22VT+mbzZJw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "d4SRMxFQVhgj0RAAVu0ZpugAoC92Cv14CNEik+wDCFY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "aFcYJC3DPKiq5PTNky39O/sOyyiNeUEQtOY7BJXnhCI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "aouwudedKH8P4BzNDTk7nCnVKxn/bLCxINnI8ML/yrU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yrna0k5QjcurJAlTrSKoAsNFBNNMQ7yTNKuyjuGAhPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "cJsu/IMMURs0u1MONW5KvhjShe97eSNGXILuH7Wr+YU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/StreamParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "xNipMn/rFmJrteiUdve3EBH4m7rnJlS0MD3j540DrBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/IEKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "dlC7iCSB0Wpvh9BGuq1znn9ODlvpcZVTmzqzlVc3qWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$GCFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "RbGe5TEWXf88+VpEnPie8mVKA5cCN0GHkxkixH9mfmM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERUTF8String.class" - }, - { - "key": "SHA-256-Digest", - "value": "qwfHUf0uuc7aEzca8xWEpVmWZIfLYxfjYCXRh4fIlQ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/McElieceCCA2PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "O4xcM0iBZSFFkqDqLxs5WhEDOB5BhqhNqwgQzl9MeF4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$22.class" - }, - { - "key": "SHA-256-Digest", - "value": "I/u0vxafhA7p0YLqKujcSobcQx+AojsELot7NWAMPAU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/BCGOST3410PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "N4SWIkUq2931AekRtZl4AVZwpD43rY8kQZhlVL0jKHA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vu1JxIH6gxoyj0L+hj0/AEQuQ6P5hlYWIVv9LmjxyGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$ECB64.class" - }, - { - "key": "SHA-256-Digest", - "value": "z7KbBaQtulc909Wnw6pU0cCzSFXvhSnZLavxva1toE0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SIG_XMSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "dMJlbf2SCXh86F2xHRH+2Rt08TGROsgXAUewKCsUpMQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/BENES.class" - }, - { - "key": "SHA-256-Digest", - "value": "CynYK8BpceUq9sIo6LAZwhyczkpdBF0MPt0nshGr0+8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/HarakaSBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "CiaQ2eYoWPHMQrJxetXiF7rsOF0WUIxOqUx1TDmzX5U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreLDAPCRLs.class" - }, - { - "key": "SHA-256-Digest", - "value": "u5IMmyF7FVOUc+XvrwcUrRdpZtxHLmZwQp7X6OAjDSA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric$AesSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "6XgnDxJQmgGMlRcwvW6KpErn6IPoPeoxnJjrxX9zPt0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi$RainbowIIIcircum.class" - }, - { - "key": "SHA-256-Digest", - "value": "ps6520TRaNuxMc+Gpdq88HvKn+Sy6q0CtLhQ03DtcCY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/nist/NISTNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "XO2OC0EKQOPmBadpL2sRY0S0H9pP7ld1LxjeXRif5ng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/CertPathReviewerException.class" - }, - { - "key": "SHA-256-Digest", - "value": "FKO2Wu79xGgBndM5K3mKSmSL+JmGzDKgKVLiFOFMzWI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERVisibleString.class" - }, - { - "key": "SHA-256-Digest", - "value": "zI/SQiRk/WNtygOkWe7T+LAwzVmSpr2pmNAoU/Uj/go=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/falcon/FalconPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "p5gGGv6D4UTPtrar3qzAAuyWs5b0+vahuKWyIJnADkw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/SkeinMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "pO33gQ7OGjIWuXBZ7PFv4vDApUouBk5dpdHPjGFl6uE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$DESPBEKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "OsQYvaxe3hIMKSjnf5RcAktpKQDrdbqv4OpnAakmms8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "wsdAmnRVL4HpgUgUv6GP4xWGKoMtfVHz5nJSI1F8Q7U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gu3IGGT2AxZhe7A51D9YYYQXuvbkmcbMAb7xn/B6YOI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/LMSKeyGenParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "JR5GJ5vI+JQMr2074aSKbDdJk5kyrC+rI0ONXB7SEJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Kangaroo$KangarooTwelve.class" - }, - { - "key": "SHA-256-Digest", - "value": "qVqW8W+3Zd9V3jnxJgGwvvugXoxo1LUAWtgTsbFZtqg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/IssuerAndSerialNumber.class" - }, - { - "key": "SHA-256-Digest", - "value": "EhoBHJPOhCZB0Saf9VQvniVIaTasLO12VvmHY4ZW7/E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1VideotexString.class" - }, - { - "key": "SHA-256-Digest", - "value": "uWfvRmXDxKmfkRrGOkqOI0Qm8sjQRDoc5gMEclIbUCk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/XoodyakDigest$MODE.class" - }, - { - "key": "SHA-256-Digest", - "value": "WESkD/B4GtdmMFAbtqnvghKw1gJ2z8PqZu/fdxx9oWQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$PBEWithSHAAndIDEAKeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "jE7G52DwkHF5gmppCPw1FZ4qx8p6FyAV4Cp66wqU+aY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "zcvYOyEpWSQBMEe4oH7jh7rBHigleh0h2WB013NE29k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BouncyCastleProviderConfiguration.class" - }, - { - "key": "SHA-256-Digest", - "value": "VCl2zPo25jz2e3FFsmVJsrDlvRmxaAkfQlOOLKnH1hQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$33.class" - }, - { - "key": "SHA-256-Digest", - "value": "BbZp7ZJf740dF95QkXCrlee6lVZ7CNzYlcR1HUBW59A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "98jGxPJtip/gdEsEDakYT4gcVx3v6OCVaU873YGsVjU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP128R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "jNeOJIOjLcsdzmjlrD8gk6H29dk2T261u1x3g8qVoxo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA256$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "pK46wM/xGLKNTPN1AL8pR/7iwyM+y3ibgsl6UqMUZDs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "lKJPLF0zaTU42eiHPqsEiCAV9vXZX/CvGcNyG58jSH0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "QPyzjEr/cqqPlfXMTWVbP42vtIPrhZ9G5AWNxmwryu0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "B+TNDwUhDoYfQS7dym0u48LN6lZ/+cG7er26+5WwGqA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/hpke/HPKE.class" - }, - { - "key": "SHA-256-Digest", - "value": "vUQiYY9bce+5qt3o9HQS6KFWHFNfJ/GZMcIYNuGKK1Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/ParallelHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "hPf+7kZHwSy36uwWOPAb5yIaEMfxWJx8jQp0iDyDEY8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$SHA512WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "MBhoQbGaLjHZUAyZ8BlfD3j6rkS9s68YRea4shVwsOE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1BMPString.class" - }, - { - "key": "SHA-256-Digest", - "value": "jmK6aL9SWZzec10ocXqSZrLGGfmDPX2705obl4kNH7k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/drbg/DualECSP800DRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "E7rltbxlZ4EZu6c6LKjZoKXCAnnw+xRnklGbzBG42mI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "57FpTe1gs7zkRkJlDYGqFzTadweoC67tUFJVW3cWTy8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "1d5C4FRK5bPRMXFP6oj6Ai4qmzyMzI0osaw3KvsggfU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/BigIntPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "PhQjRKxMoRQufwczkF0mW59rJepmS+CnkzpPKijX7MQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ThreefishEngine$Threefish256Cipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "9kVhP/w2CIdQRwUKtQLTTJVshjbxrj5jb7UgH+4BlAE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/SICBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "RglCFhjOaIy1+7PdoJt/V4LL3WaAlm5sow0mLCwbkVg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUSignerPrng.class" - }, - { - "key": "SHA-256-Digest", - "value": "TC2SnbMXTqMOvtRZ5Qpjih6wMR9jg/EStwCR8Q+ZU7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "5OMYneFaFutP/Jh5gMofaRpRV77PdzOblwPigNAmIGA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecMatrix.class" - }, - { - "key": "SHA-256-Digest", - "value": "xBkSgJeXHD08LdidB5XlLyC66jnMSm0RdwEwpkZkqA0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DataLengthException.class" - }, - { - "key": "SHA-256-Digest", - "value": "khDskqk5j+tPTR199OaP5c4BUiUFe9IX+QnZ6StGcvM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1StreamParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "GAcEKh4AQUQi3W/xw9MfxvEjUexy9SOz46LLr8ALh/I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$KeyGen64.class" - }, - { - "key": "SHA-256-Digest", - "value": "qyYp1UuaiTfNQh/aHmDRZ3AR2UJg9BcSj8NXHvQEf58=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/GcmSpecUtil$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "djaiwjGdaObmh+o0jHXnTaiN2sglOy7jBVuTXMcA0xU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/LegacyBitsOfSecurityConstraint.class" - }, - { - "key": "SHA-256-Digest", - "value": "s+mui8AKC22iUXqeEZzIFLdCKrYQVESPBFMTenF3Q0Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "MrZ0/oGG7WD8M+t0rmMC3/tJJZGETjec/q/AtdyfLqs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "C6v1qyVOLFeu/pvkkt3/k4JDRhrrF1zumb9D3epAf5k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "6+mBePMmkGhFKVLXQMxX6wrrfvz3BBqvXQ+e7d8gPBA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECNewRandomnessTransform.class" - }, - { - "key": "SHA-256-Digest", - "value": "TZ+2UOhVWGymqhjMb1e+th85/NxImsiU5p75q6HxQFI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "Djtr54Svl+RLw2j+b+5sLCYBfrFIk3lJfX1sUDAXGG0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithMD5And256BitAESCBCOpenSSL.class" - }, - { - "key": "SHA-256-Digest", - "value": "sRw+3xXBuRiaIvenHWnrdNzaD9OHkA+uwArf1P+B/+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "4sF3x2WM1VQv2VtxrbYgDC6Yi1vBUjVwr+kqabJlmoc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/SNTRUPrimeKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "4/7bZoQaPaXzmoMmsSfkGOChh3fLiJSHQhe7/pZaj5Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z29WwEsbwhrUBATdFtphTIv4WknwiQ9oKjhSU/ZpTx8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Kyber$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "t23twTVeGn3ywkktK1CRYXwLp0+x3Aah88syQqwCWNI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/config/PKCS12StoreParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "8eMUljE+RXcf3TjKoAn+6qtEyRoZc6wVLudw4c1a6O0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SSHBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "E6z1bWsuHEc2HXiRuLnft29TUZYg7pKDpNknz2tfspY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed448Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "aQqxIW4QMxsOfzWI+dP4L26Qt/s+ByCIGR4sSrGVCfc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP384R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Bq/VIgN6czkCEFQ5khbUFFaH1ba8MaUFuZdk0eYkRE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$KeyGeneratorT224.class" - }, - { - "key": "SHA-256-Digest", - "value": "u4PL0CzNVGnma3dNiqjs4Xj0QV+zOmV+vagWEiHVZ1E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "duIrxSdZbrMMSr0Ag83s6Q9wkakV6AiAOGFstkfkZfw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERTaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "+Zg+OJvx9jn5EYxA+sE91pAYGVSUAcg4oR5WgrvFazQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA512andAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "t4BXHsA17GWzu4fHW0sNWTtATxL+GQ28YiepQgLVBCM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP521R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "1UAuNT1AHxDBq0EsLykOTLBGgP2BhS9uObLVhKqAsB8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/AlgorithmParametersSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "WtAnWU0ltVTCvD0EAnrj5FaqqPAd8ZYS4PbK32r8/d8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LP/rR9BzWb2JeYr13onuD0zUMywVWC+543ruDrcJG0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD160$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "zqb45Ub6F8yaK5Rqw7Ty1eVkKgoBcPC0hITfpW+UJ/k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "GxDi2dBJ+CKJaz1Ia7ZzBKPcrwaXS137Gg+0pZD3518=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERNumericString.class" - }, - { - "key": "SHA-256-Digest", - "value": "XrXkQhoWHut6fXSL6gRhWUn4LnPDhSdjSnbDV6L1b34=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/McElieceKeyGenParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "9mpq/6qPnVUgq20m30ljhz6+x26xICoJfHpaN3+OlQM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "tvcEizqUogTyRug33xJHn/NMpkUsQvf6u3UFnrE6OwY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/PKCS7Padding.class" - }, - { - "key": "SHA-256-Digest", - "value": "vMsaws8E6yyUn0/QHzNI2koZYf1pGj2+NYfsU/cQ1po=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "45PkKY6x0FLSTAZj/QP7c4N/f9co0ikpwi82nfT6ZMc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "VMIbDAy6kMhnX1hrmFGo1g2xtc2A80INL3ztODNO1+s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/SpecUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "W6TvrdrZ3p9Tk4s6ILdZkWOKJUSkLeKThYyHESwbRZA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/AbstractECMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "04UVp9qDf7bzZFo8kA5CssVBkK/Q0sure2zr8j2/Hjg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/McElieceCCA2PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ohkL/8v16v1SUt0xtcZywx2oVM6wssC9phGGnqn6NzU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/21/org/bouncycastle/pqc/jcajce/provider/Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Zbc/xdrkNaV1tiYz3BwO+0YXx7Y92Za8zmaDZQPlpE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "w4flAEB6au3TqAJ7A2cGdbu3CSj7ZfScAP3oOuDV9gg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$CDHwithSHA384KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qc7olc3z1VuMEMy4j7TZqDYh34Q4F9dpYDX1YkmgBiI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "lxEpO9Y8RZQmPKIehJNtVM9yt8icZzf7vWUxWo+lMms=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/DigestUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "jrtMHpQ9ev6y0FWWpvPU/K0/SqA6TqYKIxDKnYRr4XQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/RawEncodedKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "+wL69z9emBAF7MHSnjyraDt2AdC8UzPBOtiuBPQWpu4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/BIKEKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "7Tk76lZAXs06qd9AwEioceW39WI7RyPE+k28fjkiLjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/IESCipher$IESwithDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y1RvBdtUbSZZN975MAAFMfieTVwcg6PuDvH1f0cNAjs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA1KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "mXDuV7kWXN6+RIatgTI27KRZ+ZT4pgJzqE12GiMwuCY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "pFjRnhtSf3lEcsR/nAUeDCKN98b9KnTO/h3j0h0zKHc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "M91AjjwOX2o9esJsf1vN2nZJ5uzwgKRoilqTIID8Hrs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CBC128.class" - }, - { - "key": "SHA-256-Digest", - "value": "jJCA1sG4pMWYvbRYN0VLIZDgmsIalm/u/+GKadEXbCE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/FalconParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "ehMjdndY8w8GCRiL9sfaYKCqArFY1+vIKZheowyShuk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreLDAPCerts.class" - }, - { - "key": "SHA-256-Digest", - "value": "OwGi3LYPpz6VuldyxHQigOPu6bd3NddEDqZghBOMrp8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "znftXK9VV1Z9WidzJvra6rOs+yWPbPH6dwoce7jySNA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/McEliece.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qon0XD1iT4fJD22BNwubJzYBE6egiT//h7rcgjdUTjE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/util/GMSSRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "n5Yzx7XqLGL3xkjbcJlnd2zXaJ0O2TTtKKo+B7VkU6M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSKeyParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "ll1INDqSXPITg0aVW/J1nsc++S0CtrapI4sOpF0fkeU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DHKeyGeneratorHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "/OMTYthyGwHBk41RXeSg0X32gDgILYEqPV2xE8r+tkw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/GF12.class" - }, - { - "key": "SHA-256-Digest", - "value": "AeFOQ0ZPeui7+sVSO7wDv5Evkc9Fpas7Ki7vzQyqV1g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "tzvi0pXgFW85NYye1Um3iD6fKfZGFZFo9d4y6DR8qqM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERBitStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "y+5Y7LbnnCQdke58W9b0BWA9V3jGU/M2BhtIvzmsGtA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "eWy3pq7+vBkG++nUFN60ElA32hTpJfOz1jxohTw2cGI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "1CLwxJTrbiI3ieIhaTH2JvBXqUaa/QK/npt//OTgx0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SEEDEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "HacSK1oAQbBnStMpnhsdfp09ErLU9kAUdXagfk22hnU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSMTPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "a0se8fs4ksMF360uDwflyJNLKGGx2MW9kToQqvEBHeI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicParameters$L3Constants.class" - }, - { - "key": "SHA-256-Digest", - "value": "NVSYzq0EbTElnn5uJp1Qgd1BJi78HHp0ondyggNIbzE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$OneShotHybridEntropySource$OneShotSignallingEntropySource.class" - }, - { - "key": "SHA-256-Digest", - "value": "q1sa3gXEdH/Ma9gwd9CRyNTKlD1OGx7fRvK7eURJpZw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUEncryptionKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "yp6WLMwibQGi6m+PzetJ9xcLJ6KIsjf8FGhX6Uxcp3E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/parsers/DHIESPublicKeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "Js7aMyv42pgsna0gwgwH5GRaJQbZ24hmXegdfncHTdA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Haraka$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "s58nuhAyIF4yyYiDu/yZwuRFUvETcBquW1baw2WPswQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/provider/BouncyCastleProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "1SMWWHZT6vL2jaPWtQLIIscxf6gJiIfSQO0ixtRIJe4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/AnnotatedException.class" - }, - { - "key": "SHA-256-Digest", - "value": "9gF8qJGaIKWifUONOasCNlnV/HwJevWjEusydtIB36k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/NHKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "uxbS9IrMRtK2cX9MF5OA7/x/EqIaZQCFVZs0Et4gi4U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "9NhKKXFJqP4AfSVSIdD0gkbasHIaU36r8gE1vDCOCCQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "4fKUDF9DzYB1NzSSsn99lDK2V3dFpDHcxQfwopSo7ww=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "eezf6oxuP12z4bs/fNJPvJLtL6mggmejcx+CwEOiUn8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "DMMEDGwUrxPOjr9HGt4MqB1fCDuBsJJyG2sA9uqbIgA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/lms/LMSKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "15akSDYUNq27DV5CZOsjbOEeo8LLFgFvHhlpnE/4de4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$ISAPAEAD_K_128A.class" - }, - { - "key": "SHA-256-Digest", - "value": "dfMz8G7QMMB/zarFE9hylTzYZu4xOo5uiVD9YD+mVxU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "TGeo4nAc+sP6m1+sYpDZDz1broMuCvDfPOde5AaozPo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "v24PhXot+KzHl48+3a2KbZPbN+DC0c19lm7aXfYcWvM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLEntryObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "2OzAFqo5aJpLKi2uc9Mre9mju70sZyRgB/N8Cg8dhxo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "U3rIGLz8yS5H6T0j0ayD2DbydMq+SHnsduZrlN8zGQg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberCipherSpi$Kyber768.class" - }, - { - "key": "SHA-256-Digest", - "value": "ihB11VbAl1aFZaXqL4WDvS8n97xd0nWq6ONau7ERYtM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DigestAlgorithmProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yd4HheN+vKu0JmksC3s67pPlgwuvW7JhUMfuDc9MPhw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/provider/BouncyCastleProvider$JcaCryptoService.class" - }, - { - "key": "SHA-256-Digest", - "value": "wRR4LuvkOUgyMm/fF0CNIlY9kxqPBPPik/jbIcVnnDY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1VisibleString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "J7n2l9fyhjSIx/4jIJFFmKF23eBLP9VJ20xjuO1VvsQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/BENES12.class" - }, - { - "key": "SHA-256-Digest", - "value": "cm/dQYkEVy3PzP4/HNaylPi1KTanB3rE5auWUlkJtDM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$DHPublicNumberConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "EGQlUXN24cJM5ILsfrdHUpWeM10ZllGuDZObbbTyDMU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "hQsVBD4xquvF6gqJ8Ty8ViMc6dUNke90MziLIrDfHPw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1String.class" - }, - { - "key": "SHA-256-Digest", - "value": "SwVqyFu87IbT3AZkQxyW1JfJNKYuhm1a3zAU+tVH+gM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RFC5649WrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "gMWE1/RAM2Y/eosIMuaw1WgyEx4GSH6NR/c/vYnUHmw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BIKECipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "/T9oQKBUQTYuTOPBINxVq1FqbD+TOs75cTqHj5/pFQ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLImpl$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "5zonzU7tXUPlEHbGolgFUEW4USip2sPlEFLGeFEShbM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA1$PBEWithMacKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "n4VWUd9V0SEUUl87KhrBIpfrDOqdLR0pcE5XB869ML8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "zznoigsM4eD71iLv5zcxEMFt0njLfsqU+Dbnr7ncrdA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA224KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "NsIHWz93TtMcuTsBlOVhqrZIkdats4ehH/CoesP5dBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/PicnicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "/20yLiX4NJmfekj2Up495z9e7+mHZgKcMYI1/WSdMhM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKobaraImaiCipherSpi$McElieceKobaraImai256.class" - }, - { - "key": "SHA-256-Digest", - "value": "uEYD1aSqqIK9jpKFcScN5Bk3IZpFlxVMFBAGad52oYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X448$F.class" - }, - { - "key": "SHA-256-Digest", - "value": "8N6vweG4zMd/m8hW36f4O3PoVkmVrtlgxd8RyN5PvAU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Exception.class" - }, - { - "key": "SHA-256-Digest", - "value": "oMjEbN2cJPvQnDmqx5OaILxV7iDzXAusAjovRpkX+5U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/SPHINCSPlus$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qe2DFJgcUiH0LANxNcEJm5D0SSQ2X9ix9Fh2A1Mp2ck=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/BCDilithiumPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "sazxzplQ3NQ9Y9iESPv5jyp5E5MMSuhbROEqevKANvk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicePurpose.class" - }, - { - "key": "SHA-256-Digest", - "value": "c1UG4ljCyUeKXGg4zh0Ar4sY14V83IerCxgSh3VoqqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECDHUPublicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "d4Wp8cU1i1BoD4GxfLCkwmzpfmuOaqwPAV41tQhG2g4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$HybridEntropySource$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "YKA0glLJhlWXN+oYYsrRXGmez1Su2rwWHyAMuWJOyW4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "DEGHVlzQhaNqDPxKvzfrU6R7StPE/Nja3ZiHSoysqKs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3D0NlqUK/39kGbJdhh0w7hOps0J7WYYm0DOWDCAcru8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED.class" - }, - { - "key": "SHA-256-Digest", - "value": "oQCOyTDlOCPM+cygn/mKBDhopIqDUAtBrRfKX+GeaNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Smj4Beq/Y9XWF6XtvR1cYV9Qe08gs37nwjiE3SW4TA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement$AbstractFp.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZW/dqWfXZkkqcFYYpoHzIcqM77N/rix8fAfd2FBblac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA3_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "LPKVqMeX8wfViLnjmISp9uk2reD/iSjFoxX9QOrK+eo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/PBE$Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "W7PUHQtdKMD9El0yyqmmnzzjZ84gIncVTpiOAb6qIKE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509StreamParserSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "T+NDwce5yw9q3bUWBrCg9ZpTY2jWPTgbw6oyrJjR1cA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/OIDTokenizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "kcA3E5EE6cZPGKH6ZTCLZ+KpmzrHwaHzKRxsPpMwCJg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/ScalarSplitParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "NgR/xr+Y1cY8uWo0TWURK3Iltmp8mztcm0cdIQzyxkk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2mVector.class" - }, - { - "key": "SHA-256-Digest", - "value": "/puQqrm/Q12XsayI2JxJcC1wTNvcws1CnWpiTIqtWRc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/Zuc256Mac$InternalZuc256Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "1+wWZORU+P7+lPGoUvaQckdV4mVMJWpUuGjqtV7/U4M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SK.class" - }, - { - "key": "SHA-256-Digest", - "value": "nCRWEubXGvTqm18+jPvytfTUCaN2xq3TERj5JE4By/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Mul_GF2x.class" - }, - { - "key": "SHA-256-Digest", - "value": "88oKZdBGq/VXleWYdVELSw6w0/y47gcebo4+2B4AW+g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "DthcGAgGkoerpzr2USjMBJTsph6mF2eC6PHaQ0Z8C10=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$PicnicConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "6RoeEhuCDTQNNJfHNYWA++H9L3HUA+4k/Ajulv4CjmA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "CQxl5p5AM6tOKsE+Sb61tN/PFhVtZ9WKMDBmePXJpUg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESKEMCipher$KEMwithSHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "ovJ6kA+hA/jPC5UqgyfKPYz4WH52aQr0K6RgjVvDE40=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/Primes$STOutput.class" - }, - { - "key": "SHA-256-Digest", - "value": "lUnekPGMVxCxuMnLflkobU4e3HX6YslD0DDWavpuspU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/HashTreeAddress$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "S56VYD00BVLLzhNTOynFT61rMJ5E9AFZBAU43L7RC3o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi$PKCS1v1_5Padding.class" - }, - { - "key": "SHA-256-Digest", - "value": "08/xAr66M/XNOgIObvMFrrfSAeLajiXt12d6Q0g/DRY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "sMg4WOpA5Wq8xw8rghlPyk9DBZVQ3DIamSy9ti3ixwM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat160.class" - }, - { - "key": "SHA-256-Digest", - "value": "oNPZQ7sUEsXvUgJQ2aymrDcsNW5BPMDIsPge/fFgwdE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/BCElGamalPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "rJnoGRzoSS+yggZzucps4j8xdKUhswwn3WVRQSwVFbg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1External.class" - }, - { - "key": "SHA-256-Digest", - "value": "I8h1mVcSV9c4zADcOsZcyHHwt2QKXFi9OKlBX3iko28=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "uwN1uW+jIUpdOh7m2iDgHgNdL+jg53KKas7+qgghoiI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "nvcifMJl+onHB4AkKb/XpYNT0l7+OLaTCr3FQ7ZlnOA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withSha256.class" - }, - { - "key": "SHA-256-Digest", - "value": "PLYUm+9SbsZZt5qUDX7GN2gfD/xTpYBj7ua7gQ7S/7s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/HKDFParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "7YRqQqbV0w2/Ro2k7HZc+zQCkKRiP1nsOYpEh8uEU5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XTEA.class" - }, - { - "key": "SHA-256-Digest", - "value": "NR+whBtlT+AEmjjeWf036F6fODAASayKXwMe4qA7/YQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base2.class" - }, - { - "key": "SHA-256-Digest", - "value": "9gPQhKBdKmOOAFzisJWe6klhnk+nJT89Lag/BEytmx0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$MLDSA44_RSA2048_PKCS15_SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "mi0k8dLhbP42Y3EAM3FoibzyWjXH7JDh2aX9ndc6WbM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "vXHf+XkEtXAbJofVy3gegL1D21QPNbLbduQaqpXToHE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/BCXDHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "98Cd5ehiCfGJVNLrSopnABR7KuA6/UlZohalDSVIxro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/kems/RSAKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "xHZzBi92If4Nsd58e+KDmaUH/jqDmRlIPwTj3sWt+r0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSContextBasedVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "i5ocYhS7+i4reJmMBWpiEr2khkFDndwOtzh5JYL8AG4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/bsi/BSIObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "0rU77NCoj/a5Lx1V4n/Dyfg+vbNn/VR/otE75h9X+2I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincs/Sphincs256KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "0crGqIQw6ibLWVqlk0z4H3nCW8lgVkJdstQOUp5lx1U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/AttributeCertificateIssuer.class" - }, - { - "key": "SHA-256-Digest", - "value": "OHLaa2B61WxPdGXqyIvnU/mSt+sKAtWqIdIcMOp9T7w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/StreamCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "i2Vbd/sCPQu3U6Wzb/excPtDVWw0NbR0SErLRPzoiWU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Utils$DefaultProperties.class" - }, - { - "key": "SHA-256-Digest", - "value": "d6NUkmVDKlm58H/JATRQG6khxng+UlvXfYlI6mhIijw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF1$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "7rcklqFGZGUb/ZkJ09E/3ma61ie3g9pIsKfaHJKjdDU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHRSSParameterSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "DEwVU379Sb58/DaNqrmzNrhAgwxA5SjseEv9bC+PJQU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/SafeBag.class" - }, - { - "key": "SHA-256-Digest", - "value": "JcfRJVZWyeRarPVJ1/cc9vb8WBP5Q6CcTVwNeHj2whw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/pem/PemReader.class" - }, - { - "key": "SHA-256-Digest", - "value": "oY7R0WVR74W+91pEon1y+zCuq98qKM7yjLmz3JuVCa8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WNafL2RMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "by6tQXV2yytZ93g7PhS/SRsNpG5LGDE1OZtoGoBj7cM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/SparseTernaryPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "04rA948RiWHbjF+e9W8++HqCy0ZHtjD2At4/qFrx+N0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/GM$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "4zqXqj0GWysRKjwP/XlECBI4LLlf4yjPdFVX24xfhYk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/djb/Curve25519Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "RhqF3YR21O2e5f0PkUX0ltNkaYYevEqKFtzHxmnrmPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$PointPrecomp.class" - }, - { - "key": "SHA-256-Digest", - "value": "j5WnTXMhyAnIK2yC30L7plaDAAlQcz+0qsEBheqLvUM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "D4fMFfkbLE6LLZH621ALqHykj3OzspNI/jLJWnhxH3Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/EphemeralKeyPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "UzBFbsD6Y2+wl6B5mhAqitjk8TkHQ8KO9nasW9s3RHc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowKeyPairGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "QmsHqr00OihkD88YePOeYUqH8FLdqEQ7bHvFU9qgsAA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "MpMgFL8aZaqlyXcJemtop76grpFflkeMhLaoqs+q9qc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$HashMac224.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZpQ6RyPN9RJrJKW3TCYf/aCxatRq4eCIfMFA4g3zpDc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Enumerated$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "W5zhPQS143oxeXuoGHxIfpjs3g0sCZfNaK4IYm4aTTI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "LB6HMrmNRC+g0IxdllckeNknBRpPxiaiSSII1iXhj2k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/TypeOfBiometricData.class" - }, - { - "key": "SHA-256-Digest", - "value": "YbbM3vdJTl2ta4ZkOjjvBewTo6RcoNmNDLdgzIuuq+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/LMSParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "49Bou/SF3jPMCIzkb5PsT3my6LBzN+x6QMHWMCIo11U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$28.class" - }, - { - "key": "SHA-256-Digest", - "value": "INik95XXxIsN+5EkoQp7dZtAGmxH0RnuOdudUEDrKcs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSASha3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "eNE5IO3OEDPCi0qfemlsd2cuOranEEC6cMCeZZB7xSQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ARIAWrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "mTTYa2W0BV94CzNhKZLhj5D0IYv3APZjd7xzsW3HPO0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat128.class" - }, - { - "key": "SHA-256-Digest", - "value": "HzmoWC96ZKxJ+C5w74Y4DtHw9W2gv3ceXbdJ9XUJsso=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger$PBEWithMacKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dc7YmyNdfh5biHjYUaezIscSgVS6h8zJPfGNPeNKuvY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Frodo.class" - }, - { - "key": "SHA-256-Digest", - "value": "4lDEwd/zlvTJnEICLPKlTNgVS7gUxzQ7vUJRxFFV+O4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BIKECipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y+YyuMIRog+6KSnsZrT8vGqieYTyhqS7KGzqdANMhcM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "fVYA+LHb2y3dbNcY3yO9m9fwJswL5DYN/A6CiZSvpXk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlus.class" - }, - { - "key": "SHA-256-Digest", - "value": "aylQH3QUfdLi6iJbLE0fokMpYatDCHm7Fj4QW1pz1MA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "kWV0rR1XP5Z/SqCyvBiykpWoW78FFPvTIGbVYae9V3c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/X448KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "jz3V0Khb0WLrIPfNg+vh9JPMMCBkimmeCh3tkhDNKQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/PrimeCertaintyCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "LAuO0xlVuPWWySyyZfRBVKQwKAT9itsS0tbyX52oJo8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ies/AlgorithmParametersSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "X9xgbO1Gb1LVmZhrHOL+kFQn3gOmbeF+uczJ0aaS3cE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GOFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "6LU/jXtuPK+9IjSJ/hzrnZRhlgkZ8mAOdTADNCTCtGI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/SkippingCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "/lMHOV43JDRdpSxY87Kj8KvNpNMiZcPENiIfPEtDxdw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0TVyYyk+3zIa81prJ6fZ6pllcuk24RCoCSRtmfHyYaE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LSZG3ZDxGgN+HEJna4ZyVcFFOiDkPia+ckeBMtagAW0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Salsa20$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "ey0xSsSZR3xLJ4YcKhDF26kegmXASXHKlK12PBMe3vE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenJCEBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "8AYnyPb+m2+v2aLzNaONbBSeN2IWgBWjpFTuhOlN5RA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$BaseAlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "HHzhjSTaSbkeXl4T9fadRsqU1wEU/XhhYgst7j1ylxI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$GOST3410_2012Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "DaNIAYB7kB2WiErM0RDgJ61Z7zxgh4sfMaDFG0CMKbM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/ECNamedCurveTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "9UYPIwx8Gh6VSTscbgOxUTNhnqo5dUAM0xV8Dvi/tnI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/kems/ECIESKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "SVcCTdNfdCYMsNslQjT8Be4Y9RDMKNCb+SGzDS8yIL0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/GF2Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "PIl6bsORY6TexdDjZF9XOvJ2ZAGJZC1EkqSub+u2teo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TargetInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "+nqEUiqPPLxcEoEZJx/zWRlNb/jjiXo1OGTgQhtywVk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "zv8XUDx2wMra4ClWWbqWFSzR3X1GlInBkGRBOobjnGA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Properties$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "zjcA8BpMmUhUkSC3mVIK92WUkZue2Uqm2pOsMuwwgkw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/AlgorithmParameterGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "7PwW0dXO3PKMaWrGsK1lscQpmLtffNcJSBpj48Zaw00=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "NjxQU8aY1Cy94DQF8NFvzHkmtC6QCZY7r50l+7923gc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/DHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2evGqvy+wBfu1KO5uHUxqJqHF03P81gDdwJVQ1c/LA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntru/NTRUParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "DkoAfgdyUQBOud/emoqz4ISretnwNGnE8+q4lHPTTdw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SkeinEngine$UBI.class" - }, - { - "key": "SHA-256-Digest", - "value": "gCETSTL23HMWA1MjCAc4Beam/MyVVjPBoQugHTAOKR8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "3oRDepsJO5x+D2Z548HR5sRs8aFVF1ZHZRt6IoCTcDY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/GF13.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ixjy2CM/lxn3xSEtZw7DvTymq8Iv/X4ZxqJoFU4284c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/extension/AuthorityKeyIdentifierStructure.class" - }, - { - "key": "SHA-256-Digest", - "value": "pzwRa7nZmPYzi53dXgppyuocDhkoxaIjHbi3bLS20wk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1GraphicString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "uYTornmdAYMBeozLZroUIG/qAzH/jzue5RL8jWV8Zyg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/MQVPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "WaDrQ8c5Now5zUo19qlII4p7uRnMQJzcqTeobYCJ7YU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/SPHINCS256Config.class" - }, - { - "key": "SHA-256-Digest", - "value": "gkNfaCCtIdLlIRGozGRjYMu9fA1Q1ASLLNK2ywsmsZ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$HQCConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "T2vO77cInFV4VQt9QdjN3PWx/hZYCGqEMpVGEayOiuQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "c3Y/MNb3+ZDnqC+TMe6kf/kV4Fq60dP99RTUYTcOTvg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/ServicesConstraint.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q8DHiOf8gz6YUdF04lyagg6syRIwII//uB1oJLgGSJs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Skipjack$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "leJVUMp/7puZqOluSSJrMkjyzPRUS/vD6XW/fpoRDRE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseBlockCipher$BufferedGenericBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "1K5LKzMsjw7fVJgQgUS5Ac668vCp4hOedcGFiMslrKc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "po2WkYMtg/KAFWXOjq2lDt6yz0MA0eunx4/ocoIpMAA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_1024_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "BvTOmlvhphy7uU3UNHyt9FKHo5Bag3vcDSYOQT0QqjQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/RSAKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "nOQVHLd0uXlBT0q+Z+lG4ZG/QdnNyFnJgEBqzUH3LbQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/AsymmetricKeyParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "IqR+VBcJKE9dHR4x09VqlhDawGgeV9ZBKDUdOadJ/pM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_256withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "gy35uyOpcsNCtuDQre8qTil+aHLpflt9pcZBUE31INk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA1withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z8oTzk1m7OT001sNJ4aiDc7+I0qCvn4Kx6+++OHfm2s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$SHA512_256WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wy7sLYiLPv/SwCOvWTHnEe31o5tx51tqZk7faW0O7kw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/GOSTUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "gXnQ43VcFSUZhv6bGoyjJjBPGCNtfbGLzLvOvJMUc7I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "jviSZ9ULP6HOohS4b1SxsMRc45WE/a3RJvrskNpNp/0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "nhzd9Prpdnzt90lQts0HCTlV6T/zaAab7ZX3nBbRqgA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$HashMac288.class" - }, - { - "key": "SHA-256-Digest", - "value": "WGrso1wyBaaYNYU5Snz1ztLYRHkb3Wd6DMBVnfHn0iU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/IESParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "fk2CK1rG50tPrBKrVkXlXmgKJKh6weWrjb2UNyeGuds=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "8hNPsDXR+/xpDumWUUZHfLaa9mqq+apjreAlOaqJcZk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/IntegerFunctions.class" - }, - { - "key": "SHA-256-Digest", - "value": "j5GNd3xU9BZqyETG8BpJMDwItnFFVfdEzZUlW8abosI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "1fw676SiW1HvRRIQHSDBc5XLDo75CbHcIg8qQmE3xVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/fpe/FPEFF1Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "WHyucI4JRZGrvliNeTdFl2AryJ+VjLa8coIvfwjCyBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_512_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "v2UNz4Slfp1PfFsa2ch7ym0jY7jIXCnWMUkoP7S9If4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecK.class" - }, - { - "key": "SHA-256-Digest", - "value": "qFupkdaKVZWogSEwee8XppazhCVAc/C99al6bpLhbng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/GOST3410PublicKeyAlgParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "znYP4Xh+r183bgTm1NUJTR/6iJEqh47D8o3pBTKAKkY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/ScalarUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "kbRxJbYExghzGTi9tSLfCi7Gsqfv2ov9nouHUlgeNQs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSSignature$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "kpePYiSTKsvx7P2EdqB1kYmb4bJfQQ85DvrnSPl/BNs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/HashUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mf9cueVAQm9v/EW7wS3xv3Ldv5dM9C3yH97yuk7qHZk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/MGFParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "U+3IgT/PhqAwwi22Q8TVHzFAu3j1HSA60No9O27SlgQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2s$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "QKykgDypHU4G4YjNOF+cCFhkh0UvkbhbRKiZK5YqOOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/LMSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "5OxlF2qIgurAkSEQIrCLqNOwjQoK9ofNEXROwVyLYsc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Reduce.class" - }, - { - "key": "SHA-256-Digest", - "value": "dzBDUCf7ZT5L6NMmwRMGObGEc6YLKGcR1ArFmTM7Dcs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "X0xfc7dD7+YPpEPkQoMi5XWn8/AYoUJBOwMjJeAuXas=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/DigestOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Kppi2F9HM2MZP9EHFERvZYR0dlknBH0nTzPRlhzZEpc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/OpenSSHPublicKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bc+J8k7sp89zHFdbd4+AEtDk5ONJdA0iRJND09RjcXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/Permutation.class" - }, - { - "key": "SHA-256-Digest", - "value": "s6xbzN5SbQpN5tfIgZz1KfuDW4tfxhRTHYfg27jgKXE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$Falcon512_Ed25519_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "E32MAW6kTD5JUBISGBINSvPduupRwLq2DRxgOexZySI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/LowmcConstantsL1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xn9aomjISQ99og+roDDoV58lIVZAzDGEuqfbrmQudJw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/FalconPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "sSo8TDDabDi1YdlC1XliJ4aFYfeNsZCbBEugtGN13LU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$RFC3211Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "0jxGp5l1sHg3yV0VTlLbaIaZVT72z79WitDEUDaOL8A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/Symmetric$ShakeSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "MQjUX8chiLmGbAqHr6GMt1xJIo0FpztU0aURfJH6uQI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "I6S0WeLJ5mIxFoetzu3u2lJlPzHrV7V0G8P5ZSYTSuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator$Aes128MatrixGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "gKValaG6dyPbFi5DqpQkgRNcfOCj4vyU3HI4s2qATA4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "0qiji3hkWxaGhlV+nx5yq8OwAfUWl6YTBWEkaTEe3WQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509CRLParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ju9hm2q8dSuD1iveknO35gOQAQUp4Yecku0A1EHmApk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CertificateInternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "y1G5WIWUEbNr2c7t3lbJnXKvz8jhxBqNbvINsdV/5NA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DefiniteLengthInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "04GL9n8qXgmQbxs3esiY40xlE41qS3qB1g/s29E6o84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$Digest224.class" - }, - { - "key": "SHA-256-Digest", - "value": "CitKr/yEKzlHhFhIc3z0XK6MfZ3eXuP31Co6P4AA8tk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERBitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "dxtfTMhGfvKPeoQyH0jWpZLBRy+A40lGx3O7pZaUddI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$BIKEConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZanlF2HH9Xsoc6QxyttNc+43mR0/HNOxsOznlgBj3EY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "2MVa2hj28NdyjPNccXZiSPGPIdfZbnc5lTAsca5tDdU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/CertificationRequestInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "64ZH/IAVUgBDcQDmqTC62Ez7O9HkiGWrEDDep5PFCkk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$HashMacT224.class" - }, - { - "key": "SHA-256-Digest", - "value": "lerpn/eVOTqbLAHnv5PekaNxwsFW/6oWxMzWReU91iI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "1z9LkFLv+UkB+nLQ7eETUBPNBaOIyXtLRPiTqQi9mDA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/gm/SM2P256V1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "5caXeeFvg2jsQssnCv4igMwbY6iRqgGuHMhft6R/FHw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$HarakaSEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "oT9sBiazOF+D/IOW4i+SWmhS+DwOmo2ZKrF6VTX0GbQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$PublicPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "/gPcmeOZeB10jGPHgwWHU4zHZN/4FRP/IQvqjkXW0Xs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Blowfish$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Lp9Mq/kEWTefNPmdbEpbfAcYKpvAVMZFBGhDQm9GQc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/SubjectPublicKeyInfoFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "4xkNxBQYsvqda2V3NwtvVD4+JmhI+WWqmEgz1I2lU1w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSAPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "7VWWuaq4g6q3HakLv1IWc0mGmN5kyiYWYT3QS+Z7Qmk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/kems/ECIESKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "NJjLW1fAVRpZJOTp0Riur3f9VLrXBB+yIYeE9gvl8Qs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Kangaroo$MarsupilamiFourteen.class" - }, - { - "key": "SHA-256-Digest", - "value": "CDqyLzGutqqRBZMpS2DRLZCPlMauAJH+mVtTuMj73w4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA256AESCBC128.class" - }, - { - "key": "SHA-256-Digest", - "value": "haFhNo44NCap+n8SFbKZmN6oGLWNPRF/pTW5RkAXQIk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "mNplGAJ+NTtG9M4YrqtoC/tNNx7v9JcDlsegDRC8gaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST5.class" - }, - { - "key": "SHA-256-Digest", - "value": "n5JhNGzGZfW5xbr9ppGkX6uLC7XA9wwoanzIfZPi8E8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$KeyGen7539.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hy9rwh8qfkHB1B9e+2fQkmqAgwM91KFCI2Hp0C3PYqk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "bAdgix50+DSJ17HegsgBD5obopQaMXw0ngWZm5cWc/o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHOtherInfoGenerator$PartyU.class" - }, - { - "key": "SHA-256-Digest", - "value": "xZdFJ3bGLyAT1uCp6KrnxKOKZlpy4voShLKufTuzFeM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/ECNamedCurveTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "Or5v5ZH2g7Yqow70j0bjppGjEW1Gc3aVZqYilDjRosw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/ReasonsMask.class" - }, - { - "key": "SHA-256-Digest", - "value": "ryotW7Aq5/ANHd0QYCR4JiDDmWxSLSw6ayPTtuA/OJQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "kPVKNmYEX9hPnVVe/HWQQxmifH01/72coEdekRQiD9c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "G2EqGhu/HJSbBZRAUzvS9FY7AxecHWBotenoJ477k20=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Choice.class" - }, - { - "key": "SHA-256-Digest", - "value": "9NOmJ6ET54Bd1jxusvNuLndDlqc/7ZyykbsCYRGVMFM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA384KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rm/Xrkem5AYPKWpTUWboKj/NKCukpilfJ+KpUo/v4+Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dstu/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "H5IcZ8cH05vMNydu+Ela7b1tD0IcOMLucfl3Xg9fw2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "fbRBKMTEpUfNkNeEyQfUAhdxoVGUxgGpYPTBBHKuLN0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/io/Streams.class" - }, - { - "key": "SHA-256-Digest", - "value": "xxOSmVKOn6uig+3+hYzS9kM2LJC0/gCWG9hSuskVozI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Boolean.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mmclm2pOZ07rUgvU7aUKvE+b7hLCUf8od/4vpKLw69U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZBwSf+I74QPq20x2s7WaUpZZM3YhhkuR/zjsQJMcL5Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/srp/SRP6Client.class" - }, - { - "key": "SHA-256-Digest", - "value": "TPaZhcTWYDEdGZoYRiH1yHsBIHuNy7owfjNQ06P1bVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/AlgorithmParametersUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "j8G4ZA8J11jfJtQpCopSPlxaMS9EsYeqf4TwNtI7xzc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQV.class" - }, - { - "key": "SHA-256-Digest", - "value": "/rxPtiyPRWqBaKlJI35SSW2sAqja6SPipVAquoccpJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jWJcjzm1arSHR6JNynfwt1TVRmnyFyoEE1fp7V8mrNw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/SignatureSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "Uvu9nJzgIvMFFHIc0E9ufZCeCVwnFxKvg5nf/6V6b5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/LongPolynomial2.class" - }, - { - "key": "SHA-256-Digest", - "value": "HNDHNWR9jLemyvIJ2TX34KyqwU/qn28KKUjJBAo0aa4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/Hex.class" - }, - { - "key": "SHA-256-Digest", - "value": "bjbBozC0K9B/DP8DHLdolQrsH2JjRBxQgfoMSa/EQJY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448UwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "VU1fgf8cKmq0XeaVlECyWDuVKXUkGufk7iWY19bijOA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "SX/6OD/Wo9GbjWZ76boOjjQ4hdmvcoDF3GXsQB/CU+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "rGJDqAtMi8QrdF19WbLfvgtd07GCEvJE7X67Acx0Yu8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$26.class" - }, - { - "key": "SHA-256-Digest", - "value": "3gAxzRsDz3daS6iVCPW/Pp9xlfuhkf54TBEKS8Ot918=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withShake256.class" - }, - { - "key": "SHA-256-Digest", - "value": "IbnWuW86Yo97uVSTUZb2K8juQLik6tCsAcQwv7GAGxI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/ECVKOAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "qTPxWcDv8SIqIVSTtglfODDLhSbSggtoHfBkLMKW+N0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2b$Blake2b256.class" - }, - { - "key": "SHA-256-Digest", - "value": "aate5p9igZHIRmjywgowEg6dFUSPKF6oFDBvqfF6wjE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ValidityPrecompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "ACfehnoEhbVasGmBLKPc6X7qHF8U3kuI+HI6nRHlDVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/RC2Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4XErWGKPaFnjbKPYD8ST95Ko7/EHnIJaOnVUN54vF1Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconFFT.class" - }, - { - "key": "SHA-256-Digest", - "value": "6eT6eMKmtk4RVqJLXOU8+uZauJLOFEnECdyOwogdSD4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERUTCTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rpa5SXeQ4K2xxS8Ix8RzbsCEfC+ZxwBB1NCeSc515fM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/IndefiniteLengthInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "FCwMrLtPdqQl6sas9gcvOo+B0MFD8+Z5xENrgw4YRvg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ExtendedDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "qgOaFMiNEqyqJ/dmCjrapcWL+L22KkYwXATgaHhKoyE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode$MatrixSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "ufJ11RexR/CnWs5QhIjkRsKWq57nzyR6Yjs/4AdVHp4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1GeneralString.class" - }, - { - "key": "SHA-256-Digest", - "value": "ARj47ZLumOVMlmHH/mayDjxJEJdIYrQPN/fucxE5Io4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$OFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "wI+ylvh4RfMDTVkMIALXmXyhdRyRWFGhEVRoBK2D8pI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/X25519KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "OVSz04RIsNSrG/UgcqqE4GhgIPe2Kk8uxeMuTqMfQaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimePrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "fLVrKx6ev7hBa7Uz94QW0oA42oSaW/xvOU9RN2mT5fQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "YTRzu4PamLzfHv4jTDMOdlIpQ7y+MVQg7Go76C4EtBo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "yTa5V+Y9SOBksGeJe9x3d87LKsD4J/iUZdjUOqnrVe4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/LMSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "isdk3560XzMG8SH8YLVtQ73JIg14cg0rkCTIl5hxXyk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "rQobCCxzyiBUSj/qrodHbnCTs7Ze1nJyS2sBEOaGCxU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "WVopQRbalcWUXPkZFr0x8D//9fqK1TW0hqH7eyCV4Tk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/FrodoKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xxh/K0D3Nsm5lCMvJbFO/B4TNllcZU1qRlK37+USvvw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/GOST3410NamedParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "yQMzuGjvTuQNs15qkEOBQtLCo/yJhNnsuJLSXfUVvTI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSLoadStoreParameter$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nbcgp8O3trRH25Go1KSC8/n1etvanOJ/D3FDAOh2Pbw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$28.class" - }, - { - "key": "SHA-256-Digest", - "value": "wLkVMQ2wpp0LiB7GGCtEZYZS8sATKfgGubETRE55NBw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "2o8N+bsSo5XzhpVL54qcgidOh+2y4XVZuMX3ja4UI4g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "nRQ0IKoyvTp06IVqinouHqp7N6F2Q/zkTn7IJb4L1t0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Null.class" - }, - { - "key": "SHA-256-Digest", - "value": "s1iGFkgeK/X6uovUBuHJCJOo37w1cxF5bCITvGI38xo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/EncryptionScheme.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hlq/XaZN375Sviq3Gls9ly0VktbKNrrukesP/ugdhig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenPBE.class" - }, - { - "key": "SHA-256-Digest", - "value": "0/kgRZXgeW/tMAqTNqYgFsfNv6hoXj5CCrunQH0/Qb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/KTSParameterSpec$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "7rq60nJaJO3/MqVG9oTWzMFHF3OR3Jnbxz+hKiZY/+g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "STsj05alxfL+Q3NFCn6epnTjtDD+T/ogWrqWAQSryVY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/djb/Curve25519$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pudw5nQW/7pZYTvKNIh4NqSWpsnwcUgP2euteHD4ydU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "8dbEpAKnhmpTe9I4vo3rHzb454/aS/uiztBCSla5b/I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSSKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pxf+VbT4IqRSmRxz7EtgPTmvIxEvIqE1xnHn+yemQ1A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyPairGeneratorSpi$Shake_256f.class" - }, - { - "key": "SHA-256-Digest", - "value": "5QSoLLAvTq8YzRkYuYNkDtRlqtGwh3+0zjDi+QUYjQg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUSigningPrivateKeyParameters$Basis.class" - }, - { - "key": "SHA-256-Digest", - "value": "KgpMsAAQXWSLw3dxoR8h7bxmko8Wxi5ZUAw8F3L6v6g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "wrpBAZL4kQVClDLOMcIhxqQ4FDlm/zxCKNVDis1QBKg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ax0EdtwX5I1gO4P31i3X0BWZl5mjDLc6y1w0tOsXd2E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$F2m$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6SlfVqmMnocIR+F2CtWaSBIqPpT7uYH3Y3503G0JLO4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/BasicKGCMMultiplier_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "bpm18YaR8RFG80FSOVNV0QFncPx7PpgcNUljZg7nhVA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "jqcOtkznpUldxWaZNITQvJseALfEuDk0MbwsPYvPe5Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/OTSHashAddress$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "gBnzblmmR3VIggOIFKLYKydU0bNzjlDcu4UZp4kFXsI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CryptoProWrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "TLvqXjEDltW0ytZcf9aAeOtKrxByIOqmahcCEg4vZss=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ElGamalParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "DOQJPmu02HUlEX1b8JFsh5dIOZDTCD799idCwF5GVxY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/BCDSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "9oq+nBMei9xfoQrrK3RN9f1cePei6duSH3V0z8wz7gI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "x2ia7Ohvewca6D5ggvouoCYwhGzAKV9rextJ6qt+QwQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$HarakaSEngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "aMWq+XGs/BEA4FmdIC3TWZm0jW4exIHvxCpECi6MFTc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHSecretKeyProcessor.class" - }, - { - "key": "SHA-256-Digest", - "value": "+ywdNvZMKA2rt+squW4nuwX6aEy8DoT5AmbQ22cOPQU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "rj2G7pIZhGibYDHwYkdX6+Em8oGCm9beUjiC9UMZ8e0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPC$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "UapC72MQBU3bAzR/0lkc3qUP/u+KSjTVOFj3gqFnDUA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/HMacDSAKCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "q7ZlGLYqVQlKdTy2YvDsF0iWkX3c3pLH5lfFeHURd/k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCertStoreSelector$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "bdyVG9vnnmTaXo6kL9nSMqwXrz5KeKWiKZMYXK3GwUY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/StreamCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "uF4NBY5/tfFy5n0EU3K5MVDDvX/shMuAXr/l366zJy4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$MLDSA65_ECDSA_P256_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "EKRHNqRUf+3wgkVpgjKl5EfoVA5+qq60079B5wF8nsw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/io/MacUpdatingOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "TMl9PiZoJwej7sEBF8ebQU+KeM7XPfyfxKh+0tf0N0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/UTF8.class" - }, - { - "key": "SHA-256-Digest", - "value": "nfk0t3QWehuK6DKXsliiGrf/pQKMq1xaAzQfFA/IG2k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/TBCPadding.class" - }, - { - "key": "SHA-256-Digest", - "value": "5WiYKeTiOJvvQcBrGWAJ0poCgTlMwk4dzk9Qsnbuwn0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithSHAAnd128BitRC2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZGG8d2LpBgukLK6EOVB9fGYL4mNvD5fanrgP3jYydHk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/NullDigest$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z9U+Kst4t5RgUXFohxsipS5iFX0kgOhv20lPPmp1D3c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dstu/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Cp4nZK7mz073RRTD4gBuFuErmt5e5LNZj89KrOySbM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "nLZak07R6y0A1e8gX6r2T3nu7yUKomc31z/qfU3XFCY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2Matrix.class" - }, - { - "key": "SHA-256-Digest", - "value": "UJ/TvdXDE4BHSXPpIT36jqTjnRJCX6szMT848dGM7IQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/ErrorBundle.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bk4FQNL1b+V9o7tQeMAZA74o8n5lWuPJpqixoGLHOXI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsa256.class" - }, - { - "key": "SHA-256-Digest", - "value": "s638v5hLnRCb8JD5cO6nH8HcH9O/Ri/vlHadQLLXS24=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/PolynomialExtensionField.class" - }, - { - "key": "SHA-256-Digest", - "value": "/1Oec1K5Ih4jIl01oeg2BHNgAGkbAxakSqPzikrdB1Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SM3$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "reaaRDLz2Vhp1O8XCImZXWpjU80MdswGyJINorPm+fM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/NHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "UAbti2Fik/Ml+W5i+4j+33mhtuPVpMkdsNgqG4Le/3A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1OctetString.class" - }, - { - "key": "SHA-256-Digest", - "value": "O2mGGsMs2D//j6ojvmtBkX8x30n05aolvZhkKqjxyAQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SM3$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "rA8CvLl/gcWkAQ3w5gOXotH7Ku9zWbK45J3dkET/j9A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/KMatricesWithPointer.class" - }, - { - "key": "SHA-256-Digest", - "value": "O3GYds8SrJQL5GmCtKWsbY/USxq1b8lfiRmTwcYzzpM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "UN7qEBVPI1afkXHgr41QUjP87OVMQijJZFEv7kYb+jo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ATLNNH+FXkDfdIdDyXNh49TUjG4488Dx4tsxnO1+PVw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ARIAWrapPadEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "TqhBRtJzB9wcrY85ijkZ7wTBtJ3YC9RnNvp4ipPhYIc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/BlockCipherPadding.class" - }, - { - "key": "SHA-256-Digest", - "value": "r750XLz4P2XsbBV509gU/zpnaAnVJC5CQCIctjQMcIw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2PublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "oWvS6f550k25dso60OjgsQVcyXTgBjQd2RyCI6b+yjM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PBKDF1Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "EhmLYKxBckMEXYu53fEdWt3eCzby5GnQbEOdFeiZ2KA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/NodeEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jj9QJPKQcS0wVORwkNGizOQkrenWfeHcetILE9qz+Cg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_256withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "AzSM+RuRExQLgJgScZc/jU08tVMG9q3sYj4JX8cHJNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSReducedSignature$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "A8WAwMvzdrdmcanjCadLHtiKnNCwImxmxAH4uVtwgbQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/IESCipher$IES.class" - }, - { - "key": "SHA-256-Digest", - "value": "lSff70t4tUgnvBRfxYalVFkLBZSq0dzhefidivtXAH8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCEKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "ozFW/gkcD6fldyV/iru5b7cd54g7Q4CD5yII16nyCII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/GOST3411_2012_256Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "XIaDr53532WELnFhHzoCDS8EW9+DlG+8Woi00N7XAIg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/MacOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nond6dAlmunJ44yfJSKcnrFCJ8X5CV8POC4DatHR8N4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/SecretKeyData.class" - }, - { - "key": "SHA-256-Digest", - "value": "y8k//BkZlo5Sb5U5F4Z8wWfHERhlLjUkUDkpPDi0ZMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "VzSXQH0oiPlvAWgJ5Q34tIwvzMAyQYBN3/lrZS2zQ3s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "2TPuErAb3ukYmTedybTbzPdTR2+cBRwOSm9SAnudkIE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_512_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZeHtt4bCvvzxyGFrs+Qd5ULiGXE/CIDnyOgo2INNMJc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "KhXqhRuGhgvdLvlSP25MDzhld8hLtoYx67qUNegfkQI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/NamedJcaJceHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "k+f8hozbeKelTCi/20dNNogJx7LB66LPz0YKfa4+DRU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/PKCS12BagAttributeCarrierImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "3nfWo0CIo0/P5n3+NO9dNJGlDLV9yuPU6vsSztERSJo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "3TZzQj/tt7c3TqK3mTtwgK/3h8lBe3SoXOVZXQJ5ESo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$RIPEMD128WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "sf/Qklzc5HBMA+m8yhU49jUCNAkYUg5SiJLNbJQ8muQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$DigestSkein256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pjysta3CBrUdKI9XamE0nvLwhHRsaRdRAprzAxI4c54=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/KyberKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "fuVW01/0IrtnfBPmeYCd6dTYGhe4Nk2VXRjerILQm90=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DerivationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "tYzs2Y18H/HMt+q/qT56UhT5NzSSNly9MVHZV/FxiwY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/IESCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Bd03UGQX0dI6NQI7MJFMEypEg19jLv5RpZvmGozE74=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512_256withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "meWjWHCQ+6+9QdpgwwfxYohbExlf69IiDxGuJJpZk6w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1External$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "yusv2p++2qs/Qp8WhMnhD8qb5Ws6rTBrVigMJi5ZjTc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/TEAEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "xobde2JTYysEEAHCZWNNwkSvLWOTS4ji8LNRTEMQJ9Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509Attribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "4x3oVpaVn3NVwx7YNTvMBU/CNUA3wppukjvgMQ7fQNE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "xwdgpz3vSfg+OwUVXUGqX7D8kqsElJuv8VJn7+XSkHA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi$RainbowIIIclassic.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vo/k/eFbK2MMffKYvhfD9KW9TYvnPVBpHFsGijGNEHE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "xTmghCTcu9HlkEFTsSMYlC6jAi9WL+8Zqg1w5v33nFw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Argon2BytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "8JJ1iy3VzHMplPD3WZ9Itb6rusMqPrOpOcByDR7La2Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SkipjackEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "dvcXcDHvNqFEDjNqNZ3Eh5nLBhl9Wm3d2keXdnwcjac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZKmyu0aVyJlhRh3QigFtOoa6BFpvBkwnZFn777V8TNk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/XoodyakEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "bDNDAwt7IK7PNg+kFbkStFNT7ZNveFktvEcSadQ5kDE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD5$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "txKgs/HhmE0xkWTUDsCperc5aKQUd45T7t5KRwUi2cI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Falcon.class" - }, - { - "key": "SHA-256-Digest", - "value": "yz9e1VN3QPJXaQxdDhH1oqbPDdfXr+NSOaiDl2k7KPk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/engines/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "AHLOCrakyyQrYRqqBr9RzU5yBaaB6ErX9I7QAFvecCY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSNodeUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "8dHstJPEk+3qCkkLWLC9YD/H765f5S4U+n+6vE8+f+A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SparkleDigest$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "T7Fy+Cf3TQaei8xsIK2FyoGXSPI7iMwC/S9Pn6wynTo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/XofUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "TvrhSuiA+CfO/VjAaXOcslzVRS5WW8xcNp0EwhSKDLQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/Dilithium$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "z1iHEruElhw2sDuXy+ITDbWFYq9VR7xg8klTxPwMNEI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$30.class" - }, - { - "key": "SHA-256-Digest", - "value": "L9mMGNSggPg5aeL93bQMHNhdnbZZtn20wcqATLCbOnk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECGOST3410Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "/j/M6am04/s0/MxsTYGyqwz9to5czLd+AXHaW/2EnaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "o24fzgBQvmPiM/EhbLECg7cYF1oehO8XLRUj0LWCcg8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "phjcdsPtxFl/6NcyeRhVFld83MBgg0+2ezgRx/lLxuE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Uoyv7AWn406kkBit6FIvgBDVtnmntwHj2z+X/AQNBkE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$MD4.class" - }, - { - "key": "SHA-256-Digest", - "value": "1iX+iB6rwcJOJ/oI7BO0aaS14Yf6X/xHwdJX1owyk8k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "EoIVicDiej3kPatx/fKXRjLjU1JO8IC06Wo31b3L7s4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Fingerprint.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hif4VVXr8VV/DZ4jHKwIlrX4ItZ0ncb9TawGhdsvf4c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "UvZcR6GKcv6ZLqZ6kO5zeIFSOjt7pjYSC+kOw+LVjMU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "ouXkm9zNsP+mq0hH7tbefRLHlzGdZMCud5UhrYGe0Ug=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$CBCMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "r8hws0O1Bf7Yl8necCBgV0ca3Jq9qckXMD993hGjIcE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/OpenPGPCFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "nxl0QxG9Km1hrVDK5/QURKzAQFhgkTpZNo9LQn3h4qY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyGeneratorSpi$Kyber512.class" - }, - { - "key": "SHA-256-Digest", - "value": "2vAD7gG3cE/OUCmbmRUMhmkWECBpO2NBJNfduTG4R9Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "gxhl8uid9/QxIzrQWmeTI0fvK3nrVSpvh8WJJ3ezU8A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/ElGamalPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "pJL3BHeosljEYjdu4V3SnZ8+W+7ppoBUNgGAN+kzfsw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "ixJwqe9yP6suPNziUp9sZNL5do2GXdEfg4R+BOUKGG4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "64nkqH47uUoMSfLPD0/GFePRIw5flW4p8S83oM1CMQY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withSha256andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "pcCmgX7WCSO+fUkCL9eEXjf30gPQknTZhAc6uAHGwZg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DEROtherInfo$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "h/drHZFdylTVd7qg/803sFvcba5bOK9VbjJKlqLhoFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X25519$Friend.class" - }, - { - "key": "SHA-256-Digest", - "value": "prxAPQBLJMKgn+qDPw1XWXixvftuXTJfuTzhkthcvbs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SkeinEngine$Configuration.class" - }, - { - "key": "SHA-256-Digest", - "value": "FsbKVaaMd1O0oajRaY+vlzk5FMsC3re5quZG865qdEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$20.class" - }, - { - "key": "SHA-256-Digest", - "value": "iQDPCaC+kcLa+UXMCeuz6pnXGslqbeWOe7eTZlQcrM4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_512_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "pKiFFoLn7Kry+Wa29g5lGG62TKk/D5+8BcZ6PfVShYo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/Reduce.class" - }, - { - "key": "SHA-256-Digest", - "value": "D6c2GFx2f34JRgqt/D4TRLBO7FpBlXBqyYna/EL7Tuw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/LongArray.class" - }, - { - "key": "SHA-256-Digest", - "value": "+SetYL7VNrZn9pgX7IHkcwPUjTZb6ITkvt2k+S0Nluo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "gaR9k3mjvbK9720dfrIjnscheoK4ncFkV/DCdmNctBA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base3.class" - }, - { - "key": "SHA-256-Digest", - "value": "4mtyzYi5gqbBWIIDdXZVxYTX1SuA8dEUmHYdz6FYv+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "NY7Ux0Pezhntoz2mTH8p+hK68GXAda87r9Obwg7vVxw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ElGamalGenParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "GLPYnggWcrkZz1qvIOlj6V71QQ0weholAIBmBTSV7FE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/frodo/BCFrodoPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "xy/IYB+lq6HYfjwCOaYVjEKDX291eiOxjKkVeymAdGk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SM3$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "TAexpw5E7m35HRXJSWfBDWCRX95F7BwcXVZZsjGUNNA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/IncrementalEntropySourceProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "D7dFhNfUKDb5Qy1t3ioGJP9Cb9hqEtzQPR8Nm+suCCQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$SHA384WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "21jDJDwWz/bxqWBmz78jrVelig+3vxdM05rGzdW9NG8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "bZ/PWAFkmMIMFi+NdTMhK/nG93QgCPUv+gBjvkoMSP0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Bits.class" - }, - { - "key": "SHA-256-Digest", - "value": "CtvaQJkIk22lHTDB8RW+43rpDIuIszpU9+erInx5B6A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCEDHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "46TYgjYJofa7nZGIR3tYGam8IwwEqY1VuRWHhneIpcA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y4Pc3nSZ28O/InGaDybyeBsYHvWi/rUP38Zcx154GBc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/NTRULPRimeKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bj/cIshgp80ln0n7av363sEL3cZVeTt79QQxY0cvaOc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC256$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "q2WqEQX4pMKqehh/HahCx6h1cV88g5JdrdRtuUB3XzE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERPrintableString.class" - }, - { - "key": "SHA-256-Digest", - "value": "0vKrwQT1b0apkZ42tGumI14zYkolty6ZhiFjiotJJ/A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "UmcXPg4bsQjrKcqaSmWGHsh7y+fauzTah2RguAOS49c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withShake128.class" - }, - { - "key": "SHA-256-Digest", - "value": "teYY+Fxbv8IiOt6FoZxdcVRpKshbZMT0qq5LAkDdE24=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2nPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "/S1dSdJufXFSrreGTyw1GQvZSUoxLIGc0CvE2WVL+Ns=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi$ECDHC.class" - }, - { - "key": "SHA-256-Digest", - "value": "GZ/iwMJdVI3tedbCYaKuTqzh28htrf9bRPTO+EIry3o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$MLDSA87_ECDSA_P384_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "MbhUgAgKvyPMiJHLXZ+WKSnzLdz7g/6N/1RqCvFSGAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUEncryptionKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZNa+jiLLHos8JLDZX5UvOeDr94gV8bpr3UfAQNzi04s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Mod.class" - }, - { - "key": "SHA-256-Digest", - "value": "CbKEdgtbOH7tB7L7s+IL5y+6m5HccHKdz3kU53Uq0js=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "JtgmR1U2OZ6blvpIdNLXSTEVBYE85g41hJ5dJSDjy4w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/EndoPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "qoMdiS6pb22EejWNmgQs5Kkl4Dz8Zd9D03BhjW97HEY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/TestRandomEntropySourceProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "yQtiMDB7hKP2Sr0vN29QLRXJKR5x/SRhlglhe7ULIpI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/KeccakRandomGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "9rTrm7yREc0bftTwbGp9iCRcZXaoESvT+4f9+ZnUVOI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2s$Blake2s160.class" - }, - { - "key": "SHA-256-Digest", - "value": "ItbZywynO1i54n40+rlDpJiifQpwSnDeC3z6DR5FTwc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceCCA2KeysToParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "rvQzlGhf7hdu7HDUyIPJMyk/daLtjpGu3xsk5h19mzM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "WodHOt6QSBgwbKLTNXS5qxZcXUSPxslbCtZDmlpxBSA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntru/NTRUKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "tYH8gjMKDYs5dxFywy5o6IaVai414KGeC85kG7GTxnQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9ECParametersHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "BwOwq+z4Ph+65oDTa/aJEh5Ire4Ih7Hp/DNzmhmzAZQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$20.class" - }, - { - "key": "SHA-256-Digest", - "value": "OlusAXDnVHdgP/dlE1gfUtG/sKA6wudn/9ZTplBR4Qs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "oAmgHgSwt2EKVtDRLVg8rx/JJ4WgpX0wjc1kSN2drGA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/NameConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "5ihkhKCw2ygW/1CVVB7rcX0OptP7CkT/2lnQgl+GZUM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "fnrDafyqrDHLfIS3I2dpvz4ad+LaAnajIxnjHhokjI4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$TLS12withSHA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "VqHILP05lbZlUAGK1GQgar+FDQUSps4al9tb/Wzq3x0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/SingleResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "zqoxMdFyKok0+ulBWEiJCHfPhNcTV1+PSbawXn6fv9Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZZKtMJmrIA3oj/MJowiCNpyydKEE8qfyom9XLp4/RS8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/PolyVec.class" - }, - { - "key": "SHA-256-Digest", - "value": "onq+jhEq3ck8gCXLYbQmfO5tYwRP4hcG23m39u05HFc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi$RainbowVcircum.class" - }, - { - "key": "SHA-256-Digest", - "value": "u+9sGMuY/ZRHBBsQjOfPa+M63sgd13G3U0rkYAXRDs0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p.class" - }, - { - "key": "SHA-256-Digest", - "value": "1ieBJjkET54Cktk00tEPRxcWtC1DoBgwv2GYS3WQsUw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "wdzgHWBInQk1x6AFs4QIQQZq7fJGLulUjrRyfFJTM2U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$Falcon512_ECDSA_P256_SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "lgMLtccvMXslzzXEH6548fQaoUXmE2u/Jw5hv3GmayA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192K1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "E7/3SvHDDvY+0sZ0AKy+jfs04GjOH4C0FeKppnOwk4s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/Encoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "kWNiKp28ltbk898ih2nNJDmjFW4JpS9kLMVHAPItDgk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/DHDomainParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "XmXkp5kZEjNEHGwC2cYgALPNYcdY1lUnBemCzoLGgVg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/PasswordConverter$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "lD/zPTXbSopR8AgNRqt0oaF+e7Pvwj8ZWOKLefqdNDk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Go/3LdQIdAd1MYp/QWBKcYvkZKlusv5049Uzekjz8zc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "p5ewpJtAADzzm2NfcEiNa5v4SOsAyNYDuWt46tgxxT4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/InvalidCipherTextException.class" - }, - { - "key": "SHA-256-Digest", - "value": "4lZfRVv7M9KK8K5FTpe6/4GVsYsTfZ2MlrColTyyldI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/SNTRUPrimeKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "GoRiN6RTegUrE7eDAAFqMZBE6G7iBup8QUuQhrHI5wY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509Util$Implementation.class" - }, - { - "key": "SHA-256-Digest", - "value": "rRkRvtdYck5LE7I4mJ3l+7XDrilmBiYw6d4rYv48YAE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/SignedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "lbbyyN2mm1hvijIc0+7gRRQGk9aqYAFQnI6OBWlUrME=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERGraphicString.class" - }, - { - "key": "SHA-256-Digest", - "value": "afAW98Hws1UU/c38AxndLveu7zBxzAELmH0xb9b1rso=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/DHAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zcfike8e18Egbd2XYgjJepSZINPxvliDv707fUV1m3Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/UserKeyingMaterialSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "xKJwcmxfKnits3JtMOHuyPxtLRogCRbawo7qdX8Vozs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/Seed.class" - }, - { - "key": "SHA-256-Digest", - "value": "ypbfulvForjoFAVA2uD/dpQXusV9xpDgIa4EyicVI6Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsa384.class" - }, - { - "key": "SHA-256-Digest", - "value": "jtImOunaB/2FwCD75qJNwmoqtSncx3UGMD0mblYrQ6c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "IVkkBjooWtiqjHXU6UB4l2yA5K+ZOIAsGeF1pzU2jiQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/Tree.class" - }, - { - "key": "SHA-256-Digest", - "value": "+T3Lt+POFKKOF+U8DeJTD0YmIbWqtu/UiovYhdznTNo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "zbUE90OjnGqNCYpBj6QUYcQIMX3iUxpOX7pCW0YBK00=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Utils$DefaultPropertiesWithPRF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ogtsxj6q/uXxWzrryy0PcXbCx/HI2bOzuqXjz+/xwqM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Kyber.class" - }, - { - "key": "SHA-256-Digest", - "value": "RVkG2YqNgVkxX/SBkEazLO/VQxulHxh2ikCDnTkrVWk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyPairGeneratorSpi$Sha2_256f.class" - }, - { - "key": "SHA-256-Digest", - "value": "7vM3oUrfcya/Xm/uWDlcvDOm4AFaN28DyZAaBRsQhG0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLASecurityCategory.class" - }, - { - "key": "SHA-256-Digest", - "value": "CjbPdhY6ru9jkIj0V9sbQbyeC99OggS7ydiJyJqjBuo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "4hqU1oebM7v5l/K2mRwNlex7ptS38cvv3use2JEe4VY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vz1d4oyDt4IKIN6gcKT6pzVon6zG2YsGeA5nkujqQVg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_512_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "20X4fMSc1AzXp+pBxUtsjX9SNGQ03DFWP2adKvYQHAs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "a4GslJ6wQ0HR+77SYwwo0VjUdh5Ywti3CM1fVdNmhWU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "D98u5goz5C/z8BOjrhZocWi5kqtbMRdONETkAEvFp0k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/NaccacheSternPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "zVNdKh6I78UyvqbWGPYtihbtmLSZLqqEOVpOrACXfio=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ObjectIdentifier$OidHandle.class" - }, - { - "key": "SHA-256-Digest", - "value": "5wKxvmFJap0WahWFig2w67kMwYa/A8U6NSd5VLLgS9g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/SP800SecureRandomBuilder$HMacDRBGProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "mcO8x6Sn27nL7jKQRGSx/yS5Shyx/ui7w1lRQtUnJ9A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "0Ks0K0ep/SKsC7wgRlEfnR9E0c4wOdzkDjfmruYDC2I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "glwMlo8D4+ySmvLmisD5u4QuRZ+7qsnCiXZhrIwp4Uw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Grain128AEADEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "X5s48s9mAJKfWOxUJaejem6kYPWVgjxE0WCn4ZK7/cA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceFujisakiCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "t60oQXXNADMqk4hMaHB4e0M3USHO+q+mHVutnGJag9I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Generator.class" - }, - { - "key": "SHA-256-Digest", - "value": "2+ustd0lZtBrhVs+XnD4H1UG4j+jNvhQBVvUhMOy1E8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincs/Sphincs256KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "lo+zVhIjrRFWFm0nfxThnCLfoDtuCmJn/UBtWX3Im50=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R2FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "heiCGFmPyzd4R8W01PpZfVSL19s0RGkkXUgAfp/i/UA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gjp6NfZ5BSKpHiY4ryMjALuLBccOuNEq4HnL08ujgG0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Times.class" - }, - { - "key": "SHA-256-Digest", - "value": "cAu2j4/Dly99JQLTU9WR28ccql7lKDoDfmdBKOH9wKQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "ikICjwzA/yGnIlWrbSLnjNNNkoNbcGyyHxSraiQV2Mg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SparkleDigest$SparkleParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "0PD3+kI3PfV6FHAd0wwQvQJXYzSkNcTPZZdrtI9UX+A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ev6WvOY7z5PKIjhUryQSNYzOeavnZI9y9lblCyFYz9Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "VrKClRpKAnNG5cOLZiNZ9upOlxqa1+oiYLf4FruSxhA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "UwuD+uAWeaVRui4vDDisVMnoiLmAvmTT1/rro3OxOU0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/GOST28147Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "paPo8Z8XI6Z3jUQNLsYW1J8x9hgcWcr8bcAmeZImK3w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "PzrTWjAeyporAfhCyPpJLNBHhssbsYAVefnCf3lis24=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/NullDigest$OpenByteArrayOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "9n+viA4p5OUndBRMXodNVjwc1zKCpWmAi+P5nLd6Yy0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/kdf/GSKKDFParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "vIVnCErrW8IqhThtTH2YC+l47PKie1QWU/37v4Rq0GU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "trOQDendCzgZCq9EkVVFbCNto/P8CdX55GBulrcDeJY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat320.class" - }, - { - "key": "SHA-256-Digest", - "value": "fA0SnbPZsr6b9mcGTPMMTkdfkghM0MW20K+gfr1LYgg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/gm/SM2P256V1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "1p14H0ny1cW90e3V6Ohp7kbh4HN252KliPOKk1RgpWY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoException.class" - }, - { - "key": "SHA-256-Digest", - "value": "nBm+EGrSRRfcKlxtpr0MVVTddd+2nPqDTpHjeNe6/pE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448$PointAffine.class" - }, - { - "key": "SHA-256-Digest", - "value": "iTYPsjLluF4g8DwLlH1NuboBZXBBs+nqtJy8ztxtb88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHSecretKeyProcessor$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "zFgy9nKktvlAV96YVAAJ/ohxtGE8m4ObpsMNImY1ZPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/X500NameStyle.class" - }, - { - "key": "SHA-256-Digest", - "value": "dTgm5MjUTqhdqd6Rp53Ieq7IaWqVoar1SxJI0njIWVo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSMTKeyParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "8UwQnds7/O7lRvd6Acv3NJ00bP7oamQgBIJRfnfH9uY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$ZucMac256.class" - }, - { - "key": "SHA-256-Digest", - "value": "rG9oQVbdvSXMUrFot4c1llZKN+FJcRD6qapIxH7DIPM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "3CJ3RAGjKROKsLuwb7GVdxLaHan8gFkz6LdMz7q0Rik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/ISO9796d2PSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hu8PqDOrEsu1K5z9TNxx3PNRR6OjGJkjx63xeXb3Fpo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSLoadStoreParameter$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "UVogPw/hnbF7N44kAjNrgEJO/dSwPfKAJVV1dZqn+Vw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat.class" - }, - { - "key": "SHA-256-Digest", - "value": "NxOaruakGLD31RjAy4HcHvf8y4wNfjRqO4djdcErK4E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/MacInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "oqE5VNiDRdj6r4oe3Xxd+fURL6zmsh5K9EJkCS7ofKc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fq/VSRslI7SMSqG64Swppj/DcdOUxBKcF2BFl8wSyTw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Strings.class" - }, - { - "key": "SHA-256-Digest", - "value": "b3HPETa5PTkZhoRmHYkJuxxNlVzLOBXcDTyjVsE2xxU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecL.class" - }, - { - "key": "SHA-256-Digest", - "value": "Czg9+lcJQB/Zfw7JyyzdIWJW1Q2F93HvQtU8iAlTQ58=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntru/NTRUPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "oM0gGi3pjaNKjrvQa/h0qye71j5EqesdGU7aiw4YCQc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenJCEBlockCipher$OldPBEWithSHAAndTwofish.class" - }, - { - "key": "SHA-256-Digest", - "value": "isCDOfTv4UtgKXMBqkw66o+dJOW/BcPneXZKsrTOKz0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$24.class" - }, - { - "key": "SHA-256-Digest", - "value": "YMxqeMcnJb9WxcSjYRCKkFz+i+TIMVm7o2xUDz5pypU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/AEADParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "xniH5m/CkJD55MZB/Fr36x/8NJ+36xJGRfXhQ+eDeoU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP128R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "qdERa6u9AXWwS8CeUgHcuVMZwfMWCK00GDrqhFdNc6Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vu5ijHymTW2Fov8hxHuQoH6UEc6lwQggW3dmEjIFeJI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "yTerhXoAsE2IY9QJlOqvY108RLQf+4Dhn9l59hrFYtg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$AbstractF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "ucnw4PAKwRhKgG2FHn0TyNb1A/X+0zohkTsl3IcsFl0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "q6KG8PV3cZ9TRMu3TIxdxxqwfdhsqfPoVy8TNfKg090=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "ML+U9CYd9Y9GZ6jhEIMrymgvgPaQeDzsmr2NxnsQLcw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Strings$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "x09YQVIzZVjN5MikG/nctS7YXDdE+BxmgobGS2h0le8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/RC2CBCParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "xddAbN48hNvUgAAKX14OUCujCh+ihuFihRYZmLc+PQ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$KeyGenerator224.class" - }, - { - "key": "SHA-256-Digest", - "value": "vvwMQaxCZ0ik+8/ycsiZOgIFn5i6e46AiZ0UBCvmKWc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GFElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "7n+J9F0IAJ1byadjXkOt5TsVDfWhsm0qiwsnHa1CVCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "ak1ZDIj2Bn2ffKZf/foINh0gCxCD+MCik2QL3RfKSxI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSPrivateKeyParameters$CacheKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "vQlT4wjSBOsfVNniuG2sBfF9NUyysPsgsVyiC8oVTVU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "R/7cLF4SUztA3LB2Bk05q7YW1Ph75a7cm9T7OiLF8Fw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$PBEWithSHA1.class" - }, - { - "key": "SHA-256-Digest", - "value": "tPlZdtM5RR2ugeXRSethOX4HCTB0jV4KmrN7H7X9G4c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincsplus/BCSPHINCSPlusPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "xmVbT4u4ptKgxmW0O0y/wbi/MjRlYgadhKmx1PtsLys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/io/CipherOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "fpKJIFg65TIeRlBJ5o8PXDRJnI4cG58MmCTYG7moVUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/NTRU.class" - }, - { - "key": "SHA-256-Digest", - "value": "8/32N4WI67biQ9ODMQQ7vqXPaVExvNqA9KiNwrSi+/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "3tusM7Yr/oUeuRCo1Z/F/opH2dnE1PwXaBRm12sS3q8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator$Shake128MatrixGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "gLu2YP9NaZyvLUANOhToHQU9uc82px9+FkbB/nFieL4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$MLDSA87_Ed448_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "m2uSD2snEw4glsD8lEYe+Z5wMaTC5RshIeaTKrtFkFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/MessageSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "YLpihWeKptvBXPpG1wf4DziQT8/ok9saesTIYWOoSA0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/LegacyBitsOfSecurityConstraint$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "x+cbw/P/6ONUCYlunM0fvWqsUyV7VhPCpFHwOko5tI8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/DigestUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "BT27nqsvjlAIR5kkb3EjEFXl2Kh89exQ3UieabPSRKc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "U+mPfFx6qMSjfj6lX/pygBtQoyEmyS5SDWq4MV//vTI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Rainbow.class" - }, - { - "key": "SHA-256-Digest", - "value": "ebb8ngaHL0rFJa8mQ1+d1sU8s7kco86D5l989SQtFz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/RIPEMD160Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "o094uvhB9QS3Gs7ngG2lRBY6vyBtRglswcOvdmrRo+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "ONt8IuIS+0R4os7kAHC4AnacGHLC4OH9wP+7BwbtHGw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "mtHIyA/3rva0KQX5P7JIWRWLtLEDwujfab34aCY9luw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/IndexedDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "dXs6gmRJ80IV1mXegdUdQ/6nXhsFNyZs7wnTl1njYVk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1NumericString.class" - }, - { - "key": "SHA-256-Digest", - "value": "LzMYaVHGjvccjMMKZ2Jf4R8ztor44ClrqnURB5ZfTVE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/IDEAEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xs1USGsXip9jvUfFIMfJjQRPx/ORJS5beLsNgEPui1M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Sequence$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "1BT1IwBknlSSfdKInhax0yg+meLblhxQLlhEqt/Ppdk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/ObjectStoreIntegrityCheck.class" - }, - { - "key": "SHA-256-Digest", - "value": "gbAqkM9H+dgIMIojHg+kkTULlCjqSkt5WtXFxNamIEM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PBKDFConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "TGu7yuCBhP5NUILkZVlNKjva6DPLDEbxDszWvXvGY8g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withSha512andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "VlyHwOUWNh1xJFp+BmyJdRrfeRssucpbZoiYdbUg7m4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSLeaf.class" - }, - { - "key": "SHA-256-Digest", - "value": "M0lZKoYVRuh4Mnp8D4DkUmAjHLzFnCtEu1qq7KEJCs0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/NoSuchStoreException.class" - }, - { - "key": "SHA-256-Digest", - "value": "I2IPC0AxlZFndjFstybI5Uf0PwIzBxIgOffUU3C7Wnk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/JournaledAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "FNdanp8qaj+6KvwmXXEUv5v27xQgVcHB8VqLSKIjNCY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/DigestingMessageSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "K3otcEiBLceUxwbzQ4BG67pqKJlyzgwCj/SiqCgxvjI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "IKkvDbPLlmPe73DAObDzesoBxgSaSi7DYHxO0EeLf3A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_1024_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "LhO1R4mWGGVQGF6Q+hcySGOTBNAIEK+maGqGo6ze1cY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DSAKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2BOv1sXnP8svd0BtfTGu0dbmRL3O9zXE5BTSUGhFYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/RuntimeCryptoException.class" - }, - { - "key": "SHA-256-Digest", - "value": "CnFxeMXsdYdedwjLEmiq6D5TVU023yKTbv84eFK6aNs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$CMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "lRoOg72PtBI6kTcXqacQsjoe6oXrrDvBiHJlG6ngbZE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "05h2lB2QJNgugeA4ZdWzty/Iyw3tcztE0jgaNE58+/c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesRegistrar$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "lGd1A2HI/ujkE8ovOlL2PTwW9gaLsnvfcyH4GJoAxZA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/BaseKDFBytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "DfelECXHdA2bKeWLa1JViO7YNuIiRtbhA1q8cTTgYxA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "iLG9PZEed2qNf2+5b4yj67Lhlm98p/4DIpKaGaYfq7k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSAValidationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3/BrGE6PlMbFFiisCp3RM8OuQlFyqxrLeiGZo1uUUk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vwn0bo/gksJStzQSVjzExnLt5U1bUAnq8wi7Il7mdD8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3qDE/QSWQK4cEosWbTlrPPVsOQ4Z+n/YIxSP2rloM/A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKERing.class" - }, - { - "key": "SHA-256-Digest", - "value": "fd+LGRT6F4h/IB38/UjK8F2PbSidM+5uGZV7mAnMi4E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "3I2T1FOUQTPA+LQiE0mG3UeUXM/Hrk8WphYMbuTdvrU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Targets.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gdw0NQXD+r1J3ARChvO5X2aOIhZBnUjlsOH2o/nIrZE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "1olceJMF/4K4ZYgGNMvaRxOqxNSnBvtmuzn9S5rH77E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ks75OiGup8wWR3AKoi+6wjr22XoKfCZ2KUQeOYDSsII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "cd5dFVRP9PiPY0hTWDRPk6B/QEHeHf1N9LL4IZehFEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_224withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "21O3mxYsrP1jCP5szldjEBy4GpbuRePLovBkcGNyTMk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/XoodyakDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "rX/sukw28+2MS/QSvqdR5POswwxRoJfWPzCC6pKNL2U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "XISThHSJo6gTXLY40CBCut+clDX2hlpV+DmIvuc6WFg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "JtH6ob0+vpAx4BZ4wFRwxnTObMad5uWb9ZALDV6Xfrc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB128.class" - }, - { - "key": "SHA-256-Digest", - "value": "0ICESsp4WVE1ViOGJuWVp4ZM3UPekSO7fW1XXMY9rJE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$22.class" - }, - { - "key": "SHA-256-Digest", - "value": "jIsFSZlVCyxIDLtRtkHYhBzNe109wbU2ZaqcuazLdos=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "wlamhIEmGehpupAbOcTiv9LgKDEwERe/n2GFMubBV3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gn7RzQDGBXI4TKFjBDHvEvKcqpBx+XTZdHVfaKOmGbw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "lO8SnTvUgoESerxk3NbzPACnZdsX5LbktmPWf0xleFU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2m5mvMVzAoCWEid8HRXyCgbzNqqXx+AGfO+gExoOI4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/BasicOCSPResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "wdbGdHPbFvxPY+1wFnq4Bvy3XVznKS7TVFa0e+aWyuE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "iQ2rQ/3z7ObDv+guFZM6BxEyyZPRr4OlKSeD3l6sABM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "kyq7XpSsC0u7jezF+/vUCP7THLbao1KZW8S6sz5PkzA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM384_SPECIALIZED_TRINOMIAL_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "44MUs/qbOzYMQNSv0iY77OiP4JEzind9BPIztuOHKbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ParametersWithRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "rMJRZVRlTQ9M1EN1Ri01sQgm8ljN1TH8GYKmBLpO7mw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "sjEVJXD2lWxGL69iQQ6z22Hxvyv6us/kAyGGqJN+j0g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/IncrementalEntropySource.class" - }, - { - "key": "SHA-256-Digest", - "value": "9kZT0mW3uZlnvUuePqmex8FC8wXZpKxOuQbPAe16reU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Sequence$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "IXDol2ja3uv0FVHcTlt2/YsWhbkjuKxax/ZcivOrjlA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseStreamCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "dvPzH0cxTVY+8BSXSwTqd9V8DF2Ay5Pq2HsHtkE+yPk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_512_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "AbJ7UxcdPVB1cop0gRAraqVYx7XfKc5vClteuWV4FKw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xwing/XWingKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "12UUH9YEPUmjEmb5MHyPRXGoaM6kztmUng5r5iMufL4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "6eEXjYnqN/54Kni7gC3LdF94afMUyqjkQ//DYyJhiNs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/Pfx.class" - }, - { - "key": "SHA-256-Digest", - "value": "xKP3nRfTZvs17L3XqG9eA+5W4E+1kBYoYHisYdCYIHo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHA384Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "jCM8hxHrcukG3lYEsiLkVlxSbRlD1kA07jzPmoKxZig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withBlake2s.class" - }, - { - "key": "SHA-256-Digest", - "value": "/N/Ead9lpakNwiH+5ZggSRWx4thwnOyYLcFAUl5EYjM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CBC256.class" - }, - { - "key": "SHA-256-Digest", - "value": "IsrSnU1d7UUnM+1PkMt/YHRbqpGkUnbv1OM30pHBLHs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$IgnoresCaseHashtable.class" - }, - { - "key": "SHA-256-Digest", - "value": "N86NpBOkIX/Mwy27PP8oKoCrLjHbWsTiSjWdqoRF2CI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/CMCEPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "3FZBDmDu+9AHxZLHuMCgShvfW/LKgy21dySCkHbL5EA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/BasicAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "V+U5ZaeVcx8SM3cgpfgtSgGaPUkEQ+Qe3JORETy8nZ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/GcmSpecUtil$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "pSRuvQEFCZeb/7ViXjiMe3hIUXB2ItXU0M5z8O1l3xA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "D2DSr/m1qR64NmSjV1Q0sxVJLFLn1aEooPqXtDgEAAw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/PKCS12$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "JnLtrmt/uEVkpHy0uO+T/ZDauQP2+t/e9OO3w7q+wB4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCEElGamalPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "URbk0TDReGyEVTUNrBRe5Fq/38NlI5f6fwVnYnsTVWk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSM3.class" - }, - { - "key": "SHA-256-Digest", - "value": "E9Y+Z5tBaZk6lFthATsYvsZjF6EANUDZUBmoTNwN6WA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/HQCKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "HmB7nVQGHMm9epi9XCbhHUZwB61cjh/rHBH4IoujxQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/CertPathReviewerMessages_de.properties" - }, - { - "key": "SHA-256-Digest", - "value": "HlCFq4DkFVZLT9e0DXM2HImoG+psbyYIsD65AP0Dwo8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/util/ComputeInField.class" - }, - { - "key": "SHA-256-Digest", - "value": "btAqr9YjOiFb37mbqPQLbKBmzvEHBoX+AEXcwNweytw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "tdIYh2zjgfmxSAYRCxGrj5I+YJzS/nyJpJrADjbLZSk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "q+kWygQZ6frtm2yexcJk6JB7c1a+VF3Au5RdndLKvNg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "HtLgXIGTLxhZUmo+ouRZ4P6u736rhtVBMRl+/F+nFAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Poly1305$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "3jZrk14O1Jr/tC6d6hOQZHUP3QPLjgS+Oy59IsDATkI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/SNTRUPrimeParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "/mkwVwTf2oEPD1E6wy9M4msouFqWrWwm36p55TSBv60=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DefaultMultiBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "eDHb3xLA0Up/CxKkJt/MKHLgxgMlegdWrpA5t/4ArgA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BIKEKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q3VKT6A2R91m06PMqcZtfTJMD/PoiCGP0Z/+d58gC/g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_256_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "I7DLs8tuzc2SHIAEeQXM8F5/3eBxNKkKOjoQZE9yXBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "AbFWltKTX/NthchR8iYAi4VX/ipZwWE8UVDbQbGC6cM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/provider/BouncyCastleProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "PpcXxJpx4C6WtQ8qK8y084W0S63nLvAzfEtF4RnhrAg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA1CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "S78Kmg3NZz9mo+KziD3Ylf0r+Eu4c5b4O4xgNUn+3Fk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSMTPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "SolKOmdzZCOFbL6pA0lUoHyihPOqFQXJJKeb98jufXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "/DOhkaK2nquUaE7yYRkbVicGz9SCDjcr06wAbY0FIts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/lms/LMSSignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "dGDk+Q5wokaHYUbQF7bcH084sMufCrxAnI5ZTlmiyRE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/TLSRSAPremasterSecretParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "YdsO7tg4r6ywYtNHC3hSLOBA3k9DtUlZRehAIq/VrzA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "tuap9yKGMJWQZsBo2ZSOUKZwEBqeb5eIxq7X3fIAFR4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyPairGeneratorSpi$Sha2_192s.class" - }, - { - "key": "SHA-256-Digest", - "value": "am/oPW/Vn4Cj9vFPhMVgNRXngPYBGVjCRgKFZLAtsWw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/RevokedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "kEsPXnXhm5dryG8T9LwxutQC/6OoUqxRVEMMFE0tD2Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/sigi/SigIObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "k0u4DxNB784Xr6C5Gkuh4Q+TEzUHLRUBMing7ujZyvY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/NTRUKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "8JQmi4DWyXiwQeod2Cl8F+WNOIuTFRXvO663fAhOJZU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/DefaultMultiBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "dBV/ASeCG6m8SYfc0SxF84UAJ7WxOo5PYV3a/c4za9A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$HQCConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "TMHLhY8QMiNmVlR6EV9KJImJU5/S4U5DHCdjcsUOnUc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$MLDSA87_ECDSA_P384_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "nWuXgb/3tKTaLSuH2melBlSeueWpAy2pyq+UV0LMq6g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "QioYOUgWjvpbVs2IqzwSAR0GPtY+Xa5nv4t9Qv+EaLg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/SNTRUPrimeKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "UD8M2tlwgrdgJYiCbZiqAfjc17vKesEV8x6xfI/m7GA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIES.class" - }, - { - "key": "SHA-256-Digest", - "value": "xhrAOz4cK3q28096AxHr1QWM8YpJIvWFf1QbXm5vFAM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/PKIXCRLUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "P6uqk9vXhkG/VxVIr9Oag9nwNNIqTvoDDpblRVRVj9M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/NTRULPRimeKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "vex6K+rGAeFZBapMri9Wr73tilrkUKXA0Gst2n6ewdY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/BCJcaJceHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "nUsAsDsgz2TeKfgpMi3R1gVJJfDVgnBivlRoQEv3plM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$KeyGenerator384.class" - }, - { - "key": "SHA-256-Digest", - "value": "etJ++xPtuWc8lTdd9HvOdFodjn1IbxuEnlvJu57w9gU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "KLwqJib4d8UmFiGM3ddF8LoNb5mXeihIswaZIWLJ95o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_256_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "sX+q9hTuy0aG/u0UMJ3iGkcaz/5UrhmD7U/M/jxHnjg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$CFB8Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "jlUN1ZngTcGhcq5pe11ux1S5csS3qMdlfrK9KLy7iPc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "qMHUayG4/HI3Ep+Q3NLpYllAu4+BIgYKx/VzOTqox1A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/ECDHCBasicAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "VTlAzAjI8tJYa9uNPucmyymm20e7oG8zHkgXQpaT5E8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/ISOTrailers.class" - }, - { - "key": "SHA-256-Digest", - "value": "me+4wxnlJMowThpEpDEnkAQSot29QzEtuFmqE/Hjn2A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/OpenSSLPBKDF$PBKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "TwuGMD3+wUDCjBQp+Bkp58m+CeSWGIG/2/dR4rF7JWA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/exception/ExtCertPathBuilderException.class" - }, - { - "key": "SHA-256-Digest", - "value": "TpC/2E0FKMbeaeFcYp/1Oxe7pMxg1KbOZZU+whWWe70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "sGFimdeT38wJdghqZ/PaPANzl3Vj6xpPUD3KE92Jk4c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/ProviderJcaJceHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "HThkZe/Yvo0MbVcaGHnKuMzaAAFqlp7KWZfmcZHL08o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPC$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "jzLwF+BLTTh2+0t0r8nMogfePGcwG+3ddYwoAluyGNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WNafUtil$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "6DD9ahb/0oLa0ApnR8GbfuMMl78vKsikPU/1jBDD/r8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/KCTRBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "dV1MBMMg6NSuOfS8p8rGvSx6fch7TqhxYUvrJLbQ4dU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/AEADBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mo/9z1qljmoqf2DnEWluc61DVVoxKA3jMkqPBK6fzTY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ElGamalKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "iiteS6TFl0FekkQzlWp3vJPe8GDY00KFFp1Go9jyO20=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "YaVYUl8YAu06iHghXT4R0ZdIFrufEHZqMgf+dBm3Ky0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenJCEBlockCipher$BrokePBEWithSHAAndDES2Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "M9UyQPU5pzCJWE7v976VuXFvibkuFJrhorKWSKASpmg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/PhotonBeetleEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "9RkyDQrXVKjIOVqMfF3gtPW8xPbqzAwMVNsMHBtMP0Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/BCGOST3410PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "IMwMvR13ULmk9woQ9mpsTmSKtb8WhHsf4VTWtGg/cC8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPKCS12$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "jQw+4uj8/oAgIyDWsKQ8fsOdrEjMJZ10L941RopGAkA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/SavableDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "wrRQuIt5sEg4BkDOLFXjvJBP6n5yckKTbtURwhir9jM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "dIouCCzNyPxFqqbCCflOfZBmKLSgKJNK8WpZGXgvEE4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/gm/GMNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "J3liZ6o+ChO5VXlxjI5/xRypdinTzzBsPcmzXFbuoDE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cxs30UpIj9OT5675oRgGp90zz56Dw54vjswhfcXnQSs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHSecretKeyProcessor$PartyVBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "bCf+MeVwaKsLcxORx6qDRPhSovTCHdiC2C8DCxqx8w4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$MLDSA44_RSA2048_PKCS15_SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "eJzhT952Q1lJuKmoHcF4qbEYLjCsGcCpHJvLN1w++Zw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509LDAPCertStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "SR+BOcSh97IRaLW4Ixe4FYyfsoARZO3vSwdrBN+6vPk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/KyberKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "RnTdoBrsi1MqW0LekZFOwWV15A+RBWmD7JQK371Gcgg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/module-info.class" - }, - { - "key": "SHA-256-Digest", - "value": "mZNamGGWuVM5YLJnvD0DDehc7U5ukF+CZigdQnqS9co=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/MacData.class" - }, - { - "key": "SHA-256-Digest", - "value": "UFi/7OjFKJgLxIphNNQyuzFhTyIjZRJmt4Ohd//1U28=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "9zG++q8pVB8KH1LzsapmZS1mYZqTlAlBPu9BE0Cy7qM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenJCEBlockCipher$BrokePBEWithMD5AndDES.class" - }, - { - "key": "SHA-256-Digest", - "value": "n0VeKAYWlhL0957VAkyEhDgDKVke0pRw2feAbEgtDGw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "wW/Mr7D8pUUJ+04lER2uh7c9jwTd1hQxhJx3cV87l48=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/PKIXNameConstraintValidator.class" - }, - { - "key": "SHA-256-Digest", - "value": "VQpuHBI9L5YTi3XTppLJSZaTWqXAz1eP50VCz+O9mKw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$HashMac512.class" - }, - { - "key": "SHA-256-Digest", - "value": "xiFJHlWvSI7IkvL22JTscn7rDUWjekTR4wtoTmoGJOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/IESKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "S6C0M4x3IaABdEsd142uuGlm9kj6UckSM5Ee3n5kUfI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "SiVw6mYF8lpzfXIH+UaI9ipZXaozDlvL29WfYlQFx0Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "sYcXREWUUBtpbucktCVvNnvLcuXRDVyi2yEgedbMWyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/ZeroBytePadding.class" - }, - { - "key": "SHA-256-Digest", - "value": "jTJ9oaWTsZ1Kr/h5snk+PGozc9OaRs1cz4BqCCn+YYE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Integers.class" - }, - { - "key": "SHA-256-Digest", - "value": "haoUk9vS9BuJZu77zuH6kP17Cz5Z2MTyeCZyFCQw024=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric$ShakeSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "UO6OZuujg6UHvuK+6736xLoqlLfl08EGR7V3j6oF7NM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHA256Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "ori59w5LsV67v7YhxFXglpNWVBW2VvXzWIAEa9cT85M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/ECDHCUnifiedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "qWQf9we99QtDP2/wSU52Zi0VxgBYjG0UzTLFAUIaLtQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD4$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qSnE588/MvlbOl1gDuXjMLvsznvR+CSOe22UZZ4sQvU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/SPHINCSPLUSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "UG1uOn+ql9W/PMjCrKPl5ZXSpkzvD0+jYVtic/GNunI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/PicnicKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "UlReSBcDx/3OqFCMtE3q17t22uNjXQUXG3K8LX80VsY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/BlowfishEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qv2eev0LFynu0kHidzsmBpKqf4uoagh+Z+bLuZANghE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "f/F4NEt9ZZwRO2AYrF1mVdm4lYF6xN2oPkvq+UyN7u0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/FixedPointUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "MH7ofoxyPNLtpGnNJwg9UqGfC2pJnw9s3CSUey2oyKE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectDescriptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "eDrFhOmX9GLRuz+5Il5qq45MHWvysDrqsKVBFsmxUN4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/PolicyMappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "+bml0oHSLv2M+3SZpkzibrf0y1BC+S1uvG5Q0BaTF0U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BEROctetStringGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "yu74qswVQhQcJy/ETLtBFuw1phO7jhHc+tFkaA3Wdg8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "9AhXK9MzCuFLTmezgWEAvTeTF9I2AN04UJPMwJ+vouc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Encoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "caqjA9k6QkUbLYmevm9lyDW0VDRXkDj8R1kHIG3KVJc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$22.class" - }, - { - "key": "SHA-256-Digest", - "value": "5TugBZ7wxELnE9KXlf67Cgu+pmTwge2zVlNZdB2dLYM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$URLSeededEntropySourceProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z9T8w1RQ7hFg0tsk2rbhakQgGqLeirrAgybpdkSypmw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSASha3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "uWcXPKUaaq3479dt32vzsVqQIRBCmkAHCbIkx+zsJCM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePointchevalCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "ovhAYWJ05khdHlPhnqYi/yHDD2KQh74EZWkmuw/colA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "tzOdhxYtfaUSDvrlMxM/lE+DIre0IAdTAYT/VYgv9oQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DHBasicKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "KU7J5vv6lW6mZ03LGJrS+k8FaQP2SF+rpQq9rRsrMtQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/asymmetric/util/ECUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "N0xOfMoFdZEx3z46oQI16AgLLI0UO75Yq7upkAj40OM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "NxqBxuz6y4LPN7XK3si+T0WDDTk8OiZV2WWrD1dICOA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ua/UAObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "peQ+1BAPhtPEgVaVJ6m6yOWDajetfWMXZ7BRrWyTdiY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/SPHINCS$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "WFiL/kgc8ku8rjZsOk2T1X7sM9W7d9uSLXKxqOB1Puw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceKobaraImaiCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "KIhtWqhc7qXi7jaa6/B0sboln1b221wAzfkKtZ9IFsk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2PiBgRZocq/KitOVHicNSswcXPADPvbQFpFng+vejE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/X25519Agreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "2lpMOm24EjYVLYMR0G3bkz6Cz9gpbbECGOB2T14o+fo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/TestRandomEntropySourceProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rz+24/5v9WDriEHX5b++dibEpWrbfmlx6lDCxlR7WqQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$KeyGen_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "CMPd3G9R0FUBj91lHfDl0OmDM158hggayoBp/b7gHLQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/OutputLengthException.class" - }, - { - "key": "SHA-256-Digest", - "value": "++Bm/QF60MYSFB9Z8kEtoBHVHGfGMSeW5scRhzq52H8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$RIPEMD160WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "SAbgwvFtn34kQCAabvFLyVPlliFoHKKbbgGwRmJkyf8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/RSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "L3KPzMKSNVG0wCafXRIAvz5GplvxYq8n1vkag2xL2O8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/BC11XDHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Fw3Wp1mOnUJ5ODZIFwPOOvhxlfZkAECh2h9P53UXy8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA256AESCBC256.class" - }, - { - "key": "SHA-256-Digest", - "value": "/g4kBP193P5o9Q3W+dJ9Ctpk8nlGmjlWF6eE6ZdRv7Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Signature.class" - }, - { - "key": "SHA-256-Digest", - "value": "JhO+EgvGJww4BOI7l/COC5VBq3246GWflV/TSGtlSHA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519UwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "olY4yufN3qH99ZyIWifuiixVls5V1a2txwUxkuVcfKw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/util/DigestFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "2dW0IDVq934rWGgQ4MT4wmGv3q2nujvngotzsB6l1eY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$IsapType.class" - }, - { - "key": "SHA-256-Digest", - "value": "83TpyvZtNyZ9MRQKXKnnpnfnsbtqSevgFZE7er4QFsQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/AsconXof.class" - }, - { - "key": "SHA-256-Digest", - "value": "ot8ZGdBnT22aA5XdnpyBMd1jQ9nMcYyj/uHb+J4K1sc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DerUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "68rloHt37yP9t89lJfLMUZsqZCJc7lC23jdx6oFSYjc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/bike/BCBIKEPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "UeIkudkLIyNnvy/5+f29Ii7VoXZM7L/hs03nx4hmS9M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/PBES2Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "EdyOEIPYygg99hTv5iXNdvXor9DbOqGcWI42wziy13c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "SPwFPPhSM1L4TUC0hCI4lfO6iAFxga6APyaxSIJrLLg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "t5hwvf31x21yOcfO+2v8AwV7hpzxB7ig7P4/D9zxYpU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3C/E9CVl3+xAbuNPovu5mWoG7t4JIf3yA2Yo1txSTAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseAlgorithmParameterGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "St/xHcIrPlkZ5nz4qIqsEAuBGHNfAaF53eNB60fIeM8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/Vector.class" - }, - { - "key": "SHA-256-Digest", - "value": "fysUOmQZciz7cNMBj9CmSAoS8hn2u2Dj6JfI7L140aw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/kems/ECIESKeyEncapsulation.class" - }, - { - "key": "SHA-256-Digest", - "value": "X0KSj0xMezSPIp5wlfWd6uPDzQhEaUqtX8zwiGClXTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/DSA$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "u8/5M37tBYvYl89Brulu0MlqC6XPvUL4k6STjQqEjbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/IESUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "kkCGZfjs34bRTnqygRnGUyLyUDw2Iocd/R2LH7QhyI8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntru/NTRUCipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "1HTqF2NFIsWddG1N1pBDt3An0PVDJLUXKqkS5+UTOeU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/FixedPointUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qpFLn+pp/1kpIPArXT/05CAVDs1MsWQ4XSb2BUgaEJE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "fwQisxCu5eVREPcLxgSm9PGbV0LAn5hQs5V7IHyqCd0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "lkZAtn80wPkanVCPsXfRPViVClRIeCdcBSci4sP/4Rk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$CMCEConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "utvohNs+V3TTnzbIHimdOcMc64/8Wm5Jsy8NHqYNDPY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "EkBawtSoSFnhlkxDQRU6lis7uXXbC2sAds8imSPeYi8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/PQCObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "KnKY/OqRVt4vCVpnyFaUHa5rTdYILdfDxJ2vjIkXE3Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "goAv66vpmhhQqQq6gJh82mvLXLtUOdLKyHNddFh9yfc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2b$Blake2b384.class" - }, - { - "key": "SHA-256-Digest", - "value": "oRkt9vDDt6pfsR5qloThOVTH9t3gouOgKZyc41LswQE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SIG.class" - }, - { - "key": "SHA-256-Digest", - "value": "l91qyMkRJF3kMOBvj18UWlldS6ks/yrEt5DjVzV74EE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/SP800SecureRandomBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "1JNsSbYbvBhq1YfK/0Oe2RuRYqus5uRga36rfUAHthU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/KeyAgreementSpi$ECVKO256.class" - }, - { - "key": "SHA-256-Digest", - "value": "asC+3pXzutJXO0AKT/R6BjIlPuLsNqU3qj8kklOcqIE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "w4H3sgJ1YSPdB7CGymeOrGfWX+kPU8oAbjmO59Ll7GQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/21/org/bouncycastle/pqc/jcajce/provider/ntruprime/SNTRUPrimeEncapsulatorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lqkpnsws7I1ULmbyWXyFyXHqtKbHLqyWZEwmUvk+fII=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WTauNafPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "YMohH81l4iS/8cpASgMWT4A6GgmpMv2Vv5E/HnhftxI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$29.class" - }, - { - "key": "SHA-256-Digest", - "value": "qUXpbxMT8kfzWsomEPxQ68ucO6sCS5xOhhnVL67P4ls=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "0LW8a94sa7TPfsKjk+pfB6s4ihuDwLCEcTLLbxRn/Jw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/FPEParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "zT/5iZ0bOONssW5PzAUv6OY2ORo2Smpx5N4kbl6ChNo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "cW7aAJ/fagWiwTg8VQYQCyEhUVJN/78FATWzPHd4Z3w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/Xof.class" - }, - { - "key": "SHA-256-Digest", - "value": "D97dQcMSC0tzQpkiWPjro27fvR0oLd88Q4ZhrWQowOI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/Primes$MROutput.class" - }, - { - "key": "SHA-256-Digest", - "value": "8sQlFdcacfA0f1pfF8OnVymueRiKVIiGaeFWE+MADto=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2with8BIT.class" - }, - { - "key": "SHA-256-Digest", - "value": "4tL2M3FLFZH3rDZghKY2WW1k4tL2Ip6iwafM6FKNOqc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/spec/ECNamedCurveParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "LLn7aNNDSVyepiz0+X+YuuNu6PStHxUS6J50vFKIL40=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/LowmcConstantsL3.class" - }, - { - "key": "SHA-256-Digest", - "value": "TQsgljjrzwQXh7wZbnDpuaEsjEGvx9QK3lnDpHds1Qk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/LTreeAddress$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "L8vlaQKE5tpm2O9XUDopuvd302XLtcAGwM+I7Q/zEK8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCLoadStoreParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "3J4KKvbFwCCrBLQofbddfiW6Ris23dbRzJdq85lQIxA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestParallelHash256_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "SQbb+q7zsZb69SgImiFr7J7BjhTjhi1KvPc+2XDGn3M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "oINcTHIXaiIBaXjoy3dkmPY8z/Ts8VkQe0gccQdixr0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/PolicyConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "2zkUN0Efmxle3W4o5nQsRHPJpO14fxj+70RgidjsZws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCRLStoreSelector$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "uRBSFwqZ2I4A2Am0p1lxYpmBLVNw0mH3ukrfL4ZRROc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WNafUtil$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lt5UhO2pt3OwR8WGDBaTj9GS6tMMLpgCUz8E9DilKGc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceFujisakiCipherSpi$McElieceFujisaki.class" - }, - { - "key": "SHA-256-Digest", - "value": "M0bBoRSFKHHe/K544G7t+A8jW8IrhfA3GkuBUT0+kWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PQCOtherInfoGenerator$PartyU.class" - }, - { - "key": "SHA-256-Digest", - "value": "yZfiK9JxuHm3m+wlRESSu0GT+rlHp/ZMH7Rbfl9qa/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withShake128_512andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "zWwddZsoLfAisvn5mGZe5imr99bM1P72u8CTrS7SjcE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/GeneralDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y83qjV/3tdETn7p9K76BVgOc/K+0eZ/M0NuWQ6DH80E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/AlgorithmParametersSpi$PSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "JSHDb86FB4SjtRLTbndrxNW40YKHJlnYmjzi1WFVV+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/config/ConfigurableProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZL+z8RVWHttGTOLnbBTSC2GMvSxemMABkNdS3vs8538=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Argon2BytesGenerator$FillBlock.class" - }, - { - "key": "SHA-256-Digest", - "value": "6NV8hysh2EXF2z8AqJ83cey70ZiPNTg+gIt9V6dIGhA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5.class" - }, - { - "key": "SHA-256-Digest", - "value": "xwLMv9oGiuQBRfdWHoLwf4BJeoMreuXe3P6h6KqkLqQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$DESedeCFB8.class" - }, - { - "key": "SHA-256-Digest", - "value": "SyYWWaaLdHCPFM3bAPmMdpqv/6eKIzoP0VdWd5arYE0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/LICENSE.class" - }, - { - "key": "SHA-256-Digest", - "value": "+eawESima5iHQy2wOXA0eTvLFmd3CZDCf9T9BP/AwSo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Falcon$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "5elQWZu2T6tTh+xTyj4DMEQ+0rKgbLjAZo9DMCJWQeU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$KeyGen192.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZiPgrSDfsx30d0RjafzKjBOmGqN7tlIcS7UtTlx1byk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "bde5cS7vXZx39H2H7bRNYfl6ni8MT7v915Lrrf/gwLE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HjUE58qosAyV68eOhldcftX5m5NGYEDlT0v6Dmf+EOM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestParallelHash128_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "erveS22z7uJCx2UCwY//mMbWv2fbdvyPXQdL3lP8MKA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent.class" - }, - { - "key": "SHA-256-Digest", - "value": "0yH2gEK3/tGIkm/VMDqAvDZBLdaoCOxlwDXcwvwEV3o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p$Gaussian.class" - }, - { - "key": "SHA-256-Digest", - "value": "IaOicKcYrhr3jUF6o1QUzVVwKGg9rnNDHdRWlxPJr8w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/GOST3410PublicKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "SGemcaEgEx2CjrkfuhaoVRhtYklbpRMkPtn8G8+P2jY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519UwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y4+ciuNnoWs+ZJNJPCBPzxX0x4fGIYl7xZclqfMEcrw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/NH$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "KBfi70UnjUaZs7P46GDacIK69Px7eyjfdFEPduy3hz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi$Std.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vp3cFmG5hbl/gJ1u5McLTtnmMTB8lUzMuDTvbsI8AOg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AsconEngine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "f7Wywj6I+Ss0LJpLQgFc310xdGsAS3Z3BbS2wtWhlu8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/util/GMSSUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "xfI1ayGsrxDi6J6vClJYuD98tUPZLFMbHAf0bB5HeMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$RFC3211.class" - }, - { - "key": "SHA-256-Digest", - "value": "IPYh8wBI7nGib8cZYRPi3opltqy7zPLyhdAJLYTmWbY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$ECB32.class" - }, - { - "key": "SHA-256-Digest", - "value": "MikWD6gxMlEP9EWgX3HAxWOvzu2s2COZFOvfNHmHlYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "kH7TFIm7OKXP8wnwmT634GGNbSKmlm1qRoPFr1puTwo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHValidationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "HPgWvwAp1WPgoVRM4VUTMD12ocbmV1rwCiMsIzFuoT4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "BokUs4XPT7zULI0L5sqsB8rFPS9s5FKbyl7aisLYl4g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/OldHMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "8hkqESgjYsBFcDusrHCummGS797yfLJ62wZQREh8F/g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "L0dJ1HvA+tM/8axg3a6d5qlnIVcbMsDrcqr9SVAbf6I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/StagedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "PWIWrYpVA7D/lTg1o3HUBQtWASmiHykxY38mdua1tZs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/GostR3410KeyTransport.class" - }, - { - "key": "SHA-256-Digest", - "value": "oggH33Z4ug78s4/JQEMpRQvjhsufXJemmCS5hAJLxr8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "F2lxmBD70SX1+4h3LyC84OOJqGLxaOzYAP1tZhDI5HI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CertificateObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "eABpIdEbMYqVAoKycA8K+O+hfI68ZCk7yg4tBxp0wJk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/OtherInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "CXj2pj5gUquMDxtf8uMwdZNYEiSDLWgZKMGaClnW0ks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/NullDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "2VrgFOnMa3Ys3i/IlZAUOiigOjzrdCfiw8STgtOkbSg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$19.class" - }, - { - "key": "SHA-256-Digest", - "value": "05qsy5ADl8cLKmfzbncROhh35JrhVaD/7/K5BeOn5Mc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/DHExtendedPublicKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "N3WD5cTDFzJqZeVsDXT8aGK13wJ8L1bD/t5ODoj+YqA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "C3x8p7PRidd9lnT7Ih91OmplxqCDqnBd92XxCnFERMI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/DigestInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "btTF8Oaso/wx3SigcHOaKO644QUBcWLYZotIzVOyT5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "7BCLhuU0yjB/aDxILlMA3P5bJMUCD4njFnPg30Dlkis=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$26.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZQDJpobHfR0tlqhNUURiYF5aNQcdImPwIV67jV401So=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "P5yqiN1jnrfLUxOQgroddbwFHYgDT1qkIIcbi67sVLQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "eVhQy4PuBAH+kVGa5g1gt42ehp7JKmROEDFP4Zps9V4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/View.class" - }, - { - "key": "SHA-256-Digest", - "value": "QEHRO7zXvQ7UKL/Wsn4MHqVaSuaOWLe9j1cIQ1WErKs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/config/ProviderConfiguration.class" - }, - { - "key": "SHA-256-Digest", - "value": "zoFIbudaHG90j/8NPbVJsOr0JaYgJozGAWqI/RNqlm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$StdShared.class" - }, - { - "key": "SHA-256-Digest", - "value": "h10GwTCnHr929fcI1OImiU9FDpXADs+2PAYQVCZbyew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUEncryptionPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "HY42MwxCAMw7INp9wa12Z8RDOncHYq8DtqOq8A0iCeQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/SPHINCSKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "mXX/5W/VlRuRDAqfytYWkCuwA/MNhUonE0Yrlt9ugkE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AESWrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "l46bXUh52lsTaigZ8GjWDbEaiTQxRFXbrsnPzRFZRsk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA1$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "2q+dO8tiOAGpOd/A7tl9Mdpcmn8ihbe5moRHr00axCA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST5$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "03PxG3IswXAP+XUTpM3nbNJUAQHAFwUPHzcZJGUJrZg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "JaoxU1r26fVKk7LrssXseVm7NergdeKUx9RYlWKhM/I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/io/SignatureUpdatingOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "luo0EjZlhIi/QeXooejuYwtKYaYRJ1MisoeqI8+FDec=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "ujol+KQkaCQN31k0s1gy1XuROFefsQ+H/IuDhOywlF0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/QTESLAParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "f8DJjPA8Pd3EfH8R316SeG/abjPGKEfCcGt++0Wr6HU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/LazyEncodedSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "kqO6bDbTruKFsIxqrYdxMXCJoiBxgz42vmOdDRFrjaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WNafUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "2Ar2WGn6wsmraEU/nqHumMkYFSMqPkdVeQytsgo+gi4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/BasicKGCMMultiplier_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "FWytIzqjccPhrusfTim2gPojeJlgAsv8eGzWyWD7ZhE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$RFC5649Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "g0b8oM0s59nj1099biXOLc6qP1I5KPgnI+zKbvt2zk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/KyberParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "osStI+MbiYC2W17/VLwpBZD6NdQGbAUCvrV7Eop6/pU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/BDSTreeHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "ntjQ3JZ54IIiFWRjgxAnNH20QBpMEOO2CS53Rh35au4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimePublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "SrJp9rfz3rPM5Q4zZjiTwPAyYUwMIDG5v8FqMpTV9lc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/ThreadedSeedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "XoWBex23GXl/RUMnLIKxvaCU5SYo2RLjvM2G8G4FGN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "b0W0SpTXUbLPaSLzYsvclPKitkNdkV0H7REsS0Ke71A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1VideotexString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "l/DNVVy2YUXrzO34/JYGfT5jvxBaoT7SaI8suQlxaus=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GF2Matrix.class" - }, - { - "key": "SHA-256-Digest", - "value": "SvZoGU0bNsJEUNmDnnipBsqSqu9ZhaK1pSNDb60IPjA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "i17Zte/UdOaH08OFdqRCuwAkojw3F9xN24dh/bLsf6E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Ed25519KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qL7cNPJz59nNmMCfovCyJkoB3fWjuTHPEz3LU7ruQUo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/FalconPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "O+rhBQa3RqDOKL7253+VrMJCLdGXpeSQDjnEowUgPAY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "5YkUvwN9rwJKBbJhBGmWAqdNJAIatwvK1JWmT5E4TYo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERGeneralString.class" - }, - { - "key": "SHA-256-Digest", - "value": "GMik1aeITqiV5ZtsWlmNs2dfS8aL6JJTPxOpMrJzKzk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric$ShakeSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "1y3/aAUQU2LJX/jcsxHD2yjlksWiEEsaR+QduTPA+Wk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "m8j5tRsWSr1SBEUNaVimZS53/o0yeEtQv0JacqVrm6Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/TeeOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "GNh9doBNIp3ltdfB6vhqT3qDVeAv6a5hEGm7FIc0j/M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar.class" - }, - { - "key": "SHA-256-Digest", - "value": "bDYQN4NIAy17+b3frsyOonmbB4V+Bga5bjj4pF/ZxXI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake3.class" - }, - { - "key": "SHA-256-Digest", - "value": "uVr1ZoNtlx6/n7KHNnbD/KdaMO+bo+V8AZ/1bHoTwyE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "0encPRzvB8QQB1Qy2SocQ3GM4lEatXchx+e87ax4k5E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/drbg/CTRSP800DRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q5dhayMCRvEH6ULG+YZtISYA1C/rYWxUEgZLJ+jO2fA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "K9mNqjE4siCRIARc5g1YGrtGQrl9ml1oSJeqJlNgzOs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/SABERKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "C8AkgUDOwXXIuGTLFnRHdK7jT8UlYV56ku6E5tiI5CY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/ClassUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LyTP6wiSpRMy2bnZ6t3gAkEelMetluJD8LLBuA8LkKs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES.class" - }, - { - "key": "SHA-256-Digest", - "value": "Kabtfq4a3Bx8QkldRmBD9pc5+a/nBHqRGMcZyGVTLsQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Kangaroo$KangarooBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Q681/uSMcF0ODnUF429Ld/PZ9KBsEO2oTiT8JhIohg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/BCKyberPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "dsQ5fbCteDLV3fhDgFpQ35twzPcDy/M0PupXA4KniKk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CAST5Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "gGIU17IMtyACP4VoasV1njwU6nKW/XWA16PvXsd5ZCw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "6QOy4TweuwrAtDj+Yovc6+1ag8Z1wAj9D0BXsInrlrw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BEROctetStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "0HU31Ils6iZBFTuzOlFCEnsGdG5USNQk5bY6l8taJUw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Store.class" - }, - { - "key": "SHA-256-Digest", - "value": "SpW3OBy24QyXlVfwerr55GgGRtnt2Vw0mTH+ocJYdFg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Blake3Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "/vjQ2hx8TeBNk+9Pv6aYHcu2iII+J30bCrh7nh0fGK4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/LEAEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "/YaNutDVpgb3QY8JTWAWigujvJtYV6BlZ721QO0eT+c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD128.class" - }, - { - "key": "SHA-256-Digest", - "value": "4wnKsEl7IPCWxnMTpmnVVIP8mML7h8PIhFZiIXyJezk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/BCHQCPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "FNtXNKHeZ/1I3CDOF6qG5kjXgQ1TbxuKAt1sv8zsZQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ExhaustedPrivateKeyException.class" - }, - { - "key": "SHA-256-Digest", - "value": "NOU6SBFqXmAPNSutRwN0Z0efB1UEozg3d3nZc8kxYyo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERTaggedObjectParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "4BmzDhC6vlJ7D0hPnZ0MXZpOhDk8FuvGIaij2Gz37vo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PBKDF2Config$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "jT0pZGLkHjlWscQn2Jl0/6ExPInlLIHgW0KCv+cTc3A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224K1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "uoAv36hR2XQK8VsJbLHXwTR/9xvOIiX03csUWbAw1Ro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LmsUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "5LW+ZGmGgFzfj7k/wPjLJNAyTDrfoNDvuX1rTt8sB5c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PrivateKeyInfoFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Yg/JSDfC/O+vaRNQ+gSWD/HTgIQ6AaEa+ggvoWS5Zo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "44NzAbASdtR75f6piCRzPNqi+4w+52KxQNOnzJtzJcU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePointchevalCipherSpi$McEliecePointcheval512.class" - }, - { - "key": "SHA-256-Digest", - "value": "MHUr7NJs5D+xr10ExrLTM7xvTqrnRaENI+GIPRQdwfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Picnic.class" - }, - { - "key": "SHA-256-Digest", - "value": "AqrxdUmEFioyX5YwGLlPVL9ibq5CW67JHR3Gh9M7ojI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/LongDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "1owIwRKyvIl0P1RjKGZKyaS2/RSWnRx/esa6D4VfSlU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi$PKCS1v1_5Padding_PublicOnly.class" - }, - { - "key": "SHA-256-Digest", - "value": "7paEZKwul9kzcXatkQHNMUPhflWv8RPtitvulSBP8bM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/BC15EdDSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "J6RTmqh1SGjFmspeGnxh4KykYEHT2EWzg4f9E727g68=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TBSCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "POyIH/eSXfr7cbK4Ke2YAX9uLQvm/mZvf2eD2/5l70o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat224.class" - }, - { - "key": "SHA-256-Digest", - "value": "4j7fOcURpMfRZtlavz2PsMm7/Hvm4GdI3ygjUM7YQzY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPC.class" - }, - { - "key": "SHA-256-Digest", - "value": "0oVpgIT9MURQm7bSDUNKaiQ5obD5M2PkRJ2r4Wz6xcA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "+OAkfyhCUBCO/fTuVnFzccJy28ygcCOwN9i/9mDxsFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AttCertIssuer.class" - }, - { - "key": "SHA-256-Digest", - "value": "aaalGtPW7YHfvfVSjd/BLUd+q2kUV1WZvmcts6yvnlc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4.class" - }, - { - "key": "SHA-256-Digest", - "value": "lNPEkIYvTdkrjuHTBsm+ntxqD6nhjFTRKwCML3439+c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/KDFDoublePipelineIterationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "hpdXwgP+GZ3eRDQuA52kt7jMt/7MeQiU0CP3uJHuZQs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/CertPathValidatorUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "d3nfBFjciAlArm0zku8CAT7Nw1VcBN8MS6ZFsMsqTS4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SymmetricAlgorithmProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fo4pLa30zJ7LRUKvsq4pdEzBfUacxgZYtJtCIOq1qJg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "glt0ItfvkHqufAZfGBeS8jcPE0OWLitghCncM8U8Bh8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/PBEParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Avs/A6cinTNpWDmQGbTKDhH0i25JC2JOFNDUcghJiYE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA384KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pl2wE0/RGqGjzqh3QXrc3X5tPuD9Zy0XsaWGTeTZkTU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA224CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "t4u2PsXsOf1FaB53SeIo/zjN/ghdnaW+wL4S/q3zTiY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base2_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "zroOK/HWyUg6iYXuhVeaurlILaMSrRce4rBz2FLcOoQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/exception/ExtIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Ed5jQnMHShl1XpYIP//oSdPM3DZGjMlEQzE2jwqtWM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "RfTpxbfWHz/9paqVgJurl1yer3tV+3lYLlUxu/WAXmI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/BlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "hfd2oLsD0IeYy6ibWCHjfYbdlNcygtbaT1kuPDUfRa8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA384KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "TbtcCD7mcgocuDqQSrKwV4HHIbQ+K2vem5BpTSeMBmA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "fUe9gb7lDS/MfReHFry9X0dO0KgP8w+2JUrSK+QlU+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialRingGF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "OaBdDMHpazl9QDCViDM9WLnxZqaF4ciFAPc6EIoMRm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$15.class" - }, - { - "key": "SHA-256-Digest", - "value": "bCYPYSGhRPMkOP2GnEZLvON2ekIjZH2zLI1RqtpxhHc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "eK+Hmpek982GIjHwRkqyvbMWySoaBNqiBmLd/XD8mZM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP521R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "umI8hI1HKugSsr9omISCxbcxJ4BOZSI7u5h0N1WNnqU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "gSgNP5I35Pbzi04d/SvIAjgY+9YqqTk+XRgnJh0o3IM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "bi51RWdbsECJShN/j9d1I5Tlp/h93A9Ud9NKiLbupSk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHMQVPublicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "m0Ly2t/37oWI3Qs1Dt/7ontjotjMYsyNGz2iycN1WsE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/DilithiumParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "6v5HW5QGa4NhyLVpLTZT97uEGAJmiRNKoVw9wkGSH54=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/encodings/OAEPEncoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "TooeG1WVbrn9w8lf7RHtKfLg/WalvhrIl+EG5agGwYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD160$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "HIvzttCoZQHGNQ01KWJcoB80oEqDwe5jRmJ3rmRbwnQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SkeinEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "dwROwrMGcFpUzo3P2zRAzhJmYa2BwKcGZQ6L46tIVm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/BDSTreeHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "B8yuYd0maav7OeNlu1m4YcLzJjBLZpnmJxu7zHxHfoU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Ntt.class" - }, - { - "key": "SHA-256-Digest", - "value": "onssheOBGdpZN4pXXdBx9ufMSrTMU2QHuULhjKwrtgU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "NafDkBx2znQnhNWj+0lqfopNPwMgDJDUV5xIlbYpSjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "4zYaCxsJV4N/sYvQL0xmLOkPDQUMI9rE0Oc/Yox3jgs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/spec/ECNamedCurveSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "OvRWqa3GZyycU7HC2pPO9vnI/WAFxt7hFC4xsEPBZBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/ReversedWindowGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qRXFbiAG9bg7JJdOrn+IbMiNqUKykIC0fZIOM0jTcms=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509CertificateObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "7WLUd9vxbNd8sBt3dtmttbSel/5h654zk3capzc5uuc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SPHINCSConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "dCo+RkX0rhO3iIDi417oS1SaGxuJHilw9m3W32GMYEg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/LowmcConstants.class" - }, - { - "key": "SHA-256-Digest", - "value": "TmrC/UhL6HkIz4fxWAxZWGtMPFsbAe2BnVX64S4WiTQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/ChaCha20Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "e0JQNV8r7KADdZPh4WJXO0T77PiJ+xe1AxsVRlrM6s0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$KeyGen256.class" - }, - { - "key": "SHA-256-Digest", - "value": "uS/MWI6wEYdB1c7jxrr2g4S2Tqn2tag9QKR19YRKv2o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithMD5AndRC2.class" - }, - { - "key": "SHA-256-Digest", - "value": "VV2S6SPwpufGwiiberRFIcr3wGBc5aHRlCkS2pWkLGk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/FixedSecureRandom$DummyProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "TnUONpi1ufgy3l74Sn9wop+/dJsYE0ezr0An5TwzV6o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TBSCertList$CRLEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "VI4nUifUiVSDUym971wqcw+G6kgwNACwsPaSpZFoSgA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/ECGOST3410_2012Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "9miv34ZFgSN/0rvDiJER9Gote3cBXEMgeK7Mbk6J7Fg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/X509KeyUsage.class" - }, - { - "key": "SHA-256-Digest", - "value": "lgHKFuerU+dinTX45nnqeu1MHXScHN+oA+pDLgmQ6mE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "FYBnVx73tQWZ9XddUihLiY6b2ckxbc7dhuunyTUEICs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/COMPOSITE$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "W7+rgMCuWlM16A9PphQix/SZYJhQsiVlgA48vcfTX8U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "2ZSKsg3tbwwN72/Md37LXsKpHO3pWnC+xOxcUG0q9js=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256K1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "VoXpYbtzNtG/fTVUCE0UNe5eUK6YtqG5b5CRp84iD5Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1IA5String$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "59zYBILVsOvTTmjIMcb0zusJoVOU+Zm2Z/DrBS37jzw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "A9KWQmbNPefE3z6/CbR99r2EX51MxH4Z1RmRQWy7d68=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ttb9kyAy5IT+hPsy7tjW2sYqPbvrFxe0li2So3jFIWo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$25.class" - }, - { - "key": "SHA-256-Digest", - "value": "haktpEWMzpAo8XReDNpE3VFDf0vsIPmoaZ7JJ9PSJMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/Tables64kGCMMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "GGHJyEJ3WkN5VQ4KksfJg9K5tQLG+HzorEsRYZy2FBw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$QTeslaConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "WaFcuhjdqM37qRZGNOAcU0VtvgT8YbXdhZxVboPQQ0E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/SignerInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZWegzkRKK9tN3v4NPI1/vDEoG5XEsjPdbQWlOi3CdjM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "01aa/fUC5snfHYaPrLjfyPxoCzDcGLYuExGMN7dHtXI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1External$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "piq3webuImhAPMpXTWgySHThyTKrofdgJyqwVO7Gpng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "W/PfWaE4yqW5bd63mXt99BN1QJE8NiVmW490PIC5liI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA1KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "AcH8dVSxQEcclTWd/F/Al1WjEk8rxZWzA5ET/mHzWgI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHA512tDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "PLMOpQjy0rdisRuZeuJD2w8P6q5dDGtggiFcXUkCnxQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA256andAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "/T7NALtRbYMR+wbYy10wLgPtmlsvCs5qMh5bDiAtAb4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rl+1hvIGBgOvJpyDL5/8XyxLqux4LWt7ynaB292iLdM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA384KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "HWZmyYDkwNLzKDb6mwML6VntFEKmR5MJ+MC1SYexHOY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_512_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "ekr8avKgMV29lZWu4BKPwYNxwYE7zKVXpt/MskGYpsQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AttCertValidityPeriod.class" - }, - { - "key": "SHA-256-Digest", - "value": "FUxxUBAIUPdDHEhwVqu+u4gpiOc6qKT8ChxCCRhhMYg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/TnepresEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "vSH+zLMNBsA93e250O08/ImEiVuGVoP8h42rSU7fwBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyPairGeneratorSpi$Shake_128f.class" - }, - { - "key": "SHA-256-Digest", - "value": "2cX+QDXEatMrKSNfRqyMjJ417TIfuGumGFTxIKBVkk0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4MmLllwN4degKX1YkYe1giTF/qGq1POj/aPjZouBDuE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/EntropySourceProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "PhFsooURA9IF2g2Zgqkxc8Wqy28feasdxWa3aI3QEA8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "EUpNCYpWJt8TcJDNPWH/0lpNTvoTdkz+4BtsmKOPGQU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "oAvGuzSQybUnZDibL8v27rH25jTRZwSCNes40AfnbVY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UniversalTypes.class" - }, - { - "key": "SHA-256-Digest", - "value": "os3ce5QNpJz9/nRhwG47n+FaAntuGjganPhMWHlAnpA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$15.class" - }, - { - "key": "SHA-256-Digest", - "value": "BPEICt83yybP3VlhPCqju8QWwYoM4sF2pSM+gzQKynQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$PBEWithSHAAndDES2KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "gqNw9ZrdIxOH2oZWj2++cwkiukVymtI/iaI4IJVbZ3M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "luTrF32+0iQtcO7kztFW6+4qQXOd4kunkzAtU/EXnNk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABEREngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "HsVfPu1fuzRhnLd+UAQfl8Oc8hfxHVUoJ+/yveO78UY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$27.class" - }, - { - "key": "SHA-256-Digest", - "value": "f0c6c7Pa/5qTbomfNzCBGSz2vUHYuqYogK05jFYrtOM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SCRYPT.class" - }, - { - "key": "SHA-256-Digest", - "value": "nMdbdX9WiKVLtgTRVVERXJwjZeuJ+cxCRiAQHFTebDc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/NameConstraintValidatorException.class" - }, - { - "key": "SHA-256-Digest", - "value": "g5ZPhbx0SFMpPloe3wUEGI6a+j9T3vXuTIPv6dsuUbA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$MLDSA65_RSA3072_PKCS15_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "icK5aVKrXesIl4sL188sc5wxVCrAhY2GXdFeacoRdmE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "S6XcloGeysccWgzJ7MwDZN3uC13UGrQV+Vir/492qe4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesRegistrar$ThreadLocalSecureRandomProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "yDKeELYpUgWzkvF2OU9jq5BlFqSSTW3jhDmYmwqWBfI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithMD2KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "ltoC3DtVKtaNsv9OenTd+ch2rMBaaiYLQDl8SVUHuYg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/LowmcConstantsL5.class" - }, - { - "key": "SHA-256-Digest", - "value": "XmFNkGcNBeCQ7jk9ZX3Hy9/gX35abaNvWyKQMhTaSlA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Mod.class" - }, - { - "key": "SHA-256-Digest", - "value": "HrDG1Wb7nNIpn5ogtFQWf/kJAk8EOY3F2On42xcWU+0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/PKCS5S1ParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "WRBN58xBI8JUsVR7u+OUohjzbwxWXYD/ftwc24aPgvQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/frodo/FrodoKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "1nZDJrM5oCBF2Vj6XUPA+4CTAcDqXZbz6xLk8blVE1s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/GOST3410Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "oohdx3rJYwyIBQ4yIyiJ418qzPzm5gmsCqzkEgv32FI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p$QTesla3PPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "lKP7WYrn5uvFdqdIcjsS+90V7VcrkZ2C2nNb4f790OU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/X448PublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3t0vrrptphx6S2kxZWyOOuCWXacOs9mdAbA//F5j+Lc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "npWqytmbeOYlbE2Syn8UioFxg0+J87yuWOhGlV+RgWs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSEngine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "YBINfo95U3qnXIEmdu20m3Rf6qPhfOhz/PRP7rOgeF8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/interfaces/EdDSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "z44vEojX9jTT/ODjpZ+/2lVdv6qR1NoCEsT+aQ2wlsc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicePurpose.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gi4OsuD6XihAkWGLW+340RA7TzV4kjGBzLvAsyUoaf4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2mMatrix.class" - }, - { - "key": "SHA-256-Digest", - "value": "0l15xlITgKaMUIIURCdwNlaZ0c2QPVE4EjevYag1gyo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/SP800SecureRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "qRMFvH5ryTqSt5GrM2I+mGUODNmnzHe5gTzu5sX+JZo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ft6A/xHDocKTHECJGkUvbk78e6Q8ib6ZG3k2RKIcR44=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "ab1hwjOHgCsa00aAjAxQ6XDVVY3r8Q/WvOD/TeuOeqg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCECipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "dmUWQ54RFT4xgDnC+N3N4RnJRiPwE+j5shOF5uhIo+M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat512.class" - }, - { - "key": "SHA-256-Digest", - "value": "1OjuF/joQTk1PISpSa86FqSHafYyl9AjNOiZRsCqUik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Argon2BytesGenerator$Position.class" - }, - { - "key": "SHA-256-Digest", - "value": "sF+9A30P2kmxsWJ/McnBYg/N2IUgt5Y6dIWNwWw9KFs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/PicnicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "xowAIv/YUlhVYripgG/utXG3Nir/yRQg7t2ul606cRU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UTF8String$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "lADKdWRBP+19Wd3rWgD1fLprtrE23JqFrN+XQAMXd3g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/PolynomialExtensionField.class" - }, - { - "key": "SHA-256-Digest", - "value": "4pzC4QIAcRtA9uQdfzbTY6ER+rRN9xKA6jC4STRb1io=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UniversalString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y7e/NeY+Vti0vfxQunaAADwkr5Si8illNe+krds6o6E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/MaxBytesExceededException.class" - }, - { - "key": "SHA-256-Digest", - "value": "ncB17Nv27jLWp2l/2nHIv4Zf2mQG2KMuR6c20WAAe+g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CramerShoupCoreEngine$CramerShoupCiphertextException.class" - }, - { - "key": "SHA-256-Digest", - "value": "m9+EDTsDtBFF4Bv9VHMDAvdoaIS2ByrMfJVuLC4V5AY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "tscvnYKjsNLZuq3xC5mM4EHPLthMGbWjj9NZc5ORoes=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/ntru/BCNTRUPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "fEcCOdr2L+RUoZXnHleLv41HYj6C4T/VuCuEwpvoPfw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed25519ctxSigner$Buffer.class" - }, - { - "key": "SHA-256-Digest", - "value": "n3kufO3PLat9tyKAbrEpRLQkbUTRsuoRymE1Bhd9sYA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "a7sDyRyAGwBNGjmFghinraEYxI1flqNp9fTfNSppipQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/PBKDF2KeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "gzczkgC8N/jMUjazSpAJJnKkkmOp9Gty0YYqmDQmqs4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/ECNamedDomainParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "fk5cztsVwOXcxjzr/VuFAdMj47x1vyxWF1MfeprQ83I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/OpenSSLPBKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "R7K63nwO5DuKb/6Rpetq0Zsc+h4Qp3WjoLObowbdO8Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "bvxCxtxsqZ/RxHjK0Ru/FCvXew/bIpd3IkHt9N0QG50=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/GOST28147WrapParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "IXmrzLpl3M/O/GYYwgvC8N415yanAeyZSRQdsnjnMQ4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/encoders/DecoderException.class" - }, - { - "key": "SHA-256-Digest", - "value": "/aiLwCW7gt0FUsaq5k923dF2OcrsDN1FoqZcJkamtWc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Tape.class" - }, - { - "key": "SHA-256-Digest", - "value": "xsm8VVyVP27Kc3NHDjWkhlZPPAWu0w4MS30pY7XIqnw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat.class" - }, - { - "key": "SHA-256-Digest", - "value": "EZQhDsya2KpzOjrxQ5rvZBp9QO666UzoY1FJ07mnkRI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "4zDuqauMt8XJqSvWPPbwH0AECY0B3rXdvpPPUYw46MM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "j0usE0HYHclyp8CH/CE+06a6E26aVeKBWs/wuLZcEco=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/ISAPDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "JIDzS8R/0aoosqercBSiIV9YCP/fgDwjVSgIf15DPJ4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1GeneralizedTime$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "XCrqgMrSKlEMLv/xiILJ2viZasHSMHHpwT5FeZyJpQg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/ExtensionsGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "oOhJeFmGTNGWQ6TrFHgBkPJ0W0Mfn6y/Pk6Xx2prndA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R2Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "nTXU7KcT9q+/cZekJdpFppINIvc2Zj/PMDuGh348Tqo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKobaraImaiCipherSpi$McElieceKobaraImai224.class" - }, - { - "key": "SHA-256-Digest", - "value": "XMcD1j9fuSQFYOTPqBXZolUYplaVThReBqtz2BhE2os=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "usa1hXBLgkiykQqR8f3yy8rS2lNs9ub1hkgSly4FzMg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/GOST3410KeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "w53oxHJhTMKV1LPK1BnIrZcEvW9U6RvH4eFke2dN3A4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Packing.class" - }, - { - "key": "SHA-256-Digest", - "value": "5HJ9HKkPdpBq/SWuk4l969d0iRi95P74hv8dRL+VTQU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/X509LDAPCertStoreParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "78vTf6RviQAXxqeXyry2rb/gq/hqUvKe+SS5fWa0UbM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ObjectIdentifier$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "mwNz44wwqZdEgpvYAZS8zFZRrfgPxhDKgGRw+yQt3WM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$AlgParams_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "N75jFTQ5dnd5mu2sytJD78JW5nbKSmSYTKzmK4PCyOw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X25519Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "lAJ517ee9vOHBB/lP3vXQ5xXq4FLJw7N+9gtqjhI6Tw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$20.class" - }, - { - "key": "SHA-256-Digest", - "value": "OZtKYICEs7ZkOHoQCYkopgC0aNmOvCnWB0IHerLtJTI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/G3413CFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "AEjNHdlZtn3aSWVyanL80273NKXUZifJwGZ1TYXXfqs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1TaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZkNtxeXjHiMRtsJ36l5kKx9GDjqyfo51Sta43uiFncY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA1withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "hMgeWotH50qx2H2SCeuvgvseLB+77ZczN/AJINNnxT8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "UqFA3VkVZmH3MaNyiO34XGCfssJA1pFP8X98LOa4Ge0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/PlainDSAEncoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "0iLhNv+RWozG4uCXZ9/+/XxSq3isqMrfHdxNRHg71d0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/DefaultXMSSMTOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "xkQQs5bzwxqiWIKE3hE/CLEe61vjagauFCdB2ZzcJVI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSSSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "iRkvsP1W3jdhtJvaPNc7kjqjgQPB6bPZKA36wDAMaUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McEliecePublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "cJKrHx1k/BeiXU5l/K5UeyU4pbt1pDOKAuIi9WdexGU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "/8e3Uyz8IYxW61I6DVesXIIZbPizAzaaY83RtD0ZKn0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ElGamalKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "E4cv2ePY5vdN8aEUPR0jq9wEk67BZ6iRUjWVok4uKhs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "Me7Vhbk7VEGus95a1HJgIiUSC/Pqoa1Y++v0cFgla2A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/21/org/bouncycastle/pqc/jcajce/provider/ntru/NTRUEncapsulatorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "VApdcZhMjbZyWIJzTMamclAIn1ZYUCDXbm7bxWfqilo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$KyberConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pfb9VD56TskbxCEk8qKcYHGNAVGsLRemFJW2iGrtfoE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PbjmSIwp42RlvstG8WHyB+QH+a8nYQK/keBsXH4rIek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/jpake/JPAKERound1Payload.class" - }, - { - "key": "SHA-256-Digest", - "value": "5rbIJDxmOLt5Rwh/zdQnt6eHXLXXptGwlBjxkSGP1IU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "n3RU3dDr4LzirVDIIe4eEtyLFVdpy0uCJQ0ZfDCeYDQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/lms/BCLMSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "XD77F7Lr8MHoOGh6S+zfQ5AeAXwcYvG6Dn76DPay8x0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "mWFXFMxs58UBe8FAEnrAFegFQIbcLdf4CZlhlDdLz/E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/newhope/BCNHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "j4PfM6gvdvpfAj7aWfjBEZ5/obyAzq+bDnwET6ZoK4E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2KeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "SI/SSwDJvqTH6g2jl9KQRi6nABDyv1YFGJfH15R2HmE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA1withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZN6DjxZZoktCWxUBBnx358ZYWBPpjK4SVWI8MSbKg9c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Integers.class" - }, - { - "key": "SHA-256-Digest", - "value": "HfhT3aPXXrSuxR898PWPaRy0hVykUNRjRlvgMkSv8yM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "SBbkDCflXvCuSJ6UC6Csc1YcdUOewnm914zAz/JgCIA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Oyd0beRNntSFHDHuv2KaAUt65rG2Gmtsq8eyr+R5Tig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "+MZw8lCNYycFA8MwgijuNUjl2ZU+oqDXTgHSlC3j2/I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/util/AlgorithmProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "1hRPpd/sR1J9VokCUaTHHG/7vmzzDZfFGSgQ8YZc1FU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "KY39Zt5NL1RvENV7o73yXaZB/RlfcyX7NK70hPsdEpA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/BCCMCEPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "jUoSbg7NYcHJUzAXyMayJ2FnWZDpPu47fC7KI0UJxIA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA256andAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xjs8d137Cixtq46C07uFA4Vlp4fOnhG+3pdGYSooam8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/UrlBase64Encoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "9XffLAT6DxPiq3LmFxqjTmatHKTtd95D27qK17Bav5Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat384.class" - }, - { - "key": "SHA-256-Digest", - "value": "9znnX+5v1dCwGonEHgsrGRcNcvXG8ypvfl2U1X/rBJw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "bp8uNe48ulpXr4zZ9c+f+kDGeHCi5oBohD/VaM3k0lU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "afUwCZMKLwSgJ+hJseb5ZpOyc/fhoZavA4AMuV5lYQ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/ExtCertificateEncodingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z34Rh5ur7G2InJhJ+rpEHHfsfHyFT7AiEdxYMzWmrtI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Blowfish$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "tCJcBeSkXrvxixDmvbRUZVcFNd/LbUxgLTowMFxO7xU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "L3UQWY7tt/LoP9uGCTChh1C3t/MZtPDxNEDjsX8Zu/A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKobaraImaiCipherSpi$McElieceKobaraImai384.class" - }, - { - "key": "SHA-256-Digest", - "value": "GTDvUfsVD6CY5OXJKr7GQNzRVGC6Pb4qS2HA4qwHLeQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CCM128.class" - }, - { - "key": "SHA-256-Digest", - "value": "a+9Oy/CSZl0Jk2LNkoLbuLUtY/q3lzb1eZ4AFGon5o0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/CertID.class" - }, - { - "key": "SHA-256-Digest", - "value": "k/jJb5acAZ1jyG8qstARo89T7l+rwuENNnw8BXchhRY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Sequence$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "KwdaNKQ7T6ytqi0VZgUjXgh5T+dVVCcw7L04yPRDZrE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$31.class" - }, - { - "key": "SHA-256-Digest", - "value": "+xQOmewK0dCVU9oHLyZANmv8+X58ruFzj0ahoXQWwkw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RijndaelEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "mY8uxe3A+rY9RDgUGhRojd/fczatN07Ay8DPOr6sy+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve$Fp.class" - }, - { - "key": "SHA-256-Digest", - "value": "cGHDji1Hk2VWfMLOyRlWluhoffJ1smOr4qpR826hmzM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/RainbowPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "UXJzyT6bu/fsgap+tnzSkVFEVTU3LH7W5INuD1j/H1k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CCMBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "iQEpfL2Xj2apCAvfOZ6ar/n+0DxGuaEg4cO6cYwOf9A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/KCCMBlockCipher$ExposedByteArrayOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "S5u7JHhhi+hZTiX4bFkq5uo6ZAowBTMC2K6a14HmTpw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUSigningPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "LLPIKC2TmpATTWkzzh28Xe/TrJD55U5T0ZecNuPyLYQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode$MaMaPe.class" - }, - { - "key": "SHA-256-Digest", - "value": "ayQTJH9j//VpqIq7d6JGey7x0i9QEIqORYdfDpf/T2I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/IssuingDistributionPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "L19UgSKLpotUVgR5GZeOB3MWZzLGGvdABfonz58bgPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/HQCCipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "FQPv7sbcZIMxW3KvXvR05WzB19IqIF166Yvk4UqMIHo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$KeyGeneratorSHA3.class" - }, - { - "key": "SHA-256-Digest", - "value": "JJTpd+X4zLiXI0LISYihb2w//9vTny5QPqSwN4fKEfQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$17.class" - }, - { - "key": "SHA-256-Digest", - "value": "5vqNCJzEJLBPM2yuEdG2TskB2We2ihfvxyWNXJg5fGo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi$ECDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "K9CQIncMbAg80T+ggfU61JmLWhfk7EwHcSaJxhlqnD8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/V3TBSCertificateGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZLdsndxdwXQfx+AUs6vnBo0tQIENek1MatkZzZIRtCU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "6bGMiC1+dWPh6UqwCkSUbRhXqVZALeOzmB4LsnH6Dos=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/VMPCRandomGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "anSBOFB7ANAUzi+NL0I3NzoHUBep9D6hqjLdu/QsJuI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grain128$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "32v9V0IeVXggfXOTiQfVfN9IaiOkcCdC2eO8KzFvleI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "5SnjN8kbDsVNxvAo5TEj3ScXiV/RUkhnm0SNzMl258M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSAnone.class" - }, - { - "key": "SHA-256-Digest", - "value": "JY+HCFT/1f0QtimBjqQgfKg8F9KwBxHweCIDL49LHOo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "6d5gQB4jYbQug2DxGcD+x1Ve482Hu/mK+kqz5eiWtDA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$23.class" - }, - { - "key": "SHA-256-Digest", - "value": "L1wr5xQQMe5aDYhF5X2mLc9EL9ewLLJhEsrCqjqJ0Qw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "//zK4R5jVZT0CHkMtWr8RVxARAiTN9nI77cBFvT8dXM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "QqXC48TEewiO0d65ambQ4sl+0Nxphgq7ffa+WOJ7Nvw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/COMPOSITE$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "PeUxSdCwRzwW+xmRT5O9tXfHi1pgEWPualx85WXEhNk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "CgWJVTiSiOayCZq2XfRTrm3/Y+StSh3B/Z/KOcZljS8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve.class" - }, - { - "key": "SHA-256-Digest", - "value": "1VOUuMDv9UYzsgE8fpfT13OZGAm8Iz15B95ZYbZmqpk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x509/AlgorithmIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "LpQuUpep95VGG1VznAZqW7pv/sthR1g2kYMsV85EUn4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/BigEndianConversions.class" - }, - { - "key": "SHA-256-Digest", - "value": "O3oSZB8CgB2pke4LPbl8dFow2ewP+DEMzOHXi8/YxSA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZbhiintnsvdLADsqEsv5maybSuUPgsvyHiyO+/sJid4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/anssi/ANSSINamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "d9W5bvDcrP18r35G4zMYS4xggWXWWHBXvBBAtI/bsFg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber1024_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "laIFlj7S7saIDwsyATwPV9sZd3MXm5Nr9B+78WXBNHI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/SkeinParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "H2cpegRy6P+M6mbpDXhOdyD/IHd1s4YbsiqkCtnVY68=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLAPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "R0iqMOLcf1thdaM2iNfgDgty0skcwla+qi85JH1PaDA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ElGamal$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "mluqQDS1Xyl5CYADxOvcX29/LPe8ryW2gEZ12l1CYqk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber512.class" - }, - { - "key": "SHA-256-Digest", - "value": "82EgJYRmV5ds7JxRr2FfjFpNdoC9kdK1ve2mNvee5GY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/HybridValueParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "cbdemvMZ2hvQH8peipHYRq9oJmizchgjf8c8qmOeZmU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA1KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "uEaCDqKOQywPjPuF5pZdKcgu5tgUjYQKHPU1iH3nhMc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/GF2Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "sypO5O58bxp+GvGWpZEAJG8cm6tcp/am5VI5X/W8hNU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$McElieceCCA2Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "jdRLXaTCkbjYGGWj6Jdjjx0MdTrXTcwi6n1ECwsivn8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/services/java.security.Provider" - }, - { - "key": "SHA-256-Digest", - "value": "tQoHBUCrFboIZe48gchWFvVN/Ox53Piv2CIFeI9FLaw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/PKCS12PBEParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "rhiw0x+9UzZILogVxDlsAq83eHuXhT5f82bin4xFYe8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Whirlpool$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "t03N5ZGEjx/uQffp8FbqSnS/fAb+7aCl6PMUBr34ODY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$KeyGen128.class" - }, - { - "key": "SHA-256-Digest", - "value": "4I8+KROusgj7zdt6Hx+Hsax5Vo1ajOe/gn1c18DxR3g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "t5qiSswgC/QXTSemLE1eSHM1sZfH0MkF+kKT9ifBnWM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Encodable.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jhif+gD/GIxQtUwVfBcnvBEQ/GPA+jnpYaxFwTEImfc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ECKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "ATywtCIT1j9p5K6/xZkpPlEez97bopVaMknlIkgFcJQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "ka2hvS1Sd9SmAr65YHHtZu1KPgZGAHqr92zyxGpXD7I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/SNTRUPrimeCipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jk8JsEAA4l2QehWHnNgBIEgtS94IMTa+B8YG83gu3kY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509V3CertificateGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "oPQ/UNmzpHUWK5e+eXp+AXPIwJWFRM3nJ807OAcyN2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$CFB8Mac32.class" - }, - { - "key": "SHA-256-Digest", - "value": "AbRbMQxTBN5O+lh8XKYNXIlrOdYjRsvDLUlmrCMlzQo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHA1Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "xcFIDSeH5XFtBm5SfQIpRipGTLER+OcEvTMUJIAM9ps=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/BufferingOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "u5+Y+N/HYp1Q5dOGdaM1rGwQFtnzVcm1cn8QzzV9rpE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$MLDSA65_Ed25519_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "gR97NJb3adbEsWkh2YGz6NZVPOTPscTgxqTXsi/Tb1A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "VaqQ8Ubvyj3RUQbzClEa21G5nVzFcnlVtUbEfzwrKA4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberCipherSpi$Kyber1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "hXDkFxoUzPpoffHzxHQULzGTOoefrquOvPnWxZm738s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/OCBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ye1tFTjhSMonZscDeusLJ5WX0FGzkIvdbEfhXzQWaWk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Ntt.class" - }, - { - "key": "SHA-256-Digest", - "value": "n6l/dsYvTxKf4Eidi50TPfjwVTg1graPCiryp8zXga4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP521R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jF+m/p27hCIonae8LZFFyWNQE/Vp26GNeCAL+dncmNA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSMTPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "J/cdK8Qd8c2RTUJ9adQaKiuMa341YsqxfNk9MNSJJg4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/DHExtendedPrivateKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "cmFgvKOQ8RIBsc27J04/0gD6dN1mIULnyIO63auHZlE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DigestDerivationFunction.class" - }, - { - "key": "SHA-256-Digest", - "value": "H6acMvHp0hixDsOUVXC/Vw31BoE+38XWEuLcvRCrTBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/KeccakDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "1mbs2vRps8RR1sHdq3ChlPxaqrlauBiAUjDTn0W/hyA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "HijwQGEx4ejcz+ozrNfRc9zPwel59/+gXGOWzSgu6Ao=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SM2Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "zPVX0+y52jD8FgfqvwoR3YIvi8qMxEKo+l/XRM4lRw8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/X25519PublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "/9WyBauMo9FzJVvEQANNfMYiLdZa0oQ5ybTJ6kzval0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_256_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "078a2Uc6/bfbR/wMOwEeFzGGJcMyrDqInOjtXyKuwzw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/RSA$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "zjjNfZC9KnKhXZsCUtb8q3CXVnKMP73Iz+znAtoDaRQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/Primes$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "DdJZ3dN3zvh6hKJvP/F916hcLT2fuPV6rvaxKFuYOKs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSS$PlaceholderLMSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "IjbhRbXwgw/Le4crfC+iHOc3oas7AvB0MZ/RO+f96/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "n97PsfXk0JcHhIJYL/tCipdjoGI8vJeXHgmMY67Ac94=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NTRULPrimeConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "ap8SozVb5/iliTMiA5ngwVUOTzO0BUskXMwTwOdieNU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/isara/IsaraObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "VLX6hevRYfJ7PBhhA7772f5q75pLnmw2WF6860t+k+A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/iso/ISOIECObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "zrRRvo8rUGxieTfQ6CajgkI3hEW9QTo6ts6faM5HdTE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$PointExtended.class" - }, - { - "key": "SHA-256-Digest", - "value": "iVTVhkilwieVvkabrbb66JkRvTdiGmRD2nH/qYwdSlo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/McEliecePrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "6TIHIH295yWrHgx48+eI9NtSJ4tARKGwVFc8on2FN5E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "muXMJG5utvWRtnRzoFfo4WphgREFBvvKFjidOKdd1Lc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/cryptlib/CryptlibObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "53v0MzYrrePngYKCQrpG+iK9ALpKmK/rLnXMJDXNGtI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/GLVTypeAParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zq8IJykUgu80azYGQKxfN9GQ3lpwimGa3Vv8DG+csXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "hxB6BHclBjhJabr98+iUbaVxAjCn/z8x5r4WwK/Y7io=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$AlgParamGen512.class" - }, - { - "key": "SHA-256-Digest", - "value": "pKQvUXr2mB9eDbhMKNeY03aF9IMGbWMOs+OG0k5RqMU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/ScalarSplitParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "vbpjf2qwVc0V99mMMqzSnPv7FV0ZTQE8BmyYJUbbi7Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GCMSIVBlockCipher$GCMSIVHasher.class" - }, - { - "key": "SHA-256-Digest", - "value": "TRGvOue/LDLsq6Ml/c/h6zF+Z3/6MmsZ2RDXx3NQV5s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/ISO10126d2Padding.class" - }, - { - "key": "SHA-256-Digest", - "value": "KdNnfLAo8WqKWv0C3QE8eg/I6f9BAxA/L82DjPnTpkc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "T0Xte4mKZSFJ5lAQjWlQZWC0CNGxu9VGjDvhZGuGch8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "oXgWgYmklaxeANH+zZ1Cp9Ld+AietEQORna0G9c2vqM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "MnimwrUyZHo7qr3V7Q7kUyaB/6ixpgTOJPozXbSVfOs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "wfUGCQP/ZetnXrV9ShKF2IpXN0dZplUKPuqLq/H8kSw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/ETSIQCObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2yTfU1HaNNvvdeOEuXJqd1HIO6LYUeaNMdcdFJ2m4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$DefPKCS12KeyStoreAES256GCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "X4jQqLibA1L2UQFv+ZdwvSQiWDaIX9KEoR2xtIf2vEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA1AESCBC192.class" - }, - { - "key": "SHA-256-Digest", - "value": "OgKVgTMKwAvNryD8fb4ZMhtzgsaayUj6fYceZmG0gKY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Af/7HbBfUrOrqxY4QXA94NRgQGr+7ECRdhO0QIJNDU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesRegistrar.class" - }, - { - "key": "SHA-256-Digest", - "value": "IqCSlmL2b1kfn7anookVYnhudzGnlQJmJ4p4uOmvRpg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/BCMessageDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "QgEJV7bMuduTUEW9NRIbT5ExQJ1U2RWjIIObGFwPsBw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/WhirlpoolDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "pFwBk87z/KmxM/PSDlnbUInqpeAhfO+bTw60/1/L4IA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/NTRU.class" - }, - { - "key": "SHA-256-Digest", - "value": "sIr/VuuvSzNfpf2KEQCmHlrFLWtTuf41U82dnPRd73g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "+IFsUJEBp5VZEUK5qg5m5gTO2LSASOS+Rb8evudVrik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bo1kxjo2LODdYrvC47vjZR71Uo7D9kss9RIldyQiqzY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "15Atb3r+Bzf5awQlmesMTk4vU16QsQX5JLikcFWbptw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$17.class" - }, - { - "key": "SHA-256-Digest", - "value": "uyPepGyCVeJ0DAvGZxv5ZkK2lzuBI32LC76zd0YxAIE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMSignatureSpi$sm3WithSM2.class" - }, - { - "key": "SHA-256-Digest", - "value": "6R13o02lDUxkXEEswZtoVu5maNh9lDIVEC4vDqzlVYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/RoleSyntax.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ik4dgthonSYCeRw+0rJslpghs4zXLXfBPhH1d2ezPoI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash$Mac24.class" - }, - { - "key": "SHA-256-Digest", - "value": "09OTPngd9OfHp+A5TFRyuzyMM5TtqUWqtyPQipLdpYk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "9tqGCl88Fb4Zgla+EIjE3RnoYwzCzdP5gFhO4ewGZIQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SNTRUPrimeConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "zV1TfZa7zb6wG93srNRc0RL7PiiOOYtUo3z+DVg4zKU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PBKDF2Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "f9QtL17Hjy22DECnoyPUiM7qYeNFMDozM4eygQfFq4U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "1UZR0WW9SQlVfFFUBIBV8tUJBCu8SSaUZIO4/3T1Yq0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$StdSharedCompat.class" - }, - { - "key": "SHA-256-Digest", - "value": "AKPT/bRPetNhj5BnJ1Mh6pinPHmYXgt5hFr3f8Zb+oY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/BCECGOST3410_2012PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gyjgy7RQV9zMatZZtUZovXB0AABB0LuNAnqqj++4Rhs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecNR.class" - }, - { - "key": "SHA-256-Digest", - "value": "bdTJ+VP6qsl+u/PLtLCvC9Q7P7BjYBJe+Amr6BXraTs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "YPqr2LHtz1ZLYc/kmTraiRcfCmspAyWkU7tXQy4H28s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "KdiVWC/+SdyQmhDSXNP9+kf7s93EDnE+bGBCDnS0q+w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "4sWvO3qrpFc56TJ02P8l+idxqL1lg3fl7dnrdDBgA+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/SubjectDirectoryAttributes.class" - }, - { - "key": "SHA-256-Digest", - "value": "qf9v7MCWsHFdWxpiDzSo2yyu1kGg8xbFq37odsW/eeE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CCM256.class" - }, - { - "key": "SHA-256-Digest", - "value": "b0HcBZIQZKEbyX9HTWKDXs3LAgPB7Ej6z/0t5UDWnA0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/OTSHashAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zYHadxzYPA7QSgkf3/1wgy4OWRFNaRZOzIqjeRag3KY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/StringList.class" - }, - { - "key": "SHA-256-Digest", - "value": "VQKdWSKbtxpwXZUQq8eqIV1meyfWSOpBSkMWpvM59YA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$DigestT256.class" - }, - { - "key": "SHA-256-Digest", - "value": "J6+Vk+ft3dDmEcb6WWjqYcD/X4ByKcTMMEFSq4E0XbU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat256.class" - }, - { - "key": "SHA-256-Digest", - "value": "3edltfPZzXtjt01HEk9LCwYtzy/ZE6MFjOwbHFBnVMk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1InputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "ArX/HYWeSVXFAc7tGdUrGZ393aO/+fi1ErCRJG/9XTI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "jcUIu2bN/Ti3T+4wD/8dx+UHiqYTME7/eZiwcHzRYFc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyPairGeneratorSpi$RainbowVcomp.class" - }, - { - "key": "SHA-256-Digest", - "value": "koXNbrhyJqFGLwCC2TiWRWn+UhvmTHmEcQW6hnZlCCg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$SerpentGMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "CSjnp3/8ITAUa9UjChvl/lnLgTi+YFwWIcHTGQ63ISw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/util/GF2Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZwtnxermhrehPX28xccxBChWfNxiofUVDTAg+0FaxM4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXAttrCertPathBuilderSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "8CB7+rOFCPm7M26x8ewanY+HGZWqpjOWQTdAZUdQN2k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "CeoJ+3ZoRFapIjC7ciCzCcvocy5GTpuSTsZYJ7+jmmU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Bytes.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z7oFLS5yfRR9jUNaHk0wHLcADQQvXbASrCKCJEjmExA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/ReedSolomon.class" - }, - { - "key": "SHA-256-Digest", - "value": "D6Zidf7OP8GQQtrKTxoRklIgJYp3WevSzYRutHSMEtM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "jatlsB9npRTEX604TSwHggFUwnp/dpvdOGXvh4snlF8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialRingGF2.class" - }, - { - "key": "SHA-256-Digest", - "value": "fnI4XluaL6ILr+jtMSJuQBuCTbpbfBuz3y3S7GGIdxg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UTCTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "7Aw32vMNFxOLoYEmBz0N8dfv53XGroskIHawbOrXeto=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "JgefkbpEA821sF0Bl4VJP93j/ke4rGQVHJrmfrHb0eI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPC$Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "dkzVl2aW6JLMNEyUi+yiwjMHJE1b1OJ/08zoZFnjB8E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Kw0Jabhrpi6MrTJzJ3C+VEawUL8gD7B5gPbJ50aHcAs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERUniversalString.class" - }, - { - "key": "SHA-256-Digest", - "value": "x2Tjxp8dmPaGOtY/buTEEKbyH/1oz8LhUYkNMn3YbEk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$19.class" - }, - { - "key": "SHA-256-Digest", - "value": "XQdaHof+aZzFMP6HZNrkHN83hQ6BakTp57NOyFPdkzc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/DSTU4145Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "gO7WQJ/4GDK2dveMXl2eSOcD6Mum/hAPBOrZ2QO5E/M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/HarakaSXof.class" - }, - { - "key": "SHA-256-Digest", - "value": "EgrsW/Nl1t8VnwLA09yFZBe6ixtPCQ95ISvLj+VSms8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD256$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "urEWfSdmMi1SfAgOU7/PI+2zh1if5OUajTU1TW9XYro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1SetParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "UCUZdnRWHb9g720vDWuieEGRhTlqjsmuqFZdAWCWric=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/HarakaS512Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "7pXksC70pkh631BDURRd7rhSCJaAT3h010EMslPbOk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448UwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ib29auTIibbbQksABDV2xxQYF5yQM8O+fsSTu2eLSOs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCEECPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "srwRAeAN1lRnlTyhijtIDtmZO5t4cofyrcvNTiIGZS8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$MLDSA87_ECDSA_brainpoolP384r1_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "6dL2PNwnsaI+VAUm3HYJQTFU/TkjK6ylgRTBXPOFR9I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "ir6kFz1RVwDnHeszrU7st5h5N/I8K2QW1rfrWvUD0JM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/OWCPADecryptResult.class" - }, - { - "key": "SHA-256-Digest", - "value": "XGy8KbLNIO8RqBevhxjguHHOHew98CEO1qMJMXHigkk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "5tmPjCx7SkFLvHCVdIgSDMsBmZI1H73STszqp4jPmuQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/srp/SRP6StandardGroups.class" - }, - { - "key": "SHA-256-Digest", - "value": "EI+3ID9OKrFiamw4++IWZ9SvLknpEnFfsBkL4lZR6co=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "PzXgo0IYup1BGWbIoyJgaC7kZ+5zpffAZCesuuwSfuo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BIKEKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "r7j3tAUAtP2JoQdA55mkN32s4EzvhlQqXE2vw4vO5CE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA1KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "rOIU+CAQGHYwXqMeYZc+jTmE3OMAhBO82Suvy97NfV8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/X931SecureRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "A3hP6lQI9ihDYRAapX/9eeHJXJLgyVH/3lerVJiQvV4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509AttrCertParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ImC2wuYovzfB6Qdb7CTidF1bnR+l+Gr0EGq23zTUZws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "STndNPq54slscpzyD72LUvY1C4m4vSokch3xaFJ4s40=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$21.class" - }, - { - "key": "SHA-256-Digest", - "value": "b5xbvGfVpuisFNyTp+vP6G+2w6VICAiEqoZX4++FtEg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "tTeFDJbr78xV40JJvan1BmlmgJmP/sej73kEKqruq0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "85hVeV16KiN0G6gF3GD7iaGWyrhjLs8WuF/SlGMOX+Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Poly.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mb35+i8tZGSJcnsAtMs31BbyDdxUbMWzmnJKDJqlpdY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/edec/EdECObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "R7nEzfWMdjjEIR3Dvs5mVmQ9kJTggSoDItteFVUZ4iA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RFC3211WrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "EsiFlL/KqKcwdyrVNXJKsSj8whuCjmXEVOfHvkKaMVk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/CipherSpi$NoPadding.class" - }, - { - "key": "SHA-256-Digest", - "value": "MQE2fvHHjgRr+im1chn3Qse36GVq73tYuCtmQBbErtk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "UZSLOOqqGrpg/BWOcPUaSnIAF5fwZvprvLNSyugLoRQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "r8Qkc3+YSOIRs97kTc+dzinrbDz/3m7Ch8Kr/XVpq/M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/Committer.class" - }, - { - "key": "SHA-256-Digest", - "value": "S32GlO8UewAOZwcnun2TSownTiVVR4uFMI96fD+7A0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/KeyFactorySpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "/ngG6/Sw/RRyu2btnUUz98CQz34MJW/sR9c7lmQlZjE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EdEC$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "ULfQSq/VH4a4sgnp6pK5JhUxNFO7sZ2OegJlT6zguL0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceCCA2KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "CQkVMfxu4VOekhBZAWzw7gnnzVsMdEbwW3nzEdy5GnQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "xRWpQMNDJ3q/BO+sA8v+69luswZqWF9OkLuql3xEuaY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1IA5String.class" - }, - { - "key": "SHA-256-Digest", - "value": "QYSUKYYw+U450JW7RWFbVKsIhGYxD8sEHeO4/ZccVmo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/io/CipherInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "vQImANgVrFK/Eywfjq2httVskm7R8QWFqNfaIXqAv88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "py6VKqD+f2rqoz6nfyPXNfL6Iir6P4Tp582UkdWouJU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mt846zkCpEAUBYqeDH17t2Vyl/1fx/R3z12BzpLWH8Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/ResponseBytes.class" - }, - { - "key": "SHA-256-Digest", - "value": "7XyYzJ4MBpJGJmFUC6/iqkU+V/+lPv/bm2lWo2llV3o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyPairGeneratorSpi$Kyber768.class" - }, - { - "key": "SHA-256-Digest", - "value": "IxV1TqmWy5ug05NEz6L+Gm7NTrcuXnKdODKQCltlFkU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/OpenSSHPublicKeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZORkYQcTPxL2iuSZyu7yNow0gUAi+YHfb64/8eTd+F4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZWS0+wgwei3iQ6Fa81e4huDBuWuRB3EOqbAgXIV5MQY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "b97qqnWw6cQtOkNwVHOOYhHwGt/iYq4izuKSAcB6axk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/21/OSGI-INF/MANIFEST.MF" - }, - { - "key": "SHA-256-Digest", - "value": "NRXo3p3L/Zg8GGAeetIKlZb5B3jVkNmrgdp9ObT7lGA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/AlgorithmParameterGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Tk1qe5TTAbuFZZ/XyCGvc61LiGpAbMrjLOMUMotE+s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/ErrorCorrection.class" - }, - { - "key": "SHA-256-Digest", - "value": "7tSlcPG83rqdQ1x7J8Tv/hCs+ojeMDVfApMus7nz95A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/style/RFC4519Style.class" - }, - { - "key": "SHA-256-Digest", - "value": "l3pB8i8/7FWnwDepvxoy9j2Aynzc3yv2HHR3ON9haxs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/AbstractECMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vu5X6gOPyxFaCMh90x+X5xRFaVRtZdGKztdBS7f5ueM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "GL/nFfCgUcJFSWHu9iiTd2fzKv7VcwEMs4FM4oCnVM0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "yR6CG4rs/SQgUB2+IsQLC1AHr240klQ9eRQMPEs/hR4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1SequenceParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tjj4jLlo2J63tO19F4mE/I3sdKx2Az+W5fASDAYLyjU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/Symmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "jyIHehy1vWQb5F1gJbS2emc33Ubn7qSHdKeIDXqf5MA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "iPAf24vxRVOd0njEyRmWK85z5SOJoCAGU6IKndpOCHU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qbP9j1ptXsu3y0Nd3XdJTQ4IPpEDftEKsN8pQWarDn8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "usbe/hC0qgzo6xyeynZPT04d5q4zS3TK5Ioc0t/Nu84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "+ejC7Nj2zhITWajfP5WlbKuIyis732+YpaqzJN8SraY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$Shake256EngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "XYLcfv5IBs5OKPTqoxFK4E04umXbXCeFA2MVzOGfc0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/PointerUnion.class" - }, - { - "key": "SHA-256-Digest", - "value": "BYMFAk07zynJq2tNOf3p1PPVuy+UpxOF4NvVOCa5Mag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/SPHINCS.class" - }, - { - "key": "SHA-256-Digest", - "value": "Be0E1DA8rhS8/s7NWx/5QEE8dWBnw5VZpJI2SesbCAQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/saber/SABERKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "dr8T/DpdcJjr0EzghnybrXpPOEomEbVS5dyHD7FIOdc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SubjectPublicKeyInfoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "yY3I+XQKDbnK1uEZ2jX/TBOp1uVmVTXqQP3etBgw31k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "EAQX6hcpdzEvXB8BUnBKECxc55GsffyToJ8y3WJL2BY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2KeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4OHyGsAWxaq1dnGmAmQgbyGuq5ENKrU2T7QKTthF3WU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$DefShared.class" - }, - { - "key": "SHA-256-Digest", - "value": "n4pG9hSVNxh6dUIdQaLAlpoK36YvOVfDPl3S4V4UYDc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_384withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "EXSjTZiWc6ql9X2Orl/zQhYqSBesokD63zTEgw9kOws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "YLWrPGb/imGs/cQpHNh7snHn5cyViYjEQKwklCmsELg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$DESCFB8.class" - }, - { - "key": "SHA-256-Digest", - "value": "eFaS0ywpArJciZ3AMcFf0cTB/BO7GYUFNz2Wd2MtHz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Blake2bDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y+ltXqlZLLVudSM+0yW1fUq3RgmXJi0VwRtuVnHf0QU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/NaccacheSternEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "O9j6qPtsnsa5qWvdbmXAXF/8yjgS2HBc2EoAXVYtrO0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/Translator.class" - }, - { - "key": "SHA-256-Digest", - "value": "DySKQcmmLz2DjfuyNLP/83xTSosqQQf56llViFrD7Js=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincs/BCSphincs256PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "joA5sT7ajzRnm8PT4ADF1jg342dMRUS4LE+mpfhrxJg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "D6l+zXFKoJgjqIUBDZFSG96D43W35jL1Gu7/sHjhLjM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/Tables4kKGCMMultiplier_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "n5e1cyCi1DVeF2FiKutWH2KbAsOi+0KJWduqmsjODPk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$HashMac512.class" - }, - { - "key": "SHA-256-Digest", - "value": "GKdD+5wXGKo9VuueSvRQJCbU1oOf+e2/jFJDK0dtsb4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ObjectIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "IccltsZsnboFcuIPddsF5O83qRTN0Y9eR0sIElIEXLs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/DerivationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "yT+u+c6qLxvwK4//JsntawCPDwnaE7bOWMmSfeRedb4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/V2Form.class" - }, - { - "key": "SHA-256-Digest", - "value": "nRFUycUKS1dyIPlLZqv4tZDGBK+f4SddBXvd9QaQo0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Yq/couQZosx2dswqnw5Bz5W+ImoJfVvBZe8+DSokRE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA1CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "EPMKH26dPGc3Ae+suKWKyRya08Dt0liy3rz8/aZqxZk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "I8Rs2x39mLxwxek9xJAGIrxVXwfOlUEH3cuL81GKdmE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448UwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "WT8leB55sGkjemcmaOh83ZD3t62gunEFVqJpMz6ntmY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi$RainbowIIIcomp.class" - }, - { - "key": "SHA-256-Digest", - "value": "CHtT3tuYXrmeyg3/jOFv9MrO6GeYeSq5hhKeRYBOeXU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/SignatureCheck.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZcKcyYsK9b3BhnAcZJtOyKYpL6LCs6dgehIWuUMd7a8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/drbg/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "XuqtOcEZrGXqmg95Suvm7RQDQ+DzhBWqY/MPEejt/WA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS4096821.class" - }, - { - "key": "SHA-256-Digest", - "value": "gVtZtEph8JLZ0X9rC8dhxgtRXMt6BhJpiuLStTQla4w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "jTLdmv39CUGKQA/ySTb691Wt3i0yqHZ+UuBJ20kgpCU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1OctetString.class" - }, - { - "key": "SHA-256-Digest", - "value": "d7GqWQ4aUceRAuAv3CR22R8ryHdmYl16An6SiAxzc0Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSASha3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "ARxZIS0Jn42rpXdI18AZpAV5QG/hfbglEpb7Ws7hBa8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesPermission.class" - }, - { - "key": "SHA-256-Digest", - "value": "1agwFYlZ/ct0w+7b+VZM6zdcXkyKyOyZxzKQq2DhFEM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/SeedDerive.class" - }, - { - "key": "SHA-256-Digest", - "value": "pIoJcMuyEOirQ2Y7TfVUYBiU29rIVEk3bQvxKQRRFRY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "naovW5CwSywBJJFaDD/pUkzqvEamnHk12VktUp6gds8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "12yaoVQosNg+LmgSgzHOGaKXe8ay87vh3E3T3ZAK3iE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "WuipVSJMHsjBTeyDHO7Om8IvaMFWdgCu80qHuDbUHEw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JDKPKCS12StoreParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z7XhobLeUtKP4+LxWNXg0J6HtH5xC0x61JB6oqN9BF8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "hzMWibvvgNlju6L+utOoAiinkvrSpa9CV8mj9ToJpKM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Kd1YqbMqwsH475sXHpL1N8CNBxamqiKyn16hJCVwg48=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "AFq1j4pXR6eoTtHu2S4yhgz0xrkJbOZmUsEkjltAjEk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$DefPKCS12KeyStoreAES256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Py/ojCbDcUtxyOKmiQ4J+T539wgSywYkDrLg1COpeQo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/KeyAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "b12+CgB8LyiXrvquN+tKXKViSfy5MF3RYRqN2rY5v+A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceCCA2Primitives.class" - }, - { - "key": "SHA-256-Digest", - "value": "ROJrzsbvWt3E3PO2Sk5tgZ3fC4+OlMz900Os0Ei5EOU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1GraphicString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "VUZHDsOfVFoQadixI5uixQbHBST9kUZTXKhofAx11ok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "YeQmlKNG8A3ONlICVC6i3ex0qY1ph7vJijjqeEjLLJo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2Vector.class" - }, - { - "key": "SHA-256-Digest", - "value": "iZLH2wgZUJcw4KXvVch81skXW05oQNC0qX3S9ngyrzc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/COMPOSITE$CompositeKeyInfoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "hUY68dcdO6VRpEpxskuNPa/ReOFry09Sv+ONwMI0wf4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "NK8nPfwct4MWu0xiuRAu4MTygTimRE0gaAl+ZNe/k8w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jho6LefBa9/5vwhrrpe17V4/rEObPWg+JjOe3Vv0YmI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$18.class" - }, - { - "key": "SHA-256-Digest", - "value": "ovOsFsZf9inMod84j5TjH905wG/DXCt6CJRcheAuZpk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "BTS3k71y9V/+jY7GbIzcH/kuJIkeNv62ScIFgwd6R0o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$OFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "EfGz2cXvLXojXmYxkP3EK5Wr9jz8+9YftvEdXLz/Imk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/HQCCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "JyklBFyBwqBE/2OuCndINBrpYgoMPikoPqKcDmEQTQ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA384withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "yMVFKOPm/Jo4ry4TBxQJNeHuAnFoXQ7qdMRNik5uP80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/RSAPrivateCrtKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "DXEj0Dr+1aFKAS97AbX90WrHPY2kKkImiCb+5/QSLp0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA384withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "+lWCRj1U2gr1/+LMuyA0YuyjVwzHh1kGyDYxgd0mp+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon.class" - }, - { - "key": "SHA-256-Digest", - "value": "us1cR46HxcbEffMyk64fk0B7e5nGg87VFlfLcDgBic4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "tNUWkT47yVe4b2c28MDKjLMZtO+Ftkea+Ust58f3qV4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi$StoreEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "ya1HCnIQf2f+M7GIZdIU3IQj6Ubh9NPmklVPS+iij+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCEKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ck3ETY0Qs7yYV7/S8+YPJXqsy5/mCO3DGIN5me0wW0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/BufferedAsymmetricBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "COAPPBBM5cWpBYhoqk38q1vrTh1nCC1pqnpmdWOPUmc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/DHStandardGroups.class" - }, - { - "key": "SHA-256-Digest", - "value": "5VSWJ+7JCl2O45ifyR8B8b8AWaji0LdDv3fwPkuqoyE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "8mXY8gbYh0DDfQ070Jqd9LPr15FMkd2PAx26TnqItg8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "SRU1THcIeIC3Ftscl1lCLLbMhiGZND0FsB12VQwHK/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "MUkWvfc4X5rJJhm0fqpQe4CgZOORd2OHpIgs+evPwVk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/MemoableResetException.class" - }, - { - "key": "SHA-256-Digest", - "value": "+F2JgyCHQclghUJnkfa1AtvxW/8KlGMLfcKlj0av2hw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "xUeqN48GVWDl4Wnbf2lnSnWEj2OdGxIat/u99cW+6Uo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/newhope/BCNHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "n1b8JK+/ZQ/96R8tFnfAVx3aodl5T/E9C9ZIY6RzRRw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "hs1GdLWk5Gg4cYc3k9y9v7NjtdqPXPKVookCdV/3uss=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "BgemoTB3G1nMOR+SySYBdYV6W5/uyZEo0OaoN4Ok5Nk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "oRE+RMANsbdM5pnIb1xAkFO5oF2oBkNF/xpTYofPxiw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCEDHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "hDZXoI/2gGMM84vKVxh+DqZT4Mas0KHiDkaKEwxE3TY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERTaggedObjectParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "0hQc4jZNj8QKNygQTmUQLIeYuA+0noCmByGQBMCSWDg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "IiOD0P+NOH3yPDaacFTS3xQxwwhkuMaVBDFly1gAbqg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "T7OuxhRA0qLpsN5r56qDth2+gRqpNZ8jkOdlmBAT6sw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "ao8GpL5eeP5BksjR11KVko9xfkVdUpAfoyMW3lDQ3NQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/KeyEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "DWoPine8d3H+ZdVJhecOv4wjab+OmV571GF7up7MZEM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$KeyGen192.class" - }, - { - "key": "SHA-256-Digest", - "value": "AqOMWBPuhG5SNw6JrnkMPzSydRcRLkOYzCNSO39nYuo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/saber/BCSABERPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "bn+auRkw3f7r6TCMqic9kwAH7Rn88Afvwhtm/wgv6Oc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/HPSPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "rEC9YYX63SaF7b279Cz8iuC+Rnn8nFRWkoYyIEhJixs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "2turW4IYT74hJjZwbi6JdT/M0sUjTbJQlq1fnUJavuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve$F2m$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "+5duJo48OSmhWgZoyJz+qaQOSBdP/PsimjWI5s04nfY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/BufferedDecoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "9P2eFUakOydtchbDT/HK3hrjqdsolS5r19LWVnKrT1I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DerUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "x77JHNr579xyX5lWsIQH/Rv2l9t4AGch3bLHOj+h6PY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLAPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "xqvtMdqowM3w3cE7JKvbHoVgllLviMRkF0AUa00L3bw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/pem/PemObjectGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "R2e4LorkX4s9INOvLin8KvIJ9qb/vrQgYkUAm7Qq9A4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "XwkuyYuJFQphRYmR0yzEyXbt8twF1XS1rdwbjfgxvqM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Enumerated$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "BOj4+n23Cub72UjYm+pwEpWyeubOBZmLcRoFAqCXToo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UniversalString.class" - }, - { - "key": "SHA-256-Digest", - "value": "DPoOkV7E/3Dy9zPOsTdCPXonaEA04yQo/4Xv+X74ojY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/SRP6GroupParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "x+labWDx5s3aR39fgSf1TV2CtuQMKyUcuqDx/S8nKO0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/LocaleString.class" - }, - { - "key": "SHA-256-Digest", - "value": "5JJKK5YvdBUJooU+9y7Kk1xGkspj8PS+gAk0N5tt2LI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed25519Signer$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HGmPSZIE46P9gysw7aGBI+7ASLk4swP+BKhQWtNSU98=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$KMac256.class" - }, - { - "key": "SHA-256-Digest", - "value": "cAUcMdk5k0sKBTiC4Q+AJ34KXUYlZXeqpEuCkzoB1hM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_1024_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "q1G+V40Dcn55oOoWlwki2PdZBl7uGidCnZS5IgJX194=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Poly.class" - }, - { - "key": "SHA-256-Digest", - "value": "M7mZIyJNXgZEsJrtYk268tvoli+rIpKvEqaw02jT3IE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/XMSSMTPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "2hsJHsHNMx6yH6VioGrelfNcbgHfCjqWqjEKJPGskNI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p$QTesla1PPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "EYzrNH8uqX9uC8PW1kJ5S6RZX1vGXDRBKJ3on+sAvZo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "WWbYjXUAh06lDAcsbwn3F6xiAt615BfwSmVHjtCuPDM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RFC3394WrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "dkBNF7zj4Hu1UXp4QjAx9CmMex39IeH72x1Jbhcd0nY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AESGMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "RoC7FwAl73MTi02M+O24aVvasQg5dO5dDvGYOamHrYw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base2.class" - }, - { - "key": "SHA-256-Digest", - "value": "maTVbDi8a1CkzaQSukyMEryiH5eLZ59+IDYB07+nuz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/PKCS12.class" - }, - { - "key": "SHA-256-Digest", - "value": "JAnvSyzC1A4k1GhZQS1+J41SNIGxFv7kSTgYjAK/I+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Argon2BytesGenerator$Block.class" - }, - { - "key": "SHA-256-Digest", - "value": "BqCBfvQn82joh3/VCJw83kt8DfDflTTJZvlyj7vKUZo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/BaseAlgorithmParameterGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "gZuVvqSrg9XgoXr57bawPeQcObLAOLtCzbTkwAyUAIo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/HashTreeAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZnK0uYEfJMOSPc7LEy7Sy5kn4f0Kl6HkdejG2YKmpuM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UTCTime$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Wh2eOmJn93yY1oooyvyWFEyjaEndPu7RzzuvxCsYHU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1VisibleString.class" - }, - { - "key": "SHA-256-Digest", - "value": "qp03Pboh55riaIxsBigthclPjoCjjRO3gY4GDOHIpjM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/iana/AEADAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "4StzbKLMzKeVs7Y7hNtr9rTh70IoSH6dz/9a6ReQS3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/GOST28147ParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qj8vbPMChSmUFkp7fDv27AsK/vh/q/ULd4LzwVmMfww=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WNafPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "WedtYCanh64hGkNc973Iy+5KjSk8DrOMoksSWzlD5Mg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/newhope/NHPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "56gpAticlAjQoSxIAIPNDMRmsZ+KsP4L173YxUGjNHQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/HarakaS256Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "oC5vhkAhoGvyC/A4f0z0u3i7E/LPInaRKPKYr9TxTM8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "LFOQd6P3YDSbzT9QNGZrt5jo3fjKNxqCBySBzjkditk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ThreefishEngine$ThreefishCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "SxFZyjkvCH2uEIFMCKVIMxpBsjU0FTfixOVfOCgENRs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "5jJIAL2DpyM8arm9Qmn9jkZRGRQ478VHEmPAm+4WX78=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$OldSHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "hX4W/3O01xYZ2UNReMMIrhaW2+0yrVfsUjlJIjNUYaU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECFixedTransform.class" - }, - { - "key": "SHA-256-Digest", - "value": "tjnLRkz6ezpHeqI3Z3uiF4iAtszdr/s142swp19unXk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_256_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "jDsTilnqxosyoCNjwftEMcOrZ1c3hP+5zXXlWMtXSwg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1NumericString.class" - }, - { - "key": "SHA-256-Digest", - "value": "fdv92dASssJiQT2qM/PKaonoY18ZDKwphwKifvAKZ/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SM3$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "hQ98W3k6NnZp/AiKMqAjrakS1fFy4JibeTiK0B2ngcU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECPoint$AbstractFp.class" - }, - { - "key": "SHA-256-Digest", - "value": "AaRGNabhEUeAaDfbI/rbW8PnCiH+dQaP8rles6UwKuc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$ErasableOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "3IMfczjBnp7h+by5DOlahoouZigsqFcb39oOshSom4U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "hiQxTtxcNst8BZfrPH3bPVGJO2i9zlRsi2DO92sQUEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/saber/SABERCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "8oN1z437SCv4VNoZ8GSXUl2ZOuhSS4sQ3EarvjBHgQI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withShake128andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "O/XUtb80BoTlCvw69+VLAqesiyPbIAx/VGAANjvt6vI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "u9RJCzC1h+RArmDCC26AHZs9ssXvrIJhDnOX2KlMtoY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD256.class" - }, - { - "key": "SHA-256-Digest", - "value": "C3hS23ro9akVkFN36DfilYGfBvhivNAONQ+pwYJFiTQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/SecretWithEncapsulationImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "U7lrDDmqRztKeRMqaB7H2kl4Ik0epXsa9VfCT2+YWnc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "h6jXxXR4QcZ7uCiQ2/ENCgosAkSopm6qKyWIoO1/Lck=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "oRfd3uPAHhE+x39/xVr08ZlvZMKczo+761zLepe8BvE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUSigningParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "IxFqPnXgDs1gZWsutXueLdt51fDZGlISJG0O0BjhrDI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "vCFSlQ2rirLqqe/gjauoUJSXHWdKVVNjXxw+3Vbc8RY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconRNG.class" - }, - { - "key": "SHA-256-Digest", - "value": "tZiZFmeAncHWEpLJJlTMbtzkDkbDHO3S+4REyqDwUPk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicParameters$L1Constants.class" - }, - { - "key": "SHA-256-Digest", - "value": "3a0VW/Dqk70PZBNY+RNN5uGtCMzuI70XoGLnflSvLAY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUHRSS701.class" - }, - { - "key": "SHA-256-Digest", - "value": "l+Ssbea6/l2Li0leNAefhSBoUDc0Jr7PVmm5u7jszRo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Salsa20$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "lSmigNe39pEA9PBMsOV4xzCeCsPZzRtjzczgGcxX5Rg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1OctetStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "9agzXsI3RRwzcofmSBE+gyZ8KNHGmn3R/BivMEVjS8Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withGOST3411.class" - }, - { - "key": "SHA-256-Digest", - "value": "RMMyZEGxdEkd9OM50wnj17OKft47vwGSlM4qGsMocxA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLAPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "tVqbJlQl4OV4nrKK6eknHbOtbZKEr72s6uH2KA40H88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/Reduce.class" - }, - { - "key": "SHA-256-Digest", - "value": "cycTbRl/GixPZJyuwA2VDP7IG6QmSd8P5uv7DLIRsYI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "+GtJf1R4n50fKqgQpTGB6PgVp9ocsfDy5wTlO6FNONg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_224withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "WsotSj476JT/qB/KJIOebltoF7F1cFkRFqNWF00r/kA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CertificateImpl$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZLP2UsUA3afjG2Y+vSs3w5SrZrhCm5rYyrKj5g1OrYY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/examples/DESExample.class" - }, - { - "key": "SHA-256-Digest", - "value": "dawsezn+jQQ3qKA6kRK+o42CUfzX/7cJv1+PoavL5bI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "iX/b+eW5JOQ0u8Sa+e8KsYkzO6E7pA0d3rIbghoJiJQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/DistributionPointName.class" - }, - { - "key": "SHA-256-Digest", - "value": "DqGpJDec/bvLmR4mPE4es9w8HeN+9riQ4lqgIbICs8Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/KyberParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "hSyJwfdb7DGWRH72LgHt12cuYXjHB3dfuqAA1zrfzDU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat576.class" - }, - { - "key": "SHA-256-Digest", - "value": "namwY4145/MCdmX8agdQRq0yz1cIWK6/TBHQGZKY4KQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "3wvGlAFuKywc8YM/yAvfJSiUaoYtVgSdfJxd217WlyQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yy89y1MKYBjuL8+wME7m3/NNovQYWSyyHathr1j7CYs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECNewPublicKeyTransform.class" - }, - { - "key": "SHA-256-Digest", - "value": "5WNSQBM2Z5b8f7iYqoj1gc5OUI2pkzx18Y8eQWwhM0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA224$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qnXJiRsJ4aNj4wNZ80cx/U1QPIBExbCSp/uCax/nrMo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Boolean$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "40ABdOeOeN/HFJnMMtJXZ4NhO4V8BZOZRixt9bHuGE8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CamelliaEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "C4/657zepo0syR0Bz8kfg2olzzv0e1zXtEpy0cMm8jE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERPrintableString.class" - }, - { - "key": "SHA-256-Digest", - "value": "CrIkAMdK2e86RUj/Yn1xKrZO2V5JiCL7X07qNqpZ6aM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "W0bc73nMY52w1qXjQZ/E3y4m4344vnuj0U4cuLOsBoA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "2sVwi8iMN135yhhrQc2hdKGLTy9czKtG38icYOBcSYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/SHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "cwouCZzL/fSkp+TX/hKIPVSBvwKGrnu468Bwv6mYMHI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "0MoGAJd9eLVNChGObBPWLBaCMUlstTp3zDH0nASc/VY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/Tnaf.class" - }, - { - "key": "SHA-256-Digest", - "value": "l9XB9u6dfbX7yGqxwL7M9QhhzYpuOuZRbbX/gqy9NyM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA512_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "dD2uThruwtR/zybD92mzm0mfS35/OAq9fXFO+xEUMaM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/ObjectData.class" - }, - { - "key": "SHA-256-Digest", - "value": "D1HYXZQJIMrJxgAuGPXFKn1VVfPT2xQRUVTY7kwf+o0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/InMemoryRepresentable.class" - }, - { - "key": "SHA-256-Digest", - "value": "IAnxn+6Es7Mr34PL5+q4ukeODCu99qRNRaJXi+xWnjs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WNafUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "xl+2fAEuYBSHH2SGLF2v7ASyHvcck/AgzivnwlfGRRg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$PBEWithSHAAndIDEA.class" - }, - { - "key": "SHA-256-Digest", - "value": "bEii40rfBCU2JLED2X0qIsLeOyIRA1JTrefIlfRoy+0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$DigestT224.class" - }, - { - "key": "SHA-256-Digest", - "value": "QGcZ0Z28OIeZBIFx38HrME0RpZ4QcGio2tnLF1rEYao=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Signature$Proof.class" - }, - { - "key": "SHA-256-Digest", - "value": "D2QOWhT9XJJCFxFPlN658S1nEsW5yiR/rqX4/DRkY0g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/SecretWithEncapsulation.class" - }, - { - "key": "SHA-256-Digest", - "value": "K136jT/ztxyf0+H3q/DWYKA9M2mFieYXEWqK+BFQPkk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509AttributeCertStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tc5W/LydLvYJZlOsD+kZQUG7h1e0jxyB1x+K7dFJYzo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/rosstandart/RosstandartObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "IOKUHVyuxMHMxOd0nXug4O919FYIbMPpFdVK+IcPbGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2.class" - }, - { - "key": "SHA-256-Digest", - "value": "sR2MrFaHXKI8wEo/eD465u9h4IbkoOkC0n9zMX/5zX0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$16.class" - }, - { - "key": "SHA-256-Digest", - "value": "KOqoEqMaeKQG1DaP5LTDe6Uu8zRCmhm1qAuTwwY6G58=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_256_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "MbvVmFF1XTiWaMHOxYQPrxnc53C5XoIZAZwod5SQN68=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/Base64.class" - }, - { - "key": "SHA-256-Digest", - "value": "B0tqPIe/X0vkTBkPA75NI2UsxQzyDZmD20BmQpvfJBg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/DigestUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "R+dTCtBiLPDkark7Z3F+gtN23seqY6GxU8QJGwmsaZQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "4ifv0vXQg5qCRdsafeCbkQyNMpBUgUZiDM8D+IEfb74=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "IO7QRV0zypI4wj9fokjDyECf5LPrJyxklaD8bFYQHeU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMOtsSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "6zJ7VloXis14djquAzZ5N9/M7nQ9TaTMmlP0Pxwli4Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/BDS.class" - }, - { - "key": "SHA-256-Digest", - "value": "aLEoKyM3UVG2O6TbmWFd9jZ+S0+sIKsJiB479w/tpro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_512_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "XBC2FQ4Hj0Wk0OKSPl0vrZW5YAioRsNW5q3iOIhycmA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake3$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "QLt0s21F7tnVfVtYNrqcnXc50OjICmZu+S9qJXHL/xA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERIA5String.class" - }, - { - "key": "SHA-256-Digest", - "value": "wQ4uhdYTbtBcJgtqXK+cinXCNxhQki6qPN/EDbx+g8A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/BENES13.class" - }, - { - "key": "SHA-256-Digest", - "value": "KHmv1GBQnTF81m6KlI59GLuxLi3kvtxGxt7lIIK6PBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$DefSharedCompat.class" - }, - { - "key": "SHA-256-Digest", - "value": "DCnOdFLnBAtyWQiE290nYI+5InFqWLf+CcdS9ewpxt0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "s+VUca35GWpS1808pqkwf8flX5zT/o1GrT82jFtkdXY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9IntegerConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "L29N355UVTFI7UZAstEPkox8nt5nIWaE2vTLPvzYy88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA256And192BitAESBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zmva2WvrPmeF2x8Q+0O8uqZd4WiE4bclkcRO0eoWf/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "RPmivywRnRxRA9vGGusvcQUHJNpnLaT/yoQ8obCGb6g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_512_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "jIOr8FwXOJqszt6ZMdVZQPKGJ6FzfqCOYgdxfNpLlPo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "UhVoTyQWYiqjhefFLnukSLOziYhTSlKPyQLljicGoOg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA3_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "M0EUYdX4NO2XJ3wSdqUOfjJLQTsDD9xMRM/2Ko2sVkw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_512_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "cJC/Xyetmrsi1H/c49ZOCRQkbtbLl+cj1qlF+zpANis=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/SPHINCSPlusParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "B5iEvj7GoZ502ya3wae/gnP/vfAKcfCedqJn6RuPqiU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wm7Ixl4eYdLLkW023WChg3WO6GxvvJ4dJGJsrpM2GYw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Longs.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fsb1A70AHfdnaroqDw2zZJ4idk4KEQd6ieCd2x0fu/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/ExtCRLException.class" - }, - { - "key": "SHA-256-Digest", - "value": "oNOlVxXcbGLOTaBDLCYXdmAP9mYeBHQ2bmpaEtz27KI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD256$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "joNr199h9IOBqIjY1NwOYH10ZSVmNiBz6YcKX/fbOLo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPKCS12$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "iPORCIV2Jv8vIxnyG4T2JQNSQMtNj9rFwydxoKFusn4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/RSAPrivateKeyStructure.class" - }, - { - "key": "SHA-256-Digest", - "value": "QwvQoJ5d2VHxDpe1yC6+vMNaL3nFwirqXDwwdNY/oO8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "e+ZAzWUkzu33PLScBfwP4KzsgyyYqWr/7Uy79yy++/8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6.class" - }, - { - "key": "SHA-256-Digest", - "value": "3vd6yGk0QScFbEWHMxzAED814aDkPlHLdQVx+SIixzY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/IndefiniteLengthInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "DKfIASx9XYrlSr1G/nucFwlX4CoBM+539y/4lxgJFBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Haraka$Digest256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z/bhmY4b0RaXeuq7TmTbiUYNXNk/Fbv0Ykc51758HYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHAKE256WithRSAPSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "pclsy/nDhUa39qrj7+T3sGBz2aRsDzcIGw+W2o48BA4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "AcV0p76nh71CWBtMcomwdHtxJM0vwWQfXVs6xKeNRVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP128R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "4o1/QZRJ2A47xB8z4QRFHlZNrRKqfUKa91mWp6jm9Yg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERBitStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "mBdpfHtKtDawb2tV+kZVDfeIf9opDQWzCc8mq7oSvzk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$CryptoProWrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "orhs1huGDmkYuizwQDuEi4dJRBYffHSaea7xcygz9vA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/EndoUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "vRZXs1xNkzvOuk2t4NXoblo5KLVF+o+I2H+Cd1UrBvY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUOWCPA.class" - }, - { - "key": "SHA-256-Digest", - "value": "GuWiuxbS4KAPFGxSvH7ML1gWubYewjpKaSc99+l6Lgg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "V/yvcwuk65Q3OiXWBd4i4BbanX6lqFoVrEdeOEZJVBw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/FixedPointUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "NbCSeyKFopWoHxPFnxufeSVUxftpMo3F/K6OjRQBm1o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA384andAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "2PGLNBLTR0IaMCQduf02RNro4C2nPafypsTJ1wykbYM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SkeinEngine$Parameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "yl9gAFLs7NVjQcELWBrUHpl/5HMvoBBF5X7o45a5iYM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenKDF2BytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "V+t2gkkv1KCNw6rrUag7K6g+BQXsYjKSCxTJVfGM/jA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreCRLCollection.class" - }, - { - "key": "SHA-256-Digest", - "value": "+DdbBw5D2zTMUSCzinZ2upbhGdPIkj3MM1im8AJJjsg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Blake2spDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "abdRQUWKzVHtr3IqFKJQ0TDfMi1AeAm25Jordj2VlOQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA256And256BitAESBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "mKY6XSvJ4fWD/as5/BYtPFV/7mOllDmwWC9U36igO7w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Haraka256Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "F4BFCps2jAe+qWUtoXJ/ps4QVBFSGPQRvBsz04eU5JU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/HPS4096Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "mEc9wGBjWbaORWHzu9daTqRGUdI7eADHjo0AVOEFQTA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/HMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "6xaOd361/okNdyT05gTLDxg1WY+vbtqSsg14XdlgrZk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/GLVTypeBEndomorphism.class" - }, - { - "key": "SHA-256-Digest", - "value": "hFOoSojuVL+KD1njBzQI5H12MdmabisaAL7iyp3aXn0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/CipherFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "cpJ2jrF8ng8NUFged2V7c5iaaiv7SWzTWGZ9mpDPUrw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/ReasonFlags.class" - }, - { - "key": "SHA-256-Digest", - "value": "iuZEIpuGkfr5dcXwU56YPf6zKCWQ3nlhQy9dJRcfQ0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/SPHINCS256KeyParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "0Q7JFUpDBA2SY/elsmqFrAjC2ZXkmD67Nu2kt8HsY9k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/MQVPublicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "TrP5zwaFRkwPxioqT3N1qbCizpiCT9Jk2x0pUwQNDlA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/KMatricesWithPointer.class" - }, - { - "key": "SHA-256-Digest", - "value": "+3TJ//5932xPUhZ6VhJWzkXkZDSMyX5LERCyyKjnk+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCertStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "e2xL0giemfnXSrvOkr6DjC8MucqslzYsyUyK0RrevwE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509V2CRLGenerator$ExtCRLException.class" - }, - { - "key": "SHA-256-Digest", - "value": "mOqsLDkkgdH7usnWfMmzaY8ZTnUO2PZmZeUvM+KSjJA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Object.class" - }, - { - "key": "SHA-256-Digest", - "value": "xpK7RPX2X5zh9mK6RR4hTIsXnN88o+yhqRvgQNyrIuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$Digest384.class" - }, - { - "key": "SHA-256-Digest", - "value": "KyeTfoLLIHPXVeFH8m7b6v/8ma+GeMM8sFy5U3M2WPs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/OTSHashAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "ljnbb+sJIuvobqmPe5H6JIhPqF8fmrqR1B1pIHfsLD4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/TestFailedException.class" - }, - { - "key": "SHA-256-Digest", - "value": "zwtme3RXW0TiGrKZRDq21dGlW7q5av1/4/oUs1klS00=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/StreamBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "PPh38fUQanMTf3bQAwbxAqGPNpbRQ/EvR32rk5aR6IU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grain128$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "ztMbMwOgwd5vIkB7DdjZknxbcSa8VCh7hXjCJS4cnTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xwing/XWingKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "vTNTtn//avLtES3SI0XbedXHrVUr2RVqh1JwnBZq8JU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/GOST3410ParamSetParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3IBkCbnRJZ5vJqqUcHjfubVF2USQ4rPaDn4Q8s6Oh3E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$HybridEntropySource.class" - }, - { - "key": "SHA-256-Digest", - "value": "iATBd6JEx/vPwkdhKV5W5t/PzaNSS9TP6G5DOTrVZg0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "ALtb3oyEuBsHDv3EWK7Sb+8dmGzxkzcJ9i35bAk+DyE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "74EMS7wHnuyMfR4jrT5V9avZMLN1jqYanC5TRcphL4o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HuYMfyJ4SqNq9PqPqziMcdigUhIF1xP6G2yRCvK8rrI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/GOST3410ParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "+dIOQShQKdMWKFCAv4budODWLX6nMHjILVYoVdiDwo0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/OCSPResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "qD6A2f9T1tdpzTNqNeixlFnMTvFkpP1Rv2KiGRZg/6s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/filter/HTMLFilter.class" - }, - { - "key": "SHA-256-Digest", - "value": "uABJRMKFBN04rifLE4VbB/f55+z+0+UdE7tSNQiSqqI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "t9RnH4uid3u8Q6uwGIAwHFwu47e0IUWOYQKEDHP4K68=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6rJKMYghl0yojuFZ8fNiJb1vdsxsdAUv+D0tVRJJqzk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHA3Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "i37cFrZFm0WJr1QU+tT00tGGEju/INmq0OosnEIvYKc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "t8Atfjvx6y3a3iZEvICQCElQsP3C8MfePXGir/Mu7xQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/StreamUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "3lI0ORMvZooADywcotdtp3CnOljgkdETjR2R0trJXfU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "r2Aa01oj9PL4bMOueE/t7dlRyArm6nloBFRgkxvc8vY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi$ECGOST3410_2012.class" - }, - { - "key": "SHA-256-Digest", - "value": "AUPpwq/phqr5hVZPxswfpOQi25/uhk+Vc+UjvqnrR1E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenJCEBlockCipher$OldPBEWithSHAAndDES3Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "NSpTT6WFk52o8z+E8sozH6jlB2XPaQ1ZEevIHYctx+Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "2qJIAoNXdW0JrveJaOUsDOf+i3uhOQ0LYgfSgyywYyI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147.class" - }, - { - "key": "SHA-256-Digest", - "value": "qDk9rBKj9bJm0r254anJrkFbryA56j2n8wXm1wO5vIw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448$F.class" - }, - { - "key": "SHA-256-Digest", - "value": "hcZEjBj5dFh7owMeFrQS9AT12p05WUOmt0c0TPa7VpA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/lms/LMSKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "4fDsINb2f8YCeTPZJRSnacapzx++73TDZ9lhYGiVipY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "02DGOFnAO5vYoTjB8BfGzglLUnKydprNDuAujLvUB/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base5_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "mGXD7qdaAv6HdZswSdPZkOOexnNqQEBsNBWUIxnTdY8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/BasicGCMMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "FkBQINLzK9oGdK8vm7UAUEwgwX6D+i6Sk90rtVF+pEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi$BCKeyStoreException.class" - }, - { - "key": "SHA-256-Digest", - "value": "9/OksrGuOMtecobJOiMKg+rS2sbZ+iHFAYRGNHPsYFc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "tDAtvRdj/bflDUaPFDQ99k9Rv8J3H7YUHZ9eJMWDU/4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERVideotexString.class" - }, - { - "key": "SHA-256-Digest", - "value": "ycI6z3ldrD0mYpo1PILQIAbxOz6JxIUZp5oF7J6sZJ0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/HarakaS256Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "I9ttBENPQbrFcX47rjeqoFEPyPkjByDq9R/yhfhcFM4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD2$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "lj61YKfFbJG9XI4YIo01J+VnPkSal6hGCqe1r6NwFJ4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/encoders/Encoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "B82XizHNrljWZBd89I5/Q/MvCZMi1FXEwT6Rp/Ea9Kg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "xWPxQVkZmyCNvNjj5IOuihRKaCz2vEIha6Fi9aTVQLs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "jvvbgWxWoR6JivvAGMEQuh4wJBxxJhL0c87FEJcE9J0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "2iO7R2mGLrOLZmpsWvyrPuLr67BLQD0K2wlpQ5ScDRo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/EncryptedObjectStoreData.class" - }, - { - "key": "SHA-256-Digest", - "value": "TD+Qg4TJAowZO/e4Z+LRE0F45CwJECreobb8HcPH+yc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSA224.class" - }, - { - "key": "SHA-256-Digest", - "value": "z0MdJIBJ/x6HARl+T0hRf+S5Ak/tEpdf/sKvlQNMplU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA1KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "qAULfi4XViCpk5Nbes42ryz/PoDNmbcRhoyqDnQpbi8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$31.class" - }, - { - "key": "SHA-256-Digest", - "value": "Uber4orX5JpV/5BmAJ3qxsMWtWbanyCtS61Kuhlx1ks=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "6er8Tpytjph25OW8/kOeuxiZTu763/we7VINy6TU6IU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$Ed25519Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cc2hZLRSlbZudyIkiPG7Ma1tyd9hbiVdOACJ+OfH5bU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXNameConstraintValidatorException.class" - }, - { - "key": "SHA-256-Digest", - "value": "zaltq7nv0iZaU7D3F8lrBWdZxpidydKYD3Jzx4eFvGs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Signature.class" - }, - { - "key": "SHA-256-Digest", - "value": "FFuFcq4paumN/WpZIXCTSCk2PGy8Lazt5UeMX7rR+e4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_256_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "T6rbBg0aIFJNF6Q7AQVdyZZa2/29bL0FkwMiaAbRRX8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash128$Mac48.class" - }, - { - "key": "SHA-256-Digest", - "value": "30N8TP/zb+o8mQTKGS2AA25zlHhCkwzszHnyKSGLBQQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/LTreeAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "nOw2u8WtkZ/l48uKnvf1IqHRYX8J5TMHITTGeW0/w7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "T4YpXRzv4Zb5nndJO5Ta+ah2Ofra5ToNl39+LV9eHUg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/KDFDoublePipelineIterationBytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "BDHdH7kJnpCX4QoBCHOzdrpXqsQScD5iGLN22l0+6X4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "5XgHOVRMkXtxNNO0NIi1Q5DB74rPWb1gqPulw7XS1Bs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509CRLStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "THwg08pBhnOOav5LQNtl2WPuLR4+dHiMser+Xo2pP4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA224withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "OlYDkUSGkM3C48B12UIa0ogoOT9dB1Qv3zoLR5ghn6M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/hqc/HQCKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "R8Lh8wKMiTygkEPoUJj5be5HCb7n865+2kbVOLBI1xQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/RainbowParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wgo//bAym9u4RzUdCQW1MxW8JUZkS2uMDNJi3F2PLOc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ev4k3e+IoIdlb5/lMvYxNpzTohK+WWr+HFxrH03n3us=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCRLStoreSelector$SelectorClone.class" - }, - { - "key": "SHA-256-Digest", - "value": "bvjwFLwoLMUy8PpbjqodYb88Au4PcgWyPsHWfmzTMhE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCECipherSpi$MCE6688128.class" - }, - { - "key": "SHA-256-Digest", - "value": "bSMoR0CrK2hGlgLQauaD2NoANpP4hPNH772hLUiKr+w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/X509LDAPCertStoreParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "AHYOyuJC7AjKqeO/brY76MmT7abpoyjCwJJA2mnbLgo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/LowmcConstantsL3.class" - }, - { - "key": "SHA-256-Digest", - "value": "030OvQ1j+dz6QryoaPMjY3rJADShCkgtzX3YYw+K3eo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSNodeUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "O+zOmwxw60J00rqyk/dmfxbJKAIRqNH+EP64sxwtnxQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$ECB_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "DKT+KMlQaLdvqZbz7l6SiwXR5cDW2LPznaKLBsJeG9M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERGraphicString.class" - }, - { - "key": "SHA-256-Digest", - "value": "S+EbYPlbju5tSvFGZKEYzbSvUAP8XvNxgMzzwcmlSnk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "uuh4/vpGvaSaAh+1BldpO97DbdvSoa5HmguJmBP68Ic=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xwing/XWingPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ydnOqp2Ngb6/qdXepp+1YFunlBgNP/kQY3XN6yM2WY0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntru/NTRUKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "iMUhE5SlMV+uo9p7n1i+3Ojhx6RzAU9WP2cDbmMyENI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/frodo/BCFrodoPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "cy6fdiVB/rnpekvOO7XKpiqqyTlIaxJr1oU4OWLoans=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224K1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "qp5poRwQ71AjdQiIh2udsp05hTthnZeDqGnX9EdErZ8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ValidityPrecompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "KdJLsx2FJY0pfbx8p6tDC3OxXd1UXuJ1nlkB8IqaF8Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ZTauElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "9vrRPqNueFUyBLllSBfPA5hQo+2fRD3YkCYe01Ihi7c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA224.class" - }, - { - "key": "SHA-256-Digest", - "value": "izjGSdlbHAaK06marDhTBy6u4dvuazjcT09X7hw6qpA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLAKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "zKucVef3y4jD9eYRvt58srZEr8iUIGJrV1HnOgJ8LF0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/HQC.class" - }, - { - "key": "SHA-256-Digest", - "value": "oXAmpWcB1BmGMxPxCL2SMe6nmvISfP54r/VbK44aWRg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/NoekeonEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "e+TmWelLUEi2Tb8cP3P4h0Fk/3nrPpok8S/upMTftME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "CKaDHoC4gJdx1MW0g2cfaG6aJgkfNZWczNdEFGtQcsE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/HashTreeAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "SlZwTEpi/P0HhcyklhokgnN1Jf2fkmUc7RGmyA8QL3o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/internal/asn1/rosstandart/RosstandartObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "3zlW36MQs+56ayEbdl15T5RTkEfgN+47FId3ZyR9PXg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WNafUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "gtwA+xMYBI9eeGYcgzCGtWKmBeNu1+fq7/VAKZSmMs0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreCertPairCollection.class" - }, - { - "key": "SHA-256-Digest", - "value": "jArVINRuBwwJXvUHdK0MpV/Ry/zwrQqBAWNp5u+mTwA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2mField.class" - }, - { - "key": "SHA-256-Digest", - "value": "OvzrTsldgIeDLvf+xGEtfGxutBeZkR/iVqiXaLex2m8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/HQCParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "Va+GHKu9Asjy5IOtlE7WbVdlH+6ny9fHJA0AwIYkJHE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecMatrix.class" - }, - { - "key": "SHA-256-Digest", - "value": "CUW/Xdg8xG+ojynSlGYepCmYHDx48ypvzQTdLifAQ8U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "m3J+HD7zJ44B/Y0aqSn/oqHaCctsdkpEZ2uPTr61qBo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Argon2BytesGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "J9M8DbN7eij8vm0ZTrgnPPXEEM5RTKorfEFde48GSDo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$KeyGen256.class" - }, - { - "key": "SHA-256-Digest", - "value": "VXkL1KEwAbbyefKq4iG6GI1bzb6Y/U9T7GfGVfNcxco=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "jFJDNUb4nvyVEGOUFyHvu0Eg8eiTStu6+RvGf2Ejsow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ThreefishEngine$Threefish1024Cipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "G2n13P3QQ7kkhraGlQ3eI+JnA9ZO+7cFw8Bw2FQd1RM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WTauNafPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "WDgpBqbn76iVWSzj+yEz0fjBNHVdi1bpCZVQLaJEwI4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECPointMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "DxVlCcgiG19MNXq1IJchcCCutkprY9ACccCaum4I9jQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/RainbowPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "w5ulvD5U9jJxQLnSlSlqBcXfoG+EOTceWJso93uH5ww=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "AZTdiojm2oxyQexwZnp3mwf+ST17q9aODxRvxE6GaWQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/hpke/AEAD.class" - }, - { - "key": "SHA-256-Digest", - "value": "wIEh3F1ZB0LlcoO7Am0aUQ+L/5gsvydYwQ7oI+h+jJY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "gP3+WhN/nRg1Iy2YAyCJrqJcWmQAnWtofFyag8mMgeQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/AlgorithmParameterGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "TtcX2M+Z/5WyNBj+EI4GjuDEtt4csLEyasqTNvPY6Fk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECFieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "iAS5dlevohG/M8wSLMVPjge/9Kusn6+Bx0YXyn1gZzQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/BCHQCPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "/rHVgOA/c/AIZCs2CWNnkhDnhweadPqPNGKUYStsViY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyPairGeneratorSpi$Shake_192f.class" - }, - { - "key": "SHA-256-Digest", - "value": "fWmC89yk5neRZ87EegPYqZujmeIykdq3EsRbfzSMon4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ExternalParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "GfACcOjQaZ9V0ovPQgI12lvCijDcySzXpX3M+oEPN+0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$MLDSA65_RSA3072_PSS_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "T4/R2TX3+MptAdR0O5CJOVMLArCexJy6vmVDwkQutjE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lprs79ixK8qBEArFo8AuNuAeit09mEVgeaHG1kFU+OQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/modes/CTRModeCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "CCLzAUZOuESAFAAnvk+UQoTm/f0oMFjgiyCmX+p17HU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "0nrRuGnLrSHJUCbmqm+XXpi4BG/LjeDngejywnA3cCU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement$AbstractF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "S3uWdR8xXgX7LnRWV+Yldx70ky3JKRgkoqVzkKvU06k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$ISAPAEAD_A_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "sTBrqPPvxQ9yVZnZu68JcYT1X5Vg8eExqfYhOoiCKgs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "uLwjMViDZa7D5j/Oer/72Jf9yVvV34yLHWPDXZe0b9c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSException.class" - }, - { - "key": "SHA-256-Digest", - "value": "BdZp3hC/5cNQCT2HEqXnFsNle0SJTJ/1YwAS6gcIyfc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD2$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "KdMpQVr1zjihP3tX1xsvrL7cS7jpw0QuFsN/ZgVE6rU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/PQCObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "FdZz7pQlQKIutqf8ya3g75uDKysnV0LHLZnDp8FExkE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ElGamalPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "5cbNJlV5tSLvsuYpRZ48n/E8aNGsXjTQ8fBprBczS/8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/AsymmetricCipherKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "K9s6z2FyMDcI+T9bwJfXX+fDVW/7PVDB72SB39UOtKQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/FrodoParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "XtamDJm7poQnUMbwRDe9X5v5BuKvxNhewxU+5cqbTfA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/AlgorithmParametersSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "MUCUe/ubMi7s8MJbDuH0MaALHlZBwhqrWutvnlIqcoA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/IndexGenerator$BitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "9aEnZWrQI2NGEyu6ThMFIJfIemmTe3jT9lWqb+IGnus=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/Vector.class" - }, - { - "key": "SHA-256-Digest", - "value": "q3J48B2o7NZmkwYFc/uySkEwlW3dHhMIi7XEOVgv1aI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/IntUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "7Mz3k+xI7e1G9cN49xlZwKxTVWd4/BTvm7Mv5e/cghU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/modes/SICBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "juh8B6B8wQmhrcQTK5KFx4TZ4snxM0oC/LYNjvKMj4U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/PasswordConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "WCZxY176X25DDQwi/nTbqXnqBdsaXZpmFCE1G1XIi4Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/ExtendedPKIXBuilderParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Iz9h2yOVycvRWlbEC9yHQ9Rart6dpRuhVwPnOluTCFg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/cmce/BCCMCEPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ko44cnyQee088J9m9o8Pg4deyiTFMOcZehqM28XRHf8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SNTRUPrimeConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "wF8HvK5ih0PjXEhXYaigNwDe6M6TcTNN7CHhQs2jtYw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/KeyParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "pVjxxHL/47f4s/IPX4Qw/1+S+0JsOoKMqrn+WgnBxSU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "5CdPAUuaSz/Tf/+T+8KVKjftReII8au/4FFpCtWiOYI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Objects.class" - }, - { - "key": "SHA-256-Digest", - "value": "PvsF0eu4K3dm0jOyP6kzUjdvdYV7jrbvAydhyq5lGaY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyPairGeneratorSpi$EC.class" - }, - { - "key": "SHA-256-Digest", - "value": "ag5YnIIuD389MD/q57a2BZzGZHZysem2dZ32lCg1r0c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "QEJjKcnxJjfIl1l8f4rlkh78YvqTCMkGiB9gO/Mm8YU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "KxJao2NxLip/XV8vhjV/Tzz1Lr7vd4bTC6snLGiYig0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/Tables8kKGCMMultiplier_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "QeWREWXl7verylcjjRWGKK4LSZFpzLPOCrs1gZ43fNQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/parsers/ECIESPublicKeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ebH14YA/MIMuB6+rovPwMrQF4ArvyzOxcW97FuCDs5Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Enumerated.class" - }, - { - "key": "SHA-256-Digest", - "value": "Oj0+4LblJf7jHdNnBo+ZiiNnZdPzLYvzIbRb1hvHRJI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "vF0PQt6bC2jdHTf+vo2RXYSjMFvdae4MXNLwC2RFnRc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERBitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "obQX4a5dbgg5m90NVrW7whqmvUFpGxSdp/GkGPIrLf0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUHRSS1373.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cj/pB2jE2bf8nUFRV7lPEe4bAXROKN2Ig1SVLTv/frY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "efLog510DwrAkWRavEnSZyexg3UOL6zWD5m2C+O+Op4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/FastFourierTransform.class" - }, - { - "key": "SHA-256-Digest", - "value": "C/l3njyQMDIRyNQ8k1pnmJpmqAWeXmU1kmEn818AlSE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UTF8String.class" - }, - { - "key": "SHA-256-Digest", - "value": "FOOC3Wwx+v/dAYAPRIHkIlwAZTbjbpTZCw1VrBlINGg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/BIKEParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "C6mdbat99dT5NdMMZQMXtEkAEOiO7pwVqxaZPH/lp34=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DSTU4145KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "1NMBrenRyTKxstBydAS8NUUbtk8RStzerMh3oSVVeao=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/EncodableDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "gGkhi7oms2wAhnFA+1Ziuvd86nteeW9wIhSULRmJIJs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/RandomDSAKCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "aXzYUyG52aRJcQX0nhpS6VPJs/BinYukhASW0QrU8O8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ua/DSTU4145PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "LKiSveLjE/y/DTqPLJTAYnjVLQOVXWyu96RtTawEq9M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/GcmSpecUtil$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "JOcnlk8TdNim+DS/1YdM+v4+fRVhoamlc725jKVvcEg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$GCFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fg0SRzMCWd8hXGLbQaiZSRMdpKkIerbT+WQA+VT05Vc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dstu/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "SXa9g0pLrf7BgmiqLJSszTLs+zTwV3GN+RTbJNI+Psg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/CMCE$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "JV3fepml+6pcqPbEyXuJtsaGPiAmsKft7PI7kYIKshM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecL.class" - }, - { - "key": "SHA-256-Digest", - "value": "dCrAomOPUfNBj6UUHS/QtVevZd/XSUez+1uo2aLSPw4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/KyberPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "uJxUrUOeeEzPn2ILLy1RYC7oWgQkKUjrsiCcUJX8SM8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SparkleDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "xaE9OmG7xOvKXuyLsjalhNtsrcN3n4oDxg7dX5nhN/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/BCFalconPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "vPsg5G2GtH0CY1K9IV047pwB7jAca/TZmtP97PW3hlI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withShake256_1024andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "1hsJgOvbJOsJbMnbsnGQhN5iBeij7aN8Nyw/mY+m2o0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XSalsa20$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "mCVwH5oKgSgRCT5X3BPZ2ejH7bbUpat08WIahqvqDNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/RepeatedSecretKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "5LgfpqU8/9/i36H91VlMuTK4vBkUPpOhtceK+fpCPLU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "/gs2atoIqbhcCtv+vdvioxyWZFT8OQrIGu6Pe9nhJlo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/KGCMUtil_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "tksxePe5l3uNnrMDKKpUP8uq/v10f5olOuRf/DEx11U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$GOST3410_2001Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "+EZwWxLvNE7fkpnD5gr6bfKzIqEZ1bsPm7wC8C3VBUg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA256withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "fGNWir0MgMwfBtua15ENRQkKtWJ4VEgypKxK6v+Y6qk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "D8TSt2OHDfNDfOPVTsIks9VjRjXGA8GeuYKoW9fo8ow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$HashMacSHA3.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q6x756Ptng/h9k5OHoUDdQR2/S+3HMwJ7cNtF6a65mU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$BCPKCS12KeyStoreAES256.class" - }, - { - "key": "SHA-256-Digest", - "value": "al6Ofu7DGQRA+tu0lKSbZmUugeUDWCOt4PRCZO2oDSs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ElGamalParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "fknL7CxvVLZ/lta8AHJI2pQ5USHf0vsf0JUQ5fywb1c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestShake256_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "k7zwteYYtfufV0LZQprUFwC+29qDcGuRuZCeBndA7Zw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC128$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q6F0938hDGAw0m4y1vVxs1FouHTWkXCxPo4pyUx6fQ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/pem/PemGenerationException.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ld7ZjMaUmnHff+yYbx4h6JJ8vr/sFhB3dNIoYlIMSZo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/ECPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZtPd++V2HY6sBOvHbPoMTxhX4e9aQBQT90eMdfw30jM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1RelativeOID.class" - }, - { - "key": "SHA-256-Digest", - "value": "SQRXawynkeIch/LfKYM49BOysKvzp7RlFwLPanl90/k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/SkeinParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ousOT/xHjd+csM4kcGaQtxsT2o3wKxTf34SzlarP7Rk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/LocalizedMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "tgIQX4mGhPVXfWaKEalXPG8lMl+omS90WO8fFgm+Pqw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "wc+s/g1dNq/Mvn4UmnTbSKQVr77QgAWCsQqA0OPrDac=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$17.class" - }, - { - "key": "SHA-256-Digest", - "value": "80mHduYVyfYyE8U6WQtMuCMPcvELqF3eM9wjp4+tV6s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "1YJKooTKvzTdRsUoKDGH/VT/KDE/U3GZfETTw4k+8kg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zl4I3bX0lKrBhTjNCcbxCY41Xu8cU9UQIliC138XiJU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "wmrwqdE2fLyv6ehN+NyGgS51La4KETZ6cxcoT95G9Hc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/BDSStateMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "6UazmGZZg1xTxnei0JZPGUqfB0UoqvXkGyUlKLwHjs0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ia2FmSPu7/z2Xnx5ivG+2B3FnQsqQX0WyodXPy+sCgI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/CipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "4JqcB7WNamyMwX5lQ4gbbsXePAUf/xERhtZBR6JZHsg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/BigIntegers.class" - }, - { - "key": "SHA-256-Digest", - "value": "u0Pu//JA3gyYX8sveVX13ibOE7liDuEwwORRXvwo5rY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsa224.class" - }, - { - "key": "SHA-256-Digest", - "value": "FHq/cAAEKHwey2CtXJVEr9d5f/PD54vWFaeMaBN2OQ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "JK4ZJUbQE70qCRSf1MBoWRxO6/xPSO8fKbiPdz3MCbQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/VMPCKSA3Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "hUDF8vf/oDBk35NshqTEJ5amSqi+qnTcUWAHVYDfeF0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LmsUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "jhRHJQs3itD9vCW0KTxCUQmq10fH6yxOYd44c981YfY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$21.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cim1A50O/vEFiTY6j8joNLp88VEyu3UoQFpF7OCqYX4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD4$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "I3TeITrtM112bNAEo+PtoMDSca1tZFDkjPMxk1olisE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/GCMUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "B+sbq+0ofg+on1f/lGARljucX87d/jCYLDuSdUjMwmk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERT61String.class" - }, - { - "key": "SHA-256-Digest", - "value": "e1qEJyY17eZ57ZxeBqKb5gN2T0DGcKpGlmpUAXIdIKM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1VisibleString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "d4eIlPDv09daAMVpppDohDiiWMJjY04z6f3nXb9BC4g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/BCXDHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "y6c4KGnN6T3l921wRM5XDSEq3XhDvVDSjOhAacEObmU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_512_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "ue8P4rcsH7gzugHpwkdYVgRQhHReMIzB6i+VDLHF5Hw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT239K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "6oyUE9LNK2XaCe+yH6tzHRjGwJCbG4oFKopmybD7Wa0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$MLDSA44_Ed25519_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "28f6D3RW7rZDOxlLboAuUeOFx+k6qXMC8g5HSjiytW0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McEliecePointchevalCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "mkGa9PkGPHPnsdgLp2HlAzdIQtaj+5e36n38iMkXeYo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1GraphicString.class" - }, - { - "key": "SHA-256-Digest", - "value": "BuJO805kUjpvZzEHEq4N8oaAIhb6nPxUnZE+NUIPtmQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Strings$StringListImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "t0J/3D5dghkrLk+qZJMlG5wB+o6Rw8Vi2zInKxeA6wY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "BTmWdkswECoMCJeKPgC7tAAzSOU+zApQgjIJ4cKbfLg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXExtendedParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Z8DrYKrKRTeo0GN7HdaAow4w0j7Yg2tMccvggCVL+w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/frodo/FrodoCipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "ig++ymhXM8zM+CVeZqJzqr4KGbdb7AeefRCB9b9Z2ec=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "0a1oKKHv/2sErGWCPUBT8OnbxB9uFahUDmU18kyGxLY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SerpentEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "0B4t09dpcmfYzeC2SNTOBuGYTL2wQhOuVC7HNWQNIX0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/HashUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "QLSCron0IehJOUgh+tJVMfKAUdX+fAbbulXX7lATChc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/JcaJceHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "8NZdpnj9jYJwWCgdTknNu7BxbVExowVreMpoa/Aelxk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "nTaQGv+DhLpBEhibWM6JZwkHv3reqSH7rKPpYPSC2jk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/lms/LMSSignatureSpi$generic.class" - }, - { - "key": "SHA-256-Digest", - "value": "5259EEwH50QQwR1IgtjZSKKsz1n1hpE/860pcL0EA/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ua/DSTU4145BinaryField.class" - }, - { - "key": "SHA-256-Digest", - "value": "itj8WTx/En97v7eQOvkXu0Tm6cZJ8gk4bYl5T6a0DFc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi$ISO9796d1Padding.class" - }, - { - "key": "SHA-256-Digest", - "value": "SrF5t4EHSwtcRaj3Kr6XMVhcPYHPkkZjXJrs5CZzSaM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BouncyCastleProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "XDVvlqqLBr2DDvgjKLEdg7jtAzPX9XYOV7mfUIrJb3Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyGeneratorSpi$Kyber1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z2dKqRP5fwcTy/w3k4QDTWSLohFJrzbL5+mWyXRZBjU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DSAExt.class" - }, - { - "key": "SHA-256-Digest", - "value": "u8Y2yasDu/q0K3+k69G2BxW3V9psh51doLtCWGGmchU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/BCMcElieceCCA2PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "4IxyiyjJvjKLiipY3eNJbKWjnNY/Au86waM9joBoq8Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenJCEBlockCipher$BrokePBEWithSHAAndDES3Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "jOdO8WbeKdYnsYa/42vX7z72ptFDxOJA5PowHCnoqrc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$28.class" - }, - { - "key": "SHA-256-Digest", - "value": "RTSDFqtFgWesTiV/yRrqoTl1ZIZBqu57HtcfvOVGJEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/DecoderException.class" - }, - { - "key": "SHA-256-Digest", - "value": "ntDr/Tn3ecAgyPAupkAO6VHpNDAvqfXGnilwOuox8Jw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXCertPathBuilderSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "7dnloUwWVLOgdI6FBcRaU/JS5x6suIvRQUXqVSXFnzM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DEROutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "XCVLEFVjyFlaSaguB9VZT1CCQ0F/0N6TvNq2BDMB/tE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Zuc256Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "DF8MlMZ2LSPEmiTE+Uz3HZhP6WUU5iML23kQC5O1MKo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKCS12Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "MopLHpdVYJ5pTdMYHk7qNTrslXXSuRFHyMod0yav0Ac=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber512_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "BezRYegVHbNLyyMScpS5BVAKJtMaA9M3w789mJ3YyrY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X448Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "C5hIk2cMRsFh9kXVqLKB5vkDrGfu8xWi+3pMkfO+xLA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "IBDpFIDpGmArhW/udB0rWjeyMK1AVIVLli1cUTusnXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA3_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "k8EEKNqkgGCVAffxT5eZ4uxxOKHPMBTmzTRnVAdmvC0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1RelativeOID$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qrISvAfYjdWqflWje492RinGJB09zNEH2elyzpKGjnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$RSAConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "j0R/90aEtGi4X4JU+QvPo8wiKLOYa3CiC4nm4/yFT18=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$GCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "hIZ1nkoDxlJnFMZeKAxLKfV8VNHGIrISsT2b0Mg0uZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/X509Principal.class" - }, - { - "key": "SHA-256-Digest", - "value": "MdrHwkyMZmzjeTMpW8RapjP5DQpqWSvnJLisKbHhYdw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/MD4Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "4rYX0/3nFvRf+VabkcNoW0+dm3yZBZ4pQqK7ERGH88I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BCBIKEPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ML1q2XqpnleAjdjpA/rPRGjPlnfS4M/Dg+ZeBxBZO84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/gnu/GNUObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "aOm0hFmbC3/iYTA1ObDrPHEF8DLyZVy0a8UpMWFiYoA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "+7nKPpa+vMIzrIe22miUDh9mT8hUFAMGVUoU9q/mTJI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/ReedMuller$Codeword.class" - }, - { - "key": "SHA-256-Digest", - "value": "hAHwOnPU+fs2eoMkmzQWEB9JgR7uirPiYE2mhgLKSQE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsaSha3_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "JqZ2cSN6Sdork+BEO8SZ4CH8XUkSpKIi93uf0svczTE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "kS4Bth7y9He7AWHwIxE1z7+1mGoBgxKXCd5bVzdMMRs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/OTSHashAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "spCxxX6P8aq16XXsocWi36yV06QDrUb25Vm4taBHPbs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$31.class" - }, - { - "key": "SHA-256-Digest", - "value": "o4fb01YwrXI1bru3bymILg5/xN7kq2t+pgr+RYouFRE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/FixedSecureRandom$Source.class" - }, - { - "key": "SHA-256-Digest", - "value": "X4fgDvP8w+dfxNSxpcjMJ47+7BhNYsIFjjrFHh/sB4Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$PointAccum.class" - }, - { - "key": "SHA-256-Digest", - "value": "8F1bSoP/UdCYzPPBL1z/DuDHy7JaPD3TUwUkGv6H+fM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/HQCCipherSpi$HQC256.class" - }, - { - "key": "SHA-256-Digest", - "value": "DT9wS8OpE1Ym/HwqosfJsSlU0BiLXTyBD/9DLfy2NC8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "eEd4gLK/jkg3r9CCALGBLLn/L600ylpw6Bbbblhdmag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/euclid/IntEuclidean.class" - }, - { - "key": "SHA-256-Digest", - "value": "rFBA9GtegCBysAeZ14UTQiT0PyUwFt3Uj9Xv94HlTvQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519UwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "I9Z0yIuLd7B+AW1x8qqtbX5K64I/vJdJGk0KlSd/GNc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GF2mField.class" - }, - { - "key": "SHA-256-Digest", - "value": "yUQb/5bgkK2vpPSe0urffiD+022dFCLQGmXj6uOpWaE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PrincipalUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "QXACgi1A7hzqWiHIf4tzovgtsHrZBo/TMSr5VYG0L70=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "hG+IkPcTSUuW4leHewOKVjUiW3X1Ewk15h8CWNv6Hwg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CTR256.class" - }, - { - "key": "SHA-256-Digest", - "value": "zi9OhEdtxL97BCkqKmFCs2VklG/ehBkKBXqtapLwx4w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "27heL1EW5eZL7LydvKblPKxoGvHis0FdPn1ju1miISs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4$PBEWithSHAAnd40Bit.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ax/L6Wzkuq/cub7AKidVKJC/MlPe81h1yz57oqsjDm8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1EncodableVector.class" - }, - { - "key": "SHA-256-Digest", - "value": "WdwdgKw8LxEiL6XGaVRgTbK/HkAu6GLfCcxTt6zxj7U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PrivateKeyInfoFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "DlZ9WXivedpmOFLG6JOxhy5z9qPqYOQBiCXVBjT7/no=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSLoadStoreParameter$SignatureAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y+EAubi2DSWjzJDh0xOHua+/JrhZfdTKyrOgtGxRa14=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/pem/PemObjectParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "lm8Yi+DmuQZdxZkP1LRLA/nAWyFqd74Qoj9C7XDUN/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowPublicMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "jY82p6AY+93jlc+9aNeE8JYfE71vfrPwdBHSMDVJV8Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/DSAKCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ObLLBfvlZTlk/DezUsayBXCY0GbLWLtI8oh9RDtfi/A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$Ed448Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y7gWQ32Ll6xd2OznB4DlU5AKrOAgfhXF5o4YeFO42cw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/PKIXAttrCertChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "5BvQ+pz8dMhWZcBf3q5nieQ+uXb/fHPvm8Uypv6nkRU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "vwb61qZPKz+3w64WrDYbKW13hRytQ+dZ9XJsikElOZI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "+V3TD8YgjI9TJ4h4wrVf2iINNaAI0TmDnMh9iDN4esI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/Symmetric$AesSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "w7SuD7pRt85UZZydmCZaYRKMF+HiqFxdBK1QiznQGKI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestTupleHash256_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "HEP0SOt2ctHNegvU7+h9BHxoYX407s1a5PocBBUmC8M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/XMSSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "tlSfwXNPKXK4sSkafbeYLeZxX9LAFTUPfdfWEtF7BnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/WOTSPlusParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "00/A8AMvZsH702MWbRYqv1yR5YSsH/DvfUNwKCySul4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$KeyGen128.class" - }, - { - "key": "SHA-256-Digest", - "value": "qmeSR4EsSrb2bzq2JZsUordnxyWopOTCafKbU3xs1iM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/ScryptConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "lfxlWTVvP7PaMBkb/up563f7rrIp9xr9X5nlQRJtVWI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/kems/RSAKeyEncapsulation.class" - }, - { - "key": "SHA-256-Digest", - "value": "m2uasSyH8ssQ4AdES+kkrQuen99xrSI3hVh4ucm7r/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC128.class" - }, - { - "key": "SHA-256-Digest", - "value": "XgxNslg43K60oDfqWx6uxHNstbGkZaNpoVvDQoAo9mY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseSecretKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "uNx9N5YRcRRHcUBURzSKPOHKncrYvL4M4144xT1dlok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator$Shake128MatrixGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "N3qhrJJ8379BdnNq7zBaZDvAl583ymfxJkrMe7YnB+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "0WICC+vCnBaJEwUuttQXKqVpMFtxQL8jFrDcrE6MAOY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/FalconPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "EEsW+hfxyhrm6z4SoPbZUGLIK4BP2O8HvMXVPuMgjwc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ua/DSTU4145NamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "xDisvQKbZRC7YgMoqsvEWGCY/Xb9NmQdWCz4l5VXlwk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "xvjqhf0effo3xxRpvqEqvA9i/wGBDuD6MJHfwHi2FGk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2nField.class" - }, - { - "key": "SHA-256-Digest", - "value": "J/3zUMyeKhtVgdPW3EoYi2UH9crDEyDMweDKy6SLpDw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECPoint$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "xoXaZ6sMke4m5cQ8vRAywMueoLODp8PdsyHjs3MVO+A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/EC5Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "RuMkbX75FI5oGgqzoOwsfQpbD5PGMNHPht4NMICaYHg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Arrays.class" - }, - { - "key": "SHA-256-Digest", - "value": "m7b3LHhGF5JVaI87/OBjhXST85dVr9Sm8FhRq8c+5ww=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1OctetString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "uq//mZFs88dt35O3AXNOp0g2FzFI2QRZgB9mrdT7MhY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1BMPString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "dxMNagcGvZmrP/1LrMOXvIfuoVRn3tVZvjqFeYwdFWg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD128$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "BvqjQFS0XT5nkZwWcbT9bQFJpLd+qXeQTJDk0bkEX5s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Enumerated.class" - }, - { - "key": "SHA-256-Digest", - "value": "dJCbETsmqlE8FcZcPvyXK0WU/nFg09vMQxumJOH4P9o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/SABER.class" - }, - { - "key": "SHA-256-Digest", - "value": "uHlzxuRkaCyKNX+F+176rWgt6FAzmYOqFOhsQc7Goiw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "ILFBueb+07yQLa9gkMydYDkf08GMmCSC21RdKAInvKU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSSignature$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sp2k4gGV+C618oJ643oTEPIXm4Rc4cI7kBCyoY1F/So=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "4g0lu2VSFuvuYHlA58QHF9oP5JXVPZob5XzID911oq0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/TweakableBlockCipherParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "yK0hanJWhW0V28ahwA/1hQD2ZAQqSZ6Q/FzKOG6dV4Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS2048677.class" - }, - { - "key": "SHA-256-Digest", - "value": "0K6fTVtXuOHgR6kxZ3V2dL4EmoaOOZ5UVTrN1Lmq7C0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/KGCMUtil_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "qDQyrQ+4wfjmuT+F8yPJMwGttCMo2kFDDhMJoQ9synY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ct4VOx2ludodxYWK3e1eMk45ggVrcVx7F/sEdAq+o0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "ugxdfD1M5MfnOF/+oHbBKz5C/d3iwAFe+IybI9xuuBU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/Falcon.class" - }, - { - "key": "SHA-256-Digest", - "value": "NtCuLhc22E912tZpnvFJPLfFAGGphzllguKPgbfjT6M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSLoadStoreParameter$EncryptionAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "+mMWO7i0KXtXVS3wuHY6PuTlf/jtGOxmXygBQxdPOHE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/ECPointEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "FJRNMlBtli9GX600Qm48nnj+P0nDTVNpPMe3NWYaTCU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$CTR.class" - }, - { - "key": "SHA-256-Digest", - "value": "btWHohl6deln46aqL39+FhCNwvnGEgDtMtaz5we0An0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$F.class" - }, - { - "key": "SHA-256-Digest", - "value": "cH3PirTmatqLElh1C8hDpUeIMZdOmpbvPpCbQ4OTZ5Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "FRc9FoZkis66Ah4hTzA6jX+8FprswgzBN4wRe01Po8M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "UWQpK5zoBODaFpNy98sFshO/z36KsERv+EbiWbZT7vo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Kangaroo$KangarooParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "WrLOQqBtKxkneLXSocYomovGdJnVYYELtiw45WdI3qc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/JournalingSecureRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "FhLlO5vOTltr6AhksiUbEn1PZBXdM+mbHLWx5iTSL94=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "frAqTDr8QxMLFXoemdV+qkVeEkniP7kohAySSI+LUsE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "OeqVdFnNwddBUzB7oyL1AfSPMVblDEMc8pFLug1fJdQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "/HRhVdai4hBAoW9PxgOln3iJZGTRo6ELqICCO+KvKwA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "d6D0m6UjJ37/xyMYkDQMwJVmAn9HIkheN3XjupF2mWo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/jpake/JPAKERound2Payload.class" - }, - { - "key": "SHA-256-Digest", - "value": "FvuNkd3O6y/R0jO8ezQHF53KzMnLTaxLsTyif+Pk+Ag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUParameterSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "835p4t1XvUiteqB6dFivsyTRpbeHAkY15cMTUUU/FuQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DESedeParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "UUSOo7atIVateoq4JKLK3eP/odLmyqDG/W+7lj0fuVQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4.class" - }, - { - "key": "SHA-256-Digest", - "value": "4h23aQVlo27WgqnUTjQ8mGVSDNsYPUJpv9Vuc00BmKw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialGF2mSmallM.class" - }, - { - "key": "SHA-256-Digest", - "value": "G7o4twTuIKY2Saqyye5BBJrw6Jpp1qEkycDBW/BSDNw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/PrivateKeyInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "ObzX/nRin6NDhX/iSnIBeNfocCR1p8Mt84X+frKaYF8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$KeyGenerator3.class" - }, - { - "key": "SHA-256-Digest", - "value": "nh3rb08iZYRw2raEN2mTCekImitvVTI7RX21/Te1o/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecK.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wd94funL97WlSEM4D87XRDC2Zr7nn8uMB1+v517sFVs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SSHNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "F6W7tM1H52I/ezYFeyGufWYGNjl8KaFxnNA+3YGDrLU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/EncodableDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "pfyA5YHom/d1X+gesiDojP9eF0N29LLiLDD9JkAtxJI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/FiniteFields.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZVNHDuVflRrOEdW09b4tyYnWIYyzdHFM/ywB4yGr4pA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "KS9bpJd5WONqT5lZdC5dHlSIypypMiRNyaIuBavlEac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$Sha2Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "m1s308s362Tr9YgPVXriHnxiz0Hc7tdzCmdEBsEfR5o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$26.class" - }, - { - "key": "SHA-256-Digest", - "value": "xlodnMvFtbuKFQDKXGvMfxiPkj9Cx8QioLoFQl88f4M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/NTRUPrime$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "/50jmOggosmmt8C6s5Gb/aq1GsnV4U0aafmYTycoqMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Tag.class" - }, - { - "key": "SHA-256-Digest", - "value": "mLMAAYCJSG/jTcN0mrfyBCBV4oIkfsEsQMoXhSR+ZCE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PrivateKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "bU+8/qciORMbpi9vdLt/i7eqaRZmDVsZEWKX7PvXmiw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/BDS.class" - }, - { - "key": "SHA-256-Digest", - "value": "TzhuryWGUP8CT1ii1b7XO48An0XD2f38mMN9qOPApPA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/ThreadedSeedGenerator$SeedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "aUuuTH6xKcjd44Utx+cG9i6sYQcWph3GjDz0h4rQ4yY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XSalsa20$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gu5JpQ8oVyGUAh62n3/afyvgA6CJo9ekFHuJYaaiobE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ECPrivateKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "z8Tj3oiJDJOrK4ZBJCptXqSjigMHp+lENXcgExvsU+w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKCS12KeyWithParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "CtX8MBEwCddBu9y7KZojSm0pQTYbJnVn5WN0qu8QX4I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "S5SWfIyZ9Wzwqd0HMn7CkDrMu6EhtZ3dV7+Mv987Ubo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "H+oIPQKPDjLDIk7i5ELSK9kQmMX+FhQveeoqujXLL7k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$MLDSA65_ECDSA_brainpoolP256r1_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "yIr9ebl7szpC+XINHCtYGltoR4gyhdQZD3JKeLUvxIE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "HUYcdd9AcgXZXHloX2Kxv/R8OhoOTzzmPOacnn2PiPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$CBCMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "TWCA1JyxQwHNNlsM0h06I7+gLpn1FPDpOunkA64uUiU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "7KBgzq6+5FiXK8FqS/kkOV1X+M8Yg9uWCdOE797dA4I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Picnic$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "ABAXhV4+FpuBdm1hbZtgei/bJhLOLfg3L+LCCBn5UZ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CTR512.class" - }, - { - "key": "SHA-256-Digest", - "value": "GFLUz5JbyrvlGWUJZoRi20j7yjfVW6EDYc+Uie30k2g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Salsa20$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ep8OW+RcoN/agWjQNkAZjWcHCskAXQHQ89/h8mNRv5w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ChaChaEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "tZit2uhpQDBOlr4cBtLuAR51IQOrGCXL+PMCPTUrhG8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/GM.class" - }, - { - "key": "SHA-256-Digest", - "value": "eoHjKBA7Y+C7eU0ZlPJIwRHTR3ejOzxhU85WsJQjeSY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/Matrix.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mk3JTABG8/QMKABiR8OORj+C56rO06TEn9NgO05pjc0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "UnkPKfohLS5zSyzHkC/J/d0lYnrctqYUjJBWPWysAyk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/BENES12.class" - }, - { - "key": "SHA-256-Digest", - "value": "g8Kl+LY9+A3OvINnjdJq8ep62ByCJThYqgkzusslgB8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Choice.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dh+9sya+JbeTZT0qTgc3TfaidtPsDCCl0Ac+lLvlaQk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/BC15EdDSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "OjQt4QsNCzhH0J4yVyOKSJHu6efkQcaby6OmJFeTHZI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$ZucMac256_64.class" - }, - { - "key": "SHA-256-Digest", - "value": "30gHPES08nzV9b5/YvAn/H5K4HtmEdpBXdL3mlhfXB4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AESCCMMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "bGW2exh59L2gdzxUgDl8Z2CpQw11/BtqryVpMSUY2nk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/spec/ECParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "m1FWUns5owwufKCiSvokjDg/RwpTNLIQDhdMZDWnQJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1OctetStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "0U7SEGVn8wXZpaRqKmVzD/eiAYlgtJwjTSD3mo35Ssg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA256andDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "yOi9cSUp3dD2UPA+K14eWL4h1shvftuPG57NmxDgH8s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "gyi2d7jB4mEGEnm3JCwiiXdf3ZKi3urOpwErC58FHzk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA384withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "cQkBhJiTcv7iAITNGX+CPYTa9nQUHV4/ZUkR3wwu3XY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/HQCCipherSpi$HQC128.class" - }, - { - "key": "SHA-256-Digest", - "value": "dBsmj4R0SQLFbQxlc4+cVb8yzHLlUJoZ0cS3NhqvlNk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$SHA1WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "n2aY1dQRM9Pu7f/0ZulYJtQyD6qHBf6v/ilQjnZG7F0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_384withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "+JUR8ktTsmieInA4tz3VeIYbvX4UV29fdi0d6ri3UJM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "J5xjaebjlHLYWHmVLXo4s+QD5TPgz6pKX+qNiD+7Yg8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "JG/zJahKdwM9dbPVTFCYEKDwEJ6jAAfa//aqtei1daM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/Horst.class" - }, - { - "key": "SHA-256-Digest", - "value": "8+/woFyvLboiHg905uaOJkm7OBgBXIscUFl21eQzs3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Rijndael$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "9UWhTNrK6SLYhDMIS97Q2sqqRLuXrJiPzbCq8Oz3mJw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/BasicGCMExponentiator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y/TwKpP4IFHU5z3RQT/zBwYjW1C4431t1lMsLqrYvbI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EdEC.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z3ifk9tp5VYD3Ew1zXn4lkSc884TrIYCRF6UXrX9rYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesRegistrar$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "y6a2xVt0OTqJqIm6cobg+LXKzIjLDS0XvBJEH8Av6vo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA256KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rk9OxS+QUNcGUikcQvL3AQQ95qyuHDYZQ5d/1hAQj5I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$21.class" - }, - { - "key": "SHA-256-Digest", - "value": "hGRfoiQ952kil3BD9JxE4pMnB/+hX8YPcrpbc49yhXc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/KGCMUtil_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "9EVCTx+s5eslWMOkUAY4aT9PUZxcKbUXFC3153OlFek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$KeyGenerator384.class" - }, - { - "key": "SHA-256-Digest", - "value": "1bzs0lvGMDaG+Ns82LWlzkglUGV9dhjGAbHclJBSJCs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Z8nYqN1SiQnCaKSItNPcQc1J+WiHimQNCwEZ41/JvI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/ExtendedKeyUsage.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Rcz4QcFezOPIdnJHHoWJ84P6vRK1mMg4eWQqjFhwoo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/MultiCertStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "9VlJIX4DO1FrZ/n5Hr/T/YB/dbr18g0nV06zsKVB2eU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "vY8ChaTRb9wpCi3foD80oSxQQU9aim9Ie+B4N9P4S6A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509CertPairParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2r1mujQ46QtjHYBa/sgOAkMMPZFXMCPanprZXT75rg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/GOST3410Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "hjrnoSyS9rBi3sYaiP9ZqsShrluv3ynvfO/ROGLpP7A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLObject$X509CRLException.class" - }, - { - "key": "SHA-256-Digest", - "value": "W7KJjEAH+kTlu/QFiKfSg4BqfJmX6AJ91qhWssfFjWA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509Extension.class" - }, - { - "key": "SHA-256-Digest", - "value": "0i/Zwy9RN7V0gYYByeyZdZ2sVsSYuDaCfe85wGyrvd4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/jpake/JPAKEPrimeOrderGroup.class" - }, - { - "key": "SHA-256-Digest", - "value": "4PpspGCqoU7yduGcitmN2WNNfbmiIlm5du/ZtOsS3NA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$TLS10.class" - }, - { - "key": "SHA-256-Digest", - "value": "hx48UK5jqREEjn/WzjZxlCc0g6sE8EDDaJz11NXIRFs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ConstructedOctetStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "3nzRIsTIADod/MhPCQnYV312zQLL7utPDxO55TrW664=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "XZL49g5n23ufJj6vcETFac3A3Tk9AW7s/XHl/MSW71M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/filter/SQLFilter.class" - }, - { - "key": "SHA-256-Digest", - "value": "7SfSB/9c1RIx+cqLWOsy5mxo0/OkOJKQ9fr/Ofv/slQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/Wots.class" - }, - { - "key": "SHA-256-Digest", - "value": "lALPD3glxMrKRB7RHxBDRpHUnnyHjrKNsOqpOL0iO7c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "prDSbYPyNCiZHPx7VBqivgvEU7JOapmMo9F9ly/bP0E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP128R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "SY6Wc9EruPA+QNVfhkD5I5ZN9JW0mYwnRI1+gHiU3ds=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABEREngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z67AHL2rh9EhDk6tAzTWy5XzPziJMZrrVp4cqOJoN+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$MLDSA65_ECDSA_P256_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "AEehWkaJ96+d2irNKZ5LUmG2HSGFJEYTTqxKdQCJ4oM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/asymmetric/util/ECUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "BNknjPfesm4+MugvGB5p3raapj6+bU+0Il6nYRBTsA4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$ECKAEGwithRIPEMD160KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "j+9aCddVMPy1qiAUGZdS+kh+IO49slN4JLaItvzV2L4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Iterable.class" - }, - { - "key": "SHA-256-Digest", - "value": "gsKemfT5bpvoVr9NqhUHcgJUUGTDNzuUTwICeVhRgKc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "MXrXawcC5Yv0bIkkz85Dv9ZmVl8qSRdv/z6ZcaJddJo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/SkippingCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xjl56w5k6HDNq/tWYLuUdDG53Uxq1sbF/Lchvcf/pFc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "+5ue2j/jiJs8Uh/TgYYU+wbndjDtR0iAacy5QHMNN0U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/GOST3410PublicKeyParameterSetSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZdSbjRRbSOQnFhGrllkQi7yUuHStqJW+vnS49AGK7y8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZZo82HH7t24uTirjXIzNqOul+OUTg0vLyZ2hfqK4oXI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$CMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "ya2nGPNLR8IVbR5OI0eFVWZj8VhM9E3DMKTgjHKbcjo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GF2Vector.class" - }, - { - "key": "SHA-256-Digest", - "value": "kgKeR+FHhorcSaucHYFZGwT9gVbS61IkpGSbWH1CagA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$27.class" - }, - { - "key": "SHA-256-Digest", - "value": "hV0sWHxS0v09IaLyzpxTkQTgSpD8PLHhoKpjf/n46bM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DERMacData$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6IsD4PE/UFTEf66K/0Gb6cN+IiK2rkFQyhpr5Ugc84I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/SubjectPublicKeyInfoFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "tfl9VrIPefi3c9XEAgV4dVwsq/wYxdqmRtmGHGLBleY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$CFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "zls0/bCwC1ped7SMyu7NBppln3shSkqVAApp/pkS3iY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialRingGF2.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Lxc/9JJte4BEVlUewpemcexfli5m13V1jG9p6tLIWg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/util/BadBlockException.class" - }, - { - "key": "SHA-256-Digest", - "value": "smEHHTM2akAFn7JOI9zE9WFG9KO+tp5PGBZvKukhhlc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "2IlUoRUzLb8OIqs3bk9SegEDyjUjFEueMYKf7KhjMAQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHRSS1373.class" - }, - { - "key": "SHA-256-Digest", - "value": "PLwxnpzZVD5lWAQDRkBjB7t2jjtQ6LaDthtNEHTp3Rc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHRSS701.class" - }, - { - "key": "SHA-256-Digest", - "value": "2EGpgtWVE06KTKnQeQg9Z68MTkfhVp9LyeX021FZSJg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERSequenceGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "0lufR0pD27UVvaDsTTwfGci1VY6Q0HE6geYTDiJ19FY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/GFCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "3NGjfBAVuQQmThveb69YXZvf4Fi5kEgge2DYIhPISa8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q2eeNtR1TDwMvMbu69+gZ/hgV68IIc8J0cRSEGIkH/k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXExtendedBuilderParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "sxLDAH15gccvMweVI+RNglpM6Ocjt7O4plaxnAAvtxo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PrivateKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "5rLQLn8tVHsKKjKHa2lfSZbh4Qe9B3blDJKrnyv211c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/config/ProviderConfigurationPermission.class" - }, - { - "key": "SHA-256-Digest", - "value": "ML8gPR9zX0kHaR3Z9/1LbECTvwYLWpoYIYprvsXjgAg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/ReedSolomon.class" - }, - { - "key": "SHA-256-Digest", - "value": "CggPRoLHwAHh2ZFgIXnQdu0pUxialQaVv50Tqu7yQGc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/MQVBasicAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "CcGFEtRpOGd7jMSa3dZ2hP3AQRNtWBXWt0BgrIKArrU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/SemanticsInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "WZrWoOg384GV3bSlY9UocwGYeLomJzWzo/N4xiMYP9Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "YUpp0f0F4pXjkvrxjM1pmvThUjX3KchgCMznpqyF5D4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/XDHParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "BeOWQvYsuN0EiFk1GiA6zu5ulIkLDQ+AkOo4JkJW9kU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/pem/PemHeader.class" - }, - { - "key": "SHA-256-Digest", - "value": "wHeN4SulcDv9P/MjkDka1yenEk2k6f9J3JnZemU/1CA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZpiVwiC7AnyDAP5jQJw+p72Bpcd54KNsx9X5UHvUGpQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "3NHnKadUG3Tz9FCiT+xIyeX6HXuH2VfdVUjeWqBPbvA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$22.class" - }, - { - "key": "SHA-256-Digest", - "value": "/UZuAclxArA3Epycy68k6rc7CHMnvUiOvBRFLtz15EU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/ResponderID.class" - }, - { - "key": "SHA-256-Digest", - "value": "y1jrb/yCAydiSncXsEfzt2ytHBsDyxVWtwTavlKEe8M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/IntegerPolynomial$ModResultantTask.class" - }, - { - "key": "SHA-256-Digest", - "value": "LN8PeBp2YLd5y2zD57Pw/IKjjXWmKtkOgmNc7WVGfEc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RSABlindingEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "I53ohlTd4f9Icde/eKkLTXGGNuaygVoWBIw5klWiEQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$MD5.class" - }, - { - "key": "SHA-256-Digest", - "value": "bZYPsGA9re+5uILhX1jIjzWrSC0p19p4YoAc1sAw7y4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT239K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "rD3Y/khljZjTnaVMvk1twc7CMnCVQmxnh2FycQ48qvc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA384andDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "+5aJngPPop4qFvlM+UE53zL6ZnNtgWVDseSu726yhTw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/Attribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "qWebepRHnZLXXrrPDtmvKBWpXs26hH5lCLZH2smuQk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/BufferedEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "EXnGqTmXbVEvd82vtdR5jlIOGkIwWURtqtJxIeGbqwc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/filter/UntrustedInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "hSLMdcidi6yLxWZvM1CIy8zYaPjVsY5pxcAEsYqMpD4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$CDHwithSHA1KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wd8WasLCbZPQ5Fe2jOBJbkcAoHhvfbBwZjQzxaJE/OA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "TjXD4sPSdxKVQR5b0wJyz2YSMlJEi89Eng6O6BgbJ0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/OCSPResponseStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "ypM2hr3d53ePRqTMm+ve7CWSS1XrbbyW5jcSAi0yyDM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD160.class" - }, - { - "key": "SHA-256-Digest", - "value": "iT3h0vT78PTkjQYLKlkUVD07DcmOxPpruVvN+uAH+UU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/DisplayText.class" - }, - { - "key": "SHA-256-Digest", - "value": "hyYzzG2gp09px0gdJtqXDBuu1phm5M7YuBnDHLMpg4g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLExternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "heZsOeiS12uhHikxIbMJ03QQPCa0QRPqhMhmb3mGYOw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "wncPAEB/zu/MHn5WpkLkLIgslc2ZV9x3WzOp88mE29I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "nXs2K9bn1Og/qaRBpyLTOm+EQDK1qZp9ubh9ToFqvuw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntru/BCNTRUPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "WDkxAS4306kQ/ju/men0ehVCek1SQFSK3ZfzMxbC5yM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/lms/BCLMSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "TAxJOWGX6n5RN++9jAU6wUVfljmPd/r+/oDU2izfiPo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1GeneralString.class" - }, - { - "key": "SHA-256-Digest", - "value": "ruJeg5Kk7iXIxn9YOwJ50GlrW3drHb2w4ZC2dArVOj4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCEElGamalPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "HI4faYVrplU9tY2K+hlCA7bTIKcOc8/htUgtJHYfc/4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/Version.class" - }, - { - "key": "SHA-256-Digest", - "value": "/QLQ7l6CVfGXT5EbzPEJK8KMJhi9IubzCZS74910e1U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$FalconConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "BKF0H0sdqfpZAoQRmO8xbVChem5th2htwha9zdYvO9s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/UrlBase64.class" - }, - { - "key": "SHA-256-Digest", - "value": "B9fjWWrp3+Cyb2YY0MMKtdExStohdlogjZ88WOwb2Wk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$23.class" - }, - { - "key": "SHA-256-Digest", - "value": "2mARmfaRKxVdOJfzcudWXnBT8Ez+petPU+4dBnrxwPs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/SHA512tDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "wmmtgUYaEuSNFmHGtg0rUm93HJtSq1i0bTVsvPs+EIY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "26QRBRoOyx/9H0JBPzdHOFiCt5n5846o+fWy6RJA6i4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "mmph1f6Np1p9xKrMDz0aQ08iHWwO0tOTPXO16d0weHs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$FalconConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "WC2XXJpEx/Z8SMs3S3x+TZgKRwzJb/avtwRHuw/rFhA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "YT6RlUgW4RQVTaDVV2YLcWNpKBdXCEbR37pMANgfQK8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "GEnlC/E1dwK60y/PocxMDZjjjEyUMTeLXFYf9dgiDOY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "tntfIdmcLVwRCHYDB1RSntbZYTtc0pFh2rhkC386e1I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/FixedPointCombMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "eVgUIxxwVAmZJn6ojkMtd36qsB9772B1nMirXjG4xnk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/FalconPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "BQp6A8iRIXOkxBZhF+VkB0K650YD4LU3yBChO/TsLRk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PBKDFKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "9IKOwbXb77wV5qI61rCPD3XxgsMMyPDfGVMo2xNG8es=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/SipHash128.class" - }, - { - "key": "SHA-256-Digest", - "value": "GOO4ZwQSLMiX5HvSkVFW5tahyrRYUGgeis7azDMLDyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_512_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "QV3TlaZZHJbcsqPxpDfXJY8sFAxf4WWdsXdqcNjWrbs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSAParameterGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "oWZQrvTyf8NkAufgy0HPAMjJ0Q+DP9nqhcFcOolJPAU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "NkNWum6nbIUNarqZhkbfR9g+eUMhJi/66ZRa8EN9+1I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$McElieceCCA2Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "2ugOWS0118SYI5qA8qPY+ReE0w2B0BrNGJIP5NCMPlU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CTR128.class" - }, - { - "key": "SHA-256-Digest", - "value": "sBrLtVA6twOKJ+ABqT1DkwkXtE+nByDvmwUx3bXUmBg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECConstants.class" - }, - { - "key": "SHA-256-Digest", - "value": "QlBf5Rqb+zxxfDtuGiMW+SvoIhj0MxfKauOTxWk/OKk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/DigestInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "6t+6MTjwWpZXWjyr19hh1PbwwEP2cHZ7SeWL0dcNANs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1PrintableString.class" - }, - { - "key": "SHA-256-Digest", - "value": "cIh5Kl0BqBL5Qa2Gb21s5MQM+67iNdBiw6AgA8jD83s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCECipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "ju3b0cjzj+/lGA0V2/b0f9VvHb/c062OX+o8LJ9ADwA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreLDAPAttrCerts.class" - }, - { - "key": "SHA-256-Digest", - "value": "NbWrcHJNq9gO+MxhrO0J6C+467zOP+Vfpif8YKWS85Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "etKa1LpC3JK1HdAUNDqTHQd+1IWtBFvF98vswP2/WGE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/XMSSKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "r22vOZTs5Q/efak7CEQ0r+EY/hY2/7h0zQT/ZIoF1Qo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_512_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "7FCqVVn26uTPycXt2TaTPAeC6h2HHS+Aeyshtu4mchM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicParameters$L1Constants.class" - }, - { - "key": "SHA-256-Digest", - "value": "zewBx479LpgyKVEnZvu7zcQgwQonTUC/mJKewPkBd1U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/BaseCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "aBerBpBQmhy1MArQ/lTX8VhggkoYeD2Z6Jf5cJcC8Ic=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PrivateKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "hUyjn/EzEo6UdeA5vBaJnSNykMzwgEWGIoYlkLjkmes=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/Base32Encoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "HCfq3kk9j5jE2GNsl5fXxlyJUKFwj3raXc+ruO9rZ88=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/FiniteField.class" - }, - { - "key": "SHA-256-Digest", - "value": "tEcSmjK8KJl03JPMOWE2xpP2zxUigHDtJjTP8WW3QXk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/PolyVec.class" - }, - { - "key": "SHA-256-Digest", - "value": "5sBS3jaRrNqd718LX8vt61NAlvRFcR8QOcMlefxpe8I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/Symmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "teIYS8Q6ZeOechYZ9229dGWJn+S6tZOoeZr4LE58mwI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/KeccakDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "v60Lj9Fg94/Nb1D7d/iOb/zT0DHWD9FUuHUV207b2Mo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/Falcon$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "DAM//V93v/5zMtaL4tarnGqffpoBD904AkRNETy85+w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/HQCCipherSpi$HQC192.class" - }, - { - "key": "SHA-256-Digest", - "value": "A7/aNkGlHlwGFfNSofzR8TV9yTzUBa6hr2KL6JPAwug=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509StoreParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jal7hPRFuc8pzivfszJZKgc2yZzPBHX5sok6GtThrEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "mkt+Wy4ti2CuUEU9Y0l3h4ooW2f4yjOdKKxok+65cvg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCertRevocationChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hwoiuc2EIjwVcPpFjDCXWjcZQLXAwFWorNBgzZqC2+s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/BCKeyStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "72W/MwezyAQ5m5rqF3JOlq0Q7GNwpIT6kZMZmwonJSc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "VxS8wEP3Pbq2T1OpUpStiREWko/6rimzVA4t96961fc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA512andAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "2+LGxzJlL5SkqcfoqUh4GS30jQ7nidNosaGzLrr4JkU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_256_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "s1tg7E6mok7Xi4ygU7JtCDPrJUNsZazKYy8hTw4GPEw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Grain128AEADEngine$ErasableOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Abqvnn72tYC0QzL/uwtm9aq+/MHXXmiXSpyXmQclhB0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/LittleEndianConversions.class" - }, - { - "key": "SHA-256-Digest", - "value": "58rObwLzBTjtSiwiwb1qnRU1vm6rlnAVKXQDeNPBeLA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "V6Z9jSM3MH2vljYFCka5Hxdi7fl8CSlzT8N4Z/pWSRA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "+3CVCI5rTy9ukN4THDy5IGIXkNmSgxr4m28FZplowZA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/ReedMuller.class" - }, - { - "key": "SHA-256-Digest", - "value": "UNsPAE52jwAl+7o9nTuFRhEPjeNku3BHgaWmjSPwGI4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/IntegerPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "AQtpuXNzoHb8f88w4Sg4/Xd2yxY6T+xTD/tnXNfAaNk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509StoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "6kfejdX0jklPKb7ekMrPzxcuf17ssQ1qDp23mZkCWgg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/newhope/NHKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "eSuLUwSbqiD9iiODw/4BStnn+0CgYSYGqVRb6zck3rI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "frVXGQqll/ewwXi/2kEqE0RY+sK5D3TlHuy4XHUVKeY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincs/BCSphincs256PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "FOnX4QWK5krHRmHZpPP3aJESFNwQrfJ2vEyfbccgFjQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Strings$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "H1hB//gbTlMjH/fGm3X/t8vQGHzOzn+klX6LuUFZd3c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$30.class" - }, - { - "key": "SHA-256-Digest", - "value": "mfR1OqSDwEh1ULri6lUWIw7vbofHSyX82J5EQ0JUtVs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT239K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "TxqhLo3zFEB9dH5QuPY6DsXsSTCWKiVC+10EzC9cl40=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "/GqZETqyztH0iF2gEkjTkYenuyu3mSOdDJJqn2WOmGE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Skipjack$MacCFB8.class" - }, - { - "key": "SHA-256-Digest", - "value": "CFh8v0f0sxkgceIQEp/T/vHkoJlMX8lEv9fYD4r1xOY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/lms/LMSKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "/3/DntIaCzavJ+d7CsayKn4fPaqTJ1TiwpJiYkGbtBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/BCNTRULPRimePublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "D4SFhOUE3fBXnBJ4L/vvgNd4kOev9nYYD9i4Ahzrt+A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectIdentifier$OidHandle.class" - }, - { - "key": "SHA-256-Digest", - "value": "hugclSW/uYp42uw6pfQkv7Slq7b41J17jxHT/n7B600=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseWrapCipher$ErasableOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "12YsZKRxYtIPnYW7iRHlopemA2/tpMUFftelm9p8fJ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xwing/XWingKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "B5lZmtU2yeSVA4R1kpWnMjai6iVSWIb/SuYacu9N+/4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dstu/SignatureSpiLe.class" - }, - { - "key": "SHA-256-Digest", - "value": "+yIkXb5CrYjA6VGeRXTYI5t+KDvEoEdc5uZI733aqFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3.class" - }, - { - "key": "SHA-256-Digest", - "value": "PvxDapQrulNTCL4nAasnXitPvMdimyErfEJnIk6Y1Yo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$HarakaSEngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "9JaDxfX20Pe+z0gD9eQxG+6doDelGdwWVLWU0x6FK7M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "zm7CZIH7D+Q4pTPVuX1phRMpnV/ZEkFMAJ8WMFbQfgs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "+YWC+Oee/vz8KEKRk6LJqJX3c764Z8Sk0vD/lXHQ2WE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Kangaroo$KangarooParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "SKe9ThtD+gBxhexTpbSR32nGzTbSremWhy1PJKCOqEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "zRLfjfRCkI0uL2tnMrvTOXhjCI1f8bRlvaTYp6RymKo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/GOST3411_2012Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "yWZm1j0CnXfEZGiFTDrLlYTDAJZ4O4J8IQHL6dZGkeA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_512withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "pFJrU17CmeHmfQp0pdZNu5Z/1U7bcailtUhmYfQem5o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/GF2PolynomialCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "S17q+5YZ/6TakbBEzraN96qiYr0wXbOrFvsLlb/vAww=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "/YhCXBzoA8C+n61TnFkglbPJGEOuAGSmnpNEvMj5a24=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/BaseKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "bhtArU/mGZ+zHMQDh/2drJqHgKseVpY4tv39EOGPmqA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERSequenceParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "88msFgMAxPDKLr+5v9Q4i0ioXFOpqtwEU3Sf/m0/mBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSA224.class" - }, - { - "key": "SHA-256-Digest", - "value": "xyI1XAQCwBirD1cyY8lccg63X17xqT4EkKVSL4MuKx0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base3_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "9/lyE1i2vAm5uvfYVrDCc5he9H0ZdQUt2cu2q8w7yjY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "SiZjJE/Fub8/tdhlW/DT9yy1Usaby+t2WOgqjH+yiMY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/AlphabetMapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "VbWXpTjoRpLljJZyEb4p2y7jBmZ4rTNnYWmV3qqDLO8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP384R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "XxZGqVf3HWJgUY4kP6ipk03z2SuL4phUV8OO1J3foSc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/AsconDigest$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "X2kx+Tc9FyAjPo9+hjNAXOHb1O/LLsbB/9PGA6RpJC0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "0umv4JCnCHeNDpFrQUlk/NazdC85BCIkk2qOrc7DyGo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BouncyCastleProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "5zH/IMV5css1g/Fryw8JLmJWKao3PS2xTZwrSm8mq18=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_1024_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "SHJkVIthg5/KFXvtjuKOyxPxTlwHB2soPFsROdgjSpQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/DRBGProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "DUlaILNymI2K2NJICUH/8vlwNsL9yqsRmqnio3m3Q0w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/EntropyDaemon.class" - }, - { - "key": "SHA-256-Digest", - "value": "/AU4Et6bmB8BwdLgQTIocGpaOZ0KkhxVkRLj8Gjsa2A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/PrimeField.class" - }, - { - "key": "SHA-256-Digest", - "value": "xAQoo0mPD/jiFWLxWNpzqiDvCxNsuvScTbFFrY+F5Ww=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Blowfish$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "R5V3cFDkxsoEClSwDoLV18HC+GOgzdjnEIKsIm0F9sw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi$ECDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "XgaPhua1Jy9zrASaryvoqUkfBlqVfmutX1y3JdU86js=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/V2AttributeCertificateInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "sAoReoB00VnVuaUNliPOtZWKHBcXPw/xRxAqsSNfpIk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/ECGOST3410NamedCurveTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "eF39KdGNauybjtb10sq75iN23sBNH+JluIZo/6v1WXc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/lowmcL5.bin.properties" - }, - { - "key": "SHA-256-Digest", - "value": "srOg6Q0VEz9zcet5Ypn8H4zPW8p6dgzLe1sxEcyOS5o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/AsconDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "SpeGcSI+KLUOOCXXgwzrhNL1fNPiJc1WCPyB0/mND3s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/XDHBasicAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "L+DmWKdX/omvew0OIvLBzkVR2RgcivmAMOny9/3OYrU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD2.class" - }, - { - "key": "SHA-256-Digest", - "value": "8RZWplR4TdbLZ+grJ387nbcCylWCaNYzNqUkiaglE00=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SkeinDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "HDjPtctY9pioLB3lj0Ao5ySL/Fll4UiXpdcsh+b1/Bs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$CDHwithSHA256KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "dtkKiFA43LFjKbCVgZdspGw13ZQuHEp9pmivMW+tl2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "n4aRYg/jIttfRxshOcxEJ8sxmjA1+rRZai+XCoONLjg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/ECGOST2012SignatureSpi256.class" - }, - { - "key": "SHA-256-Digest", - "value": "IAMwalUXmQ/Wyi3ZW9TBfgsjMoyq/a0hvQLPfoVrz3I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/NameConstraintValidator.class" - }, - { - "key": "SHA-256-Digest", - "value": "+Bbez2MIC7cHlzc/2PviF9NtvYLnZbVqOieMh01ugGs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/BCEdDSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "BEEpHE2uBtUKpiTMJGayNaXGcSn+hCXGlhx9LS9F68k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_512withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "h75pmxYwSwyghyocv/2Yditzdi6EiNtLV6DijK3rMyk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DEROutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "yGlzhwekPsMjFX/tXer2ebX5D5yKHHhn8rJ5R9eVTsw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4$PBEWithSHAAnd40BitKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "myoR2u2GCvG6z+UoMgU7MAuZFzIi0ouFOTQJ9eOxIlE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_512_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "yEMcAdThJCR8AH7RgnKSIG5DWuG5gqfoaH6aNi6BI74=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/DSTU7564Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "xA6YABh8mP86vxTFsYTAaHOP4uWeZ0jirtpJaN5zv+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/BCObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "bJ1u1QCKBM/thFoXifucSPX6RoP9KJRvTfXwWU2GTQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$Default.class" - }, - { - "key": "SHA-256-Digest", - "value": "N/pC42FGICjVa6xp3eils8qbMA/cnfeT2vNx0UY/euQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Dilithium.class" - }, - { - "key": "SHA-256-Digest", - "value": "sXD9xECu46HQBI9X7Khbper5cccWdVA1WsfxJHU0gMY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLBitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "dJkkC3vHheCsyAo5qhsVBD7L3/xTLon7vIO/yP2yZn4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "USLfNSETjW08qcWAixYUUntjTai/QCC5l4xGXSJKIIY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "NIKk8zheroPZ0RjJDCtbkT0D22v6ev0OpZFGxQinlI4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "mabkYZmSRcZlwgJR2iwXPm8i6QpEa5n9KYBMzW+LrQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/XMSSMTKeyParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "qr02BpCEGlwVXk/5QPNB8oKKxIaYX3RgmY6sVKCGfSc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA1KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z7dCaC4oeIpN+VcpVKhPqENvwoS0yQxaLeRGENzOg/I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCERSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "gU43epSrgpm399Eex4R5kyKCervCxRlvAxjLTCsCQkU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withMD5.class" - }, - { - "key": "SHA-256-Digest", - "value": "5dxV3GT+0XgT1avgGQCB1GV1T0Tue5pnkxCRsXZJ2uI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA224withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "ajP3FU3KTgRA/uvJ3UrCWoeXhy5MMfbGtq2KXnkgdAU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA512_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "wg5q4EmPJcfDE2BUmgCRJKaSLoQuIpJ6UJVnqOEQ1zM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$TLSKeyMaterialFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "0U9C/Zytt0SZQW103BD2VQ2UDGSP1BXC2PPyY0mz+80=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Primitive.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ih3WJ2QUWgo1rjsTxR6lYtKX+jQJ1+U5Zl+3OzRbiUM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/BCRSAPrivateCrtKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "BtESNo6qVBXe4SSYTHDFW3xoZepg3LyGa6WA3xuDCPg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "v+PlIqvG9oF9YrxaNJjA3RvGpzinA2XU21UVskoH11E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1RelativeOID.class" - }, - { - "key": "SHA-256-Digest", - "value": "d69dA1Np211nuf2bCt/kMnMe4qTvELhny3yw9RQTuUc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/AsconXof$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cj7K5ENiZ0qKDnuundmdikFJRG12A/P3KqX4VxjM/NI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/DilithiumPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "o1GcfXB/dGnIBy0qxCqps+jcBTLjT1UbhMmVKFGWZvk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/SM2Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vd4BMGWn5TUA1R3c43gGKx1Z9GpBG5bOVikK+xHqJ6M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/style/AbstractX500NameStyle.class" - }, - { - "key": "SHA-256-Digest", - "value": "90qwXK4ZXDePxM2UFNbAd8D7cdGUj8zEhHkpfnFcg90=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCRLStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "tul1gUDbglnpU9bIfnr0/Qo8pOe53enI+4S/LNWVtIg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/sigi/NameOrPseudonym.class" - }, - { - "key": "SHA-256-Digest", - "value": "VmPEuBRafXw0eJrAPKU2IG3JM/+gHGHyzQyGDg0IW34=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePKCSCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "6uaI6eQlnwKXNOeaQRi35SbpSosCqYkkyVQ7KtbqWss=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/HashTreeAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "w+IdD1g5IrB3obgC+fXnQSYcr4IzntPVNK8dExBpFW0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "16u4XszpR1DNMvUCxUMxt4uBQ+wkz8yPaqBCRcVCLXM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed448phSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "REJ3JVlPW04b+F5+dB+b4CFAhV19q0qAysgqS9O/ujM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/CertificatePair.class" - }, - { - "key": "SHA-256-Digest", - "value": "qmfpn55etvwM/i6q1Shhd0YADKdVK7mwbq5e/7XsbGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "yT3W/9TeP/YePzAu5a3xpWDE8jidosVo4UwR58hPKzc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconCommon.class" - }, - { - "key": "SHA-256-Digest", - "value": "Egg7nQGDNRW3qDyT4SP23DJAghXhfeCR8aQGMbkMumI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BIKEKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "julE9fcpaCiQC/zqKBcbU9DGWY9OdEB9cNNc2SFwRAo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SSHBuffer.class" - }, - { - "key": "SHA-256-Digest", - "value": "++UTcfqxJiZgV4LDuSXd+tIvJt7YsyOWz3X8yWo52/g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Null$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "w2PZ/0kgpgBDHufJDApPOaTz4Blbwkz/P76yBoqGU8M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger$PBEWithHashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "6qjILZ+JfP1gT3Mfy2Kp99FqwxpWoXi3iXzzUFjhzCc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/IvAlgorithmParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "gaBpkyQySeDgq7w89T4tz/rp/hqP4bQ5PwiRZKel2k8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/StringList.class" - }, - { - "key": "SHA-256-Digest", - "value": "V0OMwrRpBgPVAvVbasCbeOkNR22Rkggnfh8FV/ZHvSc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/SkeinParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "92L2HK6CkJDpV8M1VPUKdo4jQvMNVR2qBeAxrmvRIl4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "8uQOjHYTPi/il3uDVHm3Njl+mbQPVxIr3nVUqbS64Io=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/SignatureSpi$Base2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ob8Yf7f2JvFF8THF4VYbTbZPyTnG/dMRHS4eoZfTwnc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xwing/XWingPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "eZbRoMKGeev/++VZQoMvg73Jp64vGX6WR0jCjJTcBXU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Blake3Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "B+3DiVaNgEy2fYEdCxGxHzFGcGYnewK4Pbu98F8EhAY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BouncyCastleProvider$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "RKXJQSb/4/F+mbhGB24q+xddl6f3xwNuQGd/d3qbT9o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/lms/BCLMSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "xlGwkGQI46MCdLDNyV/8smeRECyP4RZT331UqcoUgts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ElGamalPublicKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "559fhY4Z2lbNGPh8GvJCbTTFEENKRT5x00X2LK0HU10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/newhope/NHKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "zOfAYPzwTSa0VVKY/f2zzMM68/UxJqd80WHmrWP1J3E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/picnic/BCPicnicPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "dUaiSY+JaiL4jqxCjlC7mC6LfObL/U6SGs5Jo9hY18o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "TT08omFKCDUq+lkxIen4oodnEdiXFFXlfmWso8Lgth0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLImpl$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "dwoIwbHmxFmpxFqc+/nUW1OINp9htlT4rAeBvo4OM2E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "dBF22DQG3WWZEBtt8/xIZwypBhFY+ruw6Oxb70BnPq4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "3MWYvCKMdvJKqZ+M+lKhDcyVOZqWnYkHzcqizTkR3t4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithSHA1KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "zRfMNlIZP666J6nkb+PXjDdeHylnjVcstW4Vw2edgoI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/TextBundle.class" - }, - { - "key": "SHA-256-Digest", - "value": "T4t1nIHpDKmESxCQ3Ro6Ww3sG96sCqdlg2o/u33Kh+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ECNamedCurveSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "dgyGwNlCDAAwn6Z+UV/fOWiOV6lUBQk0mUUS3s2JYmk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM288_SPECIALIZED_TRINOMIAL_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "9etvBBF1PGkV+z7xUOrNk4G32s7gJnEKttHdEsWs4jI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/OutputLengthException.class" - }, - { - "key": "SHA-256-Digest", - "value": "KYzGDSM6hXptIBEu+YWeOtfVKFKgIOGImQNIoL3JxNU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CipherKeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "tZWiIa56ET7H7Pm0jhTgOyX1Z+HBE11ga1K3v/G1wBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PBKDF2KeyWithParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "hl6HOqZMxWjlIROhn0AXD4FnpOrnBiNsUFhtiORejs8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$21.class" - }, - { - "key": "SHA-256-Digest", - "value": "pbgcbudeO0R9g73FpEJbrddVTfo2QuPlD1dW7wSpjEY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NzcEU/NGYf0sYNTKOOLX8aTHTqpYVfwAWeU5ux6ji0k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McEliecePrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "BuVzq+Tk2+9QkPTIdx0e6Op5Ric6mE+zAnu6hmL9u4Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2PrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bk/DImWADnSgDAExUP7HB/fqYRrT1wP03pFdo4P1L8w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "RN7HDUoVGMTlD47mr9L1xg4arFP7EgN4Kf6LR2Ja0jY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mvw/zNRB6SyL2vBs8w7XmU5cAdUuLtkj411xBNBakF0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "BZw6x6DA2zhWjt+j7jPGQEyfYKOVX2LLmkIliG+FlSQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator$Aes128MatrixGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "QbFpV8otAnAypCG2GeCBkWWnry/1lizTNmKeBY88rGU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1BitStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "JAtaKyUBlq85xtfYPRtChjRdQVWayR/VRVsI7eFD494=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$KeyGeneratorT256.class" - }, - { - "key": "SHA-256-Digest", - "value": "GPACJxRzKJ83HMCOouKMRIlLI3kbVSABcRyNc9T7yrE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed25519Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "hpidYpcrWrbWXXbFz4/dRQ91hn9dcpjEZ/ay6ot/1Cg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/ResponseData.class" - }, - { - "key": "SHA-256-Digest", - "value": "lMZ9FREXG07L+PXpoFUT8OvQSxUl1bV/9WbPiJUh0AQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p$QTesla3PPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "uqbYR4WCQmPbmLKUq3v4EzYucw4FGIJShdssEafv1CI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/Base32.class" - }, - { - "key": "SHA-256-Digest", - "value": "RiTC+1U9BOcmsELnLkUY/gqmldBMv4u17vWMqXiyE40=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/NaccacheSternKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "XBG5hCVMBGkHfJKy3CE85IrmgSVtA5KtYQi6JgLwI3k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "z8gv+7dL3iWRfLD03EvHd349B/PJTjlypXah1eLEV0s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/BCNTRULPRimePrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "7mfe+8Et7EUXaxcSu8ZSNOwozT/PdreaY1M0xWbkTSU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSMTPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "BLZysWPsKSAhsYk6j6owKo6Un3CCL50TOJ1enQk8nD4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SSHNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "xNLOxwRZvkO7c77kK23YRaeaNzSCD9W3ykweKGVn5Po=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$OneShotHybridEntropySource.class" - }, - { - "key": "SHA-256-Digest", - "value": "3vkecYgjxIQibV7AtHiFFi/WdiclhJGQJCKFk0vXl58=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$KeyGen_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "CJba2v9J9HnJqgrTitIa6YjRRnvu8Rrn+px5L0YpiJA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Blake2bpDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "wZ4hNvGUCHuvuM5vSMbE5apJoNlmlAcsXy6J/9PcYP0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pe2j56jwivRjRgLDWT0D3B408hbuK+MUafqveQAJkM4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "0iJulOmNIHwLaLHdhbzjdhdu+MFk5C9NguDRFgSZRKY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Mul_GF2x$Mul6.class" - }, - { - "key": "SHA-256-Digest", - "value": "X16zXu2XtvwZcEnu8XbF09agxxEk+nxdCHRYdHSJaRc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$Base7539.class" - }, - { - "key": "SHA-256-Digest", - "value": "D0oPnocNh2m/E1u+PbL0HJ4yAaNY/WZnX4Pqr0mLYUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/ConstraintUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "Stgm1bNU2MqCumv65RFs29Wj73BmWP003iBnQvQADDI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "BcOjsUK9oAA8HanGAXPxZuLjtyjpKmBHkcnONNeBG/E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/DefaultServiceProperties.class" - }, - { - "key": "SHA-256-Digest", - "value": "YPEyEAHCUlYO0EBbGT0MxkVYkZny9swHXXxAZ6diHOw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$32.class" - }, - { - "key": "SHA-256-Digest", - "value": "9AboTuYzKR4Dofu4hCVRnlrvkqgubeYlMYMdXRpaiyk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/DSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "jD4qAKPq3bSIEKcob9Yd7xv9fiLW2qkiS4sWmlNXzK0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/GCMExponentiator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ibsFdlb3atq1tpcZe5l3Y0vFirtMHwLtTjSSzluQJmo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/encodings/ISO9796d1Encoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "hBda1kZeUKExQCERXwEYszgkfp85YeKzxHeV/Tl10/M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/RSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "hPfrFRfxpcItVYp3vWyDZ62vsWT5PfQZTwwmhlyDDNs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/KeyAgreementSpi$ECVKO.class" - }, - { - "key": "SHA-256-Digest", - "value": "R7iO6oOZpbh1lerHmMqNEIWnfZrAgzkKktGZuXXGLkM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/BasicConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "eYZ4l21N/8qrzucXb5cUqpaLhcpl8IDZWKBy3JxYjZQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PBKDF2Config.class" - }, - { - "key": "SHA-256-Digest", - "value": "0wTEP2KSTrJEpj8vsTx7gzwro+INJ+usSpzu66cKeN8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/BCSPHINCSPlusPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "rxyTWvlOQUu/MOPFQVo04Fds0tYDJPiuiP47IRMv/zY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "sqi1GRj5uUzuBH6Py4BKrJW67Wctu5OTmTChC7CDsbA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Interleave.class" - }, - { - "key": "SHA-256-Digest", - "value": "TsyEUfyxsKsFByx8NmC3zrCcPj4FeziWZRMos0rXbEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/ChaCha20.class" - }, - { - "key": "SHA-256-Digest", - "value": "tb0Tqg/0Ig5Jv1vdDCLgWhC8rTlpFELZsvympTHqYGA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/PbkdMacIntegrityCheck.class" - }, - { - "key": "SHA-256-Digest", - "value": "n3vqVz88443HEgpPkDKdSwVPAwTzsqJNZYs1d/s3zzo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$BCPKCS12KeyStore3DES.class" - }, - { - "key": "SHA-256-Digest", - "value": "/4tIp+mT1b05kMqvpXRLGs3+XGxygBrA0GnmTJBQz6A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "oPH+4FfLqEIWIWRLGb+dYhJjgRa0IVWgtz0ss0jO3Pg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/AbstractECLookupTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "UrGb1LNWNSlXop0gcG+GJUSYLAF6m/k0+/vO27gUijk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "jiKhspxmSF4v5AgmAwACUVHqcNdWxP6EixxkdxHM1jU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_256_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "k6hp7nLHYYf723f7NgX1G+dLNNbav6enea30XSiKv70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/HashTreeAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "VMWEzLqVrqHD3T6d3+CYpLcCKuGh3npMBxe4CeXXE+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/kems/RSAKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z3RUClY+FG5oVXpb1Hy5Nws59ZtbB95KDDRbs+Gh6rk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/ElGamalUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "d5hpaFmLZg6G2yT8j1DIe0tuGbum62to9d+giwI3Nk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/NTRU$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "umXLZ059EfjW2QKAkiYTL/wXjPlABBWNJiHvEqLi52Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1OutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "1g+JfY0jmPcFS0UVO4MjPMZyoCGq2mepxlvSoU0kG7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/ElGamalKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z/IDP3GtMG1bjH58CTsZjuc+PkL8GUdnMvBsaA6go3s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/lowmcL3.bin.properties" - }, - { - "key": "SHA-256-Digest", - "value": "L1E+bJozqe+KgQ8h2hh+6uP/mJ5FjP+qgp0BA6Dz1zQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "YTg4xfh4vhV9N+vy5HJ+YZl4V4ZrunqPVwL1yG+fWK4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/gm/GMNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "1++0bTWyQPPMPmPME/3DY65j4CBySw2XOuzDWnhJ4xU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/io/StreamOverflowException.class" - }, - { - "key": "SHA-256-Digest", - "value": "OfjTDXaVXPCuRA2Mh79bKrN6HWx9f4UVFTV3jLVwK0Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/KGCMBlockCipher$ExposedByteArrayOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "zlxad7vVTtIASaaDO9DRMFmBj//56ntFJcm+fTExPas=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DERMacData$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "6s7GQ2y9kAtcqcoMGsaHX8NGXniSMvNZNy4FaEtrtwY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_512_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "3XA9KXhcm8AJBRJdsXbIclxT4a9vSSk0S2Q5NoOnnWs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "4mfh2n1bGKQN4h6YLSlrew5RZs/KVsT59o0CaLFwvPg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/examples/JPAKEExample.class" - }, - { - "key": "SHA-256-Digest", - "value": "u71F2gdZlpLHGxOfU4WtGd0ksupH1dtVnTrhfn2Rr9w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMT.class" - }, - { - "key": "SHA-256-Digest", - "value": "koOvjWya21BLyKrlyHnVTdDd6Nz3uTy3F3uChDu+yLI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/GOST3410KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rfFLEVcWBUC0+VQsuEqnkWLz5+FL6C7kit9UdEOO0w0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "911nl/VMXd5GJvBjh7zgjCS6cQgPzMrBPA4hCOhfFGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/BCRainbowPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "rPk54IwUbX42xUSfX7wWcXpFHSBOmihnjUo/bI9+0Os=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1T61String.class" - }, - { - "key": "SHA-256-Digest", - "value": "AXrXfNXvpr+b5cZnG3Zv2IT5AZ4ulCYH4+/XSXu1oy8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/io/DigestUpdatingOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "sJQFNmFGze/ByhR4r9lwJtmJzB9oHpzQ6CRQi/OLcao=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Prehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ox65bZ7k9clgksXaZj9H5elg5uNujLQgnSpIxBTgrHI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "3KXhDmXEENnZz8P8k4vBtYwPv5TAHiTF3NGRIvROGR8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "CI9i1qUG9CnDazUUuGzTYMOlIBUVMllrRcLmPWCpLhw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERExternalParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2Zbqbna6qrrPiPZtvjy8nh6r+U/VNr5rCYqt5xBzHQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9ECPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "9cCO2nzrj/DoAgG3Z9ufMV5IPqKDPz3glYdTa4lV9Us=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DefiniteLengthInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "0giysVzD+tbfMWjigziA2iQM2r0YudbTJUCfmMKRuQQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSNode.class" - }, - { - "key": "SHA-256-Digest", - "value": "vVnJDSEBvk9EuOzwsFkn3ojeTdtw181OlnS8e1cQA2Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withShake128andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "jRSuJEFYwUJo/vlD+Y4QF5KE5ZHpNRWhGG9R4MvjTBM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "JSVSZ0ZE8WLxOX4MpbUpvp9Nz5YrLgpm2rA/GzHgCio=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$NonceAndIV.class" - }, - { - "key": "SHA-256-Digest", - "value": "SM5d8aDacduY13AFkeiUfQegkWnxddqI5PDbwegD1qc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$17.class" - }, - { - "key": "SHA-256-Digest", - "value": "BR7KgfYRFfFtdnRTHBRB7Pa/R466rD8udEkb6R0oRXE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLImpl$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZNOUtIC4bS/8rdARBI6v3CspnMZ20+ghN96CSKcuvDA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECFieldElement$F2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "UsqmkZ1Z2bhly6i8oB5J60sBWhCqcKPWF61xkv3fbpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/RandUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "kmspEAsl9emXHzPzSz/uuKDFjRHwPNDoOjWMBUsuV7Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSRootCalc.class" - }, - { - "key": "SHA-256-Digest", - "value": "EjzdMc1Jrx4DhBcUpoGKg+pqzLCVkwLYaq3Ow0YdQgI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECPairFactorTransform.class" - }, - { - "key": "SHA-256-Digest", - "value": "rK0H8+4EZ4MESXJssA6JsGHA9ZP3nYo7ha/2mIy/bq8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyPairGeneratorSpi$Sha2_128f.class" - }, - { - "key": "SHA-256-Digest", - "value": "x4SOle0C2wKOTqddrwKukki6jkFUFCQidl0kDcaVGMw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "K9RZnH8XzFmxyidz5MZg+ZryzPeiuPTORTNp4o/qYyw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/TupleHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "7aSxBpmaYbxO86rTwqbfpaDC7nu+C77lpxY5wcevWow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/CertBag.class" - }, - { - "key": "SHA-256-Digest", - "value": "dMFBk0C2xbQffD9IhtFbfxF18/svcuf80k66CflTbaw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EXTERNAL$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "drsy1NJcinxz8K/bCvMPP4CC4jhevsGSoBgF2g340Tw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLSetParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "3rEkvRzfzf7mXldqiCY5ObXXBLXpgbXUXFVEpciF7ls=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/InvalidCipherTextIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "790uVWCz0NMO8+tE9FKGR8vzOIpAdqi2h+GwsvYVfcY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_256_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "T3/2zGGVuaJAk2Rq2Qi2W+jq0xhZkoW/5tPIClXdJ7A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "hLszwP1gTUizXhdBdEmSrXO9hFKuC+Q+FqnwoyXPD4g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "CZoSMAZyM+01M+5DZjZ71zFa/FPxVBLUZQxLmIWzwcY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1External.class" - }, - { - "key": "SHA-256-Digest", - "value": "kVtVYFxHRDbgY8D2pDL3OiPqrF1z79uXRyd4YD1TWw4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHA224Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "tFlByHrh7LdBhonhu/oXyp52wBx80KwZXGanPQLslfM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$CoreSecureRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "2mTKl/IreuCbZ51zL0Sy0Y/vh0h6l0xSJXavva0IkZg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyPairGeneratorSpi$Base2.class" - }, - { - "key": "SHA-256-Digest", - "value": "622q+SO5CYrKGaQQb5aSogmm/7sKfYeTnghPcYny7bY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERExternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "y82KOLdl7dHt+fFyo2n+pThPjjLTUfKDIa9+L78mq0E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/MQVParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "qFG2ZFt0AThUw5ocVAsbeHuA3SxZh3tIgS7ZOyJx0WQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "P8HSgUE7UEx+qvc7P6npUPJck6MJTsgbRVA+wGMkGgA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SM4Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "iXBtot5aLQNeQvkH1hdk+j6zIPQnD5J4gaHyx1hoEbI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash128$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "UE84QEyLdbPYNf2R0pfLL7NluJntAokdGHIk2JmtmJM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Set$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "1pmiLK9Q/P0NJ5wnEuVTzczA21UKKp9ZeA+wLuFmM18=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/anssi/ANSSINamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "pge9Z6HI448U803/pFH74UNUYPixZOoTOBuY33izS1g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/DESUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "88WjUqUoKuipDp8+U6ijGgNojZVrQvWzdo/3z9dHNfc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$DSAConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "5/Ht5sThGfDRLd7C28j3jbAEpvrUf+4ATdBEzyCWoTA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Signature$Proof.class" - }, - { - "key": "SHA-256-Digest", - "value": "vHmIuUSOso6y4B5WxRgcMsM47taNEHG+sMt4viN+R+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUHPSParameterSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "g9JyHaVRf8baRS/LlrWzsqQhPlDpqLjOInZkciBSglQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Memoable.class" - }, - { - "key": "SHA-256-Digest", - "value": "AzLPaS2DMy/xpbAHdWBQlhInXJNw0iatqSxUfMFOgL8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "QujPV2iv7feq0V6YVQZQLJXK45NGAxGrsX2ecMuZj9s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ConstructedBitStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "DEI6gQZLH6WoU2ZWwgLXkHeEPaGXGVheq4AD0V3IT40=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincs/SignatureSpi$withSha512.class" - }, - { - "key": "SHA-256-Digest", - "value": "3zqzQpwbJHjML5Tq3EXVsKU7TxR4PJ5zk9G81Nc1K+0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/FalconParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "M0SfODRj556K4TVTM4splxPEpQURx/7E34JZHX82CSU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/DESedeWrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "wMPawCgNqiabZi9sNxUvBs2bN9E0KOItEs+a6kX7Lr0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/GenericSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "MHZJSda+S3vBowUSkOMgWRqu3JQfxiLJTLHSukxoBAM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/ParSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "WbQYXwjOmzxRb6LZ6gr+iYpLMQUIwY25GmVcrg1bY1s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/GenericPolynomialExtensionField.class" - }, - { - "key": "SHA-256-Digest", - "value": "5fGBzHNR1W6GIFSrjKLr17Cb+jFxi69wW+jiaFT3uPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP128R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "INHHnarVMCGg0raqmZ9L7G+pHCxqdx4roBttzbRS8hc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "YiP5Com3dpvkQEsu0w5bfjWqSdnBrt47ahhqJbDz6Hk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/GLVTypeBEndomorphism.class" - }, - { - "key": "SHA-256-Digest", - "value": "ET38eiP0wdnOf1K29ZQ+AnZ8j1cdd5xOYPmsWV4+wk8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1String.class" - }, - { - "key": "SHA-256-Digest", - "value": "9H35QmDEDsp8qA0r8u3fwqgTdWTzHG41JC3hXlie3aI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "YQ0ot0fsDcqcbk0qCCWU39bpOGB0uHTKZnUtrKZoXoQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECPoint$Fp.class" - }, - { - "key": "SHA-256-Digest", - "value": "iSjhXKQyIwROjaALJe0ri6f8gs4rB+krZNgpOuWWGNk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "vltsqFsgl3KAGVHDhGfloBNeW27kPYn2GANlEEQpnuY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/HRSSPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "qPQD/WRXjSDD61JsgW8gCb6U/Ari9+I04xOXCNBHyCw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$KMac128.class" - }, - { - "key": "SHA-256-Digest", - "value": "74Tp9SRwoltHmtQ98soJbF0qjbfzt32kdpqQ+/AWV1M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "X92F3FXISycGKVJbUwUsOxV1b1Q54TdAGr6Lm1VyQIc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "qCZp4NJU26l3fgdxMbrbk8KFmwYXo3EgFpN+v/Vj0kE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$ZucMac256_32.class" - }, - { - "key": "SHA-256-Digest", - "value": "QhUv5Ed+e2bPJ2QIG7/RGS1WungGhhPPLH76V+ds4Ok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber512_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "GUcQA9BeGV9y/ObLwcUlGYpUtZQ5TjAdKLpRCaIyCVw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/ObjectStoreData.class" - }, - { - "key": "SHA-256-Digest", - "value": "3fQY3aY0ihI7tUHKD1S1LC/6IiphUwLJG7l1Bysz4i0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyPairGeneratorSpi$ECDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "vFsmND5fj7fEfuc7e7U2Xe07x7+3/+jf6sIvhizm99s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSASha3_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "hqNOIh987/GcpVmnesJTVrXA4xeFpHDYK0zUOVjujdU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CustomPKCS1Encoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "WFM3Ot3DR53AmyR+ys4KlPgIqu+VwJ7J8oON/mVzdyE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/cmce/BCCMCEPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "qX70LeMOERVTUfWf3tEYg4SeYirSnmU+AXBQiHwxRew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/NTRULPRimeCipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "XpN5lSoEfBnfyfORb59wlgWHnzn93igeXAzhqHnJf+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "oXWR/Fmnp6DfEOH89xe1l+KbrSvwn3DbNKe+wzxnFTk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "KhIQHQzg6uu+3VjAEq+XFeXJc/DDZhI4XDEFLkt2KWo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SCRYPT$ScryptWithUTF8.class" - }, - { - "key": "SHA-256-Digest", - "value": "1NWf+5xutjim15cnJ7OMMgrsWkKDFwfkM3aSaZwwWz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "44lUxVapmPkL4ClLgQF5k1q2C6mR/8GiQFQ4mp2O83s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$30.class" - }, - { - "key": "SHA-256-Digest", - "value": "18kkrpFMH7QbQWIXYl4jlLfn6J0lzj6lekIvgKFYkUs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "sJtaZW3hDoKhAopj3wGpP4VU07LpWphhz2Jg83Lr/RI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2PublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "JPCXUWzPDPnqh7UrkV7BWAd+p88KsZgtxHCzkzGOtOY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "1xkueHcR+jNjC5HBvUFGn3qb05FImSEHjHRd48PINtw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA224KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "hgMQd5e9NN5tDlIRTHaqeBkRdTJMU4zhHhg0JzDdWjg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA256And128BitAESBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "nxqUAibTLAsEKm97hO2AcBnO7VYEjZm/IuaxutA1m4o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Encodable.class" - }, - { - "key": "SHA-256-Digest", - "value": "TMTbmh12JXKyS5JHcMZKzCzj5qgL2ip4M+FkxGzbw8Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "juL0mPVtE2yZZocIYC5sS7LsuOqIJfhWn1ZX1C6yU78=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Shacal2Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "YOADN0g8/OeV0YjsIhFMdgDK928lKCsLCxgrUq0PF9k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509SignatureUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "YRUZ+F5ZHobcmomOi+2DshikmcNRFD2TuieHoEujld0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA224KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "7tIqC9LZ0/eEH/4hPnWPS0vqgdpI5LMcDFE/DUue968=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$CertId.class" - }, - { - "key": "SHA-256-Digest", - "value": "n4spzJq2DKyf3qM8oU5x7XtaQk9XndXQMoc7opW8ufc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/21/org/bouncycastle/pqc/jcajce/provider/NTRU.class" - }, - { - "key": "SHA-256-Digest", - "value": "BFSz7DwlkDjvJzB8fvJ953ioC+kvp/1gdayjFZUecK8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/GF.class" - }, - { - "key": "SHA-256-Digest", - "value": "/hz7uUs2vKFV0cLpVzP41IY6VXd6Z8l8XZRezOG3lxk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "+/TcdVGAexbJcCzjvnj2mR4HVZO+PXwPoE2hUjNyoMA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/ExtendedPKIXParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "e2x2ZjgUts4jOj1XrhYmAJjgtg5v20IbUT/X+PDxp+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/LazyConstructionEnumeration.class" - }, - { - "key": "SHA-256-Digest", - "value": "G2AJEj1/oPdt2qv6MUkkxrXLt6Bdm9Y89FFbaaClPaQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$PointTemp.class" - }, - { - "key": "SHA-256-Digest", - "value": "MeJtzzLbPAa15cVvSfk9Ug0TXGUEiOlTuPKaYqOu1d0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9ECParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PMyio1Ik2trA3aE0y+qps/i6E3QXgwPNPE7C0+lZ6Pg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "tGV2EqmzWQLN7to+cDe4lBCFp33rOiLzcGyHJ9pLy7w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vp08m0evCQpR3Xib8wWhXBzH9m2g/PVHknfXDfTcuwQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsaSha3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z2R1f8g2Thzd2qPAUKyr9TaQzeDQ5sVGrSdWhU2A9PA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/CompositeSignaturesConstants.class" - }, - { - "key": "SHA-256-Digest", - "value": "jmrUWmKpBFzOt9elqNGnWCVb+YWjZ5Y26cH/bLT/Q/4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/CompositeSignatures$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "HHA7435kXeFxn9xtSoeoQ9SiggQbDHyUhAT4daS83us=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "OmW8isGIkUiXrU+AhLHjeJWQ8ie5pA2mnF6tKh+pMqQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "7CJZpB+BsHjP1BrBzg/lsQF/XqpQJtNGlA0pu4R8/BI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Signature2$Proof2.class" - }, - { - "key": "SHA-256-Digest", - "value": "gHmYixalkIoyNediLg3YvQ66xeksWm0E99GrA2D3Tkk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ElGamal.class" - }, - { - "key": "SHA-256-Digest", - "value": "rYoS6hS+dBaMI+7xcpc2DNqnbypHefY33GYtONpUQgo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ParametersWithID.class" - }, - { - "key": "SHA-256-Digest", - "value": "s6IwIqz2MShRLP+e3KPVImpKtqr4HrsK5u1g+cNgoXM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD160$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "GtIxi7Bfh5TXGnmpo3qVRMwZl54/VIvTIPWZ12FfY8U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BlockCipherProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "tG0X44kTMJR97wnZMS95eU7qOGybZs6vd8yPyDTRvQ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/hpke/HPKEContextWithEncapsulation.class" - }, - { - "key": "SHA-256-Digest", - "value": "UsKEHzQxuHhLElU/u2V50yWQMMeGSP+n8uRAnjnYsUE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/EndoUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "mndMWFscWoJVY7B/T8IBmuPKroPobY+pW5Fw2CrrXUI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xb18Ckpviy3woV5V12sFXK53MlGXvI6f9D93CpNuQkE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "pDp1O+cWt62/6YYqplJB1KfmygJ0gvcYMLNxrxndglc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lc0QLBY5LZ4/2ZFePOSATd/nB1Idjo82tApBJQD3pis=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "rBfVp1b/6SHqsUGCcVWg/ok8kR04d98GUIBn3DeYOpU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TBSCertificateStructure.class" - }, - { - "key": "SHA-256-Digest", - "value": "djhMP316772xRBiwn8tONLquQafkkFCqIGW569ez1G0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$LMSConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "SyBGhmu7tr9nf2QkM6HjqErzC9JJi83YwpebP3RnT68=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA256$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "pSqJehCA6a4mwOfIG8PMNo2n2S3Wf7J+6byHBKSDzGQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Mont256.class" - }, - { - "key": "SHA-256-Digest", - "value": "DhILQOusopEco2jb4DfYqzBar2kDGd9fE6vCCzsdrr8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "9sKl0WbVuQiF6CGLiGkLk66Q5v5L266LG4vPpiPtSro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DHParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "xot5DP4hMqbBc9Pbm5Mzyf95fMGpGdw4nVS9M8XF71Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509CollectionStoreParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "mG7W5q2cCj0D8rMJl/RuyrOZ2FnbvFuITn+5S/bBJeY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERTags.class" - }, - { - "key": "SHA-256-Digest", - "value": "LpJHdO6uqVIVL9pMsWtllZ8EvWBQ2kzocOsHhMKwL5w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/GOST3410ParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "PVnm0+z1LAm755hxpIAah6BTdSv1ggsLngB46fEOxn8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKERing.class" - }, - { - "key": "SHA-256-Digest", - "value": "OJSeDPu8OM1az0uxrFSpeKI8ulsvrYJmJHiVpqQQGeQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CTRModeCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "1x9oUopQ08vyieryanqcEVGax3pVWYvDAMA9Fiar1Mw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake3$Blake3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "80LrGhV19hoz9rqqfYMruNLLWbeqcVBKIiZEVPUeo3c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "x+KUxWJSwxx9uZ8T+rV/cTPsNJbLc/rsADxLW2Hmwsg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AESFastEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "e+Z2JxX2o878njRMDmSCw7wxz9pXpMV1I2nzjRdm6O0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GCMBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "PO2QimrKVk/qmPJ8qY3E0n/cTM2ACc64GjUx8w8YMeU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/oiw/OIWObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "dYTjCZjbBKyI7sCyHr2hGUWEwMKNo98jqG2H2pxgqMs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/GOST3410PublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "UHpigI3rswXPz6Q9vOHUJ0s6WXfGeWNNO8Yg/HyHUGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "LXi1TejE5C7+kS3Uikrh3wP46wLnXgRjCzB9gPfGY28=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/gm/GMObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "W5eHbcqFYM1Udqh0y4m831mjungbbQZDtoQG+MD8x+I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/NTRUParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "bin9+0J8gOPvVMQKaOOU1Of2X/Oxqmk3jXA4hKiCliA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/io/OutputStreamFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "hy7u1D92U0Mb2oRfyjpY8uj6t0sURHoxlmFmvIG/+nU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "+B2cazr65xC7jHuc74gJF5WGGPw2c96TdxvquvU2iGI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERGeneralizedTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "GvvWLnnDsQe6nE45muGvGESAImInTIGEcOLAPMItMSY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/CMCEParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZUfelx/2PxqeO5oo7gkorWSDmog0+oDbeygjYa+BE6k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zxdb7wSe4IKx0LP3AhpOyCXmmTqPHMaJZQElwxhggW0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$HashMac384.class" - }, - { - "key": "SHA-256-Digest", - "value": "PEKhsjtW05OfGcn4JfQbJbj0b8/IkXlgHsIA6oVyI+E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "sI8pYu7p4FzarJ9z6t8pC9PFYozDolrlI7dK5KrAEDM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPCKSA3.class" - }, - { - "key": "SHA-256-Digest", - "value": "wvCyWnp0o2IuPfITV7LXwY1frNnQq+zBqFh0+XNnFAg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "BKupM8vLDDtg7IjVUZFBqDIcKQT1f3E4iU7UeYNRm+U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CipherParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "qxv6h2GSYY3RUTqCWJ/Nl1NUu3LgWaLbutNUx6AA1RI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD160$PBEWithHmacKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "MsToGnzzvLGgFUAawoKi0ddibvMXVpSukYW1XPSb8UA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ChaCha7539Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "K8bizlRToWfNWp+f6J7i+D+ukkOPv0axdhmQjLyQtZ4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Reduce.class" - }, - { - "key": "SHA-256-Digest", - "value": "CmQmNzC0q3Y+EgQKhPA+GknAffNEawQlJjlxsY674xg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Fingerprint.class" - }, - { - "key": "SHA-256-Digest", - "value": "KimqDVctZWEu6Q0S+GyXSsUx1tQMAa/D3BSuIX3FTJ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSA224.class" - }, - { - "key": "SHA-256-Digest", - "value": "zkttPPHTHFOADssEoc8N52mGS+wzKUoEkhxetK+GbOM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "xSTdg+ZHw1Evkx+odLBZYwlCchX0dYgjsXVNsfD7mg8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "yioo19qwxUzopvoiS5g1g3oumQbTQG1/S5DEWU9xGok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntru/NTRUKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "wyHY95FStgi3ZMMfpjdJBAUFgFvMtUIt9f3m/fNMZY8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "IN5ojcIV3hFpEh9fnfX9Skte+oomXc5Q8BNz2vqtPx0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Pack.class" - }, - { - "key": "SHA-256-Digest", - "value": "rVb+ElJ9siYuxhktipO/pBJjQwRsXdbZCR7NH/1zr1A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/SignatureSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "AFziFOi1rUiWOoN1sU85GYsawwGz6o1ibSbYHlv7Uwc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CertificateImpl$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "1U8Ku6dkX/MVL5PSrfJT8Y9KkEb3s01r6BHXmAWegfg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/TBSRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "QLTNMWSd6CngN07gGoh1hxFqdqYTyF5AGs3KBqBRqSk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "tC1b/kckLsVU1D2qhdcJY6GoJEP8ViOFWealrpgDiQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "EJehpYdx4VTdfLbreQaLPriz/9FX5oOVpjwt6hF1tbI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/ECDHBasicAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "rrrVf476RlLhR5UN4pJUPf+Hc/4m5d5sdBGRgT4xmhY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/SkeinParameterSpec$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "gBAdkJP5s8vM6Gy3jvxBkrPZCkSE5lrEgwmUq5d1s7E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/CMCEPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "QH7EurLlDif1Ep/PZG0Xj/IC0dulPAL+3BeASkZvy8w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sc5AF+g+bHZGBn60JclpsIfSNWBD9acHT37ug8q7830=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber512.class" - }, - { - "key": "SHA-256-Digest", - "value": "OUX1TzPvDUEoQyQPgW2lpJ7ZiFQgdbzJ97j6E6XxZl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "XThio0PNdjW4jT9u0UR+R/XMchvJlXurAqc6fsxWgTo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/nsri/NSRIObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "JwsePC99W6HVL+Dv1FPUsP9PhwgwfTFXncfHrdebFNY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Set$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "s3GFJi9ssjwELqGDGVfBhuHMLziwbxfuWMdTsGospCA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xwing/XWingKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "tZHsZ0jqSxU+rerKwOVUxE3k+EfKIlCcwKzDeR9Fi8s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA3_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "FsciYIlJOZL6MnkOo/WH5NnapbBHr9FOY9XAqZ93Ac4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Integer$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jP/30TWMB026wjb2uhoEJzfAqF5eMXMsBeZFMLXmoKg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NtruConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "oq+MYXwP3fF5eftxqlVsg+A44D64XpUoF1gwBx0O0Mc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/cms/CMSObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "9f1hnKgIJHVehyUEm456ZhEb+m/iJ76OILfg9Gn9VWg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "9zWyxHycVjJVqAlYKKLOyVdXY3Fr/HCQRoH/AUaI9ZQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "qmKOkHpQTRbKRXdg6gAQVQ4/9xzYBnUKT5Ig3nUcgTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/CBD.class" - }, - { - "key": "SHA-256-Digest", - "value": "N0uQJ9AnTv70BJhanRFEwx/lZz6gsDrWk/dw1/0V4xM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$Digest256.class" - }, - { - "key": "SHA-256-Digest", - "value": "hCXGYYBep6COQ9tsR0K6X+muZYXu+sQush6zbMlXX64=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/XMSSMTKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "fcCuzGnlDRiZNPqg/objCDBhGjyQHHRlHDbjNTp1MRQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCertStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "sb/nqRLfIVX0mdjsCjgWwgahcJsUGYrxyhI+tPzAokM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSReducedSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "dcDShaHcJUlGMKS/aC6iudmu7VA9T0bnkULieSu85hk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p$QTesla1PPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "4yCSkTSvuNTbXLOR6uTjooclZN+QNuoflt+KZXwdmjE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "HStHl4TJBEOvX+j0AowiXXtsivIm9Zn4X2Mjk2GNyqo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/SHA256Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "AjfCxXo3x89dw+Sd+jbz/l9SotBcee3c+EsMoyvLqyo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLBitStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "2402wgcv4PGLf788Wvh8hGvYvFlZvAdTsVi+uaFUZRU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/InMemoryRepresentable.class" - }, - { - "key": "SHA-256-Digest", - "value": "PTc40eBigHmJFWbxwOFBSbVmTOeXmnRoE08xlzLk80I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/KeySpecificInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "gf5vhDlzwqCcJ/s9QxZfEBxDwUAsMt3CO+XkW5b9obI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "zknWa0s54MQN6z8470tN4WOUg0oxTmGXoftALFJAJ2Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberIndCpa.class" - }, - { - "key": "SHA-256-Digest", - "value": "3CmWfzJxQk6ZEtUBPHx9O3/r6ZHryY5ZgfWgaVMDZUg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "DPdHPPn5xQr2dQoAtDQ4swVmnU8XcgiIC/CWL/h8p10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/KDFFeedbackBytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "vCxZ35FGT7GxX+2b3nHQNXvgJqL3fG5vJAV1KahhQfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Skipjack.class" - }, - { - "key": "SHA-256-Digest", - "value": "wnqNZtNqPwdHKXdV85Qj9vt2dNfZz3aHZL/O0bJ9CUo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/Poly.class" - }, - { - "key": "SHA-256-Digest", - "value": "SSdr1d1ryq+ejr9MSm+3rrBRRVfgwKk8+eoLk4YoJOk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/saber/SABERCipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "hqvPF+KrKQXblVv5J67qY1FCBVK018eNDdflbOCczLk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "4NQqMZGRwyakE6xJxKiJRMB+6lB5e90VFDxJCG8+/dc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/KeyPairGeneratorSpi$PSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "D6upEuTOtbxL8kbw7jA4nXjUC/OM410+3SIz1/2iMKc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/ECPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "tbsKTE22yufZQK9ikba5w1yBJyS8T2G6Zspj5aKWp7s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCRLStoreSelector$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "EZ4sZXTIiszWrFo06M2AxLoDAgwTETX0VlmAjUbzhBI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$AlgParams_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "xVq8Si3JORpWYU2FbLbYkgP43rNAddBtMBEl06VO37Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1BitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "SkCYmfE5ilzZewSUPvnSL2l34SffA7sbglas9HpQZfo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "7xA3cDWw/Igas2Pdn0KAXg9kmvU5p3IozSv2mzPhAtU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/PBEParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q+AQqgxdYHCy/Oi+K8dOSjXDoIyAfW0hehqSJPv7oCM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ME686upwpS2aci4khUAzTDH7DmjATnNekz9QMLofcR8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "8kub91GbHNV0lfkoyRWy+306kq4IP4RnkxkhVm8+F8k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "vhE9mpf9gtWkD0qHG6Dq4WwHO+epbcmqoIVOlHOfW28=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$Shake256Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "pCvnp8vjour+UQ3uCGUk/TLV3h7A63iQ3j8+ln7xgpE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "IeK2LJnEnhKfiWnIWVpnyUXJ4ZU5yQ5D/ZyzwuYp4T8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/SimpleTest$TestExceptionOperation.class" - }, - { - "key": "SHA-256-Digest", - "value": "UwURb1xOZVsl1EM6wH9o3M5RhwICD9zNqcj+j7flBYk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/SignatureSpi$withShake256.class" - }, - { - "key": "SHA-256-Digest", - "value": "LxoJnjggx9jZ4DsPFcgDeCZGzQ/GO/4MXxzf9dndq0Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2nONBField.class" - }, - { - "key": "SHA-256-Digest", - "value": "cfnjSF8f06twXId6Z9yhR4InU7lh2IVDt5Y5hPZG3Tc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "iG0Udoz5hEecOPv4lcSOcg/RCeE+ZZwRpCsyHHF56GE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AESWrapPadEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "v/0EpXuk+GTNxplCiUtffwCfg5vXa7Oa3QIJCOwyKtg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Tree.class" - }, - { - "key": "SHA-256-Digest", - "value": "rlDXWUkk1derF7pLd7n+/IR9ktEOnDcMCNGr6EGKUlI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconNIST.class" - }, - { - "key": "SHA-256-Digest", - "value": "71kFO/uFWPfW0RO3igq5MsJKNnVHcy62FZCLJl2Obvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "QT2fuHxlCM/DrGj34mUqbQNlwB5OBSP9JjjOIJGep+Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/MGF1BytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "DElBdp5OoILODHoXRTjgoEINQV94/ztiIvbP2axWm2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithSHAAnd40BitRC2.class" - }, - { - "key": "SHA-256-Digest", - "value": "9VL+hSanGmJTlaZLv20jC1I6atm4mes0X1+wj+p7vVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "HyNyhGKCeQRjDUnmVehuCuY/LYh2/fWtzzY7ylAm52c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/BC.class" - }, - { - "key": "SHA-256-Digest", - "value": "q34sjBKzbxoQXuLWTfSBph4PwkVSCMWPymS89/BT6sQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HW2PKfA7SC4p5Z9zonXHYSS8n/tQWZgALnKphEklRNQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cm0ZRENk+iB+WJUIP4ajnj1no+tEY4uyTFQuUmmgaZg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Holder.class" - }, - { - "key": "SHA-256-Digest", - "value": "GfkT0TuFuz1js4kW36PK4K7unmgOQdicW+4LR3893Sw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/DHUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "0px440IpNcGwSQV/Q4WRTk8VcOC34YqnkLb8/1C07L0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "dkzrfhIKbXRq3EwEW4F9wHtZyDz7JxcSaEgfKDx35Go=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/djb/Curve25519Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "TqhxafzZr1xXgnhzviUmBOsQKzAWqjtnqbJL0zkwR4w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/Conversions.class" - }, - { - "key": "SHA-256-Digest", - "value": "XtaGbef7TlBi0ZYTBwKXRN4upHz/gVlj5sK8Unzr6HQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$BCPKCS12KeyStoreAES256GCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "oLANoLQuleJhac25iUD9JkIowvTnHaHBjDvqEfOKEhw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/XSalsa20Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "vU6EDW2JajY2DsWwxEPvHMEMCBVZ9FdKCQPO/A/cmQU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9ECParametersHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "/OKTLGHHK1/ohGzg3rO8eBKq4wFcROT9Z/l90zeZpV0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Bits.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Nb7J/Dux9Nt/0wFY3a+ITenzg6FdFoISTQARdvYGSg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/Base64Encoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "QFOdFz9cPZ6tYSuOY8/d7zR/yobDnW6wEY5NgALefUk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ukl0OdUhtAP8RPoDwcwTzvI2nkVXOSh8rzrBnCrdLpo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXExtendedParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "j50gqVxCcz96JuUjX2DaQCYIUxHLpq0KurY7oUOoevk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/util/ParameterUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "AX08wrEzAE73LdOwCxKvXT+USfhT+eDsZwA+2EHv2ks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Msg.class" - }, - { - "key": "SHA-256-Digest", - "value": "RQQV8I3FeqsLgLX8pQSVRM+xspvnsPMoTgHgGd7fJww=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y5TpFFXPehc3eCrq4f2a7GgcgFka5c4eMkUg2Eja2gg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERUniversalString.class" - }, - { - "key": "SHA-256-Digest", - "value": "pU2/R+hWg9s3P3adUfDQ2JQOqZtYRnNtynZS1t+T2Mc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1SequenceParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "RpDXy5TViObFeEpI6BusqkArYfglG8PoE2gQQJzmSLs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_1024_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "d1G22w6LsFAeHvfvIN2KYIGL1XCCzJdwAGz8YUjzVew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXExtendedBuilderParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "jvHpdTgZZoyxDSOqG2ikIC+IXsYisCZRWauJxPSfx3U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/LMSHSSKeyGenParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "RQ28Wzr43s7Lp4MmYlSZ1ZNFb4EpMiVvPuMnZ43i2YQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERSetParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "qCNz2r8ssz3mZqfbc9t8nHEOKHJty4fkW0t48qo2baI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "GnFsNZ6UT9Urp17yUDXnv22vUpA8GUNCFSTIpeIimqs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$XMSSMTConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "afvkpIf9bMye0rYYR3u8rX2WAU/10mQMCXGWiIssJjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$ECKAEGwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "KvkNYcAzDfHJl75yMSCNDJg2Ialc5tAsPdbCPbguX4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/EncoderException.class" - }, - { - "key": "SHA-256-Digest", - "value": "H6HPAckf59ZFmYQNEvbAqjXgYQ0kD2Nw0G8qakatQZg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$HashMacT256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Omj48tKY/InDGS8MW/pKEwuj8wnno8pwn1BQBA60xa0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/GOST28147ParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "albwOUISVdWLascWnl9vrVCJdR7E/yP88Y3+avFKVbI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "39uW/7CqhHiBuN3pzhiUyHWUQOwcjJ17urcYjV3XGhk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rq8vMIfc6+U26GnvG3w1/WP4L3XG2UK6LGMTc45N3ws=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "JuyY6CMI90zPoCO0yOljbNHZbAVXSfvr/kv9SF3ep6g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUSigningKeyPairGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "mtPm/R+MXZPwk1BnXsCynBPhd9u4N4KYtUrHmu1fvHk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/fpe/FPEEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "0hM4LIZsoyKS9n3LNqGY4l7l1esxSNJBlC84x0X+ukU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/RSABlindingParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "y6hjpoqREUQhVazEJIQuTXNrkPw8g0EXTyzheYlZ9ik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/SABERPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "CqcHfIXEKJAJyI61QZPal8Iqon+s4gVe/sy2TF5X/KY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509DefaultEntryConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "rvt/JlOD6IU9o0Q16CDHAxP/do1dTTRqkzZJ9q/3R8M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECFieldElement$Fp.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gtl/Xgc5YN2OoRuijDIFy1MSrR0GqNYYJ7rZ0P4IrWA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/SPHINCSPlus.class" - }, - { - "key": "SHA-256-Digest", - "value": "glCHc6eU72IxnWch0ONdfM+qm4scl0bTz+rfhyBwYII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/PBESecretKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "JC9FC0jYN2deJu7crTLk6P1nrIC70iUp5A1EOOiGmH8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qT080y9OqTxucIaDM6/9h2QJdmkRtXoOwZl1na/tzhE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SSHNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ly7+Cy8IULhgxuPwgGtaJjRp/+UJzL9EKGqphOqt8Ag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/CryptoProObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nh5S+WomUzqyVcpM0ZSn+pjoFxOwH0SIOvXMB0c+2kQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/DirectoryString.class" - }, - { - "key": "SHA-256-Digest", - "value": "dYizDIyhMcyJRIQ1lxN2IzlcmTfccWOG5HR/bVm4O6Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xwing/XWingKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PvIheugNpu91DRdIqS9XzHFgElBtuXEeDF95JEbcaVw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/TLSKeyMaterialSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "mPE9vcnEE8gYpuzOcCK6mLfRzGtJB5SjIHiA8PQZOrY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ehcX6jHtmQDIACFWOiVmqPKKmRDtZ/FBZ5K02QPAs64=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/NTRUParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "HT6JEFKdj1v/mTt5w6uuDyPR2ddx4VlJ9T87UteTtRI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/HC128Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "8naxnakbnbLoLYfGc8K3s73SqVvUSnLzEkKvQAcH7Es=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "aTUMcMQBqhht8lOWJNps59yx2BFOxIP7KBYvmmH5mYM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/SPHINCS256KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Kf7SFLNl1xfXltPHOQIjFH8HJD4cHIeN1+mO3QQKi4E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve.class" - }, - { - "key": "SHA-256-Digest", - "value": "qdQ6JZkdo08udaDfYKpYk/8iKbm1JU3IzZp4wFYtWik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/Commitment.class" - }, - { - "key": "SHA-256-Digest", - "value": "wYrlNrOJvK7yLhVpoIKpECw06FWHIDGKxUfE7r+Q7Mw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_1024_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "qP1ogiUCZMCX0PGMhIedgDy1M1a7gEVyrpADYKkFKkU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$20.class" - }, - { - "key": "SHA-256-Digest", - "value": "66SgAlxWVmGPTkXrBS87aEz0blaLKcIz1yTPLbq/t5c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$KeyGenerator384.class" - }, - { - "key": "SHA-256-Digest", - "value": "b78pUBrswV69XhMtMbFalC/Hm60gxvJmThZtnRvJH28=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SM2Engine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LFGBoq8VuDf/S+g1Uep/AN7XAnZmsmB4UIu4DizpjCA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Rijndael$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "m75iXeRqMg2G1JZ+rFl5PnYnE/BnfC7tm8KK0pRO0Wc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/CipherOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "6oFGof+JmT/55EvF6jiu45g3QnbaaOxQQ1AMi3XmqwQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "MR9PF62QYK8yG7F9NqLQgy0AFp6tSSyeLUqCAnzfVss=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$HashMac224.class" - }, - { - "key": "SHA-256-Digest", - "value": "eaavk8RhGeffew9AvWhvoP3iT0IvXqkfuYFgR/9y1kE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CramerShoupCiphertext.class" - }, - { - "key": "SHA-256-Digest", - "value": "xBadjEYomXmFq7LcWDrXhfxqK0fTdf2O9G0EQ2LO2yo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/LocaleUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "WabhFvNdHYqZWRMwWto5l0bk+Oj4ypz/Y51ufrWN6o8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BEROctetStringGenerator$BufferedBEROctetStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "uT54DBZIhK4NgtsinfQHri70leXWyul2V6xT7ruU0rE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/HexTranslator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nua0NX5Jnf9RifxjYcx+39pNy2a4RnixMjJZfrQlWi8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$ISAP_AEAD.class" - }, - { - "key": "SHA-256-Digest", - "value": "+86mUc0KAr32TfovPNt8WhWU88PuneFqX9lelFuHBCw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GCMModeCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "ChAlXE+diVlX2fXP+4wGdq5MHYGPbdLhI9kfQfmg6Gc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GCMSIVBlockCipher$GCMSIVCache.class" - }, - { - "key": "SHA-256-Digest", - "value": "SvPrPtmBR6cCQNRJhC8Spw/18RY8gQzV2DYTb1La3dA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/bc/BCObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "QbDm67PimBd1iq/K8aSXTzK+1ouDvz1seOv87l/tn7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_256_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "tEAW+/fPBFx/OegRuHdMk6ji0uvm0IiAEUmxhgq66l0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$CBCMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "rFzlz2Gwv3Dw94eq9FtSIt+diQ/IXZpNc+KUwtJVAzI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "/DbipyYoDzo615a11zrx7xmRftBbXl5NV/6ZTHSH2QE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/BIKE$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "mbUMGEoAe+24LT+v/Pl10uoFbyEk8AX+JEqFRKWKdzI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/DSAEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "NZfQQlyQvhAoJUs50wub9TEYXCYtg9vv4R8eOuS7Mm0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/21/org/bouncycastle/pqc/jcajce/provider/NTRUPrime$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "hyesRO31E9gdhVC8/8C/F32ozS7fIPHwu+ePwkvgng0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$Shake256EngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "noHg8U8fnoZxtIUZICrOnx0CIs0Lh3Fm1QavHDMTPt0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SPHINCSPlusConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "APt7+/wEeTRnh8ddz25eeV8oridH10d5D8vdVDMhebU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "QbPSez++kUCRL9C42r96L/pupPNwGXlPB9uuCNxR6xc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesPermission.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mxab9gKoY/d3X8Pw0eDaTyG4KBbl+HgvLjT50W7IMx4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA256withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "7axCwWFmX4s82piG4rh5Y5XHmeKf9wb5k38HJfOUg6g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSTU4145Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "iarvlufa1Ut9b9F+pR5Q6rbFkxLPguIy83jd+TM3Fqg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/kdf/GSKKFDGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "IKlfQ0XckzwE3aIRfxlXKFI9kzi0JluPBiDvy4iwBec=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2b.class" - }, - { - "key": "SHA-256-Digest", - "value": "cYS8aBNGl0hHJruhtZrxtEar3OlHMwtJaPECMallOF0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/OCSPRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "FJgaFLTcSvBmR3Q9omE+kdv/LsLKsKNvI5wL71ht+t4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/Poly.class" - }, - { - "key": "SHA-256-Digest", - "value": "8I1YTsmOvjDFvhU1QH9PGGueGAJ11G+qNJMOoy7rDnE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERBitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "9HFHVFvd8wAx4q+7v6+WofvDAHzssJO8Vou4KHrkngc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "1hKY7omCIxK7Pd4OfLAIPtqKXzx5xd8bH0cB3pbO8Fk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/V2TBSCertListGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "cHSKItmFibSBIfNa7PesbFmqLnlVrpKkTb6UmbpY9AI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$XMSSConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "PPBO4BkyqPnX0S8VQE/w9qcfTytMCMyWGGsyWjQpwTk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIES.class" - }, - { - "key": "SHA-256-Digest", - "value": "g7rcv3XV8N3+WuOEjCs4pueIIKAuw+lCXEyhPFgJOE4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "98A5k0NL/N2x0go7RDZhNjoby5YP+4rbVoevC5Zr9Yg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/V1TBSCertificateGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZaWCTOcYxwUplRhbs3pVlyn9+3Sbs63/l1xBQJa2a7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/PreCompCallback.class" - }, - { - "key": "SHA-256-Digest", - "value": "vVlRjp78lg/WW/mjphjXqSwOjbfZyyP2G7duIpu6QiA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "SlrgPZX20nf2FcMuSGVt90u66w/XgLEFkTJFs7kP24A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509Name.class" - }, - { - "key": "SHA-256-Digest", - "value": "cCO6YEtJKziJoY8aVt4FLW8rMrvb4aM9+WVgMF2ZKR8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/SignerWithRecovery.class" - }, - { - "key": "SHA-256-Digest", - "value": "Opr1V9TQRQQxzX4mRyMsf/jpIONhdK0S8jqhfhnBxxw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC256$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "T8nBC4Mb/Kcb81npH1gVFReyTQHHot8L5jzIqv6ttnA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/tools/TraceOptimizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "N5cGA47w1rf4NzK/7Yn31vLIRkDLAoN+f3JTsQYYzms=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "PmWsm2J8CuJqlcPEWMkF1TiL8eIGqmHZaRtHew7ESGs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/BCEdDSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ymyMmYqvWgBqfdTgG9CMQD13+D+oWYmvTOCFq4/Eauk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$HashMac256.class" - }, - { - "key": "SHA-256-Digest", - "value": "aHXwUrYYTd9mCS4L/0e99xgxR2rNJUTwBP35BYgihKI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RC532Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "unX/9syMh7yTwpv6D3CTEk4nhO0Z+7oaeZf2QPNIv5Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyPairGeneratorSpi$ECDHC.class" - }, - { - "key": "SHA-256-Digest", - "value": "hGlnqAxAn4H29ZG+YzWcRI+7QwnJYXMPNFsu2SAYjTs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/EC5Util$CustomCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "K+mbS1OsOCZHol/UxaEqVzs0UtYMtO0fi3YzwnNTCjg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseBlockCipher$AEADGenericBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "hy/aekvuJUvOZniCD/noJH9kd0fdYJpMgvu3L57wIts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMSignatureSpi$sha256WithSM2.class" - }, - { - "key": "SHA-256-Digest", - "value": "OZNk0+YheeA571q6IbbZhYBk1o2wdyQxNMXJJMQAKdE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/config/ProviderConfigurationPermission.class" - }, - { - "key": "SHA-256-Digest", - "value": "qRdDC2u4Gg0onoR28loFIy/Y8Oz+o7Ka+ox0/jbvYzs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/gm/SM2P256V1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z8NQqrFYQJrEcYQLqnbJwBrt7EfRMMIGsofsgj2207Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/GOST3410Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "0ejO+4meKxepW8OXz0UHuii7FJhkqLKjRRsDdOm3GrQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "N3zJ0RJV2/LwkJOeNH52OYdB9fh2dOTDJCKnJYRXtvQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "jEEiqbruXPqTweO/GQsgIBbOu3tJHSaByvn2tDKeVZ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD320.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ibe0U48WFqnpxVSfiLQcqeoWY/NdT7Am+ed8QIh8dV0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM384_SPECIALIZED358_TRINOMIAL_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "QFQDemJI/gmKSvrKO5qEN5uxCWeAo1FEH7hpqPHmHLg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/Permutation.class" - }, - { - "key": "SHA-256-Digest", - "value": "CkIkeaM/xA+uxyygOhNpYcFxP1WB0Q57m2rEZRfcEXk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/KeyedHashFunctions.class" - }, - { - "key": "SHA-256-Digest", - "value": "C28t4NjBVxkuVuL+p5405TKU24K9I75M+oFNeC3tXtk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "bG/ElCLztl/R1Ep8XyRJiVrAkI6OiUjquCfXu1zegB4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$OFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "Iz7/K+SdPdxzxWSsLsEQptx0jHgwsYHNIOrymn8IMkU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/Symmetric$AesSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "pwuIbgKslhQouUkP3wW72l0vGyzVVPS2coxpU9adcoU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "icLl55zc+ri37UAs5ECpAgHd2ecG/xeN73PDM/lPVa8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$XMSSConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZK1aN0dRw/n3DdjKwMnIJrOw7mogekCdQQ5/lX/+1ug=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/View.class" - }, - { - "key": "SHA-256-Digest", - "value": "FjxIlUE6heLJ0XtpkS1H1QjLe8WsJmRGYk528MrI8s0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/asymmetric/util/EC5Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "17lnTyCdUMPpt2lZojtqDoR/nX8KlVN7cb4Pig0a6EU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/CramerShoupKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "QpZBtz3OesIZ9cgx99MyWzhKdxRogEy1jx8/adgSXFI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$BaseCC20P1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "d1+w/Hw28BoDKSHwq/S1t6im4c2pT/EThXTTTCGgWzM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/filter/TrustedInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bbq/xKyzEHS3IcJpdoizMplkVYqLGjQMtgI9VwG1D/E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q6erXSMu0HyOx+aoLzZtQ0M2MqZN/BTJdWKG4A65Q9Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "tA9D+8Rc6k8hvcM2QZUjCcPmuuK5bgKoDxruBk3whzs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "JGzf9uh1vkj8r0Io77lV5XgbQwYFsUyfz/X6KcUcGmc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "UgL23OoiuyU6vz1SZNZCCrPe0qqi1rx4HjdpFLPRLgY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/SPHINCSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "R3oUE2+D9tXvGEXbGipvYIdGDbWHTZIB0/egi1ZU0Kw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "DLtX32dtnRKDErSWFGd/VA9MfaW/d9OxwnZEJwRC9UE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Arrays$Iterator.class" - }, - { - "key": "SHA-256-Digest", - "value": "KKx/FVJN58M8hs1ThcejiKcGZ42lMg9y09pMK7b9+/4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "L9SafikeZH1dysAgwhRUrMgiUa6vwBFYW91cLUMCyQM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimePublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "bNaUJtLd8vZmEge1UfypBEKl6ZxuhaDwBGp93Tee+GU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/WOTSPlusPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "P+4VN49PjpMzls9yvPvE77RitIhK/XTkycGRy95bYf0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "3G9JmXc3cXyl/eP6mNZSCSUq78ZwWtuVrg2mqBuGBOI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/LoggingConstraint.class" - }, - { - "key": "SHA-256-Digest", - "value": "YCE2rIrJ74f0lhOjFl9iIfZCMQjntRIxQHtOJUmIYHo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/SNTRUPrimeKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "QbaUYSEPZlmoyFyE+mjYBYZ2CohnH4TkSq6NUj/nvTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC128$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "tsXh+4m85zRHB1aEIz9UKVbP3qToGA58d71utUAQzgc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/HPS4096Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "1YOmgRv5wr2T+taCqtvE5DLRO1ONdg4IUrGfNk1c1JE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509CertificatePair.class" - }, - { - "key": "SHA-256-Digest", - "value": "UbYiBQOYZ76zc83ve43TBBWXqiCQSaSW18goX+Vw50U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "EQpBnVZL7jPynM8a2df3aGijDFvoR8j+0Uvoa6qxdJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/HexEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "mau5VOFUsSXC7kX3sqiEi3L4Cnwel5BTH41qNA7EPQg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SEEDWrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "iG6MQ/JnpCJT/GPYmixnTi6F29VAtEA6KdWnczjIXJA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2nPolynomialElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "QTgVKyf2wzoRDnnsPXnPnMc/X41S9v9Ta8UbKHI3LZ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BCBIKEPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "oZ9aR504zuPLWpOcskmpA+aJPe8rIpmeWE8g1LvPuDk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "uQk9dNgnLlVpe2a1A57jcN79DqconFGlY0b6v1ZIM30=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "t+pLNTOg/aydEPEzpXQL6MtHQtJzMcQUVmeIi039wJI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA512andDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "AL1CN9ywPy3nJ86lBjZvpCXRmk4hC3zC2R+AELSK570=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/FixedSecureRandom$RandomChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "KNSNOR/MotWC2U2D9+PjDQkXS0y8C8uTkjQNTAES38I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "K3OEAaUwDCQPBedr6IUKwYA1JAO/w0I4HcIna2hEorI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "D99VPQLNn4bwXy9rvs/lCiFNXLz5g2CWACcPZ03Vx/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSigParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z3Ps9H0kRJzwWiYJFWAz+ZMGG0q/fiQYvMycJ5t037U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/StreamOverflowException.class" - }, - { - "key": "SHA-256-Digest", - "value": "64oVLGAJ4B91a2Fg6XFmFlYQjXw+XA6hq1+1Dm6+4tU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "hO+n1TokxQOkyOQoB+lqIhJ3qKppMCPeo2VALk3jjrA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "j6DDq7XYLc3R321zyxFRmMy0XPu33QIkhqyHWC5owb4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseWrapCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "SHbsd/Y8blnSx1DOfAi+e1ZBAM2MGxLbBEh6geuu8j0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Di9ftrLl8GmQXd1tgJ4iNSiFeOB5blUsgTZFCK6uipA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/CollectionStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "shlI0TYHQZxbULmhyrNPsF3zimn0jCWsD5Lc+Uu1qOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AlgParamGenGCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "4oeuvG+BpjFGUYOnIs7Iu5TC0DW1TsrJTHeQ2nO39zw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "sEL9oCRI30F4/Q3jtLfE2NlRCV8srgxLmSUGkREzJBo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/GOST3411_2012_512Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "zdKr80G1dpUOAAqM4Qzbv5Hf6MAC0T2/dOGs84VYWcI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/ECKeyUtil$ECPublicKeyWithCompression.class" - }, - { - "key": "SHA-256-Digest", - "value": "qmm6PJ/iq48d6D4vr+3fdQef+b6mYPUzsJ6vvoMFM4o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "+1/6WP9ZVJz6uqBc7Om9NgkeZ/ThOr7jd3Mn6vcIkTA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA224.class" - }, - { - "key": "SHA-256-Digest", - "value": "c9VnXQKmd8Z9rJ//dlNoLKPq5y/WlrZSs7/Nlv0o11U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/drbg/HashSP800DRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "1GoS1VuKt6hsDrjnb1S5YMQLMnO0LBrY+klhUYmG8Bo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD5$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "EYct+rIuxZR3N4gE/1BMWuXKuHe4MvKrMzMq6Hj2HpA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi$ECMQV.class" - }, - { - "key": "SHA-256-Digest", - "value": "uVceN6mAnb/sPE194hRHcFoFY2ZmRePXMzYDvxLPyZM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/DSAParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "HzSTfvWZ524jEKHdqTjeygL5R2CxDfolPrqutS/gB9A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyPairGeneratorSpi$Kyber1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "BOkeRFvo4QB6jTyHGYLgyEKpM1FJIXcBDFXo9EdA8IE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePKCSCipherSpi$McEliecePKCS.class" - }, - { - "key": "SHA-256-Digest", - "value": "34lasy/HrJmYlW/hib7iUQ7451UXt8EoZZJMEpriwTY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/DigestUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "GQD2+ZAAmY963epA/9NZn+OM9y9j8p+sLSFOfrVFqnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rg0EFqkE/d5JXSje1i6sp9Ujo4zG+PBxcb/urhZK5t4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/AEADCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "zdwn0N7Fzy/gO1udm4BQDf7wNc7CzXMSVEzD7BgiAvA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/GOST3410PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "YlS+mXRORJDVOxLEaV6zUEH03H8q+gngHcaHDpReUkA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$18.class" - }, - { - "key": "SHA-256-Digest", - "value": "EMgJpsRa2ua1iv7Q/J2E8KGLXM4EhPS/L9tAegnI8kg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/SPHINCS256KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "lIdWdwlJ7eJ8Bq6WP3HrZMewzhJh2OB3jAjbVGQcjis=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "7XEcgWyPXbEtTsPgD+EKJuXRVvaxSaVKeBxZ8oOz32E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/SimpleLookupTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "5GR7tAMCLISy07viASshRl37YRgvUY68tRnNAEZQGXg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/SecretKeyWithEncapsulation.class" - }, - { - "key": "SHA-256-Digest", - "value": "h7W+yhaUH6E8B8Sxft5qPOkOXqJipI2GvfgbPbMz5pU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "P0GxvOBoU9n7gS475Nvyndjb3kmEqckAxkAAN2Gq54c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$ECB_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "iQbz8yizQBdxnysCvk5Kx+8bVfzup9ciOpwWxhaAnjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "sA6aboaHMkMWJKHjk2czzMTSJ5bVUF6s5DZQeexDZT8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve$AbstractFp.class" - }, - { - "key": "SHA-256-Digest", - "value": "CWnvTxHPdktn7xQHGJGT2edBJhaYHlAskD7UCG4TkTY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/BCRainbowPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "xkEFpx1IHmvpxny3BqX4dwxNMGMnlAXHU2NpkcgBS1I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "dNtLrIuDswdyqB9CPEJk6shWOS47KqbfL8eWylC9bzs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$X448Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "CjEUODn+/jyRBgeGYvXkmYIsC/lOviSE93whNvuKA74=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "seIP6osszMiQkOVRZykmBmZeKccuQrWYdE7lb2YpyHA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BouncyCastleProvider$JcaCryptoService.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rnjf+MAeOVlMF0PV92QRaTFvKzyqr7+CKdlR2XPMBfI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ZTauElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "1x5qVSkJfvoT4u/j1tmZaDiLDdGPYUCd9vy444flNvA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHMQVPrivateParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "umiIkhhwA6uHBryxMf9FB9uBxvCOitLyq6CKQALpzt0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/X500Name.class" - }, - { - "key": "SHA-256-Digest", - "value": "TwhCsRuahcP8c2wkiNYptQ2zeoa/URZEHhzMoLsTVgI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ECNamedCurveGenParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "XiP3FuTOKNXPzVtIPJoHBfvFTEeyhcV3OQaiY3H5dVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$Algorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "73PxFvowzIdljfuErvBHkExROGny5HOrm95IzozQoNM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/tools/F2mSqrtOptimizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "JF/hp9KkZwIr91XbTvZ/HsBHnA37RJgykwcxLg1oNl0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "1c8gB6UVJP+qyKlTwvH7/LGleE0kunLViw00tKPpL5Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMKeyPairGeneratorSpi$SM2.class" - }, - { - "key": "SHA-256-Digest", - "value": "e6K+lfDa6LbLfjcBxEzKesxzz4PJf71oZg2tVNOwZOw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ObjectDescriptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "2/kHrVGDSP9WCO3tVUjQqk7hG9bgApPU0CMTmuYupxw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "OxRUE/aVPiURlBEJKKg5RNE+iNxpEb2asAjsk3TuThk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "A+UEvoxEDM+BMhJtYNo7nHCalwn8xJrNxrTh9Js/bJE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1StreamParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "QA+I4ovykU6dDbAmcrw1pH1L0/jqaFmuQxeOW8P2tyg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "MNQ3py3HhM1YbkaWoppkquRJiFhz9a32EObweLtDw7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/Version.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ku44OWhJfDWLVQWJ42ffFJain+plQuOKNsTgPv9+/ic=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$MLDSA44_Ed25519_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "KqXdFnOdPp+XQA2ybc/StJXpeiSETRT6OnfVW1mt6R0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "KH+Nb5iogvJICPZVgolv4WXDJctgEDIVM3mf0fa3lo4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "XXq7fYkEcFB3JehT8NSIM1LQVR3A+L2zCSyDD+dTgw8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/EAXBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "kokGJ3YVqAbuvO+lWZRqPGRjFjOc/Gpos94vP54Y9zg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/ContentInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "GfYR3TAA+fvM+AmA6eAScbLpHC8auU6XW2BjEBKYvpQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA1$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "qPLdooYgmjP3TQNYpSKqT6OlHe2Ecv99XAm8nGODqGg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/JcaJceUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "p/TR7hi4kYyZBc83eFHv+Zzxb/FyodyGiO9yQNOyonM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/EntropyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "J8PJg8DfhTNOQM32kGvI7kGIUZexyKn55mDhjj7nUfY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2nONBElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Otf48TwFfzuejQFlTji+p6XDDFINJZQvii4uZ/hGukY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$31.class" - }, - { - "key": "SHA-256-Digest", - "value": "YhLXsY5LtRDqfRfZLFou7bN+WaEkKP3M8FS6j0nBa64=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/IESKEMParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "nQpcmRFQjrGqr4ieW09R6WFwUZZLn+7X5j+V4wS7Vkg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X25519$F.class" - }, - { - "key": "SHA-256-Digest", - "value": "eAIYesItWx8z9FMKH6KM9SIJHPgySjy9dSpvgw+fJt4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/XMSSMTKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "d2/8yoocqWRLlsWr1ZJ8kVz/XUP/vHkfYaAz5ejbpX4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/KEMExtractSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "KEnNJOc2nROXJ57+8WE0eh8RndkWtifYqSgIXsFhB2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA224.class" - }, - { - "key": "SHA-256-Digest", - "value": "LE6mu99QQL9utPILcOr+g0TfqEaJhcIGfM16MVLEHe4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_1024_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "b0dQ7+g5B6W4N08bdC1fzpnIzFitqqaMpjqKI+bLUwU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$Digest2012_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "RprvydD6g0EfuOZ4kYPn2Ve84kJMXjn0T1KiAQ5UqBc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA256$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "ShHAkYsvzsHevso9soFwh5rNR8hixgODruQGptKXAJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/FPEParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "7DZgCOqhOOSWOrOkX1TzTrY/hddGj/DD84LpZVFElyY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/HashFunctions.class" - }, - { - "key": "SHA-256-Digest", - "value": "xukY8HaUjLIxEvUXwjszif1nU8/Z9UNo3+bMJsbCA+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$TECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NXclX5kuyuJs1T6OxxRO+9EXUrL76/FlAzCrvwL42BY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC256$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "s061sFoQwyfCnDwfJL8HesZBsCIZKqIsrE5ezcgOARU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/GOST3411Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "iM0h3VXyi6BnvFCjBDiaaKfcA7jlYOizfiu35pIrHjY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "i5yaY65OL7jzeqe1AgIzDIjoJMe3GAIO2kTqI54GZag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "kw7laFpbcq2fEEnYNeM2yh6NIlCuwT7bRbhECHhiLy0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_256_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "s0IHskTuGQeBx9L7MWKPS87x1/hZv2Bgj1FrA+pVR+8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/BCMcEliecePublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZRGq8Y6veu98BHkW1Co2YrxVnZb2xsDy1/u3RH1Wy08=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "hrCNVjhTyavS5bXVTB/l0BxSFl7lQ5s3uXWDf9HEDVY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/BCMcElieceCCA2PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "7bSoqCjbcFfrKqn/EWjul31B9Tyy87XfQ1/io+8W9fI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PQCOtherInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zz88UqAxnfn7irWcm6T08CwT2uYOHe1jMMy/Wynehr4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTSignature$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "dpAwM1kukHVTcpWFiGx8+ZezK3p1yA8ughYXGLyfSzE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePointchevalCipherSpi$McEliecePointcheval.class" - }, - { - "key": "SHA-256-Digest", - "value": "3gM/+cyGBjMHtjtV5BwjSCjkFPIa8B6P8UFreL2AEnU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/KeyParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "gnJSTirvFCZzdcuALTOAChSJHpJibVqz2RhLcZ0WG4c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/generators/MGF1BytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "6CfVm/MtnubdglSUMRL77l006MAyVv0Caz/saRjQvcI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/CMCEPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "rt82Fbbbzgy1qu8hP94d1s2MXxNdiZxoBmlpOnheBxA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/jpake/JPAKERound3Payload.class" - }, - { - "key": "SHA-256-Digest", - "value": "dHZSfsJhZ3NGyfHCuZtGTAf6sfAjKmCZX8FMQB0bG7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "IiYr9Dc7YcKcoc1Lphm2ey4DljrlDNFgAtUpkwE7Y2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "pGm8QfhmaE21KJOkpnVk5ECypYkrChwsA9YpEAApWXY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "OFSdJXYqX7gFwO7jvDHoJdmBdpqSvm5JevI1C/ZNY6I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "BXWyh1t5XJehsaPCFp67Nb+LkEUoIBDPS0GSObiQ7/0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD320$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "36GcdZNM9UULJHD30b9H0oJPlOwU5oJ18SFlGYjSptM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BEROctetString.class" - }, - { - "key": "SHA-256-Digest", - "value": "utDvD161SJteQCdg5n6mfUldi9Z1t2mOJBCRX4mG1Po=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "sBXSctjOOVDXFS0IS31km+qWSX9oPsPc17x+D+1qWHA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "rcHI8YABVWAehBJYfjGdWr3hr8erO8g+1ZXNRGa5e3Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/IESCipher$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "hak6GVG/5bFVq1tG4CE8oyhM7yuOXLOGZwXz4Ihgujc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "zhNRcG+yvYsa8otbK5KClyiR3pfFlPyZhtIK8AwAXSQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NJtVZlIU/b6ztUNfizBjsjfQN+kqfavj8bUBqrXdbL0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$Falcon512_ECDSA_brainpoolP256r1_SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "/DKJKVdGWC2VArwzId7eBNx7Z0Z0jPwq5ioCGIPAHUA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "YeR7BVr3Abbw00Rk2YiqYqWZt0KCjS+omh8qLyxrtYA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$19.class" - }, - { - "key": "SHA-256-Digest", - "value": "IwYQwlL7hlojrYTuJOCbCYh1No9HlwT9tEUXGuHLXu4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qmBSL91SLSNvoioePOjyuTkvFkYOpwJe68XLcQOJmL4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSVerifierUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "LUonCThf9qzqzhXDKCbVXGhQZ6NooY63REuM5pzl6DI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "TFqQGmmYDxHd3fSEL1uO7G/kZdT7RSmAJG5H/dyC2Fs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECNamedDomainParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "A4KqlpNKG9/j5TURJj9l7oJu0oadLj75XpIZ05qBmTM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "DmIIuXqdyF2mTDyiJNl4pMVyXvTvFycfy9XeI5/QAds=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/IntUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "t+YajADONzQeFTJ7ezPQeRjUMbDpy72vC7o5Byi4x7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$HashMac2012_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "5b86DO82rjiKERPPus8+Scn0Jo/UMKGhbYzT8/rYuqw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XTEA$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "HCEwnGP9NdAucQ5CEmyEZYScUDUN4bwz4lLQBpzG1UA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/MissingEntryException.class" - }, - { - "key": "SHA-256-Digest", - "value": "BlIIszrbuKKkJy5ukzb4ShiJC/rt9gNmAwAxLS8BhBw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/SignatureSpi$Falcon1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "3xGCxDMujv4/6hKXKvZ6CZ5r+9TLjZ30d+tE5+Uz5m4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$32.class" - }, - { - "key": "SHA-256-Digest", - "value": "iBhv08VOmpVF8zyryfi6JFpjYZVxbrWgZdyYMMebmOE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/PBKDF2Params.class" - }, - { - "key": "SHA-256-Digest", - "value": "tsYYuzRBPhBOpjzZbcPmswyyJnL4kxoGyPUjEaTkipY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/jpake/JPAKEParticipant.class" - }, - { - "key": "SHA-256-Digest", - "value": "217XK73XPHgB41jTw1R5MyLdGDDIWOx1xLZtC1X8bAY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "mVtteVcMF71GbFz0FebQkQ1uiW/zgwhn5aGDLZVFoK0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_512_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "3WnR3wa3UgRUT7GWitwuqf6O2STVusZCRN/irTZadVE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$KeyGen_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "YE3PkT2qD4asIyFqpnIeZs9hkPNqLFQAKW7CNHqffk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "LVZdnWv0SsweEiyoEnmkA4hGXYaQU6sEisjkqZxtAtw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA224KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "PPc272ZT2QDTjVWOFVpD/dMyDdJULFZswHKdlKGEdhQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Skipjack$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "a6AVZIlstQI0ysqrCli56YLIwrwvRYLPjCT3LkTCN4Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/util/WinternitzOTSVerify.class" - }, - { - "key": "SHA-256-Digest", - "value": "bOxWK1jCDw0GFzv1bV984zX5d3w6UlN7gEAtdfPC62o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AlgParamGenCCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "1i0q4G8TlyKrEIzGkUfMltzqbnPtMI/E1ULm9S0UUO4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/IntegerFunctions.class" - }, - { - "key": "SHA-256-Digest", - "value": "xFSu4JOnolda7XikNAhsuw3QGVW4TW6h4tc6OWZDLWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/ECKeyUtil$UnexpectedException.class" - }, - { - "key": "SHA-256-Digest", - "value": "SRpfr2tp/Fyh8LIkSvJzMnXPZldPuJpKoIVzjJIhST4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_512_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "N/YxOh34r+ghlswdqZQDrA74JeKi1eKYgginlThk2zM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Set$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "gFnZfat7Vilcqt3qvQ5byFOtjLD9Wk/q/VujCUlXnrU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vOLCdb/jjteiGYW4tHjOWJdfySSiFo/CLVzm6ItKxAI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$Digest256.class" - }, - { - "key": "SHA-256-Digest", - "value": "kLiIq0oQPh4BgauPZo/JTlHa3AvP2933+/TFJKo1gW4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$HashMac512.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yz7Er4HMJM5BYqXmnI5sokqLd9kGR/PLgGz/BnkJ3Hw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/BCPicnicPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "gw6c/QmBITo9zuWS6N2/izH3B7Xeyrj/zxyP+mwcODI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyPairGeneratorSpi$Shake_256s.class" - }, - { - "key": "SHA-256-Digest", - "value": "RgoUFjEPohct9fjIhuMQz2YGFAdlBwx9llashwmvEAI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$26.class" - }, - { - "key": "SHA-256-Digest", - "value": "dTv57Zbo4BcPkSK+tD6roRejNWAYzq+dtU49IHJAiF8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$PBEWithSHAKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "fX3cxVCNBEbODCRuiBNsdSoUsNmKADEMyAIo97kUZ2o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/ISO9796d2Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "zbGGU/Uw4OAnU+YiXmAVIkBtfLwW/kDPJeZcDV1y5eU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1TaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "TPIOhCcKJMyjVn8Lb0Z4sgM4CP+XffEKAvz14pmlo+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/SM2ParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "LDUkNCYJ0kOAk/2CxTms96J9BbwmsgAthLyuVnq2xL0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "7dTx6XXKtG9TpCQyudzm4fwUh/KohaesJ536dniQ+5Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS40961229.class" - }, - { - "key": "SHA-256-Digest", - "value": "wmmBoPHBE3H4jdfOLLHkiEOWfZIXyIFytJICf9Zxysg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/PBE.class" - }, - { - "key": "SHA-256-Digest", - "value": "XNLhrf0G3R3DveCgLTdvf8QhWpuIwUkYyyDgxcI4DME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "m/IpsLQdUvmFdVNwBvOZ+vRtZFdflS3DtWwO7bpL8Lc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Mul_GF2x$Mul13.class" - }, - { - "key": "SHA-256-Digest", - "value": "DLSf4cAdUujwpXgzx70QQOLRKvRBDUnzflNAwerAfeM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Ed25519KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "GueRVq1HSAhurKZi6ZHzrAce1fRxIPvDbqgPnCot/2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/KeyPurposeId.class" - }, - { - "key": "SHA-256-Digest", - "value": "YYs3mNpdipGIgofVMho+OvVrGBDOia592nQPCGfF2zo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "OMdH2zjZTAofDVncVKuiONX/FPVYY2vM7sRZWv4Pjj0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/PK.class" - }, - { - "key": "SHA-256-Digest", - "value": "3IaydyAOA4qzdt6fUvAHClt8cQwkhblr+cVUS8iYIUQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "yZ/wIzpHnqHU12TFkNlD0gzVcc38i5J3Q3YyTmd+r5o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ScaleXNegateYPointMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rw616KLiYSQUVhespDF0hWSxu7d728sxP0Dh+jny3hI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "qmZRzeFBYGjRL3zYQ7GYLEGI1bee89rD2/shxf6sEso=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2PrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "MGwEUpgiQbOmvlmKf8Z/Jao1h1pqnXtYs+LHRVpvLRA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509NameEntryConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "8lbux0pk/wdO2GraVx1q8aA4JkoOhbuhFvGZYhyUhaA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "w3B81FYgurYdEwfRsY0IE/fdWh7BPZpCAJGEq5uxga8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/XMSSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "QQVeJYilS84CAqEl3NrOxF449tBdLHpzjeYYrUaqnPw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric$ShakeSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "PlFXwQqQx/5vHrKGdGjJiRMCe0NK8eLHgg+dKYDjGdo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$PBEWithSHAAndDES2Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "4P6S1o6VcFobVVnsnh8ldTQqx6HCtx0Mv1nN206x050=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PrivateKeyInfoFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "lewGseLkSJcvi8fShQmncaVLBJFag7mqr7xPLFtM4Hc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "4u8QT75UzaIeX0mjK7mi3yhN3CpzuuI8awJI3Fp/FdA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "GMJ+G6mX8zc+Pb1sWgGrdyvLJbVRsMSiuxFjJiE++ao=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "RuRPwFV46+NndQ2RUPygN1R7ep6O6KNAm732A9lPgw8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "M7eI4f7uy71KHKwmAoY/MBrve/fZXZlrmMPJso80Gig=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "TZwRo4RKWh5grSf6y79bC0HOH4U/zNYJBihGU70F7BI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "dQKzj7pEjtBWL4XCU3YNX35BQLmoNyxIUxYMIlqBjBc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHPSParameterSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "aj8NSM57R9AM4HPh+kz8ZzmvH9I+8k7ivxBb0Iv4yX4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/XMSSMTParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "FY3ZdbgU6bUGLaHK8He6xvBHWZuBBg0d77VxDm83GQQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "V1KYH4ZDju4YA/Tq3cQOLdRJ29NbKhvAE2/S2dRGKq8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UTF8String$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "38JONBvb/fDEZQf08C8nM/sO4ppiLkx3sRu8D4jxf20=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/ISO7816d4Padding.class" - }, - { - "key": "SHA-256-Digest", - "value": "O3W7jWfDWp9LRawADkyBIxO3V3ssQq0ADY3RaIHE/io=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSARipeMD160.class" - }, - { - "key": "SHA-256-Digest", - "value": "RLtBwlUEOJAjHRHaAI4OtIvA1xYEFJaUXdvuTQwLfzk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSContextBasedSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "MHwuqAi8zvQX/hb0f9VYWwSubYRmsqWZmpY6ykc3uo0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/drbg/HMacSP800DRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "LYOMrWKfzL31rjId7FsUCGgTO+mp76S8t35INLTlVcw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$KeyGenerator512.class" - }, - { - "key": "SHA-256-Digest", - "value": "F8ghRYW/32Hg2C0wIpvT3yv8pRNDEvKpkTGGEaIAuyk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSException.class" - }, - { - "key": "SHA-256-Digest", - "value": "5TDVwPgzYyvsE3QHD5mr039TDV+TdMjWajaALWmCC9I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1IA5String$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZpdpeA1O1jbim4Q8RgKeIxKu+BI0Rtxkolg8NTqSlAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "qPs/I56WShoI1tw3y2K7rOBJWMl/+wHc9goPgjS2sDI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA1$SHA1Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "WCAev7IWed5M6iVPhxfjTmEnQTO6omhVRQGTbeQ+KFI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/GOST28147Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "u3kbI9na9cdBKLiMub7QUwP2KkjvVqG2kjQOLF+4oTo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Argon2Parameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "fIh0jkAoHOrPFz5+8Aul9flVB8msTiEtjuRaVEOdg3c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_512_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "3ZO6JuH2BEV1bMuYEyTf073EweKKrmsktWdI7P+aTvg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECFieldElement$AbstractF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "SYqgd5tBuoyg1XXlp8dBPOVEsji4rQM9tciqlkcl1lQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WTauNafMultiplier$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "b+d4bcIBHorsBMJPt85ntAJATMHVmBAPDF0azGNZlh8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TBSCertList$RevokedCertificatesEnumeration.class" - }, - { - "key": "SHA-256-Digest", - "value": "KS5fs9m7QXqP90NRa2aIPwMIC8KSc/hcmvr1sVKmhcs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/RainbowUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "4HRJ276ISbxhOGius25YY3z7vSVHRORBTLwatqKMA8c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NtruConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "t2PztBl90dH1fFdZoihdJXTkYWjZQlbOM6pqqQUCdx8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/style/X500NameTokenizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "2UK5zZvZ40MgP8w9d7eiyQgVoF/CMCutUlpAp9t+FL8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$16.class" - }, - { - "key": "SHA-256-Digest", - "value": "39b7xANBavvUwUFjkvXXWC22FssiMxAIIXdfqpdZt1g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA1$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "bTA/QHhdz0MHsG6MXHPdi6JDec/hr61Lbn0Rv0xqua8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/BCDHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "CPtW5Z23q8al5bi8Ce8gjJe3F2z3S8yaGbCNZv7U6T8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA384$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "2tNclEPtiJ4rGkjd5+7TjAANlY8gbFnUTduNYzshrkA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/PKCS12ParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "eXNCl2T8uaxiJVbOfMtW4jVrWnImznnzO7GOMtSUaAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1TaggedObjectParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "wma4mF15xnk6SBRxXRC36HoTyLB8I2z0DZDkTbHuDIo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Exception.class" - }, - { - "key": "SHA-256-Digest", - "value": "N1qwQO/hCG5iUdmrMm5jT+NWlImQXTcs1aoloH60gvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/ProvOcspRevocationChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "FDa9LGySHCn2hQeummAdtN6l/W+9GJcb8H9Dd8zSCKU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$DigestSkein512.class" - }, - { - "key": "SHA-256-Digest", - "value": "V7WdHq8+ZM7+vPbfEukUsvTlWeaUUx629l5f5MRSDMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/NTRULPRimeParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "YC2ru8uFM4NTtZBVWTyh8vsYn3CT9WdYpF04G01TqCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERUTF8String.class" - }, - { - "key": "SHA-256-Digest", - "value": "vzEu/BXKT7wHoaeRgqzc3JPnNmQCSoxBQghB/E6AemQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/ECNamedCurveTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "5qVOWy81CF1eiUrf0037PYqrRcFvqli64IF7XSV2rEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$PBEWithMD5.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xxqi4WZpo1dROyOCJNPQcKhpXaVcN2oLOQ53sQ3PQ24=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/iana/IANAObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "+HydkDgnNJFZpMMfYiF+pSXXcmzZ7mSdDmDAogVXDRA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "099CbAyBvhHyGvafmpYOW6TWt5ijC/I7Rw65WSg0KvY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Blowfish.class" - }, - { - "key": "SHA-256-Digest", - "value": "rQGM4/wDmqktIYKeRiyTrsdRRN774I6wzBSYUgLHl2Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/AlgorithmParametersSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "T2qfUrDSH+LQMGtjCga8bGUy99behG8cjql9nc4/TyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/X923Padding.class" - }, - { - "key": "SHA-256-Digest", - "value": "qvpiKFbM4F2IK6pmkeIhwKjqn/blSMrm8R6Pym++sQY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/KeyAgreementSpi$ECVKO512.class" - }, - { - "key": "SHA-256-Digest", - "value": "nZuzfA54sNKlJA6p/hlzW2Cb42OGFjCsq5I6QkbHgjA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHUPrivateParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "L1EOI0vsr2/bAKw/8erQfa/0ubZbxKQ2LhBRPOD1T4o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "rb/Pl1pdxJKREjm6NgGgRfOn3ZL0rYvqraKR7WMjMQM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "7KCmKDp8uzL+17KKROBQR08hQWp/5G3cXttMHOTayUg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/encodings/PKCS1Encoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "Odj3cVOas+UUErIZspwfweB6eJe1qRz3kWZ/0RSLOw8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/CMCEKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "oPxo3sud7vdIa4vVZY2cR4aK+xgVTe3itCDo3YqatRk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/CramerShoupPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "816PskW4QvV/mWmr0CLR6E1Vf4wNIKQYotkN7gwvX0w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/interfaces/EdDSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "WBaD5uMwuzWh4gDIHZiS9VCMnB7v6Gt0prSlWiZnin0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/ECKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "RZZ6oybB+bZZWMZ2/EBEWpjZr5kBY882B9nxQ3BsxPk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSSignedPubKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ClQDlbg/GHKmNtb7qOmw2RHOYRQ00lY6ITCt7/RKuno=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/NTRULPRimeKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "lCBiPkfVuh8ApoNBwPXl+0s2hsF1Aqv16z+2cr2tNh0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DERMacData.class" - }, - { - "key": "SHA-256-Digest", - "value": "YNtjXgNPueOffcG36BSjNOBwiyfB7GnObwVDfVCud2Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "/KI18E9+F1BmFROS5wiclg7jvCLyHwVStqcr0UzEntc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/style/BCStyle.class" - }, - { - "key": "SHA-256-Digest", - "value": "4MAVCMEZg0j8SZgcRY8QOQGeDu+U66hLhD8fDez8Re8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "iD9fy8ObIiLRQMJ5UxfcI3h2o+rrSbApt/Hss3D7yVY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERSequenceParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "4fPBwJ6p/UfWCsliVy11/rxLypjGXXtH/mTKKfnhKe4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/LimitedInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qe08sFXTx/5aa3/XSUKhK1Kh3JCuHvpEDeyHyxzYM80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CertificateImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "goYbGa4TAvwCoIR7KkrnbvY6FUtW4/zTNt/YS3V2QdM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$HarakaSEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "I0jboVqarORVR8cVSISuaJR8M4UBKzl8ZtIAo4wBJaM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/commitments/HashCommitter.class" - }, - { - "key": "SHA-256-Digest", - "value": "NQiF0YDh5KIbFupZg0DcL63twODOueROkQSDB4OHtNA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/cms/CCMParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ktSPM7XB+wegymZmAoFmnpoA6nb3s9YpPJxtFCoCUag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SerpentEngineBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "FbmEjxNTT2KUp349DGZ0nH13Fqznq7sMO7NDQgGkr8k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat320.class" - }, - { - "key": "SHA-256-Digest", - "value": "iTD8iu9T27G2rQYUJuU8vMczUJ25DJTpAJxYp+64sgE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST5$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "+WfzD03gdFzP1oSv1Jjxvc0yhR13xemoqDEaa8D7W7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePointchevalCipherSpi$McEliecePointcheval224.class" - }, - { - "key": "SHA-256-Digest", - "value": "wQ+6srbA9QKX30MIur3RehKW1nqCg/4YAU3OsllpL/o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$MLDSA87_Ed448_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "6rhzkdRtiKjOvzNG5XStZYkWj8s1nlHwuIFElAYintI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "m3dI9iXqi7ySs5htrvUm4QaW/ao9a+lbzdM/jmjHSJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_512_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "RcabFNq6+mVMkEmHru6azM98+Ac/xTt8iQv/ujKhEBg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "WlkiTufoVJCzzZ2Gbnrk1x4YOJQYxZwcim1wRHOX7c0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509CRLEntryObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "ld8xSbc59GlOUtc+UaoQmV3yejk5sna7JPa+tlXBoCc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "JJj/NSNoXpvBA4oXqY1wFJxYctzNvqp0qUjFXpvflM4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/XMSSMTPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "g+dtApHHNleqqnI3n4QGPNq9ImxNScSRdXJv3AY8izw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$WrapPad.class" - }, - { - "key": "SHA-256-Digest", - "value": "av3cyvgp/l+MdHaGhaRXGdPRt1edonP5PtVSq/aIcTc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/cms/GCMParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "frOCaDTpnFSshNVysDTCflZFkX+hw28vL/PnYsYIYi0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSLoadStoreParameter$MacAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "wnNTK1/jBamrZgWCmKkl0mwHOcfpMA0wDX8//bXiziA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA224KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "V25urS9x95wN7WFY5q3nKInXZEoiwYMDfXK88DEJqsc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$RIPEMD160WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "kTBXAOiOJfuC7T2Bhzbwa4IcNNc7m0LFEMe81sV71ls=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSSignedPubKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "JR9i1LyHFDjF2QxIJn7bYQnLk8bqEJV8wkzSktE4qTw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA224KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sop7aJV/BBtMO0EPlgS+aXUDHLQRMbu+rNgDCBE9eDw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/IndexedDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "E58eB4hcmXF2y/WT6f8B8bCZsf8phchKa83nc6KPvyI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed448Signer$Buffer.class" - }, - { - "key": "SHA-256-Digest", - "value": "/7+IV2dPAuhEK0poE7L+ItUP2NbARM3g37OQ/jEWMZo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1BMPString.class" - }, - { - "key": "SHA-256-Digest", - "value": "lMkGr1u53RA2m9IJNum28YdnUsJWtiwvtGmc00I7cP8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/ECGOST3410NamedCurveTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "/4e4uMlyw5YyJfZa7IAKkpfcoIkFlZhaIGsEJe8Fs5g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "8BiQ1poHaEchaU9VJc+P4v2Nh57blZLW9XUxeWowLWY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ohGJflrbb01ygkuWoSBhDOWVd/clr2hIQapSCm+xyFc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "TglFW7un135hkkqcpQPVOo6lbgV0r4ItEFUwAG+6TG0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ew7lpyv5UNYVeFIB76DjHFcIBvmdn8lmnsYAzhkIUEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/interfaces/XDHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "oJbqXWgYWQzogEi9eEkRw3vl0Lnc/tNTsxyn3c0e/wM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$15.class" - }, - { - "key": "SHA-256-Digest", - "value": "GjFj2nOscw6uKTmfHTyMxUzcjSNotECgOeBCQAjj0lE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/KEMParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "tCdNQovISJPNqklvkxR1KU7kEnz9yhDnB1w2ZXxMvsg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "oCkpCvNUcKvkwShrgT/NNvS0VKSQyvu5tgbixX6nFK4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "vRSShcFh1HOXFT4A0y3MzAayj1bwwgrYH6mCTSm4DVQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/nist/NISTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "mIZqN7nj0a1QKnqBV4kInAXrURmAivcbNhBbG0w0iXU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "SJa2dp92MS2fLAARMAq2k5rpCEfhL9NDbu9QL/uxq5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/ExtensionField.class" - }, - { - "key": "SHA-256-Digest", - "value": "wCa8fjfv+6Q4hOhHdxnsw7KCeZWFNxKVg8kGdU3nm88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA224$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "WsIUAjMXSkXfM+uHLKoPy7n6UFQkFOfCtesVSLqnESM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "xahy9/YYOb+SP9GJ/R2eJfo4bZHw2EvWDxD2dkkvvOE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/KeyUsage.class" - }, - { - "key": "SHA-256-Digest", - "value": "3QZfccT8Bz/8+41Z3M+hMudvTaR2Y0Kh7P0jLV+PHfU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Scalar448.class" - }, - { - "key": "SHA-256-Digest", - "value": "OjCKNfizlzw6+Mx5DDjcAOKYN+tryMtaBOKN7TQ0GhQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/StreamBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "W87p+WxEbyKG1+DNUVEHR299KA6LoIFwcWBHZK/uOWs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$ExtKeyStoreException.class" - }, - { - "key": "SHA-256-Digest", - "value": "qCKbtKJZhsSef9UXwqqC3N4K4bC0qRrqOkZY0Y9UEdY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ECParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "KHDotsT6xAIy7hleb6gyny/uez29H6Ki1i44eOqCLJw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "NB6AHwkIxW1FY/NK/eF8wTBMVazBbnGVMxykt83lrZQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$AbstractFp.class" - }, - { - "key": "SHA-256-Digest", - "value": "guZNHZB7ieBbTi7rQWDOjveT8QLJPYRpXX209G7X4mA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/HRSS1373Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "L23v9DxQ6F73iFIhna84Hd8ZvCm+juGw/OxKpAo90lA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHUPublicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "H6TMt2eQay3FSc5zqvvGbr4V3lO8T4DcBpmpJ3aEgmY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$MLDSA44_RSA2048_PSS_SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "pTq0PHdwTVKR7N+0+yqc26gil6zpnZeveeNnlL4OLds=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat224.class" - }, - { - "key": "SHA-256-Digest", - "value": "JJXNXuK+RTYOPbo31fyhN9Qu58BO9h4NAqWuWmETynA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA256withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "yohmdaad4APq62I0rXH+UnACddugm4VsehihQF5TJok=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/SkippingStreamCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "XeWSjURCq/sX0L+NYUHtrbcW8O4B3+lJoLaVbuIVQQg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Rijndael$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZsIf03I0MB7+KH5kNMf490V+eZm5xhJObabTg53N1PA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "5j+exGiPwRPRLzE50IQq/GF/QqH63/OgOSPs8HTlzns=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/HPSPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "wLSgrO2ndCkWLfnzW9SrJ8T2wrxmN2qT/pJEBxPnMPQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vdpgj85PE6d3nsLtw8hgH3WoFC8Nryjdj0FTT5WCSuU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithSHAAnd128BitKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "J3djqVlY8Xu6RvonX9ROjdQ9EfonYUOZwZWU3h8SMao=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/KDFCounterParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "mz1vQSSE86mIf6TGiHBM6fkD/An80X3Ib+aG7YOWig4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "jTyq4rzOhtOHxVbp7/opGE4MN/+xOZWTjyblyy0ENdE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "My/QQIH0UPE+zeZBSRYP0lC4azr22m+JwvpyMNpTzaw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509NameTokenizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "1yZtd0Nnd6fCa3aISgcT+d5vsdySX/ww2f25tECdu54=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/21/org/bouncycastle/pqc/jcajce/provider/ntruprime/SNTRUPrimeKEMSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "RSRw3VXuDQZei4R6W0TCyxL4e+G2t3xYrR1ZVRSbUdc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/LMSKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "IaUxjRRA/yw+P0NWP06P37xx8JgGH1HEVVyWg+8wctE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/CertificatePolicies.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZEN+cOgDCZCGJjmzRK6dVXn1dI14OQxHzePa3uBmZ+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAACEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "JCCWGrt9KQK8mgVFRWqjBoL27efiCpBab1xYKGnr7WU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed25519ctxSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rmd9TI+/cIjvPMl4QuYzYo2W5HT4hQkfV/ASQSF9kWo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/DilithiumPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "hhkNfjPa0Un6GjPiAShIR3Ei+fAXYaU9muKHb3NO2rU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT239FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "ldgD5ZoXnJvFptHgVFeTcLo6WiSivEZ8IWQeyACcP7I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/WOTSPlusOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "qOJx+pK2/ouB3LPeA1MBJp7Wn415+6ITjURCvwO9sec=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SignatureSpi$Direct.class" - }, - { - "key": "SHA-256-Digest", - "value": "MEggWuPYekAf9lJBU1sCKWTX4QnG6FhlTkfz4qIGmh4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grainv1$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "9wZWRQsUvo+U5yINWYe+zAU3O3reyplQYK9pKmYkQrU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/PKIXCertPath.class" - }, - { - "key": "SHA-256-Digest", - "value": "MXChaPlYejhFUKlDY6Wvd2nOJmpxzabEulDTTp8ep08=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "tIlTWXlXCf7Q+gdWcc1SdJ1cc+MBuVeQAYARu6EZTbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/util/SecretKeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "gapJfPvFRa/5W+zuTlfutlOKZ/w5FodzZqKCUkAR/D4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP384R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "lPiJO4LkvbjbjmPKRoFbzDd8JKYrahZD9n8J7/B7tOk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ExchangePairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "1WN94U6eU2kge+RdPybsLomSs3+qr2WolEW4UIsmVrg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509SignatureUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "a2CLiVCGBjwLN1yhZdMRpCOsqGnrLJ/xIpvL0IU6Mxs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$DigestT.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rol7CJC7Xex+AkmMrEWt5U/yvW/0C0lajR/lUi8wraA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "eiyU95tisDWkWl9Du1HnSrMqEZXswzSNXt/c4nVRBds=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/newhope/NHPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "jl2jG2HlGRfq34lD0/kg4j9GYq0IQNSz2OduRhKd6EQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$CDHwithSHA512KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "jCdJQXhZZiD3Om52Qr8tcgXX1d5YXMGDgE4zggjUSi8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUEncryptionKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "/NHizPq8OxJaa7pQeT+plHCFm6OGACdMmwfBeytV+XA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "dFdNizmFjbqCVi0MkFkP95PqMk+KzhfxLGl8G8HjCOI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/EthereumIESEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "4+1i24rKbieXuXUG8dyZiVs0q//aFYNF6G0l2UFU8D0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ap3gsJ/4N8ekhB4GtsbMJLeDifvxrYkQIQ764Js3G64=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zs9JVAFmOVvivkE1Qaj9z1Wc9IPbRHZem5KywoS2WNs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pk++BNGZnC5MkHFodYzO91F3zpF6ffDhmV0C86vSFxg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/LMS$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "CW58a6hFII02toVgg1r8Bj+S2HNJ7Zuxuod3MSQOQwU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9ECPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "lChK4JUa0bhSgDZFhdd2eQ6bIsUE0T4DXQldhW/gnp4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/QCStatement.class" - }, - { - "key": "SHA-256-Digest", - "value": "FqgzEvzKARHFnUjH4ZYW8Z5WUd5KPAb2oIK+c4B5DcE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SK.class" - }, - { - "key": "SHA-256-Digest", - "value": "XJ+HeOMIeyYRZfeVrx63cgayqs+sFon+/UALEzKe6xU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ua/DSTU4145Params.class" - }, - { - "key": "SHA-256-Digest", - "value": "V/RFpO6d6AQRfyi7MXvUjAqXTQL0ZRAm9RxFOSQfgBA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "JwUwBEfMwqpQ+2CEWrMb0R9lynnY5C4EhIC0iRUbPtc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$URLSeededEntropySourceProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "puxMb4FtWyM6UhJ7/QWYtSZm1V6ylzvYp4Bg4W3r7vE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/WrappedRevocationChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "wGdAqZ6Byh+MibqXyvAiaD2rk/LHiTKMIVfTzj/tdlw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/LongPolynomial5.class" - }, - { - "key": "SHA-256-Digest", - "value": "tn5csQXLUQju+gSVmptebbQ77hI/CD2/9Wywq65ptkE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1OctetString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LIMcMONtYgzv0s/cUNnddvyyMkVPOp/nNl/prVgZc7k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "WUA3y0gf5qfsejAaj2cAX2Q2b9Dv6gIt0ZSGetNveAA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/ECGOST3410Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "1bKqeDNDu2YrI7TQTrzcQFZYdX4Ih0X/3FuhXKDxRfs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/RSAKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "vfRzwmR9a/PhtnwGJexhSl/ZuOdof4CVDlLuoVS3tw0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/SignatureSpi$Base5.class" - }, - { - "key": "SHA-256-Digest", - "value": "YYb9pxYym1LM5KwwA+Dmluv66yWR1LiM8xMHNqLlPGU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/CramerShoupKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yd4KPWxgFAzVhT6oLGMwoi27rJtAGqXi7iWPHzRx2hQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_256_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xky+wM+79OcVOyzX51tKbtixNaV8PxKM7NYFpOXk/Ko=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BEROctetString.class" - }, - { - "key": "SHA-256-Digest", - "value": "oPn95+XwFuwDz5xqa1K+nVuaBmxJk/rJ06i8B3jHEpg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyPairGeneratorSpi$Base3.class" - }, - { - "key": "SHA-256-Digest", - "value": "9GoZs0cXaCPsJLlZegvz/73LW84ZcguXxo7dFPmJglw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/PSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "vPLFawmhU9XpWFiLH2l8swYEvT9yosjScX7AhXehegg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/ScryptKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "u5eVf9je13CLr7HFZlgHKVIx5jryXEa2NVzOyducle8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/PolicyInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "KXDBhpq8ojCkLKf4WxGKzFua1WvNNGru/2T6djkEa8w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$PointAffine.class" - }, - { - "key": "SHA-256-Digest", - "value": "jAQeDDIyn8bNi8Juilh/3Ft6il4+2Jj5QKCzf2Mwzvs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$16.class" - }, - { - "key": "SHA-256-Digest", - "value": "2szRg8Q2orM6g68C5KGC4MpIhSCKGTMzpiZVQ0sqN4I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "BY6ZypVCtSox+XZuI/lC5uX+/T5GUsaOdHJ5/ngKQGQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$RFC3211Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "DSJzB/IcT1hN+zf6WccVsb1LZwsw6nrHAEcwkuF7naE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Ed448PrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "UESshQd/BUBw95DBN6tlczN4si1jMee9IFJTy+pjZCo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Z6xAbSZjlNPT6v2aBG42Smg9Slm/8dVggKX5aUUUzA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/filter/UntrustedUrlInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "uU/AP/xIrSZTzxIu+Am8n91YnuruvdG6fCiBzfbKA8k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/DilithiumParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "HTJobfHZ84YoAb+HsBf71cc1PaPSrLraYUgbWgUk8CU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$ISAPAEAD_K_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "+p+y2ENjw9n+jni5MdpdSRsIBlC2guMxeWO5bvxbok8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HB7Oi4ZHyPaFnl1o77eKysGIL6k/QuL1K7E6IswwhIU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_512withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "CWLK6uTJ8o7Kt4U9uZbp+qb/ZnM/f/0bHfuJkAalut8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "4/gaNsXR9XfeueCX1/9M3zQdda2UQSFqNhL5fDUN0c0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "I0nXuBnC3wZcd/nE+OhqARuHUs9oJJ8OTXTomdZkdZU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "dHg0krA9S//bIqLEXsUJKShWVbkAwGK2Xr6Ct/QsaTs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/KyberPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "cWztBD/d5aV7N8P5152yVMmlzbtXdB2jSaFT3VofUH8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/gm/SM2P256V1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pw3UIMEPWYG6SpaIusFzf4PH3wsrC/TxA5HQJz7T1T0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/gm/GMObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "5vQ/WFtFFFkt27nP9rIJX+yRI7DovYnH0fgP+LRN/78=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448UwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "6P1w1Rsc65LKj82DzA2Whka+75VFG21Y1k4NviwFuIw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenPBE$Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "s5GB38uaTfh0CFjn3fQpSq0zqqREilFSnxptFJyWG5I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "DCaQ8IRx7Qta3bJSTuSW8jApkMQixUpuvjRivZBh7cI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat512.class" - }, - { - "key": "SHA-256-Digest", - "value": "Aif5bvL2P41/U0/n2/MvmAlx4ZIl4cLEockeX2X0RTQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/cmce/CMCEKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "G15t99YcMRRXPpoVcMe5ouDmqOl5dbuw7DQO90mYbyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ElephantEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "+jasgnRzzPuCwHYEkOAbJ1KDi5uMGTuso+cPxdv8WpY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "CCwKb98UOdAYecpbF5cSKDALBg7gSAgUxqurQMAEAfU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMOtsPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "LiFauvpO8ENejbhKHoVpiWC3esclDRrGiFZjL5DCQOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/ModularResultant.class" - }, - { - "key": "SHA-256-Digest", - "value": "bBfDQoTB9iJDp9k+CMDiVkvSJwo+9V2aT7zCUOTue/c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/kdf/ECDHKEKGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "iD3L29j8GHgFny5fOmob9hz1P5V6n1pKVFx/sXkjulY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/McElieceCCA2KeyGenParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "El0UtYCgWS6qyUPO5KgdGeFhdTNJ3Mgy8W+lVQKxlnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/OcspCache.class" - }, - { - "key": "SHA-256-Digest", - "value": "7vrhn7jeMYxjiWzSyhTVNPRlH1zl1ngy+EZ+XvyFveU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "FmuMOHFnlUytDZSZWsOBFavadK7kEKRFCbv/wTk8tvg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/LMSHSSParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "a1CckZWFJk9ydu1F7wIDKva5XyUruBfQPrAkaHO+NyQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SABERConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "AAi7RFM7nH0UcFiFFwQmmFiH03jKvzEKAmd/52BIaFI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_512_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "+eACpkshSF9ovjNoXT2W8enxP5WYt7fId7WPHRGdxC8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA1KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "dapnJXK9L9v4L8r6Gd3clL+nygtD3wJfNwpJpFsrTBs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "wc1yYQVmVqyaecgEJ11pYzoZYtk6RNaK5gL29L+hFrc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vb2UJqGdtZzpe79CDRJMysKdwMyImg7Urlr6Y6KAcJw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/DilithiumKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "GToiAyLQbt1sqOuCc658+Zc3f8cLLa9gMz+KjdAw9Ck=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "N7EatXrIXNdCos0yoShB/Ozu79y3BhikNLRVTWQlTMA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/ntru/NTRUKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "SxHsk4z8XgSWT5ygloCUbUadsymqaFQTGwrfX6v5OoY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLSetParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ptpQYSo/0Uy9hezfK7i69s8fBvjii+To5YNNH85u3eg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede.class" - }, - { - "key": "SHA-256-Digest", - "value": "3IibAy5i1fF0hnEphBwf4jw4zWa29bF4ASEFMX0v1nY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$Fp.class" - }, - { - "key": "SHA-256-Digest", - "value": "uJXMojC3q9t7kDosPhQME6JwbMQEAGn7So+sRxIooOQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/asymmetric/util/EC5Util$CustomCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "4nRlMtw/At9s3vfRtBI0WW6M+dVIlvSQSaavh8vNvdA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1IA5String.class" - }, - { - "key": "SHA-256-Digest", - "value": "VJLRirRVmxiyj5lCGd0Q3Nq4BkKONVQ5nBdL9j6eFVU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UniversalType.class" - }, - { - "key": "SHA-256-Digest", - "value": "T6Ty8BKpS26ORChl/zaAIKwoojseu3yzt/X6tp2gZBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$TECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "EeeIRC7SK2qDD3zR4cbz71fndFk6VZ6ISNXHZzck0Zw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Null$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ezYQtIYQdz/BUct7cY3EawTedRn8gBJDX1rwAcchCkQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECLookupTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "Au8jwsWXevSAwkLAOtk84/PR7h9ck1ouFwMJe5Nwi6Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "w2P44mZ4AOkxyOgLuHzvungiqHvA9vlufFxGo/Rud4g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "7nkFaWxRTvsAa8hdg9kFOe+YseXmohdFxsGL9duRCRw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/picnic/BCPicnicPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "XviZMif7MtRUGSqCEoL/zH1KEx4cwshbo8XIOoD31QU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST5$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "2NzqLKObWPCrT7TXS0e3j+eZMV4EnpP4x2WlbLYsBHI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/GLVTypeBParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "vnvysqqF6Yxfj9E8nhUaTN69EQkPPzETx2wMX6XJm8I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/SimpleBigDecimal.class" - }, - { - "key": "SHA-256-Digest", - "value": "D8kHZ7mPOJ+XnHy7H+Iq1SPfSev090vt33AQHfkbS/E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2nElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "2yvHRZX4bos6qvn/JiTOX4w5OUtM36FbsJSifa5+KG8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/SubjectKeyIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "qvvm0ymbfOGHkKazlPma5H7UaiREDstAwg1EMXd6lzA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$23.class" - }, - { - "key": "SHA-256-Digest", - "value": "fFegZQThTVt7os1HNU1MUEkJUnLZ5UNPVVEK2BUBOs8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/SPHINCSPlus.class" - }, - { - "key": "SHA-256-Digest", - "value": "184Y7fmE8Z5cf3KEanS3FSCk2h4vxI1o8U08mT94uj8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/RecoverableCertPathValidatorException.class" - }, - { - "key": "SHA-256-Digest", - "value": "0ANdc2T+ygcpNulW1tkZjAfzJyffffQgS/3lAvMSkYg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "URPPCs8Vq3nrsF8BmcBYpnejd5eD/aUgZQX0ty3uevA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_1024_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "fblvlKP66E2Ivz9YNv9NRCpGe04YB4TF5PjZJ83oW6U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABERPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "IQ5i0TSGT1zRH/V1qwGn3h+16+TLppP5RHUF2T3s/Ok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/SimpleOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "rH1Y0JQL1F6NY2HFNbVqIQ85rNhIgoy2+PIEPzZNIDI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/DHValidationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "yMkdizfL3hT2zil3QiKqpF2niPsLEU/0RvHD4dykKKk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCECipherSpi$MCE6960119.class" - }, - { - "key": "SHA-256-Digest", - "value": "lLoDPYSeIpZFhsXsqHaVgy6FIanCF67lHlfLo83EOVg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tu8e0WMLMVYNG5Rwnloo2jrA/mEBOyJNtqwxDflI9V8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/XDHUPublicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "8k+juCcDpng9yMkD2edbdFy7L4XoSVQEbAFleoalaPs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$WrapPad.class" - }, - { - "key": "SHA-256-Digest", - "value": "C8xWVQe8izMoBehE+WJK1FVeiBXxHhRu162wZnbZUY0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "z6/ONZdE8XHER6IMNl/7voZoJk7wZx8G9K7VSookMuM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Encodable.class" - }, - { - "key": "SHA-256-Digest", - "value": "V9EBUGhOZLNCs7sC4ush1OJ59tAKWuHvZWAbjkTu7Wo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$ElGamalConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "uV1fbvr+QY/sO68aEqgRPP/buzoLgsNs7Qa8r0Gy5sc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "kpEWvSL8sxeBBtzN9W9S7hs97R0MtNRMnVGFTSRrGyc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/ServiceLocator.class" - }, - { - "key": "SHA-256-Digest", - "value": "J3JYdOtyC6rhvyUNTYucsVihwpPlaNahD+VOBFyuCl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$MLDSA44_ECDSA_P256_SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "FDg1CXDecAygxr2TrQ58VbFNEPBZXen9uQ2r49/xng8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2s$Blake2s128.class" - }, - { - "key": "SHA-256-Digest", - "value": "X5xqu+PDrSyDEeLowr1Cp9FGxcZkaN5QriC5nFakwJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rR9Nco8ykS2JecczQM4c19cwAkZ7HlS8PRd42jkE//8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "SQ/Ww7b9F5rP4p/DkYnKnLinSxEJIKQd858J9vTAZeI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestSHA3.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qzc+kVnFuwd227+3UryJF3QQcC40z8vrG3Wwh1bPURQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/internal/asn1/oiw/OIWObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZMD1hj2wWJ7UOl/nkdX75deeF81idmrrn0L7AwxE1WI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/PrincipalUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZBq4yS/Wi0wiJ2apnkhHawosNbllcHIZj18cYGqtWt4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/FixedPointPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "LWTEro7um6Gcs5GY1fL8TTjWdZt7qAkSHJS2y7Jw9mo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$stdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "dz7i8E/Rmk5AinSPq6+/jqH5xIV7v5R8TIbsNShewbQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z4u76Ophngb96GDCdzfi10VIJNPcDSVb/sZ/SJRL9W0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ioa0yxQtLoOANoADCW+LHiXmEz2dxVSYdwBV6igBop4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/DefaultXMSSOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "3vvB5O3bydzAe8oo1F+yKrB2+1L0mpv12ER1vD5C2gY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "1imFku11/zK79cCMpsQrg4krw9a0G1k88vjJBibwIAs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/SipHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "LhByk7Kdgn3tnpTyyQzlkk5ozExraDCciSS4UQCx5Vc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$KeyGen128.class" - }, - { - "key": "SHA-256-Digest", - "value": "SeQQSu7+iKLJcU66HGU2OC3q0pAUlaVO1MUp2pmbX3o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "MZcmdEOPGfq9ahufWZTQ7+LvX7t3vn0hVv7b4KrCbU8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Kangaroo.class" - }, - { - "key": "SHA-256-Digest", - "value": "b5QhbWyah5f+EYbMdMa39umUpISVB+eqn3eBAOwsmyA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/util/AsymmetricKeyInfoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "QXwXPU2uIcsId6ERsz1RuwTo12bBsoA+HBtsV1AZMtU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Tag.class" - }, - { - "key": "SHA-256-Digest", - "value": "uAgk5VlYBGxIMrCmifuoom5HGdrJon4EBhNoYWz5GTs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCEECPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "vtdiTkNrkY9R2hXBPe395vY1GE3I0DR1Peq6J2i7814=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rbggb+qC0JoYTPYUPZGdODBGYYBNBRHaHTiCcDN5vA8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/LazyConstructionEnumeration.class" - }, - { - "key": "SHA-256-Digest", - "value": "e3dCn6GMmG2XiZbN5GfRW50hvqUPkqaJ7ApYnwfjEvY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$DESede64.class" - }, - { - "key": "SHA-256-Digest", - "value": "MhjGoq0N19zzsAQLbr3k4kevX6Q20MDbNZaDqrhKKNk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jo+WwVLIcMMqjQa/BVBcx2yjF8BIbZ/n4zLgPL1fY4c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/RFC3739QCObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "QkBsNV5F5EGdedHvs+Rq03lIzerSnms7u6ou2iaMnu4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/AsconDigest$AsconParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "0qJruKR8QrF9ceCkQsgdYaSRp+urCekOtstfgtuImKM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0FXkgEPStxLB+0jv0iGPf55CWaD6cJtmlyZht87ZBZI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "HFWGCDJswe9KE9QePOlGf5ZcMBMZqmx63TCYbcjXHnU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$PointPrecompZ.class" - }, - { - "key": "SHA-256-Digest", - "value": "8/JCayzxmq3+IvauJs1qf53ZvwYkVymM8yr2Av7AKCs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$Digest384.class" - }, - { - "key": "SHA-256-Digest", - "value": "2080Qhvds7UhTHclxull92r6L0Q+KxwRL/Bi18OEGk4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/IndexGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "yueYS2crVIqanLj613iddRkNqL3r1ODWcT72DCnzHeA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$25.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ycz3sqkWKtKCsctJjj1pMLm0Bszm6U5osg6JUO3OYrY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_1024_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "7L1v4NwWvBtKRcZG67kMsBfyKyWz87g5ysIOoD0Oquk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/BCDilithiumPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "+DAbvnLWS/9blRdz5S4vE+dI5/LxH4PTJZ2Jkv0jobA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$21.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZheLwKTg91ko3sPtLwamS1e3ByVxMzmgumJiXnQlwkc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD5$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "vH5U3zPl7PK8K9kcY3VNzDR1BaLfv/N/Ee2w8KTVCzA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/HQCParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "1EFvw7bxrjRsOjG6h7meKdrbNQ5Ty/wBmxRAhRte/5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GCMSIVBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "+bIX6DE+3t0opaWiI9BJpo0yGFiOafpnWSgYQYBbyd0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$AlgParams_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "TrP6iD7ScernZH6SGwPIYngb8Iu/gb5yR4y2AgUGzm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$PBEWithSHA.class" - }, - { - "key": "SHA-256-Digest", - "value": "CXYhR8WnfopzgaiTJmfldLpVqiLATwE3QAxTcwwgcoo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/CompositeSignaturesConstants$CompositeName.class" - }, - { - "key": "SHA-256-Digest", - "value": "WmVg0ZT1kK48UjdwsjZGTFB4GTe7X4M3asHzmcadjJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "v6o0ivQMQGthdcjiZmy8IudcPoUOPiFF3dYSMV+60jE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base5.class" - }, - { - "key": "SHA-256-Digest", - "value": "tRkO3A9xOVRh+bCgJi7E3KBQfy/5LbHsdsmfPJYD8rI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERSequenceGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "/FB2989UE0VkEPKEsVVoRgh//IR7+dLCeKi1JyK5nDE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "FG+ZZASEKIP4aZUTfW4UvSbGhjVi3WjsQ/27NVZ5m94=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/NonMemoableDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZK1c3wAWcB8tIFJu/fLwZyvYFBRY+9P/zuKsuj/Cx5w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/CRLDistPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "iXO+rbvn0JhyQR20k7/U3YunWb70vlvdeg0XGaP+lIg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "hmr+CBMKvMAE/Ih9g7bCqbl42vHmqYR7w6cceq8mFps=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsaSha3_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "N2RWBNYyHL93lT9zkdwo22NQGfmdDBAq10UfO4WTIPA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/encoders/EncoderException.class" - }, - { - "key": "SHA-256-Digest", - "value": "MIDOnj8KYC5zCD9jdeoft7qjWPUs3CxYVD1OcTgds0w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/util/JKSKeyStoreSpi$BCJKSTrustedCertEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "wcaCNRFFE1iqFztOppGT3WjBB/+5dYRGLmo4sq8J+w4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERVideotexString.class" - }, - { - "key": "SHA-256-Digest", - "value": "fAgeldVLJG6woAns/VuLIWdBdeRtGRSn/JeWfth4bP8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/DeltaCertificateDescriptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZV8ZIKt06O31/aa56ZObPyUW9IzptHWS23wqJqAWDRo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/DefaultXMSSMTOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "SUlo4z6OpYqr4tVEabXji+06B5W7TLIvKfGurCUesuY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$33.class" - }, - { - "key": "SHA-256-Digest", - "value": "NRXkHRRUDW4FdkvXz7VDNihCHhswCPSLPPMATV16mlE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesRegistrar$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NR9Z0SOZxBrnBNMFKzYXPbgKQs+36ig2Wom4Zz5o9s4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "dw/Wpicpw/QN5U9MMI/POfLqvnQvJe2czR7KN8mhl60=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/ECKeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "hn8kWczqp5FK7gW+0TKeRv+sAFH/B2uR6y6HYSQcIs4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/SignatureSpi$Base3.class" - }, - { - "key": "SHA-256-Digest", - "value": "ExJ2gzjAuo/h18e7lCXLozX+JKHJsEriatJ95Ify9A0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$KeyGenerator224.class" - }, - { - "key": "SHA-256-Digest", - "value": "RyvNUZaRCNAS8fQtYEvRUn2cbVgCj3hf34Lbk1UXbM0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/ComplexNumberWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "DlJzQ7/aDfxJMpVRlNP2JuixCLItUBbNRG6Km/sw9mE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "BXK9w/bXW2AGDpN5stW6iD0B19hKcggJssS/Th0UFUQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHA512Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "go92dNPbJ/OjuTo6hd7iC4KTeDRhWc3u/vuW+/6AiVk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$23.class" - }, - { - "key": "SHA-256-Digest", - "value": "I+Nyb0+65cQ+vCzeZo61C5M1MBkIO76gw3sbY0/dN20=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cx6QCPPEoLvD2IYe/OrABOn7eo8UkblodG98dSfDC7w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ARIAEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZXZoval6xN0ULQiB8v4BZ2LWRyOWcMvewtU0DYNfzbg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ScaleXPointMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "hz8d35sx5DRQT0EIkLmRLQNU28+dwjtWWyAvuOD/nXI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/OtherName.class" - }, - { - "key": "SHA-256-Digest", - "value": "S4Kiwb8YPkAQzxCfoqMS7oZd6IyCArntE5iTtRx3LeA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECPairTransform.class" - }, - { - "key": "SHA-256-Digest", - "value": "BppAfp6EwB1ikzE0ccakEJpOHeFsHMJTwjdXcoFqo6I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "drpd1UelB0hHl2sOq8I1fnExjLMalb+dZywNMnfThS8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UniversalString.class" - }, - { - "key": "SHA-256-Digest", - "value": "HIvw20l4bJJfDCHvJGiEzsQCZwoYhvY7ifgyK6yLTRg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$Sha2EngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "X6LBb8wy6BzDsYyQf/2DwPE/Q58MM0MSZfYGuXzAQlY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/oiw/ElGamalParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "MhiwZ0oIP7IBAnYnt9sRni2dczClsgLXgHnPfjAtAd4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/nist/NISTNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "ICxjIfRjVAcnkbM6KF3yUeYC/0VlcNZjKeGur2Y+m4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSPrivateKeyParameters$CacheKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "xzs4R7x2tTwSER5jH5/xqLxpHaO4r8bMUwCGgg8uIJk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/Signature.class" - }, - { - "key": "SHA-256-Digest", - "value": "eCE6F1VBwruFJ1S/5Gb8HcqarKYUb/Zi3kmGoDoX2cU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Tape.class" - }, - { - "key": "SHA-256-Digest", - "value": "PqdQOIQ7uMpG+eBmgp4EywOlTbY0kpYwCi0ofYTs6Q0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/StandardDSAEncoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "LY1q+2qHpzRSe5l9Zqm1G1slHodkji3XpsQQDfQwkMI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSigParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "CgzRZ2kprpT4g6AiOJco1XHSRF0W3FdWHs4pAn3JQc0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "9/otn6oRwpRxzChTHh6/qdJZKvZNz6U+5rBuiAy2+MQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "6TsgTiy23J2gG7FtGQi2mwOGme5cxKHOzfrqAxprBt4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EXTERNAL$ExternalKeyInfoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "t3LKB2KAFI3gV09E7NMMTFTq6OzpAg1IHgzsguM5B5k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/SABERPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "oJbMrFW6YacUgiGZ+KR3coPt2MIqHerO9gYXyROq4ac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUSigningKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "D+N85EkqDhIfNfKoNjiI2VcdTfQgR1k/ltTP+Rp09lE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/DigestRandomGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "c06ycDkt3rdLefMb+YRo/lOIp/1IVOuYaWTmdZoUo7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/ElGamalKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "zgnRmrP49+bQbZvsH5rrSR+27w8rcjssZTZU8vdFEcE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/AsymmetricBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "ApX3zGL4LrfAlC52BzEmuMO3weHYV1XqYVMsItU9ZFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/PhotonBeetleDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "RZBdYNBMj3uomHjxMkoEjZu7tQ4OcE0hzI6BcaAiHTI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "GLr0Rzqlzl6HnEKqDFIykhnUTOht9ktcKNbj+x/f9wQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "AwW5lpAWnT53hdM+Aga3W38jHADjQTxoVzcpRuplGM4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ParsingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "MZBjPBPU8xy88eTM4q3aad9HDoU+t/VWokY5h0qgv64=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$19.class" - }, - { - "key": "SHA-256-Digest", - "value": "d9DVDZg9qJWvMQE2VhIvkKZFmAs/Iqi1Q2bh0L/jSqo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/DSTU4145.class" - }, - { - "key": "SHA-256-Digest", - "value": "PRsyqzcpjjCSlEUas004Q8CG0kcJtp/SLuOOM5D7UTc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/BCSPHINCSPlusPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "qcjgI6nfTxvsfAWDx2Xdmbe+wcPfFYRlTgohWWVaNFY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA3_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "FtZ+nKYO4Xz+WdhASmnursp5pBI+fp0XU8RtMBVtDZM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "BUIMdF2h3HQbIQbdEIitHL8qnFIEnLZp2TGD3NNjMqc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_256_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "E6tcV1Ky83oCAKxp5fCswe9aJGs2389S5klEZLrKjpQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "mKlycr22Dtj2qpdh0YV0H0USP4sb3Cxio3AG0AzrRgw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/GOST3410ParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "/HY//nFeqs7tfiXFr7LFKuoWX34JGh16QA6zJ8gG+0k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$GMAC256.class" - }, - { - "key": "SHA-256-Digest", - "value": "XFqHvRrpTvijBlc9Ru8Sn7dnWSZgq7YInRc0AMWywJQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "/FgUH3xgDFi8oDy/KpGEEV2yLLUqFBczxglSszuWDds=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconConversions.class" - }, - { - "key": "SHA-256-Digest", - "value": "AmT4Vp+7LH88BY9y5bVt2LA2A6/3p0wx7YGIKL0uFnM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "eS/qJKbZNxse46UWRWS2xW1m8yXK3CncoiGbXrDLUoY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "SLfpN2jmIIy9uYvNmA9ORn4oj85JLcG6vblPwfqJMrg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMS.class" - }, - { - "key": "SHA-256-Digest", - "value": "NlTrNNx9t/8OPVxbdaNDZIRjUepa8cOtQlfu0hCftik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/XMSS$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "dB4tzCHSdfPAQiPzsapeQ0DiifxOumbmdGk2bupTFNc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Signature2$Proof2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tu1WhOt/E75te3wcoEYTORhu1YQymMK6wKSuj9soZmg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ckf4AS4aC6LV4blHaanddC99345GnGN9BRsytleJlM8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/SignatureSpi$MLDSA44_ECDSA_brainpoolP256r1_SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "merAQpVCWgMJDtij9n1ABNmF16blrPjHeQ+/dcA9spY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA1CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "5VWgmwgCgvEPI6MCPTvXhYXZbdewcg6QWNGtytZeLrA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Fh409t8GPr5uvjhmgQtZGxix9CbqqHB/EiPYpqANLc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/HC256Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "WVps1PBUoNPGoartNpML/Y1gQA8rvjK6ww1yns6emME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "zIkltOww8axisvX4g7aoEpu2nELTvRP9DMct6Kcdw6A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/NHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "bSDCdD28vSrwQ0GUPUqsBQTXFY6ap4emTnclyhqxr4Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/KMatrices.class" - }, - { - "key": "SHA-256-Digest", - "value": "JO1No0sP1n+8GjcZ0j6oo6MWTANkwplh9+1eRwIN3J0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509V1CertificateGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "vCt5fXbIDA0pAKVzQo7t6KWrzYkrFW9kGmCDnQtYw8U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SparkleEngine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qfbTC71fbEQVHaPv96JVP2dQi5Tng1ss4lquMsC3XjM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "xoql3+GfMeNzew+qpqmpXi1sJJiaqDc4rxIJUlYcCcU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "4t7HcC7zY8esgdCIMX5S0KFbmwO/fq3a3gKzqXxfxhI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1InputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "rRcXzxrBgcFatSTERhxZifKAKPXFStqBMyNx4HJjf48=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "xFDmwxV4ZSNlOF3yfPdB6gjBQiux3WpOaHkQxYnGfcs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/falcon/BCFalconPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "onBQpmPX+exPW2CYHtrJNJRnQhLSartGHvIvy720+bA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "bN3tyuSuLTJVnUT1K1bqYqh8+wMahNePBvScXkLm8AU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "dyR+k0YAJaLMtXDoGfIAxWR7ywxAM9ekV2QykfTJcFM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/ntt/NTTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "k1XL28fn2fufBpQHaWpf5apRlXhpIwpupB5hm13claw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/CMCE.class" - }, - { - "key": "SHA-256-Digest", - "value": "67a1nSrumrIdwIWXGveT+T364dWvqTH+suzKzjY/7XM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/RainbowKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "PY8ZTt4uROI4bfgz1iDOJOsFTdOgxc5OretQK04A8jU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AlgorithmIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "7t5C9Oo/P1yzCNMl7DBVSP94FnqyZPr18GBeH4gdCuQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/KDFCounterBytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Al+KPPzrXJPq84WIgQUUG25nlnFuk0+6IXDcx0Tw6cU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/MultiCertStoreParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3lGZgll9VnnSBqyr7SLaUmnYS5BfCC8RiyuL333UNC0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "G/UysBsIM0b8p/td/o4QozF0zuU2XuxgrbVjQc2O/7c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/GLVMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "2G79BqyKw550rE66jTCI3C4R8rhVLlARqk1fMqLx+3g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/BENES13.class" - }, - { - "key": "SHA-256-Digest", - "value": "47Mt9JL0UhfclTrNBrOcnwAgVUV9+rlF/JzCIkKoVsE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "OjvfNRG1oz2eg1dUyCyvfjcHMFMs/mDuYhbxb5744wM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/ECUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Da1dcOE0qzX/OcmlNLyaQ88FBlSbw1Pyqv70x+c/ML8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/misc/VerisignCzagExtension.class" - }, - { - "key": "SHA-256-Digest", - "value": "T8ekXeSTRzN5wQ2FMEBp0hPrmTqk9avdIkMSEW+t6gE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PzTPWK1+KeR8SM+C3O4lBjLhu98EiOyt/bbQ/vAQdSQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithMD5KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "AhodCxWyjbXD6K5jUZtx3pYKsbL7i86rfalBTRog12c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TEA.class" - }, - { - "key": "SHA-256-Digest", - "value": "x3m28LUnJHh+I89rFFYsu4FDmOWwRCLpwIJ4iZ4XpzQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/pem/PemObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "5FFP6C7fKXeXz05al8vxFKMovrcjFcYLVTAXShHN4Gg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$MLDSA87_ECDSA_brainpoolP384r1_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "XfUNpDHr7K+rCbwBcmn4w3ZRE1sFvgxzB0V253ecKt0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "mWJuAHTQQaoQSJpd/w95R9fhSs3k7uReQWD2gH064t0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "JDdJDUFlgGaC+3nUyAwABY1RNpG413QI5Q8FeFbsX/A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/FalconPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "SJwIBiHi2GIS6eRQVQ+yb6MaNI4YZpeiC/TZ75CmkIw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/BCDilithiumPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "pO4qntkxvjxtiSJr/VZPftudn5UlyswTVfKqjsYBm7E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyGeneratorSpi$Kyber768.class" - }, - { - "key": "SHA-256-Digest", - "value": "//+TH3d6V61h32eup1gIn+mJullPtTfrYyV3ldPc1/A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$ISAPAEAD_A.class" - }, - { - "key": "SHA-256-Digest", - "value": "X8rCndWmzb+K/dEuR7hcwrwVfVTaJtjAQkl60KqldcE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/NTRUPrime.class" - }, - { - "key": "SHA-256-Digest", - "value": "2YrXP1QBAdjXgMR8nM4QwUYAYxgDH4l9aqgrl/2k3+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincs/SignatureSpi$withSha3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "5G9d1qaxMlGFqk0D/ZIb77GwjjlneWke0NQU3J90k8U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "hcyxuFFDdor8Ba71bo82vdG6wPUDySERHn9vRtDeFKU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/misc/MiscObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "ThOE9fJ4idzxixyqByFR6RssV+Z/zLr5Y4HqGyoqv3A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_1024_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "ISVFm7kZcZsVjKUPrKnZ4KVLrSRSMgOwD/v4dp6yCdw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/AlgorithmParametersSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "zPvJ+OiGdrRPvsbRS2XK8dr0MTJ3NL95ZDl7MDbE7yo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreCertCollection.class" - }, - { - "key": "SHA-256-Digest", - "value": "GR9dE5CKNXgB1S7lcHUfO6jp21DiNgsFL5Teibe1Jzs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "PyLbkm+hN9ONI3l7yPpsDax5Q0O/UFJIYUx1plvs5Yc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "JYTDRbYz9vBxKQk7AxuszRjfYuzBwMV+q/jCqkywBGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grain128.class" - }, - { - "key": "SHA-256-Digest", - "value": "aWwZBOyIx6SKLFD39+vjHjsAWinbM6ZRjfNce95Bwn8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TBSCertList.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZSdl8zLP1KtcsoLxglGjQ6EEdANOXmIJnQ6RW2ftwsQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/IESCipher$IESwithAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "D5TRvmbnSXvA0mOLe+6FU+Nym9R8pAl9D18MiQVp+T4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/Resultant.class" - }, - { - "key": "SHA-256-Digest", - "value": "I6H1ZJMwtkXTfgR86dj+LJZR4dyxLu28oTmu7vWjQio=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rGOeMQ+WlSWn0HSHCtI7YIxP5nASk822ZBMZMVlw+So=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "1DHq5vFCwHwprju6xqwanvWoIN2YiypCjGOo5DB2e7s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/hpke/DHKEM.class" - }, - { - "key": "SHA-256-Digest", - "value": "h7YLRj0bLwP/Z6MuQrdpoGcIpAE5E42FC3XGISl2aNk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/ECGOST2012SignatureSpi512.class" - }, - { - "key": "SHA-256-Digest", - "value": "XWU8Bx9bmoWaPt5rcIyIimT9IoxtmwH5otAFScIi4s4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XTEA$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "MBcCt0WiquGhCZikr5QQFdjnnbVLzTIIdbrAZsPFAeM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/21/org/bouncycastle/pqc/jcajce/provider/ntru/NTRUKEMSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zlak8bnfsgh+grKvlqP4A+Dp9YNkHY2546fxgBL4lEA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "drFffkbV8wDDfakKUuEnnz3t1I93tPp/Fb4prkDDPcs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "t7KMb3V084O27MXPAwYCU3utPQUsiUgFeLtgeRXWbTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/DSTU7624Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "lBr1/JoeCI1h03TTTgBwra6ijtCab1PUQNxE6DtJd5E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM544_PENTANOMIAL_K3_IS_128_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "X5HkuqIHKyheWWj87HEqaAbC4Ew0gzgGZ67Na4r47GY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD320$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "vo6cWjI5/G+KT8lY9ab2yJG8iD2LkDa0mdJ0+YYKJRc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$KeyGenerator2012_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "NIwSINsipVRD+jsBbisC7posxfYFFN7TZRvT4Sgec80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "iOb+p4jrhdtFyqYvzll0hVx9xAiHdi3SST7xi7fJFio=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "dGwGLdQMnWIgoXArWlF6fI/n/uSzdvngTxwf5kzc8gw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withUTF8.class" - }, - { - "key": "SHA-256-Digest", - "value": "vDUxXwTSUgC++dBPuwtRKPxQirdQcFh5wnCQrTKsQaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "JKgyUpFCFB++NkJq4FwivMUHauOyzdTFrWN7SZFj5is=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Rainbow$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tzxd4F8hAgX+mnYFYis0Q7vxVzvkgJt7QFzkugmlVCw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "BZEv/sbc/ZNOh++yXk9lP6xzCKTV+hL4ozwBwbSN+5o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "X5abqfBnqmCao5svD9CgmAPnLR45TQqkdOmUPD0ge3A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GF2mVector.class" - }, - { - "key": "SHA-256-Digest", - "value": "q8WaZ5hnVc/AgSILovs7YHr4j57Oir46yUdcyNKrqYw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NTRULPrimeConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "8rdY5/lCITGxyY/Vihrzj4OPpPv6H/gVEKkS9EEQ3Es=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/MQVPrivateParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "8l2YYHyjzKS1APuG3DT7TYHp2xvqTSq2l95AMz7jkC4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/SignatureSpi$withSha3512.class" - }, - { - "key": "SHA-256-Digest", - "value": "+5YhDqKzz8x4LWzkAZ0AAjKJlhZwD1TspdhT9Rl+RAs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincs/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bsag/eYob9ADA6s1qp6Fm4686akDnsrLrQqcVDzSmjo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Encodable.class" - }, - { - "key": "SHA-256-Digest", - "value": "lzkquh1al2EmV7N1e/n6B7kK+1AS7dRwX0AbbNhP6RA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "hZzG+t4uJRl9yOxrIO8RamEDuCA2LOk6wg+UPh9cbXc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/Primes.class" - }, - { - "key": "SHA-256-Digest", - "value": "pv25TECg/QnU3i+Yyb7KQkmjtzrJa//qLzPPH8mbCC8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/SPHINCS256KeyParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "RGc7oZ1q5TLASVTPfEjMCOSu8GCA+wSwMd6zitE2qWo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/falcon/FalconParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "z9t4AjHMsxexMw12oBA4m8+krMBzJgwDbpGPnJZFlbo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/X448PrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "chWePg4Y6LXPuODKPMmaS0AsCa0z3WEX9Y+mEYrVUtw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/AlgorithmParameterGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "6+a1yqZy3G0EIpQ/UQ6emylsG34dA3v3vcybh+JBK1s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/djb/Curve25519FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Blrn13HUOgsaZJ/KVD1aKO5EazkOg8I9K8IoYi8gYyM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA256$PBEWithMacKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xh8DFdiXujQbJfS00xBGEA/GHyMir7lsVxA20eY7Mfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "LeLqPZ1HYGgN5jyvbFgTGMGrLd1QFM5x/sh6huPcMPA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/KyberPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "yemubuTOsSlMMJkKqisScCO1CvUu9zSW285qMBKIDj4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withSha512.class" - }, - { - "key": "SHA-256-Digest", - "value": "5TTxmsUnYJAslFRKWyndXbNcWgtXKCWzIpQXnRSxqZs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Target.class" - }, - { - "key": "SHA-256-Digest", - "value": "qQsdBL08wmsfiNVDZV3qrcrue5kDwdVajzJS6CSj2CE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WNafUtil$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "L9MG50ksC06mKFx4o0qMMvvMKIWEIHYACJQkT20QyaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Set.class" - }, - { - "key": "SHA-256-Digest", - "value": "sqv7nqn7qoummtTeCFsKSpDKsNR8Q+CaCAb9cwtfadc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP521R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "plXd7sd2IPCriKNFJbITrrznfPyB7qzE7+l2W9LGZ34=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "qWzR/oTkk1qjLJQPqJMV1Rgy7+gUlYUE174PuWHkI7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi$NoPadding.class" - }, - { - "key": "SHA-256-Digest", - "value": "91a0JJd0S5x/xQxZsdq78OEORIEN5wQNkTN2AJ0BbnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DEROtherInfo$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ObRZFGizUd2Cj9rleJ9QxibHsRTZcKRnkDSrQOkd8JE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/FalconKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "NBC/4eNe1ienBa5yPO0GsG2wzhghnBFvic64E4Ux3hE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SparkleDigest$Friend.class" - }, - { - "key": "SHA-256-Digest", - "value": "RGGBlFA0lqQP+Oz5DD/gVA3yoVMXyIxVVe4wbzXeEGM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/RFC3281CertPathUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "X/GFgZBUP6/EENIHR8Dbqrhw+ocx933NifZuUHBcMbU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "SnoBsGiZgjb8wrvjZI3RcPObu2ywLeqyUDoqUfcSRzM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/encoders/Hex.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vf4twQVRruGiDLCHr2UzfI15LUJRWJKNsFjQgyYytLM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withSha512andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "w1M5nKbrn6eYTqtJLx7QxkNmtpwsEoRkHiCaBuecNlU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberCipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "ODKvF16hI2BWamsegJ8dAahK+qYdhRyqowxhZODXbgc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$HashMac2012_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "mgoDVAxiDFWe7RIT5NnoGFcQ2VYuYwtsPLxetY/Sxuw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/GcmSpecUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "k8F1ludUoYv4E7SKCXEmhnbcNRHWrDJn+aJfq8JqGJM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "2cBxnas2fH7QuCMNbiYZrbKxT9bjvzvvFxqBmv6+q4w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2s$Blake2s256.class" - }, - { - "key": "SHA-256-Digest", - "value": "2y9mCFKJC+ClOWH4RsJALLP1/iEDtNtYuMwNN2615m8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/DHUnifiedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "mg4jyT+OCSMPBd5Jox1wNsqtHJFr1OlWqnkxvvMhWkc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/SkeinParameterSpec$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "puJ7kBuNfjbNO7R+Qtv82luxhyTsJfhF5SM2PBp+i8E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "eb7LL+NZKXuY97VFcM1z30BwZVZ+q2w4pndtbu8fVZk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512_256withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "7gkYtHyfbXuyGqfeWiCHeCaqnIW0vxJwTUKSAskXH8Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "IkfSVV2FWHlXKYoWzvTjcBikf9G2+qGntjGXqHiKkFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/LMS.class" - }, - { - "key": "SHA-256-Digest", - "value": "XirQkKPTzuBO+Q4W04a74XuUZd6h/QI59Btz7xM/6Go=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsaSha3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "outSZk44W4I36d+lk+taGJDaEf9knuvPFHKswR+J8LA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/XMSSKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "l44kRLkx1kmL+IG133shrrU+WwBTjwAkm8QpvNcjqUA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$TLS11.class" - }, - { - "key": "SHA-256-Digest", - "value": "KDF8gsuFApN1Jh5E66gAhJAA5y7x7SeJ2iXdrmnL5ik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "7IoMvjwkMRMWcQnroDXZAm3lnok5f1SbfAMKZizbKQY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/ECDomainParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "MaVbFp+3Aancyzw+JcN+VPomsIjPYa6/lnB6CGN/e/I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AlgParamsGCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "Uk3APfvqms7dRZMv+OWMB8/WHiX+0bFoPRij9nxZU6w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUSigningPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "hMkdJpvor6E70y0FEaviFtiWdQ/Id+7WJSfaU5O3fE4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/PasswordConverter$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "KNRbp/dyaed6h5gfcR+co9xUYo70sInSTqPqQ0Jfapo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CCMModeCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "owS661P53eHiRoiMCL5BDruxTkVBzZ21LgMdqSnmnMg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$Digest384.class" - }, - { - "key": "SHA-256-Digest", - "value": "An9WbqjHdQjya+Vo7e1fXP5aZAK1woEjm+QodM3evH4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/NTRU$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "KmRDLw/UEYQVzpQHn7ZzsSbG7xdnUAP4HUnDoXGdhTU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/KeyAgreementSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0oas/5Gt18Pwj7bFlHgOZ+wnY2DZd49TMRiUOwimBP8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/VMPCMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "xgDNiQ3ChWOjoBfIQ8cd1rO8hLe1FJSzKEiXk8nYqCo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "GMfOMkA+vAkelyl7CUZ7n8+Al28neiKH9m1k9lXixwQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/BigEndianConversions.class" - }, - { - "key": "SHA-256-Digest", - "value": "LpcltJtD1KGc0p4EG37MGeHuPmLLfdhiauYJckJgtTw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WTauNafMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "wur2/SVeAMGY5XLbIlT7x5HiCnc3Xm3yzwRpLJn7vt4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/KeccakRandomGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qdp0SFs2pKcDOvPipBUHEmjRbgZzOv8XEB7HLG5DKFY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreAttrCertCollection.class" - }, - { - "key": "SHA-256-Digest", - "value": "3u1MqZ5dif7+DKwD+1nEQGjpGSNsx23JCTeB7xUZLnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$Digest256.class" - }, - { - "key": "SHA-256-Digest", - "value": "9tqX91CE5a5JAA7/TMh6p55x4TmvuZiyy5vUxu+Whjw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Pack.class" - }, - { - "key": "SHA-256-Digest", - "value": "cvG/WHkhZiy6xORz2E4DfYG+75tmSWZ1U+mJXuXLnSY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/netscape/NetscapeCertRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "58u3eqrNwaovtUF3gZWhrsltqwOpij+Ho5Te1Uu6n7U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyPairGeneratorSpi$Falcon1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "iDVQnzrwhX88lH4hQjCtohlFh0A13K8MIFtI6aKa5rc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$29.class" - }, - { - "key": "SHA-256-Digest", - "value": "/UBBtjAZi3SDnPOssMtKBcF4MpZH2fF5xsldMuyoVK4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Interleave.class" - }, - { - "key": "SHA-256-Digest", - "value": "89f1NTjAhas74wUQHa5avf+Lq8bWI45OkBnNtKy6dx0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimePublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "94kG35RJO7UmpdWBmQu54f6ZAI+qTG+de1LBlEC2Gg4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/CompositePrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "MJ+mKG8PO2AhM2oBG70F/r0t0AvpA8jZUyvxoNTh5PY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$DilithiumConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "YRYLVBgFNcG48PrxMOpHaAm+Pdw3aCLVBhSquPXmvy0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CertificateObject$X509CertificateEncodingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "EMaptTdbNk3Icqn6TLQtrSRDoTvC6pxwlJvsID/GnVs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "H5itvcUpV4R1E/FFoPY+NRa+ngCXlhk1Cc04qSVltO0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/Treehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "q7ep9HVwqhIbP+lJPClpdLxuwxmc6sWUa6xF4PGa+u4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_512_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "TTDCXEA/7L+cUS0W2gm4Cp2+L3u10LrFrEsnGFzvb7E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/AlgorithmParametersSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "B8tzqb/REmzDeNT294CCNkRmL38WWXbWvR7Nik5rY4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/FalconPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "N/fPTLqEOSZaDkKyOmZT4cFHPlurM4RzlJ5cWTHus48=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "4N8hxPIshhNDV4DL6sBEqx8u7nzUMhzI7QkBsSwNdNE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/CertificateList.class" - }, - { - "key": "SHA-256-Digest", - "value": "R5QMPPxW9yR22xjutAoHNMgSCkJMXzJWBniChpulvzQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "04xTPjkg/fi61Nx/9NrwBriFBzVlt5qzkz6mhbMJWoQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECDHUPrivateParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "e4eL/eq2tWT5u2prXt64llUuB9jf5VS5UMYzuZosTRM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/RepeatedSecretKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "IZN4lNBbqSIMu0DrURF3RnT0h6JShWUfmnhsAcm/f+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/NoSuchParserException.class" - }, - { - "key": "SHA-256-Digest", - "value": "c2cMCeJiCOt35wYEuJR7k1Y26cXtNJMjYO1RoqJfEpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash128$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "5jey8L1L8k7xZVKTJN4ORhORILx0uHYaxz4DcgA3IeQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/SignerInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "1J2Rfvs3geCw0CcZFO26G2wdsMJvmDTdMRuexOW2TXs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/RainbowPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "LZ/mH2r+bR+xK2eUt8nasSwcJXi0ad0ZpJlrQ0K/HfA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9ObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "nSFc5aN6/hLka79k59ETd8U/rHNG5E4Ze6gvmCmzC+0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/RSAUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "C9mgPApG6Sc9ITJ2D4CI7B5k+a3nWRfUmwPjLCpUMww=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TEA$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "chhvGuGPnTw3drHmdwNxzhq+YHBvVFHiwio3eetj2JM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "WGQk1YJfNQ3hsE3pwJaVsUrvXACucYCVXe/awcb3kus=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/BCPicnicPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ztbxThMAJMekn8HNyHWo5i09jtb8cFXL53c7lmBxEr4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/SimpleTest.class" - }, - { - "key": "SHA-256-Digest", - "value": "AoHX2Y1yyC3ICUKBkO0iog8zuajBX59TUN1Jp02Aiqg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NHConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "L6Fcx9ES2ypkYVlkwJYUkspHmF6fhv9/+jQJjGI+cWw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/nist/KMACwithSHAKE128_params.class" - }, - { - "key": "SHA-256-Digest", - "value": "j6RPnQSU5kbZFnlRF3/Y54PoHk1y3/uOoj8tY9ajsEw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Kk+IXp7msvi0HgbJWdTcNYUxsNHImzdkMWI3SrMbUBI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$StdCompat.class" - }, - { - "key": "SHA-256-Digest", - "value": "DujtAiUq0QJTDzern89cIF8BVZyKNemCovGavPiXTS8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/Matrix.class" - }, - { - "key": "SHA-256-Digest", - "value": "dZ8l8+T4SXsvAleuqBKEFK4pC1PGitvJ17uzDnI5U10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/BCKyberPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "HNm3yPajjShfxCCOuRobgOkJ98dsbYdn/Gdwer3BPQw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_512_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "09SLyCw97ohAsPfRO+ktr+bReqVcAuu6Qhil3aadkyI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$ISAPAEAD_K.class" - }, - { - "key": "SHA-256-Digest", - "value": "FIKJ65tIOdOGVjLNWiLitu7NjdzvOYbbYHTEXJCKKzs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dds7A5QqpFSy+YvT/cpvqGdWGNPPyLoQXM7r9QcJTEM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "zz5Mvfvg880PBfkVAUsCtj7jUvj24IqQZ2NsTEO7BZg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHAAnd128BitAESBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bha88C3ggsiSTPNxDqf26IRMXKMcUYQH4o/rc7KmVXw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$GMAC128.class" - }, - { - "key": "SHA-256-Digest", - "value": "1hgU2O7NpOIfmxEAWIvrx1RSuoOhnRTcLmRZoeml1jM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/SamplerCtx.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZelFSa+1eMHMO/WtqbGLBnB5WzlPMUrzRYHzS2QurDg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed25519ctxSigner$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "lCK8thXZoAHFu9uO4V6keSefIjchwYMVhwalOxehYZA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Whirlpool.class" - }, - { - "key": "SHA-256-Digest", - "value": "r5y5kfC6nH+IjZ8mCRWatUqbCx0xGH5guI1iR7e8Wg8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/DSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "K05c93BNEYCq7UcBn3Fp9k8E72u2nfbedGn2DMxhE7A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2s$Blake2s224.class" - }, - { - "key": "SHA-256-Digest", - "value": "4A4I1mlYYYuSHIQFPc4DM1bTSf81xyi8pqG3GFkdBkE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "QWGE6QUHozZZS4+pLYU7XVkRzycxBLqvQJcu6emYxIM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber768_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "p6OKv3JOc4kwQzK0lWxBbpT7IJNuruwLyIG7i90SBQc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2b$Blake2b512.class" - }, - { - "key": "SHA-256-Digest", - "value": "QSFjbQGD1wSsxsrysZ8zPu283cwsV1FrzbZ39jXwYJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$GCM256.class" - }, - { - "key": "SHA-256-Digest", - "value": "2tjCcOEaeC7bVkI+BktzGzcKSwMwKlrxL9A5SIZt7cQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "RVWMhNwWmS1cR9QEDkfmazTzV7XTR1+BHf5MFqtCZQ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed448Signer$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6EQQJIvvRvA3606s0TbmON8VPA+T20xToZjYLaPPN8E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AESLightEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "VbuzZJu9ZQj9s8Ca9KdHkP/XE4lHUl5zX6LZhWXEYCw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCRLStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "+1tPYy5Etx3IsB6qPpjCD6MuQ/xWf/AnLZQdlz7NHSI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithMD5And128BitAESCBCOpenSSL.class" - }, - { - "key": "SHA-256-Digest", - "value": "8h7acAIAsKSkCWGyDJRdWH4uP+50OHfh8LTqYJNuCuE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ua/DSTU4145ECBinary.class" - }, - { - "key": "SHA-256-Digest", - "value": "oQdTRbCIjcg0TuBQOo2WKaaD58ThHGI9zkWe+1Ux8gw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincs/BCSphincs256PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "36mRqcWX9udiq9equMSTy67uLR57T3EADpFiJsxdO6U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLTaggedObjectParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "XQMPVcGiv+mQBh2IrQOxoroHhoz6FUdzSSU5TIaYVLk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/DistributionPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "KPO4MQLZHAjHWUPun5r45uxV32AzDdLt7KCsURnc7Ww=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecNR224.class" - }, - { - "key": "SHA-256-Digest", - "value": "VrwBNhSQwRidcepo6AXJh0tM4bVEb0F4crwHtG346BI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UTCTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "F3NtEHaETgxn5pVtyzNcLEwC5ijbgyxpuuMuTFBBn3I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Extensions.class" - }, - { - "key": "SHA-256-Digest", - "value": "4QLPh8nf4fslXxhTY6QmyxuHK8jgi4F1cu9uyRf5dcc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/McEliecePublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Oudvitaegp8FSn0FU15JefFK9/jaKcyMPXvu+Ue25MU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "dQ1KAZuMr7AqJcVNM4PNh5WcadyhkH5tmMUPR3YmfWo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/FiniteFields.class" - }, - { - "key": "SHA-256-Digest", - "value": "lNLPpr77xcXEpJvmdb8KsloHwXe0Txyaz0Rxn8ZtH5k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1BitStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "7vlm79dZNnt5He0LWLU71l/hl7hZpZRfV/9KhxDPWK8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "uY77hUoyqZUZN51nFrA8SEdvPU5wnW49YtRL79vpPtM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "lD+UcKlfXyWEeRAEYnkltyyZKlP8ULVUERzwJ7Q1Qhs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconSmallPrime.class" - }, - { - "key": "SHA-256-Digest", - "value": "5zq2jTvX03B0wKNhft5B1QvS/TDCoC12onMNcsUrDLM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "oy99LnpBMlwks9QotVK1rQRpWmrdVEhCUiCBDH1YHyw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/DESedeEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "07kGOSLeUjUUuBk675Z3hA70Dfk0V4ql6QZQXgWWuN4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/CMacWithIV.class" - }, - { - "key": "SHA-256-Digest", - "value": "F0g4MfY5m93i8cmX1SSqEizyMmAHIYnw0LM1vQQnPa8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Blowfish$CMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "a34lNJ+rs50UCz+M+YDkNEg6sssjmP49qELICB/3/H0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "rKDIddtpRc0vYS1yaNw3r3ttB0sJXV8UH+Ek77uWxfw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/AsymmetricCipherKeyPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "5xk09d7Jme1zsQ0VAd7fjr427d4/8HI/a6P/haq8jfc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/Primes$MROutput.class" - }, - { - "key": "SHA-256-Digest", - "value": "+1Sn9nVHNm4rMwgWHaZNQe44/uCzf9/mmuxUljDPxkA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/OpenSSHPrivateKeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "7L66i6mGLbVU0KXbh7PURk/6QEXHMYXzlJKce4zOJ2A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/engines/AESEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "vCGBKUMhm6sEdjHoQNPJ0RHl/+xA8J7AZ6KuU61m1z8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESKEMCipher$KEM.class" - }, - { - "key": "SHA-256-Digest", - "value": "iSuH3TMY3vsYg8SrvfBEzmv5/OHBksT2eb/eN11dqhM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "yha4yJM6Ka+rwAA8AD3WvucyZ7khiKSSOH7wPENDgsI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rJo/htlEPLaQ04aSEpAE05wUDNfgNbyP3UBkXskWOXM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WNafL2RMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZeAyX+fiWowLxoppmWz1eDAEEwP9Khdkkw2BTNzKDAk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_1024_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "O8SS/4TXa36ILolNp95cAibLqmMAXe9Jt16eA+RmaBI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "XE4r+XlK2LjSXmZzPR/k2LrtRbM4XkGQm1qmI+KROWw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/NaccacheSternKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PE9S3oCmEKx40fuv134Gexn1admyVV1VFiXOeYmbtdA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "fjWs21RtVGBZQu/R8m0py2jbFijswdbdyITwalNGj/M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/PKIXCertPathReviewer.class" - }, - { - "key": "SHA-256-Digest", - "value": "SIDOWzmSF9VhsJsFJjhgqLPCkMmSaGfDewQNe/47sfI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERGeneralString.class" - }, - { - "key": "SHA-256-Digest", - "value": "YF89IsGqaw1nPPAQ6imfeGl08Bc7CF0VlvW0M8A+2PM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLAPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "hYwd4+hwS47kivVPa1QE7Zt+8/KtTmGWLRNjA2yJZiw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "ctU1Iv5RNWLsP2kC3w94JcebEL3u9EVTAssG2oDdHJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Set$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "gEeWCWQuoZajX1nVLY7Zxh90Ei+G4XI5VoSM1947ZaU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/DHParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "JjlY6q7/XnzuUyN7d6cIQb9qylE0VRINOKekEdeVtB0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "76q8CVFxtEnGrrt+n+RZzLWS48814ZkxhpEnEy6xHnU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/PolynomialPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "nAALSu1ozj+Xf6JP+Yry0BH9F1mmvzmXUiOitl9oHHU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/BC11XDHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "zkYDEZeMcJeG45CN1vd7KC3HYZYiLLXdEA0IVmQVEZw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/GMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "QuokGy+ir7H5Cd8w7PFPbmoQbHgQ3RRAyfMxcUW6vOY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/newhope/NHKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "U+r1UdQQDef3R1bIOZ8f+eNiOHEIRXw03T6OE5EsiLw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyFactorySpi$Falcon1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "zJvA1qc+Saqm2aTV4U9+OquA9xEgUZpBYGoJjmHWJPg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/GOST3410ValidationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "mhb+mf/y81oRtjKcGVc8Dcxu8GUncvPikKhu/u1J/jc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconKeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "bNpHcoPalqots7Lf5c+3slE8mHUMxa+PB9WUq2P6tzQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/Request.class" - }, - { - "key": "SHA-256-Digest", - "value": "4WOBJj4KwpXtuwKt7TbazaRKO7J4hHTN7WtxKzGHtkQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$17.class" - }, - { - "key": "SHA-256-Digest", - "value": "9cwtbArGfxJV3PtiWXsNXQoXREqHbvqhb7edzGXnjBA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXPolicyNode.class" - }, - { - "key": "SHA-256-Digest", - "value": "2Ah84ovo5ooCteOJNJiTyStUiGgdLE5/NMJSeoh3nWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/SABERParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "IEZzbg2SOksDzjXVj5rbMMKuJWHRyZZqC8x00gYrfVk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/interfaces/EdDSAKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZA6hNwiCEgwHT9NKGS31iVgE8Oei9/RWO4o8jja3Hqk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509Extensions.class" - }, - { - "key": "SHA-256-Digest", - "value": "mR9gbJQMihgNV8PEfxcFCqQePPrQvG0EmYvhDBtqdVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "krAsu51f5xpQTnK8AA40u3uSDqfvLjmA6Q9RmzzW1nk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/frodo/FrodoCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "/df6fVhZxb8HuTaWru7goGn4FT3bpK4Y5w/ZuimV2+U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT239Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "GU1Bce71kSBGYJqea0wK3lo1Q9nybtDMMIQHG6z0PqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509Store.class" - }, - { - "key": "SHA-256-Digest", - "value": "8QLDZaGm1WtPRKE6vTDElk8jy1VH/tkbv9ufVfSw4CQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p.class" - }, - { - "key": "SHA-256-Digest", - "value": "wcLSs27+mJDjvmwBLl3e3menoRPPgKBvj/J2xHyj3GI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/KyberPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "tpYmVcePhzJLixjd9jyuhTpMQMg0GewzfTICN+iW53g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyPairGeneratorSpi$ECDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "/d/E/nPaH49KQinHK20pXPJ73ENuxdtZdG2G7cY2R0s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withShake128.class" - }, - { - "key": "SHA-256-Digest", - "value": "eZD67Clb7BQPQl59LsvEgnxSju52e+if1xA8CMWTfA4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$GMAC512.class" - }, - { - "key": "SHA-256-Digest", - "value": "DdycRKkrunmhqehTfvDMTLia2sGeLT3fX6fIoK9tVcw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$GostWrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "jwCC/5sKEQJQRxkx/AhGf5vuHcWQDbdq9qvEUW30u/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "waEWyRtcgoeTmNIZBPPokvSEEEkhgQqt3a61IHNzBNE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/ISO9797Alg3Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "hndtYN87iKeQrIB+SZaFly15sllr3tQ43aOaU2J4Bas=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RC564Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "0yV86Zeu6nQ9MyKMikJEjZhehg9X29kNoz57nnduCVQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$Std.class" - }, - { - "key": "SHA-256-Digest", - "value": "uh9FAZX5XUM/NWwfigZsbWspwymr9yNxyxsvbj1gD10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DEROctetStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "CRx2uGbh4yfzcwFAojCsL5oIEtgj4jWCPy2PGfD9e2U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Type.class" - }, - { - "key": "SHA-256-Digest", - "value": "GbEHnAbx1tlBkWAQ5P22vnzxrO7vhHD45O99bKOTfxU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/BasicKGCMMultiplier_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "NkLaQpbG8ESYMgTs+KM51GZDw7B3iLQxfyXG2pLbV3E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "6/P4TlkVsjd0urs6spj/mVn04AtBFP9HJQ7dp5tqNCE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$25.class" - }, - { - "key": "SHA-256-Digest", - "value": "m1XZy3s8JkJgbwak3Ikrm0HQXokHdXEHPgBXGU/qCw8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicParameters$L3Constants.class" - }, - { - "key": "SHA-256-Digest", - "value": "lrXIGKAXSoKddnDawKl3KDjPuWBmIuXFNRylMQeQRRY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/HQCKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mblo5JnRsH0d78mSLeTT+4a7lg1siS2RJTTFyRrgPN0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ti4ZpNmRkE8VmdQliXTWC7K4cVh2pKSwyWHkZwmBjjk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/DefaultXMSSOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "1vWX4gbOoaIWCzKBPp/0x/EhHb15xrKaPs2knyzTD1Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DEROctetString.class" - }, - { - "key": "SHA-256-Digest", - "value": "S9G8tJlr/efjo+tbcuIqbHMvReD+oq7DypIzZh+VIfI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKobaraImaiCipherSpi$McElieceKobaraImai512.class" - }, - { - "key": "SHA-256-Digest", - "value": "AlikhWYyZF681AWL0XQge903TydPolDQwoQykuh9qx0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Set$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "fcHGCzl1ICIvwpDD7T/8+ULFYv5zUgLInkoX49Xh4sc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/ElGamalPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ppBBK5TEGqDN/rWk2+V8wHIAmf8LTmCGjF4Z6TUf/jM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "ouvKdRdQXViho/sH0C2ykrI0NcEe3f1UGCVdQapPSQw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA384KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "XS1VvQNB7H9+2688WHBSawBPudbdoM5598ZOvFcpswc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA224CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y7mW5j2A+zb/s0YUWHvCK7AQr+Yg51QQ+sPot9KS14I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Longs.class" - }, - { - "key": "SHA-256-Digest", - "value": "pX6U1S1tYAbP0hfKeiYTQIGxF5rCJk/V1ihFSQjVk+U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "zW7JtwWpYDxAA9eiTkkbZ1Pp0OauNmMcRlxIw64169o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/ECKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PqHxr0JKzU9uEo+ULmg79ahCQv1N7+kk7tIElVcxyes=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$ECKAEGwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "uuLAwIL99U48RoGfTLBIeIgmcZ7B78QuBJXX23Tak4E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/CertificateFactory$ExCertificateException.class" - }, - { - "key": "SHA-256-Digest", - "value": "90YghsimZhAW28dZ/ONQL9KRzGEJXVKl+vam61tPpRs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/BaseCipherSpi$ErasableOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "3oIoggYK3UzYED7sel9vtY5TJXYoX2fJTL+zDLRmX2o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/util/BaseKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "9UCpzzaR+wbMdJobyYb59tXDMHxPIvXdWWIoppHB0P8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/util/RainbowUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "WGuPdJLf9w2ct7fJ4ft3IWuDSeIrS2eigBxGxcTODg0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/X931Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "G9wQyTE+xoj6iYn6aIjLgjBJVLjmy8casPXDy7lCJ7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "FhSh0y/Ty4e/6ObVanfys8+D9VxdYfXjufq+HDEhIC4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/BasicAlphabetMapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "7tgMAMCdO5jpszPJjbSzTgpXtefGAwRhZi4JfKs03Gk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9FieldID.class" - }, - { - "key": "SHA-256-Digest", - "value": "2OjMK/dztc8lGuzzVBxHXO7NU0RSSCF9ytV+jC51opA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/config/ConfigurableProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "C0UuazapEVrZa8vcgLsIs5MdfavAbrfujrPxQ6m6opw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/PreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "nbL385L3g0TeZNmkyRtttU2utPEYK5MP6IdNxKHNzGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/PaddedBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "eXDNq/1LhrC+sy1+Yp43m1qIhiCxKrY1KSLXo9FB7qE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$PBEWithMD2KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "Os6OTL1rvw2B0Yt7mf3Mx4Te/kv4ElcyD+TF4NmAs4A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/interfaces/ECPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "u9baHt86/6d+raNNujWwYlXvJcK0ZJKA1hrg+wt5dl0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/FixedSecureRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "pLIIHqlF0sv0O4DGebNPXi1bIAPUkici9WMx3ApSUmo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Properties.class" - }, - { - "key": "SHA-256-Digest", - "value": "SeyE7MAb5volcy+KJTylFDNztclS6jBlIoPBlgzrg7k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "fRTT7hvaWhjyG+ayA017sLh5nI8NOpOM5XOm/RDLt90=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/util/StreamParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "DKV8SHiyNg0KwR6tJmHJwwjUSEeSnAI9ckebreT3o2k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/RandUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "aeuQEttDRycYsV4dh0NhvtevRIm3jEQvlojZ8AaYxLs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Te3LfNsy3gQPuBJyBG8tLgp/ac5FPdJP+HdH04hdf4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/kems/SecretWithEncapsulationImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "lRYADi4wPJN3FHMTPh/6CVO+MFjqDZnVdv29lrE0big=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$18.class" - }, - { - "key": "SHA-256-Digest", - "value": "ytzwxqpvZAQjDaXZENZOMvmeUOzE9gyiU2ZtfB6Y7MM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHOtherInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "f7nqQzYqfcOMsG85zZlZ1JJP30BozKCj4bGK5LT0Vh0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/CertStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "9ZtWg0fvk7KbBKCg5QYFTGNoxrlchJj41kTaLE4zNEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/IetfAttrSyntax.class" - }, - { - "key": "SHA-256-Digest", - "value": "7QPGBiybTrhvJ+3J1C8eFpc4HQ3jxe85KsmA3qsLa/k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/util/Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "SR+6yKUP7WQAN2wUy0Gfyr9YbVdAcaXvtRhhiktxRDg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSigParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "6siAG/nFdZMucIFm142XTgEPKHKLmDXqtFFO50wLJMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XSalsa20.class" - }, - { - "key": "SHA-256-Digest", - "value": "XkEOYAdzty/601aNE+nQdjDZL8l2G/xbRNv9rTQ71zY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "G1IU48lSoHdd7v0IitjgTL274A5OAnJi4XYG+2bf2MQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "tDtOMog2M04ccW4Y+dLYH0T45USTw6FHJokx12X0XVY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$Digest288.class" - }, - { - "key": "SHA-256-Digest", - "value": "SmX93GAhj94mA3+JLErLGpEDF7yMeuOa5cMPxcJ4C3k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1VisibleString.class" - }, - { - "key": "SHA-256-Digest", - "value": "ap3b91ft/K7Nsd+VnN70fCiPM8F7M+3fCvR8S8W6Zso=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ElGamalPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "sUh4PPcj6gVVKJrSIK52i6MiWaf/UzJQOuWJecMKMcw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TEA$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "MMuaJ6zJpq8L341w+e8x7Ce2S+b7G4yDgcoKDfMwCtY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/KTSParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "LDlM/ak3nAHftLnuQ6e/DTk2QOAtRCu8IuLBBIAeBm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSMTPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "vP4rig/NU+hMqgCZLTyqdtFscF5BRhvNB9/jjaudDo8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "UN8UKgX8RJrisHPQ0awTVYCdRMYrhWAJzZYjn1QDkgw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "O4mwE7qnABhk/4PvT72bq2YH+chLWC6LhIgAXu2GLE0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6.class" - }, - { - "key": "SHA-256-Digest", - "value": "jF9guHj5GiPZWGJQv5MpvVILoTDa9lI72Ch+QhElCEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyPairGeneratorSpi$RainbowIIIclassic.class" - }, - { - "key": "SHA-256-Digest", - "value": "ujpWJWTijl1A39wD78ZmhHTfnKHdA1XtKOOtfNjFB1w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABERParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "xX0DL5DfMeMaWDt0oMtysvRhVOA72LGFaaiVfQprNHE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/McElieceCCA2PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "GJHjMYT98mjm8nIztIe1DYva6QT1NOMKKpBYjFCsLgk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECElGamalDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "savno+3XGFRDlFG3YsuMd7oLbKbZfQcHZ/7NOydL19A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BCPBEKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "dgqD+YzW7ET1u5ALKGYI0rEmIMkgW80EXY2EIBDYlVo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$DigestSkein1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "EIhU+Kz6fQMBET6kemfwj+P6+FI/+cwqcmDiHQA34g4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/tls/TlsRsaKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "9xNJXGgzlaeBzlLfF1D338iJSeDEk3QmD9v8a9bHcfQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DEROctetString.class" - }, - { - "key": "SHA-256-Digest", - "value": "crFRXnVHbvVjBjTJXRP54q7RKqwlxjkkBOfl0pGCtOY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/EncryptedPrivateKeyData.class" - }, - { - "key": "SHA-256-Digest", - "value": "qoHP6Tv8C8hGyL9oPbD8cqXD+sUieffdOcMOVHByQj0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsa512.class" - }, - { - "key": "SHA-256-Digest", - "value": "EKJbSN284N36yiAcBC8aSOze/A63de1TvZ4WOpCP540=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$DES64.class" - }, - { - "key": "SHA-256-Digest", - "value": "lJ6g9wFDcI9vXxWgCz+qOGWXJUCHWxXbL24b7zbL9jw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BIKECipherSpi$BIKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "xGpsLl9qATR59c+FHc2wce7m6I9aieokkX8O2iIGMjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/util/AlgorithmProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "+QyqTNbeg2CS0MuyLIVKbGWg3xItkLMw2BbgfGc6bHw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA256$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "5AzxOYruINzd9brdKrGf4TBGaezQqcEj/4lqtwl/gF0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$MLDSA65_Ed25519_SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "z6ES62Ckt55mXx96zijMsZTaFwET9tT9tX/cdumtWWU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA384$OldSHA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "0wHiMixpvLQZqyKffiIN1YDM+4Selzll8pFLv3vdW4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/Tree$leafaddr.class" - }, - { - "key": "SHA-256-Digest", - "value": "pusIEmVtnf1MjDskhIuWCrhQDnEmF88rkUHRo486wcg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$27.class" - }, - { - "key": "SHA-256-Digest", - "value": "SU14EI5QxqXYtMFac5QvxClOhxwYUrieWAqsu5p/l70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CamelliaWrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "95/p3Zt3empR5j2R7EqT2werOsgreyNx3vOyui1Vp9I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/ByteUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "svjTNNxSqJbHq5pc79FUTfjLOaWcBkIvKgfGiLMCEJk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "+M6tbKqDhy2E5aA+2nBT5KAJ22ns5cj7McmDjoD+1MM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "PnYGBj+lTRFbsAgAsSLvbxSUfTOn+4ly5w+NvzVR7Ag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$AlgParamsCCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "ngFGmvV6hyjXv1c1V5nBgfo5ZpgQ38cU0lwq41mdyMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntru/NTRUCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "YPAqf/nQDzjnpzuF7jbyBUI5111UtMkoDFbUtfE9KS8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/AsymmetricKeyParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "2nG6Sn85pqw4lJXpI2hJa8gL4xd+reoi/wUOFCO7X9I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$PBEWithSHA1KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "6B+qMYdwugybKPol5l8F+jSu5uE8QsrVdlD3xy2wihI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NuIPHY1OAnllMSKCgWF6pUXX3ohV0KGYc5GEKjv1R/I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1NumericString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "iRjDSY2S2q19TtnHYe7UrV/I/UPkrujaGSQHHdxkciY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/NaccacheSternKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "anMZ1zsphpqs/6Zp7C6VLsgD4UgwoC6GhNYS48kAQ90=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/CramerShoupPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pn3K6DmCufghOG2MQnXtAqexuVYkAyc2dTW9+4GvBpg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimePrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "StwOebVIIFpcXbGKAA1BP9z0nq9U00dkZEL0KdnO72U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/misc/ScryptParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "0xhCyaG5S+iQNLSTZSLniejT93AiI6Rt74rFqTR5XGc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "sNCE5ZuR6MArspSNj/oj95lbwtZeIDje6r8WeTsXaVo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512_256withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "nLzj4HB3k4Tft2EwqgloDaVfZCIOsqdMFHBB1FlrolM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JDKDSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "R11P2f0tV82WrF6jVVxUcU5pnInvpiBbnVVWVF8Fx5w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$KyberConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nby8vSzrIqEJB/6QcPuHDeNeQvsrEPH57VRyA+V3La0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/EphemeralKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "W2ThO1aw/MKFm2+ffwj0c8xv0Z8YQ2JYTnWfYVgWhAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GOST3413CipherUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "4CXQX/8+949caJDr8I+az9mBNEQ9QfQawk+f3cghVJw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowKeyComputation.class" - }, - { - "key": "SHA-256-Digest", - "value": "99695NfCVeKlvROQx70/s0UTLANdtkB/pDc2bicMJ2Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "P7uwbd9oAFgn5/TjXg3h7uIZAuWCJayyIh+ijKjWKcM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "lCdO8uvm9bemLvfoX3CPOR0GLK9QrloPnIr+vewkTas=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$DefCompat.class" - }, - { - "key": "SHA-256-Digest", - "value": "tFGqy2RyWM7GQnlm2y24pt3cz9TtTJyNxCQCzMhbzyg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERNull.class" - }, - { - "key": "SHA-256-Digest", - "value": "cxesLJYEx2V+fDcBP1a6YA3/mkrl9Qd5s1GRjuh9l7g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/anssi/ANSSINamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "SJWFkPbxiW/tiV35eXBZO6Wjb9vdRKJo+MJeX4RuRPc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/X509LDAPCertStoreParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "utcnJW1JeW0st6j4VRfuvGK3mAcaXEn9lIZlelH46jo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "K7od+67EmFo1UcZwjwT1eYJ4mDS5oXUR0EuwLatBdis=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "FX1ZbQq5FjwJNqay7ogeJOUnSt3KtW6zl3Sh8t/9CrE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "556tqVJd03hh9E48x0j+kinBtSYaNggwX3AvWLLQXIE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSUtil$CheckingStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "AjfiAZrIlHlXHtTPnN07Cka3cqk91TNC7CSqNV6mQAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/WrapUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "+bH1mnMaSduMHddGKVdqZiYKHteRQhKMt2InCVYLph0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincs/SPHINCSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "jq8HHMVKJokGIzxPsU4zIrAtxEQQQBMIIM1EJsfjk3I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "GM4CJviW3rrGHzAa8lB3JvA0OXO50K6PVz7Wo4H0jw0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/BCFKS$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "CSlQbd4QihJZbf6KxbphOd4gCzuagsM0ILSMntAiQxk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "QXXzCEjLR+FPBEIWu1wZFZG9W4z08JBGYzaJf4WRmaU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/BCECGOST3410_2012PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "/N5uTjHGqeWDPD6nXSU+UModL2SgJFSsuLry10gnnEU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "CXOPHikbf4gZhzxRwCMReSngSxnF8ElvhX1FmWq8tEE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "nLKnq3xyS+bke8NBBh47XrfsHpl4GD9HBgGBA053MCU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/DigestUtil$WrapperDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "1aobNFV8w5rUOazK90qNvpnv6xzAGLnebHujGG7Z3e4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$CMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "OrDwYEK+56wJjEn4yez1PRyKL1iaIx6fyPXhAXe7kOQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z+cJtiti/VfVNwA7AtS32+VrJMrTzGUSRIC2SyQROgk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Attribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "pOnsdu/jA9jyDxwuLg+vVoCaIwY3LCFSRVhsGEZQSUM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$KeyGen256.class" - }, - { - "key": "SHA-256-Digest", - "value": "8VhVKSa6Kz51bRLlldC7xS8PXL77J4yk3gZTkU6aqBg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$16.class" - }, - { - "key": "SHA-256-Digest", - "value": "4QPNEg5MnLt8XXwIl9MCtltLVvpX32hYLnSFnHU/jY8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "8/gSLRtol9MsQmJvnFELHkrY9L+8AwQCAvC2tZvXW8c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA384andAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "+y3zSc+jArtfPJMk8JsidCSBq7MZfylJ950nNdr59NI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA384KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "6wwfPcExONjSru2JcmwokIVXeUT3MV/x7fBfe7HLKHg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$Zuc256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mx/ysV0WJMxi2TnWNRut8844X9IcJu8wII1r4ZsdDog=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$GCM128.class" - }, - { - "key": "SHA-256-Digest", - "value": "v6pJj54Wsu+9yEPNwKdg+uAPVZU/S/NK3YrTqvMjjjU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCERSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "NyDX4xWc/Fy/JIhhvjn3lY22GyD6MFKs/5TbP60HVac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ElGamalPrivateKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "wEfW3/ZzuiwINW456N7/AqC7LlpfZ4iDqiLTlZ3cMss=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/KyberPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q2lXTGiYmy1RAhaLM1tV7UDDo0XdStj3eyu0W+5h6o0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$BIKEConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "5mWfsC7jDzmO4EswcEZYI2w9J5VV4/DvY9XcnpmNdBM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/kdf/DHKEKGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "2NUeXroxWf6PgzLlQOmPfOWtzLHlK9s21DyAMS4QTLI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WNafUtil$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "ncz+8I9QfrflM84mn+Z8WsZ2c/VuU2M2SHI/OKZhV/Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServiceProperties.class" - }, - { - "key": "SHA-256-Digest", - "value": "cbclYl9wzbpvzwHzB+eddnf9STHdq4lF2yj5RpjIzzU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/SHA512Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "ubG2Ci7Jxak0fux48Q3Kenc4svG3hvDERXrwofdTPxc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/EncryptedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "H/NXGYb4M41FAAKYsUHgMG05uJO+GcONad1v6NQr26k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTSignature$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "/QF8kXHiRrWYq28/IKVOPmju0nemm+tMCQ43usGsyoM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/BCRSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "iBLxQpeXAmIbEjNSKdhBFElCsqQWjSsrbeUw5JiDPKU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "FD7rcn2R8az+j1hkHAm/quatvtQcMyfnFUbYFe5ElIs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CipherParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "noVOjjGSUJPZ8CO14ULjIgMhAsZt6CowOamOS93g8RU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$XMSSMTConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "mgDpcj0se8eY9zzCoDfvEv31xBh+kVRivyuaG0u/HZQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/AttributeTypeAndValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "JFwxMZ9jFm6MmOJfgK4lYMMdPVBqHpuOHmVA3D3kAak=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectDescriptor$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qOSri2arQ7stHHtxjjSfv696QZ2U88mSxLaaLH/b9Bk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "nmDKjjw7vd1CmmUwWI+boCHMRsQTzGYeX1ENdM5V+6c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/SCrypt.class" - }, - { - "key": "SHA-256-Digest", - "value": "N/aaPhncdrH45cvUQLf0+Lovul/8mZJnqcZFZKPBr4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "oeEUjerpQWxIdBvh6/JW2GRm+wKpq7FG3XIX6Baz3ys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "PMJddrhTaXDIPo+gH2dpyin/W7OZZDgf6gYPZlGlbAo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/DigestingStateAwareMessageSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "E3EQvSrgPlngm5iiwvX3/4OniEitmCorLBPUXFUD/w4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "FNxKj564LjcUDApitKpjCObDTYYWJ7t2T50XYQEJJcY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/GenericPolynomialExtensionField.class" - }, - { - "key": "SHA-256-Digest", - "value": "/pkDMCSCQsLV+m++4o/8QnniJco87jjGMGuzVMaoO4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "LKNuYJP600p0hWDfOVcjQX+hh3fcxiToy9hbl6nwQW4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/RIPEMD256Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "ePkJDUiwloLFkt0rSZW6pv+JjyN6Ty+wo3N3krqaN6E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509V2AttributeCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "AOdn6UgsCTZz5mVWCNQg2GOFFTclnToOREzLjxq08Zg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/RSADigestSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "5GL+d24Y6DZBGS21i/B/xhtNUllU5Sg7nSy5PdA4y84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/BCKyberPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gt2f4tX0SEDDq2vornEbSKvw16tFMzpLS53lVQLJ6f0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hqh5NK6TBnNVE5HLBOnu9P47Gi5Ex/zoaEZv5U5+pOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/ntru/NTRUEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "nKnclzn6tF3/XIevZP9d3U4XKqwcwXpP3qUS3y3f5Gg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/PEMUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "gCV5yPuiPH7wrcjt0hPxaXbtBQoga0chCvQI4SgWDxM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC128$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "RTvbn7YI7UQIgNGND3k1tClOqUHzf6apmnwY+V4Cn6Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "Te4IicNCOJp2NGFlOicTT2+r8X8aoefM3/nl/hexGCk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "s/kUDX6YpiSpHWkYdLZcWvXGObkxqtqBnDY2nLAxF54=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "pLKORuCM2gtDOpHGMw0YLcU0zrxvSvd4g/AqijluMBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "FDLsYXsTlf9T6scedvkA5wlF6By3Rd1SseSNbyMz1OA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Whirlpool$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "NCSVdUrn/xDwla2uOZh+WkHbiz2uHnja0Q/banL7thE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/21/org/bouncycastle/pqc/jcajce/provider/NTRUPrime.class" - }, - { - "key": "SHA-256-Digest", - "value": "GVU55SZyueIvKwYk2xwURphqAs/n6O1q9VXbBw1RPu4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/ValidationParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "WalguLnarjguL0Gcpm4MLW1W9Gg4RXWbRLXFfc7Ex4Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/BCSNTRUPrimePublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "1DAa81gOZGYL8M38T35LqH9vkxH/izlt00XyyaFel9s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "gMhS5uGWEWT3dzf95UqkYntukBvLCnkQ/5yUhCFnJvA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/SHAKEDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "WXRECgyOtxjgyPZst99ZGqQ2Yb9j+4zKXlCL9QnQqFY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/PreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "KqpWgWSQcOoVm88TnzvvNsAbGGxdxhJ4+mRTB1dV14Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Signature2.class" - }, - { - "key": "SHA-256-Digest", - "value": "+Sa/6dhN9XiipPVkheW4stdjOnjGfnkL1SbeiaCvTnA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "ODDNGmpvakVblcxTkhIiPo2z0Qd7XikrCm7Foynm9Eo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/21/org/bouncycastle/pqc/jcajce/provider/ntru/NTRUDecapsulatorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "dYAF/iDEhFbxD+Iw45n8wAlXAQ0yV7AwxilxsdCdmN4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "tQam/fvazlrExNetHB4U2AaI/enWmjQRHqdMr/F2b1w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$ThreadLocalSecureRandomProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "FXkjBWjlrpVavGI0D18XoY9eGL4yNjFMjZ8qzKG93WI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/sigi/PersonalData.class" - }, - { - "key": "SHA-256-Digest", - "value": "o3ONYir2mG8z/cS+lE3LNqCQee8i+gkZgQKd/BTPvNs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "nZN4fWyUH+jWifmtvK5plRuXYJPzfg9cW/OYA0aNCms=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/DSTU7624WrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "VoXQEirLcXb94csurBPfLt2qnxKugN57QHShGiSoY4Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi$Version1.class" - }, - { - "key": "SHA-256-Digest", - "value": "8GsAfPLjSTlKnlgeqF7OkwkIy0rbCh9M994FFijry1w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "KJ83GC4YkKbmg/8YyGpKaODk5ETgxJiJO0H4HW29lcs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSASha3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "x2/TtFWpTBfJzjatf85R/hJ+36TZA/T443asE1dgQqk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "j+T50I3JdL05SAiHY3/JanOm4JJvPSpZqnCOBkoCu4c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mudg9gxUnI0O9APMoMPderUivST1MxGfRjUJ2PHHkWQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BEROutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "VwUFhmYCrXAr04pViMmQJ4QgmAv+xD2Q8ncewMtmACQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/MultiBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "beFwCy0gSHiu1k54gP648ULiXblcbZILrQBPcFrgtKg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_512_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "B5HlmKlu7OvaAuvcoZLo/mzq76zCKQnC6HURHXs7HIw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base2_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "EnOP7+oRkXakNUWqc+Hwxp6yqlRKAUmzGIPcn+8dZCY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/KMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "TSiPWmf9b/bQU9jzhYsQxAcOXU1QqeI7zlIFQbJrx5o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Whirlpool$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "9NGAEnQ2iarxvpyfC8dIFMoszJXArmpnfVDd/2MN2NU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withSha224.class" - }, - { - "key": "SHA-256-Digest", - "value": "4laaEKUfedZ3k9Iy4Ze2JkZ2yo/0d8m8vFcHhxPbgFk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP521R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "9bVzFbL/6foOS0mHtQdzRllizYssuPceoxCSlcP1onQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/SNTRUPrimeCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ga2sHzv19XzqcO7LRObLURd9Tbs74BQknTW9uZvdQiY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/GLVTypeBParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "l8qczsrdpxugi/MjAQVueMlbUf3FWu0uTgBdiDzvJuQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3tQJaST9HhyF/ay40IPOU/sCKrYDxgiBpwPxuCeM7Rc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincsplus/BCSPHINCSPlusPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "YU17vpCYm7plGv3eg2jXgpqtebZzuJzWbIrqzDMOj6E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/FixedSecureRandom$Data.class" - }, - { - "key": "SHA-256-Digest", - "value": "eKyMTA86R4iSI1Rxp1eyJvLpYFWch8NKUvIqO3OE/8k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/GOST.class" - }, - { - "key": "SHA-256-Digest", - "value": "C6P423FwdMWlCJMBUl6u/h8h6PdJtRODj4BFnVoMg54=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/GOST3410PrivateKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "H/isTTouLmsGoiqokvNfF5W2eGi2HLMpc+eQjtoyeFU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "9kr11CZF0mA4cc94G2e3sCGZkVV3NAaVIZUAkdWCxTA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$noneDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "+CG66fAwcRGG/WttjM4n7cm1HBxI05rwqFL8UArI5nc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Primitive.class" - }, - { - "key": "SHA-256-Digest", - "value": "ClCK+uleJ0W6K8BAf4yYEwjvqVPUyBV6XLPodGXMylY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CCMBlockCipher$ExposedByteArrayOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "oRTy61BNOpEgqyoSNwt8HApQn4rBgnHhuI++yFevTWg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Arrays$Iterator.class" - }, - { - "key": "SHA-256-Digest", - "value": "j60Cj+bxBbXzvHz6tPnIWUbbwXIa88SdW0NJZz6hPm8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "tGp0StJ+uw252aqZiMOvWottkenNrneI+Lg8HhYz3ew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/OFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "qCKoidFdL+AmwvcyDkcacKNpUCHcQ4ZPbOoC2yRKeEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve$AbstractF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "2ED8AUiYbisU+QHtEtzTnpEzqkuNKBGUd38cVZPEeZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "lOfYhbOcnYdDB361t2uvQlpQcaNeXC09fkDZBwlV82c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/Streams.class" - }, - { - "key": "SHA-256-Digest", - "value": "RZPQEQA2/p7Uzi1xYTFrn3viY8ddN8s/ePV38f4zXDA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$generic.class" - }, - { - "key": "SHA-256-Digest", - "value": "CiJC3iz3bYsqosTHUrES+8o3RuehJTgaDj/mrUimGNQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "QDm7jS//6oh8pt+Ta9COKV3d4JVOJ85ChJj0JFFRlzY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric$AesSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "g8voJTifypmhKnJiRwF9wxcmNjVDCSEjIRBWcPr1jLo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/util/KeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "qkfuLJTCSIc9a2xyIP0PECbTQpyVw/eMCacLU/mWsek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/LowmcConstants.class" - }, - { - "key": "SHA-256-Digest", - "value": "JsA07GerB3qDptxv1ulHUlHO7kXMTiRGYmwG/yJ4pRU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECFieldElement$AbstractFp.class" - }, - { - "key": "SHA-256-Digest", - "value": "xzlMlXIRHZfN7VMaU+ODA+33Udvis/uhbxPQviMDrZM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "zs91W4GeBJzLQ0hhCuvpQ+wM1jDao0cogrHkR+duRUw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "diDlzkbgtz7nyEoHP41brYqO4+GLpEBEfCpaRTmvEXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509ObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "u2w94/dQJx4gDy1WbnAsLFvckKp3n+rFYS3MOcwNka0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat448.class" - }, - { - "key": "SHA-256-Digest", - "value": "+sz5aZDgwe8e67JlRdyna3mXcTE8BxUqLpZ6FWEm7ZM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLTaggedObjectParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Wq5UM7iHZSueqkV/xqfr//+DyEp6YS+XZqqUPXTLzg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$28.class" - }, - { - "key": "SHA-256-Digest", - "value": "zMf89Ot7X5xnENakaYe0RgOoMZgfASs8PEBc6jjxEVs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/HT.class" - }, - { - "key": "SHA-256-Digest", - "value": "BtqdpfhDSwhbyIF2Ka/SmaqHAQpHFGtr5y3OB7nEoRY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/SecureRandomProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "D69cb566YV+j4qVHlToqQ4EX8c/s5LmqJbHekWfVZXw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "5nfF2SMDN1VNW2EMcJEykwP3Qd6ir2qrfWlqVnWjlxI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "2OS08LuyC238E+NlgRuPZkpttne7cCUGdWmVoJaHyJg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/Gost2814789KeyWrapParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "wOomZTujO/DzNZQLA3M9x/OQNeHO9jktOZw1GtHf5Vk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCECipherSpi$MCE460896.class" - }, - { - "key": "SHA-256-Digest", - "value": "KGog+RwUKY1fMlq8hw7xKwetAsynJbAoAB/0GoWGFsQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "xipjS7u5dc5CH6JADhGF8QRG6JtW7w3onBpwFBJ3A3g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/EntropySource.class" - }, - { - "key": "SHA-256-Digest", - "value": "K8R4cyMjQHun962OT3hPSZEWVMlf7mXvQByonoJDFls=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "z8SFQosF6+LBPIphsgGUs71pye0MCJMgCQNnD0w5YQk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "XrHwduKE34oy/f5y+m1g91e1k6LrLM9qlL74LGOHyjQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "5XxlqVE+2UQ+pDShdV30Ta4tkfl5/45yUWg98O7KRbA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/KGCMBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dt0xk3BPw4nwEJNdtlQAnF4DVtx0T2zPbabxAxSarfM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM402_SPECIALIZED_TRINOMIAL_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "BTeE6PvLoqqjrtcfPlR1t7eXeQxxbUidoNi/YctWMJA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconCodec.class" - }, - { - "key": "SHA-256-Digest", - "value": "xnVsRm4sqZoyVLAPI54+JjOsipWtOYXqwOmfZ+MGHHY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/GeneralDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "pwE1f+kM8mBEohMH5SqxXIvtdAvfIvyr3W8IKJNR8xw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/GostR3410TransportParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "zlwpwISGR1ZbmStfxp0mY01CKUnQ857cv8oqeSssNbg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "s7pqX6hAIW1vKhjw2Z0T1+N2A3xvwZPCeAllRcHNSDs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/misc/CAST5CBCParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "+bDXKFJGhMN2sREvOwzKWRqsSVsF3QRkATJsuCA62xU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHAAnd256BitAESBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "z8YfXeV7oZZxlczEIIETuBSt1wefwyCT3ZqxEzM5+rE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$27.class" - }, - { - "key": "SHA-256-Digest", - "value": "T/CXSYgPvSBB6YpNf7vlXVglmrfAW5G2efE2xS+Gw/M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/Params.class" - }, - { - "key": "SHA-256-Digest", - "value": "k0lZylLLh+M5lTEbsVGNA2zuhvZPCAgD1G2Bd8+LNTE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecNR256.class" - }, - { - "key": "SHA-256-Digest", - "value": "YKWOQlkvvMY476O0f8FJkZxcHaezP3BgBHeRawYQViY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/LTreeAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "uox4s/Y0H+kWJ/Hvgz3yjC3BAFr9wYnEcCBfrGBweVk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/ClassUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "PwVBd550IHVm83iq+K7IUNOwoDEAW0Uwx+Ip+iINX9M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/Zuc128Mac$InternalZuc128Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "YT0oHMsY9J5acl+vKWBoZb4D3i2PqFGyGwnD5YOCns8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Rounding.class" - }, - { - "key": "SHA-256-Digest", - "value": "nOnXsuVsZjkmrynk/OIQYB9rA1f0Chlhqiu++aBaRo0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/Primes$STOutput.class" - }, - { - "key": "SHA-256-Digest", - "value": "0mfHYcZLzUbBNonozjSTZXHhznrkXdnKEO9AgsCEfQU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cannl66ypOTIHl40Xa06VtM6RD6sVJyFTj0u/hcgPAY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/polynomial/TernaryPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "JPk/5Kr7K0d3jOyEsc0X2kUH+hwgT+5pJK/Cwfe8eB8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$ECKAEGwithSHA384KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "knsKQiw5dUYxE0O43MSVSu379s+/hD3/V7o16u4CxO0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$Wrap256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Eh7FUH/kgtO3r8LL0O4znd278kNQ3FpobRtX2iRtnRg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/KeyAgreementSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "/j8n6f6shedhePI5wYAsZn7mJV7iTQKsSMIw+KHDtck=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "LdWtAso7EaWQGQ5qlkSdB3pOivKGgd/FqYciALy2Btg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Reduce.class" - }, - { - "key": "SHA-256-Digest", - "value": "a3Z5PgL88hFX/8dh8RDR13NKbRQnSrMxL4xah0v5hUI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/CSHAKEDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "w5XYu1HCAZYGu/MGtRPet3LE9YXNEQGg4F1zbN7MOiw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$21.class" - }, - { - "key": "SHA-256-Digest", - "value": "uBToIWwPLub2m8DKMyYsTfTd5/JcnnrKEKLbq/BJtJY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECAlgorithms.class" - }, - { - "key": "SHA-256-Digest", - "value": "3rFJiOfFsIPFZfy/p9EMWN3Jsv4OkoF9psGuUZ/wKsU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSAParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "RR1oNCuoMn9DBc3H0BT6ZiJYK8dzndvCAxyciiH7BE0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/FalconKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "8PSFIfgNOXKpl2bAULJheWrCJZBDrT8D1NImGjb4BAk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yoro55NwvojQby2a/Zw+zqnHYTQWoEi11wHO8adeQIs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "tX6tqKtkQMcgHqaYwGCBxJBLDO7/5+Qn2jJBsX/QyhA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA256AESCBC192.class" - }, - { - "key": "SHA-256-Digest", - "value": "EXkEMKc8rwKa5FGo0XS6E5JAvXYDnfL3q834H3AMdZ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "5lpp0vYFZLJQ6pjEbQqE6NMY/f63zIGAx6bEH0Z0sic=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ExternalParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "LdNepveLqCzOIkfinqwqFuoTMJCW7LB2OQUkW3SBFdA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "YjPbRJdRR7uzQpWSEpBOmBzUsAgdvPoRIBdTOp6GHYo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUSampling.class" - }, - { - "key": "SHA-256-Digest", - "value": "oVzIk5nWgUKwg9bo/S49/LfSDZAyrLZq5a1bUDX0VpY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SparkleEngine$SparkleParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "HCbjJOq++zwlJvAgpxzr4GvzjlYaMtt72wgv22uO1yY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "T11gXCU3r+OcVg9yK24veoqoxV/pFYNeFcIQShenwB8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/HashTreeAddress$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "SRvkO8OvegYwKEn1rUCheS7+RrPn+zcRGL9cnWG2+GM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA1CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "aV1la631cFAtiCu2KXKyurFrez6tkq2qZ+M0zNfsxk8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "nO0SEXaL9u04PQ3VTXf4ROzw7lDtv7Z6sD4EhJiqtUM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NTT.class" - }, - { - "key": "SHA-256-Digest", - "value": "fb4d+8LYl9OTkaHR7bYB1r7qwhAbPvOkmd3+K6qdEZ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Absent.class" - }, - { - "key": "SHA-256-Digest", - "value": "cTQm3OQ2mElY2RJU/CAyAD7DXGuEGis9mfh7InZ23qI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RC4Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "q1TNk0+x8zOs8SyICQOoobhNmvg1AZejzaR4UgUtGgo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyPairGeneratorSpi$Shake_128s.class" - }, - { - "key": "SHA-256-Digest", - "value": "GFdW83sFjJXAyzw+RSgzSMvCHemBLofSj97rfpTHpOM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CramerShoupCoreEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "cEmdSXGjWoSf0mvHk1tXKzgHGCFHv06G0ZUN5zAIVAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CharToByteConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "1RBrNcttXtZQdUZuxWE4k+Ylc0TjEeqhdU/1DVmkeuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p.class" - }, - { - "key": "SHA-256-Digest", - "value": "iStcLPcB53izJ8ZqUhBD4tWFZ1Xh908SQaufthR+Rqg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/McEliece$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "TWcP6SOo8KI+0pxDvvZhN37sBWQ2j/fsiv8rh4dV1Nw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXNameConstraintValidator.class" - }, - { - "key": "SHA-256-Digest", - "value": "FYO8ESm4KHelynpBKRmXEI0UXnE4lSpql/4Ug73y5E8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Exceptions.class" - }, - { - "key": "SHA-256-Digest", - "value": "lyWOk/4zLL1OEED6kiYGJF3/A67NfEpv5OJP3Ug02WA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/macs/HMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "uWuO8sik5gaEUvuD0AhWV1cb6DRq2LxpMsKpmFZbXNw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512_224withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "j0vCsVCngpBb54x/PX/kv4HTwDYvJ16hKur60cdcBeo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_1024_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vzx2Vla6cWHk9s5rXAqoMWhBHIwMSv6AilUL1AqpBZc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PQCOtherInfoGenerator$PartyV.class" - }, - { - "key": "SHA-256-Digest", - "value": "HM3kzPFYgbHm2HJbIRw9/hVkFTzoNG44O/46zlpASmo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "xWIXGiRWghQT5xnTaI2hhAGmHbR+YpJyd/Quht14mm0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$KeyGenerator512.class" - }, - { - "key": "SHA-256-Digest", - "value": "l1Hh/Yu/tr9s6HRGhKEIgA32r3foLyc/7FvVNvbDSrc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/TestResult.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q5eSY+T9lejJodthZ/6cindjtoE38Xle2goz4D2kMbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/BaseKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "OIEjigs/JWyZqlaYzKy90Mb/ltVrm7deE+LVshFcuy8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$KeyGenerator256.class" - }, - { - "key": "SHA-256-Digest", - "value": "f5acbcxUeKzNKK95TaWB3++xSBE86NNC1PQHKj+Tjik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD160$PBEWithHmac.class" - }, - { - "key": "SHA-256-Digest", - "value": "H9bG4gIQqHjcRXmyqXAcNVVK52eF3FsM9uZfstZu6dI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ScaleYNegateXPointMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "cBe40zKhJYJeqQ4WBQ6hTIGUCEcLZegeX4eKGxqnkl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "GY6tOkxny9IDtqeA8huK2YnTxvwl8rEF+QgLqLlkORQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/hpke/HKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "1OomftMSxEvZ5stwBFeBWyjgtfZ54GtjSUpI2ThNB2A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERTaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "ua95nKFO4fC9rPuzzvANY4RSi81E9uR1yZn6du+OF0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_256_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "dIhfp5MyIEY0u8zaZl4y4aSB1ykYC/kLzvSxrnNGLr8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECConstants.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ech4ZOOlu+XfaaIwCmla9zaNrn002+7dbrkKuDDcI7E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/GF2Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "UklZrF4obMQe/cAM+YH6GQMjxDUQvogC26y8n+D4xoo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ThreefishEngine$Threefish512Cipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "zMQhMW2/tNRitke7yDGnDnW/mb1sSax3XAI9ENWRF0A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/BCKyberPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "fe2LQw8Z1PqRFWZRozBR/8dRwvNFmNFhqcWeX4+VcIU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$OFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "cyvmtCFFz/dzn0KiaW8EmktC9jDNP7qZnWqBlqP03vg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/AsymmetricCipherKeyPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ua9MEvrLPpHv+3IuN1aGFzD+aCFxEkHRpsjaj3UokhI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/GcmSpecUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "iQ+pvQWSOs2LUPDNKnAjn4/sjsUcOAX9XQqFgtsSOf0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DSAParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "T66kgcF5BuC37A12n+LGdpuI+v5X/+LuT9UQEIK7Vng=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ate5zznlxOMIG2WU6a1CGnqOfQTq4zTyZDTM+PehS80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$KeyGen512.class" - }, - { - "key": "SHA-256-Digest", - "value": "D3BkoIabaTTnXKzkHI6j7EtkHZwLtAcSco1ENhfo0Mo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9IntegerConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "mT69aUgOG+jJK4QZ8bglqsPsiSDJ+k958yaWsQKKPVs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EXTERNAL.class" - }, - { - "key": "SHA-256-Digest", - "value": "w7o36S4fyTbwkCmm9tS8nMfVWUyd2oTl0cQq3Ba5gNM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/exception/ExtCertPathValidatorException.class" - }, - { - "key": "SHA-256-Digest", - "value": "y8Sl1nXEorg2kbMchLR1ZWzAzwwQ2YyJ7pMTI4C6tfA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "QZR3wEDFcdTitaLJ0ViXpDlK5wp+hh9QxhlB7gtHgrU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "UWSjuR51ZA0nHNToRYMmSiz6CCO3fWIV+D7da/gsUeA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Ed448KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "y8PPW6dfmCEOWfgNvUBzmDa1MdYaUg9UkDexYFMyH3I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/McElieceCCA2PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "zWY6mVo4qc7eoLb91mHOM4QW+7szGV+LWVWmZBOPPk4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/COMPOSITE.class" - }, - { - "key": "SHA-256-Digest", - "value": "/yI9dKrEqOabujeMtuHiojINXajqKBGVe4F+5Wl+loM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1SetParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "iOM+Bzbzr+1W7wJSFEYTpTXOIID5Bk+M0MjOlgDnfyo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSMTPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "u2IKsBLl+xm1HuMTHCLmuBHmItzrikUYNIjyu2+0VVQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/BlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "cAma1De93DFvdWIMy9YDg42tS/xMgrXqzkryAHotfX4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DESedeKeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "q9wGd+8pOdVts9GBUwpWGKj6SWOMWGXtXlBlVBvje6Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/HQCKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "mqUREzWeLgduVstTsyO6ZtgQMcxYHdrt4yjpAdUIGPA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$NullPssDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "po4VKNEwzrwn1n9JC6hUD8oXnVaIWguuoHsQC6pGido=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nw1if8AJpCrSjy5qkmLBQSvc7jv9MHnZENIVuFVoVxo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "vVU2QrWVPLRQZjlkesnWeaaZezgbiZgr0XLebCiTs54=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SM2Engine$Mode.class" - }, - { - "key": "SHA-256-Digest", - "value": "vOYjdfY30YczlruDCfbNbr4U8Grq+WsUSD8Ag6xe/H0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "ahbpBOpKR1oJOCM/mfaaweQpJ5NJDMdSz0Ha1JDpq9Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/ECPointUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "/2O85JKz3aBsfP+zttBsdtXsAuuGdfzYuLa1oAdiH6M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/SABER$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "r/xbtA/NV3ZN4cYbMiF4jmturTpuyfvVSY591+h63jI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$SHA256WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "1GQ7xIpskse4NQsincy8fdkLHq+IzREcQfJ6hb0Kp/U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/SPHINCSPlusParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "mLEdP4FBPgBWmTs6QfrE+/TSP0p/XKzFhp9DyZSlPE0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Properties$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Uf//lC4tcaG3Ueqekr6WsiOwPgVhr75/pZj0DL7dZVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/ntru/util/ArrayEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "FLu/y6kvZKz0IYH7myVHvkllwqzU1NzZ7mh7q0Tfv5U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyPairGeneratorSpi$Sha2_256s.class" - }, - { - "key": "SHA-256-Digest", - "value": "pHAz51c8j54nadWXhN3mIvCFsF2vxmFwe5e4hR6Fk1w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/RadixConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "75ZFdT1T+32nmbRHHPDuB0QiC+dUx/URs7SkBdCtPPk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/CompositeSignatures.class" - }, - { - "key": "SHA-256-Digest", - "value": "oKuGgV9gwlI5/0kXagq6/8MmEEGmQubia9xTJXRFxwY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "RHafWoqRb//fCSNKP3n1+x8UBbGE3z6VaVCOOfmvV6s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WTauNafMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "KIExdu5Kc7xUNXU8znAbg/HEcWMHPSCz5kB16egJHAs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "TVcw8xwOniC/oEdPw1+SZOXl98oin/vevpYawyVei7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi$EC.class" - }, - { - "key": "SHA-256-Digest", - "value": "KRuOzRDS/DIAdDvUwyMdOEYXKY1EZ1OdLMbIvHskAPQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "hGGtKt1IMLATMM5N0xNLucdelMUJvbK8aPieU2ZbC2M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Skipjack$Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "eBCgclfnkHUPgcqInAmwMF9SKw4V3Toa1yGZm+ygBKY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERTaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "3sND3jNzhxhysOiAaZC2f8rXa2xtcKprQI4LFnXPK4c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger$TigerHmac.class" - }, - { - "key": "SHA-256-Digest", - "value": "vTr/AJejWZlZZbJkSG5yx171pvbfQqGWhAgQyN1l+ks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "ANtynRmgPeFICUaAdMhiRvErjdbP521zHOXdMEUM240=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2b$Blake2b160.class" - }, - { - "key": "SHA-256-Digest", - "value": "YYnRZ9t6QQbB0aFPZ1Pfd9CG7DpwEW8RScAUiyElbbo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "bFf9TbVJ96GJwYudfTadweZcxhQqYhMa5Bfl2dd3qJ0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/RainbowPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "VWlmdeZMIkOthHIbF22OwzK7zc6qd1FcD1Wrmn6xzAY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/util/LDAPStoreHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "+gD8PrsrebqRoFp6ArI/rfyNryZ5xOVuy0CHLIaO6E4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXCRLUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "bAsV44UyDCqq47V8wm1PcSgpNQXNPzgxis78tS6b0Lo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$Sha2Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "0V4KhGNUNZpT27SYSBuI+/izTmnKRgzDiPpSdwy04DE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TEA$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "WGWS3eaDfWQo+7N7sg36EjJoIsH3c3yapR2AR87P6Bk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ParsingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "VmprkFY6wZo/gKyA95uDIdYj+owkr5npvjUirCbEx6Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/ScryptConfig$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "jmDgveXbDFvsoYGIV4YtFXbvugJ7fCHrOFeJw0qqUTE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$CFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "FRhxVVswHON5uiYqREh6WMVsXgUD1zpm5WtVDFpV1Nw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$SHA224WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "M0/G9c7566Or1SGe6y8CUW5XBQLsLXodW6kROuv8iwU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/IntSlicer.class" - }, - { - "key": "SHA-256-Digest", - "value": "xGMvnU7Oxk8GdcsDNR1nt+FgAyfJDGZgfFU49BBdED0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "MR17Rd1gacQWJcpNZsRIEn6qK/TCtQDULMF8kajmfxc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimePrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "f8ZELpfjeZGOScjUjUqawiaGqQZlM7BUsXqbddzSsr0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/SPHINCSKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "bmU07vr1US1fH0FsmHXJSZOmHdKXweBH7JeQ1HVQ+2I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "WB0pvVU7fIe8NFqcZZvS8oDHkbYHbwfBPctq15SH8oc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/SM2KeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "NuXP7Rj8gdoHReUt6lxiQI1QYKiHqtB6CHd9Il6iJ7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$KeyGenerator512.class" - }, - { - "key": "SHA-256-Digest", - "value": "/HBz4YFCuSW85kj98R3YFkmFZnB9TT2q9jGKanB0CsI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "DmFREjVtjH+s5Vv4x0JCGNbozKA8bIwPb9h6UQPmU2Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_512_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "AjC3V+xRll3vKe1mqLgAYP7+tPpwBwLr9Ep9fo2fOPU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CBCModeCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "CmH96BOmPSCfYRn+zEGmpe1Og55lNewyPL7zLmpdghk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZwvXvDA/IXwg6hzZ9EF+Ijr8PwNAC5IWSIbBnrYTcjI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/EthereumIESEngine$HandshakeKDFFunction.class" - }, - { - "key": "SHA-256-Digest", - "value": "mhTfKwSLKMyeT+yzMNxqZE++FbaR8Ns8rE5sIDbgEhg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/OWCPAKeyPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "GRlblphEu1xnW4qyIeImsf+7btSektyQ7fnekXnXFOM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "d+NLtfn/NyULWZ0dz94qBLJrLEN9Eqq5AObN4+OUI6k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Integer.class" - }, - { - "key": "SHA-256-Digest", - "value": "txMGhM1C+/WobwBQ5G4VIuASFI6HxhZ6aUVzqt5V3Gs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "EqxORJoaCPhvY9SptAWlag2VhDU7aQBn1Riy2CMjhxs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Haraka$Digest512.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZY8+ie79690qIBYDAVqHNwN+nnsTrMqu6o1gQto/9Sg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "+3lWFumg+3TeJYTgARUq/UU4j1/i2baU2VlZVq93BLw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1TaggedObjectParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "gcZSlCuEQB4lgSlZKchz3gk4iVjbB8FWSAc78swuxkM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$20.class" - }, - { - "key": "SHA-256-Digest", - "value": "BX28hmQkJHW3pk3s6NfZcDee0/MMKIKIQTP3KkSTr30=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "pGVFYzu40ipmDvxBn5njARsqN7LhpF8fh3ewef1DUBw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "k2os6Unr05tdo2S1TRk50ht/snDEBSQ5dMwir/IHMkc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "aQ2CGeBjI2xSwhXl1YAjun1YISY1i7bAbODXz62o7pA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve$Config.class" - }, - { - "key": "SHA-256-Digest", - "value": "6hZZmO2vomZu+9edSCz6nN0pYFp3kos27nAP6RP1gqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UTF8String.class" - }, - { - "key": "SHA-256-Digest", - "value": "kLR7R71Ew+54PuM73hYcOiog8OK4hR3rTon5WPBBAUY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/BIKEParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "LkuFXajTAC2uUyqdjPhZMp4rlIVeajWbdB+QUc+NcO4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "4b1R94rQFA1AF6Ww3j/DboQZdJn6oxww3+C/AE90W2s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withWhirlpool.class" - }, - { - "key": "SHA-256-Digest", - "value": "vt0Hvmob0YMajdhMB7uvyWkKdlSSepNiXlMccQDoNS0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Blowfish$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "/E7R+tjfxQd0BmLneRKiYeSKDrBmgUKNyYkJkZ8H4Lc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/TestRandomData.class" - }, - { - "key": "SHA-256-Digest", - "value": "BBQTGPTK0pIzSR090TkPMegnfkSdd8a3PoYwGhwGHFE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$OFB512.class" - }, - { - "key": "SHA-256-Digest", - "value": "vSnUnxns2bIg26knG15wc6DbiPuBflvOMO14AOSgrEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/CRLBag.class" - }, - { - "key": "SHA-256-Digest", - "value": "Shje12HkOiPr7uebZv8fMfhsTHbl7vTg+mQtpMyfmxc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZITOEMxlnmKLz+fHZj5KEoCbSys2g1AGaQmjEgBRI88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/gmss/BCGMSSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "P8zaOz/1+zordHaOcfRrMCL9FTKzXK+HfXCGn7k2FZ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JDKDSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "JQ9OsVpEt7DfofZw7AMlYGEhggODh253AVGZJtiQN88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "IyO/Go5UkEMYnOCKQ/QT2LKzS7WoTrZ9ir94d9iC0qY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi$RainbowVcomp.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ti+GSiDTwHQbK4I6Y9Q4hnZPYakaQGnLj8M3lEEtGqs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/provider/BouncyCastleProvider$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "J0ZAFGu8opkfYAOWtaZv4OxE+ylqp4WOsS/ohqN03A0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "QPWFHS/6r2dSv86cJ4r38t/BBW3fkByLQyldBJPPphk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/CBCBlockCipherMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "f8FuOdyT9wIenplCD39QZs9T49FThDWP3lLPqRySzb4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "P0GCHsrXRj5r/jyu0AoroM54cD9+uHX0grDFQwo3i3Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/LMS.class" - }, - { - "key": "SHA-256-Digest", - "value": "9g69hlYzxnguohM+Hhbk8oLoWKZGqOI9B8qDezazNr4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKCS12StoreParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "DLc0wyWR8F8amGJpQMZzQyMf2b0i0qfubsCI0NLw5hw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "JP57aGuZrIPwN70hIQz3FHsXucRJ2Ec0Arw3uM+E0xA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/BCFalconPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "OHSeiJk7/ACdJv4uj43dmOxwrE37ZhBYGW7mbahR8fU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "kHLylFFLNhHpIH0DyV30IlSXaJ/UaJB9yP8AvD8zd1c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/interfaces/XDHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "qOdfME02JfG9601BhS6XyeMQCsRknSQmohuEKKRuMBw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincs/Sphincs256KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "3NUrUU4Y8ebNT1oLPcx2nUmqT1p2DgSaOManR0kdaLQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSASha3_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "PrFYpq6HbH1F6WhMNnNah6sWqgOJBMc52ybjKYyMy1s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyPairGeneratorSpi$RainbowIIIcomp.class" - }, - { - "key": "SHA-256-Digest", - "value": "dUMbOkiLToXRLSlWsnSzrWJi+MK/l4gyr9SBU0RFLHg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SubjectPublicKeyInfoFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "AIYS1q4p5TJstiueYyhbbsuEk7FlpdR+G2z/EEb743s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$AbstractFp.class" - }, - { - "key": "SHA-256-Digest", - "value": "fYLyZNin0SiTATFoeGX7cglE0xRKI54LUSJqpPtrzeI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "9SywhuZ0j5d0qE9DcO3H8NyRUduONX8mmP478fDabmQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/ThreadedSeedGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "rT6oZwB5FUzWBh27GYnfmrv42lm0Y7uhih8kFEg3YMU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "blsx6670lAY5WBQFfjWONSGrQ/g3Il91fOnQ5iX6g4U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/HarakaSBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "3SjRUUtaZfqqW4kZknHSeQSyIzq/T7qc55pw2P/XcMc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Poly1305$Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "Spyb1bpOX7ng9vzR1mTMX8HLuq4c/kog0LMicnbtme4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$SHA512_256WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "rOGkztCuB3YO0zTw8M/E1Wlgi32+v8/TpBw4ESB8vok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/AttributeCertificateHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "66Qw356NQ4jTT1CxUg3rTkxpaBeLFDtGZ2Y9Ix/6DNg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4$PBEWithSHAAnd128Bit.class" - }, - { - "key": "SHA-256-Digest", - "value": "mLSiM9wJECK26tzrJhUfxfaJeElZY3KIFmVF8jXm31s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/ExternalValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "1vPjHMaeFw3yHAR5DtwOPmGcmGwAGwOTk3idRBipakE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat160.class" - }, - { - "key": "SHA-256-Digest", - "value": "shY+vNTr4zaxeY7+qDR9e6gXl70Re2CXvtIlzC9FT8s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA384andDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "IDuc+6xpPdDCU+G7XeAgssqa//+U6se4n6wOJbFdkW0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/GF12.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q/sdsBwGnU6wWQCv1oVRGgT+QKuEbK0INcbDbJOlPjo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "G2Jy5Xt5SFD5peaAqi7pjQoNa2Uomv135FvmxzLOPDk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXCertPathValidatorSpi_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "QFeeUztczwsHmJToebe9GuY1PD9zhggWLQ8OjJK8do0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/RC5Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "gH0oy8++LVv5oNlPIOQTc2JaD+7s0UmTp1jvQ4Mpcm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/StoreException.class" - }, - { - "key": "SHA-256-Digest", - "value": "gthZmq8GoxQRA16HBLfYGAY+y4JWcd3uH/yjD02e53w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi$BouncyCastleStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "VakTZ2dixTnhDF5N9EuEy09AX4r5V2AeuO5MOitFvpI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Argon2Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "UWyM3Z9se7ROBauDYoRnTQMDsyfVCAejrZVmW0pkJSs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "mv9Y0p7TFc3YW25VWTXGeddZPJwvUc/a7aWsv1L6L8M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Zuc256CoreEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "eEUDWsGU7MoFE8LJRRdQ/rJ7jm8m5E574YXYCP2CxkU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TBSCertList$EmptyEnumeration.class" - }, - { - "key": "SHA-256-Digest", - "value": "j/Qhze5VR9QSwSZ94LGy2wnI783HdOUEagOTB9rzFrc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256K1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "5jnJG3XRGZ9yquYUviADU5gqGaWg7hL1BhLY45kQRaY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509CertStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "v8/ANLF6VqhyjT+vuhgXpsKpai8NS5x9lsSTXVxZ9so=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "W58sPWkJ5B2t7ZsvUynCRbTtFKElj4EULOaeiu1joCM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$Digest2012_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "s9LizyyXrbpz29hkdxGk564/s2VawXEbjZz7Gv0tmQU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntru/BCNTRUPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "yvLJQW0AaAgF1oyEGxpT4dtNZDVqua/wLPJyCluHa+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "WJpfMu+MEWYPi+yIvXm3oG16kExx1sRj14+hMGrMtQ0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/ExtensionField.class" - }, - { - "key": "SHA-256-Digest", - "value": "WvSznBz6E334NCur4eV1bZZ38leyoyj686k86VIgtL8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/StreamParsingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "fJB5mxYkvoPyh7xQ6qrwD0VwGVpMQQmGLNSdR+dcXl4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Objects.class" - }, - { - "key": "SHA-256-Digest", - "value": "m1gtDQGO4Bqn6N+JkvF3aUN1JjOcIj6ZbfXXULnFrzI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD4$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "12LSs2wXQh1RoYAtjPxdd/U2sBfIfRNhQwyTUPMDnHI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/TestRandomBigInteger.class" - }, - { - "key": "SHA-256-Digest", - "value": "IXTSnpnafcgocVvkN7r24Rt2woM3KzWFgU3JUFPj24Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/EndoUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "IS92444OlIUqkC6geDBDmt1RFNYj9t/BinKfDScqVHE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/OTSHashAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "HhqRFmJP7q5dHp6BSI+LyeNAqPOUSIH5TjCIRl94uFY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$CFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "AT3fh4G4bMYsxCLOZmPhVa6OBb6ppWTIeV4tyKM5/Rs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/encoders/UTF8.class" - }, - { - "key": "SHA-256-Digest", - "value": "sm7xJIAP9KDvGWFCa+tmJCeQ/YL/nP4QbTn2eSfgs3c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$ECConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "prw1Y+ASiBritsEAVldqWQqnHBc4hPkOEwNTpbpGmaM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GCFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "6uVJVvDcsIjtAwXVRv8Tsf/7jFT1VVvoWyofHg26YeA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "5cxYNieWjy3+HzQo6keUj++GdgY4MOxzOiXU50vqYwA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "reFufN+GPJnJppzZ/xIBwEK8UlF8f7s3Cgh1TlN6bL4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat192.class" - }, - { - "key": "SHA-256-Digest", - "value": "HX4ZF5LlqxDuY1W9qCt10X0HDpISuroE9o6MDeqwq5o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SPHINCSPlusConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "9blUbrNpy2xw+X4RDz7yrfmVVGVROYKHq9Kjdoj3ocY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DEROctetStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ou0WdYoWaTxFASm2SszFBvFdSjNtoRUqZEEHFEt5qSU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/SkippingStreamCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "laeFmn86AeCReu6bhyPy7OKAgHEgD7lfC8c+/Y/0LBU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/XMSSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "BylIWABIBHeu1dpDXqSgDqf/1vfxEboqooVMpbty4/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/BigIntegers.class" - }, - { - "key": "SHA-256-Digest", - "value": "PtXNc+APK2KPf5jNyqqjcGFUP9dmWg5OJWkUJF6wg+I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/KeyedHashFunctions.class" - }, - { - "key": "SHA-256-Digest", - "value": "1SbAi30+0Q4x2pSeH6dsNDMhfAbhsJbjXYA8AAmD1Bs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "mw4v9ManxEkoTf4EXMTz1iO1J2fgAk9ZAmsxYfd0Nng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512_224withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "MDkXI/yTM5yQM/R9h8kLcxLOlCRHBT81G4roDn2ERiY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_512_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZxYWK/REnKV1H90vObG/v6QGwcJoDZFhmNuVT356kME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "U3fTAn9iBjiO1a+C91xnCbR2xY4mLw/itWmfzAukCYo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Ntt.class" - }, - { - "key": "SHA-256-Digest", - "value": "pWBvez3eqEXCsAp4WIh6/YyLNGXrJ5lD+b4CaWhcNTU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "AL/QAhOTuCdDxotXJxzfRy5cZoSnVyw+iGXmIQZ3j9I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "p1QJIhy4tI7GfwMAATSkLf3zTF0PQh8cQPiRA7sT+nM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "nZKYWzAazM2zfw0biYY6n8SbL5VQsO0/3mL/B73FuG4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ScaleYPointMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "drya0Xmhzaso7a6z3BHtN91F8BrJMTyMCa1yktpX3r4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X448$Friend.class" - }, - { - "key": "SHA-256-Digest", - "value": "rLJYLXxYC7GzKVkmKYF+DEvqERtvDWACwVzV1sMt3zo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grainv1$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "7PK8af3PEai0J9SKe3Apmg0ftQGzHsHEtDITxxrBgVM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSUtil$CheckingStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "8kKSUdgcBfydFvyiIeMHRr8/AdIYff79BMXniUxsFHI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA224$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "qHXwBk0HoEZVAAu826s/Ihfyv4R3ZIPnEdJa2kJ5WjM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "z1olHMa1yDL9rJ+3Ptk6DsuPLgiRkiM6NJqAD9wT2Y0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/AsconXof$AsconParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4o/TNtoGWncLhiAIPcBTQFjwUlHNqsRoLxxdqgMiHFw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/microsoft/MicrosoftObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "9PoOUlcYLacex5nC79Grc3fXW5TP9s+MngIZK+Rttns=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/CFBBlockCipherMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "xR9ccKf2IgUHayp+01Gm22nJaitqt3uq4ymkixcdBws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber1024_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "cZ6KDYlFfIhEA6x0lwOGW0GcjOTNr0d92gfeoK3UZYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA512KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "x3yj7cQJUY9TS6jJ2S5cvoFim2aCEPI93RG54NlOpYs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$CDHwithSHA224KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "htvTELIRqURYKTJKwJuTB/RS4TBJguX+yaNwb1bz13A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/CharUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "H/OBEhikkfhV4aoylbpasDjXMuwkgJn45lZymRxHgG8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/LimitedBuffer.class" - }, - { - "key": "SHA-256-Digest", - "value": "2yMUnwyYzRNUiV7QJLXatoBgkFXoNN2tpCGPNExIJMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "c8NyrrPGzOdsNCK+GIyzvPX3+BEg6MiKLZXyEJn+CZo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP384R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "s09dbbVCT5kPlTYsx1DudVNAdXI1NqJBii/GukkWJ/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/BaseAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "DZnHLrsM+n+GgNoBQAKv35/IxSF6/Q4oy0aI9t9gYlQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/util/AsymmetricAlgorithmProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "HIeJwLKz3HpjDLNI3wMC1x1ITYw7ybAEE+SVN/f/KSg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyFactorySpi$Falcon512.class" - }, - { - "key": "SHA-256-Digest", - "value": "yEIQWZfeSCyIJpFfqaAOmihlhAgGxIS0V6YgLwqcCs4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyPairGeneratorSpi$RainbowVclassic.class" - }, - { - "key": "SHA-256-Digest", - "value": "LdwgC+Q4hUUwe1eQZKVk5KsE8xoi+w7lCFHCzVPC5kw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "ufdVglNPj8vULlPRV31pHkuoPZKJGGOrZkp7pqBPkUU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Sequence$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "6sVJrKve5GBMrp1jsCk9v/WvR+WAI63Dk7JjQLXJbzg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4w94+3IGwEI4EkkKQSG9ca26H2kpuCwpJp9SGHUn6Ps=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Salsa20Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "0LMUKY9Hs8RCmBTm6GNoMCDjIqPhsJGT85OFYxxbu4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$RFC3211Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "EvBGhhrm8nHCWX05HI+e+6WByh5Y7+K6lSWLMa4UaTo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/OSGI-INF/MANIFEST.MF" - }, - { - "key": "SHA-256-Digest", - "value": "yWl5DgxcsQNLT515GDfdsZxmhj5zQOBfZqtt2qtgwHY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Ed448KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4RwR7cSuJPsD7llqXOjnNfWe4pz/IsUUXo9IRd7njZA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/MacCFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "e6i1uRB7vBsNWkYPaV1DzQIC8+uOzcJ/MLAwyL7cr90=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERExternalParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cx9SPBnVgxQAqmU8bTEOQrGaJxDDp+AizeV0LgfZqpg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$CBC32.class" - }, - { - "key": "SHA-256-Digest", - "value": "FGlKA1JXngTncHBKvfqJU/RYzDFLftuwENOlqOI+dpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "HMYPTEBkgDuecwoB31rAqrrn8CwCeeYvfei0BfokxMc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyPairGeneratorSpi$MLDSA44_RSA2048_PSS_SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "QH6M8we8IIqUM9Nej8d9Xp0AELgzATHRnGqQCYI6zp0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/MessageBundle.class" - }, - { - "key": "SHA-256-Digest", - "value": "UM0p9TJtjtk6KYsp6bGGHDUasgsyMHuhBRz+flurbqA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withSha384.class" - }, - { - "key": "SHA-256-Digest", - "value": "8BlfiYub916q5peBjvHCr0MlJPN5sRbWi517BGWEyZU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/saber/SABERKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "tGXcTzbvlDZredqi+JRYq/mXQUvk4IYjKtDvYpNlzRk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/gm/GMNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "XKi+ZVf582BeN4p2IjncCQTHM/Jv0jCRkfovE1iYjNA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD256$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "dAz4JzDi3ZTb2uI4uUt2762/veOac7IJUoLQbNkqUy8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "/sJIIqTZJjl6EfcC1UCx6cK57M+/CiOKC4wr72zi4TY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$DES9797Alg3with7816d4.class" - }, - { - "key": "SHA-256-Digest", - "value": "cXUrfgfY4vrTFfzGVu3S4nxrauK+fBwuiKP2/R6nWDM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/Pack.class" - }, - { - "key": "SHA-256-Digest", - "value": "UWcam0mLBrnlfsA6uVl3A//mOCklzgFlBVM1S5YbK1U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "ihj/VDBh5nLvA0R6epw2l5AbVEAge2eGlmwD4Hhp4F4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPCKSA3$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "B5UqUZLIS4p/nxcZ0qKsdzCC4gHMSVIIe9ml++8Mhio=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/SubjectAltPublicKeyInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "tkixTB4t32+vwC7xmMBjd3Ue5mTnkB4JYarc0hrKjPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$KeyGenerator288.class" - }, - { - "key": "SHA-256-Digest", - "value": "jsG7hZfHtN83OhjsjOjI4ARIkeckveN0QXX2BqZ/Vn4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement$F2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "FaWpswEVE3+1BjSZ/EJmenHMRBkt9aERC5/In43IPAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "AJt0irZMaCJPaLh53Zyy7s6zpA9qVTWpHKXS57woetU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode$MaMaPe.class" - }, - { - "key": "SHA-256-Digest", - "value": "j+nEm3rDVB8V2X1J3ZpDZZIPE9E7QH3XqtzxKpN1eFE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/Gost2814789EncryptedKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "7UP+MpJj5i2aXIpydBM3shdsGnpX7h+6QceSx42qKRQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA512KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "3hCwSuvTq+sasGPHyt594NrvmAb0F06HuAOEw9L07uk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCEKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "SBJvugSzZgylFYGRZTjqhZvrf2+vYB68JvTKVoSPzE0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CTSBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "QrvrGa4qe1gO0JmesAeFEmPbZKdnoP0GtcsjUaM5vWo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "2ALimR9SEBSPxIoueWbssG+YpjqDp1DRYoMDvVpBjTk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/BCrypt.class" - }, - { - "key": "SHA-256-Digest", - "value": "CzUND/t1ndPMvhmE7/hVXKNMJ/OqpSh7d3ytu5d+n60=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/EncryptedSecretKeyData.class" - }, - { - "key": "SHA-256-Digest", - "value": "WNedKtpvY75AzWNAHU8CVDXu/AR5pEtPGlynaUbOGwk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "rZcKgdXNgTVR99BqLevDLuEeaPgcS7XRIrGD0mQr25Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERTags.class" - }, - { - "key": "SHA-256-Digest", - "value": "l9xdw33o8zAHrN19Z81CEQR7k8xLhGeAb5GlaSiyS4Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "yOvVBacWWaY26ZgLouA6XjbTMA5YbN4yQetaYQ/h6po=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Poly1305KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "IKd8wM7WJeOsg0xyQWKvxcjKns5g8PiAzR2od8L+da0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/BigIntegers$Cache.class" - }, - { - "key": "SHA-256-Digest", - "value": "g6H3uKueN24KzGxrwdmyVMj8aQN2E4gq/CALWoLzM4Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServiceProperties.class" - }, - { - "key": "SHA-256-Digest", - "value": "cQyYVjmWqjHuYUuoZ2PuCyhG5p36dXwZn5nj0KPBMTQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AsconEngine$State.class" - }, - { - "key": "SHA-256-Digest", - "value": "bkZFVww08942vM6M4aWOVH8Qc9TM+43E+XwKIXE8WKw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSStoreParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "oonOqiP7XLSsmBf7TTnal3hr+HQfQ62lFmNxqtBR2Ac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "uiSYU57eqJHTAXKn2nHNPxiwHCaw+CIIoDcZ38G4FJs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERBMPString.class" - }, - { - "key": "SHA-256-Digest", - "value": "nAIArMyMWSU9EvJJGi6VrPtBIZRU39124c2C0A0AVMc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyPairGeneratorSpi$Sha2_192f.class" - }, - { - "key": "SHA-256-Digest", - "value": "Iun5ZpAqE2DBNjPJvgMfVfGEsK2MWv29KLm2LCyx+vs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "e6AxQJh8HNii453u2whw9OAl82D2RDv06QPh1MIQrBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/ObjectStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "UbyxHcnve7PvTFGRuuD4ReoELmheQAyfGoA1jPk58qE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Boolean.class" - }, - { - "key": "SHA-256-Digest", - "value": "VSnMBH8p1BW2o650m5QyJW0mlRxObGUFBye8kwwTJec=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/GMSSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "6hp72tlGyr0bWddJJavCNIpWGr7N+VjNxZ0PqaoQX4s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DH.class" - }, - { - "key": "SHA-256-Digest", - "value": "PsEk3TQhV33u+jJp7Eji//MVvz9HrT7J4Cz9eEsL9QU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERSetParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "PTP4zenxgB5C2rNjXX3SvnmlgPyPlJs5BrHSRIyI4HI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AESEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "56wuhch9sbwfDtoyn0aZ6Zc5y7AKUsRniXfAD5dOphE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1RelativeOID$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "wwsQhR1Zxd7/LeOCgGsg7beLjKUEahN6AfyE4kNKHtY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA224KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "E6CJAfJL1GyPNwQGAi8i8RDW8hwOFwbfVnHDHWTDZuI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/NHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "e2N9H7cIbHDAWHhpG+cWkLyUt8wnSsoDbPcTMrCbkl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/SP800SecureRandomBuilder$HashDRBGProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "3rYfBKO+COl1977FQEuLnefjmbH25c8JoPCvlPYNmAw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "nO2H8C1NLMMLe667+LSNdVuZ7iwu9vaorYiCF+qhRTU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ParametersWithSalt.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ujbE41kw2qfxmkARMOBDa1ukeBsQH5mW//pD/LnC3k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "aqSISzPStZ4oScgMCCAL9yImT+WsDBbiRaicT/NJcXg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/DilithiumKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "+iVTrSsnl0uhKpdakbmOKV/uMajDBD067Ii/iLCgWaw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/CertPathReviewerMessages.properties" - }, - { - "key": "SHA-256-Digest", - "value": "n7uZFpWxdLPiG5FwXP70FGpwKOFC1yYvk2g5KBs3S6M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$18.class" - }, - { - "key": "SHA-256-Digest", - "value": "1iFwfyZeM52+283WL0NsReYqbMgcGbSZNyvvUkUseKg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA224.class" - }, - { - "key": "SHA-256-Digest", - "value": "bIPHkRwYJf7mUV5NY2MIy1erDtmegD/g4rKgY0XLQcI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/JournalingSecureRandom$TranscriptStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cqt6NCIal3pjXMgA+QQjzugNCF/bbHvBfsXiip/vn1Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "zO1yAQawRz9FwQHYIU0EA44Q/4dpucqcXphm49nVXOA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA1AESCBC256.class" - }, - { - "key": "SHA-256-Digest", - "value": "TCgp1WPSCkBRRKpwSXV0TrZWWY/zFI6k2wVwk6hrNDM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Sequence$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "hbfKr+dnADui6o7Dc7+P/FpXbtj/rt0mSlxfeQvSRQU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/ReedMuller.class" - }, - { - "key": "SHA-256-Digest", - "value": "IqnBY68r+euTJcKHSpUzyGw9aJyBiy3BQUfYa5H6qgM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/DSAEncoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "PJnBDkQ27evHsEbS+op9e5RApHYsFJ1lxDrTqg7TvYY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/BCDHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "9KbrdJIEprnye+X0AdseY/Uza+ccUr+YTcqznqQo0rw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/GLVEndomorphism.class" - }, - { - "key": "SHA-256-Digest", - "value": "zxJOP8N24AYBl7hdDDGXvCZ4stl5s2ySQFSNiYEQ8Go=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "YY8dvaoCmEbwUJt2NWkD8b3or7MxYxeLgR4vGZqCI5s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestSHAKE.class" - }, - { - "key": "SHA-256-Digest", - "value": "mr17oV0+6/KTDBp10LQ7NJfmaU+xPn1+w1I8s+oHk2Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "KpaEH+VATzXR9JG6BDweAM6jX0Yjv/3iIFkZWT6BLQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "aNa4gz9fCrsnhKg3XkaHg9cFG0LrNIcogpR3ipe1Dp4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS4096821.class" - }, - { - "key": "SHA-256-Digest", - "value": "WZgU6R0NlIhg6P7O81xCNnJtv87Mnp/pZ7hIY/Z0k6s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberIndCpa.class" - }, - { - "key": "SHA-256-Digest", - "value": "fFR3XoGOqFcyYmdKTPakYwU0eeLVSYtChxqf4pjD2qA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "a3dsyfIYUUTrfe5wApWSlONL/IIAJUjo4XuokIIEgtc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash128$Mac24.class" - }, - { - "key": "SHA-256-Digest", - "value": "d1jEIIZhwBqAlGmfeAUTc61sfNmg7TBQzaEWd5+al1Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/ShortenedDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "nLbndnFSVhDGQufWcQz7XzQF651IH0B/+H/nXYBbCrc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Sequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "jh2iWwXsW4HSpCG3E3Agz2b0KZpfmfS5ExjgTCwoFQc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Characters.class" - }, - { - "key": "SHA-256-Digest", - "value": "oOie4AmmeLJZ+09nbpuhpeZ7rcgP7RS6mvvGaULaw1w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "y7EM8g+8Msc2+m3jDtY3gowYM7Jek34mPliCRWW38hM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "kGGKk04E/DBA5Xnmd3zUgXdSAZgZiE2wM2UMCoEPONo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/DerivationFunction.class" - }, - { - "key": "SHA-256-Digest", - "value": "bmeHwqotxJ+YuS8ct+UFw7hrJbNIn2RyjDJgrUgSSEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/NullEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "V8d0wbGm64db9ilfXsXTg8vvYNmXDY7eIcpK525CFqo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "zQZkOSAKrF9z2ZMMRqZzg0WSV1OwpqhgNSGw565jUFs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/PKCS12Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "cIkKpjDuBmUr19JsTHi3QUZskZCV7jMmDNhQJC+DhMc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/DSTU4145ParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "KotUMuzfZ9OZ6eyHqwSkLR+D3kmgAmA6jCa3gHe3evY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$PBEWithSHAAndDES3KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZOeE9IRKNHUfiPlgDPW/AT39TseW+eeOgSaKkWwxqqc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/GOST3410PrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "bpm8LxPnHvJekNEEyxUyZWdKOyaTlxZdoQvaVQKvSvA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincs/SPHINCSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "1qvDK8dYEJPGtNpk/EMIvJM2Hnl/rUeLxfmNtlJLjks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/DHParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZJTAqBHvYvCQ3Q3b+zmAHR1ZpSLuialvTTOyleGM5pI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "UPj5zBH1gwMBQXLiMVMfbnQcX0FXA5DpVkv/qts2Kkw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/OSGI-INF/MANIFEST.MF" - }, - { - "key": "SHA-256-Digest", - "value": "eW2LZaKF4PayvGsvAW7eb5f5NPhOqfHG3LJpAv7Iph4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERBitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "vfZUUFXoWEUoDwj8VBLsjENClhSGyjHiM7/18JmdIhw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WNafPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "kgFY9+HLtPmbGQdvPFDmx+9AYE6vmjgjVslugn9C5EY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD2$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "FxKx32s24E3TZa47+8r5jxl7TU1SCxWBgBbxcMBS3JA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$18.class" - }, - { - "key": "SHA-256-Digest", - "value": "DfUrBhNoIG1HJ/6iY8QOocS+PxhQwkEdYTbnl4gjNqY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/util/JKSKeyStoreSpi$ErasableByteStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jg/2m3KEM0P5Rgk3vTq/mmzFik/9Cqz3sCkoY/3AjdA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "09oDL8g83rQo47Q1bQKpOEG4J9da4wlzqnS7Sr5Olps=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "P6e0nwkyQJMtD3NyrC+hfe5HpMJ0WTUt1EAPbhif4UQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/DigestUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "RDjyZZQtpSA8H5X/Dc4BONZD+CB0dg0fXgqzOwp9g68=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/FalconPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "uBoVRLmPyezF/dtvx7LlfIOLUDM+Wwe63aZcBjOJRxo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jeY2kjJtcDNApmZzUEg9bhW7xzrDk4/EL+puNpOVLvg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi$PKCS1v1_5Padding_PrivateOnly.class" - }, - { - "key": "SHA-256-Digest", - "value": "pbD5JwwKh27cV0YxMjhBsSjF4/+VpY7yqvZjeVEs2X8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/BigIntUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "tr72g6NpZwaR6XMzqL2ovdPKRYsgEcyiI8Swp2ctyj8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Set.class" - }, - { - "key": "SHA-256-Digest", - "value": "rh36tqXgvlR8RaEx1DlMscwsRsTU6WHIeXXKUTTcWng=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/bike/BCBIKEPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "SOEx9/AnCiiu1ZyqwkOwovFTi/9APhoSs5YW+NEImRo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jr9mE06W0FGDNvLF96wci+/53qDXKP4vt1pBfbfnCj0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1PrintableString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "BJbqm7DBQX5jwnhfnERMva2BKDCkHY9+Ca/zelJG6HQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x509/SubjectPublicKeyInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "nqxGbiK2xnRN/idv73cJ/Kh3QH2b5TBmghSr9ZlSOhg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/XMSSKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ART8fpXsUapVRekIHc5E7wnFW+sSg6SL3/g1sCv6r5U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSASha3_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "T9ZyewsT00P6LPS936WIbZVqQysJxU3NyTr//VMT22M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconSign.class" - }, - { - "key": "SHA-256-Digest", - "value": "iEmEMkR8uJPdwuUiBE/2mShbCiKZXnI0tq4uliUF/4s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$TLS12withSHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "MkkWB/RHdoc3aooiWBP/7WyVxuu9FzGkbZBMmXqRmyw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "NWAOEl9xg4O9KqerY/zj3t4SUcw89M1tIIVVIrhqB+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$CMAC_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "6f9i1XUVayGtukzRyH6wYp4P8agpcDa9XTYI9OKoWtE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA224withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "TN4RYAI+Vl9YdHz/s0clLSqlRqOXdd/69RsQxmYzitw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/CertificationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "P+8uXmnTCxjegnUXARKDNwh+rTNOKKd4Cvksy9+ovrM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "KBXdcJxrlhCGxIWuM7pqk2s1DuAJFCymKvXmIREUCjA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/SimpleBigDecimal.class" - }, - { - "key": "SHA-256-Digest", - "value": "R+oPpgKO0pwn4GtwWL9kUThXYxZCpK7ylJ5GoZjNbig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/FalconPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "NhUAv+mn6NEDsRlBT0qTMNDbgYwql/LArbaeqy/6zsY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/CramerShoupKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "DbKfPNM9FzT30tBVmR8p8NXoHWGQrMIfhMrhV5imyZ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA1$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "JQ2LBQyiF3Bo2X+OIv96fWfHiKjaUfQzSw5xSvyIOnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "9FmRCSbwdPuYuPjfyxNezPPs/5ldvW3vkNqbCbyY6zk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/NTRUKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "/9nFK/jD2pt1Znv5GaRQWyad+yCp/LjHmEe1Kf7YATo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/BCDilithiumPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Wq51DGyFQ+FYL9iY9wICQGiIMv/Cz1B+gmSjwmYKKg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/jpake/JPAKEUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "/8MZHps+rkfP491pZHLPYIeIb6C99mqQdc+9I9C5/UA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/KDFFeedbackParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "U84TiFt5VoQdjQB0cfkH7bOgwtjFq+NCsVi+IoYCdyw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "de27XPR1EnmbqHkR1oceoA3XxvYipgcDjU30hidJLC0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gm3aImxWKfqxsiC/+JARDco7u6FkMRkYF2ELGvqDYls=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "J7xgaVRQA3azhbTG7xpoTq4ITN7A4bTmaAN2KFhuji8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/CertPolicyId.class" - }, - { - "key": "SHA-256-Digest", - "value": "3dQHA3YPLPu/JdBxy1QOyOsErzTXUQn67OiaThl6LW4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$generic.class" - }, - { - "key": "SHA-256-Digest", - "value": "A7XzgcIIh+ibPieNzCLx8+1Og7ek+5P1AhJz3667p6w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/lms/BCLMSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "424wAQp6DRwzFzgA6J7IYAu7nEH+o70ATETrgHPMHVw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/TeeInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "ILoDnok8lHIZWBwXtGprXyu58prMKzx1km0suqB8omE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$32.class" - }, - { - "key": "SHA-256-Digest", - "value": "1ex46p2OKqK/Kr0I9dBVXr5TIqaPOwhcdoQfJotFhWg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "s0F+jDHi7PA7JxMDvHwkUfZtbVNxoyhMLi968P2Tj9Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/BCSNTRUPrimePrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZSnOgVI3cJbDf5H9l37vYn7v6lD06VTCmq+1P/tXzGc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "b5rMfqkY40pqrHfhN0OITdj+NeFIrQ9i8f+Zaku1wq0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish.class" - }, - { - "key": "SHA-256-Digest", - "value": "WzbCkLfFDsefdRr11ow8a6ldNmOwAVyJPYkjdqNgI2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/BCRSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "5qRx3H59HyrzckT6K42ncIcy2YSqHJviYX6Iu80Sdyk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/HarakaSXof.class" - }, - { - "key": "SHA-256-Digest", - "value": "kLIbk3Ef4dGXnBEcDibuBCNPPDiUKcgEoIcjFy489SY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withShake128_512andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "o5EO0GaGXkCOTnFy32Oa0eGY4P/RJ+kmpt36ogckU7U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/LocalizedException.class" - }, - { - "key": "SHA-256-Digest", - "value": "mp95kZgYYtI2UdqeFMjVqYH+hqhXaK+/2tySZDJ6zkw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$24.class" - }, - { - "key": "SHA-256-Digest", - "value": "p1ACH7fN5CJSVV5PBqJXbdBXLoNKOnlEy+rbkeoKUZ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowDRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "5kiLl542O78l1qy2RxiaJzepgS1yeZNogdur19m5I90=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/LTreeAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Vq8tCbD0Cf8Re2/1qJHgcoEjAnQvbSOuCSEjPO4HHQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi$ECGOST3410.class" - }, - { - "key": "SHA-256-Digest", - "value": "dMNQuVommRbVCXjcwMFAP425vwmnxYihjabxRp6lTRQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA1.class" - }, - { - "key": "SHA-256-Digest", - "value": "22JD5AUh2W1LTIeVmXOj6ExjAKy/rVueuuCOfCNb/dI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "ezVi2HalAngAYT7iH/ZoF2rvMqpMIWVmMXjeMHRiuTE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/kdf/ConcatenationKDFGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "yCS5BU3aU59YeOhi6NHNKYjOhc+qMtCZhhkrIsKLvks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "jwp+zTkoqGdKwiYATvbDjI8vbCk0aRljFVn1w5Znuaw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$RFC3211.class" - }, - { - "key": "SHA-256-Digest", - "value": "FkemKVDOBpN5QYz0VYHUwAWHGzrrAwPw9/fiMXXTTg4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$CMCEConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "hWewNyAtro2TDeGlS0vgpEmgKbQDWZY9Pbu5dOH6CcE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/OpenBSDBCrypt.class" - }, - { - "key": "SHA-256-Digest", - "value": "CR6IELJ0ASf89fLuhF1ZGtDmwutDOfeAqWkX35u2WOw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withSha256.class" - }, - { - "key": "SHA-256-Digest", - "value": "ioAbPo2x7E6vHrIi4j2cNwcI8E6ap3aY1bZmTBzTToQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$Digest512.class" - }, - { - "key": "SHA-256-Digest", - "value": "WHqcje7kPChdQcnP978ElqmiS8v1N0NGeNdOx9037HA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/compositesignatures/KeyFactorySpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "2kfG0eIHVA1emtWbrNuXjT7N2aZzo4+EqIX1KR5te3I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/PicnicParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "g5GHXI1e5ILZKhOWDfhy9liRlzOMuA8qj7VyUESBaik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/CramerShoupParametersGenerator$ParametersHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "KsxBtJLVAHhA8Y+ZFmv/1FCz0VOyGFtzBNMXErXvlGQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$SHA1WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "DjvMlpawu/Emk/Q7Awhd3RGzBidrXQHQjCV5ujIcwoM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2b$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "/AIbMoN0YfTqLbcMtN7DGZLnRvI7VOr9KEOssKO8OzU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411.class" - }, - { - "key": "SHA-256-Digest", - "value": "o0IaEpnnW9VDyrrZxd87ThhWl2zHIYBOA4Bha5b/+LA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "pw5/RBgXVO7YZ0BYgHXahAOvTpzuUeQBtaBvgCQFFM4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "OGLfxxZwV8xrGX/FaoEOohZ6skBW4RSQHqz7vOHvRVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/ECNRSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "eNdTBKz+Ok34XYYUAUas+GoBnxRz12X9kGvTLKToLIc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSigParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "n/QJM73BPbqEsc8y0Eo6jTnASZN4ZHlYqlOszy5h78s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410ParamSetParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "mWGRuXDh8xw+RsfvJ8jTOsjWrNYugnOfhZCtSKuak8o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/RuntimeCryptoException.class" - }, - { - "key": "SHA-256-Digest", - "value": "4HLY18eablhbetNFKk93djSjpc4oCxw0AluEd+Z8G7c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMSignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "8zcStQz20PJYUZn2HRuSD1BUcbEniT7fMHcGr6Za/HM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA1AESCBC128.class" - }, - { - "key": "SHA-256-Digest", - "value": "HaQkw9SbguGSERhae3c1CiTrnOvvCyg/H9WL06fiXTQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc.class" - }, - { - "key": "SHA-256-Digest", - "value": "iUorsmZi4W0Q+S9DCmEtuJA+hqyP3xI6dPgPpA+pztg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/FixedSecureRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q2QG2Imn0xUZPX/FpLPYa4al6qvxiTE71esas9d0rB4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "3aIz7qrtGvcNMsOiaRbIsJQ3SmvUjuLdsiMrM/+k3DU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q0NKqPqkPb0xEli9kBqalrzr+40Xn2DFuOnqsDCzXCU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERGeneralizedTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "p2igeIe7eu+X1CDkFM1bW6LzIaodQGIDkyAk/RVgUdg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/Tnaf.class" - }, - { - "key": "SHA-256-Digest", - "value": "/24TeuR6lFwY51BDRM6y9aZaet0lInfmQHMXYNLF4EY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/DSADigestSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "AAYDfWfhawIPWWKqKH9IyPpT58Jwkrp6heOLpAVZjVg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/PreCompCallback.class" - }, - { - "key": "SHA-256-Digest", - "value": "lnZNIdzaLnLN25bOh0e51h2ljgiVine6A+DPKJzeUdM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "nzWQO6JzAhdLU/H/MeGzFZNjlAF36qWpuCCNz9pwJDI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "jrXteiBo18HVBtEt3zmrUBBG0yWheGdtl6CZYRPVDOI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/interfaces/BCX509Certificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "0VGNZnxh1BCMXaYXkpZM13QZQEB19dH06xSJedVCVZg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/EntropyGatherer.class" - }, - { - "key": "SHA-256-Digest", - "value": "nJbQi1T17yINwAo5DOnVb2b8blx/PbMbHXfBdGSqdrU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LRfiOE+kj7IbsSr4pTerQODVO00dY5vRzfEkyGON5/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSStateAwareSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "0yIWCIqc8+spI0rM3Sjz/y1VrZsKjiBo0W66iXrWwJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseBlockCipher$GenericBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "m2M5XVShkqLyF/5tJxYkXj006lUT1HVHZExkdHOKXmE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/drbg/DualECPoints.class" - }, - { - "key": "SHA-256-Digest", - "value": "P084/LhDfH3+h8bKBUHfUwThTOV3sigydVr0Q2ERjyo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/ByteUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "qLo7/KjmxWokf/s6W4hpDh15G+pmTgi5GJBVx/cm8LA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9ObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "gEDlc1HBaDJZEZwAJAf7bR3gj5BcEnCyP/HgEdawmYE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$22.class" - }, - { - "key": "SHA-256-Digest", - "value": "7zlpIDlHHowwJidk192mFO/C4SssNBhpdH71PyaPBrQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/DataLengthException.class" - }, - { - "key": "SHA-256-Digest", - "value": "ExG8wxdAtPuCs8RWxarScyC9RG2oNRIhIq/0KsQ5OHU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "11L11OdYPEd6gVsIcywz6U7Jox0BdQUnUEKGYqC4ChQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "pDzpNRFhErG6iHtwdR7B9OHIz5u2jBwbc5NpI3gAI68=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/PKCS10CertificationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "H0qFNNWX6ie9lMuCE2ujSKIfOB3wTzkNoC1CfIFI3jk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber768.class" - }, - { - "key": "SHA-256-Digest", - "value": "cjiEhafZv3DNywPiSkXzol5i4szkcJC7zYzROCov0Cw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "kGqRTg6oMqwMkvK3cOhppgPHK7AXayKqmgBWSwNZg/4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "oTKZ1Dw/RZjYu+rZAkLq2sGXXWZv0iYH1SzyP8celuY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "VVQoQlND6b/t0hdkwR8tKQzygKwZn/0aMeOWvg9pFPM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SparkleEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "KVlY4G1Wyi5NoQJee2f3tYwmi1CoxsZt6UU8FoRgVb0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Zuc128Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "1EXyUPPMXDd7CLHuKa7KZ4YqnyXDxE8t0QsnFS6Y0lQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "9qcjUxmuK1TlgO8Q7VwIDJ/xZf1esV7YQXNX7zJ7Cbk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "T3xKd4C3pSCzXeqfLGJH4TbgR/qH26I8QaSpLODfgtA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "jl0mscfJ7O6idM57TBt9HG+zeHidMN2TnMmDS01UtAg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$Wrap128.class" - }, - { - "key": "SHA-256-Digest", - "value": "u+WiLGPUz6d32VB4ogwKkXalh6MyPY0juikHln/gXaM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "2J30eLPjj0B0jS4X/1FGfnbyjDgcgFppMXh4WFRr9VA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$30.class" - }, - { - "key": "SHA-256-Digest", - "value": "4eIMHNc8uzXKUwxIbvMb/d38s9ryMT5i5uvLDhHrR30=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Whirlpool$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "fOi+V5WaRFLh/PJ6nieiUAXY5TFWvGmgpyui5rEVYjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServiceConstraintsException.class" - }, - { - "key": "SHA-256-Digest", - "value": "LLlEh1kbGTWBjhzxtwa+t1a3nxNOlgSqAhJR+1Dwa+Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/KMatrices.class" - }, - { - "key": "SHA-256-Digest", - "value": "5BBJ4HOMusMQammnppOO6rKHaZ0exkvp3jrhjtN+tZc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/X500NameBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Q9JKUSg674n0LMVC3VnOb0dl4am/6PfVVB8Y2n/4G4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_256_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "sztLGPkjDI3e9Fmk/lVatfWMR7GDYNQ6mfLmQA+zQ1I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/MemoableResetException.class" - }, - { - "key": "SHA-256-Digest", - "value": "VHk9CGKRznGaXyUHkKnRdiCViuXoIZDj3UiJVGoEdUc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/ECPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "cQ9CoqUNDjPPpuub2NGWggtlfWel8mbN+z/+4lI6BRE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/LocaleUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ax/YgAE9+cCvgALpAVf007LGnDSkEuuFZIzTdoS/6eU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/IESEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "DJ2Ts8jYX5vOsZrQCDDMatb2fTjnAyQpXZcZJMnaPBY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "ACGSPETCFb3FcLZfXKGLB4YNJwbciqHv86nuOrtk8Vg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/misc/NetscapeCertType.class" - }, - { - "key": "SHA-256-Digest", - "value": "zLj33gRc+EuA2IZbn3tPNb4lNU4138h14oD4GrUDV7k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/CompositePublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "1jitGs27kdpIj+6Mh9MT2wjaIRuCXzDt6Rg4LcPqoVU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "qp3l8LVMubu2NS4uiElj+8PSuABlwGhPWSKnUUvoDtU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS2048677.class" - }, - { - "key": "SHA-256-Digest", - "value": "g1b/fGCsMyf6ppLJQ5q1zCosSBuSL+qeUFFpMuP8jXA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$DHAgreementConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "qzHUQ0i/iAcBgavvZMdLENe63BXPJnt2MMZSGiX3KZ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Strings$StringListImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "yFtDRcHFzC2a4MozW0iRNMaGGWjPCQSJTKJi3ttHBz4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/CMCEPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "IvQuRRTzeyOQsFEXxv27F5BtXquVndvPa/QKa2ETtiw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/ECMQVBasicAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "DijXdLHbir/cI92ywS/NKlED5T2Aj4XTJYhLNH9skT4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHAAnd192BitAESBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "gZmSoEg51M287LAL7slHYpqb/787xa6dXRrdE18LM04=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "mVIZpqOQ7RhNSYtuRVOPAyuYK3dvJoYGiifBzIEbjTM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "t2bf8+GTuKE1Rq+NjHGLbytp39ATbHd6mmW14eSco1E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$Zuc128.class" - }, - { - "key": "SHA-256-Digest", - "value": "xsH/O23S8592L8TrHjgGa1LPc5YTAeJVfJ0j5duytpo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1GeneralizedTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "/wJL7rZx1ysadSB6DjFsUX6bjBEV91jRyGIg8pIvZko=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AuthorityKeyIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "p/nzBN2MYCtuc/AFgRexKZCk0cADcJ3k+RGww/jliD0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCERSAPrivateCrtKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "dlQWhFG0z3qwMJbxSwFdJzXyMhUwKTKNCwcJz4paBA4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/SHA3Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Moeb1KznyW8hMwfJuSeepuZFTM3X1wUIEA9MWbrcGb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "H6XEoZDDGG4V/hkTj/tNLInnAflM2s5YEjWMTtCCCdA=" - } - ] - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "39e9e45359e20998eb79c1828751f94a818d25f8" - } - ] - } - }, - { - "id": "0797426b10a9c086", - "name": "bcutil-jdk18on", - "version": "1.78.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bouncycastle-api.hpi:WEB-INF/optional-lib/bcutil-jdk18on-1.78.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.bouncycastle:bcutil-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.bouncycastle:bcutil_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcutil-jdk18on:bcutil-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcutil-jdk18on:bcutil_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcutil_jdk18on:bcutil-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcutil_jdk18on:bcutil_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bcutil-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bcutil_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcutil:bcutil-jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcutil:bcutil_jdk18on:1.78.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.bouncycastle/bcutil-jdk18on@1.78.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bouncycastle-api.hpi:WEB-INF/optional-lib/bcutil-jdk18on-1.78.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-SymbolicName", - "value": "bcutil" - }, - { - "key": "Bnd-LastModified", - "value": "1713413980888" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "JavaSE-1.8" - }, - { - "key": "Import-Package", - "value": "java.io;resolution:=optional,java.lang;resolution:=optional,java.lang.reflect;resolution:=optional,java.math;resolution:=optional,java.security;resolution:=optional,java.text;resolution:=optional,java.util;resolution:=optional,org.bouncycastle.asn1;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.nist;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.ocsp;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.pkcs;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.x500;version=\"[1.78.1,1.79)\",org.bouncycastle.asn1.x509;version=\"[1.78.1,1.79)\",org.bouncycastle.math.ec;version=\"[1.78.1,1.79)\",org.bouncycastle.util;version=\"[1.78.1,1.79)\",org.bouncycastle.util.encoders;version=\"[1.78.1,1.79)\",org.bouncycastle.util.io;version=\"[1.78.1,1.79)\"" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-7.0.0.202310060912" - }, - { - "key": "Export-Package", - "value": "org.bouncycastle.asn1.bsi;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.cmc;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.crmf,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.cmp;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.crmf,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.cms;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.tsp,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.cms.ecc;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.crmf;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cmp,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.cryptlib;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.dvcs;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cmp,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.eac;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.edec;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.esf;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.ocsp,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.ess;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.est;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs\";version=\"1.78.1\",org.bouncycastle.asn1.gnu;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.iana;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.icao;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.isara;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.isismtt;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.isismtt.ocsp;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.isismtt.x509;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.iso;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.kisa;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.microsoft;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.misc;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.mozilla;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.asn1.nsri;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.ntt;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.oiw;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.rosstandart;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.asn1.smime;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cms\";version=\"1.78.1\",org.bouncycastle.asn1.tsp;uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cmp,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.x509\";version=\"1.78.1\",org.bouncycastle.oer;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.oer.its;uses:=\"org.bouncycastle.asn1\";version=\"1.78.1\",org.bouncycastle.oer.its.etsi102941;uses:=\"org.bouncycastle.asn1,org.bouncycastle.oer.its.etsi102941.basetypes,org.bouncycastle.oer.its.etsi103097,org.bouncycastle.oer.its.ieee1609dot2,org.bouncycastle.oer.its.ieee1609dot2.basetypes\";version=\"1.78.1\",org.bouncycastle.oer.its.etsi102941.basetypes;uses:=\"org.bouncycastle.asn1,org.bouncycastle.oer.its.ieee1609dot2,org.bouncycastle.oer.its.ieee1609dot2.basetypes\";version=\"1.78.1\",org.bouncycastle.oer.its.etsi103097;uses:=\"org.bouncycastle.asn1,org.bouncycastle.oer.its.ieee1609dot2,org.bouncycastle.oer.its.ieee1609dot2.basetypes\";version=\"1.78.1\",org.bouncycastle.oer.its.etsi103097.extension;uses:=\"org.bouncycastle.asn1,org.bouncycastle.oer.its.ieee1609dot2.basetypes\";version=\"1.78.1\",org.bouncycastle.oer.its.ieee1609dot2;uses:=\"org.bouncycastle.asn1,org.bouncycastle.oer,org.bouncycastle.oer.its.etsi102941,org.bouncycastle.oer.its.etsi103097,org.bouncycastle.oer.its.etsi103097.extension,org.bouncycastle.oer.its.ieee1609dot2.basetypes\";version=\"1.78.1\",org.bouncycastle.oer.its.ieee1609dot2.basetypes;uses:=\"org.bouncycastle.asn1,org.bouncycastle.math.ec\";version=\"1.78.1\",org.bouncycastle.oer.its.ieee1609dot2dot1;uses:=\"org.bouncycastle.asn1,org.bouncycastle.oer.its.ieee1609dot2,org.bouncycastle.oer.its.ieee1609dot2.basetypes\";version=\"1.78.1\",org.bouncycastle.oer.its.template.etsi102941;uses:=\"org.bouncycastle.oer\";version=\"1.78.1\",org.bouncycastle.oer.its.template.etsi102941.basetypes;uses:=\"org.bouncycastle.oer\";version=\"1.78.1\",org.bouncycastle.oer.its.template.etsi103097;uses:=\"org.bouncycastle.oer\";version=\"1.78.1\",org.bouncycastle.oer.its.template.etsi103097.extension;uses:=\"org.bouncycastle.asn1,org.bouncycastle.oer\";version=\"1.78.1\",org.bouncycastle.oer.its.template.ieee1609dot2;uses:=\"org.bouncycastle.oer\";version=\"1.78.1\",org.bouncycastle.oer.its.template.ieee1609dot2.basetypes;uses:=\"org.bouncycastle.oer\";version=\"1.78.1\",org.bouncycastle.oer.its.template.ieee1609dot2dot1;uses:=\"org.bouncycastle.oer\";version=\"1.78.1\"" - }, - { - "key": "Bundle-Name", - "value": "bcutil" - }, - { - "key": "Bundle-Version", - "value": "1.78.1" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Created-By", - "value": "17.0.10 (Private Build)" - } - ], - "sections": [ - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PollReqContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "NEbxSYDEPDqYLoEkQrOrkanHol/KfiR1Hga45Oqf//w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/DhSigStatic.class" - }, - { - "key": "SHA-256-Digest", - "value": "UALmr7gwQu3WR2FSVHvzFL6+KJrKEn94K2RKTWbwa0s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CrlOcspRef.class" - }, - { - "key": "SHA-256-Digest", - "value": "p5gabMLsuRTaqV5iCPPc6hkkBzpstZrj7Yd6Tsdtwao=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/Switch.class" - }, - { - "key": "SHA-256-Digest", - "value": "7JlAarTdQuKHF/FLI85DpcqUVuwxbv92N/j3q3HQPPo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SymmetricCiphertext.class" - }, - { - "key": "SHA-256-Digest", - "value": "qcfZ7Qi9KIDbaV04tZW1NADz71PfHrgOuz5eslX4WpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UINT32.class" - }, - { - "key": "SHA-256-Digest", - "value": "FmKTN/BF/JwJfSbUKNesm6aWqr7XzBKgX3DGs6l8qQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CRLAnnContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "aG2AT3jKCWKIP7eLWJaZ9Kf4HOnaAmJoqXjwuuei3pU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCStatusInfoV2.class" - }, - { - "key": "SHA-256-Digest", - "value": "S31S9dF9aY9yJIgBBOEDFKOAk9VxO2gtVfDous/LeKA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/TimeStampResp.class" - }, - { - "key": "SHA-256-Digest", - "value": "3tbtwA/2p5hqHyHKUVfsvePQdTBe54SCjHPPhP0I0iQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/SwitchIndexer$Asn1SequenceIndexer.class" - }, - { - "key": "SHA-256-Digest", - "value": "xMqBLRwMgeQZPwbdCZhecwnwpCr2NOgUsmyo2EH/RBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/HeaderInfoContributorId.class" - }, - { - "key": "SHA-256-Digest", - "value": "5jg6Va+OzhIm7mUrI27NmNTAUvS3UnQ7d0T7g4k7U4g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PublicEncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "8W6HrAssUrkMTSNs4RZCDbIXDvIq0BjlGg/UM/gEnPg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "xxmDpLbHfeguemFKNK0I7abV8noaXmIZ1C9R2jiz2zA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/oiw/OIWObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "dWf2+ZE420MDs5L8aOsCERCvqijbPk7Jzz+wtit3wP4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/DcEntry$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "YoDWrlqql3j/k6hGwdDKLTo67WSSy2sNd7Gk4gmX1EU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OEROptional.class" - }, - { - "key": "SHA-256-Digest", - "value": "AJHiqXlzYCiXWHW7VQRztxZMXSVdK/YbV9TX+h2Iisw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/ieee1609dot2/IEEE1609dot2$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "iKdkK+hCVpelTmUSqpW5jAeebWS7I/Vsg1UFfYeRJ7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OEROutputStream$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "TeCDzzQYcyD2u30QMRl3QQbYYzIlw1V7XjgMAAsDHJs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationRequestMessageWithPop.class" - }, - { - "key": "SHA-256-Digest", - "value": "aUM5CMZ0d/d6fgpEtvnPv1MvIs44V5seaecspc7fEPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationValidationRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "SotbX/ATwONkIrtTu09z8KwaUV7xExl6SW4CQhGingE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/MessageImprint.class" - }, - { - "key": "SHA-256-Digest", - "value": "pUPATgIKrsrPPCBBAtOQYHhSeaqmS+oylS04DJHm2SU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/PathProcInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "qaF2EGwRVQ0tRQcChoZMzm7aDRrdFmfPmnn/bZRNDuU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Latitude.class" - }, - { - "key": "SHA-256-Digest", - "value": "XQJvuFUau63h1+VjNlwZDTXT67ehcuhmw4bpzkf67Fw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/DigestedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "jySsqczOI7mVZVATWT03iuGGMZSs3ZAqYvEjKfztNE0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerAtResponse$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "MA7CfCbrnYPy0xLQ83gyxefMskvYmeqENzd6hbqOVpY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AaEntry$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Unul4Xm0yrksJlULTIVGKELQboMOqyLq59NvRNhO1ao=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SequenceOfRecipientInfo$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "yBsotPEIfoBfs9n09pxFXGbdp5Y7+iWEgfUc0FD+wlY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ToBeSignedData$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "x4jV704JT4rf8sfz43BoEp7BPs3+PfsFKXEyTK5rHhA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/OtherKeyAttribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "mb5ET6+rZPtelWyQ2QW4stLvH7AlsFgptRMAaZ2ydOM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfPsidSspRange.class" - }, - { - "key": "SHA-256-Digest", - "value": "56AdCjO/4FmkWBbV86DrD+qqXkOXiqa09fJrWiKXfhQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/DcDelete.class" - }, - { - "key": "SHA-256-Digest", - "value": "yrUyTN6XxY/Y/f/i8UzPXG5uXWLooRKjE5rBW3ruaKY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/AuthEnvelopedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "haE0JyLA07KkMFIsd3V11XKCPxIw4MJFgd0+rfEKAN4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/Controls.class" - }, - { - "key": "SHA-256-Digest", - "value": "p0o9vTTIh7yENuKSFHABQWsoNwcfJy5xSIL/qCyfGDc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/Accuracy.class" - }, - { - "key": "SHA-256-Digest", - "value": "p+kje4UChsrqd0KQcTBbMyuDkozRxcuCkvgixxyaTyc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/RcaDoubleSignedLinkCertificateMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "2Z2kFp6qW+gouBzTsCTeNesAgrMy4262s+G/ot4E1RI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/POPOSigningKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "W6+LnySTlyfUnjiP0cAa+FjQGGaQIUyHjohGngQCvEY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/CertificateBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "zkdWHuGdA3XgyX0Ee1BA4HWHBmLPJFXh1HwTRSCTpF4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/CertTemplateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "783aN1M0a2o5WKuQ52DkqRguArd1SFUR04pwl5CtkRY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/microsoft/MicrosoftObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "7v8hK7i+Eja9iP00nFMbMi/rPtqSiVT+euDtA4aD+rs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CaCertificateRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "7AI1P2Bd3VCjsBbfMKg6ndxG1NkJEA8QPOCGsd91b2U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/ElementSupplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "f0DgSyjuihSg3k+iYN/eeD6diSBVWD13z+k1I1YGlVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941TypesCaManagement.class" - }, - { - "key": "SHA-256-Digest", - "value": "w9/6YPQ+kjK6GhgG8+HTsLw1dVvg/mBO7ZvsiAzuz/E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/SequenceOfCrlEntry$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "0KXL4TYtDmBel1FJBcIAlxscDeacnVgY5nUfI6/yqJA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SymmRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Bk8U4sHlS/8eZger2T2viv3VtPVaLY4Ll7j6EsUvF8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UnknownLatitude.class" - }, - { - "key": "SHA-256-Digest", - "value": "12zNhl2bczHffGpbKBOaih8lCRNyFD/2j1IzGUOvdXc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/TargetEtcChain.class" - }, - { - "key": "SHA-256-Digest", - "value": "bv+kceQE2xB+gglyzlvu+vdNmt8s6pkMA9dB/xpmZeU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/OcspIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "01fYNSrURtWVRINzrzQ/5Ndcp1uwGCs+O7943dipRUk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/KEMRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "u3MFT1iD3kxK2VzhaVcgcpsX1CqRdOi76P2ZkWTze5A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/AdmissionSyntax.class" - }, - { - "key": "SHA-256-Digest", - "value": "YWsYSZXDSPCrKRp0TzDwrg6N8u73mu3kuXKYiq1jAVs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CrlListID.class" - }, - { - "key": "SHA-256-Digest", - "value": "9MdJp/N6oUslihFMV65bVt6/C5yqEnSsWrNXeb+3C/8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isara/IsaraObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "RDamtRaHMCH7Vm+s++scR0i3PsoBItGjmWyeQz7aJDk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERInputStream$Sequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "oDsVQr0U09nxQRjFp29TjKVP70aEoMF5kvr2KvLI6Pc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/SigningCertificateV2.class" - }, - { - "key": "SHA-256-Digest", - "value": "HL8671+LWZlE3B6jhXkp2C6EalEsXdP6UnXgkPoI9Y4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/EtsiTs102941DataContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "U6Nd7RC5nbB6cqnyF8f6F6OxQ+ng8WldVO5nPhc/X1E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/RootCaEntry$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "VGf9AhPe7YIUsHd/aRrgneNhZjlJis8WdTHkU7xB4Fc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/OptionalValidity.class" - }, - { - "key": "SHA-256-Digest", - "value": "U1XSoezY85+RwnBCJC9AV1pPN91EQHg4f+LVJFvXj0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CommitmentTypeIndication.class" - }, - { - "key": "SHA-256-Digest", - "value": "XXy+FjOYPDxb9azl3xEU5pXqZN0ErVDwjj8d7pohDjk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/EeEcaCertRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ey9+PIHRAGP6PmPWKEqGnkQ8qIXPN9zaz5zh4iPtdVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIFreeText.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q8jTfB8xG50VnazfTsyzIjWPm40SVx8yJLf5AvfoSAk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/est/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "OYfeeRrsru+2SHzAheN+gA+vapDFPlXEtI3PccKYXho=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SPUserNotice.class" - }, - { - "key": "SHA-256-Digest", - "value": "bmfCoC9K/kqZW+n4zDaWW+M/JfrIfygW7eYhJK4ZvSU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/SequenceOfCrlEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "QPz2ODL0fL6PvBChKWeXXjeQySm7GjCPBhnUJTEiuv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/BasePublicEncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "lFN43jkEaLfqGRz1Mr1cXMA+Aj8BEjTnQiZKOud4QMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/DecryptedPOP.class" - }, - { - "key": "SHA-256-Digest", - "value": "6vuFH3EDgDYtcaNrCwKDk7ve/AhQA7Ic4wJ7vZx38DY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/OtherRevocationInfoFormat.class" - }, - { - "key": "SHA-256-Digest", - "value": "R0FQnYOy15UdKLJBj2wWGMdKSCauN3JB4kTpvlynh2U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/basetypes/EcSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "zNyUGbJG6HfO+HSTbqsHOe8leQuAWHNkKdJq84ZA2h0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097Data.class" - }, - { - "key": "SHA-256-Digest", - "value": "MkIDZe2BYIaTaLhoSVEwxCB8XuOLsHk30j9hDnlxO4Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/BitmapSspRange.class" - }, - { - "key": "SHA-256-Digest", - "value": "FAlsXq2YGi8pivezxOrBvmm7mvJBwB5t+TrRa996xEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/SignerIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "kA7NMj6Hybz0h9EvC0Tu58yaWhTLLGHibGlCIDTv6UE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/basetypes/CertificateFormat.class" - }, - { - "key": "SHA-256-Digest", - "value": "alzVM3cSzqnmQhcnfRkF7XchEW7X+BglEnhE1pqIHp4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$BaseType.class" - }, - { - "key": "SHA-256-Digest", - "value": "+PYU3aIgUDJo/pqXN6WuCwMkykXqEpVYXMXuq/MX0Mk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/ieee1609dot2/basetypes/Ieee1609Dot2BaseTypes.class" - }, - { - "key": "SHA-256-Digest", - "value": "cbBE9KzxyZTrm61XX2kamXRZL94MgI5lPKLx3U3SBDc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SignedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "lfqFBAAtu/OrroL/lfmezDHv5HgCxD5ZwCBB8ZJz2w0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UINT64.class" - }, - { - "key": "SHA-256-Digest", - "value": "OJwXA3aI1KILlr776joG6dIJVEDUi9+KHK92XFGylxI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/RevRepContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "atzSD9ExLki4r4usP91GdLjDxc+ZMfZN9JVv6pw/6g8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/RevDetails.class" - }, - { - "key": "SHA-256-Digest", - "value": "R/NfabpScT7+3E9Dscpev3QehGWBpTo8y5tW0koWkyY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfUint8$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "YjhitnZmsaKBlRCYeHL4qI2i8xfZFh69Lw+z5F7QI+Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CircularRegion$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "hN7eiUC9io9Ubn3+bIi2OAvO1lb07Qvco+sUAU0EPdQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerAtResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "uO8ZWu/JkpcHZjjNyrTDPNz4vyhk/1dwTan8cSN9m6M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/EnvelopedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZlNIU/Tlpbt5MOCh22rde1B4Syf8BROpJ4v2nzREwac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$OptionalList.class" - }, - { - "key": "SHA-256-Digest", - "value": "tJUOJjWZrkj5FcOxHnG0Xl+0gtblRA1FYlCHVaxPQcY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PolygonalRegion$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "42I5zJGdrDOG8jAQYgP04zYGcTKSLXa9O+dyY5B14Ow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/EaEntry$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "DcWYshonCU8s+yTPN8+908NqbM+emq6aSo/UTKHTNrE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CertificateRevocationListMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "a0htYpruWrdVHUPF9W3o7pR/A1lYJ0um836Xb81OvQg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/EtsiTs102941Data.class" - }, - { - "key": "SHA-256-Digest", - "value": "7cK6VRDkI4QaFtF934CojY8s2hOpCxgVHTU18cv7evw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/ErrorMsgContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "DVb2BTfrjRc+nYE+BzTe8nm0QpbD36x4TtBjQ/lEGxE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/HeaderInfo$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Da9ZiBuiuBr1sMSr0bpyg3PL8FFBGWVyrMx7TFAHTWU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "oNqDiyBadSySkU62iB/UoDb7YZdiyoV0VUzTYwZPkdw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/GenRepContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "H+526c/FzKBNiW9an8QExWmAEn0e6hv+zUpDneWuyBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UINT3.class" - }, - { - "key": "SHA-256-Digest", - "value": "YcRdScbDYJt1FBPlJzFbR7mjfID2rUP8qdb6RCouJc4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSRequestInformationBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "hEK6cy9Te8RZQTmqXFNNGtIBngvpfe3uWRr1X5kbJe0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/InfoTypeAndValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "kX5P3jfHCTGByK7yrLeeomc0E6+74pEjte57QuuwEyM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UINT16.class" - }, - { - "key": "SHA-256-Digest", - "value": "N/1/PZBNVoA0rhxNaIgfxoU/rw/j2M631MGR4RKx990=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SignedDataPayload.class" - }, - { - "key": "SHA-256-Digest", - "value": "l9fRBhr2+EzXnXVyR4yUNQD4xiYltGoDBKmNRi4+iKg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/TlmLinkCertificateMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "5LZc75XbCikQMjLKdwjzEhIMlT3ZyM8el+CSZrOlW0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CtlEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "q+c2zEZOnnRrudBC+jytdo432k4fgBEDKK6nLt9VCoQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CrlEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "sBkNsHMBC2gklzr8gl4fdUwBUHrXriG8JN99iIX3o3A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/FullCtl.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gri7uoQjEYfo9sBO6LlR5Gr/4kQvFXXN8byMblroPbE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Signature.class" - }, - { - "key": "SHA-256-Digest", - "value": "7Jld1KmZbpxF10yimBDIQWd8zSa7Da/hF+PDbtZz8d4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/AesCcmCiphertext.class" - }, - { - "key": "SHA-256-Digest", - "value": "++KbUUbJDTuNWBj7acNxPaMv4fDWRO9HKhPqDozkftA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/RecipientKeyIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "njw8GnYEU+Z7uLfFZRnSb75FW6CTxRce0U4u3w24Wx0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/MetaData.class" - }, - { - "key": "SHA-256-Digest", - "value": "rfgnNMdOQn0AK+QoxaguhpkWIluLP5nOtEWidJEMvWI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/ProfessionInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "pFWlZqxpUuz47D6eq856iL6jbo1l/yJb5qBycebWB1E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "p8p77P+qQD8b8puokZv29F/yJjwcxiAd1ranTLtClD0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ContributedExtensionBlocks$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "XXYyJpEqHjJQag9n7yb0O/+Rb6ihomJfpuFUMPF1NLs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/Challenge$Rand.class" - }, - { - "key": "SHA-256-Digest", - "value": "ocoHKYP/8mAZc6mMX9MIJj3cLSGsresUSmDBj1g6aQ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/SequenceOfCtlCommand$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "OoJZUEC7gNCfMiWqx47XFb/5h9Xw6Xb7mp6gK7e9hM8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SspRange.class" - }, - { - "key": "SHA-256-Digest", - "value": "5aAYQMV+uEQmBqEqphmWlpFr9tsJPYoNwXTtfIhNahE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/DeclarationOfMajority.class" - }, - { - "key": "SHA-256-Digest", - "value": "3KvDgmFwD03oqldI4MKxuBOGEYj0EQ7rrdClhyy+Dco=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CtlFormat.class" - }, - { - "key": "SHA-256-Digest", - "value": "EagWgVdbdIkxJi6X/Vd1gum/ad7B0g1UuvYFjtZsuqQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OEROutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "SvT5CIdDIaQ779QVruIa04q6MGfNFS3A+t67LYj0eCw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/Extension.class" - }, - { - "key": "SHA-256-Digest", - "value": "vBMiGPF+ZZx6iLJ/1x2DobewnVj089q5rMV302XADWU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/CertificateId.class" - }, - { - "key": "SHA-256-Digest", - "value": "rZ2ZWm/0lSXcD9WKJQcu041fOqVwjlRTZ8ER+SWkUwA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/smime/SMIMECapabilitiesAttribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "0/dqzTYekfmjzHKI5EKk0qVjB3c7ir2wB9E/D9YtrFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/ieee1609dot2/IEEE1609dot2.class" - }, - { - "key": "SHA-256-Digest", - "value": "uKH1rfFrM8nSHHbxa1br97tctGA6SZk/bALx2pEqSv4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/CRMFObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "v9LttcQfRXIX1M2Gj6S2T7i5TxsbJ/vXyKawhT+ENxs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SignerAttribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "mdnfJCB285zpoxc9cIL229RMf67/UG9lakSyMJbCUtI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CaCertificateRekeyingMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "GZOupkglWPPqlxiDaI+lby7GOGy/+562i8aespS13Po=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Point384$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "8I8SxrU6/aYdv9uDEwT3b8/7ZNkO5LEjuFSL5S/dQSo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationValidationResponseCode.class" - }, - { - "key": "SHA-256-Digest", - "value": "E3k5tIYyl2G8bSURZAMjMTS872l05b6iiLbDvLksyPs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/KeyTransRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "dWSMyYB54crWao01eBrFzd0wuD4dg/3Xru6csf4KGMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/SignedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "vOwhMwRP0ymSXGkw7NqOf81yNIqFJuIfxrCUcrGlVd0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$Builder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sv8Rgst3W3WZOR1nZlELoUccDjQoNN3mPOesWvKsU2A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/Certificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "vuZ2zjomxOWEWW5OX0cWO1f73QGWveRrq/H4MOXaPys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/GroupLinkageValue$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "KhV0SHV89agXFK+ZY9OoUjNBMMfk3U5mBMZ5ipr2ptI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/BitBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "aFoJu6Kt7aUYr/dHg7lpfU167KoVE91cY6rLw12Smbg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/SigningCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "+E8eqnqIA2ZVrEODF0bS7TQ1qxE18DxrpeK0jP5RHF4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SignaturePolicyId.class" - }, - { - "key": "SHA-256-Digest", - "value": "8prF4NlvoS86zcjOXRAid5dIBVIqLXvPDwerueDB9Qw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/CompressedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yciac4AF9JiyHknqQ1u0VwcPaAqMwoeRXft5NhOxY4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/OtherMsg.class" - }, - { - "key": "SHA-256-Digest", - "value": "KiizWc/Kh5Rk9fLrXw8K+QWudkqPOB2Ls1TnZHcY+5A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PollRepContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "yhqXtAX1WnTpIahJDCdWJ4CG+VKE+3VguH+I9dOVr1M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/Opaque$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Uu0W8L1n7pZzO1AoYxK5uJdwvGqdirDud03s7vAUqfI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SigPolicyQualifierInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "xSaymC6nML+jJrhzpCW2uNkmutxeWwb305reqoatPz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ToBeSignedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "VpzYk14lctMPUvXVyBkP5e7ycloc3VM9/WwHhBFKH8Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/DHBMParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "JsaAWDWEmTr+lfkdXNN9cQHkrcGssguHsf286RE9S1s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/OOBCert.class" - }, - { - "key": "SHA-256-Digest", - "value": "k9cmmSnunoLrrnexM80hw3+jdr0edkfsZcqTz13d60Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/EtsiOriginatingHeaderInfoExtension$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "sMAON+tkAedfIh10eYcLHaLYONam9cQhiJ33zloDQEk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/ieee1609dot2/IEEE1609dot2$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "FqztErE7sA6y5WdjIv+KtLEDvLcVXMtBO0qwE267Co0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/ExtendedFailInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Hbu1+I5L8FWarLCdsrCnoMo2y3FY+0R33QULlYXc2Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfRegionAndSubregions.class" - }, - { - "key": "SHA-256-Digest", - "value": "GMANKbZkUo4P7cVFal/c++jX9uC+Jc4TfQd41A2P//Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CrlIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "xhfH4SCujFvmx8o9dCDYDxoQOCYGGU3fKSm5svOf4/k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfHashedId8.class" - }, - { - "key": "SHA-256-Digest", - "value": "qlXZFiZD3FojMnJCg1uIQjF7QKR9VsclLAe2s8MEFgU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/ThreeDLocation$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "wK0zEblEEPwxkCvji4fEqWDTfsPmUgPsNoxaCtdl1ns=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/Element.class" - }, - { - "key": "SHA-256-Digest", - "value": "nmwh1WcEzJ2UTO9wByIecpPNGW7giDUkg+5j/HS+Pa8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/RevAnnContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "TDZZWmtTdy8rT55fTLTwFMDkvkJhjGkc1P5Oc6mbZP4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/ESSCertIDv2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZHMTeUeRceGiAMPqT4j0ANolEga+XVUcgk3JiYjXUS4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedLinkCertificateRca.class" - }, - { - "key": "SHA-256-Digest", - "value": "J/UlDn9DEI3PP7ZpAyzQx+CsfYHbliTFiMk/7Pa81Nw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/module-info.class" - }, - { - "key": "SHA-256-Digest", - "value": "RRlfeXK9gOSWnDlwwvpqL9emO73inrFXgABnFn+ipSA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CountryAndSubregions.class" - }, - { - "key": "SHA-256-Digest", - "value": "WwFkcOfvjIVK01GNfxyOsvWcsZOxUo7dejqiCSgiVzc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/PartialHashtree.class" - }, - { - "key": "SHA-256-Digest", - "value": "/6kefLu25UuqOLwxjuU98LlBWXRqLz80LQBoPzvQ3oM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/CMSORIforKEMOtherInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "fc0kKOCW+xv0V1+BdtUKAlRn0HUJIAy1QkWr5RqoH+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/EncKeyWithID.class" - }, - { - "key": "SHA-256-Digest", - "value": "ba9oo5eY+esXuPyhGii/FVs4te7eKu76mjgxfoV9OyA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/OcspResponsesID.class" - }, - { - "key": "SHA-256-Digest", - "value": "YDLPpFzpYXFDWSf29/BO4gnLu4U4tIn6aAlcITXaTsI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/ProcurationSyntax.class" - }, - { - "key": "SHA-256-Digest", - "value": "TxDfZ6IM2/P7nX1fjtr/s84dnF2SPsZxuaIDUuhxbjQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/RevReqContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "cszCCn7jP74BKjrU4bx5ReO8AImwTes6VJZDkmljXQk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/est/CsrAttrs.class" - }, - { - "key": "SHA-256-Digest", - "value": "CKwX9o1D9GDBrZz0UOTxves/GlxaAexa2MXd3Jg5jNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EcdsaP384Signature$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "rsh5IaFha7JGcspv+5sn4c57OaOZ8bzHwVloTQNB0dw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/OtherRevRefs.class" - }, - { - "key": "SHA-256-Digest", - "value": "0zk8jl4ubQ4p27J0cAq0jBd5aVsd+ophgRgfZX+IZgE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/EncryptedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "Os0Vhu8cmeyOu5HXGmUufrzvAt06VtBO81Aecrho0Y8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/RevokeRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "2cl+zPv46U4vsCZ7a1KD3s7+O7GB9hOp7zb5Ncbzr9U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/BidirectionalMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "gVQFlGDrg5fKJXeL5E9/cTx6Dn9rp4L7cIFOcJnoQFU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIBody.class" - }, - { - "key": "SHA-256-Digest", - "value": "l/Uqdihe6/r9/KJ6vt1W/3ui/5d5ZzXIaCHSpvqRmWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OEROptional$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "iE1pp6yCQ9eYWXWUnkrSFNsHRLOIDA0lcLQFldp96aA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/GenericHybridParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3f40YEjem9WwZlnz4kN6UdEHfxYUnFvZFKaibrVWy0Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097Certificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "CsNVaNZtrToNyynbAwqv29uVLIqD4YWpiy7kDKXkkQ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/SignerInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "KKYXVLqR5+IJW7ycQ2/WsxFcHIhuEgR7QgLIqwlan10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/CounterSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "s6envOUWTz+wnV7/exR2yKJf/0PB0WSDszzFOzfZIvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CMPObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "qddtFmK3gKV7vYXvvijcHW4yeLinXIuj1A9v9h2NPbY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/KemOtherInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "g1vY4S2Eiar0KFvQbgyk5jlHRjYiaUZnXAWt+CqWtv0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/BodyPartReference.class" - }, - { - "key": "SHA-256-Digest", - "value": "bmYFzbwNR2TOnJC/aUM1Fp7QWocgnQL2Z+Hh2IfaZNE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/OriginatorInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "PbhdROLrhgpoo/eApNNMx4LNGE0dUjdx8iWZoAproIQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/RecipientIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "nmgJUXLKy7L7Pbi3LiK2ev+5UC1jNFuXwUFjabRfA+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataEncrypted.class" - }, - { - "key": "SHA-256-Digest", - "value": "VRF91594hsC8A6OiVOLmhKTuGfYwQ8cmePMU/pc4IH8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedLinkCertificateTlm.class" - }, - { - "key": "SHA-256-Digest", - "value": "mlSNDqZl/jDqcDik6/WjgcqQdiwxFVVhFNt4JI8z7DE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$ItemProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wqf4+DDTrtZXFyThKc96ElL8mtVAOPKIxaHSlKAbc4Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ContributedExtensionBlocks.class" - }, - { - "key": "SHA-256-Digest", - "value": "s5nZDbrfXBAjVBAY/Gnofj4oe6R3YqPm3QwcAm7kr70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EciesP256EncryptedKey$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "TBesqMQQztdQqRSU1GCFfVwsAI/vGU0d8JPj0OaWB/4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertConfirmContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "ecLR44TSeU+OpjVTJIlBk4ME9dmg7hBu35dWT7LWQd8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/EncryptedContentInfoParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "lKmW3d0JSDkqR33M9zSdbc5JkU4WjXVbYlsAwC5vROo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q39kELQfNtOhc+S5b4RV7CCjsY7MEo6WGZoqZk3Pf+g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "VMr4TEcuW9hN2hqufASKSGs/n3An7BM6yWEpM0a5+II=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataEncryptedUnicast.class" - }, - { - "key": "SHA-256-Digest", - "value": "vghK+kt/tu+YJP5IGU9wnn+jnbTVO+W8BEBZynuZUMg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfHashedId3$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Siqhy30EoEliQJoi75ip2KeMaoEzta1yiIErLs4/VDM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SequenceOfCertificate$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "aFy5hRIf4SJPckBPl5SCmawPrha3finqePXgPdGPjYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "2OxMyubGR65QxhoYYpZ0wWQbYIWVURPWOPV5WdlzAEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/CVCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "whTKKtWczltGg/fdj6FLWd766vSI+2KUlGFU43StNoA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/MonetaryLimit.class" - }, - { - "key": "SHA-256-Digest", - "value": "a/HOSptpBpelAr62yD1JKqvoTYAzp3RQDaaE5oa2xsQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCPublicationInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "xpYPDQIYCuqD0k/C62G78MBIryTufmHiuRAUNQJw6nw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/CMSAttributes.class" - }, - { - "key": "SHA-256-Digest", - "value": "N0sLRD9yEU4DqRMKz8OETBAYZokUrIpEHi2oxUDYGKY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/IValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "WT0ijHlZV0ycz3kldu9Sjepkv8hpRrk8m69w7iCkNPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/Admissions.class" - }, - { - "key": "SHA-256-Digest", - "value": "C7n1mD2kEd2b10mLbWWC5MOUouKutdZVvx1U3QENPNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/Ieee1609Dot2Data.class" - }, - { - "key": "SHA-256-Digest", - "value": "+GD9zAaL3Or/TVCXzBPSJtFqCp6t2DJ8N+PnQWx/BpY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Point256.class" - }, - { - "key": "SHA-256-Digest", - "value": "XpV0wLCAJPDICdxW0Bwas1c2PbbkCDObRhUfmcqh8ZU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/EACTags.class" - }, - { - "key": "SHA-256-Digest", - "value": "ftVwTeCkaxsgL/jSEWPlq9Yu3vxhuj8wC4QLcRq8fAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/PKRecipientInfo$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "MrweAb+w2IvZonodfPjrmaw9JP4RRjBX3p4nBB4Bxok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EccP256CurvePoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZY2iYr9DqkYcRXGlcbcT7sd1eRfJ9citVgvuvbJrZjI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataUnsecured.class" - }, - { - "key": "SHA-256-Digest", - "value": "9P5BTOGS5FKxxI9BYcvIPEK84YLUHHekRVSOrIt/WqU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/RecipientEncryptedKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "i+FfIlFs8mBqkI03hQ/EE5IwBoV9J6TmlIvzW5kERPc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SymmRecipientInfo$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "i33OexnrN0SAiPvEFwV4sPgSTcqO+Q4Ne/RsMAMQdkg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SymmAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "9Rewc8q+ulq5CxL8eXhg5Gn3D22dj3bX3pp6Wt8msiw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/SignedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "JVQQ6ONEYhjmGA4yCIF6C0HJnPtn08HBAlN3eoTxe04=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$ExtensionList.class" - }, - { - "key": "SHA-256-Digest", - "value": "xck/kbJdo+bcUkUThE4BbIsM8foRzvVSEzGG1oVLAR8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PsidSspRange.class" - }, - { - "key": "SHA-256-Digest", - "value": "AqG/QS23IAdv4Hnc/tvJPFA/OY7ltl/erRBLNQm90Vc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/iso/ISOIECObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "SGgveMtc5G0C3y4JZ7g9SJdDpsgjt+RffLzB6usd96U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSErrorNotice.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ZmRfYABGOO75zqKtl4QC5nhS78uBySPox4N8e4WVkQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CRLStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "OVs0nKO9HGh0v9u15qGWM5/tm+b93RDKLbq8oJUlYY0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SPuri.class" - }, - { - "key": "SHA-256-Digest", - "value": "NeacdTCdglluoYrUPWYR5oKso+dVlJcHqNufKJfvPJg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerEcRequestSignedForPop.class" - }, - { - "key": "SHA-256-Digest", - "value": "S1Iu84C7MnRSSqpFJzjfocqh4iXm989CNht7bQgrqQk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/EeRaCertRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "yCab7fzyeS2KU1wNhFYQkUccp7aMjZnll1QNfjeJM0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERInputStream$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qcwU6hltpcEEpGDFFDdI2RMyHUdlB0f0ib0mJ1f2fmg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/basetypes/CertificateSubjectAttributes.class" - }, - { - "key": "SHA-256-Digest", - "value": "+rrrG4M4zyU8EbpymirptVEph7wpXwtn/zCrIrRkJnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/PasswordRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "fdtQ7xGUxsR/McWle7TFqVv2uUglI43o7OYVPYfNVXw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/basetypes/EtsiTs102941BaseTypes.class" - }, - { - "key": "SHA-256-Digest", - "value": "0hQA+1n5P7LVEsYk6c8Z0efoFEjVf9ZUeV+g8zr8qyY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/GCMParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "OqlWP60q9jN0+QQ4uuBGAmMB4kPVX6+/JFbIRIm6tHQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/OtherHashAlgAndValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "4ZPttWByYCK0iiIgp7BwXBwwPb2QoO4uYZ7Z7URlV3Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerEcResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "elq2pToXHGoocACUg/rSjAmQxUvI7uHzTG0l28iRZ9Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/SwitchIndexer$FixedValueIndexer.class" - }, - { - "key": "SHA-256-Digest", - "value": "NH0QN5X85um6P/+8Rm4B+C+FMLzRp9QGvw8rplp/ifM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/SinglePubInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "/IsdnmsQ0KK0NJ0J52beCS/DguTpqKG6+h+/VMsKnLk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/Challenge.class" - }, - { - "key": "SHA-256-Digest", - "value": "mwDqOCDupjajzPoWNgxQ/r/ROiXvVysaW4/wN/I/YHc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedLinkCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "/0mGEITuacEuYXpwlbROeJIllyfmXUTxXleAXVfLgN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/EncryptedContentInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "gC6O7+bGHZ9bT2PUKHogkEON/028BKFXFbw1jM2CCvw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerEcRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "vKwzNv8U+ATwhiaahjgk+RB8y7iXCBiO7hUkrmV84Wk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "VaR2Y6O3R3yKte2SUbl/1j4GA7EW4bv2irblpVjTRAA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/Time.class" - }, - { - "key": "SHA-256-Digest", - "value": "e119WE4OqxlXgQu+9fbj+dC+qoKd6LhXGust+bcIqvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/Restriction.class" - }, - { - "key": "SHA-256-Digest", - "value": "7NyMOtkCQizd6bWjZ5YyRDKnNVcGJNka4n5vmjHOrw4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ExplicitCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "L0KLKWZ0SNPNwMJOpKnAciypHfnxhKHXSBmXpNVHhbw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/SharedAtRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "t5t6l4PW5XjDwfHtUvaz6gb0yQLDB/9eCWnh8Q8U9HA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/NamingAuthority.class" - }, - { - "key": "SHA-256-Digest", - "value": "qYvjKw7eJs0WbJWhTojFVeVEhLznp+RynDqiwJNmA8A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/RevocationValues.class" - }, - { - "key": "SHA-256-Digest", - "value": "e04nsTR2JOazS9LVRpGnQcJZQ0pilOKBjLbqf25tASg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/ThreeDLocation.class" - }, - { - "key": "SHA-256-Digest", - "value": "UTh0uw7whAzHPyq1P4e1fFdzKoxJYbuFQ7DrPrjzNyI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/ValidityPeriod$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "a5he0n1NHH2cFrayaCarxaiP+mzG8dZCyCKJJeZKMnc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/HashedId32.class" - }, - { - "key": "SHA-256-Digest", - "value": "2FAwKPaVixggh9nGa28Z35cEEYTrgz7BpTibP5MFsFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/OtherHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "G8LyxN0WiAP3YAodeUtpABdu7WBlnZP2RlvoPbhHsrs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCStatusInfoV2Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "dI4KNN7shK3+/HKZUUc/qWMXxWQpuVMfH7EgXR/ebYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/GenMsgContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "TSnGwR/MrVGu0Hpop0GUa0BBjpJ4DSn8U44z8d57quc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/ProtectedPart.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Sqh95v3Ogs1GnWxcCrZUV2fPYMDQc87TG0WzosuOdc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/icao/ICAOObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "tIgD4vMABHBxxAay7QRFPsE2iO7tYm3Yg1BUz0SkUbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/ocsp/RequestedCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "JPdqsbvWBY/eMhEgVSe163PAl/WlBhk3nsqvf4tOGlc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "9LSJkkr73sHls1OFEgRT+fFj4xorYIAbQRYwbPOr784=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$MutableBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "jxZzWuG3HPLGcZpzQtIbbKFmMWns5BoCzu8QLRF5kF4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UintBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "gIH+kZThvZZomJTtJw6Kmn86s30S5vglVkks8geGKBA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/OtherCertID.class" - }, - { - "key": "SHA-256-Digest", - "value": "gEJUHbvhYDMVwFdPvIIMxl5/ZJfC2HTWfeYAAsI2VTw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CAKeyUpdAnnContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "wEKZkfbM7wNdYMNJPxjt+QdvrhTTcjfv9hyDR6e41CY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/TimeStampTokenEvidence.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dxi/BcY/gnFTGNmQfRZlxvf7SzRKgHrmqvU5IdGW0VI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/PsidGroupPermissions.class" - }, - { - "key": "SHA-256-Digest", - "value": "wyujwk0JL7BCy0I52qXCF88rgYH+KybC53MCwGJ36bI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/ieee1609dot2dot1/Ieee1609Dot2Dot1EeRaInterface.class" - }, - { - "key": "SHA-256-Digest", - "value": "uDnm8KM4g4jmxVae07FeCTzqVi9qCf17v3aKsH/9khY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfHashedId3.class" - }, - { - "key": "SHA-256-Digest", - "value": "5GKku+38pS4VTegjG01jMoeMs+ukChGL+VsYBqvnmvs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCStatusInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "B4eYAfvw/HeYWFgzZPaP74jPLqHu9fRMDNKp6af+WpE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertOrEncCert.class" - }, - { - "key": "SHA-256-Digest", - "value": "+lDioZKwW56lVmnT0N6bvUffzvxA1yONdpWkvEFXMFM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/misc/CAST5CBCParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "+UreWErYnl7x64J91wVixjcK14eyqA7+22eTaCDUPS8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/OtherRevVals.class" - }, - { - "key": "SHA-256-Digest", - "value": "p8n2Kl44rUttb5g6tFnC89CVFfmFW6tEgcdrubNCshE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/KnownLatitude.class" - }, - { - "key": "SHA-256-Digest", - "value": "PxkfamFFpNoelXkb49LIsLuT2XuuZSVIPUjiLUKT2Rs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/ArchiveTimeStampChain.class" - }, - { - "key": "SHA-256-Digest", - "value": "VqQDofedokTWf/3T24IJG8hf4D2mC5obSUo9TNB6Vko=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfUint16$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zblr0ISBEcTvv3sksw/urofzoqpcHp7KHqkqYppdfeU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/OtherStatusInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "8nRhFEGYKyRlnIJyuBaoiTvVZQdoaQhpfBeHqTCvvFU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/PendInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "+D2Z8eecaskZn7iU/qSw6udDvN4ZVAlSfDZuWSgbbYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERInputStream$Choice.class" - }, - { - "key": "SHA-256-Digest", - "value": "iwCebipF5RYx/2avmLOnKyiz0TMcfQQKPT06yxAo4jg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CompleteRevocationRefs.class" - }, - { - "key": "SHA-256-Digest", - "value": "d0pJM4AI5jgf66cnXcLOWS+4bVZDmjs9H9Z+LLN79MI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptlib/CryptlibObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "tfhpPvkMFp5VdWqGR7NMeBSMpl2SCWqfpTI6URnfbjU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedTlmCtl.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y395haWic8VO4Y9alDkpNKRYT6mxUp2lxE6vumLhgnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/CertificateBase$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "FZ4r756TT21l3BdtpZxnkOFRkB36BUHCGY8Bx39xAKo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SequenceOfRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "twp4RQYfETO3/qAKAIn3ACGDQ+zbnjoViDggRVBUkPs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/misc/IDEACBCPar.class" - }, - { - "key": "SHA-256-Digest", - "value": "+dwTxfGf0ilIGMSqkz3gcaBXtXlYfopag4pWbj6ggxQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "4mYkK81RO+7D0M4SIziQiGjLEa6sw95KFOrMyz7X5ag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/TaggedContentInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "UGSWHgTQIWFX9R3mjxnK/nrTqsjj/175FuxsUrUnlMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi103097/extension/EtsiTs103097ExtensionModule.class" - }, - { - "key": "SHA-256-Digest", - "value": "c4CUcShgv4yv1nw1UxbmYFzPkHFNMc2aiEbcdGw5fDQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/mozilla/PublicKeyAndChallenge.class" - }, - { - "key": "SHA-256-Digest", - "value": "AyfBrrdrLQRw5YCh6BIHnizeozIWUWpo18geOIJAt+0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/HashedId.class" - }, - { - "key": "SHA-256-Digest", - "value": "/ZPl7pGraZOyortJJMemKckY5CflQtToddzlKgDSwcY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertAnnContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "74wDwWwBeiIHhZBiJP0JcMx6gFgaAbZljQhtz0LdSqA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/Evidence.class" - }, - { - "key": "SHA-256-Digest", - "value": "FK63WHca5GiwJflKiFx2yYnaPsG8rep5+SK/IeNkse8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UINT8.class" - }, - { - "key": "SHA-256-Digest", - "value": "75bvwpAWUHmmS5vTwIHv7puvvlV5oRrzZVYSzUpbWkU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/CMSObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "wMHrqGSJ1wv8aIAE2HXso8OmJlluvj5ibmfeXAUw0cA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EciesP256EncryptedKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "rTIOoUo6mnQwhPT2NcRH6eCuooBLwoslCsd6nmsl5eI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationResponseMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "pcdcTVgB0tPfHgmDnXt6rzE8eG/Aao2dXm0YdavIHAA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerEcRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "mAfAEMV0/etKdgxVflOCMb109U9Xr+Xh0bGQvpVLMUY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CommitmentTypeIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "2b9yLXeusompK97tBLTxssIC21Du4RNkZ85M9qpLxro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941TypesLinkCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "P14pB435T0HA4ecoFHb+fKS9zeHEWt2thbFQOI59cv0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedRcaCtl.class" - }, - { - "key": "SHA-256-Digest", - "value": "It+5kQiXuv2OURJpvg+M6SvuOutXIapt8fehJuxANsI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfPsid.class" - }, - { - "key": "SHA-256-Digest", - "value": "c3dxyLLM+hPy90nBNp0RFjEKkuFw3kiGb0WXw4EULM0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Hostname.class" - }, - { - "key": "SHA-256-Digest", - "value": "+fn5K0lv4e+yDl/KYT/LrOOo0+WqmTVTDy8sIvZ38XY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/HashAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "uvI4tRoplBEVOnaR9kKAiwUAnFXtlkKq0xjRi6tS6xY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CommitmentTypeQualifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "kosoAxjZ9bi9aeTKqIp8PJ2cV6V8zFTSMaKx/61iJLU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/icao/LDSVersionInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "briLlg0PQxH+chbb0nC8MwT/U0G9ggPROvy7VLur0AI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/GroupLinkageValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "mBYg+mRt6zno7XVi2Pl9d1L2WoJCbmdiU925t/HqhVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertRepMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yj2bEUajVPX/l+Oc4Kzi2DJ48wjWHp9EA/eTZQ7lIPM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/mozilla/SignedPublicKeyAndChallenge.class" - }, - { - "key": "SHA-256-Digest", - "value": "ILlHqJePimwcKxMzksACzzfNs1XLwkq8tIJRQsWPUWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/EncryptedValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "79lRekAfHGHW0sCa4JxFFZ/RSp70DicoOBFHv77BXMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi103097/EtsiTs103097Module.class" - }, - { - "key": "SHA-256-Digest", - "value": "IkeVmmtrOaV3knF5cDfklFI6gZES01nAcfjOHoWu2Jw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/RectangularRegion$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "OpH3GU4q/6WdAf7sq8oB8I2Uix8IOvSVFQQT/QIXbHE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/EncryptedKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "4PsDmNubxJrYWA8W3RjOQBKHZHMufHNxb+W6jTTJCJY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedCrl.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q//3oxVMf/uQ8RjKrpHtMqQUC1Iqri77mbpD/Jx+TNQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/RectangularRegion.class" - }, - { - "key": "SHA-256-Digest", - "value": "DxXguANnJU9q8+KsPQ+dXq24/T1B94ZA2SHjBC8sZn4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/PKIResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "m0fu+LC/2mqJhdEYmv/DvojFhbrZc7QAYjd4AW7ojVk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/KeyRecRepContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "QqStVqOVL+FJMmIphOgMOqWPXzNEvwhTAwRDoIQ/tms=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/misc/ScryptParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "3dBxFK1UJJg7Snv2Ef9WR1+Rw2+M+Geqem4Q61tAh+Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/GetCRL.class" - }, - { - "key": "SHA-256-Digest", - "value": "NrZPEDhs4yipSiUBO04kdcEDOMd2U4DthO3QBYxkRvA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/BasePublicEncryptionKey$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "TXPOyfb/z2HBQgUBT31Sm3FA00TF/MwLr7MriiSHjzU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/BodyPartList.class" - }, - { - "key": "SHA-256-Digest", - "value": "7HnaZlUTJCF8aULM1mk9id7OIY5qUqsI6k1OmKla7ZQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/OtherRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "X/YZ/UiNoMHKDuUyFoXIU5MTNd9U7nSlOWljeGABocY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/TwoDLocation.class" - }, - { - "key": "SHA-256-Digest", - "value": "KylVqno1x3thozwj2hScyjVDPLApmvLmz6szHwiXDgQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/SCVPReqRes.class" - }, - { - "key": "SHA-256-Digest", - "value": "UhLwG190bryhaQf2x88SoVeQwslUL7go14ZChzfQUYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/Opaque.class" - }, - { - "key": "SHA-256-Digest", - "value": "VVxYeDr1lGo1HsRJtCgSGzWQ0GdbVOa9yKV9rqf+1JY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/icao/CscaMasterList.class" - }, - { - "key": "SHA-256-Digest", - "value": "FLad1ripNEU/EUt6I7dsMASW44mXyxf8P8SRCtZcjpw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/smime/SMIMEAttributes.class" - }, - { - "key": "SHA-256-Digest", - "value": "q6A7IMcEt3nHFureRhw7s43rQURmw+Sp3/1YBGXR8Go=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationRequestMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "5i+J96N4lMJ4osGWAggczm5i13zp8NxwmLYbVDbi0Gc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/Url.class" - }, - { - "key": "SHA-256-Digest", - "value": "yj/qLY/LCkiZ4HTS+Lm9/DIAoVJbZ2QSHEHaLaxz80I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataSigned.class" - }, - { - "key": "SHA-256-Digest", - "value": "HKvB4HGiZKOsBRVPAt7tUR1HiM2cJUommIw3NZxRIEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CrlValidatedID.class" - }, - { - "key": "SHA-256-Digest", - "value": "M6kQKs9LVc8k2E4gtGKt6vI/vBTuCHEYDM6sAaJ0nEA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/ocsp/CertHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "N40AiJwYv4Ni5aBBBvGGiOVfgv25geBuU1fFvedoS+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/TaggedRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "BMGbLi8OWN5stBHK+IH8m1IrMjAAXI5Q38inbBVTiO0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertifiedKeyPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ne235RV+eGKmpnIUuecRRoRUJUPu+sIDdgvDmIKR9A8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationValidationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "jr1wfgt1BWGietiB9pzydf9NWorvo0fUflsWpzyi7XM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/EncryptedDataEncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "KRC26/d4imxSpQRE8rTnjsHHTL5t6OZlvusulGtlyZE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/MissingCrlIdentifier$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "tc+f3GqWIR/PLncmMv+01D0e4FnQxZIQgak1UqMp4ck=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/RootCaKeyUpdateContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "pzMzjOX002TThh4EftkO/VQdVgCDDiOfuDlfZelWiUg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/SubsequentMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "6B3d0rgErQTgc1tgFiqPJO6LYoy/nu8n8nhiTHFNsgI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/EtsiTs102941CtlRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "GUD8Q0dzOLf5t8RpxXeib+zBmb2WRvu6nPPqHp1LAv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CMPCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "YjKgpOYNvX9aMQk/NoChv49/BbBWpiuxu3SgpDGV1no=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/KemBMParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "B9NA6KdJMGTl0+yh27wN/nhXSCWsrb7P/uvKkSCF0jI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/AttributeTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "6m7O/CPC/ebpjdNTrcFF2qfxXY1TZ10rNJaVLMPqBtw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SignaturePolicyIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "WQHZx4xLVV1l6re3MgfxZcHgdhtWcnjPaqxmfP50ZO4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/OtherSigningCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "exvV5P++PYwVHS46A3TkDB/9e+rDfzeVP4JNiCUIIq4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/AuthenticatedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "EdDC7ZvhCAkrjQKv2Ykt4J4hU6vKeoB83HXShk6CAX8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/HashedId3.class" - }, - { - "key": "SHA-256-Digest", - "value": "DjlJWn2afeXqI5Z+7WNgrhBQ4pVUCif1pGJgy/6HKGE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EccCurvePoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "XxbqilyaSI/BMNbVQWHR9q5G4o7+bKbjNP8Eg/vwX4M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/ContentInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "/u5Y2RQVpWsDNHxBtJ2px+c1WZhGG89LqE9NRIOcHrE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/Ieee1609Dot2Data$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "JLiaHX7OEXp9mcsa7i9UVA5IbEsBr6RPqNMfh/jE1Jo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/SwitchIndexer$Asn1EncodableVectorIndexer.class" - }, - { - "key": "SHA-256-Digest", - "value": "+OXCo0JK3r1UT5vDbr/xo2HOuaUYPrEgRTTkwfMMxBM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EcdsaP256Signature$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "l4CcqiDF/wz40Me85WUmP9GzfZnE0+XJgoKg52iyQJo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SignedData$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "kxv3s8oQj3HaO/kIXT8gzVdBTC1ScA/CaxNVvoAl9MI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationValidationRequestMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "I+0vvbm00rbghNjlGyDp5gcia24D8AaMGDHlfpGnkJQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfPsidSsp.class" - }, - { - "key": "SHA-256-Digest", - "value": "FPM2Ln55UdY1lXP5pIPKgIPaVS7CyLCQq+1HdlaIOPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CountryAndRegions$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "jZF6ai+pPLzEd8lMk6ojJO0WBxiJHv6n9eHUqAEtkU8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/LinkageValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "zjwLYi9p9xgX/vGdBtDuyZ6lEBDo/TBpt1l8JBZYH4U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UnknownLongitude.class" - }, - { - "key": "SHA-256-Digest", - "value": "6UrAKZqgIyZCDW2prwdNVa/Xm4mTEtnZuscYV1nT5Ks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/ButterflyParamsOriginal$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "9/w+ibjm3eU+A6czzXlb1yxlcleU++ODHA489UuwJ2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/PublishTrustAnchors.class" - }, - { - "key": "SHA-256-Digest", - "value": "WQfjuQ9/xe/BX2Ufb6zduoS8MVKkQrkneTB8teadtKM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/RecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q47BCH+U7GaSb54Jnh4jNA2KWvz4+cCSk2vIm+8hokA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CountryAndSubregions$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "PIKW5tCOHn51C4zMTwKbN8KKvfoytmWyVXqEiJyEcEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SignedDataPayload$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "LXAPwo7+xyenVm0w66Q+Lnrma5QWoEmydOwClWMc+94=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/DcEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "ut9ebO1IhGpFVlU9q/Gcy0la3S3ma1piuKXvcW4KFts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/CertificateBody.class" - }, - { - "key": "SHA-256-Digest", - "value": "acRwtDPA5LN/CIm5q29bs019kvewQj8W81LkOcYh9bg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OEREncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "oQeaNDh7Y/P5VDT0oHO9GilS2aV5+TYsFVp14FEja+s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCUnsignedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "RqoPGwTKWPumS49tF9P5WQQBLgxYrJ26NSfu21yD2ew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERInputStream$LengthInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "lsbo9Yx0OtV3sW0ag36oVTvgZQW2drqnXJSl+pXbhh8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ToBeSignedCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "GXd6Eh5IjKFUTjh6+QzU7Yv799o2+uVkvPEP892SqjA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIHeader.class" - }, - { - "key": "SHA-256-Digest", - "value": "sj+8cwVfapN21cFByc4BgoQWRRV8L3e7IO4+CmR+tVU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/GetCert.class" - }, - { - "key": "SHA-256-Digest", - "value": "66iKJXK0pnQTfi7rMysCmjNScAA1KALmlt3iYz5Ih4I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/ProofOfPossession.class" - }, - { - "key": "SHA-256-Digest", - "value": "6YDCQR+xTIxsZNUlU3mbvSJuJIlEn684vg00j4XhovA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/TlmCertificateTrustListMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "TLtGiNU6USQPft5Y0glC7myAZr2Wvc9m4WHQcNQRBKY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/CertReqMessages.class" - }, - { - "key": "SHA-256-Digest", - "value": "W94ikXRVK2nXhEMtUsbCnVACopusF/5K9Zfw0YYPQt0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition.class" - }, - { - "key": "SHA-256-Digest", - "value": "XSRrveZzRu65enF8CYFFEYjO4EvQWxcrzsBdWhMwaiI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CaCertificateRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "VCTkvtzQyW1+o9xsxrXe/OZEg6af+TXEf4FKN2/0pew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/IdentifiedRegion.class" - }, - { - "key": "SHA-256-Digest", - "value": "C3lW524juoV2CZTl6bheo/A8wRQ/1aJEfjzdRosB5hk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/NestedMessageContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "OJYEkbJNkRhXfEi0f2gdYSmsMJTLFaa8anGjmeqPeLg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/AuthEnvelopedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "19msj4AVvCSShYsiAEeXtvLmv6znZrnV96U1PJNm9dM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/ESFAttributes.class" - }, - { - "key": "SHA-256-Digest", - "value": "qzLB1fiu8Puld6bNvMn/siahF/Vev54Lw20icKjXIvk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/smime/SMIMECapabilityVector.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Q6+usy13UPfKIsOftxdnU9wE8ZA6TvJHWkqLvL+7G8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ItsUtils$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6dJ/PSeFF+044BN81ThJByU2psWDVXibG/lH5QPDrP4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/BitmapSsp.class" - }, - { - "key": "SHA-256-Digest", - "value": "QccAvk17O7HqUMFS6OunAClM3vU+KHT0QsprxAA2pgU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/ModCertTemplate.class" - }, - { - "key": "SHA-256-Digest", - "value": "AwWCv5Dv4I5tLwG9XJGVZvNGy03PGXSGWgFBxoNT/g4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/RSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "q961Uc5tPBImk6/vPX5alcxbjFF8cLTHFQohaVADEMA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationValidationResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "wd7xUI8OF+osCBfYtY9I6JUVgKbjvZTeg6XI/Hwz2UE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/EtsiTs102941DeltaCtlRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "KV2JjE62+uAxJdfcFrMxGc6k87oMkXpJAtOSQohVFUo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/ISISMTTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "aMydIAyDgsPHai29qqb+lgMIRVXkYEpE+Ux1PAniozw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/AdditionalInformationSyntax.class" - }, - { - "key": "SHA-256-Digest", - "value": "r/OREJEt/Wl3NvxQuszr9CkO7deaQ12wd/6re5B98EQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Time64.class" - }, - { - "key": "SHA-256-Digest", - "value": "l3wCp3jiYMaRUIoO7Jqw1V4UHThVUVkN5+J5wybqcEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/AesCcmCiphertext$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "V8pGV58PVIGY31LTjHs4N67y5OJ3fud3lpJFFLumvb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/ValidityPeriod.class" - }, - { - "key": "SHA-256-Digest", - "value": "6sRMLcgy/XQFsA5UgBCM1CAtUuP5kkwbSI0rEaieBu4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationResponseCode.class" - }, - { - "key": "SHA-256-Digest", - "value": "8UR2F7aqUWXo96jV59NsBfUws9hfUv5RgOg06283/VU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SubjectAssurance.class" - }, - { - "key": "SHA-256-Digest", - "value": "5o2jP1VtyF0Fdlggv6WB5XezABZ1T0Em36l/+P2cLkY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/EncryptedData$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "uMsFLqN09xkb4nJdMNcq6KWsnPtUzL2WjdhOPiV1tcw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/POPODecKeyChallContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "KsQkUh8ip13wZitMJoByBCdn8ix/aT1o/rSGEifVBWU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/ecc/MQVuserKeyingMaterial.class" - }, - { - "key": "SHA-256-Digest", - "value": "ECO8V0iVJpO1Yr37As4hc4uc7VKxKbGc2VWobP1JxeU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCStatusInfoBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "YLwXQT6zV8R1k/mkDy4WgwGhsn2e0kkxSOKAbzeInqc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSCertInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mj6YIc2dZFXd5mNIMtDrG/C86jCdyotJ5QSsw1vNnh0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "RFRLc1oxa+UVYH0WEza3AV1KpTeWv8K48bdX8R9BpxQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/CertEtcToken.class" - }, - { - "key": "SHA-256-Digest", - "value": "+4eDeGnKbAUYKFSaz7q5qtZmXEbgOC0SUdvyGi/2jlE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/ContentIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "rQj1lg5cKckyEIlqE/2V8fFCVCrtLge3ctyRKRu4jvw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/basetypes/Version.class" - }, - { - "key": "SHA-256-Digest", - "value": "9bWvOAoUfBBtJhPuGTTfxdMtEtov9p15aK0oh/j/uB8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PublicVerificationKey$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "5+GJJ+GBGGTMalriX60P8aieO0CbM+N0+bzxMS16ERo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SequenceOfCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "7Eoxh6iUvgbN1uEF1ofsm4sHM+P/ywmcNengDYCduk8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/ButterflyExpansion.class" - }, - { - "key": "SHA-256-Digest", - "value": "FI87Ym6Ap42LioHOmwsAn8Wx/kE4kWQ5cCSDuwW7SVQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/RsaKemParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "p0L6GGGMEZ+J8svq8umbyElKnZPxwJqq3c9t03kinVU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/ContentHints.class" - }, - { - "key": "SHA-256-Digest", - "value": "wFrOXtrqXJyqhFbeFBhWekqvegzWRljBKN1YLhnQu3k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/misc/NetscapeCertType.class" - }, - { - "key": "SHA-256-Digest", - "value": "/6Rs4fe8EfkRfXK37Xm3FFydWyjDtQbAYuDx7t1y/MU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/HashedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "M1OZti+eqDvGCj9+FYNstnmZx3ll+VsajdVaxxA+QDY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CertificationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "aw7M6RPxzQ0Dv/8hJGHEqH40ecDBuD4Y3ZeLvv7AQUo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/LinkageData$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "eyunBIkiGqz8UtnAZgRiCUDU7x1OWvJjaVTFkVmtnlY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/EnrolmentResponseCode.class" - }, - { - "key": "SHA-256-Digest", - "value": "jl3ymjEqZD11ghDsXV6IW3SnHFe8OaSj52efNGSl498=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/basetypes/PublicKeys.class" - }, - { - "key": "SHA-256-Digest", - "value": "LXIoTaWpu2ijH+RQtXh7AQaLG9PjeYWKghFJytEA1ZQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfUint16.class" - }, - { - "key": "SHA-256-Digest", - "value": "3PXTCMm6FBHk95C/CrGqIyfPA1vS3ZIg7kB+0pbKLMg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/smime/SMIMECapabilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "0XOHiZlBayItOj2DcwHqNnblWSNBilaBsiK2vzW2PWA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/est/AttrOrOID.class" - }, - { - "key": "SHA-256-Digest", - "value": "IgqIUoFQxyE3lh2Bx5CkOvtIDrx9YYB4TtPoh6g9cqc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/KeyAgreeRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "hRsqclVY30eZvA2a0L5GR7H8z46VpMzUQL2AbB0LtlY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ContributedExtensionBlock.class" - }, - { - "key": "SHA-256-Digest", - "value": "BXH8ZiLVOsEcTmgdHOlWNhCA6TrZxROS1eV2uNzr920=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$Builder$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "bakJ2MQ5gh/shP3NqaH2MdyXwnrPsfTQVbb0jafsNGQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/iana/IANAObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "PZqLOxCZDmKMppQ/YnWGJQue8DjYgBLum0O0AbY1jOE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/LinkageSeed.class" - }, - { - "key": "SHA-256-Digest", - "value": "w+aE5EspDO1ccBabshljCCReY7aI8axMoRR0hcHBym8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CountryOnly.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rfp1DSerCpW9/Lp6NVrSIA9L2gC4BRwv4dOSYAAZM+8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ImplicitCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "7FPhAicmV8UFtuLaR344eQbFqfUrhhxJF6fBo8hNmPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/POPODecKeyRespContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "DkwO68912ikAPjp8dRjb7YHumuhZXTA8Pc7QW/F0zv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/PsidGroupPermissions$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "X5pn0n0u9rvK0wRcNXOlT9O4iO0THzbyCreh327Fyy4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Longitude.class" - }, - { - "key": "SHA-256-Digest", - "value": "0moC1exselbwDqMVSO1jaP8a79bYEVt6AX+DTyvRPH0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PsidSspRange$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zBkTS0qvraTotuodZ/NwwsYks8PzM2XM1bQO20L44+c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/HeaderInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "tX/uq3GOtXt6LrRbtDiAizg4dl+jOkYuIvmUVIsdVoA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/IssuerIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "CDrgqq30WrIqeKH+rcfibba3Yu65W/7wcbBIAOQBV80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/PduFunctionalType.class" - }, - { - "key": "SHA-256-Digest", - "value": "9ztCg5QJBzZqRlGNxPf4NECivbqULtxI23xMWryEnko=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/PKRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "RUNVHQ+3nKGSCrVdgzj57yeFNWjzq9oWG1hwWAI1lBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCStatusInfo$OtherInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "WnLluNuX0dQjhFkdN2MTwhkr7ZFcuB6X1Bb7P2HXD9g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/CertificateHolderAuthorization.class" - }, - { - "key": "SHA-256-Digest", - "value": "0TOFad5OToeNeVThqRhWbDmda+JFs7Movz4wCudUzgM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/ESSCertID.class" - }, - { - "key": "SHA-256-Digest", - "value": "4kct1sQlap2RLHG8gAfQ2P7UQHShGsyxUpZiDpAP6sE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfPsidSspRange$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "3ymA5AzRvoUCegfr1N46eFa+gEiDihcBKIYKzLgUizM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/EncryptedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "f/Th2w/6o7HzHXMshnyTrQiRDM45TGHUzbpxsOLTvA8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CtlCommand.class" - }, - { - "key": "SHA-256-Digest", - "value": "/8ly6xEoWJxWkZGvOMNsCFyM+KTweBC0tcMVJN/NkiU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfOctetString.class" - }, - { - "key": "SHA-256-Digest", - "value": "2ovDuo8CHjQDJKQ6USAqm2VZ5zScrwD0bwH64JjGlhw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CRLSource.class" - }, - { - "key": "SHA-256-Digest", - "value": "CHb2y7C3b8bdK8MQGOagWmihUtV4kjqGSJ8IEyA4SxE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/TimeStampAndCRL.class" - }, - { - "key": "SHA-256-Digest", - "value": "DqfACmbN+fQPfTVH+9eTiwgWaf2d00C4L/EfyiaIbe8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/CertificateType.class" - }, - { - "key": "SHA-256-Digest", - "value": "eK+TozPI+dAUjOijoBiVWO2Qr5cGA1dbkW2gXDE+ets=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/KeyAgreeRecipientIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "g0vkoPA3eSSz6VDhYDScrSULmlYn73NrpMx7QTeXSoI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/KemCiphertextInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "JXP+iJMnih1HymcDw0CBDv7QWBvOivL7Sjeiw4guBE0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/smime/SMIMECapability.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dm/8Bfv8Mfybo8+G4phF0Dnfxbv21+f/kQtsQIrkZI8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/OcspListID.class" - }, - { - "key": "SHA-256-Digest", - "value": "RM9TR4BAjXXmMnkETgIDN+ACMfAUiEAQ5W1aFmllaMw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/OOBCertHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "XUtTCvd4PHqYyDEcyCelMKRTEMz926qnslqmgYPjdS0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SequenceOfPsidGroupPermissions.class" - }, - { - "key": "SHA-256-Digest", - "value": "3YAx2yu/nEblCQvo9nhBegTWr8nQriNMljNyP3GPu1I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/PackedDate.class" - }, - { - "key": "SHA-256-Digest", - "value": "a4WeXy4s3GuhByrMfWckMuyk/48ImHvpKvzidUKrihw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/EtsiTs102941CrlRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "eN7Wl+TguT9ChFRg5eJbK/hv+mQ5GD5//0in10/NBWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SigPolicyQualifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "4jDwaA7vg+Yv89c1loOJTNAme9MMtC/fIWtVuhLOmNM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PolygonalRegion.class" - }, - { - "key": "SHA-256-Digest", - "value": "HmiVifXN+RI2iJK15p2gCW4GYAOWSxOAhBIjrsavLno=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EcdsaP256Signature.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ofaznyytkff43KuQlGQWCNivVDzPJEBOFEXxc7EFLK8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/TaggedCertificationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "LPDeE+t283P2Nbhf+DyM40hq1jJM87+88S5HVhyCeTA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/LinkageData.class" - }, - { - "key": "SHA-256-Digest", - "value": "j3Ne/uFiL2rPV56mEbpbswTC0aUaUydWr+3RUVWfxFY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Duration.class" - }, - { - "key": "SHA-256-Digest", - "value": "vslIZe2lAg7scQmzFC6Nk10yFU8tOk5RgmPd17YUJUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataSignedAndEncrypted.class" - }, - { - "key": "SHA-256-Digest", - "value": "9MQA0ZfBcsgq19kT2j3OhkKu3lNKolg39U+wU/ePBq4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/EtsiOriginatingHeaderInfoExtension.class" - }, - { - "key": "SHA-256-Digest", - "value": "5IOe3hY9gZSYFaBKmJPu13dYgs18m2oQu+9LlKk7E0A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Time32.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yhf5Mi5LazQceQysEoVHAzvjTUqN0h8F3IACD+5dSzY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941MessagesCa.class" - }, - { - "key": "SHA-256-Digest", - "value": "fWdaiPgCkRn+HRBBgJoxCWIDmmKP29bRoLWHeb2Ndi0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/PKIData.class" - }, - { - "key": "SHA-256-Digest", - "value": "BqiZs7lk+GwNNJPOzRwysWnLA94ggHHFZgUzqaog2zo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIMessages.class" - }, - { - "key": "SHA-256-Digest", - "value": "fKxGhOc8OySxnDvmOPHIr0EiDgSQu+3iBrxst8F/syM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/Data.class" - }, - { - "key": "SHA-256-Digest", - "value": "kZ8KSv5BexjNUYu7UtfW/+vWy6/BSNfHa/E54eVfKes=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/Attributes.class" - }, - { - "key": "SHA-256-Digest", - "value": "V3im55CsveK1R2+rasfDvR2hzkYILmGEnjBfOEt1xPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/SharedAtRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "jhILKpQPyEhtnZoqxHI1CrSAnG7B1IF+9JuCEOTVn4w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/EtsiTs102941CrlRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "vP/Q+vyvSSQPocxi57RuPAOy4etKrSXrts2PMmz+NdA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/IssuerAndSerialNumber.class" - }, - { - "key": "SHA-256-Digest", - "value": "uGcU7HZvkT8JlaWAIwYA8jurhF4G6mG0hqeyrCG6I+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationValidationResponse$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "X1DnnWET1Zp5UsAqfMAytn3rcWmR0rDdhWBNJOa/JVA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/PKMACValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "3uY9M78+soIJOeinTcuPR20mUQoK/Z3M52vbyz5kC98=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/CVCertificateRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "FbpX91VxndTQQGEG57NOviY99XNaFLBijkPa96jT6H4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/KnownLongitude.class" - }, - { - "key": "SHA-256-Digest", - "value": "zLIjIG0ALac7XJOIKNxAUFy3SX8rmDwzTF6MOVul0ZE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ItsUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "xUvgpN+0q52/PVCg5674SVuikD88Do9ohuEgr16aSac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/misc/VerisignCzagExtension.class" - }, - { - "key": "SHA-256-Digest", - "value": "b3bPrGJ5AdsWeO0yXYj7PIx6PZWplhH+UsxQbsisD+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/misc/MiscObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "r6Zp67ydVvizI8TQdUCdOqSWcnQk82bRZOwSji7FgnA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "eDKMeBB+YqtIi4zw5vWAn41JSJcltIsBeALMQQoY/RE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/RcaCertificateTrustListMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "tQGYBdyiVHL309xoXLOlQvhI/EkFSsUr+4Z9Pg2H65o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PsidSsp$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ckk+Mb6z/F95lFTFzuU0OiERdLQ0nJ4amTvCvo6isAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941TypesEnrolment.class" - }, - { - "key": "SHA-256-Digest", - "value": "9uPunzEVN/Bd20CYQZpV2zwrfYjeyvNYWNIjYQgALDI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/POPOSigningKeyInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "oVuXmVigO2b3QgOWWl/q9sdNz3UuMVCxECJjniZ+Q7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/PopLinkWitnessV2.class" - }, - { - "key": "SHA-256-Digest", - "value": "zEdt0qnqT05C4C7v3LkfgnAX+lgN/hJ4MAz4SFxFCek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/TimeStampedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ayg0FbpcisKDJAxn+8sxwEvXHj9Cqde3hhyXypXQo8M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/ieee1609dot2/IEEE1609dot2$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "KEqiuPtyCcsGt+7fZbHu6bgMDtE4Kze6vX2Jzc7dsXY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/CertRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "manTSaCNjp9CjhQUc37rr0KKImw70o7F4pJ+h6uCinU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/oiw/ElGamalParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "H2SDNZ6BmKQkKghSrtBIEXkJV8GKtQ4T87mjJXrBj3Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/BodyPartID.class" - }, - { - "key": "SHA-256-Digest", - "value": "vEGuvoGX+DgY3xYF66HnF+x0ncPO55m6tMLeAL2h6eE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Point256$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "WvSHYDAp0rEhOm1j08NAtmQK6WZYezb9KGiPK2uvqPU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/EeRaCertRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZdIT/BNmL3iF5NdQHZ9T77kUniZFVESzjkyR0MOob3A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PBMParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "gnVTueiOqz9PKTPHWy0ZdBdV/AXvxS3WjAipnL1Yddw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/Attribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "KjqrT9bxH4zQvmTzMJ6+4+3D8q1/KWvFsgsiw+sVHFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/EACTagged.class" - }, - { - "key": "SHA-256-Digest", - "value": "0r7TqPH77kBVdpiaoHksYjku2Vh3lWCopBt0bEvSSmY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/AdditionalParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "M8OGy7SqDvA/nTrt1mB1S+YVDZVUxm/DYmLiJDwRwRo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/KEKIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "HktR4bENaa8WeR32XbWqgejyaF+bPy+VCDLl/RBteWY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EccP384CurvePoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "TF5DXWuK9T+d6Zm0qryiD0FMZqxF5IpKRoLJpr0XKGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/Ieee1609Dot2Content.class" - }, - { - "key": "SHA-256-Digest", - "value": "0mC6GJPPmlXeDVnGZby3xA/KyGoypbj6Hc9FvJmGlQo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PsidSsp.class" - }, - { - "key": "SHA-256-Digest", - "value": "/XASmEoghBWiv3Aue1J7hAOvUf0IEgTZyqMQjFWGZBQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/RegionInterface.class" - }, - { - "key": "SHA-256-Digest", - "value": "BLqTwN9AHlbYLar9pz3VfonemlqFt3Vc/NKaDrdoG/o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/ecc/ECCCMSSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "mAZ3zjFUbqQ+ijgvdyppsDnMyRbXjYPUN88/vOrRPcE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SequenceOfPsidGroupPermissions$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zP5wWRiv3kX75lsr/LOpeTF1zkQI1tyUK59K33zj8mE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SignerIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "lRxX1MlNsNgiPQ4derVZF2IjuHmGED7GIQhhu8WY0go=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/OSGI-INF/MANIFEST.MF" - }, - { - "key": "SHA-256-Digest", - "value": "Ps3n8lbC3PygMrWdEQf5b6YytHe3t9pDZJMpwXibEeo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/Flags$StringJoiner.class" - }, - { - "key": "SHA-256-Digest", - "value": "kx/1mJk31ssr8EHFzdhRDUTsKI4dQlnf1URllR3jdtE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/EaEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "nfpfbOkwbczYcgGAHZIorXfLBQt0+ITsb5rCTYfYqvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerAtRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "1dm2LN9d3LykQSyvTktJHX9XJRgm/DGH7DzAZBzAOv0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "EQyjugbuTYX75lWon/n+HklvqVnD5Vthx7owsQyL5f8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/ExtensionReq.class" - }, - { - "key": "SHA-256-Digest", - "value": "837rDWHCJgyTHgO36QEK39CirrW4SYqi/E6PrRQ8f0g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/EnrolmentRequestMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "spvUmt+xE2upj8bclqVy0O05k2Wz1zPDxxP/Vrk3IRM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedCrl$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "y2JUPVqeZmT6kXKKUY6vsjs8EypXTmaCdn+hgRSmK1g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/RcaSingleSignedLinkCertificateMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "4NC/Lf8wOBI74IsFwnNBszz4wcIioi6aqVuoaWPa59I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/BitmapSspRange$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "fFLUniCqJkFIOMncgD7XJkaA+jEB1i6HGuFP4Zit9Dg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSRequestInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "/v1AUiCGFcOZRMVSiu7321uheSeQEvuiO3FecgPC5lc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EcdsaP384Signature.class" - }, - { - "key": "SHA-256-Digest", - "value": "BgGydAXka3mvcEjsoJxR3O5jwZNpsFrXbYNlHHBS+5U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCFailInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "yqbAWP6t5HW/Ya/J/SWv+e5HY6WK7cs9Fci9VYLBBiQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/EncryptionInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "4bqs1B6Fy3H/9EzDyAi8on+rf5kgj2EpOB+1YC6ixI8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/CertId.class" - }, - { - "key": "SHA-256-Digest", - "value": "vPRRFidGKlg8GYVqG1R70a7GyKnls+lZCxqoZjrOcTA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfHashedId8$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "/oodF4ubVjEsExoksRK6LtoUwifnYV1iVfpqjV3W06g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/GeographicRegion.class" - }, - { - "key": "SHA-256-Digest", - "value": "H8DPhv6mOqOwVusfTcUlcvgSCCiblvpJbc/BJJwwa58=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDecoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zfe6Bdk/gVYOzOrxQOXg9T5HAfRdTm2ro5X29N/QtJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/LaId.class" - }, - { - "key": "SHA-256-Digest", - "value": "vWHLXaI4dCvoSiit2gcsrZgfbp/msEBOiQdQ9DGx1m4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941TypesAuthorizationValidation.class" - }, - { - "key": "SHA-256-Digest", - "value": "q/jfM75UjoOzqTdPc4YkPXtfa/1/7GC+qEF1znVM1ig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/SequenceOfCtlCommand.class" - }, - { - "key": "SHA-256-Digest", - "value": "gqW4et3+gkzDnixDQ9Feu7spVrksxqro6DRT4UgFXYE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/smime/SMIMEEncryptionKeyPreferenceAttribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "KM3hoJiPFLHSPQIRNFPxnEn6gUnSZ/nX4E7hjLaoM4c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CertificationRequest$CertificationRequestInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "zUqJerOnreUAWIDf50Jfy5HGPFs2fM9GY6emdHI0IBA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/EnvelopedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "VtWN5e4YtlRyqkkDDGuJa1ZKMoa/roPLhvcEiPXzmEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/OriginatorIdentifierOrKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "HpJ+Gy1fMq5fU97Xa1+1qmTCGMYBUQasLUm6BRu6L+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SignerLocation.class" - }, - { - "key": "SHA-256-Digest", - "value": "DVZyk5YfbKmmTlMo3c/OaR0+4LL43OVIYE/xUYlIlyY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/MissingCrlIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "yZN0vlWp8qDvVV8xRuQu6VagA3fNC5mmxG+hsnE9BiE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/EvidenceRecord.class" - }, - { - "key": "SHA-256-Digest", - "value": "7PsEH4QAGgI58Kq/RcK/0ThWsJ6tmFb+wWa78wzUu/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Psid.class" - }, - { - "key": "SHA-256-Digest", - "value": "KICuZuoGR0FfaHfQOmu+UG7gyaUK4sRtuTwEwEYDpeY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/RevRepContentBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "TpMT0PXeZGyEiVwINxstaf5IVa6zdtavwGvkFqBC06s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ToBeSignedCertificate$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "PNQCPt0S3Vv7U+bmPWcbxBTXkEeLdAqXU1xG+XVwVK8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/EnrolmentResponseMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "oKm5B4btuijjl3juWeTenp/XbdYVHkI4TUppXj1Ak+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/RecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "XhUDkJp/sth+Eo+HDySI800bMuQcK4XgHXZxwOySrSU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/Flags.class" - }, - { - "key": "SHA-256-Digest", - "value": "DPo4+8XmCosaMiRI/UYbMPDoa6VsmgoRzRyGl+beEdI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi103097/extension/EtsiTs103097ExtensionModule$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "zb65tJ+cGLCum1sjeJxtNgNwEP6WVhFeZOstTlWmbv4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/CertificateHolderReference.class" - }, - { - "key": "SHA-256-Digest", - "value": "gXFXgvkV6Psy1fyP3j8Ws9fx6aHb/LInshM5cYXo8bs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/TimeStampedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "pB1+V+/zFRvUKfXbNJQqIX/RkOrcw8GQWeYUWnTPlcg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/AuthenticatedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "01rzoUMXKwAaDP/mPRJ5VF4rb0QUa0knGj9cmt7FmKQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerAtRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "44rsRhPe4eJ2b5ELXBXbV5A+Dwwxok83xpKGZ+QC+WM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/EncryptedPOP.class" - }, - { - "key": "SHA-256-Digest", - "value": "IrIsFfIMN1MGHPMFeJQGVI5Zvo5ld2kcr2Oe5tJdnMs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/KEKRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "d4iWihcpq+cyLbr7nldk1aa4BzAma0euYrCkEsqsNO4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/TlmEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "sjktpfPSBU3pNto+tlKF0hgs7HruVlJsQY8o1GouEpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataSignedExternalPayload.class" - }, - { - "key": "SHA-256-Digest", - "value": "R/sU5DN2lZHDx7YdFokue4CU2zf7lz0eANp2ABWMBAI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CaCertificateRequestMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "C0tmQdTeWZEKKdDCnGYK3IGvhjRDWv+Won72ASylPWQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CtlFormat$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "HJ2lY5NOpJUmoGv8wSmz90g0m1CKi9ocarcuuKkJrCk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/PKIArchiveOptions.class" - }, - { - "key": "SHA-256-Digest", - "value": "giYUb9HvQeKILekUJXUyGrPs9JR3u+67kUD2tI4L7yg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CircularRegion.class" - }, - { - "key": "SHA-256-Digest", - "value": "l8MDxkN8+1kswU48FQQmZ8z9RGsavWtrH5ANJgFqBUw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/BodyPartPath.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nvb4KsqS9dDUEpYmDsrOnMwzZXKPyR7t2TdU3KrMtro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/OriginatorPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "pL/QjLiTN+A3AU2Oy8WR/J8l7Pgy/iUd0l+BZ1R3MvY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/RegionAndSubregions.class" - }, - { - "key": "SHA-256-Digest", - "value": "VhxyXN0RtJJkoeMQGwJ37uYGRqQGAa8YVFQwWGmXRs8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/ECDSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "SoDHFf66jA7eo4ttihoTAz9pLaSDLbihAKIGQkkvqYw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CountryAndRegions.class" - }, - { - "key": "SHA-256-Digest", - "value": "wy8Da5HjRkv+UC4CmTCSTvcI0TFTlG/f4TRPyontU+o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/PublicKeyDataObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "MDkPSBSnks7vBNEApuOXb252/x+RHhPRFIIT81qN7Kg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/CertReqMsg.class" - }, - { - "key": "SHA-256-Digest", - "value": "U5TF4XNKeNGik/4Qpf3Y6+Fe7b2g4rfI8nOMFDdvM+U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/ServiceType.class" - }, - { - "key": "SHA-256-Digest", - "value": "we+CbH+Ji65SVb9jMjWO9wJFpFV1AbfR5ZiNU3DimY4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/AttributeTypeAndValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "hKPOoZ5hm7YQCBOsnUyNH+CmcJum7UBBQn7ICECNEyM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/PKIPublicationInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "ppJtPtnDPS7gNJtKyVdvXE2CpCFaLzIc96gmS30qveA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/rosstandart/RosstandartObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "eS2Yj/lbNmLQbLIxAWEzFs4YUSa+i5bac/lWiY979a0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/icao/LDSSecurityObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "MCKxilc1hc1U8MOCeC08AIjKIyWmhSWDLi2TNzz3SgU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/VerificationKeyIndicator.class" - }, - { - "key": "SHA-256-Digest", - "value": "3rEZzDueWLmZgn+AjnvMHkuSaXQ+UyXwIrd46wyzR4U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/gnu/GNUObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "R2Vch41HrjtDxP+RUiHgmMYBhzk8WXyQx835fjOKq3g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SubjectPermissions.class" - }, - { - "key": "SHA-256-Digest", - "value": "g3OT2Ond2VNazcNsW4MINr7GERPOxLR5jP9kl695oQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CrlSeries.class" - }, - { - "key": "SHA-256-Digest", - "value": "g7+eIFpq/2ctF/it+rvUi7K7lmyV539aR3IJV/nmrzY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/CompressedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gh/iiJ2lqG6bXXEF9lhSgRS9f22gDDSlJHagnTSqtoU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/CCMParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "x2RTiefVlEh039jK5ceehuVrsZlvZJoO2zNlbnHsWh8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/icao/DataGroupHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "38uO+GNQkk+RcUVjq+zgzERDnCflUKI70ec3TpxTyrA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/ArchiveTimeStampSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "AcloHw/9/NMVXvXLJMd9FNr54tL9M7JI3xdU6U01SCA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/UnsignedInteger.class" - }, - { - "key": "SHA-256-Digest", - "value": "UvXI61Bf5F5+9e+lEdr5Ks6oVDY6YvQx0F9XMhiHaok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941TrustLists.class" - }, - { - "key": "SHA-256-Digest", - "value": "ELdt8pkKgtD7VtfO6JBj8O2UCUhtx8Fg8Y5dIaLP10U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/misc/NetscapeRevocationURL.class" - }, - { - "key": "SHA-256-Digest", - "value": "v5BeLl2IrFetvCCiHIvIG7a4/RsAWKVECaoYv3Fg9XU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/FillCtl.class" - }, - { - "key": "SHA-256-Digest", - "value": "7tmD2nNoOMW0luHu1Eut8sV3o2d3hxsmDs4j6WnsSyc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CertificationRequest$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "JiShoMEtOwQj9AN33Qz8co8CcVuiOa35OBYckxhriKI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/EndEntityType.class" - }, - { - "key": "SHA-256-Digest", - "value": "F/ZjXWY14IqqnxpPrOIHCF+mp9ruZfosMija2VhsH5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/EACObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Aap3VjANgjEv5isfT9L/IZAWgoem2MIM2VSB35wWS8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/POPOPrivKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "HJ11XI+P9y+6QsDnmSY5bQJtgZIRWq7IHw1A6VIhbAs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfUint8.class" - }, - { - "key": "SHA-256-Digest", - "value": "kWN7hATTIN6wEtU3yIKfz9nJP6jBKaevgs69Arp9eOk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataSignedAndEncryptedUnicast.class" - }, - { - "key": "SHA-256-Digest", - "value": "O/fudA+vtfdPvzerxBny/VJw46IRWX1KrUffuc+1VyY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/TaggedAttribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "JILz7I+TTZKgcWeTttDhqFiGclxsewi3dcMqn7gbyR0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedLinkCertificate$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "5VhC1Xf7Om+M4evldw+2UTcSLEwHO2Hr0bW83QChGWs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataSignedUnicast.class" - }, - { - "key": "SHA-256-Digest", - "value": "+k3qKueOdVA0h2NxBv9J+K+rOnpF/Wdl6ShwailMKEk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfPsidSsp$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "bZyW7GzWQnh31Aixovk5l3wPdc7V9SR1uxpg4GL0tU8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/TlmEntry$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "x/jOC/5NIIrwBNUq8pQlDLjYgmxL/wikzNUEqJAO9qc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfIdentifiedRegion.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y9ryi0fZ4FDDzlkhROYwscEyNTDpETVn6prwIRVLbUo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bsi/BSIObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "7Mc3JClL5NyAGNzLVUpp0P6wBTALbOUfOyWSPLelvYk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/HashedId10.class" - }, - { - "key": "SHA-256-Digest", - "value": "K3YoiAKfz4fZ4KrC1ShrUSvOEkoOZpSoM+nS6e6K69k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/nsri/NSRIObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "HqFe+dWN5jgnEsNVjQ6aD0bU9XnubJqZQj80bpr+YMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/ServiceSpecificPermissions.class" - }, - { - "key": "SHA-256-Digest", - "value": "gdd5i0SOCZdN/pkHjZaZdXhjk6RcJEf2DO9BC2QfNgA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/TSTInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZUWy5XU71/oHaqS46zR46Djds+0X0xWoMDeu6pcEy2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerEcResponse$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q6FQM1UPG1Ce7JLRak4l2x5J6i+R5CF6fpWZ6UlcEis=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIHeaderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "9MAUvZp9rdZhLMqfxrq+kB5FMyg79Whlapghuc4ffR0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/DeferredElementSupplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "drD98zFgOqS/TN6WYVi97Q9rTzSn3SepjpTCsYiKJ2w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/ArchiveTimeStamp.class" - }, - { - "key": "SHA-256-Digest", - "value": "RCboQsMuETlla8LxNtGewhp1P8nQu+fZuuw4KlmpiuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/IdentityProofV2.class" - }, - { - "key": "SHA-256-Digest", - "value": "1BxIuZ3Ji29zI9p3gfNsb65Xtq+e0dtVngTHkuf0B7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/ContentInfoParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "VWd8eMGpw7YbpOdPX67WzG6qe9TMSfxmufnZ7r+Alio=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ntt/NTTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "NsoFCdCjyMoYGeBgTeR2yZezChJolSFj3EjlP8YRyIk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/CertTemplate.class" - }, - { - "key": "SHA-256-Digest", - "value": "xrXV+45j3/Q4lwtx1Ewqh4EeA3QnA8WB4RsL+nHlPFw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/NinetyDegreeInt.class" - }, - { - "key": "SHA-256-Digest", - "value": "RHVwG6aj7uRhzH1fjcWPvONXeqsPy+ewXksve/Om0Nw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ZHzYqqmxaN2OkULhDUEPw1RJRl5IXwlHnu/NYvYjj4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationValidationResponseMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "JHHqHeb/gY8ZFLqLTWeSoBxXYwNx6PVm52yLxkjITvg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/RegionAndSubregions$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zBu+Y/C1910fw3CeZZC24UWOgFj5BhvEY/uQFavuPAA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PublicEncryptionKey$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "bjn8366Rf5VeMkss7afrjRkMw3Rnsly+X4wC+ZveEtc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/SwitchIndexer.class" - }, - { - "key": "SHA-256-Digest", - "value": "mCLo/uQabkTvfNXP+Xf2MYQTbD3jO5iRqAXwaKlWd9U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/TimeStampReq.class" - }, - { - "key": "SHA-256-Digest", - "value": "RGqspgjZKhvR5/Bs6RLHOrtA/CBoYmpjjcSqWAClvZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/EtsiTs102941CtlRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "WajBrKl7u9gkn8jmDQ78BCw3iXrEATwL8rx+TeyLcUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/edec/EdECObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xjf0F6ROvE/O7y/oIV9X2t/Y1U1GKHUqL9V66wKa9y4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/EeEcaCertRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "9WcHFFx4W0ryJpPT78TrVTBcPQGnuprsb22Sa2FIEFs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/LraPopWitness.class" - }, - { - "key": "SHA-256-Digest", - "value": "IKT3L46J3KMECkjwEai/xnc6NnWEleo9TS3VTW2keW4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSCertInfoBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "EbiTPnwPQtzcaFnGca44+Bn+cr/uNzksvacrODcS3R8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/ControlsProcessed.class" - }, - { - "key": "SHA-256-Digest", - "value": "3EuwRxKlVCfUnf/UBLlerCmZPNwlMQ6VjrFZaZ0re0I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/CertificationAuthorityReference.class" - }, - { - "key": "SHA-256-Digest", - "value": "uCLEM37mszmtKK8g/lvzRzwK7V/ZKbUs35g2snpAzro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertReqTemplateContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "t9CgAKDF7I9NmMFhetpawI46Gb3yurRUbpscU7OUUTo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/HashedId8.class" - }, - { - "key": "SHA-256-Digest", - "value": "izBjCXHyeQSOiapYHMs25vXKUs6Y5cK0KLH0aRZE9Fs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SymmetricEncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "FanUIs6lw+DqT4l6j5oPWgXX6s3IOWfoHo8lEVL2HiI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/ButterflyParamsOriginal.class" - }, - { - "key": "SHA-256-Digest", - "value": "1YGnDsMaBOjwqIY9EvdAcXkXX86xmPVR8RjEd5m9vMQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "hQhzPogwNK0eU9VP0j89AI8qDwdESiIZJrT1hyEWtZM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfPsid$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "3C9HZ5jfrbrLCZpBovLt4mC3QbUJxMRP8zfALp4j+mk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIFailureInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "MUoXRGZUPG0dxMaGsjeWlGEvF0tkyjvFSC/+aM/e2Oc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/kisa/KISAObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "fa+idsSa0mrqmVLPeS8zF9nGd6NbdNJzYcaQgyVyaNs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AaEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZP+wr1ownKI2SBONP2NX2z8bczsFbcwULOwS9szSWco=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/RootCaEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "swWC3Rr/GTwWF4DRYlM9ztoV7+CY2+fdy/1/VWV4nHA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Elevation.class" - }, - { - "key": "SHA-256-Digest", - "value": "2BcejuhsCkSJc4GoVuPEftzDJeLecreKSCSo0oRXOOg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Point384.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gqe/l2W62OhMjymrLEEVCRrTi3jErXW7xg8ZAyNe0o4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CtlDelete.class" - }, - { - "key": "SHA-256-Digest", - "value": "LGY6lInGamYGSNwhP1jo7z7w6aMXE5Tg5l93aMPZyxE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/OneEightyDegreeInt.class" - }, - { - "key": "SHA-256-Digest", - "value": "KpgYBsnoVC6XGtouOas/I1k8EhmsE0oPcq2OkY/otg4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941TypesAuthorization.class" - }, - { - "key": "SHA-256-Digest", - "value": "YslPXK5EDPYLWZYYX4sJGP5y7IlKOSJNFRd50+g1zwI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/PreSharedKeyRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Af6QgzucjaV0me2z/Fx66tKAF1IrLEZAITQ317KrXR0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/TwoDLocation$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "y6HfPnUfC7HWPZnyirax/Ry6TD/iseGnZ9PTckoRAnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/CMSAlgorithmProtection.class" - }, - { - "key": "SHA-256-Digest", - "value": "kbuKV/v7OOGJanDGriFmtmZ2UdUBuWhwRfOKC/tPMKM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfRectangularRegion.class" - }, - { - "key": "SHA-256-Digest", - "value": "BoTpFGajXtf0IfMxQoIT8FFDaKDKJ/Q6C3i/qYSgNwM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/ieee1609dot2dot1/Ieee1609Dot2Dot1EcaEeInterface.class" - }, - { - "key": "SHA-256-Digest", - "value": "/euoufWZ7N0yRaKB1hN1TCo8sFGC4EeAM1RTpZ9QF/s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIConfirmContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "PsiaiWSgs/DzVoXAwJfY6x+iAXI1yZWlNUm6OG0hcVE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIStatusInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "an/3bSz0J+uHbT/PLqQJNGKrleqzUL6bhlrl3MORL7E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/ExtId.class" - }, - { - "key": "SHA-256-Digest", - "value": "ansLHpTTMaL5omWWbB9KyPBAfvtqTkX4ykwW3zFpci0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/DeltaCtl.class" - }, - { - "key": "SHA-256-Digest", - "value": "u3L8LaCqX+28fedybVkuQjy7Da853OoDi06LmNfN1z4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PublicVerificationKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "fyrtybmWleLXe5rhFMaCD8ts2OdCtSx1ghyO7txh0zQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/CryptoInfos.class" - }, - { - "key": "SHA-256-Digest", - "value": "YUM9StY4ZnRfakfaG9bm2AcXtMM33cnD8YkbPF+B8Mc=" - } - ] - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "5353ca39fe2f148dab9ca1d637a43d0750456254" - } - ] - } - }, - { - "id": "744fa39a116c6083", - "name": "bootstrap5-api", - "version": "5.3.3-1", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bootstrap5-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bootstrap5-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:bootstrap5-api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:bootstrap5_api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bootstrap5-api:bootstrap5-api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bootstrap5-api:bootstrap5_api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bootstrap5_api:bootstrap5-api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bootstrap5_api:bootstrap5_api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bootstrap5:bootstrap5-api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bootstrap5:bootstrap5_api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:bootstrap5-api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:bootstrap5_api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/bootstrap5-api@5.3.3-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bootstrap5-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Specification-Title", - "value": "Bootstrap 5 API Plugin" - }, - { - "key": "Specification-Version", - "value": "5.3" - }, - { - "key": "Implementation-Title", - "value": "Bootstrap 5 API Plugin" - }, - { - "key": "Implementation-Version", - "value": "5.3.3-1" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "bootstrap5-api" - }, - { - "key": "Short-Name", - "value": "bootstrap5-api" - }, - { - "key": "Long-Name", - "value": "Bootstrap 5 API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/bootstrap5-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "5.3.3-1" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "commons-lang3-api:3.13.0-62.v7d18e55f51e2,commons-text-api:1.11.0-95.v22a_d30ee5d36,font-awesome-api:6.5.1-3" - }, - { - "key": "Plugin-Developers", - "value": "Ullrich Hafner:uhafner:ullrich.hafner@gmail.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT license" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/bootstrap5-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "v5.3.3-1" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/bootstrap5-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "9959248c98b8ee0d853d6d4818644e3190e09ecf" - }, - { - "key": "Implementation-Build", - "value": "9959248c98b8ee0d853d6d4818644e3190e09ecf" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/bootstrap5-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "bootstrap5-api", - "version": "5.3.3-1" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/bootstrap5-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "bootstrap5-api", - "version": "5.3.3-1", - "name": "Bootstrap 5 API Plugin", - "description": "Provides Bootstrap 5 for Jenkins plugins.", - "url": "https://github.com/jenkinsci/bootstrap5-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "940bc6d67893bdbe63919aa351d78614affa1f4d" - } - ] - } - }, - { - "id": "705d072f893cfb7e", - "name": "bootstrap5-api", - "version": "5.3.3-1", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bootstrap5-api.hpi:WEB-INF/lib/bootstrap5-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bootstrap5-api.hpi:WEB-INF/lib/bootstrap5-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:bootstrap5-api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:bootstrap5_api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bootstrap5-api:bootstrap5-api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bootstrap5-api:bootstrap5_api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bootstrap5_api:bootstrap5-api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bootstrap5_api:bootstrap5_api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bootstrap5:bootstrap5-api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bootstrap5:bootstrap5_api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:bootstrap5-api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:bootstrap5_api:5.3.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/bootstrap5-api@5.3.3-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bootstrap5-api.hpi:WEB-INF/lib/bootstrap5-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Specification-Title", - "value": "Bootstrap 5 API Plugin" - }, - { - "key": "Specification-Version", - "value": "5.3" - }, - { - "key": "Implementation-Title", - "value": "Bootstrap 5 API Plugin" - }, - { - "key": "Implementation-Version", - "value": "5.3.3-1" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "bootstrap5-api" - }, - { - "key": "Short-Name", - "value": "bootstrap5-api" - }, - { - "key": "Long-Name", - "value": "Bootstrap 5 API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/bootstrap5-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "5.3.3-1" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "commons-lang3-api:3.13.0-62.v7d18e55f51e2,commons-text-api:1.11.0-95.v22a_d30ee5d36,font-awesome-api:6.5.1-3" - }, - { - "key": "Plugin-Developers", - "value": "Ullrich Hafner:uhafner:ullrich.hafner@gmail.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT license" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/bootstrap5-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "v5.3.3-1" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/bootstrap5-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "9959248c98b8ee0d853d6d4818644e3190e09ecf" - }, - { - "key": "Implementation-Build", - "value": "9959248c98b8ee0d853d6d4818644e3190e09ecf" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/bootstrap5-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "bootstrap5-api", - "version": "5.3.3-1" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/bootstrap5-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "bootstrap5-api", - "version": "5.3.3-1", - "name": "Bootstrap 5 API Plugin", - "description": "Provides Bootstrap 5 for Jenkins plugins.", - "url": "https://github.com/jenkinsci/bootstrap5-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "a6b8372e768eef9d463457e7cd950d90581eda8d" - } - ] - } - }, - { - "id": "165035d704c733a4", - "name": "bouncycastle-api", - "version": "2.30.1.78.1-233.vfdcdeb_0a_08a_a_", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bouncycastle-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bouncycastle-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:bouncycastle-api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:bouncycastle_api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle-api:bouncycastle-api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle-api:bouncycastle_api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle_api:bouncycastle-api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle_api:bouncycastle_api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bouncycastle-api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bouncycastle_api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:bouncycastle-api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:bouncycastle_api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:bouncycastle-api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:bouncycastle_api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:bouncycastle-api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:bouncycastle_api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/bouncycastle-api@2.30.1.78.1-233.vfdcdeb_0a_08a_a_", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bouncycastle-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "bouncycastle API Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "bouncycastle API Plugin" - }, - { - "key": "Implementation-Version", - "value": "2.30.1.78.1-233.vfdcdeb_0a_08a_a_" - }, - { - "key": "Plugin-Class", - "value": "jenkins.bouncycastle.api.BouncyCastlePlugin" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "bouncycastle-api" - }, - { - "key": "Short-Name", - "value": "bouncycastle-api" - }, - { - "key": "Long-Name", - "value": "bouncycastle API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/bouncycastle-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.30.1.78.1-233.vfdcdeb_0a_08a_a_" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Developers", - "value": "Alvaro Lobato:alvarolobato:alobato@cloudbees.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "The MIT license" - }, - { - "key": "Plugin-License-Url", - "value": "https://www.opensource.org/licenses/mit-license.php" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/bouncycastle-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "fdcdeb0a08aa209c7d230d24486a7e0cd51af6db" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/bouncycastle-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "fdcdeb0a08aa209c7d230d24486a7e0cd51af6db" - }, - { - "key": "Implementation-Build", - "value": "fdcdeb0a08aa209c7d230d24486a7e0cd51af6db" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/bouncycastle-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "bouncycastle-api", - "version": "2.30.1.78.1-233.vfdcdeb_0a_08a_a_" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/bouncycastle-api/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "bouncycastle-api", - "version": "2.30.1.78.1-233.vfdcdeb_0a_08a_a_", - "name": "bouncycastle API Plugin", - "description": "This plugin provides an stable API to Bouncy Castle related tasks.", - "url": "https://github.com/jenkinsci/bouncycastle-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "c2b926a86e16f56a2aae208f2946e6a19bf2a081" - } - ] - } - }, - { - "id": "d1c83d900760fb35", - "name": "bouncycastle-api", - "version": "2.30.1.78.1-233.vfdcdeb_0a_08a_a_", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bouncycastle-api.hpi:WEB-INF/lib/bouncycastle-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bouncycastle-api.hpi:WEB-INF/lib/bouncycastle-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:bouncycastle-api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:bouncycastle_api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle-api:bouncycastle-api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle-api:bouncycastle_api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle_api:bouncycastle-api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle_api:bouncycastle_api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bouncycastle-api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bouncycastle_api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:bouncycastle-api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:bouncycastle_api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:bouncycastle-api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:bouncycastle_api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:bouncycastle-api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:bouncycastle_api:2.30.1.78.1-233.vfdcdeb_0a_08a_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/bouncycastle-api@2.30.1.78.1-233.vfdcdeb_0a_08a_a_", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/bouncycastle-api.hpi:WEB-INF/lib/bouncycastle-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "bouncycastle API Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "bouncycastle API Plugin" - }, - { - "key": "Implementation-Version", - "value": "2.30.1.78.1-233.vfdcdeb_0a_08a_a_" - }, - { - "key": "Plugin-Class", - "value": "jenkins.bouncycastle.api.BouncyCastlePlugin" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "bouncycastle-api" - }, - { - "key": "Short-Name", - "value": "bouncycastle-api" - }, - { - "key": "Long-Name", - "value": "bouncycastle API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/bouncycastle-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.30.1.78.1-233.vfdcdeb_0a_08a_a_" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Developers", - "value": "Alvaro Lobato:alvarolobato:alobato@cloudbees.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "The MIT license" - }, - { - "key": "Plugin-License-Url", - "value": "https://www.opensource.org/licenses/mit-license.php" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/bouncycastle-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "fdcdeb0a08aa209c7d230d24486a7e0cd51af6db" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/bouncycastle-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "fdcdeb0a08aa209c7d230d24486a7e0cd51af6db" - }, - { - "key": "Implementation-Build", - "value": "fdcdeb0a08aa209c7d230d24486a7e0cd51af6db" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/bouncycastle-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "bouncycastle-api", - "version": "2.30.1.78.1-233.vfdcdeb_0a_08a_a_" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/bouncycastle-api/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "bouncycastle-api", - "version": "2.30.1.78.1-233.vfdcdeb_0a_08a_a_", - "name": "bouncycastle API Plugin", - "description": "This plugin provides an stable API to Bouncy Castle related tasks.", - "url": "https://github.com/jenkinsci/bouncycastle-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "8daf3d1dfee1e82c83705833178f62bffbe6a453" - } - ] - } - }, - { - "id": "70d3505ea7c15bcd", - "name": "bridge-method-annotation", - "version": "1.29", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/bridge-method-annotation-1.29.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/bridge-method-annotation-1.29.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:bridge-method-annotation:bridge-method-annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bridge-method-annotation:bridge_method_annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bridge_method_annotation:bridge-method-annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bridge_method_annotation:bridge_method_annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.infradna.tool:bridge-method-annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.infradna.tool:bridge_method_annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bridge-method:bridge-method-annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bridge-method:bridge_method_annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bridge_method:bridge-method-annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bridge_method:bridge_method_annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:infradna:bridge-method-annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:infradna:bridge_method_annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bridge:bridge-method-annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bridge:bridge_method_annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tool:bridge-method-annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tool:bridge_method_annotation:1.29:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.infradna.tool/bridge-method-annotation@1.29", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/bridge-method-annotation-1.29.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.3.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Bridge method injection annotations" - }, - { - "key": "Specification-Version", - "value": "1.29" - }, - { - "key": "Implementation-Title", - "value": "Bridge method injection annotations" - }, - { - "key": "Implementation-Version", - "value": "1.29" - }, - { - "key": "Implementation-Build", - "value": "21a09faea98603f6fd0a8a6aaf5fe6b77cdbc5e0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.infradna.tool/bridge-method-annotation/pom.properties", - "name": "", - "groupId": "com.infradna.tool", - "artifactId": "bridge-method-annotation", - "version": "1.29" - }, - "pomProject": { - "path": "META-INF/maven/com.infradna.tool/bridge-method-annotation/pom.xml", - "groupId": "com.infradna.tool", - "artifactId": "bridge-method-annotation", - "version": "1.29", - "name": "Bridge method injection annotations", - "description": "Evolve your classes without breaking compatibility", - "url": "https://github.com/jenkinsci/bridge-method-injector/bridge-method-annotation" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "55dd67d0578d107697803a95cb9c235a9bd83ec1" - } - ] - } - }, - { - "id": "5c2a9d682b9b6088", - "name": "byte-buddy", - "version": "1.14.9", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/byte-buddy-1.14.9.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/byte-buddy-1.14.9.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:net.bytebuddy.byte-buddy:byte-buddy:1.14.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net.bytebuddy.byte-buddy:byte_buddy:1.14.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net.bytebuddy:byte-buddy:1.14.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net.bytebuddy:byte_buddy:1.14.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:byte-buddy:byte-buddy:1.14.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:byte-buddy:byte_buddy:1.14.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:byte_buddy:byte-buddy:1.14.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:byte_buddy:byte_buddy:1.14.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bytebuddy:byte-buddy:1.14.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bytebuddy:byte_buddy:1.14.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:byte:byte-buddy:1.14.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:byte:byte_buddy:1.14.9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/net.bytebuddy/byte-buddy@1.14.9", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/byte-buddy-1.14.9.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-Description", - "value": "Byte Buddy is a Java library for creating Java classes at run time. This artifact is a build of Byte Buddy withall ASM dependencies repackaged into its own name space." - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "net.bytebuddy.byte-buddy" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "Main-Class", - "value": "net.bytebuddy.build.Plugin$Engine$Default" - }, - { - "key": "Export-Package", - "value": "net.bytebuddy;version=\"1.14.9\",net.bytebuddy.agent.builder;version=\"1.14.9\",net.bytebuddy.asm;version=\"1.14.9\",net.bytebuddy.build;version=\"1.14.9\",net.bytebuddy.description;version=\"1.14.9\",net.bytebuddy.description.annotation;version=\"1.14.9\",net.bytebuddy.description.enumeration;version=\"1.14.9\",net.bytebuddy.description.field;version=\"1.14.9\",net.bytebuddy.description.method;version=\"1.14.9\",net.bytebuddy.description.modifier;version=\"1.14.9\",net.bytebuddy.description.type;version=\"1.14.9\",net.bytebuddy.dynamic;version=\"1.14.9\",net.bytebuddy.dynamic.loading;version=\"1.14.9\",net.bytebuddy.dynamic.scaffold;version=\"1.14.9\",net.bytebuddy.dynamic.scaffold.inline;version=\"1.14.9\",net.bytebuddy.dynamic.scaffold.subclass;version=\"1.14.9\",net.bytebuddy.implementation;version=\"1.14.9\",net.bytebuddy.implementation.attribute;version=\"1.14.9\",net.bytebuddy.implementation.auxiliary;version=\"1.14.9\",net.bytebuddy.implementation.bind;version=\"1.14.9\",net.bytebuddy.implementation.bind.annotation;version=\"1.14.9\",net.bytebuddy.implementation.bytecode;version=\"1.14.9\",net.bytebuddy.implementation.bytecode.assign;version=\"1.14.9\",net.bytebuddy.implementation.bytecode.assign.primitive;version=\"1.14.9\",net.bytebuddy.implementation.bytecode.assign.reference;version=\"1.14.9\",net.bytebuddy.implementation.bytecode.collection;version=\"1.14.9\",net.bytebuddy.implementation.bytecode.constant;version=\"1.14.9\",net.bytebuddy.implementation.bytecode.member;version=\"1.14.9\",net.bytebuddy.matcher;version=\"1.14.9\",net.bytebuddy.pool;version=\"1.14.9\",net.bytebuddy.utility;version=\"1.14.9\",net.bytebuddy.utility.nullability;version=\"1.14.9\",net.bytebuddy.utility.privilege;version=\"1.14.9\",net.bytebuddy.utility.visitor;version=\"1.14.9\",net.bytebuddy.jar.asm;version=\"1.14.9\",net.bytebuddy.jar.asm.signature;version=\"1.14.9\",net.bytebuddy.jar.asm.commons;version=\"1.14.9\"" - }, - { - "key": "Bundle-Name", - "value": "Byte Buddy (without dependencies)" - }, - { - "key": "Bundle-Version", - "value": "1.14.9" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.7" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/net.bytebuddy/byte-buddy/pom.properties", - "name": "", - "groupId": "net.bytebuddy", - "artifactId": "byte-buddy", - "version": "1.14.9" - }, - "pomProject": { - "path": "META-INF/maven/net.bytebuddy/byte-buddy/pom.xml", - "parent": { - "groupId": "net.bytebuddy", - "artifactId": "byte-buddy-parent", - "version": "1.14.9" - }, - "groupId": "net.bytebuddy", - "artifactId": "byte-buddy", - "version": "1.14.9", - "name": "Byte Buddy (without dependencies)", - "description": "Byte Buddy is a Java library for creating Java classes at run time. This artifact is a build of Byte Buddy with all ASM dependencies repackaged into its own name space." - }, - "digest": [ - { - "algorithm": "sha1", - "value": "b69e7fff6c473d3ed2b489cdfd673a091fd94226" - } - ] - } - }, - { - "id": "6c774c7b8d49c6b0", - "name": "caffeine", - "version": "3.1.8", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/caffeine-api.hpi:WEB-INF/lib/caffeine-3.1.8.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/caffeine-api.hpi:WEB-INF/lib/caffeine-3.1.8.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.github.ben-manes.caffeine:ben-manes:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.ben-manes.caffeine:ben_manes:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.ben-manes.caffeine:caffeine:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ben-manes:ben-manes:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ben-manes:ben_manes:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ben_manes:ben-manes:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ben_manes:ben_manes:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ben-manes:caffeine:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ben_manes:caffeine:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine:ben-manes:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine:ben_manes:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine:caffeine:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:ben-manes:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:ben_manes:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:caffeine:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ben:ben-manes:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ben:ben_manes:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ben:caffeine:3.1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.github.ben-manes.caffeine/caffeine@3.1.8", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/caffeine-api.hpi:WEB-INF/lib/caffeine-3.1.8.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Automatic-Module-Name", - "value": "com.github.benmanes.caffeine" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Bundle-Description", - "value": "A high performance caching library" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "com.github.ben-manes.caffeine" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.github.ben-manes.caffeine" - }, - { - "key": "Bundle-Version", - "value": "3.1.8" - }, - { - "key": "Export-Package", - "value": "com.github.benmanes.caffeine.cache;uses:=\"com.github.benmanes.caffeine.cache.stats\";version=\"3.1.8\",com.github.benmanes.caffeine.cache.stats;uses:=\"com.github.benmanes.caffeine.cache\";version=\"3.1.8\",com.github.benmanes.caffeine;version=\"3.1.8\"" - }, - { - "key": "Implementation-Title", - "value": "A high performance caching library" - }, - { - "key": "Implementation-Version", - "value": "3.1.8" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=11))\"" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "24795585df8afaf70a2cd534786904ea5889c047" - } - ] - } - }, - { - "id": "b5d428987b71dba9", - "name": "caffeine-api", - "version": "3.1.8-133.v17b_1ff2e0599", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/caffeine-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache License v2", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/caffeine-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:caffeine-api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:caffeine_api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine-api:caffeine-api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine-api:caffeine_api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine_api:caffeine-api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine_api:caffeine_api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine:caffeine-api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine:caffeine_api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:caffeine-api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:caffeine_api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/caffeine-api@3.1.8-133.v17b_1ff2e0599", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/caffeine-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Caffeine API Plugin" - }, - { - "key": "Specification-Version", - "value": "3.1" - }, - { - "key": "Implementation-Title", - "value": "Caffeine API Plugin" - }, - { - "key": "Implementation-Version", - "value": "3.1.8-133.v17b_1ff2e0599" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "caffeine-api" - }, - { - "key": "Short-Name", - "value": "caffeine-api" - }, - { - "key": "Long-Name", - "value": "Caffeine API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/caffeine-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "3.1.8-133.v17b_1ff2e0599" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "Apache License v2" - }, - { - "key": "Plugin-License-Url", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/caffeine-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "17b1ff2e05993c69ebde3ae97c5ce777fc4b99fd" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/caffeine-api-plugin/" - }, - { - "key": "Plugin-GitHash", - "value": "17b1ff2e05993c69ebde3ae97c5ce777fc4b99fd" - }, - { - "key": "Implementation-Build", - "value": "17b1ff2e05993c69ebde3ae97c5ce777fc4b99fd" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/caffeine-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "caffeine-api", - "version": "3.1.8-133.v17b_1ff2e0599" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/caffeine-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "caffeine-api", - "version": "3.1.8-133.v17b_1ff2e0599", - "name": "Caffeine API Plugin", - "description": "Jenkins plugin that packages Caffeine for use by other plugins.", - "url": "https://github.com/jenkinsci/caffeine-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "21bfe9ffc31a82a357c39937162df66c3ed23b06" - } - ] - } - }, - { - "id": "2af50daa2bfbd577", - "name": "caffeine-api", - "version": "3.1.8-133.v17b_1ff2e0599", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/caffeine-api.hpi:WEB-INF/lib/caffeine-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache License v2", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/caffeine-api.hpi:WEB-INF/lib/caffeine-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:caffeine-api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:caffeine_api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine-api:caffeine-api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine-api:caffeine_api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine_api:caffeine-api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine_api:caffeine_api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine:caffeine-api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:caffeine:caffeine_api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:caffeine-api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:caffeine_api:3.1.8-133.v17b_1ff2e0599:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/caffeine-api@3.1.8-133.v17b_1ff2e0599", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/caffeine-api.hpi:WEB-INF/lib/caffeine-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Caffeine API Plugin" - }, - { - "key": "Specification-Version", - "value": "3.1" - }, - { - "key": "Implementation-Title", - "value": "Caffeine API Plugin" - }, - { - "key": "Implementation-Version", - "value": "3.1.8-133.v17b_1ff2e0599" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "caffeine-api" - }, - { - "key": "Short-Name", - "value": "caffeine-api" - }, - { - "key": "Long-Name", - "value": "Caffeine API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/caffeine-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "3.1.8-133.v17b_1ff2e0599" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "Apache License v2" - }, - { - "key": "Plugin-License-Url", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/caffeine-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "17b1ff2e05993c69ebde3ae97c5ce777fc4b99fd" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/caffeine-api-plugin/" - }, - { - "key": "Plugin-GitHash", - "value": "17b1ff2e05993c69ebde3ae97c5ce777fc4b99fd" - }, - { - "key": "Implementation-Build", - "value": "17b1ff2e05993c69ebde3ae97c5ce777fc4b99fd" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/caffeine-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "caffeine-api", - "version": "3.1.8-133.v17b_1ff2e0599" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/caffeine-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "caffeine-api", - "version": "3.1.8-133.v17b_1ff2e0599", - "name": "Caffeine API Plugin", - "description": "Jenkins plugin that packages Caffeine for use by other plugins.", - "url": "https://github.com/jenkinsci/caffeine-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "7559691c3a5c6d7485ec944ffa4a4c1a03f9882a" - } - ] - } - }, - { - "id": "c2a930f9b190319e", - "name": "checks-api", - "version": "2.2.0", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/checks-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/checks-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:checks-api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:checks_api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:checks-api:checks-api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:checks-api:checks_api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:checks_api:checks-api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:checks_api:checks_api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:checks-api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:checks_api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:checks:checks-api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:checks:checks_api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/checks-api@2.2.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/checks-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Checks API plugin" - }, - { - "key": "Specification-Version", - "value": "2.2" - }, - { - "key": "Implementation-Title", - "value": "Checks API plugin" - }, - { - "key": "Implementation-Version", - "value": "2.2.0" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "checks-api" - }, - { - "key": "Short-Name", - "value": "checks-api" - }, - { - "key": "Long-Name", - "value": "Checks API plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/checks-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.2.0" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "commons-lang3-api:3.13.0-62.v7d18e55f51e2,commons-text-api:1.11.0-95.v22a_d30ee5d36,plugin-util-api:4.1.0,workflow-step-api:657.v03b_e8115821b_,workflow-support:865.v43e78cc44e0d,display-url-api:2.200.vb_9327d658781" - }, - { - "key": "Plugin-Developers", - "value": "Kezhi Xiong:xiongkezhi:august.xkz@gmail.com" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/checks-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "v2.2.0" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/checks-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "50f48e8410fced94a79e6a57c6bbb6f302c84370" - }, - { - "key": "Implementation-Build", - "value": "50f48e8410fced94a79e6a57c6bbb6f302c84370" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/checks-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "checks-api", - "version": "2.2.0" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/checks-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "checks-api", - "version": "2.2.0", - "name": "Checks API plugin", - "description": "Defines an API for Jenkins to publish checks to SCM platforms.", - "url": "https://github.com/jenkinsci/checks-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "a17dc7c294cc20d4b4564b2d5c103201da09748f" - } - ] - } - }, - { - "id": "ec3bb3803d9aefda", - "name": "checks-api", - "version": "2.2.0", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/checks-api.hpi:WEB-INF/lib/checks-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/checks-api.hpi:WEB-INF/lib/checks-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:checks-api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:checks_api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:checks-api:checks-api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:checks-api:checks_api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:checks_api:checks-api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:checks_api:checks_api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:checks-api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:checks_api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:checks:checks-api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:checks:checks_api:2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/checks-api@2.2.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/checks-api.hpi:WEB-INF/lib/checks-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Checks API plugin" - }, - { - "key": "Specification-Version", - "value": "2.2" - }, - { - "key": "Implementation-Title", - "value": "Checks API plugin" - }, - { - "key": "Implementation-Version", - "value": "2.2.0" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "checks-api" - }, - { - "key": "Short-Name", - "value": "checks-api" - }, - { - "key": "Long-Name", - "value": "Checks API plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/checks-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.2.0" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "commons-lang3-api:3.13.0-62.v7d18e55f51e2,commons-text-api:1.11.0-95.v22a_d30ee5d36,plugin-util-api:4.1.0,workflow-step-api:657.v03b_e8115821b_,workflow-support:865.v43e78cc44e0d,display-url-api:2.200.vb_9327d658781" - }, - { - "key": "Plugin-Developers", - "value": "Kezhi Xiong:xiongkezhi:august.xkz@gmail.com" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/checks-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "v2.2.0" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/checks-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "50f48e8410fced94a79e6a57c6bbb6f302c84370" - }, - { - "key": "Implementation-Build", - "value": "50f48e8410fced94a79e6a57c6bbb6f302c84370" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/checks-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "checks-api", - "version": "2.2.0" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/checks-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "checks-api", - "version": "2.2.0", - "name": "Checks API plugin", - "description": "Defines an API for Jenkins to publish checks to SCM platforms.", - "url": "https://github.com/jenkinsci/checks-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "262040db7e6a6a250dcd760c4c101870c2937259" - } - ] - } - }, - { - "id": "dca7d1b347eebbeb", - "name": "cli", - "version": "2.461", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "EPL-2.0", - "spdxExpression": "EPL-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "GPL-2.0", - "spdxExpression": "GPL-2.0-only", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.main:cli:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:cli:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:cli:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:cli:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:main:cli:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:cli:cli:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.main/cli@2.461", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.4.1" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Jenkins cli" - }, - { - "key": "Specification-Version", - "value": "2.461" - }, - { - "key": "Implementation-Title", - "value": "Jenkins cli" - }, - { - "key": "Implementation-Version", - "value": "2.461" - }, - { - "key": "Implementation-Build", - "value": "896e0f30e8c5ea8afbdcb0b503aa197372113027" - }, - { - "key": "Main-Class", - "value": "hudson.cli.CLI" - }, - { - "key": "Jenkins-CLI-Version", - "value": "2.461" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.main/cli/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.main", - "artifactId": "cli", - "version": "2.461" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.main/cli/pom.xml", - "groupId": "org.jenkins-ci.main", - "artifactId": "cli", - "version": "2.461", - "name": "Jenkins cli", - "description": "Command line interface for Jenkins", - "url": "https://github.com/jenkinsci/jenkins" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "e248bd0089a6be72fceb89ae4e344dcbf24cdaa8" - } - ] - } - }, - { - "id": "8a5b625d234e3aaa", - "name": "command-launcher", - "version": "107.v773860566e2e", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/command-launcher.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/command-launcher.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:command-launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:command_launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:command-launcher:command-launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:command-launcher:command_launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:command_launcher:command-launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:command_launcher:command_launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:command-launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:command_launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:command-launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:command_launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:command:command-launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:command:command_launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:command-launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:command_launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/command-launcher@107.v773860566e2e", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/command-launcher.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Command Agent Launcher Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Command Agent Launcher Plugin" - }, - { - "key": "Implementation-Version", - "value": "107.v773860566e2e" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "command-launcher" - }, - { - "key": "Short-Name", - "value": "command-launcher" - }, - { - "key": "Long-Name", - "value": "Command Agent Launcher Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/command-launcher-plugin" - }, - { - "key": "Plugin-Version", - "value": "107.v773860566e2e" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Dependencies", - "value": "script-security:1265.va_fb_290b_4b_d34" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/command-launcher-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "773860566e2e6816a0dc282640264cbb1cf83404" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/command-launcher-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "773860566e2e6816a0dc282640264cbb1cf83404" - }, - { - "key": "Implementation-Build", - "value": "773860566e2e6816a0dc282640264cbb1cf83404" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/command-launcher/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "command-launcher", - "version": "107.v773860566e2e" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/command-launcher/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "command-launcher", - "version": "107.v773860566e2e", - "name": "Command Agent Launcher Plugin", - "description": "Allows agents to be launched using a specified command.", - "url": "https://github.com/jenkinsci/command-launcher-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "1fcb663973a9873d9010793ebc9b25678c109345" - } - ] - } - }, - { - "id": "bc5addf9a07eec49", - "name": "command-launcher", - "version": "107.v773860566e2e", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/command-launcher.hpi:WEB-INF/lib/command-launcher.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/command-launcher.hpi:WEB-INF/lib/command-launcher.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:command-launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:command_launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:command-launcher:command-launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:command-launcher:command_launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:command_launcher:command-launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:command_launcher:command_launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:command-launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:command_launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:command-launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:command_launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:command:command-launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:command:command_launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:command-launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:command_launcher:107.v773860566e2e:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/command-launcher@107.v773860566e2e", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/command-launcher.hpi:WEB-INF/lib/command-launcher.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Command Agent Launcher Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Command Agent Launcher Plugin" - }, - { - "key": "Implementation-Version", - "value": "107.v773860566e2e" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "command-launcher" - }, - { - "key": "Short-Name", - "value": "command-launcher" - }, - { - "key": "Long-Name", - "value": "Command Agent Launcher Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/command-launcher-plugin" - }, - { - "key": "Plugin-Version", - "value": "107.v773860566e2e" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Dependencies", - "value": "script-security:1265.va_fb_290b_4b_d34" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/command-launcher-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "773860566e2e6816a0dc282640264cbb1cf83404" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/command-launcher-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "773860566e2e6816a0dc282640264cbb1cf83404" - }, - { - "key": "Implementation-Build", - "value": "773860566e2e6816a0dc282640264cbb1cf83404" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/command-launcher/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "command-launcher", - "version": "107.v773860566e2e" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/command-launcher/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "command-launcher", - "version": "107.v773860566e2e", - "name": "Command Agent Launcher Plugin", - "description": "Allows agents to be launched using a specified command.", - "url": "https://github.com/jenkinsci/command-launcher-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "0b44f462000d66772409aa7d6953d44bae29e9c3" - } - ] - } - }, - { - "id": "2edc5fbcb8826135", - "name": "commons-beanutils", - "version": "1.9.4", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-beanutils-1.9.4.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-beanutils-1.9.4.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:commons-beanutils:1.9.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons_beanutils:1.9.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons:1.9.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/commons-beanutils/commons-beanutils@1.9.4", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-beanutils-1.9.4.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.apache.commons.commons-beanutils" - }, - { - "key": "Built-By", - "value": "chtompki" - }, - { - "key": "Bnd-LastModified", - "value": "1564352198969" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache" - }, - { - "key": "Specification-Title", - "value": "Apache Commons BeanUtils" - }, - { - "key": "Bundle-DocURL", - "value": "https://commons.apache.org/proper/commons-beanutils/" - }, - { - "key": "Include-Resource", - "value": "META-INF/NOTICE.txt=NOTICE.txt,META-INF/LICENSE.txt=LICENSE.txt" - }, - { - "key": "Import-Package", - "value": "org.apache.commons.collections,org.apache.commons.collections.comparators,org.apache.commons.collections.keyvalue,org.apache.commons.logging" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.6))\"" - }, - { - "key": "Export-Package", - "value": "org.apache.commons.beanutils;version=\"1.9.4\",org.apache.commons.beanutils.converters;version=\"1.9.4\",org.apache.commons.beanutils.expression;version=\"1.9.4\",org.apache.commons.beanutils.locale;version=\"1.9.4\",org.apache.commons.beanutils.locale.converters;version=\"1.9.4\"" - }, - { - "key": "Bundle-Name", - "value": "Apache Commons BeanUtils" - }, - { - "key": "Implementation-Title", - "value": "Apache Commons BeanUtils" - }, - { - "key": "Bundle-Description", - "value": "Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection." - }, - { - "key": "Implementation-Version", - "value": "1.9.4" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Tool", - "value": "Bnd-3.5.0.201709291849" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Bundle-Version", - "value": "1.9.4" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.6" - }, - { - "key": "Implementation-Build", - "value": "UNKNOWN_BRANCH@r??????; 2019-07-28 22:14:44+0000" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.6" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_202" - }, - { - "key": "Implementation-URL", - "value": "https://commons.apache.org/proper/commons-beanutils/" - }, - { - "key": "Specification-Version", - "value": "1.9.4" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/commons-beanutils/commons-beanutils/pom.properties", - "name": "", - "groupId": "commons-beanutils", - "artifactId": "commons-beanutils", - "version": "1.9.4" - }, - "pomProject": { - "path": "META-INF/maven/commons-beanutils/commons-beanutils/pom.xml", - "parent": { - "groupId": "org.apache.commons", - "artifactId": "commons-parent", - "version": "47" - }, - "groupId": "commons-beanutils", - "artifactId": "commons-beanutils", - "version": "1.9.4", - "name": "Apache Commons BeanUtils", - "description": "Apache Commons BeanUtils provides an easy-to-use but flexible wrapper around reflection and introspection.", - "url": "https://commons.apache.org/proper/commons-beanutils/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "d52b9abcd97f38c81342bb7e7ae1eee9b73cba51" - } - ] - } - }, - { - "id": "8a7cc7d06fe3b94b", - "name": "commons-codec", - "version": "1.17.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-codec-1.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-codec-1.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:commons-codec:1.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons_codec:1.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons:1.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/commons-codec/commons-codec@1.17.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-codec-1.17.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Apache Commons Codec" - }, - { - "key": "Specification-Version", - "value": "1.17" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Implementation-Title", - "value": "Apache Commons Codec" - }, - { - "key": "Implementation-Version", - "value": "1.17.0" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.commons.codec" - }, - { - "key": "Bundle-Description", - "value": "The Apache Commons Codec component contains encoderand decoders for various formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities." - }, - { - "key": "Bundle-DocURL", - "value": "https://commons.apache.org/proper/commons-codec/" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Apache Commons Codec" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.apache.commons.commons-codec" - }, - { - "key": "Bundle-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Bundle-Version", - "value": "1.17.0" - }, - { - "key": "Export-Package", - "value": "org.apache.commons.codec;version=\"1.17.0\",org.apache.commons.codec.binary;version=\"1.17.0\",org.apache.commons.codec.cli;version=\"1.17.0\",org.apache.commons.codec.digest;version=\"1.17.0\",org.apache.commons.codec.language;version=\"1.17.0\",org.apache.commons.codec.language.bm;version=\"1.17.0\",org.apache.commons.codec.net;version=\"1.17.0\"" - }, - { - "key": "Import-Package", - "value": "javax.crypto,javax.crypto.spec" - }, - { - "key": "Include-Resource", - "value": "org/apache/commons/codec/language/bm/ash_approx_any.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_approx_any.txt,org/apache/commons/codec/language/bm/ash_approx_common.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_approx_common.txt,org/apache/commons/codec/language/bm/ash_approx_cyrillic.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_approx_cyrillic.txt,org/apache/commons/codec/language/bm/ash_approx_english.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_approx_english.txt,org/apache/commons/codec/language/bm/ash_approx_french.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_approx_french.txt,org/apache/commons/codec/language/bm/ash_approx_german.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_approx_german.txt,org/apache/commons/codec/language/bm/ash_approx_hebrew.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_approx_hebrew.txt,org/apache/commons/codec/language/bm/ash_approx_hungarian.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_approx_hungarian.txt,org/apache/commons/codec/language/bm/ash_approx_polish.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_approx_polish.txt,org/apache/commons/codec/language/bm/ash_approx_romanian.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_approx_romanian.txt,org/apache/commons/codec/language/bm/ash_approx_russian.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_approx_russian.txt,org/apache/commons/codec/language/bm/ash_approx_spanish.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_approx_spanish.txt,org/apache/commons/codec/language/bm/ash_exact_any.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_exact_any.txt,org/apache/commons/codec/language/bm/ash_exact_approx_common.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_exact_approx_common.txt,org/apache/commons/codec/language/bm/ash_exact_common.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_exact_common.txt,org/apache/commons/codec/language/bm/ash_exact_cyrillic.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_exact_cyrillic.txt,org/apache/commons/codec/language/bm/ash_exact_english.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_exact_english.txt,org/apache/commons/codec/language/bm/ash_exact_french.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_exact_french.txt,org/apache/commons/codec/language/bm/ash_exact_german.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_exact_german.txt,org/apache/commons/codec/language/bm/ash_exact_hebrew.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_exact_hebrew.txt,org/apache/commons/codec/language/bm/ash_exact_hungarian.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_exact_hungarian.txt,org/apache/commons/codec/language/bm/ash_exact_polish.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_exact_polish.txt,org/apache/commons/codec/language/bm/ash_exact_romanian.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_exact_romanian.txt,org/apache/commons/codec/language/bm/ash_exact_russian.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_exact_russian.txt,org/apache/commons/codec/language/bm/ash_exact_spanish.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_exact_spanish.txt,org/apache/commons/codec/language/bm/ash_hebrew_common.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_hebrew_common.txt,org/apache/commons/codec/language/bm/ash_lang.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_lang.txt,org/apache/commons/codec/language/bm/ash_languages.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_languages.txt,org/apache/commons/codec/language/bm/ash_rules_any.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_rules_any.txt,org/apache/commons/codec/language/bm/ash_rules_cyrillic.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_rules_cyrillic.txt,org/apache/commons/codec/language/bm/ash_rules_english.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_rules_english.txt,org/apache/commons/codec/language/bm/ash_rules_french.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_rules_french.txt,org/apache/commons/codec/language/bm/ash_rules_german.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_rules_german.txt,org/apache/commons/codec/language/bm/ash_rules_hebrew.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_rules_hebrew.txt,org/apache/commons/codec/language/bm/ash_rules_hungarian.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_rules_hungarian.txt,org/apache/commons/codec/language/bm/ash_rules_polish.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_rules_polish.txt,org/apache/commons/codec/language/bm/ash_rules_romanian.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_rules_romanian.txt,org/apache/commons/codec/language/bm/ash_rules_russian.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_rules_russian.txt,org/apache/commons/codec/language/bm/ash_rules_spanish.txt=src/main/resources/org/apache/commons/codec/language/bm/ash_rules_spanish.txt,org/apache/commons/codec/language/bm/gen_approx_any.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_any.txt,org/apache/commons/codec/language/bm/gen_approx_arabic.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_arabic.txt,org/apache/commons/codec/language/bm/gen_approx_common.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_common.txt,org/apache/commons/codec/language/bm/gen_approx_cyrillic.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_cyrillic.txt,org/apache/commons/codec/language/bm/gen_approx_czech.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_czech.txt,org/apache/commons/codec/language/bm/gen_approx_dutch.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_dutch.txt,org/apache/commons/codec/language/bm/gen_approx_english.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_english.txt,org/apache/commons/codec/language/bm/gen_approx_french.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_french.txt,org/apache/commons/codec/language/bm/gen_approx_german.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_german.txt,org/apache/commons/codec/language/bm/gen_approx_greek.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_greek.txt,org/apache/commons/codec/language/bm/gen_approx_greeklatin.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_greeklatin.txt,org/apache/commons/codec/language/bm/gen_approx_hebrew.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_hebrew.txt,org/apache/commons/codec/language/bm/gen_approx_hungarian.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_hungarian.txt,org/apache/commons/codec/language/bm/gen_approx_italian.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_italian.txt,org/apache/commons/codec/language/bm/gen_approx_polish.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_polish.txt,org/apache/commons/codec/language/bm/gen_approx_portuguese.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_portuguese.txt,org/apache/commons/codec/language/bm/gen_approx_romanian.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_romanian.txt,org/apache/commons/codec/language/bm/gen_approx_russian.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_russian.txt,org/apache/commons/codec/language/bm/gen_approx_spanish.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_spanish.txt,org/apache/commons/codec/language/bm/gen_approx_turkish.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_approx_turkish.txt,org/apache/commons/codec/language/bm/gen_exact_any.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_any.txt,org/apache/commons/codec/language/bm/gen_exact_approx_common.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_approx_common.txt,org/apache/commons/codec/language/bm/gen_exact_arabic.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_arabic.txt,org/apache/commons/codec/language/bm/gen_exact_common.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_common.txt,org/apache/commons/codec/language/bm/gen_exact_cyrillic.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_cyrillic.txt,org/apache/commons/codec/language/bm/gen_exact_czech.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_czech.txt,org/apache/commons/codec/language/bm/gen_exact_dutch.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_dutch.txt,org/apache/commons/codec/language/bm/gen_exact_english.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_english.txt,org/apache/commons/codec/language/bm/gen_exact_french.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_french.txt,org/apache/commons/codec/language/bm/gen_exact_german.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_german.txt,org/apache/commons/codec/language/bm/gen_exact_greek.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_greek.txt,org/apache/commons/codec/language/bm/gen_exact_greeklatin.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_greeklatin.txt,org/apache/commons/codec/language/bm/gen_exact_hebrew.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_hebrew.txt,org/apache/commons/codec/language/bm/gen_exact_hungarian.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_hungarian.txt,org/apache/commons/codec/language/bm/gen_exact_italian.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_italian.txt,org/apache/commons/codec/language/bm/gen_exact_polish.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_polish.txt,org/apache/commons/codec/language/bm/gen_exact_portuguese.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_portuguese.txt,org/apache/commons/codec/language/bm/gen_exact_romanian.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_romanian.txt,org/apache/commons/codec/language/bm/gen_exact_russian.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_russian.txt,org/apache/commons/codec/language/bm/gen_exact_spanish.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_spanish.txt,org/apache/commons/codec/language/bm/gen_exact_turkish.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_exact_turkish.txt,org/apache/commons/codec/language/bm/gen_hebrew_common.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_hebrew_common.txt,org/apache/commons/codec/language/bm/gen_lang.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_lang.txt,org/apache/commons/codec/language/bm/gen_languages.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_languages.txt,org/apache/commons/codec/language/bm/gen_rules_any.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_any.txt,org/apache/commons/codec/language/bm/gen_rules_arabic.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_arabic.txt,org/apache/commons/codec/language/bm/gen_rules_cyrillic.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_cyrillic.txt,org/apache/commons/codec/language/bm/gen_rules_czech.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_czech.txt,org/apache/commons/codec/language/bm/gen_rules_dutch.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_dutch.txt,org/apache/commons/codec/language/bm/gen_rules_english.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_english.txt,org/apache/commons/codec/language/bm/gen_rules_french.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_french.txt,org/apache/commons/codec/language/bm/gen_rules_german.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_german.txt,org/apache/commons/codec/language/bm/gen_rules_greek.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_greek.txt,org/apache/commons/codec/language/bm/gen_rules_greeklatin.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_greeklatin.txt,org/apache/commons/codec/language/bm/gen_rules_hebrew.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_hebrew.txt,org/apache/commons/codec/language/bm/gen_rules_hungarian.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_hungarian.txt,org/apache/commons/codec/language/bm/gen_rules_italian.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_italian.txt,org/apache/commons/codec/language/bm/gen_rules_polish.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_polish.txt,org/apache/commons/codec/language/bm/gen_rules_portuguese.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_portuguese.txt,org/apache/commons/codec/language/bm/gen_rules_romanian.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_romanian.txt,org/apache/commons/codec/language/bm/gen_rules_russian.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_russian.txt,org/apache/commons/codec/language/bm/gen_rules_spanish.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_spanish.txt,org/apache/commons/codec/language/bm/gen_rules_turkish.txt=src/main/resources/org/apache/commons/codec/language/bm/gen_rules_turkish.txt,org/apache/commons/codec/language/bm/lang.txt=src/main/resources/org/apache/commons/codec/language/bm/lang.txt,org/apache/commons/codec/language/bm/sep_approx_any.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_approx_any.txt,org/apache/commons/codec/language/bm/sep_approx_common.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_approx_common.txt,org/apache/commons/codec/language/bm/sep_approx_french.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_approx_french.txt,org/apache/commons/codec/language/bm/sep_approx_hebrew.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_approx_hebrew.txt,org/apache/commons/codec/language/bm/sep_approx_italian.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_approx_italian.txt,org/apache/commons/codec/language/bm/sep_approx_portuguese.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_approx_portuguese.txt,org/apache/commons/codec/language/bm/sep_approx_spanish.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_approx_spanish.txt,org/apache/commons/codec/language/bm/sep_exact_any.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_exact_any.txt,org/apache/commons/codec/language/bm/sep_exact_approx_common.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_exact_approx_common.txt,org/apache/commons/codec/language/bm/sep_exact_common.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_exact_common.txt,org/apache/commons/codec/language/bm/sep_exact_french.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_exact_french.txt,org/apache/commons/codec/language/bm/sep_exact_hebrew.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_exact_hebrew.txt,org/apache/commons/codec/language/bm/sep_exact_italian.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_exact_italian.txt,org/apache/commons/codec/language/bm/sep_exact_portuguese.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_exact_portuguese.txt,org/apache/commons/codec/language/bm/sep_exact_spanish.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_exact_spanish.txt,org/apache/commons/codec/language/bm/sep_hebrew_common.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_hebrew_common.txt,org/apache/commons/codec/language/bm/sep_lang.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_lang.txt,org/apache/commons/codec/language/bm/sep_languages.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_languages.txt,org/apache/commons/codec/language/bm/sep_rules_any.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_rules_any.txt,org/apache/commons/codec/language/bm/sep_rules_french.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_rules_french.txt,org/apache/commons/codec/language/bm/sep_rules_hebrew.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_rules_hebrew.txt,org/apache/commons/codec/language/bm/sep_rules_italian.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_rules_italian.txt,org/apache/commons/codec/language/bm/sep_rules_portuguese.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_rules_portuguese.txt,org/apache/commons/codec/language/bm/sep_rules_spanish.txt=src/main/resources/org/apache/commons/codec/language/bm/sep_rules_spanish.txt,org/apache/commons/codec/language/dmrules.txt=src/main/resources/org/apache/commons/codec/language/dmrules.txt,META-INF/LICENSE.txt=LICENSE.txt,META-INF/NOTICE.txt=NOTICE.txt" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.4.1.202306080939" - }, - { - "key": "Multi-Release", - "value": "true" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/commons-codec/commons-codec/pom.properties", - "name": "", - "groupId": "commons-codec", - "artifactId": "commons-codec", - "version": "1.17.0" - }, - "pomProject": { - "path": "META-INF/maven/commons-codec/commons-codec/pom.xml", - "parent": { - "groupId": "org.apache.commons", - "artifactId": "commons-parent", - "version": "69" - }, - "groupId": "commons-codec", - "artifactId": "commons-codec", - "version": "1.17.0", - "name": "Apache Commons Codec", - "description": "The Apache Commons Codec component contains encoder and decoders for various formats such as Base16, Base32, Base64, digest, and Hexadecimal. In addition to these widely used encoders and decoders, the codec package also maintains a collection of phonetic encoding utilities.", - "url": "https://commons.apache.org/proper/commons-codec/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "0dbe8eef6e14460e73da07f7b11bf994d6626355" - } - ] - } - }, - { - "id": "bfcd14c26dcb460b", - "name": "commons-collections", - "version": "3.2.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-collections-3.2.2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-collections-3.2.2.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:commons-collections:3.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons_collections:3.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:collections:3.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons:3.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/commons-collections/commons-collections@3.2.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-collections-3.2.2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Export-Package", - "value": "org.apache.commons.collections;version=\"3.2.2\",org.apache.commons.collections.bag;version=\"3.2.2\",org.apache.commons.collections.bidimap;version=\"3.2.2\",org.apache.commons.collections.buffer;version=\"3.2.2\",org.apache.commons.collections.collection;version=\"3.2.2\",org.apache.commons.collections.comparators;version=\"3.2.2\",org.apache.commons.collections.functors;version=\"3.2.2\",org.apache.commons.collections.iterators;version=\"3.2.2\",org.apache.commons.collections.keyvalue;version=\"3.2.2\",org.apache.commons.collections.list;version=\"3.2.2\",org.apache.commons.collections.map;version=\"3.2.2\",org.apache.commons.collections.set;version=\"3.2.2\"" - }, - { - "key": "Implementation-Title", - "value": "Apache Commons Collections" - }, - { - "key": "Built-By", - "value": "tn" - }, - { - "key": "Tool", - "value": "Bnd-2.3.0.201405100607" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.3))\"" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache" - }, - { - "key": "Specification-Title", - "value": "Apache Commons Collections" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.apache.commons.collections" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.3" - }, - { - "key": "Implementation-Version", - "value": "3.2.2" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Bundle-Name", - "value": "Apache Commons Collections" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Implementation-URL", - "value": "http://commons.apache.org/collections/" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.3" - }, - { - "key": "Bundle-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Build-Jdk", - "value": "1.7.0_79" - }, - { - "key": "Bundle-Version", - "value": "3.2.2" - }, - { - "key": "Bnd-LastModified", - "value": "1447369808027" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Description", - "value": "Types that extend and augment the Java CollectionsFramework." - }, - { - "key": "Bundle-DocURL", - "value": "http://commons.apache.org/collections/" - }, - { - "key": "Include-Resource", - "value": "META-INF/NOTICE.txt=NOTICE.txt,META-INF/LICENSE.txt=LICENSE.txt" - }, - { - "key": "Specification-Version", - "value": "3.2.2" - }, - { - "key": "Implementation-Build", - "value": "tags/COLLECTIONS_3_2_2_RC3@r1714131; 2015-11-1300:09:45+0100" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/commons-collections/commons-collections/pom.properties", - "name": "", - "groupId": "commons-collections", - "artifactId": "commons-collections", - "version": "3.2.2" - }, - "pomProject": { - "path": "META-INF/maven/commons-collections/commons-collections/pom.xml", - "parent": { - "groupId": "org.apache.commons", - "artifactId": "commons-parent", - "version": "39" - }, - "groupId": "commons-collections", - "artifactId": "commons-collections", - "version": "3.2.2", - "name": "Apache Commons Collections", - "description": "Types that extend and augment the Java Collections Framework.", - "url": "http://commons.apache.org/collections/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "8ad72fe39fa8c91eaaf12aadb21e0c3661fe26d5" - } - ] - } - }, - { - "id": "98b86700daae2898", - "name": "commons-compress", - "version": "1.26.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-compress-1.26.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-compress-1.26.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:commons-compress:1.26.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons_compress:1.26.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:compress:1.26.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons:1.26.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.commons/commons-compress@1.26.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-compress-1.26.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.commons.compress" - }, - { - "key": "Extension-Name", - "value": "org.apache.commons.compress" - }, - { - "key": "Implementation-Title", - "value": "Apache Commons Compress" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache" - }, - { - "key": "Implementation-Version", - "value": "1.26.1" - }, - { - "key": "Main-Class", - "value": "org.apache.commons.compress.archivers.Lister" - }, - { - "key": "Specification-Title", - "value": "Apache Commons Compress" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Specification-Version", - "value": "1.26.1" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.8" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.8" - }, - { - "key": "Bundle-Description", - "value": "Apache Commons Compress defines an API for working withcompression and archive formats. These include bzip2, gzip, pack200,LZMA, XZ, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4,Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj." - }, - { - "key": "Bundle-DocURL", - "value": "https://commons.apache.org/proper/commons-compress/" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Apache Commons Compress" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.apache.commons.commons-compress" - }, - { - "key": "Bundle-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Bundle-Version", - "value": "1.26.1" - }, - { - "key": "Export-Package", - "value": "org.apache.commons.compress;version=\"1.26.1\",org.apache.commons.compress.archivers;version=\"1.26.1\",org.apache.commons.compress.archivers.ar;version=\"1.26.1\",org.apache.commons.compress.archivers.arj;version=\"1.26.1\",org.apache.commons.compress.archivers.cpio;version=\"1.26.1\",org.apache.commons.compress.archivers.dump;version=\"1.26.1\",org.apache.commons.compress.archivers.examples;version=\"1.26.1\",org.apache.commons.compress.archivers.jar;version=\"1.26.1\",org.apache.commons.compress.archivers.sevenz;version=\"1.26.1\",org.apache.commons.compress.archivers.tar;version=\"1.26.1\",org.apache.commons.compress.archivers.zip;version=\"1.26.1\",org.apache.commons.compress.changes;version=\"1.26.1\",org.apache.commons.compress.compressors;version=\"1.26.1\",org.apache.commons.compress.compressors.brotli;version=\"1.26.1\",org.apache.commons.compress.compressors.bzip2;version=\"1.26.1\",org.apache.commons.compress.compressors.deflate;version=\"1.26.1\",org.apache.commons.compress.compressors.deflate64;version=\"1.26.1\",org.apache.commons.compress.compressors.gzip;version=\"1.26.1\",org.apache.commons.compress.compressors.lz4;version=\"1.26.1\",org.apache.commons.compress.compressors.lz77support;version=\"1.26.1\",org.apache.commons.compress.compressors.lzma;version=\"1.26.1\",org.apache.commons.compress.compressors.lzw;version=\"1.26.1\",org.apache.commons.compress.compressors.pack200;version=\"1.26.1\",org.apache.commons.compress.compressors.snappy;version=\"1.26.1\",org.apache.commons.compress.compressors.xz;version=\"1.26.1\",org.apache.commons.compress.compressors.z;version=\"1.26.1\",org.apache.commons.compress.compressors.zstandard;version=\"1.26.1\",org.apache.commons.compress.harmony;version=\"1.26.1\",org.apache.commons.compress.harmony.archive.internal.nls;version=\"1.26.1\",org.apache.commons.compress.harmony.pack200;version=\"1.26.1\",org.apache.commons.compress.harmony.unpack200;version=\"1.26.1\",org.apache.commons.compress.harmony.unpack200.bytecode;version=\"1.26.1\",org.apache.commons.compress.harmony.unpack200.bytecode.forms;version=\"1.26.1\",org.apache.commons.compress.java.util.jar;version=\"1.26.1\",org.apache.commons.compress.parallel;version=\"1.26.1\",org.apache.commons.compress.utils;version=\"1.26.1\"" - }, - { - "key": "Import-Package", - "value": "org.tukaani.xz;resolution:=optional,org.brotli.dec;resolution:=optional,com.github.luben.zstd;resolution:=optional,org.objectweb.asm;resolution:=optional,javax.crypto;resolution:=optional,javax.crypto.spec;resolution:=optional,org.apache.commons.lang3.reflect;resolution:=optional,org.apache.commons.codec.digest;resolution:=optional,org.apache.commons.io,org.apache.commons.io.build,org.apache.commons.io.file.attribute,org.apache.commons.io.input,org.apache.commons.io.output,org.apache.commons.commons-codec;resolution:=optional,org.apache.commons.commons-io;resolution:=optional,org.apache.commons.codec;resolution:=optional" - }, - { - "key": "Include-Resource", - "value": "META-INF/LICENSE.txt=LICENSE.txt,META-INF/NOTICE.txt=NOTICE.txt" - }, - { - "key": "Originally-Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.4.1.202306080939" - }, - { - "key": "Multi-Release", - "value": "true" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.commons/commons-compress/pom.properties", - "name": "", - "groupId": "org.apache.commons", - "artifactId": "commons-compress", - "version": "1.26.1" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.commons/commons-compress/pom.xml", - "parent": { - "groupId": "org.apache.commons", - "artifactId": "commons-parent", - "version": "66" - }, - "groupId": "org.apache.commons", - "artifactId": "commons-compress", - "version": "1.26.1", - "name": "Apache Commons Compress", - "description": "Apache Commons Compress defines an API for working with compression and archive formats. These include bzip2, gzip, pack200, LZMA, XZ, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.", - "url": "https://commons.apache.org/proper/commons-compress/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "44331c1130c370e726a2e1a3e6fba6d2558ef04a" - } - ] - } - }, - { - "id": "b43dc1b26d008d7d", - "name": "commons-discovery", - "version": "0.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-discovery-0.5.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-discovery-0.5.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:commons-discovery:0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons_discovery:0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:discovery:0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons:0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/commons-discovery/commons-discovery@0.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-discovery-0.5.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "1.6.0_24 (Apple Inc.)" - }, - { - "key": "Built-By", - "value": "simonetripodi" - }, - { - "key": "Build-Jdk", - "value": "1.6.0_24" - }, - { - "key": "Implementation-Title", - "value": "Commons Discovery" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache" - }, - { - "key": "Implementation-Version", - "value": "0.5" - }, - { - "key": "Specification-Title", - "value": "Commons Discovery" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Specification-Version", - "value": "0.5" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.5" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.5" - }, - { - "key": "Export-Package", - "value": "org.apache.commons.discovery.resource.names;version=\"0.5\",org.apache.commons.discovery.jdk;version=\"0.5\",org.apache.commons.discovery.ant;version=\"0.5\",org.apache.commons.discovery.tools;version=\"0.5\",org.apache.commons.discovery.resource.classes;version=\"0.5\",org.apache.commons.discovery.log;version=\"0.5\",org.apache.commons.discovery.resource;version=\"0.5\",org.apache.commons.discovery;version=\"0.5\"" - }, - { - "key": "Tool", - "value": "Bnd-0.0.255" - }, - { - "key": "Bundle-Name", - "value": "Commons Discovery" - }, - { - "key": "Bundle-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Bundle-Version", - "value": "0.5" - }, - { - "key": "Bnd-LastModified", - "value": "1303930849815" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-Description", - "value": "The Apache Commons Discovery component is about discovering, or finding, implementations for pluggable interfaces." - }, - { - "key": "Import-Package", - "value": "org.apache.commons.logging" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.apache.commons.discovery" - }, - { - "key": "Bundle-DocURL", - "value": "http://commons.apache.org/discovery/" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/commons-discovery/commons-discovery/pom.properties", - "name": "", - "groupId": "commons-discovery", - "artifactId": "commons-discovery", - "version": "0.5" - }, - "pomProject": { - "path": "META-INF/maven/commons-discovery/commons-discovery/pom.xml", - "parent": { - "groupId": "org.apache.commons", - "artifactId": "commons-parent", - "version": "20" - }, - "groupId": "commons-discovery", - "artifactId": "commons-discovery", - "version": "0.5", - "name": "Commons Discovery", - "description": "The Apache Commons Discovery component is about discovering, or finding, implementations for pluggable interfaces.", - "url": "http://commons.apache.org/discovery/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "3a8ac816bbe02d2f88523ef22cbf2c4abd71d6a8" - } - ] - } - }, - { - "id": "1f2f55cb07dc0a93", - "name": "commons-fileupload2-core", - "version": "2.0.0-M2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-fileupload2-core-2.0.0-M2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-fileupload2-core-2.0.0-M2.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:commons-fileupload2-core:2.0.0-M2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons_fileupload2_core:2.0.0-M2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons:2.0.0-M2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.commons/commons-fileupload2-core@2.0.0-M2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-fileupload2-core-2.0.0-M2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Implementation-Title", - "value": "Apache Commons FileUpload Core" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache" - }, - { - "key": "Implementation-Version", - "value": "2.0.0-M2" - }, - { - "key": "Specification-Title", - "value": "Apache Commons FileUpload Core" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Specification-Version", - "value": "2.0.0-M2" - }, - { - "key": "X-Compile-Source-JDK", - "value": "11" - }, - { - "key": "X-Compile-Target-JDK", - "value": "11" - }, - { - "key": "Bundle-Description", - "value": "The Apache Commons FileUpload Core component provides the framework for a simple yet flexible means of adding support for multipart file upload functionality to servlets, portlets, and web applications." - }, - { - "key": "Bundle-DocURL", - "value": "https://commons.apache.org/proper/commons-fileupload/commons-fileupload2-core/" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Apache Commons FileUpload Core" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.apache.commons.commons-fileupload2-core" - }, - { - "key": "Bundle-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Bundle-Version", - "value": "2.0.0.M2" - }, - { - "key": "DynamicImport-Package", - "value": "javax.portlet" - }, - { - "key": "Export-Package", - "value": "org.apache.commons.fileupload2.core;version=\"2.0.0.M2\"" - }, - { - "key": "Import-Package", - "value": "java.io,java.lang,java.lang.invoke,java.nio.charset,java.nio.file,java.text,java.util,java.util.concurrent.atomic,java.util.function,org.apache.commons.io,org.apache.commons.io.build,org.apache.commons.io.file,org.apache.commons.io.function,org.apache.commons.io.input,org.apache.commons.io.output" - }, - { - "key": "Include-Resource", - "value": "META-INF/LICENSE.txt=../LICENSE.txt,META-INF/NOTICE.txt=../NOTICE.txt" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=11))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.4.1.202306080939" - }, - { - "key": "Multi-Release", - "value": "true" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.commons/commons-fileupload2-core/pom.properties", - "name": "", - "groupId": "org.apache.commons", - "artifactId": "commons-fileupload2-core", - "version": "2.0.0-M2" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.commons/commons-fileupload2-core/pom.xml", - "parent": { - "groupId": "org.apache.commons", - "artifactId": "commons-fileupload2", - "version": "2.0.0-M2" - }, - "groupId": "org.apache.commons", - "artifactId": "commons-fileupload2-core", - "version": "2.0.0-M2", - "name": "Apache Commons FileUpload Core", - "description": "The Apache Commons FileUpload Core component provides the framework for a simple yet flexible means of adding support for multipart file upload functionality to servlets, portlets, and web applications." - }, - "digest": [ - { - "algorithm": "sha1", - "value": "5b16aec91c2e0b0e6052bff9795045c2704f6ca7" - } - ] - } - }, - { - "id": "8e3f4377d5b69607", - "name": "commons-fileupload2-javax", - "version": "2.0.0-M2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-fileupload2-javax-2.0.0-M2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-fileupload2-javax-2.0.0-M2.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:commons-fileupload2-javax:2.0.0-M2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons_fileupload2_javax:2.0.0-M2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons:2.0.0-M2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.commons/commons-fileupload2-javax@2.0.0-M2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-fileupload2-javax-2.0.0-M2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Implementation-Title", - "value": "Apache Commons FileUpload Javax" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache" - }, - { - "key": "Implementation-Version", - "value": "2.0.0-M2" - }, - { - "key": "Specification-Title", - "value": "Apache Commons FileUpload Javax" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Specification-Version", - "value": "2.0.0-M2" - }, - { - "key": "X-Compile-Source-JDK", - "value": "11" - }, - { - "key": "X-Compile-Target-JDK", - "value": "11" - }, - { - "key": "Bundle-Description", - "value": "The Apache Commons FileUpload Javax component provides a simple yet flexible means of adding support for multipart fileupload functionality to Javax servlets and web applications." - }, - { - "key": "Bundle-DocURL", - "value": "https://commons.apache.org/proper/commons-fileupload/commons-fileupload2-javax/" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Apache Commons FileUpload Javax" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.apache.commons.commons-fileupload2-javax" - }, - { - "key": "Bundle-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Bundle-Version", - "value": "2.0.0.M2" - }, - { - "key": "DynamicImport-Package", - "value": "javax.portlet" - }, - { - "key": "Export-Package", - "value": "org.apache.commons.fileupload2.javax;version=\"2.0.0.M2\"" - }, - { - "key": "Import-Package", - "value": "javax.servlet;version=\"2.5\",javax.servlet.http;version=\"2.5\",java.io,java.lang,java.lang.invoke,java.util,java.util.function,org.apache.commons.fileupload2.core,org.apache.commons.io" - }, - { - "key": "Include-Resource", - "value": "META-INF/LICENSE.txt=../LICENSE.txt,META-INF/NOTICE.txt=../NOTICE.txt" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=11))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.4.1.202306080939" - }, - { - "key": "Multi-Release", - "value": "true" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.commons/commons-fileupload2-javax/pom.properties", - "name": "", - "groupId": "org.apache.commons", - "artifactId": "commons-fileupload2-javax", - "version": "2.0.0-M2" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.commons/commons-fileupload2-javax/pom.xml", - "parent": { - "groupId": "org.apache.commons", - "artifactId": "commons-fileupload2", - "version": "2.0.0-M2" - }, - "groupId": "org.apache.commons", - "artifactId": "commons-fileupload2-javax", - "version": "2.0.0-M2", - "name": "Apache Commons FileUpload Javax", - "description": "The Apache Commons FileUpload Javax component provides a simple yet flexible means of adding support for multipart file upload functionality to Javax servlets and web applications." - }, - "digest": [ - { - "algorithm": "sha1", - "value": "ed55c264f930604b0b338e026c1bea20319841f0" - } - ] - } - }, - { - "id": "9f937ec2872be4fd", - "name": "commons-io", - "version": "2.16.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:commons-io:2.16.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons_io:2.16.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons:2.16.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/commons-io/commons-io@2.16.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:commons-io:commons-io", - "pomProperties": { - "path": "META-INF/maven/commons-io/commons-io/pom.properties", - "name": "", - "groupId": "commons-io", - "artifactId": "commons-io", - "version": "2.16.1" - }, - "pomProject": { - "path": "META-INF/maven/commons-io/commons-io/pom.xml", - "parent": { - "groupId": "org.apache.commons", - "artifactId": "commons-parent", - "version": "69" - }, - "groupId": "commons-io", - "artifactId": "commons-io", - "version": "2.16.1", - "name": "Apache Commons IO", - "description": "The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.", - "url": "https://commons.apache.org/proper/commons-io/" - } - } - }, - { - "id": "e22f895631a3ec31", - "name": "commons-io", - "version": "2.16.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-io-2.16.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-io-2.16.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:commons-io:2.16.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons_io:2.16.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons:2.16.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/commons-io/commons-io@2.16.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-io-2.16.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Apache Commons IO" - }, - { - "key": "Specification-Version", - "value": "2.16" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Implementation-Title", - "value": "Apache Commons IO" - }, - { - "key": "Implementation-Version", - "value": "2.16.1" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.commons.io" - }, - { - "key": "Bundle-Description", - "value": "The Apache Commons IO library contains utility classes, stream implementations, file filters,file comparators, endian transformation classes, and much more." - }, - { - "key": "Bundle-DocURL", - "value": "https://commons.apache.org/proper/commons-io/" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Apache Commons IO" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.apache.commons.commons-io" - }, - { - "key": "Bundle-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Bundle-Version", - "value": "2.16.1" - }, - { - "key": "Export-Package", - "value": "org.apache.commons.io;version=\"1.4.9999\",org.apache.commons.io.comparator;version=\"1.4.9999\",org.apache.commons.io.filefilter;version=\"1.4.9999\",org.apache.commons.io.input;version=\"1.4.9999\",org.apache.commons.io.output;version=\"1.4.9999\",org.apache.commons.io.build;version=\"2.16.1\",org.apache.commons.io.channels;version=\"2.16.1\",org.apache.commons.io.charset;version=\"2.16.1\",org.apache.commons.io.file;version=\"2.16.1\",org.apache.commons.io.file.attribute;version=\"2.16.1\",org.apache.commons.io.file.spi;version=\"2.16.1\",org.apache.commons.io.function;version=\"2.16.1\",org.apache.commons.io.input.buffer;version=\"2.16.1\",org.apache.commons.io.monitor;version=\"2.16.1\",org.apache.commons.io.serialization;version=\"2.16.1\",org.apache.commons.io;version=\"2.16.1\",org.apache.commons.io.comparator;version=\"2.16.1\",org.apache.commons.io.filefilter;version=\"2.16.1\",org.apache.commons.io.input;version=\"2.16.1\",org.apache.commons.io.output;version=\"2.16.1\"" - }, - { - "key": "Import-Package", - "value": "sun.nio.ch;resolution:=optional,sun.misc;resolution:=optional" - }, - { - "key": "Include-Resource", - "value": "META-INF/LICENSE.txt=LICENSE.txt,META-INF/NOTICE.txt=NOTICE.txt" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.4.1.202306080939" - }, - { - "key": "Multi-Release", - "value": "true" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/commons-io/commons-io/pom.properties", - "name": "", - "groupId": "commons-io", - "artifactId": "commons-io", - "version": "2.16.1" - }, - "pomProject": { - "path": "META-INF/maven/commons-io/commons-io/pom.xml", - "parent": { - "groupId": "org.apache.commons", - "artifactId": "commons-parent", - "version": "69" - }, - "groupId": "commons-io", - "artifactId": "commons-io", - "version": "2.16.1", - "name": "Apache Commons IO", - "description": "The Apache Commons IO library contains utility classes, stream implementations, file filters, file comparators, endian transformation classes, and much more.", - "url": "https://commons.apache.org/proper/commons-io/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "377d592e740dc77124e0901291dbfaa6810a200e" - } - ] - } - }, - { - "id": "ca1b28e58f8a6ae3", - "name": "commons-jelly", - "version": "1.1-jenkins-20240510", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-jelly-1.1-jenkins-20240510.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci:commons-jelly:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:commons_jelly:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly:commons-jelly:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly:commons_jelly:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly:commons-jelly:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly:commons_jelly:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:commons-jelly:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:commons_jelly:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:commons-jelly:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:commons_jelly:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons-jelly:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons_jelly:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:commons-jelly:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:commons_jelly:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci/commons-jelly@1.1-jenkins-20240510", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-jelly-1.1-jenkins-20240510.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.4.1" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Apache Commons Jelly Core" - }, - { - "key": "Specification-Version", - "value": "1.1" - }, - { - "key": "Specification-Vendor", - "value": "Jenkins" - }, - { - "key": "Implementation-Title", - "value": "Apache Commons Jelly Core" - }, - { - "key": "Implementation-Version", - "value": "1.1-jenkins-20240510" - }, - { - "key": "Implementation-Vendor", - "value": "Jenkins" - }, - { - "key": "Implementation-Build", - "value": "7484917e36e7343e3a3d7712383f6006d230f76f" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci/commons-jelly/pom.properties", - "name": "", - "groupId": "org.jenkins-ci", - "artifactId": "commons-jelly", - "version": "1.1-jenkins-20240510" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci/commons-jelly/pom.xml", - "groupId": "org.jenkins-ci", - "artifactId": "commons-jelly", - "version": "1.1-jenkins-20240510", - "name": "Apache Commons Jelly Core", - "description": "Apache Commons Jelly is a Java and XML based scripting engine. Jelly combines the best ideas from JSTL, Velocity, DVSL, Ant and Cocoon all together in a simple yet powerful scripting engine.", - "url": "https://github.com/jenkinsci/jelly/commons-jelly" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "405c0fab2a1fdb00adeaa368070d2fd455935c6d" - } - ] - } - }, - { - "id": "a43a769404bdf924", - "name": "commons-jelly-tags-define", - "version": "1.1-jenkins-20240510", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-jelly-tags-define-1.1-jenkins-20240510.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:commons-jelly-tags-define:commons-jelly-tags-define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly-tags-define:commons_jelly_tags_define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly_tags_define:commons-jelly-tags-define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly_tags_define:commons_jelly_tags_define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly-tags:commons-jelly-tags-define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly-tags:commons_jelly_tags_define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly_tags:commons-jelly-tags-define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly_tags:commons_jelly_tags_define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jvnet.hudson:commons-jelly-tags-define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jvnet.hudson:commons_jelly_tags_define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly:commons-jelly-tags-define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly:commons_jelly_tags_define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly:commons-jelly-tags-define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly:commons_jelly_tags_define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons-jelly-tags-define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons_jelly_tags_define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:commons-jelly-tags-define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:commons_jelly_tags_define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hudson:commons-jelly-tags-define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hudson:commons_jelly_tags_define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jvnet:commons-jelly-tags-define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jvnet:commons_jelly_tags_define:1.1-jenkins-20240510:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jvnet.hudson/commons-jelly-tags-define@1.1-jenkins-20240510", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-jelly-tags-define-1.1-jenkins-20240510.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.4.1" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "commons-jelly-tags-define" - }, - { - "key": "Specification-Version", - "value": "1.1" - }, - { - "key": "Specification-Vendor", - "value": "Jenkins" - }, - { - "key": "Implementation-Title", - "value": "commons-jelly-tags-define" - }, - { - "key": "Implementation-Version", - "value": "1.1-jenkins-20240510" - }, - { - "key": "Implementation-Vendor", - "value": "Jenkins" - }, - { - "key": "Implementation-Build", - "value": "7484917e36e7343e3a3d7712383f6006d230f76f" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jvnet.hudson/commons-jelly-tags-define/pom.properties", - "name": "", - "groupId": "org.jvnet.hudson", - "artifactId": "commons-jelly-tags-define", - "version": "1.1-jenkins-20240510" - }, - "pomProject": { - "path": "META-INF/maven/org.jvnet.hudson/commons-jelly-tags-define/pom.xml", - "groupId": "org.jvnet.hudson", - "artifactId": "commons-jelly-tags-define", - "version": "1.1-jenkins-20240510", - "name": "commons-jelly-tags-define", - "description": "The Jelly Define Tag Library.", - "url": "https://github.com/jenkinsci/jelly/commons-jelly-tags/commons-jelly-tags-define" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "39e5df8b538785f93b8c5da79651f640a441e54f" - } - ] - } - }, - { - "id": "181c7cbbe4a9969d", - "name": "commons-jelly-tags-fmt", - "version": "1.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-jelly-tags-fmt-1.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-jelly-tags-fmt-1.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache-software-foundation:commons-jelly-tags-fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache-software-foundation:commons_jelly_tags_fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache_software_foundation:commons-jelly-tags-fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache_software_foundation:commons_jelly_tags_fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly-tags-fmt:commons-jelly-tags-fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly-tags-fmt:commons_jelly_tags_fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly_tags_fmt:commons-jelly-tags-fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly_tags_fmt:commons_jelly_tags_fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly-tags:commons-jelly-tags-fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly-tags:commons_jelly_tags_fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly_tags:commons-jelly-tags-fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly_tags:commons_jelly_tags_fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly:commons-jelly-tags-fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly:commons_jelly_tags_fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly:commons-jelly-tags-fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly:commons_jelly_tags_fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons-jelly-tags-fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons_jelly_tags_fmt:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/commons-jelly/commons-jelly-tags-fmt@1.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-jelly-tags-fmt-1.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Ant-Version", - "value": "Apache Ant 1.5.3" - }, - { - "key": "Created-By", - "value": "Apache Maven" - }, - { - "key": "Built-By", - "value": "Dion Gillard" - }, - { - "key": "Package", - "value": "org.apache.commons.jelly.tags.fmt" - }, - { - "key": "Build-Jdk", - "value": "1.3.1_07" - }, - { - "key": "Extension-Name", - "value": "commons-jelly-tags-fmt" - }, - { - "key": "Specification-Title", - "value": "Commons Jelly FMT Tag Library" - }, - { - "key": "Specification-Vendor", - "value": "Apache Software Foundation" - }, - { - "key": "Implementation-Title", - "value": "org.apache.commons.jelly.tags.fmt" - }, - { - "key": "Implementation-Vendor", - "value": "Apache Software Foundation" - }, - { - "key": "Implementation-Version", - "value": "1.0" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "2107da38fdd287ab78a4fa65c1300b5ad9999274" - } - ] - } - }, - { - "id": "a2c11c77e8f163a8", - "name": "commons-jelly-tags-xml", - "version": "1.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-jelly-tags-xml-1.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-jelly-tags-xml-1.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache-software-foundation:commons-jelly-tags-xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache-software-foundation:commons_jelly_tags_xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache_software_foundation:commons-jelly-tags-xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache_software_foundation:commons_jelly_tags_xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly-tags-xml:commons-jelly-tags-xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly-tags-xml:commons_jelly_tags_xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly_tags_xml:commons-jelly-tags-xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly_tags_xml:commons_jelly_tags_xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly-tags:commons-jelly-tags-xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly-tags:commons_jelly_tags_xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly_tags:commons-jelly-tags-xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly_tags:commons_jelly_tags_xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly:commons-jelly-tags-xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-jelly:commons_jelly_tags_xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly:commons-jelly-tags-xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_jelly:commons_jelly_tags_xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons-jelly-tags-xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons_jelly_tags_xml:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/commons-jelly/commons-jelly-tags-xml@1.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-jelly-tags-xml-1.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Ant-Version", - "value": "Apache Ant 1.5.3" - }, - { - "key": "Created-By", - "value": "Apache Maven" - }, - { - "key": "Built-By", - "value": "Brett" - }, - { - "key": "Package", - "value": "org.apache.commons.jelly.tags.xml" - }, - { - "key": "Build-Jdk", - "value": "1.5.0_02" - }, - { - "key": "Extension-Name", - "value": "commons-jelly-tags-xml" - }, - { - "key": "Specification-Title", - "value": "Commons Jelly XML Tag Library" - }, - { - "key": "Specification-Vendor", - "value": "Apache Software Foundation" - }, - { - "key": "Implementation-Title", - "value": "org.apache.commons.jelly.tags.xml" - }, - { - "key": "Implementation-Vendor", - "value": "Apache Software Foundation" - }, - { - "key": "Implementation-Version", - "value": "1.1" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "cc0efc2ae0ff81ef7737afc786a0ce16a8540efc" - } - ] - } - }, - { - "id": "130c30a7088a45fc", - "name": "commons-jexl", - "version": "1.1-jenkins-20111212", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-jexl-1.1-jenkins-20111212.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "/LICENSE.txt" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-jexl-1.1-jenkins-20111212.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:commons-jexl:1.1-jenkins-20111212:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons_jexl:1.1-jenkins-20111212:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons:1.1-jenkins-20111212:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:jexl:1.1-jenkins-20111212:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci/commons-jexl@1.1-jenkins-20111212", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-jexl-1.1-jenkins-20111212.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "Apache Maven" - }, - { - "key": "Built-By", - "value": "kohsuke" - }, - { - "key": "Build-Jdk", - "value": "1.6.0_26" - }, - { - "key": "Extension-Name", - "value": "org.apache.commons.jexl" - }, - { - "key": "Implementation-Vendor", - "value": "Apache Software Foundation" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache" - }, - { - "key": "Implementation-Version", - "value": "1.1-SNAPSHOT" - }, - { - "key": "Specification-Vendor", - "value": "Apache Software Foundation" - }, - { - "key": "Specification-Version", - "value": "1.0" - }, - { - "key": "X-Compile-Source-JDK", - "value": "" - }, - { - "key": "X-Compile-Target-JDK", - "value": "" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci/commons-jexl/pom.properties", - "name": "", - "groupId": "org.jenkins-ci", - "artifactId": "commons-jexl", - "version": "1.1-jenkins-20111212" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci/commons-jexl/pom.xml", - "groupId": "org.jenkins-ci", - "artifactId": "commons-jexl", - "version": "1.1-jenkins-20111212", - "name": "Commons JEXL", - "description": "Jexl is an implementation of the JSTL Expression Language with extensions.", - "url": "http://jakarta.apache.org/commons/jexl/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "0a990a77bea8c5a400d58a6f5d98122236300f7d" - } - ] - } - }, - { - "id": "14c102e5e7b178df", - "name": "commons-lang", - "version": "2.6", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:commons-lang:2.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons_lang:2.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons:2.6:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/commons-lang/commons-lang@2.6", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:commons-lang:commons-lang", - "pomProperties": { - "path": "META-INF/maven/commons-lang/commons-lang/pom.properties", - "name": "", - "groupId": "commons-lang", - "artifactId": "commons-lang", - "version": "2.6" - }, - "pomProject": { - "path": "META-INF/maven/commons-lang/commons-lang/pom.xml", - "parent": { - "groupId": "org.apache.commons", - "artifactId": "commons-parent", - "version": "17" - }, - "groupId": "commons-lang", - "artifactId": "commons-lang", - "version": "2.6", - "name": "Commons Lang", - "description": "Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.", - "url": "http://commons.apache.org/lang/" - } - } - }, - { - "id": "320d546a30b851ab", - "name": "commons-lang", - "version": "2.6", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-lang-2.6.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-lang-2.6.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:commons-lang:2.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons_lang:2.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons:2.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:lang:2.6:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/commons-lang/commons-lang@2.6", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/commons-lang-2.6.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "1.6.0_20 (Sun Microsystems Inc.)" - }, - { - "key": "Built-By", - "value": "pemben" - }, - { - "key": "Build-Jdk", - "value": "1.6.0_20" - }, - { - "key": "Implementation-Title", - "value": "Commons Lang" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache" - }, - { - "key": "Implementation-Version", - "value": "2.6" - }, - { - "key": "Specification-Title", - "value": "Commons Lang" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Specification-Version", - "value": "2.6" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.3" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.3" - }, - { - "key": "Export-Package", - "value": "org.apache.commons.lang.enum;version=\"2.6\",org.apache.commons.lang.enums;version=\"2.6\",org.apache.commons.lang.builder;version=\"2.6\",org.apache.commons.lang.time;version=\"2.6\",org.apache.commons.lang.exception;version=\"2.6\",org.apache.commons.lang.mutable;version=\"2.6\",org.apache.commons.lang.text;version=\"2.6\",org.apache.commons.lang.reflect;version=\"2.6\",org.apache.commons.lang.math;version=\"2.6\",org.apache.commons.lang;version=\"2.6\"" - }, - { - "key": "Tool", - "value": "Bnd-0.0.255" - }, - { - "key": "Bundle-Name", - "value": "Commons Lang" - }, - { - "key": "Bundle-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Bundle-Version", - "value": "2.6" - }, - { - "key": "Bnd-LastModified", - "value": "1294959997975" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-Description", - "value": "Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang." - }, - { - "key": "Bundle-SymbolicName", - "value": "org.apache.commons.lang" - }, - { - "key": "Bundle-DocURL", - "value": "http://commons.apache.org/lang/" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/commons-lang/commons-lang/pom.properties", - "name": "", - "groupId": "commons-lang", - "artifactId": "commons-lang", - "version": "2.6" - }, - "pomProject": { - "path": "META-INF/maven/commons-lang/commons-lang/pom.xml", - "parent": { - "groupId": "org.apache.commons", - "artifactId": "commons-parent", - "version": "17" - }, - "groupId": "commons-lang", - "artifactId": "commons-lang", - "version": "2.6", - "name": "Commons Lang", - "description": "Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.", - "url": "http://commons.apache.org/lang/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "0ce1edb914c94ebc388f086c6827e8bdeec71ac2" - } - ] - } - }, - { - "id": "d3f0e3a6ba317443", - "name": "commons-lang3", - "version": "3.13.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-lang3-api.hpi:WEB-INF/lib/commons-lang3-3.13.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-lang3-api.hpi:WEB-INF/lib/commons-lang3-3.13.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:commons-lang3:3.13.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons_lang3:3.13.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons:3.13.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:lang3:3.13.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.commons/commons-lang3@3.13.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-lang3-api.hpi:WEB-INF/lib/commons-lang3-3.13.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "Apache Commons Lang" - }, - { - "key": "Bundle-Description", - "value": "Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang." - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.commons.lang3" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.apache.commons.lang3" - }, - { - "key": "Implementation-Version", - "value": "3.13.0" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Title", - "value": "Apache Commons Lang" - }, - { - "key": "Bundle-DocURL", - "value": "https://commons.apache.org/proper/commons-lang/" - }, - { - "key": "Bundle-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Include-Resource", - "value": "META-INF/NOTICE.txt=NOTICE.txt,META-INF/LICENSE.txt=LICENSE.txt" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.4.0.202211291949" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Export-Package", - "value": "org.apache.commons.lang3;version=\"3.13.0\",org.apache.commons.lang3.arch;version=\"3.13.0\",org.apache.commons.lang3.builder;version=\"3.13.0\",org.apache.commons.lang3.compare;version=\"3.13.0\",org.apache.commons.lang3.concurrent;version=\"3.13.0\",org.apache.commons.lang3.concurrent.locks;version=\"3.13.0\",org.apache.commons.lang3.event;version=\"3.13.0\",org.apache.commons.lang3.exception;version=\"3.13.0\",org.apache.commons.lang3.function;version=\"3.13.0\",org.apache.commons.lang3.math;version=\"3.13.0\",org.apache.commons.lang3.mutable;version=\"3.13.0\",org.apache.commons.lang3.reflect;version=\"3.13.0\",org.apache.commons.lang3.stream;version=\"3.13.0\",org.apache.commons.lang3.text;version=\"3.13.0\",org.apache.commons.lang3.text.translate;version=\"3.13.0\",org.apache.commons.lang3.time;version=\"3.13.0\",org.apache.commons.lang3.tuple;version=\"3.13.0\",org.apache.commons.lang3.util;version=\"3.13.0\"" - }, - { - "key": "Bundle-Name", - "value": "Apache Commons Lang" - }, - { - "key": "Bundle-Version", - "value": "3.13.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.8" - }, - { - "key": "Specification-Version", - "value": "3.13" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.commons/commons-lang3/pom.properties", - "name": "", - "groupId": "org.apache.commons", - "artifactId": "commons-lang3", - "version": "3.13.0" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.commons/commons-lang3/pom.xml", - "parent": { - "groupId": "org.apache.commons", - "artifactId": "commons-parent", - "version": "58" - }, - "groupId": "org.apache.commons", - "artifactId": "commons-lang3", - "version": "3.13.0", - "name": "Apache Commons Lang", - "description": "Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.", - "url": "https://commons.apache.org/proper/commons-lang/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "b7263237aa89c1f99b327197c41d0669707a462e" - } - ] - } - }, - { - "id": "67dcfbcf217b0b13", - "name": "commons-lang3-api", - "version": "3.13.0-62.v7d18e55f51e2", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-lang3-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-lang3-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:commons-lang3_v3.x_Jenkins_API_Plugin:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-lang3_v3.x_Jenkins_API_Plugin:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:x_Jenkins_API_Plugin:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:x_Jenkins_API_Plugin:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-lang3-api:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-lang3-api:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_lang3_api:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_lang3_api:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-lang3:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-lang3:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_lang3:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_lang3:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/commons-lang3-api@3.13.0-62.v7d18e55f51e2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-lang3-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "commons-lang3 v3.x Jenkins API Plugin" - }, - { - "key": "Specification-Version", - "value": "3.13" - }, - { - "key": "Implementation-Title", - "value": "commons-lang3 v3.x Jenkins API Plugin" - }, - { - "key": "Implementation-Version", - "value": "3.13.0-62.v7d18e55f51e2" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "commons-lang3-api" - }, - { - "key": "Short-Name", - "value": "commons-lang3-api" - }, - { - "key": "Long-Name", - "value": "commons-lang3 v3.x Jenkins API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/commons-lang3-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "3.13.0-62.v7d18e55f51e2" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "Apache-2.0" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/Apache-2.0" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/commons-lang3-api-plugin" - }, - { - "key": "Plugin-ScmTag", - "value": "7d18e55f51e2ce25cd8253a52d957434cf1c4936" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/commons-lang3-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "7d18e55f51e2ce25cd8253a52d957434cf1c4936" - }, - { - "key": "Implementation-Build", - "value": "7d18e55f51e2ce25cd8253a52d957434cf1c4936" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/commons-lang3-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "commons-lang3-api", - "version": "3.13.0-62.v7d18e55f51e2" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/commons-lang3-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "commons-lang3-api", - "version": "3.13.0-62.v7d18e55f51e2", - "name": "commons-lang3 v3.x Jenkins API Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/commons-lang3-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "14d17f81a2df83b64bcdac80174651503832299b" - } - ] - } - }, - { - "id": "1246fea9df4d5eb8", - "name": "commons-lang3-api", - "version": "3.13.0-62.v7d18e55f51e2", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-lang3-api.hpi:WEB-INF/lib/commons-lang3-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-lang3-api.hpi:WEB-INF/lib/commons-lang3-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:commons-lang3_v3.x_Jenkins_API_Plugin:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-lang3_v3.x_Jenkins_API_Plugin:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:x_Jenkins_API_Plugin:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:x_Jenkins_API_Plugin:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-lang3-api:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-lang3-api:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_lang3_api:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_lang3_api:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-lang3:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-lang3:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_lang3:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_lang3:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:commons-lang3-api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:commons_lang3_api:3.13.0-62.v7d18e55f51e2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/commons-lang3-api@3.13.0-62.v7d18e55f51e2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-lang3-api.hpi:WEB-INF/lib/commons-lang3-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "commons-lang3 v3.x Jenkins API Plugin" - }, - { - "key": "Specification-Version", - "value": "3.13" - }, - { - "key": "Implementation-Title", - "value": "commons-lang3 v3.x Jenkins API Plugin" - }, - { - "key": "Implementation-Version", - "value": "3.13.0-62.v7d18e55f51e2" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "commons-lang3-api" - }, - { - "key": "Short-Name", - "value": "commons-lang3-api" - }, - { - "key": "Long-Name", - "value": "commons-lang3 v3.x Jenkins API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/commons-lang3-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "3.13.0-62.v7d18e55f51e2" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "Apache-2.0" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/Apache-2.0" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/commons-lang3-api-plugin" - }, - { - "key": "Plugin-ScmTag", - "value": "7d18e55f51e2ce25cd8253a52d957434cf1c4936" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/commons-lang3-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "7d18e55f51e2ce25cd8253a52d957434cf1c4936" - }, - { - "key": "Implementation-Build", - "value": "7d18e55f51e2ce25cd8253a52d957434cf1c4936" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/commons-lang3-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "commons-lang3-api", - "version": "3.13.0-62.v7d18e55f51e2" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/commons-lang3-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "commons-lang3-api", - "version": "3.13.0-62.v7d18e55f51e2", - "name": "commons-lang3 v3.x Jenkins API Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/commons-lang3-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "7db00b3cc7c6cab98b33e92b4a1b68526dff12aa" - } - ] - } - }, - { - "id": "f541c9e1b366c2f4", - "name": "commons-text", - "version": "1.11.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-text-api.hpi:WEB-INF/lib/commons-text-1.11.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-text-api.hpi:WEB-INF/lib/commons-text-1.11.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:commons-text:1.11.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons_text:1.11.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:commons:1.11.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:text:1.11.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.commons/commons-text@1.11.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-text-api.hpi:WEB-INF/lib/commons-text-1.11.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Specification-Title", - "value": "Apache Commons Text" - }, - { - "key": "Specification-Version", - "value": "1.11" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Implementation-Title", - "value": "Apache Commons Text" - }, - { - "key": "Implementation-Version", - "value": "1.11.0" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.commons.text" - }, - { - "key": "Bundle-Description", - "value": "Apache Commons Text is a library focused on algorithms working on strings." - }, - { - "key": "Bundle-DocURL", - "value": "https://commons.apache.org/proper/commons-text" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Apache Commons Text" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.apache.commons.text" - }, - { - "key": "Bundle-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Bundle-Version", - "value": "1.11.0" - }, - { - "key": "Export-Package", - "value": "org.apache.commons.text;version=\"1.11.0\",org.apache.commons.text.diff;version=\"1.11.0\",org.apache.commons.text.io;version=\"1.11.0\",org.apache.commons.text.lookup;version=\"1.11.0\",org.apache.commons.text.matcher;version=\"1.11.0\",org.apache.commons.text.numbers;version=\"1.11.0\",org.apache.commons.text.similarity;version=\"1.11.0\",org.apache.commons.text.translate;version=\"1.11.0\"" - }, - { - "key": "Import-Package", - "value": "javax.script,javax.xml.xpath,org.apache.commons.lang3,org.apache.commons.lang3.time,org.xml.sax" - }, - { - "key": "Include-Resource", - "value": "META-INF/LICENSE.txt=LICENSE.txt,META-INF/NOTICE.txt=NOTICE.txt" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.4.1.202306080939" - }, - { - "key": "Multi-Release", - "value": "true" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.commons/commons-text/pom.properties", - "name": "", - "groupId": "org.apache.commons", - "artifactId": "commons-text", - "version": "1.11.0" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.commons/commons-text/pom.xml", - "parent": { - "groupId": "org.apache.commons", - "artifactId": "commons-parent", - "version": "64" - }, - "groupId": "org.apache.commons", - "artifactId": "commons-text", - "version": "1.11.0", - "name": "Apache Commons Text", - "description": "Apache Commons Text is a library focused on algorithms working on strings.", - "url": "https://commons.apache.org/proper/commons-text" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "2bb044b7717ec2eccaf9ea7769c1509054b50e9a" - } - ] - } - }, - { - "id": "35a668792ea9539e", - "name": "commons-text-api", - "version": "1.11.0-109.vfe16c66636eb_", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-text-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-text-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:commons-text_API_Plugin:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-text_API_Plugin:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-text-api:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-text-api:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_text_api:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_text_api:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-text:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-text:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_text:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_text:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/commons-text-api@1.11.0-109.vfe16c66636eb_", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-text-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "commons-text API Plugin" - }, - { - "key": "Specification-Version", - "value": "1.11" - }, - { - "key": "Implementation-Title", - "value": "commons-text API Plugin" - }, - { - "key": "Implementation-Version", - "value": "1.11.0-109.vfe16c66636eb_" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "commons-text-api" - }, - { - "key": "Short-Name", - "value": "commons-text-api" - }, - { - "key": "Long-Name", - "value": "commons-text API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/commons-text-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "1.11.0-109.vfe16c66636eb_" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "commons-lang3-api:3.13.0-62.v7d18e55f51e2" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "Apache-2.0" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/Apache-2.0" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/commons-text-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "fe16c66636eb0ca12dcf47b932eeb433569299a7" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/commons-text-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "fe16c66636eb0ca12dcf47b932eeb433569299a7" - }, - { - "key": "Implementation-Build", - "value": "fe16c66636eb0ca12dcf47b932eeb433569299a7" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/commons-text-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "commons-text-api", - "version": "1.11.0-109.vfe16c66636eb_" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/commons-text-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "commons-text-api", - "version": "1.11.0-109.vfe16c66636eb_", - "name": "commons-text API Plugin", - "description": "Jenkins Api Plugin to provide org.apache.commons:commons-text:1.11.0.", - "url": "https://github.com/jenkinsci/commons-text-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "49dc06e0ce635c7beb46057fe0d50d34d9d2c306" - } - ] - } - }, - { - "id": "9908a08fd6bc240e", - "name": "commons-text-api", - "version": "1.11.0-109.vfe16c66636eb_", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-text-api.hpi:WEB-INF/lib/commons-text-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-text-api.hpi:WEB-INF/lib/commons-text-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:commons-text_API_Plugin:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-text_API_Plugin:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-text-api:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-text-api:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_text_api:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_text_api:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-text:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons-text:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_text:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons_text:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:commons:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:commons-text-api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:commons_text_api:1.11.0-109.vfe16c66636eb_:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/commons-text-api@1.11.0-109.vfe16c66636eb_", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/commons-text-api.hpi:WEB-INF/lib/commons-text-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "commons-text API Plugin" - }, - { - "key": "Specification-Version", - "value": "1.11" - }, - { - "key": "Implementation-Title", - "value": "commons-text API Plugin" - }, - { - "key": "Implementation-Version", - "value": "1.11.0-109.vfe16c66636eb_" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "commons-text-api" - }, - { - "key": "Short-Name", - "value": "commons-text-api" - }, - { - "key": "Long-Name", - "value": "commons-text API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/commons-text-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "1.11.0-109.vfe16c66636eb_" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "commons-lang3-api:3.13.0-62.v7d18e55f51e2" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "Apache-2.0" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/Apache-2.0" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/commons-text-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "fe16c66636eb0ca12dcf47b932eeb433569299a7" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/commons-text-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "fe16c66636eb0ca12dcf47b932eeb433569299a7" - }, - { - "key": "Implementation-Build", - "value": "fe16c66636eb0ca12dcf47b932eeb433569299a7" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/commons-text-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "commons-text-api", - "version": "1.11.0-109.vfe16c66636eb_" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/commons-text-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "commons-text-api", - "version": "1.11.0-109.vfe16c66636eb_", - "name": "commons-text API Plugin", - "description": "Jenkins Api Plugin to provide org.apache.commons:commons-text:1.11.0.", - "url": "https://github.com/jenkinsci/commons-text-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "f8203031565a99d40e2e63562f954465d7031fac" - } - ] - } - }, - { - "id": "bbbed477d93ca638", - "name": "constant-pool-scanner", - "version": "1.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "NetBeans CDDL/GPL", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.netbeans.org/cddl-gplv2.html" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:constant-pool-scanner:constant-pool-scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:constant-pool-scanner:constant_pool_scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:constant_pool_scanner:constant-pool-scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:constant_pool_scanner:constant_pool_scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:constant-pool-scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:constant_pool_scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:constant-pool-scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:constant_pool_scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:constant-pool:constant-pool-scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:constant-pool:constant_pool_scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:constant_pool:constant-pool-scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:constant_pool:constant_pool_scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:constant-pool-scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:constant_pool_scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:constant-pool-scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:constant_pool_scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:constant:constant-pool-scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:constant:constant_pool_scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:constant-pool-scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:constant_pool_scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:constant-pool-scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:constant_pool_scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:constant-pool-scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:constant_pool_scanner:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci/constant-pool-scanner@1.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar:org.jenkins-ci:constant-pool-scanner", - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci/constant-pool-scanner/pom.properties", - "name": "", - "groupId": "org.jenkins-ci", - "artifactId": "constant-pool-scanner", - "version": "1.2" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci/constant-pool-scanner/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "org.jenkins-ci", - "artifactId": "constant-pool-scanner", - "version": "1.2", - "name": "Constant Pool Scanner", - "description": "Simple utility to scan Java bytecode for class references in the constant pool.", - "url": "https://github.com/jenkinsci/constant-pool-scanner" - } - } - }, - { - "id": "f7686942c9ab66fe", - "name": "crypto-util", - "version": "1.9", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/crypto-util-1.9.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/crypto-util-1.9.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci:crypto-util:1.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:crypto_util:1.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:crypto-util:crypto-util:1.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:crypto-util:crypto_util:1.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:crypto_util:crypto-util:1.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:crypto_util:crypto_util:1.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:crypto-util:1.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:crypto_util:1.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:crypto-util:1.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:crypto_util:1.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:crypto-util:1.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:crypto_util:1.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:crypto:crypto-util:1.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:crypto:crypto_util:1.9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci/crypto-util@1.9", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/crypto-util-1.9.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.3.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Utility around Java Crypto API" - }, - { - "key": "Specification-Version", - "value": "1.9" - }, - { - "key": "Implementation-Title", - "value": "Utility around Java Crypto API" - }, - { - "key": "Implementation-Version", - "value": "1.9" - }, - { - "key": "Implementation-Build", - "value": "a65d9d2085cceed3b8b1ce3b9dd7dc089cb9343a" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci/crypto-util/pom.properties", - "name": "", - "groupId": "org.jenkins-ci", - "artifactId": "crypto-util", - "version": "1.9" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci/crypto-util/pom.xml", - "groupId": "org.jenkins-ci", - "artifactId": "crypto-util", - "version": "1.9", - "name": "Utility around Java Crypto API", - "description": "Standard Parent POM for non-plugin Jenkins components: core, libraries, etc.", - "url": "https://github.com/jenkinsci/lib-crypto-util" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "96c7678e05e8c2f3a71148a016c97d5a3162b794" - } - ] - } - }, - { - "id": "cc80901b75a3a819", - "name": "display-url-api", - "version": "2.204.vf6fddd8a_8b_e9", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/display-url-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/display-url-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display-url-api:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display-url-api:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display_url_api:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display_url_api:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display-url:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display-url:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display_url:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display_url:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/display-url-api@2.204.vf6fddd8a_8b_e9", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/display-url-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Display URL API" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Display URL API" - }, - { - "key": "Implementation-Version", - "value": "2.204.vf6fddd8a_8b_e9" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "display-url-api" - }, - { - "key": "Short-Name", - "value": "display-url-api" - }, - { - "key": "Long-Name", - "value": "Display URL API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/display-url-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.204.vf6fddd8a_8b_e9" - }, - { - "key": "Hudson-Version", - "value": "2.361.1" - }, - { - "key": "Jenkins-Version", - "value": "2.361.1" - }, - { - "key": "Plugin-Developers", - "value": "James Dumay:jdumay:jdumay@cloudbees.com" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/display-url-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "f6fddd8a8be956a3acb487d3fede53956efacf62" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/display-url-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "f6fddd8a8be956a3acb487d3fede53956efacf62" - }, - { - "key": "Implementation-Build", - "value": "f6fddd8a8be956a3acb487d3fede53956efacf62" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/display-url-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "display-url-api", - "version": "2.204.vf6fddd8a_8b_e9" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/display-url-api/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "display-url-api", - "version": "2.204.vf6fddd8a_8b_e9", - "name": "Display URL API", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/display-url-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "8dd20f2876a8d5d53e6ce6b311afb22a8337fe4f" - } - ] - } - }, - { - "id": "f7975e92278241ba", - "name": "display-url-api", - "version": "2.204.vf6fddd8a_8b_e9", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/display-url-api.hpi:WEB-INF/lib/display-url-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/display-url-api.hpi:WEB-INF/lib/display-url-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display-url-api:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display-url-api:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display_url_api:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display_url_api:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display-url:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display-url:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display_url:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display_url:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:display:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:display-url-api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:display_url_api:2.204.vf6fddd8a_8b_e9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/display-url-api@2.204.vf6fddd8a_8b_e9", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/display-url-api.hpi:WEB-INF/lib/display-url-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Display URL API" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Display URL API" - }, - { - "key": "Implementation-Version", - "value": "2.204.vf6fddd8a_8b_e9" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "display-url-api" - }, - { - "key": "Short-Name", - "value": "display-url-api" - }, - { - "key": "Long-Name", - "value": "Display URL API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/display-url-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.204.vf6fddd8a_8b_e9" - }, - { - "key": "Hudson-Version", - "value": "2.361.1" - }, - { - "key": "Jenkins-Version", - "value": "2.361.1" - }, - { - "key": "Plugin-Developers", - "value": "James Dumay:jdumay:jdumay@cloudbees.com" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/display-url-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "f6fddd8a8be956a3acb487d3fede53956efacf62" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/display-url-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "f6fddd8a8be956a3acb487d3fede53956efacf62" - }, - { - "key": "Implementation-Build", - "value": "f6fddd8a8be956a3acb487d3fede53956efacf62" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/display-url-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "display-url-api", - "version": "2.204.vf6fddd8a_8b_e9" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/display-url-api/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "display-url-api", - "version": "2.204.vf6fddd8a_8b_e9", - "name": "Display URL API", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/display-url-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "37e3804863f1e0078ec28bd8a379b7053d3e9613" - } - ] - } - }, - { - "id": "e535c739c93753d6", - "name": "dom4j", - "version": "2.1.4", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/dom4j-2.1.4.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.dom4j:dom4j:2.1.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dom4j:dom4j:2.1.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.dom4j/dom4j@2.1.4", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/dom4j-2.1.4.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Automatic-Module-Name", - "value": "org.dom4j" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "35c16721b88cf17b8279fcb134c0abb161cc0e9b" - } - ] - } - }, - { - "id": "da478d349fc8939c", - "name": "echarts-api", - "version": "5.5.0-1", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/echarts-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/echarts-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:echarts_api:5.5.0-1:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/echarts-api@5.5.0-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/echarts-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Specification-Title", - "value": "ECharts API Plugin" - }, - { - "key": "Specification-Version", - "value": "5.5" - }, - { - "key": "Implementation-Title", - "value": "ECharts API Plugin" - }, - { - "key": "Implementation-Version", - "value": "5.5.0-1" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "echarts-api" - }, - { - "key": "Short-Name", - "value": "echarts-api" - }, - { - "key": "Long-Name", - "value": "ECharts API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/echarts-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "5.5.0-1" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "bootstrap5-api:5.3.2-4,commons-lang3-api:3.13.0-62.v7d18e55f51e2,commons-text-api:1.11.0-95.v22a_d30ee5d36,font-awesome-api:6.5.1-3,jquery3-api:3.7.1-2,plugin-util-api:4.1.0,jackson2-api:2.16.1-373.ve709c6871598" - }, - { - "key": "Plugin-Developers", - "value": "Ullrich Hafner:uhafner:ullrich.hafner@gmail.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT license" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/echarts-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "v5.5.0-1" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/echarts-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "c6d3eeadf84fb2add1c65819d1c8e5f5d837d463" - }, - { - "key": "Implementation-Build", - "value": "c6d3eeadf84fb2add1c65819d1c8e5f5d837d463" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/echarts-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "echarts-api", - "version": "5.5.0-1" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/echarts-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "echarts-api", - "version": "5.5.0-1", - "name": "ECharts API Plugin", - "description": "Provides ECharts for Jenkins plugins.", - "url": "https://github.com/jenkinsci/echarts-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "b101d8cb67d4430c2a0053f6ef8777b53687b4ce" - } - ] - } - }, - { - "id": "8270c4924da7aacc", - "name": "echarts-api", - "version": "5.5.0-1", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/echarts-api.hpi:WEB-INF/lib/echarts-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/echarts-api.hpi:WEB-INF/lib/echarts-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:echarts_api:5.5.0-1:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/echarts-api@5.5.0-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/echarts-api.hpi:WEB-INF/lib/echarts-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Specification-Title", - "value": "ECharts API Plugin" - }, - { - "key": "Specification-Version", - "value": "5.5" - }, - { - "key": "Implementation-Title", - "value": "ECharts API Plugin" - }, - { - "key": "Implementation-Version", - "value": "5.5.0-1" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "echarts-api" - }, - { - "key": "Short-Name", - "value": "echarts-api" - }, - { - "key": "Long-Name", - "value": "ECharts API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/echarts-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "5.5.0-1" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "bootstrap5-api:5.3.2-4,commons-lang3-api:3.13.0-62.v7d18e55f51e2,commons-text-api:1.11.0-95.v22a_d30ee5d36,font-awesome-api:6.5.1-3,jquery3-api:3.7.1-2,plugin-util-api:4.1.0,jackson2-api:2.16.1-373.ve709c6871598" - }, - { - "key": "Plugin-Developers", - "value": "Ullrich Hafner:uhafner:ullrich.hafner@gmail.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT license" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/echarts-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "v5.5.0-1" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/echarts-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "c6d3eeadf84fb2add1c65819d1c8e5f5d837d463" - }, - { - "key": "Implementation-Build", - "value": "c6d3eeadf84fb2add1c65819d1c8e5f5d837d463" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/echarts-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "echarts-api", - "version": "5.5.0-1" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/echarts-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "echarts-api", - "version": "5.5.0-1", - "name": "ECharts API Plugin", - "description": "Provides ECharts for Jenkins plugins.", - "url": "https://github.com/jenkinsci/echarts-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "4235dbe0a952c5e9e30e66e3203761baca244ee1" - } - ] - } - }, - { - "id": "5c00cc324d872f77", - "name": "eddsa", - "version": "0.3.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/eddsa-api.hpi:WEB-INF/lib/eddsa-0.3.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://creativecommons.org/publicdomain/zero/1.0/", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/eddsa-api.hpi:WEB-INF/lib/eddsa-0.3.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:net.i2p.crypto.eddsa:eddsa:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net.i2p.crypto:eddsa:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:crypto:eddsa:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa:eddsa:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:i2p:eddsa:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/net.i2p.crypto/eddsa@0.3.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/eddsa-api.hpi:WEB-INF/lib/eddsa-0.3.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Automatic-Module-Name", - "value": "net.i2p.crypto.eddsa" - }, - { - "key": "Bnd-LastModified", - "value": "1525555545047" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_162" - }, - { - "key": "Built-By", - "value": "user" - }, - { - "key": "Bundle-Description", - "value": "Implementation of EdDSA in Java" - }, - { - "key": "Bundle-License", - "value": "https://creativecommons.org/publicdomain/zero/1.0/" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "EdDSA-Java" - }, - { - "key": "Bundle-SymbolicName", - "value": "net.i2p.crypto.eddsa" - }, - { - "key": "Bundle-Version", - "value": "0.3.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Export-Package", - "value": "net.i2p.crypto.eddsa;uses:=\"net.i2p.crypto.eddsa.spec\";version=\"0.3.0\",net.i2p.crypto.eddsa.spec;version=\"0.3.0\"" - }, - { - "key": "Import-Package", - "value": "sun.security.x509" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.6))\"" - }, - { - "key": "Tool", - "value": "Bnd-3.5.0.201709291849" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/net.i2p.crypto/eddsa/pom.properties", - "name": "", - "groupId": "net.i2p.crypto", - "artifactId": "eddsa", - "version": "0.3.0" - }, - "pomProject": { - "path": "META-INF/maven/net.i2p.crypto/eddsa/pom.xml", - "groupId": "net.i2p.crypto", - "artifactId": "eddsa", - "version": "0.3.0", - "name": "EdDSA-Java", - "description": "Implementation of EdDSA in Java", - "url": "https://github.com/str4d/ed25519-java" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "1901c8d4d8bffb7d79027686cfb91e704217c3e1" - } - ] - } - }, - { - "id": "e206e2132291dd0a", - "name": "eddsa", - "version": "0.3.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/sshd.hpi:WEB-INF/lib/eddsa-0.3.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://creativecommons.org/publicdomain/zero/1.0/", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/sshd.hpi:WEB-INF/lib/eddsa-0.3.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:net.i2p.crypto.eddsa:eddsa:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net.i2p.crypto:eddsa:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:crypto:eddsa:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa:eddsa:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:i2p:eddsa:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/net.i2p.crypto/eddsa@0.3.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/sshd.hpi:WEB-INF/lib/eddsa-0.3.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Automatic-Module-Name", - "value": "net.i2p.crypto.eddsa" - }, - { - "key": "Bnd-LastModified", - "value": "1525555545047" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_162" - }, - { - "key": "Built-By", - "value": "user" - }, - { - "key": "Bundle-Description", - "value": "Implementation of EdDSA in Java" - }, - { - "key": "Bundle-License", - "value": "https://creativecommons.org/publicdomain/zero/1.0/" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "EdDSA-Java" - }, - { - "key": "Bundle-SymbolicName", - "value": "net.i2p.crypto.eddsa" - }, - { - "key": "Bundle-Version", - "value": "0.3.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Export-Package", - "value": "net.i2p.crypto.eddsa;uses:=\"net.i2p.crypto.eddsa.spec\";version=\"0.3.0\",net.i2p.crypto.eddsa.spec;version=\"0.3.0\"" - }, - { - "key": "Import-Package", - "value": "sun.security.x509" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.6))\"" - }, - { - "key": "Tool", - "value": "Bnd-3.5.0.201709291849" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/net.i2p.crypto/eddsa/pom.properties", - "name": "", - "groupId": "net.i2p.crypto", - "artifactId": "eddsa", - "version": "0.3.0" - }, - "pomProject": { - "path": "META-INF/maven/net.i2p.crypto/eddsa/pom.xml", - "groupId": "net.i2p.crypto", - "artifactId": "eddsa", - "version": "0.3.0", - "name": "EdDSA-Java", - "description": "Implementation of EdDSA in Java", - "url": "https://github.com/str4d/ed25519-java" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "1901c8d4d8bffb7d79027686cfb91e704217c3e1" - } - ] - } - }, - { - "id": "47e7c70792b71428", - "name": "eddsa", - "version": "0.3.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "CC0 1.0 Universal", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://creativecommons.org/publicdomain/zero/1.0/" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:net.i2p.crypto:eddsa:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:crypto:eddsa:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa:eddsa:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:i2p:eddsa:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/net.i2p.crypto/eddsa@0.3.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:net.i2p.crypto:eddsa", - "pomProperties": { - "path": "META-INF/maven/net.i2p.crypto/eddsa/pom.properties", - "name": "", - "groupId": "net.i2p.crypto", - "artifactId": "eddsa", - "version": "0.3.0" - }, - "pomProject": { - "path": "META-INF/maven/net.i2p.crypto/eddsa/pom.xml", - "groupId": "net.i2p.crypto", - "artifactId": "eddsa", - "version": "0.3.0", - "name": "EdDSA-Java", - "description": "Implementation of EdDSA in Java", - "url": "https://github.com/str4d/ed25519-java" - } - } - }, - { - "id": "89b69e3892dbc8d4", - "name": "eddsa-api", - "version": "0.3.0-4.v84c6f0f4969e", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/eddsa-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/eddsa-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:eddsa-api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:eddsa_api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa-api:eddsa-api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa-api:eddsa_api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa_api:eddsa-api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa_api:eddsa_api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:eddsa-api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:eddsa_api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa:eddsa-api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa:eddsa_api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/eddsa-api@0.3.0-4.v84c6f0f4969e", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/eddsa-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "EDDSA API Plugin" - }, - { - "key": "Specification-Version", - "value": "0.3" - }, - { - "key": "Implementation-Title", - "value": "EDDSA API Plugin" - }, - { - "key": "Implementation-Version", - "value": "0.3.0-4.v84c6f0f4969e" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "eddsa-api" - }, - { - "key": "Short-Name", - "value": "eddsa-api" - }, - { - "key": "Long-Name", - "value": "EDDSA API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/eddsa-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "0.3.0-4.v84c6f0f4969e" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/license/mit/" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/eddsa-api-plugin" - }, - { - "key": "Plugin-ScmTag", - "value": "84c6f0f4969ebd5245ba589832b625b114de7bd0" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/eddsa-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "84c6f0f4969ebd5245ba589832b625b114de7bd0" - }, - { - "key": "Implementation-Build", - "value": "84c6f0f4969ebd5245ba589832b625b114de7bd0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/eddsa-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "eddsa-api", - "version": "0.3.0-4.v84c6f0f4969e" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/eddsa-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "eddsa-api", - "version": "0.3.0-4.v84c6f0f4969e", - "name": "EDDSA API Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/eddsa-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "b6625530f8d29b3732776bd9de85e89225d796b1" - } - ] - } - }, - { - "id": "bd5fde2ed87e5f8b", - "name": "eddsa-api", - "version": "0.3.0-4.v84c6f0f4969e", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/eddsa-api.hpi:WEB-INF/lib/eddsa-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/eddsa-api.hpi:WEB-INF/lib/eddsa-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:eddsa-api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:eddsa_api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa-api:eddsa-api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa-api:eddsa_api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa_api:eddsa-api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa_api:eddsa_api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:eddsa-api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:eddsa_api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa:eddsa-api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eddsa:eddsa_api:0.3.0-4.v84c6f0f4969e:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/eddsa-api@0.3.0-4.v84c6f0f4969e", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/eddsa-api.hpi:WEB-INF/lib/eddsa-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "EDDSA API Plugin" - }, - { - "key": "Specification-Version", - "value": "0.3" - }, - { - "key": "Implementation-Title", - "value": "EDDSA API Plugin" - }, - { - "key": "Implementation-Version", - "value": "0.3.0-4.v84c6f0f4969e" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "eddsa-api" - }, - { - "key": "Short-Name", - "value": "eddsa-api" - }, - { - "key": "Long-Name", - "value": "EDDSA API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/eddsa-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "0.3.0-4.v84c6f0f4969e" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/license/mit/" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/eddsa-api-plugin" - }, - { - "key": "Plugin-ScmTag", - "value": "84c6f0f4969ebd5245ba589832b625b114de7bd0" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/eddsa-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "84c6f0f4969ebd5245ba589832b625b114de7bd0" - }, - { - "key": "Implementation-Build", - "value": "84c6f0f4969ebd5245ba589832b625b114de7bd0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/eddsa-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "eddsa-api", - "version": "0.3.0-4.v84c6f0f4969e" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/eddsa-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "eddsa-api", - "version": "0.3.0-4.v84c6f0f4969e", - "name": "EDDSA API Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/eddsa-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "09b21f56a09331dc2febe69c04196aee1d822dbc" - } - ] - } - }, - { - "id": "84f672d6707a893d", - "name": "embedded_su4j", - "version": "1.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/embedded_su4j-1.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.opensource.org/licenses/mit-license.php" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/embedded_su4j-1.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.sun.solaris:embedded-su4j:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.solaris:embedded_su4j:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:embedded-su4j:embedded-su4j:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:embedded-su4j:embedded_su4j:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:embedded_su4j:embedded-su4j:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:embedded_su4j:embedded_su4j:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:embedded:embedded-su4j:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:embedded:embedded_su4j:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:solaris:embedded-su4j:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:solaris:embedded_su4j:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:embedded-su4j:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:embedded_su4j:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.sun.solaris/embedded_su4j@1.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/embedded_su4j-1.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "Apache Maven" - }, - { - "key": "Built-By", - "value": "kohsuke" - }, - { - "key": "Build-Jdk", - "value": "1.6.0_02-fastdebug" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.sun.solaris/embedded_su4j/pom.properties", - "name": "", - "groupId": "com.sun.solaris", - "artifactId": "embedded_su4j", - "version": "1.1" - }, - "pomProject": { - "path": "META-INF/maven/com.sun.solaris/embedded_su4j/pom.xml", - "groupId": "com.sun.solaris", - "artifactId": "embedded_su4j", - "version": "1.1", - "name": "embedded_su for Java" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "9404130cc4e60670429f1ab8dbf94d669012725d" - } - ] - } - }, - { - "id": "7df0a76c8f071212", - "name": "error_prone_annotations", - "version": "2.18.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/error_prone_annotations-2.18.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/error_prone_annotations-2.18.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.google.errorprone.annotations:error-prone-annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.google.errorprone.annotations:error_prone_annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error-prone-annotations:error-prone-annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error-prone-annotations:error_prone_annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error_prone_annotations:error-prone-annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error_prone_annotations:error_prone_annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.google.errorprone.annotations:annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.google.errorprone:error-prone-annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.google.errorprone:error_prone_annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotations:error-prone-annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotations:error_prone_annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error-prone-annotations:annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error-prone:error-prone-annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error-prone:error_prone_annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error_prone:error-prone-annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error_prone:error_prone_annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error_prone_annotations:annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:errorprone:error-prone-annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:errorprone:error_prone_annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.google.errorprone:annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:error-prone-annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:error_prone_annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error:error-prone-annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error:error_prone_annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotations:annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error-prone:annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error_prone:annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:errorprone:annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error:annotations:2.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.google.errorprone/error_prone_annotations@2.18.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/error_prone_annotations-2.18.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.2.2" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Automatic-Module-Name", - "value": "com.google.errorprone.annotations" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.google.errorprone/error_prone_annotations/pom.properties", - "name": "", - "groupId": "com.google.errorprone", - "artifactId": "error_prone_annotations", - "version": "2.18.0" - }, - "pomProject": { - "path": "META-INF/maven/com.google.errorprone/error_prone_annotations/pom.xml", - "parent": { - "groupId": "com.google.errorprone", - "artifactId": "error_prone_parent", - "version": "2.18.0" - }, - "groupId": "com.google.errorprone", - "artifactId": "error_prone_annotations", - "version": "2.18.0", - "name": "error-prone annotations" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "89b684257096f548fa39a7df9fdaa409d4d4df91" - } - ] - } - }, - { - "id": "9690696649920da2", - "name": "failureaccess", - "version": "1.0.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/failureaccess-1.0.2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/failureaccess-1.0.2.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.google.guava.failureaccess:failureaccess:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.google.guava:failureaccess:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:failureaccess:failureaccess:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:failureaccess:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:guava:failureaccess:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.google.guava/failureaccess@1.0.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/failureaccess-1.0.2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Automatic-Module-Name", - "value": "com.google.common.util.concurrent.internal" - }, - { - "key": "Bnd-LastModified", - "value": "1697548556686" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Bundle-Description", - "value": "Contains com.google.common.util.concurrent.internal.InternalFutureFailureAccess and InternalFutures. Most users will never need to use this artifact. Its classes are conceptuallya part of Guava, but they're in this separate artifact so that Android libraries can use them without pulling in all of Guava (justas they can use ListenableFuture by depending on the listenablefuture artifact)." - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/google/guava/" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Guava InternalFutureFailureAccess and InternalFutures" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.google.guava.failureaccess" - }, - { - "key": "Bundle-Version", - "value": "1.0.2" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.8" - }, - { - "key": "Export-Package", - "value": "com.google.common.util.concurrent.internal;version=\"1.0.2\"" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.7))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.google.guava/failureaccess/pom.properties", - "name": "", - "groupId": "com.google.guava", - "artifactId": "failureaccess", - "version": "1.0.2" - }, - "pomProject": { - "path": "META-INF/maven/com.google.guava/failureaccess/pom.xml", - "parent": { - "groupId": "com.google.guava", - "artifactId": "guava-parent", - "version": "26.0-android" - }, - "groupId": "com.google.guava", - "artifactId": "failureaccess", - "version": "1.0.2", - "name": "Guava InternalFutureFailureAccess and InternalFutures", - "description": "Contains com.google.common.util.concurrent.internal.InternalFutureFailureAccess and InternalFutures. Most users will never need to use this artifact. Its classes are conceptually a part of Guava, but they're in this separate artifact so that Android libraries can use them without pulling in all of Guava (just as they can use ListenableFuture by depending on the listenablefuture artifact)." - }, - "digest": [ - { - "algorithm": "sha1", - "value": "c4a06a64e650562f30b7bf9aaec1bfed43aca12b" - } - ] - } - }, - { - "id": "a7498e2149c2ac73", - "name": "fluent-hc", - "version": "4.5.14", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/fluent-hc-4.5.14.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/fluent-hc-4.5.14.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:fluent-hc:4.5.14:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:fluent_hc:4.5.14:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.httpcomponents/fluent-hc@4.5.14", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/fluent-hc-4.5.14.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "Apache HttpClient Fluent API" - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.httpcomponents.httpclient.fluent" - }, - { - "key": "Implementation-Version", - "value": "4.5.14" - }, - { - "key": "Built-By", - "value": "oleg" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Specification-Title", - "value": "Apache HttpClient Fluent API" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache.httpcomponents" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.8.6" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_342" - }, - { - "key": "Specification-Version", - "value": "4.5" - }, - { - "key": "Implementation-URL", - "value": "http://hc.apache.org/httpcomponents-client-ga" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.httpcomponents/fluent-hc/pom.properties", - "name": "", - "groupId": "org.apache.httpcomponents", - "artifactId": "fluent-hc", - "version": "4.5.14" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.httpcomponents/fluent-hc/pom.xml", - "parent": { - "groupId": "org.apache.httpcomponents", - "artifactId": "httpcomponents-client", - "version": "4.5.14" - }, - "groupId": "org.apache.httpcomponents", - "artifactId": "fluent-hc", - "version": "4.5.14", - "name": "Apache HttpClient Fluent API", - "description": "Apache HttpComponents Client fluent API", - "url": "http://hc.apache.org/httpcomponents-client-ga" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "81a16abc0d5acb5016d5b46d4b197b53c3d6eb93" - } - ] - } - }, - { - "id": "faeaa2a3beab79ef", - "name": "font-awesome-api", - "version": "6.5.2-1", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/font-awesome-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/font-awesome-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:font-awesome-api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:font_awesome_api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font-awesome-api:font-awesome-api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font-awesome-api:font_awesome_api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font_awesome_api:font-awesome-api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font_awesome_api:font_awesome_api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font-awesome:font-awesome-api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font-awesome:font_awesome_api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font_awesome:font-awesome-api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font_awesome:font_awesome_api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:font-awesome-api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:font_awesome_api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font:font-awesome-api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font:font_awesome_api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/font-awesome-api@6.5.2-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/font-awesome-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Specification-Title", - "value": "Font Awesome API Plugin" - }, - { - "key": "Specification-Version", - "value": "6.5" - }, - { - "key": "Implementation-Title", - "value": "Font Awesome API Plugin" - }, - { - "key": "Implementation-Version", - "value": "6.5.2-1" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "font-awesome-api" - }, - { - "key": "Short-Name", - "value": "font-awesome-api" - }, - { - "key": "Long-Name", - "value": "Font Awesome API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/font-awesome-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "6.5.2-1" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "commons-lang3-api:3.13.0-62.v7d18e55f51e2,commons-text-api:1.11.0-95.v22a_d30ee5d36,plugin-util-api:4.1.0" - }, - { - "key": "Plugin-Developers", - "value": "Ullrich Hafner:uhafner:ullrich.hafner@gmail.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT license" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/font-awesome-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "v6.5.2-1" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/font-awesome-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "830e7f804ba387b47578ad6532c81bce8b4826ca" - }, - { - "key": "Implementation-Build", - "value": "830e7f804ba387b47578ad6532c81bce8b4826ca" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/font-awesome-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "font-awesome-api", - "version": "6.5.2-1" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/font-awesome-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "font-awesome-api", - "version": "6.5.2-1", - "name": "Font Awesome API Plugin", - "description": "Provides the free fonts of Font Awesome for Jenkins plugins.", - "url": "https://github.com/jenkinsci/font-awesome-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "87953d27e389337d0d12e8ef1d71a4c596f72a3b" - } - ] - } - }, - { - "id": "b4a585f94beccdf6", - "name": "font-awesome-api", - "version": "6.5.2-1", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/font-awesome-api.hpi:WEB-INF/lib/font-awesome-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/font-awesome-api.hpi:WEB-INF/lib/font-awesome-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:font-awesome-api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:font_awesome_api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font-awesome-api:font-awesome-api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font-awesome-api:font_awesome_api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font_awesome_api:font-awesome-api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font_awesome_api:font_awesome_api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font-awesome:font-awesome-api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font-awesome:font_awesome_api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font_awesome:font-awesome-api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font_awesome:font_awesome_api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:font-awesome-api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:font_awesome_api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font:font-awesome-api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:font:font_awesome_api:6.5.2-1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/font-awesome-api@6.5.2-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/font-awesome-api.hpi:WEB-INF/lib/font-awesome-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Specification-Title", - "value": "Font Awesome API Plugin" - }, - { - "key": "Specification-Version", - "value": "6.5" - }, - { - "key": "Implementation-Title", - "value": "Font Awesome API Plugin" - }, - { - "key": "Implementation-Version", - "value": "6.5.2-1" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "font-awesome-api" - }, - { - "key": "Short-Name", - "value": "font-awesome-api" - }, - { - "key": "Long-Name", - "value": "Font Awesome API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/font-awesome-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "6.5.2-1" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "commons-lang3-api:3.13.0-62.v7d18e55f51e2,commons-text-api:1.11.0-95.v22a_d30ee5d36,plugin-util-api:4.1.0" - }, - { - "key": "Plugin-Developers", - "value": "Ullrich Hafner:uhafner:ullrich.hafner@gmail.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT license" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/font-awesome-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "v6.5.2-1" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/font-awesome-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "830e7f804ba387b47578ad6532c81bce8b4826ca" - }, - { - "key": "Implementation-Build", - "value": "830e7f804ba387b47578ad6532c81bce8b4826ca" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/font-awesome-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "font-awesome-api", - "version": "6.5.2-1" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/font-awesome-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "font-awesome-api", - "version": "6.5.2-1", - "name": "Font Awesome API Plugin", - "description": "Provides the free fonts of Font Awesome for Jenkins plugins.", - "url": "https://github.com/jenkinsci/font-awesome-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "2cc2f2bf0defe1bfbeb3506df0d6c8c2844bb56a" - } - ] - } - }, - { - "id": "f8cb1440966ee59d", - "name": "groovy-sandbox", - "version": "1.34", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/script-security.hpi:WEB-INF/lib/groovy-sandbox-1.34.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/script-security.hpi:WEB-INF/lib/groovy-sandbox-1.34.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:groovy-sandbox:groovy-sandbox:1.34:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:groovy-sandbox:groovy_sandbox:1.34:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:groovy_sandbox:groovy-sandbox:1.34:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:groovy_sandbox:groovy_sandbox:1.34:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke:groovy-sandbox:1.34:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke:groovy_sandbox:1.34:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:groovy-sandbox:1.34:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:groovy_sandbox:1.34:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:groovy:groovy-sandbox:1.34:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:groovy:groovy_sandbox:1.34:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.kohsuke/groovy-sandbox@1.34", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/script-security.hpi:WEB-INF/lib/groovy-sandbox-1.34.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.3.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.kohsuke/groovy-sandbox/pom.properties", - "name": "", - "groupId": "org.kohsuke", - "artifactId": "groovy-sandbox", - "version": "1.34" - }, - "pomProject": { - "path": "META-INF/maven/org.kohsuke/groovy-sandbox/pom.xml", - "groupId": "org.kohsuke", - "artifactId": "groovy-sandbox", - "version": "1.34", - "name": "Groovy Sandbox", - "description": "Executes untrusted Groovy script safely", - "url": "https://github.com/jenkinsci/groovy-sandbox" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "5a65f66d97a37c98f0408483cb62a2501bf7224e" - } - ] - } - }, - { - "id": "f1fb23d901265171", - "name": "gson", - "version": "2.11.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/gson-api.hpi:WEB-INF/lib/gson-2.11.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "\"Apache-2.0\";link=\"https://www.apache.org/licenses/LICENSE-2.0.txt\"", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/gson-api.hpi:WEB-INF/lib/gson-2.11.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.google.code.gson:gson:2.11.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.google.gson:gson:2.11.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:gson:2.11.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:code:gson:2.11.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:gson:gson:2.11.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.google.code.gson/gson@2.11.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/gson-api.hpi:WEB-INF/lib/gson-2.11.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.4.1" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Bundle-ContactAddress", - "value": "https://github.com/google/gson" - }, - { - "key": "Bundle-Description", - "value": "Gson JSON library" - }, - { - "key": "Bundle-Developers", - "value": "google;organization=Google;organizationUrl=\"https://www.google.com\"" - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/google/gson" - }, - { - "key": "Bundle-License", - "value": "\"Apache-2.0\";link=\"https://www.apache.org/licenses/LICENSE-2.0.txt\"" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Gson" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "JavaSE-1.7, JavaSE-1.8" - }, - { - "key": "Bundle-SCM", - "value": "url=\"https://github.com/google/gson/\",connection=\"scm:git:https://github.com/google/gson.git\",developer-connection=\"scm:git:git@github.com:google/gson.git\",tag=\"gson-parent-2.11.0\"" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.google.gson" - }, - { - "key": "Bundle-Vendor", - "value": "Google Gson Project" - }, - { - "key": "Bundle-Version", - "value": "2.11.0" - }, - { - "key": "Export-Package", - "value": "com.google.gson;uses:=\"com.google.gson.reflect,com.google.gson.stream\";version=\"2.11.0\",com.google.gson.annotations;version=\"2.11.0\",com.google.gson.reflect;version=\"2.11.0\",com.google.gson.stream;uses:=\"com.google.gson\";version=\"2.11.0\"" - }, - { - "key": "Import-Package", - "value": "sun.misc;resolution:=optional,com.google.gson.annotations" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.7))\"" - }, - { - "key": "Multi-Release", - "value": "true" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.google.code.gson/gson/pom.properties", - "name": "", - "groupId": "com.google.code.gson", - "artifactId": "gson", - "version": "2.11.0" - }, - "pomProject": { - "path": "META-INF/maven/com.google.code.gson/gson/pom.xml", - "parent": { - "groupId": "com.google.code.gson", - "artifactId": "gson-parent", - "version": "2.11.0" - }, - "groupId": "com.google.code.gson", - "artifactId": "gson", - "version": "2.11.0", - "name": "Gson" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "527175ca6d81050b53bdd4c457a6d6e017626b0e" - } - ] - } - }, - { - "id": "38930548e82b05ea", - "name": "gson-api", - "version": "2.11.0-41.v019fcf6125dc", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/gson-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache License 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/gson-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:gson-api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:gson_api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:gson-api:gson-api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:gson-api:gson_api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:gson_api:gson-api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:gson_api:gson_api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:gson-api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:gson_api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:gson:gson-api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:gson:gson_api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/gson-api@2.11.0-41.v019fcf6125dc", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/gson-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Gson API Plugin" - }, - { - "key": "Specification-Version", - "value": "2.11" - }, - { - "key": "Implementation-Title", - "value": "Gson API Plugin" - }, - { - "key": "Implementation-Version", - "value": "2.11.0-41.v019fcf6125dc" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "gson-api" - }, - { - "key": "Short-Name", - "value": "gson-api" - }, - { - "key": "Long-Name", - "value": "Gson API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/gson-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.11.0-41.v019fcf6125dc" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "Apache License 2.0" - }, - { - "key": "Plugin-License-Url", - "value": "https://www.apache.org/licenses/LICENSE-2.0" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/gson-api-plugin" - }, - { - "key": "Plugin-ScmTag", - "value": "019fcf6125dca427ce8223563ed5a6cd861f8f9c" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/gson-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "019fcf6125dca427ce8223563ed5a6cd861f8f9c" - }, - { - "key": "Implementation-Build", - "value": "019fcf6125dca427ce8223563ed5a6cd861f8f9c" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/gson-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "gson-api", - "version": "2.11.0-41.v019fcf6125dc" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/gson-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "gson-api", - "version": "2.11.0-41.v019fcf6125dc", - "name": "Gson API Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/gson-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "a6e38f658cff2a03cdb0964793370c89f443f0fa" - } - ] - } - }, - { - "id": "432b9bda7875943f", - "name": "gson-api", - "version": "2.11.0-41.v019fcf6125dc", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/gson-api.hpi:WEB-INF/lib/gson-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache License 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/gson-api.hpi:WEB-INF/lib/gson-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:gson-api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:gson_api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:gson-api:gson-api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:gson-api:gson_api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:gson_api:gson-api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:gson_api:gson_api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:gson-api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:gson_api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:gson:gson-api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:gson:gson_api:2.11.0-41.v019fcf6125dc:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/gson-api@2.11.0-41.v019fcf6125dc", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/gson-api.hpi:WEB-INF/lib/gson-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Gson API Plugin" - }, - { - "key": "Specification-Version", - "value": "2.11" - }, - { - "key": "Implementation-Title", - "value": "Gson API Plugin" - }, - { - "key": "Implementation-Version", - "value": "2.11.0-41.v019fcf6125dc" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "gson-api" - }, - { - "key": "Short-Name", - "value": "gson-api" - }, - { - "key": "Long-Name", - "value": "Gson API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/gson-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.11.0-41.v019fcf6125dc" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "Apache License 2.0" - }, - { - "key": "Plugin-License-Url", - "value": "https://www.apache.org/licenses/LICENSE-2.0" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/gson-api-plugin" - }, - { - "key": "Plugin-ScmTag", - "value": "019fcf6125dca427ce8223563ed5a6cd861f8f9c" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/gson-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "019fcf6125dca427ce8223563ed5a6cd861f8f9c" - }, - { - "key": "Implementation-Build", - "value": "019fcf6125dca427ce8223563ed5a6cd861f8f9c" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/gson-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "gson-api", - "version": "2.11.0-41.v019fcf6125dc" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/gson-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "gson-api", - "version": "2.11.0-41.v019fcf6125dc", - "name": "Gson API Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/gson-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "6e8edb291fe36eff05810180823b3bc38584ed8f" - } - ] - } - }, - { - "id": "1042e3d3d97663c1", - "name": "guava", - "version": "33.2.1-jre", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/guava-33.2.1-jre.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/guava-33.2.1-jre.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.google.guava:guava:33.2.1-jre:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:guava:33.2.1-jre:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:guava:guava:33.2.1-jre:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.google.guava/guava@33.2.1-jre", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/guava-33.2.1-jre.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Automatic-Module-Name", - "value": "com.google.common" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Bundle-Description", - "value": "Guava is a suite of core and expanded libraries that include utility classes, Google's collections, I/O classes, andmuch more." - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/google/guava/" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Guava: Google Core Libraries for Java" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.google.guava" - }, - { - "key": "Bundle-Version", - "value": "33.2.1.jre" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.8" - }, - { - "key": "Export-Package", - "value": "com.google.common.annotations;version=\"33.2.1\",com.google.common.base;version=\"33.2.1\";uses:=\"javax.annotation\",com.google.common.cache;version=\"33.2.1\";uses:=\"com.google.common.base,com.google.common.collect,com.google.common.util.concurrent,javax.annotation\",com.google.common.collect;version=\"33.2.1\";uses:=\"com.google.common.base,javax.annotation\",com.google.common.escape;version=\"33.2.1\";uses:=\"com.google.common.base,javax.annotation\",com.google.common.eventbus;version=\"33.2.1\",com.google.common.graph;version=\"33.2.1\";uses:=\"com.google.common.collect,javax.annotation\",com.google.common.hash;version=\"33.2.1\";uses:=\"com.google.common.base,javax.annotation\",com.google.common.html;version=\"33.2.1\";uses:=\"com.google.common.escape\",com.google.common.io;version=\"33.2.1\";uses:=\"com.google.common.base,com.google.common.collect,com.google.common.graph,com.google.common.hash,javax.annotation\",com.google.common.math;version=\"33.2.1\";uses:=\"javax.annotation\",com.google.common.net;version=\"33.2.1\";uses:=\"com.google.common.base,com.google.common.collect,com.google.common.escape,javax.annotation\",com.google.common.primitives;version=\"33.2.1\";uses:=\"com.google.common.base,javax.annotation\",com.google.common.reflect;version=\"33.2.1\";uses:=\"com.google.common.collect,com.google.common.io,javax.annotation\",com.google.common.util.concurrent;version=\"33.2.1\";uses:=\"com.google.common.base,com.google.common.collect,com.google.common.util.concurrent.internal,javax.annotation\",com.google.common.xml;version=\"33.2.1\";uses:=\"com.google.common.escape\"" - }, - { - "key": "Import-Package", - "value": "com.google.common.util.concurrent.internal;version=\"[1.0,2)\",javax.annotation;resolution:=optional;version=\"[3.0,4)\",javax.crypto;resolution:=optional,javax.crypto.spec;resolution:=optional,sun.misc;resolution:=optional" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.google.guava/guava/pom.properties", - "name": "", - "groupId": "com.google.guava", - "artifactId": "guava", - "version": "33.2.1-jre" - }, - "pomProject": { - "path": "META-INF/maven/com.google.guava/guava/pom.xml", - "parent": { - "groupId": "com.google.guava", - "artifactId": "guava-parent", - "version": "33.2.1-jre" - }, - "groupId": "com.google.guava", - "artifactId": "guava", - "version": "33.2.1-jre", - "name": "Guava: Google Core Libraries for Java", - "description": "Guava is a suite of core and expanded libraries that include utility classes, Google's collections, I/O classes, and much more.", - "url": "https://github.com/google/guava" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "818e780da2c66c63bbb6480fef1f3855eeafa3e4" - } - ] - } - }, - { - "id": "e408d1e9046f8959", - "name": "guice", - "version": "6.0.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/guice-6.0.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/guice-6.0.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.google.inject:inject:6.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.google.inject:guice:6.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:inject:6.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:inject:inject:6.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:guice:6.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:guice:inject:6.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:inject:guice:6.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:guice:guice:6.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.google.inject/guice@6.0.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/guice-6.0.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "Apache Maven" - }, - { - "key": "Built-By", - "value": "sameb" - }, - { - "key": "Build-Jdk", - "value": "11.0.15" - }, - { - "key": "Automatic-Module-Name", - "value": "com.google.guice" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Bundle-Copyright", - "value": "Copyright (C) 2006 Google Inc." - }, - { - "key": "Bundle-Description", - "value": "Guice is a lightweight dependency injection framework for Java 8 and above" - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/google/guice" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "guice" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "JavaSE-1.8" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.google.inject" - }, - { - "key": "Bundle-Vendor", - "value": "Google, Inc." - }, - { - "key": "Bundle-Version", - "value": "6.0.0" - }, - { - "key": "Eclipse-ExtensibleAPI", - "value": "true" - }, - { - "key": "Export-Package", - "value": "com.google.inject;version=\"1.4\",com.google.inject.binder;version=\"1.4\",com.google.inject.matcher;version=\"1.4\",com.google.inject.multibindings;version=\"1.4\",com.google.inject.name;version=\"1.4\",com.google.inject.spi;version=\"1.4\",com.google.inject.util;version=\"1.4\"" - }, - { - "key": "Import-Package", - "value": "com.google.common.base;version=\"31.0\",com.google.common.cache;version=\"31.0\",com.google.common.collect;version=\"31.0\",com.google.common.primitives;version=\"31.0\",com.google.errorprone.annotations;resolution:=optional,jakarta.inject;version=\"2.0\",javax.inject,org.aopalliance.intercept,sun.misc" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "9b422c69c4fa1ea95b2615444a94fede9b02fc40" - } - ] - } - }, - { - "id": "3ac7d9b5040b4636", - "name": "hawtjni-runtime", - "version": "1.8", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jansi-1.11.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.fusesource.hawtjni:hawtjni-runtime:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.fusesource.hawtjni:hawtjni_runtime:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hawtjni-runtime:hawtjni-runtime:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hawtjni-runtime:hawtjni_runtime:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hawtjni_runtime:hawtjni-runtime:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hawtjni_runtime:hawtjni_runtime:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.fusesource.hawtjni:hawtjni:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fusesource:hawtjni-runtime:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fusesource:hawtjni_runtime:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hawtjni-runtime:hawtjni:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hawtjni:hawtjni-runtime:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hawtjni:hawtjni_runtime:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hawtjni_runtime:hawtjni:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fusesource:hawtjni:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hawtjni:hawtjni:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.fusesource.hawtjni/hawtjni-runtime@1.8", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jansi-1.11.jar:org.fusesource.hawtjni:hawtjni-runtime", - "pomProperties": { - "path": "META-INF/maven/org.fusesource.hawtjni/hawtjni-runtime/pom.properties", - "name": "", - "groupId": "org.fusesource.hawtjni", - "artifactId": "hawtjni-runtime", - "version": "1.8" - }, - "pomProject": { - "path": "META-INF/maven/org.fusesource.hawtjni/hawtjni-runtime/pom.xml", - "parent": { - "groupId": "org.fusesource.hawtjni", - "artifactId": "hawtjni-project", - "version": "1.8" - }, - "groupId": "org.fusesource.hawtjni", - "artifactId": "hawtjni-runtime", - "version": "1.8", - "name": "HawtJNI Runtime", - "description": "The API that projects using HawtJNI should build against." - } - } - }, - { - "id": "1045f1e356531622", - "name": "http2-common", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.http2:http2-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.http2:http2_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.http2:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2-common:http2-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2-common:http2_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2_common:http2-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2_common:http2_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:http2-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:http2_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2-common:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2:http2-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2:http2_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2_common:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:http2-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:http2_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty.http2/http2-common@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty.http2:http2-common", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty.http2/http2-common/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty.http2", - "artifactId": "http2-common", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty.http2/http2-common/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty.http2", - "artifactId": "http2-parent", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty.http2", - "artifactId": "http2-common", - "version": "10.0.20", - "name": "Jetty :: HTTP2 :: Common" - } - } - }, - { - "id": "02e0b2afd4c6d0e3", - "name": "http2-hpack", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.http2:http2-hpack:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.http2:http2_hpack:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.http2:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2-hpack:http2-hpack:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2-hpack:http2_hpack:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2_hpack:http2-hpack:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2_hpack:http2_hpack:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:http2-hpack:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:http2_hpack:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2-hpack:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2:http2-hpack:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2:http2_hpack:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2_hpack:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:http2-hpack:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:http2_hpack:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty.http2/http2-hpack@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty.http2:http2-hpack", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty.http2/http2-hpack/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty.http2", - "artifactId": "http2-hpack", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty.http2/http2-hpack/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty.http2", - "artifactId": "http2-parent", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty.http2", - "artifactId": "http2-hpack", - "version": "10.0.20", - "name": "Jetty :: HTTP2 :: HPACK" - } - } - }, - { - "id": "b0dfbf4ef0e0b657", - "name": "http2-server", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.http2:http2-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.http2:http2_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.http2:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2-server:http2-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2-server:http2_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2_server:http2-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2_server:http2_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:http2-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:http2_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2-server:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2:http2-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2:http2_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2_server:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:http2-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:http2_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:http2:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:http2:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty.http2/http2-server@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty.http2:http2-server", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty.http2/http2-server/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty.http2", - "artifactId": "http2-server", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty.http2/http2-server/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty.http2", - "artifactId": "http2-parent", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty.http2", - "artifactId": "http2-server", - "version": "10.0.20", - "name": "Jetty :: HTTP2 :: Server" - } - } - }, - { - "id": "477fdb0ce736830d", - "name": "httpasyncclient", - "version": "4.1.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpasyncclient-4.1.5.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpasyncclient-4.1.5.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:httpasyncclient:4.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.httpcomponents/httpasyncclient@4.1.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpasyncclient-4.1.5.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "Apache HttpAsyncClient" - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.httpcomponents.httpasyncclient" - }, - { - "key": "Implementation-Version", - "value": "4.1.5" - }, - { - "key": "Built-By", - "value": "oleg" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Specification-Title", - "value": "Apache HttpAsyncClient" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache.httpcomponents" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.5.4" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_282" - }, - { - "key": "Specification-Version", - "value": "4.1" - }, - { - "key": "Implementation-URL", - "value": "http://hc.apache.org/httpcomponents-asyncclient" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.httpcomponents/httpasyncclient/pom.properties", - "name": "", - "groupId": "org.apache.httpcomponents", - "artifactId": "httpasyncclient", - "version": "4.1.5" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.httpcomponents/httpasyncclient/pom.xml", - "parent": { - "groupId": "org.apache.httpcomponents", - "artifactId": "httpcomponents-asyncclient", - "version": "4.1.5" - }, - "groupId": "org.apache.httpcomponents", - "artifactId": "httpasyncclient", - "version": "4.1.5", - "name": "Apache HttpAsyncClient", - "description": "Apache HttpComponents AsyncClient", - "url": "http://hc.apache.org/httpcomponents-asyncclient" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "cd18227f1eb8e9a263286c1d7362ceb24f6f9b32" - } - ] - } - }, - { - "id": "7936718535f3f6c6", - "name": "httpasyncclient-cache", - "version": "4.1.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpasyncclient-cache-4.1.5.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpasyncclient-cache-4.1.5.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:httpasyncclient-cache:4.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:httpasyncclient_cache:4.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.httpcomponents/httpasyncclient-cache@4.1.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpasyncclient-cache-4.1.5.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "Apache HttpAsyncClient Cache" - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.httpcomponents.httpasyncclient.cache" - }, - { - "key": "Implementation-Version", - "value": "4.1.5" - }, - { - "key": "Built-By", - "value": "oleg" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Specification-Title", - "value": "Apache HttpAsyncClient Cache" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache.httpcomponents" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.5.4" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_282" - }, - { - "key": "Specification-Version", - "value": "4.1" - }, - { - "key": "Implementation-URL", - "value": "http://hc.apache.org/httpcomponents-asyncclient" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.httpcomponents/httpasyncclient-cache/pom.properties", - "name": "", - "groupId": "org.apache.httpcomponents", - "artifactId": "httpasyncclient-cache", - "version": "4.1.5" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.httpcomponents/httpasyncclient-cache/pom.xml", - "parent": { - "groupId": "org.apache.httpcomponents", - "artifactId": "httpcomponents-asyncclient", - "version": "4.1.5" - }, - "groupId": "org.apache.httpcomponents", - "artifactId": "httpasyncclient-cache", - "version": "4.1.5", - "name": "Apache HttpAsyncClient Cache", - "description": "Apache HttpComponents AsyncClient Cache", - "url": "http://hc.apache.org/httpcomponents-asyncclient" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "9ff813b7834c51372df7e0b345d14084a343c9ef" - } - ] - } - }, - { - "id": "393e7e82f52df1c7", - "name": "httpclient", - "version": "4.5.14", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpclient-4.5.14.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpclient-4.5.14.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:httpclient:4.5.14:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.httpcomponents/httpclient@4.5.14", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpclient-4.5.14.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "Apache HttpClient" - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.httpcomponents.httpclient" - }, - { - "key": "Implementation-Version", - "value": "4.5.14" - }, - { - "key": "Built-By", - "value": "oleg" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Specification-Title", - "value": "Apache HttpClient" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache.httpcomponents" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.8.6" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_342" - }, - { - "key": "Specification-Version", - "value": "4.5" - }, - { - "key": "Implementation-URL", - "value": "http://hc.apache.org/httpcomponents-client-ga" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.httpcomponents/httpclient/pom.properties", - "name": "", - "groupId": "org.apache.httpcomponents", - "artifactId": "httpclient", - "version": "4.5.14" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.httpcomponents/httpclient/pom.xml", - "parent": { - "groupId": "org.apache.httpcomponents", - "artifactId": "httpcomponents-client", - "version": "4.5.14" - }, - "groupId": "org.apache.httpcomponents", - "artifactId": "httpclient", - "version": "4.5.14", - "name": "Apache HttpClient", - "description": "Apache HttpComponents Client", - "url": "http://hc.apache.org/httpcomponents-client-ga" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "1194890e6f56ec29177673f2f12d0b8e627dec98" - } - ] - } - }, - { - "id": "54e6d1d4c22d2d23", - "name": "httpclient-cache", - "version": "4.5.14", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpclient-cache-4.5.14.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpclient-cache-4.5.14.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:httpclient-cache:4.5.14:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:httpclient_cache:4.5.14:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.httpcomponents/httpclient-cache@4.5.14", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpclient-cache-4.5.14.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "Apache HttpClient Cache" - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.httpcomponents.httpclient.cache" - }, - { - "key": "Implementation-Version", - "value": "4.5.14" - }, - { - "key": "Built-By", - "value": "oleg" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Specification-Title", - "value": "Apache HttpClient Cache" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache.httpcomponents" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.8.6" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_342" - }, - { - "key": "Specification-Version", - "value": "4.5" - }, - { - "key": "Implementation-URL", - "value": "http://hc.apache.org/httpcomponents-client-ga" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.httpcomponents/httpclient-cache/pom.properties", - "name": "", - "groupId": "org.apache.httpcomponents", - "artifactId": "httpclient-cache", - "version": "4.5.14" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.httpcomponents/httpclient-cache/pom.xml", - "parent": { - "groupId": "org.apache.httpcomponents", - "artifactId": "httpcomponents-client", - "version": "4.5.14" - }, - "groupId": "org.apache.httpcomponents", - "artifactId": "httpclient-cache", - "version": "4.5.14", - "name": "Apache HttpClient Cache", - "description": "Apache HttpComponents HttpClient - Cache", - "url": "http://hc.apache.org/httpcomponents-client-ga" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "17e68860da010d0002c2cd05349d6013ef67ab64" - } - ] - } - }, - { - "id": "d0cfba11b75200cf", - "name": "httpcore", - "version": "4.4.16", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpcore-4.4.16.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpcore-4.4.16.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:httpcore:4.4.16:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.httpcomponents/httpcore@4.4.16", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpcore-4.4.16.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "HttpComponents Apache HttpCore" - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.httpcomponents.httpcore" - }, - { - "key": "Implementation-Version", - "value": "4.4.16" - }, - { - "key": "Built-By", - "value": "oleg" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache" - }, - { - "key": "Specification-Title", - "value": "HttpComponents Apache HttpCore" - }, - { - "key": "url", - "value": "http://hc.apache.org/httpcomponents-core-ga" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.6" - }, - { - "key": "Implementation-Build", - "value": "${scmBranch}@r${buildNumber}; 2022-11-26 09:44:32+0000" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.6" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.8.6" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_342" - }, - { - "key": "Implementation-URL", - "value": "http://hc.apache.org/httpcomponents-core-ga" - }, - { - "key": "Specification-Version", - "value": "4.4.16" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.httpcomponents/httpcore/pom.properties", - "name": "", - "groupId": "org.apache.httpcomponents", - "artifactId": "httpcore", - "version": "4.4.16" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.httpcomponents/httpcore/pom.xml", - "parent": { - "groupId": "org.apache.httpcomponents", - "artifactId": "httpcomponents-core", - "version": "4.4.16" - }, - "groupId": "org.apache.httpcomponents", - "artifactId": "httpcore", - "version": "4.4.16", - "name": "Apache HttpCore", - "description": "Apache HttpComponents Core (blocking I/O)", - "url": "http://hc.apache.org/httpcomponents-core-ga" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "51cf043c87253c9f58b539c9f7e44c8894223850" - } - ] - } - }, - { - "id": "e18e2f4a04a0c6d8", - "name": "httpcore-nio", - "version": "4.4.16", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpcore-nio-4.4.16.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpcore-nio-4.4.16.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:httpcore-nio:4.4.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:httpcore_nio:4.4.16:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.httpcomponents/httpcore-nio@4.4.16", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpcore-nio-4.4.16.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "Apache HttpCore NIO" - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.httpcomponents.httpcore.nio" - }, - { - "key": "Implementation-Version", - "value": "4.4.16" - }, - { - "key": "Built-By", - "value": "oleg" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Specification-Title", - "value": "Apache HttpCore NIO" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache.httpcomponents" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.8.6" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_342" - }, - { - "key": "Specification-Version", - "value": "4.4" - }, - { - "key": "Implementation-URL", - "value": "http://hc.apache.org/httpcomponents-core-ga" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.httpcomponents/httpcore-nio/pom.properties", - "name": "", - "groupId": "org.apache.httpcomponents", - "artifactId": "httpcore-nio", - "version": "4.4.16" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.httpcomponents/httpcore-nio/pom.xml", - "parent": { - "groupId": "org.apache.httpcomponents", - "artifactId": "httpcomponents-core", - "version": "4.4.16" - }, - "groupId": "org.apache.httpcomponents", - "artifactId": "httpcore-nio", - "version": "4.4.16", - "name": "Apache HttpCore NIO", - "description": "Apache HttpComponents Core (non-blocking I/O)", - "url": "http://hc.apache.org/httpcomponents-core-ga" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "cd21c80a9956be48c4c1cfd2f594ba02857d0927" - } - ] - } - }, - { - "id": "c30d79631f7c3ff1", - "name": "httpmime", - "version": "4.5.14", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpmime-4.5.14.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpmime-4.5.14.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:httpmime:4.5.14:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.httpcomponents/httpmime@4.5.14", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/apache-httpcomponents-client-4-api.hpi:WEB-INF/lib/httpmime-4.5.14.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "Apache HttpClient Mime" - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.httpcomponents.httpmime" - }, - { - "key": "Implementation-Version", - "value": "4.5.14" - }, - { - "key": "Built-By", - "value": "oleg" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Specification-Title", - "value": "Apache HttpClient Mime" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.apache.httpcomponents" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.8.6" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_342" - }, - { - "key": "Specification-Version", - "value": "4.5" - }, - { - "key": "Implementation-URL", - "value": "http://hc.apache.org/httpcomponents-client-ga" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.httpcomponents/httpmime/pom.properties", - "name": "", - "groupId": "org.apache.httpcomponents", - "artifactId": "httpmime", - "version": "4.5.14" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.httpcomponents/httpmime/pom.xml", - "parent": { - "groupId": "org.apache.httpcomponents", - "artifactId": "httpcomponents-client", - "version": "4.5.14" - }, - "groupId": "org.apache.httpcomponents", - "artifactId": "httpmime", - "version": "4.5.14", - "name": "Apache HttpClient Mime", - "description": "Apache HttpComponents HttpClient - MIME coded entities", - "url": "http://hc.apache.org/httpcomponents-client-ga" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "6662758a1f1cb1149cf916bdac28332e0902ec44" - } - ] - } - }, - { - "id": "8f843f1590413547", - "name": "imap", - "version": "2.0.3", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/angus-mail-2.0.3.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.angus:imap:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:imap:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:imap:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:imap:imap:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.angus/imap@2.0.3", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/angus-mail-2.0.3.jar:org.eclipse.angus:imap", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.angus/imap/pom.properties", - "name": "", - "groupId": "org.eclipse.angus", - "artifactId": "imap", - "version": "2.0.3" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.angus/imap/pom.xml", - "parent": { - "groupId": "org.eclipse.angus", - "artifactId": "providers", - "version": "2.0.3" - }, - "groupId": "org.eclipse.angus", - "artifactId": "imap", - "version": "2.0.3", - "name": "Angus Mail imap provider" - } - } - }, - { - "id": "06ed44c94c5d1a13", - "name": "instance-identity", - "version": "185.v303dc7c645f9", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/instance-identity.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/instance-identity.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.modules:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.modules:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:instance-identity:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:instance-identity:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:instance_identity:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:instance_identity:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:instance:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:instance:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:modules:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:modules:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.modules/instance-identity@185.v303dc7c645f9", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/instance-identity.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Instance Identity" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Instance Identity" - }, - { - "key": "Implementation-Version", - "value": "185.v303dc7c645f9" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.modules" - }, - { - "key": "Artifact-Id", - "value": "instance-identity" - }, - { - "key": "Short-Name", - "value": "instance-identity" - }, - { - "key": "Long-Name", - "value": "Instance Identity" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/instance-identity-plugin" - }, - { - "key": "Plugin-Version", - "value": "185.v303dc7c645f9" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Dependencies", - "value": "bouncycastle-api:2.27" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/instance-identity-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "303dc7c645f92a247cf92c6464bcf643e7f2bed1" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/instance-identity-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "303dc7c645f92a247cf92c6464bcf643e7f2bed1" - }, - { - "key": "Implementation-Build", - "value": "303dc7c645f92a247cf92c6464bcf643e7f2bed1" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.modules/instance-identity/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.modules", - "artifactId": "instance-identity", - "version": "185.v303dc7c645f9" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.modules/instance-identity/pom.xml", - "groupId": "org.jenkins-ci.modules", - "artifactId": "instance-identity", - "version": "185.v303dc7c645f9", - "name": "Instance Identity", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/instance-identity-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "4fcf5c7b36ef542f58ec535d5d188d2bc686aa99" - } - ] - } - }, - { - "id": "ad0273238fa7b560", - "name": "instance-identity", - "version": "185.v303dc7c645f9", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/instance-identity.hpi:WEB-INF/lib/instance-identity.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/instance-identity.hpi:WEB-INF/lib/instance-identity.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.modules:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.modules:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:instance-identity:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:instance-identity:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:instance_identity:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:instance_identity:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:instance:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:instance:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:modules:instance-identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:modules:instance_identity:185.v303dc7c645f9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.modules/instance-identity@185.v303dc7c645f9", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/instance-identity.hpi:WEB-INF/lib/instance-identity.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Instance Identity" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Instance Identity" - }, - { - "key": "Implementation-Version", - "value": "185.v303dc7c645f9" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.modules" - }, - { - "key": "Artifact-Id", - "value": "instance-identity" - }, - { - "key": "Short-Name", - "value": "instance-identity" - }, - { - "key": "Long-Name", - "value": "Instance Identity" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/instance-identity-plugin" - }, - { - "key": "Plugin-Version", - "value": "185.v303dc7c645f9" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Dependencies", - "value": "bouncycastle-api:2.27" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/instance-identity-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "303dc7c645f92a247cf92c6464bcf643e7f2bed1" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/instance-identity-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "303dc7c645f92a247cf92c6464bcf643e7f2bed1" - }, - { - "key": "Implementation-Build", - "value": "303dc7c645f92a247cf92c6464bcf643e7f2bed1" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.modules/instance-identity/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.modules", - "artifactId": "instance-identity", - "version": "185.v303dc7c645f9" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.modules/instance-identity/pom.xml", - "groupId": "org.jenkins-ci.modules", - "artifactId": "instance-identity", - "version": "185.v303dc7c645f9", - "name": "Instance Identity", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/instance-identity-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "8ee798b5648277b6a8a538ea2308130e69232753" - } - ] - } - }, - { - "id": "6017ebe474cd7193", - "name": "ionicons-api", - "version": "74.v93d5eb_813d5f", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/ionicons-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/ionicons-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:ionicons-api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:ionicons_api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ionicons-api:ionicons-api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ionicons-api:ionicons_api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ionicons_api:ionicons-api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ionicons_api:ionicons_api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ionicons:ionicons-api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ionicons:ionicons_api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:ionicons-api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:ionicons_api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/ionicons-api@74.v93d5eb_813d5f", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/ionicons-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Ionicons API" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Ionicons API" - }, - { - "key": "Implementation-Version", - "value": "74.v93d5eb_813d5f" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "ionicons-api" - }, - { - "key": "Short-Name", - "value": "ionicons-api" - }, - { - "key": "Long-Name", - "value": "Ionicons API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/ionicons-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "74.v93d5eb_813d5f" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Developers", - "value": "Alexander Brandes:NotMyFault:" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/ionicons-api-plugin" - }, - { - "key": "Plugin-ScmTag", - "value": "93d5eb813d5f788438a61867606209a38178a9d2" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/ionicons-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "93d5eb813d5f788438a61867606209a38178a9d2" - }, - { - "key": "Implementation-Build", - "value": "93d5eb813d5f788438a61867606209a38178a9d2" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/ionicons-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "ionicons-api", - "version": "74.v93d5eb_813d5f" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/ionicons-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "ionicons-api", - "version": "74.v93d5eb_813d5f", - "name": "Ionicons API", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/ionicons-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "2aab6db9570303bb27047d3f505d2edfbe362025" - } - ] - } - }, - { - "id": "23c54501cbe37ba1", - "name": "ionicons-api", - "version": "74.v93d5eb_813d5f", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/ionicons-api.hpi:WEB-INF/lib/ionicons-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/ionicons-api.hpi:WEB-INF/lib/ionicons-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:ionicons-api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:ionicons_api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ionicons-api:ionicons-api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ionicons-api:ionicons_api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ionicons_api:ionicons-api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ionicons_api:ionicons_api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ionicons:ionicons-api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ionicons:ionicons_api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:ionicons-api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:ionicons_api:74.v93d5eb_813d5f:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/ionicons-api@74.v93d5eb_813d5f", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/ionicons-api.hpi:WEB-INF/lib/ionicons-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Ionicons API" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Ionicons API" - }, - { - "key": "Implementation-Version", - "value": "74.v93d5eb_813d5f" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "ionicons-api" - }, - { - "key": "Short-Name", - "value": "ionicons-api" - }, - { - "key": "Long-Name", - "value": "Ionicons API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/ionicons-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "74.v93d5eb_813d5f" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Developers", - "value": "Alexander Brandes:NotMyFault:" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/ionicons-api-plugin" - }, - { - "key": "Plugin-ScmTag", - "value": "93d5eb813d5f788438a61867606209a38178a9d2" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/ionicons-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "93d5eb813d5f788438a61867606209a38178a9d2" - }, - { - "key": "Implementation-Build", - "value": "93d5eb813d5f788438a61867606209a38178a9d2" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/ionicons-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "ionicons-api", - "version": "74.v93d5eb_813d5f" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/ionicons-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "ionicons-api", - "version": "74.v93d5eb_813d5f", - "name": "Ionicons API", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/ionicons-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "28dade69854ec594e99ae3b2b3bf50446644029f" - } - ] - } - }, - { - "id": "caf11945241ba50b", - "name": "istack-commons-runtime", - "version": "3.0.12", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb-impl-2.3.9.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:istack-commons-runtime:istack-commons-runtime:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:istack-commons-runtime:istack_commons_runtime:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:istack_commons_runtime:istack-commons-runtime:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:istack_commons_runtime:istack_commons_runtime:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.istack:istack-commons-runtime:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.istack:istack_commons_runtime:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:istack-commons:istack-commons-runtime:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:istack-commons:istack_commons_runtime:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:istack_commons:istack-commons-runtime:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:istack_commons:istack_commons_runtime:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:istack-commons-runtime:istack:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:istack:istack-commons-runtime:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:istack:istack_commons_runtime:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:istack_commons_runtime:istack:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:istack-commons-runtime:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:istack_commons_runtime:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.istack:istack:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:istack-commons:istack:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:istack_commons:istack:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:istack:istack:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:istack:3.0.12:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.sun.istack/istack-commons-runtime@3.0.12", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb-impl-2.3.9.jar:com.sun.istack:istack-commons-runtime", - "pomProperties": { - "path": "META-INF/maven/com.sun.istack/istack-commons-runtime/pom.properties", - "name": "", - "groupId": "com.sun.istack", - "artifactId": "istack-commons-runtime", - "version": "3.0.12" - }, - "pomProject": { - "path": "META-INF/maven/com.sun.istack/istack-commons-runtime/pom.xml", - "parent": { - "groupId": "com.sun.istack", - "artifactId": "istack-commons", - "version": "3.0.12" - }, - "groupId": "com.sun.istack", - "artifactId": "istack-commons-runtime", - "version": "3.0.12", - "name": "istack common utility code runtime" - } - } - }, - { - "id": "8b0a58479b2331da", - "name": "j-interop", - "version": "2.0.8-kohsuke-1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/j-interop-2.0.8-kohsuke-1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.kohsuke.jinterop:j-interop:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke.jinterop:j_interop:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:j-interop:j-interop:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:j-interop:j_interop:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:j_interop:j-interop:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:j_interop:j_interop:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jinterop:j-interop:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jinterop:j_interop:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:j-interop:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:j_interop:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:j:j-interop:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:j:j_interop:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.kohsuke.jinterop/j-interop@2.0.8-kohsuke-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/j-interop-2.0.8-kohsuke-1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "Apache Maven" - }, - { - "key": "Built-By", - "value": "kohsuke" - }, - { - "key": "Build-Jdk", - "value": "1.6.0_20" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.kohsuke.jinterop/j-interop/pom.properties", - "name": "", - "groupId": "org.kohsuke.jinterop", - "artifactId": "j-interop", - "version": "2.0.8-kohsuke-1" - }, - "pomProject": { - "path": "META-INF/maven/org.kohsuke.jinterop/j-interop/pom.xml", - "parent": { - "groupId": "org.kohsuke.jinterop", - "artifactId": "j-interop-parent", - "version": "2.0.8-kohsuke-1" - }, - "groupId": "org.kohsuke.jinterop", - "artifactId": "j-interop", - "version": "2.0.8-kohsuke-1", - "name": "Pure Java - COM bridge" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "7bcd527550b8415ba14c33a8ff00658c43d0c78e" - } - ] - } - }, - { - "id": "da240976917188ed", - "name": "j-interopdeps", - "version": "2.0.8-kohsuke-1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/j-interopdeps-2.0.8-kohsuke-1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.kohsuke.jinterop:j-interopdeps:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke.jinterop:j_interopdeps:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:j-interopdeps:j-interopdeps:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:j-interopdeps:j_interopdeps:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:j_interopdeps:j-interopdeps:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:j_interopdeps:j_interopdeps:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jinterop:j-interopdeps:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jinterop:j_interopdeps:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:j-interopdeps:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:j_interopdeps:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:j:j-interopdeps:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:j:j_interopdeps:2.0.8-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.kohsuke.jinterop/j-interopdeps@2.0.8-kohsuke-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/j-interopdeps-2.0.8-kohsuke-1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "Apache Maven" - }, - { - "key": "Built-By", - "value": "kohsuke" - }, - { - "key": "Build-Jdk", - "value": "1.6.0_20" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.kohsuke.jinterop/j-interopdeps/pom.properties", - "name": "", - "groupId": "org.kohsuke.jinterop", - "artifactId": "j-interopdeps", - "version": "2.0.8-kohsuke-1" - }, - "pomProject": { - "path": "META-INF/maven/org.kohsuke.jinterop/j-interopdeps/pom.xml", - "parent": { - "groupId": "org.kohsuke.jinterop", - "artifactId": "j-interop-parent", - "version": "2.0.8-kohsuke-1" - }, - "groupId": "org.kohsuke.jinterop", - "artifactId": "j-interopdeps", - "version": "2.0.8-kohsuke-1", - "name": "Pure Java - COM bridge" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "0c6ae17b2cbb5e07e62fddab1cebadaf351a97c0" - } - ] - } - }, - { - "id": "9e545177879293a8", - "name": "jackson-annotations", - "version": "2.17.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-annotations-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-annotations-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core.jackson-annotations:jackson-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core.jackson-annotations:jackson_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core.jackson-annotations:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core:jackson-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core:jackson_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson:jackson-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson:jackson_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-annotations:jackson-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-annotations:jackson_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_annotations:jackson-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_annotations:jackson_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-annotations:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_annotations:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:core:jackson-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:core:jackson_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:core:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-annotations@2.17.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-annotations-2.17.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-Description", - "value": "Core annotations used for value types, used by Jackson data binding package." - }, - { - "key": "Implementation-Title", - "value": "Jackson-annotations" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.fasterxml.jackson.core.jackson-annotations" - }, - { - "key": "Implementation-Version", - "value": "2.17.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "FasterXML" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.fasterxml.jackson.core" - }, - { - "key": "Specification-Title", - "value": "Jackson-annotations" - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/FasterXML/jackson" - }, - { - "key": "Bundle-Vendor", - "value": "FasterXML" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.6))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "Implementation-Vendor", - "value": "FasterXML" - }, - { - "key": "Export-Package", - "value": "com.fasterxml.jackson.annotation;version=\"2.17.0\"" - }, - { - "key": "Bundle-Name", - "value": "Jackson-annotations" - }, - { - "key": "Bundle-Version", - "value": "2.17.0" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.6" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.6" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Specification-Version", - "value": "2.17.0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.fasterxml.jackson.core/jackson-annotations/pom.properties", - "name": "", - "groupId": "com.fasterxml.jackson.core", - "artifactId": "jackson-annotations", - "version": "2.17.0" - }, - "pomProject": { - "path": "META-INF/maven/com.fasterxml.jackson.core/jackson-annotations/pom.xml", - "parent": { - "groupId": "com.fasterxml.jackson", - "artifactId": "jackson-parent", - "version": "2.17" - }, - "groupId": "com.fasterxml.jackson.core", - "artifactId": "jackson-annotations", - "version": "2.17.0", - "name": "Jackson-annotations", - "description": "Core annotations used for value types, used by Jackson data binding package.", - "url": "https://github.com/FasterXML/jackson" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "880a742337010da4c851f843d8cac150e22dff9f" - } - ] - } - }, - { - "id": "795e62b72b095603", - "name": "jackson-core", - "version": "2.17.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-core-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-core-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core.jackson-core:jackson-core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core.jackson-core:jackson_core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core.jackson-core:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core.jackson-core:core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core:jackson-core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core:jackson_core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson:jackson-core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson:jackson_core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core:core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson:core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-core:jackson-core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-core:jackson_core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_core:jackson-core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_core:jackson_core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson-core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson_core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-core:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson-core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson_core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_core:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:core:jackson-core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:core:jackson_core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-core:core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_core:core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:core:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:core:core:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-core@2.17.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-core-2.17.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.fasterxml.jackson.core.jackson-core" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.fasterxml.jackson.core" - }, - { - "key": "Specification-Title", - "value": "Jackson-core" - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/FasterXML/jackson-core" - }, - { - "key": "Import-Package", - "value": "com.fasterxml.jackson.core;version=\"[2.17,3)\",com.fasterxml.jackson.core.async;version=\"[2.17,3)\",com.fasterxml.jackson.core.base;version=\"[2.17,3)\",com.fasterxml.jackson.core.exc;version=\"[2.17,3)\",com.fasterxml.jackson.core.format;version=\"[2.17,3)\",com.fasterxml.jackson.core.io;version=\"[2.17,3)\",com.fasterxml.jackson.core.io.schubfach;version=\"[2.17,3)\",com.fasterxml.jackson.core.json;version=\"[2.17,3)\",com.fasterxml.jackson.core.json.async;version=\"[2.17,3)\",com.fasterxml.jackson.core.sym;version=\"[2.17,3)\",com.fasterxml.jackson.core.type;version=\"[2.17,3)\",com.fasterxml.jackson.core.util;version=\"[2.17,3)\"" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Export-Package", - "value": "com.fasterxml.jackson.core;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core.async,com.fasterxml.jackson.core.exc,com.fasterxml.jackson.core.format,com.fasterxml.jackson.core.io,com.fasterxml.jackson.core.json,com.fasterxml.jackson.core.sym,com.fasterxml.jackson.core.type,com.fasterxml.jackson.core.util\",com.fasterxml.jackson.core.async;version=\"2.17.0\",com.fasterxml.jackson.core.base;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.exc,com.fasterxml.jackson.core.io,com.fasterxml.jackson.core.json,com.fasterxml.jackson.core.util\",com.fasterxml.jackson.core.exc;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.util\",com.fasterxml.jackson.core.filter;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.util\",com.fasterxml.jackson.core.format;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core\",com.fasterxml.jackson.core.io;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.util\",com.fasterxml.jackson.core.io.schubfach;version=\"2.17.0\",com.fasterxml.jackson.core.json;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.base,com.fasterxml.jackson.core.format,com.fasterxml.jackson.core.io,com.fasterxml.jackson.core.sym,com.fasterxml.jackson.core.util\",com.fasterxml.jackson.core.json.async;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.async,com.fasterxml.jackson.core.exc,com.fasterxml.jackson.core.io,com.fasterxml.jackson.core.json,com.fasterxml.jackson.core.sym\",com.fasterxml.jackson.core.sym;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.exc,com.fasterxml.jackson.core.util\",com.fasterxml.jackson.core.type;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core\",com.fasterxml.jackson.core.util;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.async,com.fasterxml.jackson.core.exc,com.fasterxml.jackson.core.io\"" - }, - { - "key": "Bundle-Name", - "value": "Jackson-core" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Bundle-Description", - "value": "Core Jackson processing abstractions (aka Streaming API), implementation for JSON" - }, - { - "key": "Implementation-Title", - "value": "Jackson-core" - }, - { - "key": "Implementation-Version", - "value": "2.17.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Vendor", - "value": "FasterXML" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "Implementation-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Version", - "value": "2.17.0" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.8" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Specification-Version", - "value": "2.17.0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.fasterxml.jackson.core/jackson-core/pom.properties", - "name": "", - "groupId": "com.fasterxml.jackson.core", - "artifactId": "jackson-core", - "version": "2.17.0" - }, - "pomProject": { - "path": "META-INF/maven/com.fasterxml.jackson.core/jackson-core/pom.xml", - "parent": { - "groupId": "com.fasterxml.jackson", - "artifactId": "jackson-base", - "version": "2.17.0" - }, - "groupId": "com.fasterxml.jackson.core", - "artifactId": "jackson-core", - "version": "2.17.0", - "name": "Jackson-core", - "description": "Core Jackson processing abstractions (aka Streaming API), implementation for JSON", - "url": "https://github.com/FasterXML/jackson-core" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "a6e5058ef9720623c517252d17162f845306ff3a" - } - ] - } - }, - { - "id": "1c190afa0b649efe", - "name": "jackson-databind", - "version": "2.17.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-databind-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-databind-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core.jackson-databind:jackson-databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core.jackson-databind:jackson_databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core.jackson-databind:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core:jackson-databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core:jackson_databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson:jackson-databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson:jackson_databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.core:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-databind:jackson-databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-databind:jackson_databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_databind:jackson-databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_databind:jackson_databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson-databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson_databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-databind:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson-databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson_databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_databind:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:core:jackson-databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:core:jackson_databind:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:core:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.17.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-databind-2.17.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.fasterxml.jackson.core.jackson-databind" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.fasterxml.jackson.core" - }, - { - "key": "Specification-Title", - "value": "jackson-databind" - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/FasterXML/jackson" - }, - { - "key": "Import-Package", - "value": "com.fasterxml.jackson.annotation;version=\"[2.17,3)\",com.fasterxml.jackson.core;version=\"[2.17,3)\",com.fasterxml.jackson.core.base;version=\"[2.17,3)\",com.fasterxml.jackson.core.exc;version=\"[2.17,3)\",com.fasterxml.jackson.core.filter;version=\"[2.17,3)\",com.fasterxml.jackson.core.format;version=\"[2.17,3)\",com.fasterxml.jackson.core.io;version=\"[2.17,3)\",com.fasterxml.jackson.core.json;version=\"[2.17,3)\",com.fasterxml.jackson.core.type;version=\"[2.17,3)\",com.fasterxml.jackson.core.util;version=\"[2.17,3)\",com.fasterxml.jackson.databind;version=\"[2.17,3)\",com.fasterxml.jackson.databind.annotation;version=\"[2.17,3)\",com.fasterxml.jackson.databind.cfg;version=\"[2.17,3)\",com.fasterxml.jackson.databind.deser;version=\"[2.17,3)\",com.fasterxml.jackson.databind.deser.impl;version=\"[2.17,3)\",com.fasterxml.jackson.databind.deser.std;version=\"[2.17,3)\",com.fasterxml.jackson.databind.exc;version=\"[2.17,3)\",com.fasterxml.jackson.databind.ext;version=\"[2.17,3)\",com.fasterxml.jackson.databind.introspect;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jdk14;version=\"[2.17,3)\",com.fasterxml.jackson.databind.json;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jsonFormatVisitors;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jsonschema;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jsontype;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jsontype.impl;version=\"[2.17,3)\",com.fasterxml.jackson.databind.node;version=\"[2.17,3)\",com.fasterxml.jackson.databind.ser;version=\"[2.17,3)\",com.fasterxml.jackson.databind.ser.impl;version=\"[2.17,3)\",com.fasterxml.jackson.databind.ser.std;version=\"[2.17,3)\",com.fasterxml.jackson.databind.type;version=\"[2.17,3)\",com.fasterxml.jackson.databind.util;version=\"[2.17,3)\",com.fasterxml.jackson.databind.util.internal;version=\"[2.17,3)\",javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.stream,org.w3c.dom,org.xml.sax,org.w3c.dom.bootstrap;resolution:=optional" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Export-Package", - "value": "com.fasterxml.jackson.databind;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.core.exc,com.fasterxml.jackson.core.filter,com.fasterxml.jackson.core.format,com.fasterxml.jackson.core.io,com.fasterxml.jackson.core.type,com.fasterxml.jackson.core.util,com.fasterxml.jackson.databind.annotation,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.deser,com.fasterxml.jackson.databind.deser.impl,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsonFormatVisitors,com.fasterxml.jackson.databind.jsonschema,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.jsontype.impl,com.fasterxml.jackson.databind.node,com.fasterxml.jackson.databind.ser,com.fasterxml.jackson.databind.ser.impl,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.databind.util\",com.fasterxml.jackson.databind.annotation;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.deser,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.ser,com.fasterxml.jackson.databind.util\",com.fasterxml.jackson.databind.cfg;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.core.type,com.fasterxml.jackson.core.util,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.deser,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.node,com.fasterxml.jackson.databind.ser,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.databind.util\",com.fasterxml.jackson.databind.deser;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.core.format,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.annotation,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.deser.impl,com.fasterxml.jackson.databind.deser.std,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsonFormatVisitors,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.node,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.databind.util\",com.fasterxml.jackson.databind.deser.impl;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.deser,com.fasterxml.jackson.databind.deser.std,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.databind.util\",com.fasterxml.jackson.databind.deser.std;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.annotation,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.deser,com.fasterxml.jackson.databind.deser.impl,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.databind.util\",com.fasterxml.jackson.databind.exc;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.introspect\",com.fasterxml.jackson.databind.ext;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.annotation,com.fasterxml.jackson.databind.deser,com.fasterxml.jackson.databind.deser.std,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsonFormatVisitors,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.ser,com.fasterxml.jackson.databind.ser.std,javax.xml.datatype,javax.xml.parsers,javax.xml.transform,org.w3c.dom\",com.fasterxml.jackson.databind.introspect;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.annotation,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.jsontype.impl,com.fasterxml.jackson.databind.ser,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.databind.util\",com.fasterxml.jackson.databind.jdk14;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.introspect\",com.fasterxml.jackson.databind.json;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.json,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.cfg\",com.fasterxml.jackson.databind.jsonFormatVisitors;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.databind\",com.fasterxml.jackson.databind.jsonschema;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.node\",com.fasterxml.jackson.databind.jsontype;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.core.type,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.introspect\",com.fasterxml.jackson.databind.jsontype.impl;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.core.type,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.databind.util\",com.fasterxml.jackson.databind.module;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.deser,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.ser,com.fasterxml.jackson.databind.type\",com.fasterxml.jackson.databind.node;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.base,com.fasterxml.jackson.core.util,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.util\",com.fasterxml.jackson.databind.ser;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.core.io,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.annotation,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsonFormatVisitors,com.fasterxml.jackson.databind.jsonschema,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.node,com.fasterxml.jackson.databind.ser.impl,com.fasterxml.jackson.databind.ser.std,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.databind.util\",com.fasterxml.jackson.databind.ser.impl;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.core.io,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.annotation,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsonFormatVisitors,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.node,com.fasterxml.jackson.databind.ser,com.fasterxml.jackson.databind.ser.std,com.fasterxml.jackson.databind.util\",com.fasterxml.jackson.databind.ser.std;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.core.type,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.annotation,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsonFormatVisitors,com.fasterxml.jackson.databind.jsonschema,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.node,com.fasterxml.jackson.databind.ser,com.fasterxml.jackson.databind.ser.impl,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.databind.util\",com.fasterxml.jackson.databind.type;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.type,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.util\",com.fasterxml.jackson.databind.util;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.core.base,com.fasterxml.jackson.core.io,com.fasterxml.jackson.core.json,com.fasterxml.jackson.core.util,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.databind.util.internal\",com.fasterxml.jackson.databind.util.internal;version=\"2.17.0\"" - }, - { - "key": "Bundle-Name", - "value": "jackson-databind" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Bundle-Description", - "value": "General data-binding functionality for Jackson: works on core streaming API" - }, - { - "key": "Implementation-Title", - "value": "jackson-databind" - }, - { - "key": "Implementation-Version", - "value": "2.17.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Vendor", - "value": "FasterXML" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "Implementation-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Version", - "value": "2.17.0" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.8" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Specification-Version", - "value": "2.17.0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.fasterxml.jackson.core/jackson-databind/pom.properties", - "name": "", - "groupId": "com.fasterxml.jackson.core", - "artifactId": "jackson-databind", - "version": "2.17.0" - }, - "pomProject": { - "path": "META-INF/maven/com.fasterxml.jackson.core/jackson-databind/pom.xml", - "parent": { - "groupId": "com.fasterxml.jackson", - "artifactId": "jackson-base", - "version": "2.17.0" - }, - "groupId": "com.fasterxml.jackson.core", - "artifactId": "jackson-databind", - "version": "2.17.0", - "name": "jackson-databind", - "description": "General data-binding functionality for Jackson: works on core streaming API", - "url": "https://github.com/FasterXML/jackson" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "7173e9e1d4bc6d7ca03bc4eeedcd548b8b580b34" - } - ] - } - }, - { - "id": "6c57509c014d6d72", - "name": "jackson-dataformat-cbor", - "version": "2.17.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-dataformat-cbor-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-dataformat-cbor-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat.jackson-dataformat-cbor:jackson-dataformat-cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat.jackson-dataformat-cbor:jackson_dataformat_cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat.jackson-dataformat-cbor:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat:jackson_dataformat_cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat-cbor:jackson-dataformat-cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat-cbor:jackson_dataformat_cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat_cbor:jackson-dataformat-cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat_cbor:jackson_dataformat_cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat:jackson-dataformat-cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat:jackson_dataformat_cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat:jackson-dataformat-cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat:jackson_dataformat_cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dataformat:jackson-dataformat-cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dataformat:jackson_dataformat_cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson-dataformat-cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson_dataformat_cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat-cbor:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson-dataformat-cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson_dataformat_cbor:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat_cbor:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dataformat:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-cbor@2.17.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-dataformat-cbor-2.17.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.fasterxml.jackson.dataformat.jackson-dataformat-cbor" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.fasterxml.jackson.dataformat" - }, - { - "key": "Specification-Title", - "value": "Jackson dataformat: CBOR" - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/FasterXML/jackson-dataformats-binary" - }, - { - "key": "Import-Package", - "value": "com.fasterxml.jackson.core;version=\"[2.17,3)\",com.fasterxml.jackson.core.base;version=\"[2.17,3)\",com.fasterxml.jackson.core.format;version=\"[2.17,3)\",com.fasterxml.jackson.core.io;version=\"[2.17,3)\",com.fasterxml.jackson.core.json;version=\"[2.17,3)\",com.fasterxml.jackson.core.sym;version=\"[2.17,3)\",com.fasterxml.jackson.core.util;version=\"[2.17,3)\",com.fasterxml.jackson.databind;version=\"[2.17,3)\",com.fasterxml.jackson.databind.cfg;version=\"[2.17,3)\",com.fasterxml.jackson.dataformat.cbor;version=\"[2.17,3)\"" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Export-Package", - "value": "com.fasterxml.jackson.dataformat.cbor;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.base,com.fasterxml.jackson.core.format,com.fasterxml.jackson.core.io,com.fasterxml.jackson.core.json,com.fasterxml.jackson.core.sym,com.fasterxml.jackson.core.util\",com.fasterxml.jackson.dataformat.cbor.databind;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.dataformat.cbor\"" - }, - { - "key": "Bundle-Name", - "value": "Jackson dataformat: CBOR" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Bundle-Description", - "value": "Support for reading and writing Concise Binary Object Representation([CBOR](https://www.rfc-editor.org/info/rfc7049)encoded data using Jackson abstractions (streaming API, data binding, tree model)" - }, - { - "key": "Implementation-Title", - "value": "Jackson dataformat: CBOR" - }, - { - "key": "Implementation-Version", - "value": "2.17.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Vendor", - "value": "FasterXML" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "Implementation-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Version", - "value": "2.17.0" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.8" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Specification-Version", - "value": "2.17.0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.fasterxml.jackson.dataformat/jackson-dataformat-cbor/pom.properties", - "name": "", - "groupId": "com.fasterxml.jackson.dataformat", - "artifactId": "jackson-dataformat-cbor", - "version": "2.17.0" - }, - "pomProject": { - "path": "META-INF/maven/com.fasterxml.jackson.dataformat/jackson-dataformat-cbor/pom.xml", - "parent": { - "groupId": "com.fasterxml.jackson.dataformat", - "artifactId": "jackson-dataformats-binary", - "version": "2.17.0" - }, - "groupId": "com.fasterxml.jackson.dataformat", - "artifactId": "jackson-dataformat-cbor", - "version": "2.17.0", - "name": "Jackson dataformat: CBOR", - "description": "Support for reading and writing Concise Binary Object Representation ([CBOR](https://www.rfc-editor.org/info/rfc7049) encoded data using Jackson abstractions (streaming API, data binding, tree model)", - "url": "https://github.com/FasterXML/jackson-dataformats-binary" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "6833c8573452d583e4af650a7424d547606b2501" - } - ] - } - }, - { - "id": "9eadc269265407b6", - "name": "jackson-dataformat-xml", - "version": "2.17.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-dataformat-xml-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-dataformat-xml-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat.jackson-dataformat-xml:jackson-dataformat-xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat.jackson-dataformat-xml:jackson_dataformat_xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat.jackson-dataformat-xml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat:jackson_dataformat_xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat-xml:jackson-dataformat-xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat-xml:jackson_dataformat_xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat_xml:jackson-dataformat-xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat_xml:jackson_dataformat_xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson:jackson-dataformat-xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson:jackson_dataformat_xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat:jackson-dataformat-xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat:jackson_dataformat_xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat:jackson-dataformat-xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat:jackson_dataformat_xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dataformat:jackson-dataformat-xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dataformat:jackson_dataformat_xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson-dataformat-xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson_dataformat_xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat-xml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson-dataformat-xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson_dataformat_xml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat_xml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dataformat:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-xml@2.17.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-dataformat-xml-2.17.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.fasterxml.jackson.dataformat.jackson-dataformat-xml" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.fasterxml.jackson.dataformat" - }, - { - "key": "Specification-Title", - "value": "Jackson-dataformat-XML" - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/FasterXML/jackson-dataformat-xml" - }, - { - "key": "Import-Package", - "value": "com.fasterxml.jackson.annotation;version=\"[2.17,3)\",com.fasterxml.jackson.core;version=\"[2.17,3)\",com.fasterxml.jackson.core.base;version=\"[2.17,3)\",com.fasterxml.jackson.core.exc;version=\"[2.17,3)\",com.fasterxml.jackson.core.format;version=\"[2.17,3)\",com.fasterxml.jackson.core.io;version=\"[2.17,3)\",com.fasterxml.jackson.core.json;version=\"[2.17,3)\",com.fasterxml.jackson.core.type;version=\"[2.17,3)\",com.fasterxml.jackson.core.util;version=\"[2.17,3)\",com.fasterxml.jackson.databind;version=\"[2.17,3)\",com.fasterxml.jackson.databind.cfg;version=\"[2.17,3)\",com.fasterxml.jackson.databind.deser;version=\"[2.17,3)\",com.fasterxml.jackson.databind.deser.std;version=\"[2.17,3)\",com.fasterxml.jackson.databind.introspect;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jsontype;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jsontype.impl;version=\"[2.17,3)\",com.fasterxml.jackson.databind.module;version=\"[2.17,3)\",com.fasterxml.jackson.databind.node;version=\"[2.17,3)\",com.fasterxml.jackson.databind.ser;version=\"[2.17,3)\",com.fasterxml.jackson.databind.ser.impl;version=\"[2.17,3)\",com.fasterxml.jackson.databind.ser.std;version=\"[2.17,3)\",com.fasterxml.jackson.databind.type;version=\"[2.17,3)\",com.fasterxml.jackson.databind.util;version=\"[2.17,3)\",com.fasterxml.jackson.dataformat.xml;version=\"[2.17,3)\",com.fasterxml.jackson.dataformat.xml.annotation;version=\"[2.17,3)\",com.fasterxml.jackson.dataformat.xml.deser;version=\"[2.17,3)\",com.fasterxml.jackson.dataformat.xml.ser;version=\"[2.17,3)\",com.fasterxml.jackson.dataformat.xml.util;version=\"[2.17,3)\",javax.xml.namespace,javax.xml.stream,javax.xml.transform,org.codehaus.stax2;version=\"[4.2,5)\",org.codehaus.stax2.io;version=\"[4.2,5)\",org.codehaus.stax2.ri;version=\"[4.2,5)\",org.codehaus.stax2.typed;version=\"[4.2,5)\"" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Export-Package", - "value": "com.fasterxml.jackson.dataformat.xml;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.core.format,com.fasterxml.jackson.core.io,com.fasterxml.jackson.core.type,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.jsontype.impl,com.fasterxml.jackson.databind.module,com.fasterxml.jackson.databind.ser,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.dataformat.xml.deser,com.fasterxml.jackson.dataformat.xml.ser,com.fasterxml.jackson.dataformat.xml.util,javax.xml.stream,org.codehaus.stax2,org.codehaus.stax2.typed\",com.fasterxml.jackson.dataformat.xml.annotation;version=\"2.17.0\",com.fasterxml.jackson.dataformat.xml.deser;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.base,com.fasterxml.jackson.core.io,com.fasterxml.jackson.core.util,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.deser,com.fasterxml.jackson.databind.deser.std,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.dataformat.xml,javax.xml.stream,org.codehaus.stax2\",com.fasterxml.jackson.dataformat.xml.jaxb;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.dataformat.xml\",com.fasterxml.jackson.dataformat.xml.ser;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.base,com.fasterxml.jackson.core.io,com.fasterxml.jackson.core.util,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.ser,com.fasterxml.jackson.databind.ser.impl,com.fasterxml.jackson.databind.ser.std,com.fasterxml.jackson.databind.util,com.fasterxml.jackson.dataformat.xml,com.fasterxml.jackson.dataformat.xml.util,javax.xml.namespace,javax.xml.stream,org.codehaus.stax2\",com.fasterxml.jackson.dataformat.xml.util;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.util,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.databind.util,com.fasterxml.jackson.dataformat.xml,javax.xml.namespace,javax.xml.stream,org.codehaus.stax2,org.codehaus.stax2.ri,org.codehaus.stax2.typed\"" - }, - { - "key": "Bundle-Name", - "value": "Jackson-dataformat-XML" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Bundle-Description", - "value": "Data format extension for Jackson to offeralternative support for serializing POJOs as XML and deserializing XML as pojos." - }, - { - "key": "Implementation-Title", - "value": "Jackson-dataformat-XML" - }, - { - "key": "Implementation-Version", - "value": "2.17.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Vendor", - "value": "FasterXML" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "Implementation-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Version", - "value": "2.17.0" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.8" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Specification-Version", - "value": "2.17.0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/pom.properties", - "name": "", - "groupId": "com.fasterxml.jackson.dataformat", - "artifactId": "jackson-dataformat-xml", - "version": "2.17.0" - }, - "pomProject": { - "path": "META-INF/maven/com.fasterxml.jackson.dataformat/jackson-dataformat-xml/pom.xml", - "parent": { - "groupId": "com.fasterxml.jackson", - "artifactId": "jackson-base", - "version": "2.17.0" - }, - "groupId": "com.fasterxml.jackson.dataformat", - "artifactId": "jackson-dataformat-xml", - "version": "2.17.0", - "name": "Jackson-dataformat-XML", - "description": "Data format extension for Jackson to offer alternative support for serializing POJOs as XML and deserializing XML as pojos.", - "url": "https://github.com/FasterXML/jackson-dataformat-xml" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "fbe3c274a39cef5538ca8688ac7e2ad0053a6ffa" - } - ] - } - }, - { - "id": "c6307b03629a372c", - "name": "jackson-dataformat-yaml", - "version": "2.17.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-dataformat-yaml-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-dataformat-yaml-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat.jackson-dataformat-yaml:jackson-dataformat-yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat.jackson-dataformat-yaml:jackson_dataformat_yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat.jackson-dataformat-yaml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat:jackson_dataformat_yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat-yaml:jackson-dataformat-yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat-yaml:jackson_dataformat_yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat_yaml:jackson-dataformat-yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat_yaml:jackson_dataformat_yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat:jackson-dataformat-yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat:jackson_dataformat_yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat:jackson-dataformat-yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat:jackson_dataformat_yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.dataformat:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dataformat:jackson-dataformat-yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dataformat:jackson_dataformat_yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson-dataformat-yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson_dataformat_yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat-yaml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson-dataformat-yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson_dataformat_yaml:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat_yaml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-dataformat:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_dataformat:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dataformat:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml@2.17.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-dataformat-yaml-2.17.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.fasterxml.jackson.dataformat.jackson-dataformat-yaml" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.fasterxml.jackson.dataformat" - }, - { - "key": "Specification-Title", - "value": "Jackson-dataformat-YAML" - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/FasterXML/jackson-dataformats-text" - }, - { - "key": "Import-Package", - "value": "com.fasterxml.jackson.core;version=\"[2.17,3)\",com.fasterxml.jackson.core.base;version=\"[2.17,3)\",com.fasterxml.jackson.core.format;version=\"[2.17,3)\",com.fasterxml.jackson.core.io;version=\"[2.17,3)\",com.fasterxml.jackson.core.json;version=\"[2.17,3)\",com.fasterxml.jackson.core.util;version=\"[2.17,3)\",com.fasterxml.jackson.databind;version=\"[2.17,3)\",com.fasterxml.jackson.databind.cfg;version=\"[2.17,3)\",com.fasterxml.jackson.dataformat.yaml;version=\"[2.17,3)\",com.fasterxml.jackson.dataformat.yaml.snakeyaml.error;version=\"[2.17,3)\",com.fasterxml.jackson.dataformat.yaml.util;version=\"[2.17,3)\",org.yaml.snakeyaml;version=\"[2.2,3)\",org.yaml.snakeyaml.emitter;version=\"[2.2,3)\",org.yaml.snakeyaml.error;version=\"[2.2,3)\",org.yaml.snakeyaml.events;version=\"[2.2,3)\",org.yaml.snakeyaml.nodes;version=\"[2.2,3)\",org.yaml.snakeyaml.parser;version=\"[2.2,3)\",org.yaml.snakeyaml.reader;version=\"[2.2,3)\",org.yaml.snakeyaml.resolver;version=\"[2.2,3)\"" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Export-Package", - "value": "com.fasterxml.jackson.dataformat.yaml;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.base,com.fasterxml.jackson.core.format,com.fasterxml.jackson.core.io,com.fasterxml.jackson.core.util,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.dataformat.yaml.util,org.yaml.snakeyaml,org.yaml.snakeyaml.emitter,org.yaml.snakeyaml.error,org.yaml.snakeyaml.events,org.yaml.snakeyaml.parser,org.yaml.snakeyaml.resolver\",com.fasterxml.jackson.dataformat.yaml.snakeyaml.error;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.dataformat.yaml,org.yaml.snakeyaml.error\",com.fasterxml.jackson.dataformat.yaml.util;version=\"2.17.0\"" - }, - { - "key": "Bundle-Name", - "value": "Jackson-dataformat-YAML" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Bundle-Description", - "value": "Support for reading and writing YAML-encoded datavia Jackson abstractions." - }, - { - "key": "Implementation-Title", - "value": "Jackson-dataformat-YAML" - }, - { - "key": "Implementation-Version", - "value": "2.17.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Vendor", - "value": "FasterXML" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "Implementation-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Version", - "value": "2.17.0" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.8" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Specification-Version", - "value": "2.17.0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/pom.properties", - "name": "", - "groupId": "com.fasterxml.jackson.dataformat", - "artifactId": "jackson-dataformat-yaml", - "version": "2.17.0" - }, - "pomProject": { - "path": "META-INF/maven/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml/pom.xml", - "parent": { - "groupId": "com.fasterxml.jackson.dataformat", - "artifactId": "jackson-dataformats-text", - "version": "2.17.0" - }, - "groupId": "com.fasterxml.jackson.dataformat", - "artifactId": "jackson-dataformat-yaml", - "version": "2.17.0", - "name": "Jackson-dataformat-YAML", - "description": "Support for reading and writing YAML-encoded data via Jackson abstractions.", - "url": "https://github.com/FasterXML/jackson-dataformats-text" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "57a963c6258c49febc11390082d8503f71bb15a9" - } - ] - } - }, - { - "id": "29692616dab9b21b", - "name": "jackson-datatype-jdk8", - "version": "2.17.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-datatype-jdk8-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-datatype-jdk8-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype.jackson-datatype-jdk8:jackson-datatype-jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype.jackson-datatype-jdk8:jackson_datatype_jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype.jackson-datatype-jdk8:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype:jackson_datatype_jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module:jackson-datatype-jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module:jackson_datatype_jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype-jdk8:jackson-datatype-jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype-jdk8:jackson_datatype_jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype_jdk8:jackson-datatype-jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype_jdk8:jackson_datatype_jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype:jackson-datatype-jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype:jackson_datatype_jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype:jackson-datatype-jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype:jackson_datatype_jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson-datatype-jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson_datatype_jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:datatype:jackson-datatype-jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:datatype:jackson_datatype_jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype-jdk8:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson-datatype-jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson_datatype_jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype_jdk8:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:module:jackson-datatype-jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:module:jackson_datatype_jdk8:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:datatype:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:module:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jdk8@2.17.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-datatype-jdk8-2.17.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.fasterxml.jackson.datatype.jackson-datatype-jdk8" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.fasterxml.jackson.datatype" - }, - { - "key": "Specification-Title", - "value": "Jackson datatype: jdk8" - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jdk8" - }, - { - "key": "Import-Package", - "value": "com.fasterxml.jackson.core;version=\"[2.17,3)\",com.fasterxml.jackson.core.io;version=\"[2.17,3)\",com.fasterxml.jackson.core.util;version=\"[2.17,3)\",com.fasterxml.jackson.databind;version=\"[2.17,3)\",com.fasterxml.jackson.databind.cfg;version=\"[2.17,3)\",com.fasterxml.jackson.databind.deser;version=\"[2.17,3)\",com.fasterxml.jackson.databind.deser.std;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jsonFormatVisitors;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jsontype;version=\"[2.17,3)\",com.fasterxml.jackson.databind.ser;version=\"[2.17,3)\",com.fasterxml.jackson.databind.ser.impl;version=\"[2.17,3)\",com.fasterxml.jackson.databind.ser.std;version=\"[2.17,3)\",com.fasterxml.jackson.databind.type;version=\"[2.17,3)\",com.fasterxml.jackson.databind.util;version=\"[2.17,3)\"" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Export-Package", - "value": "com.fasterxml.jackson.datatype.jdk8;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.io,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.deser,com.fasterxml.jackson.databind.deser.std,com.fasterxml.jackson.databind.jsonFormatVisitors,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.ser,com.fasterxml.jackson.databind.ser.impl,com.fasterxml.jackson.databind.ser.std,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.databind.util\"" - }, - { - "key": "Bundle-Name", - "value": "Jackson datatype: jdk8" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Bundle-Description", - "value": "Add-on module for Jackson (https://github.com/FasterXML/jackson) to supportJDK 8 data types." - }, - { - "key": "Implementation-Title", - "value": "Jackson datatype: jdk8" - }, - { - "key": "Implementation-Version", - "value": "2.17.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Vendor", - "value": "FasterXML" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "Implementation-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Version", - "value": "2.17.0" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.8" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Specification-Version", - "value": "2.17.0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.fasterxml.jackson.datatype/jackson-datatype-jdk8/pom.properties", - "name": "", - "groupId": "com.fasterxml.jackson.datatype", - "artifactId": "jackson-datatype-jdk8", - "version": "2.17.0" - }, - "pomProject": { - "path": "META-INF/maven/com.fasterxml.jackson.datatype/jackson-datatype-jdk8/pom.xml", - "parent": { - "groupId": "com.fasterxml.jackson.module", - "artifactId": "jackson-modules-java8", - "version": "2.17.0" - }, - "groupId": "com.fasterxml.jackson.datatype", - "artifactId": "jackson-datatype-jdk8", - "version": "2.17.0", - "name": "Jackson datatype: jdk8", - "description": "Add-on module for Jackson (https://github.com/FasterXML/jackson) to support JDK 8 data types." - }, - "digest": [ - { - "algorithm": "sha1", - "value": "95519a116d909faec29da76cf6b944b4a84c2c26" - } - ] - } - }, - { - "id": "57dbbcf127ccb791", - "name": "jackson-datatype-json-org", - "version": "2.17.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-datatype-json-org-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-datatype-json-org-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype.jackson-datatype-json-org:jackson-datatype-json-org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype.jackson-datatype-json-org:jackson_datatype_json_org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype.jackson-datatype-json-org:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype:jackson-datatype-json-org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype:jackson_datatype_json_org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype-json-org:jackson-datatype-json-org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype-json-org:jackson_datatype_json_org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype_json_org:jackson-datatype-json-org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype_json_org:jackson_datatype_json_org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype-json:jackson-datatype-json-org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype-json:jackson_datatype_json_org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype_json:jackson-datatype-json-org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype_json:jackson_datatype_json_org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype:jackson-datatype-json-org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype:jackson_datatype_json_org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype:jackson-datatype-json-org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype:jackson_datatype_json_org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson-datatype-json-org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson_datatype_json_org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:datatype:jackson-datatype-json-org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:datatype:jackson_datatype_json_org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype-json-org:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson-datatype-json-org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson_datatype_json_org:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype_json_org:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype-json:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype_json:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:datatype:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-json-org@2.17.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-datatype-json-org-2.17.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.fasterxml.jackson.datatype.jackson-datatype-json-org" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.fasterxml.jackson.datatype" - }, - { - "key": "Specification-Title", - "value": "Jackson datatype: org.json" - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/FasterXML/jackson-datatypes-misc" - }, - { - "key": "Import-Package", - "value": "com.fasterxml.jackson.core;version=\"[2.17,3)\",com.fasterxml.jackson.core.type;version=\"[2.17,3)\",com.fasterxml.jackson.core.util;version=\"[2.17,3)\",com.fasterxml.jackson.databind;version=\"[2.17,3)\",com.fasterxml.jackson.databind.deser.std;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jsontype;version=\"[2.17,3)\",com.fasterxml.jackson.databind.module;version=\"[2.17,3)\",com.fasterxml.jackson.databind.node;version=\"[2.17,3)\",com.fasterxml.jackson.databind.ser.std;version=\"[2.17,3)\",com.fasterxml.jackson.databind.type;version=\"[2.17,3)\",com.fasterxml.jackson.databind.util;version=\"[2.17,3)\",org.json;version=\"[20231013.0,20231014)\"" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Export-Package", - "value": "com.fasterxml.jackson.datatype.jsonorg;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.deser.std,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.module,com.fasterxml.jackson.databind.type,org.json\"" - }, - { - "key": "Bundle-Name", - "value": "Jackson datatype: org.json" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Bundle-Description", - "value": "Support for datatypes of \"org.json\" JSON library (see https://json.org/java),mainly to make it easier to upgrade code to Jackson, using automated conversions." - }, - { - "key": "Implementation-Title", - "value": "Jackson datatype: org.json" - }, - { - "key": "Implementation-Version", - "value": "2.17.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Vendor", - "value": "FasterXML" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "Implementation-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Version", - "value": "2.17.0" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.8" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Specification-Version", - "value": "2.17.0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.fasterxml.jackson.datatype/jackson-datatype-json-org/pom.properties", - "name": "", - "groupId": "com.fasterxml.jackson.datatype", - "artifactId": "jackson-datatype-json-org", - "version": "2.17.0" - }, - "pomProject": { - "path": "META-INF/maven/com.fasterxml.jackson.datatype/jackson-datatype-json-org/pom.xml", - "parent": { - "groupId": "com.fasterxml.jackson.datatype", - "artifactId": "jackson-datatypes-misc-parent", - "version": "2.17.0" - }, - "groupId": "com.fasterxml.jackson.datatype", - "artifactId": "jackson-datatype-json-org", - "version": "2.17.0", - "name": "Jackson datatype: org.json", - "description": "Support for datatypes of \"org.json\" JSON library (see https://json.org/java), mainly to make it easier to upgrade code to Jackson, using automated conversions.", - "url": "https://github.com/FasterXML/jackson-datatypes-misc" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "b160f427ad2e6ec7a1a822f925fbd9cd97c9d46b" - } - ] - } - }, - { - "id": "8625d10d290d81c9", - "name": "jackson-datatype-jsr310", - "version": "2.17.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-datatype-jsr310-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-datatype-jsr310-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype.jackson-datatype-jsr310:jackson-datatype-jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype.jackson-datatype-jsr310:jackson_datatype_jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype.jackson-datatype-jsr310:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype:jackson_datatype_jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module:jackson-datatype-jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module:jackson_datatype_jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype-jsr310:jackson-datatype-jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype-jsr310:jackson_datatype_jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype_jsr310:jackson-datatype-jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype_jsr310:jackson_datatype_jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype:jackson-datatype-jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype:jackson_datatype_jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype:jackson-datatype-jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype:jackson_datatype_jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.datatype:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson-datatype-jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson_datatype_jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:datatype:jackson-datatype-jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:datatype:jackson_datatype_jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype-jsr310:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson-datatype-jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson_datatype_jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype_jsr310:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:module:jackson-datatype-jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:module:jackson_datatype_jsr310:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-datatype:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_datatype:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:datatype:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:module:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310@2.17.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-datatype-jsr310-2.17.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.fasterxml.jackson.datatype.jackson-datatype-jsr310" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.fasterxml.jackson.datatype" - }, - { - "key": "Specification-Title", - "value": "Jackson datatype: JSR310" - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/FasterXML/jackson-modules-java8/jackson-datatype-jsr310" - }, - { - "key": "Import-Package", - "value": "com.fasterxml.jackson.annotation;version=\"[2.17,3)\",com.fasterxml.jackson.core;version=\"[2.17,3)\",com.fasterxml.jackson.core.io;version=\"[2.17,3)\",com.fasterxml.jackson.core.type;version=\"[2.17,3)\",com.fasterxml.jackson.core.util;version=\"[2.17,3)\",com.fasterxml.jackson.databind;version=\"[2.17,3)\",com.fasterxml.jackson.databind.cfg;version=\"[2.17,3)\",com.fasterxml.jackson.databind.deser;version=\"[2.17,3)\",com.fasterxml.jackson.databind.deser.std;version=\"[2.17,3)\",com.fasterxml.jackson.databind.exc;version=\"[2.17,3)\",com.fasterxml.jackson.databind.introspect;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jsonFormatVisitors;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jsontype;version=\"[2.17,3)\",com.fasterxml.jackson.databind.module;version=\"[2.17,3)\",com.fasterxml.jackson.databind.node;version=\"[2.17,3)\",com.fasterxml.jackson.databind.ser;version=\"[2.17,3)\",com.fasterxml.jackson.databind.ser.std;version=\"[2.17,3)\",com.fasterxml.jackson.databind.type;version=\"[2.17,3)\",com.fasterxml.jackson.databind.util;version=\"[2.17,3)\",com.fasterxml.jackson.datatype.jsr310;version=\"[2.17,3)\",com.fasterxml.jackson.datatype.jsr310.deser;version=\"[2.17,3)\",com.fasterxml.jackson.datatype.jsr310.deser.key;version=\"[2.17,3)\",com.fasterxml.jackson.datatype.jsr310.ser;version=\"[2.17,3)\",com.fasterxml.jackson.datatype.jsr310.ser.key;version=\"[2.17,3)\",com.fasterxml.jackson.datatype.jsr310.util;version=\"[2.17,3)\"" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Export-Package", - "value": "com.fasterxml.jackson.datatype.jsr310;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.core.util,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.module\",com.fasterxml.jackson.datatype.jsr310.deser;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.core.util,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.deser,com.fasterxml.jackson.databind.deser.std,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.datatype.jsr310,com.fasterxml.jackson.datatype.jsr310.util\",com.fasterxml.jackson.datatype.jsr310.deser.key;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.databind\",com.fasterxml.jackson.datatype.jsr310.ser;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.jsonFormatVisitors,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.ser,com.fasterxml.jackson.databind.ser.std,com.fasterxml.jackson.datatype.jsr310.util\",com.fasterxml.jackson.datatype.jsr310.ser.key;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.databind\",com.fasterxml.jackson.datatype.jsr310.util;version=\"2.17.0\"" - }, - { - "key": "Bundle-Name", - "value": "Jackson datatype: JSR310" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Bundle-Description", - "value": "Add-on module to support JSR-310 (Java 8 Date & Time API) data types." - }, - { - "key": "Implementation-Title", - "value": "Jackson datatype: JSR310" - }, - { - "key": "Implementation-Version", - "value": "2.17.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Vendor", - "value": "FasterXML" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "Implementation-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Version", - "value": "2.17.0" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.8" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Specification-Version", - "value": "2.17.0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310/pom.properties", - "name": "", - "groupId": "com.fasterxml.jackson.datatype", - "artifactId": "jackson-datatype-jsr310", - "version": "2.17.0" - }, - "pomProject": { - "path": "META-INF/maven/com.fasterxml.jackson.datatype/jackson-datatype-jsr310/pom.xml", - "parent": { - "groupId": "com.fasterxml.jackson.module", - "artifactId": "jackson-modules-java8", - "version": "2.17.0" - }, - "groupId": "com.fasterxml.jackson.datatype", - "artifactId": "jackson-datatype-jsr310", - "version": "2.17.0", - "name": "Jackson datatype: JSR310", - "description": "Add-on module to support JSR-310 (Java 8 Date & Time API) data types." - }, - "digest": [ - { - "algorithm": "sha1", - "value": "3fab507bba9d477e52ed2302dc3ddbd23cbae339" - } - ] - } - }, - { - "id": "582d9f391471fa78", - "name": "jackson-module-jaxb-annotations", - "version": "2.17.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-module-jaxb-annotations-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-module-jaxb-annotations-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module.jackson-module-jaxb-annotations:jackson-module-jaxb-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module.jackson-module-jaxb-annotations:jackson_module_jaxb_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module.jackson-module-jaxb-annotations:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module-jaxb-annotations:jackson-module-jaxb-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module-jaxb-annotations:jackson_module_jaxb_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module_jaxb_annotations:jackson-module-jaxb-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module_jaxb_annotations:jackson_module_jaxb_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module:jackson_module_jaxb_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module-jaxb:jackson-module-jaxb-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module-jaxb:jackson_module_jaxb_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module_jaxb:jackson-module-jaxb-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module_jaxb:jackson_module_jaxb_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module:jackson-module-jaxb-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module:jackson_module_jaxb_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module:jackson-module-jaxb-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module:jackson_module_jaxb_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson-module-jaxb-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson_module_jaxb_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module-jaxb-annotations:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson-module-jaxb-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson_module_jaxb_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module_jaxb_annotations:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:module:jackson-module-jaxb-annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:module:jackson_module_jaxb_annotations:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module-jaxb:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module_jaxb:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:module:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.module/jackson-module-jaxb-annotations@2.17.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-module-jaxb-annotations-2.17.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.fasterxml.jackson.module.jackson-module-jaxb-annotations" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.fasterxml.jackson.module" - }, - { - "key": "Specification-Title", - "value": "Jackson module: Old JAXB Annotations (javax.xml.bind)" - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/FasterXML/jackson-modules-base" - }, - { - "key": "Import-Package", - "value": "javax.activation;resolution:=optional;version=\"[1.2,2)\",com.fasterxml.jackson.annotation;version=\"[2.17,3)\",com.fasterxml.jackson.core;version=\"[2.17,3)\",com.fasterxml.jackson.core.util;version=\"[2.17,3)\",com.fasterxml.jackson.databind;version=\"[2.17,3)\",com.fasterxml.jackson.databind.cfg;version=\"[2.17,3)\",com.fasterxml.jackson.databind.deser.std;version=\"[2.17,3)\",com.fasterxml.jackson.databind.introspect;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jsonFormatVisitors;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jsontype;version=\"[2.17,3)\",com.fasterxml.jackson.databind.jsontype.impl;version=\"[2.17,3)\",com.fasterxml.jackson.databind.node;version=\"[2.17,3)\",com.fasterxml.jackson.databind.ser.std;version=\"[2.17,3)\",com.fasterxml.jackson.databind.type;version=\"[2.17,3)\",com.fasterxml.jackson.databind.util;version=\"[2.17,3)\",com.fasterxml.jackson.module.jaxb.deser;version=\"[2.17,3)\",com.fasterxml.jackson.module.jaxb.ser;version=\"[2.17,3)\",javax.xml.bind;version=\"[2.3,3)\",javax.xml.bind.annotation;version=\"[2.3,3)\",javax.xml.bind.annotation.adapters;version=\"[2.3,3)\",javax.xml.parsers,org.w3c.dom" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Export-Package", - "value": "com.fasterxml.jackson.module.jaxb;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.jsontype,com.fasterxml.jackson.databind.type,com.fasterxml.jackson.databind.util,javax.xml.bind.annotation,javax.xml.bind.annotation.adapters\",com.fasterxml.jackson.module.jaxb.deser;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.deser.std,javax.activation,javax.xml.parsers,org.w3c.dom\",com.fasterxml.jackson.module.jaxb.ser;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.core,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.jsonFormatVisitors,com.fasterxml.jackson.databind.ser.std,javax.activation,org.w3c.dom\"" - }, - { - "key": "Bundle-Name", - "value": "Jackson module: Old JAXB Annotations (javax.xml.bind)" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Bundle-Description", - "value": "Support for using JAXB annotations as an alternative to \"native\" Jackson annotations,for configuring data-binding." - }, - { - "key": "Implementation-Title", - "value": "Jackson module: Old JAXB Annotations (javax.xml.bind)" - }, - { - "key": "Implementation-Version", - "value": "2.17.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Vendor", - "value": "FasterXML" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "Implementation-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Version", - "value": "2.17.0" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.8" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Specification-Version", - "value": "2.17.0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.fasterxml.jackson.module/jackson-module-jaxb-annotations/pom.properties", - "name": "", - "groupId": "com.fasterxml.jackson.module", - "artifactId": "jackson-module-jaxb-annotations", - "version": "2.17.0" - }, - "pomProject": { - "path": "META-INF/maven/com.fasterxml.jackson.module/jackson-module-jaxb-annotations/pom.xml", - "parent": { - "groupId": "com.fasterxml.jackson.module", - "artifactId": "jackson-modules-base", - "version": "2.17.0" - }, - "groupId": "com.fasterxml.jackson.module", - "artifactId": "jackson-module-jaxb-annotations", - "version": "2.17.0", - "name": "Jackson module: Old JAXB Annotations (javax.xml.bind)", - "description": "Support for using JAXB annotations as an alternative to \"native\" Jackson annotations, for configuring data-binding.", - "url": "https://github.com/FasterXML/jackson-modules-base" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "e07032ce170277213ac4835169ca79fa0340c7b5" - } - ] - } - }, - { - "id": "0b90e13952166acb", - "name": "jackson-module-parameter-names", - "version": "2.17.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-module-parameter-names-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-module-parameter-names-2.17.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module.jackson-module-parameter-names:jackson-module-parameter-names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module.jackson-module-parameter-names:jackson_module_parameter_names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module.jackson-module-parameter-names:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module-parameter-names:jackson-module-parameter-names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module-parameter-names:jackson_module_parameter_names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module_parameter_names:jackson-module-parameter-names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module_parameter_names:jackson_module_parameter_names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module:jackson-module-parameter-names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module:jackson_module_parameter_names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module-parameter:jackson-module-parameter-names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module-parameter:jackson_module_parameter_names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module_parameter:jackson-module-parameter-names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module_parameter:jackson_module_parameter_names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module:jackson-module-parameter-names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module:jackson_module_parameter_names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module:jackson-module-parameter-names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module:jackson_module_parameter_names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson-module-parameter-names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson_module_parameter_names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module-parameter-names:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson-module-parameter-names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson_module_parameter_names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module_parameter_names:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:module:jackson-module-parameter-names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:module:jackson_module_parameter_names:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.jackson.module:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module-parameter:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module_parameter:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson-module:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson_module:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:module:jackson:2.17.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.fasterxml.jackson.module/jackson-module-parameter-names@2.17.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson-module-parameter-names-2.17.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.fasterxml.jackson.module.jackson-module-parameter-names" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.fasterxml.jackson.module" - }, - { - "key": "Specification-Title", - "value": "Jackson-module-parameter-names" - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/FasterXML/jackson-modules-java8/jackson-module-parameter-names" - }, - { - "key": "Import-Package", - "value": "com.fasterxml.jackson.annotation;version=\"[2.17,3)\",com.fasterxml.jackson.core;version=\"[2.17,3)\",com.fasterxml.jackson.core.util;version=\"[2.17,3)\",com.fasterxml.jackson.databind;version=\"[2.17,3)\",com.fasterxml.jackson.databind.cfg;version=\"[2.17,3)\",com.fasterxml.jackson.databind.introspect;version=\"[2.17,3)\",com.fasterxml.jackson.databind.module;version=\"[2.17,3)\"" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Export-Package", - "value": "com.fasterxml.jackson.module.paramnames;version=\"2.17.0\";uses:=\"com.fasterxml.jackson.annotation,com.fasterxml.jackson.core,com.fasterxml.jackson.databind,com.fasterxml.jackson.databind.cfg,com.fasterxml.jackson.databind.introspect,com.fasterxml.jackson.databind.module\"" - }, - { - "key": "Bundle-Name", - "value": "Jackson-module-parameter-names" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Bundle-Description", - "value": "Add-on module for Jackson (https://github.com/FasterXML/jackson) to supportintrospection of method/constructor parameter names, without having to add explicit property name annotation." - }, - { - "key": "Implementation-Title", - "value": "Jackson-module-parameter-names" - }, - { - "key": "Implementation-Version", - "value": "2.17.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Vendor", - "value": "FasterXML" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "Implementation-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Version", - "value": "2.17.0" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.8" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Specification-Version", - "value": "2.17.0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.fasterxml.jackson.module/jackson-module-parameter-names/pom.properties", - "name": "", - "groupId": "com.fasterxml.jackson.module", - "artifactId": "jackson-module-parameter-names", - "version": "2.17.0" - }, - "pomProject": { - "path": "META-INF/maven/com.fasterxml.jackson.module/jackson-module-parameter-names/pom.xml", - "parent": { - "groupId": "com.fasterxml.jackson.module", - "artifactId": "jackson-modules-java8", - "version": "2.17.0" - }, - "groupId": "com.fasterxml.jackson.module", - "artifactId": "jackson-module-parameter-names", - "version": "2.17.0", - "name": "Jackson-module-parameter-names", - "description": "Add-on module for Jackson (https://github.com/FasterXML/jackson) to support introspection of method/constructor parameter names, without having to add explicit property name annotation." - }, - "digest": [ - { - "algorithm": "sha1", - "value": "59340d6d12c15bcc465a91a4b9a2a93a920c4212" - } - ] - } - }, - { - "id": "a48326f9dad47fa6", - "name": "jackson2-api", - "version": "2.17.0-379.v02de8ec9f64c", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:jackson2-api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:jackson2_api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson2-api:jackson2-api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson2-api:jackson2_api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson2_api:jackson2-api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson2_api:jackson2_api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:jackson2-api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:jackson2_api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:jackson2-api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:jackson2_api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson2:jackson2-api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson2:jackson2_api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jackson2-api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jackson2_api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/jackson2-api@2.17.0-379.v02de8ec9f64c", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Jackson 2 API Plugin" - }, - { - "key": "Specification-Version", - "value": "2.17" - }, - { - "key": "Implementation-Title", - "value": "Jackson 2 API Plugin" - }, - { - "key": "Implementation-Version", - "value": "2.17.0-379.v02de8ec9f64c" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "jackson2-api" - }, - { - "key": "Short-Name", - "value": "jackson2-api" - }, - { - "key": "Long-Name", - "value": "Jackson 2 API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/jackson2-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.17.0-379.v02de8ec9f64c" - }, - { - "key": "Hudson-Version", - "value": "2.401.3" - }, - { - "key": "Jenkins-Version", - "value": "2.401.3" - }, - { - "key": "Plugin-Dependencies", - "value": "javax-activation-api:1.2.0-6,jaxb:2.3.9-1,json-api:20231013-17.v1c97069404b_e,snakeyaml-api:2.2-111.vc6598e30cc65" - }, - { - "key": "Plugin-Developers", - "value": "Stephen Connolly:stephenconnolly:,Oleg Nenashev:oleg_nenashev:,Matt Sicker:jvz:" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "The Apache Software License, Version 2.0" - }, - { - "key": "Plugin-License-Url", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/jackson2-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "02de8ec9f64c2f42e0cfe8a0620cb7846dffd8d0" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/jackson2-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "02de8ec9f64c2f42e0cfe8a0620cb7846dffd8d0" - }, - { - "key": "Implementation-Build", - "value": "02de8ec9f64c2f42e0cfe8a0620cb7846dffd8d0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/jackson2-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "jackson2-api", - "version": "2.17.0-379.v02de8ec9f64c" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/jackson2-api/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "jackson2-api", - "version": "2.17.0-379.v02de8ec9f64c", - "name": "Jackson 2 API Plugin", - "description": "This plugin exposes the Jackson 2 JSON APIs to other Jenkins plugins.", - "url": "https://github.com/jenkinsci/jackson2-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "c893205e5fb5180897f6c0c1e6ee3a074bd1f8d7" - } - ] - } - }, - { - "id": "567b788e91dfa25e", - "name": "jackson2-api", - "version": "2.17.0-379.v02de8ec9f64c", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson2-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson2-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:jackson2-api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:jackson2_api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson2-api:jackson2-api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson2-api:jackson2_api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson2_api:jackson2-api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson2_api:jackson2_api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:jackson2-api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:jackson2_api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:jackson2-api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:jackson2_api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson2:jackson2-api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jackson2:jackson2_api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jackson2-api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jackson2_api:2.17.0-379.v02de8ec9f64c:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/jackson2-api@2.17.0-379.v02de8ec9f64c", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/jackson2-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Jackson 2 API Plugin" - }, - { - "key": "Specification-Version", - "value": "2.17" - }, - { - "key": "Implementation-Title", - "value": "Jackson 2 API Plugin" - }, - { - "key": "Implementation-Version", - "value": "2.17.0-379.v02de8ec9f64c" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "jackson2-api" - }, - { - "key": "Short-Name", - "value": "jackson2-api" - }, - { - "key": "Long-Name", - "value": "Jackson 2 API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/jackson2-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.17.0-379.v02de8ec9f64c" - }, - { - "key": "Hudson-Version", - "value": "2.401.3" - }, - { - "key": "Jenkins-Version", - "value": "2.401.3" - }, - { - "key": "Plugin-Dependencies", - "value": "javax-activation-api:1.2.0-6,jaxb:2.3.9-1,json-api:20231013-17.v1c97069404b_e,snakeyaml-api:2.2-111.vc6598e30cc65" - }, - { - "key": "Plugin-Developers", - "value": "Stephen Connolly:stephenconnolly:,Oleg Nenashev:oleg_nenashev:,Matt Sicker:jvz:" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "The Apache Software License, Version 2.0" - }, - { - "key": "Plugin-License-Url", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/jackson2-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "02de8ec9f64c2f42e0cfe8a0620cb7846dffd8d0" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/jackson2-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "02de8ec9f64c2f42e0cfe8a0620cb7846dffd8d0" - }, - { - "key": "Implementation-Build", - "value": "02de8ec9f64c2f42e0cfe8a0620cb7846dffd8d0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/jackson2-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "jackson2-api", - "version": "2.17.0-379.v02de8ec9f64c" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/jackson2-api/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "jackson2-api", - "version": "2.17.0-379.v02de8ec9f64c", - "name": "Jackson 2 API Plugin", - "description": "This plugin exposes the Jackson 2 JSON APIs to other Jenkins plugins.", - "url": "https://github.com/jenkinsci/jackson2-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "af9df220111a9ad7ed644b5e4f623109808a3a9e" - } - ] - } - }, - { - "id": "5f1d7c65b53ab700", - "name": "jakarta-activation-api", - "version": "2.1.3-1", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-activation-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-3-Clause", - "spdxExpression": "BSD-3-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-activation-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jakarta-activation-api:jakarta-activation-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta-activation-api:jakarta_activation_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_activation_api:jakarta-activation-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_activation_api:jakarta_activation_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:jakarta-activation-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:jakarta_activation_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta-activation:jakarta-activation-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta-activation:jakarta_activation_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_activation:jakarta-activation-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_activation:jakarta_activation_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta:jakarta-activation-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta:jakarta_activation_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jakarta-activation-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jakarta_activation_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/jakarta-activation-api@2.1.3-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-activation-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Jakarta Activation API" - }, - { - "key": "Specification-Version", - "value": "2.1" - }, - { - "key": "Implementation-Title", - "value": "Jakarta Activation API" - }, - { - "key": "Implementation-Version", - "value": "2.1.3-1" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "jakarta-activation-api" - }, - { - "key": "Short-Name", - "value": "jakarta-activation-api" - }, - { - "key": "Long-Name", - "value": "Jakarta Activation API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/jakarta-activation-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.1.3-1" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "BSD-3-Clause" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/BSD-3-Clause" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/jakarta-activation-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "jakarta-activation-api-2.1.3-1" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/jakarta-activation-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "e19a9cd359cfc12f52038f6e6c5b403e9f26a724" - }, - { - "key": "Implementation-Build", - "value": "e19a9cd359cfc12f52038f6e6c5b403e9f26a724" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/jakarta-activation-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "jakarta-activation-api", - "version": "2.1.3-1" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/jakarta-activation-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "jakarta-activation-api", - "version": "2.1.3-1", - "name": "Jakarta Activation API", - "description": "Plugin providing the Jakarta Activation API for other plugins", - "url": "https://github.com/jenkinsci/jakarta-activation-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "563dc6c657264bcc6cdf8297b3dbef94524c8f43" - } - ] - } - }, - { - "id": "1551243a69830019", - "name": "jakarta-activation-api", - "version": "2.1.3-1", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-activation-api.hpi:WEB-INF/lib/jakarta-activation-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-3-Clause", - "spdxExpression": "BSD-3-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-activation-api.hpi:WEB-INF/lib/jakarta-activation-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jakarta-activation-api:jakarta-activation-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta-activation-api:jakarta_activation_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_activation_api:jakarta-activation-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_activation_api:jakarta_activation_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:jakarta-activation-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:jakarta_activation_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta-activation:jakarta-activation-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta-activation:jakarta_activation_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_activation:jakarta-activation-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_activation:jakarta_activation_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta:jakarta-activation-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta:jakarta_activation_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jakarta-activation-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jakarta_activation_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/jakarta-activation-api@2.1.3-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-activation-api.hpi:WEB-INF/lib/jakarta-activation-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Jakarta Activation API" - }, - { - "key": "Specification-Version", - "value": "2.1" - }, - { - "key": "Implementation-Title", - "value": "Jakarta Activation API" - }, - { - "key": "Implementation-Version", - "value": "2.1.3-1" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "jakarta-activation-api" - }, - { - "key": "Short-Name", - "value": "jakarta-activation-api" - }, - { - "key": "Long-Name", - "value": "Jakarta Activation API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/jakarta-activation-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.1.3-1" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "BSD-3-Clause" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/BSD-3-Clause" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/jakarta-activation-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "jakarta-activation-api-2.1.3-1" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/jakarta-activation-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "e19a9cd359cfc12f52038f6e6c5b403e9f26a724" - }, - { - "key": "Implementation-Build", - "value": "e19a9cd359cfc12f52038f6e6c5b403e9f26a724" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/jakarta-activation-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "jakarta-activation-api", - "version": "2.1.3-1" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/jakarta-activation-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "jakarta-activation-api", - "version": "2.1.3-1", - "name": "Jakarta Activation API", - "description": "Plugin providing the Jakarta Activation API for other plugins", - "url": "https://github.com/jenkinsci/jakarta-activation-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "ab16409f3479c75529c95d4c45ba1b95a10dd7b9" - } - ] - } - }, - { - "id": "415a35e387424f9a", - "name": "jakarta-mail-api", - "version": "2.1.3-1", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "EPL-2.0", - "spdxExpression": "EPL-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:jakarta-mail-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:jakarta_mail_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta-mail-api:jakarta-mail-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta-mail-api:jakarta_mail_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_mail_api:jakarta-mail-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_mail_api:jakarta_mail_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta-mail:jakarta-mail-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta-mail:jakarta_mail_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_mail:jakarta-mail-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_mail:jakarta_mail_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta:jakarta-mail-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta:jakarta_mail_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jakarta-mail-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jakarta_mail_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/jakarta-mail-api@2.1.3-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Jakarta Mail API" - }, - { - "key": "Specification-Version", - "value": "2.1" - }, - { - "key": "Implementation-Title", - "value": "Jakarta Mail API" - }, - { - "key": "Implementation-Version", - "value": "2.1.3-1" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "jakarta-mail-api" - }, - { - "key": "Short-Name", - "value": "jakarta-mail-api" - }, - { - "key": "Long-Name", - "value": "Jakarta Mail API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/jakarta-mail-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.1.3-1" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Dependencies", - "value": "jakarta-activation-api:2.1.3-1" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "EPL-2.0" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/EPL-2.0" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/jakarta-mail-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "jakarta-mail-api-2.1.3-1" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/jakarta-mail-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "e315a0170eb525737b514b2fbd286473f87b2657" - }, - { - "key": "Implementation-Build", - "value": "e315a0170eb525737b514b2fbd286473f87b2657" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/jakarta-mail-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "jakarta-mail-api", - "version": "2.1.3-1" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/jakarta-mail-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "jakarta-mail-api", - "version": "2.1.3-1", - "name": "Jakarta Mail API", - "description": "Plugin providing the Jakarta Mail API for other plugins", - "url": "https://github.com/jenkinsci/jakarta-mail-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "3d78ea378550313394c077525b899f70644db758" - } - ] - } - }, - { - "id": "80a8049292ab5264", - "name": "jakarta-mail-api", - "version": "2.1.3-1", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/jakarta-mail-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "EPL-2.0", - "spdxExpression": "EPL-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/jakarta-mail-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:jakarta-mail-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:jakarta_mail_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta-mail-api:jakarta-mail-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta-mail-api:jakarta_mail_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_mail_api:jakarta-mail-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_mail_api:jakarta_mail_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta-mail:jakarta-mail-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta-mail:jakarta_mail_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_mail:jakarta-mail-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta_mail:jakarta_mail_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta:jakarta-mail-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta:jakarta_mail_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jakarta-mail-api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jakarta_mail_api:2.1.3-1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/jakarta-mail-api@2.1.3-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/jakarta-mail-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Jakarta Mail API" - }, - { - "key": "Specification-Version", - "value": "2.1" - }, - { - "key": "Implementation-Title", - "value": "Jakarta Mail API" - }, - { - "key": "Implementation-Version", - "value": "2.1.3-1" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "jakarta-mail-api" - }, - { - "key": "Short-Name", - "value": "jakarta-mail-api" - }, - { - "key": "Long-Name", - "value": "Jakarta Mail API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/jakarta-mail-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.1.3-1" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Dependencies", - "value": "jakarta-activation-api:2.1.3-1" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "EPL-2.0" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/EPL-2.0" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/jakarta-mail-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "jakarta-mail-api-2.1.3-1" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/jakarta-mail-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "e315a0170eb525737b514b2fbd286473f87b2657" - }, - { - "key": "Implementation-Build", - "value": "e315a0170eb525737b514b2fbd286473f87b2657" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/jakarta-mail-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "jakarta-mail-api", - "version": "2.1.3-1" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/jakarta-mail-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "jakarta-mail-api", - "version": "2.1.3-1", - "name": "Jakarta Mail API", - "description": "Plugin providing the Jakarta Mail API for other plugins", - "url": "https://github.com/jenkinsci/jakarta-mail-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "a3d2aa5a89d94e1e729d8154b937309a17021811" - } - ] - } - }, - { - "id": "1a885d117806fbfd", - "name": "jakarta.activation-api", - "version": "2.1.3", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-activation-api.hpi:WEB-INF/lib/jakarta.activation-api-2.1.3.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.eclipse.org/org/documents/edl-v10.php", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-activation-api.hpi:WEB-INF/lib/jakarta.activation-api-2.1.3.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jakarta.activation-api:jakarta.activation-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.activation-api:jakarta.activation_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.activation_api:jakarta.activation-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.activation_api:jakarta.activation_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:jakarta.activation-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:jakarta.activation_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:jakarta.activation-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:jakarta.activation_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.activation:jakarta.activation-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.activation:jakarta.activation_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:jakarta.activation-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:jakarta.activation_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jakarta.activation-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jakarta.activation_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:jakarta.activation-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:jakarta.activation_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.activation-api:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.activation_api:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.activation:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jakarta.activation/jakarta.activation-api@2.1.3", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-activation-api.hpi:WEB-INF/lib/jakarta.activation-api-2.1.3.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-Description", - "value": "Jakarta Activation API 2.1 Specification" - }, - { - "key": "Bundle-DocURL", - "value": "https://www.eclipse.org" - }, - { - "key": "Bundle-License", - "value": "http://www.eclipse.org/org/documents/edl-v10.php" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Jakarta Activation API" - }, - { - "key": "Bundle-SymbolicName", - "value": "jakarta.activation-api" - }, - { - "key": "Bundle-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Bundle-Version", - "value": "2.1.3" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.8" - }, - { - "key": "DynamicImport-Package", - "value": "org.glassfish.hk2.osgiresourcelocator" - }, - { - "key": "Export-Package", - "value": "jakarta.activation;version=\"2.1.3\",jakarta.activation.spi;uses:=\"jakarta.activation\";version=\"2.1.3\"" - }, - { - "key": "Extension-Name", - "value": "jakarta.activation" - }, - { - "key": "Implementation-Build-Id", - "value": "7f7d358" - }, - { - "key": "Implementation-Title", - "value": "Jakarta Activation API" - }, - { - "key": "Implementation-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Import-Package", - "value": "jakarta.activation,jakarta.activation.spi" - }, - { - "key": "Require-Capability", - "value": "osgi.extender;filter:=\"(&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0)))\";resolution:=optional,osgi.serviceloader;filter:=\"(osgi.serviceloader=jakarta.activation.spi.MailcapRegistryProvider)\";osgi.serviceloader=\"jakarta.activation.spi.MailcapRegistryProvider\";cardinality:=multiple;resolution:=optional,osgi.serviceloader;filter:=\"(osgi.serviceloader=jakarta.activation.spi.MimeTypeRegistryProvider)\";osgi.serviceloader=\"jakarta.activation.spi.MimeTypeRegistryProvider\";cardinality:=multiple;resolution:=optional,osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Specification-Title", - "value": "Jakarta Activation Specification" - }, - { - "key": "Specification-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Specification-Version", - "value": "2.1" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/jakarta.activation/jakarta.activation-api/pom.properties", - "name": "", - "groupId": "jakarta.activation", - "artifactId": "jakarta.activation-api", - "version": "2.1.3" - }, - "pomProject": { - "path": "META-INF/maven/jakarta.activation/jakarta.activation-api/pom.xml", - "parent": { - "groupId": "org.eclipse.ee4j", - "artifactId": "project", - "version": "1.0.9" - }, - "groupId": "jakarta.activation", - "artifactId": "jakarta.activation-api", - "version": "2.1.3", - "name": "Jakarta Activation API", - "description": "Jakarta Activation API 2.1 Specification", - "url": "https://github.com/jakartaee/jaf-api" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "fa165bd70cda600368eee31555222776a46b881f" - } - ] - } - }, - { - "id": "c211273034482f1e", - "name": "jakarta.annotation-api", - "version": "3.0.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jakarta.annotation-api-3.0.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jakarta.annotation-api-3.0.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jakarta.annotation-api:jakarta.annotation-api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.annotation-api:jakarta.annotation_api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.annotation_api:jakarta.annotation-api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.annotation_api:jakarta.annotation_api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:jakarta.annotation-api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:jakarta.annotation_api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:jakarta.annotation-api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:jakarta.annotation_api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.annotation:jakarta.annotation-api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.annotation:jakarta.annotation_api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:jakarta.annotation-api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:jakarta.annotation_api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish:jakarta.annotation-api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish:jakarta.annotation_api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:jakarta.annotation-api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:jakarta.annotation_api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jakarta.annotation-api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jakarta.annotation_api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:jakarta.annotation-api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:jakarta.annotation_api:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.annotation-api:ee4j:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.annotation_api:ee4j:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:ee4j:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:ee4j:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.annotation:ee4j:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:ee4j:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish:ee4j:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:ee4j:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:ee4j:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:ee4j:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jakarta.annotation/jakarta.annotation-api@3.0.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jakarta.annotation-api-3.0.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Build-Jdk-Spec", - "value": "18" - }, - { - "key": "Bundle-Description", - "value": "Jakarta Annotations API" - }, - { - "key": "Bundle-DocURL", - "value": "https://www.eclipse.org" - }, - { - "key": "Bundle-License", - "value": "https://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Jakarta Annotations API" - }, - { - "key": "Bundle-SymbolicName", - "value": "jakarta.annotation-api" - }, - { - "key": "Bundle-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Bundle-Version", - "value": "3.0.0" - }, - { - "key": "Export-Package", - "value": "jakarta.annotation;version=\"3.0.0\",jakarta.annotation.security;version=\"3.0.0\",jakarta.annotation.sql;version=\"3.0.0\"" - }, - { - "key": "Extension-Name", - "value": "jakarta.annotation" - }, - { - "key": "Implementation-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.glassfish" - }, - { - "key": "Implementation-Version", - "value": "3.0.0" - }, - { - "key": "Import-Package", - "value": "java.lang,java.lang.annotation" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=11))\"" - }, - { - "key": "Specification-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Specification-Version", - "value": "3.0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/jakarta.annotation/jakarta.annotation-api/pom.properties", - "name": "", - "groupId": "jakarta.annotation", - "artifactId": "jakarta.annotation-api", - "version": "3.0.0" - }, - "pomProject": { - "path": "META-INF/maven/jakarta.annotation/jakarta.annotation-api/pom.xml", - "parent": { - "groupId": "org.eclipse.ee4j", - "artifactId": "project", - "version": "1.0.9" - }, - "groupId": "jakarta.annotation", - "artifactId": "jakarta.annotation-api", - "version": "3.0.0", - "name": "Jakarta Annotations API", - "description": "Jakarta Annotations API", - "url": "https://projects.eclipse.org/projects/ee4j.ca" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "54f928fadec906a99d558536756d171917b9d936" - } - ] - } - }, - { - "id": "48c887d45068bc13", - "name": "jakarta.inject-api", - "version": "2.0.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jakarta.inject-api-2.0.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jakarta.inject-api-2.0.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jakarta.inject-api:jakarta.inject-api:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.inject-api:jakarta.inject_api:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.inject_api:jakarta.inject-api:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.inject_api:jakarta.inject_api:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:jakarta.inject-api:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:jakarta.inject_api:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.inject:jakarta.inject-api:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.inject:jakarta.inject_api:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jakarta.inject-api:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jakarta.inject_api:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:jakarta.inject-api:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:jakarta.inject_api:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.inject-api:ee4j:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.inject_api:ee4j:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:ee4j:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.inject:ee4j:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:ee4j:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:ee4j:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jakarta.inject/jakarta.inject-api@2.0.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jakarta.inject-api-2.0.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Bnd-LastModified", - "value": "1634410586985" - }, - { - "key": "Build-Jdk", - "value": "11.0.2" - }, - { - "key": "Built-By", - "value": "jenkins" - }, - { - "key": "Bundle-Description", - "value": "Jakarta Dependency Injection" - }, - { - "key": "Bundle-DocURL", - "value": "https://www.eclipse.org" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Jakarta Dependency Injection" - }, - { - "key": "Bundle-SymbolicName", - "value": "jakarta.inject.jakarta.inject-api" - }, - { - "key": "Bundle-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Bundle-Version", - "value": "2.0.1" - }, - { - "key": "Export-Package", - "value": "jakarta.inject;version=\"2.0.1\"" - }, - { - "key": "Implementation-Version", - "value": "2.0" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-4.2.0.201903051501" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/jakarta.inject/jakarta.inject-api/pom.properties", - "name": "", - "groupId": "jakarta.inject", - "artifactId": "jakarta.inject-api", - "version": "2.0.1" - }, - "pomProject": { - "path": "META-INF/maven/jakarta.inject/jakarta.inject-api/pom.xml", - "parent": { - "groupId": "org.eclipse.ee4j", - "artifactId": "project", - "version": "1.0.6" - }, - "groupId": "jakarta.inject", - "artifactId": "jakarta.inject-api", - "version": "2.0.1", - "name": "Jakarta Dependency Injection", - "description": "Jakarta Dependency Injection", - "url": "https://github.com/eclipse-ee4j/injection-api" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "4c28afe1991a941d7702fe1362c365f0a8641d1e" - } - ] - } - }, - { - "id": "316a314922678cee", - "name": "jakarta.mail-api", - "version": "2.1.3", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/jakarta.mail-api-2.1.3.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html, http://www.eclipse.org/org/documents/edl-v10.php", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/jakarta.mail-api-2.1.3.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:eclipse-foundation:jakarta.mail-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:jakarta.mail_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:jakarta.mail-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:jakarta.mail_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.mail-api:jakarta.mail-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.mail-api:jakarta.mail_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.mail_api:jakarta.mail-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.mail_api:jakarta.mail_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:jakarta.mail-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:jakarta.mail_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.mail:jakarta.mail-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.mail:jakarta.mail_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jakarta.mail-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jakarta.mail_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:jakarta.mail-api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:jakarta.mail_api:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.mail-api:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.mail_api:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.mail:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:ee4j:2.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jakarta.mail/jakarta.mail-api@2.1.3", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/jakarta.mail-api-2.1.3.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-Description", - "value": "Jakarta Mail API 2.1 Specification API" - }, - { - "key": "Bundle-DocURL", - "value": "https://www.eclipse.org" - }, - { - "key": "Bundle-License", - "value": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html, http://www.eclipse.org/org/documents/edl-v10.php" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Jakarta Mail API" - }, - { - "key": "Bundle-SymbolicName", - "value": "jakarta.mail-api" - }, - { - "key": "Bundle-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Bundle-Version", - "value": "2.1.3" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "DynamicImport-Package", - "value": "org.glassfish.hk2.osgiresourcelocator" - }, - { - "key": "Export-Package", - "value": "jakarta.mail;uses:=\"jakarta.activation,jakarta.mail.event,jakarta.mail.search,jakarta.mail.util\";version=\"2.1.3\",jakarta.mail.event;uses:=\"jakarta.mail\";version=\"2.1.3\",jakarta.mail.internet;uses:=\"jakarta.activation,jakarta.mail\";version=\"2.1.3\",jakarta.mail.search;uses:=\"jakarta.mail\";version=\"2.1.3\",jakarta.mail.util;uses:=\"jakarta.activation,jakarta.mail.internet\";version=\"2.1.3\"" - }, - { - "key": "Extension-Name", - "value": "jakarta.mail" - }, - { - "key": "Implementation-Build-Id", - "value": "0f448dc" - }, - { - "key": "Implementation-Title", - "value": "Jakarta Mail API" - }, - { - "key": "Implementation-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Import-Package", - "value": "jakarta.activation;version=\"[2.1,3)\",jakarta.mail,jakarta.mail.event,jakarta.mail.internet,jakarta.mail.search,jakarta.mail.util" - }, - { - "key": "Require-Capability", - "value": "osgi.extender;filter:=\"(&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0)))\";resolution:=optional,osgi.serviceloader;filter:=\"(osgi.serviceloader=jakarta.mail.Provider)\";osgi.serviceloader=\"jakarta.mail.Provider\";cardinality:=multiple;resolution:=optional,osgi.serviceloader;filter:=\"(osgi.serviceloader=jakarta.mail.util.StreamProvider)\";osgi.serviceloader=\"jakarta.mail.util.StreamProvider\";cardinality:=multiple;resolution:=optional,osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Specification-Title", - "value": "Jakarta Mail Specification" - }, - { - "key": "Specification-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Specification-Version", - "value": "2.1" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/jakarta.mail/jakarta.mail-api/pom.properties", - "name": "", - "groupId": "jakarta.mail", - "artifactId": "jakarta.mail-api", - "version": "2.1.3" - }, - "pomProject": { - "path": "META-INF/maven/jakarta.mail/jakarta.mail-api/pom.xml", - "parent": { - "groupId": "org.eclipse.ee4j", - "artifactId": "project", - "version": "1.0.9" - }, - "groupId": "jakarta.mail", - "artifactId": "jakarta.mail-api", - "version": "2.1.3", - "name": "Jakarta Mail API", - "description": "Jakarta Mail API 2.1 Specification API" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "a327aa5f514ba86e80d54584417d7376ed2bde0e" - } - ] - } - }, - { - "id": "043b6fc0e66d9d5c", - "name": "jakarta.servlet.jsp.jstl-api", - "version": "1.2.7", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jakarta.servlet.jsp.jstl-api-1.2.7.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jakarta.servlet.jsp.jstl-api-1.2.7.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jakarta.servlet.jsp.jstl-api:jakarta.servlet.jsp.jstl-api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.servlet.jsp.jstl-api:jakarta.servlet.jsp.jstl_api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.servlet.jsp.jstl_api:jakarta.servlet.jsp.jstl-api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.servlet.jsp.jstl_api:jakarta.servlet.jsp.jstl_api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl-api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.servlet.jsp.jstl:jakarta.servlet.jsp.jstl_api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:jakarta.servlet.jsp.jstl-api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:jakarta.servlet.jsp.jstl_api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:jakarta.servlet.jsp.jstl-api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:jakarta.servlet.jsp.jstl_api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:jakarta.servlet.jsp.jstl-api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:jakarta.servlet.jsp.jstl_api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jakarta.servlet.jsp.jstl-api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jakarta.servlet.jsp.jstl_api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:jakarta.servlet.jsp.jstl-api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:jakarta.servlet.jsp.jstl_api:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.servlet.jsp.jstl-api:ee4j:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.servlet.jsp.jstl_api:ee4j:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.servlet.jsp.jstl:ee4j:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:ee4j:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:ee4j:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.ee4j:ee4j:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:ee4j:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ee4j:ee4j:1.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jakarta.servlet.jsp.jstl/jakarta.servlet.jsp.jstl-api@1.2.7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jakarta.servlet.jsp.jstl-api-1.2.7.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-Description", - "value": "JavaServer Pages(TM) Standard Tag Library API" - }, - { - "key": "Bundle-License", - "value": "http://www.eclipse.org/legal/epl-2.0, https://www.gnu.org/software/classpath/license.html" - }, - { - "key": "Bundle-SymbolicName", - "value": "javax.servlet.jsp.jstl-api" - }, - { - "key": "Implementation-Version", - "value": "1.2.7" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Built-By", - "value": "default" - }, - { - "key": "Specification-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bnd-LastModified", - "value": "1566181244110" - }, - { - "key": "Bundle-DocURL", - "value": "https://www.eclipse.org" - }, - { - "key": "Bundle-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Import-Package", - "value": "javax.el,javax.servlet,javax.servlet.http,javax.servlet.jsp,javax.servlet.jsp.jstl.core;version=\"1.2.7\",javax.servlet.jsp.jstl.fmt;version=\"1.2.7\",javax.servlet.jsp.jstl.sql;version=\"1.2.7\",javax.servlet.jsp.jstl.tlv;version=\"1.2.7\",javax.servlet.jsp.tagext,javax.xml.parsers,org.xml.sax,org.xml.sax.helpers" - }, - { - "key": "Tool", - "value": "Bnd-0.0.255" - }, - { - "key": "Implementation-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Originally-Created-By", - "value": "1.8.0_181 (Oracle Corporation)" - }, - { - "key": "Export-Package", - "value": "javax.servlet.jsp.jstl.sql;version=\"1.2.7\",javax.servlet.jsp.jstl.tlv;uses:=\"org.xml.sax.helpers,org.xml.sax,javax.servlet.jsp.tagext,javax.xml.parsers\";version=\"1.2.7\",javax.servlet.jsp.jstl.core;uses:=\"javax.servlet,javax.servlet.http,javax.servlet.jsp.tagext,javax.el,javax.servlet.jsp\";version=\"1.2.7\",javax.servlet.jsp.jstl.fmt;uses:=\"javax.servlet,javax.servlet.jsp.jstl.core,javax.servlet.http,javax.servlet.jsp\";version=\"1.2.7\"" - }, - { - "key": "Bundle-Version", - "value": "1.2.7" - }, - { - "key": "Bundle-Name", - "value": "JavaServer Pages(TM) Standard Tag Library API" - }, - { - "key": "Extension-Name", - "value": "javax.servlet.jsp.jstl" - }, - { - "key": "Created-By", - "value": "1.8.0_181 (Oracle Corporation)" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_181" - }, - { - "key": "Specification-Version", - "value": "1.2" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/jakarta.servlet.jsp.jstl/jakarta.servlet.jsp.jstl-api/pom.properties", - "name": "", - "groupId": "jakarta.servlet.jsp.jstl", - "artifactId": "jakarta.servlet.jsp.jstl-api", - "version": "1.2.7" - }, - "pomProject": { - "path": "META-INF/maven/jakarta.servlet.jsp.jstl/jakarta.servlet.jsp.jstl-api/pom.xml", - "parent": { - "groupId": "org.eclipse.ee4j", - "artifactId": "project", - "version": "1.0.2" - }, - "groupId": "jakarta.servlet.jsp.jstl", - "artifactId": "jakarta.servlet.jsp.jstl-api", - "version": "1.2.7", - "name": "JavaServer Pages(TM) Standard Tag Library API", - "description": "JavaServer Pages(TM) Standard Tag Library API", - "url": "https://projects.eclipse.org/projects/ee4j.jstl" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "34a035507f0270f1c6b7722d728bd7b5a9bbac4c" - } - ] - } - }, - { - "id": "dbd1faf1403107a0", - "name": "jakarta.websocket-api", - "version": "2.1.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jakarta.websocket-api:jakarta.websocket-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket-api:jakarta.websocket_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket_api:jakarta.websocket-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket_api:jakarta.websocket_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket:jakarta.websocket-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket:jakarta.websocket_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jakarta.websocket/jakarta.websocket-api@2.1.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:jakarta.websocket:jakarta.websocket-api", - "pomProperties": { - "path": "META-INF/maven/jakarta.websocket/jakarta.websocket-api/pom.properties", - "name": "", - "groupId": "jakarta.websocket", - "artifactId": "jakarta.websocket-api", - "version": "2.1.1" - }, - "pomProject": { - "path": "META-INF/maven/jakarta.websocket/jakarta.websocket-api/pom.xml", - "parent": { - "groupId": "jakarta.websocket", - "artifactId": "jakarta.websocket-all", - "version": "2.1.1" - }, - "groupId": "jakarta.websocket", - "artifactId": "jakarta.websocket-api", - "version": "2.1.1", - "name": "Jakarta WebSocket - Server API", - "description": "Jakarta WebSocket - Server API", - "url": "https://projects.eclipse.org/projects/ee4j.websocket" - } - } - }, - { - "id": "df3fe34b1134ae5a", - "name": "jakarta.websocket-api", - "version": "2.1.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jakarta.websocket-api:jakarta.websocket-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket-api:jakarta.websocket_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket_api:jakarta.websocket-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket_api:jakarta.websocket_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket:jakarta.websocket-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket:jakarta.websocket_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jakarta.websocket/jakarta.websocket-api@2.1.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar:jakarta.websocket:jakarta.websocket-api", - "pomProperties": { - "path": "META-INF/maven/jakarta.websocket/jakarta.websocket-api/pom.properties", - "name": "", - "groupId": "jakarta.websocket", - "artifactId": "jakarta.websocket-api", - "version": "2.1.1" - }, - "pomProject": { - "path": "META-INF/maven/jakarta.websocket/jakarta.websocket-api/pom.xml", - "parent": { - "groupId": "jakarta.websocket", - "artifactId": "jakarta.websocket-all", - "version": "2.1.1" - }, - "groupId": "jakarta.websocket", - "artifactId": "jakarta.websocket-api", - "version": "2.1.1", - "name": "Jakarta WebSocket - Server API", - "description": "Jakarta WebSocket - Server API", - "url": "https://projects.eclipse.org/projects/ee4j.websocket" - } - } - }, - { - "id": "18a0ba5bba0dde83", - "name": "jakarta.websocket-client-api", - "version": "2.1.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jakarta.websocket-client-api:jakarta.websocket-client-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket-client-api:jakarta.websocket_client_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket_client_api:jakarta.websocket-client-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket_client_api:jakarta.websocket_client_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket-client:jakarta.websocket-client-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket-client:jakarta.websocket_client_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket_client:jakarta.websocket-client-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket_client:jakarta.websocket_client_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket:jakarta.websocket-client-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket:jakarta.websocket_client_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jakarta.websocket/jakarta.websocket-client-api@2.1.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:jakarta.websocket:jakarta.websocket-client-api", - "pomProperties": { - "path": "META-INF/maven/jakarta.websocket/jakarta.websocket-client-api/pom.properties", - "name": "", - "groupId": "jakarta.websocket", - "artifactId": "jakarta.websocket-client-api", - "version": "2.1.1" - }, - "pomProject": { - "path": "META-INF/maven/jakarta.websocket/jakarta.websocket-client-api/pom.xml", - "parent": { - "groupId": "jakarta.websocket", - "artifactId": "jakarta.websocket-all", - "version": "2.1.1" - }, - "groupId": "jakarta.websocket", - "artifactId": "jakarta.websocket-client-api", - "version": "2.1.1", - "name": "Jakarta WebSocket - Client API", - "description": "Jakarta WebSocket - Client API", - "url": "https://projects.eclipse.org/projects/ee4j.websocket" - } - } - }, - { - "id": "410ac1690300da0b", - "name": "jakarta.websocket-client-api", - "version": "2.1.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jakarta.websocket-client-api:jakarta.websocket-client-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket-client-api:jakarta.websocket_client_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket_client_api:jakarta.websocket-client-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket_client_api:jakarta.websocket_client_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket-client:jakarta.websocket-client-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket-client:jakarta.websocket_client_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket_client:jakarta.websocket-client-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket_client:jakarta.websocket_client_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket:jakarta.websocket-client-api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jakarta.websocket:jakarta.websocket_client_api:2.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jakarta.websocket/jakarta.websocket-client-api@2.1.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar:jakarta.websocket:jakarta.websocket-client-api", - "pomProperties": { - "path": "META-INF/maven/jakarta.websocket/jakarta.websocket-client-api/pom.properties", - "name": "", - "groupId": "jakarta.websocket", - "artifactId": "jakarta.websocket-client-api", - "version": "2.1.1" - }, - "pomProject": { - "path": "META-INF/maven/jakarta.websocket/jakarta.websocket-client-api/pom.xml", - "parent": { - "groupId": "jakarta.websocket", - "artifactId": "jakarta.websocket-all", - "version": "2.1.1" - }, - "groupId": "jakarta.websocket", - "artifactId": "jakarta.websocket-client-api", - "version": "2.1.1", - "name": "Jakarta WebSocket - Client API", - "description": "Jakarta WebSocket - Client API", - "url": "https://projects.eclipse.org/projects/ee4j.websocket" - } - } - }, - { - "id": "bd8b658aed997a7c", - "name": "jansi", - "version": "1.11", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jansi-1.11.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jansi-1.11.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.fusesource.jansi:jansi:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fusesource\\,-corp-:jansi:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fusesource\\,_corp_:jansi:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fusesource:jansi:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jansi:jansi:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.fusesource.jansi/jansi@1.11", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jansi-1.11.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Export-Package", - "value": "org.fusesource.jansi;version=\"1.11\"" - }, - { - "key": "Ignore-Package", - "value": "org.fusesource.jansi,org.fusesource.jansi.internal" - }, - { - "key": "Implementation-Title", - "value": "jansi" - }, - { - "key": "Built-By", - "value": "chirino" - }, - { - "key": "Tool", - "value": "Bnd-0.0.357" - }, - { - "key": "Implementation-Vendor", - "value": "FuseSource, Corp." - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.fusesource.jansi" - }, - { - "key": "Specification-Title", - "value": "jansi" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.fusesource.jansi" - }, - { - "key": "Implementation-Version", - "value": "1.11" - }, - { - "key": "Specification-Vendor", - "value": "FuseSource, Corp." - }, - { - "key": "Bundle-Name", - "value": "jansi" - }, - { - "key": "Created-By", - "value": "1.7.0_07 (Oracle Corporation)" - }, - { - "key": "Bundle-Vendor", - "value": "FuseSource, Corp." - }, - { - "key": "Build-Jdk", - "value": "1.7.0_07" - }, - { - "key": "Bundle-Version", - "value": "1.11" - }, - { - "key": "Bnd-LastModified", - "value": "1368451278971" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Description", - "value": "Jansi is a java library for generating and interpreting ANSI escape sequences." - }, - { - "key": "Bundle-DocURL", - "value": "http://fusesource.com/" - }, - { - "key": "Specification-Version", - "value": "1.11" - }, - { - "key": "Import-Package", - "value": "sun.reflect;resolution:=optional" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.fusesource.jansi/jansi/pom.properties", - "name": "", - "groupId": "org.fusesource.jansi", - "artifactId": "jansi", - "version": "1.11" - }, - "pomProject": { - "path": "META-INF/maven/org.fusesource.jansi/jansi/pom.xml", - "parent": { - "groupId": "org.fusesource.jansi", - "artifactId": "jansi-project", - "version": "1.11" - }, - "groupId": "org.fusesource.jansi", - "artifactId": "jansi", - "version": "1.11", - "name": "jansi", - "description": "Jansi is a java library for generating and interpreting ANSI escape sequences." - }, - "digest": [ - { - "algorithm": "sha1", - "value": "655c643309c2f45a56a747fda70e3fadf57e9f11" - } - ] - } - }, - { - "id": "f7f481c8e794b85d", - "name": "jansi-native", - "version": "1.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jansi-1.11.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jansi-1.11.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.fusesource.jansi:jansi-native:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.fusesource.jansi:jansi_native:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.fusesource:jansi-native:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.fusesource:jansi_native:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.fusesource.jansi:jansi:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jansi-native:jansi-native:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jansi-native:jansi_native:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jansi_native:jansi-native:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jansi_native:jansi_native:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fusesource:jansi-native:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fusesource:jansi_native:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.fusesource:jansi:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jansi-native:jansi:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jansi:jansi-native:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jansi:jansi_native:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jansi_native:jansi:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fusesource:jansi:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jansi:jansi:1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.fusesource.jansi/jansi-native@1.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jansi-1.11.jar:org.fusesource.jansi:jansi-native", - "pomProperties": { - "path": "META-INF/maven/org.fusesource.jansi/jansi-native/pom.properties", - "name": "", - "groupId": "org.fusesource.jansi", - "artifactId": "jansi-native", - "version": "1.5" - }, - "pomProject": { - "path": "META-INF/maven/org.fusesource.jansi/jansi-native/pom.xml", - "parent": { - "groupId": "org.fusesource", - "artifactId": "fusesource-pom", - "version": "1.9" - }, - "groupId": "org.fusesource.jansi", - "artifactId": "jansi-native", - "version": "1.5", - "name": "jansi-native", - "description": "Jansi is a java library for generating and interpreting ANSI escape sequences.", - "url": "http://jansi.fusesource.org" - } - } - }, - { - "id": "44ab99dce54bb5c1", - "name": "javax-activation-api", - "version": "1.2.0-7", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-activation-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "CDDL-1.1", - "spdxExpression": "CDDL-1.1", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-activation-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:javax-activation-api:javax-activation-api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax-activation-api:javax_activation_api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_activation_api:javax-activation-api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_activation_api:javax_activation_api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:javax-activation-api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:javax_activation_api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax-activation:javax-activation-api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax-activation:javax_activation_api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_activation:javax-activation-api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_activation:javax_activation_api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:javax-activation-api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:javax_activation_api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax:javax-activation-api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax:javax_activation_api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/javax-activation-api@1.2.0-7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-activation-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "JavaBeans Activation Framework (JAF) API" - }, - { - "key": "Specification-Version", - "value": "1.2" - }, - { - "key": "Implementation-Title", - "value": "JavaBeans Activation Framework (JAF) API" - }, - { - "key": "Implementation-Version", - "value": "1.2.0-7" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "javax-activation-api" - }, - { - "key": "Short-Name", - "value": "javax-activation-api" - }, - { - "key": "Long-Name", - "value": "JavaBeans Activation Framework (JAF) API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/javax-activation-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "1.2.0-7" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "CDDL-1.1" - }, - { - "key": "Plugin-License-Url", - "value": "https://spdx.org/licenses/CDDL-1.1.html" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/javax-activation-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "javax-activation-api-1.2.0-7" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/javax-activation-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "0a8009a08a09d76b6bbb9872af39147e98c18e74" - }, - { - "key": "Implementation-Build", - "value": "0a8009a08a09d76b6bbb9872af39147e98c18e74" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/javax-activation-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "javax-activation-api", - "version": "1.2.0-7" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/javax-activation-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "javax-activation-api", - "version": "1.2.0-7", - "name": "JavaBeans Activation Framework (JAF) API", - "description": "Plugin providing the JavaBeans Activation Framework (JAF) API for other plugins", - "url": "https://github.com/jenkinsci/javax-activation-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "f01904abd89da9b34cb66f323c684713aaf0f4a2" - } - ] - } - }, - { - "id": "bd73493edf4b2fbe", - "name": "javax-activation-api", - "version": "1.2.0-7", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-activation-api.hpi:WEB-INF/lib/javax-activation-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "CDDL-1.1", - "spdxExpression": "CDDL-1.1", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-activation-api.hpi:WEB-INF/lib/javax-activation-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:javax-activation-api:javax-activation-api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax-activation-api:javax_activation_api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_activation_api:javax-activation-api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_activation_api:javax_activation_api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:javax-activation-api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:javax_activation_api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax-activation:javax-activation-api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax-activation:javax_activation_api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_activation:javax-activation-api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_activation:javax_activation_api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:javax-activation-api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:javax_activation_api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax:javax-activation-api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax:javax_activation_api:1.2.0-7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/javax-activation-api@1.2.0-7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-activation-api.hpi:WEB-INF/lib/javax-activation-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "JavaBeans Activation Framework (JAF) API" - }, - { - "key": "Specification-Version", - "value": "1.2" - }, - { - "key": "Implementation-Title", - "value": "JavaBeans Activation Framework (JAF) API" - }, - { - "key": "Implementation-Version", - "value": "1.2.0-7" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "javax-activation-api" - }, - { - "key": "Short-Name", - "value": "javax-activation-api" - }, - { - "key": "Long-Name", - "value": "JavaBeans Activation Framework (JAF) API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/javax-activation-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "1.2.0-7" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "CDDL-1.1" - }, - { - "key": "Plugin-License-Url", - "value": "https://spdx.org/licenses/CDDL-1.1.html" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/javax-activation-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "javax-activation-api-1.2.0-7" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/javax-activation-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "0a8009a08a09d76b6bbb9872af39147e98c18e74" - }, - { - "key": "Implementation-Build", - "value": "0a8009a08a09d76b6bbb9872af39147e98c18e74" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/javax-activation-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "javax-activation-api", - "version": "1.2.0-7" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/javax-activation-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "javax-activation-api", - "version": "1.2.0-7", - "name": "JavaBeans Activation Framework (JAF) API", - "description": "Plugin providing the JavaBeans Activation Framework (JAF) API for other plugins", - "url": "https://github.com/jenkinsci/javax-activation-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "c47407be8bcdbf5d25d96ee2dd9737c5bed1169c" - } - ] - } - }, - { - "id": "83748bd87cf1d288", - "name": "javax-mail-api", - "version": "1.6.2-10", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-mail-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "CDDL-1.1", - "spdxExpression": "CDDL-1.1", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-mail-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:javax-mail-api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:javax_mail_api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax-mail-api:javax-mail-api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax-mail-api:javax_mail_api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_mail_api:javax-mail-api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_mail_api:javax_mail_api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax-mail:javax-mail-api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax-mail:javax_mail_api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_mail:javax-mail-api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_mail:javax_mail_api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:javax-mail-api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:javax_mail_api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax:javax-mail-api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax:javax_mail_api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/javax-mail-api@1.6.2-10", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-mail-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "JavaMail API" - }, - { - "key": "Specification-Version", - "value": "1.6" - }, - { - "key": "Implementation-Title", - "value": "JavaMail API" - }, - { - "key": "Implementation-Version", - "value": "1.6.2-10" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "javax-mail-api" - }, - { - "key": "Short-Name", - "value": "javax-mail-api" - }, - { - "key": "Long-Name", - "value": "JavaMail API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/javax-mail-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "1.6.2-10" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Mask-Classes", - "value": "com.sun.mail." - }, - { - "key": "Plugin-Dependencies", - "value": "javax-activation-api:1.2.0-6" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "CDDL-1.1" - }, - { - "key": "Plugin-License-Url", - "value": "https://spdx.org/licenses/CDDL-1.1.html" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/javax-mail-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "javax-mail-api-1.6.2-10" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/javax-mail-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "78fa47f0c088304a8e1d5d212f3d1cb421b20c95" - }, - { - "key": "Implementation-Build", - "value": "78fa47f0c088304a8e1d5d212f3d1cb421b20c95" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/javax-mail-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "javax-mail-api", - "version": "1.6.2-10" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/javax-mail-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "javax-mail-api", - "version": "1.6.2-10", - "name": "JavaMail API", - "description": "Plugin providing the JavaMail API for other plugins", - "url": "https://github.com/jenkinsci/javax-mail-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "7f648db90fb4000f985abc65f89953401484c5e3" - } - ] - } - }, - { - "id": "404561adfff42640", - "name": "javax-mail-api", - "version": "1.6.2-10", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-mail-api.hpi:WEB-INF/lib/javax-mail-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "CDDL-1.1", - "spdxExpression": "CDDL-1.1", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-mail-api.hpi:WEB-INF/lib/javax-mail-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:javax-mail-api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:javax_mail_api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax-mail-api:javax-mail-api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax-mail-api:javax_mail_api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_mail_api:javax-mail-api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_mail_api:javax_mail_api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax-mail:javax-mail-api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax-mail:javax_mail_api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_mail:javax-mail-api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax_mail:javax_mail_api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:javax-mail-api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:javax_mail_api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax:javax-mail-api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax:javax_mail_api:1.6.2-10:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/javax-mail-api@1.6.2-10", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-mail-api.hpi:WEB-INF/lib/javax-mail-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "JavaMail API" - }, - { - "key": "Specification-Version", - "value": "1.6" - }, - { - "key": "Implementation-Title", - "value": "JavaMail API" - }, - { - "key": "Implementation-Version", - "value": "1.6.2-10" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "javax-mail-api" - }, - { - "key": "Short-Name", - "value": "javax-mail-api" - }, - { - "key": "Long-Name", - "value": "JavaMail API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/javax-mail-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "1.6.2-10" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Mask-Classes", - "value": "com.sun.mail." - }, - { - "key": "Plugin-Dependencies", - "value": "javax-activation-api:1.2.0-6" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "CDDL-1.1" - }, - { - "key": "Plugin-License-Url", - "value": "https://spdx.org/licenses/CDDL-1.1.html" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/javax-mail-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "javax-mail-api-1.6.2-10" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/javax-mail-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "78fa47f0c088304a8e1d5d212f3d1cb421b20c95" - }, - { - "key": "Implementation-Build", - "value": "78fa47f0c088304a8e1d5d212f3d1cb421b20c95" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/javax-mail-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "javax-mail-api", - "version": "1.6.2-10" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/javax-mail-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "javax-mail-api", - "version": "1.6.2-10", - "name": "JavaMail API", - "description": "Plugin providing the JavaMail API for other plugins", - "url": "https://github.com/jenkinsci/javax-mail-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "a23a178a54b1a61429956aed12df27e078803d61" - } - ] - } - }, - { - "id": "92c743021a485a7c", - "name": "javax.activation", - "version": "1.2.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-activation-api.hpi:WEB-INF/lib/javax.activation-1.2.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://github.com/javaee/activation/blob/master/LICENSE.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-activation-api.hpi:WEB-INF/lib/javax.activation-1.2.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.sun.activation.javax.activation:javax.activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.activation.javax.activation:activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.activation.javax.activation:javax:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.activation:javax.activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax.activation:javax.activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.activation:activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:activation:javax.activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax.activation:activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.activation:javax:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun:javax.activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oracle:javax.activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax.activation:javax:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax:javax.activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:activation:activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:javax.activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun:activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oracle:activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:activation:javax:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax:activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:activation:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun:javax:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oracle:javax:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax:javax:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:javax:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.sun.activation/javax.activation@1.2.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-activation-api.hpi:WEB-INF/lib/javax.activation-1.2.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Export-Package", - "value": "javax.activation;uses:=\"com.sun.activation.registries\";version=\"1.2\",com.sun.activation.viewers;uses:=\"javax.activation\";version=\"1.2.0\",com.sun.activation.registries;version=\"1.2.0\"" - }, - { - "key": "Implementation-Title", - "value": "javax.activation" - }, - { - "key": "Built-By", - "value": "shannon" - }, - { - "key": "Tool", - "value": "Bnd-0.0.357" - }, - { - "key": "Implementation-Vendor", - "value": "Oracle" - }, - { - "key": "Automatic-Module-Name", - "value": "java.activation" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.sun" - }, - { - "key": "Specification-Title", - "value": "JavaBeans(TM) Activation Framework Specification" - }, - { - "key": "Bundle-License", - "value": "https://github.com/javaee/activation/blob/master/LICENSE.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.sun.activation.javax.activation" - }, - { - "key": "Extension-Name", - "value": "javax.activation" - }, - { - "key": "Implementation-Version", - "value": "1.2.0" - }, - { - "key": "Specification-Vendor", - "value": "Oracle" - }, - { - "key": "Bundle-Name", - "value": "JavaBeans Activation Framework" - }, - { - "key": "Created-By", - "value": "1.7.0_121 (Oracle Corporation)" - }, - { - "key": "Bundle-Vendor", - "value": "Oracle" - }, - { - "key": "DynamicImport-Package", - "value": "*" - }, - { - "key": "Build-Jdk", - "value": "1.7.0_121" - }, - { - "key": "Bundle-Version", - "value": "1.2.0" - }, - { - "key": "Bnd-LastModified", - "value": "1504739586857" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Description", - "value": "JavaBeans Activation Framework" - }, - { - "key": "Import-Package", - "value": "com.sun.activation.registries;version=\"1.2\",com.sun.activation.viewers;version=\"1.2\",javax.activation;version=\"1.2\"" - }, - { - "key": "Bundle-DocURL", - "value": "http://www.oracle.com" - }, - { - "key": "Specification-Version", - "value": "1.2" - }, - { - "key": "Originally-Created-By", - "value": "1.8.0_141 (Oracle Corporation)" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.sun.activation/javax.activation/pom.properties", - "name": "", - "groupId": "com.sun.activation", - "artifactId": "javax.activation", - "version": "1.2.0" - }, - "pomProject": { - "path": "META-INF/maven/com.sun.activation/javax.activation/pom.xml", - "parent": { - "groupId": "com.sun.activation", - "artifactId": "all", - "version": "1.2.0" - }, - "groupId": "com.sun.activation", - "artifactId": "javax.activation", - "version": "1.2.0", - "name": "JavaBeans Activation Framework" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "bf744c1e2776ed1de3c55c8dac1057ec331ef744" - } - ] - } - }, - { - "id": "32b9ab3ff5cbb650", - "name": "javax.annotation-api", - "version": "1.3.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/javax.annotation-api-1.3.2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://github.com/javaee/javax.annotation/blob/master/LICENSE", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/javax.annotation-api-1.3.2.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:javax.annotation-api:javax.annotation-api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax.annotation-api:javax.annotation_api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax.annotation_api:javax.annotation-api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax.annotation_api:javax.annotation_api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish-community:javax.annotation-api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish-community:javax.annotation_api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish_community:javax.annotation-api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish_community:javax.annotation_api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oracle-corporation:javax.annotation-api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oracle-corporation:javax.annotation_api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oracle_corporation:javax.annotation-api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oracle_corporation:javax.annotation_api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax.annotation:javax.annotation-api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax.annotation:javax.annotation_api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish:javax.annotation-api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish:javax.annotation_api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:javax.annotation-api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:javax.annotation_api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net.java:javax.annotation-api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net.java:javax.annotation_api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:java:javax.annotation-api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:java:javax.annotation_api:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/javax.annotation/javax.annotation-api@1.3.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/javax.annotation-api-1.3.2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-Description", - "value": "Java(TM) Common Annotations 1.3 API Design Specification" - }, - { - "key": "Automatic-Module-Name", - "value": "java.annotation" - }, - { - "key": "Bundle-License", - "value": "https://github.com/javaee/javax.annotation/blob/master/LICENSE" - }, - { - "key": "Bundle-SymbolicName", - "value": "javax.annotation-api" - }, - { - "key": "Implementation-Version", - "value": "1.3.2" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Built-By", - "value": "jayaskum" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bnd-LastModified", - "value": "1519208655595" - }, - { - "key": "Specification-Vendor", - "value": "Oracle Corporation" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.glassfish" - }, - { - "key": "Bundle-DocURL", - "value": "https://javaee.github.io/glassfish" - }, - { - "key": "Bundle-Vendor", - "value": "GlassFish Community" - }, - { - "key": "Import-Package", - "value": "javax.annotation;version=\"1.3.2\",javax.annotation.security;version=\"1.3.2\",javax.annotation.sql;version=\"1.3.2\"" - }, - { - "key": "Tool", - "value": "Bnd-0.0.255" - }, - { - "key": "Implementation-Vendor", - "value": "GlassFish Community" - }, - { - "key": "Export-Package", - "value": "javax.annotation;version=\"1.3.2\",javax.annotation.security;version=\"1.3.2\",javax.annotation.sql;version=\"1.3.2\"" - }, - { - "key": "Bundle-Version", - "value": "1.3.2" - }, - { - "key": "Bundle-Name", - "value": "javax.annotation API" - }, - { - "key": "Extension-Name", - "value": "javax.annotation" - }, - { - "key": "Created-By", - "value": "1.8.0_60 (Oracle Corporation)" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_60" - }, - { - "key": "Specification-Version", - "value": "1.3" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/javax.annotation/javax.annotation-api/pom.properties", - "name": "", - "groupId": "javax.annotation", - "artifactId": "javax.annotation-api", - "version": "1.3.2" - }, - "pomProject": { - "path": "META-INF/maven/javax.annotation/javax.annotation-api/pom.xml", - "parent": { - "groupId": "net.java", - "artifactId": "jvnet-parent", - "version": "3" - }, - "groupId": "javax.annotation", - "artifactId": "javax.annotation-api", - "version": "1.3.2", - "name": "javax.annotation API", - "description": "Common Annotations for the JavaTM Platform API", - "url": "http://jcp.org/en/jsr/detail?id=250" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "934c04d3cfef185a8008e7bf34331b79730a9d43" - } - ] - } - }, - { - "id": "572094db92f7109a", - "name": "javax.mail", - "version": "1.6.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-mail-api.hpi:WEB-INF/lib/javax.mail-1.6.2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://javaee.github.io/javamail/LICENSE", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-mail-api.hpi:WEB-INF/lib/javax.mail-1.6.2.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.sun.mail.javax.mail:javax.mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.mail.javax.mail:javax:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.mail.javax.mail:mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.mail:javax.mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax.mail:javax.mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.mail:javax:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun:javax.mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.mail:mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oracle:javax.mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax.mail:javax:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax:javax.mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax.mail:mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mail:javax.mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:javax.mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun:javax:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun:mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oracle:javax:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax:javax:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oracle:mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:javax:mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mail:javax:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mail:mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:javax:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:mail:1.6.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.sun.mail/javax.mail@1.6.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/javax-mail-api.hpi:WEB-INF/lib/javax.mail-1.6.2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-License", - "value": "https://javaee.github.io/javamail/LICENSE" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.sun.mail.javax.mail" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Built-By", - "value": "shannon" - }, - { - "key": "Bnd-LastModified", - "value": "1535581841535" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.sun" - }, - { - "key": "Specification-Title", - "value": "JavaMail(TM) API Design Specification" - }, - { - "key": "Bundle-DocURL", - "value": "http://www.oracle.com" - }, - { - "key": "Import-Package", - "value": "javax.security.sasl;resolution:=optional,com.sun.mail.iap;version=\"[1.6,2)\",com.sun.mail.imap;version=\"[1.6,2)\",com.sun.mail.util;version=\"[1.6,2)\",javax.activation,javax.crypto,javax.crypto.spec,javax.mail;version=\"[1.6,2)\",javax.mail.event;version=\"[1.6,2)\",javax.mail.internet;version=\"[1.6,2)\",javax.mail.search;version=\"[1.6,2)\",javax.mail.util;version=\"[1.6,2)\",javax.net,javax.net.ssl,javax.security.auth.callback,javax.security.auth.x500,javax.xml.transform,javax.xml.transform.stream,sun.security.util;resolution:=optional" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.7))\"" - }, - { - "key": "DynamicImport-Package", - "value": "*" - }, - { - "key": "Export-Package", - "value": "javax.mail;version=\"1.6\";uses:=\"javax.activation,javax.mail.event,javax.mail.search\",javax.mail.event;version=\"1.6\";uses:=\"javax.mail\",javax.mail.internet;version=\"1.6\";uses:=\"javax.activation,javax.mail\",javax.mail.search;version=\"1.6\";uses:=\"javax.mail\",javax.mail.util;version=\"1.6\";uses:=\"javax.activation,javax.mail.internet\",com.sun.mail.imap;version=\"1.6.2\";uses:=\"com.sun.mail.iap,com.sun.mail.imap.protocol,com.sun.mail.util,javax.activation,javax.mail,javax.mail.event,javax.mail.internet,javax.mail.search\",com.sun.mail.imap.protocol;version=\"1.6.2\";uses:=\"com.sun.mail.iap,com.sun.mail.imap,com.sun.mail.util,javax.mail,javax.mail.internet,javax.mail.search\",com.sun.mail.iap;version=\"1.6.2\";uses:=\"com.sun.mail.util\",com.sun.mail.pop3;version=\"1.6.2\";uses:=\"com.sun.mail.util,javax.mail,javax.mail.internet\",com.sun.mail.smtp;version=\"1.6.2\";uses:=\"com.sun.mail.util,javax.mail,javax.mail.internet\",com.sun.mail.util;version=\"1.6.2\";uses:=\"javax.mail,javax.mail.internet,javax.net.ssl\",com.sun.mail.util.logging;version=\"1.6.2\";uses:=\"javax.mail\",com.sun.mail.handlers;version=\"1.6.2\";uses:=\"javax.activation\"" - }, - { - "key": "Bundle-Name", - "value": "JavaMail API" - }, - { - "key": "Extension-Name", - "value": "javax.mail" - }, - { - "key": "Implementation-Title", - "value": "javax.mail" - }, - { - "key": "Bundle-Description", - "value": "JavaMail API" - }, - { - "key": "Automatic-Module-Name", - "value": "java.mail" - }, - { - "key": "Implementation-Version", - "value": "1.6.2" - }, - { - "key": "Specification-Vendor", - "value": "Oracle" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Vendor", - "value": "Oracle" - }, - { - "key": "Tool", - "value": "Bnd-3.5.0.201709291849" - }, - { - "key": "Implementation-Vendor", - "value": "Oracle" - }, - { - "key": "Probe-Provider-XML-File-Names", - "value": "META-INF/gfprobe-provider.xml" - }, - { - "key": "Bundle-Version", - "value": "1.6.2" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_181" - }, - { - "key": "Specification-Version", - "value": "1.6" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.sun.mail/javax.mail/pom.properties", - "name": "", - "groupId": "com.sun.mail", - "artifactId": "javax.mail", - "version": "1.6.2" - }, - "pomProject": { - "path": "META-INF/maven/com.sun.mail/javax.mail/pom.xml", - "parent": { - "groupId": "com.sun.mail", - "artifactId": "all", - "version": "1.6.2" - }, - "groupId": "com.sun.mail", - "artifactId": "javax.mail", - "version": "1.6.2", - "name": "JavaMail API" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "935151eb71beff17a2ffac15dd80184a99a0514f" - } - ] - } - }, - { - "id": "2f55b3f9e8d95316", - "name": "jaxb", - "version": "2.3.9-1", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:jaxb:2.3.9-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jaxb:2.3.9-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb:jaxb:2.3.9-1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/jaxb@2.3.9-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "JAXB plugin" - }, - { - "key": "Specification-Version", - "value": "2.3" - }, - { - "key": "Implementation-Title", - "value": "JAXB plugin" - }, - { - "key": "Implementation-Version", - "value": "2.3.9-1" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "jaxb" - }, - { - "key": "Short-Name", - "value": "jaxb" - }, - { - "key": "Long-Name", - "value": "JAXB plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/jaxb-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.3.9-1" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Dependencies", - "value": "javax-activation-api:1.2.0-6" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/jaxb-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "jaxb-2.3.9-1" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/jaxb-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "28586f399fbd635eabb6f908810f626076c84646" - }, - { - "key": "Implementation-Build", - "value": "28586f399fbd635eabb6f908810f626076c84646" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/jaxb/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "jaxb", - "version": "2.3.9-1" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/jaxb/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "jaxb", - "version": "2.3.9-1", - "name": "JAXB plugin", - "description": "Detached packaging for JAXB for more transparent Java 9+ compatibility", - "url": "https://github.com/jenkinsci/jaxb-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "a544742b8787804cdc865cdd74da827740789495" - } - ] - } - }, - { - "id": "9239a9d7f86bda3c", - "name": "jaxb", - "version": "2.3.9-1", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:jaxb:2.3.9-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jaxb:2.3.9-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb:jaxb:2.3.9-1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/jaxb@2.3.9-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "JAXB plugin" - }, - { - "key": "Specification-Version", - "value": "2.3" - }, - { - "key": "Implementation-Title", - "value": "JAXB plugin" - }, - { - "key": "Implementation-Version", - "value": "2.3.9-1" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "jaxb" - }, - { - "key": "Short-Name", - "value": "jaxb" - }, - { - "key": "Long-Name", - "value": "JAXB plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/jaxb-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.3.9-1" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Dependencies", - "value": "javax-activation-api:1.2.0-6" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/jaxb-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "jaxb-2.3.9-1" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/jaxb-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "28586f399fbd635eabb6f908810f626076c84646" - }, - { - "key": "Implementation-Build", - "value": "28586f399fbd635eabb6f908810f626076c84646" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/jaxb/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "jaxb", - "version": "2.3.9-1" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/jaxb/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "jaxb", - "version": "2.3.9-1", - "name": "JAXB plugin", - "description": "Detached packaging for JAXB for more transparent Java 9+ compatibility", - "url": "https://github.com/jenkinsci/jaxb-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "b5e7220db2b35fd26c08997cccfae5b516111ca9" - } - ] - } - }, - { - "id": "d2c52eee450ca087", - "name": "jaxb-api", - "version": "2.3.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb-api-2.3.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://oss.oracle.com/licenses/CDDL+GPL-1.1, https://oss.oracle.com/licenses/CDDL+GPL-1.1", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb-api-2.3.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:oracle-corporation:jaxb-api:2.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oracle-corporation:jaxb_api:2.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oracle_corporation:jaxb-api:2.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oracle_corporation:jaxb_api:2.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish:jaxb-api:2.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish:jaxb_api:2.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:jaxb-api:2.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:jaxb_api:2.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb-api:jaxb-api:2.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb-api:jaxb_api:2.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb_api:jaxb-api:2.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb_api:jaxb_api:2.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb:jaxb-api:2.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb:jaxb_api:2.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/javax.xml.bind/jaxb-api@2.3.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb-api-2.3.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Built-By", - "value": "build" - }, - { - "key": "Build-Jdk", - "value": "9.0.4" - }, - { - "key": "Specification-Title", - "value": "jaxb-api" - }, - { - "key": "Specification-Version", - "value": "2.3.1" - }, - { - "key": "Specification-Vendor", - "value": "Oracle Corporation" - }, - { - "key": "Extension-Name", - "value": "javax.xml.bind" - }, - { - "key": "Implementation-Build-Id", - "value": "UNKNOWN-7de2ca118a0cfc4a373872915aef59148dff5f93, 2018-09-12T06:28:43-0700" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Bnd-LastModified", - "value": "1536758926757" - }, - { - "key": "Bundle-Description", - "value": "JAXB (JSR 222) API" - }, - { - "key": "Bundle-DocURL", - "value": "http://www.oracle.com/" - }, - { - "key": "Bundle-License", - "value": "https://oss.oracle.com/licenses/CDDL+GPL-1.1, https://oss.oracle.com/licenses/CDDL+GPL-1.1" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "jaxb-api" - }, - { - "key": "Bundle-SymbolicName", - "value": "jaxb-api" - }, - { - "key": "Bundle-Vendor", - "value": "Oracle Corporation" - }, - { - "key": "Bundle-Version", - "value": "2.3.1" - }, - { - "key": "DynamicImport-Package", - "value": "org.glassfish.hk2.osgiresourcelocator" - }, - { - "key": "Export-Package", - "value": "javax.xml.bind;version=\"2.3\";uses:=\"javax.xml.bind.annotation.adapters,javax.xml.bind.attachment,javax.xml.namespace,javax.xml.stream,javax.xml.transform,javax.xml.validation,org.w3c.dom,org.xml.sax\",javax.xml.bind.annotation;version=\"2.3\";uses:=\"javax.xml.bind,javax.xml.parsers,javax.xml.transform,javax.xml.transform.dom,org.w3c.dom\",javax.xml.bind.annotation.adapters;version=\"2.3\",javax.xml.bind.attachment;version=\"2.3\";uses:=\"javax.activation\",javax.xml.bind.helpers;version=\"2.3\";uses:=\"javax.xml.bind,javax.xml.bind.annotation.adapters,javax.xml.bind.attachment,javax.xml.stream,javax.xml.transform,javax.xml.validation,org.w3c.dom,org.xml.sax\",javax.xml.bind.util;version=\"2.3\";uses:=\"javax.xml.bind,javax.xml.transform.sax\"" - }, - { - "key": "Implementation-Vendor", - "value": "Oracle Corporation" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.glassfish" - }, - { - "key": "Implementation-Version", - "value": "2.3.0" - }, - { - "key": "Import-Package", - "value": "javax.activation,javax.xml.bind;version=\"[2.3,3)\",javax.xml.bind.annotation;version=\"[2.3,3)\",javax.xml.bind.annotation.adapters;version=\"[2.3,3)\",javax.xml.bind.attachment;version=\"[2.3,3)\",javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.stream,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xml.validation,org.w3c.dom,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers,javax.xml.bind.helpers;version=\"[2.3,3)\",javax.xml.bind.util;version=\"[2.3,3)\"" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version>=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-3.5.0.201709291849" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/javax.xml.bind/jaxb-api/pom.properties", - "name": "", - "groupId": "javax.xml.bind", - "artifactId": "jaxb-api", - "version": "2.3.1" - }, - "pomProject": { - "path": "META-INF/maven/javax.xml.bind/jaxb-api/pom.xml", - "parent": { - "groupId": "javax.xml.bind", - "artifactId": "jaxb-api-parent", - "version": "2.3.1" - }, - "groupId": "javax.xml.bind", - "artifactId": "jaxb-api", - "version": "2.3.1", - "name": "" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "8531ad5ac454cc2deb9d4d32c40c4d7451939b5d" - } - ] - } - }, - { - "id": "e572c1fd110c046e", - "name": "jaxb-impl", - "version": "2.3.9", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb-impl-2.3.9.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.eclipse.org/org/documents/edl-v10.php", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb-impl-2.3.9.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.sun.xml.bind.jaxb-impl:jaxb-impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.xml.bind.jaxb-impl:jaxb_impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.xml.bind.mvn:jaxb-impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.xml.bind.mvn:jaxb_impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:jaxb-impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse-foundation:jaxb_impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:jaxb-impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_foundation:jaxb_impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.xml.bind:jaxb-impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.xml.bind:jaxb_impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse:jaxb-impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse:jaxb_impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb-impl:jaxb-impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb-impl:jaxb_impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb_impl:jaxb-impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb_impl:jaxb_impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jaxb-impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jaxb_impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bind:jaxb-impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bind:jaxb_impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb:jaxb-impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb:jaxb_impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mvn:jaxb-impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mvn:jaxb_impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:jaxb-impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:jaxb_impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:xml:jaxb-impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:xml:jaxb_impl:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.sun.xml.bind/jaxb-impl@2.3.9", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb-impl-2.3.9.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Build-Id", - "value": "2.3.9" - }, - { - "key": "Build-Version", - "value": "JAXB RI 2.3.9" - }, - { - "key": "Git-Revision", - "value": "143ffd0" - }, - { - "key": "Git-Url", - "value": "scm:git:ssh://git@github.com/eclipse-ee4j/jaxb-ri/jaxb-bundles/jaxb-impl" - }, - { - "key": "Implementation-Title", - "value": "Jakarta XML Binding Implementation" - }, - { - "key": "Implementation-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.eclipse" - }, - { - "key": "Implementation-Version", - "value": "2.3.9" - }, - { - "key": "Major-Version", - "value": "2.3.9" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Specification-Title", - "value": "Jakarta XML Binding" - }, - { - "key": "Specification-Version", - "value": "2.3" - }, - { - "key": "Bundle-Description", - "value": "Old JAXB Runtime module. Contains sources required for runtime processing." - }, - { - "key": "Bundle-DocURL", - "value": "https://www.eclipse.org" - }, - { - "key": "Bundle-License", - "value": "http://www.eclipse.org/org/documents/edl-v10.php" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Old JAXB Runtime" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.sun.xml.bind.jaxb-impl" - }, - { - "key": "Bundle-Vendor", - "value": "Eclipse Foundation" - }, - { - "key": "Bundle-Version", - "value": "2.3.9" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "DynamicImport-Package", - "value": "*" - }, - { - "key": "Export-Package", - "value": "com.sun.istack;version=\"3.0.12\";uses:=\"javax.activation,javax.xml.stream,org.xml.sax,org.xml.sax.helpers\",com.sun.istack.localization;version=\"3.0.12\",com.sun.istack.logging;version=\"3.0.12\",com.sun.xml.bind;version=\"2.3.9\";uses:=\"com.sun.xml.bind.v2.runtime.reflect,javax.xml.bind,javax.xml.bind.annotation.adapters,javax.xml.datatype,javax.xml.namespace,javax.xml.stream,org.xml.sax\",com.sun.xml.bind.annotation;version=\"2.3.9\",com.sun.xml.bind.api;version=\"2.3.9\";uses:=\"com.sun.xml.bind.v2.model.annotation,com.sun.xml.bind.v2.model.runtime,com.sun.xml.bind.v2.runtime,javax.xml.bind,javax.xml.bind.attachment,javax.xml.namespace,javax.xml.stream,javax.xml.transform,org.w3c.dom,org.xml.sax\",com.sun.xml.bind.api.impl;version=\"2.3.9\",com.sun.xml.bind.marshaller;version=\"2.3.9\";uses:=\"javax.xml.parsers,org.w3c.dom,org.xml.sax,org.xml.sax.helpers\",com.sun.xml.bind.unmarshaller;version=\"2.3.9\";uses:=\"com.sun.xml.bind.v2.runtime.unmarshaller,javax.xml.bind,org.w3c.dom,org.xml.sax\",com.sun.xml.bind.util;version=\"2.3.9\";uses:=\"com.sun.xml.bind,javax.xml.bind.helpers,org.xml.sax\",com.sun.xml.bind.v2;version=\"2.3.9\";uses:=\"com.sun.xml.bind.api,com.sun.xml.bind.v2.model.annotation,javax.xml.bind\",com.sun.xml.bind.v2.model.annotation;version=\"2.3.9\";uses:=\"com.sun.xml.bind.v2.model.core,com.sun.xml.bind.v2.model.nav,com.sun.xml.bind.v2.runtime\",com.sun.xml.bind.v2.model.core;version=\"2.3.9\";uses:=\"com.sun.xml.bind.v2.model.annotation,com.sun.xml.bind.v2.model.impl,com.sun.xml.bind.v2.model.nav,com.sun.xml.bind.v2.runtime,javax.activation,javax.xml.bind,javax.xml.bind.annotation,javax.xml.bind.annotation.adapters,javax.xml.namespace,javax.xml.transform\",com.sun.xml.bind.v2.model.impl;version=\"2.3.9\";uses:=\"com.sun.xml.bind.api,com.sun.xml.bind.v2.model.annotation,com.sun.xml.bind.v2.model.core,com.sun.xml.bind.v2.model.nav,com.sun.xml.bind.v2.model.runtime,com.sun.xml.bind.v2.runtime,javax.activation,javax.xml.namespace\",com.sun.xml.bind.v2.model.nav;version=\"2.3.9\";uses:=\"com.sun.xml.bind.v2.runtime\",com.sun.xml.bind.v2.model.runtime;version=\"2.3.9\";uses:=\"com.sun.xml.bind.v2.model.core,com.sun.xml.bind.v2.runtime,com.sun.xml.bind.v2.runtime.reflect,javax.xml.bind,javax.xml.namespace,org.xml.sax\",com.sun.xml.bind.v2.model.util;version=\"2.3.9\";uses:=\"javax.xml.namespace\",com.sun.xml.bind.v2.runtime;version=\"2.3.9\";uses:=\"com.sun.istack,com.sun.xml.bind.api,com.sun.xml.bind.marshaller,com.sun.xml.bind.v2.model.annotation,com.sun.xml.bind.v2.model.core,com.sun.xml.bind.v2.model.runtime,com.sun.xml.bind.v2.runtime.output,com.sun.xml.bind.v2.runtime.property,com.sun.xml.bind.v2.runtime.unmarshaller,javax.activation,javax.xml.bind,javax.xml.bind.annotation,javax.xml.bind.annotation.adapters,javax.xml.bind.attachment,javax.xml.bind.helpers,javax.xml.namespace,javax.xml.stream,javax.xml.transform,javax.xml.transform.sax,javax.xml.validation,org.w3c.dom,org.xml.sax\",com.sun.xml.bind.v2.runtime.output;version=\"2.3.9\";uses:=\"com.sun.xml.bind.marshaller,com.sun.xml.bind.v2.runtime,com.sun.xml.fastinfoset.stax,javax.xml.stream,org.jvnet.staxex,org.w3c.dom,org.xml.sax\",com.sun.xml.bind.v2.runtime.property;version=\"2.3.9\";uses:=\"com.sun.xml.bind.api,com.sun.xml.bind.v2.model.core,com.sun.xml.bind.v2.model.runtime,com.sun.xml.bind.v2.runtime,com.sun.xml.bind.v2.runtime.reflect,com.sun.xml.bind.v2.runtime.unmarshaller,com.sun.xml.bind.v2.util,javax.xml.namespace,javax.xml.stream,org.xml.sax\",com.sun.xml.bind.v2.runtime.reflect;version=\"2.3.9\";uses:=\"com.sun.xml.bind.api,com.sun.xml.bind.v2.model.core,com.sun.xml.bind.v2.model.runtime,com.sun.xml.bind.v2.runtime,com.sun.xml.bind.v2.runtime.unmarshaller,javax.xml.bind,javax.xml.bind.annotation.adapters,javax.xml.stream,org.xml.sax\",com.sun.xml.bind.v2.runtime.reflect.opt;version=\"2.3.9\";uses:=\"com.sun.xml.bind.api,com.sun.xml.bind.v2.runtime,com.sun.xml.bind.v2.runtime.reflect,javax.xml.stream,org.xml.sax\",com.sun.xml.bind.v2.runtime.unmarshaller;version=\"2.3.9\";uses:=\"com.sun.xml.bind,com.sun.xml.bind.api,com.sun.xml.bind.unmarshaller,com.sun.xml.bind.util,com.sun.xml.bind.v2.model.core,com.sun.xml.bind.v2.runtime,com.sun.xml.bind.v2.runtime.output,com.sun.xml.bind.v2.runtime.reflect,javax.activation,javax.xml.bind,javax.xml.bind.annotation,javax.xml.bind.annotation.adapters,javax.xml.bind.attachment,javax.xml.bind.helpers,javax.xml.namespace,javax.xml.stream,javax.xml.transform,javax.xml.transform.sax,javax.xml.validation,org.w3c.dom,org.xml.sax\",com.sun.xml.bind.v2.schemagen;version=\"2.3.9\";uses:=\"com.sun.xml.bind.api,com.sun.xml.bind.v2.model.core,com.sun.xml.bind.v2.model.nav,com.sun.xml.txw2.output,javax.xml.bind,javax.xml.namespace\",com.sun.xml.bind.v2.schemagen.episode;version=\"2.3.9\";uses:=\"com.sun.xml.txw2,com.sun.xml.txw2.annotation\",com.sun.xml.bind.v2.schemagen.xmlschema;version=\"2.3.9\";uses:=\"com.sun.xml.txw2,com.sun.xml.txw2.annotation,javax.xml.namespace\",com.sun.xml.bind.v2.util;version=\"2.3.9\";uses:=\"com.sun.xml.bind.v2.runtime,com.sun.xml.bind.v2.runtime.unmarshaller,javax.activation,javax.xml.namespace,javax.xml.parsers,javax.xml.transform,javax.xml.transform.stream,javax.xml.validation,javax.xml.xpath,org.xml.sax\",com.sun.xml.txw2;uses:=\"com.sun.xml.txw2.output,javax.xml.namespace\";version=\"2.3.9\",com.sun.xml.txw2.annotation;version=\"2.3.9\",com.sun.xml.txw2.output;uses:=\"com.sun.xml.txw2,javax.xml.namespace,javax.xml.stream,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,org.w3c.dom,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers\";version=\"2.3.9\"" - }, - { - "key": "Import-Package", - "value": "javax.activation,com.sun.istack;version=\"[3.0,4)\",com.sun.xml.bind;version=\"[2.3,3)\",com.sun.xml.bind.annotation;version=\"[2.3,3)\",com.sun.xml.bind.api;version=\"[2.3,3)\",com.sun.xml.bind.api.impl;version=\"[2.3,3)\",com.sun.xml.bind.marshaller;version=\"[2.3,3)\",com.sun.xml.bind.unmarshaller;version=\"[2.3,3)\",com.sun.xml.bind.util;version=\"[2.3,3)\",com.sun.xml.bind.v2;version=\"[2.3,3)\",com.sun.xml.bind.v2.model.annotation;version=\"[2.3,3)\",com.sun.xml.bind.v2.model.core;version=\"[2.3,3)\",com.sun.xml.bind.v2.model.impl;version=\"[2.3,3)\",com.sun.xml.bind.v2.model.nav;version=\"[2.3,3)\",com.sun.xml.bind.v2.model.runtime;version=\"[2.3,3)\",com.sun.xml.bind.v2.model.util;version=\"[2.3,3)\",com.sun.xml.bind.v2.runtime;version=\"[2.3,3)\",com.sun.xml.bind.v2.runtime.output;version=\"[2.3,3)\",com.sun.xml.bind.v2.runtime.property;version=\"[2.3,3)\",com.sun.xml.bind.v2.runtime.reflect;version=\"[2.3,3)\",com.sun.xml.bind.v2.runtime.unmarshaller;version=\"[2.3,3)\",com.sun.xml.bind.v2.schemagen;version=\"[2.3,3)\",com.sun.xml.bind.v2.schemagen.episode;version=\"[2.3,3)\",com.sun.xml.bind.v2.schemagen.xmlschema;version=\"[2.3,3)\",com.sun.xml.bind.v2.util;version=\"[2.3,3)\",com.sun.xml.fastinfoset.sax;version=\"[1.2,2)\";resolution:=optional,com.sun.xml.fastinfoset.stax;version=\"[1.2,2)\";resolution:=optional,com.sun.xml.txw2,com.sun.xml.txw2.annotation,com.sun.xml.txw2.output,javax.imageio,javax.imageio.stream,javax.lang.model,javax.xml.bind;version=\"[2.3,3)\",javax.xml.bind.annotation;version=\"[2.3,3)\",javax.xml.bind.annotation.adapters;version=\"[2.3,3)\",javax.xml.bind.attachment;version=\"[2.3,3)\",javax.xml.bind.helpers;version=\"[2.3,3)\",javax.xml.datatype,javax.xml.namespace,javax.xml.parsers,javax.xml.stream,javax.xml.stream.events,javax.xml.transform,javax.xml.transform.dom,javax.xml.transform.sax,javax.xml.transform.stream,javax.xml.validation,javax.xml.xpath,org.jvnet.fastinfoset;version=\"[1.2,2)\";resolution:=optional,org.jvnet.fastinfoset.stax;version=\"[1.2,2)\";resolution:=optional,org.jvnet.staxex;version=\"[1.8,2)\";resolution:=optional,org.w3c.dom,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers,sun.misc;resolution:=optional,jdk.internal.misc;resolution:=optional" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.sun.xml.bind/jaxb-impl/pom.properties", - "name": "", - "groupId": "com.sun.xml.bind", - "artifactId": "jaxb-impl", - "version": "2.3.9" - }, - "pomProject": { - "path": "META-INF/maven/com.sun.xml.bind/jaxb-impl/pom.xml", - "parent": { - "groupId": "com.sun.xml.bind.mvn", - "artifactId": "jaxb-bundles", - "version": "2.3.9" - }, - "groupId": "com.sun.xml.bind", - "artifactId": "jaxb-impl", - "version": "2.3.9", - "name": "Old JAXB Runtime", - "description": "Old JAXB Runtime module. Contains sources required for runtime processing.", - "url": "https://eclipse-ee4j.github.io/jaxb-ri/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "95076261a51690f95b29e09fd6ff9f8a90381af0" - } - ] - } - }, - { - "id": "9e0c9db72ec2b042", - "name": "jaxb-runtime", - "version": "2.3.9", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb-impl-2.3.9.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.sun.xml.bind.mvn:jaxb-runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.xml.bind.mvn:jaxb_runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.jaxb:jaxb-runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.jaxb:jaxb_runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.xml.bind.mvn:jaxb:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb-runtime:jaxb-runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb-runtime:jaxb_runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb_runtime:jaxb-runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb_runtime:jaxb_runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.jaxb:jaxb:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:jaxb-runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:jaxb_runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bind:jaxb-runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bind:jaxb_runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb-runtime:jaxb:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb:jaxb-runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb:jaxb_runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb_runtime:jaxb:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mvn:jaxb-runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mvn:jaxb_runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:jaxb-runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:jaxb_runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:xml:jaxb-runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:xml:jaxb_runtime:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:jaxb:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bind:jaxb:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb:jaxb:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mvn:jaxb:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:jaxb:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:xml:jaxb:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.glassfish.jaxb/jaxb-runtime@2.3.9", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb-impl-2.3.9.jar:org.glassfish.jaxb:jaxb-runtime", - "pomProperties": { - "path": "META-INF/maven/org.glassfish.jaxb/jaxb-runtime/pom.properties", - "name": "", - "groupId": "org.glassfish.jaxb", - "artifactId": "jaxb-runtime", - "version": "2.3.9" - }, - "pomProject": { - "path": "META-INF/maven/org.glassfish.jaxb/jaxb-runtime/pom.xml", - "parent": { - "groupId": "com.sun.xml.bind.mvn", - "artifactId": "jaxb-runtime-parent", - "version": "2.3.9" - }, - "groupId": "org.glassfish.jaxb", - "artifactId": "jaxb-runtime", - "version": "2.3.9", - "name": "JAXB Runtime", - "description": "JAXB (JSR 222) Reference Implementation", - "url": "https://eclipse-ee4j.github.io/jaxb-ri/" - } - } - }, - { - "id": "c693680ce785f98f", - "name": "jaxen", - "version": "2.0.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jaxen-2.0.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://raw.githubusercontent.com/jaxen-xpath/jaxen/master/LICENSE.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jaxen-2.0.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jaxen:jaxen:2.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxen:jaxen:2.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jaxen/jaxen@2.0.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jaxen-2.0.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Automatic-Module-Name", - "value": "org.jaxen" - }, - { - "key": "Bnd-LastModified", - "value": "1670102376338" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_172" - }, - { - "key": "Built-By", - "value": "elharo" - }, - { - "key": "Bundle-Description", - "value": "Jaxen is a universal XPath engine for Java." - }, - { - "key": "Bundle-DocURL", - "value": "https://www.cafeconleche.org/jaxen" - }, - { - "key": "Bundle-License", - "value": "https://raw.githubusercontent.com/jaxen-xpath/jaxen/master/LICENSE.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "jaxen" - }, - { - "key": "Bundle-SymbolicName", - "value": "jaxen" - }, - { - "key": "Bundle-Vendor", - "value": "The Jaxen Project" - }, - { - "key": "Bundle-Version", - "value": "2.0.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Export-Package", - "value": "org.jaxen.function.ext;uses:=\"org.jaxen,org.jaxen.function,org.jaxen.saxpath\";version=\"2.0.0\",org.jaxen.saxpath.helpers;uses:=\"org.jaxen.saxpath\";version=\"2.0.0\",org.jaxen.dom;uses:=\"org.jaxen,org.w3c.dom,org.xml.sax,org.jaxen.saxpath,javax.xml.parsers,org.jaxen.pattern\";version=\"2.0.0\",org.jaxen.expr.iter;uses:=\"org.jaxen\";version=\"2.0.0\",org.jaxen.function.xslt;uses:=\"org.jaxen,org.jaxen.function\";version=\"2.0.0\",org.jaxen.function;uses:=\"org.jaxen\";version=\"2.0.0\",org.jaxen.pattern;uses:=\"org.jaxen,org.jaxen.util,org.jaxen.expr,org.jaxen.saxpath.helpers,org.jaxen.saxpath\";version=\"2.0.0\",org.jaxen.javabean;uses:=\"org.jaxen.util,org.jaxen,org.jaxen.saxpath\";version=\"2.0.0\",org.jaxen.util;uses:=\"org.jaxen\";version=\"2.0.0\",org.jaxen;uses:=\"org.jaxen.util,org.jaxen.saxpath.helpers,org.jaxen.expr,org.jaxen.saxpath,org.jaxen.function,org.jaxen.pattern,org.jaxen.function.ext,org.jaxen.function.xslt\";version=\"2.0.0\",org.jaxen.dom4j;uses:=\"org.jaxen.util,org.jaxen,org.dom4j,org.jaxen.saxpath,org.dom4j.io\";version=\"2.0.0\",org.jaxen.expr;uses:=\"org.jaxen.util,org.jaxen,org.jaxen.expr.iter,org.jaxen.function,org.jaxen.saxpath\";version=\"2.0.0\",org.jaxen.saxpath.base;uses:=\"org.jaxen.saxpath.helpers,org.jaxen.saxpath\";version=\"2.0.0\",org.jaxen.saxpath;uses:=\"org.jaxen\";version=\"2.0.0\",org.jaxen.jdom;uses:=\"org.jaxen.util,org.jdom.input,org.jaxen,org.jdom,org.jaxen.saxpath\";version=\"2.0.0\",org.jaxen.xom;uses:=\"nu.xom,org.jaxen.util,org.jaxen,org.jaxen.saxpath\";version=\"2.0.0\"" - }, - { - "key": "Import-Package", - "value": "javax.xml.parsers;resolution:=optional,nu.xom;resolution:=optional,org.dom4j;resolution:=optional,org.dom4j.io;resolution:=optional,org.jdom;resolution:=optional,org.jdom.input;resolution:=optional,org.w3c.dom;resolution:=optional,org.xml.sax;resolution:=optional" - }, - { - "key": "Tool", - "value": "Bnd-1.50.0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/jaxen/jaxen/pom.properties", - "name": "", - "groupId": "jaxen", - "artifactId": "jaxen", - "version": "2.0.0" - }, - "pomProject": { - "path": "META-INF/maven/jaxen/jaxen/pom.xml", - "parent": { - "groupId": "jaxen", - "artifactId": "jaxen-parent", - "version": "2.0.0" - }, - "groupId": "jaxen", - "artifactId": "jaxen", - "version": "2.0.0", - "name": "jaxen", - "description": "Jaxen is a universal XPath engine for Java." - }, - "digest": [ - { - "algorithm": "sha1", - "value": "bd6a33b0fda054a5678010df843cc999f288dc6c" - } - ] - } - }, - { - "id": "4818f46a3b9bfb1c", - "name": "jbcrypt", - "version": "1.0.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/jbcrypt-1.0.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jbcrypt:jbcrypt:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jbcrypt/jbcrypt@1.0.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/jbcrypt-1.0.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "f37bba2b8b78fcc8111bb932318b621dcc6c5194" - } - ] - } - }, - { - "id": "530158ec2590ff56", - "name": "jbcrypt", - "version": "1.0.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jbcrypt-1.0.2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jbcrypt:jbcrypt:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jbcrypt/jbcrypt@1.0.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jbcrypt-1.0.2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "66ebc81ac7f2f9834b832ad1490d16feb3b6d415" - } - ] - } - }, - { - "id": "c8d7b4388af8cf2a", - "name": "jboss-marshalling", - "version": "2.1.3.Final", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-support.hpi:WEB-INF/lib/jboss-marshalling-2.1.3.Final.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jboss.marshalling:jboss-marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jboss.marshalling:jboss_marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss-marshalling:jboss-marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss-marshalling:jboss_marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss_marshalling:jboss-marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss_marshalling:jboss_marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss-by-red-hat:jboss-marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss-by-red-hat:jboss_marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss_by_red_hat:jboss-marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss_by_red_hat:jboss_marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jboss.marshalling:marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss-marshalling:marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss_marshalling:marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:marshalling:jboss-marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:marshalling:jboss_marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss-by-red-hat:marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss_by_red_hat:marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss:jboss-marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss:jboss_marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:marshalling:marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss:marshalling:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jboss.marshalling/jboss-marshalling@2.1.3.Final", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-support.hpi:WEB-INF/lib/jboss-marshalling-2.1.3.Final.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.9.4" - }, - { - "key": "Built-By", - "value": "opalka" - }, - { - "key": "Build-Jdk", - "value": "17.0.8" - }, - { - "key": "Specification-Title", - "value": "JBoss Marshalling API" - }, - { - "key": "Specification-Version", - "value": "2.1" - }, - { - "key": "Specification-Vendor", - "value": "JBoss by Red Hat" - }, - { - "key": "Implementation-Title", - "value": "JBoss Marshalling API" - }, - { - "key": "Implementation-Version", - "value": "2.1.3.Final" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.jboss.marshalling" - }, - { - "key": "Implementation-Vendor", - "value": "JBoss by Red Hat" - }, - { - "key": "Main-Class", - "value": "org.jboss.marshalling.Version" - }, - { - "key": "Implementation-URL", - "value": "http://www.jboss.org/jboss-marshalling-parent/jboss-marshalling" - }, - { - "key": "Java-Vendor", - "value": "Oracle Corporation" - }, - { - "key": "Java-Version", - "value": "17.0.8" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Os-Arch", - "value": "amd64" - }, - { - "key": "Os-Name", - "value": "Linux" - }, - { - "key": "Os-Version", - "value": "6.5.5-200.fc38.x86_64" - }, - { - "key": "Scm-Connection", - "value": "scm:git:git@github.com:jboss/jboss-parent-pom.git/jboss-marshalling-parent/jboss-marshalling" - }, - { - "key": "Scm-Revision", - "value": "ffd73eb9f1c5b3c4ea45443bf4ffa2386d99e164" - }, - { - "key": "Scm-Url", - "value": "http://github.com/jboss/jboss-parent-pom/jboss-marshalling-parent/jboss-marshalling" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jboss.marshalling/jboss-marshalling/pom.properties", - "name": "", - "groupId": "org.jboss.marshalling", - "artifactId": "jboss-marshalling", - "version": "2.1.3.Final" - }, - "pomProject": { - "path": "META-INF/maven/org.jboss.marshalling/jboss-marshalling/pom.xml", - "parent": { - "groupId": "org.jboss.marshalling", - "artifactId": "jboss-marshalling-parent", - "version": "2.1.3.Final" - }, - "groupId": "org.jboss.marshalling", - "artifactId": "jboss-marshalling", - "version": "2.1.3.Final", - "name": "JBoss Marshalling API", - "description": "JBoss Marshalling API" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "cb70ea939a0944b9e7cee259f27a5cf2535ab99e" - } - ] - } - }, - { - "id": "969896503c070882", - "name": "jboss-marshalling-river", - "version": "2.1.3.Final", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-support.hpi:WEB-INF/lib/jboss-marshalling-river-2.1.3.Final.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jboss-marshalling-river:jboss-marshalling-river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss-marshalling-river:jboss_marshalling_river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss_marshalling_river:jboss-marshalling-river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss_marshalling_river:jboss_marshalling_river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jboss.marshalling:jboss-marshalling-river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jboss.marshalling:jboss_marshalling_river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss-marshalling:jboss-marshalling-river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss-marshalling:jboss_marshalling_river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss_marshalling:jboss-marshalling-river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss_marshalling:jboss_marshalling_river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss-by-red-hat:jboss-marshalling-river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss-by-red-hat:jboss_marshalling_river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss_by_red_hat:jboss-marshalling-river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss_by_red_hat:jboss_marshalling_river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:marshalling:jboss-marshalling-river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:marshalling:jboss_marshalling_river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss:jboss-marshalling-river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jboss:jboss_marshalling_river:2.1.3.Final:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jboss.marshalling/jboss-marshalling-river@2.1.3.Final", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-support.hpi:WEB-INF/lib/jboss-marshalling-river-2.1.3.Final.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.9.4" - }, - { - "key": "Built-By", - "value": "opalka" - }, - { - "key": "Build-Jdk", - "value": "17.0.8" - }, - { - "key": "Specification-Title", - "value": "JBoss Marshalling River" - }, - { - "key": "Specification-Version", - "value": "2.1" - }, - { - "key": "Specification-Vendor", - "value": "JBoss by Red Hat" - }, - { - "key": "Implementation-Title", - "value": "JBoss Marshalling River" - }, - { - "key": "Implementation-Version", - "value": "2.1.3.Final" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.jboss.marshalling" - }, - { - "key": "Implementation-Vendor", - "value": "JBoss by Red Hat" - }, - { - "key": "Implementation-URL", - "value": "http://www.jboss.org/jboss-marshalling-parent/jboss-marshalling-river" - }, - { - "key": "Java-Vendor", - "value": "Oracle Corporation" - }, - { - "key": "Java-Version", - "value": "17.0.8" - }, - { - "key": "Os-Arch", - "value": "amd64" - }, - { - "key": "Os-Name", - "value": "Linux" - }, - { - "key": "Os-Version", - "value": "6.5.5-200.fc38.x86_64" - }, - { - "key": "Scm-Connection", - "value": "scm:git:git@github.com:jboss/jboss-parent-pom.git/jboss-marshalling-parent/jboss-marshalling-river" - }, - { - "key": "Scm-Revision", - "value": "ffd73eb9f1c5b3c4ea45443bf4ffa2386d99e164" - }, - { - "key": "Scm-Url", - "value": "http://github.com/jboss/jboss-parent-pom/jboss-marshalling-parent/jboss-marshalling-river" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jboss.marshalling/jboss-marshalling-river/pom.properties", - "name": "", - "groupId": "org.jboss.marshalling", - "artifactId": "jboss-marshalling-river", - "version": "2.1.3.Final" - }, - "pomProject": { - "path": "META-INF/maven/org.jboss.marshalling/jboss-marshalling-river/pom.xml", - "parent": { - "groupId": "org.jboss.marshalling", - "artifactId": "jboss-marshalling-parent", - "version": "2.1.3.Final" - }, - "groupId": "org.jboss.marshalling", - "artifactId": "jboss-marshalling-river", - "version": "2.1.3.Final", - "name": "JBoss Marshalling River", - "description": "JBoss Marshalling River Implementation" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "dd44cb00d14e2ac7fee580f04759e1e495b0f240" - } - ] - } - }, - { - "id": "8a61b955433289c0", - "name": "jcifs", - "version": "1.3.18-kohsuke-1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jcifs-1.3.18-kohsuke-1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "GNU Lesser General Public License, version 2.1", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jcifs-1.3.18-kohsuke-1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.samba.jcifs:jcifs:1.3.18-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcifs:jcifs:1.3.18-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:samba:jcifs:1.3.18-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.samba.jcifs/jcifs@1.3.18-kohsuke-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jcifs-1.3.18-kohsuke-1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Built-By", - "value": "kohsuke" - }, - { - "key": "Build-Jdk", - "value": "1.7.0_21" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.3.9" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.samba.jcifs/jcifs/pom.properties", - "name": "", - "groupId": "org.samba.jcifs", - "artifactId": "jcifs", - "version": "1.3.18-kohsuke-1" - }, - "pomProject": { - "path": "META-INF/maven/org.samba.jcifs/jcifs/pom.xml", - "groupId": "org.samba.jcifs", - "artifactId": "jcifs", - "version": "1.3.18-kohsuke-1", - "name": "jCIFS", - "description": "JCIFS is an Open Source client library that implements the CIFS/SMB networking protocol in 100% Java", - "url": "http://jcifs.samba.org" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "35711c36411d962d7228b7e01ab2567ec213a9d3" - } - ] - } - }, - { - "id": "fe3751d25c55d9b3", - "name": "jcip-annotations", - "version": "1.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jcip-annotations-1.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jcip-annotations:jcip-annotations:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcip-annotations:jcip_annotations:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcip_annotations:jcip-annotations:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcip_annotations:jcip_annotations:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcip:jcip-annotations:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcip:jcip_annotations:1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jcip-annotations/jcip-annotations@1.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jcip-annotations-1.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Ant-Version", - "value": "Apache Ant 1.6.5" - }, - { - "key": "Created-By", - "value": "1.6.0_01-b06 (Sun Microsystems Inc.)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "afba4942caaeaf46aab0b976afd57cc7c181467e" - } - ] - } - }, - { - "id": "af915d4248f25605", - "name": "jcl-over-slf4j", - "version": "2.0.13", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jcl-over-slf4j:jcl-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl-over-slf4j:jcl_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl_over_slf4j:jcl-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl_over_slf4j:jcl_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:jcl-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:jcl_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl-over:jcl-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl-over:jcl_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl_over:jcl-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl_over:jcl_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:jcl-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:jcl_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl:jcl-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl:jcl_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.slf4j/jcl-over-slf4j@2.0.13", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:org.slf4j:jcl-over-slf4j", - "pomProperties": { - "path": "META-INF/maven/org.slf4j/jcl-over-slf4j/pom.properties", - "name": "", - "groupId": "org.slf4j", - "artifactId": "jcl-over-slf4j", - "version": "2.0.13" - }, - "pomProject": { - "path": "META-INF/maven/org.slf4j/jcl-over-slf4j/pom.xml", - "parent": { - "groupId": "org.slf4j", - "artifactId": "slf4j-parent", - "version": "2.0.13" - }, - "groupId": "org.slf4j", - "artifactId": "jcl-over-slf4j", - "version": "2.0.13", - "name": "JCL 1.2 implemented over SLF4J", - "description": "JCL 1.2 implemented over SLF4J", - "url": "http://www.slf4j.org" - } - } - }, - { - "id": "2fd0a73a82c6e91b", - "name": "jcl-over-slf4j", - "version": "2.0.13", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jcl-over-slf4j-2.0.13.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jcl-over-slf4j-2.0.13.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jcl-over-slf4j:jcl-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl-over-slf4j:jcl_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl_over_slf4j:jcl-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl_over_slf4j:jcl_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:jcl-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:jcl_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl-over:jcl-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl-over:jcl_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl_over:jcl-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl_over:jcl_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:jcl-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:jcl_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl:jcl-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcl:jcl_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.slf4j/jcl-over-slf4j@2.0.13", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jcl-over-slf4j-2.0.13.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Bundle-Description", - "value": "JCL 1.2 implemented over SLF4J" - }, - { - "key": "Bundle-DocURL", - "value": "http://www.slf4j.org" - }, - { - "key": "Bundle-License", - "value": "https://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "JCL 1.2 implemented over SLF4J" - }, - { - "key": "Bundle-SymbolicName", - "value": "jcl.over.slf4j" - }, - { - "key": "Bundle-Vendor", - "value": "SLF4J.ORG" - }, - { - "key": "Bundle-Version", - "value": "2.0.13" - }, - { - "key": "Export-Package", - "value": "org.apache.commons.logging;version=\"1.2\",org.apache.commons.logging.impl;version=\"1.2\";uses:=\"org.apache.commons.logging,org.slf4j,org.slf4j.spi\"" - }, - { - "key": "Implementation-Title", - "value": "jcl-over-slf4j" - }, - { - "key": "Implementation-Version", - "value": "2.0.13" - }, - { - "key": "Import-Package", - "value": "org.slf4j;version=\"[2.0,3)\",org.slf4j.spi;version=\"[2.0,3)\"" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Originally-Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "X-Compile-Source-JDK", - "value": "8" - }, - { - "key": "X-Compile-Target-JDK", - "value": "8" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.slf4j/jcl-over-slf4j/pom.properties", - "name": "", - "groupId": "org.slf4j", - "artifactId": "jcl-over-slf4j", - "version": "2.0.13" - }, - "pomProject": { - "path": "META-INF/maven/org.slf4j/jcl-over-slf4j/pom.xml", - "parent": { - "groupId": "org.slf4j", - "artifactId": "slf4j-parent", - "version": "2.0.13" - }, - "groupId": "org.slf4j", - "artifactId": "jcl-over-slf4j", - "version": "2.0.13", - "name": "JCL 1.2 implemented over SLF4J", - "description": "JCL 1.2 implemented over SLF4J", - "url": "http://www.slf4j.org" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "d062d6e35605aabee0c727a950e29d39ac0a262e" - } - ] - } - }, - { - "id": "ab8983d1bc844e79", - "name": "jcommon", - "version": "1.0.23", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jcommon-1.0.23.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "sha256:31abb695f8d7cffc6e2268e7162d64892557287e6c0723a4a2e38634d05dcd23", - "spdxExpression": "", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jcommon-1.0.23.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jcommon:1.0.23:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jfree:jcommon:1.0.23:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jcommon:1.0.23:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcommon:jcommon:1.0.23:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jfree:jcommon:1.0.23:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jcommon:1.0.23:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jfree/jcommon@1.0.23", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jcommon-1.0.23.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "Apache Maven" - }, - { - "key": "Built-By", - "value": "dgilbert" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_05" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jfree/jcommon/pom.properties", - "name": "", - "groupId": "org.jfree", - "artifactId": "jcommon", - "version": "1.0.23" - }, - "pomProject": { - "path": "META-INF/maven/org.jfree/jcommon/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "9" - }, - "groupId": "org.jfree", - "artifactId": "jcommon", - "version": "1.0.23", - "name": "JCommon", - "description": "JCommon is a free general purpose Java class library that is used in several projects at www.jfree.org, including JFreeChart and JFreeReport.", - "url": "http://www.jfree.org/jcommon/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "a316f336ca996e0c6bec4e4fbd49be8f5e1c3968" - } - ] - } - }, - { - "id": "6d7082194853b432", - "name": "jdk-tool", - "version": "73.vddf737284550", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jdk-tool.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jdk-tool.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:jdk-tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:jdk_tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:jdk-tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:jdk_tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:jdk-tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:jdk_tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jdk-tool:jdk-tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jdk-tool:jdk_tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jdk_tool:jdk-tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jdk_tool:jdk_tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jdk-tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jdk_tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jdk:jdk-tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jdk:jdk_tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/jdk-tool@73.vddf737284550", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jdk-tool.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Oracle Java SE Development Kit Installer Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Oracle Java SE Development Kit Installer Plugin" - }, - { - "key": "Implementation-Version", - "value": "73.vddf737284550" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "jdk-tool" - }, - { - "key": "Short-Name", - "value": "jdk-tool" - }, - { - "key": "Long-Name", - "value": "Oracle Java SE Development Kit Installer Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/jdk-tool-plugin" - }, - { - "key": "Plugin-Version", - "value": "73.vddf737284550" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Dependencies", - "value": "apache-httpcomponents-client-4-api:4.5.14-150.v7a_b_9d17134a_5" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/jdk-tool-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "ddf737284550db4aafd6e69b8a111edbaa6a3eaa" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/jdk-tool-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "ddf737284550db4aafd6e69b8a111edbaa6a3eaa" - }, - { - "key": "Implementation-Build", - "value": "ddf737284550db4aafd6e69b8a111edbaa6a3eaa" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/jdk-tool/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "jdk-tool", - "version": "73.vddf737284550" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/jdk-tool/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "jdk-tool", - "version": "73.vddf737284550", - "name": "Oracle Java SE Development Kit Installer Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/jdk-tool-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "f43551c66ad4d27b8e7e982060193ad4b496e479" - } - ] - } - }, - { - "id": "fbb5da65a0e9458e", - "name": "jdk-tool", - "version": "73.vddf737284550", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jdk-tool.hpi:WEB-INF/lib/jdk-tool.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jdk-tool.hpi:WEB-INF/lib/jdk-tool.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:jdk-tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:jdk_tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:jdk-tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:jdk_tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:jdk-tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:jdk_tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jdk-tool:jdk-tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jdk-tool:jdk_tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jdk_tool:jdk-tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jdk_tool:jdk_tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jdk-tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jdk_tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jdk:jdk-tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jdk:jdk_tool:73.vddf737284550:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/jdk-tool@73.vddf737284550", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jdk-tool.hpi:WEB-INF/lib/jdk-tool.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Oracle Java SE Development Kit Installer Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Oracle Java SE Development Kit Installer Plugin" - }, - { - "key": "Implementation-Version", - "value": "73.vddf737284550" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "jdk-tool" - }, - { - "key": "Short-Name", - "value": "jdk-tool" - }, - { - "key": "Long-Name", - "value": "Oracle Java SE Development Kit Installer Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/jdk-tool-plugin" - }, - { - "key": "Plugin-Version", - "value": "73.vddf737284550" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Dependencies", - "value": "apache-httpcomponents-client-4-api:4.5.14-150.v7a_b_9d17134a_5" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/jdk-tool-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "ddf737284550db4aafd6e69b8a111edbaa6a3eaa" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/jdk-tool-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "ddf737284550db4aafd6e69b8a111edbaa6a3eaa" - }, - { - "key": "Implementation-Build", - "value": "ddf737284550db4aafd6e69b8a111edbaa6a3eaa" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/jdk-tool/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "jdk-tool", - "version": "73.vddf737284550" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/jdk-tool/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "jdk-tool", - "version": "73.vddf737284550", - "name": "Oracle Java SE Development Kit Installer Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/jdk-tool-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "77188f873c95f143721c0be59a7818a61891ef54" - } - ] - } - }, - { - "id": "9ae1d063001fcd58", - "name": "jenkins", - "version": "2.461-r0", - "type": "apk", - "foundBy": "wolfictl", - "locations": [ - { - "path": ".PKGINFO", - "accessPath": ".PKGINFO" - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:jenkins:2.461:*:*:*:*:*:*:*", - "source": "wolfictl" - } - ], - "purl": "pkg:apk/wolfi/jenkins@2.461-r0?arch=x86_64&origin=jenkins", - "metadataType": "apk-db-entry", - "metadata": { - "package": "jenkins", - "originPackage": "jenkins", - "maintainer": "", - "version": "2.461-r0", - "architecture": "x86_64", - "url": "", - "description": "Open-source CI/CD application.", - "size": 93206167, - "installedSize": 0, - "pullDependencies": [ - "bash", - "busybox", - "coreutils", - "glibc-locale-en", - "jenkins-entrypoint", - "ttf-dejavu", - "tzdata" - ], - "provides": null, - "pullChecksum": "18b689060acdc69dff338136646c703c7567ab3c2e75e4fe07f192ed180cab31", - "gitCommitOfApkPort": "8e17f82a5b97f06dd23854feaa54bdc75c62cd32", - "files": [ - { - "path": "." - }, - { - "path": ".PKGINFO" - }, - { - "path": ".SIGN.RSA.wolfi-signing.rsa.pub" - }, - { - "path": "usr" - }, - { - "path": "usr/share" - }, - { - "path": "usr/share/java" - }, - { - "path": "usr/share/java/jenkins" - }, - { - "path": "usr/share/java/jenkins/jenkins.war" - }, - { - "path": "var" - }, - { - "path": "var/lib" - }, - { - "path": "var/lib/db" - }, - { - "path": "var/lib/db/sbom" - }, - { - "path": "var/lib/db/sbom/jenkins-2.461-r0.spdx.json" - } - ] - } - }, - { - "id": "8875c1ac79844af4", - "name": "jenkins-core", - "version": "2.461", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jenkins-core-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jenkins-core-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.main:jenkins-core:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.main:jenkins_core:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-core:jenkins-core:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-core:jenkins_core:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_core:jenkins-core:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_core:jenkins_core:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:jenkins-core:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:jenkins_core:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:jenkins-core:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:jenkins_core:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jenkins-core:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jenkins_core:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:main:jenkins-core:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:main:jenkins_core:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.main/jenkins-core@2.461", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jenkins-core-2.461.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.4.1" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Class-Path", - "value": "cli-2.461.jar remoting-3248.v65ecb_254c298.jar args4j-2.33.jar spotbugs-annotations-4.8.5.jar guava-33.2.1-jre.jar failureaccess-1.0.2.jar listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jarjsr305-3.0.1.jar guice-6.0.0.jar javax.inject-1.jar jakarta.inject-api-2.0.1.jar bridge-method-annotation-1.29.jar jzlib-1.1.3-kohsuke-1.jar embedded_su4j-1.1.jar txw2-20110809.jar relaxngDatatype-20020414.jar xstream-1.4.20.jar mxparser-1.2.2.jar commons-beanutils-1.9.4.jar commons-codec-1.17.0.jar commons-collections-3.2.2.jar commons-io-2.16.1.jar commons-jelly-tags-fmt-1.0.jar commons-jelly-tags-xml-1.1.jar commons-lang-2.6.jar jenkins-stapler-support-1.1.jar jakarta.servlet.jsp.jstl-api-1.2.7.jar jaxen-2.0.0.jar jline-2.14.6.jar jna-5.14.0.jar sezpoz-1.13.jar jcip-annotations-1.0.jar antlr4-runtime-4.13.1.jar ant-1.10.14.jar ant-launcher-1.10.14.jar commons-compress-1.26.1.jar commons-fileupload2-core-2.0.0-M2.jar commons-fileupload2-javax-2.0.0-M2.jar groovy-all-2.4.21.jar jbcrypt-1.0.2.jar jansi-1.11.jar annotation-indexer-1.17.jar commons-jexl-1.1-jenkins-20111212.jar crypto-util-1.9.jar memory-monitor-1.12.jar symbol-annotation-1.24.jar task-reactor-1.8.jar version-number-1.11.jar websocket-spi-2.461.jar jfreechart-1.0.19.jar jcommon-1.0.23.jar commons-jelly-tags-define-1.1-jenkins-20240510.jar localizer-1.31.jar robust-http-client-1.2.jar winp-1.30.jar access-modifier-annotation-1.33.jar windows-package-checker-1.2.jar j-interop-2.0.8-kohsuke-1.jarj-interopdeps-2.0.8-kohsuke-1.jar jcifs-1.3.18-kohsuke-1.jar metainf-services-1.11.jar json-lib-2.4-jenkins-7.jar stapler-1872.ve203fa_6b_b_98d.jar commons-discovery-0.5.jar jakarta.annotation-api-3.0.0.jar javax.annotation-api-1.3.2.jar tiger-types-2.2.jar stapler-adjunct-codemirror-1.3.jar stapler-groovy-1872.ve203fa_6b_b_98d.jar stapler-jelly-1872.ve203fa_6b_b_98d.jar dom4j-2.1.4.jar commons-jelly-1.1-jenkins-20240510.jar jcl-over-slf4j-2.0.13.jar slf4j-api-2.0.13.jar log4j-over-slf4j-2.0.13.jar spring-security-web-5.8.12.jar spring-security-core-5.8.12.jarspring-security-crypto-5.8.12.jar spring-core-5.3.36.jar spring-aop-5.3.36.jar spring-beans-5.3.36.jar spring-context-5.3.36.jar spring-expression-5.3.36.jar spring-web-5.3.36.jar xpp3-1.1.4c.jar" - }, - { - "key": "Specification-Title", - "value": "Jenkins core" - }, - { - "key": "Specification-Version", - "value": "2.461" - }, - { - "key": "Implementation-Title", - "value": "Jenkins core" - }, - { - "key": "Implementation-Version", - "value": "2.461" - }, - { - "key": "Main-Class", - "value": "hudson.Main" - }, - { - "key": "Implementation-Build", - "value": "896e0f30e8c5ea8afbdcb0b503aa197372113027" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.main/jenkins-core/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.main", - "artifactId": "jenkins-core", - "version": "2.461" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.main/jenkins-core/pom.xml", - "groupId": "org.jenkins-ci.main", - "artifactId": "jenkins-core", - "version": "2.461", - "name": "Jenkins core", - "description": "Jenkins core code and view files to render HTML.", - "url": "https://github.com/jenkinsci/jenkins" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "c4f037cd97232063b5bf8c5faf1101816ff1eb29" - } - ] - } - }, - { - "id": "ecad85a438f1b920", - "name": "jenkins-stapler-support", - "version": "1.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jenkins-stapler-support-1.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jenkins-stapler-support-1.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins-stapler-support:jenkins-stapler-support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-stapler-support:jenkins_stapler_support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_stapler_support:jenkins-stapler-support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_stapler_support:jenkins_stapler_support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.stapler:jenkins-stapler-support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.stapler:jenkins_stapler_support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-stapler:jenkins-stapler-support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-stapler:jenkins_stapler_support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_stapler:jenkins-stapler-support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_stapler:jenkins_stapler_support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:jenkins-stapler-support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:jenkins_stapler_support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:jenkins-stapler-support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:jenkins_stapler_support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:jenkins-stapler-support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:jenkins_stapler_support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jenkins-stapler-support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jenkins_stapler_support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler:jenkins-stapler-support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler:jenkins_stapler_support:1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.stapler/jenkins-stapler-support@1.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jenkins-stapler-support-1.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Built-By", - "value": "jeffret" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.5.4" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_161" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.stapler/jenkins-stapler-support/pom.properties", - "name": "", - "groupId": "io.jenkins.stapler", - "artifactId": "jenkins-stapler-support", - "version": "1.1" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.stapler/jenkins-stapler-support/pom.xml", - "parent": { - "groupId": "org.jenkins-ci", - "artifactId": "jenkins", - "version": "1.49" - }, - "groupId": "io.jenkins.stapler", - "artifactId": "jenkins-stapler-support", - "version": "1.1", - "name": "Jenkins Stapler Support Library" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "95127e05b589288439684304a75474bb1261a11c" - } - ] - } - }, - { - "id": "ad8612f11b9cafea", - "name": "jenkins-war", - "version": "2.461", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.main:jenkins-war:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.main:jenkins_war:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-war:jenkins-war:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-war:jenkins_war:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_war:jenkins-war:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_war:jenkins_war:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:jenkins-war:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:jenkins_war:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:jenkins-war:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:jenkins_war:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jenkins-war:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jenkins_war:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:main:jenkins-war:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:main:jenkins_war:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.main/jenkins-war@2.461", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven WAR Plugin 3.4.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Implementation-Title", - "value": "Jenkins war" - }, - { - "key": "Main-Class", - "value": "executable.Main" - }, - { - "key": "Add-Opens", - "value": "java.base/java.lang java.base/java.io java.base/java.util" - }, - { - "key": "Hudson-Version", - "value": "1.395" - }, - { - "key": "Implementation-Build", - "value": "896e0f30e8c5ea8afbdcb0b503aa197372113027" - }, - { - "key": "Implementation-Version", - "value": "2.461" - }, - { - "key": "Jenkins-Version", - "value": "2.461" - }, - { - "key": "Remoting-Embedded-Version", - "value": "3248.v65ecb_254c298" - }, - { - "key": "Remoting-Minimum-Supported-Version", - "value": "4.13" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.main/jenkins-war/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.main", - "artifactId": "jenkins-war", - "version": "2.461" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.main/jenkins-war/pom.xml", - "groupId": "org.jenkins-ci.main", - "artifactId": "jenkins-war", - "version": "2.461", - "name": "Jenkins war", - "description": "Creates a war file. Also includes additional static web resources, such as images, CSS, JavaScript, and some HTML files.", - "url": "https://github.com/jenkinsci/jenkins" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "d6105b62740a4833163a6f4a402052f6cb999b8d" - } - ] - } - }, - { - "id": "fe0e4c44b1fc0ea6", - "name": "jetty-alpn-java-server", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jetty-alpn-java-server:jetty-alpn-java-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-alpn-java-server:jetty_alpn_java_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn_java_server:jetty-alpn-java-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn_java_server:jetty_alpn_java_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty-alpn-java-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty_alpn_java_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-alpn-java:jetty-alpn-java-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-alpn-java:jetty_alpn_java_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn_java:jetty-alpn-java-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn_java:jetty_alpn_java_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-alpn:jetty-alpn-java-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-alpn:jetty_alpn_java_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn:jetty-alpn-java-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn:jetty_alpn_java_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty-alpn-java-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty_alpn_java_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-alpn-java-server:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty-alpn-java-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty_alpn_java_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn_java_server:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-alpn-java:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn_java:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-alpn:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty/jetty-alpn-java-server@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty:jetty-alpn-java-server", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-alpn-java-server/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-alpn-java-server", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-alpn-java-server/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-alpn-parent", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-alpn-java-server", - "version": "10.0.20", - "name": "Jetty :: ALPN :: JDK9 Server Implementation" - } - } - }, - { - "id": "5dd266a764866e3a", - "name": "jetty-alpn-server", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jetty-alpn-server:jetty-alpn-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-alpn-server:jetty_alpn_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn_server:jetty-alpn-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn_server:jetty_alpn_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty-alpn-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty_alpn_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-alpn:jetty-alpn-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-alpn:jetty_alpn_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn:jetty-alpn-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn:jetty_alpn_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty-alpn-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty_alpn_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-alpn-server:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty-alpn-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty_alpn_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn_server:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-alpn:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_alpn:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty/jetty-alpn-server@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty:jetty-alpn-server", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-alpn-server/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-alpn-server", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-alpn-server/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-alpn-parent", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-alpn-server", - "version": "10.0.20", - "name": "Jetty :: ALPN :: Server" - } - } - }, - { - "id": "b994df2cd4692513", - "name": "jetty-http", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty-http:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty_http:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-http:jetty-http:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-http:jetty_http:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_http:jetty-http:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_http:jetty_http:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty-http:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty_http:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-http:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty-http:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty_http:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_http:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty/jetty-http@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty:jetty-http", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-http/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-http", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-http/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-project", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-http", - "version": "10.0.20", - "name": "Jetty :: Http Utility" - } - } - }, - { - "id": "2a9c1649ffb6a46d", - "name": "jetty-io", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty-io:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty_io:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-io:jetty-io:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-io:jetty_io:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_io:jetty-io:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_io:jetty_io:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty-io:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty_io:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-io:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty-io:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty_io:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_io:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty/jetty-io@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty:jetty-io", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-io/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-io", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-io/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-project", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-io", - "version": "10.0.20", - "name": "Jetty :: IO Utility" - } - } - }, - { - "id": "18c9812482d1df54", - "name": "jetty-jmx", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty-jmx:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty_jmx:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-jmx:jetty-jmx:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-jmx:jetty_jmx:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_jmx:jetty-jmx:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_jmx:jetty_jmx:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty-jmx:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty_jmx:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-jmx:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty-jmx:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty_jmx:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_jmx:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty/jetty-jmx@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty:jetty-jmx", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-jmx/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-jmx", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-jmx/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-project", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-jmx", - "version": "10.0.20", - "name": "Jetty :: JMX Management", - "description": "JMX management artifact for jetty." - } - } - }, - { - "id": "5a7b8b481d937ebe", - "name": "jetty-security", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty-security:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty_security:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-security:jetty-security:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-security:jetty_security:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_security:jetty-security:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_security:jetty_security:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty-security:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty_security:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-security:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty-security:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty_security:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_security:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty/jetty-security@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty:jetty-security", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-security/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-security", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-security/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-project", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-security", - "version": "10.0.20", - "name": "Jetty :: Security", - "description": "Jetty security infrastructure" - } - } - }, - { - "id": "f168b872ce58c987", - "name": "jetty-server", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-server:jetty-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-server:jetty_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_server:jetty-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_server:jetty_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-server:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_server:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty/jetty-server@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty:jetty-server", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-server/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-server", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-server/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-project", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-server", - "version": "10.0.20", - "name": "Jetty :: Server Core", - "description": "The core jetty server artifact." - } - } - }, - { - "id": "9e9369bc5b832f9b", - "name": "jetty-servlet", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty-servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty_servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-servlet:jetty-servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-servlet:jetty_servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_servlet:jetty-servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_servlet:jetty_servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty-servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty_servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-servlet:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty-servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty_servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_servlet:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty/jetty-servlet@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty:jetty-servlet", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-servlet/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-servlet", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-servlet/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-project", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-servlet", - "version": "10.0.20", - "name": "Jetty :: Servlet Handling", - "description": "Jetty Servlet Container" - } - } - }, - { - "id": "9a3781d356c185d8", - "name": "jetty-unixdomain-server", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jetty-unixdomain-server:jetty-unixdomain-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-unixdomain-server:jetty_unixdomain_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_unixdomain_server:jetty-unixdomain-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_unixdomain_server:jetty_unixdomain_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty-unixdomain-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty_unixdomain_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-unixdomain:jetty-unixdomain-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-unixdomain:jetty_unixdomain_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_unixdomain:jetty-unixdomain-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_unixdomain:jetty_unixdomain_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty-unixdomain-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty_unixdomain_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-unixdomain-server:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty-unixdomain-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty_unixdomain_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_unixdomain_server:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-unixdomain:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_unixdomain:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty/jetty-unixdomain-server@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty:jetty-unixdomain-server", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-unixdomain-server/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-unixdomain-server", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-unixdomain-server/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-project", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-unixdomain-server", - "version": "10.0.20", - "name": "Jetty :: Unix-Domain Sockets :: Server", - "description": "Jetty Unix-Domain Sockets Server" - } - } - }, - { - "id": "8886743f9b327a05", - "name": "jetty-util", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty-util:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty_util:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-util:jetty-util:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-util:jetty_util:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_util:jetty-util:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_util:jetty_util:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty-util:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty_util:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-util:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty-util:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty_util:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_util:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty/jetty-util@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty:jetty-util", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-util/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-util", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-util/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-project", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-util", - "version": "10.0.20", - "name": "Jetty :: Utilities", - "description": "Utility classes for Jetty" - } - } - }, - { - "id": "89e3c771cc8e4980", - "name": "jetty-webapp", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty-webapp:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty_webapp:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-webapp:jetty-webapp:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-webapp:jetty_webapp:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_webapp:jetty-webapp:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_webapp:jetty_webapp:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty-webapp:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty_webapp:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-webapp:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty-webapp:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty_webapp:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_webapp:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty/jetty-webapp@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty:jetty-webapp", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-webapp/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-webapp", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-webapp/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-project", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-webapp", - "version": "10.0.20", - "name": "Jetty :: Webapp Application Support", - "description": "Jetty web application support" - } - } - }, - { - "id": "43a1c6d6ab0c9189", - "name": "jetty-xml", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty-xml:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty_xml:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-xml:jetty-xml:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-xml:jetty_xml:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_xml:jetty-xml:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_xml:jetty_xml:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty-xml:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty_xml:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty-xml:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty-xml:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty_xml:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty_xml:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:jetty:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty/jetty-xml@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty:jetty-xml", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-xml/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-xml", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty/jetty-xml/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-project", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty", - "artifactId": "jetty-xml", - "version": "10.0.20", - "name": "Jetty :: XML utilities", - "description": "The jetty xml utilities." - } - } - }, - { - "id": "8103093d0dcb71b1", - "name": "jfreechart", - "version": "1.0.19", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jfreechart-1.0.19.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "GNU Lesser General Public Licence", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.gnu.org/licenses/lgpl.txt" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jfreechart-1.0.19.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jfreechart:1.0.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jfreechart:jfreechart:1.0.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jfree:jfreechart:1.0.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jfreechart:1.0.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jfree:jfreechart:1.0.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jfreechart:1.0.19:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jfree/jfreechart@1.0.19", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jfreechart-1.0.19.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "Apache Maven" - }, - { - "key": "Built-By", - "value": "dgilbert" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_05" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jfree/jfreechart/pom.properties", - "name": "", - "groupId": "org.jfree", - "artifactId": "jfreechart", - "version": "1.0.19" - }, - "pomProject": { - "path": "META-INF/maven/org.jfree/jfreechart/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "9" - }, - "groupId": "org.jfree", - "artifactId": "jfreechart", - "version": "1.0.19", - "name": "JFreeChart", - "description": "JFreeChart is a class library, written in Java, for generating charts. Utilising the Java2D APIs, it currently supports bar charts, pie charts, line charts, XY-plots and time series plots.", - "url": "http://www.jfree.org/jfreechart/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "ba9ee7dbb2e4c57a6901c79f614ed2dea9cc0e20" - } - ] - } - }, - { - "id": "9e85e0f8239a3999", - "name": "jline", - "version": "2.14.6", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jline-2.14.6.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.opensource.org/licenses/bsd-license.php", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jline-2.14.6.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jline:2.14.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jline:2.14.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jline:jline:2.14.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jline:2.14.6:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jline/jline@2.14.6", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jline-2.14.6.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-Description", - "value": "Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/" - }, - { - "key": "Bundle-License", - "value": "http://www.opensource.org/licenses/bsd-license.php" - }, - { - "key": "Bundle-SymbolicName", - "value": "jline" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Built-By", - "value": "gnodet" - }, - { - "key": "Bnd-LastModified", - "value": "1522055899173" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.5))\"" - }, - { - "key": "Tool", - "value": "Bnd-2.4.1.201501161923" - }, - { - "key": "Export-Package", - "value": "jline;uses:=\"jline.internal\";version=\"2.14.6\",jline.console;uses:=\"jline,jline.console.completer,jline.console.history\";version=\"2.14.6\",jline.console.completer;uses:=\"jline.console\";version=\"2.14.6\",jline.console.history;version=\"2.14.6\",jline.console.internal;version=\"2.14.6\",jline.internal;version=\"2.14.6\",org.fusesource.jansi;version=\"1.12\"" - }, - { - "key": "Bundle-Name", - "value": "JLine" - }, - { - "key": "Bundle-Version", - "value": "2.14.6" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_162" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/jline/jline/pom.properties", - "name": "", - "groupId": "jline", - "artifactId": "jline", - "version": "2.14.6" - }, - "pomProject": { - "path": "META-INF/maven/jline/jline/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "9" - }, - "groupId": "jline", - "artifactId": "jline", - "version": "2.14.6", - "name": "JLine" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "c3aeac59c022bdc497c8c48ed86fa50450e4896a" - } - ] - } - }, - { - "id": "656903078fcd571d", - "name": "jna", - "version": "5.14.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jna-5.14.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jna-5.14.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "LGPL-2.1", - "spdxExpression": "LGPL-2.1-only", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jna-5.14.0.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jna-development-team:jna:5.14.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jna_development_team:jna:5.14.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.sun.jna:jna:5.14.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jna:jna:5.14.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:jna:5.14.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.sun.jna/jna@5.14.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jna-5.14.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Ant-Version", - "value": "Apache Ant 1.10.13" - }, - { - "key": "Created-By", - "value": "1.8.0_262-b10 (AdoptOpenJDK)" - }, - { - "key": "Main-Class", - "value": "com.sun.jna.Native" - }, - { - "key": "Implementation-Title", - "value": "com.sun.jna" - }, - { - "key": "Implementation-Vendor", - "value": "JNA Development Team" - }, - { - "key": "Implementation-Version", - "value": "5.14.0 (b0)" - }, - { - "key": "Specification-Title", - "value": "Java Native Access (JNA)" - }, - { - "key": "Specification-Vendor", - "value": "JNA Development Team" - }, - { - "key": "Specification-Version", - "value": "5" - }, - { - "key": "Bundle-Category", - "value": "jni" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "jna" - }, - { - "key": "Bundle-Description", - "value": "JNA Library" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.sun.jna" - }, - { - "key": "Bundle-Version", - "value": "5.14.0" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "JavaSE-1.6" - }, - { - "key": "Bundle-Vendor", - "value": "JNA Development Team" - }, - { - "key": "Bundle-ActivationPolicy", - "value": "lazy" - }, - { - "key": "Export-Package", - "value": "com.sun.jna;version=\"5.14.0\", com.sun.jna.ptr;version=\"5.14.0\";uses:=\"com.sun.jna\", com.sun.jna.win32;version=\"5.14.0\";uses:=\"com.sun.jna\"" - }, - { - "key": "Bundle-NativeCode", - "value": "com/sun/jna/win32-x86/jnidispatch.dll; processor=x86;osname=win32, com/sun/jna/win32-x86-64/jnidispatch.dll; processor=x86-64;osname=win32, com/sun/jna/win32-aarch64/jnidispatch.dll; processor=aarch64;osname=win32, com/sun/jna/win32-x86/jnidispatch.dll; processor=x86;osname=win, com/sun/jna/win32-x86-64/jnidispatch.dll; processor=x86-64;osname=win, com/sun/jna/win32-aarch64/jnidispatch.dll; processor=aarch64;osname=win, com/sun/jna/w32ce-arm/jnidispatch.dll; processor=arm;osname=wince, com/sun/jna/sunos-x86/libjnidispatch.so;processor=x86;osname=sunos, com/sun/jna/sunos-x86-64/libjnidispatch.so; processor=x86-64;osname=sunos, com/sun/jna/sunos-sparc/libjnidispatch.so; processor=sparc;osname=sunos, com/sun/jna/sunos-sparcv9/libjnidispatch.so; processor=sparcv9;osname=sunos, com/sun/jna/aix-ppc/libjnidispatch.a; processor=ppc;osname=aix, com/sun/jna/aix-ppc64/libjnidispatch.a; processor=ppc64;osname=aix, com/sun/jna/linux-ppc/libjnidispatch.so; processor=ppc;osname=linux, com/sun/jna/linux-ppc64/libjnidispatch.so; processor=ppc64;osname=linux, com/sun/jna/linux-ppc64le/libjnidispatch.so; processor=ppc64le;osname=linux, com/sun/jna/linux-x86/libjnidispatch.so; processor=x86;osname=linux, com/sun/jna/linux-x86-64/libjnidispatch.so; processor=x86-64;osname=linux, com/sun/jna/linux-arm/libjnidispatch.so; processor=arm;osname=linux, com/sun/jna/linux-arm/libjnidispatch.so; processor=arm_le;osname=linux, com/sun/jna/linux-armel/libjnidispatch.so; processor=armel;osname=linux, com/sun/jna/linux-aarch64/libjnidispatch.so; processor=aarch64;osname=linux, com/sun/jna/linux-ia64/libjnidispatch.so; processor=ia64;osname=linux, com/sun/jna/linux-sparcv9/libjnidispatch.so; processor=sparcv9;osname=linux, com/sun/jna/linux-mips64el/libjnidispatch.so; processor=mips64el;osname=linux, com/sun/jna/linux-s390x/libjnidispatch.so;processor=S390x;osname=linux, com/sun/jna/linux-loongarch64/libjnidispatch.so; processor=loongarch64;osname=linux, com/sun/jna/freebsd-x86/libjnidispatch.so; processor=x86;osname=freebsd, com/sun/jna/freebsd-x86-64/libjnidispatch.so; processor=x86-64;osname=freebsd, com/sun/jna/openbsd-x86/libjnidispatch.so; processor=x86;osname=openbsd, com/sun/jna/openbsd-x86-64/libjnidispatch.so; processor=x86-64;osname=openbsd, com/sun/jna/darwin-ppc/libjnidispatch.jnilib; osname=macosx;processor=ppc, com/sun/jna/darwin-ppc64/libjnidispatch.jnilib; osname=macosx;processor=ppc64, com/sun/jna/darwin-x86/libjnidispatch.jnilib;osname=macosx;processor=x86, com/sun/jna/darwin-x86-64/libjnidispatch.jnilib; osname=macosx;processor=x86-64, com/sun/jna/darwin-aarch64/libjnidispatch.jnilib; osname=macosx;processor=aarch64" - }, - { - "key": "Automatic-Module-Name", - "value": "com.sun.jna" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "67bf3eaea4f0718cb376a181a629e5f88fa1c9dd" - } - ] - } - }, - { - "id": "ee78f29c5bc219c2", - "name": "jquery3-api", - "version": "3.7.1-2", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jquery3-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jquery3-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:jquery3-api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:jquery3_api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jquery3-api:jquery3-api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jquery3-api:jquery3_api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jquery3_api:jquery3-api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jquery3_api:jquery3_api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jquery3-api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jquery3_api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jquery3:jquery3-api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jquery3:jquery3_api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/jquery3-api@3.7.1-2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jquery3-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Specification-Title", - "value": "JQuery3 API Plugin" - }, - { - "key": "Specification-Version", - "value": "3.7" - }, - { - "key": "Implementation-Title", - "value": "JQuery3 API Plugin" - }, - { - "key": "Implementation-Version", - "value": "3.7.1-2" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "jquery3-api" - }, - { - "key": "Short-Name", - "value": "jquery3-api" - }, - { - "key": "Long-Name", - "value": "JQuery3 API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/jquery3-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "3.7.1-2" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "commons-lang3-api:3.13.0-62.v7d18e55f51e2,commons-text-api:1.11.0-95.v22a_d30ee5d36" - }, - { - "key": "Plugin-Developers", - "value": "Ullrich Hafner:uhafner:ullrich.hafner@gmail.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT license" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/jquery3-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "v3.7.1-2" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/jquery3-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "ade40c088400bad400187e300a15962d7c4d5e65" - }, - { - "key": "Implementation-Build", - "value": "ade40c088400bad400187e300a15962d7c4d5e65" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/jquery3-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "jquery3-api", - "version": "3.7.1-2" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/jquery3-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "jquery3-api", - "version": "3.7.1-2", - "name": "JQuery3 API Plugin", - "description": "Provides jQuery 3.x for Jenkins plugins.", - "url": "https://github.com/jenkinsci/jquery3-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "9255e2d4789945a516e75899883c514516717984" - } - ] - } - }, - { - "id": "e83a9ccd693f15f2", - "name": "jquery3-api", - "version": "3.7.1-2", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jquery3-api.hpi:WEB-INF/lib/jquery3-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jquery3-api.hpi:WEB-INF/lib/jquery3-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:jquery3-api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:jquery3_api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jquery3-api:jquery3-api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jquery3-api:jquery3_api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jquery3_api:jquery3-api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jquery3_api:jquery3_api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jquery3-api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:jquery3_api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jquery3:jquery3-api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jquery3:jquery3_api:3.7.1-2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/jquery3-api@3.7.1-2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jquery3-api.hpi:WEB-INF/lib/jquery3-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Specification-Title", - "value": "JQuery3 API Plugin" - }, - { - "key": "Specification-Version", - "value": "3.7" - }, - { - "key": "Implementation-Title", - "value": "JQuery3 API Plugin" - }, - { - "key": "Implementation-Version", - "value": "3.7.1-2" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "jquery3-api" - }, - { - "key": "Short-Name", - "value": "jquery3-api" - }, - { - "key": "Long-Name", - "value": "JQuery3 API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/jquery3-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "3.7.1-2" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "commons-lang3-api:3.13.0-62.v7d18e55f51e2,commons-text-api:1.11.0-95.v22a_d30ee5d36" - }, - { - "key": "Plugin-Developers", - "value": "Ullrich Hafner:uhafner:ullrich.hafner@gmail.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT license" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/jquery3-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "v3.7.1-2" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/jquery3-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "ade40c088400bad400187e300a15962d7c4d5e65" - }, - { - "key": "Implementation-Build", - "value": "ade40c088400bad400187e300a15962d7c4d5e65" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/jquery3-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "jquery3-api", - "version": "3.7.1-2" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/jquery3-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "jquery3-api", - "version": "3.7.1-2", - "name": "JQuery3 API Plugin", - "description": "Provides jQuery 3.x for Jenkins plugins.", - "url": "https://github.com/jenkinsci/jquery3-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "d3db728bf0177f9d4e72ba095c436c569de70b73" - } - ] - } - }, - { - "id": "12d2956a5c7e7b30", - "name": "json", - "version": "20240303", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/json-api.hpi:WEB-INF/lib/json-20240303.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "https://github.com/stleary/JSON-java/blob/master/LICENSE", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/json-api.hpi:WEB-INF/lib/json-20240303.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.json:json:20240303:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json:json:20240303:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.json/json@20240303", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/json-api.hpi:WEB-INF/lib/json-20240303.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-Description", - "value": "JSON is a light-weight, language independent, datainterchange format. See http://www.JSON.org/ The filesin this package implement JSON encoders/decoders in Java. Italso includes the capability to convert between JSON and XML, HTTPheaders, Cookies, and CDL. This is a reference implementation. There are a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully." - }, - { - "key": "Bundle-License", - "value": "https://github.com/stleary/JSON-java/blob/master/LICENSE" - }, - { - "key": "Bundle-SymbolicName", - "value": "json" - }, - { - "key": "Bnd-LastModified", - "value": "1709478962392" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "Export-Package", - "value": "org.json;version=\"20240303.0.0\"" - }, - { - "key": "Bundle-Name", - "value": "JSON in Java" - }, - { - "key": "Bundle-Version", - "value": "20240303.0.0" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.json/json/pom.properties", - "name": "", - "groupId": "org.json", - "artifactId": "json", - "version": "20240303" - }, - "pomProject": { - "path": "META-INF/maven/org.json/json/pom.xml", - "groupId": "org.json", - "artifactId": "json", - "version": "20240303", - "name": "JSON in Java", - "description": "JSON is a light-weight, language independent, data interchange format. See http://www.JSON.org/ The files in this package implement JSON encoders/decoders in Java. It also includes the capability to convert between JSON and XML, HTTP headers, Cookies, and CDL. This is a reference implementation. There are a large number of JSON packages in Java. Perhaps someday the Java community will standardize on one. Until then, choose carefully.", - "url": "https://github.com/douglascrockford/JSON-java" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "0ebb88e8fb5122b7506d5cf1d69f1ccdb790d22a" - } - ] - } - }, - { - "id": "0862d623de717803", - "name": "json-api", - "version": "20240303-41.v94e11e6de726", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/json-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT No Attribution License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/json-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:json-api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:json_api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json-api:json-api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json-api:json_api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json_api:json-api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json_api:json_api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:json-api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:json_api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json:json-api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json:json_api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/json-api@20240303-41.v94e11e6de726", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/json-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "JSON Api Plugin" - }, - { - "key": "Specification-Version", - "value": "20240303.0" - }, - { - "key": "Implementation-Title", - "value": "JSON Api Plugin" - }, - { - "key": "Implementation-Version", - "value": "20240303-41.v94e11e6de726" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "json-api" - }, - { - "key": "Short-Name", - "value": "json-api" - }, - { - "key": "Long-Name", - "value": "JSON Api Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/json-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "20240303-41.v94e11e6de726" - }, - { - "key": "Hudson-Version", - "value": "2.414.3" - }, - { - "key": "Jenkins-Version", - "value": "2.414.3" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT No Attribution License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/license/mit-0/" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/json-api-plugin" - }, - { - "key": "Plugin-ScmTag", - "value": "94e11e6de7264e2ac8782d46310e2330fa167ded" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/json-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "94e11e6de7264e2ac8782d46310e2330fa167ded" - }, - { - "key": "Implementation-Build", - "value": "94e11e6de7264e2ac8782d46310e2330fa167ded" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/json-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "json-api", - "version": "20240303-41.v94e11e6de726" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/json-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "json-api", - "version": "20240303-41.v94e11e6de726", - "name": "JSON Api Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/json-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "8c95b4331a5e8253bf37162409e9eeb41a244d08" - } - ] - } - }, - { - "id": "e8247ba58e26dbad", - "name": "json-api", - "version": "20240303-41.v94e11e6de726", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/json-api.hpi:WEB-INF/lib/json-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT No Attribution License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/json-api.hpi:WEB-INF/lib/json-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:json-api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:json_api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json-api:json-api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json-api:json_api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json_api:json-api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json_api:json_api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:json-api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:json_api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json:json-api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json:json_api:20240303-41.v94e11e6de726:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/json-api@20240303-41.v94e11e6de726", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/json-api.hpi:WEB-INF/lib/json-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "JSON Api Plugin" - }, - { - "key": "Specification-Version", - "value": "20240303.0" - }, - { - "key": "Implementation-Title", - "value": "JSON Api Plugin" - }, - { - "key": "Implementation-Version", - "value": "20240303-41.v94e11e6de726" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "json-api" - }, - { - "key": "Short-Name", - "value": "json-api" - }, - { - "key": "Long-Name", - "value": "JSON Api Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/json-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "20240303-41.v94e11e6de726" - }, - { - "key": "Hudson-Version", - "value": "2.414.3" - }, - { - "key": "Jenkins-Version", - "value": "2.414.3" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT No Attribution License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/license/mit-0/" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/json-api-plugin" - }, - { - "key": "Plugin-ScmTag", - "value": "94e11e6de7264e2ac8782d46310e2330fa167ded" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/json-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "94e11e6de7264e2ac8782d46310e2330fa167ded" - }, - { - "key": "Implementation-Build", - "value": "94e11e6de7264e2ac8782d46310e2330fa167ded" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/json-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "json-api", - "version": "20240303-41.v94e11e6de726" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/json-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "json-api", - "version": "20240303-41.v94e11e6de726", - "name": "JSON Api Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/json-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "334d2da878c6f2ab23a9c0e8815278f5e79ef4d7" - } - ] - } - }, - { - "id": "13361c9c92b15ace", - "name": "json-lib", - "version": "2.4-jenkins-7", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/json-lib-2.4-jenkins-7.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/json-lib-2.4-jenkins-7.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.kohsuke.stapler:json-lib:2.4-jenkins-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke.stapler:json_lib:2.4-jenkins-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json-lib:json-lib:2.4-jenkins-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json-lib:json_lib:2.4-jenkins-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json_lib:json-lib:2.4-jenkins-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json_lib:json_lib:2.4-jenkins-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:json-lib:2.4-jenkins-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:json_lib:2.4-jenkins-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler:json-lib:2.4-jenkins-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler:json_lib:2.4-jenkins-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json:json-lib:2.4-jenkins-7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json:json_lib:2.4-jenkins-7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.kohsuke.stapler/json-lib@2.4-jenkins-7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/json-lib-2.4-jenkins-7.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.3.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "json-lib" - }, - { - "key": "Specification-Version", - "value": "2.4" - }, - { - "key": "Specification-Vendor", - "value": "Json-lib" - }, - { - "key": "Implementation-Title", - "value": "json-lib" - }, - { - "key": "Implementation-Version", - "value": "2.4-jenkins-7" - }, - { - "key": "Implementation-Vendor", - "value": "Json-lib" - }, - { - "key": "Implementation-Build", - "value": "d5f746045bb5820e1bc00f5c651c81718f58fb2a" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.kohsuke.stapler/json-lib/pom.properties", - "name": "", - "groupId": "org.kohsuke.stapler", - "artifactId": "json-lib", - "version": "2.4-jenkins-7" - }, - "pomProject": { - "path": "META-INF/maven/org.kohsuke.stapler/json-lib/pom.xml", - "groupId": "org.kohsuke.stapler", - "artifactId": "json-lib", - "version": "2.4-jenkins-7", - "name": "json-lib", - "description": "Java library for transforming beans, maps, collections, java arrays and XML to JSON.", - "url": "https://json-lib.sourceforge.net" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "d4759b370f5832e3050fc6ecd01dc5e295951f1b" - } - ] - } - }, - { - "id": "8a20ecaef6a7280e", - "name": "junit", - "version": "1265.v65b_14fa_f12f0", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/junit.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/junit.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:junit:1265.v65b_14fa_f12f0:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/junit@1265.v65b_14fa_f12f0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/junit.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "JUnit Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "JUnit Plugin" - }, - { - "key": "Implementation-Version", - "value": "1265.v65b_14fa_f12f0" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "junit" - }, - { - "key": "Short-Name", - "value": "junit" - }, - { - "key": "Long-Name", - "value": "JUnit Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/junit-plugin" - }, - { - "key": "Plugin-Version", - "value": "1265.v65b_14fa_f12f0" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Dependencies", - "value": "bootstrap5-api:5.3.2-2,checks-api:2.0.2,echarts-api:5.4.0-7,ionicons-api:56.v1b_1c8c49374e,plugin-util-api:3.6.0,workflow-api:1283.v99c10937efcb_,workflow-step-api:639.v6eca_cd8c04a_a_,display-url-api:2.200.vb_9327d658781,jackson2-api:2.15.2-350.v0c2f3f8fc595,script-security:1275.v23895f409fb_d" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/junit-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "65b14faf12f0288af54692fe74b7c1ae564b95cf" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/junit-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "65b14faf12f0288af54692fe74b7c1ae564b95cf" - }, - { - "key": "Implementation-Build", - "value": "65b14faf12f0288af54692fe74b7c1ae564b95cf" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/junit/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "junit", - "version": "1265.v65b_14fa_f12f0" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/junit/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "junit", - "version": "1265.v65b_14fa_f12f0", - "name": "JUnit Plugin", - "description": "Allows JUnit-format test results to be published.", - "url": "https://github.com/jenkinsci/junit-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "ca370d45b61f46e46e892d738dac8d9f4f6f5454" - } - ] - } - }, - { - "id": "5efe00d8c69dca6e", - "name": "junit", - "version": "1265.v65b_14fa_f12f0", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/junit.hpi:WEB-INF/lib/junit.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/junit.hpi:WEB-INF/lib/junit.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:junit:1265.v65b_14fa_f12f0:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/junit@1265.v65b_14fa_f12f0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/junit.hpi:WEB-INF/lib/junit.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "JUnit Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "JUnit Plugin" - }, - { - "key": "Implementation-Version", - "value": "1265.v65b_14fa_f12f0" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "junit" - }, - { - "key": "Short-Name", - "value": "junit" - }, - { - "key": "Long-Name", - "value": "JUnit Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/junit-plugin" - }, - { - "key": "Plugin-Version", - "value": "1265.v65b_14fa_f12f0" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Dependencies", - "value": "bootstrap5-api:5.3.2-2,checks-api:2.0.2,echarts-api:5.4.0-7,ionicons-api:56.v1b_1c8c49374e,plugin-util-api:3.6.0,workflow-api:1283.v99c10937efcb_,workflow-step-api:639.v6eca_cd8c04a_a_,display-url-api:2.200.vb_9327d658781,jackson2-api:2.15.2-350.v0c2f3f8fc595,script-security:1275.v23895f409fb_d" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/junit-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "65b14faf12f0288af54692fe74b7c1ae564b95cf" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/junit-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "65b14faf12f0288af54692fe74b7c1ae564b95cf" - }, - { - "key": "Implementation-Build", - "value": "65b14faf12f0288af54692fe74b7c1ae564b95cf" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/junit/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "junit", - "version": "1265.v65b_14fa_f12f0" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/junit/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "junit", - "version": "1265.v65b_14fa_f12f0", - "name": "JUnit Plugin", - "description": "Allows JUnit-format test results to be published.", - "url": "https://github.com/jenkinsci/junit-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "1a0b0d0ff6c9b597be56686e1b8e7f4ff2452927" - } - ] - } - }, - { - "id": "c864ff5fe3b7cb24", - "name": "jzlib", - "version": "1.1.3-kohsuke-1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jzlib-1.1.3-kohsuke-1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.jcraft.com/jzlib/LICENSE.txt" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jzlib-1.1.3-kohsuke-1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.jcraft:jzlib:1.1.3-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcraft:jzlib:1.1.3-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jzlib:jzlib:1.1.3-kohsuke-1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.jcraft/jzlib@1.1.3-kohsuke-1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/jzlib-1.1.3-kohsuke-1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "Apache Maven" - }, - { - "key": "Built-By", - "value": "kohsuke" - }, - { - "key": "Build-Jdk", - "value": "1.7.0_07" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.jcraft/jzlib/pom.properties", - "name": "", - "groupId": "com.jcraft", - "artifactId": "jzlib", - "version": "1.1.3-kohsuke-1" - }, - "pomProject": { - "path": "META-INF/maven/com.jcraft/jzlib/pom.xml", - "groupId": "com.jcraft", - "artifactId": "jzlib", - "version": "1.1.3-kohsuke-1", - "name": "JZlib", - "description": "JZlib is a re-implementation of zlib in pure Java", - "url": "http://www.jcraft.com/jzlib/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "af5d27e1de29df05db95da5d76b546d075bc1bc5" - } - ] - } - }, - { - "id": "3924bf79b130aa50", - "name": "listenablefuture", - "version": "9999.0-empty-to-avoid-conflict-with-guava", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:listenablefuture:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.google.guava/listenablefuture@9999.0-empty-to-avoid-conflict-with-guava", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.5.0" - }, - { - "key": "Built-By", - "value": "cpovirk" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_151-google-v7" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.google.guava/listenablefuture/pom.properties", - "name": "", - "groupId": "com.google.guava", - "artifactId": "listenablefuture", - "version": "9999.0-empty-to-avoid-conflict-with-guava" - }, - "pomProject": { - "path": "META-INF/maven/com.google.guava/listenablefuture/pom.xml", - "parent": { - "groupId": "com.google.guava", - "artifactId": "guava-parent", - "version": "26.0-android" - }, - "groupId": "com.google.guava", - "artifactId": "listenablefuture", - "version": "9999.0-empty-to-avoid-conflict-with-guava", - "name": "Guava ListenableFuture only", - "description": "An empty artifact that Guava depends on to signal that it is providing ListenableFuture -- but is also available in a second \"version\" that contains com.google.common.util.concurrent.ListenableFuture class, without any other Guava classes. The idea is: - If users want only ListenableFuture, they depend on listenablefuture-1.0. - If users want all of Guava, they depend on guava, which, as of Guava 27.0, depends on listenablefuture-9999.0-empty-to-avoid-conflict-with-guava. The 9999.0-... version number is enough for some build systems (notably, Gradle) to select that empty artifact over the \"real\" listenablefuture-1.0 -- avoiding a conflict with the copy of ListenableFuture in guava itself. If users are using an older version of Guava or a build system other than Gradle, they may see class conflicts. If so, they can solve them by manually excluding the listenablefuture artifact or manually forcing their build systems to use 9999.0-...." - }, - "digest": [ - { - "algorithm": "sha1", - "value": "b421526c5f297295adef1c886e5246c39d4ac629" - } - ] - } - }, - { - "id": "f28fd43a95aa5176", - "name": "localizer", - "version": "1.31", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jvnet.localizer:localizer:1.31:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:localizer:localizer:1.31:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jvnet:localizer:1.31:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jvnet.localizer/localizer@1.31", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:org.jvnet.localizer:localizer", - "pomProperties": { - "path": "META-INF/maven/org.jvnet.localizer/localizer/pom.properties", - "name": "", - "groupId": "org.jvnet.localizer", - "artifactId": "localizer", - "version": "1.31" - }, - "pomProject": { - "path": "META-INF/maven/org.jvnet.localizer/localizer/pom.xml", - "parent": { - "groupId": "org.jvnet.localizer", - "artifactId": "localizer-parent", - "version": "1.31" - }, - "groupId": "org.jvnet.localizer", - "artifactId": "localizer", - "version": "1.31", - "name": "Localizer" - } - } - }, - { - "id": "66fe6c6ecaf2aa7f", - "name": "localizer", - "version": "1.31", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/localizer-1.31.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jvnet.localizer:localizer:1.31:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:localizer:localizer:1.31:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jvnet:localizer:1.31:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jvnet.localizer/localizer@1.31", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/localizer-1.31.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Maven Jar Plugin 3.2.0" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jvnet.localizer/localizer/pom.properties", - "name": "", - "groupId": "org.jvnet.localizer", - "artifactId": "localizer", - "version": "1.31" - }, - "pomProject": { - "path": "META-INF/maven/org.jvnet.localizer/localizer/pom.xml", - "parent": { - "groupId": "org.jvnet.localizer", - "artifactId": "localizer-parent", - "version": "1.31" - }, - "groupId": "org.jvnet.localizer", - "artifactId": "localizer", - "version": "1.31", - "name": "Localizer" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "aa7560693502015b7747697fa5a4fd1da9a95ccd" - } - ] - } - }, - { - "id": "34f672506fdc8b0a", - "name": "log4j-over-slf4j", - "version": "2.0.13", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/log4j-over-slf4j-2.0.13.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/log4j-over-slf4j-2.0.13.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:log4j-over-slf4j:log4j-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:log4j-over-slf4j:log4j_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:log4j_over_slf4j:log4j-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:log4j_over_slf4j:log4j_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:log4j-over:log4j-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:log4j-over:log4j_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:log4j_over:log4j-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:log4j_over:log4j_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:log4j-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:log4j_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:log4j:log4j-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:log4j:log4j_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:log4j-over-slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:log4j_over_slf4j:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.slf4j/log4j-over-slf4j@2.0.13", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/log4j-over-slf4j-2.0.13.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Bundle-Description", - "value": "Log4j implemented over SLF4J" - }, - { - "key": "Bundle-DocURL", - "value": "http://www.slf4j.org" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Log4j Implemented Over SLF4J" - }, - { - "key": "Bundle-SymbolicName", - "value": "log4j.over.slf4j" - }, - { - "key": "Bundle-Vendor", - "value": "SLF4J.ORG" - }, - { - "key": "Bundle-Version", - "value": "2.0.13" - }, - { - "key": "Export-Package", - "value": "org.apache.log4j;version=\"1.2.22\";uses:=\"org.apache.log4j.spi,org.slf4j\",org.apache.log4j.helpers;version=\"1.2.22\",org.apache.log4j.spi;version=\"1.2.22\";uses:=\"org.apache.log4j\",org.apache.log4j.xml;version=\"1.2.22\";uses:=\"javax.xml.parsers,org.apache.log4j.spi,org.w3c.dom\"" - }, - { - "key": "Implementation-Title", - "value": "log4j-over-slf4j" - }, - { - "key": "Implementation-Version", - "value": "2.0.13" - }, - { - "key": "Import-Package", - "value": "javax.xml.parsers,org.slf4j;version=\"[2.0,3)\",org.slf4j.spi;version=\"[2.0,3)\",org.w3c.dom" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "X-Compile-Source-JDK", - "value": "8" - }, - { - "key": "X-Compile-Target-JDK", - "value": "8" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.slf4j/log4j-over-slf4j/pom.properties", - "name": "", - "groupId": "org.slf4j", - "artifactId": "log4j-over-slf4j", - "version": "2.0.13" - }, - "pomProject": { - "path": "META-INF/maven/org.slf4j/log4j-over-slf4j/pom.xml", - "parent": { - "groupId": "org.slf4j", - "artifactId": "slf4j-parent", - "version": "2.0.13" - }, - "groupId": "org.slf4j", - "artifactId": "log4j-over-slf4j", - "version": "2.0.13", - "name": "Log4j Implemented Over SLF4J", - "description": "Log4j implemented over SLF4J", - "url": "http://www.slf4j.org" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "3c3a3e4ccd5ed944cd766af124fa841b6372b7da" - } - ] - } - }, - { - "id": "27ccb370b3b66610", - "name": "logging-mailhandler", - "version": "2.0.3", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/angus-mail-2.0.3.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:logging-mailhandler:logging-mailhandler:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:logging-mailhandler:logging_mailhandler:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:logging_mailhandler:logging-mailhandler:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:logging_mailhandler:logging_mailhandler:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.angus:logging-mailhandler:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.angus:logging_mailhandler:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:logging-mailhandler:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:logging_mailhandler:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:logging:logging-mailhandler:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:logging:logging_mailhandler:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:logging-mailhandler:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:logging_mailhandler:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.angus/logging-mailhandler@2.0.3", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/angus-mail-2.0.3.jar:org.eclipse.angus:logging-mailhandler", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.angus/logging-mailhandler/pom.properties", - "name": "", - "groupId": "org.eclipse.angus", - "artifactId": "logging-mailhandler", - "version": "2.0.3" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.angus/logging-mailhandler/pom.xml", - "parent": { - "groupId": "org.eclipse.angus", - "artifactId": "all", - "version": "2.0.3" - }, - "groupId": "org.eclipse.angus", - "artifactId": "logging-mailhandler", - "version": "2.0.3", - "name": "Angus Mail logging handler" - } - } - }, - { - "id": "fb25d68af79bf0b3", - "name": "mailer", - "version": "472.vf7c289a_4b_420", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mailer.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mailer.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:mailer:472.vf7c289a_4b_420:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - }, - { - "cpe": "cpe:2.3:a:jenkins:mailer:472.vf7c289a_4b_420:*:*:*:*:*:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/mailer@472.vf7c289a_4b_420", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mailer.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Jenkins Mailer Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Jenkins Mailer Plugin" - }, - { - "key": "Implementation-Version", - "value": "472.vf7c289a_4b_420" - }, - { - "key": "Plugin-Class", - "value": "hudson.tasks.PluginImpl" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "mailer" - }, - { - "key": "Short-Name", - "value": "mailer" - }, - { - "key": "Long-Name", - "value": "Jenkins Mailer Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/mailer-plugin" - }, - { - "key": "Plugin-Version", - "value": "472.vf7c289a_4b_420" - }, - { - "key": "Hudson-Version", - "value": "2.440.1" - }, - { - "key": "Jenkins-Version", - "value": "2.440.1" - }, - { - "key": "Plugin-Dependencies", - "value": "jakarta-mail-api:2.1.3-1,instance-identity:185.v303dc7c645f9,display-url-api:2.200.vb_9327d658781" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "The MIT license" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/mailer-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "f7c289a4b4206256bde71c4c7eff9f5eb5e7ebc6" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/mailer-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "f7c289a4b4206256bde71c4c7eff9f5eb5e7ebc6" - }, - { - "key": "Implementation-Build", - "value": "f7c289a4b4206256bde71c4c7eff9f5eb5e7ebc6" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/mailer/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "mailer", - "version": "472.vf7c289a_4b_420" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/mailer/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "mailer", - "version": "472.vf7c289a_4b_420", - "name": "Jenkins Mailer Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/mailer-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "b4515886550340a1e28c4c39215c164c3641ede3" - } - ] - } - }, - { - "id": "61425b1c9f821017", - "name": "mailer", - "version": "472.vf7c289a_4b_420", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mailer.hpi:WEB-INF/lib/mailer.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mailer.hpi:WEB-INF/lib/mailer.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:mailer:472.vf7c289a_4b_420:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - }, - { - "cpe": "cpe:2.3:a:jenkins:mailer:472.vf7c289a_4b_420:*:*:*:*:*:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/mailer@472.vf7c289a_4b_420", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mailer.hpi:WEB-INF/lib/mailer.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Jenkins Mailer Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Jenkins Mailer Plugin" - }, - { - "key": "Implementation-Version", - "value": "472.vf7c289a_4b_420" - }, - { - "key": "Plugin-Class", - "value": "hudson.tasks.PluginImpl" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "mailer" - }, - { - "key": "Short-Name", - "value": "mailer" - }, - { - "key": "Long-Name", - "value": "Jenkins Mailer Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/mailer-plugin" - }, - { - "key": "Plugin-Version", - "value": "472.vf7c289a_4b_420" - }, - { - "key": "Hudson-Version", - "value": "2.440.1" - }, - { - "key": "Jenkins-Version", - "value": "2.440.1" - }, - { - "key": "Plugin-Dependencies", - "value": "jakarta-mail-api:2.1.3-1,instance-identity:185.v303dc7c645f9,display-url-api:2.200.vb_9327d658781" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "The MIT license" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/mailer-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "f7c289a4b4206256bde71c4c7eff9f5eb5e7ebc6" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/mailer-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "f7c289a4b4206256bde71c4c7eff9f5eb5e7ebc6" - }, - { - "key": "Implementation-Build", - "value": "f7c289a4b4206256bde71c4c7eff9f5eb5e7ebc6" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/mailer/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "mailer", - "version": "472.vf7c289a_4b_420" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/mailer/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "mailer", - "version": "472.vf7c289a_4b_420", - "name": "Jenkins Mailer Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/mailer-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "0ddc0ba0288ca0449e2f83050f947cdd4957d904" - } - ] - } - }, - { - "id": "bfa56df9edfd714c", - "name": "matrix-auth", - "version": "3.2.2", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/matrix-auth.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/matrix-auth.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:matrix_authorization_strategy:3.2.2:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/matrix-auth@3.2.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/matrix-auth.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Matrix Authorization Strategy Plugin" - }, - { - "key": "Specification-Version", - "value": "3.2" - }, - { - "key": "Implementation-Title", - "value": "Matrix Authorization Strategy Plugin" - }, - { - "key": "Implementation-Version", - "value": "3.2.2" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "matrix-auth" - }, - { - "key": "Short-Name", - "value": "matrix-auth" - }, - { - "key": "Long-Name", - "value": "Matrix Authorization Strategy Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/matrix-auth-plugin" - }, - { - "key": "Compatible-Since-Version", - "value": "3.2" - }, - { - "key": "Plugin-Version", - "value": "3.2.2" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Dependencies", - "value": "ionicons-api:56.v1b_1c8c49374e,configuration-as-code:1670.v564dc8b_982d0;resolution:=optional,cloudbees-folder:6.815.v0dd5a_cb_40e0e;resolution:=optional" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/matrix-auth-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "matrix-auth-3.2.2" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/matrix-auth-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "564f14ef4ec87728681e12e75cf2737bffe358bc" - }, - { - "key": "Implementation-Build", - "value": "564f14ef4ec87728681e12e75cf2737bffe358bc" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/matrix-auth/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "matrix-auth", - "version": "3.2.2" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/matrix-auth/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "matrix-auth", - "version": "3.2.2", - "name": "Matrix Authorization Strategy Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/matrix-auth-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "fc2ca22162759f642fbaafaf716349d3e8080b42" - } - ] - } - }, - { - "id": "d3a7db0ac6400e24", - "name": "matrix-auth", - "version": "3.2.2", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/matrix-auth.hpi:WEB-INF/lib/matrix-auth.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/matrix-auth.hpi:WEB-INF/lib/matrix-auth.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:matrix_authorization_strategy:3.2.2:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/matrix-auth@3.2.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/matrix-auth.hpi:WEB-INF/lib/matrix-auth.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Matrix Authorization Strategy Plugin" - }, - { - "key": "Specification-Version", - "value": "3.2" - }, - { - "key": "Implementation-Title", - "value": "Matrix Authorization Strategy Plugin" - }, - { - "key": "Implementation-Version", - "value": "3.2.2" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "matrix-auth" - }, - { - "key": "Short-Name", - "value": "matrix-auth" - }, - { - "key": "Long-Name", - "value": "Matrix Authorization Strategy Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/matrix-auth-plugin" - }, - { - "key": "Compatible-Since-Version", - "value": "3.2" - }, - { - "key": "Plugin-Version", - "value": "3.2.2" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Dependencies", - "value": "ionicons-api:56.v1b_1c8c49374e,configuration-as-code:1670.v564dc8b_982d0;resolution:=optional,cloudbees-folder:6.815.v0dd5a_cb_40e0e;resolution:=optional" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/matrix-auth-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "matrix-auth-3.2.2" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/matrix-auth-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "564f14ef4ec87728681e12e75cf2737bffe358bc" - }, - { - "key": "Implementation-Build", - "value": "564f14ef4ec87728681e12e75cf2737bffe358bc" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/matrix-auth/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "matrix-auth", - "version": "3.2.2" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/matrix-auth/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "matrix-auth", - "version": "3.2.2", - "name": "Matrix Authorization Strategy Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/matrix-auth-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "14267f6fb9fe29bf8c1394554361a7128f6a352b" - } - ] - } - }, - { - "id": "2d5ec608b5773b05", - "name": "matrix-project", - "version": "832.va_66e270d2946", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/matrix-project.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/matrix-project.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:matrix_project:832.va_66e270d2946:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/matrix-project@832.va_66e270d2946", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/matrix-project.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Matrix Project Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Matrix Project Plugin" - }, - { - "key": "Implementation-Version", - "value": "832.va_66e270d2946" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "matrix-project" - }, - { - "key": "Short-Name", - "value": "matrix-project" - }, - { - "key": "Long-Name", - "value": "Matrix Project Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/matrix-project-plugin" - }, - { - "key": "Plugin-Version", - "value": "832.va_66e270d2946" - }, - { - "key": "Hudson-Version", - "value": "2.440.3" - }, - { - "key": "Jenkins-Version", - "value": "2.440.3" - }, - { - "key": "Plugin-Dependencies", - "value": "junit:1265.v65b_14fa_f12f0,script-security:1336.vf33a_a_9863911" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/matrix-project-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "a66e270d2946ebcf7291d301ab98b5b3b6e10770" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/matrix-project-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "a66e270d2946ebcf7291d301ab98b5b3b6e10770" - }, - { - "key": "Implementation-Build", - "value": "a66e270d2946ebcf7291d301ab98b5b3b6e10770" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/matrix-project/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "matrix-project", - "version": "832.va_66e270d2946" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/matrix-project/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "matrix-project", - "version": "832.va_66e270d2946", - "name": "Matrix Project Plugin", - "description": "Multi-configuration (matrix) project type.", - "url": "https://github.com/jenkinsci/matrix-project-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "a46dd5d179cb9876f10ef78844ee03e76aeb7229" - } - ] - } - }, - { - "id": "c8337baa282e95c0", - "name": "matrix-project", - "version": "832.va_66e270d2946", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/matrix-project.hpi:WEB-INF/lib/matrix-project.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/matrix-project.hpi:WEB-INF/lib/matrix-project.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:matrix_project:832.va_66e270d2946:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/matrix-project@832.va_66e270d2946", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/matrix-project.hpi:WEB-INF/lib/matrix-project.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Matrix Project Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Matrix Project Plugin" - }, - { - "key": "Implementation-Version", - "value": "832.va_66e270d2946" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "matrix-project" - }, - { - "key": "Short-Name", - "value": "matrix-project" - }, - { - "key": "Long-Name", - "value": "Matrix Project Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/matrix-project-plugin" - }, - { - "key": "Plugin-Version", - "value": "832.va_66e270d2946" - }, - { - "key": "Hudson-Version", - "value": "2.440.3" - }, - { - "key": "Jenkins-Version", - "value": "2.440.3" - }, - { - "key": "Plugin-Dependencies", - "value": "junit:1265.v65b_14fa_f12f0,script-security:1336.vf33a_a_9863911" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/matrix-project-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "a66e270d2946ebcf7291d301ab98b5b3b6e10770" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/matrix-project-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "a66e270d2946ebcf7291d301ab98b5b3b6e10770" - }, - { - "key": "Implementation-Build", - "value": "a66e270d2946ebcf7291d301ab98b5b3b6e10770" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/matrix-project/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "matrix-project", - "version": "832.va_66e270d2946" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/matrix-project/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "matrix-project", - "version": "832.va_66e270d2946", - "name": "Matrix Project Plugin", - "description": "Multi-configuration (matrix) project type.", - "url": "https://github.com/jenkinsci/matrix-project-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "396c8a61ffb05aefb8374e781dccc61f6d7ea748" - } - ] - } - }, - { - "id": "22fb0c342f0881e9", - "name": "memory-monitor", - "version": "1.12", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/memory-monitor-1.12.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/memory-monitor-1.12.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jvnet.hudson.MemoryMonitor:memory-monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jvnet.hudson.MemoryMonitor:memory_monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:memory-monitor:memory-monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:memory-monitor:memory_monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:memory_monitor:memory-monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:memory_monitor:memory_monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:memory-monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:memory_monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:MemoryMonitor:memory-monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:MemoryMonitor:memory_monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:memory-monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:memory_monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:memory-monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:memory_monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:memory-monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:memory_monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hudson:memory-monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hudson:memory_monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:memory:memory-monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:memory:memory_monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jvnet:memory-monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jvnet:memory_monitor:1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci/memory-monitor@1.12", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/memory-monitor-1.12.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.2.2" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Main-Class", - "value": "org.jvnet.hudson.MemoryMonitor" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci/memory-monitor/pom.properties", - "name": "", - "groupId": "org.jenkins-ci", - "artifactId": "memory-monitor", - "version": "1.12" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci/memory-monitor/pom.xml", - "groupId": "org.jenkins-ci", - "artifactId": "memory-monitor", - "version": "1.12", - "name": "Memory Monitor", - "description": "Code for monitoring memory/swap usage", - "url": "https://github.com/jenkinsci/extras-memory-monitor" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "35ad569967535b34bd24006b439c1b78e893ec06" - } - ] - } - }, - { - "id": "99bb3f93171534fe", - "name": "mina-sshd-api-common", - "version": "2.12.1-101.v85b_e08b_780dd", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-common.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-common.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins.mina-sshd-api:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins.mina-sshd-api:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api-common:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api-common:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api_common:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api_common:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins.mina-sshd-api/mina-sshd-api-common@2.12.1-101.v85b_e08b_780dd", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-common.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Mina SSHD API :: Common" - }, - { - "key": "Specification-Version", - "value": "2.12" - }, - { - "key": "Implementation-Title", - "value": "Mina SSHD API :: Common" - }, - { - "key": "Implementation-Version", - "value": "2.12.1-101.v85b_e08b_780dd" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins.mina-sshd-api" - }, - { - "key": "Artifact-Id", - "value": "mina-sshd-api-common" - }, - { - "key": "Short-Name", - "value": "mina-sshd-api-common" - }, - { - "key": "Long-Name", - "value": "Mina SSHD API :: Common" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/mina-sshd-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.12.1-101.v85b_e08b_780dd" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Developers", - "value": "Allan Burdajewicz:allan_burdajewicz:allan.burdajewicz@gmail.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "The MIT license" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/mina-sshd-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "85be08b780dd3f8f4dcd606db1ac00c86fff993f" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/mina-sshd-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "85be08b780dd3f8f4dcd606db1ac00c86fff993f" - }, - { - "key": "Implementation-Build", - "value": "85be08b780dd3f8f4dcd606db1ac00c86fff993f" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins.mina-sshd-api/mina-sshd-api-common/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins.mina-sshd-api", - "artifactId": "mina-sshd-api-common", - "version": "2.12.1-101.v85b_e08b_780dd" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins.mina-sshd-api/mina-sshd-api-common/pom.xml", - "groupId": "io.jenkins.plugins.mina-sshd-api", - "artifactId": "mina-sshd-api-common", - "version": "2.12.1-101.v85b_e08b_780dd", - "name": "Mina SSHD API :: Common", - "description": "This plugin provides the Apache Mina SSHD Common library to plugins.", - "url": "https://github.com/jenkinsci/mina-sshd-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "e59479d05215efe71f6abd727d34492fef460499" - } - ] - } - }, - { - "id": "4ab99d5149c7a63d", - "name": "mina-sshd-api-common", - "version": "2.12.1-101.v85b_e08b_780dd", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-common.hpi:WEB-INF/lib/mina-sshd-api-common.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-common.hpi:WEB-INF/lib/mina-sshd-api-common.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins.mina-sshd-api:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins.mina-sshd-api:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api-common:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api-common:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api_common:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api_common:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina:mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina:mina_sshd_api_common:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins.mina-sshd-api/mina-sshd-api-common@2.12.1-101.v85b_e08b_780dd", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-common.hpi:WEB-INF/lib/mina-sshd-api-common.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Mina SSHD API :: Common" - }, - { - "key": "Specification-Version", - "value": "2.12" - }, - { - "key": "Implementation-Title", - "value": "Mina SSHD API :: Common" - }, - { - "key": "Implementation-Version", - "value": "2.12.1-101.v85b_e08b_780dd" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins.mina-sshd-api" - }, - { - "key": "Artifact-Id", - "value": "mina-sshd-api-common" - }, - { - "key": "Short-Name", - "value": "mina-sshd-api-common" - }, - { - "key": "Long-Name", - "value": "Mina SSHD API :: Common" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/mina-sshd-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.12.1-101.v85b_e08b_780dd" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Developers", - "value": "Allan Burdajewicz:allan_burdajewicz:allan.burdajewicz@gmail.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "The MIT license" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/mina-sshd-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "85be08b780dd3f8f4dcd606db1ac00c86fff993f" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/mina-sshd-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "85be08b780dd3f8f4dcd606db1ac00c86fff993f" - }, - { - "key": "Implementation-Build", - "value": "85be08b780dd3f8f4dcd606db1ac00c86fff993f" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins.mina-sshd-api/mina-sshd-api-common/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins.mina-sshd-api", - "artifactId": "mina-sshd-api-common", - "version": "2.12.1-101.v85b_e08b_780dd" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins.mina-sshd-api/mina-sshd-api-common/pom.xml", - "groupId": "io.jenkins.plugins.mina-sshd-api", - "artifactId": "mina-sshd-api-common", - "version": "2.12.1-101.v85b_e08b_780dd", - "name": "Mina SSHD API :: Common", - "description": "This plugin provides the Apache Mina SSHD Common library to plugins.", - "url": "https://github.com/jenkinsci/mina-sshd-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "0c09cd4fdf2714226c20340dbc3c6bc110be5fc5" - } - ] - } - }, - { - "id": "6869b267e057d6ca", - "name": "mina-sshd-api-core", - "version": "2.12.1-101.v85b_e08b_780dd", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-core.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-core.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins.mina-sshd-api:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins.mina-sshd-api:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api-core:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api-core:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api_core:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api_core:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins.mina-sshd-api/mina-sshd-api-core@2.12.1-101.v85b_e08b_780dd", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-core.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Mina SSHD API :: Core" - }, - { - "key": "Specification-Version", - "value": "2.12" - }, - { - "key": "Implementation-Title", - "value": "Mina SSHD API :: Core" - }, - { - "key": "Implementation-Version", - "value": "2.12.1-101.v85b_e08b_780dd" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins.mina-sshd-api" - }, - { - "key": "Artifact-Id", - "value": "mina-sshd-api-core" - }, - { - "key": "Short-Name", - "value": "mina-sshd-api-core" - }, - { - "key": "Long-Name", - "value": "Mina SSHD API :: Core" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/mina-sshd-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.12.1-101.v85b_e08b_780dd" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Dependencies", - "value": "mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd,ssh-credentials:326.v7fcb_a_ef6194b_;resolution:=optional,trilead-api:2.84.v72119de229b_7;resolution:=optional" - }, - { - "key": "Plugin-Developers", - "value": "Allan Burdajewicz:allan_burdajewicz:allan.burdajewicz@gmail.com" - }, - { - "key": "Plugin-License-Name", - "value": "The MIT license" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/mina-sshd-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "85be08b780dd3f8f4dcd606db1ac00c86fff993f" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/mina-sshd-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "85be08b780dd3f8f4dcd606db1ac00c86fff993f" - }, - { - "key": "Implementation-Build", - "value": "85be08b780dd3f8f4dcd606db1ac00c86fff993f" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins.mina-sshd-api/mina-sshd-api-core/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins.mina-sshd-api", - "artifactId": "mina-sshd-api-core", - "version": "2.12.1-101.v85b_e08b_780dd" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins.mina-sshd-api/mina-sshd-api-core/pom.xml", - "groupId": "io.jenkins.plugins.mina-sshd-api", - "artifactId": "mina-sshd-api-core", - "version": "2.12.1-101.v85b_e08b_780dd", - "name": "Mina SSHD API :: Core", - "description": "This plugin provides the Apache Mina SSHD Core library to plugins.", - "url": "https://github.com/jenkinsci/mina-sshd-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "959a08b6b022f076ae98624d46e69f3dca8b2eb9" - } - ] - } - }, - { - "id": "cb4dfdac90e92794", - "name": "mina-sshd-api-core", - "version": "2.12.1-101.v85b_e08b_780dd", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-core.hpi:WEB-INF/lib/mina-sshd-api-core.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-core.hpi:WEB-INF/lib/mina-sshd-api-core.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins.mina-sshd-api:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins.mina-sshd-api:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api-core:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api-core:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api_core:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api_core:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd-api:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd_api:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina-sshd:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina_sshd:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina:mina-sshd-api-core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mina:mina_sshd_api_core:2.12.1-101.v85b_e08b_780dd:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins.mina-sshd-api/mina-sshd-api-core@2.12.1-101.v85b_e08b_780dd", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-core.hpi:WEB-INF/lib/mina-sshd-api-core.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Mina SSHD API :: Core" - }, - { - "key": "Specification-Version", - "value": "2.12" - }, - { - "key": "Implementation-Title", - "value": "Mina SSHD API :: Core" - }, - { - "key": "Implementation-Version", - "value": "2.12.1-101.v85b_e08b_780dd" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins.mina-sshd-api" - }, - { - "key": "Artifact-Id", - "value": "mina-sshd-api-core" - }, - { - "key": "Short-Name", - "value": "mina-sshd-api-core" - }, - { - "key": "Long-Name", - "value": "Mina SSHD API :: Core" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/mina-sshd-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.12.1-101.v85b_e08b_780dd" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Dependencies", - "value": "mina-sshd-api-common:2.12.1-101.v85b_e08b_780dd,ssh-credentials:326.v7fcb_a_ef6194b_;resolution:=optional,trilead-api:2.84.v72119de229b_7;resolution:=optional" - }, - { - "key": "Plugin-Developers", - "value": "Allan Burdajewicz:allan_burdajewicz:allan.burdajewicz@gmail.com" - }, - { - "key": "Plugin-License-Name", - "value": "The MIT license" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/mina-sshd-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "85be08b780dd3f8f4dcd606db1ac00c86fff993f" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/mina-sshd-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "85be08b780dd3f8f4dcd606db1ac00c86fff993f" - }, - { - "key": "Implementation-Build", - "value": "85be08b780dd3f8f4dcd606db1ac00c86fff993f" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins.mina-sshd-api/mina-sshd-api-core/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins.mina-sshd-api", - "artifactId": "mina-sshd-api-core", - "version": "2.12.1-101.v85b_e08b_780dd" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins.mina-sshd-api/mina-sshd-api-core/pom.xml", - "groupId": "io.jenkins.plugins.mina-sshd-api", - "artifactId": "mina-sshd-api-core", - "version": "2.12.1-101.v85b_e08b_780dd", - "name": "Mina SSHD API :: Core", - "description": "This plugin provides the Apache Mina SSHD Core library to plugins.", - "url": "https://github.com/jenkinsci/mina-sshd-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "a135977f399f872c2aaa3a1e0b34b0cd8e89edd6" - } - ] - } - }, - { - "id": "4f8e56c0baa99ca8", - "name": "mxparser", - "version": "1.2.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/mxparser-1.2.2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Indiana University Extreme! Lab Software License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/mxparser-1.2.2.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.github.xstream.mxparser:mxparser:1.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.github.x-stream:mxparser:1.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mxparser:mxparser:1.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:x-stream:mxparser:1.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:x_stream:mxparser:1.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:xstream:mxparser:1.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:mxparser:1.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:x:mxparser:1.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.github.x-stream/mxparser@1.2.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/mxparser-1.2.2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-License", - "value": "Indiana University Extreme! Lab Software License" - }, - { - "key": "Bundle-SymbolicName", - "value": "mxparser" - }, - { - "key": "Built-By", - "value": "joehni" - }, - { - "key": "Bnd-LastModified", - "value": "1629326138054" - }, - { - "key": "Specification-Title", - "value": "MXParser" - }, - { - "key": "Import-Package", - "value": "org.xmlpull.v1" - }, - { - "key": "Export-Package", - "value": "io.github.xstream.mxparser;version=\"1.2.2\"" - }, - { - "key": "Bundle-Name", - "value": "MXParser" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "JAVA_1_6_HOME", - "value": "/opt/sun-jdk-1.6.0.45" - }, - { - "key": "JAVA_9_HOME", - "value": "/opt/oracle-jdk-bin-9.0.4" - }, - { - "key": "Implementation-Title", - "value": "MXParser" - }, - { - "key": "Bundle-Description", - "value": "MXParser is a fork of xpp3_min 1.1.7 containing only the parser with merged changes of the Plexus fork." - }, - { - "key": "Automatic-Module-Name", - "value": "io.github.xstream.mxparser" - }, - { - "key": "X-Compile-Target", - "value": "1.4" - }, - { - "key": "Implementation-Version", - "value": "1.2.2" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "JAVA_1_8_HOME", - "value": "/opt/oracle-jdk-bin-1.8.0.202" - }, - { - "key": "X-Builder", - "value": "Maven 3.8.1" - }, - { - "key": "JAVA_1_5_HOME", - "value": "/opt/sun-jdk-1.5.0.22" - }, - { - "key": "Tool", - "value": "Bnd-1.50.0" - }, - { - "key": "X-Build-Time", - "value": "2021-08-18T22:35:34Z" - }, - { - "key": "JAVA_1_4_HOME", - "value": "/opt/blackdown-jdk-1.4.2.03" - }, - { - "key": "JAVA_1_7_HOME", - "value": "/opt/oracle-jdk-bin-1.7.0.80" - }, - { - "key": "Bundle-Version", - "value": "1.2.2" - }, - { - "key": "X-Build-Os", - "value": "Linux" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Specification-Version", - "value": "1.2" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_265" - }, - { - "key": "X-Compile-Source", - "value": "1.4" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.github.x-stream/mxparser/pom.properties", - "name": "", - "groupId": "io.github.x-stream", - "artifactId": "mxparser", - "version": "1.2.2" - }, - "pomProject": { - "path": "META-INF/maven/io.github.x-stream/mxparser/pom.xml", - "groupId": "io.github.x-stream", - "artifactId": "mxparser", - "version": "1.2.2", - "name": "MXParser", - "description": "MXParser is a fork of xpp3_min 1.1.7 containing only the parser with merged changes of the Plexus fork.", - "url": "http://x-stream.github.io/mxparser" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "476fb3b3bb3716cad797cd054ce45f89445794e9" - } - ] - } - }, - { - "id": "b41a16c3e0daeadb", - "name": "owasp-java-html-sanitizer", - "version": "20220608.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/antisamy-markup-formatter.hpi:WEB-INF/lib/owasp-java-html-sanitizer-20220608.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/antisamy-markup-formatter.hpi:WEB-INF/lib/owasp-java-html-sanitizer-20220608.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.googlecode.owasp-java-html-sanitizer:owasp_java_html_sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:owasp-java-html-sanitizer:owasp-java-html-sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:owasp-java-html-sanitizer:owasp_java_html_sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:owasp_java_html_sanitizer:owasp-java-html-sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:owasp_java_html_sanitizer:owasp_java_html_sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:owasp-java-html:owasp-java-html-sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:owasp-java-html:owasp_java_html_sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:owasp_java_html:owasp-java-html-sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:owasp_java_html:owasp_java_html_sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:googlecode:owasp-java-html-sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:googlecode:owasp_java_html_sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:owasp-java:owasp-java-html-sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:owasp-java:owasp_java_html_sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:owasp_java:owasp-java-html-sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:owasp_java:owasp_java_html_sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:owasp:owasp-java-html-sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:owasp:owasp_java_html_sanitizer:20220608.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.googlecode.owasp-java-html-sanitizer/owasp-java-html-sanitizer@20220608.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/antisamy-markup-formatter.hpi:WEB-INF/lib/owasp-java-html-sanitizer-20220608.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bnd-LastModified", - "value": "1654708267686" - }, - { - "key": "Build-Jdk", - "value": "11.0.14.1" - }, - { - "key": "Built-By", - "value": "mikesamuel" - }, - { - "key": "Bundle-Description", - "value": "Takes third-party HTML and produces HTML that is safe to embed in your web application. Fast and easy to configure." - }, - { - "key": "Bundle-DocURL", - "value": "https://owasp.org" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "OWASP Java HTML Sanitizer" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.googlecode.owasp-java-html-sanitizer" - }, - { - "key": "Bundle-Vendor", - "value": "OWASP" - }, - { - "key": "Bundle-Version", - "value": "20220608.1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Export-Package", - "value": "org.owasp.html;uses:=\"com.google.common.base,com.google.common.collect,javax.annotation\";version=\"20220608.1.0\",org.owasp.html.examples;uses:=\"com.google.common.base,org.owasp.html\";version=\"20220608.1.0\"" - }, - { - "key": "Import-Package", - "value": "com.google.common.base;version=\"[30.1,31)\",com.google.common.collect;version=\"[30.1,31)\",com.google.common.io;version=\"[30.1,31)\",javax.annotation;version=\"[3.0,4)\",org.owasp.html,org.owasp.html.examples" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.6))\"" - }, - { - "key": "Tool", - "value": "Bnd-3.5.0.201709291849" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.googlecode.owasp-java-html-sanitizer/owasp-java-html-sanitizer/pom.properties", - "name": "", - "groupId": "com.googlecode.owasp-java-html-sanitizer", - "artifactId": "owasp-java-html-sanitizer", - "version": "20220608.1" - }, - "pomProject": { - "path": "META-INF/maven/com.googlecode.owasp-java-html-sanitizer/owasp-java-html-sanitizer/pom.xml", - "parent": { - "groupId": "com.googlecode.owasp-java-html-sanitizer", - "artifactId": "parent", - "version": "20220608.1" - }, - "groupId": "com.googlecode.owasp-java-html-sanitizer", - "artifactId": "owasp-java-html-sanitizer", - "version": "20220608.1", - "name": "OWASP Java HTML Sanitizer", - "description": "Takes third-party HTML and produces HTML that is safe to embed in your web application. Fast and easy to configure." - }, - "digest": [ - { - "algorithm": "sha1", - "value": "35113149eac392d2bdb1529ddcd5e1e94bdc235a" - } - ] - } - }, - { - "id": "f788d369050ce27b", - "name": "plugin-util-api", - "version": "4.1.0", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/plugin-util-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/plugin-util-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:plugin-util-api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:plugin_util_api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin-util-api:plugin-util-api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin-util-api:plugin_util_api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin_util_api:plugin-util-api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin_util_api:plugin_util_api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin-util:plugin-util-api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin-util:plugin_util_api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin_util:plugin-util-api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin_util:plugin_util_api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:plugin-util-api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:plugin_util_api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin:plugin-util-api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin:plugin_util_api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/plugin-util-api@4.1.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/plugin-util-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Specification-Title", - "value": "Plugin Utilities API Plugin" - }, - { - "key": "Specification-Version", - "value": "4.1" - }, - { - "key": "Implementation-Title", - "value": "Plugin Utilities API Plugin" - }, - { - "key": "Implementation-Version", - "value": "4.1.0" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "plugin-util-api" - }, - { - "key": "Short-Name", - "value": "plugin-util-api" - }, - { - "key": "Long-Name", - "value": "Plugin Utilities API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/plugin-util-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "4.1.0" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "commons-lang3-api:3.13.0-62.v7d18e55f51e2,commons-text-api:1.11.0-95.v22a_d30ee5d36,workflow-api:1291.v51fd2a_625da_7,workflow-step-api:657.v03b_e8115821b_,workflow-support:865.v43e78cc44e0d" - }, - { - "key": "Plugin-Developers", - "value": "Ullrich Hafner:uhafner:ullrich.hafner@gmail.com" - }, - { - "key": "Plugin-License-Name", - "value": "MIT license" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/plugin-util-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "v4.1.0" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/plugin-util-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "9672cac7d930b1239bcb7d9a194c2521c8f7d743" - }, - { - "key": "Implementation-Build", - "value": "9672cac7d930b1239bcb7d9a194c2521c8f7d743" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/plugin-util-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "plugin-util-api", - "version": "4.1.0" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/plugin-util-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "plugin-util-api", - "version": "4.1.0", - "name": "Plugin Utilities API Plugin", - "description": "Provides several utility classes that can be used to accelerate plugin development.", - "url": "https://github.com/jenkinsci/plugin-util-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "f0df9fec49b54aba354d76090f1bf0c142ab2da0" - } - ] - } - }, - { - "id": "0cebfe2cf9201de3", - "name": "plugin-util-api", - "version": "4.1.0", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/plugin-util-api.hpi:WEB-INF/lib/plugin-util-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/plugin-util-api.hpi:WEB-INF/lib/plugin-util-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:plugin-util-api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:plugin_util_api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin-util-api:plugin-util-api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin-util-api:plugin_util_api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin_util_api:plugin-util-api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin_util_api:plugin_util_api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin-util:plugin-util-api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin-util:plugin_util_api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin_util:plugin-util-api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin_util:plugin_util_api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:plugin-util-api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:plugin_util_api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin:plugin-util-api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:plugin:plugin_util_api:4.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/plugin-util-api@4.1.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/plugin-util-api.hpi:WEB-INF/lib/plugin-util-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Specification-Title", - "value": "Plugin Utilities API Plugin" - }, - { - "key": "Specification-Version", - "value": "4.1" - }, - { - "key": "Implementation-Title", - "value": "Plugin Utilities API Plugin" - }, - { - "key": "Implementation-Version", - "value": "4.1.0" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "plugin-util-api" - }, - { - "key": "Short-Name", - "value": "plugin-util-api" - }, - { - "key": "Long-Name", - "value": "Plugin Utilities API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/plugin-util-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "4.1.0" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "commons-lang3-api:3.13.0-62.v7d18e55f51e2,commons-text-api:1.11.0-95.v22a_d30ee5d36,workflow-api:1291.v51fd2a_625da_7,workflow-step-api:657.v03b_e8115821b_,workflow-support:865.v43e78cc44e0d" - }, - { - "key": "Plugin-Developers", - "value": "Ullrich Hafner:uhafner:ullrich.hafner@gmail.com" - }, - { - "key": "Plugin-License-Name", - "value": "MIT license" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/plugin-util-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "v4.1.0" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/plugin-util-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "9672cac7d930b1239bcb7d9a194c2521c8f7d743" - }, - { - "key": "Implementation-Build", - "value": "9672cac7d930b1239bcb7d9a194c2521c8f7d743" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/plugin-util-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "plugin-util-api", - "version": "4.1.0" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/plugin-util-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "plugin-util-api", - "version": "4.1.0", - "name": "Plugin Utilities API Plugin", - "description": "Provides several utility classes that can be used to accelerate plugin development.", - "url": "https://github.com/jenkinsci/plugin-util-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "dd93642840ff53988f358fb7f4a5781b601292a1" - } - ] - } - }, - { - "id": "1a255dba4eaec6a9", - "name": "pop3", - "version": "2.0.3", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/angus-mail-2.0.3.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.angus:pop3:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:pop3:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:pop3:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pop3:pop3:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.angus/pop3@2.0.3", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/angus-mail-2.0.3.jar:org.eclipse.angus:pop3", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.angus/pop3/pom.properties", - "name": "", - "groupId": "org.eclipse.angus", - "artifactId": "pop3", - "version": "2.0.3" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.angus/pop3/pom.xml", - "parent": { - "groupId": "org.eclipse.angus", - "artifactId": "providers", - "version": "2.0.3" - }, - "groupId": "org.eclipse.angus", - "artifactId": "pop3", - "version": "2.0.3", - "name": "Angus Mail pop3 provider" - } - } - }, - { - "id": "c8a2f3ab808c755d", - "name": "relaxngDatatype", - "version": "20020414", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/relaxngDatatype-20020414.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:relaxng-sourceforge-net:relaxngDatatype:20020414:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:relaxng_sourceforge_net:relaxngDatatype:20020414:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:relaxngDatatype:relaxngDatatype:20020414:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/relaxngDatatype/relaxngDatatype@20020414", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/relaxngDatatype-20020414.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Ant 1.4" - } - ], - "sections": [ - [ - { - "key": "Name", - "value": "org/relaxng/datatype" - }, - { - "key": "Implementation-Vendor", - "value": "relaxng.sourceforge.net" - }, - { - "key": "Implementation-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "RELAX NG Datatype Interface" - } - ] - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "de7952cecd05b65e0e4370cc93fc03035175eef5" - } - ] - } - }, - { - "id": "949edf5faf8cf256", - "name": "remoting", - "version": "3248.v65ecb_254c298", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "EPL-2.0", - "spdxExpression": "EPL-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "GPL-2.0", - "spdxExpression": "GPL-2.0-only", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.main:remoting:3248.v65ecb_254c298:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:remoting:3248.v65ecb_254c298:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:remoting:3248.v65ecb_254c298:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:remoting:remoting:3248.v65ecb_254c298:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:remoting:3248.v65ecb_254c298:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:main:remoting:3248.v65ecb_254c298:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.main/remoting@3248.v65ecb_254c298", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.4.1" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Jenkins remoting layer" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Jenkins remoting layer" - }, - { - "key": "Implementation-Version", - "value": "3248.v65ecb_254c298" - }, - { - "key": "Implementation-Build", - "value": "65ecb254c2982f40c0a6b405f90038af17982e89" - }, - { - "key": "Main-Class", - "value": "hudson.remoting.Launcher" - }, - { - "key": "Version", - "value": "3248.v65ecb_254c298" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.main/remoting/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.main", - "artifactId": "remoting", - "version": "3248.v65ecb_254c298" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.main/remoting/pom.xml", - "groupId": "org.jenkins-ci.main", - "artifactId": "remoting", - "version": "3248.v65ecb_254c298", - "name": "Jenkins remoting layer", - "description": "Contains the bootstrap code to bridge separate JVMs into a single semi-shared space. Reusable outside Jenkins.", - "url": "https://github.com/jenkinsci/remoting" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "d166c34059da0914bdb4ee68d6a03101d7b1369d" - } - ] - } - }, - { - "id": "55f0f7c716bc3c46", - "name": "robust-http-client", - "version": "1.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/robust-http-client-1.2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.opensource.org/licenses/mit-license.php" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/robust-http-client-1.2.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jvnet.robust-http-client:robust-http-client:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jvnet.robust-http-client:robust_http_client:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:robust-http-client:robust-http-client:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:robust-http-client:robust_http_client:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:robust_http_client:robust-http-client:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:robust_http_client:robust_http_client:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:robust-http:robust-http-client:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:robust-http:robust_http_client:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:robust_http:robust-http-client:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:robust_http:robust_http_client:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:robust:robust-http-client:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:robust:robust_http_client:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jvnet:robust-http-client:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jvnet:robust_http_client:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jvnet.robust-http-client/robust-http-client@1.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/robust-http-client-1.2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "Apache Maven" - }, - { - "key": "Built-By", - "value": "kohsuke" - }, - { - "key": "Build-Jdk", - "value": "1.6.0_24" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jvnet.robust-http-client/robust-http-client/pom.properties", - "name": "", - "groupId": "org.jvnet.robust-http-client", - "artifactId": "robust-http-client", - "version": "1.2" - }, - "pomProject": { - "path": "META-INF/maven/org.jvnet.robust-http-client/robust-http-client/pom.xml", - "groupId": "org.jvnet.robust-http-client", - "artifactId": "robust-http-client", - "version": "1.2", - "name": "Robust HTTP client library", - "description": "InputStream that hides automatic download retry", - "url": "http://robust-http-client.kohsuke.org/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "dee9fda92ad39a94a77ec6cf88300d4dd6db8a4d" - } - ] - } - }, - { - "id": "82bebc871863422a", - "name": "scm-api", - "version": "690.vfc8b_54395023", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/scm-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/scm-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:scm-api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:scm_api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:scm-api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:scm_api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:scm-api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:scm_api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:scm-api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:scm_api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:scm-api:scm-api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:scm-api:scm_api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:scm_api:scm-api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:scm_api:scm_api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:scm:scm-api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:scm:scm_api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/scm-api@690.vfc8b_54395023", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/scm-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "SCM API Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "SCM API Plugin" - }, - { - "key": "Implementation-Version", - "value": "690.vfc8b_54395023" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "scm-api" - }, - { - "key": "Short-Name", - "value": "scm-api" - }, - { - "key": "Long-Name", - "value": "SCM API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/scm-api-plugin/blob/master/docs/consumer.adoc" - }, - { - "key": "Compatible-Since-Version", - "value": "2.0.0" - }, - { - "key": "Plugin-Version", - "value": "690.vfc8b_54395023" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "asm-api:9.6-3.v2e1fa_b_338cd7,structs:337.v1b_04ea_4df7c8" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "The MIT license" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/scm-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "fc8b54395023117347e4cb8c962a2fdf8d3a8eb2" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/scm-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "fc8b54395023117347e4cb8c962a2fdf8d3a8eb2" - }, - { - "key": "Implementation-Build", - "value": "fc8b54395023117347e4cb8c962a2fdf8d3a8eb2" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/scm-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "scm-api", - "version": "690.vfc8b_54395023" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/scm-api/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "scm-api", - "version": "690.vfc8b_54395023", - "name": "SCM API Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/scm-api-plugin/blob/master/docs/consumer.adoc" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "14793e56280d852f40ee25bac68ee0fe0acaf7d1" - } - ] - } - }, - { - "id": "e7ec70c71c0c5346", - "name": "scm-api", - "version": "690.vfc8b_54395023", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/scm-api.hpi:WEB-INF/lib/scm-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/scm-api.hpi:WEB-INF/lib/scm-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:scm-api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:scm_api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:scm-api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:scm_api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:scm-api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:scm_api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:scm-api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:scm_api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:scm-api:scm-api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:scm-api:scm_api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:scm_api:scm-api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:scm_api:scm_api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:scm:scm-api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:scm:scm_api:690.vfc8b_54395023:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/scm-api@690.vfc8b_54395023", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/scm-api.hpi:WEB-INF/lib/scm-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "SCM API Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "SCM API Plugin" - }, - { - "key": "Implementation-Version", - "value": "690.vfc8b_54395023" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "scm-api" - }, - { - "key": "Short-Name", - "value": "scm-api" - }, - { - "key": "Long-Name", - "value": "SCM API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/scm-api-plugin/blob/master/docs/consumer.adoc" - }, - { - "key": "Compatible-Since-Version", - "value": "2.0.0" - }, - { - "key": "Plugin-Version", - "value": "690.vfc8b_54395023" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "asm-api:9.6-3.v2e1fa_b_338cd7,structs:337.v1b_04ea_4df7c8" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "The MIT license" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/scm-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "fc8b54395023117347e4cb8c962a2fdf8d3a8eb2" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/scm-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "fc8b54395023117347e4cb8c962a2fdf8d3a8eb2" - }, - { - "key": "Implementation-Build", - "value": "fc8b54395023117347e4cb8c962a2fdf8d3a8eb2" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/scm-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "scm-api", - "version": "690.vfc8b_54395023" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/scm-api/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "scm-api", - "version": "690.vfc8b_54395023", - "name": "SCM API Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/scm-api-plugin/blob/master/docs/consumer.adoc" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "2204258af402426d702213828d9c893e4d66dfb6" - } - ] - } - }, - { - "id": "c58d2ee02f52c60f", - "name": "script-security", - "version": "1341.va_2819b_414686", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/script-security.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/script-security.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:script_security:1341.va_2819b_414686:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/script-security@1341.va_2819b_414686", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/script-security.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Script Security Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Script Security Plugin" - }, - { - "key": "Implementation-Version", - "value": "1341.va_2819b_414686" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "script-security" - }, - { - "key": "Short-Name", - "value": "script-security" - }, - { - "key": "Long-Name", - "value": "Script Security Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/script-security-plugin" - }, - { - "key": "Plugin-Version", - "value": "1341.va_2819b_414686" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Dependencies", - "value": "caffeine-api:3.1.8-133.v17b_1ff2e0599" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/script-security-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "a2819b414686d61f82a98a3d517f999b02e1e22b" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/script-security-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "a2819b414686d61f82a98a3d517f999b02e1e22b" - }, - { - "key": "Implementation-Build", - "value": "a2819b414686d61f82a98a3d517f999b02e1e22b" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/script-security/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "script-security", - "version": "1341.va_2819b_414686" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/script-security/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "script-security", - "version": "1341.va_2819b_414686", - "name": "Script Security Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/script-security-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "6451cfde89ac385c4a588a0f8aeb65d2eb102222" - } - ] - } - }, - { - "id": "ba5794b9ffdbf1e2", - "name": "script-security", - "version": "1341.va_2819b_414686", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/script-security.hpi:WEB-INF/lib/script-security.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/script-security.hpi:WEB-INF/lib/script-security.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:script_security:1341.va_2819b_414686:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/script-security@1341.va_2819b_414686", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/script-security.hpi:WEB-INF/lib/script-security.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Script Security Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Script Security Plugin" - }, - { - "key": "Implementation-Version", - "value": "1341.va_2819b_414686" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "script-security" - }, - { - "key": "Short-Name", - "value": "script-security" - }, - { - "key": "Long-Name", - "value": "Script Security Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/script-security-plugin" - }, - { - "key": "Plugin-Version", - "value": "1341.va_2819b_414686" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Dependencies", - "value": "caffeine-api:3.1.8-133.v17b_1ff2e0599" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/script-security-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "a2819b414686d61f82a98a3d517f999b02e1e22b" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/script-security-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "a2819b414686d61f82a98a3d517f999b02e1e22b" - }, - { - "key": "Implementation-Build", - "value": "a2819b414686d61f82a98a3d517f999b02e1e22b" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/script-security/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "script-security", - "version": "1341.va_2819b_414686" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/script-security/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "script-security", - "version": "1341.va_2819b_414686", - "name": "Script Security Plugin", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/script-security-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "1d1af79abfb0c3be7260f4b18e68e88af6e8e158" - } - ] - } - }, - { - "id": "e6a61b72ae6663e0", - "name": "sezpoz", - "version": "1.13", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/sezpoz-1.13.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:net.java.sezpoz.impl.Inspector:sezpoz:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net.java.sezpoz:sezpoz:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Inspector:sezpoz:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sezpoz:sezpoz:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:impl:sezpoz:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:java:sezpoz:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/net.java.sezpoz/sezpoz@1.13", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/sezpoz-1.13.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Built-By", - "value": "jglick" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.5.3" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_171" - }, - { - "key": "Main-Class", - "value": "net.java.sezpoz.impl.Inspector" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/net.java.sezpoz/sezpoz/pom.properties", - "name": "", - "groupId": "net.java.sezpoz", - "artifactId": "sezpoz", - "version": "1.13" - }, - "pomProject": { - "path": "META-INF/maven/net.java.sezpoz/sezpoz/pom.xml", - "parent": { - "groupId": "net.java.sezpoz", - "artifactId": "pom", - "version": "1.13" - }, - "groupId": "net.java.sezpoz", - "artifactId": "sezpoz", - "version": "1.13", - "name": "SezPoz Library" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "822ac382900587d0a7d6aaec7b1859f1cf5de2fb" - } - ] - } - }, - { - "id": "06516832cc0e1356", - "name": "slf4j-api", - "version": "2.0.13", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.slf4j:slf4j-api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:slf4j_api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j-api:slf4j-api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j-api:slf4j_api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j_api:slf4j-api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j_api:slf4j_api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:slf4j-api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:slf4j_api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.slf4j/slf4j-api@2.0.13", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:org.slf4j:slf4j-api", - "pomProperties": { - "path": "META-INF/maven/org.slf4j/slf4j-api/pom.properties", - "name": "", - "groupId": "org.slf4j", - "artifactId": "slf4j-api", - "version": "2.0.13" - }, - "pomProject": { - "path": "META-INF/maven/org.slf4j/slf4j-api/pom.xml", - "parent": { - "groupId": "org.slf4j", - "artifactId": "slf4j-parent", - "version": "2.0.13" - }, - "groupId": "org.slf4j", - "artifactId": "slf4j-api", - "version": "2.0.13", - "name": "SLF4J API Module", - "description": "The slf4j API", - "url": "http://www.slf4j.org" - } - } - }, - { - "id": "2f7e453b724ff109", - "name": "slf4j-api", - "version": "2.0.13", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/slf4j-api-2.0.13.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.opensource.org/licenses/mit-license.php", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/slf4j-api-2.0.13.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.slf4j:slf4j-api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:slf4j_api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j-api:slf4j-api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j-api:slf4j_api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j_api:slf4j-api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j_api:slf4j_api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:slf4j-api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:slf4j_api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.slf4j/slf4j-api@2.0.13", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/slf4j-api-2.0.13.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Bundle-Description", - "value": "The slf4j API" - }, - { - "key": "Bundle-DocURL", - "value": "http://www.slf4j.org" - }, - { - "key": "Bundle-License", - "value": "http://www.opensource.org/licenses/mit-license.php" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "SLF4J API Module" - }, - { - "key": "Bundle-SymbolicName", - "value": "slf4j.api" - }, - { - "key": "Bundle-Vendor", - "value": "SLF4J.ORG" - }, - { - "key": "Bundle-Version", - "value": "2.0.13" - }, - { - "key": "Export-Package", - "value": "org.slf4j;uses:=\"org.slf4j.event,org.slf4j.helpers,org.slf4j.spi\";version=\"2.0.13\",org.slf4j.event;uses:=\"org.slf4j,org.slf4j.helpers\";version=\"2.0.13\",org.slf4j.helpers;uses:=\"org.slf4j,org.slf4j.event,org.slf4j.spi\";version=\"2.0.13\",org.slf4j.spi;uses:=\"org.slf4j,org.slf4j.event,org.slf4j.helpers\";version=\"2.0.13\",org.slf4j;version=\"1.7.36\",org.slf4j.helpers;version=\"1.7.36\"" - }, - { - "key": "Implementation-Title", - "value": "slf4j-api" - }, - { - "key": "Implementation-Version", - "value": "2.0.13" - }, - { - "key": "Import-Package", - "value": "org.slf4j.spi;version=\"[2.0.13,3)\"" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Require-Capability", - "value": "osgi.extender;filter:=\"(&(osgi.extender=osgi.serviceloader.processor)(version>=1.0.0)(!(version>=2.0.0)))\",osgi.serviceloader;filter:=\"(osgi.serviceloader=org.slf4j.spi.SLF4JServiceProvider)\";osgi.serviceloader=\"org.slf4j.spi.SLF4JServiceProvider\",osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "X-Compile-Source-JDK", - "value": "8" - }, - { - "key": "X-Compile-Target-JDK", - "value": "8" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.slf4j/slf4j-api/pom.properties", - "name": "", - "groupId": "org.slf4j", - "artifactId": "slf4j-api", - "version": "2.0.13" - }, - "pomProject": { - "path": "META-INF/maven/org.slf4j/slf4j-api/pom.xml", - "parent": { - "groupId": "org.slf4j", - "artifactId": "slf4j-parent", - "version": "2.0.13" - }, - "groupId": "org.slf4j", - "artifactId": "slf4j-api", - "version": "2.0.13", - "name": "SLF4J API Module", - "description": "The slf4j API", - "url": "http://www.slf4j.org" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "80229737f704b121a318bba5d5deacbcf395bc77" - } - ] - } - }, - { - "id": "dc4ac008f11b7a44", - "name": "slf4j-api", - "version": "2.0.13", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.slf4j:slf4j-api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:slf4j_api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j-api:slf4j-api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j-api:slf4j_api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j_api:slf4j-api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j_api:slf4j_api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:slf4j-api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:slf4j_api:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.slf4j/slf4j-api@2.0.13", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.slf4j:slf4j-api", - "pomProperties": { - "path": "META-INF/maven/org.slf4j/slf4j-api/pom.properties", - "name": "", - "groupId": "org.slf4j", - "artifactId": "slf4j-api", - "version": "2.0.13" - }, - "pomProject": { - "path": "META-INF/maven/org.slf4j/slf4j-api/pom.xml", - "parent": { - "groupId": "org.slf4j", - "artifactId": "slf4j-parent", - "version": "2.0.13" - }, - "groupId": "org.slf4j", - "artifactId": "slf4j-api", - "version": "2.0.13", - "name": "SLF4J API Module", - "description": "The slf4j API", - "url": "http://www.slf4j.org" - } - } - }, - { - "id": "c3e72a68883efadf", - "name": "slf4j-jdk14", - "version": "2.0.13", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:slf4j-jdk14:slf4j-jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j-jdk14:slf4j_jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j_jdk14:slf4j-jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j_jdk14:slf4j_jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:slf4j-jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:slf4j_jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:slf4j-jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:slf4j_jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.slf4j/slf4j-jdk14@2.0.13", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:org.slf4j:slf4j-jdk14", - "pomProperties": { - "path": "META-INF/maven/org.slf4j/slf4j-jdk14/pom.properties", - "name": "", - "groupId": "org.slf4j", - "artifactId": "slf4j-jdk14", - "version": "2.0.13" - }, - "pomProject": { - "path": "META-INF/maven/org.slf4j/slf4j-jdk14/pom.xml", - "parent": { - "groupId": "org.slf4j", - "artifactId": "slf4j-parent", - "version": "2.0.13" - }, - "groupId": "org.slf4j", - "artifactId": "slf4j-jdk14", - "version": "2.0.13", - "name": "SLF4J JDK14 Provider", - "description": "SLF4J JDK14 Provider", - "url": "http://www.slf4j.org" - } - } - }, - { - "id": "2bb7d0d8ae4c135f", - "name": "slf4j-jdk14", - "version": "2.0.13", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/slf4j-jdk14-2.0.13.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.opensource.org/licenses/mit-license.php", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/slf4j-jdk14-2.0.13.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:slf4j-jdk14:slf4j-jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j-jdk14:slf4j_jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j_jdk14:slf4j-jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j_jdk14:slf4j_jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:slf4j-jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:slf4j_jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:slf4j-jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:slf4j_jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.slf4j/slf4j-jdk14@2.0.13", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/slf4j-jdk14-2.0.13.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Build-Jdk-Spec", - "value": "21" - }, - { - "key": "Bundle-Description", - "value": "SLF4J JDK14 Provider" - }, - { - "key": "Bundle-DocURL", - "value": "http://www.slf4j.org" - }, - { - "key": "Bundle-License", - "value": "http://www.opensource.org/licenses/mit-license.php" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "SLF4J JDK14 Provider" - }, - { - "key": "Bundle-SymbolicName", - "value": "slf4j.jdk14" - }, - { - "key": "Bundle-Vendor", - "value": "SLF4J.ORG" - }, - { - "key": "Bundle-Version", - "value": "2.0.13" - }, - { - "key": "Export-Package", - "value": "org.slf4j.jul;version=\"2.0.13\";uses:=\"org.slf4j,org.slf4j.event,org.slf4j.helpers,org.slf4j.spi\"" - }, - { - "key": "Implementation-Title", - "value": "slf4j-jdk14" - }, - { - "key": "Implementation-Version", - "value": "2.0.13" - }, - { - "key": "Import-Package", - "value": "org.slf4j;version=\"[2.0,3)\",org.slf4j.event;version=\"[2.0,3)\",org.slf4j.helpers;version=\"[2.0,3)\",org.slf4j.spi;version=\"[2.0,3)\"" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Originally-Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Provide-Capability", - "value": "osgi.service;objectClass:List=\"org.slf4j.spi.SLF4JServiceProvider\";type=jul;effective:=active,osgi.serviceloader;osgi.serviceloader=\"org.slf4j.spi.SLF4JServiceProvider\";register:=\"org.slf4j.jul.JULServiceProvider\";type=jul" - }, - { - "key": "Require-Capability", - "value": "osgi.extender;filter:=\"(&(osgi.extender=osgi.serviceloader.registrar)(version>=1.0.0)(!(version>=2.0.0)))\",osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "X-Compile-Source-JDK", - "value": "8" - }, - { - "key": "X-Compile-Target-JDK", - "value": "8" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.slf4j/slf4j-jdk14/pom.properties", - "name": "", - "groupId": "org.slf4j", - "artifactId": "slf4j-jdk14", - "version": "2.0.13" - }, - "pomProject": { - "path": "META-INF/maven/org.slf4j/slf4j-jdk14/pom.xml", - "parent": { - "groupId": "org.slf4j", - "artifactId": "slf4j-parent", - "version": "2.0.13" - }, - "groupId": "org.slf4j", - "artifactId": "slf4j-jdk14", - "version": "2.0.13", - "name": "SLF4J JDK14 Provider", - "description": "SLF4J JDK14 Provider", - "url": "http://www.slf4j.org" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "bc8fbbb53855dc7fd21ec1783befae0d74ea86ac" - } - ] - } - }, - { - "id": "0c979e1af0ab7935", - "name": "slf4j-jdk14", - "version": "2.0.13", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:slf4j-jdk14:slf4j-jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j-jdk14:slf4j_jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j_jdk14:slf4j-jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j_jdk14:slf4j_jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:slf4j-jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.slf4j:slf4j_jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:slf4j-jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:slf4j:slf4j_jdk14:2.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.slf4j/slf4j-jdk14@2.0.13", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.slf4j:slf4j-jdk14", - "pomProperties": { - "path": "META-INF/maven/org.slf4j/slf4j-jdk14/pom.properties", - "name": "", - "groupId": "org.slf4j", - "artifactId": "slf4j-jdk14", - "version": "2.0.13" - }, - "pomProject": { - "path": "META-INF/maven/org.slf4j/slf4j-jdk14/pom.xml", - "parent": { - "groupId": "org.slf4j", - "artifactId": "slf4j-parent", - "version": "2.0.13" - }, - "groupId": "org.slf4j", - "artifactId": "slf4j-jdk14", - "version": "2.0.13", - "name": "SLF4J JDK14 Provider", - "description": "SLF4J JDK14 Provider", - "url": "http://www.slf4j.org" - } - } - }, - { - "id": "184ab5aacfc1d4a4", - "name": "smtp", - "version": "2.0.3", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/angus-mail-2.0.3.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.angus:smtp:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:smtp:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:angus:smtp:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:smtp:smtp:2.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.angus/smtp@2.0.3", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jakarta-mail-api.hpi:WEB-INF/lib/angus-mail-2.0.3.jar:org.eclipse.angus:smtp", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.angus/smtp/pom.properties", - "name": "", - "groupId": "org.eclipse.angus", - "artifactId": "smtp", - "version": "2.0.3" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.angus/smtp/pom.xml", - "parent": { - "groupId": "org.eclipse.angus", - "artifactId": "providers", - "version": "2.0.3" - }, - "groupId": "org.eclipse.angus", - "artifactId": "smtp", - "version": "2.0.3", - "name": "Angus Mail smtp provider" - } - } - }, - { - "id": "ecfe3e0efa971476", - "name": "snakeyaml", - "version": "2.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/snakeyaml-api.hpi:WEB-INF/lib/snakeyaml-2.2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/snakeyaml-api.hpi:WEB-INF/lib/snakeyaml-2.2.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.yaml.snakeyaml:snakeyaml:2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml:snakeyaml:2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.yaml:snakeyaml:2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yaml:snakeyaml:2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.yaml/snakeyaml@2.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/snakeyaml-api.hpi:WEB-INF/lib/snakeyaml-2.2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bnd-LastModified", - "value": "1693124775469" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Bundle-Description", - "value": "YAML 1.1 parser and emitter for Java" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "SnakeYAML" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.yaml.snakeyaml" - }, - { - "key": "Bundle-Version", - "value": "2.2.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.8" - }, - { - "key": "Export-Package", - "value": "org.yaml.snakeyaml;version=\"2.2\",org.yaml.snakeyaml.comments;version=\"2.2\",org.yaml.snakeyaml.composer;version=\"2.2\",org.yaml.snakeyaml.constructor;version=\"2.2\",org.yaml.snakeyaml.emitter;version=\"2.2\",org.yaml.snakeyaml.env;version=\"2.2\",org.yaml.snakeyaml.error;version=\"2.2\",org.yaml.snakeyaml.events;version=\"2.2\",org.yaml.snakeyaml.extensions.compactnotation;version=\"2.2\",org.yaml.snakeyaml.inspector;version=\"2.2\",org.yaml.snakeyaml.internal;version=\"2.2\",org.yaml.snakeyaml.introspector;version=\"2.2\",org.yaml.snakeyaml.nodes;version=\"2.2\",org.yaml.snakeyaml.parser;version=\"2.2\",org.yaml.snakeyaml.reader;version=\"2.2\",org.yaml.snakeyaml.representer;version=\"2.2\",org.yaml.snakeyaml.resolver;version=\"2.2\",org.yaml.snakeyaml.scanner;version=\"2.2\",org.yaml.snakeyaml.serializer;version=\"2.2\",org.yaml.snakeyaml.tokens;version=\"2.2\",org.yaml.snakeyaml.util;version=\"2.2\"" - }, - { - "key": "Import-Package", - "value": "org.yaml.snakeyaml;version=\"[2.2,3)\",org.yaml.snakeyaml.comments;version=\"[2.2,3)\",org.yaml.snakeyaml.composer;version=\"[2.2,3)\",org.yaml.snakeyaml.emitter;version=\"[2.2,3)\",org.yaml.snakeyaml.error;version=\"[2.2,3)\",org.yaml.snakeyaml.events;version=\"[2.2,3)\",org.yaml.snakeyaml.inspector;version=\"[2.2,3)\",org.yaml.snakeyaml.internal;version=\"[2.2,3)\",org.yaml.snakeyaml.introspector;version=\"[2.2,3)\",org.yaml.snakeyaml.nodes;version=\"[2.2,3)\",org.yaml.snakeyaml.parser;version=\"[2.2,3)\",org.yaml.snakeyaml.reader;version=\"[2.2,3)\",org.yaml.snakeyaml.resolver;version=\"[2.2,3)\",org.yaml.snakeyaml.scanner;version=\"[2.2,3)\",org.yaml.snakeyaml.serializer;version=\"[2.2,3)\",org.yaml.snakeyaml.tokens;version=\"[2.2,3)\"" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.7))\"" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.yaml/snakeyaml/pom.properties", - "name": "", - "groupId": "org.yaml", - "artifactId": "snakeyaml", - "version": "2.2" - }, - "pomProject": { - "path": "META-INF/maven/org.yaml/snakeyaml/pom.xml", - "groupId": "org.yaml", - "artifactId": "snakeyaml", - "version": "2.2", - "name": "SnakeYAML", - "description": "YAML 1.1 parser and emitter for Java", - "url": "https://bitbucket.org/snakeyaml/snakeyaml" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "3af797a25458550a16bf89acc8e4ab2b7f2bfce0" - } - ] - } - }, - { - "id": "ce2a4e75791a57bc", - "name": "snakeyaml-api", - "version": "2.2-111.vc6598e30cc65", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/snakeyaml-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT License (MIT)", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/snakeyaml-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:snakeyaml-api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:snakeyaml_api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml-api:snakeyaml-api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml-api:snakeyaml_api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml_api:snakeyaml-api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml_api:snakeyaml_api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml:snakeyaml-api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml:snakeyaml_api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:snakeyaml-api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:snakeyaml_api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/snakeyaml-api@2.2-111.vc6598e30cc65", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/snakeyaml-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "SnakeYAML API Plugin" - }, - { - "key": "Specification-Version", - "value": "2.2" - }, - { - "key": "Implementation-Title", - "value": "SnakeYAML API Plugin" - }, - { - "key": "Implementation-Version", - "value": "2.2-111.vc6598e30cc65" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "snakeyaml-api" - }, - { - "key": "Short-Name", - "value": "snakeyaml-api" - }, - { - "key": "Long-Name", - "value": "SnakeYAML API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/snakeyaml-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.2-111.vc6598e30cc65" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "The MIT License (MIT)" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/snakeyaml-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "c6598e30cc65b8b4d07b55fe4fc8f02b9b0e4e91" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/snakeyaml-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "c6598e30cc65b8b4d07b55fe4fc8f02b9b0e4e91" - }, - { - "key": "Implementation-Build", - "value": "c6598e30cc65b8b4d07b55fe4fc8f02b9b0e4e91" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/snakeyaml-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "snakeyaml-api", - "version": "2.2-111.vc6598e30cc65" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/snakeyaml-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "snakeyaml-api", - "version": "2.2-111.vc6598e30cc65", - "name": "SnakeYAML API Plugin", - "description": "This plugin packages stock SnakeYAML library", - "url": "https://github.com/jenkinsci/snakeyaml-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "23c4673d0204cc5aa752813cfd386027d86fac67" - } - ] - } - }, - { - "id": "8fd5804c4c0e3c9f", - "name": "snakeyaml-api", - "version": "2.2-111.vc6598e30cc65", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/snakeyaml-api.hpi:WEB-INF/lib/snakeyaml-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT License (MIT)", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/snakeyaml-api.hpi:WEB-INF/lib/snakeyaml-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:snakeyaml-api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.plugins:snakeyaml_api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml-api:snakeyaml-api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml-api:snakeyaml_api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml_api:snakeyaml-api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml_api:snakeyaml_api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml:snakeyaml-api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml:snakeyaml_api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:snakeyaml-api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:snakeyaml_api:2.2-111.vc6598e30cc65:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.plugins/snakeyaml-api@2.2-111.vc6598e30cc65", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/snakeyaml-api.hpi:WEB-INF/lib/snakeyaml-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "SnakeYAML API Plugin" - }, - { - "key": "Specification-Version", - "value": "2.2" - }, - { - "key": "Implementation-Title", - "value": "SnakeYAML API Plugin" - }, - { - "key": "Implementation-Version", - "value": "2.2-111.vc6598e30cc65" - }, - { - "key": "Group-Id", - "value": "io.jenkins.plugins" - }, - { - "key": "Artifact-Id", - "value": "snakeyaml-api" - }, - { - "key": "Short-Name", - "value": "snakeyaml-api" - }, - { - "key": "Long-Name", - "value": "SnakeYAML API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/snakeyaml-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "2.2-111.vc6598e30cc65" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "The MIT License (MIT)" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/snakeyaml-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "c6598e30cc65b8b4d07b55fe4fc8f02b9b0e4e91" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/snakeyaml-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "c6598e30cc65b8b4d07b55fe4fc8f02b9b0e4e91" - }, - { - "key": "Implementation-Build", - "value": "c6598e30cc65b8b4d07b55fe4fc8f02b9b0e4e91" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/io.jenkins.plugins/snakeyaml-api/pom.properties", - "name": "", - "groupId": "io.jenkins.plugins", - "artifactId": "snakeyaml-api", - "version": "2.2-111.vc6598e30cc65" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.plugins/snakeyaml-api/pom.xml", - "groupId": "io.jenkins.plugins", - "artifactId": "snakeyaml-api", - "version": "2.2-111.vc6598e30cc65", - "name": "SnakeYAML API Plugin", - "description": "This plugin packages stock SnakeYAML library", - "url": "https://github.com/jenkinsci/snakeyaml-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "c545693bf78b8a3be6fee4f626a2f4ee75198b83" - } - ] - } - }, - { - "id": "e2d98664a65b16f7", - "name": "spotbugs-annotations", - "version": "4.8.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spotbugs-annotations-4.8.5.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.github.spotbugs.annotations:spotbugs-annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.spotbugs.annotations:spotbugs_annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.spotbugs.annotations:annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spotbugs-annotations:spotbugs-annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spotbugs-annotations:spotbugs_annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spotbugs_annotations:spotbugs-annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spotbugs_annotations:spotbugs_annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.spotbugs.annotations:spotbugs:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotations:spotbugs-annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotations:spotbugs_annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spotbugs-annotations:annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spotbugs_annotations:annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spotbugs-annotations:spotbugs:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spotbugs:spotbugs-annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spotbugs:spotbugs_annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spotbugs_annotations:spotbugs:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:spotbugs-annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:spotbugs_annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotations:annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:annotations:spotbugs:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spotbugs:annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:annotations:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spotbugs:spotbugs:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:spotbugs:4.8.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.github.spotbugs.annotations/spotbugs-annotations@4.8.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spotbugs-annotations-4.8.5.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-Name", - "value": "spotbugs-annotations" - }, - { - "key": "Bundle-SymbolicName", - "value": "spotbugs-annotations" - }, - { - "key": "Bundle-Version", - "value": "4.8.5" - }, - { - "key": "Export-Package", - "value": "edu.umd.cs.findbugs.annotations" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "J2SE-1.5" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Automatic-Module-Name", - "value": "com.github.spotbugs.annotations" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "17ab39acf7cf6f7a330ee3be08a4bb2740082b4c" - } - ] - } - }, - { - "id": "89c911b233fbe42d", - "name": "spring-aop", - "version": "5.3.36", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-aop-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-aop-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "BSD-3-Clause", - "spdxExpression": "BSD-3-Clause", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-aop-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.springframework:spring-aop:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework:spring_aop:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring-aop:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring_aop:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-aop:spring-aop:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-aop:spring_aop:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_aop:spring-aop:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_aop:spring_aop:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring-aop:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring_aop:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.springframework/spring-aop@5.3.36", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-aop-5.3.36.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "spring-aop" - }, - { - "key": "Automatic-Module-Name", - "value": "spring.aop" - }, - { - "key": "Implementation-Version", - "value": "5.3.36" - }, - { - "key": "Created-By", - "value": "1.8.0_402 (Oracle Corporation)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "54c0958bb3765ac095071b8460c876bf88bd4351" - } - ] - } - }, - { - "id": "68c122a06f783acf", - "name": "spring-beans", - "version": "5.3.36", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-beans-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-beans-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "BSD-3-Clause", - "spdxExpression": "BSD-3-Clause", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-beans-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.springframework:spring-beans:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework:spring_beans:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring-beans:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring_beans:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-beans:spring-beans:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-beans:spring_beans:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_beans:spring-beans:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_beans:spring_beans:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring-beans:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring_beans:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.springframework/spring-beans@5.3.36", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-beans-5.3.36.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "spring-beans" - }, - { - "key": "Automatic-Module-Name", - "value": "spring.beans" - }, - { - "key": "Implementation-Version", - "value": "5.3.36" - }, - { - "key": "Created-By", - "value": "1.8.0_402 (Oracle Corporation)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "b843e52d69592890c5af54b4d96f89b7eb0804c4" - } - ] - } - }, - { - "id": "5ae8a65676147ce4", - "name": "spring-context", - "version": "5.3.36", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-context-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-context-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "BSD-3-Clause", - "spdxExpression": "BSD-3-Clause", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-context-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.springframework:spring-context:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework:spring_context:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring-context:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring_context:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-context:spring-context:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-context:spring_context:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_context:spring-context:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_context:spring_context:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring-context:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring_context:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.springframework/spring-context@5.3.36", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-context-5.3.36.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "spring-context" - }, - { - "key": "Automatic-Module-Name", - "value": "spring.context" - }, - { - "key": "Implementation-Version", - "value": "5.3.36" - }, - { - "key": "Created-By", - "value": "1.8.0_402 (Oracle Corporation)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "97e3ee9da70ba00fe99dacb63e38f53145f1e990" - } - ] - } - }, - { - "id": "d811960c74892946", - "name": "spring-core", - "version": "5.3.36", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-core-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-core-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "BSD-3-Clause", - "spdxExpression": "BSD-3-Clause", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-core-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:springsource-spring-framework:springsource_spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource_spring_framework:springsource_spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework:springsource_spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource-spring:springsource_spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource_spring:springsource_spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pivotal_software:springsource_spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-framework:springsource_spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_framework:springsource_spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource-spring-framework:spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource_spring_framework:spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:springsource_spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource:springsource_spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-core:springsource_spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_core:springsource_spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource-spring-framework:spring-core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource-spring-framework:spring_core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource_spring_framework:spring-core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource_spring_framework:spring_core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework:spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:springsource_spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource-spring:spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource_spring:spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:vmware:springsource_spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pivotal_software:spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-framework:spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_framework:spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework:spring-core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework:spring_core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource-spring:spring-core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource-spring:spring_core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource_spring:spring-core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource_spring:spring_core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource:spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pivotal_software:spring-core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pivotal_software:spring_core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-core:spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-framework:spring-core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-framework:spring_core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_core:spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_framework:spring-core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_framework:spring_core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring-core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring_core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource:spring-core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springsource:spring_core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-core:spring-core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-core:spring_core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_core:spring-core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_core:spring_core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:vmware:spring_framework:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring-core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring_core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:vmware:spring-core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:vmware:spring_core:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.springframework/spring-core@5.3.36", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-core-5.3.36.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "spring-core" - }, - { - "key": "Automatic-Module-Name", - "value": "spring.core" - }, - { - "key": "Implementation-Version", - "value": "5.3.36" - }, - { - "key": "Created-By", - "value": "1.8.0_402 (Oracle Corporation)" - }, - { - "key": "Dependencies", - "value": "jdk.unsupported" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "a887990ef53e7297f17773dc40c3ded8d52e61b1" - } - ] - } - }, - { - "id": "81e2729b1393c3ec", - "name": "spring-expression", - "version": "5.3.36", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-expression-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-expression-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "BSD-3-Clause", - "spdxExpression": "BSD-3-Clause", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-expression-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.springframework:spring-expression:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework:spring_expression:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-expression:spring-expression:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-expression:spring_expression:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_expression:spring-expression:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_expression:spring_expression:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring-expression:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring_expression:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring-expression:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring_expression:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.springframework/spring-expression@5.3.36", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-expression-5.3.36.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "spring-expression" - }, - { - "key": "Automatic-Module-Name", - "value": "spring.expression" - }, - { - "key": "Implementation-Version", - "value": "5.3.36" - }, - { - "key": "Created-By", - "value": "1.8.0_402 (Oracle Corporation)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "95da53bb3659be48249eee0cab5ec33bd9656c53" - } - ] - } - }, - { - "id": "676ad26b76e55930", - "name": "spring-security-core", - "version": "5.8.12", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-security-core-5.8.12.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.springframework.security:spring-security-core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework.security:spring_security_core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework.security:spring_security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security-core:spring-security-core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security-core:spring_security_core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security_core:spring-security-core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security_core:spring_security_core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework.security:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security-core:spring_security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security:spring-security-core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security:spring_security_core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security:spring-security-core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security:spring_security_core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security_core:spring_security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring-security-core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring_security_core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security:spring_security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security:spring_security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring_security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:security:spring-security-core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:security:spring_security_core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security-core:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security_core:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring-security-core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring_security_core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:vmware:spring-security-core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:vmware:spring_security_core:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:security:spring_security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring_security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:vmware:spring_security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:security:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:vmware:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.springframework.security/spring-security-core@5.8.12", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-security-core-5.8.12.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "11.0.22 (Oracle Corporation)" - }, - { - "key": "Implementation-Title", - "value": "spring-security-core" - }, - { - "key": "Implementation-Version", - "value": "5.8.12" - }, - { - "key": "Automatic-Module-Name", - "value": "spring.security.core" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "cc6dcc2567c7889693a52d9d924066da2e1b4c03" - } - ] - } - }, - { - "id": "217457c54ab6122f", - "name": "spring-security-crypto", - "version": "5.8.12", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-security-crypto-5.8.12.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.springframework.security:spring-security-crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework.security:spring_security_crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security-crypto:spring-security-crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security-crypto:spring_security_crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security_crypto:spring-security-crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security_crypto:spring_security_crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security:spring-security-crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security:spring_security_crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security:spring-security-crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security:spring_security_crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring-security-crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring_security_crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework.security:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:security:spring-security-crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:security:spring_security_crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security-crypto:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security_crypto:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring-security-crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring_security_crypto:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:security:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.springframework.security/spring-security-crypto@5.8.12", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-security-crypto-5.8.12.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "11.0.22 (Oracle Corporation)" - }, - { - "key": "Implementation-Title", - "value": "spring-security-crypto" - }, - { - "key": "Implementation-Version", - "value": "5.8.12" - }, - { - "key": "Automatic-Module-Name", - "value": "spring.security.crypto" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "7e37d36d2adbe174ecad4b996f62e5524e5d29df" - } - ] - } - }, - { - "id": "0594a4f5a76c959a", - "name": "spring-security-web", - "version": "5.8.12", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-security-web-5.8.12.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.springframework.security:spring-security-web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework.security:spring_security_web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security-web:spring-security-web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security-web:spring_security_web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security_web:spring-security-web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security_web:spring_security_web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework.security:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security:spring-security-web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security:spring_security_web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security:spring-security-web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security:spring_security_web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring-security-web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring_security_web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:security:spring-security-web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:security:spring_security_web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security-web:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security_web:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring-security-web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring_security_web:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-security:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_security:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:security:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:security:5.8.12:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.springframework.security/spring-security-web@5.8.12", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-security-web-5.8.12.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "11.0.22 (Oracle Corporation)" - }, - { - "key": "Implementation-Title", - "value": "spring-security-web" - }, - { - "key": "Implementation-Version", - "value": "5.8.12" - }, - { - "key": "Automatic-Module-Name", - "value": "spring.security.web" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "e09ce051991a3ac2a1a70de18b84c22c09bb0eb5" - } - ] - } - }, - { - "id": "051aef5b6d5c1a84", - "name": "spring-web", - "version": "5.3.36", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-web-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-web-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "BSD-3-Clause", - "spdxExpression": "BSD-3-Clause", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-web-5.3.36.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.springframework:spring-web:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.springframework:spring_web:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring-web:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:springframework:spring_web:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-web:spring-web:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring-web:spring_web:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_web:spring-web:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring_web:spring_web:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring-web:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:spring:spring_web:5.3.36:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.springframework/spring-web@5.3.36", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/spring-web-5.3.36.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Implementation-Title", - "value": "spring-web" - }, - { - "key": "Automatic-Module-Name", - "value": "spring.web" - }, - { - "key": "Implementation-Version", - "value": "5.3.36" - }, - { - "key": "Created-By", - "value": "1.8.0_402 (Oracle Corporation)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "467cd4fa4046ad2a3ddbd266a6ff0beac0fa40c2" - } - ] - } - }, - { - "id": "cefb910ca534ddea", - "name": "sshd", - "version": "3.322.v159e91f6a_550", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/sshd.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/sshd.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.modules:sshd:3.322.v159e91f6a_550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:sshd:3.322.v159e91f6a_550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:sshd:3.322.v159e91f6a_550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:sshd:3.322.v159e91f6a_550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:modules:sshd:3.322.v159e91f6a_550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sshd:sshd:3.322.v159e91f6a_550:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.modules/sshd@3.322.v159e91f6a_550", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/sshd.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "SSH server" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "SSH server" - }, - { - "key": "Implementation-Version", - "value": "3.322.v159e91f6a_550" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.modules" - }, - { - "key": "Artifact-Id", - "value": "sshd" - }, - { - "key": "Short-Name", - "value": "sshd" - }, - { - "key": "Long-Name", - "value": "SSH server" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/sshd-plugin" - }, - { - "key": "Plugin-Version", - "value": "3.322.v159e91f6a_550" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Dependencies", - "value": "mina-sshd-api-common:2.10.0-69.v28e3e36d18eb_,mina-sshd-api-core:2.10.0-69.v28e3e36d18eb_,instance-identity:142.v04572ca_5b_265" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/sshd-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "159e91f6a550fb20548ccc9c57ec53e0ded6b8fe" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/sshd-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "159e91f6a550fb20548ccc9c57ec53e0ded6b8fe" - }, - { - "key": "Implementation-Build", - "value": "159e91f6a550fb20548ccc9c57ec53e0ded6b8fe" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.modules/sshd/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.modules", - "artifactId": "sshd", - "version": "3.322.v159e91f6a_550" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.modules/sshd/pom.xml", - "groupId": "org.jenkins-ci.modules", - "artifactId": "sshd", - "version": "3.322.v159e91f6a_550", - "name": "SSH server", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/sshd-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "751611e2ca599a1d2fd1784f8177e6dfa1531c6b" - } - ] - } - }, - { - "id": "b4a5961afb71c126", - "name": "sshd", - "version": "3.322.v159e91f6a_550", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/sshd.hpi:WEB-INF/lib/sshd.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/sshd.hpi:WEB-INF/lib/sshd.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.modules:sshd:3.322.v159e91f6a_550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:sshd:3.322.v159e91f6a_550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:sshd:3.322.v159e91f6a_550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:sshd:3.322.v159e91f6a_550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:modules:sshd:3.322.v159e91f6a_550:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sshd:sshd:3.322.v159e91f6a_550:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.modules/sshd@3.322.v159e91f6a_550", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/sshd.hpi:WEB-INF/lib/sshd.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "SSH server" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "SSH server" - }, - { - "key": "Implementation-Version", - "value": "3.322.v159e91f6a_550" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.modules" - }, - { - "key": "Artifact-Id", - "value": "sshd" - }, - { - "key": "Short-Name", - "value": "sshd" - }, - { - "key": "Long-Name", - "value": "SSH server" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/sshd-plugin" - }, - { - "key": "Plugin-Version", - "value": "3.322.v159e91f6a_550" - }, - { - "key": "Hudson-Version", - "value": "2.361.4" - }, - { - "key": "Jenkins-Version", - "value": "2.361.4" - }, - { - "key": "Plugin-Dependencies", - "value": "mina-sshd-api-common:2.10.0-69.v28e3e36d18eb_,mina-sshd-api-core:2.10.0-69.v28e3e36d18eb_,instance-identity:142.v04572ca_5b_265" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/sshd-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "159e91f6a550fb20548ccc9c57ec53e0ded6b8fe" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/sshd-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "159e91f6a550fb20548ccc9c57ec53e0ded6b8fe" - }, - { - "key": "Implementation-Build", - "value": "159e91f6a550fb20548ccc9c57ec53e0ded6b8fe" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.modules/sshd/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.modules", - "artifactId": "sshd", - "version": "3.322.v159e91f6a_550" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.modules/sshd/pom.xml", - "groupId": "org.jenkins-ci.modules", - "artifactId": "sshd", - "version": "3.322.v159e91f6a_550", - "name": "SSH server", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/sshd-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "379181c70f95cbcfdbb3a9b2aadd5de60c2404a0" - } - ] - } - }, - { - "id": "08ba5f7f7c573010", - "name": "sshd-common", - "version": "2.12.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-common.hpi:WEB-INF/lib/sshd-common-2.12.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-common.hpi:WEB-INF/lib/sshd-common-2.12.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:sshd-common:2.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:sshd_common:2.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:common:2.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:sshd:2.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.sshd/sshd-common@2.12.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-common.hpi:WEB-INF/lib/sshd-common-2.12.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.8" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Apache Mina SSHD :: Common support utilities" - }, - { - "key": "Specification-Version", - "value": "2.12" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Implementation-Title", - "value": "Apache Mina SSHD :: Common support utilities" - }, - { - "key": "Implementation-Version", - "value": "2.12.1" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.sshd.common" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.sshd/sshd-common/pom.properties", - "name": "", - "groupId": "org.apache.sshd", - "artifactId": "sshd-common", - "version": "2.12.1" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.sshd/sshd-common/pom.xml", - "parent": { - "groupId": "org.apache.sshd", - "artifactId": "sshd", - "version": "2.12.1" - }, - "groupId": "org.apache.sshd", - "artifactId": "sshd-common", - "version": "2.12.1", - "name": "Apache Mina SSHD :: Common support utilities" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "eb55ce13a75b1939d42e835bd8f0b6ab48bfb24b" - } - ] - } - }, - { - "id": "236eac47288fb32a", - "name": "sshd-common", - "version": "2.12.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:sshd-common:2.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:sshd_common:2.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:sshd:2.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.sshd/sshd-common@2.12.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:org.apache.sshd:sshd-common", - "pomProperties": { - "path": "META-INF/maven/org.apache.sshd/sshd-common/pom.properties", - "name": "", - "groupId": "org.apache.sshd", - "artifactId": "sshd-common", - "version": "2.12.1" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.sshd/sshd-common/pom.xml", - "parent": { - "groupId": "org.apache.sshd", - "artifactId": "sshd", - "version": "2.12.1" - }, - "groupId": "org.apache.sshd", - "artifactId": "sshd-common", - "version": "2.12.1", - "name": "Apache Mina SSHD :: Common support utilities" - } - } - }, - { - "id": "544746b35e6f9d76", - "name": "sshd-core", - "version": "2.12.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-core.hpi:WEB-INF/lib/sshd-core-2.12.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-core.hpi:WEB-INF/lib/sshd-core-2.12.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:sshd-core:2.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:sshd_core:2.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:core:2.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:sshd:2.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.sshd/sshd-core@2.12.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/mina-sshd-api-core.hpi:WEB-INF/lib/sshd-core-2.12.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.8" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Apache Mina SSHD :: Core" - }, - { - "key": "Specification-Version", - "value": "2.12" - }, - { - "key": "Specification-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Implementation-Title", - "value": "Apache Mina SSHD :: Core" - }, - { - "key": "Implementation-Version", - "value": "2.12.1" - }, - { - "key": "Implementation-Vendor", - "value": "The Apache Software Foundation" - }, - { - "key": "Automatic-Module-Name", - "value": "org.apache.sshd.core" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.apache.sshd/sshd-core/pom.properties", - "name": "", - "groupId": "org.apache.sshd", - "artifactId": "sshd-core", - "version": "2.12.1" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.sshd/sshd-core/pom.xml", - "parent": { - "groupId": "org.apache.sshd", - "artifactId": "sshd", - "version": "2.12.1" - }, - "groupId": "org.apache.sshd", - "artifactId": "sshd-core", - "version": "2.12.1", - "name": "Apache Mina SSHD :: Core" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "5ebb807241b86743a89d19f07e8d9138feec42de" - } - ] - } - }, - { - "id": "40fb5fae82ddaef2", - "name": "sshd-core", - "version": "2.12.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:apache:sshd-core:2.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:sshd_core:2.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apache:sshd:2.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.apache.sshd/sshd-core@2.12.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:org.apache.sshd:sshd-core", - "pomProperties": { - "path": "META-INF/maven/org.apache.sshd/sshd-core/pom.properties", - "name": "", - "groupId": "org.apache.sshd", - "artifactId": "sshd-core", - "version": "2.12.1" - }, - "pomProject": { - "path": "META-INF/maven/org.apache.sshd/sshd-core/pom.xml", - "parent": { - "groupId": "org.apache.sshd", - "artifactId": "sshd", - "version": "2.12.1" - }, - "groupId": "org.apache.sshd", - "artifactId": "sshd-core", - "version": "2.12.1", - "name": "Apache Mina SSHD :: Core" - } - } - }, - { - "id": "97b8d92d50e8f346", - "name": "stapler", - "version": "1872.ve203fa_6b_b_98d", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/stapler-1872.ve203fa_6b_b_98d.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "2-clause BSD license", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/BSD-2-Clause" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/stapler-1872.ve203fa_6b_b_98d.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.kohsuke.stapler:stapler:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:stapler:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler:stapler:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.kohsuke.stapler/stapler@1872.ve203fa_6b_b_98d", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/stapler-1872.ve203fa_6b_b_98d.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.4.1" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Stapler" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Stapler" - }, - { - "key": "Implementation-Version", - "value": "1872.ve203fa_6b_b_98d" - }, - { - "key": "Implementation-Build", - "value": "e203fa6bb98d603759a48659bd76a0cd3a208255" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.kohsuke.stapler/stapler/pom.properties", - "name": "", - "groupId": "org.kohsuke.stapler", - "artifactId": "stapler", - "version": "1872.ve203fa_6b_b_98d" - }, - "pomProject": { - "path": "META-INF/maven/org.kohsuke.stapler/stapler/pom.xml", - "groupId": "org.kohsuke.stapler", - "artifactId": "stapler", - "version": "1872.ve203fa_6b_b_98d", - "name": "Stapler", - "description": "Stapler HTTP request handling engine", - "url": "https://github.com/jenkinsci/stapler/stapler" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "0f83f2220a21d05f9635741c2e7103615b360e3e" - } - ] - } - }, - { - "id": "1e822d310bae6eb6", - "name": "stapler-adjunct-codemirror", - "version": "1.3", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/stapler-adjunct-codemirror-1.3.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-3-Clause", - "spdxExpression": "BSD-3-Clause", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/stapler-adjunct-codemirror-1.3.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/stapler-adjunct-codemirror-1.3.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:stapler-adjunct-codemirror:stapler-adjunct-codemirror:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler-adjunct-codemirror:stapler_adjunct_codemirror:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler_adjunct_codemirror:stapler-adjunct-codemirror:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler_adjunct_codemirror:stapler_adjunct_codemirror:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke.stapler:stapler-adjunct-codemirror:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke.stapler:stapler_adjunct_codemirror:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler-adjunct:stapler-adjunct-codemirror:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler-adjunct:stapler_adjunct_codemirror:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler_adjunct:stapler-adjunct-codemirror:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler_adjunct:stapler_adjunct_codemirror:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:stapler-adjunct-codemirror:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:stapler_adjunct_codemirror:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler-adjunct-codemirror:stapler:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler:stapler-adjunct-codemirror:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler:stapler_adjunct_codemirror:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler_adjunct_codemirror:stapler:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke.stapler:stapler:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler-adjunct:stapler:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler_adjunct:stapler:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:stapler:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler:stapler:1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.kohsuke.stapler/stapler-adjunct-codemirror@1.3", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/stapler-adjunct-codemirror-1.3.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Built-By", - "value": "kohsuke" - }, - { - "key": "Build-Jdk", - "value": "1.7.0_21" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.1.1" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.kohsuke.stapler/stapler-adjunct-codemirror/pom.properties", - "name": "", - "groupId": "org.kohsuke.stapler", - "artifactId": "stapler-adjunct-codemirror", - "version": "1.3" - }, - "pomProject": { - "path": "META-INF/maven/org.kohsuke.stapler/stapler-adjunct-codemirror/pom.xml", - "groupId": "org.kohsuke.stapler", - "artifactId": "stapler-adjunct-codemirror", - "version": "1.3", - "name": "CodeMirror library from http://codemirror.net/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "fd1d45544400d2a4da6dfee9e60edd4ec3368806" - } - ] - } - }, - { - "id": "ea4ca95a04f3f125", - "name": "stapler-groovy", - "version": "1872.ve203fa_6b_b_98d", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/stapler-groovy-1872.ve203fa_6b_b_98d.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "2-clause BSD license", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/BSD-2-Clause" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/stapler-groovy-1872.ve203fa_6b_b_98d.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.kohsuke.stapler:stapler-groovy:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke.stapler:stapler_groovy:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler-groovy:stapler-groovy:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler-groovy:stapler_groovy:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler_groovy:stapler-groovy:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler_groovy:stapler_groovy:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke.stapler:stapler:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:stapler-groovy:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:stapler_groovy:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler-groovy:stapler:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler:stapler-groovy:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler:stapler_groovy:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler_groovy:stapler:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:stapler:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler:stapler:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.kohsuke.stapler/stapler-groovy@1872.ve203fa_6b_b_98d", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/stapler-groovy-1872.ve203fa_6b_b_98d.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.4.1" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Stapler Groovy module" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Stapler Groovy module" - }, - { - "key": "Implementation-Version", - "value": "1872.ve203fa_6b_b_98d" - }, - { - "key": "Implementation-Build", - "value": "e203fa6bb98d603759a48659bd76a0cd3a208255" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.kohsuke.stapler/stapler-groovy/pom.properties", - "name": "", - "groupId": "org.kohsuke.stapler", - "artifactId": "stapler-groovy", - "version": "1872.ve203fa_6b_b_98d" - }, - "pomProject": { - "path": "META-INF/maven/org.kohsuke.stapler/stapler-groovy/pom.xml", - "groupId": "org.kohsuke.stapler", - "artifactId": "stapler-groovy", - "version": "1872.ve203fa_6b_b_98d", - "name": "Stapler Groovy module", - "description": "Groovy binding for Stapler", - "url": "https://github.com/jenkinsci/stapler/stapler-groovy" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "7e6574c5b1cce7f1a2fe22b50d0354f1807b9c20" - } - ] - } - }, - { - "id": "1f8d8f5d3e0f972b", - "name": "stapler-jelly", - "version": "1872.ve203fa_6b_b_98d", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/stapler-jelly-1872.ve203fa_6b_b_98d.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "2-clause BSD license", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/BSD-2-Clause" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/stapler-jelly-1872.ve203fa_6b_b_98d.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.kohsuke.stapler:stapler-jelly:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke.stapler:stapler_jelly:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke.stapler:stapler:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler-jelly:stapler-jelly:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler-jelly:stapler_jelly:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler_jelly:stapler-jelly:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler_jelly:stapler_jelly:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:stapler-jelly:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:stapler_jelly:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler-jelly:stapler:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler:stapler-jelly:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler:stapler_jelly:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler_jelly:stapler:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:stapler:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stapler:stapler:1872.ve203fa_6b_b_98d:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.kohsuke.stapler/stapler-jelly@1872.ve203fa_6b_b_98d", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/stapler-jelly-1872.ve203fa_6b_b_98d.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.4.1" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Stapler Jelly module" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Stapler Jelly module" - }, - { - "key": "Implementation-Version", - "value": "1872.ve203fa_6b_b_98d" - }, - { - "key": "Implementation-Build", - "value": "e203fa6bb98d603759a48659bd76a0cd3a208255" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.kohsuke.stapler/stapler-jelly/pom.properties", - "name": "", - "groupId": "org.kohsuke.stapler", - "artifactId": "stapler-jelly", - "version": "1872.ve203fa_6b_b_98d" - }, - "pomProject": { - "path": "META-INF/maven/org.kohsuke.stapler/stapler-jelly/pom.xml", - "groupId": "org.kohsuke.stapler", - "artifactId": "stapler-jelly", - "version": "1872.ve203fa_6b_b_98d", - "name": "Stapler Jelly module", - "description": "Jelly binding for Stapler", - "url": "https://github.com/jenkinsci/stapler/stapler-jelly" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "f047d3c2b9e65941e066fcf9c29edef42f1d59ca" - } - ] - } - }, - { - "id": "da940649a125fc5f", - "name": "stax2-api", - "version": "4.2.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/stax2-api-4.2.2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.opensource.org/licenses/bsd-license.php", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/stax2-api-4.2.2.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.codehaus.woodstox:stax2-api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.codehaus.woodstox:stax2_api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml:stax2-api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml:stax2_api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml-com:stax2-api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml-com:stax2_api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml_com:stax2-api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml_com:stax2_api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:stax2-api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:stax2_api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stax2-api:stax2-api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stax2-api:stax2_api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stax2_api:stax2-api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stax2_api:stax2_api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:codehaus:stax2-api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:codehaus:stax2_api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:woodstox:stax2-api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:woodstox:stax2_api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stax2:stax2-api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stax2:stax2_api:4.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.codehaus.woodstox/stax2-api@4.2.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/stax2-api-4.2.2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Automatic-Module-Name", - "value": "org.codehaus.stax2" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Bundle-Description", - "value": "Stax2 API is an extension to basic Stax 1.0 API that adds significant new functionality, such as full-featured bi-direction validation interface and high-performance Typed Access API." - }, - { - "key": "Bundle-DocURL", - "value": "http://github.com/FasterXML/stax2-api" - }, - { - "key": "Bundle-License", - "value": "http://www.opensource.org/licenses/bsd-license.php" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "Stax2 API" - }, - { - "key": "Bundle-SymbolicName", - "value": "stax2-api" - }, - { - "key": "Bundle-Vendor", - "value": "fasterml.com" - }, - { - "key": "Bundle-Version", - "value": "4.2.2" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Export-Package", - "value": "org.codehaus.stax2;uses:=\"javax.xml.namespace,javax.xml.stream,org.codehaus.stax2.typed,org.codehaus.stax2.validation\";version=\"4.2.2\",org.codehaus.stax2.evt;uses:=\"javax.xml.stream,javax.xml.stream.events,org.codehaus.stax2\";version=\"4.2.2\",org.codehaus.stax2.io;uses:=\"javax.xml.transform\";version=\"4.2.2\",org.codehaus.stax2.osgi;uses:=\"org.codehaus.stax2,org.codehaus.stax2.validation\";version=\"4.2.2\",org.codehaus.stax2.ri;uses:=\"javax.xml.namespace,javax.xml.stream,javax.xml.stream.events,javax.xml.stream.util,org.codehaus.stax2,org.codehaus.stax2.evt,org.codehaus.stax2.ri.typed,org.codehaus.stax2.typed,org.codehaus.stax2.util,org.codehaus.stax2.validation\";version=\"4.2.2\",org.codehaus.stax2.ri.dom;uses:=\"javax.xml.namespace,javax.xml.stream,javax.xml.transform.dom,org.codehaus.stax2,org.codehaus.stax2.ri,org.codehaus.stax2.ri.typed,org.codehaus.stax2.typed,org.codehaus.stax2.validation,org.w3c.dom\";version=\"4.2.2\",org.codehaus.stax2.ri.evt;uses:=\"javax.xml.namespace,javax.xml.stream,javax.xml.stream.events,javax.xml.stream.util,org.codehaus.stax2,org.codehaus.stax2.evt\";version=\"4.2.2\",org.codehaus.stax2.ri.typed;uses:=\"javax.xml.namespace,org.codehaus.stax2.ri,org.codehaus.stax2.typed\";version=\"4.2.2\",org.codehaus.stax2.typed;uses:=\"javax.xml.namespace,javax.xml.stream\";version=\"4.2.2\",org.codehaus.stax2.util;uses:=\"javax.xml.namespace,javax.xml.stream,javax.xml.stream.util,org.codehaus.stax2,org.codehaus.stax2.typed,org.codehaus.stax2.validation\";version=\"4.2.2\",org.codehaus.stax2.validation;uses:=\"javax.xml.namespace,javax.xml.stream\";version=\"4.2.2\"" - }, - { - "key": "Implementation-Title", - "value": "Stax2 API" - }, - { - "key": "Implementation-Vendor", - "value": "fasterxml.com" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.codehaus.woodstox" - }, - { - "key": "Implementation-Version", - "value": "4.2.2" - }, - { - "key": "Import-Package", - "value": "javax.xml.namespace,javax.xml.stream,javax.xml.stream.events,javax.xml.stream.util,javax.xml.transform,javax.xml.transform.dom,org.w3c.dom" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.6))\"" - }, - { - "key": "Specification-Title", - "value": "Stax2 API" - }, - { - "key": "Specification-Vendor", - "value": "fasterxml.com" - }, - { - "key": "Specification-Version", - "value": "4.2.2" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.6" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.6" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.codehaus.woodstox/stax2-api/pom.properties", - "name": "", - "groupId": "org.codehaus.woodstox", - "artifactId": "stax2-api", - "version": "4.2.2" - }, - "pomProject": { - "path": "META-INF/maven/org.codehaus.woodstox/stax2-api/pom.xml", - "parent": { - "groupId": "com.fasterxml", - "artifactId": "oss-parent", - "version": "55" - }, - "groupId": "org.codehaus.woodstox", - "artifactId": "stax2-api", - "version": "4.2.2", - "name": "Stax2 API", - "description": "Stax2 API is an extension to basic Stax 1.0 API that adds significant new functionality, such as full-featured bi-direction validation interface and high-performance Typed Access API.", - "url": "http://github.com/FasterXML/stax2-api" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "b0d746cadea928e5264f2ea294ea9a1bf815bbde" - } - ] - } - }, - { - "id": "4a26af95325e8135", - "name": "structs", - "version": "337.v1b_04ea_4df7c8", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/structs.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/structs.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:structs:337.v1b_04ea_4df7c8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:structs:337.v1b_04ea_4df7c8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:structs:337.v1b_04ea_4df7c8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:structs:337.v1b_04ea_4df7c8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:structs:structs:337.v1b_04ea_4df7c8:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/structs@337.v1b_04ea_4df7c8", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/structs.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Structs Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Structs Plugin" - }, - { - "key": "Implementation-Version", - "value": "337.v1b_04ea_4df7c8" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "structs" - }, - { - "key": "Short-Name", - "value": "structs" - }, - { - "key": "Long-Name", - "value": "Structs Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/structs-plugin" - }, - { - "key": "Plugin-Version", - "value": "337.v1b_04ea_4df7c8" - }, - { - "key": "Hudson-Version", - "value": "2.414.3" - }, - { - "key": "Jenkins-Version", - "value": "2.414.3" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/structs-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "1b04ea4df7c87eb9707a32cfef8a91c6ec9c3d2b" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/structs-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "1b04ea4df7c87eb9707a32cfef8a91c6ec9c3d2b" - }, - { - "key": "Implementation-Build", - "value": "1b04ea4df7c87eb9707a32cfef8a91c6ec9c3d2b" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/structs/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "structs", - "version": "337.v1b_04ea_4df7c8" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/structs/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "structs", - "version": "337.v1b_04ea_4df7c8", - "name": "Structs Plugin", - "description": "Library plugin for DSL plugins that need names for Jenkins objects.", - "url": "https://github.com/jenkinsci/structs-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "7c60ac6a6e9a850fbd14042b0484df36331974d9" - } - ] - } - }, - { - "id": "9968ca4c72b5943f", - "name": "structs", - "version": "337.v1b_04ea_4df7c8", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/structs.hpi:WEB-INF/lib/structs.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/structs.hpi:WEB-INF/lib/structs.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:structs:337.v1b_04ea_4df7c8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:structs:337.v1b_04ea_4df7c8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:structs:337.v1b_04ea_4df7c8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:structs:337.v1b_04ea_4df7c8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:structs:structs:337.v1b_04ea_4df7c8:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/structs@337.v1b_04ea_4df7c8", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/structs.hpi:WEB-INF/lib/structs.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Structs Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Structs Plugin" - }, - { - "key": "Implementation-Version", - "value": "337.v1b_04ea_4df7c8" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "structs" - }, - { - "key": "Short-Name", - "value": "structs" - }, - { - "key": "Long-Name", - "value": "Structs Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/structs-plugin" - }, - { - "key": "Plugin-Version", - "value": "337.v1b_04ea_4df7c8" - }, - { - "key": "Hudson-Version", - "value": "2.414.3" - }, - { - "key": "Jenkins-Version", - "value": "2.414.3" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/structs-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "1b04ea4df7c87eb9707a32cfef8a91c6ec9c3d2b" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/structs-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "1b04ea4df7c87eb9707a32cfef8a91c6ec9c3d2b" - }, - { - "key": "Implementation-Build", - "value": "1b04ea4df7c87eb9707a32cfef8a91c6ec9c3d2b" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/structs/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "structs", - "version": "337.v1b_04ea_4df7c8" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/structs/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "structs", - "version": "337.v1b_04ea_4df7c8", - "name": "Structs Plugin", - "description": "Library plugin for DSL plugins that need names for Jenkins objects.", - "url": "https://github.com/jenkinsci/structs-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "38f1d4ef67912cc6c41f8f18c189ad13e7b37434" - } - ] - } - }, - { - "id": "84f768bc6e7a5014", - "name": "support-log-formatter", - "version": "1.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:support-log-formatter:support-log-formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:support-log-formatter:support_log_formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:support_log_formatter:support-log-formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:support_log_formatter:support_log_formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.lib:support-log-formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io.jenkins.lib:support_log_formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:support-log:support-log-formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:support-log:support_log_formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:support_log:support-log-formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:support_log:support_log_formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:support-log-formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:support_log_formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:support:support-log-formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:support:support_log_formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:lib:support-log-formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:lib:support_log_formatter:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/io.jenkins.lib/support-log-formatter@1.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:io.jenkins.lib:support-log-formatter", - "pomProperties": { - "path": "META-INF/maven/io.jenkins.lib/support-log-formatter/pom.properties", - "name": "", - "groupId": "io.jenkins.lib", - "artifactId": "support-log-formatter", - "version": "1.2" - }, - "pomProject": { - "path": "META-INF/maven/io.jenkins.lib/support-log-formatter/pom.xml", - "groupId": "io.jenkins.lib", - "artifactId": "support-log-formatter", - "version": "1.2", - "name": "Support Log Formatter", - "description": "Java logging formatter extracted to a standalone library.", - "url": "https://github.com/jenkinsci/lib-support-log-formatter" - } - } - }, - { - "id": "7a609f4d8bee6b3b", - "name": "symbol-annotation", - "version": "1.24", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/symbol-annotation-1.24.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/symbol-annotation-1.24.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:symbol-annotation:symbol-annotation:1.24:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:symbol-annotation:symbol_annotation:1.24:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:symbol_annotation:symbol-annotation:1.24:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:symbol_annotation:symbol_annotation:1.24:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:symbol-annotation:1.24:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:symbol_annotation:1.24:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:symbol-annotation:1.24:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:symbol_annotation:1.24:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:symbol-annotation:1.24:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:symbol_annotation:1.24:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:symbol-annotation:1.24:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:symbol_annotation:1.24:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:symbol:symbol-annotation:1.24:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:symbol:symbol_annotation:1.24:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci/symbol-annotation@1.24", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/symbol-annotation-1.24.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.3.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci/symbol-annotation/pom.properties", - "name": "", - "groupId": "org.jenkins-ci", - "artifactId": "symbol-annotation", - "version": "1.24" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci/symbol-annotation/pom.xml", - "groupId": "org.jenkins-ci", - "artifactId": "symbol-annotation", - "version": "1.24", - "name": "Symbol annotation", - "description": "Standard Parent POM for non-plugin Jenkins components: core, libraries, etc.", - "url": "https://github.com/jenkinsci/lib-symbol-annotation" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "447058dcd6b900c2e63eb4da6065aee6b73e7749" - } - ] - } - }, - { - "id": "e0a4342ee7435bb2", - "name": "task-reactor", - "version": "1.8", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/task-reactor-1.8.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/task-reactor-1.8.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci:task-reactor:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:task_reactor:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:task-reactor:task-reactor:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:task-reactor:task_reactor:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:task_reactor:task-reactor:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:task_reactor:task_reactor:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:task-reactor:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:task_reactor:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:task-reactor:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:task_reactor:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:task-reactor:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:task_reactor:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:task:task-reactor:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:task:task_reactor:1.8:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci/task-reactor@1.8", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/task-reactor-1.8.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.2.2" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci/task-reactor/pom.properties", - "name": "", - "groupId": "org.jenkins-ci", - "artifactId": "task-reactor", - "version": "1.8" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci/task-reactor/pom.xml", - "groupId": "org.jenkins-ci", - "artifactId": "task-reactor", - "version": "1.8", - "name": "Jenkins Task Reactor", - "description": "Standard Parent POM for non-plugin Jenkins components: core, libraries, etc.", - "url": "https://github.com/jenkinsci/lib-task-reactor" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "bfb092e99b364eb1bb3c019c351711552f50c228" - } - ] - } - }, - { - "id": "c771633b13fe0e8c", - "name": "tiger-types", - "version": "2.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/tiger-types-2.2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "CDDL/GPLv2 dual license", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.opensource.org/licenses/cddl1.php" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/tiger-types-2.2.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:tiger-types:tiger-types:2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tiger-types:tiger_types:2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tiger_types:tiger-types:2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tiger_types:tiger_types:2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jvnet:tiger-types:2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jvnet:tiger_types:2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jvnet:tiger-types:2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jvnet:tiger_types:2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tiger:tiger-types:2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tiger:tiger_types:2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jvnet/tiger-types@2.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/tiger-types-2.2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Built-By", - "value": "kohsuke" - }, - { - "key": "Build-Jdk", - "value": "1.7.0_21" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.3.9" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jvnet/tiger-types/pom.properties", - "name": "", - "groupId": "org.jvnet", - "artifactId": "tiger-types", - "version": "2.2" - }, - "pomProject": { - "path": "META-INF/maven/org.jvnet/tiger-types/pom.xml", - "groupId": "org.jvnet", - "artifactId": "tiger-types", - "version": "2.2", - "name": "Type arithmetic library for Java5" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "7ddc6bbc8ca59be8879d3a943bf77517ec190f39" - } - ] - } - }, - { - "id": "1ccf150ae849e9e5", - "name": "tink", - "version": "1.10.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/tink-1.10.0.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.google.crypto.tink:crypto:1.10.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.google.crypto.tink:tink:1.10.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:crypto:crypto:1.10.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:crypto:1.10.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:crypto:tink:1.10.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:tink:1.10.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tink:crypto:1.10.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tink:tink:1.10.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.google.crypto.tink/tink@1.10.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/tink-1.10.0.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "singlejar" - }, - { - "key": "Automatic-Module-Name", - "value": "com.google.crypto.tink" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "84771b1a4bb5726f73fb8490fadb23f1d2aacd38" - } - ] - } - }, - { - "id": "88ae7667f7877b71", - "name": "trilead-api", - "version": "2.147.vb_73cc728a_32e", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:trilead-api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:trilead_api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead-api:trilead-api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead-api:trilead_api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead_api:trilead-api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead_api:trilead_api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:trilead-api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:trilead_api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:trilead-api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:trilead_api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:trilead-api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:trilead_api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead:trilead-api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead:trilead_api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/trilead-api@2.147.vb_73cc728a_32e", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Trilead API Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Trilead API Plugin" - }, - { - "key": "Implementation-Version", - "value": "2.147.vb_73cc728a_32e" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "trilead-api" - }, - { - "key": "Short-Name", - "value": "trilead-api" - }, - { - "key": "Long-Name", - "value": "Trilead API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/trilead-api-plugin" - }, - { - "key": "Compatible-Since-Version", - "value": "2.0.0" - }, - { - "key": "Plugin-Version", - "value": "2.147.vb_73cc728a_32e" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "eddsa-api:0.3.0-4.v84c6f0f4969e,gson-api:2.10.1-15.v0d99f670e0a_7" - }, - { - "key": "Plugin-Developers", - "value": "Michael Clarke:mc1arke:michael.m.clarke@gmail.com,Ivan Fernandez:kuisathaverat:kuisathaverat@gmail.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "The MIT license" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/trilead-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "b73cc728a32ed12df404feda4397a618b5dc951b" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/trilead-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "b73cc728a32ed12df404feda4397a618b5dc951b" - }, - { - "key": "Implementation-Build", - "value": "b73cc728a32ed12df404feda4397a618b5dc951b" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/trilead-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "trilead-api", - "version": "2.147.vb_73cc728a_32e" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/trilead-api/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "trilead-api", - "version": "2.147.vb_73cc728a_32e", - "name": "Trilead API Plugin", - "description": "This plugin provides access to Trilead without having to bundle Trilead in Jenkins core", - "url": "https://github.com/jenkinsci/trilead-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "e9a3c235c0c46c3e9182eb50e9c15b5190e3cce9" - } - ] - } - }, - { - "id": "8c8078e60783bd21", - "name": "trilead-api", - "version": "2.147.vb_73cc728a_32e", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/trilead-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/trilead-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:trilead-api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins:trilead_api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead-api:trilead-api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead-api:trilead_api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead_api:trilead-api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead_api:trilead_api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:trilead-api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:trilead_api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:trilead-api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:trilead_api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:trilead-api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:trilead_api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead:trilead-api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead:trilead_api:2.147.vb_73cc728a_32e:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins/trilead-api@2.147.vb_73cc728a_32e", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/trilead-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Trilead API Plugin" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Trilead API Plugin" - }, - { - "key": "Implementation-Version", - "value": "2.147.vb_73cc728a_32e" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins" - }, - { - "key": "Artifact-Id", - "value": "trilead-api" - }, - { - "key": "Short-Name", - "value": "trilead-api" - }, - { - "key": "Long-Name", - "value": "Trilead API Plugin" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/trilead-api-plugin" - }, - { - "key": "Compatible-Since-Version", - "value": "2.0.0" - }, - { - "key": "Plugin-Version", - "value": "2.147.vb_73cc728a_32e" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "eddsa-api:0.3.0-4.v84c6f0f4969e,gson-api:2.10.1-15.v0d99f670e0a_7" - }, - { - "key": "Plugin-Developers", - "value": "Michael Clarke:mc1arke:michael.m.clarke@gmail.com,Ivan Fernandez:kuisathaverat:kuisathaverat@gmail.com" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "The MIT license" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/trilead-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "b73cc728a32ed12df404feda4397a618b5dc951b" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/trilead-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "b73cc728a32ed12df404feda4397a618b5dc951b" - }, - { - "key": "Implementation-Build", - "value": "b73cc728a32ed12df404feda4397a618b5dc951b" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins/trilead-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "trilead-api", - "version": "2.147.vb_73cc728a_32e" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins/trilead-api/pom.xml", - "groupId": "org.jenkins-ci.plugins", - "artifactId": "trilead-api", - "version": "2.147.vb_73cc728a_32e", - "name": "Trilead API Plugin", - "description": "This plugin provides access to Trilead without having to bundle Trilead in Jenkins core", - "url": "https://github.com/jenkinsci/trilead-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "d93c9ca70098699484cc2a248ff7d707dd8fc58e" - } - ] - } - }, - { - "id": "93d11aaa0e7e9aca", - "name": "trilead-putty-extension", - "version": "1.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/trilead-putty-extension-1.2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:trilead-putty-extension:trilead-putty-extension:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead-putty-extension:trilead_putty_extension:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead_putty_extension:trilead-putty-extension:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead_putty_extension:trilead_putty_extension:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead-putty:trilead-putty-extension:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead-putty:trilead_putty_extension:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead_putty:trilead-putty-extension:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead_putty:trilead_putty_extension:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke:trilead-putty-extension:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke:trilead_putty_extension:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:trilead-putty-extension:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:trilead_putty_extension:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead:trilead-putty-extension:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead:trilead_putty_extension:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.kohsuke/trilead-putty-extension@1.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/trilead-putty-extension-1.2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "Apache Maven" - }, - { - "key": "Built-By", - "value": "kohsuke" - }, - { - "key": "Build-Jdk", - "value": "1.7.0_03" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.kohsuke/trilead-putty-extension/pom.properties", - "name": "", - "groupId": "org.kohsuke", - "artifactId": "trilead-putty-extension", - "version": "1.2" - }, - "pomProject": { - "path": "META-INF/maven/org.kohsuke/trilead-putty-extension/pom.xml", - "parent": { - "groupId": "org.kohsuke", - "artifactId": "pom", - "version": "3" - }, - "groupId": "org.kohsuke", - "artifactId": "trilead-putty-extension", - "version": "1.2", - "name": "PuTTY support for Trilead SSH2 library", - "description": "Loads SSH key in the PuTTY format", - "url": "http://trilead-putty-extension.kohsuke.org/" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "0f2f41517e1f73be8e319da27a69e0dc0c524bf6" - } - ] - } - }, - { - "id": "7184985954b6bf1d", - "name": "trilead-ssh2", - "version": "build-217-jenkins-274.276.v58da_75159cb_7", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/trilead-ssh2-build-217-jenkins-274.276.v58da_75159cb_7.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD style license", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.ganymed.ethz.ch/ssh2/LICENSE.txt" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/trilead-ssh2-build-217-jenkins-274.276.v58da_75159cb_7.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci:trilead-ssh2:build-217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:trilead_ssh2:build-217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead-ssh2:trilead-ssh2:build-217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead-ssh2:trilead_ssh2:build-217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead_ssh2:trilead-ssh2:build-217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead_ssh2:trilead_ssh2:build-217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:trilead-ssh2:build-217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:trilead_ssh2:build-217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:trilead-ssh2:build-217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:trilead_ssh2:build-217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:trilead-ssh2:build-217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:trilead_ssh2:build-217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead:trilead-ssh2:build-217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead:trilead_ssh2:build-217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci/trilead-ssh2@build-217-jenkins-274.276.v58da_75159cb_7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/trilead-ssh2-build-217-jenkins-274.276.v58da_75159cb_7.jar:org.jenkins-ci:trilead-ssh2", - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci/trilead-ssh2/pom.properties", - "name": "", - "groupId": "org.jenkins-ci", - "artifactId": "trilead-ssh2", - "version": "build-217-jenkins-274.276.v58da_75159cb_7" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci/trilead-ssh2/pom.xml", - "groupId": "org.jenkins-ci", - "artifactId": "trilead-ssh2", - "version": "build-217-jenkins-274.276.v58da_75159cb_7", - "name": "Ganymed SSH2 for Java", - "description": "Ganymed SSH2 for Java is a library which implements the SSH-2 protocol in pure Java", - "url": "http://svn.svnkit.com/repos/3rdparty/com.trilead.ssh2/tags/1.0.0-build217/trilead-ssh2/" - } - } - }, - { - "id": "b4e18cea3f8911bd", - "name": "trilead-ssh2-build", - "version": "217-jenkins-274.276.v58da_75159cb_7", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/trilead-ssh2-build-217-jenkins-274.276.v58da_75159cb_7.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:trilead-ssh2-build:trilead-ssh2-build:217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead-ssh2-build:trilead_ssh2_build:217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead_ssh2_build:trilead-ssh2-build:217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead_ssh2_build:trilead_ssh2_build:217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead-ssh2:trilead-ssh2-build:217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead-ssh2:trilead_ssh2_build:217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead_ssh2:trilead-ssh2-build:217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead_ssh2:trilead_ssh2_build:217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead:trilead-ssh2-build:217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:trilead:trilead_ssh2_build:217-jenkins-274.276.v58da_75159cb_7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/trilead-ssh2-build/trilead-ssh2-build@217-jenkins-274.276.v58da_75159cb_7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/trilead-api.hpi:WEB-INF/lib/trilead-ssh2-build-217-jenkins-274.276.v58da_75159cb_7.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.3.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Ganymed SSH2 for Java" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Ganymed SSH2 for Java" - }, - { - "key": "Implementation-Version", - "value": "build-217-jenkins-274.276.v58da_75159cb_7" - }, - { - "key": "Implementation-Build", - "value": "58da75159cb759b586e9fab614392b9219b3096e" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "0e9c9d168ebd3a584ebf2d83bf641208d04d0d6d" - } - ] - } - }, - { - "id": "3ea9a84f0b9efd3a", - "name": "txw2", - "version": "2.3.9", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb-impl-2.3.9.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.sun.xml.bind.mvn:txw2:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.jaxb:txw2:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:txw2:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bind:txw2:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jaxb:txw2:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:txw2:txw2:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mvn:txw2:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:txw2:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:xml:txw2:2.3.9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.glassfish.jaxb/txw2@2.3.9", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jaxb.hpi:WEB-INF/lib/jaxb-impl-2.3.9.jar:org.glassfish.jaxb:txw2", - "pomProperties": { - "path": "META-INF/maven/org.glassfish.jaxb/txw2/pom.properties", - "name": "", - "groupId": "org.glassfish.jaxb", - "artifactId": "txw2", - "version": "2.3.9" - }, - "pomProject": { - "path": "META-INF/maven/org.glassfish.jaxb/txw2/pom.xml", - "parent": { - "groupId": "com.sun.xml.bind.mvn", - "artifactId": "jaxb-txw-parent", - "version": "2.3.9" - }, - "groupId": "org.glassfish.jaxb", - "artifactId": "txw2", - "version": "2.3.9", - "name": "TXW2 Runtime", - "description": "TXW is a library that allows you to write XML documents.", - "url": "https://eclipse-ee4j.github.io/jaxb-ri/" - } - } - }, - { - "id": "fe1deff94d029ba9", - "name": "txw2", - "version": "20110809", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/txw2-20110809.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.sun.xml.txw2:txw2:20110809:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:txw2:txw2:20110809:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sun:txw2:20110809:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:xml:txw2:20110809:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.sun.xml.txw2/txw2@20110809", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/txw2-20110809.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "Apache Maven" - }, - { - "key": "Built-By", - "value": "hudson" - }, - { - "key": "Build-Jdk", - "value": "1.5.0_20" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.sun.xml.txw2/txw2/pom.properties", - "name": "", - "groupId": "com.sun.xml.txw2", - "artifactId": "txw2", - "version": "20110809" - }, - "pomProject": { - "path": "META-INF/maven/com.sun.xml.txw2/txw2/pom.xml", - "parent": { - "groupId": "com.sun.xml.txw2", - "artifactId": "txw2-project", - "version": "20110809" - }, - "groupId": "com.sun.xml.txw2", - "artifactId": "txw2", - "version": "20110809", - "name": "TXW2 Runtime" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "46afa3f3c468680875adb8f2a26086a126c89902" - } - ] - } - }, - { - "id": "9a6b7c05956ed75c", - "name": "tyrus-client", - "version": "2.1.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-client:tyrus-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-client:tyrus_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_client:tyrus-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_client:tyrus_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-client:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_client:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.glassfish.tyrus/tyrus-client@2.1.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:org.glassfish.tyrus:tyrus-client", - "pomProperties": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-client/pom.properties", - "name": "", - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-client", - "version": "2.1.5" - }, - "pomProject": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-client/pom.xml", - "parent": { - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-project", - "version": "2.1.5" - }, - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-client", - "version": "2.1.5", - "name": "Tyrus Client" - } - } - }, - { - "id": "16a17b013b2d1e4b", - "name": "tyrus-client", - "version": "2.1.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-client:tyrus-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-client:tyrus_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_client:tyrus-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_client:tyrus_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-client:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_client:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.glassfish.tyrus/tyrus-client@2.1.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar:org.glassfish.tyrus:tyrus-client", - "pomProperties": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-client/pom.properties", - "name": "", - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-client", - "version": "2.1.5" - }, - "pomProject": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-client/pom.xml", - "parent": { - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-project", - "version": "2.1.5" - }, - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-client", - "version": "2.1.5", - "name": "Tyrus Client" - } - } - }, - { - "id": "559fef1c75000074", - "name": "tyrus-container-jdk-client", - "version": "2.1.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:tyrus-container-jdk-client:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container-jdk-client:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container_jdk_client:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container_jdk_client:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container-jdk:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container-jdk:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container_jdk:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container_jdk:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container-jdk-client:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container_jdk_client:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container-jdk:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container_jdk:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.glassfish.tyrus/tyrus-container-jdk-client@2.1.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:org.glassfish.tyrus:tyrus-container-jdk-client", - "pomProperties": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-container-jdk-client/pom.properties", - "name": "", - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-container-jdk-client", - "version": "2.1.5" - }, - "pomProject": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-container-jdk-client/pom.xml", - "parent": { - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-containers-project", - "version": "2.1.5" - }, - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-container-jdk-client", - "version": "2.1.5", - "name": "Tyrus JDK Client Container" - } - } - }, - { - "id": "e92110fb5df31696", - "name": "tyrus-container-jdk-client", - "version": "2.1.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:tyrus-container-jdk-client:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container-jdk-client:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container_jdk_client:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container_jdk_client:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container-jdk:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container-jdk:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container_jdk:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container_jdk:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container-jdk-client:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus-container-jdk-client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus_container_jdk_client:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container_jdk_client:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container-jdk:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container_jdk:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-container:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_container:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.glassfish.tyrus/tyrus-container-jdk-client@2.1.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar:org.glassfish.tyrus:tyrus-container-jdk-client", - "pomProperties": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-container-jdk-client/pom.properties", - "name": "", - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-container-jdk-client", - "version": "2.1.5" - }, - "pomProject": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-container-jdk-client/pom.xml", - "parent": { - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-containers-project", - "version": "2.1.5" - }, - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-container-jdk-client", - "version": "2.1.5", - "name": "Tyrus JDK Client Container" - } - } - }, - { - "id": "b943739be7da2647", - "name": "tyrus-core", - "version": "2.1.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus-core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus_core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-core:tyrus-core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-core:tyrus_core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_core:tyrus-core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_core:tyrus_core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus-core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus_core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-core:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus-core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus_core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_core:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.glassfish.tyrus/tyrus-core@2.1.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:org.glassfish.tyrus:tyrus-core", - "pomProperties": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-core/pom.properties", - "name": "", - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-core", - "version": "2.1.5" - }, - "pomProject": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-core/pom.xml", - "parent": { - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-project", - "version": "2.1.5" - }, - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-core", - "version": "2.1.5", - "name": "Tyrus Core" - } - } - }, - { - "id": "0ade144e201a48f5", - "name": "tyrus-core", - "version": "2.1.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus-core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus_core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-core:tyrus-core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-core:tyrus_core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_core:tyrus-core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_core:tyrus_core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus-core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus_core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-core:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus-core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus_core:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_core:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.glassfish.tyrus/tyrus-core@2.1.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar:org.glassfish.tyrus:tyrus-core", - "pomProperties": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-core/pom.properties", - "name": "", - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-core", - "version": "2.1.5" - }, - "pomProject": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-core/pom.xml", - "parent": { - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-project", - "version": "2.1.5" - }, - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-core", - "version": "2.1.5", - "name": "Tyrus Core" - } - } - }, - { - "id": "203c20f2323ea967", - "name": "tyrus-spi", - "version": "2.1.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus-spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus_spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus-spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus_spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-spi:tyrus-spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-spi:tyrus_spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_spi:tyrus-spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_spi:tyrus_spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-spi:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus-spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus_spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_spi:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.glassfish.tyrus/tyrus-spi@2.1.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:org.glassfish.tyrus:tyrus-spi", - "pomProperties": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-spi/pom.properties", - "name": "", - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-spi", - "version": "2.1.5" - }, - "pomProject": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-spi/pom.xml", - "parent": { - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-project", - "version": "2.1.5" - }, - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-spi", - "version": "2.1.5", - "name": "Tyrus Container SPI" - } - } - }, - { - "id": "9d6a0074dc311e51", - "name": "tyrus-spi", - "version": "2.1.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus-spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus_spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus-spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus_spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-spi:tyrus-spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-spi:tyrus_spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_spi:tyrus-spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_spi:tyrus_spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-spi:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus-spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus_spi:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_spi:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.glassfish.tyrus/tyrus-spi@2.1.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar:org.glassfish.tyrus:tyrus-spi", - "pomProperties": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-spi/pom.properties", - "name": "", - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-spi", - "version": "2.1.5" - }, - "pomProject": { - "path": "META-INF/maven/org.glassfish.tyrus/tyrus-spi/pom.xml", - "parent": { - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-project", - "version": "2.1.5" - }, - "groupId": "org.glassfish.tyrus", - "artifactId": "tyrus-spi", - "version": "2.1.5", - "name": "Tyrus Container SPI" - } - } - }, - { - "id": "6ac10420edd2695e", - "name": "tyrus-standalone-client-jdk", - "version": "2.1.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus.bundles:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus.bundles:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone-client-jdk:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone-client-jdk:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone_client_jdk:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone_client_jdk:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone-client:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone-client:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone_client:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone_client:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bundles:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bundles:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus.bundles:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone-client-jdk:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone_client_jdk:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone-client:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone_client:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bundles:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.glassfish.tyrus.bundles/tyrus-standalone-client-jdk@2.1.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/cli-2.461.jar:org.glassfish.tyrus.bundles:tyrus-standalone-client-jdk", - "pomProperties": { - "path": "META-INF/maven/org.glassfish.tyrus.bundles/tyrus-standalone-client-jdk/pom.properties", - "name": "", - "groupId": "org.glassfish.tyrus.bundles", - "artifactId": "tyrus-standalone-client-jdk", - "version": "2.1.5" - }, - "pomProject": { - "path": "META-INF/maven/org.glassfish.tyrus.bundles/tyrus-standalone-client-jdk/pom.xml", - "parent": { - "groupId": "org.glassfish.tyrus.bundles", - "artifactId": "tyrus-bundles", - "version": "2.1.5" - }, - "groupId": "org.glassfish.tyrus.bundles", - "artifactId": "tyrus-standalone-client-jdk", - "version": "2.1.5", - "name": "Tyrus Standalone Client - JDK" - } - } - }, - { - "id": "9065f13faf84c16b", - "name": "tyrus-standalone-client-jdk", - "version": "2.1.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus.bundles:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus.bundles:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone-client-jdk:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone-client-jdk:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone_client_jdk:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone_client_jdk:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone-client:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone-client:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone_client:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone_client:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bundles:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bundles:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.glassfish.tyrus.bundles:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone-client-jdk:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus-standalone-client-jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus_standalone_client_jdk:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone_client_jdk:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone-client:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone_client:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus-standalone:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus_standalone:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:glassfish:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bundles:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tyrus:tyrus:2.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.glassfish.tyrus.bundles/tyrus-standalone-client-jdk@2.1.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/remoting-3248.v65ecb_254c298.jar:org.glassfish.tyrus.bundles:tyrus-standalone-client-jdk", - "pomProperties": { - "path": "META-INF/maven/org.glassfish.tyrus.bundles/tyrus-standalone-client-jdk/pom.properties", - "name": "", - "groupId": "org.glassfish.tyrus.bundles", - "artifactId": "tyrus-standalone-client-jdk", - "version": "2.1.5" - }, - "pomProject": { - "path": "META-INF/maven/org.glassfish.tyrus.bundles/tyrus-standalone-client-jdk/pom.xml", - "parent": { - "groupId": "org.glassfish.tyrus.bundles", - "artifactId": "tyrus-bundles", - "version": "2.1.5" - }, - "groupId": "org.glassfish.tyrus.bundles", - "artifactId": "tyrus-standalone-client-jdk", - "version": "2.1.5", - "name": "Tyrus Standalone Client - JDK" - } - } - }, - { - "id": "1ec3e835527efe99", - "name": "version-number", - "version": "1.11", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/version-number-1.11.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/version-number-1.11.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci:version-number:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:version_number:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:version-number:version-number:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:version-number:version_number:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:version_number:version-number:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:version_number:version_number:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:version-number:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:version_number:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:version-number:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:version_number:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:version-number:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:version_number:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:version:version-number:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:version:version_number:1.11:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci/version-number@1.11", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/version-number-1.11.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.3.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci/version-number/pom.properties", - "name": "", - "groupId": "org.jenkins-ci", - "artifactId": "version-number", - "version": "1.11" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci/version-number/pom.xml", - "groupId": "org.jenkins-ci", - "artifactId": "version-number", - "version": "1.11", - "name": "Version Number Library", - "description": "Offers API classes for parsing and comparing version numbers", - "url": "https://github.com/jenkinsci/lib-version-number" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "4ad9dc1a9d7bdb7514f828e85c7436b3260517d2" - } - ] - } - }, - { - "id": "6730eefb16501780", - "name": "websocket-core-common", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket-core-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket_core_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-core-common:websocket-core-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-core-common:websocket_core_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_core_common:websocket-core-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_core_common:websocket_core_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-core:websocket-core-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-core:websocket_core_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_core:websocket-core-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_core:websocket_core_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-core-common:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket-core-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket_core_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_core_common:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket-core-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket_core_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket-core-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket_core_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-core:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_core:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty.websocket/websocket-core-common@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty.websocket:websocket-core-common", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty.websocket/websocket-core-common/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-core-common", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty.websocket/websocket-core-common/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-parent", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-core-common", - "version": "10.0.20", - "name": "Jetty :: Websocket :: Core :: Common" - } - } - }, - { - "id": "152f309684afa304", - "name": "websocket-core-server", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket-core-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket_core_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-core-server:websocket-core-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-core-server:websocket_core_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_core_server:websocket-core-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_core_server:websocket_core_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-core:websocket-core-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-core:websocket_core_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_core:websocket-core-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_core:websocket_core_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-core-server:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket-core-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket_core_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_core_server:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket-core-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket_core_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket-core-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket_core_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-core:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_core:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty.websocket/websocket-core-server@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty.websocket:websocket-core-server", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty.websocket/websocket-core-server/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-core-server", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty.websocket/websocket-core-server/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-parent", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-core-server", - "version": "10.0.20", - "name": "Jetty :: Websocket :: Core :: Server" - } - } - }, - { - "id": "ad0cda5912b3ec30", - "name": "websocket-jetty-api", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket-jetty-api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket_jetty_api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty-api:websocket-jetty-api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty-api:websocket_jetty_api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty_api:websocket-jetty-api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty_api:websocket_jetty_api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty:websocket-jetty-api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty:websocket_jetty_api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty:websocket-jetty-api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty:websocket_jetty_api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty-api:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket-jetty-api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket_jetty_api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty_api:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket-jetty-api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket_jetty_api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket-jetty-api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket_jetty_api:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty.websocket/websocket-jetty-api@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty.websocket:websocket-jetty-api", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty.websocket/websocket-jetty-api/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-jetty-api", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty.websocket/websocket-jetty-api/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-parent", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-jetty-api", - "version": "10.0.20", - "name": "Jetty :: Websocket :: org.eclipse.jetty.websocket :: API" - } - } - }, - { - "id": "0f9cc66205678a49", - "name": "websocket-jetty-common", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket-jetty-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket_jetty_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty-common:websocket-jetty-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty-common:websocket_jetty_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty_common:websocket-jetty-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty_common:websocket_jetty_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty:websocket-jetty-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty:websocket_jetty_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty:websocket-jetty-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty:websocket_jetty_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty-common:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket-jetty-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket_jetty_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty_common:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket-jetty-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket_jetty_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket-jetty-common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket_jetty_common:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty.websocket/websocket-jetty-common@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty.websocket:websocket-jetty-common", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty.websocket/websocket-jetty-common/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-jetty-common", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty.websocket/websocket-jetty-common/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-parent", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-jetty-common", - "version": "10.0.20", - "name": "Jetty :: Websocket :: org.eclipse.jetty.websocket :: Common" - } - } - }, - { - "id": "7cd1bfaa9a771f77", - "name": "websocket-jetty-server", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket-jetty-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket_jetty_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty-server:websocket-jetty-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty-server:websocket_jetty_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty_server:websocket-jetty-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty_server:websocket_jetty_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty:websocket-jetty-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty:websocket_jetty_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty:websocket-jetty-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty:websocket_jetty_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty-server:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket-jetty-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket_jetty_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty_server:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket-jetty-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket_jetty_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket-jetty-server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket_jetty_server:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty.websocket/websocket-jetty-server@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty.websocket:websocket-jetty-server", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty.websocket/websocket-jetty-server/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-jetty-server", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty.websocket/websocket-jetty-server/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-parent", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-jetty-server", - "version": "10.0.20", - "name": "Jetty :: Websocket :: org.eclipse.jetty.websocket :: Server" - } - } - }, - { - "id": "86d71c88ae946b85", - "name": "websocket-jetty10", - "version": "2.461", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/websocket-jetty10-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/websocket-jetty10-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.main:websocket-jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.main:websocket_jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty10:websocket-jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-jetty10:websocket_jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty10:websocket-jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_jetty10:websocket_jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:websocket-jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:websocket_jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:websocket-jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:websocket_jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket-jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket_jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:websocket-jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:websocket_jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:main:websocket-jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:main:websocket_jetty10:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.main/websocket-jetty10@2.461", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/websocket-jetty10-2.461.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.4.1" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Jetty 10 implementation for WebSocket" - }, - { - "key": "Specification-Version", - "value": "2.461" - }, - { - "key": "Implementation-Title", - "value": "Jetty 10 implementation for WebSocket" - }, - { - "key": "Implementation-Version", - "value": "2.461" - }, - { - "key": "Implementation-Build", - "value": "896e0f30e8c5ea8afbdcb0b503aa197372113027" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.main/websocket-jetty10/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.main", - "artifactId": "websocket-jetty10", - "version": "2.461" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.main/websocket-jetty10/pom.xml", - "groupId": "org.jenkins-ci.main", - "artifactId": "websocket-jetty10", - "version": "2.461", - "name": "Jetty 10 implementation for WebSocket", - "description": "An implementation of the WebSocket handler that works with Jetty 10.", - "url": "https://github.com/jenkinsci/jenkins/websocket/websocket-jetty10" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "c6ce31f0f3d0d1b164d7aed6e5b0bb2dffed3b29" - } - ] - } - }, - { - "id": "b9de694298573274", - "name": "websocket-servlet", - "version": "10.0.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket-servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket_servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.eclipse.jetty.websocket:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-servlet:websocket-servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-servlet:websocket_servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_servlet:websocket-servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_servlet:websocket_servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-servlet:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket-servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket_servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_servlet:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket-servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket_servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket-servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket_servlet:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetty:websocket:10.0.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.eclipse.jetty.websocket/websocket-servlet@10.0.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar:org.eclipse.jetty.websocket:websocket-servlet", - "pomProperties": { - "path": "META-INF/maven/org.eclipse.jetty.websocket/websocket-servlet/pom.properties", - "name": "", - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-servlet", - "version": "10.0.20" - }, - "pomProject": { - "path": "META-INF/maven/org.eclipse.jetty.websocket/websocket-servlet/pom.xml", - "parent": { - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-parent", - "version": "10.0.20" - }, - "groupId": "org.eclipse.jetty.websocket", - "artifactId": "websocket-servlet", - "version": "10.0.20", - "name": "Jetty :: Websocket :: Servlet" - } - } - }, - { - "id": "cd24141663b792d8", - "name": "websocket-spi", - "version": "2.461", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/websocket-spi-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The MIT license", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/websocket-spi-2.461.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.main:websocket-spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.main:websocket_spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-spi:websocket-spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket-spi:websocket_spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_spi:websocket-spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket_spi:websocket_spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:websocket-spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:websocket_spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:websocket-spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:websocket_spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket-spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:websocket:websocket_spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:websocket-spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:websocket_spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:main:websocket-spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:main:websocket_spi:2.461:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.main/websocket-spi@2.461", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/websocket-spi-2.461.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.4.1" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Internal SPI for WebSocket" - }, - { - "key": "Specification-Version", - "value": "2.461" - }, - { - "key": "Implementation-Title", - "value": "Internal SPI for WebSocket" - }, - { - "key": "Implementation-Version", - "value": "2.461" - }, - { - "key": "Implementation-Build", - "value": "896e0f30e8c5ea8afbdcb0b503aa197372113027" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.main/websocket-spi/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.main", - "artifactId": "websocket-spi", - "version": "2.461" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.main/websocket-spi/pom.xml", - "groupId": "org.jenkins-ci.main", - "artifactId": "websocket-spi", - "version": "2.461", - "name": "Internal SPI for WebSocket", - "description": "An abstraction of how Jenkins can serve a WebSocket connection from its servlet container.", - "url": "https://github.com/jenkinsci/jenkins/websocket/websocket-spi" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "1c8c45e8bb199bac397acccd7f2a3f8e56e1b0ac" - } - ] - } - }, - { - "id": "6c079e72f0a447d5", - "name": "windows-package-checker", - "version": "1.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/windows-package-checker-1.2.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:windows-package-checker:windows-package-checker:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:windows-package-checker:windows_package_checker:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:windows_package_checker:windows-package-checker:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:windows_package_checker:windows_package_checker:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:windows-package:windows-package-checker:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:windows-package:windows_package_checker:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:windows_package:windows-package-checker:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:windows_package:windows_package_checker:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke:windows-package-checker:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.kohsuke:windows_package_checker:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:windows-package-checker:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kohsuke:windows_package_checker:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:windows:windows-package-checker:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:windows:windows_package_checker:1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.kohsuke/windows-package-checker@1.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/windows-package-checker-1.2.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Built-By", - "value": "kohsuke" - }, - { - "key": "Build-Jdk", - "value": "1.7.0_21" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.3.9" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.kohsuke/windows-package-checker/pom.properties", - "name": "", - "groupId": "org.kohsuke", - "artifactId": "windows-package-checker", - "version": "1.2" - }, - "pomProject": { - "path": "META-INF/maven/org.kohsuke/windows-package-checker/pom.xml", - "parent": { - "groupId": "org.kohsuke", - "artifactId": "pom", - "version": "14" - }, - "groupId": "org.kohsuke", - "artifactId": "windows-package-checker", - "version": "1.2", - "name": "windows-package-checker" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "86b5d2f9023633808d65dbcfdfd50dc5ad3ca31f" - } - ] - } - }, - { - "id": "2d04f5eebddf7536", - "name": "winp", - "version": "1.30", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/winp-1.30.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://opensource.org/licenses/MIT" - ], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/winp-1.30.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jvnet.winp.Main:winp:1.30:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jvnet.winp:winp:1.30:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jvnet:winp:1.30:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Main:winp:1.30:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:winp:winp:1.30:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jvnet.winp/winp@1.30", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/winp-1.30.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.2.2" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Main-Class", - "value": "org.jvnet.winp.Main" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jvnet.winp/winp/pom.properties", - "name": "", - "groupId": "org.jvnet.winp", - "artifactId": "winp", - "version": "1.30" - }, - "pomProject": { - "path": "META-INF/maven/org.jvnet.winp/winp/pom.xml", - "groupId": "org.jvnet.winp", - "artifactId": "winp", - "version": "1.30", - "name": "winp", - "description": "Kill process tree in Windows", - "url": "https://github.com/jenkinsci/winp" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "01fd7bf54927cb4b55ff841b21cf897d0b8508f1" - } - ] - } - }, - { - "id": "36cf1f11f4cd69b9", - "name": "winstone", - "version": "6.19", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "EPL-2.0", - "spdxExpression": "EPL-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "GPL-2.0", - "spdxExpression": "GPL-2.0-only", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:eclipse-org---jetty:winstone:6.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:eclipse_org___jetty:winstone:6.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci:winstone:6.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:winstone:6.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:winstone:6.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:winstone:winstone:6.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:winstone:6.19:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci/winstone@6.19", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:executable/winstone.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven JAR Plugin 3.3.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Winstone" - }, - { - "key": "Specification-Version", - "value": "6.19" - }, - { - "key": "Implementation-Title", - "value": "Winstone" - }, - { - "key": "Implementation-Version", - "value": "6.19" - }, - { - "key": "Main-Class", - "value": "winstone.Launcher" - }, - { - "key": "Implementation-Build", - "value": "583f671d4591565feffd9b59e163cdd937d1ec90" - } - ], - "sections": [ - [ - { - "key": "Name", - "value": "org/eclipse/jetty/server/" - }, - { - "key": "Implementation-Vendor", - "value": "Eclipse.org - Jetty" - }, - { - "key": "Implementation-Version", - "value": "winstone-6.19" - } - ] - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci/winstone/pom.properties", - "name": "", - "groupId": "org.jenkins-ci", - "artifactId": "winstone", - "version": "6.19" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci/winstone/pom.xml", - "parent": { - "groupId": "org.jenkins-ci", - "artifactId": "jenkins", - "version": "1.113" - }, - "groupId": "org.jenkins-ci", - "artifactId": "winstone", - "version": "6.19", - "name": "Winstone", - "description": "Winstone is a command line wrapper around Jetty", - "url": "https://github.com/jenkinsci/winstone" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "63bea05f87f348f6ee7bda53a3ef987840a88d20" - } - ] - } - }, - { - "id": "aa73a12836ca695a", - "name": "woodstox-core", - "version": "6.6.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/woodstox-core-6.6.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/woodstox-core-6.6.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.fasterxml.woodstox.woodstox-core:woodstox-core:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.woodstox.woodstox-core:woodstox_core:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.woodstox.woodstox-core:woodstox:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.woodstox:woodstox-core:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.woodstox:woodstox_core:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml.woodstox:woodstox:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml:woodstox-core:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml:woodstox_core:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:woodstox-core:woodstox-core:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:woodstox-core:woodstox_core:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:woodstox_core:woodstox-core:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:woodstox_core:woodstox_core:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:woodstox-core:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:woodstox_core:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.fasterxml:woodstox:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:woodstox-core:woodstox:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:woodstox:woodstox-core:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:woodstox:woodstox_core:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:woodstox_core:woodstox:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:fasterxml:woodstox:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:woodstox:woodstox:6.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.fasterxml.woodstox/woodstox-core@6.6.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/woodstox-core-6.6.1.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-SymbolicName", - "value": "com.fasterxml.woodstox.woodstox-core" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.fasterxml.woodstox" - }, - { - "key": "Specification-Title", - "value": "Woodstox" - }, - { - "key": "Bundle-DocURL", - "value": "https://github.com/FasterXML/woodstox" - }, - { - "key": "Include-Resource", - "value": "META-INF/LICENSE=src/main/resources/META-INF/LICENSE,META-INF/services/javax.xml.stream.XMLEventFactory=src/main/resources/META-INF/services/javax.xml.stream.XMLEventFactory,META-INF/services/javax.xml.stream.XMLInputFactory=src/main/resources/META-INF/services/javax.xml.stream.XMLInputFactory,META-INF/services/javax.xml.stream.XMLOutputFactory=src/main/resources/META-INF/services/javax.xml.stream.XMLOutputFactory,META-INF/services/org.codehaus.stax2.validation.XMLValidationSchemaFactory=src/main/resources/META-INF/services/org.codehaus.stax2.validation.XMLValidationSchemaFactory,META-INF/services/org.codehaus.stax2.validation.XMLValidationSchemaFactory.dtd=src/main/resources/META-INF/services/org.codehaus.stax2.validation.XMLValidationSchemaFactory.dtd,META-INF/services/org.codehaus.stax2.validation.XMLValidationSchemaFactory.relaxng=src/main/resources/META-INF/services/org.codehaus.stax2.validation.XMLValidationSchemaFactory.relaxng,META-INF/services/org.codehaus.stax2.validation.XMLValidationSchemaFactory.w3c=src/main/resources/META-INF/services/org.codehaus.stax2.validation.XMLValidationSchemaFactory.w3c" - }, - { - "key": "Import-Package", - "value": "com.ctc.wstx.api;version=\"[6.6,7)\",com.ctc.wstx.cfg;version=\"[6.6,7)\",com.ctc.wstx.compat;version=\"[6.6,7)\",com.ctc.wstx.dom;version=\"[6.6,7)\",com.ctc.wstx.dtd;version=\"[6.6,7)\",com.ctc.wstx.ent;version=\"[6.6,7)\",com.ctc.wstx.evt;version=\"[6.6,7)\",com.ctc.wstx.exc;version=\"[6.6,7)\",com.ctc.wstx.io;version=\"[6.6,7)\",com.ctc.wstx.msv;version=\"[6.6,7)\",com.ctc.wstx.sr;version=\"[6.6,7)\",com.ctc.wstx.stax;version=\"[6.6,7)\",com.ctc.wstx.sw;version=\"[6.6,7)\",com.ctc.wstx.util;version=\"[6.6,7)\",com.ctc.wstx.shaded.msv_core.grammar;version=\"[2022.7,2023)\";resolution:=optional,com.ctc.wstx.shaded.msv_core.grammar.trex;version=\"[2022.7,2023)\";resolution:=optional,com.ctc.wstx.shaded.msv_core.grammar.xmlschema;version=\"[2022.7,2023)\";resolution:=optional,com.ctc.wstx.shaded.msv_core.reader;version=\"[2022.7,2023)\";resolution:=optional,com.ctc.wstx.shaded.msv_core.reader.trex.ng;version=\"[2022.7,2023)\";resolution:=optional,com.ctc.wstx.shaded.msv_core.reader.util;version=\"[2022.7,2023)\";resolution:=optional,com.ctc.wstx.shaded.msv_core.reader.xmlschema;version=\"[2022.7,2023)\";resolution:=optional,com.ctc.wstx.shaded.msv_core.util;resolution:=optional,com.ctc.wstx.shaded.msv_core.verifier;version=\"[2022.7,2023)\";resolution:=optional,com.ctc.wstx.shaded.msv_core.verifier.regexp;version=\"[2022.7,2023)\";resolution:=optional,com.ctc.wstx.shaded.msv_core.verifier.regexp.xmlschema;version=\"[2022.7,2023)\";resolution:=optional,javax.xml.namespace;resolution:=optional,javax.xml.parsers;resolution:=optional,javax.xml.stream;resolution:=optional,javax.xml.stream.events;resolution:=optional,javax.xml.stream.util;resolution:=optional,javax.xml.transform;resolution:=optional,javax.xml.transform.dom;resolution:=optional,javax.xml.transform.sax;resolution:=optional,javax.xml.transform.stream;resolution:=optional,org.codehaus.stax2;version=\"[4.2,5)\",org.codehaus.stax2.io;version=\"[4.2,5)\",org.codehaus.stax2.osgi;version=\"[4.2,5)\",org.codehaus.stax2.ri;version=\"[4.2,5)\",org.codehaus.stax2.ri.dom;version=\"[4.2,5)\",org.codehaus.stax2.ri.evt;version=\"[4.2,5)\",org.codehaus.stax2.ri.typed;version=\"[4.2,5)\",org.codehaus.stax2.typed;version=\"[4.2,5)\",org.codehaus.stax2.validation;version=\"[4.2,5)\",org.osgi.framework;version=\"[1.7,2)\";resolution:=optional,com.ctc.wstx.shaded.msv.relaxng_datatype;resolution:=optional,org.w3c.dom;resolution:=optional,org.xml.sax;resolution:=optional,org.xml.sax.ext;resolution:=optional,org.xml.sax.helpers;resolution:=optional" - }, - { - "key": "Require-Capability", - "value": "osgi.extender;filter:=\"(&(osgi.extender=osgi.serviceloader.registrar)(version>=1.0.0)(!(version>=2.0.0)))\";resolution:=optional,osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.6))\"" - }, - { - "key": "Provide-Capability", - "value": "osgi.service;objectClass:List=\"javax.xml.stream.XMLEventFactory\";effective:=active,osgi.service;objectClass:List=\"javax.xml.stream.XMLInputFactory\";effective:=active,osgi.service;objectClass:List=\"javax.xml.stream.XMLOutputFactory\";effective:=active,osgi.service;objectClass:List=\"org.codehaus.stax2.validation.XMLValidationSchemaFactory\";effective:=active,osgi.serviceloader;osgi.serviceloader=\"javax.xml.stream.XMLEventFactory\";register:=\"com.ctc.wstx.stax.WstxEventFactory\",osgi.serviceloader;osgi.serviceloader=\"javax.xml.stream.XMLInputFactory\";register:=\"com.ctc.wstx.stax.WstxInputFactory\",osgi.serviceloader;osgi.serviceloader=\"javax.xml.stream.XMLOutputFactory\";register:=\"com.ctc.wstx.stax.WstxOutputFactory\",osgi.serviceloader;osgi.serviceloader=\"org.codehaus.stax2.validation.XMLValidationSchemaFactory\";register:=\"com.ctc.wstx.dtd.DTDSchemaFactory\",osgi.serviceloader;osgi.serviceloader=\"org.codehaus.stax2.validation.XMLValidationSchemaFactory\";register:=\"com.ctc.wstx.msv.RelaxNGSchemaFactory\",osgi.serviceloader;osgi.serviceloader=\"org.codehaus.stax2.validation.XMLValidationSchemaFactory\";register:=\"com.ctc.wstx.msv.W3CSchemaFactory\"" - }, - { - "key": "Export-Package", - "value": "com.ctc.wstx.api;version=\"6.6.1\";uses:=\"com.ctc.wstx.cfg,com.ctc.wstx.dtd,com.ctc.wstx.ent,com.ctc.wstx.util,javax.xml.stream,org.codehaus.stax2.io,org.codehaus.stax2.validation\",com.ctc.wstx.cfg;version=\"6.6.1\";uses:=\"javax.xml.stream\",com.ctc.wstx.compat;version=\"6.6.1\";uses:=\"javax.xml.namespace\",com.ctc.wstx.dom;version=\"6.6.1\";uses:=\"com.ctc.wstx.api,com.ctc.wstx.sw,javax.xml.namespace,javax.xml.stream,javax.xml.transform.dom,org.codehaus.stax2.ri.dom,org.w3c.dom\",com.ctc.wstx.dtd;version=\"6.6.1\";uses:=\"com.ctc.wstx.api,com.ctc.wstx.ent,com.ctc.wstx.io,com.ctc.wstx.sr,com.ctc.wstx.util,javax.xml.stream,javax.xml.stream.events,org.codehaus.stax2.validation\",com.ctc.wstx.ent;version=\"6.6.1\";uses:=\"com.ctc.wstx.api,com.ctc.wstx.evt,com.ctc.wstx.io,javax.xml.stream\",com.ctc.wstx.evt;version=\"6.6.1\";uses:=\"com.ctc.wstx.dtd,com.ctc.wstx.sr,com.ctc.wstx.util,javax.xml.namespace,javax.xml.stream,javax.xml.stream.events,javax.xml.stream.util,org.codehaus.stax2,org.codehaus.stax2.ri.evt\",com.ctc.wstx.exc;version=\"6.6.1\";uses:=\"javax.xml.stream,org.codehaus.stax2.validation\",com.ctc.wstx.io;version=\"6.6.1\";uses:=\"com.ctc.wstx.api,com.ctc.wstx.exc,com.ctc.wstx.util,javax.xml.stream,org.codehaus.stax2\",com.ctc.wstx.msv;version=\"6.6.1\";uses:=\"com.ctc.wstx.api,com.ctc.wstx.shaded.msv_core.grammar,com.ctc.wstx.shaded.msv_core.grammar.trex,com.ctc.wstx.shaded.msv_core.grammar.xmlschema,com.ctc.wstx.shaded.msv_core.reader,com.ctc.wstx.shaded.msv_core.verifier,com.ctc.wstx.shaded.msv_core.verifier.regexp,javax.xml.parsers,javax.xml.stream,javax.xml.transform,org.codehaus.stax2.validation,com.ctc.wstx.shaded.msv.relaxng_datatype,org.xml.sax\",com.ctc.wstx.osgi;version=\"6.6.1\";uses:=\"org.codehaus.stax2,org.codehaus.stax2.osgi,org.codehaus.stax2.validation,org.osgi.framework\",com.ctc.wstx.sax;version=\"6.6.1\";uses:=\"com.ctc.wstx.api,com.ctc.wstx.dtd,com.ctc.wstx.sr,com.ctc.wstx.stax,javax.xml.parsers,javax.xml.stream,org.xml.sax,org.xml.sax.ext,org.xml.sax.helpers\",com.ctc.wstx.sr;version=\"6.6.1\";uses:=\"com.ctc.wstx.api,com.ctc.wstx.cfg,com.ctc.wstx.dtd,com.ctc.wstx.ent,com.ctc.wstx.exc,com.ctc.wstx.io,com.ctc.wstx.sw,com.ctc.wstx.util,javax.xml.namespace,javax.xml.stream,javax.xml.stream.events,org.codehaus.stax2,org.codehaus.stax2.ri.typed,org.codehaus.stax2.typed,org.codehaus.stax2.validation,org.xml.sax,org.xml.sax.ext\",com.ctc.wstx.stax;version=\"6.6.1\";uses:=\"com.ctc.wstx.api,com.ctc.wstx.cfg,com.ctc.wstx.dtd,com.ctc.wstx.io,com.ctc.wstx.sr,com.ctc.wstx.sw,com.ctc.wstx.util,javax.xml.namespace,javax.xml.stream,javax.xml.stream.events,javax.xml.stream.util,javax.xml.transform,org.codehaus.stax2,org.codehaus.stax2.ri\",com.ctc.wstx.sw;version=\"6.6.1\";uses:=\"com.ctc.wstx.api,com.ctc.wstx.cfg,com.ctc.wstx.sr,com.ctc.wstx.util,javax.xml.namespace,javax.xml.stream,javax.xml.stream.events,org.codehaus.stax2,org.codehaus.stax2.ri,org.codehaus.stax2.ri.typed,org.codehaus.stax2.typed,org.codehaus.stax2.validation\",com.ctc.wstx.util;version=\"6.6.1\";uses:=\"com.ctc.wstx.api,com.ctc.wstx.dtd,com.ctc.wstx.sr,javax.xml.namespace,javax.xml.stream,javax.xml.stream.events,org.codehaus.stax2.ri.typed,org.codehaus.stax2.typed,org.codehaus.stax2.validation,org.xml.sax,org.xml.sax.ext\"" - }, - { - "key": "Bundle-Name", - "value": "Woodstox" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Bundle-Description", - "value": "Woodstox is a high-performance XML processor thatimplements Stax (JSR-173),SAX2 and Stax2 APIs" - }, - { - "key": "Implementation-Title", - "value": "Woodstox" - }, - { - "key": "Implementation-Version", - "value": "6.6.1" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Vendor", - "value": "FasterXML" - }, - { - "key": "Tool", - "value": "Bnd-6.3.1.202206071316" - }, - { - "key": "Implementation-Vendor", - "value": "FasterXML" - }, - { - "key": "Bundle-Version", - "value": "6.6.1" - }, - { - "key": "X-Compile-Target-JDK", - "value": "1.6" - }, - { - "key": "X-Compile-Source-JDK", - "value": "1.6" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin 5.1.9" - }, - { - "key": "Specification-Version", - "value": "6.6.1" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.fasterxml.woodstox/woodstox-core/pom.properties", - "name": "", - "groupId": "com.fasterxml.woodstox", - "artifactId": "woodstox-core", - "version": "6.6.1" - }, - "pomProject": { - "path": "META-INF/maven/com.fasterxml.woodstox/woodstox-core/pom.xml", - "parent": { - "groupId": "com.fasterxml", - "artifactId": "oss-parent", - "version": "56" - }, - "groupId": "com.fasterxml.woodstox", - "artifactId": "woodstox-core", - "version": "6.6.1", - "name": "Woodstox", - "description": "Woodstox is a high-performance XML processor that implements Stax (JSR-173), SAX2 and Stax2 APIs", - "url": "https://github.com/FasterXML/woodstox" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "586727abc793dc4cde0148c3c3b264e4f7deb5b3" - } - ] - } - }, - { - "id": "946dc56625a3f888", - "name": "workflow-api", - "version": "1316.v33eb_726c50b_a_", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins.workflow:workflow-api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins.workflow:workflow_api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow-api:workflow-api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow-api:workflow_api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow_api:workflow-api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow_api:workflow_api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:workflow-api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:workflow_api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:workflow-api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:workflow_api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow:workflow-api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow:workflow_api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:workflow-api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:workflow_api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins.workflow/workflow-api@1316.v33eb_726c50b_a_", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Pipeline: API" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Pipeline: API" - }, - { - "key": "Implementation-Version", - "value": "1316.v33eb_726c50b_a_" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins.workflow" - }, - { - "key": "Artifact-Id", - "value": "workflow-api" - }, - { - "key": "Short-Name", - "value": "workflow-api" - }, - { - "key": "Long-Name", - "value": "Pipeline: API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/workflow-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "1316.v33eb_726c50b_a_" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "workflow-step-api:657.v03b_e8115821b_,scm-api:683.vb_16722fb_b_80b_" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/workflow-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "33eb726c50ba10fdb0cbcc9bb2f48aa6a45bfe01" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/workflow-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "33eb726c50ba10fdb0cbcc9bb2f48aa6a45bfe01" - }, - { - "key": "Implementation-Build", - "value": "33eb726c50ba10fdb0cbcc9bb2f48aa6a45bfe01" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins.workflow/workflow-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins.workflow", - "artifactId": "workflow-api", - "version": "1316.v33eb_726c50b_a_" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins.workflow/workflow-api/pom.xml", - "groupId": "org.jenkins-ci.plugins.workflow", - "artifactId": "workflow-api", - "version": "1316.v33eb_726c50b_a_", - "name": "Pipeline: API", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/workflow-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "9a01f4b60bf7c4419dad1e7374b6da146451930f" - } - ] - } - }, - { - "id": "cc9dd4536446e7af", - "name": "workflow-api", - "version": "1316.v33eb_726c50b_a_", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-api.hpi:WEB-INF/lib/workflow-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-api.hpi:WEB-INF/lib/workflow-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins.workflow:workflow-api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins.workflow:workflow_api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow-api:workflow-api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow-api:workflow_api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow_api:workflow-api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow_api:workflow_api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:workflow-api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:workflow_api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:workflow-api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:workflow_api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow:workflow-api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow:workflow_api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:workflow-api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:workflow_api:1316.v33eb_726c50b_a_:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins.workflow/workflow-api@1316.v33eb_726c50b_a_", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-api.hpi:WEB-INF/lib/workflow-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "17" - }, - { - "key": "Specification-Title", - "value": "Pipeline: API" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Pipeline: API" - }, - { - "key": "Implementation-Version", - "value": "1316.v33eb_726c50b_a_" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins.workflow" - }, - { - "key": "Artifact-Id", - "value": "workflow-api" - }, - { - "key": "Short-Name", - "value": "workflow-api" - }, - { - "key": "Long-Name", - "value": "Pipeline: API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/workflow-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "1316.v33eb_726c50b_a_" - }, - { - "key": "Hudson-Version", - "value": "2.426.3" - }, - { - "key": "Jenkins-Version", - "value": "2.426.3" - }, - { - "key": "Plugin-Dependencies", - "value": "workflow-step-api:657.v03b_e8115821b_,scm-api:683.vb_16722fb_b_80b_" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/workflow-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "33eb726c50ba10fdb0cbcc9bb2f48aa6a45bfe01" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/workflow-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "33eb726c50ba10fdb0cbcc9bb2f48aa6a45bfe01" - }, - { - "key": "Implementation-Build", - "value": "33eb726c50ba10fdb0cbcc9bb2f48aa6a45bfe01" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins.workflow/workflow-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins.workflow", - "artifactId": "workflow-api", - "version": "1316.v33eb_726c50b_a_" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins.workflow/workflow-api/pom.xml", - "groupId": "org.jenkins-ci.plugins.workflow", - "artifactId": "workflow-api", - "version": "1316.v33eb_726c50b_a_", - "name": "Pipeline: API", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/workflow-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "f465bed7229a43aa016e131e8b1120f4324af49e" - } - ] - } - }, - { - "id": "6165359a2657b060", - "name": "workflow-step-api", - "version": "657.v03b_e8115821b_", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-step-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-step-api.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins.workflow:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins.workflow:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow-step-api:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow-step-api:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow_step_api:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow_step_api:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow-step:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow-step:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow_step:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow_step:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins.workflow/workflow-step-api@657.v03b_e8115821b_", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-step-api.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Pipeline: Step API" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Pipeline: Step API" - }, - { - "key": "Implementation-Version", - "value": "657.v03b_e8115821b_" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins.workflow" - }, - { - "key": "Artifact-Id", - "value": "workflow-step-api" - }, - { - "key": "Short-Name", - "value": "workflow-step-api" - }, - { - "key": "Long-Name", - "value": "Pipeline: Step API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/workflow-step-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "657.v03b_e8115821b_" - }, - { - "key": "Hudson-Version", - "value": "2.414.3" - }, - { - "key": "Jenkins-Version", - "value": "2.414.3" - }, - { - "key": "Plugin-Dependencies", - "value": "structs:325.vcb_307d2a_2782" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/workflow-step-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "03be8115821b717adac4d79fc315d35b74dc5470" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/workflow-step-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "03be8115821b717adac4d79fc315d35b74dc5470" - }, - { - "key": "Implementation-Build", - "value": "03be8115821b717adac4d79fc315d35b74dc5470" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins.workflow/workflow-step-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins.workflow", - "artifactId": "workflow-step-api", - "version": "657.v03b_e8115821b_" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins.workflow/workflow-step-api/pom.xml", - "groupId": "org.jenkins-ci.plugins.workflow", - "artifactId": "workflow-step-api", - "version": "657.v03b_e8115821b_", - "name": "Pipeline: Step API", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/workflow-step-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "dcac44a01d71a562361e0381f8a5f96af7882f0f" - } - ] - } - }, - { - "id": "b5f5a6d1f790c180", - "name": "workflow-step-api", - "version": "657.v03b_e8115821b_", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-step-api.hpi:WEB-INF/lib/workflow-step-api.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-step-api.hpi:WEB-INF/lib/workflow-step-api.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins.workflow:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jenkins-ci.plugins.workflow:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow-step-api:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow-step-api:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow_step_api:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow_step_api:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow-step:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow-step:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow_step:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow_step:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins-ci:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins_ci:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:workflow:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:workflow-step-api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jenkins:workflow_step_api:657.v03b_e8115821b_:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins.workflow/workflow-step-api@657.v03b_e8115821b_", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-step-api.hpi:WEB-INF/lib/workflow-step-api.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Pipeline: Step API" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Pipeline: Step API" - }, - { - "key": "Implementation-Version", - "value": "657.v03b_e8115821b_" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins.workflow" - }, - { - "key": "Artifact-Id", - "value": "workflow-step-api" - }, - { - "key": "Short-Name", - "value": "workflow-step-api" - }, - { - "key": "Long-Name", - "value": "Pipeline: Step API" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/workflow-step-api-plugin" - }, - { - "key": "Plugin-Version", - "value": "657.v03b_e8115821b_" - }, - { - "key": "Hudson-Version", - "value": "2.414.3" - }, - { - "key": "Jenkins-Version", - "value": "2.414.3" - }, - { - "key": "Plugin-Dependencies", - "value": "structs:325.vcb_307d2a_2782" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Support-Dynamic-Loading", - "value": "true" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/workflow-step-api-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "03be8115821b717adac4d79fc315d35b74dc5470" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/workflow-step-api-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "03be8115821b717adac4d79fc315d35b74dc5470" - }, - { - "key": "Implementation-Build", - "value": "03be8115821b717adac4d79fc315d35b74dc5470" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins.workflow/workflow-step-api/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins.workflow", - "artifactId": "workflow-step-api", - "version": "657.v03b_e8115821b_" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins.workflow/workflow-step-api/pom.xml", - "groupId": "org.jenkins-ci.plugins.workflow", - "artifactId": "workflow-step-api", - "version": "657.v03b_e8115821b_", - "name": "Pipeline: Step API", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/workflow-step-api-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "bb9b9768d1d8700adfb9c5f27d3215b4c0906bdb" - } - ] - } - }, - { - "id": "5ca2b83c51b54140", - "name": "workflow-support", - "version": "907.v6713a_ed8a_573", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-support.hpi", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-support.hpi", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:pipeline\\:_supporting_apis:907.v6713a_ed8a_573:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - }, - { - "cpe": "cpe:2.3:a:jenkins:pipeline_supporting_apis:907.v6713a_ed8a_573:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins.workflow/workflow-support@907.v6713a_ed8a_573", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-support.hpi", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Pipeline: Supporting APIs" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Pipeline: Supporting APIs" - }, - { - "key": "Implementation-Version", - "value": "907.v6713a_ed8a_573" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins.workflow" - }, - { - "key": "Artifact-Id", - "value": "workflow-support" - }, - { - "key": "Short-Name", - "value": "workflow-support" - }, - { - "key": "Long-Name", - "value": "Pipeline: Supporting APIs" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/workflow-support-plugin" - }, - { - "key": "Compatible-Since-Version", - "value": "3.0" - }, - { - "key": "Plugin-Version", - "value": "907.v6713a_ed8a_573" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Dependencies", - "value": "caffeine-api:3.1.8-133.v17b_1ff2e0599,workflow-api:1283.v99c10937efcb_,workflow-step-api:639.v6eca_cd8c04a_a_,scm-api:676.v886669a_199a_a_,script-security:1275.v23895f409fb_d" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/workflow-support-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "6713aed8a573c8e3eea17a1f9b26363dac409d40" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/workflow-support-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "6713aed8a573c8e3eea17a1f9b26363dac409d40" - }, - { - "key": "Implementation-Build", - "value": "6713aed8a573c8e3eea17a1f9b26363dac409d40" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins.workflow/workflow-support/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins.workflow", - "artifactId": "workflow-support", - "version": "907.v6713a_ed8a_573" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins.workflow/workflow-support/pom.xml", - "groupId": "org.jenkins-ci.plugins.workflow", - "artifactId": "workflow-support", - "version": "907.v6713a_ed8a_573", - "name": "Pipeline: Supporting APIs", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/workflow-support-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "bc953a46447bca45d254cbf0906cae56298b81f0" - } - ] - } - }, - { - "id": "052875ce52bb3235", - "name": "workflow-support", - "version": "907.v6713a_ed8a_573", - "type": "jenkins-plugin", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-support.hpi:WEB-INF/lib/workflow-support.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-support.hpi:WEB-INF/lib/workflow-support.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jenkins:pipeline\\:_supporting_apis:907.v6713a_ed8a_573:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - }, - { - "cpe": "cpe:2.3:a:jenkins:pipeline_supporting_apis:907.v6713a_ed8a_573:*:*:*:*:jenkins:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:maven/org.jenkins-ci.plugins.workflow/workflow-support@907.v6713a_ed8a_573", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/workflow-support.hpi:WEB-INF/lib/workflow-support.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "Maven Archiver 3.6.0" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Specification-Title", - "value": "Pipeline: Supporting APIs" - }, - { - "key": "Specification-Version", - "value": "0.0" - }, - { - "key": "Implementation-Title", - "value": "Pipeline: Supporting APIs" - }, - { - "key": "Implementation-Version", - "value": "907.v6713a_ed8a_573" - }, - { - "key": "Group-Id", - "value": "org.jenkins-ci.plugins.workflow" - }, - { - "key": "Artifact-Id", - "value": "workflow-support" - }, - { - "key": "Short-Name", - "value": "workflow-support" - }, - { - "key": "Long-Name", - "value": "Pipeline: Supporting APIs" - }, - { - "key": "Url", - "value": "https://github.com/jenkinsci/workflow-support-plugin" - }, - { - "key": "Compatible-Since-Version", - "value": "3.0" - }, - { - "key": "Plugin-Version", - "value": "907.v6713a_ed8a_573" - }, - { - "key": "Hudson-Version", - "value": "2.387.3" - }, - { - "key": "Jenkins-Version", - "value": "2.387.3" - }, - { - "key": "Plugin-Dependencies", - "value": "caffeine-api:3.1.8-133.v17b_1ff2e0599,workflow-api:1283.v99c10937efcb_,workflow-step-api:639.v6eca_cd8c04a_a_,scm-api:676.v886669a_199a_a_,script-security:1275.v23895f409fb_d" - }, - { - "key": "Plugin-Developers", - "value": "" - }, - { - "key": "Plugin-License-Name", - "value": "MIT License" - }, - { - "key": "Plugin-License-Url", - "value": "https://opensource.org/licenses/MIT" - }, - { - "key": "Plugin-ScmConnection", - "value": "scm:git:https://github.com/jenkinsci/workflow-support-plugin.git" - }, - { - "key": "Plugin-ScmTag", - "value": "6713aed8a573c8e3eea17a1f9b26363dac409d40" - }, - { - "key": "Plugin-ScmUrl", - "value": "https://github.com/jenkinsci/workflow-support-plugin" - }, - { - "key": "Plugin-GitHash", - "value": "6713aed8a573c8e3eea17a1f9b26363dac409d40" - }, - { - "key": "Implementation-Build", - "value": "6713aed8a573c8e3eea17a1f9b26363dac409d40" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jenkins-ci.plugins.workflow/workflow-support/pom.properties", - "name": "", - "groupId": "org.jenkins-ci.plugins.workflow", - "artifactId": "workflow-support", - "version": "907.v6713a_ed8a_573" - }, - "pomProject": { - "path": "META-INF/maven/org.jenkins-ci.plugins.workflow/workflow-support/pom.xml", - "groupId": "org.jenkins-ci.plugins.workflow", - "artifactId": "workflow-support", - "version": "907.v6713a_ed8a_573", - "name": "Pipeline: Supporting APIs", - "description": "The Jenkins Plugins Parent POM Project", - "url": "https://github.com/jenkinsci/workflow-support-plugin" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "5e6f82a5632c801fc9455002ecba08f45fe38021" - } - ] - } - }, - { - "id": "53862966ed128fc0", - "name": "xpp3", - "version": "1.1.4c", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/xpp3-1.1.4c.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:xpp3:xpp3:1.1.4c:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/xpp3/xpp3@1.1.4c", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/xpp3-1.1.4c.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Ant-Version", - "value": "Apache Ant 1.6.2" - }, - { - "key": "Created-By", - "value": "1.5.0_03-b07 (Sun Microsystems Inc.)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "9b988ea84b9e4e9f1874e390ce099b8ac12cfff5" - } - ] - } - }, - { - "id": "346a2a8605c2afc5", - "name": "xsdlib", - "version": "2022.7", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/woodstox-core-6.6.1.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/woodstox-core-6.6.1.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:net.java.dev.msv:xsdlib:2022.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:xsdlib:xsdlib:2022.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:java:xsdlib:2022.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dev:xsdlib:2022.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:msv:xsdlib:2022.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/net.java.dev.msv/xsdlib@2022.7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/detached-plugins/jackson2-api.hpi:WEB-INF/lib/woodstox-core-6.6.1.jar:net.java.dev.msv:xsdlib", - "pomProperties": { - "path": "META-INF/maven/net.java.dev.msv/xsdlib/pom.properties", - "name": "", - "groupId": "net.java.dev.msv", - "artifactId": "xsdlib", - "version": "2022.7" - }, - "pomProject": { - "path": "META-INF/maven/net.java.dev.msv/xsdlib/pom.xml", - "parent": { - "groupId": "net.java.dev.msv", - "artifactId": "msv", - "version": "2022.7" - }, - "groupId": "net.java.dev.msv", - "artifactId": "xsdlib", - "version": "2022.7", - "name": "MSV XML Schema Datatype Library", - "description": "XML Schema datatypes library" - } - } - }, - { - "id": "44f19b6c7d94df96", - "name": "xstream", - "version": "1.4.20", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/xstream-1.4.20.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-3-Clause", - "spdxExpression": "BSD-3-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/java/jenkins/jenkins.war", - "accessPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/xstream-1.4.20.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:com.thoughtworks.xstream:xstream:1.4.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thoughtworks:xstream:1.4.20:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:xstream:xstream:1.4.20:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.thoughtworks.xstream/xstream@1.4.20", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/java/jenkins/jenkins.war:WEB-INF/lib/xstream-1.4.20.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Built-By", - "value": "joehni" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_312" - }, - { - "key": "Specification-Title", - "value": "XStream Core" - }, - { - "key": "Specification-Vendor", - "value": "XStream" - }, - { - "key": "Implementation-Title", - "value": "XStream Core" - }, - { - "key": "Implementation-Version", - "value": "1.4.20" - }, - { - "key": "Implementation-Vendor-Id", - "value": "com.thoughtworks.xstream" - }, - { - "key": "Implementation-Vendor", - "value": "XStream" - }, - { - "key": "Bundle-License", - "value": "BSD-3-Clause" - }, - { - "key": "Specification-Version", - "value": "1.4" - }, - { - "key": "X-Build-Os", - "value": "Linux" - }, - { - "key": "X-Build-Time", - "value": "2022-12-23T23:21:05Z" - }, - { - "key": "X-Builder", - "value": "Maven 3.8.6" - }, - { - "key": "X-Compile-Source", - "value": "1.4" - }, - { - "key": "X-Compile-Target", - "value": "1.4" - }, - { - "key": "Bnd-LastModified", - "value": "1671837687737" - }, - { - "key": "Bundle-Description", - "value": "XStream is a serialization library from Java objects to XML and back." - }, - { - "key": "Bundle-DocURL", - "value": "http://x-stream.github.io" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "XStream Core" - }, - { - "key": "Bundle-SymbolicName", - "value": "xstream" - }, - { - "key": "Bundle-Vendor", - "value": "XStream" - }, - { - "key": "Bundle-Version", - "value": "1.4.20" - }, - { - "key": "Export-Package", - "value": "com.thoughtworks.xstream;version=\"1.4.20\",com.thoughtworks.xstream.annotations;version=\"1.4.20\",com.thoughtworks.xstream.converters;version=\"1.4.20\",com.thoughtworks.xstream.converters.basic;version=\"1.4.20\",com.thoughtworks.xstream.converters.collections;version=\"1.4.20\",com.thoughtworks.xstream.converters.enums;version=\"1.4.20\",com.thoughtworks.xstream.converters.extended;version=\"1.4.20\",com.thoughtworks.xstream.converters.javabean;version=\"1.4.20\",com.thoughtworks.xstream.converters.reflection;version=\"1.4.20\",com.thoughtworks.xstream.converters.time;version=\"1.4.20\",com.thoughtworks.xstream.core;version=\"1.4.20\",com.thoughtworks.xstream.io;version=\"1.4.20\",com.thoughtworks.xstream.io.binary;version=\"1.4.20\",com.thoughtworks.xstream.io.copy;version=\"1.4.20\",com.thoughtworks.xstream.io.json;version=\"1.4.20\",com.thoughtworks.xstream.io.naming;version=\"1.4.20\",com.thoughtworks.xstream.io.path;version=\"1.4.20\",com.thoughtworks.xstream.io.xml;version=\"1.4.20\",com.thoughtworks.xstream.io.xml.xppdom;version=\"1.4.20\",com.thoughtworks.xstream.mapper;version=\"1.4.20\",com.thoughtworks.xstream.persistence;version=\"1.4.20\",com.thoughtworks.xstream.security;version=\"1.4.20\"" - }, - { - "key": "Import-Package", - "value": "org.xmlpull.mxp1;resolution:=optional,org.xmlpull.v1;resolution:=optional,io.github.xstream.mxparser;resolution:=optional;version=\"[1.2,2)\",com.ctc.wstx.stax;resolution:=optional;version=\"[5.4,6)\",com.ibm.xml.xlxp.api.stax;resolution:=optional,com.sun.xml.internal.stream;resolution:=optional,javax.activation;resolution:=optional,javax.security.auth;resolution:=optional,javax.swing;resolution:=optional,javax.swing.plaf;resolution:=optional,javax.xml.bind;resolution:=optional;version=\"[2.3,3)\",javax.xml.datatype;resolution:=optional,javax.xml.namespace;resolution:=optional,javax.xml.parsers;resolution:=optional,javax.xml.stream;resolution:=optional,javax.xml.transform;resolution:=optional,javax.xml.transform.sax;resolution:=optional,javax.xml.transform.stream;resolution:=optional,org.xml.sax;resolution:=optional,org.xml.sax.helpers;resolution:=optional,sun.misc;resolution:=optional,com.bea.xml.stream;resolution:=optional,net.sf.cglib.proxy;resolution:=optional,nu.xom;resolution:=optional,org.codehaus.jettison;version=\"[1.2,2)\";resolution:=optional,org.codehaus.jettison.mapped;version=\"[1.2,2)\";resolution:=optional,org.dom4j;resolution:=optional,org.dom4j.io;resolution:=optional,org.dom4j.tree;resolution:=optional,org.jdom;resolution:=optional,org.jdom.input;resolution:=optional,org.jdom2;resolution:=optional,org.jdom2.input;resolution:=optional,org.joda.time;version=\"[1.6,2)\";resolution:=optional,org.joda.time.format;version=\"[1.6,2)\";resolution:=optional,org.kxml2.io;resolution:=optional,org.w3c.dom;resolution:=optional" - }, - { - "key": "JAVA_1_4_HOME", - "value": "/opt/blackdown-jdk-1.4.2.03" - }, - { - "key": "JAVA_1_5_HOME", - "value": "/opt/sun-jdk-1.5.0.22" - }, - { - "key": "JAVA_1_6_HOME", - "value": "/opt/sun-jdk-1.6.0.45" - }, - { - "key": "JAVA_1_7_HOME", - "value": "/opt/oracle-jdk-bin-1.7.0.80" - }, - { - "key": "JAVA_1_8_HOME", - "value": "/opt/oracle-jdk-bin-1.8.0.202" - }, - { - "key": "JAVA_9_HOME", - "value": "/opt/oracle-jdk-bin-9.0.4" - }, - { - "key": "Tool", - "value": "Bnd-2.4.1.201501161923" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/com.thoughtworks.xstream/xstream/pom.properties", - "name": "", - "groupId": "com.thoughtworks.xstream", - "artifactId": "xstream", - "version": "1.4.20" - }, - "pomProject": { - "path": "META-INF/maven/com.thoughtworks.xstream/xstream/pom.xml", - "parent": { - "groupId": "com.thoughtworks.xstream", - "artifactId": "xstream-parent", - "version": "1.4.20" - }, - "groupId": "com.thoughtworks.xstream", - "artifactId": "xstream", - "version": "1.4.20", - "name": "XStream Core" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "0e2315b8b2e95e9f21697833c8e56cdd9c98a5ee" - } - ] - } - } - ], - "artifactRelationships": [], - "source": { - "id": "(redacted for determinism)", - "name": "jenkins", - "version": "2.461-r0", - "supplier": "chainguard", - "type": "directory", - "metadata": { - "path": "testdata/apks/x86_64/jenkins-2.461-r0.apk" - } - }, - "distro": { - "id": "wolfi" - }, - "descriptor": { - "name": "wolfictl", - "version": "" - }, - "schema": { - "version": "", - "url": "" - } -} diff --git a/pkg/sbom/testdata/goldenfiles/x86_64/jruby-9.4-9.4.7.0-r0.apk.syft.json b/pkg/sbom/testdata/goldenfiles/x86_64/jruby-9.4-9.4.7.0-r0.apk.syft.json deleted file mode 100644 index 0962e9553..000000000 --- a/pkg/sbom/testdata/goldenfiles/x86_64/jruby-9.4-9.4.7.0-r0.apk.syft.json +++ /dev/null @@ -1,98259 +0,0 @@ -{ - "artifacts": [ - { - "id": "56fa2671e3823910", - "name": "abbrev", - "version": "0.1.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/abbrev-0.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/abbrev-0.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/abbrev-0.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/abbrev-0.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/abbrev-0.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/abbrev-0.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:akinori-musha:abbrev:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:akinori_musha:abbrev:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:abbrev:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:abbrev:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:abbrev:abbrev:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:abbrev:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/abbrev@0.1.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "abbrev", - "version": "0.1.0", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "abbrev.gemspec", - "bin/console", - "bin/setup", - "lib/abbrev.rb" - ], - "authors": [ - "Akinori MUSHA" - ], - "homepage": "https://github.com/ruby/abbrev" - } - }, - { - "id": "d07b3528ac7db1cf", - "name": "backport9", - "version": "1.13", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:backport9:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.headius:backport9:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:backport9:backport9:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:backport9:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:headius:backport9:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:backport9:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.headius/backport9@1.13", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:com.headius:backport9", - "pomProperties": { - "path": "META-INF/maven/com.headius/backport9/pom.properties", - "name": "", - "groupId": "com.headius", - "artifactId": "backport9", - "version": "1.13" - }, - "pomProject": { - "path": "META-INF/maven/com.headius/backport9/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "com.headius", - "artifactId": "backport9", - "version": "1.13", - "name": "" - } - } - }, - { - "id": "b11d893b62726552", - "name": "base64", - "version": "0.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/base64-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/base64-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/base64-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/base64-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/base64-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/base64-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yusuke-endoh:base64:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yusuke_endoh:base64:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:base64:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:base64:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:base64:base64:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:base64:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/base64@0.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "base64", - "version": "0.1.1", - "files": [ - "LICENSE.txt", - "README.md", - "lib/base64.rb" - ], - "authors": [ - "Yusuke Endoh" - ], - "homepage": "https://github.com/ruby/base64" - } - }, - { - "id": "41b9e6f0b0683812", - "name": "bcpkix-jdk18on", - "version": "1.74", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcpkix-jdk18on/1.74/bcpkix-jdk18on-1.74.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcpkix-jdk18on/1.74/bcpkix-jdk18on-1.74.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:bouncycastle-org:bcpkix-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle-org:bcpkix_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle_org:bcpkix-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle_org:bcpkix_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.bouncycastle:bcpkix-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.bouncycastle:bcpkix_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcpkix-jdk18on:bcpkix-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcpkix-jdk18on:bcpkix_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcpkix_jdk18on:bcpkix-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcpkix_jdk18on:bcpkix_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bcpkix-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bcpkix_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcpkix:bcpkix-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcpkix:bcpkix_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.bouncycastle/bcpkix-jdk18on@1.74", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcpkix-jdk18on/1.74/bcpkix-jdk18on-1.74.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-SymbolicName", - "value": "bcpkix" - }, - { - "key": "Bnd-LastModified", - "value": "1686552889379" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "J2SE-1.5" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.bouncycastle" - }, - { - "key": "Application-Library-Allowable-Codebase", - "value": "*" - }, - { - "key": "Import-Package", - "value": "org.bouncycastle.asn1;version=\"1.72\",org.bouncycastle.asn1.bc;version=\"1.72\",org.bouncycastle.asn1.bsi;version=\"1.72\",org.bouncycastle.asn1.cmp;version=\"1.72\",org.bouncycastle.asn1.cms;version=\"1.72\",org.bouncycastle.asn1.cms.ecc;version=\"1.72\",org.bouncycastle.asn1.crmf;version=\"1.72\",org.bouncycastle.asn1.cryptopro;version=\"1.72\",org.bouncycastle.asn1.dvcs;version=\"1.72\",org.bouncycastle.asn1.eac;version=\"1.72\",org.bouncycastle.asn1.edec;version=\"1.72\",org.bouncycastle.asn1.ess;version=\"1.72\",org.bouncycastle.asn1.est;version=\"1.72\",org.bouncycastle.asn1.gm;version=\"1.72\",org.bouncycastle.asn1.gnu;version=\"1.72\",org.bouncycastle.asn1.iana;version=\"1.72\",org.bouncycastle.asn1.isara;version=\"1.72\",org.bouncycastle.asn1.iso;version=\"1.72\",org.bouncycastle.asn1.kisa;version=\"1.72\",org.bouncycastle.asn1.misc;version=\"1.72\",org.bouncycastle.asn1.mozilla;version=\"1.72\",org.bouncycastle.asn1.nist;version=\"1.72\",org.bouncycastle.asn1.ntt;version=\"1.72\",org.bouncycastle.asn1.ocsp;version=\"1.72\",org.bouncycastle.asn1.oiw;version=\"1.72\",org.bouncycastle.asn1.pkcs;version=\"1.72\",org.bouncycastle.asn1.rosstandart;version=\"1.72\",org.bouncycastle.asn1.sec;version=\"1.72\",org.bouncycastle.asn1.teletrust;version=\"1.72\",org.bouncycastle.asn1.tsp;version=\"1.72\",org.bouncycastle.asn1.util;version=\"1.72\",org.bouncycastle.asn1.x500;version=\"1.72\",org.bouncycastle.asn1.x500.style;version=\"1.72\",org.bouncycastle.asn1.x509;version=\"1.72\",org.bouncycastle.asn1.x509.qualified;version=\"1.72\",org.bouncycastle.asn1.x9;version=\"1.72\",org.bouncycastle.crypto;version=\"1.72\",org.bouncycastle.crypto.digests;version=\"1.72\",org.bouncycastle.crypto.encodings;version=\"1.72\",org.bouncycastle.crypto.engines;version=\"1.72\",org.bouncycastle.crypto.generators;version=\"1.72\",org.bouncycastle.crypto.io;version=\"1.72\",org.bouncycastle.crypto.macs;version=\"1.72\",org.bouncycastle.crypto.modes;version=\"1.72\",org.bouncycastle.crypto.paddings;version=\"1.72\",org.bouncycastle.crypto.params;version=\"1.72\",org.bouncycastle.crypto.signers;version=\"1.72\",org.bouncycastle.crypto.util;version=\"1.72\",org.bouncycastle.jcajce;version=\"1.72\",org.bouncycastle.jcajce.interfaces;version=\"1.72\",org.bouncycastle.jcajce.io;version=\"1.72\",org.bouncycastle.jcajce.spec;version=\"1.72\",org.bouncycastle.jcajce.util;version=\"1.72\",org.bouncycastle.math;version=\"1.72\",org.bouncycastle.math.ec;version=\"1.72\",org.bouncycastle.math.field;version=\"1.72\",org.bouncycastle.oer;version=\"1.72\",org.bouncycastle.oer.its.etsi103097;version=\"1.72\",org.bouncycastle.oer.its.ieee1609dot2;version=\"1.72\",org.bouncycastle.oer.its.ieee1609dot2.basetypes;version=\"1.72\",org.bouncycastle.oer.its.template.etsi103097;version=\"1.72\",org.bouncycastle.oer.its.template.ieee1609dot2;version=\"1.72\",org.bouncycastle.pqc.jcajce.interfaces;version=\"1.72\",org.bouncycastle.pqc.jcajce.spec;version=\"1.72\",org.bouncycastle.util;version=\"1.72\",org.bouncycastle.util.encoders;version=\"1.72\",org.bouncycastle.util.io;version=\"1.72\",org.bouncycastle.util.io.pem;version=\"1.72\",javax.crypto;resolution:=optional,javax.crypto.spec;resolution:=optional,javax.naming;resolution:=optional,javax.naming.directory;resolution:=optional,javax.net.ssl;resolution:=optional,javax.security.auth.x500;resolution:=optional" - }, - { - "key": "Export-Package", - "value": "org.bouncycastle.cert;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.operator,org.bouncycastle.util\",org.bouncycastle.cert.bc;version=\"1.74\";uses:=\"org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.crypto.params,org.bouncycastle.operator\",org.bouncycastle.cert.cmp;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cmp,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cert.crmf,org.bouncycastle.cms,org.bouncycastle.operator\",org.bouncycastle.cert.crmf;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cmp,org.bouncycastle.asn1.crmf,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cms,org.bouncycastle.operator,org.bouncycastle.util\",org.bouncycastle.cert.crmf.bc;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.crmf,org.bouncycastle.cert.crmf,org.bouncycastle.crypto.params,org.bouncycastle.operator\",org.bouncycastle.cert.crmf.jcajce;version=\"1.74\";uses:=\"javax.security.auth.x500,org.bouncycastle.asn1,org.bouncycastle.asn1.crmf,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert.crmf,org.bouncycastle.operator\",org.bouncycastle.cert.dane;version=\"1.74\";uses:=\"org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.operator,org.bouncycastle.util\",org.bouncycastle.cert.dane.fetcher;version=\"1.74\";uses:=\"org.bouncycastle.cert.dane\",org.bouncycastle.cert.jcajce;version=\"1.74\";uses:=\"javax.security.auth.x500,org.bouncycastle.asn1,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.operator,org.bouncycastle.util\",org.bouncycastle.cert.ocsp;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.ocsp,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.operator,org.bouncycastle.util\",org.bouncycastle.cert.ocsp.jcajce;version=\"1.74\";uses:=\"javax.security.auth.x500,org.bouncycastle.cert.ocsp,org.bouncycastle.operator\",org.bouncycastle.cert.path;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.cert,org.bouncycastle.util\",org.bouncycastle.cert.path.validations;version=\"1.74\";uses:=\"org.bouncycastle.asn1.x500,org.bouncycastle.cert,org.bouncycastle.cert.path,org.bouncycastle.util\",org.bouncycastle.cert.selector;version=\"1.74\";uses:=\"org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.util\",org.bouncycastle.cert.selector.jcajce;version=\"1.74\";uses:=\"javax.security.auth.x500,org.bouncycastle.asn1.x500,org.bouncycastle.cert.selector\",org.bouncycastle.cmc;version=\"1.74\";uses:=\"org.bouncycastle.asn1.cms,org.bouncycastle.cert,org.bouncycastle.util\",org.bouncycastle.cms;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.operator,org.bouncycastle.util\",org.bouncycastle.cms.bc;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cms,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.operator,org.bouncycastle.operator.bc\",org.bouncycastle.cms.jcajce;version=\"1.74\";uses:=\"javax.crypto,javax.security.auth.x500,org.bouncycastle.asn1,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cert.selector.jcajce,org.bouncycastle.cms,org.bouncycastle.operator,org.bouncycastle.operator.jcajce\",org.bouncycastle.dvcs;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.dvcs,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cms,org.bouncycastle.operator\",org.bouncycastle.eac;version=\"1.74\";uses:=\"org.bouncycastle.asn1.eac,org.bouncycastle.eac.operator\",org.bouncycastle.eac.jcajce;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.eac,org.bouncycastle.eac\",org.bouncycastle.eac.operator;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.eac.operator.jcajce;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.eac.operator,org.bouncycastle.operator\",org.bouncycastle.est;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.est,org.bouncycastle.asn1.pkcs,org.bouncycastle.cert,org.bouncycastle.operator,org.bouncycastle.pkcs,org.bouncycastle.util\",org.bouncycastle.est.jcajce;version=\"1.74\";uses:=\"javax.net.ssl,org.bouncycastle.est,org.bouncycastle.operator\",org.bouncycastle.its;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.its.operator,org.bouncycastle.oer.its.etsi103097,org.bouncycastle.oer.its.ieee1609dot2,org.bouncycastle.oer.its.ieee1609dot2.basetypes,org.bouncycastle.operator,org.bouncycastle.util\",org.bouncycastle.its.bc;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.crypto.params,org.bouncycastle.its,org.bouncycastle.its.operator,org.bouncycastle.oer.its.ieee1609dot2,org.bouncycastle.oer.its.ieee1609dot2.basetypes,org.bouncycastle.operator\",org.bouncycastle.its.jcajce;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.its,org.bouncycastle.its.operator,org.bouncycastle.oer.its.ieee1609dot2,org.bouncycastle.oer.its.ieee1609dot2.basetypes,org.bouncycastle.operator\",org.bouncycastle.its.operator;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.its,org.bouncycastle.oer.its.ieee1609dot2.basetypes,org.bouncycastle.operator\",org.bouncycastle.mime;version=\"1.74\";uses:=\"org.bouncycastle.mime.smime,org.bouncycastle.util\",org.bouncycastle.mime.encoding;version=\"1.74\",org.bouncycastle.mime.smime;version=\"1.74\";uses:=\"org.bouncycastle.cert,org.bouncycastle.cms,org.bouncycastle.mime,org.bouncycastle.operator,org.bouncycastle.util\",org.bouncycastle.mozilla;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.mozilla,org.bouncycastle.asn1.x509,org.bouncycastle.operator,org.bouncycastle.util\",org.bouncycastle.mozilla.jcajce;version=\"1.74\";uses:=\"org.bouncycastle.mozilla\",org.bouncycastle.openssl;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.operator,org.bouncycastle.util.io.pem\",org.bouncycastle.openssl.bc;version=\"1.74\";uses:=\"org.bouncycastle.openssl\",org.bouncycastle.openssl.jcajce;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.openssl,org.bouncycastle.operator,org.bouncycastle.pkix.jcajce,org.bouncycastle.util.io.pem\",org.bouncycastle.operator;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.cert\",org.bouncycastle.operator.bc;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.operator\",org.bouncycastle.operator.jcajce;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.jcajce.util,org.bouncycastle.operator\",org.bouncycastle.pkcs;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.operator\",org.bouncycastle.pkcs.bc;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.operator,org.bouncycastle.operator.bc,org.bouncycastle.pkcs\",org.bouncycastle.pkcs.jcajce;version=\"1.74\";uses:=\"javax.security.auth.x500,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.crypto.util,org.bouncycastle.operator,org.bouncycastle.pkcs\",org.bouncycastle.pkix;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cms\",org.bouncycastle.pkix.jcajce;version=\"1.74\";uses:=\"org.bouncycastle.asn1.x509,org.bouncycastle.jcajce,org.bouncycastle.jcajce.util,org.bouncycastle.pkix,org.bouncycastle.pkix.util,org.bouncycastle.util\",org.bouncycastle.pkix.util;version=\"1.74\";uses:=\"org.bouncycastle.cert,org.bouncycastle.pkix.util.filter\",org.bouncycastle.pkix.util.filter;version=\"1.74\",org.bouncycastle.tsp;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cmp,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.tsp,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cms,org.bouncycastle.operator,org.bouncycastle.util\",org.bouncycastle.tsp.cms;version=\"1.74\";uses:=\"org.bouncycastle.asn1.cms,org.bouncycastle.cms,org.bouncycastle.operator,org.bouncycastle.tsp\",org.bouncycastle.tsp.ers;version=\"1.74\";uses:=\"org.bouncycastle.asn1.tsp,org.bouncycastle.asn1.x509,org.bouncycastle.cert,org.bouncycastle.cms,org.bouncycastle.operator,org.bouncycastle.tsp,org.bouncycastle.util\",org.bouncycastle.voms;version=\"1.74\";uses:=\"org.bouncycastle.cert\"" - }, - { - "key": "Bundle-Name", - "value": "bcpkix" - }, - { - "key": "Permissions", - "value": "all-permissions" - }, - { - "key": "Trusted-Library", - "value": "true" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Extension-Name", - "value": "org.bouncycastle.bcpkix" - }, - { - "key": "Application-Name", - "value": "Bouncy Castle PKIX API" - }, - { - "key": "Automatic-Module-Name", - "value": "org.bouncycastle.pkix" - }, - { - "key": "Implementation-Version", - "value": "1.74.0.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "BouncyCastle.org" - }, - { - "key": "Tool", - "value": "Bnd-2.2.0.20130907-154046" - }, - { - "key": "Implementation-Vendor", - "value": "BouncyCastle.org" - }, - { - "key": "Ant-Version", - "value": "Apache Ant 1.6.5" - }, - { - "key": "Originally-Created-By", - "value": "25.362-b09 (Private Build)" - }, - { - "key": "Bundle-Version", - "value": "1.74" - }, - { - "key": "Caller-Allowable-Codebase", - "value": "*" - }, - { - "key": "Codebase", - "value": "*" - }, - { - "key": "Created-By", - "value": "1.5.0_08 (Sun Microsystems Inc.)" - }, - { - "key": "Specification-Version", - "value": "1.1" - } - ], - "sections": [ - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSEvidenceRecordStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "GkHlWz3WFRieJAoIkSBaoFqBrKcLRu8Bm66mrTFeFss=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntrySelectorFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "s72kouvTtxT9AwnN6yNQ9/D7kOZuatdpo7VjNRIWF4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/PKMACBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "rkTGy2HqTVn6Ovkdo1vHxmORUz5B1Yyl4CWkS93yEBA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/CertificateStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "hnvlZC+Tv6xo5mme3uCdh4mnYoAHyksmhBaqsaSTNNg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/EnvelopedDataHelper$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "LOAjISWsQgeD7yqV8HAt8YylZ+Fx0P8uqHjISDamvKo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/BasicConstraintsValidation.class" - }, - { - "key": "SHA-256-Digest", - "value": "9og3S/DkveIqwyjnvrXhPc6x4TgnTtCwlV6ftgJoPEQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/jcajce/DefaultEACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "DOGrpsW0NcgZSk90xmZwfTDAR2azxY2Or03yO5faw70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransAuthEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "F0KWGiyNEONGxZVb0GW/6WOuP3PAIZdw5DrkUYeU6aU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/OutputEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "CLIZP/zHuJ47IASFIF+ZpMwWbiYNElUOS5ivWRgi9zM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEncryptedDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "V4umeyL877XCSN02vpf/f2xL5W/2bYjyr+p4qNuekuc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSignerInfoVerifierBuilder$Helper.class" - }, - { - "key": "SHA-256-Digest", - "value": "SoXQm45noXZBx40fmAAhF/gp/h60d5vOQzy/eUx0YJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JceAsymmetricValueDecryptorGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "FOW1lJ0Zea/7lGZFz08EP7RrWTsGn6ySGUgmgdxa7fE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/CTEBase64InputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "dYQbi6IwVx3bK2ZflEVjkHUHA/7CayM4axDb1pLP/0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSPublicEncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "JqqCsn9tQ9RnqurRVLZSktbFxewH7ar7XoDM6gG1Dvc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/CrlCache$LocalCRLStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zq8o5PvihTHn+K7Sz9aqhDFPnC4XZS48+ae49DKF6f8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/EncryptedValueParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "CMJeeXLqW4tU+6S10oejOPVI1xpL9I2rrtZ7WUG8qeA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/OCSPUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "n/W40KfhvQ2Wma76vEeA9JoO+f1p/R/WxR9GqxKpHqw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTException$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "i7YPe5rL0BiJOZLoAsW55Xilyw9sh5HRmLG7cbg93ks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/jcajce/JcaRespID.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z1IHpl1P6e3sd+g1QxVOP2kn330hsGe12zBARgUb8gY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCS12MacCalculatorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "DZV7FVY6wr0EFZIxpgcUiXmmqnn4FUe6+BUh7hMIy2o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "Th4aDf83nVO+zf6vcyq5F5wQ/NrRagVW7ERRDx3z0Bo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcaPKCS12SafeBagBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "JyTN9RDArkCLi98iFD9Ry0V/streWkS6O1brJb5YUkY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSFileData.class" - }, - { - "key": "SHA-256-Digest", - "value": "QYdkazMAvxiGkDT/14I3zdcKCloI8+m2u23nL6w85vQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/EncryptedValueBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Njtnubh4QNVguX2OWBWgIUdrYu93B28HD/isNXgQMYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/LineReader.class" - }, - { - "key": "SHA-256-Digest", - "value": "8BEl6vnKL+TQaasdn2496IWv8o0g1XCiCC7+tQD+WzU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/PKIXCertPathReviewer.class" - }, - { - "key": "SHA-256-Digest", - "value": "6nTQ0Vlqly54Wmo4VzGPr0BMlbUjErqVe+M9ZvNTopU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS12MacCalculatorBuilderProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "SKQXewihxomQyJJiI+AFtWnilA5Ztr6EJXylmm240XQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSValidityPeriod$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "vLNhnL7pALZNl3vOiRhU+AqbV2YvYkL2ezYP0lMe9gY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/X509CertStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "zofzGTnx/8kG9cXebmNZQ/Ao83aqUk0P6uS53kqdViM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSIRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "eBaChXtrJZ8SNqgQQblWKeCrKdzY4LzPwEggYKWvuRs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8EncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "kKTA3Nag94NxP6ZKvufZv+mysahuRBo3xGrJiuX295Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAbsentContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "51zx8AvJmxiSSim/G+TB2q1XpJ9mEMrpjcNX0Ajnp38=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaAlgorithmParametersConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "alqpiwHcYgZ+RoJviJ3DU0Ey4WwaZF3lNO0xponaT28=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaDigestCalculatorProviderBuilder$1$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZvgGplM2CdonncI1VcGPFj4R7LrRl7lswbgg4G7Kcq8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcAESSymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "MelIn6aHjJSrPoNNeAw0uzsRT6WE/GBMbHf5Hnq0koY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcAsymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "TvCBylEcJfoJTW/dC7L95eD13Nbzqcz6XdrVQ17THY4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/X509RevocationChecker$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "r+9w6dwegYDwxiNxILbN/IVqWR/B5ZTUmj6YeAWGU5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampTokenGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "CgmSsrQg1N2V7Y2oE1T2ztrzAB3VOwD/EDFJvIB69H4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSIEncryptedDataBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "F1eWnKsQNueBHxabGgtJzZiaxakWCO9+GAkG8eAKWYo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/ECUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "e0vdAGF3ltmxnk0wGmsmKp7TSVNxoXPc/G6WDS+ZOOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/DefaultESTClient.class" - }, - { - "key": "SHA-256-Digest", - "value": "MquQXAjioYpFgMcY87cc/P2jxFy/5GeDcnCtiyr9FqQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "hduN7SRzIAgtfdntZBaGCJPkl15tNCcaVvE9B0vbi80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAttributeTableGenerationException.class" - }, - { - "key": "SHA-256-Digest", - "value": "X4HzUYMDTQLbCq+dIqRGdbD32t5VCp6fnapPToNwr7c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSISignedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "bHDXXvG4Os9dRkpRt7ny6kPkipw5a+s+c3OotQyvN98=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/OperatorCreationException.class" - }, - { - "key": "SHA-256-Digest", - "value": "ywEBwmemjQgDryD+ZR8ZkGG+ki9+shpb+/mww82ZR2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TSPValidationException.class" - }, - { - "key": "SHA-256-Digest", - "value": "NQ+2Dt6AbgMrxNDxJxeFg0GH3zb2attpBvqw5daoqcg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$22.class" - }, - { - "key": "SHA-256-Digest", - "value": "OBW8mcqmkW508pubTizfar2/ap5HBF2tTht1dt2Mq0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/CCPDRequestData.class" - }, - { - "key": "SHA-256-Digest", - "value": "J4ucs8wR1bd1+OKCEVtAYUN/d6uIB+67XZEOh1Fhuow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/cms/CMSTimeStampedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qPlrNiX4zwGQK34kYIT4BgS2szRvN98HvafvFChudWo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSPatchKit.class" - }, - { - "key": "SHA-256-Digest", - "value": "Szu/2gOZW/EH/VSQVlO0bBYnm+JYIi/L8Fte+Bo7PUk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/cms/MetaDataUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ei3HaSn06yJXeoxeFW9wOd61SibzmxPN0BCdrC5CNGs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceInputDecryptorProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ila7aWYoUFq1kbnzpQD/ao3usaPwNRQVPyo9a2u4mqA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/jcajce/JcaX509CertificateHolderSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "qsmeorfCAlkKg+ZeGkMCdslBHaGKznuEyxAoNX6XVYA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcePEMEncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "5kojRYDPGX9bPLU4rKP0r0ROXI68FuWjuNAVeVBik+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaX509CertSelectorConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "tIwG4BBxPNkq0F0IBQkDN5/Jtney3Qr5FKhMPqt4cj0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "rTrqfyNbGeuW12f/I0+RomtupNK/JdEmdA3r3QBl6ow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/MessageImprint.class" - }, - { - "key": "SHA-256-Digest", - "value": "dVlDeODySGsivHNIWrng1PUqFflq80csp8oMfncTE08=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/OCSPException.class" - }, - { - "key": "SHA-256-Digest", - "value": "7jXm8mwOcr0KwV7LXiwpwPPOUVugOsTjkDSeSnD5LRY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentVerifierProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "EFKUhPmCQwRnp1WuA6wFt+j1S5dUc9nzZJDOU/ADVLY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/MissingEntryException.class" - }, - { - "key": "SHA-256-Digest", - "value": "EN3KpVCK4A73QMy2K2xqmc5c5pdJqb7lSgYoRwWe+cM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/NamedCertHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "QrjoGJrROwlDGIZG0RaEycalcDFFj3U/Q0cEeZqdKv0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSecureReadable.class" - }, - { - "key": "SHA-256-Digest", - "value": "DBnWcdgbYP0i3EBvuhkMjC4+dgjFzhKV7iCxcUWaYA4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeAuthenticatedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "G14kTN4smhG4Ue7ekHuSfkd7VUO/axcu83qhcUs/D80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/SSLSocketFactoryCreatorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "DxOiHM2DYYMo2bWXodnSZ9HrZtRVWrOQ3rxgSFLR7hc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEMKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "aJrbQ0tDa1ZPCWGH/D3all7yBDHuugBzdsuNhFZxebg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeRecipient$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Nkdwqtk+a/GI6SeLFn/tTQ3iCunwLIbuAhay3BndHU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMESignedWriter.class" - }, - { - "key": "SHA-256-Digest", - "value": "oEnVO2WqIBpIo02Y7SyWNq9If1ZT+mvfQS75Jf96Jjw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/BasicOCSPRespBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "GExP0GbcCLsywYRk6qk3cn404KWdsNyUaW6zyZwkR9M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcaPKCS10CertificationRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "P8LjRSHP+7m1JiYZHBhOflduHPQ2rK70K0TXHd/RxUs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JcaPKIArchiveControlBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "mDNPIpu/sua/vXbrMqWWygK4GkxAnDrvCt5cRSctopY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePBMac1CalculatorProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "l1Phgt3jQn+g3OMvM7vJTxVpxqEOn04rXAXZjoF49ME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/CertPathValidationResult.class" - }, - { - "key": "SHA-256-Digest", - "value": "KjXJ8+axjyJgrBwwQmSHVt4Ohbp17MCh1Z/dIGFi5WM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/cms/CMSTimeStampedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "8IFyE3znquzT1Ywjibl9xLnHKgXAJjfvVwo37h6PSBU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/PKIXNameConstraintValidator.class" - }, - { - "key": "SHA-256-Digest", - "value": "8wuK+SmyPcEyyCnGZax0afoOGa7Rsk+NrSD1gKCFJn8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$ECDSAKeyPairParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "bnn7l1urlixvxf1OKXY3aVJ2W5leksSzT9Y2yTvTGXc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSCompressedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "KrTEx9zE/YZth6meE2tt8xMakIqZedwntDvIYy7kJHs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TSPAlgorithms.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Og1Gf9+X2mkyLpqj3kNskdvF65ET3t+sZ/k0OrGvU0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcKEKEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "ekEqoGMJs2wdqlVw5ABcyjtl2rIvFoIsZoK5R+WYTVg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcRSAContentSignerBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ADvoq0oVppCVZFO0wiPeL4QZigbsm6M1JJbpsHjXc4M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSIRecipientInfoBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "V+30oV6gksK2BkA7WjWoBarZZRTVannUsrWpwBY3kLw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/HttpUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "L+sT4SNb2LQUgIuNa1Vb2pH/CnKRAamSKM0ar/fA5js=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/MessageBundle.class" - }, - { - "key": "SHA-256-Digest", - "value": "j/z+R5865IR5Ne/LW55GxFeqyZL1N7tL6nRZhirpPSU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "leg3Oamosj7kZA7oxrKxVsf/j+N8bQqYBGXYrLFPTfE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/SubjectPublicKeyInfoChecker$Properties.class" - }, - { - "key": "SHA-256-Digest", - "value": "tERmgPaGO1z78/mgIKDu80rsIuJ3ZOq0lgn3YicGB+0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/EnvelopedDataHelper$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "2WX+TxpKTYibv+SB+GxUcFOg1skJNVyQPN4DiJVl8G0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSArchiveTimeStampGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "P5pW2W5BZiaJ8kzAMS+YZ5Frb01NW7+6YYwyc8ZrOac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcCMSContentEncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "4K+pSYQiFirm4bd0fPv7OsnRHoE5oD8Nq7zos+mEzqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcaPEMKeyConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "kpN9x5CxePNFBsXuOc9cGHNaiDtTlfJ/oZ4Tf3ecflU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntryFetcherFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "+UoUDxcD5yVqHdbof8+DP4QASFz0e5GR8V+gUU1ELsQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSArchiveTimeStamp.class" - }, - { - "key": "SHA-256-Digest", - "value": "RbFknewbLX52EE7xmZfcx4wKoRTIHtK6HkOaaqVfW3M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignatureAlgorithmNameGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "SAcNBucMmYebPvLCecT6Auyl85MLHbmPRDcuxb7a13E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/EACIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vayg7pSduXDjGz8QPaP/nAr5H6aCdp2zrg/4lMyq1+s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/EACSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "jF29EZqiJMinQKWBbQrN7Gzy9R+7/iiDzVLXYu2O3Yk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceGenericKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "88OzKTzap9iwKsSWjm8K7JFjWemXudz4Rm+ZBOyjsvI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransAuthenticatedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "nu71cgtEUVllY9H0QGacmnNAJUGi8rb1b962Ewtvhhk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/AESUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dnb9eSkfY1yTqI0OZXbLm6ZTOPL1+aYUHF8IO4HdMPQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/Headers.class" - }, - { - "key": "SHA-256-Digest", - "value": "GDvwK/7TtqLjU5qyt90vzPdMuxB1JBHYTkYU2BjB57Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/CertPathReviewerMessages_de.properties" - }, - { - "key": "SHA-256-Digest", - "value": "HlCFq4DkFVZLT9e0DXM2HImoG+psbyYIsD65AP0Dwo8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/CCPDRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "n5sseupPEPD2HpZvgLfPdMFf1fxE6XuKrD1InF3RlgA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$KeyPairParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "+hSA60Ee4MfzF2EA159We5nF0hcFLIpH5eeBYxbsR94=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/HttpUtil$PartLexer.class" - }, - { - "key": "SHA-256-Digest", - "value": "qJ1mKMmbU0pUu+S8uYutJW51lrkwaMfKAcOB+68g7z8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMEEnvelopedWriter.class" - }, - { - "key": "SHA-256-Digest", - "value": "baCieslkTSxweAgsVF2ewWzLpDkzkKJGLZSuE1ppC1c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/SubjectPublicKeyInfoChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "jsK1jxgKCNMmRcCQr8FPV6uXUN3zy82PTbmrg4fuYYI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JceUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "C0mn0Ol5OGkgr1XSQbKd2Epy2V7y4b8mxZC78SEMjJg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSContentEncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "np6lBKbe9WO3NBSNU4G42UNeKaSWxf130fV/oLa1SnA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JcaEncryptedValueBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "wHWZn+5lGJTbhVNkkHUqSbzBkUdRMTw2Pe+Za9VYuok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSProcessableInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "WvbXpxlRw7yJvH3b0BMFiGEDtpIeXRkLZfJ9aUq12Z8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/DefaultESTClientSourceProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "j94MxoJpMqYVIJehGjOpOH6S3Wt7Ha5JlMcYlRQufRs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "3WQ/TX2stYISLDPs8axrQ3w75GFJ2lpMbMXSaTiQ5/k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509CertificateConverter$ExCertificateParsingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "uXykiQTZuaVm/D7YV0yK9zcRBl2eHUhjN2iyijGq1jA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/JcaEACSignerBuilder$SignatureOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "dm+E2+hirc9+1YHNb5i7GkvSmpTABW/6zwH5Juo+J08=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/DefaultJcaJceExtHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "isp9CKGRMJx5cwsFna9ZyQaFVVXznsyUABnIApbYg2I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "1abjoEkaH9veHr/Hs9t2JZBlbNq9D4+c7TdTyQ2CtIg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/DefaultSignedAttributeTableGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "OwIeK2/YqCqovEhhX1LiWmwjLPEeKkvZjhpGXV1uiuI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8DecryptorProviderBuilder$1$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "TCq32UllEaS8ncMiaBTuXHYrSjF6rHPcDb2Vygh9GTg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/bc/BcX509ExtensionUtils$SHA1DigestCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "EsgwO9TDoAovJylIVkx/+99zmMt23UOEWq0kbLnkm70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "DgyUE4O6vcg1vSvmr5LGoAvl0pSZwXwoKjVzIG/4fs4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedDataStreamGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "r4Dy2EtermmOfE9EmyKnGibaGgtQeOueOFSTfIUKhKE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcPasswordEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "QxRyc6dRg1f54Cwq8VKPV1+B2VgiqEGtEY+hZxlqmD8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCSPBEOutputEncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "H5p//4HWz0FAYA7Ay87jtRa2qmkD40JZcLKmAg0ToEk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "cPA5Fs//KXQw4WVDadlxu+bn1pvj1xWcvWayHtuOGW4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateRequestMessageBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "nPLGk0r5eijUDE6n2U34GnTJXvmtuenaJEg0jQTqbDQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "tCAaC0794gz42eLOMLqlBcZiu2g0ZfyH9dj1XdTjVNw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS10CertificationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "cBe9WtXqd0+hWxoAFg28ZI/r/kEZbqkXMjGXBL2Os3Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/bc/BcPEMDecryptorProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "kcIwlFhRO2Q3q3hY1E051TCoyj2GKCplRRdCs9r7/DY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaDigestCalculatorProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "af5X7ruBGMyIg13+oMPvB6PcdcB1lyYco4dCaHFfdnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/operator/ECDSAEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "EfPjgRseCvZ1KIj7sCK+SmrZ3iGrLYclRfO+hdfPhyY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMimeParserContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "hTKq3PKC0CWkPq5I4LfH00LbW6FKjSsDsZ0J7/wtA08=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SignerInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "G3ZScjQJZ1u16WprL8UDaY6UD19NT23jASA2DzDoHAw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/ErrorBundle.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q/nzwzv5cEzTsHLhg31fUyfWHCbVHqX01r5rfTOG5lE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/ZlibExpanderProvider$LimitedInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "oxMCH8auVoJo1YgRnkRAIpT/eVicAaQYwGV86NHnt60=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSignerInfoVerifierBuilder$NamedHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "H3LxXNW/ZfNpnOkWjnnrMZW3yb5t8fl6kUeRGZgHTKA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "uVQocI3Rz8cfwRh6jP7QVjXAhquFav+pJZI4pfPxqlQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/encoding/Base64InputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "pxU0aMJ6lCrmQGTcWcU+Ca211nlpVNwjmRyKmzCe6lY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/AttributeCertificateIssuer.class" - }, - { - "key": "SHA-256-Digest", - "value": "bL2SDKKaKiFgubL2c4Eoc75rsdoCFMIMM9yuUV2o3C8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMimeUtils$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ny67LZezg/3VzMOLG+Ccw49AxgOGojd+SxRGUYEyO5s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcRSAKeyTransRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "9Vk9826E2YNq2LyqqaoCdPRzTpdGKbMxppSu5+DzyyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/AsymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "p4DdoVfpcfB1D5vw9QOW/qCLMh6i68XWGuzU+HG4x7c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignerDigestMismatchException.class" - }, - { - "key": "SHA-256-Digest", - "value": "2YG8iy+sOwhAgXJbdEeE/DcJRmKUHyVSXPynRJK2KJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignatureEncryptionAlgorithmFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "2DPCgz2CmC7sfvejZi5FbjVTAOYL/jjuv2gmkTdEdNo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "gNl2i3VdU0kLlLipIRPUgEjjUV/9Uq8d519YLOAl+Hw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/SignatureAlgorithmIdentifierFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "iRRfV7oVQ7ZORka2frCwc+WCSisoSMwa6N8vtehRNws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$PublicKeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Okctlmk/Ny/U4acPuhFclaad/HePBtbDVTwJDQQz8c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS10CertificationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "9MNoL/R71xVQr0euWbKnSEHohNBryCZ2HhTNtmKMc5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/CertPathValidation.class" - }, - { - "key": "SHA-256-Digest", - "value": "fEiep48ZEDIALSvC0NucA1Yc24aB4t2XaEEojuc9VdM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/BufferingContentSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "s4BsCnpgRcr/7XM303eE7mMgoBgEQhA6Ft+rWS3SCmw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/SubjectPublicKeyInfoChecker$Cache.class" - }, - { - "key": "SHA-256-Digest", - "value": "grWqy3uHxrEEmpYtwQoPqhMMQD+aCJOoChCuCKpDvBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/jcajce/JcaX509CertSelectorConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "6skanK+7yoNvsooRI9ftzFphz7wSXOIutzA1aSGzi7s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedHelper$CMSDigestAuthenticatedSecureReadable$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "7i1v8sTY1/h768ma8or5qpNc1/NYDwP3eIRpaC44rxs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/MacCaptureStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "fCKl6Mz0ac8DOGr57Sfpms6UW7jyFgb46/S9wDI8UAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "A9aK3zqRocGCG5RwZ+SoPI2dgd7VpXZTNIr99lC0Gmw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "wL+C0PBj96Eg7R8zqwch2bw+OCpm1NGccZgTLSB/9OY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTSourceConnectionListener.class" - }, - { - "key": "SHA-256-Digest", - "value": "qrqY4uV1E2uBNCjwI0w7hlmxP6ziOD15f6C4fcg6sVs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSConstructionException.class" - }, - { - "key": "SHA-256-Digest", - "value": "CDVKXYu5jaYNo8vZMpvDxeLPE7pkc84n8UmaUdcqN48=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSRequestData.class" - }, - { - "key": "SHA-256-Digest", - "value": "0eu5MDXYiSEDnvjZ0I4j6Wj5+zFtYuwvDQxi2O0huMY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSEvidenceRecordGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "3umMqIXpeNMTHKQgZnv7exJZaOM3yjeEay0vvQtOHB8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaDigestCalculatorProviderBuilder$DigestOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "voGMV+goxuY2IBa378wt2ANtPjo3xPA3rMMl5Lrgo9U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSPublicVerificationKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "53RZ9J3EBOlUubb7YT0P+f9Y35sZpSfUSFp0vHTZ19Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcePasswordEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "lHvbu0O+t13ffc3qFjbb19qtA15PIYAeCQc+Y0LWa2w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/MacAlgorithmIdentifierFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "idFTfRE1bI+evDojPT7y0bMuO7SHbqvFWjSXOUQDVLE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeWriter.class" - }, - { - "key": "SHA-256-Digest", - "value": "nRp8M3lgGfaMOQbcS8VHZ8k9/vgJSTbhEJ1qHiUuWP8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/DefaultESTClient$PrintingOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "9K5ZTJ/OJeu+r8m4lmkkLQY0Cv9l+lexM+YivNSEkyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/VSDRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "WMCdK5myHDAJdH0UtqDZn+K9jUmVI4NfKHZ+t0t32Pw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/jcajce/JcaSelectorConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "MZ3G9HqaSKeJpfShftcuIkMxycWDbVj1PYVOMZQkDII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSRootNodeCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "5T+O5Kw3wsULASZhIjXgdbqrow4HJ5p0CKS5Ycdblbw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMException.class" - }, - { - "key": "SHA-256-Digest", - "value": "IbVFJ1VCJIXy+qsxnOi12h5TyhmXfJu5i5+sTPNu/Nc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/RevocationUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "WzWCLp81U3Lq6RxEbb8OstXmyTlHkYhao5mlJ+B7zyc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/TextBundle.class" - }, - { - "key": "SHA-256-Digest", - "value": "2Qo7JsUKnN9A8XWGHo31YWZmvMQbJ79WCEccHPEWAvM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/ZlibExpanderProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "hsxP5ZcFWyjBHZwzYzqfxf6CWqe2RxMjoj6sG6X6jpw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/EnvelopedDataHelper$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "c/aV57hCog1QyjRrfDtQQ0dfFhLagvZ2y90i1Q7omHs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/EACSignatureVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "sC8iDgLVq882Pt89IAgDXNQs+VVKuFY1BPs5RdvP++0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/AsymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "l1oBHse0BO/ww7lGc8qJuFv1JK8Jk/Z5b49o17nQ1J4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/cms/CMSTimeStampedDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "FyK0NIQ/4Enm5iIwvAehu5vQxcTqmChzjlGjsqzAa40=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/HttpAuth.class" - }, - { - "key": "SHA-256-Digest", - "value": "3fUOBthJi0r5phuyb8tTEyhnu1pmzf4hYX+3X1IPsKM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/BinaryTreeRootCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rh15GXnaM9XUe+uHnt4kHrtAewiHLtqgkFJAwiWfLU0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "v3nPuZhlaEi//vlr45mbr4ZCIYFm2ZdXii0inPAb6ZI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSCompressedDataStreamGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "nDAUmNsevI4NUb19OgJnrRwtfD0+x6KCBVCCJ6lKZaE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDSAContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "RWG3fP8R5oq6ohDDv7oiGgMOQHzp54zfUnLQ0lW9KUE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntrySelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "bkugMjy/B1BR+ehX/ZtxdWRxpB8pxx20sMW6n+EZGXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/jcajce/EACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "9ofDwlYPM6e00WET9jz/ekmRHQZny5CJF2ddyrtczUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcECContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "62OByuqXyJB9pLJK6kAk85ANbjYOOZQXYFkJs4hp0Jg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JceAsymmetricValueDecryptorGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "f9B9JOr5fI2B7UK9E6IUDR1qEhmRLAA/JoySqn7rrUs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/Req.class" - }, - { - "key": "SHA-256-Digest", - "value": "n3EyLzdZK/F5uq2/aBW4I8ys1OweO5LJ33ZGn+jkGRo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceETSIDataEncryptor$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "nZvd0loZE4sEUr49ATlwatioG1+LM4OvFDn25RmFhWc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSContentVerifierProvider$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cd+GrLuFzgm8nc5rAqSqPI8356cKeEG4mDa7bH4aBx4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/CTEChunkedInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "SBjVLMw196wiJd/pX9BJbcfsibhqPvmPziuaxn7QrkM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "+KWJfqA69aVFmxy3BLYYiho5RBXNmfo7phlYN48YRzg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransRecipientInfoGenerator$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "9zPmNzTFfPKPvrLPyHg5qZZ7atKlWWXUlcZcH9T33IA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JsseHostnameAuthorizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "cDaFRauHPZRvlvFKJi0xO3ZluM7V1/Pv+5LzMu29kic=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampTokenGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "V3uxoKjx3k89035b2XbyEf2KTRKd2okKYF3hIK17IuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "8SZaoGmlPApb0RTlbOD+p8g9PXQCv77QlMsULr6IZZk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/PKIXCRLUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "j7vMXuPXs0uIhagnMhCPygPS8ccfpJ6dUwQrdFYU2lE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/Recipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "7gRXcIWNaOTiRtg2zeO8kDugwvMNctK9kcJF/toIn9g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMKeyPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "dfKfS1axhT4yYlkDMJeuLNhWeu+bQoBjDUQoUSfU28s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "+wtPLNpLSY5xqD0qf/aEy2JX7LdyV2u54qO01IWGGuA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/RecipientOperator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZkdtBaOkqw2B4m0cnVqj9e+Yq4RD5EjBgwfKTUj5N58=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/InputExpanderProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "OnqTO20zO6q7oZq95a/hH/m26jsE9rUMHRRwOqh5oCY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JceCRMFEncryptorBuilder$CRMFOutputEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZA1yv8Tsg5bCRMWj/0eJN/uEir0A4Qz6/qYCFOhYHfA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/ContentVerifierProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "A3GHa4nJQqC14rqFpmVIHp7MORXQoxQelkuGH6hrOgs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$AdjustedXof.class" - }, - { - "key": "SHA-256-Digest", - "value": "XmVMgwoW2L/YGjdMjWSA3cMCKfx3och8YPKHp1Oj0Vs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/EnvelopedDataHelper$JCECallback.class" - }, - { - "key": "SHA-256-Digest", - "value": "LVil+I9QBvevOdroqb3pNnSso8/kw+SxsVuPy8o46xA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCSPBEInputDecryptorProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "MEaLXQtKFUgdEh5trLfc9/lx5Q/9W1JeT5pT93/fH8c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/CertificateID.class" - }, - { - "key": "SHA-256-Digest", - "value": "WXhqFwtwVMa3LaSFVVhnwyS9QaGIHzL22Y48dz+DTRA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/PasswordRecipient$PRF.class" - }, - { - "key": "SHA-256-Digest", - "value": "jr3uU0B7POtgZew9jwWtP22U4ey1tjDiXlWmgiMCU04=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSValidityPeriod$Unit.class" - }, - { - "key": "SHA-256-Digest", - "value": "ub1ExPKCesuQEp7HcSmEUd9ZbGZNxbdvaB/v04lvJjw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/cms/CMSTimeStampedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "X4et3DAG8ufnXZzsyYq5WGddwQxXg3atRggfK+K3UJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/MSOutlookKeyIdCalculator$GeneralDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yu5D2P+11WuavjvajrptzCjmdhs9qtnbgGUf20up+T4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$X509AttributeCertificateParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "iDwZ8uKwwdi0AjoyJbNYORfCnAyVlfqCHojXHnzBJCM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/X509CertificateFormatter.class" - }, - { - "key": "SHA-256-Digest", - "value": "LYLNi69jtEyhurfFuV2leDh3+vlC/+a5pqIP5Vfw+jg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/JcaPKIXIdentity.class" - }, - { - "key": "SHA-256-Digest", - "value": "XgIClRlgUpK9soHUgHznnDmVV2CPuUTOwSTLvAKHMBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthEnvelopedData$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "fV1RdOQKs2V/bHfxoZC8TYA3TpkaVU89APm/5Qgi9E0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/CMSUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "MB1WyHzlwfwb5Cz/1HAszEzi3aZObZ0d2zuTzW6fNQ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSCompressedDataStreamGenerator$CmsCompressedOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "QQjg2usULSoBwctHj4wuKZM8/XyGcZVHZMFXI3cHUx8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/OriginatorId.class" - }, - { - "key": "SHA-256-Digest", - "value": "9cez+H/9DQC3PjoBK6VWOb2uW9NrI8Wt1v0qsr1PDek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/X509AttributeCertificateHolderSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "IxZwsWe9K8sHbYTgffmGRRTzmR3MvWGWLGtDrd7HE8A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcaPKCS10CertificationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "v+MDDy3sSuqZI3dQqk7/JNXwLFDg19AD8TJq6y7YQ/g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/KeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "mZI2bPc3fIU80yTocQ0IjigpiysDcHvIuj9yZy4qYzY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/CertPathValidationException.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ab3GkwVeefBwlbyuqUANO2qcfySMnVampEgHUrPioWw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/RecipientInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "IMS0vC4PudPv0eGweu9sD537PbQS01w5KrrKIsjRb1o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcSymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "qq1A60gffIkSwAzXuSa0pBa1mnQiIjRbmSiJAPJo6SA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeRecipientId.class" - }, - { - "key": "SHA-256-Digest", - "value": "1nxa3ng/xdT6NYm/ZjLQDJwn6q/ebOMtGAPcMMArbVI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/JcaEACSignerBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "PRcAonfBJjFKzv0xMlebGr928swgNiz3C5p4z3sSWVA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DigestCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "+RXKTmQ3kIkg6SIQF1zgT3SZVFMTXsy7IZncozensu4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12PBEInputDecryptorProviderBuilder$1$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qvLM3AczgNGRuI5U7dDABK+9sOH1Rvw0AvVRcNUtlCc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/EACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "AFj1Y8yNb2B4dQijUxcTsqRFxExwiFnVQhAhWGQk70Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS12SafeBagBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "R52tjXxirMKeh9rxt5I05+2Eg+nqf3GV3Q4eHsgY6PE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/jcajce/JcaCertificateID.class" - }, - { - "key": "SHA-256-Digest", - "value": "dToXhSsR9/O7PDru3C+RRBxVIA14F3tAzSjlrgJhYL4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSCompressedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "htk9yYP230I3M9SB9somkDMRs8KFsrVoQDeRt0b32UI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSignerId.class" - }, - { - "key": "SHA-256-Digest", - "value": "l5BZBwGbzb1qMlgBEsw2fRnX+Uwr06VnjVKiKwn4kss=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMimeParserListener.class" - }, - { - "key": "SHA-256-Digest", - "value": "fqj8k15u4iTbNX6cPDssHC19++Z7+NAhhJS35JYFgv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CRMFRuntimeException.class" - }, - { - "key": "SHA-256-Digest", - "value": "wExTRPvCOenLqMO3EFQUFCxmYk7et1hnPixty8lUhgo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSArchiveTimeStampGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "MUYhQZug1Y1iRupAHxX2Y+lHDetGUVrM8iVav4G0K/s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSImplicitCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "k6W0OEIJp42nogj60aZmVKKl9e0++p4kPkWxJxXEhEg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/IndexedHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "273z1hac3wGZbxhErp3Jjt7GtT/5nqkzjDFHxIhUF84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCSPBEInputDecryptorProviderBuilder$1$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "y22wS6wFN51tieh+SYSQPKx/OaFdS4kr1DgCnFmkd8w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/ProviderJcaJceExtHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Bms3IYHN8h2uEB6LM+dWMp3++jFm33Z744Ixd42yT4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/ClassUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "8TNH0RXEZ2C2cqXsD5fl9skd0kykisaW0CaJujZfEIE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/RevokedStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Y6ekKpdoLztLqK35f0pzCEYlJus8lHg1EHQqZY/xD8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcaPKCS8EncryptedPrivateKeyInfoBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "LcVhSOyiGJwvhia0uq7iogykZF9UJDD8IBB6TG2j3sM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceAsymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "fKRPhiPnyJw32qAbKAZujEPOPlbanbdn3zCDQEiXyVY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/CMPException.class" - }, - { - "key": "SHA-256-Digest", - "value": "zb9nWDS+NcwmhqYi8+dGIpuj9P0iSR+cL/Rc1lTjndc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/jcajce/JcaBasicOCSPRespBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "MWJ9TUl8jsfg7d3BQiu3Nt2ayic04A6BVlATlZwMJxM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SignerInformationStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "ajsc/9ul1JSLCqzlWANoliaNjAP+J+P96hMp4j9fxTo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampToken.class" - }, - { - "key": "SHA-256-Digest", - "value": "bhJ1n8RX10IUCmawzh3yduOMtk2LDVcE3x3UByD6JGc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEKRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZFiAeiyfgNMEhtwN0KFMu42+jxcmBKy3rRMhMOxjb9Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcaPEMWriter.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nf670wHxuPTo4Uws/GhWZNb+6SQVtApy8aPXY4cZ+vY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/PasswordRecipientId.class" - }, - { - "key": "SHA-256-Digest", - "value": "xTEtC5Wa//hlsP7Erp2f+8qhnKTBw257F8jO3AKDvZU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "UtlrIcQ44enhwL5r1mVk82o5TQDH3zUHeWoi0O7uBVA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "qlO8P700rbhnGJdyKaO/OQ4WIYHcn3Pn7bfF3yfaul4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/CRLNotFoundException.class" - }, - { - "key": "SHA-256-Digest", - "value": "Uym6iJhI6307FpSnFyLFrX0OMbTKmt+MbuNAxV7TFUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "1dJgbD43VItThkQLTjXoulCtVvi+x43fbaJnmKUzb+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcContentVerifierProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "CY4nIEFVnfn3XXdVI9M29vDTP00WqiOGgPUBMj35kV8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampTokenGenerator$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "KLbuJmasX79FW3q2mnZJIwOGysVzrDMzp50RddVqbQo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/LimitedSource.class" - }, - { - "key": "SHA-256-Digest", - "value": "nVqf8zoJXGjHhLv1mAppQNWjjImIFBewU6Hg9Q66rU0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$21.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZvnmkGVsvA+F5DjWm4CW+Jh8ulQLp2pkdb47uvFJKMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/CertPathValidationContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "h9EpuhbbE4fcLkWR8kCUZ9fzfM0DXKBZlnu6AMuvk48=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTClientSourceProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "cSLxN2mZ+MIz6vDCGYS1ljcvaS49FyyjyM819IJY4mE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/bc/BcPEMDecryptorProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "0M/WO6RMuqgRBFFJB3LudL6JPYikVruCuJALdaEC6eo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/CRLValidation$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "JMskzKSg03nBub6SpUhym+LXKYnlClX4FDqPMZzSmhE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcEdDSAContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Il7BpuLeu9qeZyfeYcjmqoN15tT5bILbpb5y2j78JU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/ContentSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "23YTdHmjRq5/dwgHJPayiBfAW3s2eL7tYwV0F9ZStSg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransAuthEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "29dvuHcsfkU3MEL0j/ZrfbkQpY4Y/amPgR3nLemaYu0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/PKCS7ProcessableObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "ifLhfxPtd8JFMfskMye57KBRdwAKGPYL7oY8Bu9zODE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/jcajce/JcaPublicKeyConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "7j7h2NlwHrvxDa0M2kBenrFeIBFY6KbBOqq7oVfsc10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcCMSContentEncryptorBuilder$CMSOutputEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pt5rmNATBoscY7pmbclprBcwwP7TSeiauRfJE1HPGhI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcAsymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "sPK+mPQNGkKr4ET0BCDaR84+oS9qgzD7TCrh8FKk/h0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEKRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "WX1OybZPOpnaza0NcKxn6dRfdiBUbdqVXknXcsFEwWM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceInputDecryptorProviderBuilder$1$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "kMQnDb/xTBgsTzWo7Q4TcTHacOmu2Ymj3Q2YTun7TMU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMEEnvelopedWriter$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "93WXt9O8nYYEsH/+3GgAjAgVN1IGre8WBoChMzcdT4s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCS12MacCalculatorBuilderProvider$1$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "XpTDJ7f+kzkGQ3BLBGsCYXAmI7vRjYhCldtPWajsC0w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoVerifierBuilder$ProviderHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "rK6fQnaP6xWtOKYKqbEDRWkoBvbPJVBrzI9pGppM+FM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentVerifierProviderBuilder$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ytwMvRimNhodFHiKWZU/GHwvDDrlzNiTXTPge4YWlII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeParserListener.class" - }, - { - "key": "SHA-256-Digest", - "value": "aiEf6NkEgptXFpI/FpiKu5knBwwHC2sBYgfxQz2GbeE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedDataStreamGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "bRzEllTmhlE8+8TsxdTBvUPnvRcR7VUgC8mTtuyrdi4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/bc/BcFixedLengthMGF1Padder.class" - }, - { - "key": "SHA-256-Digest", - "value": "wXHnS9amDqmoT5ZkAEtqxfe66aJE+2DsTn7VKAMu9Ng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSCachingData$CacheIndex.class" - }, - { - "key": "SHA-256-Digest", - "value": "0s0LS7TpCprJYk71TCSy0uOrJxKHyPLI8UVPAgTyP4E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaJceExtHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "I6jiu/a9VkEWRQIlaRfBHLEdywHqVBXrARymCg5Mo08=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$EncryptedPrivateKeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "v4d8BF0H0zUn5hAnCqPkbpjnc4PQVSveZblQJyMMOGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/CertificatePoliciesValidationBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "7sJJkvY0tMnI2jk9AjdYeG7rvheO+Z8og2JGebXP1v0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEMRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "dZ9N1mCmksj0e95RRiqLYene8oHJlmq8xdLxPg4cQ4o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCSUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "z79bO5hU7XGzb12U8PadPX/Y49cnbCNVSmSe54rbZ1w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JcaCertificateRequestMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "HtNfZ8GfEklzoJYA2n7+fDjx+hki14m0gEFU0s59Qzo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DigestCalculatorProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "1KUIawsJ02Fv92ng7Xl7GEf2yPAppoTRS4l0kBO4LVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcePasswordRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "MRjDAqUt+NSMKaPO89830SVxWLTMbGXo2LfUOzWlMy0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/InputAEADDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "fryPop664ygfpIgjle0UiOIipVC/WIknqUn383EIzeo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS12PfxPdu.class" - }, - { - "key": "SHA-256-Digest", - "value": "zFFrdDjHa876d0l9tC6y4atWFsOW7RRC/X3rummiUHU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "y8JRzgird98inUaLA5tTTuTwl3cc90BTW0nGg7xpza4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoGeneratorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "TV8kV702wGceAbA28Dni4+UZG+HEcONFBNK7/H7Frew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSIKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "CUebZRanYkjDeCvujcbbZiMnspMA0sZXlGl+e5QUbzM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateRepMessageBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "PAO/ppYfO7LFIUPybNkOFAx875VxoM5+Z/vHOIOh5mg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/RFC3280CertPathUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "R49uGWfmBcIhry9iK/lgKpu/1X7dPO2777HguwLWyBc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcContentSignerBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZEv4N7M2xQLaHOfqEaHBGvMmotxDUJX6rH/rn3I1tsE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/SubjectPublicKeyInfoChecker$Properties$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "i+uFUbI0PTrp+cSrFi0gDUoyiB8RdX4w6/NFUG1swpI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTClient.class" - }, - { - "key": "SHA-256-Digest", - "value": "6ifIch9z9pIwGUn0Vt3FjMss7HTXNXvN5SsoD//DkbE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMimeMultipartContext$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "c7HfR4LoNOqXTsOF/Q4bDe/w3w5fnhEw5MVdXDWjw70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "UleHMBU0RKvfJkzcuIABkkFJvapbOygCc/B3jorJYYA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/OutputAEADEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "ikOTlJca84Ic4D9uHs/thTBhvgdbF8Om0uQ6nViDJ98=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "wHc+G/u5f+z2AVD3b+jWIGSJHA8sDdFbRf/DGbeQ01k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/CertPathValidationResultBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "CJZrm8YKvQEkOInG1S4DQRPjEIdhtbnhhxS0D9v7qlM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "oALDxVlqPiJuiyvZIzm8wDEgtMBwCom87HRhmKhze2M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyTransRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "WjO8iaUOyhFTu58ymJZvaOPBYPuoxKqDyLde0vnuyqY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "QPsj4G80EykfoJQQsQaUMWuAZrDQRezoeFQ9H/Yi9K8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceETSIDataEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "h2QeVKGMpkQYsUhoJFsGqu+q8R+vab7k7sknd4GB7Mo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSKEMKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "03Y6HJi33koEYib9qE0GsguCRvRdemqbAM3OQgMMqmY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSISignedDataBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "CLBTwqxgAlFfDX1GaJmCbJnTSD8C9uqd6oUaupk0DoM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8DecryptorProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "EfnRm1sjs7zcjHj4qFyk6I9BhsCsdxTKHKiRrzZSHvA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/SubjectPublicKeyInfoChecker$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "VPdAie96yRczOpc+nQ8JYLeT5jQSUX9vtVZ2Lf1YSJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCSException.class" - }, - { - "key": "SHA-256-Digest", - "value": "SNj1JHte2ZC7qQL8qKBJFCsF0f+Ur5dUhmGAXvy9Lm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceKTSKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "CWJNzL2e1KrxKO5xP6DRTASg0eArSf6Q1a1yQamapIk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DefaultSecretKeySizeProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "x1dDLsra0thvvojIhYUfbuPz7Qwld/Ux723vaSOj5QM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/CRMFHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "6FBdn3HX/NAtIYgYL53K2wbyjinA1kPFRT9f1RqBkjk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransRecipientId.class" - }, - { - "key": "SHA-256-Digest", - "value": "0FzbuMnpMLs13pn6OJXQu+hqG1RPNiY90JXvcaQ3/38=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$RSAPublicKeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "fzHrKZBKAZ7+gAY24KaWZ3uThNu/P/+DdVj5FMzbDN8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSException.class" - }, - { - "key": "SHA-256-Digest", - "value": "4iXMnAlgfVOzkAO/1+PuyOOvV0g0RwZZ8kR/8AirfSE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcAESSymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "dzwKJmuX6+DHwDdfCx7zbYT2r3wZzs2pMnICEbARW84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/bc/BcX509v3CertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "fZWBCCa5KKWoFp5nCGEs0e/gP1u1/dAxczcW1DFf4Fs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcePEMDecryptorProviderBuilder$1$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "lzEE+EJ/WiAfj43SD+hfAmhPOqpQEpE82E9EzxnUXvk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/EnvelopedDataHelper$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "hJ6Yy4DlweHL1nZ+a7QXTkNgaEt1EdosDwuIGTfaAdo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceETSIKeyWrapper$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LoiWkula0J8IEy00VFPH9wTLp7F5/q7MBQhtljN5wfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509ExtensionUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ndPenClvGQ7C/9s99giEnPuHs1v981RtvKnx8vdBCs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoGeneratorBuilder$NamedHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "Swsj8IGLZLIcOUkLmiXW4oaxM4DOFl4FdBU3HqAxYeo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/SSLSocketFactoryCreator.class" - }, - { - "key": "SHA-256-Digest", - "value": "laC8hzX7gpzNm/PXqOQv6WT5lG4WmHtPSsQpbZeYyJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mozilla/SignedPublicKeyAndChallenge.class" - }, - { - "key": "SHA-256-Digest", - "value": "skf3R4D7gfPz+z2MLREzJybs3kYmWCvZasfv8xOuljg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/OperatorStreamException.class" - }, - { - "key": "SHA-256-Digest", - "value": "UAzaNy59pwYdPxPTuusDwgVjvoZGnpu07jDxhXr2vyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/Control.class" - }, - { - "key": "SHA-256-Digest", - "value": "6hrC1avW89AfgDpBxXnGs4/5ZAmDL/tx265nU4xyq+0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/CertUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "IAxy7A2qOmYV23fUDSSwU19kL7AUk6N9fB+WBEZCnno=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCS12MacCalculatorBuilderProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "DIXbYFfCefyC48LJxPRM5xtqB8lgpc2UsrfFDCKDe+o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDigestProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "/upyTocKFoWTtOs33AYWIP1aOpQ4KF5J/+8Fx3fJDpo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/RecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "PucK9V4qKOGOFEQfl66eOMT8fHfdk1Qz8wIA5fnHpvs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentSignerBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "j17j3Y4sbOFHx4nI7rqO54YbeanWyWCBCSd7m5wiwHg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTAuth.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nlnz82q2kfQHH/2n9bx2H02oZRECTXNZRNG4s4CV5o0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcECContentSignerBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "PuQieT401rm4lNwj2Nk07QpuLhHDxo5JChiUuGxNsjA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcContentSignerBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HjUzXuvHTdpfIhaRo5l+nn1QbBkAj9uwe8mjSDxQalw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/filter/SQLFilter.class" - }, - { - "key": "SHA-256-Digest", - "value": "2vrcFl7k1HvBPWRIrbcqF1ev/NDVVdx1rJ5q9qNlIYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCS12MacCalculatorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "yHAlJ3ncEutqp7Y+Y8kXkhYPmAVhWwGb7fwlVkra3SE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/PKMACValuesCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "TTuBUSvuYKnTQnJi0ZgZb4U6zm/S68nyqCXCi32uJBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS12PfxPduBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "39N/9V01pvM3mld8aTKQIuK0Kl3wdCpV2uZp9BMaZZw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoVerifierBuilder$Helper.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xes+Y3UWkUkxhciN7Z8sB3a+2SC2x+KbkRG5bhKBqfs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS12SafeBagFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "pj5+Xdoe3IUuCqygTuVZxxLkPPWO2hWRjxDgaibVUY8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/OCSPRespBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "XCEQn8UZMnoJDXS5XqU5M29Wihi7+/R9wsj0vy9XaTk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/GenericKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "LW529/63HDED8OATH6KEciLF0/QIWEliSePkKnFTcws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceSymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "5RTWc1WBKqxIj1Tlp0MEkqljPsoz4ppKYl/qa6nytJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12MacCalculatorBuilderProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "wIYcv5RKj5Hns0tt2uuIqtg10WuBG+7o37vasIuRu18=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTHijacker.class" - }, - { - "key": "SHA-256-Digest", - "value": "bB6IcOcDVy6tqKBgA//tMy1kclPfX2HmO7pC/ivA9KY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/TLSUniqueProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "2qjEwqu7YcX+nW/X2vQV1ZB6iak4qRF2UNFAUZ4GtjE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/NullOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "0dqoDoiKpmfNpiv+5TnDu9OAhMJU6F7yKO7l3NF6eS0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyTransRecipientInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "ObCrw5gno3UHyDmKavEiqvBpn6/jJdyF4VN4F+Ex2Go=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyAgreeRecipientId.class" - }, - { - "key": "SHA-256-Digest", - "value": "GyJxdinTHkF534Ns0x8YtcGOGqppq5LjqgNl27KN7xQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentSignerBuilder$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZRBqCZ3aOWBOQCNdq48kdVoJCMYqk48VRXNjJ4Khs2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/OperatorUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "0nVv9Dle1xOW1KJMliC2dc/cNnp6vQmzmXoh3XxnidM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSRuntimeException.class" - }, - { - "key": "SHA-256-Digest", - "value": "+jGBBT8UnK7IXGI7n8Eu/58M87uqee3OJA/iJSf/hUs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceAADStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "zNV0WSemYAsda8rL2YMEr0H4zCHwZaEpaS70jRswWdI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedHelper$CMSDigestAuthenticatedSecureReadable.class" - }, - { - "key": "SHA-256-Digest", - "value": "QVrbnj85HaZktZTNqJt6ZaI6qIcgLBuPrTtkpMTqMCw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/operator/ITSContentSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "GcSxHHhtszTO8kc7J5C+RWJG0rF2BNV1fCUNj8JLUcU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/jcajce/NamedEACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "0rERhmE/z91jTxjLB7EblKeczL6+2PFJjQhjDEHSjGc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/CACertsResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "VZ5Ht3NUV2vgIotKz6xX3XC3zEh2vHUbTLVcCgkUVlw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentVerifierProviderBuilder$CompositeVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "cAx1/lO9ucbzi9OEpv52QNFdzKbmDkr9W9CM+SvcCOE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "jzulNLTwTgvGLKL+B17fAw71432S3Cr31rTmF6Beqas=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/X509CertificateHolderSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "bwW87yS198JlbkGayGf8pb3OW/FIKQvIMRxgG/REzYA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSPatchKit$DLSignerInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "K0r0FRanY/Td4GRr2MqlXGyH3Kr6XHKpTUbcfGWjc7o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoVerifierBuilder$NamedHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "NZFG2FhxFHrjadzgS4LWqEHFgD6OBFGNev/5MNhyUyI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/DefaultESTHttpClientProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Lpbd/svJubvmDlS4Pz4rbRqnxE90oYRbHrNblDSw00=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedDataStreamGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "6qV2YwlenQzNaWX0YjfpiGBPYOuHSjyk2kXSKVPzIGo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509v1CertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "md3k+EULf3efgvD6b6/DcZAaZOT9SOPrb79Jabb3aOM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/SymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y4QG536/v5BEWKASNFjlDcaIrBREUfRpxGSo2rzN3tA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSContentInfoParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "Kjk3Evxr45ChgDjeQO0Y+3CKKuaeoPdwFOrZcmSfvfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/CRMFHelper$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NwIBeHqGL66UZYcDCxKDQOMInqG1v1ggS0ZYCq5TyaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaETSIDataDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "tuY4spd3YAPvBpYFPCD/bvSyZUW67l1BaFPV6d71zk8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CRMFException.class" - }, - { - "key": "SHA-256-Digest", - "value": "k5PwzXqNetpOe5NsQgNo2ASTpR3sHVfiyZeqhOAMAvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$24.class" - }, - { - "key": "SHA-256-Digest", - "value": "a+aOI6P6qmpsbhZXAk3ja7HU1WWWsEw9fg0b/sBRkgc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSIEncryptedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "z58wmRGY60pLSsB07qa96d2I+dpE9uZcV+XkG1/A4NQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "VwwofRja8lD4mcyL1kMMST4C8pv8AOLKOWn2VyE6qwA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMimeUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "z+4NIIzVmso1nAYqIlBeEvuYIioHW2r+cifjM9TSZyA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/CRLValidation.class" - }, - { - "key": "SHA-256-Digest", - "value": "2aGpVMoRGCvCiHG7rJ3+jtLLOPjR7uVSJ2NwThpvDWY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/cms/TimeStampDataUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "ck+lDUaoE4WPZUlT39Wh0H/OoTL6VHlV6Qu+PbkLfL8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/ParentCertIssuedValidation.class" - }, - { - "key": "SHA-256-Digest", - "value": "i5fzSyOm/XQhuxvRkoSwSBpp0lSuxDzC0uGeaWMEn/E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransAuthenticatedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "A5ixLEHshrG5gnAIDmLm/0QLrN48VZANRGJb/4AXwfI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSProcessable.class" - }, - { - "key": "SHA-256-Digest", - "value": "1ZvdeoFmWE5gPb44qH5oe1ubY2EdZbrwgbImCxLKQM0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoVerifierBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "am63+1cXNtMn2Qtxq+gmjCORHEdsd++JifqHkMdQr14=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DefaultMacAlgorithmIdentifierFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "AeYdpiv9nsg92eSwkKJ8a4rAtkbQNsrq+NClmr5HLnQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS8EncryptedPrivateKeyInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "9yfjmt5Y3ZdOxAreu8YoGYpFgJjEaz8nVuyPd2wtpXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509ContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "W5bH/ngG0G0hVLSWF0BDQVExRQNyx14eMHaXlOIMXcE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCSPBEInputDecryptorProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "b3YRPwtbwvrTKPvPUk/o7LiOWkG1Q03QO1uT9/VyPwU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/bc/BcX509ExtensionUtils$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y8qrHiarf1ELt3DBK4ZHCPDD8KKut3R7iGGhX0jpMo8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSDigestedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "fQ4dgW93ArC2NLiUNplp/N1JbMs4B/8Nmy9f2hjCWUk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/OutputCompressor.class" - }, - { - "key": "SHA-256-Digest", - "value": "FB4C3rQ9WKQp12sx/XveoD7dEvHgbjOoqxL+idNFTPo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/bc/BcCRMFEncryptorBuilder$CRMFOutputEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "cDvQafXNwFpbv6N5fCnO090dEYugl400zWePSq1Qpbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSPublicVerificationKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "aWvr7DgVYjAm1tXojyi/pOjLnx+0QxWWdUmI1Ur1pA0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSInputStreamData.class" - }, - { - "key": "SHA-256-Digest", - "value": "WkfjoJ9zwxFuACEX6y4e+h45CwBDNGoP3MZBxAhAU88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ETSIRecipientID.class" - }, - { - "key": "SHA-256-Digest", - "value": "62T3o4i5wirYh9Gwi9I/5DZm3mbUEJ1W8Ofcr7FNDps=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSignerInfoVerifierBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "lUkxHQ7ExZdKKpnpZmblIb2SvWoa4tqQZ3Kpn1RV3EM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/DeltaCertAttributeUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "vpcvaxQKvb+pSxHZOL7DEve+nwyrsBzMPTzZVsnxjoE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/MacCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "sg0Z5iGZ4TRJxuldpT1x5agx9gzhlSeXYp6UCvjRWXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSTypedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "paW+sKb1hCGjwkfTXnda8icF5C4/4jch9un7Ox2KWTU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/OCSPReqBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zcckbRfgT1ls8xCl6LmYud41m0DTXjl5uNKbm7tJ8Vs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "rNxN2n64h7iDWcRIlHlRUokRcs8Tx3yTUhWWSyvxqYY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEncryptedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "9uB/tfOGUYYD7254wk11lTT+tsIH3sc+pWE22IrwvPA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedDataStreamGenerator$CmsSignedDataOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y1HZUFTrPXnFUPkTuudS6YObn/LKqqKpY2oGgZbcJY4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$23.class" - }, - { - "key": "SHA-256-Digest", - "value": "guSfA3+o6aTQdWxo9af1kUARXhI0hq/X4NxV682r+ww=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampToken$CertID.class" - }, - { - "key": "SHA-256-Digest", - "value": "GNXyvG1ltWozN67pnV1n5pcfDyRgFgMdx+YC1dCw1GI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "0ggxQ8H4dq+qEYfWeN2VkwaYF1crtxpWGtX1Ci7JlfY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TSPIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "W+C9o+qIWzTDwIV8jRcZf5jfikvhRKOhDz7RvF0yl5Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JcaJceUtils$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "pv50XKRa1Tt9DDTbDfbm5uDf+v6TrkJLjByHCc6wU20=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0J5aioAKEBzWtv0MppxAGXYtv6tGa8A/HGW+EPmMyV4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcRSAKeyTransEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "wwrB2UWqq0ilVcpYHE04lQHKZPPtkeltsuYBEaQgAjg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/ZlibCompressor.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gvl6QfQqC8M4xPuMJ7ZhnWaL6vjT6ZiOjJiSOVE00wc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcContentVerifierProviderBuilder$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "G58zIt+FX0gc3Iq99bwpWf5I/FitnfGByzMCfJC2Ck0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12PBEInputDecryptorProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ePqsFE9sUUUnOsdVraYVnIlMOpfN7l9JcH+kA/6Jkm8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/OCSPReq.class" - }, - { - "key": "SHA-256-Digest", - "value": "d5Q+V7Tuk/T8riNb6qtWoyOJK3zq9E/UMJhrOQnrtxE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcCMSContentEncryptorBuilder$CMSAuthOutputEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "fdZp9IkiTSmVz+fADez7cfsJq/ZWBnDwEgRIhbWT3mw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "z0buk/oIunmttV3O5VyYiVFaIFBKS/H3TGr43gZqbGA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ExpUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "DlOQ2n25/MwExkrO5FQ2J3+Cgu433SScoEoUfAo282c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/PKIXPolicyNode.class" - }, - { - "key": "SHA-256-Digest", - "value": "xQ+BwFHoNTECEs7VBXeN+5Eu770HPq83AS4LfV2D4dU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSContentSigner$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "WiJGTkezw8hDSqArn3fB+pDI/fkY/lSB69MlJZZ5aMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcaPKCS8Generator.class" - }, - { - "key": "SHA-256-Digest", - "value": "wM4PL2lF6Q8enQwIgquPRoG4GK8rpmkjMubyCE7GOb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/CertificateConfirmationContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "jgZblvuyaxRgvlj5YGb+8W4pXaQx8QtlyOyiOPhFr04=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSContentSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "BiIeDgenGeMnjDGCfbEwHveQTvdaXulEtenR7zdej4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/ValidationUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "V9gdb5GEkXRABrjAC9Ifu0NSt+Ifpno3URufYuYz4RQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/VPKCRequestData.class" - }, - { - "key": "SHA-256-Digest", - "value": "DTDZqqBzsOkep/fZZwKTPPp5RHBeBR9nkpnyVhD/N6g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509AttributeCertificateHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "uRJo2ftt1UfqIHXtrWSX2aJJzxhKCpJwGGLmh6JldJA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "VUBcQuOp7RaJwnScTP8+WiJ1WfvHZfZklEgaaWh0fiQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTService$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Un251U+EcADv9iJJvI8Mf2AqSrbMquQANYFflANonZ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509CertificateConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "RvpOCPGYZ8e1GQ4i+tn/Pb7B9mFW65hrT7ZBKvsjoEA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/NamedJcaJceExtHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "IZbzKCPFWge/vtj6l/m/A3875x2cyyqMNntoRUb/ecA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JcePKMACValuesCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "grdR6EEtVn0muIH2dJWk6bo1GSwM+6EajkQmTDfHDEA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/PasswordRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "UN7xJmopXBWQZCyIoLyhUcKViEbj0SF/DiEpZM+U2o0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "cmUiogZCxBylgQaH9napuUo/cul+GG8kf36apKrKZAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "iivnb98hApGfCJMfw1EwLYTdHW3hvYg4E8fpz6bdwM8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JcaJceUtils$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "0zJIwVB7yy2iDZ1DVPoNKN50+D6OIPMe3fR80CJzReg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/encoding/Base64OutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "mO1b4ywZNL/DcdRkyBt9kGUdVUU3ABwiU8/xRqKQTPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSDataGroup.class" - }, - { - "key": "SHA-256-Digest", - "value": "hBq7jIrdN63bTP1fBw+JSQ3+voQyqG3bB+sCd+xCYjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/CertRuntimeException.class" - }, - { - "key": "SHA-256-Digest", - "value": "g/7hWm8qY9gpTtYWQQumE0GgY8IJ8py6nyXxIG7+X2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoGeneratorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "rWTrPI1E2s1/IosgGAuwLggBnrPmE0wsYJRYu5qx4Hs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMESignedWriter$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "9IZZxxyVsP+/ZZNBvUxxSXyGJgnF7f0UmrSTrTKXGYA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMESignedWriter$ContentOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "I4bwVeojmtzmGK6zt2WkwUkhQRJdB0f/EBznFnoSJPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceAsymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "fC+pWbyBpmqFhfYnmiT4931BM4l/zvNgRtnnstNAfMg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/CMPRuntimeException.class" - }, - { - "key": "SHA-256-Digest", - "value": "9oSX7K6Vqay62ya/Aa/JyeedGdYr9JaDbbO8+yTkwok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePBMac1CalculatorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Td4SZlbyAo4JqsfZNS4YTzNu9NX8fk+jBdD3+QXOF+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z5jxHYTyy/M15JpBOSEyUUDGCYqgJMTCPoXql38Vpc0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/InputExpander.class" - }, - { - "key": "SHA-256-Digest", - "value": "QgCdgQAuZKzty2ytunqP8PZ3r5IGPpUzausBBcJCybg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTResponse$PrintingInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "VDiutRiyaWyzXinmzchXjSSPKtYDLyPcSo3GleLFC0A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTService$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "zQxs1/TSkVfIpP9gf8yHuj3mF8eWV5Z/8luI7TrZ8RU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/ConstantMimeContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "0XRbk36FOP5smtoDzNkETSTYC6jB9EJCEIPkrAFdscw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSCachingData.class" - }, - { - "key": "SHA-256-Digest", - "value": "nfI5Eyv8WSiWAs7vKzQwFjCEKzvjAfPyOi+H2fPcQcM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMEncryptedKeyPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "vbfOTMT2b1IwLuhYOFarpEBLeQ1vZMTbst2PSw/sQz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$DSAKeyPairParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "UM+G/K4laMR+jl2LDufd3Li7yR+xd4uFhmYQ8y7rG8o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$RSAKeyPairParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "xR8/q8sGdYo9c8NOAionx3XMarFnZiWmcOHmclGgOo8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/filter/TrustedInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "dny4uKk5nlVnbTSUMUzsDUnKGh7k00I8v0mL54MzgNo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/SortedHashList.class" - }, - { - "key": "SHA-256-Digest", - "value": "8A+6/JUM1udPSPVrk0+87BYVqCesobVy9kxUQM9pXnA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/CamelliaUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "tWmiYGQ1NvQjSFdz2E3HbLzVHX3Mdtqc7rYzDwASjI0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntryFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "PLMGpTnrcLDlfd/5FXQN1U/2R+GI9v6bNB9kC7tPSoA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX500NameUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "YpM9x7+YRJ7cBmTO69TdZbtmFsNQiudzxWa68QJilsE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509v2CRLBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "uANdqahJuZCYdWFxDgqjsjoF0Wl1P49cfKtH0QSSjcg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcCMSContentEncryptorBuilder$AADStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "cjufLvkUenVgr9MIqQlv6HXYLeKwzB2aimMxw/PqHCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/X509RevocationChecker$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "htM4rYv9b8aQ0ZDHlQv8g0ND1qU2VIaIPGEPE+RVnlI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDSAContentSignerBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "gWxbqvo9o/hKPvTTYi2clgLof0IGiREsATQfo1cRNuI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/voms/VOMSAttribute$FQAN.class" - }, - { - "key": "SHA-256-Digest", - "value": "3IalVHUwn/qJjuVI9cHkmxDSagrVWrB/iS4j2oryWLw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/PKMACValueVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "UiDGFIYcDEwXIJSJo9MCkpKfBsOxPcT+E4DKJp0Gw58=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/CertificatePoliciesValidation.class" - }, - { - "key": "SHA-256-Digest", - "value": "cTp60R9lvDzwlt3p21q+VjBVE18HoZNz+NyrgXfGEN4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSExplicitCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "NgcG5Zco3cdbKiVM9okpUmXe6dSOVpDVE1TXQkRtPos=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEMRecipientInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "pJkR0RfuMw1L2ikm6cKjuAMbOPMJ8FGhu0G5HBXArRc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeMultipartContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "5jxB+2Pp8bqvmWDRm7L9hmTg1LPEDcGnfdyW4G46jxk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/LimitedSSLSocketSource.class" - }, - { - "key": "SHA-256-Digest", - "value": "wPgeX8BYqhbLYTcnmF/rwRzspOe8Q2GQ2FwQW6eUQos=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/X509RevocationChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "PvlkQOPkOPDDSY1iVWwFGt7zfCV3QD7fLor6w2SYb5k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTResponse$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "aGOnJFE4rN5hVYleBIe4tfsZZfPR7kyCIWyl5VAK1Yo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509CRLHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zrIfBxwNdcZSQNyeAUI90Cc3J83pwzP7AOuFlbA5XLE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/RuntimeOperatorException.class" - }, - { - "key": "SHA-256-Digest", - "value": "C+dcI0X1OjscENuVNMgg0jX+eJ+svmAOBWa7FhM5lg0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JcaHttpAuthBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "S72n2BC67v4vGb+20ro5TRhl+i2h5W9F990VU3SrDCs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceITSPublicEncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "QAC8QvQKD4ZnyXIi6wnu4MzQXIQlUTVLg9k5ZJnpnG8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/OCSPReqBuilder$RequestObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "4cJ7DMVaaP9/cUd+Z6pDHIt5AohSIZOiwDGq2uGuO38=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JcaJceUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "qBq+8Q+WFBy1GrQ3gy7wEUsLSaQ2iG7vX0BMX0hoLzU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509v1CertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "G2b5EjEoQdqtblOOu357xLQI6mBca8Z6j09Ng8QMxvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/MiscPEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "fRMBeY/eifq6rTtGzxUGQdtRIGwWZanLpRTlpnYTI00=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSContentSigner$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "SdHMjJ5B37cH8PDEG9nmUl6l+MNsUGRJaHiizJaD+CU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePBMac1CalculatorProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ix0MatWTPDnv5A+kU7x/Ziz68TSj1dJAHz7UR0cKijo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampResponseGenerator$FailInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "tYM6qBxQ+8qGM+a7TTQlw8dUPdmWnJR4dNFMpDDc0qg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMEEnvelopedWriter$ContentOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "pTrc/+Sax5IsPGkpCiWzrfCJTQxuUU9pUCNSCTkjAVA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSContentEncryptorBuilder$CMSAuthOutputEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "1o2pe2O2til/OYQqTBR6hP8LdlefkztLmVLX8fnUxnQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTServiceBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "X00zLTDr+A2QwNQaCprn5Gj4YU3ymlKvLJx4GgfGt+o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "dDhnTb+FMh0w/fPHsKpFJp1CAX9LpMtIhNuwNExREx8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/bc/BcX509v1CertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "DKqLy0WDhyD1FLTMmXsqm/UR+5/Ae7eD5UW9ioj6SkI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/CanonicalOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "rRTxptoD5DflO0Y+dGRL4CxqW7YUs4Dhuf9Xo6u2mv0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "k5h+UIgMCYqbFRr8unhV1F5ZkyyR/PtN3bEGmW0ACzU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcKEKEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "kfMpuNb/KkUwir0SXEm/Z7cEv1PaZIUtN8OLJw1T9hc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEKEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y2btcS0zYcFH5VfrY3Z/PyXV8g2msnLK9HpNepLiCuk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEKEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "HqUg8SYijVZ6rwcSkYpnrZVi58f4Y2u8e2W6TwRr9KM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SimpleAttributeTableGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "0/q45Jy8Dw43OCYtMmUPfU6XdGmWoOE6myx0D4Wywb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/Headers$KV.class" - }, - { - "key": "SHA-256-Digest", - "value": "C0DOyD8fNwFIkc5QhYVyPGCSE7Qwg4HMtRGf0H1Exvs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoGeneratorBuilder$Helper.class" - }, - { - "key": "SHA-256-Digest", - "value": "8aPGwT2vWJuHX8Us5nVa+vYERSiKl0ZfTmQnvMlDn9Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransAuthenticatedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y9ukkioxCQjHCBa6EFC4kmA+jjVpxMdW8EXYyI9KgxU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/RawContentVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "hw8ywVwvKpMfowFVVG9MDAlCMh74XuYBt9Wd4yxAtPs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/CPDRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "/VOotX6nd9j65njngMiSFxCqBZlfSRMRBU+VVGtp1RE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaETSIDataDecryptor$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "N5Jv8ShXt4Bk9r/MIBwoS1Coj/xWVglupAaMESmGeKo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyAgreeRecipientInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "2ir0pbPTdLnz6S+/grn5fm65oHPwVn9bL33xoZwtrk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/TargetChain.class" - }, - { - "key": "SHA-256-Digest", - "value": "iG8JmAPZNPNa6D3ntN4sjq+nxeOXf2xsWq2jfRbHYZI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/JcaEACSignatureVerifierBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Er/MdIaLF4pDE02FvG+kXqOhr6FRfAKEkhsD4HB8+l8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/PKIXNameConstraintValidatorException.class" - }, - { - "key": "SHA-256-Digest", - "value": "h/L+xG/j1M0VwIYFCJTiWOUz0QqApRLMgvObx+YW98M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "oNnVqVmELs1IFuLmvhr7A1SLxhXmGEnK5mUkVieZ9kM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$PrivateKeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "wb7FzRaH1f99mBTzPsZEmXBuoczDDhJX2+28hB5tVC0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$20.class" - }, - { - "key": "SHA-256-Digest", - "value": "eNaE/odKUMtHSD4UA5TWZ280YtP8QsAeDFFcBNCBZrs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSEvidenceRecord.class" - }, - { - "key": "SHA-256-Digest", - "value": "ywowgriWykvqp6rRreHX8rMIBISPWYwejproCxuapgI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/InputDecryptorProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "S3wU4kaexOOd3Knqcmx8gI4ZPLk5nRhYPv7ZVxiI6n0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcRSAKeyTransEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jCtnOFO6PqjvNpB1TJHqTP6w6KFqAz1oAOGWEzHajdI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PasswordException.class" - }, - { - "key": "SHA-256-Digest", - "value": "JhT1Lr31wIo/sgnM6RkxNKSsiq0ME6c3a4/mfaQbrLc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12MacCalculatorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "in4pbluBOe5arNIgvi27c/bdlFWApQavq5CO6bM/uaw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEMRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "PHAnEkLFlGMzussfmdhY56TCJp92gwFktPL/VYQOWTs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "ey4bMqCp3LvsnUCS5M2cqAQccoZdxITbr3O4FTs+xOs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$16.class" - }, - { - "key": "SHA-256-Digest", - "value": "PiM1ow35j0w24ZnsFJ22V0OE+VRsLJrYOD77edaJgD8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/LocalizedMessage$FilteredArguments.class" - }, - { - "key": "SHA-256-Digest", - "value": "wWx5q1oxU1gO8t3kCPDSr9Jk9+zpzyWeAeI1rkjLznM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vncuI/joXNfEW2fY0lVts/QLnEn/1ZIAh0vekA3JTe0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSKEMKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "rYmrXnYLSlNsKaWwqM+wF9uKBkRzhgnpkZ+DLXvWUew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcKEKRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "u1jP0eKwqqfLiUR0k4dRpXfPxcZOVzhNdpLYlxn8Gng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/EACException.class" - }, - { - "key": "SHA-256-Digest", - "value": "ByPGpnDvdnCJcH8NhRXL63FyXmI9vuowXO4zVh0/vqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/AttributeCertificateHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Td+CZcUZI9alGvfgqtzz3bHmtrWk2t1zCkxK6ff7VE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/CertPathReviewerException.class" - }, - { - "key": "SHA-256-Digest", - "value": "OMMgmE77us72IDVT7eBFmXAdek7JrljssTJmZhKvFw0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS12MacCalculatorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "aA5UetaESQQXpzGzTb+YO6MaHSJc13wmrXA6I5n0PTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/CertPathReviewerMessages.properties" - }, - { - "key": "SHA-256-Digest", - "value": "n7uZFpWxdLPiG5FwXP70FGpwKOFC1yYvk2g5KBs3S6M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyTransRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "V9TOnEBpJ4MvhpsGr6KNUuMzU5sd7Hj1AnSAf22gGSY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/CertificateTrustBlock.class" - }, - { - "key": "SHA-256-Digest", - "value": "D6bYPn6yl6+szhMXXOn/69MYN7+OEWbadRsO8b61RSk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSContentVerifierProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "PooyAfUSc3l3y2wjE3MnCk7s+h5TD3ZMOUo2PVduuA0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cmc/CMCException.class" - }, - { - "key": "SHA-256-Digest", - "value": "H0CdZTCDCEcbXHs70SghsthuKi2emRJkdgsM0jwNd8Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANECertificateFetcher.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Jpt2EsnxoBVaRcAKiea2lHerXDXqMSr0wST20Dfjv4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDigestCalculatorProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ViZUwG7vRVAkOPowQdlnSuRBUiX9W6EZMREh0njt5Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/bc/BcX509ExtensionUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "9ZP0zYurpvfaok4PcVWWfwPw2tqRcMZGWgNg0PuMTG0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcEdDSASignerInfoVerifierBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "1xKU3GSBK/4wJmPwdggyHoqoKU39Im3OjzZ6THKGIFw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/EACCertificateHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "GzncEPzNG0jemC/GYygbfMXTjrTbsQTfxS+pK0kWeV8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSContentVerifierProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "YUDdg7vmcetNtufXgx3BKMB3HuBUT4T9SbsevO2KqM4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDigestCalculatorProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "BC/AQofg1hujGxcVWp74+NUrqIUNY9K7bN2a0/oUz0M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ArchiveTimeStampValidationException.class" - }, - { - "key": "SHA-256-Digest", - "value": "hOF+x80FNATE/Jj76OiwYksF9mjsR/fNJJQKejmD9bU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/RecipientId.class" - }, - { - "key": "SHA-256-Digest", - "value": "IKume8dBsgdzmmEJKA+UK30jjk6+1FbCfgGz/AW8YWU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/OCSPResp.class" - }, - { - "key": "SHA-256-Digest", - "value": "CqWilqemX9IreQzCudjqBUxqwvWVNBVViV0ZFp0MggY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedDataParser$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vgCik5UG4EAXKbV6MKpeXru+jsqviZ+7fn+O6PxCkbs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyTransRecipientId.class" - }, - { - "key": "SHA-256-Digest", - "value": "NyCKClHtoqJm+NA9tarKujFiG4l0wMGPgrnkKJJAru0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/SSLSocketFactoryCreatorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "IapShvCJkIlg/99C8N1/B5NoGcSoYfBQDsWFZARfuPA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SignerInfoGeneratorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "4n0skL9aSjiOCU4slCYHqSQ08dKpuxqhXRIQ2pPFwXc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSEvidenceRecordSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "26flvQ7foH5aB4HLC8qqx79HBIcrkNxbIUhBTCyrum8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/CSRAttributesResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "U5D5zdDcQeDExJ6H1MzQUqgajiTzpsxxF0uD116zca0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/CTEBase64InputStream$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NNXgN9LPn5B72fZ6UABqC8MdMFX1uwQivxdIMJkLeC4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DefaultDigestAlgorithmIdentifierFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "r9Dr4sAfD1U8qX6IaztFUo+d8OZXdbst1nVT4GfixhQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/SecretKeySizeProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "lbi8ska9QGoy+FDsM5dFxZXUNa6xobeXckHAEqDsv1w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8DecryptorProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "qAx3p1SBzR7kZ1h/cLBtVEeoX0yNjkGYWZ4lOnY5nrw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/module-info.class" - }, - { - "key": "SHA-256-Digest", - "value": "iufMbRc59kVYD7jhxnw84ffTKdueZaxcmKu9ZV6zmYg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/ProtectedPKIMessageBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "aytOrbxxGwYLAX8AR7I0hFaBA/FO8dd313LYmvIXP3U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSExplicitCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "kAV0eMN5bdSs3/CDHS9hc/Vs6dl8/Rgq5pAk1LOiuR4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "UZn4FRg9IFzbMbKs0iOoXaUUKP0ddcjZKkiTwhSy+0g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q5Bj1QVZ4yo4dBGZ8wTf1U4uCXwRPGtqIj/ToeebzTg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/jcajce/ProviderEACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "pnYN9ete/JoCdVoc9HAyzsP8zhbsvL9blrSN0wHINJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/filter/UntrustedUrlInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Wgq/UZ8ns6DlQAjFs0IWXg8cqMzLVTZVea73wc3lPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSDirectoryDataGroup.class" - }, - { - "key": "SHA-256-Digest", - "value": "lluyLMMjFWIhOuppgsO4PHrJ0cf6jXkrQ7P3i4TarEM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMimeParserProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "JisQRqIvuqxQkv2h13df8zCv2NqdZJFclokFiqUqS7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaCRLStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "wcEKrcVEiuGEhR+5+5z+78rUkW7KEjpuq+lGrkNjx7s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampResponseGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "iihyJj17zAti46XAujQRehefpBYOwkIyyykYqiHhvuU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/SubjectPublicKeyInfoChecker$Properties$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "AKyurl8Wu775mrndGtwglPU75Yy691HfzZ2YifgIdcg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/SignedDVCSMessageGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "1fUcScrS9oU3mI0hrXpB54+/dikkE42Y8Vk2khWnBcI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/operator/ETSIDataDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hps8Iz76RQ10n1o7oegJ3wDF9vNzpAUTla9vC7yDkIQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEMEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "oJdcAbTIqdOHSNDUV75249exhrmn77LgDNo1TGg2+xs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/RespData.class" - }, - { - "key": "SHA-256-Digest", - "value": "BXvoCst7lUkaNQnDHFVA+nslpsUpGLSlRZyuyN0QUIc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentVerifierProviderBuilder$RawSigVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "w9ksqYM1Zj0iq1mWfqla49XDlYh0d7eP25W3XFvy3uA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSException.class" - }, - { - "key": "SHA-256-Digest", - "value": "7YPx3eO3yLnipISfLfYHSwutureCOG3lEN2wVkvfzXs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/EnvelopedDataHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "eXxHg6q/EzDG/zDnMxmnYf2a9MPwkZDFSBbPqbET1Sc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcPasswordRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "2Gc/rkl27S99PU+SHyHMYHXUQVZSq5m806MietfGRHI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/CertPathUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "NnHfyps8bli0RPWAgvkepZUAigGlEkkTPVm9VIbOrIo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSContentEncryptorBuilder$CMSOutputEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "7l/vzkbNVFgWGYySFnQ5p01zOXIztlYu2YMACVm7YJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/operator/ITSContentVerifierProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "jtXx+p6JaNSgys1/bDjivKisfqUKKvh0dd0ektdYKok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/LocalizedException.class" - }, - { - "key": "SHA-256-Digest", - "value": "T95AHZEtHATgvHI0/5qOLsjE2gWYBxKv9DEfgiyZoHg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS12SafeBag.class" - }, - { - "key": "SHA-256-Digest", - "value": "aKGDDhw6u6f2LIkuoLAdl+UZF0gewMp7TB5Zcu7X/eI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/CrlCache.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fm5C2EK9yQZsRC74Ej7E9QC95CQBZtlgFijg2Wogy3E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/CertIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "w8rDx1FO5L4uX+8YyrQ2olfKBj39agf0bHWvpCXd3WY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509CertificateConverter$ExCertificateException.class" - }, - { - "key": "SHA-256-Digest", - "value": "LACz+VRAvl5a8BbX9QYuzC462dOX3sdj7E+8nG3jvJs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "16nhnTcFi/nY8NjwJoBeGelp0ogWcqVugWKfPHvhkXk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/CertPath.class" - }, - { - "key": "SHA-256-Digest", - "value": "vWJtX82/Ll1LF663sSSCQLOosqR/Nzwk2J9QMK+46ko=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedHelper$CMSAuthenticatedSecureReadable.class" - }, - { - "key": "SHA-256-Digest", - "value": "K0HlFM3ioLaQ1Neq7sx7EmqsNEelXBHZp9m8OUwFSck=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEKRecipientInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "IY7LasK95hVsj3M5z0ZHaqco2y77iXgUH7B446IV3xI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateReqMessages.class" - }, - { - "key": "SHA-256-Digest", - "value": "jx/7ewn5kpo3HXJZLlljLbwwQR1qtX3XJ9KMg9LMHn4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSParsingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "ohW5BvoIrvdoldv5DyhJpO6BztuKCntR/br2RFRyiyU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/PasswordRecipientInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "eUzSHOGwH4ZMzpswUsWQSgQv9IX7fdxY3GLJZLThIDA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/KeyMaterialGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "XelwNfLmJ2negeK5FgIgoFD5TBLLUWQgoX703c0sNpY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/RevocationDetailsBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "O3q8KM5m53WICgTN0+qW9F4sBWUAs+hVWyg44snPV/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSAlgorithmUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "rbA9/DLBZlyXhKWGQHrZvoJN4Z1skinUfUW79+iMKL4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/bc/PEMUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "gkwN2ZdUDeXeSTImpiuwmwa3aRIwDOT35S5IQWkA8Tg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/CMSUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "foPbWe2nLHHccwvL+UEzBKkChXfwVTd5nW1sSNmjZGs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CRMFUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "sOtUnAxvoHXOi2H3F7WQMUr30mnVx5aaS3I1tAi4NWw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEKRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "dCt2eX6W8Nk/nM0ngHicAsxEwwQW9kECtE+2RdByiJs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceKTSKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "gLdlsa6RFRjFV4t2c/c9e98N3H3+dLm/8UHt6q5x44U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedData$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "BwJQ+vvOfh2WMjFcn09ZaPSmgEE8wDoKVmShoLUwrzQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "85aIaQ8HntxvASQ3FMbgaXJjl3ociX2P/E/6o74GqUE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/operator/ETSIDataEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "bJUr0Q2dAfyh0bgMSsyBv4D01/9LvgQ5Exq164F7Ono=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8EncryptorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Xcr+agLp0qU+GjQ8icngaPjV6eY5EeUstC/lIF82XI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/GeneralPKIMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "HjAQadHBoNCk1vg3P+8rNw9KQj2QNR5EGaoisiQ/Ql0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntryStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mct+IB+V/2ouQ/wCHVlX6C3wc32fVIUq/zNMIkqwzoc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/ProviderEACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "jXUAN5U3jh8dZ/0WVPv/oizKPzt3rB9fGFHEVSjryO4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "03tVB16ATyxhf5HW0xKbDm3qMW/TYa480dZdtqQScEA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateReqMessagesBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ju1dsMtQ+omr1pbgh1vxpZXAr7WP/GtkU29QH7qSoM8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/CRMFHelper$JCECallback.class" - }, - { - "key": "SHA-256-Digest", - "value": "H+/k8ItgqEvEJ2Z72SO0U50Rjvh14Y2Y0DQkBu4sd1Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSMacCalculatorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "oQQNQivzafctXcuaA36gcr1W14NXXjgH17LWpVIPNO8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ByteArrayComparator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wvw8Z8oiT3KPss0gL09Z9AEjIqZYGSwjFSogRY0kQsw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/EnvelopedDataHelper$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "SYwVmTysPdfGnd1Egs2gR9GdEsk9Nn8Ra/HRVPvxHYE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaCertStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "TpGU/kmvbPMcEnXs2nqGC7BjU9NA9EEwn0y73sQD2fg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedDataStreamGenerator$CmsAuthenticatedDataOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sc6sekbMEkvROeT0jWgxcz+juQwUlCO95ALk+LNcPX4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcePasswordEnvelopedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "lYNyDd0/5xTV3ykwxW/FzsXbU6l+b8DUXVrED0RIHpo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCSPBEOutputEncryptorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "69w4H38NSPlKwrBm3qjP9fAiNNsX5lZV5Mb2jxyCraM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/ChannelBindingProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "8h9ZXh0AYWtRGszfAmbYG+hQIY/7NNF2nZXwqkDZehI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/JcaEACSignatureVerifierBuilder$SignatureOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "HJ5jKkXf1oVplZzHsDjI+LJJSfRZGOOnrCl2Z8+cBbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/HttpUtil$Headers.class" - }, - { - "key": "SHA-256-Digest", - "value": "KtEuMAzPg7eC+6eJqhE4x2bUp17XmOiogek3pQramCQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSExplicitCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "NNM2jPWGtB+WAvupUkpI55R49ifiPZUs873rOz5RpNY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcECSignerInfoVerifierBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "TBaK63zEjzEc7SraLbeqy0ALyiFM4FAWGF6ygEhN3Ug=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZYcENxLZ2Jw9GpssNL4M+cg6+iHcmrgn6fqdn3pbnCE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "uWg6TY73W7qEcP70VZ0DsvRN97StJrVxNjZ9US/jz1k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampRequestGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "H2TAjOhIVDyXktcb1x/9SdT+xRopvQ1DTjC3MNUyIxI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/SymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "LEQOsDVqAbBBgRV9BUuBO909unfNgafRtUCh1PLXyiA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSTypedStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "/ffNI8NU3YRnbu/rqj21DeIMShAKJ11VgfXN4OYXCdg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEKRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "p6Z4uSk8VOsNzBwtX6QJbybLhkGkRbRqHKjEbvA37Bg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcePasswordAuthenticatedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "xfhUYOiOx9EEQKu7dH9oPMRSisjRxq9K+yNtBxEy/fI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "W0kiksAQqSYarTDQx3SZJlU4jhEAsKszg1cj3n2iJmI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/cms/ImprintDigestInvalidException.class" - }, - { - "key": "SHA-256-Digest", - "value": "qIB/LAQJyFWavz9jxx8vqe7GPMEw7zjOeVVW8mPND68=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaAttributeCertificateIssuer.class" - }, - { - "key": "SHA-256-Digest", - "value": "M/dM+EepDdZmEtbyoPRK1Xz+gdj8x+COasIYapDu38c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateRepMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "cGtQTsHuYTGu04QJ3CPl+9Ns2HYf52/dIffJPJM/Q6w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12PBEInputDecryptorProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "p25VuuJcF5EbzXfnzuBbebdJwOS1AydhSJdev0Mzve4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509CRLHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "jH448Wsib0aD+HP5oGguPtGaoxecT9PlemFN9apZ2cI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JsseESTServiceBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "cl2HZMs1csa15Tq0rmlItYp0rwYD0t2zzU/WT9jqc3s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCSIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "nSbiRM3TqhaKcWRFahjK7XqQQpwdXssQZTAK3SwjZH8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/ProofOfPossessionSigningKeyBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wb8DFoE1B8MPFuQ6I8cgFR9uG5wtWShNNuzsGBpbF04=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/MSOutlookKeyIdCalculator$SHA1Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "4EBI5X+h5hauj10Dk4oWkBKNrltSIxHDG5tYn+Ufa9E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEMRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "CFRX2ws94kmEY7WXd24LI9CWCqn2bNj9BLSCPqicf2U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcePasswordRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "2exXYSbpjj5cLFCBuCO8eS3nmdJRbs+7w0/dAEGz0Hc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/ProviderCertHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "SVV6zZwLu3SB17//teyP5gfop3PCPnsaYSnRpjWw3o0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509v3CertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "0fabobAmZBe1XhOTxq5bYunqCbeJv0MZx1bYQYBQQmA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/CertException.class" - }, - { - "key": "SHA-256-Digest", - "value": "mFQJXGzcOb4Kslex5+/ddrkkSlYWmGG1SNtNBf+2k2w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/CertificateConfirmationContentBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "F1GFmjIjKfS4Z/FuhNso5dBnY5T4wmvMGbIXuyyPukw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "BdBkI1+RIloFEYnxSz+iUBN2pjye3aSoHdf0qp1qLnE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMDecryptorProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "hLM3mxy6uCuNFFzDhB4+V0N1NE32pepnIt2/LMS6xGs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/EnvelopedDataHelper$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "MlwFFY8zdT+FpceYGEFq295g7oJqFHoqOTeDFXaUB9o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/X509TrustedCertificateBlock.class" - }, - { - "key": "SHA-256-Digest", - "value": "zTxUuZUJk+/hga5HMYiirPmeptqnqmX+FNxz+YsGglY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDigestCalculatorProvider$DigestOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "WkifTgr2iX6VWufAATGBeXkm+7QvOCS5QkcfIRidUo4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "LBnMOAsd9Uj2wxQorxWLeL/7CTDnN7HJemYE9AgNqUA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntryStoreBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "pXLzmTp8WraMvb4JJwt8UdeAhY6owDRZWn/lcixXJGI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/CertificateStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "MscIJyTCX+bo5GkwVxR2s7Gkq9mbEJf6Ui+QQbBhUMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSignerInfoGeneratorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "atm5X1D02U4sGVS9HDxuMpGTLNymwGCtUr1hyzyaKEw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/PKMACValueGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "YZoI11ge7lYbGwk0VfJ4WvwNnoQQ8jg63ZY+SBQxWeM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntryFetcher.class" - }, - { - "key": "SHA-256-Digest", - "value": "W9zYec3SX73n49A1lnKQZlOHZMI7fILeaJrTkynQonY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMEEnvelopedWriter$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "gGIUBiD9e/PIGISAdZFf16WKi9L1RkW4VWv7U7U6Dd0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedDataGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jiIjEYeLw+4engKiAs1Rd98Qc7Qd7ODTFjQW1CEwtKQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/ASN1PKIXNameConstraintValidator.class" - }, - { - "key": "SHA-256-Digest", - "value": "3BeRQtzqz1wo5Gmmzm7DkSX9Pny15XeFctLv9RRp8JM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/fetcher/JndiDANEFetcherFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "8rNardpwXaM7aoSjbfukGizLpsY5G7JxlDvo+iyeLZU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509v3CertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sh4oBZ/GQzHbgU/RFagYbJ6OWAgP7tRz7ZYmqqvKX50=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/bc/BcEncryptedValueBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cke1DNfPlgadS37AYUIvMMNct3SOo335EqgQTB/dAl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "aWVwvWz4nw6Y4Mt6AnZQqNgpdaZWEuYPLmib1Me7he8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEMEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "sZp5PqGQo1gXVVsg63AI1WPj3JqctbQ5J2eW5cGVzro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSPublicVerificationKey$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "0vN9gnP5jGBd6Z0GyuTrA8R9mbDZg6BFFXMfN/6/U0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JsseDefaultHostnameAuthorizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "flgvAJyVtsEm2vhHLpnKU9m0epJ/yDwYW+K5JzMDKdw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$ECCurveParamsParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "c6pzi73EiwOh215Xcb2Yo7JJRVXJokdBrkJ16udv/lU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "UAIeemcs54BPsETeg3KoCNSF3JO1tW1oPyXVL+TMeoo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthEnvelopedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "bHJAbWZ5mn5K9Cm+FuTYRDFCJK5FBm9vHubiGy0lzD0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/AuthAttributesProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "1q1itFDF69YK4NdJUR0Ox9zvbmI7lJLcCmO8t8FeZ0g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/CertPathValidatorUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "eyo3yoZ1IWq7s1l1iISna1jS2pLJ/44GM2yk+34Iri0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/bc/CRMFHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "4jpTBVuP/sz+Iy+LeDzp809znh9giqGt+F9BPRpv1aA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentSignerBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "u0uL1CgeuBtbDtC0SdYKh9c2MUjmmEJnrwsVhPan6N8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DigestAlgorithmIdentifierFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "B5Nx0PhWIwOEIJNJ1q1WfNRdq2GpJNp7NKi6o2Rm1hU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/RegTokenControl.class" - }, - { - "key": "SHA-256-Digest", - "value": "IA/A2fYKMuQ9+Xg3uxy/dCw6dOXxdsyBttOe7CIKRpc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/DefaultAuthenticatedAttributeTableGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "4NA42HnY3JmRk7s8/Yrb2KvaPiXpsMYcg8mfag6tSzQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSContentEncryptorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LtjZBGnR6ZfuCkfqZOqCn9kpPMgzcOeSaWsrRnH00SI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSTypedStream$FullReaderStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "IS1qXAumW07E84jMPpHEWEcd9PV9Gqrpbj/hDxswwiM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoGeneratorBuilder$ProviderHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "wqaLy8xqxqK7r5uoMMG519JmUNL97gs7i4wRSYxcPCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$X509TrustedCertificateParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "EB9b/uECd987wCtzZ8qxZySp1OM2BDVU8NIe2k8+BWY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/AnnotatedException.class" - }, - { - "key": "SHA-256-Digest", - "value": "mn1KulykMkf+BdTIbbHDGZu48Xj7WBnMoKpRzHJYfkY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "6AkRx70rGbHxQwKWvlEMxb3XDzR9uXVLwc82K8G6woQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthEnvelopedData$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vMf3FbJjmVJg6XDajViEZ1hbH0Wyr38udZS8rc2iYEk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12PBEOutputEncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "yzrNJm9SekX7DSTrZrkX/tDNTns5wwnfXQNrvB90AE4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSData.class" - }, - { - "key": "SHA-256-Digest", - "value": "c8jphoSuSzf4mo0b8EBSIBe4V5PJvaw5YvWabVIFN+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaDigestCalculatorProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "utzCjU5GLC+hW+bSzQHh4ondEPMqn6//SG+Ifnb1/aM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSignerInfoVerifierBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "uBPw0ih5jqS8GAbQvWbjEC8b4weaVVlCsZj1Ma2w+Zo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSValidityPeriod.class" - }, - { - "key": "SHA-256-Digest", - "value": "XLP5bYkcoKaLbyGnor0t1+afMr10UQrOL4FmwpUS/eo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/DefaultCMSSignatureAlgorithmNameGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "peeBBSTQmgP3ugaEwPXq7f4dBax0APSMvtZGYTS9Mm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcSignerOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "e21QBc77tzCNF3tr3rUQbq8rT3xAI2KFvjSbWxSs3Hc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509CRLConverter$ExCRLException.class" - }, - { - "key": "SHA-256-Digest", - "value": "DBWlYt4TIt656rNdVLxw08w6l24J8VIGWLtcniZMNAQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceAlgorithmIdentifierConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "5O7SD5tMJHCImbA4sEm1NYbhDsrA+X66lTqEEknsfOk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSContentSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "cCVi/hgNdQ3LknJU3KNC6Uo8FiY5YvscNkfzbt/9Rv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509v2AttributeCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "NI7G3KKxDbB+wNJpwaNRBkVcbUrXmsLBCtq7oX9Pgq0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransRecipientInfoGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "dzxAOTjaCD9bEi0pN60THKkSs+zfqHXxYJKbLQJOGEk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SignerInformationVerifierProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "hhGzG/CvH5u0rDKict+3PjYRisXI48GfkHYutaIhA50=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/AADProcessor.class" - }, - { - "key": "SHA-256-Digest", - "value": "s43LizFCndx/FRtjo2Upfc+kSYMnY/iARPS/7WrKSRU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "dAr8PLDFXPOs7cmPG1DJmz57NM5ad43tLS/QrukH2ig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcRSAContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "6OHWey1LDOOJrazt5744yLXERGbUf9YsKvR/oKM2+vo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransAuthEnvelopedRecipient$AADStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "4ZMZ8vvs2ca0HFcaXlywLizzvkqggJU+VSryhbvL1sE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/PKCS12PBEUtils$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LlLFoJV+dnC+BXGGGALJe7C1t9Q32HDCRw9UR2YbaOE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/CertStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "vPu8LFsIdjDb6hmzNCX1trVQBb9y8yOx4/rPO1d3j+0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/LocalizedMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "xLwFs6s+Xc5oryCZgJDVhNCsbeHEiwi+HTHNIOm51YE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TimeStampTokenInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "1nla7PC2jK08ganSFuGH+0EqRrB363ekLrkSwGMADOI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSReadable.class" - }, - { - "key": "SHA-256-Digest", - "value": "mnDkXABJ8qfucU8bJHwhHk2lJQyuOOSbaFD5a2IzTtk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceInputDecryptorProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "wW/5ib+6BAsIwqtSaMhfW2Oy2UFozl2BDbBFCVNaDk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSSignedData$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "OBVjDA0wpV7icwjhrIcCzJd9SMjKbHsUvm6wuNiYGnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/CertHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "23Fwe3lP8AQFfiYPpLecRW5ZHvg0oN1I99GzjJmwLN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509CertificateHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "a0iug8dm/mmQT2No2U2dHsYdfmnUEXKthEbVQfHeYaM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/path/validations/KeyUsageValidation.class" - }, - { - "key": "SHA-256-Digest", - "value": "3y3JBRplyqIbcQ7Gmn6RK3RmTbqMDJ3kJfHyMNbp2XU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/PKIArchiveControl.class" - }, - { - "key": "SHA-256-Digest", - "value": "akquSvVOTIYZP+or2+YfEOrFnteOCKdBHk2zn4NXfak=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JceOpenSSLPKCS8DecryptorProviderBuilder$1$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "QgHLZBkbn4JRJMy/aAThx3ihrd9B+Mz/vpMOcdcOfGo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$PKCS10CertificationRequestParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "41Sx1h0TZtXRKSTe4ESRHRC+PBAoat0+YjFn7Q4lwSw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/X509CRLStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tm2QMcqZNlHjZz3MbpOfaTHKEPKkx/GwRBL0rERC/JQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509CertificateHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "U4FkhZ7EfS66KVmSBmbtcYTKiNM13VI41hv3bmrq97Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/KeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "NUc905zUMFXCuSDOmY1EFlVH4exQ68ASXkGmeoBEgoY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcContentVerifierProviderBuilder$SigVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "mXdX2w+WcxVcuPH0sPiF9c1yO4JF0b7CTfEjkJB9OjE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/MSOutlookKeyIdCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "MIbAtw/fn0mAV9eFNbZDvMhoC3fuMrd7yQc4FcuGo0M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSException.class" - }, - { - "key": "SHA-256-Digest", - "value": "4NSm2HhytlyUH0OTj6wrNnxeQl/M0FGNY+g89S/obpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12MacCalculatorBuilderProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "kpn0E+FLTS0h2wxiUbKWuwuigZmAMNp5UaO9BFOi6Ys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DefaultAlgorithmNameFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "EReqfMlQrprIkqZtvMDa8fnAyi6OrN4ZgG14oF4hmWk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePBMac1CalculatorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "0vIEHw3E5lz89gJLpEhc5GJCt8xl0TIutC6MVdEKi0U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeParserProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "11VYOy58IXbL0njcML/hhLWiJPht3nRo07ZMzKquIi4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEncryptedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y8G4roEfFM5cxAk9TCfyAAPL4klWlt5/+6PBVtbNqsA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSByteData.class" - }, - { - "key": "SHA-256-Digest", - "value": "r+GXz2nz3QwgOt70cr+DP759ihexNez7w7npwyeq88E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/RevocationDetails.class" - }, - { - "key": "SHA-256-Digest", - "value": "8t0/j/Duse0SBt4qknXXrhxViYIQuL+2li8xc6d0JU0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/X509RevocationChecker$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "01pcj0cE93iy+u/M3157E/JtnCVgPBttIWzz7mPoP2Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/BoundaryLimitedInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "xkpV5mxP4nhFncPXZma3LjNwbnGUS9kNRlew4cpTtAM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "oKkW44leX3FGKwysLFqwtF6b4xe3qFSQSwkzSCRV76A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/EnvelopedDataHelper$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "nNEyTK45C6G+vOafZBGdSXRSFrA8cYbkN1usGYG/+6E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "isvjbrHyLAskV++xIa2TywRf6LLBfIK1YjMQZ+9qAUQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PKCS8Generator.class" - }, - { - "key": "SHA-256-Digest", - "value": "+fy/rD+K1Z4EVNdV4EHFIMDXeorU4C7lIRP5HXRJBTQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/PKIArchiveControlBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "B5aea7aDxNdoEydwSHiiQ8olQ+BjJrb2MlN/A7WzSUk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/RespID.class" - }, - { - "key": "SHA-256-Digest", - "value": "sRy6wZDr5KlUrj+a5WGIvKeXiHjMV86Y8BNPQxqsr+c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSImplicitCertificateBuilderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "EMKWuzJKseERFNKbHNWx3K7cwANd9/29TUqtNfGH/co=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSEvidenceRecordStore$HashNode.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xe7aN2F5QkCWb46Y2UxIu6Qon4qrU0Q6/2hrXydCbJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSImplicitCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "X4EmV/NaWEgSDMcqPg0dwhZ0nSKZcek/n2oe2xDYGSQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TSPUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "fkTMLdKE551AC5Dgch4uGR1SHujl92Ir4Kmc28YDa2A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSRequestInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "o/c+ZOVS5bJZkn/s4S5Wxjm+rIEqMQjUAlDzM92z3ig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "kcMF9dAEiLC1y3lmTFDQrfLCoN4pI62iwTXEzW75y4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS8EncryptedPrivateKeyInfoBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "dG0218YmE6BpgtHylaps1xGWr7RD4k4Hy7wl3xvn/U0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTResponse$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "NMm+BCjb0veIfHh1PRafD82Nxf/CACZU7OCHqbBG9Ag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/PartialHashTreeVerificationException.class" - }, - { - "key": "SHA-256-Digest", - "value": "gqgJTGiLdsRTybRlEOG/dpwM/Ir8rItGYvJkI3etHko=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMIMESignedWriter$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ULTZXGCTRQwi0xhpf45xpEGyULl3E2PCuORwAiqmNkg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS10CertificationRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sg/avNxkJEX4qbPrxmgHtFFDKE9Y907kSqAG9U5b00A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/JcaEACSignerBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zoRYouZJN9oCVnCLN2OgtuXvOa7UxPm0BsgqbjxBNHQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSProcessableByteArray.class" - }, - { - "key": "SHA-256-Digest", - "value": "KQLrYmlVqEuwyHuZw/oVkMS1KljOf72WggyzIiDKlRM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/EACCertificateRequestHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "fOaXkdIR+PEiQ1g9WjjRmCiNAD/UB7hZ7j3qKdaMaCc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SignerId.class" - }, - { - "key": "SHA-256-Digest", - "value": "bOLsqMSfObWYjf2llbQqmOoIxMI4H3nctd0J0bazaJY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/PasswordRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ts6tESgrliwGw+Tv1lp5DAbDMpoGgXfB7ygnvUVzXR0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcKEKRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "yl6Aq+MEyl4I9Ho+FeFpKl/4rlCWEVNZzXUaH8HOE1A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "vIxa68fnWmnlXrFRWlQ2j+suukGQcpAK2ZpUplrgThw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyAgreeRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "K7/LbWwqhNSXGvzA/2swKwKvYkJGUvs14tfIwuEUDpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/NamedEACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "VntbGLnS4xpEyu0VHo8Z+WfejWGgnU6fG784wWPyNdM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KeyAgreeRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "CQuu6AqhNc97uxwtnhDYHBuBvvgqUYsN36kQAd1GDc0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/MacCalculatorProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "OaCUyM/N77HY1GXKJHNQTm215qXniui0tDvYscJGnFw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509ContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "xsZ9UA2kVacMJfFdC3yl+isMyk6fAnbcSSIIKRuGV6A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/SortedIndexedHashList.class" - }, - { - "key": "SHA-256-Digest", - "value": "9uRdvVuV9mxsC56ueVnkWu9393BIv4zjepv3TNqzAbs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/TruncatingDigestCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "RqlAAfW6ye/N+8/FJbaMMEHPSslc6Fw/uGfOrNMwPj0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/MimeParserContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "VNh5Yca0+FX/qPll288aXfOQkGy5y3HFJX4BCjC+Tks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509ExtensionUtils$SHA1DigestCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "/b6105F5VNjbf/o9G+DDUO7H+y/XlXFhjXy7jfFrmP0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/fetcher/JndiDANEFetcherFactory$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "2cDlV3NfsejER20HntZSgHcP65QnYkybGX1qtJ1Wcco=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JcaCertificateRepMessageBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "tlm5MSoxHkYdvaZ3eNRsB7FifBUYKL8PcPKMDOpJMuI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "gggi2qFZ/HQH/KnIDfbCrKCyxDN/GOLVXfi08VwjLUQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/RFC5753KeyMaterialGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "vy0trMj0XGIeWEuqQTDzng8GV4vTTt3ufa1LhzeB8lw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/ContentVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "lwX0pMX0dydd0Q53cdSYtwLyvG+o57BITbZ6VtWWc7Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcaPKIXIdentityBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "2/CmimEHG8a5XQKfu2IrZ34HO5+o1m0lrgfytz+RqKU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DefaultSignatureAlgorithmIdentifierFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZntLjNPUU9Dci95jV74q3IHMSPHaJ4VRRW1PJTs8QZ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSimpleSignerInfoVerifierBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "mAaPmAxm727kQHWerF/yPPNQIRGmhdAfU1qOxYKkFec=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/X509RevocationChecker$LocalCRLStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "0/Dq+u3fSRWZscleYXOls8sFvNoPqBBbx7Z2lcWClw0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaCertStoreBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "D7F//njXZpVmP8VIwvW/w8VsrWKfa2kn24npreJ2ZdI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/HttpAuth$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "oKD4p3IcgkmGP40Q6lSLETL4A++ZjekMdMCQkQm/rd8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mozilla/jcajce/JcaSignedPublicKeyAndChallenge.class" - }, - { - "key": "SHA-256-Digest", - "value": "oGu0tUdoI6ECtCerxU01YBFnHL4QaeUGE8iFSfJrEJg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$15.class" - }, - { - "key": "SHA-256-Digest", - "value": "TJJBRyk2rUqSWhlCvP67HfdpyfRdUP1EcybfTF1bnaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/filter/UntrustedInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "G3hrArk7r/ozs1MSHaghRjoGOwms4lLxIw0wC0aXep4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/EnrollmentResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "NCpQThrWfwOAcdJI9B0A4YeGBXM00vlYElU/Q0iuJlM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "AMJFVxwu5TIX9x8vEYmdbRwN+zeGyIliExwXYYgwXL4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/smime/SMimeMultipartContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "O/oWEIACWbc/k8Puv41xlpkCPFwJGUeDGm/1i8t++no=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/filter/Filter.class" - }, - { - "key": "SHA-256-Digest", - "value": "KzLIBQAuJh4Q7uEssPp6hzkms5eMCeYD/hlPvIlyedQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKTSKeyTransAuthenticatedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "TbtNZ0T9OIfrK1mNy/VRjjzt0dfpZTnbGDbZkwX6yIM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SignerInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "jQLFuIH7Yvz73hK6KZpHfxpRHWIAxlBjBorrwjv1nRM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcKeyTransRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "D8xQ1Xd3kCNOIkZeid5XKPb1AgEHh4B0U/Tt7xIQiY0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JceSymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "FluFn8oE8EaSi27g9ghg6zx84lVwINlbxFaxCSVi9iA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/PKIXIdentity.class" - }, - { - "key": "SHA-256-Digest", - "value": "To/QAIYE+BfEI49ziOx/0H79U3plwiTo6o/qgYRzUvQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSPublicVerificationKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "9uCBw+DMX7lwI5wBOv7O87fJitJur5Theb9A8kUiSRM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentVerifierProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "/BErSNNlIokfg7tX+/VujYl0/CyF4UtzQ6XOKsJDIxM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSContentVerifierProvider$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "5iSHdodmdf5cWD0FgtrZb9vqFeeHb8HHrCC4p6MOYVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAttributeTableGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "NQw1CxVXqiWdBAbE+L3YheIOc8qlEFRGGqYpXPKMvUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedDataStreamGenerator$CmsEnvelopedDataOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "4lNEDo+bqCGw9fqtSH6S9sdGXhaybZSEWPhd4qkHqA0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/BasicMimeParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "7XNOzEqP8alpZ7sNX9b7kPl+qnfcRFpd2Yf8hQHeT+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/dane/DANEException.class" - }, - { - "key": "SHA-256-Digest", - "value": "nleNfrzQysK9k2vga6h7XaOtqW5lLw52GLsew3L6L8U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSEnvelopedHelper$CMSEnvelopedSecureReadable.class" - }, - { - "key": "SHA-256-Digest", - "value": "UeNcUnJsicZWJjcJJ4+lthx/8FfHTHuO4MSq26V6tjw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "+vMIckKkK0XzCIwN2rgmObBfwu3laXQ8x9cMQc8bRUw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcRSAAsymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "drgunuBnO4fOy337ypzRY31z9ZIvY9TsB+/06HnsnVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JceCRMFEncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "eVsvpBCVcJgipEukB4s0Kob2038jJXOF4jaMrviha88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/PKCS10CertificationRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pis35lxdFvOZO00njqHeFfxskKixiZbj2rFnySS2iqU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcPasswordRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "aloFaX8z1RBx+4v43yPr24T73dg2+fjq7Uid9i68BlQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/SignerInformationVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "VqfwGWhw+/ZmlBLoEb+NsR0Fvkkw0bblFvdGX6atyYo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthenticatedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "K2B+XgdQEnkt4UkXaIW02bmTTxTNoMFkE7/3Ye8JzRc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PasswordFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "tgZ6L7+HVn2JdgcdriG3UQzvDUMqQsb//5LDwB6E+mc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/jcajce/ReasonsMask.class" - }, - { - "key": "SHA-256-Digest", - "value": "AM6jLKu7QH/JQhN6ihzSXrJRGUlDjcI50r24hYYWi30=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTClientProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "VWF0SkkqGToEXffjM/OGK31mNX5VrGDdKRQbwL3oq9c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "1bXRdk/zAeQ7H5t/qAxBhpYws14DOioRRO9qxaQO7AM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcePEMDecryptorProviderBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "WycPy8jrL2gJD8Ug97Xp1/6Q65MjJ9y7MYfT9krS0DA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/SingleResp.class" - }, - { - "key": "SHA-256-Digest", - "value": "+7vdAzYwH2u7dvLJAXXvn3TvEmysk7q++mBdJuVEsOg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/InputDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "ojtKU/MF74DaSbCrRzXtyMQxDf8oEUzUrCZFkVDIDII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/voms/VOMSAttribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "irKtkCQSbsfPHHkHIGfkMHO/XC81wFBY0q/KuKr2A84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509v2CRLBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "owgBLNNf+AhZFpWitnyuSwHgD3MXPpEj/295uGFPs38=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/jcajce/JsseESTServiceBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "GiGG+2yAA5PJqhLouxcmqvWc9Uxh+WsnGcfKg5oL698=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSVerifierCertificateNotValidException.class" - }, - { - "key": "SHA-256-Digest", - "value": "rFITmb5SDk7zIh+YlkeuOxW9uB/2udepdBqgmzpwfv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/PEMUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "cHyVAJd4EoH+0tA2SMDvJsf+BcVHehxSw/Zc2FQzbK0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTService.class" - }, - { - "key": "SHA-256-Digest", - "value": "qGS73N/PeqNhK/nIfN1w3sbaBwIFd9bLFF5LirXjKhU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateResponseBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "uHDi5U2wujetHLBpBv3gItR/u/9aNk9ernl6tztzO8k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/PKMACBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "SeHWey5dVHwRXHkpSlaJpJmuRqIc2ETT+kzeuKpwca8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/EACCertificateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "yrQ7eg905XXUFoOJ1pTXkgskM4m0fizN6G+9dYidRhg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEKAuthenticatedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "JQkm87l3II2WdRSoGiiSETw2U9MctQDLyA8IdpgSOm8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMKeyPairParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "UB/blf2G1c2XTFZMQwmuS6FRBO1co1XNODs1Zwkw//Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/ProtectedPKIMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "OQl9A4HBWGuWtpJU43nRyi7cwtkQ+NDoa/Qh5p1jyoM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthEnvelopedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "wTjOIUP88PS6z6Oc9WgZQ3fW8U3hD7gCJEkNRofxogU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/PBEMacCalculatorProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "fAdz9MWl5toJ9Wc/26LkQVRK90czc2ZZotPRtc3N4T4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/EnvelopedDataHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bu9Guk6+TAG4VZ2rczJBG74ARUCqOdKMiJDeWzRe4Dw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyTransEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "YFWehJdl2L/XkXEHW6PWIe7c1F9drlK8Ujb7djO8rAY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/PKCS12PBEUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "jqi/CaWeAISDwEaVZFoSSYM9FgxKjT5VZr8hB1VEZwc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSCompressedDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "c2UehADVU1FL1uRwufdCswjM+NmNZFhiyr1H+Jnt8wk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/DefaultSignatureNameFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "sAI4whN4EINba376LHe0HNArAAsCJE7l2mBr3V7R08Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSContentVerifierProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Kef+lFYTdjJQ+BNeRImF/c3++owWOZbTKPzJmmwaaLs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/jcajce/JcePKCS12MacCalculatorBuilderProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "6MVF6BwNRG2NrYjmPa5gbWYde1zp75Bxf/tgs+5UBLA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceITSPublicEncryptionKey$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "S2jAQF+fIfn8IYVosqEyCdLhX6Mx9Uzj7HPuIxIN7+w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/TSPException.class" - }, - { - "key": "SHA-256-Digest", - "value": "BLEw/4WTTP6ruv5agk0cR7DX6dJFIrrVnaZRlULMoGA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/EncryptedValuePadder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZH+BjJLLywYMCNfVdCG9TbdmewlLGghCPZrEAFMAmMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceCMSMacCalculatorBuilder$CMSMacCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "gcIu4HSRJ5RR88na+gLdeFOePAFmlAl+X+CnHwPGgoo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSCachingData$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "32dZeowaa5kvcGqCkFMSnyKMa8SQalqTF7RqDF5wRbQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$18.class" - }, - { - "key": "SHA-256-Digest", - "value": "NjF8lvgj0ZDzALHors6Js1rW8TIXxONi/F8SUZtbYKE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcePEMDecryptorProviderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "wCSRYuxUuXnWNiQpY5eAKg2bd+5u0MiXSQU6w6162wo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTException.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mzp6abVmYLI2UXKm11OU3Ok7o0GO3YdWYH/azwrT468=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/OperatorUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "XvR1ktoQP0RWy1ZWaxEJsR0efMsKJXCOXm4ta2VnQPQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/JcaContentVerifierProviderBuilder$SigVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "ezO7aCOP+VaERZHJMQnM9Fi9qm1O+rz28TrsusbEi54=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/OriginatorInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nct6T40sXmxpdZ2+iMUfg2PGw9tho5uTKDfyZX1JNk4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/ZlibExpanderProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "rfh9iNFjbdpBr1iJYyTKzRFlVUy80bF1vzw3+Hn2JRU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/Source.class" - }, - { - "key": "SHA-256-Digest", - "value": "thm/lKcdXlz5oUNXiN1arLRuPfGmfLTNVSuk3azUX3g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcSymmetricKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "9z/sqLP/vxcQcZCKz2dsOefzrQKXcjHE1Me5kyJOJb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/LocaleString.class" - }, - { - "key": "SHA-256-Digest", - "value": "/+pdgOkohgIAMvOEoQ43qLARv+PweEgQX3y+09teJjk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/ValueDecryptorGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "zIhdg4WmIPemHp0n7yAsT5ab75Uy6gn/YKulcOfSNak=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceETSIKeyWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "gIy8/tw6Nt3gEv1fQBK05SxivojaDxONWJRt1HU7xQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/CSRRequestResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "VhqC3OiUrJUOliIn2Rns3G6MKegISTEsp63UELTALi8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$17.class" - }, - { - "key": "SHA-256-Digest", - "value": "oy19srMoaBJW/vAAuzIyP+l2kx5mPlF9lkGRiwryC4E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/BasicOCSPResp.class" - }, - { - "key": "SHA-256-Digest", - "value": "LwPufpp62j8azto6SjCLVKyhoLoef3DTa/q+6wtKUYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/VPKCRequestBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "A42FUq/pniUO35AGTFHSOPEomlhqS+mdtjaCLu2aX+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509ExtensionUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "HwH9pMCUCdCkGJgErE6qhijlI07wJvxt2jgwMqmWDvY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceETSIDataEncryptor$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "kaf+UxKdtMcK5RVTlQEy6khxyjjFiEHt7B10qltz0FM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$PKCS7Parser.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Fmc5xjN23QUciSUJP69x6YnZBpr532d3Lal7XzmEdE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/bc/BcITSPublicEncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "UQxcvTFL5s0Il5cuehhGrb0t1HekITuZArsltvDj0y8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/RecipientInformationStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q22q6QLtlaO4B12ketwQjmPQDBMmzB6v5bq+fdHp5EY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcaMiscPEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "3c9IILf5mJ+isCzc0AmaXB7FkAP4hLfUF8kaGMGv1+A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/X509CRLEntryHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "MuDhwHv39fosaxZ5Yr/vJJo6ky1v+UcNv2Dt3OV7s/I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/BasicOCSPRespBuilder$ResponseObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "izAnHevEKKOweiO17Dxd3Nex388mFSpnj3NVqcCKZ/4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/CPDRequestData.class" - }, - { - "key": "SHA-256-Digest", - "value": "gxbQvY/fX6w9LePFYrqE1AzkSY9DHbHGyKYlA4hGXHY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/mime/encoding/QuotedPrintableInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZXoyFOqoKgX4H0oByjqkHK3MdP0B5z3PF+bM5Qbm804=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/ITSPublicEncryptionKey$symmAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "aTcfusAKOxaTh3JszEPorD/WKEFhBF5AGKdjyu+gzBY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/ers/ERSArchiveTimeStampGenerator$IndexedPartialHashtree.class" - }, - { - "key": "SHA-256-Digest", - "value": "ErpkeTYz1pKwpLe/SIgiPF3r7w5AsK78wSLUzxTwxbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cmc/SimplePKIResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "ELj71tremQLWfXdcvdzpLD7VY7LPFzdM4/k0/ELPkdQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSignerInfoVerifierBuilder$ProviderHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "GzV+3KtQ7alhgEe1B6LyfrLyWks7oUdBj+u7bNCd8SQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/est/ESTRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "35EemNYTdrs+XQ0xt9eo2Dt7cpzcrkNIKIl5+Q87qoY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/DefaultCMSSignatureEncryptionAlgorithmFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "N3l/m3RywTI8nLuUpjQ7D2BYpmx8ZBvFshd4BGQgn4M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/JcaX509CRLConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "+xgfcykXGue9xdhWW/O/jDkA7jwsSZ/3gY86+btFc3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/bc/BcPKCS12PBEOutputEncryptorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "lW19AwvU6cVf8YSyW9LwzyJGoMuqU2kXBrh2WZy8gvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/SEEDUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "FATHxilOYGBWPWPugIaqLiHxqhWlwwNQO6dBCohp0T4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkix/util/filter/HTMLFilter.class" - }, - { - "key": "SHA-256-Digest", - "value": "5BKYY8BAbNM0QfBCcJatnouOIj6OTTpKzI2wxyypkhY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcDefaultDigestProvider$19.class" - }, - { - "key": "SHA-256-Digest", - "value": "puGQJvchpkzRs5n9KBHsMTGdVJJjqtD1ogfnkbha3hU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/OperatorHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "edqOxz07SgfaX/Q6hYOsnWgui4kk+fy60TI69BYnHjw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/bc/BcRSAAsymmetricKeyUnwrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Xoe7tvIgN3RqrQAwoc7UFHIbN8e2RKWXNWfJKAz+Ho=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/PKCS7TypedStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "ukOYhAkQxoMZGNqndHlaGV904fmDPiklVf4SCXOZ7gc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/EncryptionException.class" - }, - { - "key": "SHA-256-Digest", - "value": "W7Az1x5cdAFDKqvvUYWp9HFmNAF6FIbHek7zvCw9JKU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/DVCSResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "dsWhmrVFzSlAVCrYQ1Di9SIxFlFeG+VvopZBGABqZ/c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/jcajce/JcePEMEncryptorBuilder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "b8v1AFvObvWN+8A1EG261ptQODZAUyEDI15WfT/7HFA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/CMSProcessableCMPCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "TX8/XRwzwaNY4bBdXKATVCm63F8s88+NVpPXeR36a1I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcePasswordAuthenticatedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "rWXpM3H3ftPgy3UlZ8RinNfuVkUWLnwqMyv1/U3t35U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/cmp/CMPUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "zQJAcllwS7PZ11QPp2yTZT6Z2n5lEXhnucVplLbDCqo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/jcajce/OperatorHelper$OpCertificateException.class" - }, - { - "key": "SHA-256-Digest", - "value": "c0vw33Ig3wj46QAcYoE2KX27uc9kUlDaMLWX+D4wFkU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/jcajce/JcaCertificateRequestMessageBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ueSCJw82nJtPtGPYaqVOpbUSpM80tp/kT6NYmpA6cnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcRSASignerInfoVerifierBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "DM0ih9IG4EaUjra4tyZNiTVu2JNtwG2rpoirYfn6PKQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/MessageImprintBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "aERqlZG9weawJ9x4uhAydXotZeN2iHsT6hUhF/Jy4l0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/ocsp/UnknownStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "5M99r4LNkILUnc7rqks4hGg4618e/5Oqrj+Woa4bl7o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$X509CRLParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "zD5ZklAPIGDi6sn29YM8MEaQcsaQsBTkXngQb3a7Dwk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/AlgorithmNameFinder.class" - }, - { - "key": "SHA-256-Digest", - "value": "4M84uAgPmSlhscRbplmAylEtU5x9Qw5r+TQElo/crp4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/dvcs/VSDRequestData.class" - }, - { - "key": "SHA-256-Digest", - "value": "mryW0y37bLwQrHg2LSsCADuK5bIMKYlshdfWYz/5+eQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/DeltaCertificateTool.class" - }, - { - "key": "SHA-256-Digest", - "value": "d4XhAssm6geTwNrd58F8KsIq01JwhnkZIujkBuuUyeA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEMRecipientInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "2jppgTpOqLM7LB95b+yU52V9Si+/jfPwxS8StfWr4PI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/OriginatorInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "bDRaeZK8J5VqwWht9euCi16OqRLxXuuyXTyrUfmYggI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcPasswordEnvelopedRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "wjsM0KJtA1TiZwsROThl+4TcNENvJc+TPPc2SLziJDg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/bc/BcCRMFEncryptorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "boDY+dmMg2jJlAzeYnp5vBaPv3za5UikIKG+Rr4i2eQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKEKAuthenticatedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6mVspE8VaRzDXpOGlgfPH4vdxV6sGESdtOD0f5/6epQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/selector/X509AttributeCertificateHolderSelectorBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "qyo/Sq6pDDgkrhZoeCSnK+Vk2uVUMMTB5ZOsFIgXvyw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JcaSelectorConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "dPgE4e66nXPPF+Z/pvv07JGrdoywb12uLzYUain374M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/jcajce/DefaultCertHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "lVYk4tVtNdA+o3yBjMksj2C8ARcTiECo8l1/w4qi0Vg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/AuthenticatorControl.class" - }, - { - "key": "SHA-256-Digest", - "value": "lctJ+I6oFHdp742RSd1N8S6qlUW5AnQH64+1fNHIXQ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ut98UFebRsmRWfn2GqLOTUSiDXoXePXMG27pb/ZrGos=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/operator/OperatorException.class" - }, - { - "key": "SHA-256-Digest", - "value": "Euwq5gWkIKmpPuQIDiXs0HfVrL5YhgK7GW9dkrJUtEY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/jcajce/JceKeyAgreeAuthenticatedRecipient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jpAShZYY1GOBgj0V4f9PGVR7p462OUYCxIVHXOqwKCQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/bc/BcKeyTransRecipient.class" - }, - { - "key": "SHA-256-Digest", - "value": "zinenEGS4v1xNZUQjxJob+58XBxVy+Esu2Rt0EHkI3Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/EACUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "WOYpRsSEIZCRKrQ5Y/OkgaF6hGYTJSg8jpGVMEYayLM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSStreamException.class" - }, - { - "key": "SHA-256-Digest", - "value": "zFWpsWbKWxVMeD9UOdpshWd13nvTDLo40jzhdqlBbPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JcaITSContentVerifierProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "K06BZKa6aMQvKxGM5B2CeRM/rV07OnrRRGYuM9FOQxw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMWriter.class" - }, - { - "key": "SHA-256-Digest", - "value": "OpY/xvBYZxhLlzTOU9uZC5Eulu+lVXp/xeP9a357g4w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/openssl/PEMParser$X509CertificateParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "VgMFJ7bjg0F07WvnOkayLHNIMQWUHgAJurOkK8yqTsY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/JcaEACSignatureVerifierBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "yhG0hcxqPix392jD9VkFZBMc/fM4VAs4fR9ynLi5mP0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tsp/GenTimeAccuracy.class" - }, - { - "key": "SHA-256-Digest", - "value": "WXjrWaJiWOARtIjwAJNbhOjMo2dkUum81zlq7H0XUC8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cert/crmf/CertificateRequestMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "sC1Q7XNdXzYlse6PGLvcU9eKyIRVE5f2Xkz1+jb1HxA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSAuthEnvelopedDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "IbCOJpbrcmeobSnGS/55NmycGwNhhpzSOgh769kIkTI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSProcessableFile.class" - }, - { - "key": "SHA-256-Digest", - "value": "NqllqcQKk5HuFbSak82YMas59BiVLov572ISKhE2ENQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/KEKRecipientId.class" - }, - { - "key": "SHA-256-Digest", - "value": "iKPC5Z3adQ+ZLHBXJMdFu8IJ6k0Xkr0K8AHtSpAAWZE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/its/jcajce/JceETSIKeyWrapper$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "2UbSttb7Sl80akS9nm/Q4A7iz0pIp7oufdkzqsqR8Ds=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/cms/CMSPatchKit$ModEncAlgSignerInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "mczPIN/wCygWi0ZfNzNLgUzPDKHBRK4I5hl20tYaedw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/eac/operator/jcajce/DefaultEACHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "PnsJ5w7+E+Nw5LReBC6DKyzfu3xe2AOqHuWp/rDq3pU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/MacDataGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "aTsk1P8VP284aTPbhXd2FUYRgC8FOTAmpI1ucRCfW+s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pkcs/DeltaCertificateRequestAttribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "EvbXCFFPBuvTZM7SFuGaZX34FT1SF6oteVe67Oej+GU=" - } - ] - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "a197fb87f0697c1925e7248865ee84516fdb6d9c" - } - ] - } - }, - { - "id": "2d3b7663cb9a900a", - "name": "bcprov-jdk18on", - "version": "1.74", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk18on/1.74/bcprov-jdk18on-1.74.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk18on/1.74/bcprov-jdk18on-1.74.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "sha256:156e0dd51df96c6c72bc9b9bfbc9e26d5da2c8bd2e731581da3631262d393be2", - "spdxExpression": "", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk18on/1.74/bcprov-jdk18on-1.74.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk18on/1.74/bcprov-jdk18on-1.74.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "sha256:f9e6b01128a66b9887432db0397034793bcb1667770990c27fd4fd04ffc0c12a", - "spdxExpression": "", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk18on/1.74/bcprov-jdk18on-1.74.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk18on/1.74/bcprov-jdk18on-1.74.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:bouncycastle-org:bcprov-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle-org:bcprov_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle_org:bcprov-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle_org:bcprov_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.bouncycastle:bcprov-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.bouncycastle:bcprov_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcprov-jdk18on:bcprov-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcprov-jdk18on:bcprov_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcprov_jdk18on:bcprov-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcprov_jdk18on:bcprov_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bcprov-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bcprov_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcprov:bcprov-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcprov:bcprov_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.bouncycastle/bcprov-jdk18on@1.74", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk18on/1.74/bcprov-jdk18on-1.74.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-SymbolicName", - "value": "bcprov" - }, - { - "key": "Bnd-LastModified", - "value": "1686552815083" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "J2SE-1.5" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.bouncycastle" - }, - { - "key": "Application-Library-Allowable-Codebase", - "value": "*" - }, - { - "key": "Import-Package", - "value": "javax.crypto;resolution:=optional,javax.crypto.interfaces;resolution:=optional,javax.crypto.spec;resolution:=optional,javax.naming;resolution:=optional,javax.naming.directory;resolution:=optional,javax.security.auth;resolution:=optional,javax.security.auth.callback;resolution:=optional,javax.security.auth.x500;resolution:=optional" - }, - { - "key": "Export-Package", - "value": "org.bouncycastle;version=\"1.74\",org.bouncycastle.asn1;version=\"1.74\";uses:=\"org.bouncycastle.util\",org.bouncycastle.asn1.anssi;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x9\",org.bouncycastle.asn1.bc;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.util\",org.bouncycastle.asn1.cryptlib;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.cryptopro;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.asn1.x9\",org.bouncycastle.asn1.edec;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.gm;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x9\",org.bouncycastle.asn1.gnu;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.iana;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.isara;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.iso;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.kisa;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.microsoft;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.misc;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.mozilla;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.nist;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x9\",org.bouncycastle.asn1.nsri;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.ntt;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.ocsp;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.oiw;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.pkcs;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.rosstandart;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.sec;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x9\",org.bouncycastle.asn1.teletrust;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x9\",org.bouncycastle.asn1.ua;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.crypto.params,org.bouncycastle.math.ec\",org.bouncycastle.asn1.util;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.x500;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.x500.style;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x500\",org.bouncycastle.asn1.x509;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500\",org.bouncycastle.asn1.x509.qualified;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.x509.sigi;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x500\",org.bouncycastle.asn1.x9;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.math.ec\",org.bouncycastle.crypto;version=\"1.74\";uses:=\"javax.security.auth,org.bouncycastle.crypto.digests,org.bouncycastle.crypto.params,org.bouncycastle.util\",org.bouncycastle.crypto.agreement;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\",org.bouncycastle.crypto.agreement.jpake;version=\"1.74\";uses:=\"org.bouncycastle.crypto\",org.bouncycastle.crypto.agreement.kdf;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.crypto\",org.bouncycastle.crypto.agreement.srp;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\",org.bouncycastle.crypto.commitments;version=\"1.74\";uses:=\"org.bouncycastle.crypto\",org.bouncycastle.crypto.constraints;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.math.ec\",org.bouncycastle.crypto.digests;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.util\",org.bouncycastle.crypto.ec;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x9,org.bouncycastle.crypto,org.bouncycastle.math.ec\",org.bouncycastle.crypto.encodings;version=\"1.74\";uses:=\"org.bouncycastle.crypto\",org.bouncycastle.crypto.engines;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.digests,org.bouncycastle.crypto.generators,org.bouncycastle.crypto.modes,org.bouncycastle.crypto.params,org.bouncycastle.math.ec,org.bouncycastle.util\",org.bouncycastle.crypto.examples;version=\"1.74\";uses:=\"org.bouncycastle.crypto\",org.bouncycastle.crypto.fpe;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\",org.bouncycastle.crypto.generators;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.math.ec\",org.bouncycastle.crypto.hpke;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\",org.bouncycastle.crypto.io;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.modes\",org.bouncycastle.crypto.kems;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\",org.bouncycastle.crypto.macs;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.digests,org.bouncycastle.crypto.modes,org.bouncycastle.crypto.paddings\",org.bouncycastle.crypto.modes;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.modes.gcm\",org.bouncycastle.crypto.modes.gcm;version=\"1.74\",org.bouncycastle.crypto.modes.kgcm;version=\"1.74\",org.bouncycastle.crypto.paddings;version=\"1.74\";uses:=\"org.bouncycastle.crypto\",org.bouncycastle.crypto.params;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x9,org.bouncycastle.crypto,org.bouncycastle.crypto.util,org.bouncycastle.math.ec,org.bouncycastle.math.ec.rfc8032\",org.bouncycastle.crypto.parsers;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\",org.bouncycastle.crypto.prng;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\",org.bouncycastle.crypto.prng.drbg;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.prng,org.bouncycastle.math.ec\",org.bouncycastle.crypto.signers;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.crypto,org.bouncycastle.crypto.macs,org.bouncycastle.math.ec\",org.bouncycastle.crypto.util;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.asn1.x9,org.bouncycastle.crypto,org.bouncycastle.crypto.io,org.bouncycastle.crypto.params,org.bouncycastle.math.ec,org.bouncycastle.util\",org.bouncycastle.i18n;version=\"1.74\";uses:=\"org.bouncycastle.i18n.filter\",org.bouncycastle.i18n.filter;version=\"1.74\",org.bouncycastle.iana;version=\"1.74\",org.bouncycastle.internal.asn1.bsi;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.internal.asn1.cms;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.internal.asn1.eac;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.internal.asn1.isismtt;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.jcajce;version=\"1.74\";uses:=\"javax.crypto,javax.crypto.interfaces,org.bouncycastle.asn1.bc,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.util,org.bouncycastle.util\",org.bouncycastle.jcajce.interfaces;version=\"1.74\";uses:=\"org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\",org.bouncycastle.jcajce.io;version=\"1.74\";uses:=\"javax.crypto\",org.bouncycastle.jcajce.provider.asymmetric;version=\"1.74\";uses:=\"org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.util\",org.bouncycastle.jcajce.provider.asymmetric.dh;version=\"1.74\";uses:=\"javax.crypto,javax.crypto.interfaces,javax.crypto.spec,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.agreement,org.bouncycastle.crypto.engines,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jce.interfaces\",org.bouncycastle.jcajce.provider.asymmetric.dsa;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jce.interfaces\",org.bouncycastle.jcajce.provider.asymmetric.dstu;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jce.interfaces,org.bouncycastle.jce.spec,org.bouncycastle.math.ec\",org.bouncycastle.jcajce.provider.asymmetric.ec;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.asn1.x9,org.bouncycastle.crypto,org.bouncycastle.crypto.agreement,org.bouncycastle.crypto.engines,org.bouncycastle.crypto.generators,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.util,org.bouncycastle.jce.interfaces,org.bouncycastle.jce.spec,org.bouncycastle.math.ec\",org.bouncycastle.jcajce.provider.asymmetric.ecgost;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.agreement,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jce.interfaces,org.bouncycastle.jce.spec,org.bouncycastle.math.ec\",org.bouncycastle.jcajce.provider.asymmetric.ecgost12;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cryptopro,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.agreement,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jce.interfaces,org.bouncycastle.jce.spec,org.bouncycastle.math.ec\",org.bouncycastle.jcajce.provider.asymmetric.edec;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.engines,org.bouncycastle.jcajce.interfaces,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.util\",org.bouncycastle.jcajce.provider.asymmetric.elgamal;version=\"1.74\";uses:=\"javax.crypto,javax.crypto.interfaces,javax.crypto.spec,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.symmetric.util,org.bouncycastle.jce.interfaces,org.bouncycastle.jce.spec\",org.bouncycastle.jcajce.provider.asymmetric.gost;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jce.interfaces\",org.bouncycastle.jcajce.provider.asymmetric.ies;version=\"1.74\",org.bouncycastle.jcajce.provider.asymmetric.rsa;version=\"1.74\";uses:=\"javax.crypto,javax.crypto.spec,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jce.interfaces\",org.bouncycastle.jcajce.provider.asymmetric.util;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.asn1.x9,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.crypto.signers,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.util,org.bouncycastle.jce.interfaces,org.bouncycastle.jce.spec,org.bouncycastle.math.ec,org.bouncycastle.math.field\",org.bouncycastle.jcajce.provider.asymmetric.x509;version=\"1.74\";uses:=\"org.bouncycastle.asn1.x509\",org.bouncycastle.jcajce.provider.config;version=\"1.74\";uses:=\"javax.crypto.spec,org.bouncycastle.asn1,org.bouncycastle.jcajce,org.bouncycastle.jcajce.provider.util,org.bouncycastle.jce.spec\",org.bouncycastle.jcajce.provider.digest;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.symmetric.util\",org.bouncycastle.jcajce.provider.drbg;version=\"1.74\";uses:=\"org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.util\",org.bouncycastle.jcajce.provider.keystore;version=\"1.74\";uses:=\"org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.util\",org.bouncycastle.jcajce.provider.keystore.bc;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.jce.interfaces\",org.bouncycastle.jcajce.provider.keystore.bcfks;version=\"1.74\";uses:=\"org.bouncycastle.jcajce.provider.keystore.util\",org.bouncycastle.jcajce.provider.keystore.pkcs12;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.keystore.util,org.bouncycastle.jcajce.util,org.bouncycastle.jce.interfaces\",org.bouncycastle.jcajce.provider.keystore.util;version=\"1.74\";uses:=\"org.bouncycastle.jcajce.util\",org.bouncycastle.jcajce.provider.symmetric;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.symmetric.util,org.bouncycastle.jcajce.provider.util\",org.bouncycastle.jcajce.provider.symmetric.util;version=\"1.74\";uses:=\"javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.security.auth,org.bouncycastle.asn1,org.bouncycastle.crypto,org.bouncycastle.crypto.modes,org.bouncycastle.internal.asn1.cms\",org.bouncycastle.jcajce.provider.util;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.config\",org.bouncycastle.jcajce.spec;version=\"1.74\";uses:=\"javax.crypto,javax.crypto.spec,javax.security.auth,org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.crypto.params,org.bouncycastle.crypto.util\",org.bouncycastle.jcajce.util;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.asn1.x509\",org.bouncycastle.jce;version=\"1.74\";uses:=\"javax.security.auth.x500,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.jce.spec,org.bouncycastle.x509\",org.bouncycastle.jce.exception;version=\"1.74\",org.bouncycastle.jce.interfaces;version=\"1.74\";uses:=\"javax.crypto.interfaces,org.bouncycastle.asn1,org.bouncycastle.jce.spec,org.bouncycastle.math.ec\",org.bouncycastle.jce.netscape;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509\",org.bouncycastle.jce.provider;version=\"1.74\";uses:=\"javax.crypto,javax.crypto.interfaces,javax.crypto.spec,javax.security.auth.x500,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.jcajce,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.util,org.bouncycastle.jce.exception,org.bouncycastle.jce.interfaces,org.bouncycastle.jce.spec,org.bouncycastle.math.ec,org.bouncycastle.util,org.bouncycastle.x509,org.bouncycastle.x509.util\",org.bouncycastle.jce.spec;version=\"1.74\";uses:=\"org.bouncycastle.asn1.cryptopro,org.bouncycastle.jcajce.spec,org.bouncycastle.jce.interfaces,org.bouncycastle.math.ec\",org.bouncycastle.math;version=\"1.74\";uses:=\"org.bouncycastle.crypto\",org.bouncycastle.math.ec;version=\"1.74\";uses:=\"org.bouncycastle.math.ec.endo,org.bouncycastle.math.field\",org.bouncycastle.math.ec.custom.djb;version=\"1.74\";uses:=\"org.bouncycastle.math.ec\",org.bouncycastle.math.ec.custom.gm;version=\"1.74\";uses:=\"org.bouncycastle.math.ec\",org.bouncycastle.math.ec.custom.sec;version=\"1.74\";uses:=\"org.bouncycastle.math.ec\",org.bouncycastle.math.ec.endo;version=\"1.74\";uses:=\"org.bouncycastle.math.ec\",org.bouncycastle.math.ec.rfc7748;version=\"1.74\",org.bouncycastle.math.ec.rfc8032;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.math.ec.rfc7748\",org.bouncycastle.math.ec.tools;version=\"1.74\";uses:=\"org.bouncycastle.asn1.x9,org.bouncycastle.math.ec\",org.bouncycastle.math.field;version=\"1.74\",org.bouncycastle.math.raw;version=\"1.74\",org.bouncycastle.pqc.asn1;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.pqc.legacy.crypto.gmss,org.bouncycastle.pqc.legacy.crypto.rainbow,org.bouncycastle.pqc.legacy.math.linearalgebra\",org.bouncycastle.pqc.crypto;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params\",org.bouncycastle.pqc.crypto.bike;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.cmce;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.crystals.dilithium;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.crystals.kyber;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.falcon;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.frodo;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.gemss;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.hqc;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.lms;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto,org.bouncycastle.util\",org.bouncycastle.pqc.crypto.newhope;version=\"1.74\";uses:=\"org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.crypto.util,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.ntru;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.ntruprime;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.picnic;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.rainbow;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.saber;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.sphincs;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.sphincsplus;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.util;version=\"1.74\";uses:=\"javax.security.auth,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.crypto.util,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.crypto.xmss;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto,org.bouncycastle.util\",org.bouncycastle.pqc.jcajce.interfaces;version=\"1.74\";uses:=\"org.bouncycastle.pqc.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.config,org.bouncycastle.jcajce.provider.util\",org.bouncycastle.pqc.jcajce.provider.bike;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.bike,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider.cmce;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.cmce,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider.dilithium;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.pqc.crypto.crystals.dilithium,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.provider.util,org.bouncycastle.pqc.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider.falcon;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.pqc.crypto.falcon,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.provider.util,org.bouncycastle.pqc.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider.frodo;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.frodo,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider.gmss;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.pqc.legacy.crypto.gmss\",org.bouncycastle.pqc.jcajce.provider.hqc;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.hqc,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider.kyber;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.pqc.crypto.crystals.kyber,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.provider.util,org.bouncycastle.pqc.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider.lms;version=\"1.74\";uses:=\"org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.lms,org.bouncycastle.pqc.jcajce.interfaces\",org.bouncycastle.pqc.jcajce.provider.mceliece;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.jcajce.provider.util,org.bouncycastle.pqc.legacy.crypto.mceliece,org.bouncycastle.pqc.legacy.math.linearalgebra\",org.bouncycastle.pqc.jcajce.provider.newhope;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.asymmetric.util,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.newhope,org.bouncycastle.pqc.jcajce.interfaces\",org.bouncycastle.pqc.jcajce.provider.ntru;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.ntru,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider.ntruprime;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.ntruprime,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider.picnic;version=\"1.74\";uses:=\"org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.picnic,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider.rainbow;version=\"1.74\";uses:=\"org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.rainbow,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider.saber;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.saber,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider.sphincs;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.sphincs,org.bouncycastle.pqc.jcajce.interfaces\",org.bouncycastle.pqc.jcajce.provider.sphincsplus;version=\"1.74\";uses:=\"org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.sphincsplus,org.bouncycastle.pqc.jcajce.interfaces,org.bouncycastle.pqc.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider.util;version=\"1.74\";uses:=\"javax.crypto,org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.jcajce.provider.util,org.bouncycastle.jcajce.spec\",org.bouncycastle.pqc.jcajce.provider.xmss;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.jcajce.provider.util,org.bouncycastle.pqc.crypto.xmss,org.bouncycastle.pqc.jcajce.interfaces\",org.bouncycastle.pqc.jcajce.spec;version=\"1.74\";uses:=\"org.bouncycastle.pqc.crypto.lms\",org.bouncycastle.pqc.legacy.crypto.gmss;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto,org.bouncycastle.pqc.legacy.crypto.gmss.util\",org.bouncycastle.pqc.legacy.crypto.gmss.util;version=\"1.74\";uses:=\"org.bouncycastle.crypto\",org.bouncycastle.pqc.legacy.crypto.mceliece;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto,org.bouncycastle.pqc.legacy.math.linearalgebra\",org.bouncycastle.pqc.legacy.crypto.qtesla;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.legacy.crypto.rainbow;version=\"1.74\";uses:=\"org.bouncycastle.crypto,org.bouncycastle.crypto.params,org.bouncycastle.pqc.crypto\",org.bouncycastle.pqc.legacy.crypto.rainbow.util;version=\"1.74\",org.bouncycastle.pqc.legacy.math.linearalgebra;version=\"1.74\",org.bouncycastle.pqc.math.ntru;version=\"1.74\";uses:=\"org.bouncycastle.pqc.math.ntru.parameters\",org.bouncycastle.pqc.math.ntru.parameters;version=\"1.74\";uses:=\"org.bouncycastle.pqc.math.ntru\",org.bouncycastle.util;version=\"1.74\",org.bouncycastle.util.encoders;version=\"1.74\",org.bouncycastle.util.io;version=\"1.74\",org.bouncycastle.util.io.pem;version=\"1.74\",org.bouncycastle.util.test;version=\"1.74\";uses:=\"org.bouncycastle.crypto.prng\",org.bouncycastle.x509;version=\"1.74\";uses:=\"javax.security.auth.x500,org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.i18n,org.bouncycastle.jce,org.bouncycastle.util,org.bouncycastle.x509.util\",org.bouncycastle.x509.extension;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509\",org.bouncycastle.x509.util;version=\"1.74\";uses:=\"org.bouncycastle.jce,org.bouncycastle.util,org.bouncycastle.x509\"" - }, - { - "key": "Bundle-Name", - "value": "bcprov" - }, - { - "key": "Permissions", - "value": "all-permissions" - }, - { - "key": "Trusted-Library", - "value": "true" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Extension-Name", - "value": "org.bouncycastle.bcprovider" - }, - { - "key": "Application-Name", - "value": "Bouncy Castle Provider" - }, - { - "key": "Automatic-Module-Name", - "value": "org.bouncycastle.provider" - }, - { - "key": "Implementation-Version", - "value": "1.74.0.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "BouncyCastle.org" - }, - { - "key": "Tool", - "value": "Bnd-2.2.0.20130907-154046" - }, - { - "key": "Implementation-Vendor", - "value": "BouncyCastle.org" - }, - { - "key": "Ant-Version", - "value": "Apache Ant 1.6.5" - }, - { - "key": "Originally-Created-By", - "value": "25.362-b09 (Private Build)" - }, - { - "key": "Bundle-Version", - "value": "1.74" - }, - { - "key": "Caller-Allowable-Codebase", - "value": "*" - }, - { - "key": "Codebase", - "value": "*" - }, - { - "key": "Created-By", - "value": "1.5.0_08 (Sun Microsystems Inc.)" - }, - { - "key": "Specification-Version", - "value": "1.1" - } - ], - "sections": [ - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode.class" - }, - { - "key": "SHA-256-Digest", - "value": "wNhEfeTvNG9ggqKfLjQDDoFoDqeWwGUc47JiL7VqxqU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/Tables8kGCMMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "nqljr9DNx4nNie4sbkZajVenvd3LdMF3X5s5dmSMToM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "6NFcu+LwYrOVu1vukTQC/r8J1FNOppwYbFDzfwuOjvU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AlgParamsCCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "KnRQKLHlGsEVJ8EidWXYTPq1X4je6qaMx4jr2u9+3nc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "6onuwrK/G9XBGi1WAej66csiRz0CRvFjf5hEZXX6zoc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSDigestProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "gaeSSaq/DrIJ1+DYtxZfkuTb00EnroFcWB6c4AANqTA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/SPHINCSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "k3TMBJ/hrL6ypfccy5TSY6fxMgIXeb10En00+YIfW9Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA384$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Owu50vsHf5qAbU0NSrvrL+1BdJk7kIqZ7tB3HTjPRy4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/CRLNumber.class" - }, - { - "key": "SHA-256-Digest", - "value": "AKUE/51ZWo2PqRDjvNCkih56C2fVy+9SDFcz6Prk+Y0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TBSCertList$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "QEBQ/RK6uDAHGugpwwElwH2Mm22NG5oLjJ7NtdAH1js=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SM3.class" - }, - { - "key": "SHA-256-Digest", - "value": "swxgvalbvCYr0btJ2+TrTXewEUSmbhcBSBNtFs+jfU8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "emopA4bSmqw0qXkLufvQeeyYodMrejNOrc7DhgUDEzE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Frodo$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "zi+vPHqOJNJxAB6V9fYVDVrjhS7r9VY5EJ71W4rkY7U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyFactorySpi$Falcon512.class" - }, - { - "key": "SHA-256-Digest", - "value": "gnuKmdzuL7XbyJM0wq0uok+Mm5UkTv38xBOzZ7f1VbM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "zjSK99M9eKb708ja4nwwO7FXihMU+Rnmag+y06woUjc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/PBMAC1Params.class" - }, - { - "key": "SHA-256-Digest", - "value": "nwFLF3OnUZzCXDk8bCeiIC8We+mUDR1XfgjpdqDzDEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "JIF7HIb0h9z8CHDnwdKbAyHzJJsfYjz3y9Vt2YvcCug=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/GeneralName.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sb2uS+RlrTi00JsPxwM3HDzYTace0xWNeoUwRlNDUv8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/SPHINCSPLUSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "gPCzsXcwQq3Q54ON7gybNn3mMNcbpqY4bAJwgUkM/Ss=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat448.class" - }, - { - "key": "SHA-256-Digest", - "value": "0Czy45J3L1SNoe2YHcpz1/WYy3jbG491pyChNeWLeos=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/Zuc128Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "cF9lHrggYMt1sBzLZaoR5aAFi5KA1V2Ew9ylcxCHI18=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UTCTime$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ka7xIRgLP76BVtMiunvx4cxeVKa8H94wmoAnMJFQsGE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCertStoreSelector$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "iv9eVITRyObzHKa9/K1YCwB94WeqxVH7tD2P7mgWJ6s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/XMSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "f3TJfnrjsH3T2W2IrqeY4tS2HXEtR+x66fZnZ1PRCcc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/SubjectPublicKeyInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "9pWiICA2z/cLtrw8T4aYV+MOj16mHte0k3bbkgC33nc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/GOST3410Params.class" - }, - { - "key": "SHA-256-Digest", - "value": "JgqJ5HG8nKLl1zg2LFYr2HQz1dK4v0IdvyWMG1zj2wU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Zuc128CoreEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "4gFybQdGM6VSaGndhm0zZvYyb4L2EWosJXdGyvSeZq0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "PEFr49LJunTvEh12cgze90c070f+Oge+WT5UA1mVKlA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseAlgorithmParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "6xJ54zONZw1/xk9xKLFqIPTo2MhOwlqh/IOv/5sd1wc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$MD5WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y9taeE6zhS90+YbR2H9DhnQ39zcz3qyZQ4LnCGpyRPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "ITHy0y1BYiIdsq5LA/RqJGmp8Rt4OvSGeu8CXdNEZmI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/KyberPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "O0YiJunHD4wKaa9QkkiQEgJb4MXA+GfOvxNdtxoeCwM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ECPublicKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "dgIEGBCSTlN4UmsbwVj7Im5FX3Jjg6ME2IIbYaDBMf4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$29.class" - }, - { - "key": "SHA-256-Digest", - "value": "0Ea39Cj/ZfeKry+YrDuuCmjGNeZcZgvhGo5zL8qgCHw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC256$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "kEL82gmeCbshewmzGB5kppjL7qAa/GzReXtzEYN0KdA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$ECB_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "fiWGmiPfLk48sPH3wLd0YmS8gtl9EHB+pjDAplRLAE4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/Tables16kKGCMMultiplier_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "9A6q4cI05YkyjIr08LxuV1u0xk2QaRcAqjEvYuO6W8U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "t6JjkOtL3H1nvKws+T+zL3w+RViteG1Fabs2d91m/YM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DERMacData$Type.class" - }, - { - "key": "SHA-256-Digest", - "value": "X3j4D2hSiwZwO2B5bvoXTO8jToqhfgCRNehGx6hZOgc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ApplicationSpecificParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "oPUFTXwub1SNQ33UUilMXFpY+33zHMPxnpFgLqg51KU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/PKCS5S2ParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "cl8+OVZGzAeOKPZiivnYGSZowTqSUYcmg/O2QE0FGv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecNR384.class" - }, - { - "key": "SHA-256-Digest", - "value": "tLoklqOadmFxQyake65I5rgPV/CQhAoBL5x1okgWAF4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERExternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "K3zlc6e2qdN8jzobS8T2LSPX2VIpIUXqf83ufF3KtNI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/ECDSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "HdDbNijd5YJzLxd6bUDiXgXZPBI3GnbnxCiQiR3b/FQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$20.class" - }, - { - "key": "SHA-256-Digest", - "value": "Po/1QjeLWLXiZLTd0GfEMfAiITXozJ8q5KGggChCAHM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "IA91MtqyL3IOldXOm2diEDQSTo+zwiIoytoMZpP7XQU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XTEA$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "CmW96sFs1YbMpBTnhQP8ElcdZ9xTizrv2bhwvzV/oRY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/KGMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "pzEFrLSh3TT4Jdm4KHrYjjguiJZOuex5IOW7B30eDJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "sMSRIH98so39/fa91FTWpRpisr3J5UtlmyqU66H+SKs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "qkIe3sKRd8gdDyEGOPdCoexSuG0pDtWeGZL38rSB6Eg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/DomainParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "6idrsRLzYcOXk+ojtkXZighiLyecM9cPd7bKvsXeu7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/CramerShoupParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "njC+xM/M3N5ayuNE6CzK1pwURM22Iej7BbQ8loFHTN0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p.class" - }, - { - "key": "SHA-256-Digest", - "value": "f/Ytafw2gWuGd//qjMnSLy1KTSYM8iYFjNWl7yW2vP4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/GOST3410PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "xY9U607y2eupumZWc3/7UmqUjyk5rIQeKaBb2l+1z2k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$ISAPAEAD_A_128A.class" - }, - { - "key": "SHA-256-Digest", - "value": "vJ0w0Ct7T0JhH1YHb/jP+fLKT2F0T+aKhvID90dmnWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF1$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "wAmQtJqraw8KKVni2VrCnTpyvcW9v6cmlCZ4U58Xh2w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "sNMJp5UTxYZR9QKem6aU2XyJhseZz1frTjE7Fjes4yA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/SkeinParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mdx6b8NUfdoVge4r+SjqMkr4sHc0KmnBeJcEJCrNOoI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "LVCTW8uBDDWkBQLa1M5FX/+wOHS/XWHJonafimhn/ts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$GCFB8.class" - }, - { - "key": "SHA-256-Digest", - "value": "lskaKZAJOndT0oi+1LibM5I02j9BsjYvVKju4oxK9tE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_256withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "JC0cubOhNtGz/32HQ8uJxH1S2OjVPBFtCXV5EuIFoyU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "9aKOGNMYVU6sL/67xKc7l+1sD0OvOVS6UvfUmlPhjyE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/config/ProviderConfiguration.class" - }, - { - "key": "SHA-256-Digest", - "value": "1RpNXkMzOq7k4mBwCchCqfReTCxkneLgYviy9/cCHYE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$Wrap512.class" - }, - { - "key": "SHA-256-Digest", - "value": "vYzbvVralDDsA+Yw+KxJzC4BD3D+/65cAksfZt1LGGk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "590qGQLsHExyDvFyyS3j/OXA+YiRwS/O+sO0Y89fKyo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "oEkU10PG17I4kY6rkCft1cmrgkocJXERtzYmUvy3/jQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AttributeCertificateInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "SEfFgzkrEqXSEoO4V8n+OLfPIRvDai/iR8PA11607Sw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grainv1.class" - }, - { - "key": "SHA-256-Digest", - "value": "k5AwgyC+wI0fayUrvcRAsEct2xQnWWFQH6aSLegDk1w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "7MePjmpZ38HGGiVmKGtx//3vrTWSJQfsKYhRQmkpNFk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Doubles.class" - }, - { - "key": "SHA-256-Digest", - "value": "6jtH3KEhnZ9GoV5UvoFybj5NjkaRp0LmqAK9vo//i/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/OldCTSBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "0pwMhf4mzPuMF4DlN7hP8/9bZgIElLm50KfH+lWscZc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/CrlCache.class" - }, - { - "key": "SHA-256-Digest", - "value": "8/iVwOaOvOsbJ2iKB2UYpvnJT23NnG9p8U6tn11iT7M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p$Gaussian.class" - }, - { - "key": "SHA-256-Digest", - "value": "4H6leCHT6dVAsztqOkNRKOqwh8PFVtQgI9K3DebOK8U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AsconEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "iS3GDfWRtUE/3TtbZx/5Q0CBsJuDlazAJzVzhgqQDBY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/kdf/DHKDFParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Bq6MMSuUakFI6J5vUZWf35srpQhl76gLN6Nsn6S87A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WNafUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jTydpIqbMrpcIi9ceu5qoo64Ygo4bRY2jTFRADsVkag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "n/MF2eUekSHuTxlZTvFggVc8MNgB4z+fEPDi1bP+2oU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "uXD5KNI2yPtJIRPd+JGtWEeDg+9QuxOcdH/dfnYBk54=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "uyftMD9KPHKFuouCv5o+Qnbmc1Ob/c2bRfNS8MAzxl4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "urE8KQ8pIetSuJK9UGnPUe8JUAnP8kv/rgu0kiEmFm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD320$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "45flerRaklfkQyjOd4sLmGX6Jyxr9updxXwXVo7Glek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "zlo0W4piak5RxFvAZbEv1HzJQ6OVdYIUNgxe9geOgck=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "CySx/zy5/qszpZ3Q4nXBcLzNWw2byddwS7bDlczLgQs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "duC+uCOpoK7RS8qJjmRUpFa75T9KbmUWgCazyLoTxFk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Msg.class" - }, - { - "key": "SHA-256-Digest", - "value": "cG1BFw3mG9LJEealNEhSXp0VJwje1BD34viekpt9OV0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "9SFlNzlI1xUj4T6ykAz4+QtWOw8+XOpHul3uDys9Tg4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$29.class" - }, - { - "key": "SHA-256-Digest", - "value": "TSKr9P2gSkU+aV1aHkmvFb8bRYaTR3CPGfZ9Pj+hDQk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "8CpfHZm+n7EpRxxKkK6UMBhju6dKJ4rNpBATmjLKRG0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "hhD0UsEJnyYZggP7DjO9WMo/19TJzwDdAQZPBVbPRhw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/EncapsulatedSecretExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "vrpvbcV1hL0r6mfp+6i6pO786DHnq8ndCUw//I5FBRo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/anssi/ANSSIObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "hqcSAg6X9zrw3pYn4Jzh2dOlFZCCqTuRvXwo16ZHNl0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/XMSSParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "gAwKNGEzgK4Ko30EmP7aGI7DgW/2meAHWf4u/9u21IY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/SamplerZ.class" - }, - { - "key": "SHA-256-Digest", - "value": "UDN+os64emyFl6XZd5f74adqcu0ybz2ThjrCaVvsTvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RSABlindedEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "rKEWLQOJJbpLwBgi6TlcB9piQed0o4Qd9vWidN9Lzvs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKeysToParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Va7MUCMM+fPTmEPo+0AjvoN6mjufgcIOCDPg+lBYH4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nh6PaeJx4QMJsEV7zQPLSwCjsYnIL921MJ5CK6OBijg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1GeneralizedTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "I1YZ9m1IaZWs6Qm7WPsocHnb33GStYDXN9wBI343ecg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1GeneralizedTime$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "JPODKdZ4qKpLB3Gf4aAe+kPzLQCnZe/yi+VIkEzs3Xc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$Shake256Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "XOwMS4DA2E9pVuo3py1EJHIZqw0R3G8eaxCL4d+L2IU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "JBS8PqzogNBxblf43KMihzmgzPPesHXI+Q46KA2t7r0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/PolicyQualifierInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "bWJN3kxw+7AaglTjCGcU0quSx/SPurNmjTpoxUYB5EQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "nurBcKGiU4PZkYdyZYs6LAHGblgBQbulc8Pg/Eui89A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "w9syyG0l6rDFh87RjwtBefQnykpdUasVvBgHnOkLUhA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "YQNFg23gy4xqk/6WlTKES71O0FLdcL8z8TjTqY6uj/8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "lXbI5AZ1b9PJURjCZnLXaqpQP0/LjC17n3SaR6j4T5M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincs/SPHINCSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rD3waQpy2ljMisBH9Oi7VtpVu4lV0PDrnFHuWqJISUQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/LinkedCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "EEvy2vU+koQcOLV4feHYtL/Ftv/byb6EXrvG9RZs8qw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "iLXtdsIrGTRzEvjtzF6LwAJ77Q3uQTDLqewMNJe6uJk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DESParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "KcJcNWRXrGNhemKUMGRNPTF9XxpMS5XaYanAMf8BcD4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Sequence$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "JJM1e34KVNhZqaNlbTyOicvngt2ay8UuiiuLANkzE4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSASha3_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "9RqkLx8vwx0aVXUGliqwZWraheU/HpzGSFgYLZqYtJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/srp/SRP6VerifierGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Y7taEJvCO64qTuG1CQ4NSQ8fWUgAgR+8TQhI0zlrC0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB256.class" - }, - { - "key": "SHA-256-Digest", - "value": "aa+2SaED5Fv4emRYuy/+J2ELC1GyVCE3ikL5+XNCJYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "teTpbCV443gWptk3aq//S1JAgPLM+teWVM6+n3hO25Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$19.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2TJvej5SdoOwGUIYRTx/57HmHVpgPNlEiky/ArMk7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withBlake2b.class" - }, - { - "key": "SHA-256-Digest", - "value": "qBdPhqdAcRKztBKyi38JmQ+JeWUyBKBCjY7eyfS8PC8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/SignatureSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "CrDexygroAf/oH84NQGTyIDCr5xcX4GMIoYJoDbt8zM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Rijndael.class" - }, - { - "key": "SHA-256-Digest", - "value": "b9Gi8h6lA9ZRjViLF8STwXQlOpTniVl7mDTVAMGBhpY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLAKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "HhRpdnct/X7zT4deqZLBFSesPhbBr0qbqN/Ka6Yy24I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePointchevalCipherSpi$McEliecePointcheval384.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Ge96aXGeDtpRgJJQzMpFSqMrjnGDxvnFthfzYu7erM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA3_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "LWXJf6WfFXZPLc6xW6HNE/USdj+Q8D31j6LsHlnsDa4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/JournalingSecureRandom$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "GW1G6VL4PD54I/ZA/wxuibRlw1ihcMAmvKe+3n7Up3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC128$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "He2nfWzphGcoM97VE5UtSPm8y/9FjdN8yjeSlikjHvE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD4$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Iq0fhJZThl1gtDqa8/pEye4ORJRwJVu1+l/lTEWJZh0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/util/ASN1Dump.class" - }, - { - "key": "SHA-256-Digest", - "value": "6aaCv5NXob/3wDZOefB4t+v4utDlQBLw9cSaXBYOGQg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/KeyEncapsulation.class" - }, - { - "key": "SHA-256-Digest", - "value": "sjAyegKZM6rWroUce72VLInT6EuwsZ7MaOGgROmbEPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/Permute.class" - }, - { - "key": "SHA-256-Digest", - "value": "cMfXhRjwmbVWeI4Shxa2AN2zv5wVlRj/nOhE2LPnLUc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "6rjcWOdScmy8/IH97mkCd/krEDzeSbCr9TboTZxMS7k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "EgvGF/XpvbyyJ1PyVzbYm74FXCbQGH+N3AXxgvI7P7A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Tree.class" - }, - { - "key": "SHA-256-Digest", - "value": "EDlnkOyMA+S02F/0skQPTZv8ax2INJ32kv06l8ODa3Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ParametersWithSBox.class" - }, - { - "key": "SHA-256-Digest", - "value": "0YU5UvBOClPekwYs87Qf8XQPbQYamQFcxX0BSxZdQZ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PEMUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "4xJb9GpFxUmw9SRSFLDJSVqg0MhF5lAt10CngCoiOK8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMOtsParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "+pSoSsxc1twszY1z9Ginih1zbjcFL5w3B5Wp29jIl5c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "yFB2iQQz+yW8oztPBRqwWp6LTT30cSJDUt6XSJ6jRZM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHAKEDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "VZFxAv96GCckMeoGX8UvlOCUZgv7xjaPqS/bmlwiaCk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "OWNnkhFAbBj18sO14rXfCYM7dc1qH9M1dwr2Zzv5rsk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1BitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "QegUwplH5XB48o1O3IpuCBtMgeEEZ1Lu8u+QVA5TmVY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/Poly.class" - }, - { - "key": "SHA-256-Digest", - "value": "I18Ao73R9FcC2cNyq9gev1DSlict0q1mEhMIKQnqEd4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/RDN.class" - }, - { - "key": "SHA-256-Digest", - "value": "yLUDaNt5DIDjRhyp0t1dYi1xiHqRNgOOanz5neJtfVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "IdSBY4IYBg/6S2KJvvV2Thk+Em2Qv6aUhBQOdHRRQRg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestTupleHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "7bs2g7PuFOdFdduV9DlYZnNefA4QqW+RjmLY1Skhjiw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base3_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "87Gsw+9S171jg9TSa4Wu1nGcMoPXy3takrsqrMjjde8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EC$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "1hIDeer8ToUqY8l++JErAoc99wjENWRitEu8W3zmMNw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "9dQryH0iCardlSqug/Ha7BgpOhV6qgWgRC0FoxWCo2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/WOTSPlusPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "sSp0Ld6Cc6CN0JUPKmuJChwvrK68Uly93BhIk+za0Vg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP384R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "vrsVAvS7RimoQEDQTAyIAXI4F+a1oA9XHg8onM4hKuQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/Poly.class" - }, - { - "key": "SHA-256-Digest", - "value": "u/QHqbYAS5NSes+zMjZXUJfEU80HQU/WITWoosh7Qy0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "3wysq77wNqxtqbfrrYd7+FgBSD7h0otgAwSqrXQkLJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$LMSConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "0nxN66B4i0MiRFEm8Sx602os8DoReewHlf5uHbYlCjw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/CMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "9nBOAqQnjO8gxukp/YmGjNrAGNF3XiJyRMU9OaOvnNQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$SubjectPublicKeyInfoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "nEhjjPumBrmBaXI2TKMsz0wp4uIGLaYD00VkjTndu5U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ECGOST.class" - }, - { - "key": "SHA-256-Digest", - "value": "VQHNUaxZxIY2tfOzU/8RfaZ+DIGnRFdbhZQRodsIe+8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/BCECGOST3410PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "eWtGy+h2f7/8rS59PHUnX5/qUzoCgUUTrosClAuFh2o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "UD3dbkhr5Vfnp9IBQGObDmVEPEDyHGtJQHNuPLREV5o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/fpe/SP80038G.class" - }, - { - "key": "SHA-256-Digest", - "value": "79nqd55tqmgd7qlVjFpmPfiVOviPNzX2dLWlUi2/7Yk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dstu/BCDSTU4145PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ulCNbYCLa28xOIcV/y28t7XyRD3b6NxI0YB1y5Gg/AU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ECGOST$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "bbKAnc55xHQBSpceYAn757ArH+xfi5n1SglZT0m10Js=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/KeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ue2n9QEHKTQ4c7cE3h4V1lk4+CA0xhYf9YaHJ3Tdnj8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "i5WF8KvOeDZrGIMDSBDBZFSAEIenaVcaw4UFcV47F14=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ixnWaCT44J+feWwsy5tAf5cOvc1ue+SvhzVdhva6hgA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectIdentifier$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q/0kCNTVq/XUb56XlLTNZ8sYsZSgsHdxvFS758gc/eI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement$Fp.class" - }, - { - "key": "SHA-256-Digest", - "value": "kBRg/GHvvSlCrdRTsCY+FAmdHfSK91CnmPIPmkBjrsE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/tools/DiscoverEndomorphisms.class" - }, - { - "key": "SHA-256-Digest", - "value": "irvupzc7/Q4AfLJ5RE17Ay+AJLqbVp73COTC9oUBDpo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$15.class" - }, - { - "key": "SHA-256-Digest", - "value": "JgApo8+dZDC0Xh+kgCa9GftiSn4BLendwqvFsxv4dQU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/RSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "jpJGbB9Qoqa/p9tyomFO8Rel7FnB6BUCKetw0Ew4Vlk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/symmetric/util/ClassUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "nOHsRvq2J/y62CM2RYqSE8BfsU34o1l9Cyu5bwGVltU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "1QCTyuoj7+vShwFOTV2cLw6CkpsAy/OE5WcHKh9o0KM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "QJq7MIEkpZYL14MvTODBQ0Fm+CZ4tlp5pxUGvn842uY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/FastFourierTransform.class" - }, - { - "key": "SHA-256-Digest", - "value": "cNeL0TYOvURsoThHh8mw/M64eB0UI6v1Q2wIzu6o9zI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/gm/GMNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "4dQxH5HugcYbppICeMQJn5oq24kHkSjERiTqMuOwY0w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/KeyDerivationFunc.class" - }, - { - "key": "SHA-256-Digest", - "value": "df1iYV7kAPgVS8+qCRTuRa9f9+0zL0B2s2IUOd4QZn8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_1024_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "ouA8cXBBMHjKviolsvi5OQqZYyGxLdeDg/FE3NDd70g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SABERConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "JhNhP/z2Q9Zsg1rp2+ndl/2Yju6jCzVjAO9MccJkwHo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/HQCKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "YFrqxJA5KUF3ULsRNGKYs5ENlC48Sms+16CuBZesgWM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/PKCS12BagAttributeCarrier.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vb9XnMIOcPm9w1djalE/FY8xLiwmD+d318q0KZyjnrY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$F2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "RIT+8TDjwQakVLaTL82YOu+0oVV72RaNiaiAlGvmUxo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/EncryptedPrivateKeyInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "mjdG1TAzsnViK28yFmyrh4schEf3eQi7LRBM5hHr6ow=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "nxt5OaYeFy4Mu/Mh30nYaryTW0JA0D0exgI6sv3p7p4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowSigner$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "DwRcflehxt4QK8WO4uq7Oajqy/h7m68aWOa58f/19IA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Ed448PublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "b00eTdhCQ0rCQXIGkvlSeUTTCTaHRlrK8ltHdT5yQxA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/PhotonBeetleEngine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "EUBi/OjCXqi1xOyb0kpcphgyJu/V9wMQHa5lO7SWs0M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Encoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "hcdE/7wAVdEv9hdJhEpky7vYCXTKr7n/WmH++nWlCT8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$DefPKCS12KeyStore3DES.class" - }, - { - "key": "SHA-256-Digest", - "value": "kiuCHLJ/UKEDNWR+lBTXlHZSf79i4/lF/LQ0EUl7cQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseKeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "7aUbXF63Uh0k9N/sYBvvweko8OcqSMr1jqP7IWUN7U0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SSHNamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "ORH+v/yPe66t7vXRP1WE5vxwWCN9ZFlfBKFea4pbU4Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/SP800SecureRandomBuilder$CTRDRBGProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "4XJ8gUQPEDUEyM/g90hFhwwxn02dG/ST5/IIdYK3Hdc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialGF2mSmallM.class" - }, - { - "key": "SHA-256-Digest", - "value": "KgpwnqH7L5WVAPStf5v1jLDExTMgqmKbzmDnvVnPZ5U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withSha1.class" - }, - { - "key": "SHA-256-Digest", - "value": "wLhmFkAjXsfGmCJzvNuz2ozPz+rlJnVcInJ81mTuVH0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLBitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "dt99h1kOROEHGJoLmMq/9aMz+m73ixDTbFsrbzzUE5E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "zaiy+9x5OV/89JjegeSvb+KD3FaQvS2Ai3hADY62fvY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "x+tg2scwPaUCme8yuUT03z+lKV8PsQBjry8zZQAfiho=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesRegistrar$Property.class" - }, - { - "key": "SHA-256-Digest", - "value": "XGoNzvQtovCxB+Nir8zbGwxqY19w4HVrSJ6qBDJwEG4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/SimpleTestResult.class" - }, - { - "key": "SHA-256-Digest", - "value": "uWZLDhJ/lFKChW3fIvsgrAqmKWpZUDxDIoU1D4pMFLk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/AlgorithmParametersSpi$OAEP.class" - }, - { - "key": "SHA-256-Digest", - "value": "m34ete7uHa2hUoUC45YA2e5xpgxIaCSpo3uKHc1bnV0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SM3Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "IAUqsB/xK+hDZPXd2qf60qkbP9LIcFN+Rs2XHgtiuJk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CBCBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "NV9qh+QjVFF1/3Vj7HnxYeOEyYel4vcpcp8lr4kmdv4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "S2mVeh6T5fR/7/QD2GbrwM3XYkAubWEgYuoSq79kNm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Boolean$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "5TwqV9uehi+3yJafLQxurfrnQq2qeYBxP9yINRtVfWU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABERPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "0zCT1kqZSIeFawf5GvTRm/unbyuzLSB7jaWeAso5wqQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/CrlCache$LocalCRLStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "oUtM9odsHIPRV2bhPQkZz+KkrWJ8zfAbUKTAoQHhTR8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/hpke/HPKEContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "c+SzjIHLynkSovmUOTTDLOOg0siSXZeEJBlfUFHZuvM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "nAn4P3FlGWBXiZBPm5M9FAY+QhBfR1MT9esAYqiv3vU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "8D2Mg2PUtcZFGAljzb3e4d9qM5/AH6lEhqmKPgwChN4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$Mac32.class" - }, - { - "key": "SHA-256-Digest", - "value": "d+pCl6HYGUr4yafxVtA4XPnt0pQyckgejFQhU9rfrzU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$23.class" - }, - { - "key": "SHA-256-Digest", - "value": "74YBCG3kZKdeLnfOO40RgS3UXU5fgeHW//+M1do6ZGk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "dvoY6TpeXSs54SkUcrYKWTAlEfupE2TOCu0GQ51R0Do=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUParameterSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "ls6S8rGcEhCSYtcZ7wtJBk90TnjdMJK9FxJDldNZRnE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NHConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZzoXqt3+4CgW6/VpAc4lNqxOtWIoonzLdMaYIW2vy/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/GLVTypeAEndomorphism.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xp0H1Uf80CerZw2B9owzTgivHA2UukQE5h497swNhfU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLBitStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "LN4VoJOgYE+rgmmDzoZjnycUalwHV3qNNE8mz3fc8Pk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Iterable.class" - }, - { - "key": "SHA-256-Digest", - "value": "PUpNlBZWvO18iRx3TW3MASJmbE5kXSbImJktqXpfuv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FPREngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "Py0t4Esq9xudfrdoGmtaG7eK1ls6Virkzm/QYsNCKKw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/interfaces/XDHKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "lNAzm32CKxo2rEZS8/LO+hmDvCI/7S36aEBA/yBZvRA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/HQCKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "XAL/2fQKAdKMM+Z51FJV3uJPrZVDf0HzupBPGDO7gaI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1T61String$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "7Fdt/+VaF4KlvrPrDg8Eu8TYmDAyrsNbQVqL/PP5iYg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$AlgParamsGCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "4V3LTqM8gR72sR0IXPw0BFoAbcYgCtJTm5/GPmIy880=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$AbstractF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "DwTa4IcSFCfpEZwucnV0B932E26nDDAadu5UZakrvBU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PBKDF1KeyWithParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PiTXvxCkN97USIwQMtsF5DmDBtvLuS9A3BzE3aDNISg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$TAlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "+0z/5ujef49IUBjGf+SuI/VStNUIQpqngVe/d1lTy+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/ECKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "IzeejIyxzqKvBcjTPUrymXKVhLyx/r1qpY0Cq9R3/GQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ISO18033KDFParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "0CXz/SoqEpS1F8skjfNszxFvmgVdX3nL1PlkNkxswg0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/KEMParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "YV1oW3ha1NEoDmSVBLz0FAzopYxcI1qjVGoClHjrlBQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "dGL0+Vax30ZXPiUQaS5NdpbZdZStB3WbCn+3rqNj/MM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "YX1+Xmw/Dv4wsg2nrfvlgqqsa086UUbcHBA5VnYn4og=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/NTRULPRimeKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bk+nJCSxup4WR8AgP8vV/guC3SQdLF1ZgCO9emyCdXs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "fmo16Vfe7EO7yDhM27L6rGlN5Wuvwc7v3uc32y/zl8Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$HybridEntropySource$SignallingEntropySource.class" - }, - { - "key": "SHA-256-Digest", - "value": "X8LoR/Q8A4WciEALkYjUlauQVttlk0yKHJZ8HYQq8dg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$AlgParamGen256.class" - }, - { - "key": "SHA-256-Digest", - "value": "YteYDfGvzl3yQhrDIz4oUbJWv9b3WUv+WxhSIumwd9k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "dZdez2ORTjjS/c+NseKKEHQJnBmbV8SkM8Uwa5xGTOE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/Primes$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "u7HLWv9XYgWq/aujuTeb2ktAcTH6L+ruE07Mgzo1TPk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/CrlID.class" - }, - { - "key": "SHA-256-Digest", - "value": "nEfv4i7IjMHPq7v3sQhU0yKgPZ+NPuu/QoGEYKbEBcU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/SecretKeyHFE.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z5QMphRkRXxfMhrIVqjL87llU3qb1TNV4KAcX2kk71o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/CertPathValidatorUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "zagreJ7QWw6RggGnGmTkZ4N4qR4xq1GpXo8y+mx1xrg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/RawAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "XPAcbx7rZkVGEXkL2vy2We4wObc4iZyisyTEoonPnpQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_256_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "cIObhjPhjcTMM1Gbr9iFCpl+V2W79+mGWNdAgCRWTgw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/OldIESEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "8YdTwYmJzykKuZ0OTeoxrLYs4bnniZyfP3k7pxxWsQc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SIG_FORS.class" - }, - { - "key": "SHA-256-Digest", - "value": "b0oFP86LsxI+y/YRHA1AK+pU60CD14GPOydAa+G6Xpk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/SignatureSpi$Falcon512.class" - }, - { - "key": "SHA-256-Digest", - "value": "uP2KVae42SALxhPqnjwUbKvQPVFuntTPC+rf7b5cyhU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSS$PlaceholderLMSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sf5YYMHxPNcgUPhN470glmqosoN8rsxOy6CZd0kdpuw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AltSignatureValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "pXGHBVrltJeTYS84X79fVcNQfQfmj12bZExXf5lapfg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/Fors.class" - }, - { - "key": "SHA-256-Digest", - "value": "JDON2l5I6Us93fdvvmTCEOy//djKGEqCj4omMQ2Xlws=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/SecureRandomProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "mTlMy+1qhnmi4YuRM6MzRUanEB1aqjuywkkKEsxMvcs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/OpenSSHPrivateKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "PzVRRsjxqTziSWxvov5zwCeTwgg62ZLGGfP+bESSjSc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/Wrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "YXNWwRWH4/QVFog1+5PN/+ecGhQZck+IioJXsnwTmZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/BasicEntropySourceProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "KoDBn7Hx/wu2IHstPm572tJMWqvwdP4L7nSWXIht6D4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/encoders/HexEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "LMNBRBU9EYBw+b8IhVvgF3QTXdXmyB7IFpExMgMrOLM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicParameters$L5Constants.class" - }, - { - "key": "SHA-256-Digest", - "value": "ApSn2vqIMNBDa4rAfhkrRcDEsWwJRYdvy2du7mtCPIE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "54OM7CfaZ1FH6Z9meDcdIs8aPL//GxEE5kRhtOCWNKQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABERKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ipo5d22L26CF18chEa2IbCrOMgLFCQumdYhLYkFZGag=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/CBD.class" - }, - { - "key": "SHA-256-Digest", - "value": "eqjZ1PBDXQenFCiwRPKdYjDo/xCM/zFmXmeTYHuVMZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "M0rt1Zvzrp2ulZP6NMDx7HbYK+yXr095bPm96URVAqs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "NADLL2BjkaYuib0Og7gjTCPukOJd1OtNTalvt/eB66s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/LMS$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "KktkKACgHuKmzOiTU6xvozAPpIvN8Bd0R85vXT9hk6o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/X448Agreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "RSkJNcB1Vjew3xe3GyilRXgVQFotSvZna8VD9JqOvrY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA224CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "xi8du3kYxcRELuJ9RBZF9g1Ecg/Sy8mqKTVjnYJSqUs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/SignatureSpi$withSha512.class" - }, - { - "key": "SHA-256-Digest", - "value": "5sG2I/LgZ1Ehud6RZFSH4w8hwoy07S5mrWqQFxL9z3c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECPoint$F2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "b9BELxstQoK4SPBfkPIu46zIU3F+XOWWWc61hGKIApc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$SHA384WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "HV89l07MW3AKg7n6VGwe9ka2c+AGFYL/ZCWzeoMjt2I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimePrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "kCH4M68qJSuLwLVgcHZo5sG8OXBTZB5s4+kg+1CNVhE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat384.class" - }, - { - "key": "SHA-256-Digest", - "value": "6qsx5AeKMQTF0rqCUjirR0rMEBmQAl6jhWUbrQbqJ4o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMOtsParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "famSt/Qmk3fxSKrM7iZMTMTAHEGJOEducOMo1lzGGk8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$24.class" - }, - { - "key": "SHA-256-Digest", - "value": "4IwmFEn36CrzMdtgxI0YPGCshHATod8LHRltmepWXSQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/HKDFBytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "2RKB/xDAGuPVcBXPcemPxGz9E6KMqTS8dbBirCt6xYM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithRFC2631KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "OWA62sBOoQOb6VGrY6IHGKsfY7EIBnNv0kBPaZ04u+Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CFB512.class" - }, - { - "key": "SHA-256-Digest", - "value": "eQXYK2fXXcUU1znMqYeQ3GzmItqzPtNfFCd/muIuChU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/LimitedInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "nEEkJhJ4nMOIDXqWjxcvDme+mwEadYnBQD+ihpkFPn4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Mul_GF2x$Mul17.class" - }, - { - "key": "SHA-256-Digest", - "value": "kT0R8hS7a5S4gxGxCz8nd3zNuhczR/vog5af4WkZGt0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/HarakaBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "HxMcvFiLYDsLmg2qxZ4Ou5I6w6pmF42RpCHD6oiLS+g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/LTreeAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "W6JHFL0lTmCZycZOh8ZlTTUG3gTUI0UIsA7GwMRd2Iw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "K/MnpXzZNClxCZMeRdzjw9YP61f/ITvDHTG8QjaFrWs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withSha512.class" - }, - { - "key": "SHA-256-Digest", - "value": "K3mzUfW0+1IktvtkdEWDW1rbpAtoAH5/Akz0itbcnb0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "I92aIzajXV0fJUyZ1Lp0l3gD8oZ6XJ4/i1rcg9ZU/yY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "TmFIWq+5OnfDl+VdiMcOuv9qqpp0VU/KsbMyIPz45is=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DEROtherInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "/oimHiRN819azHKnX2flm/3zdwiw9tePYSx+jyYU4Ho=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/Zuc128Mac$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "hdVYK1libsgEPAkFLBBQUu+YiZIrap7bEEs82+rPTvI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CFBModeCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "taanhrHaNChQlwXwaAhMvWyb5dNuKktj4mJC+aPh+fM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$CMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "mJvvwpU+OOF0M571EREscgjlpca0ICKTUjkA+vxiAIk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/ECUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "x/G7nFyDH3uCmVhFXehqUOgLyP7BFqCxnjW6FHcPfuA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/RainbowKeyComputation.class" - }, - { - "key": "SHA-256-Digest", - "value": "9ubN8WHQnQQw74lKcOK+tsJb3OQGGv1/Mhw6i+19ZJI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SparkleEngine$State.class" - }, - { - "key": "SHA-256-Digest", - "value": "kcuhy8huNZm0qLXCbd9JpRnGN9qLg+8RavmVg0zmKnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/PEMUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q7NjxMvS39BtmUiMotER7NP/7u28gnKJ8mnj5wibh3s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "fLA8lCP2g4nqXFk2azlGLAPxAWyzrNGYBqoEI5sk+VU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "u/tMaDqE9xHJGQJ611HBPc/hYGMyj4ILBv1xQrnJkZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXCertPathBuilderSpi_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "REWMmfRMPvV44etNNYebN+Quos8ckrxdH3D7stkr1sk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/ChaCha20Poly1305$State.class" - }, - { - "key": "SHA-256-Digest", - "value": "roIL3oiAYNM9bZfYlyHNmIeJQIjWd316DlI8df7T5G8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$RainbowConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "mj3dAv4LFXzWunQjpInM+eRYSFkvsZ37XkgcZBXJHnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$SHA512WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "u3m2tyOS272GfuhSBDW5W6WQuQSyD9WJ1WzkM4Y6u5w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$HashMac384.class" - }, - { - "key": "SHA-256-Digest", - "value": "LjAEA58n6nZecf9fq2unUHpEHGXO3ROv8uUVd0pFjnc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/falcon/FalconKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "i2V8yWDg1P7XqiTk81RQ5B8BjDoVIfilvwzXrMxrzUI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/DSTU4145$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "xC1MMZoLuL1BvD/bGqNGnvSSEKjGRDdEbNIJktoq7/g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/ECKeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "qqkJMJ+mbyk8QoQ150G3naPAEWgNwvTy+D5ews04Kks=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "h86W5JbNdmIZPjf3U9gEkw3bTLKzcyiNXRlru9I7oPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/exception/ExtException.class" - }, - { - "key": "SHA-256-Digest", - "value": "pq5lrGpo14sGm7zzYd33goIy507w1WUFq3OnXQ4+vw0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "jW+z0DG2/t9oV10pFKZIbHmK4p0J3D//U3uPG1VC1DI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicParameters$L5Constants.class" - }, - { - "key": "SHA-256-Digest", - "value": "jcgzNIXxcM0yqKepxxxmNjA86lONENfxp+p4LGhbU/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUHRSSParameterSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "lFSKa4vCgUb6FB819OPUCq0eR9T3uy1LOkDdD/rCJBI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CFB128.class" - }, - { - "key": "SHA-256-Digest", - "value": "XS3GSaW5+jay4oZtBKHmTv/uT/G7fJRXsX2Gmq3LGL0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withRMD.class" - }, - { - "key": "SHA-256-Digest", - "value": "i6AF8iMcYeaP930FjB5pizaWM9tpvn5LIVeX4fPjyKs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/SavableDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "NHE3AaXo+txqgXmWjZKCZQ2NJKBdypkHoi826PlHj7c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WTauNafMultiplier$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "pSGfJ4N8idqxfbA+7QE+14b14gmjYhauCPi4keyFS3k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/Tables1kGCMExponentiator.class" - }, - { - "key": "SHA-256-Digest", - "value": "v56bn7/uhDjwNEXI+36t57Gc9GdeUiiekV+ZHSdLGv0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$Sha2EngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "vngcYBuwMD9rGHcjmxxbs9pmYYSCLzSRxNElhGp4xCo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$Property.class" - }, - { - "key": "SHA-256-Digest", - "value": "1+7YOMlkxZj753w/0cHjj0uDykXIHsvRCcD2RWjNfEw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/ExternalPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "APZGQybBULTf3IaqYuXfwbttPjTASOkhVXTAx3uXoIg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSStoreableObjectInterface.class" - }, - { - "key": "SHA-256-Digest", - "value": "oGiOGUfmcmKEaVjB1TNTiuTvJ4M5c+l86voVy04w754=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecPlainDSARP160.class" - }, - { - "key": "SHA-256-Digest", - "value": "Grz1wh065ijbJFiSJCudN32zfYjsnMpYtbHCSBH6Zes=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/BCECPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "fuOAiD0g+MubL5CoNoCYdIbB8TNd74uUuuig4MFx1Ck=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/NHKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "vMJ3HgliMRWBPtrimfZQB0uZuBq1yRIgGWWcZjnNEFk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UniversalType.class" - }, - { - "key": "SHA-256-Digest", - "value": "TzNnonDP2DiuQeuG+5LGrnHSrtamZ2a4Udny6rnlS0M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$19.class" - }, - { - "key": "SHA-256-Digest", - "value": "MAS5sEDdroO8b86WbSlkWVtJRU5gl/ZnLMbYmAxYC2M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "jei+zUHNeasBVxs2UWRTYVS7DSAR+WOrvdxuqbx6r7I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "bwicOGMDCidiXF0HacjgkTbup9+fJANfEb5gox5lo1k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$KeyGen128.class" - }, - { - "key": "SHA-256-Digest", - "value": "uZ7VI8BoDhFOCdOCJogsL34G9y+RkvsMMvf++g4pW20=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Grain128Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "7O1QQdvFbHnxdtx/Sk+k1/e8BW5tstMzH1WvP3O5leI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$SHA512_224WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ys35nvVCxGnyY4sRTm3HdC3hDjf2BDGjPMGLoR06udg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/OldPKCS12ParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ouMwGweuZaE8lHebVPknnGDQ3cIpDLBrg6otBY8Yft8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "LW4wqt8To2Fj4XfYpgioApOJMcQ0AiTYS98iCfqrKjo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/PKCSObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "smzC7APlRcVT8Ja7a44zftxUPOUY4gnoq5luoeBltUs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$AlgParamsCC1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZzolSqFORdCtGuBV+Yil4s+6R+oT1m9LemIn6s76OR4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/XMSSMTPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "0ryZyDqYOGScsFc8/dNo0EkYoVlDERNMYtHnu8kDqsg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "WOo6Vek5Zb9sD8F69k5shggzXaYeKKcp4Hz2hx6O3GM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/BENES.class" - }, - { - "key": "SHA-256-Digest", - "value": "2xTEL/c9wTHdlcioOmviiYyTYxU4BmNzunZ+FVwUQsw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$WhirlpoolWithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "RVJsFnanEMLJOf/kzbHPO9JWlj1LM5lIAuBnAL/YW1g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "3BAU5rWogBAyPTlaaJqu0MZBmyV1JqajUFgV5i3k4WA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "EH54dR3T1FdJ5oJeUFUlIdeR0WkcOcmyiMaqmoqDTZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/SM2KeyExchangePrivateParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Abe5cA2HKZL15oN+la3O4+Npyph/99AFR1cfDCIQhzo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyPairGeneratorSpi$RainbowIIIcircum.class" - }, - { - "key": "SHA-256-Digest", - "value": "gbPM8L6RHrf1aclzrK8yrKfqg1nl77aY5A1g7Kh8KXA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/BiometricData.class" - }, - { - "key": "SHA-256-Digest", - "value": "YDOxV6W1UEUHOUJt637m4VlCziYK72kztDI9PpGF+3s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Properties$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0W/LX7jXrFfaNLdcjzTm7i3SU/2TCPLxpEju44SdLi8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "RZJlwCo4PjWtRCqwt40x9Z28YY9/hWcczD/5x23w/cY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "E0pSgxKLV5ei4jfMr2TzpqbR7hk+jk3HpxXeAsMiijs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ConstructedBitStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "p/PwwDcRegtoqzFo7SNadOEN0KDGhwfbD0IdrdU/bp0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "+DjxeNCPpsWRsrm2noVqN+F2zLcECw3IO2kcfu+83CA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "WCywq7mEn/Ug/CQWuQgTiRGLV0Yg8FIFvN7rBiKjHcU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "yUWPowuZ2b1GQuR+8L0/aILzuJLpijGhpfsyEqfDt9w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/Xof.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hg+N7mqVYf0qOsnhdsKK0gYl4W1W+oudYNXlOpM4EfQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/AnnotatedPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "R9an7R0QnWn85tPbfECVo+wCIzRPhB/hS35l97Vmwfw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLTaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "iwShRY5fqzyRKt2cMLHo7unBmo49LtaM7LbioxPuBX4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/SPHINCSPLUSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "cIapaTT7t2tIM10tr2RwFYPA30pee1e3Q/DLIlNxOtE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/GeneralSubtree.class" - }, - { - "key": "SHA-256-Digest", - "value": "kK8MWZeYK3TUTsMpPJHquV6fcLf/lwQFqLQ5wveE17Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$TLS12withSHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "3vqK+wLpOghJQqqP4/+iU9QOQxyDq42IYaTiG3x5dKU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "q0Uxa/kXFG5WLeOorfSUv0EyY7ac0mM3j/UOOB8dHuA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "b1uRYT/zsmrz2zXgwjC2NorYJPzNOKV170fki6gk/Zc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/SeedDerive.class" - }, - { - "key": "SHA-256-Digest", - "value": "xamQGRwLWbBE/KvPIOz0O7d0I5YXWfhhE7Lp3jkXzwQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "8RbdzWNobb5h/VHqkspBFMfiNpnHng7Sly9XDtgoLG4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DHParametersHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "1NTQiMAKs2sYnoCmB7+WKu3yin0z8VuN6kUEN/s4jl4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/KCCMBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "SIdR8tYLweqjZmJnMLsR/Z8ExpyE8kz/yZtwpMgYcPk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$MD2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zce9NCvzqtWMe1yIdKgASEPAJIGD3J15L+I+MK5iliU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_384withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "/fjEW8LXoHoeAFXvoTr/r/iS2gb1iA8UU2zYE307eJY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERT61String.class" - }, - { - "key": "SHA-256-Digest", - "value": "cnJ1huCvaHBk5hY8Xp4OTlhSNHB7E26GY1bb7qriWbA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/Iso4217CurrencyCode.class" - }, - { - "key": "SHA-256-Digest", - "value": "U7lTB0k6KCUxR9VJf34xX8tLji6lSpmcjdQ03Su9ivY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ParametersWithIV.class" - }, - { - "key": "SHA-256-Digest", - "value": "xDlbafRSAb70PBhz/Od63+devi3UrF9LU+VmnlRd4tE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/IssuerSerial.class" - }, - { - "key": "SHA-256-Digest", - "value": "i3P+Bc0MXTboTlwBU32SJhleVUQ2RG1AnPHaveODalQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XSalsa20$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "JfX/zn1XUk1IHM5NvNQwzGdS6EoLB0QINvdtVyPYnSE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "bIvwUnTrPhIZqdQr9NJE5JfFCOdJ6MgYyjcb7jrqSfc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "fENA8Cla0UrWlyxFpyRrtVzcQEwrhYXWRLWIgg5APN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/CompositeAlgorithmSpec$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "SYrZZ1iTeN0kbXcx9pCZ3D6lJbYp9jIfNir1KKHMCQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "R3s8el48E8idcTkzPiv6yTqOneR29mDq90m6yzZJQco=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ObjectDescriptor$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qC2Xd/nli3jzcBle1J5M5fZU4Y6YLkE6fX8cHz3Mk+8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERVisibleString.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gy128qkh8lrHIEMqY8oR6XIZeZCe6faCS2QSi+x4S+U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "LiL8x9rOPRREesbuIrBn9JbhAmfCPElo4ifVCCx7xbw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/PrimeField.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Yx4P2eR1juX/Dmzt2lBIoQQ9dgBQlEuPrxM+s1hOLw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/pem/PemWriter.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Qvs76vG08I0EbopihKWWIcug7uLPZPUOAPDnTzhB1s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi$RainbowVclassic.class" - }, - { - "key": "SHA-256-Digest", - "value": "HdEtD23Tx4da87Tyy6SvGKo/S+yjMm1rEDg3VaMAK1M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "j8C6pDtTTWhKt0MOhEhfXqro1rnqb6wJzHrQrzzuslc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "WTEw9qXfgkq2OUhd4qsR8kWDED/4/e8RfkojH65JqpM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "wJtUl8GOCjqwZOIlGyDzjrJmhfch64OtjtuKoN5GoY0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSASha3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "0xjE+aB5PwovXXKcPtgEQdMnUGYrR3xcKGx6lDLDjYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenJCEBlockCipher$BrokePBEWithSHA1AndDES.class" - }, - { - "key": "SHA-256-Digest", - "value": "TfgF8jgzwa/xiSMDk3s/ZSLl8GK15UBeCOZjsiOspys=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "BFjXvN5+xUWm+pULigH16iTd9zwEAqMzaBJZ4dgsA3M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$CMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "wCGK7O6dD4K/JdJ4TJcT9nKME8EMIbw8nUWZcCfgWY8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/KyberPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZM+FO8NVw84MtGOO782mbYUTHslqOGGDpC8p1GGsAKk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/ECPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "dQEMiixkBtKw9bs6GRjOlvaG4BIbPKlB7La6jHsGoog=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_512_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y4gX9ZvEjpSb2dveARI6oLZtzDtzJ14EG/25ZiyPSV4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/Ntt.class" - }, - { - "key": "SHA-256-Digest", - "value": "YKX8R4fo3GS1j5fQtKmw8OgIeOML/NEXlIDICVTlOG4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXAttrCertPathValidatorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "qe+A6KVzaxZ7XmdJ/v4mXjNFqmM5QKo14P+5VtwvZjI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/LowmcConstantsL1.class" - }, - { - "key": "SHA-256-Digest", - "value": "2UMxE5mspbgCZCvmKnPFWStm5P9sdOzX00J6t5hl928=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448$PointProjective.class" - }, - { - "key": "SHA-256-Digest", - "value": "E8JMDZZ2ngZxL49CZr1Fi/5p4BmXusH2bIoAJu5vIRQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/newhope/KeyAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "3W2+FEVawhEpPQB3dFWD9CzBQcfphNOLqQiYkv5PuUQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "kU8Rdplb5rI09JTLAu6C4z1Idwo51g6vZNFUJJdBDd4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber768.class" - }, - { - "key": "SHA-256-Digest", - "value": "7MHWw4d7LsgPU1LUYMpdP49GCtpq4rHOjZUK79KML74=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "vG2AjIohrhHkLghwKaCIrvTWS7LEogRMtumRLropzNs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber768_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "3JbzhtjOS5WSXpKZuoH+svmMwtx/dr4YElyhBfIrxHM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "gfOefSc1w835jM6CdvEeZEMeGr7Z+TW5V7ZSI9Gcm04=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Object.class" - }, - { - "key": "SHA-256-Digest", - "value": "rWWy9+P6DDB66JDYPJqYoxhkr4OSlF26NtrcOF0LdA4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/GOST28147Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "vvWvhL+CznZAcXTnpCscmF5UJXofrn1UMYSTOzHF3a0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "mg8UgKJngW1js9w4L9e5D2QYXXs+70MJVAAaH4AVc6Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$RainbowConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "OURSRtqcrWRI8E+8JXwU3c1+hIlbmqAJiCp3oK0v/kc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/ECUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "MijRKhqd4nqrOoFaQU7dmJnr5/8EZyephXT+ptEqj9Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/LittleEndianConversions.class" - }, - { - "key": "SHA-256-Digest", - "value": "xW+vuNCtKPijpEWKv7RVn/dsOaCB0uZ/OUtTouA5G5o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/AbstractECLookupTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "DDRZ3xV0bKNcvyuhfUyYpX7NRlJa6xkAXqcr8gLNjOc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "XTCqJ/R/j/C4h5QtE6WMQ4SmA1Jwkx4DR+Z9VOmwg10=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/RainbowDRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "oQ/3WXk8c9TO1OKbfXY3Fj7CbE/V9ZCVOPgV1dlG3h8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "71/0srlEyc/YW+sKi6JHpb2lBdMnK8055KRRX0bO5Pw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA.class" - }, - { - "key": "SHA-256-Digest", - "value": "X7DdDm6CTGkH5S3h4llCZUBE2yU04qdaVF1l/tv8iGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECPoint$AbstractF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "pfF/v00VZE7kIHwcwzEws/5cH0hlST7xFHzyEn06ATQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$23.class" - }, - { - "key": "SHA-256-Digest", - "value": "QUJ+uVZIt5M3HNsbfz4GNeO8nbKGL/lv6ASqTngGR98=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/DHUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "WELN0K+0HZyA6llCb4FUDd+ovM863aAeU6BJctoz+Tw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "1x6OU9L2Z789LFLXY1NKa84bp9YZ01ZM/PqA6fIJT+A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "jOeTK74EDCLIqo++emh+JHg5d3XsSTbLJ9TVtESC9oc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "v8cyGDqGJp89rwQYqPFlIsGltO75wd2Ugf2X9rmaubQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "xMUXxraFKBV65luC/4S25m/l2YQ6apx2nQMmRxAt0ok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509AttributeCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "QCk5Ffh1JNEyVoY7X+c+s8Wn0+hf3nU8t+t4HXjFAfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2.class" - }, - { - "key": "SHA-256-Digest", - "value": "cLDOvfUexUN+rsTj9dFfn5ojwM1ECMky983q8hlKh7U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/saber/BCSABERPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "KWapZJEFdZj3Gb+j+30sLfRFDZTipfxcbmG9MEmQrmA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/HarakaS512Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Otm3Xq49EfodmfAunA0reVe/gla2xExZUaxBTn7VoKM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST5$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ic3NfhPw4nKMPTxI4+e6bxlq9IEt6VHAPo4Utkhk1/o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/util/AdaptingKeyStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "c4K89X9hW21Lub0kYSEd5wDz+8J9IEWbsZoimSI5uU4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCertStoreSelector$SelectorClone.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZRLtTKQ5N2XNI6/UbBP/JswxfH8ynWmdDp+CysAKZDo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Rn/lSMQGhzjA0OSRhyXzIh4Fa/JX/XyGJPM3rS2rQo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "5SN99Yu92oCh8W7fgh4DZh/mKqyV51L/mk3IVeAWzXE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "jg41pBMM9lGFwIHajLIUexv5hfXF0cfb8bNbS38rtmM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/CertStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "mxZTREt1dFyvZy2gNQ6xzJ29cRdell1Z1h9eAEfBzEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric$AesSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "buGLxqiATjYkmxcJbVO8bgvVThAsu7XlZAEl/f+ahfg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseWrapCipher$InvalidKeyOrParametersException.class" - }, - { - "key": "SHA-256-Digest", - "value": "MhGy2jPg2YViGdQXwmuFBd0GEY2xwp5fywqHwHPXEII=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "cQuaK8OtxFhDHRV2/UQK/rVFneHovgdDYu5DUj6yB24=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyPairGeneratorSpi$ECMQV.class" - }, - { - "key": "SHA-256-Digest", - "value": "tG6nYIGbrL2hb5AM41iSFMrHBRFLjDsT4uXd3uLseIU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/DHUParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lnf8l9JIwcEHMkWEg++J93XG0XxJxv+M0FzDH4K0TYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withShake256andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "qHnfxMUwEj/2lRRg49+WRy1lClEQvPtyppuuOXp3tZ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_512_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "tZhKyljo50Hlxyh2ziLkUeawH8ZzyThwaWxAIWUEvhA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1GeneralString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "fzj2lEZiu1si7Na7fRo2MWkwh4SmAcn/2Ed986lDSwI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/extension/X509ExtensionUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "En9z7fe0v9Wpk/Lx0uD2zVhoP8c/pe77Wn4Hk/Kjqcs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyFactorySpi$Falcon1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "DpR6x4qpLGI/dW4ZXUJ9XSUo0L9ZVwLKPwyLajTsfD8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_512_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "pjg689IIOzdwvSzi5ROuCfrHi7uSfCV/cWlrBep27Vc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SubjectPublicKeyInfoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "byfDFL8ERlPAbCLYU2Tf8SAJIafIlbSqlVjzCGXnOTM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "02LDJm7CMhatv37MTzPMwpeV/0h6tBQ9X2WTDlBGvh8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/CompositeAlgorithmSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "RMtM9JJys1dQXBu6feFFEv97wb+NOYPrkBTBKEufybo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "YyfornJFSwT3Wp7lbXNFISS8qbhdvcvZ3G1vQNXg4Ug=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/SignatureCreator.class" - }, - { - "key": "SHA-256-Digest", - "value": "nm35QZPgOukVVpGC8BWEf0o3YBZRS+UumGlS3S/SIMI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLTaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "3e0Z0+V6u38Dbh3MukcYOc/zApE+SdyeyVAg678Y7Fw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/KEMParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "AEzieDEXqKGOHdUE5vqLLLTalf9Ny3X+zLF4+MFqN9k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESKEMCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "ewVFLti15dY+tR/l8Z5WzuOjYiqs/sfApipIUgijr7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "+M5eOPwMy9PWAPZQ9M5BqT0QIUggy/7iU7YEJ3FbRzw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "uvNZZMDVboG/5CnAhXsbDhWSRvSxD4Pf2LDc9ZTadgw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPCKSA3$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "dk6cY4rRngyY0k6NocDiIMPqJ9MTBMoLOoD6AIBKjfQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/djb/Curve25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "5MdXgF6bYyKg/npUtz1uORgjIDamU9XbKqteC9UZUQc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "uSFguXmgvFrKy61n1MMuT4/WCEROaHc12nicjUSV2Ts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/MonetaryValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "+01nijNp/MokNUPs7qp47kxD8PaqZZofAhllUza5QuI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XTEA$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "MuTwSWRDGwiKuW8RK9E0lTYfK4ovRguhAWrAn2PAYkE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Mul_GF2x$Mul12.class" - }, - { - "key": "SHA-256-Digest", - "value": "RzwVoxmPtbVBmo9TMc5XS5BBhBycqH8IBG3dLJFKAgQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$Config.class" - }, - { - "key": "SHA-256-Digest", - "value": "ulF4jfJ4PLLsaBZPfTiFSmwMz41oRCTJmeolbF41+0A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$Digest512.class" - }, - { - "key": "SHA-256-Digest", - "value": "meQUekFf/ZzYPFOz6ohbv5c7Ils6hFRkdiG3Q/yZ2Ws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD128$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "zsH79gntXKKEAk1h4h7sSLl9V9hNb/3oojrObyIcMsM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "9c74G0Ixw/CGts3KOqVakE6SJizSiupbkbEqUygm9SQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECElGamalEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "RsVkHfIHT4x44Wl9X8oepsFnD1Vd1rD8dzpnmOXxAlA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$KeyGenerator2012_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "nApofVTRezgVp61+w9gl1/6nHzdplPBExyuBo00E/2U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZOrptEsYWachA7kDr6BdvbEs2o2XpWFzZv6OVFkCnRw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "kADGzxLlzIAKa1DENn7X6TZPLLN2Xvp8CJl4LJol6HA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "5jP2CooxEUP5Ltku5TxXj36TxxivQR3ddzIBmjs0Ta0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSNode.class" - }, - { - "key": "SHA-256-Digest", - "value": "c4XoBB9j0pmDnIXmYsKylCMXYuOKLq7TqIUNtxYhq9w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/SHA384Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "GIPO1rrUyBvAKIfKmo5ll8MvPx4A4vACTyAfJx4P62c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/OpenSSLPBEParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "eTeRExednQRjOOvQhZbuyyIQNBSG/kq00xZigZ2KGm8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/LongArray.class" - }, - { - "key": "SHA-256-Digest", - "value": "LLqYPf6BP7D92qyr4qWO94apIq/ocjHDTPgquB16I7o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD2$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "OoODxdScNJy89++aJVRBNeKgu8TbihPAsjKzXFlQtXg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/SecretKeyHFE$complete_sparse_monic_gf2nx.class" - }, - { - "key": "SHA-256-Digest", - "value": "v7BHPJnjxHqEVSLwgd9EsTSN+OozQGWwyC/5VucmTsQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Argon2Parameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "eczxb5GIkKyDK/FJnplbtiEUDdr1mnlsD8EItk2m9ME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UniversalString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "tYkInYhEWkQ/ibP7qPF6Pe5S3CEhO+P7pk8ZYIPbQHU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Zs3Z3BanzuvsqX7OtGahNI9YSunyufQhY80Octz7W0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "/4RtHk3D3ZHWJlEd5s2cGk4kfPlKJPOBrGt5FLo7ra4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CFB256.class" - }, - { - "key": "SHA-256-Digest", - "value": "bwmmk4tj2bkaeV0iKwF8U5SNF83RoGiSMtjNl/p2aHU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "HIQIU4HwlpP6DTBtk8qxt3TzJDHzz9u/q8ulvmrQy54=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/EdDSAParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "rChs2u/oPV7YUU/BsKMzqz/TBvckrGwSSLKU5alHEZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/RSABlindingFactorGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "rQmVQgebZVzfdeyU+ZTIQNMVFNdeRTdB9lBcCbt7sEk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServiceConstraintsException.class" - }, - { - "key": "SHA-256-Digest", - "value": "niuOU9mQSeYZbG1RZqi6dHD/5WJV2mgYs5wEqnAA7nc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_512_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "I4Jm+Q8zVgOkCDq99j29RVMO3vq/kTqYxXK3urXfJ7g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$noneRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "nB2/Rt684KPHMKmmOaCJnfc//CuRw24VrKblkm05mZs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9ECParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z4Wcid2XEh9F5i52tyP9cuR1rG+y/F+Gpo97oa/ImBw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/GeneralNamesBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "RBw9yMeIlqgqPG3roMWamgIxnoxMGebdl3FDkKWUIPE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/ADRS.class" - }, - { - "key": "SHA-256-Digest", - "value": "UzVvSOZspJo95KChQCtZNQALG8ONPjLfmvQL1oRAgvw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "0ac8At+nSiWMtWCfEv9V2aoZWQGOgNg7aqn/x+/O7RA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA256KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZWkRjUUzWP3xDsO3Mu1KFJdWKpZtpelnt3ZS9zLT6K4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Blowfish$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "aMa2EJGRq9GwnvasoFBxR2gzk9IACFchrYdPjRjnCJk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/RandomGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "iaN2BBduSwa4B6kQeIDQ/GTHwE3E2OZIAjm5yY8YDGI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSSKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "rg/jSm1AXI1NDeg2V8XkyvyyJ8Kmv1XdjSBn+kU9GRw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconFPR.class" - }, - { - "key": "SHA-256-Digest", - "value": "6ZIlE911rQmcgw8yce7FnwR+JaspjwWvSdy61LRmTQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_224withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "NVifa+BUGmHakX2ZmfGusxXW+kBQyGKigXz0/yOKiRA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS2048509.class" - }, - { - "key": "SHA-256-Digest", - "value": "HDiGbBO9HPgk1739a+NfoIMRbfZuXSQ+7mXc6tqK0/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/PrivateKeyAnnotator.class" - }, - { - "key": "SHA-256-Digest", - "value": "hDy/BxkweJq9Pstc4L3guhdUUVHeFI+ZMfkW8JqT9VA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "cP4ASrvsGrqU/K2VKppC0vZ6V5QQHJA4rynJvOXARrY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode.class" - }, - { - "key": "SHA-256-Digest", - "value": "vWOjx03H5TagRQqRz033neyrjuOh4qQjipzQEJpmpJY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "8toqcKtxB0Sd5Y/JliYk6QlQNj0c4sy0gN8Rzm+ZmWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePointchevalCipherSpi$McEliecePointcheval256.class" - }, - { - "key": "SHA-256-Digest", - "value": "6a7LUF1XpZbxVQJoB/Qfe68C7BiaRKiWjH3qIZ4ono4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/CipherIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "t1l95QOeK4toSzpBK5nRJ4ZG3hgBPajnHDX5RkaPbNE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed25519phSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pa7kwCE5Env+tn6nL77RmY6H1ZWrVr9iVdxpuZDNc3I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "/RSeKIkIHd4UFGY4X8VGnkfqqTyaaVqqXI1zb/KYdfs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/GOST3410KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "KPHY9aYZMdMwmEmmuj+wOFaJzufSXxYQGi6xOC6iqng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Codec.class" - }, - { - "key": "SHA-256-Digest", - "value": "ecomX21BpKYyQkBjeIWXF71QgHPO6mh/sGE9MQwFpTU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4$PBEWithSHAAnd128BitKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "nLs5u7lh2clkcQODtRu7Qk229aZFMCLLqtqXc4gel/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/util/DERDump.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gy3zs+Y5PHswaS9SLA5jZEAtXOLWtp7SsFbfuLlY9rk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "dSV8dn2Isd5BxiUqIYQ8/vcKgh0OxbpRzknQybIjeGo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA384$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "rgIn4HJ7JqwP9exBUNQPhQPExifPfPhU3yXbmgGSjuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/SpecUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "KN4uxHJJ8hzivzrMLASgmg+BZ91Gjg6owyo3EJ0rKzw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/WOTSPlus.class" - }, - { - "key": "SHA-256-Digest", - "value": "E9NVfHGwe6iqlMSWlz4yShe9ZeVRatzprE/hzsMwNzg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "iPlomezzLioHOlrj8TTzTeNuor2+iNbd3Xfdd2d3AEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "e8/f5kpwUkNT4OBI89IKsdIX+VCQ9q8kAr4iuGGeieM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1BitString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "78psMf08F4MhkpqEkH7ddk3ZhzmABBFA8RuuTeMPPWs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CamelliaLightEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "nXKAjxues9l8bLPjf/TIWYr0wmxWpYXwsWrgHt/JuEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash128.class" - }, - { - "key": "SHA-256-Digest", - "value": "cYtPA+DxWOvLf6f2jGHMA9UVM3eOdfSjpAlEOozoPK8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/IESWithCipherParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "j8v20iorl/05ADEIOFIqwr7QGovs6b+oPaJVpn/vyqM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "B0notQWAh28C2Pn1a7B+JivKgg5eIW3Q03ZHJkbjIUE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/DH$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "OkOBTO30ENgLUIpoS87389yYNghD9llOYAULDoSnyc0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2.class" - }, - { - "key": "SHA-256-Digest", - "value": "4exQfOrvfCMe2OjKWG96wIDdnGIe+ScDYX5ghRid9+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/nist/NISTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "28BPkOf5iqOHqeEeZ27X+ZtQp+GY7hX77McRDlMRrr4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPC$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "yDGUpAte5NI7NfM9yJ5YlAU5AMbIOhY+z0tfaqOcPJc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/picnic/PicnicKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "0BhNnrWHdrfVDldLbdBrjEvdJEJItLCs+3kZ9cupmiA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/UserNotice.class" - }, - { - "key": "SHA-256-Digest", - "value": "LsZrfVH17vn3N2rYW8bQuV5tyTr6Ojfz5NFKPgRuwjA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST5$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "pIL6UDYd52+TXWwfyqqABcLhGjhh83q2OXYkl7Km1K4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$DefPKCS12KeyStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "uW3w7N5IibkM0OLsY5IKQ/o1Rux72cKP72Tztf5W36g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RSAEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "nIqqof5+AGNNHwnniOljp11hwkDoqeGvCagcyUROzY4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/IPAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "ol+M0gcgvnq1S3ZwuC4RTQdGcm1Q/VLEw4z0IptnOow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/PrivateKeyUsagePeriod.class" - }, - { - "key": "SHA-256-Digest", - "value": "/K+mFZE+MQeF4WDEc5HT6V35iYMG6hfol28KhHAYZCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Mul_GF2x$Mul9.class" - }, - { - "key": "SHA-256-Digest", - "value": "3yQS++30khuKtITZBOaTkgGKychxEfv2VqIU3jl3lVg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "dxzhL1LnVEZr7Sl+Q+j4rA2Y19ff9qeaH6qowLG+D3Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/RainbowPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "k6YptOcgANHxWkrj1BE2SYPQM87j5ikewrTLy68uKs0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/DESEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "qeZ5FRLwa+ksca4aiXb/xemE6U5IJ15k9OZPxymDkoc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/gm/GMNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "bA6zEebm1Mh4H+uqV9fyhavGuMTo36qHnYzfzHe6lw4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RC6Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ojm7WOT5q/tOr/tIuxgmjY72U/sdR1wLD2pnxZi5Th4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Skipjack$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "IQHNyDJYPnmzjvVVHw+1V09Gv6oT+RbCbWi8oCp3miY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/GF.class" - }, - { - "key": "SHA-256-Digest", - "value": "yGaN/O+InbvDD7jLOR9FBdjq4Wh5nvx6UFHUJqQt0MU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/util/JKSKeyStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "DXCn05FgffCNN9qkamV66enOA+I4UEAT63qbB6O1AZA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "UU6GqoqzvIbMi0hPbbsC1/yufJCge4KIEY+BcrN4SVo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM544_PENTANOMIAL_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "448yxFr5y3AgSPOqQbf/YLVmpYxM7+XwP1n7fcRftxU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/SPHINCS256Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "e4s6K2SD311StKGNqQrRk0Ng9+j7/yiAzmfSlTQQNng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/rosstandart/RosstandartObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ykq28iWGfU0+a8T3YXixNGcLNaDO0DpEZQSTVqqwguw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSSSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "nmYZIonUMWI77s3uX3J93VozT6c5TB0XnWiRJ0oTv3o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/KDFParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mq5/rdJhIzNWk/Y7inHtNSgomNL0IE7inZy08avgq7U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DHKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ykA4lHwrltiVXWO0IoVrkQQtN5jT+mI9awiTF2AbpnA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/Blake3Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "V716C+OzEE/KivJ7r/Ecv7Vsv4BSpLhWUG92ZUhbZAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/CipherKeyGeneratorFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "6CcyRs46dPDraiI99MJaQikPTt0dxuhVngGgwnRUhPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECPointMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "q1YKgHskxefQ3SjgIIBexij1RZh6h7LVtMrUzwMrS7k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "idK/pxO+w/pUpEdlr9DAptSKNhnfWqzKRDNMZxuDmqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SCRYPT$BasePBKDF2.class" - }, - { - "key": "SHA-256-Digest", - "value": "AA68XrBvOLstvL9OIHjyUqYQj7hSqgOB84CdRfJBMYY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BEROctetString$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZpIE7q2GKeXkEBBabEPZKwZezXzhwP3IS1DWo+anO5Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSContextBasedVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "1LhpAfASHZ//+YlDFUSo81CJfIwJb/f4PtsN7ocydKQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak.class" - }, - { - "key": "SHA-256-Digest", - "value": "OC+pibgg+h0ZeCHMkoyZ3Q1BWv6MWZGvO16B3thv76s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/ECPrivateKeyStructure.class" - }, - { - "key": "SHA-256-Digest", - "value": "+XkV3mZO7jCUaGPLAnXx1ZrH9gjCwY2LbAHYxPi7DaQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1PrintableString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "CVAJboiFAXVti53ahz+4dATNg5SEiwc/ovza6lkP5sc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish.class" - }, - { - "key": "SHA-256-Digest", - "value": "jlEgiGQaWULEA4RM/xjsfrtsmJRsa2+C/T0sbmk5C+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/SM2KeyExchangePublicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "w1d96B6pRAx87DPhX9zcHe5ufMo2QI1Krh1KiWr/wTI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$24.class" - }, - { - "key": "SHA-256-Digest", - "value": "p1XVbaSHtHYB2irZdVwGiiiECOlQCDSv5UWsYXVfIhk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/DH.class" - }, - { - "key": "SHA-256-Digest", - "value": "SSoX50j6sHTKW8opRapJNb4CwKaYWJIhAM7KVQZ14T8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$Digest224.class" - }, - { - "key": "SHA-256-Digest", - "value": "FfLFjtRWEQQncY2ZMrVDV0jcrNOXp6zGCWRYJAy4SlQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$25.class" - }, - { - "key": "SHA-256-Digest", - "value": "tppKpU+vvw2+2KPLKwzbr1BvuZwk8+jFRWXvASCSmmc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/CertificateFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "UDfFjYEEqXDRahcUaD3Os22rWwCiVi4OWiKy21GXeTY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/Composer.class" - }, - { - "key": "SHA-256-Digest", - "value": "pYhYt4brqY7m+wamYTktHV7Qt6a+yvLvsI5FkVe4QqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/exception/ExtCertificateEncodingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "fMoT3DXiA6Dq3XBFIDChH5NJkHNtiH4g41308xxm3hY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/lms/DigestUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "JcuNViBoga++E64ILKmFr7Gp3PPtL+9bXJKJiW/l2kQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSStateAwareSigner$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "RklANE1Snzq97cRv8xuJGXnrmv70jTatDcCmGOURnVE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grainv1$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "u/6FSjntAT4Ax3KgqWglrVH35l2dpRPm8yAq51yZWqQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$BasePBKDF2.class" - }, - { - "key": "SHA-256-Digest", - "value": "40s2+wyt3OEDPZeylmsaXVzu7Agp+c6xPvfzzckR8j4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "glbQC3kOGOH1AP2Hfs9ciT9u7bjcl0Y4g+jqUBlNT5o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "3MZAj2t6G9X0XzwbiyyTeiQUsWfo9ovkPlm97PUMNGE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p$Gaussian.class" - }, - { - "key": "SHA-256-Digest", - "value": "zPPlvjzQ/9XvVvfb2Rwxbrm1pmHMUQbxBetmzW8cBLs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/IES$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "97yvcmdf3zJA0ZEFO02nsx51qT434HDRGVx26ARPGN8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "kxCpGGhyMmtiASrUkCEkxHyb9ZOk34ftSQ15FpdsmxQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/nsri/NSRIObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "HqFe+dWN5jgnEsNVjQ6aD0bU9XnubJqZQj80bpr+YMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/DSABase.class" - }, - { - "key": "SHA-256-Digest", - "value": "81ZI4DpuR5KlsTXJ1o4zJLogvAfSWuaZyY9KMT0rjL8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Extension.class" - }, - { - "key": "SHA-256-Digest", - "value": "xDrI6CUWsSLhY/An0SI63CS0Ea4J+gyvEWyDOtLy6oY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/DigestUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "bOKtzb+WMlW/gncjmhQ6hZh/RpthflKSxnbdRCJJhrU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/GLVEndomorphism.class" - }, - { - "key": "SHA-256-Digest", - "value": "H12xhWI9hVWD0DGp0E9qdlvk9SR8OjNqVPD2UEYDqls=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLInternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "qT0+uxAxJTS3BezIHGN1zTZCniwkiilQJrMY7UuiN/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSAShake128.class" - }, - { - "key": "SHA-256-Digest", - "value": "XoZY/wVKFNbi2r0LiN738ScYQbe8FDQTf7Fvy/ody6o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/ExtendedInvalidKeySpecException.class" - }, - { - "key": "SHA-256-Digest", - "value": "wD6n5kTqwCIcnEcEGWw8tw8Ln56a11nLk59Y7qUGp3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AltSignatureAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "GhU+Xkt1k8QKSP9D2I5b4hPqXsJIRJeaRG+eIF8Ao5c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$X25519Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "iZSBh+uEc3Rn3fywu6v92uk5PLXDIWjv4XKA2oPJn0Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "ohzBbtW+hsH/ce5DBTU+Xac5t8wO16jOTRrOZ9ECfic=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withShake256andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "+GHO23tqZNkTTuDyoEuOuRlYeXUfV+LbAHpAHPDm47I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "1uJodxwhmUPbOinQbs1VdpixdX0KoOs2HVRWZo4PEfE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/PasswordConverter$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "+HYXCO1grg3bx4mJF0O4/7ETUIDJsS9weDzoRQWo1CI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "2q0MxMwZCLLpz4iK0QdepiT30WjPDxVjhKOFmMDFmmw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "PFhGVSRxFrek/JnLtrsfrCI2TfmKmdK0boBbyenYOaw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/KeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "G/dMNvJqTZgmnVp9KBUVow7LkSxa8CtNyjxD4OPlyds=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/IES.class" - }, - { - "key": "SHA-256-Digest", - "value": "oErF4j+XB9TIDuI5lMb8Lf3RqKOR/z/F1M4Aqt2qUBw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "SL6iJuIlA4lytJFbeVKq4yWR3rJ7HZPl1Ru5NmATB1o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Integer.class" - }, - { - "key": "SHA-256-Digest", - "value": "VoJ2xN5WssXWX0QccIOewKKgotYYMtNgLBQQTekyjbA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$TLS12.class" - }, - { - "key": "SHA-256-Digest", - "value": "3hw3qF7mphX31oWdGQxPomauiYDtDS0lgCAFnvlyLwI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$15.class" - }, - { - "key": "SHA-256-Digest", - "value": "aR9GEAjkXzcj5UPev3vGZxFb16F691Xt1fI1IvI656I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Ed25519PrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "a2EsyKZkRUw17/dnPLO1Q0J4ldsKNvWnZEmtPAQexVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/G3413CTRBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "+Zju28+vSUgVW/Ti4cfGpBgRCaPiv4X1bF67DBuiVMI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/newhope/BCNHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "c9K9Sh0o4yfw0BSCvqRd5Tp7+J79+7uw9YJxfFRDXWs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/ECPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "1kA81JqqEd3Ru+AIMm7tgyqNDDdt0yCaYM5kpCV2qk8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Set$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "r7qnUIMHs42C/UO4yOZkXkI9fcPuKgNgJNOtxdoWQRQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Grainv1Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "skOKkV53fWR2w9+FJMp5ZYS3Onajs8w8iRtjamkaCpc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "nLh1R5IEpuBUTSnrtIThQQipE/PhicYtTpZnUq8Ctx4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/ExtCRLException.class" - }, - { - "key": "SHA-256-Digest", - "value": "F9CLa3d5en+CvspbXnZQUgMdUfTNmbGbuS1s+D66tvg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "tUIwYjUCy8TCGXEA8e3GCblkwCsgSn4pCeuEgrGD8iI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "XvDr+UB3OR2iBTOPBoN1+HIRk9MEVwXksGpLngOprd8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "7XgsA9lcGAvkd1WATtHrYyGx+GSwWSzJv95dk0l7mxo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat576.class" - }, - { - "key": "SHA-256-Digest", - "value": "l45UrnB6D8pLBFELyM3xRZVV9ub9N5iW1LvJjJ+NxDA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/KeyAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "hxk6mW2CcWqwMlaizv7KOQ658YuDi19sUz0OQO40vw0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "A3HyPOrw+LzsnwAtFx5g1A6gZ/KKizs51XsCzIkYkuQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$16.class" - }, - { - "key": "SHA-256-Digest", - "value": "gYgKxCJuiB+bYCKA4Y2167nOUMg0DnuXfogrq3nlXCk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode$MatrixSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ty6zxdMhIsMOmEOtD93fwbh7YL1fquRcy2uTAe73dg0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "+XRFwJryqTrQzDMidsQc5hn38u/5fkcTO+mkmBO3bwg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "PZ6D2bzNwvYvg1biTiyKxIZ9O2IyQbJXoc84cYFEYaw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Rounding.class" - }, - { - "key": "SHA-256-Digest", - "value": "H9vQdB++yHu04C5RF2LfyLQ4BE5zAdj/gaVYPIVdi8s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DESKeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "S8oFugZVxZktmMj9Cy/QF0051pDB2GLFUobEt3Fealw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/GF2PolynomialCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rk9tswiWlB2k7gbR0JmgpNZAruhzlov+V+Xy69D5w7o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithMD5And192BitAESCBCOpenSSL.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Wh0foRY+MY6V2F4KQjAJZgWAQ+ywOTcAccSIaqdBHo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECLookupTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "7PWPbjXVXaPnaYZFzCanxT7/Xbrw50Av0aArrPEytPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "v/x3nWGBKchOEXBWlvZCeUhIX6N9QWfY/ML1qk8GKJs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/X25519KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "/ZHlc+ORNv6e2R8J/8Zs60J4OD7drF9Hy0APOZtbmxM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1GraphicString.class" - }, - { - "key": "SHA-256-Digest", - "value": "j3HS2cQM4J5JZ9KMi2JQERzy3UpQXqR3mu/x7ZfxnCc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/X509$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "wCIEznhN8o0F+McVxhjI5dYVm6GIhf5gABP9BQJaxqg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA512andDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "0e/APm9JpskrWEwvp02HEJAawGeh5+oF8y5DjJzlcOg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "HUm9gH9nSeVp36ROcOm/D+mnCJHQDMTabCy+fmBUoa4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "m0/5BF28LeOuFVfY2N2T/OBj33szTE6+SDnnkjBKop4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$KeyGenerator256.class" - }, - { - "key": "SHA-256-Digest", - "value": "bxRSZRpuFn2sI88K4heGz5zJ54HRgYE2JpWIfBnxgWg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "TWKa+L2nwTmjXSOPvOm3svtnxyO5F6hcSKekkQLEkzQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509CRLObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "xNC8kQKLc4G1WjrOAUEK3QzT4xnoWjB+liJ8/VwO/2U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/MacDerivationFunction.class" - }, - { - "key": "SHA-256-Digest", - "value": "qhp+ZxvdOdqhPz5ggWaOi17k66xCcrgdbrfiqRgxsZc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberCipherSpi$Kyber512.class" - }, - { - "key": "SHA-256-Digest", - "value": "3yCzDcoO88UcOPiZYkvPvSjrN9cOFBdJk9/D1qgUHAg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/OCSPObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "e5wbuekfk9WeCTCkzTAW/kxmHTW2s77iuCGsm4GB/MI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "dnCHhTmqaKueU8JA4K5Vir735W4inO4uyzKhzeOrq8c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/commitments/GeneralHashCommitter.class" - }, - { - "key": "SHA-256-Digest", - "value": "KJVfAEF3gTahHprV/zAJFuQb7EG4JOnnpdcBNdUdNA8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "kdvIDmYXCM1KQQVEva1vzTcMNthThFQfxcyvapRDfpI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/Composer.class" - }, - { - "key": "SHA-256-Digest", - "value": "qqwg33GjTdMbY/trZWYfKMdieyoBnWYyZ9TBl2VhQDk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "1qS7W9z0JBaVlLL/SmYqwTUeJESd2eDXKuhJWTgFDnk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/GF2Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "tySIQpXdX28Ai/Xj0YXq9KRVvjjLBIPTazJxdohqo44=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ey2dqFNnZqJJO/NkhAqLIPk6h9aOCq21OcDoX+uC3Pk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "TLHs6ArPLHS3TMlUKKVFMDw9c5e1e0V/H0DA4qcW03Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Kangaroo$KangarooSponge.class" - }, - { - "key": "SHA-256-Digest", - "value": "kC0vhBNX7T2WqUZr/TU5iVL3wtcoHtXc/8h3gkS8Ev8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric$AesSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "uggaquNufT/LQRi5eitKm1SxPOmFgj5D9qAnJMNpQjw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192K1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "enhzxJNmFFT6roipVOq/of+BEJLMyM/wfUa4+K2x/ro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "T1Xd2zOgldwlS4uX1EPf1PKOONv2xKjOVcx3bX6DU84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "x7PCzw9n/LPKNUvLehz2jNQDB2AbMiekQ2O4v9aDRcE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/BC$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "HgeCg2MszVqtgfo0lL++8GqXUP2G6U8rYTCoVMZbNmI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "W1KoY7e7z8qNk3iyI9C56tJkfpiGdwIiOF0OLRv7sb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/style/IETFUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "3jDxxGH7+SlTsEnny4hIPvK6GpcAyrTndgdUgZagpG0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$PBEWithMD5KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "vIqWJYN8t07hr8tB+kXMN+xb1NzidJoKScDjsLMG658=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "zzT5yRal2LzHJadRkWQPP83jaeVF8DPxY1B+8HnD520=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "R5VJKUKycN29RKrlxVeu+pzCbTH91nWUtfrONO9rJjM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448$PointTemp.class" - }, - { - "key": "SHA-256-Digest", - "value": "IFzEwWPCH78P99eU7baYwvnhhBsOnO5EcDIvhCRPgnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_512_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "6bHjNtD3eM0guzgsKYhCxcOp1t9QUx0rIFm/FtcpuWw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448$PublicPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y4dAwsmmPFvXFOkP9Tq3cFvGT5Bu+b5122DjV2OG7lg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD128$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "XWArx/0wdko0pFG6KOF3JlU8GwvmfYkdcJnj6ZCrC+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$GCM512.class" - }, - { - "key": "SHA-256-Digest", - "value": "HTJVcvlQ5oEZuQE6Qtwzxsr9iwwRT8HbspRnRok5E+A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "4g6hL/qyXke7E7hMd7hkj8o5hulQNtVsS3KXgmB6e64=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Strings.class" - }, - { - "key": "SHA-256-Digest", - "value": "OsyL9wDUeix9fy2MqJT9Xa62CzOqk7IaWTbmWGGnOFU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ua/DSTU4145PointEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "gxeM40w2gxFmz40NzJFSqUoJnggApMxtvB/V9EOr8+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "FzB6MH7HsV6XVg3Osy2SyUGfDjRISE/JDd/9Y55LLZc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/AuthenticatedSafe.class" - }, - { - "key": "SHA-256-Digest", - "value": "WAar1IMmgvTyowDhHPXflzR4dIGjHC+AwRDfzQ6GfOs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "ILPZIZdVpN8ikq4067ELTJ8t1UfHX1AEI0Q62zrSPWk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "oibR7Ogt7wIEAp2UDrIVdCEluoIWvtCfTD5VKz40HFs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceFujisakiCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ht9PfmBWcRw0Wwm/rHy2GjMhACYzZx2NcBbZqateWqM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/CertStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "D5ymxzuM+ZmOJ/qJHkTv5ETxbnqi0pnBX03253RfnXw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERNull.class" - }, - { - "key": "SHA-256-Digest", - "value": "XFVYnwnt0mT/KpiaPArmMcln1VqPG8iNt9zPSI8Ayr0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash$Mac48.class" - }, - { - "key": "SHA-256-Digest", - "value": "jPoNiUhHMf8Gasq5uI7xi2qb80Q6UutXDYm8vnZu3qM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509StreamParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "mEVWR66R47BGrBozOtaiFYD74CCu9Qkz4ZLGCOlXbsg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/Dilithium.class" - }, - { - "key": "SHA-256-Digest", - "value": "P24AmF+4me0vcvhSCX5d89ZDZb53bFguBfN/jpN7Y1g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/X509.class" - }, - { - "key": "SHA-256-Digest", - "value": "nQkd2GEJiKPby8KXpdQyWOhuaSykweZ5n+a9tGdnd5I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Type.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vn76YmcRmhYioVfOe7Wufwv+mTvB9Fu25FV0vBKSjL8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/CryptoProObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "02yEH1oGu/ANeKxyMFEjtOrHZWyh+t2zgHW7RojA2XE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/TwofishEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "70FrqbyS2gWXwWCRFj7r14gw5JDmbtpkODtYMX+p39o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Wnaf.class" - }, - { - "key": "SHA-256-Digest", - "value": "jY7THOSV1YemVAd+Q9UQqHiWZdJobmxK0l7CPVbfdvw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "zEf5J5VtxOYd6AnYBYLQ5j+Lx8NDWquGc4m+FvNIWvc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$SHA256WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "KeA8TT7AMcIUIyG27YU015cbDcJWtECannpMAnOa2t8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isara/IsaraObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "RDamtRaHMCH7Vm+s++scR0i3PsoBItGjmWyeQz7aJDk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/SignerOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "r3fUQnEcbRxIVZkH6nCAupSw6nFM5UuWoJyoc4JqqP4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$nonePSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "r16Pv/3bzEInIl7PvT4z95Cn4gjtSIaUa/hcg9WOcmU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "0uhxOpB8SMhxtOWNbrKDqi3l/7sIrYkWUq/OdM+Dr14=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "EEJjIMX/a8+1xprllp9Vm44R5x/HTmgq6qqvWGbS+mg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Arrays.class" - }, - { - "key": "SHA-256-Digest", - "value": "gbs/ECO5lEbWzGk+aTyJegRUvf7zW3xhNUdltbP2PJs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ElGamalEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "vct4RYTiKhy5ecglSkwL3w8B6e0BmoemuNYu3fy3jqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/StateAwareSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "/GvbXFw7n1vs/7o0hT5bdkFQEOcYfuFdLGcUQGzQN10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/BitsOfSecurityConstraint.class" - }, - { - "key": "SHA-256-Digest", - "value": "f7is7IwrdxOkg+VJpY1WJRnRocEnsU1I/PUeKTMWLoQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHOtherInfoGenerator$PartyV.class" - }, - { - "key": "SHA-256-Digest", - "value": "JHCCUWKUV7tR/vPXZh6Eq2dzinF6DjYXlOEpSTLrrBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "b11odV2dqMR75BwSSU8mkoIsDbeT7WuoecmZTAxzvAk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconSmallPrimeList.class" - }, - { - "key": "SHA-256-Digest", - "value": "UN+HjbZq7C86EzW/c4QweOYoNTUMgUDSUVxcaaDKE5k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/LazyEncodedSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "nI13BRZ5r1s3G9nuBtCot7UJKFEBqAM9jUn4XSNcQgE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/GOST3410Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "lE181JRWLKSnve26epyWmCJ8m90DQqdpKgdsTF2ObHQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "eASD0DW61aLSmXaVyvKgWOS1OzE7ksjQImJ2AOGIsrM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/LTreeAddress$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jmMR/EYvCzfZb2TkbzsF8dfCk9FGJj9iwqLy4mpLyxM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/CMCEKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "xGPNQAv72UN0Bv0H3sB2IVVjGFJO/zXCP2YkH0iqCQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseBlockCipher$BufferedFPEBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "r5+rGPjbZlep4Lz2aJqrFylKcS5vdWTrGpY8hcXmkfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/HRSSPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "xPbAMI4NRvH8xtbI43G5z11B19f3vXd6SnhTJe/FHCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509CertParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "SrrZR0O6fLbohzkPtP+NXobtaom3GJG7iVniBn9RmvU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHSecretKeyProcessor$PartyUBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "UK5oyT3V305b4RsSVhlY8djfJpKWzIehuvVbQMTziSc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$FrodoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "iF5t+SCZsiO8SAC/lKfHYVeTyJWbOUfsmAWNczwC9nc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/BIKEKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "SDhdmeuJ4SbmB1Tf8xYAtY39DOZLj69WPt5XeT8AKxw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AESCMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "CmEUDndjXE1KXXJah9S8UF6WbCfHZZ/sj3I5CSWG7ss=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/srp/SRP6Server.class" - }, - { - "key": "SHA-256-Digest", - "value": "2isK0k0ajO7/b1gJmbn93c1M0MraI3Xu8hFb6ZkxVAY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric$ShakeSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "c5EdLC/BO6XCN6wm2ec8c/lm4SAj7uCziixggq440fA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "kkdXmGRB5CWMWJ8UJGK04TP4+s31t9V9gQ03s+9iKcI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "9JsGfJuB11ZIeD2+hbkezIinsNEPwwvZqb2HYwHloq8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/AlgorithmParametersSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "lOkg2Oi0p2alqWiBy30agIvPy/sH3EmyBPN+EtpTUXc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$18.class" - }, - { - "key": "SHA-256-Digest", - "value": "WCnWpa/B1SXd7yc4JgqpyiZ5mUL1DTrQSxGgio7L5fw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ExtendedDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "MopzDIgTSwkcPEDB7urpAibHIoe/vqwWGRYnancmdtQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CertificateImpl$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "50WkJSgZwJu0bgKegWHFD/5dCR3DGS/6vjc3xwYamSM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grainv1$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "82eO0rQs0ZUjxwTsUJwbU1h/N90vmrjZ0wCiJnZbRS0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "eEIuqlrU08QVTqwXbStrB/lAJkzu3DbfGfShT8vfY9A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/AlgorithmIdentifierFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "aMKxhHD2H0gYlZn1soNc2eEo5Pa8KKFEzm6pbXObjTk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "LdiKU4VDap06xR0DMXwRICQkJeSMYgAjVV/iPd0UV9s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$PBEWithMD2.class" - }, - { - "key": "SHA-256-Digest", - "value": "gDBjWzZT/FDmccTq/AXhPaHet5Ex72E3mOYrVeDEqS8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "3gI7fjuwPmlgWKiqgdQncAPdsPcsugrcex9xMXXSwAk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyPairGeneratorSpi$Kyber512.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pe1gY+spNkSxauKSd/m8LiDX+SJ/nO1vL1x3gpdjXho=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "9e+myaig+oCpPfcJG7LcHWyM1RD1LUY/11yvgUKImcc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSAShake256.class" - }, - { - "key": "SHA-256-Digest", - "value": "S8XJCOg2148NEuGHSnd/jAqHVhMV2qRLluuTSGy5ZYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_256_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "eMTJpi17zvLLiB0/osMMrYvb6MqmR4pJ2iDzPaoQJq4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/PicnicKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "fPePtZG5LszKc1rob070AKdhi1urab1ZGH783YFKD8E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCertRevocationCheckerParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "y76f077giqjpfFNt2fC2cMzIeqFKLgFa/jJdRmz6VyA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/BCMcEliecePrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "fGoBBCz2ByK30x3vd+T340EVZs8cf99v71KB0px2fF8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Pointer.class" - }, - { - "key": "SHA-256-Digest", - "value": "YA9+AuoN6Axt4gnW7wnVFRds7VgrTQtdsmrc80F0Z+o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "MfNB3sdjAlc3ScKSc4fQQsjBHzB+6540PvlbE1G7IUE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ElephantEngine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cs3AV47bOmQsqfs2jcmDHJtg/j6CJI8PSrjSSoHuB6s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RC2WrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "3RGmlHLRCH8NlHcTxcucfvaS9T9K2LuGHtM1o8G/fIM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreLDAPCertPairs.class" - }, - { - "key": "SHA-256-Digest", - "value": "UOCecnoROKv1WBplbip3ObuPKfDSdYr3Ql6ARNqpERI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "mhw7r0fEQoCKftjqJYLwCYtSJWxjLlKTbFGJXNF+ShA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA1KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "UnVFaHO1aWrHSYuSKoUrS+mZ4S8PfhvImOQ5PX/Rpzc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "er5KDXQqScX56lEq0uCbx963kTrCDCMnHgUnbExyhds=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/ECEndomorphism.class" - }, - { - "key": "SHA-256-Digest", - "value": "VVdC3zUdYxBDKmgc6MKXOKsY83jNJbVRrthrayvfsPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DerivationFunction.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Ahq9MolSIuRT8jKZx0EsoCL8JskeXc5cBeM60cITgU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/KDF2BytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "3N5qb7NADYkVfswyGM+vno0S/TxPsauWFVdCqjKLPPo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$ZucMac128.class" - }, - { - "key": "SHA-256-Digest", - "value": "juPivyZzbEurLbTm+mi7nsMXeJrt3owYufcFULnI+Qs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509AttributeIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "DIjIxqPlJtSmml08w3eHxbSGfKWEyh+tDX73fbzd8Is=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/jpake/JPAKEPrimeOrderGroups.class" - }, - { - "key": "SHA-256-Digest", - "value": "JCCyFwKA62YM0997NcSJ8JwswupuK6Qs2Hhom5dF4Ow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_1024_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "liSlCJCclb/HGQ5qj4THJrVPCSZ6y7RWSfjiRYc49so=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "3RfzyZGOc6LA85cBfcC+PvZA11L5sturwO1EDDgvNdo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "muQL2+/bXLXdF54U+c8XfI5I9Am3nv0hTpVYkIqZa7s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_1024_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "UaerhSyggi8jZUEIT2ViXFNlfT+4FRAhqgXV6xhA+q4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/KGCMMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "W26m5wzaoX/LPmRO6otzFtIZNX8rjjUK79uHCLWx530=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/EdECUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "58ArbxoSFazISTA1oPslM83zSQomUf87HttWIe8qkq4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/MessageEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "sA8f8UEPix07NSYOfCxY2yA5m/iTEjNBBDRh9VJWG/s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0+WT6uEU0fcaWxXYDgUhFdoHA1+fLc0gA6Q6nVHaZyo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "lcDtrUifALCNXvm1JOUNkwUMPaw7vhYDEG4q2YxSniY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/PaddedBufferedBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "wXgvSCUGRzFNDlqbYhPVfzNv8OhHS5phIiWr8fsBoKE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SPHINCSConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "nFiK1z13xvWxjXsQy6v5EH7AIfQbM/Qv7iUyaGERrh0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Salsa20$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "N1foHVPozKva+P6OKOMairbJjzsRYELBF8+pk8H2l5c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/IncrementalEntropySourceProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "BL3nxeY1ESlOsjs9aHR2xV4SRG5GUPtFE01oGXwJgE0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "HrycLU02Z6N2RwOAC/FzKxe//JmeO4tBf/ZB6dOEqFk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/XMSSKeyParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zjq5P7JIXGkp/vmmwood8hKftIb9/W1SPe299SQqOhs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyPairGeneratorSpi$Falcon512.class" - }, - { - "key": "SHA-256-Digest", - "value": "yrhBCHco8MuY5yN/yXRE9Cb8v6RgRvfjt2c7rnaLDmU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "N5zQrD531IvMmWJBUcZECVZZvV9EA4CsArPnQx91/v4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/ObjectDataSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "3L7ZuBbPGengtVqXX1uNQ/FG0GGGD9kqDNKGV8R6Z/o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/ReedMuller$Codeword.class" - }, - { - "key": "SHA-256-Digest", - "value": "AXmP6VSkfk6BmZF4COFi41mi36Sc+6yifbXw+JKyIX4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$KeyGen32.class" - }, - { - "key": "SHA-256-Digest", - "value": "GWcxmVnsALStO4SMQ5AiYznRaYJosB9QeN1WMYYuA7o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/X25519PrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "RPR5Y+kqBJMpZkqhLYtx0ME9Jc+b09BwTECKo/7Sxro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein.class" - }, - { - "key": "SHA-256-Digest", - "value": "1cs+BD+0sR+f6knn+HU+3ugaQTNEKyYvSAJBpfx6slw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "+cQEXERPRd1PEx2yTexL+bjXUMwCAUT7jXJzHu4JqLk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$CMAC_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "c2X0dEV37Jfg9LW6LfXLPj4H/jjkRTtmeMbKu7+FZnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/DefaultJcaJceHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "xLPmbOHVRTV2YOG61ML6GSMbe17YV2XWnIoOSkYkIWg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/GMSSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "unlc2wjYA1CalvXntagKgJNQxbc14t4UvxNMTQxyjN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLExternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "3NRUZYNhbzR8LJnA9NnSY5WU490CghaJdwCSjTnmwPY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mft6QBxyN4clTjBNfjJDPXnLow2GVxW1/jyaRYV3zmc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/StateAwareMessageSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "/n3Ge7vn7wy7jYtL/PRd1yIX8Dxg/TdlI86N/4QtO9Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/BlockCipherMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "thoa7bhZNKrSN0xARjGz6INdiOhstwjZhY3vesHPH/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$OFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "8cmMgBq4y2cJz8O2rQS3sPGeWUDWC3y10O3RSwZXwJ4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Trm0yxZB0oEutkOyxPUcij/vPiMqAibewxab/QVOfc0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/PicnicParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "9ClhwGyAOF1o2CrGDpP3Uv5/lyO83k5Uy4pH3xemUHY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base5.class" - }, - { - "key": "SHA-256-Digest", - "value": "1rCE4gsLqy+oNUHRBgPD6oBC7xUwbGNL/HKecS7Of94=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Rijndael$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "MDtnjivnVFofSs89Fdi43p53L7iCop8fLq3hg0Dxi3o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSContextBasedSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "DhO+BcWA2r9Kz0TGRUi8Thj1pCof1PXoU2mzQDddPcA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/PhotonBeetleEngine$PhotonBeetleParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "mO9JmD1yybS8VLjOOyZ3yUWn13bSIPm7mkufQSVCN7U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZKo0PNW5ujxEDG9sIYP3jJFokAFbRcow7EXFVMpaQc8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "4lVo99+XdfA7neciakVHqCxwGJVLLgcEmAn04ZOJ1co=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMOtsPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "SAlABiSML8ykp3MoJx/GJx7Pn8JN/hORVI/zzf52AkM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "4LgQNvb/Z/7E05vqLsXfvwgr7IpdZDykUozBjSoqE7g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/CSHAKEDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "nlxiDp6kdInDhUBOGhaolstM7+wr6fTEecizrvi3ZQk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXExtendedBuilderParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ucFZADecd2L609P8BODpP1DoclcVXArJLaQQ8HOfzy4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rt16X++iwAJW0HXzGc7CCZH35gkgGbYlQnKn7fjowtU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/pkcs/PKCSObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "v+kYv8l3WTbs7TZzuIiqJN3o3JlI2qInpTZeZ+xdPho=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB512.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vp9byfe2zyXtv4BUN8Ts5bDZ0bjzaGkz+7psdFGGM5w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUC.class" - }, - { - "key": "SHA-256-Digest", - "value": "R3rogsa7y5mYZBq+JIXAAtTniS3Dow2X+kLRbmsgUvY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/Layer.class" - }, - { - "key": "SHA-256-Digest", - "value": "SJdcPjhbGA13eEtr+1khtim8K8l9VR6ZAMT0Gd6bFdQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "KMRCW2Ols27T9zUY/fXZBT5XBQgsRrOY0dwPkAEljwY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/anssi/ANSSIObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "o0hhxHxvWou4scafLXB7PGHPxn2mypj6pss8J87Ggmo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$CFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "dn0wnkfNmjHxsA2gU0e9kftf70C247z/wym6/zLe3R8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withShake256.class" - }, - { - "key": "SHA-256-Digest", - "value": "MtA83cffBgUjcyXp5p/dwZ8b6EjbEgT9rT4OMeXkKBY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "3bIUtz2niiW6GoEYO9aCbtAxZE0n3btKdaQ1jsD3WsU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PBKDF2Config$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "TFGjdtnO7VsMIW2USkJWY3LOba6KP5ko9r3JzSjNMHU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CAST6Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "tnkiqmr+mZzmcGu936b2f7PtZX7JMDoRpnDb34sC1sY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "MXbBt80MOsuo4cCBQGQCe5CQNbI4F5ywJ0jBBhNriNs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/RSASSAPSSparams.class" - }, - { - "key": "SHA-256-Digest", - "value": "DslkGM5jbEaIrviz9Pcnitl3+d6Y7xDGivqAn/b4x0g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXExtendedParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "uNsnugOt9xv17gHvxNgdpwt+0ULGQMb93dcah9EcvNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ib0DYo705RLQJ61COJ0vM8psiX7SrwbCiewmkf/LInI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "ckJJKI9pUJ15R45IjPRsdkUc9gzBdTo+UdIOjJ5sY48=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ExchangePair.class" - }, - { - "key": "SHA-256-Digest", - "value": "rkJifJlk5P4jnPGCEnMbxug8h8oO4NfMbefGZB1QsR4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/isismtt/ISISMTTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "f+GaR7PqHhsYcdfYrxxumVXfcJlW07KQUb4kyOcutbA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/ObjectDigestInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "LzUrGm7Kioc/3H4zsEg601SnU+RphPy7c1mRHM+VhBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/AEADParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "9Z9p6XBIIEaBdD2xdkISQ207LLgzYbDGw7C/hUcZj6w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/EndoPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "mWuPZ5J7twBksyfaFy8RADFi7K7qOzU5KeSQj517c/g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p$Gaussian.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qor/YlXIEqt+KskBTwSWfRc/FwC+6FdRYC4BepgAcDU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD128$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "xTE8Ska15llvh3+ldUJPIEAV0IdrMjV4C3ncZGOOlio=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/LocalizedMessage$FilteredArguments.class" - }, - { - "key": "SHA-256-Digest", - "value": "nGBBZiEcO9toOe2bEWVYl2sR7AqUxal39XOAfsWSHh8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AccessDescription.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ju39u+QjhRN8yJnMIEQ/s9yMg1XnuEzQpMYBnC6ixPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/DSTU7564Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "E9YzhsGg7U5PdLnPcBOAlulESEePDbC64QEefyX7X+8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECAlgorithms.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ic50ZvMurxWInYx/KFhmimJ/US+WRs5o+J4cIIrsy0I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/G3413CBCBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "mP3QDu0Vv/qD1JkJhaZnLuoX4iVRiWAKuSCCV4uVVW8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "gKK2WsxugUgOediHIMEpdEEJza0Hbu6S9dI/sgJBVmc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/OIDTokenizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "6YGhzjaHW0AeDNaIKIquwzFJLzCGU3iXcECoOBRkD10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519UwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "DZQz2E4ilT15jc5V2ZPNfqeCgoGGXJGKuC6uit2g66s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$PSSwithRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "YVgOwKgPPPFrHXUAxXl/yyAJXO+NZ+eZVj+8w52eLLY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$BCPKCS12KeyStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "58FwDVzFdUTfDKBNOX9Gks9IbE/JPhZbGGgl8oEsy+g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "bPN05T+qtsmI4s+MidFxyFZrbmvwgpEDvNhTWnhG8gQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/UncloseableOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "fHEJmbMCP0K33/G6Bdi35pMZOIqs1MUdeSh6iCwLvoI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/SM2KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "yTwDWOGgCATc/LdWL2r1CpnD3geL06etJhgtgqE9/fw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "lpt2j1B7OlbuBIqcaqTJmRQ+mX73uzKN5DgGs+6CyVw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$KeyGen256.class" - }, - { - "key": "SHA-256-Digest", - "value": "3yIYm/dqoJ5HV6lqn7yBr8V7fBWG7yWlF9C7Bh2NRFg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD256$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "fQ5XRf0FLuecDjFA8TNTKCibcZBfHoPqbb3TN4qpdIs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2s.class" - }, - { - "key": "SHA-256-Digest", - "value": "I8uPlNpPTGeZwDdKNBwZZmCud4RZfmjalThN/CICwuo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "nW4HkbUMm6SsMEMJ32ZlbwG31zNoa7E1c4ctrH4CW6A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z3E4aeKn0S2oURJ4I34MFBJM6IGPJqmpvNSg69oz9a4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "X9NA33S936qSSQyit8p9M56czUVfJ+Jft3P02/IdZns=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsaRMD160.class" - }, - { - "key": "SHA-256-Digest", - "value": "monpDtuJhziCOp+H0zHuZiTGnA+bJBr3Xg2q2TO1ppA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "sF6qD3l7m2wS6d+2g6pPdy9iv5QCcUKYkUWe+ASk5nI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ParametersWithUKM.class" - }, - { - "key": "SHA-256-Digest", - "value": "WX/hmh7GP7S3iDa6EL5AJ9byULAyHqGxJsDjdFe5iGU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/falcon/BCFalconPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "CJm7c82z+wLwt204jySxld+65UnZ1pj5nX7PJbiErHM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$PBEWithSHAAndDES3Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "ejnjJrLX+8LFAA7kMWclsoOaBttL2XjUsWB9rcwB7fs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/AsymmetricHybridCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Is/V7k2FCtPZClC78pliXdznKrmB+SJbGvfYPQO0dGQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "rXUmg8NeQsh+N/DoPL9m5qv5puDnLaRKFSYJFQyf4xA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLSequenceParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rb71ukHv9lDOtVm+7CX7NrdEFSvCSVdip1BqhtUpXYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/XTEAEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "cOjLY8oVSNGvU7VYypuPHRWjmVTVwnFwZ+0AdeeQ6uM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$KeyGen192.class" - }, - { - "key": "SHA-256-Digest", - "value": "1gDpYT2SOvSwrpZJVVMnrR0YF/NG3JK0Vv+vr/LCWcI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/SPHINCS256KeyGenParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZcB3MAOHtZl+qN5LbH5RlKq/Id6esWoOpAVU0lzpnMc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/FixedSecureRandom$BigInteger.class" - }, - { - "key": "SHA-256-Digest", - "value": "6fjDIt18pQ3wWieQadt+qgIEwmn917uvuvHNpAfDCd0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/AsymmetricBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "FYLl8vSuO8onNYrOh/9bZfzHuAw8IItNQ3xndpuF/Mw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base3.class" - }, - { - "key": "SHA-256-Digest", - "value": "+triczD3jlg6fbCVd7CH1AvtE9CXfJFZAqkoNh75mjI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/frodo/FrodoKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "krt4/UtMS1xvEDbVwa/YeaEvif+Zl4+T1xytsb+tFFs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withSha256andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "eWFgKwL94nuiX26AP3e9q94x3LGA4zLBIta1tJ7sxN0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ExhaustedPrivateKeyException.class" - }, - { - "key": "SHA-256-Digest", - "value": "09onJScsrSYBFROjwbfbXcTOnp8zVKRhkOvOjx3Cqy4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "PwDjWvAQowo3oh8roeR4aATHbptaTb4Srt3zmBygaKs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "0t9+x6ORWoD3F6uBl4T24O4FcJfgeMQTUCNhxuwEqRQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Skipjack$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "qoIJruDXzrvKavJ0fjBLchVeXtVbuH37TqyvPS6IbZg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/Primes.class" - }, - { - "key": "SHA-256-Digest", - "value": "qFhY25ja+NuAsG5/CpjkqJRlrEP0IWUAtcv9E9UdvVU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/DilithiumPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "e4hf617HFOGistZYf0vdkhJFiQNs1K0OPtvtBI1q6DM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$DigestDSTU7564.class" - }, - { - "key": "SHA-256-Digest", - "value": "oc80wR/Zin8M6K4+4HmzVaudwnIzotdMQl0kt2O2uDo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "gNlhwa/OmnuUhW65PrjRvbidguVpyca4DBrUDSD5vbE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceCCA2KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "BAFYWDP9umkOmlvhdeH3q+IgcbB2MGMZXGL/aDCPYdQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/XDHUPrivateParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "P363E1hjUHsuRl0PVYpQiS08SRSqiIcSEvAJsqdt3/4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/nist/KMACwithSHAKE256_params.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZJ8To+la64SIiuDMu990WsMLxceCaF7r0G5hSpLnFak=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "RQQyqvcaz2vEalIaldH/IxAEDpbMuZdj7OO5s3iUHzI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Selector.class" - }, - { - "key": "SHA-256-Digest", - "value": "0gfFICQ1r9cmqIV88E5oba0DqSUmNdsBdFWcCZQHpsM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "tTuPuN0DzHT7oi199eCIargloQqf0OQX0EC7/KLvPfo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "DuZessrCQUji/ge7CpESrxZcrmaqs2zZyFsOD5B6jlo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "/D1xo1YwPQVEjgV4JaFZo3QJq6MItI069PoUl4Ex7VY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERIA5String.class" - }, - { - "key": "SHA-256-Digest", - "value": "3KsVY3WTojf0hgXjqnqhXgrf+7ktl1Utpqp5y84F9k0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/FiniteField.class" - }, - { - "key": "SHA-256-Digest", - "value": "1LlAjI8ByZZHVfzE5xrgcvYkOwRP46kypTEavqW09mk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/gm/GMNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "2akwIKysk7OU/kc50AAr1Af9I0XoORAc3TNklEdD22o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/BCECGOST3410PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "u/ndnrokinc7HmL+MXxY8Divk6q6Mt9fbziWzJxDD5I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Scalar25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "OzLuk8e25s3S7rnKs07Oa7ppg+Yfza75e+jCTJXZsTo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "n9jF/RPFoJT9sGlSivDQVQPbtk8rnIuq2SnuPhwd4HQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/TigerDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "qNrTGOZoUbJb4J++kPk6vhCR3usdhnWjdnj8XeMyc3g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/ParametersWithIV.class" - }, - { - "key": "SHA-256-Digest", - "value": "w7HA9lIDyKpwfNb+kepeQV7jFs1pK+qMOHWf+Lgkn/I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SkeinEngine$UbiTweak.class" - }, - { - "key": "SHA-256-Digest", - "value": "5KU6lbN/PbEqR4PcotQnx/MHa46pfvFca0S83asbsWk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSAKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "bxjn77mi4bpzVABmJddOFolibFBxlGT7++pY+VKMF0E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/KEMGenerateSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "NfZR9qisia/8CEDS+UYVeAwkEtGNQP71USjevLP8lkY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "zjqK7djnbPumX6eL2oXAoPa36yN2SA/d73NcEAOhBCA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSLoadStoreParameter$CertChainValidator.class" - }, - { - "key": "SHA-256-Digest", - "value": "OU/bXQ8yKKWIkihj/N8NEK62KPlhcyV2PrArHdMi2iY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPKCS12.class" - }, - { - "key": "SHA-256-Digest", - "value": "xbypJxqwg4liO9rJD3IPb8pYYaYAOlxreASTcWN1az4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/CramerShoupParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qNw+zkBrfRZ+/gbSk/PYKv40xvTCMH8v/D652lYrUf8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/WOTSPlusSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "0Pt9wI4Sso1Qj4c2EwE8OXyZVZ/DR95eOQOIVqdR8cc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/GOST3410PublicKeyAlgParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "l7R6xg4Vp2o/DxNSFjhTkTDEIcTV7g0KFbDN/wuRABU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "fXG9LmpH0oogOeBAkWAH+4Q/pZTKDhUhXdTCRJqepDk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$TKeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "KDQ4JMiKZEs5AJy5hzJMV1UEF7Abjke0MFkBTPeV+Eg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSASha3_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "BH5FF+0LIhrWjFtVOwfFAH1Nk9YFJlU1Mc3PqSFFpRo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "K0OZW8Cj7c4QKifR4B5LDlIcUgDAgbjrat2HtVySAIM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$URLSeededEntropySourceProvider$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "hHtUt3FRKbxFjHOINNbc6Kmez0LvReDb+V8GOPuwSSw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/RIPEMD128Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "AK9Q07qEcIN52LiwSwRUWf6sOf4i9zKB9fUoEnYQLiQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/NTRULPRimeCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "JM/GeQqow5Kbv/OSpkf6B1IsbKGn1BvAk13rj0M80iU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD5$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "97UAb/IKdjohN2hanmBShDzjWNKqrZTQ0DAZnBLsYaU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithSHAAnd40BitKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "1mxr/Vxn4ykpeNAFpG4XLFK/c/8PgGcFDkSUMgkYmtQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "R5BZQqcoNpp9vFQzmBdL1xZ9oFfCfa0zggDhufwKP50=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Properties$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "qY29j2+U+/2wmJutXbysafrs9cD6mzXj6Ue8i0szpZk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bo/yIV1TysE9xup0xBOAX16CqBtqYFLvV+M4rRn0P30=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/GCMMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "cew/nvOq5yOprN8WLRItfhBriKMxzbexgeLoNLTwixU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "nrLkdquWPJo0Y9gSc7Drk/dHaJPutFrsyv8Iay4HKSU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/ScryptConfig$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "hPq82hflfCyDAQIdkIQfkSZdTdwqzfpqiTQ6T4+P2IM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/XMSSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "IAcwG0X7+n7MiPQok9HuTUze2hYESJ1PanF3Ptxl0tc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$CCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "PgCAbJntqSEKWCnZCAtWv843t7vPCtFhFMsBkHf+Rhg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$KeyGen128.class" - }, - { - "key": "SHA-256-Digest", - "value": "5G3GfRp7WjhXqV4NW9tBE6eO6gJhPwg4I3kwN4GciiQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Null.class" - }, - { - "key": "SHA-256-Digest", - "value": "9LAZqZ4Tggav9dfPAmBkwzRs1ss47rpl6pOWchrY73Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "KmOkG2CxEyLA/ayjBVU3bbuJIXyvHs/PW5LyBCKgoqc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1EncodableVector.class" - }, - { - "key": "SHA-256-Digest", - "value": "+SK7BlxRsaiaHEGS1M7CNp9uCnsVVNXY2z9KJafkSoQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$DilithiumConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "/+S6kkQBpEwQLEph9KnohmW20MZlSfyN2J6jCzA4IWQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CCM512.class" - }, - { - "key": "SHA-256-Digest", - "value": "4qpAHGYz8qBAT6FvJsMehbFylY1ec94izIKXMlf74fg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$URLSeededEntropySourceProvider$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "U6lD7WGCLztAu54IOaFFsjTNBtwyOe1YP2kbVipO60k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/CipherInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Oyq24yWN+R/5kwphWFkOJrXVkKxtGAlusifa6C+84zU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "SnQlg5adS4e0PujZ+z9eWi0T2a4oB1V4AqjLh1UJ118=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/XofUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "yjTodaMNRLv3xTH3QWAigP19MgREPRAPJ+2E3cSj5t0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntru/NTRUPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "pEgIRw9PdPOY5rTWTAnw6rE8ogrV5qPJVlgIFuRx4Po=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA224CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "0IVw9tMmFxgeMq6TFj01gKiShRz2DzUk5m24HJlLlwU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AESCCMMAC$CCMMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "LDrUi6qwWyj2uaO4Pt2C3aHZoprrYozv/ncAgz6IO/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_512_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "AsYwzxLGPs3XjRNBWGIXxi/50DfFKQTs6pGg9EV09sQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$Cloner.class" - }, - { - "key": "SHA-256-Digest", - "value": "rHZUj1KiZ3z9O3F2yktUz3iaswyNKAiTKGGevU6PbFA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "iow/PUpagjm4525T3hd38qtUg9itkYQGySjzM2T3GCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "zNBEs/0qEwaxxgKEUNgbQq4pay3MuOzMu7Spy667foU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/GLVMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "3dNGfAwwhKI/UFMy88QXYMjA2rMEQT+p5q9tC3Bk3JU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/GOST3412_2015Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "6p+8nW/d4HGSXlBvQFuYdSIOhoFNLq/wQZzgllvafZs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/FixedPointPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "w5C8v+uYJOYciUumjQ/SSSREQiZdqXCyZbCZnWA7kQA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/NHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "aI1k8xEqpUyEu4K+yJ2EdnLSGtyKbaZC6BBxV8ADLAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ThreefishEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lba4UKpE0PNqm+kz2XaGWDLJT5lRH1vU5glt/qvMbiY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EXTERNAL$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "N08bct1iixKoomfLIWSg6GOaBe83lltncBZOgSs2BME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/eac/EACObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Qszudqtu/XKsWxwl+uqdbUkq6LwJcaCXCJhuOG/AVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AuthorityInformationAccess.class" - }, - { - "key": "SHA-256-Digest", - "value": "rge/zmieJHEAa8R7MGbNPZBOeDn2rY9aHksGunNVrYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/saber/SABERKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "/GEoso2HgvowOkUIL2xPo9rdR9PX4/R/rGqMHiF4L2U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withSha512.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Zo9Z+cIM/zcgAMGEnGpbBslzGP3pPUaQvF/GipcL0A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/mozilla/PublicKeyAndChallenge.class" - }, - { - "key": "SHA-256-Digest", - "value": "AyfBrrdrLQRw5YCh6BIHnizeozIWUWpo18geOIJAt+0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/LowmcConstantsL5.class" - }, - { - "key": "SHA-256-Digest", - "value": "2uz1IsUqb5LODVKI0Hs4hBnq1adU4neesQ5I1KE5DiA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "9F2DvatWipfXufBNuWPuqPSpUJQUvj8uXCLuXgJFxLg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$WhirlpoolWithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "IuOHD6+LAaFNZg/AqPNAXXsuatSDynZoZEHjbbsNiIw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/GeneralNames.class" - }, - { - "key": "SHA-256-Digest", - "value": "BWTeSdg+AP1YYeobkzHSPAWn7EhGFsWnYwh3UuTCjQU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/IESParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "D+LauM0ryu11MX2a0ydoQwJnsB0hVrS5SAXtrYBl8+c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "9sQabF98yBHBY/rq53r4pQOH4Nd0JLH/0bX5nqvbDiE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/frodo/FrodoKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "E/1SagPSP6Z9IpEvf6uwYbDSd4bM3a3FxeZRjC8nuAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "+U0HQN81j7s0PwAbwOCzonYRXnFuvaoNFMCmW1EW6MA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/ProvCrlRevocationChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "NohDQWwk1CDMn/BzPN74lPOVGWmzuLGC2i7t6NdwgAg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448$Algorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "/4XLWIDiTk30rW7tNN5tbDRa9623IirledD5WwlQ9nA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconVrfy.class" - }, - { - "key": "SHA-256-Digest", - "value": "+BExepJaCv9Gva+a3q5x7vs5H55kdI1976QTPZbeVpU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "aMQJYhBqXHPNmjzNqZYVbXKaHLTy3NPFuzjLHoVeNus=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSAPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Sb8APwmiJGR3eJjNSgBV5JM8qt5dlJ+OPLz/U1yjrg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "XgrlNngS4oakL0XTmI/b3HZh/U4xuCaf3Y1F8e2K67s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/BDSStateMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "DlHXV7/rWwUPw8Xowk+pYwhLi84/MoIm9KiKJYqG4aQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/GOST$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "4WqHS1xmbHEHfbe7PMfyUDlp0Fkg/eXm9Njsh1qVeYw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed25519Signer$Buffer.class" - }, - { - "key": "SHA-256-Digest", - "value": "bvlgG6ACUBK9zw64gLsxLk1hk3YKkMyHqDR+mN2+buI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qyh2eCBxHJApZbTX2XqMkICpwdXYVOl/24/2z0fOhgQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyPairGeneratorSpi$Base5.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wz66Fq4XwjXqz09nAajhiiblYMc6TquQ4onOWCB8uP8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/BaseCipherSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "It9G4eJsC5ddON5LR22C+LIU+mcDFUrTR5pegc+qchw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/BCFKS.class" - }, - { - "key": "SHA-256-Digest", - "value": "t+KEcnpDpxbf7Jno+LSYJIKcyjHIoPT79/33Ze4k6lg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UniversalTypes.class" - }, - { - "key": "SHA-256-Digest", - "value": "gt1nK6YUbzm6P2wGnvHgu3EgaMBuWW47kqbCTuo1KyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "VcUw53ag209DZ3gTdFm6daZQyoei7XMh5M7TdSSn/cw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "R3PswuCM05vuGlTktXl07wSyUMsRQgUEZMBo06Ki5+o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_256_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "haJnSh3ll5Evomp0hl/jJihFalm0Z6gfJl9dOjqdjlE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "159//zW+OgG+00Gqk8uOh7xYMq+34KMbePE9PArBPbA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/Tables4kGCMMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "H7JZ6yKm096HMTRucwe4lFPdqRLBetVMTXgfph+tjys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/RSAPublicKeyStructure.class" - }, - { - "key": "SHA-256-Digest", - "value": "iaUA8U/BWlAaK+uMGzOfr0wo6YEbkGE9hwK1gJIMiHc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/NISTCTSBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "iXaAbiBiQWig4XQZIypvF8+DTacD+GJxe+HGvQt0rHw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/DSAParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "deLTmbr5Aal9HczB+n4D9UUxuP2LPtIns7V35Z9YntE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base5_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "/41hOaX0jUrn4YaHxwGfXi3LlBDFosPVxTvLaa5C0Xs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/Test.class" - }, - { - "key": "SHA-256-Digest", - "value": "DzBcpDbahKyyYZWHv/XeHO2TxJh/eWUP6a2pJuZuxgQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ApplicationSpecific.class" - }, - { - "key": "SHA-256-Digest", - "value": "inJt2veha6IWkv+mshcPLFrDhxHYXEzL6gfueDe6yQE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/MQVPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "VoJEQyDgrG40bLdR6Vs0izCKEFiyTAzHadJ2G0t6Jnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESKEMCipher$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "w02jJ0AdPp/8M1iF9PXq9bpZfeutTznI3DViGBgHTXM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ECNamedCurveParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "BPFhoGWtzAKQRcYciKd5jqvDfSLoTTt6m/jYXYtWNew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Packing.class" - }, - { - "key": "SHA-256-Digest", - "value": "n+yZ3svT8LQF80htme5+uG3rON/K0klsc/atgdjujgc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$DESede64with7816d4.class" - }, - { - "key": "SHA-256-Digest", - "value": "QxQ6kpknqveWXYXPJWwmlEdEicBxT05cyKFK3a/iNm8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/ECEndomorphism.class" - }, - { - "key": "SHA-256-Digest", - "value": "QYSGKLxqF1dYvqhkKtD4bKUpI7pmtqoxsKawULP3ilI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Blake2xsDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "fqnKLsYj8tUXdiCijXk/OahK6P3dOuexJALqLFwzmi4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/CipherSpiExt.class" - }, - { - "key": "SHA-256-Digest", - "value": "5znskgu7p4/XCb3HFnrNLWY3zRNnSBwy9XTTpJMt7oc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509ExtensionsGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "DPwVlWI+DvV4jmpZiW3NSTeMBvDqfyvwWofWStg59Ew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "qGQ+S4m8hAPDThBAQOK2FP4UpHgdCIW9ge0qpsq3EQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecNR512.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tz2BI7MNNpMWP42R4z+ugSeLfto8b8+uPoQQOPa02fo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$DES9797Alg3.class" - }, - { - "key": "SHA-256-Digest", - "value": "+kKazZXG/LQKLuIF7fcj32hSbc4CxP33C6VtJ9a3xnQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/BCECPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "7zHtO4mD46C1DelrygGzhmg0EtQSKw8I4PnVNqCQvxg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zh1XUJe614f9g8/eqjLHXJP+jT35ciyJ/XDdlkClHjA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/MultiBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ys/5VyuTYbjUrfFJA/NCYP5sXLRgWP3Qx2jw6XwQkag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "/96lDTrKCWfcczoQ03cdrlOmhT8Adk4/uGhqaP00Yos=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/SPHINCSPlus$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "719irhKpw7VyNCz/CfQkwdNOkzXQYcQPZbwBNBhCRhw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "oDbI0wnA0rlTUQfelgv9AT6UMCqNTW2dm4JpSpnL9gU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/StreamUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "CBDluAYkZfwPgCyPjpX4TXCGO8LXD7NevELbpln0FuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestTupleHash128_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "3OUsN6orx4iiMtagMpvbqj9fGna6Ij7URYv6Wc+rfXQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "lfmogHv4MSqtAs3YfJ/+HgdPGct28LmaYfVFWoNvhs4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/spec/DHDomainParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "/t8PtPG+nX39RREFu/UhsYwnVd/pq56UFbfSVbSG0TY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "BakvsPNDV055qWxVWRe7HRllKtIHbwxwA1TUvlhiKok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$OneShotHybridEntropySource$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "subgsUs3q+WV0SgriGIl1fGTJE6Ib/kECFs06mj6XGs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/KeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "V4Fr+GtA7zB+v0phNgrVCa34NWmAYVZ8BcGed8a5IBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$OFB128.class" - }, - { - "key": "SHA-256-Digest", - "value": "OYCMnDsNBptZyt/nZvUIbLzU82Rw1nLa+qlPd2rDlh8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$Fp.class" - }, - { - "key": "SHA-256-Digest", - "value": "XMzHUGvqisc6bwoBxkeCxdxLPbVa2G/RULho7PO7q1o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Zq20PuMcl1a2g1Mky5RDo3Xw/OeOeROZQmE07zUJkQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/CertStoreCollectionSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "4tKV3pP/nMwYnya5oJK4ue7HEOheeZHnfASNRjoSsLU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/CRLReason.class" - }, - { - "key": "SHA-256-Digest", - "value": "nVeCBo0GIX3yXHCvVMeEeoxmwM1WjBjhKAuv7QqJP/4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/Utils$DefaultPropertiesWithPRF.class" - }, - { - "key": "SHA-256-Digest", - "value": "L/Endv/tuKbg5B/Q80caXGjLiBz8DyTshs5S5B9ofBo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "2B/PLxlrPwjU09WaYUy2cDI1dimRDjaFuyODBnYah4w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "21X7tfqOQOUIqRSXguudZ+O5YxOD5xDP6m5x+oYPv44=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$CMAC_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "QlI21NEPdgL3nWp3Cz4kD8MwFo5W5SQdm/5HasHRbCc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$HashMac384.class" - }, - { - "key": "SHA-256-Digest", - "value": "fJ7NqDRqBA6ATZKcyAReYHpoHXCNMNlhnnV7CMz2uXs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSStoreableObjectInterface.class" - }, - { - "key": "SHA-256-Digest", - "value": "bSkAw89VOyEGM4MSLT3V4De2eWtsPS2FAfdZXgAXcv4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/util/AsymmetricKeyInfoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q3VrDrale+7AtTLEL4iKFXPZrleMHMX7gW0x/8bffbI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bs6KXWMpgzFSf8z6S0RCUqcvlacup2TZXWhMeMeuFx4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "osrSpO7cy8JUx6F/Y12wDWfmDHFhyD4Wr/j5G1ndo64=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/GOST28147WrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "x/xJQ8/qz1Q9pdlLk8ttZFbgHszoz3kUVaTyYBjKx50=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$TSerpentGMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "gAO1ttaX5P8oSBrk2Z22l7s75rGbmIx1YPQtMXGnYfw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXCertPathValidatorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "kUi0TMdnP9e3bUUVwr09lLISJakqss+mzJVixLLeNzI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$RIPEMD160.class" - }, - { - "key": "SHA-256-Digest", - "value": "/daMQX9YQlPpk++m0/DRNqy6/rrsiZks4HWMptvtrwo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Ed25519PublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "yD9GUnO9cI3jQkCqX6koZYFtN2lWsmt6fxo6PzGH7Aw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/MGFParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "TngqDxflXInnOVgeUXooddF+8KOeFDljIK2PJRMVV2g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Poly1305$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "1my+lih/9sUvVWKIIA9rgyR3Rkk11alxJC+u4YwnZT0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "KH9/JzpzP87zQ0CudzPOS05lajuxDVHymCYTe/zVT8w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2nPolynomialField.class" - }, - { - "key": "SHA-256-Digest", - "value": "fVwGZ3eVg7q/wU7OhOAOXvQu44WHEvh1iinFr4ngSzI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERTaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "xuV0Gg+FT7ZwJ0Kelj1ZcHcRP5y0B/xEtnfx5JQd9Mo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "3fOWH9He6T5s6JzGxLUe7pk/nXXsZBpofF5rBfSNb5M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "S0nFr+ikxo/0gAIeJyaf2WIh3cLSu6U8TjDM8UZ74wY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "TBz+Su9B1+p8CLPmOswhqIDQlGd0WU7qX0o1tuqikAA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512_224withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "BScTY4Ec6AW9RPkDgaECtMxA30ou2/8JfXQ3GYBdnmM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "kbT0A7bdf+OlIGHJeKGKDuO0c4c2wfQdR/sPcaiyM9w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/BigIntegers$Cache.class" - }, - { - "key": "SHA-256-Digest", - "value": "zzOg1gU3+TOkvA60yJd1vbyVuzTcl6yByEoMQOEwqB0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/DHDomainParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "4rWXBgjkXiF+9ETjNYZroxWTtbOq9YL2qmUU2fsOxHk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/DigestUtil$WrapperDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "fGEvdUBkkya3s7XpzVN8mkE9SkKiEQuN3LbgpPkRUv0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/RSAKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "lj7OYulVU2di7xZzu0w0OaVTk3Rskmbzoabeu72PrNU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509V2CRLGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "fSVcrIzJPDP24E/3CQNXYR9SeK6RRTr1Ot+qANInCtA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/KXTSBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "IgX8RbYKxEloTbzAZNyKqpzWrejMLGZe2g7QO8g1uTU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/RIPEMD320Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "tBa8cr3lPm5VmFrgYSaBq556S7+eDutLrs+mBXfu5r4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/parsers/XIESPublicKeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "I8nvmWkEYL9iNfJOI+AQoT5wcvLgv57bzvnDv5dcKGg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPCKSA3$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "ojtmTRtZjCzufqFiSq+3F4x04dqLbwEee/kKjY8VBts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/drbg/SP80090DRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "y+p6SQTtE37gXFXCb5G4nI8lqan38kNfPKQG8XyPYHw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LM_OTS.class" - }, - { - "key": "SHA-256-Digest", - "value": "/tn4dhxDcLnTJFfMlVBohqABZt3Q5YRZzG1gpFGNzIo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "/fCnqoCiEq3HJfX8Wxt5y2KM6EXAfXVd4kzPsp42Txs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$SharedKeyStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "1x3KlLu4rW/QVdnIK/4WC+7UfKqSoxMYLUOQ8wl3ph4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AsconEngine$AsconParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "zCBkiRPVxy6s8tTm5k8ZtQ8evFkrJrlHxcAy3HipUnc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n.class" - }, - { - "key": "SHA-256-Digest", - "value": "OVGfdVyMMiRIg18t/N1h1khbKVk64CUmM9g2VC3hhQo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Poly.class" - }, - { - "key": "SHA-256-Digest", - "value": "VFcmEu1gAP0VTRb74UfrRfhCv3tFlOKTLNSqga5fzZ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564.class" - }, - { - "key": "SHA-256-Digest", - "value": "ELCfNENgBkPuveotTEGVCyEh7SR3T2Skzzdnk3H3b+I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat128.class" - }, - { - "key": "SHA-256-Digest", - "value": "O6w1T0vvAW+TC9UOmyQKPUdz66PxXYM1OmALf3A6yZw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS2048509.class" - }, - { - "key": "SHA-256-Digest", - "value": "YY1IINrwDIFunjzp98LlUjT4l7sxQKJSOuAAmpzCBng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1VideotexString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZShxiM0AcYrYmymfHU8bKWVMT5zgvjfZzXG/dAklqcU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "QRdFQyYQOJKUhcN2yT8f+B6dTbpodlgdeYTi5NqpvXI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD320$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "b5oWnltldlinrEMUzcL5SR2FJEFKQKzEOoOycaD6epc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERNumericString.class" - }, - { - "key": "SHA-256-Digest", - "value": "UzOOGT1lwpJlbn438SQMHIk0vjMhsvF63xYSQ0tNWtE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$ECKAEGwithSHA224KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "QvjexN9bpnGIE6RqHI9PeRW01RAS7UiLFp1s8a4qOFg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/X931RNG.class" - }, - { - "key": "SHA-256-Digest", - "value": "g+IWyiMKBYyMOEPipEW/xGOTq7rN+3j/BqMWVk5g3EM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/MD2Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "2I+tZiSlPTPThv21odv0ZaYjz8MVtgW0w9Bq+8TefgU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SSHNamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "k/7v2IsN3XPbLvbLvz3PhQ0mytd3mD6T1q7CaNBKHd0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/ADRS.class" - }, - { - "key": "SHA-256-Digest", - "value": "0oiKH+KZeFs3Ow4wKsO2D7KKR0OmZkXKREHoefq6nqk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/GF13.class" - }, - { - "key": "SHA-256-Digest", - "value": "Eg23S8YndydhgK49363ouA9kW3t9TMmTSEO025CA9rY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "CkH9NzUbdsNW3dbOLKY9t7LCLSDmjFdwS6bgNF4ZYto=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "DYVKQellrozw1Gi6gVa4JU+OlkzAJZpP0q3mM5CIgMQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Exceptions.class" - }, - { - "key": "SHA-256-Digest", - "value": "qCA/4DucTXBUsTVu4gg3IVfbVmSSdTiM8fV7Fv76DdE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Haraka.class" - }, - { - "key": "SHA-256-Digest", - "value": "TpBa7gegEj348T41+mBFyENBsCxyvY3Q6+UT0FQf5ng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM192_SPECIALIZED_TRINOMIAL_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "+2fwZxWurPdZZ61sNkIPyHWgmJHqV0s3kwXNMHyq75A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$22.class" - }, - { - "key": "SHA-256-Digest", - "value": "+t67S1PHsam2yGwUfBZ1U6YEAPiTiv/Bf/Kij3LhhNE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$15.class" - }, - { - "key": "SHA-256-Digest", - "value": "RMTSyD1yhYcgbyqUSBYiTNO3iIg1fJYeGGvKDAJcGEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "A0JPbCRZUrhg685AHFnNVQT/0REY9t/4XBtn2zkekKE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/NoticeReference.class" - }, - { - "key": "SHA-256-Digest", - "value": "FW4N1R35bGxyvJub+8nibV2iyL0ucxWB2jYxJi05O+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/X931SecureRandomBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "q/Wj6yciD5o4+4M+7a9Tt0jN+GvQhcPt6R1+eYCZPUQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GCMSIVBlockCipher$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "bUio+Od7Ve36BKMtOr9wiS9CLrmwdduy0PWZwlIAxEA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nj0pktlHxpiC8MFhR10twifzztPW6r7ZVYzGWdipMXk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1PrintableString.class" - }, - { - "key": "SHA-256-Digest", - "value": "FRCEPf5aAg09a6IW+XGldtIGtm5L0kW2DAMO7KPDeCM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1NumericString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LTrCZAE1I3NcogMZ6Um4uMwkEV+Xv1AUk8tyzoI1qII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "LEVd/+uqlmRhI/9tS0Fc2nEkLRC3TkOEWegeZI4+xD8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1BitString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "8QXTxJxFose6jGJ7/evFqGsRNHgRkaa18Qj/PHYa97k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$FrodoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "oQFX0gFYzCu+snAW4/PgaaNNmLyx/wpm+Cj19OCPhVA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$RIPEMD256.class" - }, - { - "key": "SHA-256-Digest", - "value": "wMf6Y+EODOuWVwVKzP6Xa0LiEFfil1M267JX8goTHCA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "4q2pkFpTyWk8Bopw0u4ZHn1BmtaVsdWFYIsu7oK9HJM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/interfaces/ECKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "9iH8PMrT+HstTU864BlFSjvSzaxJnDbl/AwP5EMxe/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/XMSSMTPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Uqyy1MqrDGZnjVzdH+mjtwn9kb1Zt4a6uoqH1AFdvPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyPairGeneratorSpi$RainbowVcircum.class" - }, - { - "key": "SHA-256-Digest", - "value": "cqfTVSrW+tgeSuW7h7oM5R/uyRs/28g+j5zui2u4IH0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/fpe/FPEFF3_1Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "X/YzRf2WtP494+Ed5nfxWsm9xI44OcBhJP89NO5zWFo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_256_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "NfMfal0eiaN/YaOmlnHPNR4+ZFFtkgVCKCStYT03zKE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/X448KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "d70KUL/gQxRoblirYlB8G+Mc/I5DOFpEFuZu6CXwl8o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA224CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "QyIx6dDN63yw4YJGOApNqj9ZCwk7dw/jbefi6x5J9/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSEngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "ra+jG2F4VwsW8/UxPSQH3FF6XlSJC9T+MrXq7pL7e+U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/RainbowPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4MnmwrZUzvKCQkgrh013pn7RUWft+fX3jW+2LXnSQ1Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/XoodyakEngine$MODE.class" - }, - { - "key": "SHA-256-Digest", - "value": "E+w1yHdlMX0te1FDhnEJ4JV9clmTkqJPIx1BQF45b4Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/FixedPointUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "LNz+d0yuqJnsm20tEqk3zQpnAP7HO85yCxLhFLdJfIM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/KDF1BytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "NSqAiXziFnEFM/6rZO6WpOjQhKsjg62LRFmiqrCfDfU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST5$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "7GnDxe13IUa+BqXBRFPj1VQ+ophv7+pyk6q6zJgdYcI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/falcon/FalconPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "8LqFpmZxetE2v2IYNn3WmzF8OFYXz95Z+4NDrADISyw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/filter/Filter.class" - }, - { - "key": "SHA-256-Digest", - "value": "HEnvXs1LO+W0QbeJp8IeaX9krjzC9Na7aeMZ4c3NPtw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ScaleXPointMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "0awG7e1PNLtBoBit1MHxO1WO1m4jD8tMY9FRztIBYVs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/OTSHashAddress$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jQvsmP/dvk711T4ScYYd2CaQ7xmuEhZGZ6enW4jDiSI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "F8TwDugDQ5IxSWy9iSd6zWwKl0IZGwmjFzuWptMgp8g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "GdqkXJfbObw0OYZ9BuyuPTvhTpYm2aTMmgft6esNOR8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Dilithium$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "GrER0qCs7pWSm9L02Up7gzUxDrqF2TV4YQs2XvsQ6bk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/DHValidationParms.class" - }, - { - "key": "SHA-256-Digest", - "value": "UczSf0RYr0DyLiBUtEDyhhASgiaAxm5r+mTBKkZviG0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/style/BCStrictStyle.class" - }, - { - "key": "SHA-256-Digest", - "value": "z6TjDqbiQCTbkZFRdeos/8olAB+lF8FVZ2cnKfQOHwk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "RhlzT7L8uq//VRJxxHhncYNGNpIzsUt2+ABCAhEiuTU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/DilithiumPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "UNc1e1NRkcidNIGzh2yb51KHVtpB/BmY+s2Ka+c3vlA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/anssi/ANSSINamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "K54Ocq2ELFH+FIeAwCmsJ5JWP5c6NUfiaYtDCS7JdYs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1T61String.class" - }, - { - "key": "SHA-256-Digest", - "value": "oAYOAMo8qmlGVvXd33FxMWKN1IRC0h9QRzayiTx1XCU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestShake128_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wj6unRD5nmt0yd81g8ul8PDwmMdPiPnKH/A8o56w6LM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XSalsa20$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "v2aFoVwKPiGgaWNP0RVNqjFbCcBgXYCzEKs+GzP59PI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/NumberParsing.class" - }, - { - "key": "SHA-256-Digest", - "value": "JBAAs2RD7N/UVi9O32Sy/3SBgCABTXCnD0Qc8U7zdaE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "VH8by07oA+jFkX9aUcQHhighvoN8SakCgdFRafCflvk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/BasicEntropySourceProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "XJqReOxRT9Ao0rMDHmHQddv6tzNxVldMAe/Vip0hXcQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$AlgParamGen128.class" - }, - { - "key": "SHA-256-Digest", - "value": "9E2PWs9b2YepmsTfV5G+ArGZoWfzsL8gkXY8ZRE8AH8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/PK.class" - }, - { - "key": "SHA-256-Digest", - "value": "FxGk4+azT8ybOiQsGZPtJCu9glei3htsx7ix4zKZXfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/G3413OFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "pP00dXY+186QUpvbd98UVeYpbgMeRVUhkLsswBX2iB4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q9+Jes44e2Dg9K7YcVwMGB3VsdL8JK81mdA2QeUGWQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/EndoUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "QwV/Tzm7Zro5z/FDc8WTDAwVLPxRrRpaBeF+EPMa4aA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TEA$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "tUuTVoQuJHUAoJcCpS4iVhDz9Pys3MRnXLD+AYzSqDA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/DHUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "SR+yz32TqZvNbq/f3NhWr2QUTI7C/MbieD6fYf1tAaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/util/WinternitzOTSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "52FYs/aSWYM6dulVsOQTAt5A9hsZaun5iNu/gJwlVEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RSACoreEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "1DYGfNJpehs1H3kybL2oTYRNtxi+zF8p69BGLLJV7aY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Time.class" - }, - { - "key": "SHA-256-Digest", - "value": "ocsVlZk/pg25pWmLPNhohKPPFVwLY/1G9Qv/xz845+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/misc/VerisignCzagExtension.class" - }, - { - "key": "SHA-256-Digest", - "value": "b3bPrGJ5AdsWeO0yXYj7PIx6PZWplhH+UsxQbsisD+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHExchangePairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "4jeStQ+fuQ/gmkJOkB/5+QbCVqO/FQW5K31X7d24CB0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/HQC$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "858yo/U/m6UjqJOnijDeCJFqsrsm/eOZf8myi83WBJ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/DESBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "bb/Ovg1UBXh3LisNJRKX1o6Jx0Pm0zv4GsgO44mo6lI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/Utils$DefaultProperties.class" - }, - { - "key": "SHA-256-Digest", - "value": "9vpIS8yrWlBBfWjjfj4vCRJgpiyOBUYpVYbsnnPCjew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Salsa20.class" - }, - { - "key": "SHA-256-Digest", - "value": "ExDv5KQWL41E0OD9L8VVe4yIECCzH/GpcN8giZz4VxI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "KnclfiJsLMuYpYRJJZU6N16hEtzdfuNgMXYooj3qoLs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA256andDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "uY+d47UN5W2NaSQRb+ctsFJIlgrRptphtJ6332l0pAI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/BIKE.class" - }, - { - "key": "SHA-256-Digest", - "value": "sxu2GbqWTzoczBKgbfAeyZPqN5n7AbTVf3rVExwTStE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMS.class" - }, - { - "key": "SHA-256-Digest", - "value": "bjLE3WLJZ483ocP1ZgklsAg6fSlWnNqngerUBKk0+JQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "cmFr63zpZtieAmkmtHbvJdHMfVtHjOnDnUy4YoqJTFQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1VideotexString.class" - }, - { - "key": "SHA-256-Digest", - "value": "jtI8ziyxbEy+HpmyBBP7lgwUZs/oupOyUlYBqAgv5AE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "pzJFI78QfCzqebzW7KwMobeuy4vbcnd7btw55AFrEvo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4+e5W/63IiFg33vOgFJVrTBXc2/AU5U6+C6s9UcNgII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/newhope/BCNHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "wMBhBE4R8sKFy1B5xXcBQSOn/MEZAOGprsxiX3K0P2c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "xNpQNKlkyUi63528BNXMlWM1vYDAReXi4syxbqGsZlk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BEROctetStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "gMnGghk7uRQA42JKKSAByTDzj2hn/JtgRaiicDSu6CM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/ComputeInField.class" - }, - { - "key": "SHA-256-Digest", - "value": "u8Ag4XE0hR1wPe/miahVW5QveBrZsfNNLXbSaG9zmpk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Haraka512Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fv7A7o3cGsiXRko62JDHzIYlDG5i1HzWAQQmt6QW2f8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "ECcdEqmH2WrnDfxvAO/vAjSkaYOEzk1j0L9bfD4SjfY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "sx86/yYzBC+13Irz2e6OmiC2gFMxCLBSzlaInO3zHgY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD4.class" - }, - { - "key": "SHA-256-Digest", - "value": "QfdRUzD2kPjgZCuAh2J8eDhDSvu8TBcONGY0PymQOHw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/GFCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ysk2rvEn7uZ/OwTcUI2Y5YxZ4lco4fPV797oZJg+U8g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "fuESAgAO+MK1pWKSHmtHN3DhNeXYazncGUZRgnJubyk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA1CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "+PUaS878qdAIZGtRWPqnZ+ez9G2OMhJZVr9FBx28H6E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$HashMac256.class" - }, - { - "key": "SHA-256-Digest", - "value": "wPPSidI5K1FUmEV2GeX7aiXw7OG+01+u7hTM1ux7fl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$Digest512.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2azYtduRFeWJ4z3YY6OOXlLH8TmvynpsiCjlLxz1n4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nu3KhQ4U/3pTdkz8KVvkRUj5Rttf42Hfte/5YO8FQss=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Signature2.class" - }, - { - "key": "SHA-256-Digest", - "value": "XB/9TJyaJ12Rk5MTFxFlRKqYPrs/rMEKZA2UxrIRJNU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/CipherSpi$PKCS1v1_5Padding.class" - }, - { - "key": "SHA-256-Digest", - "value": "KJJxFARvorRWinXyW/IO2lYgpXqqlKNPvsRrVW9po5s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "zb3XXmwFhP/r0PYUtDLNtNkIC7x8gv8J/XNRxdKZ9EY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$PBEWithMacKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "tUSukf+1eYaINKPNky/UfjTyZz9WzT9d87S86he8Ysc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve$F2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "/7CK4s3Il/OorGqC978NuKgRL8chg3qfaEn9Htgl1/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/XDHUnifiedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "3g7lOTfRtdLefgqReSWwDxyMpIqy/SElkzY6FT0yqY0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimePublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "XbniyNFoW2oMHR+thKvzzPl9qarqlS9bVrAhLRGXtl8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLSequenceParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "VAG7EJkLMA5lrnbQ7hEHieMmtZjwDjmaClyMnv1c86w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/symmetric/util/ClassUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "rsTfYNKr0q0PGpOI952M4L5q/MNpJkljONiCzDi/jn4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/ElGamalParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "5EMlJEw5kaBPbszD7kkHLs5Rt6oDWrynKeU/XEECVy0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "F3MyzBFwJjXE38+MpAl7WrSvnhO4qAfTpifnnrIbvQI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AttributeCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "rQWfmxELakK1zCB8lNc6kDg5ktYeYWC7zi4ca7z91NY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$17.class" - }, - { - "key": "SHA-256-Digest", - "value": "/wsQ0Ouk/G4c3LKbxbfoc04gYvKvnDRDjssqf42mXKU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERBMPString.class" - }, - { - "key": "SHA-256-Digest", - "value": "BDio+g704WdJ0MYt4oTxPC8OjrF2IOJMWBeYbn7g6WU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "K0xkCSIy8DA3RVTsDX5uHBx4OTOCwin2N8Th7RIqkWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "2rUEjw+HWeEm4Q+sMODreOE+7pft9cXa77Vvi3qW9Tk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/OpenSSLPBKDF$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "OWnlXV229V9vZCWDX3yADQZnlvXAKtM46SuLXs/ktmc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "JI0WycPSFY9OpHhgYAl4Upi3aRFcxGnRqCw9xfq/l2I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "/l/pKJGxPOvkHNV1cFIRl+1lxo4+4HVj6hqqWFsGV00=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/BufferedBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "GS62gz0fTJLmnqApGfv4htZU/KbyxQmxZvLci7klMaY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA.class" - }, - { - "key": "SHA-256-Digest", - "value": "/ht76AfmLLSNKGgmA5H58xCok5egfjuhLH9gOZXv9Vo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialRingGF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "zUyzSRybpHWGDgwHhVFuZi67laOmDdZCQSGBz9ADCXg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/ComputeInField.class" - }, - { - "key": "SHA-256-Digest", - "value": "fmlLlq1Yuqe05cIri2EponjLv36XykXpEAv1Vf96YmA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$KeyGenerator256.class" - }, - { - "key": "SHA-256-Digest", - "value": "zDyZYOyOpsFhnTmea1fBKRRfnTCUkwmj9zWKzU0uXR4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/MessageDigestUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "WEu0+RS1hjzuo6O1rbklBxH7MJtQtAN5Y0sti1SYNkc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/DSAValidationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "S4/7A458DgoN275Qj+2lYFmVjWlcKCVNZUpphZLw1g8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/io/MacOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "oeJdJJBpq+Ji4UpTsGUYl1xrSD42GihHU4eTk4N1rs0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA384$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "b16wBxNhBHLdMkGTFJqfcsH4oL7nyWd5APWnnzFK1J0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "9v7wtByzGxE+ZnEzba1hHDqKc3tMIqCas4vYeR3ALsY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withSha256.class" - }, - { - "key": "SHA-256-Digest", - "value": "pWZoivsrcwLuGJsTcA3aLdzfWW4kkklO26HqHDfJgVU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/DSTU7624Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "+vw7vNf02ZlkPvb3cBwx2gm9xolwsbz7bFJbSmQrF8o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi$OAEPPadding.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZbX0Ml0SKDJ2pDlHE3Xtr8ktwqXM6jL/ysZ3IOl0kXA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/QTESLAKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "2GWKNmkyST5hUKqZ++ZzKM94J4jKMQvzPlUAOs5nOBw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "dpcMKufybhrKq+Zdw4b5toxt3jyfadH86R7T5V9M0Hc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$HashMac256.class" - }, - { - "key": "SHA-256-Digest", - "value": "A23UtYykrlTGpHvQmi82aVkQ3fdt1xUm4xqQSAvByyA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/ProvRevocationChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "ySCZ7pM+1Zcu4Wt2wd2umIcy6FiyCco3g4Fgk+2PTLg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "CtwLwb9luCx05uyTS7xuT+OiAJGs3B/bJ6v7+i7NYW4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "iHkYiS640rroCLISzCF8jS8rdOahFQG7h0UUKCMZIN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ElephantEngine$ElephantParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "NF1UnTZ90z2YJ1hYSWzctiWWJy9oWRCFyFbFnyvjQ5U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSRootSig.class" - }, - { - "key": "SHA-256-Digest", - "value": "67zDYxlMTPRJESIQP64cY+VkwTi2QWGOH/m7kdvZI3o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKobaraImaiCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "N+UpgUj6tLQ94zbDrOnrJRi5s6rD9AV1kIRXEVW55Zw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509CertificateStructure.class" - }, - { - "key": "SHA-256-Digest", - "value": "ld9ytmVpUFG9nn8OsHbH1CDjsc/vODE1QWbGkhQHg0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/ECDHCStagedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "z4zhZ3EVuN6mQPMvYe6Rc/Q/3Y2B5FjLUqtBSL8r3Rs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$16.class" - }, - { - "key": "SHA-256-Digest", - "value": "QLZ9z9FvQcdk8DXgOsgnLtgSC1VxdPJV2MOv9zW45m0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha.class" - }, - { - "key": "SHA-256-Digest", - "value": "BtHQNwyquj1fZUj8q3lWAteOCy02nqZjySB+7oD851I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/interfaces/ECPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "tyfV8YocSwt4veHYZAcZJbODHNQVHNqg9+jwY9GKsKY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "ryeyV4GEpAEXMETM/GIkdT5WvLY2uS7c0e0ae1MOLo0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/XMSSParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "I5i+xT06y86NnPRymdDeQdGm8chBCaQA5DmuM9yT3xw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CBC512.class" - }, - { - "key": "SHA-256-Digest", - "value": "kT09xEOjkzKlH+aVn/vryNx/+500n/4NTQuDS+6Op9E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "M/b18h8zcSzZsR42wSkOCY6VUQ2J2H7w9g2HnGQvJOw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat256.class" - }, - { - "key": "SHA-256-Digest", - "value": "1dNFF4kqTm3k0WkIll3z6gWOfYuDsaTgPW0BAaE9Ldw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "mPpSoX2lNv3/rKUScQUWowcmtLxhibXBHH2eChhLO3g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NewHope.class" - }, - { - "key": "SHA-256-Digest", - "value": "3yhmS5daAJ0K7UFQT7S/ZNdstY6qaUsk7WjDmYL+Ycw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$32.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Pi7vY5ghKuUx6uV+k3QHj6aYjHAFQyAjM4EWs5xwDQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$QTeslaConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "v1smiXZKmzUrszeDc3ThhD9oGwCRKuNoB88nFciVlOg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$DefaultSecretKeyProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "mGcZpc9zR67GxZme0WMpWpKFRJ6s2tW2W0aLhDM2UWI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHAKE128WithRSAPSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "R2qy0AnL8le0EtmJaSUnWBdWYbsHtub1fxQ90e7i2C0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1GeneralString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vy+LgVYw5nGHZPBEHEpbOwNtaYoF/ZZDOdeLUkR+G2Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "o4mccBjl0G0LWONiYe5+yMV5uomnIpL5pnf3ViprrMg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/LongDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "iMKQk0+9copSOGDhkamqa/feUs+nmyT9Ri4Pj/oKmCk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/pkcs/PrivateKeyInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "BiyfJM3gSSv775HcnNRJM4RNBlNCqXq72vBSC0n7tR0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/SpecUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "XcKodcv8lPpWOSit75Jh63w8KLHd7OpJJ74em24GmKg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$SHA224WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "9MqWmXhzvim8sCxQJic2hJvfY3Fe4PqcjeTkwVKVjIk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$OFB256.class" - }, - { - "key": "SHA-256-Digest", - "value": "0UzAg9uARL6RLBTakg5amdA0Ml53lQn1/NHZJINgJQM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$ECKAEGwithSHA1KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "OK0jbiONeiLrLlD7c7JabV6vI4IIBFmsfP7cYb5NAGc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$DSTUConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "J99Yg1TjnbaxXwKO+kJ9I+6hw/WDMka1+I9oLEwtKl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$RIPEMD128.class" - }, - { - "key": "SHA-256-Digest", - "value": "tdmszM8C2ohprkvUZoFXiY2BUOzTlLv5UU2uGkoro3k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithSHA1AndRC2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Efm943jf7uZRu7uo1YNOvP6HSWbe2Mcb7UoIpbdQ/pY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLASecurityCategory.class" - }, - { - "key": "SHA-256-Digest", - "value": "9GspHMe0SE1h7BfEQWFtR91hn/p20Qt2gncLBX1UVf8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/VMPCEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "gD5ILaTbcvhrRtsZoyvTsBYtXo+ESaEto1o7wbiud7w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "lcuY/MgVXYh059ZSbqDdSvMVq7opt41Vy5LqbEqWGv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntru/NTRUKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "lKvBP9pfl6b0m6cG/yw7wz+TrZy1HWJCW0K3oEfxBzQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NRY7fbKLaQfuThnky2CA6/YC19wAjjT1jieh3unvCdQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$GCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "acsiPrQDt288fdED0dXMITZ/UacdnFCdURALavinVu8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RC2Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "9TkgScvLbA/q79QM+6dvzn/SSRl+E5Vx/sd9NPjY5XY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_256_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "bPSWnkr0+kOOESfJXhb59tTpGt0N9UZeIewgiZcHH6w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y9r5qZClXrm8iW6jf3Gs6XaiioHHGWKeRYtGcMX0eZQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSSKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "+hGCvwOQ2oFIeorX0NHt8/kuqyQXcAzjIUdhOtS3OyE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "94pK+j/02/J4PR26+C+TZM7DoijljsQqi501K7/H0T4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Properties.class" - }, - { - "key": "SHA-256-Digest", - "value": "yoRsZgOEbKBlnCaDaojEye1sloXglOyogK8rS044H+c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509CertPairStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "a54y9im8k3rD0iKZtGDjYj8qE4GJjv6LuQZXNqHFfmI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1OutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "2OI1PcrR9q1DTXNatC9JTzMuwctmAcmcvZuu9/meJLI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ElephantEngine$State.class" - }, - { - "key": "SHA-256-Digest", - "value": "LJemUjg4/PUum6aPqinQUt5kOBDUgeTKX9y45CiVE4I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/BCElGamalPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "FZ3cjQWJFe5m88t9vYY0cBcwJsmIqHQCmFj+uEdbLtI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat192.class" - }, - { - "key": "SHA-256-Digest", - "value": "iOlDpJ6U1kJfz2dQ5Mc1ggsxskVh68cjoaJzIjdBtGg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/PGPCFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "nG12h/AE2o7HmkjhhIrcgevkS3JROkMJOkSRmuA7H1Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$F2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "/2f2Fcd4Jor+3zNsGnD2kpHdiOh2lbzn5M8ixwBCNyo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/Zuc256Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "p62htQGRwxR5gsHMfhWwmjvHC5aOxWoEihDJ0KS/e0Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/srp/SRP6Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "kntpBABWUSilvC6v5ny15yj49Ovl/EaCsiSdo3RVpPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/lowmcL1.bin.properties" - }, - { - "key": "SHA-256-Digest", - "value": "T0rhTInL0EEMRO37mzTd8/d/wE8oJPLEArs1rG1F4TM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$CCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "aBFbKji1lp0CTbsWvF/fLe7kxGkSby3jS9qD/et/Vto=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestParallelHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "3cjJMGISMj6i5kCwPJFPRceAsVsrNSBBL05nLe0AomQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1BMPString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "L2V6E78smbjl401ydw98xVa/jxU+ISUH7tO6+0Z98jI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1T61String$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "BpY6MMfcqp49TjkISUvLKt1Kb8cxXaduWKRaj7ZjDSc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/RFC3280CertPathUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "JKDh2LOAs6F0j8mD1U5Kjde7TpQ8/46+Nke9g3i9ba0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/provider/BouncyCastleProviderConfiguration.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jw3RsiLxZNZ7entWdVWNSBB3LvT8EOoEBH3W4SU0Ij8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/NH.class" - }, - { - "key": "SHA-256-Digest", - "value": "ceTR2I9xmqG55HiK7/lhhSiKpJjdxm6kEaPoC1ryJ84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "jBmMIAPLQvqC/q/3bC2FoVradbVDc/Y1//5BpDDV7pg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "RMJhGlr+6G37hTrXGy1x4BG/je0huTfbkIH1modMuU0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/MD5Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "cD48ttvVqrhUuVaP5ug4OJFdXoUYgWkbp7fG2lK7kjs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/CCMParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "0fEeEzhaUEeRaHyXkAXhw6xI6gTMysjhAMjJ+8+HlAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSEngine$FunctionParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "eLjFbM+EZF7X4dcThD/t2a2vUaCzKbTy91MF0rABYBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$KeyGen256.class" - }, - { - "key": "SHA-256-Digest", - "value": "SAgZF6i4f0Rzk0FB3FIJpJ/vQqgzI1z6EWaWbaJVGcc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "6r+at+igEWIfBzVordyOVi7gO/iPm5m7vRQfHE/dKdM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD5.class" - }, - { - "key": "SHA-256-Digest", - "value": "GeSnKzjUyDw8KfIP11pULGDlDxc3KsOijI4iz90XmHM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSAKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "KztFdrJW2aTtm9npJDfUdkKrC7EjuacmhyylKsKmLK8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "uYp1iVC+HMUUAb/jmBEhIWA9b/5lpN//uNw46PrYFOs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/SPHINCSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "siq0ySBQyDUP6w928n6sUI905oNLe2hWcnfHBnLjkOY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMKeyPairGeneratorSpi$BaseSM2.class" - }, - { - "key": "SHA-256-Digest", - "value": "bXqK8u47CGOls0JY7b0UjKzKcm3oY9JGtYqdXCBf2EE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/LMSKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ehkfmfFZNftrQxBpMbh37GFeMnJT66+RnNKeYGq2nEM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincs/BCSphincs256PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "VjGSUz++Jur7104/OQdmXr4fMNWd4w85sR1M61EeJD0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "MTG0yAMN7kiuPFj1PGo/N/WDE/PJeuOjpFTCr1Axgyg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EC.class" - }, - { - "key": "SHA-256-Digest", - "value": "2LmHyqQnGahA4CydwdBRTA1xRmdfPtYnJPhDZbkm9yY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "fEy3lC8EFBDe08wNgXPPWUko0jXZzYbfXfgXfizPagM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "7NcvvFLgOrd2MmBdFGwDNTou+GqimydzCqUv13kQeRI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LM_OTS.class" - }, - { - "key": "SHA-256-Digest", - "value": "SDmJA7q0zIc6iPWcfpmW/V4c2aQL84O6HWQT43CsFSM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/WotsPlus.class" - }, - { - "key": "SHA-256-Digest", - "value": "bTx2WSip2fkCLhiMcX/784ksxfBgwHi3r6ckg1/EynI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/PEMUtil$Boundaries.class" - }, - { - "key": "SHA-256-Digest", - "value": "t6WIVUB/ycHpzpapzQLGZdvm5eAmOlRi42iWric43BA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ntt/NTTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "NsoFCdCjyMoYGeBgTeR2yZezChJolSFj3EjlP8YRyIk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSASha3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "GrXAR2g1qr+WTnMn5q/Kqglbpsxsl4x5FMZ0VMyK8Kc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "SiXBrzO3ufyZZ+g/9uC/mFCyuRmJ/SVUnWa33D6ARSE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$DES64with7816d4.class" - }, - { - "key": "SHA-256-Digest", - "value": "G7dsQ3pz/iHF9VBty1SpAUgwJyfbzCnE2jt22T2Ik6U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SCRYPT$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "SApfe3w81kSgVOZDizbTfEUULXdBtLwNIYdPJhWj7D8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "eVYktVu5/Q0pytYMdQiOieaUIq3cs0LabUslStnDTJY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Certificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "V8gYdOrwljnH32YtfF2hqbd9g0PjMOswJ2BicmmXZaw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/constraints/DefaultServiceProperties.class" - }, - { - "key": "SHA-256-Digest", - "value": "YNpg2RO/0GiuoWmgwJ3tHNk9x6DvPh2tKrUNhXqX1II=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Cf3KAN6PgljYN1rDd1cWztQnn5swJWEuqa9pjvikdU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dstu/BCDSTU4145PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "pk505yWeIFl3C84HcW71j6kY4yLQzI93SM3QkXCoR48=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Rijndael$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "GOq+Lje7xk/vNU0DODtxWqIqTcENxJM2hPZD3xo4Roo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKobaraImaiCipherSpi$McElieceKobaraImai.class" - }, - { - "key": "SHA-256-Digest", - "value": "HZQXmi0CINfjO/Yp7dJnze9OVdBxepL3x0C8yUwwqEY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECDomainParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "iLI3jrnIlVC9lrZa0vHMypo6LeBx+2s++j3gTAKAzKg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ConstructedOctetStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "JEIOcgFKCouRhydxKoPToUwJVMSSvfPAICVeUpAGYjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$DigestKeccak.class" - }, - { - "key": "SHA-256-Digest", - "value": "MUJnftb1WhV3IkJ8qY7PGa1qIcEOKQdkmGEJVlRg8sw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/EncapsulatedSecretGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Z2yYKL5yKaFigpgZdZ4A7JRiPG1YdRempOZFdjpPZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM384_TRINOMIAL_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "FDqg8YS8sqfTRPx8uax+Qd6eNIrOlcPxBoiU9/k8NvU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9FieldID.class" - }, - { - "key": "SHA-256-Digest", - "value": "8D0EOR7in8qRJl4dFNEz9o6702yZ0THF/LGcDtidQ30=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Shorts.class" - }, - { - "key": "SHA-256-Digest", - "value": "i6/76T4VEeFL+jIwbJRLjoI62L2sXvw/nob5Bq7fp94=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHC.class" - }, - { - "key": "SHA-256-Digest", - "value": "wMPo+uibgZ3B3cVoE1XJD/kQPe00HxkTwXGl+fxtSLg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "RydzetHNG1/i57r/bvjnAIzKKgzrdzH2vX9j5cqMCvA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/SPHINCSPLUSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "zfvCH9v2d6XAS2qY59M/lwhCkqQWjn5jcl5za1t3QTs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA1CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "DI7F4GB/QervROu0l0keYGGZa9PzHP5G5qMA0ulzHlc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/BCDSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "tzrf6+MeW7CSHW3dgw1rRI8UDbVrApf2m7HpqT1szvs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/PolicyQualifierId.class" - }, - { - "key": "SHA-256-Digest", - "value": "F3RdY1RaH+u01Un5PPMby7zs1AldulNgy6IXNrcmmfs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/FixedPointCombMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "YIsmvsGRNvAD4o0FD2ozouRUyGkQbZ/0jvHJBjdh0q8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/util/StreamParsingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "POimoG0Xz+gwLuZQWwkqyzAd9c6+7NnqTofJMHbB7p0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$CFB8MAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "tqUcJKSo9nmqCIULCksRYmwNQOyp6mwRfQABxBCBNjw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "PT3y0U6jEBaXv8ocGIaWkFSUa7siG89FlXxJ4r0MJO8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD160$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "O807hyiq8fpEgdJyEZ11+U7x30Enhovr76Uyy/BI/RE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/RainbowParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "5z1ZM1FR2V+QsKZP6qbyQl6FjMUJOfTMIddgFg2PgME=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Sequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "LY27y8OpV/1QEGooRzEBBPOZxByjJfg4aZmXcayAtZA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA224$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "YAPi9b6nGiIP57FrCV1q7MojKdVtOzj/Jl+2J9atnwk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/Precomp.class" - }, - { - "key": "SHA-256-Digest", - "value": "VztENNdkFuyDBZ+zXD3w3FguQQQ5WaCg5ch0aotUp4Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/BCCMCEPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "pwV/jud+2sABWUTatv5nk5FARwshF63+9t1FcsXfgTQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "fbjc5+U5AGELAxeSdA3yG/kY2pQ+YnNl4wFePlARbkY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/gm/SM2P256V1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "sR4fFBwMqQvKx8ZTVJbawkNUB9UoZ2LdHeNUe6oFflw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Memoable.class" - }, - { - "key": "SHA-256-Digest", - "value": "R7QuRNhKPCdB8r9Prhu1bXpcAOBSmGo57kTB1yxkvDs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSAUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "DUkoFbvOBbxxqOb3JxqZjkpn5TON+egVxl1iW0CgpXE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Integer$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "wCysdiniBL5wY5+nTDjyMsaT1LieYz6en6b1ypBwTJA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberCipherSpi$Kyber768_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "iitPYDm1Srozx6rpIuREET1fEdoyJkvyLBFYFiPM5Sc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/RSAESOAEPparams.class" - }, - { - "key": "SHA-256-Digest", - "value": "cGjAAlbKEwp1AZRjk6e/xVUwaE1hAGLoL8B+vDifkSs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ElGamalKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "OUesETd6IFd8aAJnZqT/okEKvJF0nCNy5KQQqECdPCQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA1.class" - }, - { - "key": "SHA-256-Digest", - "value": "fKqvMt9IYrFAijIfIUcvrO61dSf2qrQ4yGy1R/Alp44=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2Primitives.class" - }, - { - "key": "SHA-256-Digest", - "value": "w5wonezyk7GoRaKl6HzJiMb1nj52B9DYVsCea/APBjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "QEBO7Vo/Zp/or9gdC7pfg9v2jXWOJdgeTZ7z2kI8szk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "2EwWAQyrYMXn9HBlgm1jUcbJTYb8em4lvx3aIID9E5k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Blake2sDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "n1ywsf9NnvErcRLHFK80rNW5N4OqKzgGVL6DZitwRPg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSASha3_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "3cOjmzt5Zk5vbz0v3m8eFGJ2sd3LLJyC44nI3SCFra8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSLoadStoreParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "PNoChWdYC5M9n4XzUT+2TttaIXUDa4aTiwILn88RQEc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grain128$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "C1pIJNi1XQ4NgWa8qqvY/iPTQffNg2xj7fiYgARFOZ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/DHBasicAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "kggLwcpGHabqkY0g2QsduALvT9B/2i/+ouHdS0dMC6U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$Def.class" - }, - { - "key": "SHA-256-Digest", - "value": "V8y2I56QaHsf8MKEpwQW8Uvd2guCTyV8VaHoNSSjPnI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "wNrxk4Y1CclHJpLFBTtxIDglXvmSm+SMo/ioj7WcjC4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "SbOK6hovsjT79UYaaPa+qufRluSjJN9fW/p7T9dXiHM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$SHA512_224WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "YxZG2vLrOGjsHM8Cv932AB8F7tjD7SVb+WNOwCHkukg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$PicnicConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "oxtEgBIWobCd2QyFE/Qa9MiTZeE/FooAyFzL192xPt0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "w8ELE2ZJy+VUaGJ2qO5lHcqYrizhUWF5D8Ofgp+R31g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/RainbowKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "s8jWKspqKhvqWEzNn3utGPKtNWiBlbeyN0jrjUZPmww=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "VDpAuWxpFvxAdRP6/fO2u8mYhm/E66sF0b8Am5gmC/M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA384KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "981PL+3xb6p5Lk/jL8RAv3MErwbUL/30fCCEThklK7Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "1STbmHsIGVZrZ3ya8DZxNzjoMLdGaJAuj3AuDMz9kBU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "C8rqHv2fU7pSUg5q0/HIl3rfWLX28qfWuKiTUE45M4Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/ntru/BCNTRUPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "YljmqM4NP2mEnpT13qvjW0+UEQFmOrOoKuwJ/EAnTHA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/Symmetric$ShakeSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "k2cSh1QAmvzyMW5LkIRahajMKbnuq0B0ZlpPHpuN478=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "d4SRMxFQVhgj0RAAVu0ZpugAoC92Cv14CNEik+wDCFY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "aFcYJC3DPKiq5PTNky39O/sOyyiNeUEQtOY7BJXnhCI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "wzAi2ddji1WbBToVqK9/mYvWvXrdNCPqU7tp3RXVI+Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "O0W5duvjVs8ESB6MOcu8/+pBwpoI2kTmjhqs+Z5TFQk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "cJsu/IMMURs0u1MONW5KvhjShe97eSNGXILuH7Wr+YU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/StreamParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "xNipMn/rFmJrteiUdve3EBH4m7rnJlS0MD3j540DrBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/IEKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "dlC7iCSB0Wpvh9BGuq1znn9ODlvpcZVTmzqzlVc3qWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$GCFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "RbGe5TEWXf88+VpEnPie8mVKA5cCN0GHkxkixH9mfmM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/McElieceCCA2PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "O4xcM0iBZSFFkqDqLxs5WhEDOB5BhqhNqwgQzl9MeF4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERUTF8String.class" - }, - { - "key": "SHA-256-Digest", - "value": "tF2frt3GXW6TR3JICXv34VNPABw56qY1Khp6ibZBmCM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/BCGOST3410PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "RLBBejKtuYlQjkT4cVNO9HGU3RNDLZCJmIXm3d+C1WQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vu1JxIH6gxoyj0L+hj0/AEQuQ6P5hlYWIVv9LmjxyGY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$22.class" - }, - { - "key": "SHA-256-Digest", - "value": "iE6+JGaGpmxQLSXkokmGddRfxiXOBOXX2VP80k4b6Nk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$ECB64.class" - }, - { - "key": "SHA-256-Digest", - "value": "z7KbBaQtulc909Wnw6pU0cCzSFXvhSnZLavxva1toE0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SIG_XMSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "dMJlbf2SCXh86F2xHRH+2Rt08TGROsgXAUewKCsUpMQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/BENES.class" - }, - { - "key": "SHA-256-Digest", - "value": "DF1FMf7UKTCmDB6t7mhbugIg0MpaqfBrvTNXN4Xtz6Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/HarakaSBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "sPBHK1jPBSdZLuizR+d8PijlZs9zKu69fCtj/vreV/M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreLDAPCRLs.class" - }, - { - "key": "SHA-256-Digest", - "value": "u5IMmyF7FVOUc+XvrwcUrRdpZtxHLmZwQp7X6OAjDSA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric$AesSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "oJgNCQ1MVBYC6acyk1b/847M1HHl2T8cL+RypsSBhVA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi$RainbowIIIcircum.class" - }, - { - "key": "SHA-256-Digest", - "value": "ps6520TRaNuxMc+Gpdq88HvKn+Sy6q0CtLhQ03DtcCY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/CertPathReviewerException.class" - }, - { - "key": "SHA-256-Digest", - "value": "FKO2Wu79xGgBndM5K3mKSmSL+JmGzDKgKVLiFOFMzWI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/nist/NISTNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "zAa2I8IHcpcYtzSg2IGlFQ7BjHuq9eVJLC/Nj1I+Veg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERVisibleString.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZkgQMyVLj1Da1YXatf7PgfLZQFYwOjUxLKNaNSzUZJw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/falcon/FalconPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "FjOyCRycg8sPtE+VsKqIRyapt42ys4LZRM5EhAS3eSg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/SkeinMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "pO33gQ7OGjIWuXBZ7PFv4vDApUouBk5dpdHPjGFl6uE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$DESPBEKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "OsQYvaxe3hIMKSjnf5RcAktpKQDrdbqv4OpnAakmms8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "w2dx+HGMyl6d4qsEivPnGOlKxj6Y07Z3ODVlU8J0O14=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gu3IGGT2AxZhe7A51D9YYYQXuvbkmcbMAb7xn/B6YOI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/LMSKeyGenParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "JR5GJ5vI+JQMr2074aSKbDdJk5kyrC+rI0ONXB7SEJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Kangaroo$KangarooTwelve.class" - }, - { - "key": "SHA-256-Digest", - "value": "qVqW8W+3Zd9V3jnxJgGwvvugXoxo1LUAWtgTsbFZtqg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/IssuerAndSerialNumber.class" - }, - { - "key": "SHA-256-Digest", - "value": "EhoBHJPOhCZB0Saf9VQvniVIaTasLO12VvmHY4ZW7/E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1VideotexString.class" - }, - { - "key": "SHA-256-Digest", - "value": "QO+9YnClt9XkvjXVcFLEXm4+/UQvRD1yDJvXZrqefvI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/XoodyakDigest$MODE.class" - }, - { - "key": "SHA-256-Digest", - "value": "6jZDd5YenXIoMWXCC6xTqrUmfExUUADJsZX0stBu4rk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$PBEWithSHAAndIDEAKeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "jE7G52DwkHF5gmppCPw1FZ4qx8p6FyAV4Cp66wqU+aY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "xzLB9P+iRsAzEwNjXjmBmmJL44jOUwfK0jgQvOzJv1E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BouncyCastleProviderConfiguration.class" - }, - { - "key": "SHA-256-Digest", - "value": "ooHXCiL91CayfryQn9i6YQsDp6/9rZujO1M9n68TqB0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP128R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "jNeOJIOjLcsdzmjlrD8gk6H29dk2T261u1x3g8qVoxo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZXT6u2NUat4Oz204V2h2wnShz6cQrQ7Rr5g7ACmVOxs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$33.class" - }, - { - "key": "SHA-256-Digest", - "value": "UndCcGkZD1jr3lSDpCYUulqrVL0zP0QuYFyIjnL6MtE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA256$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "pK46wM/xGLKNTPN1AL8pR/7iwyM+y3ibgsl6UqMUZDs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "lKJPLF0zaTU42eiHPqsEiCAV9vXZX/CvGcNyG58jSH0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "B+TNDwUhDoYfQS7dym0u48LN6lZ/+cG7er26+5WwGqA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "6td8ZH3fuUare6453EtasfkjevEBORsZ7wQ/w77AfKM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/hpke/HPKE.class" - }, - { - "key": "SHA-256-Digest", - "value": "JdybmaV6OUFBluvXC/0cEBUItatR4c75obdXSn8t/QE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/ParallelHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "hPf+7kZHwSy36uwWOPAb5yIaEMfxWJx8jQp0iDyDEY8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$SHA512WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "MBhoQbGaLjHZUAyZ8BlfD3j6rkS9s68YRea4shVwsOE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1BMPString.class" - }, - { - "key": "SHA-256-Digest", - "value": "MCWpj5zB3rii5krxPn1JGje6u6a5/qzWVyq/Pm305YA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/drbg/DualECSP800DRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "m7/8TgRBUEke4WB1YnB47G3YvCXKu4oUcNkCJlKytGo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "1d5C4FRK5bPRMXFP6oj6Ai4qmzyMzI0osaw3KvsggfU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "fM2TtM4W+8V5CYkQ2owUg6peHqO7SaRzc5pmJAvI3cw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ThreefishEngine$Threefish256Cipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "9kVhP/w2CIdQRwUKtQLTTJVshjbxrj5jb7UgH+4BlAE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/SICBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "9Xz0zEQjJFErsIf6db7xlC0+azcq3rj6Klx/SpvP834=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "5OMYneFaFutP/Jh5gMofaRpRV77PdzOblwPigNAmIGA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DataLengthException.class" - }, - { - "key": "SHA-256-Digest", - "value": "khDskqk5j+tPTR199OaP5c4BUiUFe9IX+QnZ6StGcvM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecMatrix.class" - }, - { - "key": "SHA-256-Digest", - "value": "ipC6BNs1EcXyVi5g/MSPmnBZ1WrB64Jaa7SO6+jl03U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1StreamParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "7Ig7TCNh4hHigVwCTwSGyR8iqwCUL3YaRcsgO7q951Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$KeyGen64.class" - }, - { - "key": "SHA-256-Digest", - "value": "qyYp1UuaiTfNQh/aHmDRZ3AR2UJg9BcSj8NXHvQEf58=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/GcmSpecUtil$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "cFxkg/NoDkt0PWvPJH8XnISAncBWOmCod5qAbXfOHGI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/LegacyBitsOfSecurityConstraint.class" - }, - { - "key": "SHA-256-Digest", - "value": "s+mui8AKC22iUXqeEZzIFLdCKrYQVESPBFMTenF3Q0Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "MrZ0/oGG7WD8M+t0rmMC3/tJJZGETjec/q/AtdyfLqs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "C6v1qyVOLFeu/pvkkt3/k4JDRhrrF1zumb9D3epAf5k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "6+mBePMmkGhFKVLXQMxX6wrrfvz3BBqvXQ+e7d8gPBA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECNewRandomnessTransform.class" - }, - { - "key": "SHA-256-Digest", - "value": "TZ+2UOhVWGymqhjMb1e+th85/NxImsiU5p75q6HxQFI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "wpPrVKAfDHPJ64orYU81WLaWRjA/N1UGQbMqzVUx254=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithMD5And256BitAESCBCOpenSSL.class" - }, - { - "key": "SHA-256-Digest", - "value": "sRw+3xXBuRiaIvenHWnrdNzaD9OHkA+uwArf1P+B/+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "4sF3x2WM1VQv2VtxrbYgDC6Yi1vBUjVwr+kqabJlmoc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/SNTRUPrimeKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "4/7bZoQaPaXzmoMmsSfkGOChh3fLiJSHQhe7/pZaj5Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z29WwEsbwhrUBATdFtphTIv4WknwiQ9oKjhSU/ZpTx8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Kyber$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "/fG/3hxvHUAk5ZvxZS+Lmz8CNuzOYfPsnw+khJrvyxU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/config/PKCS12StoreParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "8eMUljE+RXcf3TjKoAn+6qtEyRoZc6wVLudw4c1a6O0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SSHBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "E6z1bWsuHEc2HXiRuLnft29TUZYg7pKDpNknz2tfspY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed448Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "TMlxA9g2EOSNJ9SdpXSumQVvpySed/MaY0IUv/I2HP4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP384R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "ikwS2iDcn6WpcBC4FxGqvfV0vICN8ZquZhxzG5Mzt3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$KeyGeneratorT224.class" - }, - { - "key": "SHA-256-Digest", - "value": "u4PL0CzNVGnma3dNiqjs4Xj0QV+zOmV+vagWEiHVZ1E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "duIrxSdZbrMMSr0Ag83s6Q9wkakV6AiAOGFstkfkZfw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERTaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "kgNLXZwX+sjYF0+bFm2ZfrmQPaGvi1q+cQAXiz9QDf4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA512andAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "t4BXHsA17GWzu4fHW0sNWTtATxL+GQ28YiepQgLVBCM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP521R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "1lg7vxrzOQlpyLeJiIHoN97Vy144l0X3Ja9k4+w3Uco=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/AlgorithmParametersSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "HzEULdUARIpJeEvANyPraGkOEUW2dJw/DEw94i5JCXY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD160$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "zqb45Ub6F8yaK5Rqw7Ty1eVkKgoBcPC0hITfpW+UJ/k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "GxDi2dBJ+CKJaz1Ia7ZzBKPcrwaXS137Gg+0pZD3518=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "9L2Rhrb4yspML6SmyWLT2ehj06t5eyPJFZV3utN0dLw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/McElieceKeyGenParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "9mpq/6qPnVUgq20m30ljhz6+x26xICoJfHpaN3+OlQM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERNumericString.class" - }, - { - "key": "SHA-256-Digest", - "value": "GVN99JJXR7+kasYqO0ldWQt80uKw5JkdzTctgVJuHys=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "q9ODiiLPLYDKmXUm7Ut2j1D7JibhFOg8jPoKns2UVrk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/PKCS7Padding.class" - }, - { - "key": "SHA-256-Digest", - "value": "vMsaws8E6yyUn0/QHzNI2koZYf1pGj2+NYfsU/cQ1po=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "45PkKY6x0FLSTAZj/QP7c4N/f9co0ikpwi82nfT6ZMc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "VMIbDAy6kMhnX1hrmFGo1g2xtc2A80INL3ztODNO1+s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/SpecUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "xkXcZAerfPzSmzLoCR/RZ4ovSF3AFRT+l3uSr0Obqp4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/AbstractECMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZI8LUv7+r/Bti1nLFIpMgvm4tKCOK4MsYQO5M2bhnkI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/McElieceCCA2PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "BTIOy7eeL/QQE7ZGlHpBmTqS8SsuvYSz2AUHxsn8NdE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "lfW3UbuhutNlg/2Gtf7M144hsCoUxi9n7gWjjbiTBgg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$CDHwithSHA384KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qc7olc3z1VuMEMy4j7TZqDYh34Q4F9dpYDX1YkmgBiI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "srm2BbgLJu9BfrOK0uWyGknNfJP+pedQj4qJo+qOxAs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/DigestUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "q+w9rHVCx2G4334U1R47+z68K+hDPeBRJrCmZs+UFuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/RawEncodedKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "+wL69z9emBAF7MHSnjyraDt2AdC8UzPBOtiuBPQWpu4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/IESCipher$IESwithDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y1RvBdtUbSZZN975MAAFMfieTVwcg6PuDvH1f0cNAjs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA1KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "mXDuV7kWXN6+RIatgTI27KRZ+ZT4pgJzqE12GiMwuCY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CBC128.class" - }, - { - "key": "SHA-256-Digest", - "value": "jJCA1sG4pMWYvbRYN0VLIZDgmsIalm/u/+GKadEXbCE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "LltPo8nbKXuaY29ggv2UQtyFXADDNT/ELXsRYUvqnMs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "Swk1SdZ3WIiVt18HiILHxRNx/xox+Wn53siwl188Lxc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreLDAPCerts.class" - }, - { - "key": "SHA-256-Digest", - "value": "OwGi3LYPpz6VuldyxHQigOPu6bd3NddEDqZghBOMrp8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/FalconParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "UKXPi/Kt3G/nTnsiG5uUSkG1BHSdSn2QaLUK1W8kjaw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "znftXK9VV1Z9WidzJvra6rOs+yWPbPH6dwoce7jySNA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/McEliece.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qon0XD1iT4fJD22BNwubJzYBE6egiT//h7rcgjdUTjE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/util/GMSSRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "n5Yzx7XqLGL3xkjbcJlnd2zXaJ0O2TTtKKo+B7VkU6M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSKeyParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "em2CrGkYHf7rg2MEVYD0TnYEemBnhuyAhfhwRWmkgcQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/util/Dump.class" - }, - { - "key": "SHA-256-Digest", - "value": "X+R+6oKQy94/CvfAblnMdzoeq7Gtyf2Tcb4u+zJEQI8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DHKeyGeneratorHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "/OMTYthyGwHBk41RXeSg0X32gDgILYEqPV2xE8r+tkw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/GF12.class" - }, - { - "key": "SHA-256-Digest", - "value": "WwSqoOIg2gRwiE+I0UmXbew9M6tYyCPEjUQ3onx0EdM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERBitStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "u8+6mDkQhNtKTl9v5Asp1uh7PW3LzPh+XV9iMQKShN4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "U2mVuEVhRxe2yArmx19UUfN8qnaSwAZCLBYi73INQgg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "1CLwxJTrbiI3ieIhaTH2JvBXqUaa/QK/npt//OTgx0c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "nkkxnzL76IQjzxivxKFUmd7MoNKOMJng4A10PI1aXiM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SEEDEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "l+ueFAgtlhgc7hgiAX2JBND34B76C9OPTjtIem5Ulw4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSMTPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "DDbc/EDx8wbTOhVs5esO3r6qHP7QpIToUuoWQqA0sQA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/rosstandart/RosstandartObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "mDW2cHKv0yg9IOpto/y8nP7mu0Pq31W1JjROrQdkmQY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicParameters$L3Constants.class" - }, - { - "key": "SHA-256-Digest", - "value": "B0B4U7fqF5iHojI+ifnMjMduDp3x6ao0By9bgYcd4Gk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$OneShotHybridEntropySource$OneShotSignallingEntropySource.class" - }, - { - "key": "SHA-256-Digest", - "value": "dCukSbXRw234yN8xRGnbs1AqOb7NGiYdnm3wspVdHQE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/parsers/DHIESPublicKeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "Js7aMyv42pgsna0gwgwH5GRaJQbZ24hmXegdfncHTdA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Haraka$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "s58nuhAyIF4yyYiDu/yZwuRFUvETcBquW1baw2WPswQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/AnnotatedException.class" - }, - { - "key": "SHA-256-Digest", - "value": "9gF8qJGaIKWifUONOasCNlnV/HwJevWjEusydtIB36k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/provider/BouncyCastleProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wn9dlULOXcv0MgJfH3XeQEiC9aXGBZy13lPyo7hrt58=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/SignatureSpi$Base5_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "5JH8JRwacSFEgmWvFbQLO6wWwY9SU4QJxCWTFkyoM8M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "9NhKKXFJqP4AfSVSIdD0gkbasHIaU36r8gE1vDCOCCQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/NHKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "LuUvv0WPVv5V5+dkQiU8qLcoBtwCLqd+FD9f8YFZgH4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "4fKUDF9DzYB1NzSSsn99lDK2V3dFpDHcxQfwopSo7ww=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "eezf6oxuP12z4bs/fNJPvJLtL6mggmejcx+CwEOiUn8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "DMMEDGwUrxPOjr9HGt4MqB1fCDuBsJJyG2sA9uqbIgA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/lms/LMSKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "lhxxyiOOkASD5FZlM+bTjRqgRgALhyOzth1ozuz1n/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$ISAPAEAD_K_128A.class" - }, - { - "key": "SHA-256-Digest", - "value": "dfMz8G7QMMB/zarFE9hylTzYZu4xOo5uiVD9YD+mVxU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "TgckVaaWZjaL2Pq2Uf2kzy+JwpuYKO2PNhw72OZ2nyI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "v24PhXot+KzHl48+3a2KbZPbN+DC0c19lm7aXfYcWvM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLEntryObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "J/YzldvmpWF3OFPhFkTZ7eY35hvBM59wBFO1aWshhIE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "U3rIGLz8yS5H6T0j0ayD2DbydMq+SHnsduZrlN8zGQg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberCipherSpi$Kyber768.class" - }, - { - "key": "SHA-256-Digest", - "value": "ihB11VbAl1aFZaXqL4WDvS8n97xd0nWq6ONau7ERYtM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DigestAlgorithmProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yd4HheN+vKu0JmksC3s67pPlgwuvW7JhUMfuDc9MPhw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1VisibleString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "c31Ii3FZrXlzaGPdHU2Ta11WtwGimZ+MhwOBprVCkMY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/provider/BouncyCastleProvider$JcaCryptoService.class" - }, - { - "key": "SHA-256-Digest", - "value": "XhTiAQyUzAcRkUUv3FqOaxKpb/lSbTI7EawR67F/2lE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/BENES12.class" - }, - { - "key": "SHA-256-Digest", - "value": "cm/dQYkEVy3PzP4/HNaylPi1KTanB3rE5auWUlkJtDM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$DHPublicNumberConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "EGQlUXN24cJM5ILsfrdHUpWeM10ZllGuDZObbbTyDMU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "hQsVBD4xquvF6gqJ8Ty8ViMc6dUNke90MziLIrDfHPw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1String.class" - }, - { - "key": "SHA-256-Digest", - "value": "SwVqyFu87IbT3AZkQxyW1JfJNKYuhm1a3zAU+tVH+gM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RFC5649WrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "tTCjeaK0R75P455KhCN6qrCAaSXh9AN47yuexUREFcM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BIKECipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "dBT2fchGi5OBo6Yr+Nr0618nXaHSMvVOHz9XDu2BGQk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLImpl$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "5zonzU7tXUPlEHbGolgFUEW4USip2sPlEFLGeFEShbM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA1$PBEWithMacKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "n4VWUd9V0SEUUl87KhrBIpfrDOqdLR0pcE5XB869ML8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "r1YTDV/ycGe6DbYZcnUgQpfh5BfYoX0Iho9T0P0DImw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA224KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "NsIHWz93TtMcuTsBlOVhqrZIkdats4ehH/CoesP5dBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/PicnicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "/20yLiX4NJmfekj2Up495z9e7+mHZgKcMYI1/WSdMhM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKobaraImaiCipherSpi$McElieceKobaraImai256.class" - }, - { - "key": "SHA-256-Digest", - "value": "uEYD1aSqqIK9jpKFcScN5Bk3IZpFlxVMFBAGad52oYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X448$F.class" - }, - { - "key": "SHA-256-Digest", - "value": "8N6vweG4zMd/m8hW36f4O3PoVkmVrtlgxd8RyN5PvAU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Exception.class" - }, - { - "key": "SHA-256-Digest", - "value": "oMjEbN2cJPvQnDmqx5OaILxV7iDzXAusAjovRpkX+5U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/SPHINCSPlus$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "+tqy5aRKPTl/U5r6k65hUfOCiFRCShmAHY+eqg4lYQg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/BCDilithiumPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "B9WIXbshHb+MESJaBdrCV79m9aJmWjW6tkRQqBQL8Hc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicePurpose.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tfrfe2G/PEIdKLqD8eEzFeJHhICWd9yRSBvclLxf9TI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECDHUPublicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "d4Wp8cU1i1BoD4GxfLCkwmzpfmuOaqwPAV41tQhG2g4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$HybridEntropySource$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "YKA0glLJhlWXN+oYYsrRXGmez1Su2rwWHyAMuWJOyW4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "+fggGgBop0G/4C3QC4+2Kd6BGEQW3ko3cEvPKhmpX70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "6l3cuTWezbMEUTXzjZFQ87WdxQJX+Rubipxc+aajsKM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED.class" - }, - { - "key": "SHA-256-Digest", - "value": "oQCOyTDlOCPM+cygn/mKBDhopIqDUAtBrRfKX+GeaNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Smj4Beq/Y9XWF6XtvR1cYV9Qe08gs37nwjiE3SW4TA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement$AbstractFp.class" - }, - { - "key": "SHA-256-Digest", - "value": "W/1ki210Eom121xo+njBqZlG+Lj5yvgzNEMrVCSaF3s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA3_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "LPKVqMeX8wfViLnjmISp9uk2reD/iSjFoxX9QOrK+eo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/PBE$Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "W7PUHQtdKMD9El0yyqmmnzzjZ84gIncVTpiOAb6qIKE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509StreamParserSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "T+NDwce5yw9q3bUWBrCg9ZpTY2jWPTgbw6oyrJjR1cA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/OIDTokenizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "nwfb4WnWTIUU45P8IoAvMPRr9jQugQMZDswEUAi+eNc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/ScalarSplitParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "LSEG0j9+zE43HrAzccRQcaKZQ8QYVcmBwfkZpwRsaoo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2mVector.class" - }, - { - "key": "SHA-256-Digest", - "value": "/puQqrm/Q12XsayI2JxJcC1wTNvcws1CnWpiTIqtWRc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/Zuc256Mac$InternalZuc256Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "1+wWZORU+P7+lPGoUvaQckdV4mVMJWpUuGjqtV7/U4M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SK.class" - }, - { - "key": "SHA-256-Digest", - "value": "nCRWEubXGvTqm18+jPvytfTUCaN2xq3TERj5JE4By/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Mul_GF2x.class" - }, - { - "key": "SHA-256-Digest", - "value": "88oKZdBGq/VXleWYdVELSw6w0/y47gcebo4+2B4AW+g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "2FZKl4luvI9f7JSE4GnbVWb2VVwqY0U90zRWtzMLE64=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$PicnicConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "f/MqHWPVKeC6F0w0PZ7ZtpSJxxcz5ZXKLdoQ7I6aRlU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "CQxl5p5AM6tOKsE+Sb61tN/PFhVtZ9WKMDBmePXJpUg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESKEMCipher$KEMwithSHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "ovJ6kA+hA/jPC5UqgyfKPYz4WH52aQr0K6RgjVvDE40=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/Primes$STOutput.class" - }, - { - "key": "SHA-256-Digest", - "value": "v2W7o25WRfWXH497ek256IK88XhuOF4LyMdLSvA1r9U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/HashTreeAddress$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "xpDIyrWGEYC4DjP6vw7XI9Iq4m+xcCl0yMIlkpEajnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi$PKCS1v1_5Padding.class" - }, - { - "key": "SHA-256-Digest", - "value": "k1rR/dNlqaNQ9vidNFzuqjc0b5ceG95m2M2l+EHD4TA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "pTzSGPvZCurnauVFQ05xSGUwl8ZjxMG31Qz4AMNp6uo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/BCElGamalPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "3+r5cAuMNLrF+Do2Wm4x9wAFxdt2EVfPbCJodWY0oks=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat160.class" - }, - { - "key": "SHA-256-Digest", - "value": "6/09gjrsMHlCt2o3OJpLyFbNe3Q0cdYUvMHwgELztJo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "a+gKItPXPZ3tq9FPhbvWx8EMOsa0iKhhfkWowph8cSM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1External.class" - }, - { - "key": "SHA-256-Digest", - "value": "uYAfVp48ApdnPP9Z24tNh7Qxr4EDOCvCe+to+DWDJW0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withSha256.class" - }, - { - "key": "SHA-256-Digest", - "value": "PLYUm+9SbsZZt5qUDX7GN2gfD/xTpYBj7ua7gQ7S/7s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "U9iDioU5Gq8r3X4ilsB3OpwCgaesHLHdXbJo0K2lb/8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/HKDFParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "7YRqQqbV0w2/Ro2k7HZc+zQCkKRiP1nsOYpEh8uEU5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XTEA.class" - }, - { - "key": "SHA-256-Digest", - "value": "NR+whBtlT+AEmjjeWf036F6fODAASayKXwMe4qA7/YQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base2.class" - }, - { - "key": "SHA-256-Digest", - "value": "9gPQhKBdKmOOAFzisJWe6klhnk+nJT89Lag/BEytmx0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/BCXDHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "XX2hDH6KgZMourk3y5J67kbxMv6Om+gFstYciomQooc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "joEZTRtHIj+TeMAQcqm/MpOSYa1lwYz+b7D/mf2gqOI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/kems/RSAKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "xHZzBi92If4Nsd58e+KDmaUH/jqDmRlIPwTj3sWt+r0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/bsi/BSIObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "0rU77NCoj/a5Lx1V4n/Dyfg+vbNn/VR/otE75h9X+2I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSContextBasedVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "pjq9UCfqOUAMzB4f/+1jLTNqV41cEgal5HrxfXQgBg8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincs/Sphincs256KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "0crGqIQw6ibLWVqlk0z4H3nCW8lgVkJdstQOUp5lx1U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/AttributeCertificateIssuer.class" - }, - { - "key": "SHA-256-Digest", - "value": "x4/E2ucnVYDB7NFuI6aoZUK48WPmHsanSyZ7EkTQwKI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/StreamCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "i2Vbd/sCPQu3U6Wzb/excPtDVWw0NbR0SErLRPzoiWU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Utils$DefaultProperties.class" - }, - { - "key": "SHA-256-Digest", - "value": "d6NUkmVDKlm58H/JATRQG6khxng+UlvXfYlI6mhIijw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF1$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "7rcklqFGZGUb/ZkJ09E/3ma61ie3g9pIsKfaHJKjdDU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/SafeBag.class" - }, - { - "key": "SHA-256-Digest", - "value": "JcfRJVZWyeRarPVJ1/cc9vb8WBP5Q6CcTVwNeHj2whw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHRSSParameterSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "G4ug25JQ7lGm78Ab0auy2QbalbbnwSDH9OKQSEJcRa0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/pem/PemReader.class" - }, - { - "key": "SHA-256-Digest", - "value": "MG/m1FEVwLYzqvOZ1YzSt2L93EApeE/kT87FsESJD7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WNafL2RMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "by6tQXV2yytZ93g7PhS/SRsNpG5LGDE1OZtoGoBj7cM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/GM$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "4zqXqj0GWysRKjwP/XlECBI4LLlf4yjPdFVX24xfhYk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/djb/Curve25519Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "RhqF3YR21O2e5f0PkUX0ltNkaYYevEqKFtzHxmnrmPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$PointPrecomp.class" - }, - { - "key": "SHA-256-Digest", - "value": "j5WnTXMhyAnIK2yC30L7plaDAAlQcz+0qsEBheqLvUM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "EST5EFOlqAx/qz9T0jhq4OeqxnHuBStg5b7gKnxisPs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/EphemeralKeyPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "UzBFbsD6Y2+wl6B5mhAqitjk8TkHQ8KO9nasW9s3RHc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowKeyPairGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "QmsHqr00OihkD88YePOeYUqH8FLdqEQ7bHvFU9qgsAA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$HashMac224.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZpQ6RyPN9RJrJKW3TCYf/aCxatRq4eCIfMFA4g3zpDc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Enumerated$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lmj7yeaQIOP2nUXEdhqU6LZGh1OhcI7edWI52AZONVI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "UZvq6A8phHqynOrZzA5ppZucFhXjUUrCkGL7q6kxLe4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/TypeOfBiometricData.class" - }, - { - "key": "SHA-256-Digest", - "value": "YbbM3vdJTl2ta4ZkOjjvBewTo6RcoNmNDLdgzIuuq+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/LMSParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "49Bou/SF3jPMCIzkb5PsT3my6LBzN+x6QMHWMCIo11U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSASha3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "eNE5IO3OEDPCi0qfemlsd2cuOranEEC6cMCeZZB7xSQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$28.class" - }, - { - "key": "SHA-256-Digest", - "value": "BETOvNUx4jYgmf4yvQ/dX8udS3y8Wj8XVXYUkCd7wSs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ARIAWrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "mTTYa2W0BV94CzNhKZLhj5D0IYv3APZjd7xzsW3HPO0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat128.class" - }, - { - "key": "SHA-256-Digest", - "value": "HzmoWC96ZKxJ+C5w74Y4DtHw9W2gv3ceXbdJ9XUJsso=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger$PBEWithMacKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dc7YmyNdfh5biHjYUaezIscSgVS6h8zJPfGNPeNKuvY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Frodo.class" - }, - { - "key": "SHA-256-Digest", - "value": "4lDEwd/zlvTJnEICLPKlTNgVS7gUxzQ7vUJRxFFV+O4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BIKECipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y+YyuMIRog+6KSnsZrT8vGqieYTyhqS7KGzqdANMhcM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "r+/8eQ9v78JqiY8E5Lw9fr/arQd9nQhhSf/v4F+YtRs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlus.class" - }, - { - "key": "SHA-256-Digest", - "value": "jPjvsLayC+WyMT4ISvx0igSFODwldBO8oeGAesazYMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "kWV0rR1XP5Z/SqCyvBiykpWoW78FFPvTIGbVYae9V3c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/X448KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "jz3V0Khb0WLrIPfNg+vh9JPMMCBkimmeCh3tkhDNKQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/PrimeCertaintyCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "LAuO0xlVuPWWySyyZfRBVKQwKAT9itsS0tbyX52oJo8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ies/AlgorithmParametersSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "nGhiqyXWUaATWM1YNgPiIlMadknkI4o6DNJ6u9YjnXA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GOFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "6LU/jXtuPK+9IjSJ/hzrnZRhlgkZ8mAOdTADNCTCtGI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/SkippingCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "/lMHOV43JDRdpSxY87Kj8KvNpNMiZcPENiIfPEtDxdw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LSZG3ZDxGgN+HEJna4ZyVcFFOiDkPia+ckeBMtagAW0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Salsa20$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "ey0xSsSZR3xLJ4YcKhDF26kegmXASXHKlK12PBMe3vE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y8R6uqdIxaKIQdIsRdCyl6j01amvqRSTZIkuSuJJ+6k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenJCEBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "vz4Ur/IauQ8L7/B75cX2QJN07PrY/QKp2R11M5nHxEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$BaseAlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "HHzhjSTaSbkeXl4T9fadRsqU1wEU/XhhYgst7j1ylxI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$GOST3410_2012Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "X+6T/YprEgJsgknzg8r/LdwGKlxUZK46kwZ9y+wQd8s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/ECNamedCurveTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "9UYPIwx8Gh6VSTscbgOxUTNhnqo5dUAM0xV8Dvi/tnI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/kems/ECIESKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "SVcCTdNfdCYMsNslQjT8Be4Y9RDMKNCb+SGzDS8yIL0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TargetInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "+nqEUiqPPLxcEoEZJx/zWRlNb/jjiXo1OGTgQhtywVk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/GF2Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "G48g354QAQD1xYnU/F7NTWb/HXXjpWRWaKfPrkPIf5Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Properties$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "1T1qIT4ATv4/sCoPwLy1qdHPBsEm6AoHqFNjfZA842Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "+atu/yNJunLD/psrG1MqCzxgKnmYDYIeraM6ROTVzZU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/AlgorithmParameterGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "7PwW0dXO3PKMaWrGsK1lscQpmLtffNcJSBpj48Zaw00=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "NjxQU8aY1Cy94DQF8NFvzHkmtC6QCZY7r50l+7923gc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/DHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2evGqvy+wBfu1KO5uHUxqJqHF03P81gDdwJVQ1c/LA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SkeinEngine$UBI.class" - }, - { - "key": "SHA-256-Digest", - "value": "gCETSTL23HMWA1MjCAc4Beam/MyVVjPBoQugHTAOKR8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "3oRDepsJO5x+D2Z548HR5sRs8aFVF1ZHZRt6IoCTcDY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntru/NTRUParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lj6oht6ogO5Y0loazuzNQo45OhAwkcwzYMhsrACdOLQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/GF13.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ixjy2CM/lxn3xSEtZw7DvTymq8Iv/X4ZxqJoFU4284c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/extension/AuthorityKeyIdentifierStructure.class" - }, - { - "key": "SHA-256-Digest", - "value": "pzwRa7nZmPYzi53dXgppyuocDhkoxaIjHbi3bLS20wk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1GraphicString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "983JqNv8YXUAdViVkA+ccvayDglLmnQbm4odfjVT0EA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/MQVPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "WaDrQ8c5Now5zUo19qlII4p7uRnMQJzcqTeobYCJ7YU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/SPHINCS256Config.class" - }, - { - "key": "SHA-256-Digest", - "value": "gkNfaCCtIdLlIRGozGRjYMu9fA1Q1ASLLNK2ywsmsZ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$HQCConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "VsdMiNfz3j+7/a7RBI2oCGawplOzTIp5uNwsDX2u9/M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "uRJb6+033FyKnKyU15amE3oxQsDo66NzVSVT0a62wC0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BEROctetString$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "saILtRB6ev10k6x4lj1o9fQ4f21R52Qv9zLI3zp2N2I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/ServicesConstraint.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q8DHiOf8gz6YUdF04lyagg6syRIwII//uB1oJLgGSJs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Skipjack$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "leJVUMp/7puZqOluSSJrMkjyzPRUS/vD6XW/fpoRDRE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseBlockCipher$BufferedGenericBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "1K5LKzMsjw7fVJgQgUS5Ac668vCp4hOedcGFiMslrKc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "ezEZix9XHOVbpxRHDxxeGaN7ap+xjN15jAK2zb6hfuk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_1024_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "BvTOmlvhphy7uU3UNHyt9FKHo5Bag3vcDSYOQT0QqjQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/RSAKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "nOQVHLd0uXlBT0q+Z+lG4ZG/QdnNyFnJgEBqzUH3LbQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/AsymmetricKeyParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "9CJi4sO7Jm8tzwG5n31GLyu2QF+kAMWrEyLbB0taUSI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_256withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "gy35uyOpcsNCtuDQre8qTil+aHLpflt9pcZBUE31INk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA1withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z8oTzk1m7OT001sNJ4aiDc7+I0qCvn4Kx6+++OHfm2s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$SHA512_256WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wy7sLYiLPv/SwCOvWTHnEe31o5tx51tqZk7faW0O7kw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/GOSTUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "gXnQ43VcFSUZhv6bGoyjJjBPGCNtfbGLzLvOvJMUc7I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "jviSZ9ULP6HOohS4b1SxsMRc45WE/a3RJvrskNpNp/0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$HashMac288.class" - }, - { - "key": "SHA-256-Digest", - "value": "WGrso1wyBaaYNYU5Snz1ztLYRHkb3Wd6DMBVnfHn0iU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/IESParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "fk2CK1rG50tPrBKrVkXlXmgKJKh6weWrjb2UNyeGuds=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ie/yJASWI4bbk1QmQy+ahcNljHZ3104Al0TeiRV8G9E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "iBT1yGW7o1QK8Us44BzZnMX953yS+MGCCjmPEx4AJ54=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/IntegerFunctions.class" - }, - { - "key": "SHA-256-Digest", - "value": "jMAM4DWvkzx862Xg5QEx21oe5fP+S4AaUgdljIS1lzg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "1fw676SiW1HvRRIQHSDBc5XLDo75CbHcIg8qQmE3xVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/fpe/FPEFF1Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "WHyucI4JRZGrvliNeTdFl2AryJ+VjLa8coIvfwjCyBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_512_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "v2UNz4Slfp1PfFsa2ch7ym0jY7jIXCnWMUkoP7S9If4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecK.class" - }, - { - "key": "SHA-256-Digest", - "value": "KaKivrd1RBXFWgAPRxffREvawoKl6GoadI0jBF+9RnQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/GOST3410PublicKeyAlgParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "wYa/aKv5g+jXdWq/KJRHTYcEmyiR8IdZohqq0+j01EI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/ScalarUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "4YR5rdM6iw1j81TOrT7+zT/uUO1FgoqBQGL3x5q+3/M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSSignature$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "kpePYiSTKsvx7P2EdqB1kYmb4bJfQQ85DvrnSPl/BNs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/HashUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "D8z4o2OCLxkmRnC2HkwXP6XsZFjTl1qcz1LyHXgY4dg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/MGFParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mgw7G95vb2nISfSe7CGaUlQGsZxCk+I8zYygkt4q/14=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2s$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "x9BJJRXYN2b2raycqKvp8W6VnRgYXuQdrQEKVNBqAAE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/LMSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "5OxlF2qIgurAkSEQIrCLqNOwjQoK9ofNEXROwVyLYsc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Reduce.class" - }, - { - "key": "SHA-256-Digest", - "value": "PauaCROCe7r9Qo9Iv/CRbkcyxlQZBSg7J6Rrotj7RAU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "/ROwFVVvxnltsmwyJ1L5d16Xh9+5N+O2oDIa0Y+jMAw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/DigestOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Kppi2F9HM2MZP9EHFERvZYR0dlknBH0nTzPRlhzZEpc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/OpenSSHPublicKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bc+J8k7sp89zHFdbd4+AEtDk5ONJdA0iRJND09RjcXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/Permutation.class" - }, - { - "key": "SHA-256-Digest", - "value": "s6xbzN5SbQpN5tfIgZz1KfuDW4tfxhRTHYfg27jgKXE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/LowmcConstantsL1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xn9aomjISQ99og+roDDoV58lIVZAzDGEuqfbrmQudJw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/oiw/OIWObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "MoQig/s2dl7rNdS//R62138CwceWAkmmo629LNH8Eyk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/FalconPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ugS10gOqf8b+4CHj0d5lZU+0MyMYHucIpbHBRowHWhk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$RFC3211Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "0jxGp5l1sHg3yV0VTlLbaIaZVT72z79WitDEUDaOL8A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/Symmetric$ShakeSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "MQjUX8chiLmGbAqHr6GMt1xJIo0FpztU0aURfJH6uQI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "XVT0BWM50mhFXSxXx5QRLOLA87M0YCoj9WxN1u+ULgU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator$Aes128MatrixGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "gKValaG6dyPbFi5DqpQkgRNcfOCj4vyU3HI4s2qATA4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "0qiji3hkWxaGhlV+nx5yq8OwAfUWl6YTBWEkaTEe3WQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509CRLParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ju9hm2q8dSuD1iveknO35gOQAQUp4Yecku0A1EHmApk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CertificateInternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "y1G5WIWUEbNr2c7t3lbJnXKvz8jhxBqNbvINsdV/5NA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DefiniteLengthInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "04GL9n8qXgmQbxs3esiY40xlE41qS3qB1g/s29E6o84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$Digest224.class" - }, - { - "key": "SHA-256-Digest", - "value": "CitKr/yEKzlHhFhIc3z0XK6MfZ3eXuP31Co6P4AA8tk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERBitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "bO2Q3HZwSBakhOqYuOyMwOYWi0kFx4XLbxv4lZ4xki0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$BIKEConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "PAcDYKOgPXdQOJWF2Jde4G1YQC6/gqnmakAOl8lrSSE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/CertificationRequestInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "64ZH/IAVUgBDcQDmqTC62Ez7O9HkiGWrEDDep5PFCkk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "oP/dWeMNAFlAypA6diW4So66DvhyKJP/E60ZhQGHJto=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$HashMacT224.class" - }, - { - "key": "SHA-256-Digest", - "value": "lerpn/eVOTqbLAHnv5PekaNxwsFW/6oWxMzWReU91iI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "1z9LkFLv+UkB+nLQ7eETUBPNBaOIyXtLRPiTqQi9mDA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/gm/SM2P256V1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "5caXeeFvg2jsQssnCv4igMwbY6iRqgGuHMhft6R/FHw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$PublicPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "/gPcmeOZeB10jGPHgwWHU4zHZN/4FRP/IQvqjkXW0Xs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$HarakaSEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "dznofnzXjDkAXE2J4ybt2jNUi5yzBWv0ojY6tRzesbY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Blowfish$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "e0O0muglPD3cVx7oefJzWWa/SOotFuycDbRow7oA/f0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/SubjectPublicKeyInfoFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "u4zQH3tLp/csSMgCo1yqjbBpPjlgRPkX0MH6ghjldiY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSAPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "7VWWuaq4g6q3HakLv1IWc0mGmN5kyiYWYT3QS+Z7Qmk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/kems/ECIESKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "NJjLW1fAVRpZJOTp0Riur3f9VLrXBB+yIYeE9gvl8Qs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Kangaroo$MarsupilamiFourteen.class" - }, - { - "key": "SHA-256-Digest", - "value": "CDqyLzGutqqRBZMpS2DRLZCPlMauAJH+mVtTuMj73w4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA256AESCBC128.class" - }, - { - "key": "SHA-256-Digest", - "value": "haFhNo44NCap+n8SFbKZmN6oGLWNPRF/pTW5RkAXQIk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST5.class" - }, - { - "key": "SHA-256-Digest", - "value": "n5JhNGzGZfW5xbr9ppGkX6uLC7XA9wwoanzIfZPi8E8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "wvqhM9TExF/1crP8+9pNWOkpHlC87dRAUaSNmpdpewA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$KeyGen7539.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hy9rwh8qfkHB1B9e+2fQkmqAgwM91KFCI2Hp0C3PYqk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "bAdgix50+DSJ17HegsgBD5obopQaMXw0ngWZm5cWc/o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHOtherInfoGenerator$PartyU.class" - }, - { - "key": "SHA-256-Digest", - "value": "xZdFJ3bGLyAT1uCp6KrnxKOKZlpy4voShLKufTuzFeM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/ECNamedCurveTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ujhee9a+7k90VxEM4pr33kgWWl4uXpg860TAOsDp57Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/ReasonsMask.class" - }, - { - "key": "SHA-256-Digest", - "value": "ryotW7Aq5/ANHd0QYCR4JiDDmWxSLSw6ayPTtuA/OJQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "kPVKNmYEX9hPnVVe/HWQQxmifH01/72coEdekRQiD9c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "KqRE19sNa11JhO+oYMhEhwLo4PzVlWCJLy+jyslhKeM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Choice.class" - }, - { - "key": "SHA-256-Digest", - "value": "lpDMfN7xgcvD+bAQZx0QLLGB9gqKK44CJ5g0sRUnF48=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA384KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rm/Xrkem5AYPKWpTUWboKj/NKCukpilfJ+KpUo/v4+Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dstu/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "H5IcZ8cH05vMNydu+Ela7b1tD0IcOMLucfl3Xg9fw2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "fbRBKMTEpUfNkNeEyQfUAhdxoVGUxgGpYPTBBHKuLN0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/io/Streams.class" - }, - { - "key": "SHA-256-Digest", - "value": "kGePOYW6NFsjC7cUGoevJDjsqBKGEV1BqiYkfXEDxaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Boolean.class" - }, - { - "key": "SHA-256-Digest", - "value": "8os6zHshasongHQMWbQiSMhns+3cU2ocb6/479rGJFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZBwSf+I74QPq20x2s7WaUpZZM3YhhkuR/zjsQJMcL5Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/srp/SRP6Client.class" - }, - { - "key": "SHA-256-Digest", - "value": "TPaZhcTWYDEdGZoYRiH1yHsBIHuNy7owfjNQ06P1bVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/AlgorithmParametersUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "j8G4ZA8J11jfJtQpCopSPlxaMS9EsYeqf4TwNtI7xzc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQV.class" - }, - { - "key": "SHA-256-Digest", - "value": "/rxPtiyPRWqBaKlJI35SSW2sAqja6SPipVAquoccpJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jWJcjzm1arSHR6JNynfwt1TVRmnyFyoEE1fp7V8mrNw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/SignatureSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "Uvu9nJzgIvMFFHIc0E9ufZCeCVwnFxKvg5nf/6V6b5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/Hex.class" - }, - { - "key": "SHA-256-Digest", - "value": "bjbBozC0K9B/DP8DHLdolQrsH2JjRBxQgfoMSa/EQJY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448UwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "YPVmuP4Djj+3O4ng/TruZmTfR38sAKXWyAb206D3KLU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "H8MiwtJ8+h8lOg7jZRwWmqkaJ0kDkQslKJkjql4PkoU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "4E4H3HgwsnFtgbOI3aD1I+n1YhEyhCTDXeVDD2SoxEg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$26.class" - }, - { - "key": "SHA-256-Digest", - "value": "TxVwZXZaWnOK9eOT0fuiBw4+Sg643rHRvOVHOtJBcRk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withShake256.class" - }, - { - "key": "SHA-256-Digest", - "value": "IbnWuW86Yo97uVSTUZb2K8juQLik6tCsAcQwv7GAGxI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/ECVKOAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "qTPxWcDv8SIqIVSTtglfODDLhSbSggtoHfBkLMKW+N0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2b$Blake2b256.class" - }, - { - "key": "SHA-256-Digest", - "value": "aate5p9igZHIRmjywgowEg6dFUSPKF6oFDBvqfF6wjE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ValidityPrecompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "ACfehnoEhbVasGmBLKPc6X7qHF8U3kuI+HI6nRHlDVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/RC2Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4XErWGKPaFnjbKPYD8ST95Ko7/EHnIJaOnVUN54vF1Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconFFT.class" - }, - { - "key": "SHA-256-Digest", - "value": "6eT6eMKmtk4RVqJLXOU8+uZauJLOFEnECdyOwogdSD4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERUTCTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rpa5SXeQ4K2xxS8Ix8RzbsCEfC+ZxwBB1NCeSc515fM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/IndefiniteLengthInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "FCwMrLtPdqQl6sas9gcvOo+B0MFD8+Z5xENrgw4YRvg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ExtendedDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "TWsyqbmvyuS6IkbU4h8MTXlu6lKRuO3ntzWISz8bG+8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1GeneralString.class" - }, - { - "key": "SHA-256-Digest", - "value": "tz8yCW5TLg/6SXwE3CxyckMMtE9Kc+0YJsyajDiHUrE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$OFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "wI+ylvh4RfMDTVkMIALXmXyhdRyRWFGhEVRoBK2D8pI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode$MatrixSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "duNoLk3eVWnqe0pwPyRSR+Na0m8su5JTjDjhAIKlO70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/X25519KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "OVSz04RIsNSrG/UgcqqE4GhgIPe2Kk8uxeMuTqMfQaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimePrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "fLVrKx6ev7hBa7Uz94QW0oA42oSaW/xvOU9RN2mT5fQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "t3RadRqK4xddkhRyisJ1cJvZ1kx30e8eLDDHtYWz0X8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "tmqlYEnJbwf4650ZAwAUq2SVm4tgeS7qr0dnccqav9w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/LMSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Tx81QcMoBfdlAIpDKzAAylFuh33U9jDkQQNIU3LyS0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "rQobCCxzyiBUSj/qrodHbnCTs7Ze1nJyS2sBEOaGCxU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "WVopQRbalcWUXPkZFr0x8D//9fqK1TW0hqH7eyCV4Tk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/FrodoKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xxh/K0D3Nsm5lCMvJbFO/B4TNllcZU1qRlK37+USvvw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/GOST3410NamedParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "yQMzuGjvTuQNs15qkEOBQtLCo/yJhNnsuJLSXfUVvTI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSLoadStoreParameter$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nbcgp8O3trRH25Go1KSC8/n1etvanOJ/D3FDAOh2Pbw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$28.class" - }, - { - "key": "SHA-256-Digest", - "value": "XATcYY1VQtbtj/VAunzPKHAIr4D3YmL+C7mXF2sBYuU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "C+f+n8YtBe2ONeDiN0UfPk8RwVHV2oO6KxfXvGK9mFI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "nRQ0IKoyvTp06IVqinouHqp7N6F2Q/zkTn7IJb4L1t0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Null.class" - }, - { - "key": "SHA-256-Digest", - "value": "cU7n5CyWlsqbJoaH2mER9U81H8duvvepIgdQxHs5pDQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/EncryptionScheme.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hlq/XaZN375Sviq3Gls9ly0VktbKNrrukesP/ugdhig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenPBE.class" - }, - { - "key": "SHA-256-Digest", - "value": "0/kgRZXgeW/tMAqTNqYgFsfNv6hoXj5CCrunQH0/Qb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/KTSParameterSpec$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "boafkOBIUufdFjdBcU+nQExOSfPWeTPoHvKnEBCEZFA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/djb/Curve25519$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pudw5nQW/7pZYTvKNIh4NqSWpsnwcUgP2euteHD4ydU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "8dbEpAKnhmpTe9I4vo3rHzb454/aS/uiztBCSla5b/I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rJQo1P1qG0el5BQAVTt5zzpalyNM469lCIfxKz/xJh0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSSKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pxf+VbT4IqRSmRxz7EtgPTmvIxEvIqE1xnHn+yemQ1A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "RaoG3RoBR3EzghPNs/oXENYnN8GCQ2FfN/qY+XNEJ28=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "FBBFlr133DJHMLYUyIeeWbXWbDojkqc74qeP0Y2WHPw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/BasicKGCMMultiplier_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "bpm18YaR8RFG80FSOVNV0QFncPx7PpgcNUljZg7nhVA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "jqcOtkznpUldxWaZNITQvJseALfEuDk0MbwsPYvPe5Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/OTSHashAddress$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "gBnzblmmR3VIggOIFKLYKydU0bNzjlDcu4UZp4kFXsI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$F2m$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "G4LY8eKRYav5xoPX/ioGoYO3wLEF9coE26vg4luoikc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CryptoProWrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "TLvqXjEDltW0ytZcf9aAeOtKrxByIOqmahcCEg4vZss=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ElGamalParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "DOQJPmu02HUlEX1b8JFsh5dIOZDTCD799idCwF5GVxY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/BCDSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "9oq+nBMei9xfoQrrK3RN9f1cePei6duSH3V0z8wz7gI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$HarakaSEngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "jYYEQou4S1alOCyDZcJ+9WYrjuYBjBKrem1LqErmGzM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "K87PxmROxeI7kyi+y0LWY5O4d6hRSmWeQDruKwCfDZw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHSecretKeyProcessor.class" - }, - { - "key": "SHA-256-Digest", - "value": "+ywdNvZMKA2rt+squW4nuwX6aEy8DoT5AmbQ22cOPQU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "K06KsIRfvI6OVQw1PLobM4qSY9TUDwC298qzWK4E3s0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPC$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "UapC72MQBU3bAzR/0lkc3qUP/u+KSjTVOFj3gqFnDUA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/HMacDSAKCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "kvbKOw5X4km5IVcNdckmncrk859kBsO4lDvSE+/un3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCertStoreSelector$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "bdyVG9vnnmTaXo6kL9nSMqwXrz5KeKWiKZMYXK3GwUY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/StreamCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "7QV1zV2SgkXZGelsbE5rElve1H0soXVyQzhtUL9ikG8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/io/MacUpdatingOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "TMl9PiZoJwej7sEBF8ebQU+KeM7XPfyfxKh+0tf0N0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/UTF8.class" - }, - { - "key": "SHA-256-Digest", - "value": "nfk0t3QWehuK6DKXsliiGrf/pQKMq1xaAzQfFA/IG2k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/TBCPadding.class" - }, - { - "key": "SHA-256-Digest", - "value": "5WiYKeTiOJvvQcBrGWAJ0poCgTlMwk4dzk9Qsnbuwn0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithSHAAnd128BitRC2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZGG8d2LpBgukLK6EOVB9fGYL4mNvD5fanrgP3jYydHk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/NullDigest$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z9U+Kst4t5RgUXFohxsipS5iFX0kgOhv20lPPmp1D3c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dstu/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Cp4nZK7mz073RRTD4gBuFuErmt5e5LNZj89KrOySbM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "SHkJKXAs3f//uq9R6AA/zAAQxpUAjD6D6W17lIiHuMY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2Matrix.class" - }, - { - "key": "SHA-256-Digest", - "value": "UJ/TvdXDE4BHSXPpIT36jqTjnRJCX6szMT848dGM7IQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/ErrorBundle.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bk4FQNL1b+V9o7tQeMAZA74o8n5lWuPJpqixoGLHOXI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsa256.class" - }, - { - "key": "SHA-256-Digest", - "value": "s638v5hLnRCb8JD5cO6nH8HcH9O/Ri/vlHadQLLXS24=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/PolynomialExtensionField.class" - }, - { - "key": "SHA-256-Digest", - "value": "/1Oec1K5Ih4jIl01oeg2BHNgAGkbAxakSqPzikrdB1Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SM3$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "reaaRDLz2Vhp1O8XCImZXWpjU80MdswGyJINorPm+fM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/NHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "UAbti2Fik/Ml+W5i+4j+33mhtuPVpMkdsNgqG4Le/3A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1OctetString.class" - }, - { - "key": "SHA-256-Digest", - "value": "TxYi9k7WIoC80MkTwbVhlUdi4eX2iqjj52nwe2Xf6Sw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SM3$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "rA8CvLl/gcWkAQ3w5gOXotH7Ku9zWbK45J3dkET/j9A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/KMatricesWithPointer.class" - }, - { - "key": "SHA-256-Digest", - "value": "O3GYds8SrJQL5GmCtKWsbY/USxq1b8lfiRmTwcYzzpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ATLNNH+FXkDfdIdDyXNh49TUjG4488Dx4tsxnO1+PVw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "pwK5akHiAFQmmaW4Tyc1qGAthDjLCs6T8BRKNbFDg80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyPairGeneratorSpi$Base5_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "Owp6G+rNSOrHJHa3p2bzYQs6NEKBH88ZXxdgocJLJmo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ARIAWrapPadEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "TqhBRtJzB9wcrY85ijkZ7wTBtJ3YC9RnNvp4ipPhYIc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/BlockCipherPadding.class" - }, - { - "key": "SHA-256-Digest", - "value": "r750XLz4P2XsbBV509gU/zpnaAnVJC5CQCIctjQMcIw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PBKDF1Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "EhmLYKxBckMEXYu53fEdWt3eCzby5GnQbEOdFeiZ2KA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2PublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PFYS8IShB6lVDLkYTNCVNYV5z/DnN2KjhUXwP4Iwb90=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/NodeEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jj9QJPKQcS0wVORwkNGizOQkrenWfeHcetILE9qz+Cg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_256withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "AzSM+RuRExQLgJgScZc/jU08tVMG9q3sYj4JX8cHJNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSReducedSignature$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "A8WAwMvzdrdmcanjCadLHtiKnNCwImxmxAH4uVtwgbQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/IESCipher$IES.class" - }, - { - "key": "SHA-256-Digest", - "value": "lSff70t4tUgnvBRfxYalVFkLBZSq0dzhefidivtXAH8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCEKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "ozFW/gkcD6fldyV/iru5b7cd54g7Q4CD5yII16nyCII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/GOST3411_2012_256Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "XIaDr53532WELnFhHzoCDS8EW9+DlG+8Woi00N7XAIg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/MacOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nond6dAlmunJ44yfJSKcnrFCJ8X5CV8POC4DatHR8N4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/SecretKeyData.class" - }, - { - "key": "SHA-256-Digest", - "value": "y8k//BkZlo5Sb5U5F4Z8wWfHERhlLjUkUDkpPDi0ZMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "v/mvzDWjM9QRPk0BsZ2OWSpj8iR1UonElvUFR7ReGEw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "2TPuErAb3ukYmTedybTbzPdTR2+cBRwOSm9SAnudkIE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_512_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZeHtt4bCvvzxyGFrs+Qd5ULiGXE/CIDnyOgo2INNMJc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "seRwIJlUZaRai62fxSkICK04VFgbMO1GM7aa4v37Z0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/NamedJcaJceHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "k+f8hozbeKelTCi/20dNNogJx7LB66LPz0YKfa4+DRU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/PKCS12BagAttributeCarrierImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "0VuH//gxmbvTUNh2cQLSEGbX0vjJtorTRPjBDezE8r8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "3TZzQj/tt7c3TqK3mTtwgK/3h8lBe3SoXOVZXQJ5ESo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$RIPEMD128WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "sf/Qklzc5HBMA+m8yhU49jUCNAkYUg5SiJLNbJQ8muQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$DigestSkein256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pjysta3CBrUdKI9XamE0nvLwhHRsaRdRAprzAxI4c54=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DerivationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "tYzs2Y18H/HMt+q/qT56UhT5NzSSNly9MVHZV/FxiwY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/KyberKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "84uzrpMmIzLoaSaBD5gWeXfx9jsITQCNc3wNCtPhZGQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/IESCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "MVrL1gPZ6CUpcm0sYYPBSd9Bbonc538uy61yRfMeYow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512_256withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "meWjWHCQ+6+9QdpgwwfxYohbExlf69IiDxGuJJpZk6w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1External$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6ja/xqAdyDxuduD7v8vtKLnS2pxfNqRIE3Lq2Zlwa78=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/TEAEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "xobde2JTYysEEAHCZWNNwkSvLWOTS4ji8LNRTEMQJ9Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509Attribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "4x3oVpaVn3NVwx7YNTvMBU/CNUA3wppukjvgMQ7fQNE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "6v+G8HCvJtsR64CGNeEIFtnzOja1KrYeoaAyJ2xGECo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi$RainbowIIIclassic.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vo/k/eFbK2MMffKYvhfD9KW9TYvnPVBpHFsGijGNEHE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "xTmghCTcu9HlkEFTsSMYlC6jAi9WL+8Zqg1w5v33nFw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Argon2BytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "8JJ1iy3VzHMplPD3WZ9Itb6rusMqPrOpOcByDR7La2Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SkipjackEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "dvcXcDHvNqFEDjNqNZ3Eh5nLBhl9Wm3d2keXdnwcjac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZKmyu0aVyJlhRh3QigFtOoa6BFpvBkwnZFn777V8TNk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/XoodyakEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "bDNDAwt7IK7PNg+kFbkStFNT7ZNveFktvEcSadQ5kDE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD5$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "txKgs/HhmE0xkWTUDsCperc5aKQUd45T7t5KRwUi2cI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Falcon.class" - }, - { - "key": "SHA-256-Digest", - "value": "yz9e1VN3QPJXaQxdDhH1oqbPDdfXr+NSOaiDl2k7KPk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/engines/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "mCMzwspDb01tz++NyN3gcGPnZlxvpvjqm1V3YSDiYFk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSNodeUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "fnbV5kPSbzjFfEkoXKGF80fcN4xBKM5z10j2QNq3MIM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SparkleDigest$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "T7Fy+Cf3TQaei8xsIK2FyoGXSPI7iMwC/S9Pn6wynTo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/XofUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "TvrhSuiA+CfO/VjAaXOcslzVRS5WW8xcNp0EwhSKDLQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/Dilithium$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "y4KW5bKq9uItm9fOFbRguk+910oM1qdobgQN+hLfJxg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$30.class" - }, - { - "key": "SHA-256-Digest", - "value": "5JpIEw29P8ei9wiUPg+79u4XiB7hV4Feu6J732rO1NM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECGOST3410Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "/j/M6am04/s0/MxsTYGyqwz9to5czLd+AXHaW/2EnaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "o24fzgBQvmPiM/EhbLECg7cYF1oehO8XLRUj0LWCcg8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "uUXOXDkS4MQpJ6wj0ZuLtZuM6T190ULeYQ3R/PfNoTs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Uoyv7AWn406kkBit6FIvgBDVtnmntwHj2z+X/AQNBkE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$MD4.class" - }, - { - "key": "SHA-256-Digest", - "value": "1iX+iB6rwcJOJ/oI7BO0aaS14Yf6X/xHwdJX1owyk8k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "EoIVicDiej3kPatx/fKXRjLjU1JO8IC06Wo31b3L7s4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Fingerprint.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hif4VVXr8VV/DZ4jHKwIlrX4ItZ0ncb9TawGhdsvf4c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "UvZcR6GKcv6ZLqZ6kO5zeIFSOjt7pjYSC+kOw+LVjMU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "30N1HMRsTADLq9M49vglLnVoUQszJLYZxB3GWYmc92E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$CBCMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "r8hws0O1Bf7Yl8necCBgV0ca3Jq9qckXMD993hGjIcE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/OpenPGPCFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "nxl0QxG9Km1hrVDK5/QURKzAQFhgkTpZNo9LQn3h4qY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyGeneratorSpi$Kyber512.class" - }, - { - "key": "SHA-256-Digest", - "value": "2vAD7gG3cE/OUCmbmRUMhmkWECBpO2NBJNfduTG4R9Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "C2Tw0JszxaJOc4LMWqpXi2TQ/uPerPlcmlhQmK6sEqo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/ElGamalPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "pJL3BHeosljEYjdu4V3SnZ8+W+7ppoBUNgGAN+kzfsw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "A4qlMsiR4ly/GlOHfhWtba0u0LG8IDjvev8OM2apuGA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "emmUisvNpFS+BVmv1A4k0NYXunEFpzqVvuTM8yUAJmo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withSha256andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "pcCmgX7WCSO+fUkCL9eEXjf30gPQknTZhAc6uAHGwZg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DEROtherInfo$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "h/drHZFdylTVd7qg/803sFvcba5bOK9VbjJKlqLhoFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X25519$Friend.class" - }, - { - "key": "SHA-256-Digest", - "value": "prxAPQBLJMKgn+qDPw1XWXixvftuXTJfuTzhkthcvbs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SkeinEngine$Configuration.class" - }, - { - "key": "SHA-256-Digest", - "value": "FsbKVaaMd1O0oajRaY+vlzk5FMsC3re5quZG865qdEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$20.class" - }, - { - "key": "SHA-256-Digest", - "value": "7oHw1fwbv9ZZq3dwBnsw4zZvY7y0/UnpZYMSttJb1Vs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_512_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "pKiFFoLn7Kry+Wa29g5lGG62TKk/D5+8BcZ6PfVShYo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/Reduce.class" - }, - { - "key": "SHA-256-Digest", - "value": "D6c2GFx2f34JRgqt/D4TRLBO7FpBlXBqyYna/EL7Tuw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/LongArray.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xc1pNzQOUKWVyuYsgrHUpnlMhj+jYUZ5hFGmpFPHdCc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "gaR9k3mjvbK9720dfrIjnscheoK4ncFkV/DCdmNctBA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "NY7Ux0Pezhntoz2mTH8p+hK68GXAda87r9Obwg7vVxw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base3.class" - }, - { - "key": "SHA-256-Digest", - "value": "E/pu+rDFg26NKu0zuuqn6EjQnSDoe9zF1BmtCl3mzqA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ElGamalGenParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "GLPYnggWcrkZz1qvIOlj6V71QQ0weholAIBmBTSV7FE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/frodo/BCFrodoPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "iwKuh+0DJoYhlwmoolvznab6e+xy9Z7Tz3r3o6qtU4s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SM3$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "TAexpw5E7m35HRXJSWfBDWCRX95F7BwcXVZZsjGUNNA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/IncrementalEntropySourceProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "PSAz3a9ua6UGVoNO937mzG7/PQS7LECRE2bp154kSi0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$SHA384WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "21jDJDwWz/bxqWBmz78jrVelig+3vxdM05rGzdW9NG8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/HQCEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "bZ/PWAFkmMIMFi+NdTMhK/nG93QgCPUv+gBjvkoMSP0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Bits.class" - }, - { - "key": "SHA-256-Digest", - "value": "hJTz/hmaJLBp9DXGjFbuWNMrhSCpiOf7cJJMAntp7Ec=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCEDHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "46TYgjYJofa7nZGIR3tYGam8IwwEqY1VuRWHhneIpcA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ysVZxUl4PhTpx70a+ClOSS6a/BXe5UNaYSh1zhMiUdw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/NTRULPRimeKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bj/cIshgp80ln0n7av363sEL3cZVeTt79QQxY0cvaOc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC256$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "q2WqEQX4pMKqehh/HahCx6h1cV88g5JdrdRtuUB3XzE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERPrintableString.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Y7sd7ElbkbiI+7eg7lPWexOALhhYf1EFKYeVz5xFKo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "UmcXPg4bsQjrKcqaSmWGHsh7y+fauzTah2RguAOS49c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withShake128.class" - }, - { - "key": "SHA-256-Digest", - "value": "teYY+Fxbv8IiOt6FoZxdcVRpKshbZMT0qq5LAkDdE24=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2nPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "/S1dSdJufXFSrreGTyw1GQvZSUoxLIGc0CvE2WVL+Ns=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi$ECDHC.class" - }, - { - "key": "SHA-256-Digest", - "value": "GZ/iwMJdVI3tedbCYaKuTqzh28htrf9bRPTO+EIry3o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Mod.class" - }, - { - "key": "SHA-256-Digest", - "value": "a0ZG7Dd8CSeYdx2xBNtrDMOl+HZenT5Ja1rhIElYaTg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "JtgmR1U2OZ6blvpIdNLXSTEVBYE85g41hJ5dJSDjy4w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/EndoPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "qoMdiS6pb22EejWNmgQs5Kkl4Dz8Zd9D03BhjW97HEY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/TestRandomEntropySourceProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "yQtiMDB7hKP2Sr0vN29QLRXJKR5x/SRhlglhe7ULIpI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/KeccakRandomGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "nTscRWH8e8ra/6yFozX8UY6el+OW7UN3dt1O0STvOkM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2s$Blake2s160.class" - }, - { - "key": "SHA-256-Digest", - "value": "ItbZywynO1i54n40+rlDpJiifQpwSnDeC3z6DR5FTwc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceCCA2KeysToParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "rvQzlGhf7hdu7HDUyIPJMyk/daLtjpGu3xsk5h19mzM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "1gXkUmXSrkFbzCbSvOPf8U6fomKMTktz37VvOOB2T1U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntru/NTRUKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "tYH8gjMKDYs5dxFywy5o6IaVai414KGeC85kG7GTxnQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9ECParametersHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "BwOwq+z4Ph+65oDTa/aJEh5Ire4Ih7Hp/DNzmhmzAZQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$20.class" - }, - { - "key": "SHA-256-Digest", - "value": "2zv9J+JO+WogAAho7OxZpRIqUEjgO9fy9zayxI6Farc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "oAmgHgSwt2EKVtDRLVg8rx/JJ4WgpX0wjc1kSN2drGA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/NameConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "5ihkhKCw2ygW/1CVVB7rcX0OptP7CkT/2lnQgl+GZUM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "fnrDafyqrDHLfIS3I2dpvz4ad+LaAnajIxnjHhokjI4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$TLS12withSHA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "VqHILP05lbZlUAGK1GQgar+FDQUSps4al9tb/Wzq3x0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/SingleResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "zqoxMdFyKok0+ulBWEiJCHfPhNcTV1+PSbawXn6fv9Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "JbdJoB0xkiUinpJNujAQEQAXoCzbWfylHuGnbv170p0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi$RainbowVcircum.class" - }, - { - "key": "SHA-256-Digest", - "value": "u+9sGMuY/ZRHBBsQjOfPa+M63sgd13G3U0rkYAXRDs0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p.class" - }, - { - "key": "SHA-256-Digest", - "value": "1ieBJjkET54Cktk00tEPRxcWtC1DoBgwv2GYS3WQsUw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/PolyVec.class" - }, - { - "key": "SHA-256-Digest", - "value": "AzZZrM2gHFHXtiiryGf5TV+pOj3HUSYhGx9E7qSF7ho=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192K1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "E7/3SvHDDvY+0sZ0AKy+jfs04GjOH4C0FeKppnOwk4s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "agZkFOZB5k9wYuxRjcSyCskwPXfCEAMA497Pu7NJAr4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/Encoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "kWNiKp28ltbk898ih2nNJDmjFW4JpS9kLMVHAPItDgk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/DHDomainParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "XmXkp5kZEjNEHGwC2cYgALPNYcdY1lUnBemCzoLGgVg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/PasswordConverter$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "TAhnUXXVXzI7D1sf8zQ80adcakRHFl+nUE8J99gwU2Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Go/3LdQIdAd1MYp/QWBKcYvkZKlusv5049Uzekjz8zc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "chhcl4t6+wvwsPrXyOm0SxT2j7JD69BA71XzjtBAGUw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/InvalidCipherTextException.class" - }, - { - "key": "SHA-256-Digest", - "value": "4lZfRVv7M9KK8K5FTpe6/4GVsYsTfZ2MlrColTyyldI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/SNTRUPrimeKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "GoRiN6RTegUrE7eDAAFqMZBE6G7iBup8QUuQhrHI5wY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509Util$Implementation.class" - }, - { - "key": "SHA-256-Digest", - "value": "rRkRvtdYck5LE7I4mJ3l+7XDrilmBiYw6d4rYv48YAE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/SignedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "lbbyyN2mm1hvijIc0+7gRRQGk9aqYAFQnI6OBWlUrME=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERGraphicString.class" - }, - { - "key": "SHA-256-Digest", - "value": "At97D3baRNdsDKGNsiqRrCJEHy4kpcUcUe4Nbg6bVBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/DHAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zcfike8e18Egbd2XYgjJepSZINPxvliDv707fUV1m3Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/UserKeyingMaterialSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "xKJwcmxfKnits3JtMOHuyPxtLRogCRbawo7qdX8Vozs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/Seed.class" - }, - { - "key": "SHA-256-Digest", - "value": "ypbfulvForjoFAVA2uD/dpQXusV9xpDgIa4EyicVI6Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsa384.class" - }, - { - "key": "SHA-256-Digest", - "value": "jtImOunaB/2FwCD75qJNwmoqtSncx3UGMD0mblYrQ6c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "IVkkBjooWtiqjHXU6UB4l2yA5K+ZOIAsGeF1pzU2jiQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/Tree.class" - }, - { - "key": "SHA-256-Digest", - "value": "+T3Lt+POFKKOF+U8DeJTD0YmIbWqtu/UiovYhdznTNo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Utils$DefaultPropertiesWithPRF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ogtsxj6q/uXxWzrryy0PcXbCx/HI2bOzuqXjz+/xwqM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "6iuI8gGvw3MoR2v6Za/lzMRjOMU7UoggmCvvDyFwG78=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Kyber.class" - }, - { - "key": "SHA-256-Digest", - "value": "RVkG2YqNgVkxX/SBkEazLO/VQxulHxh2ikCDnTkrVWk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLASecurityCategory.class" - }, - { - "key": "SHA-256-Digest", - "value": "CjbPdhY6ru9jkIj0V9sbQbyeC99OggS7ydiJyJqjBuo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "4hqU1oebM7v5l/K2mRwNlex7ptS38cvv3use2JEe4VY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vz1d4oyDt4IKIN6gcKT6pzVon6zG2YsGeA5nkujqQVg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_512_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "20X4fMSc1AzXp+pBxUtsjX9SNGQ03DFWP2adKvYQHAs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "7Uk5U5v+CrTkZ6qe5gfhLAVJmS0QNSkmlVFaWpH4yEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "D98u5goz5C/z8BOjrhZocWi5kqtbMRdONETkAEvFp0k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/NaccacheSternPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "zVNdKh6I78UyvqbWGPYtihbtmLSZLqqEOVpOrACXfio=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ObjectIdentifier$OidHandle.class" - }, - { - "key": "SHA-256-Digest", - "value": "FA8XIZxlzB7eEL7r9HdRY5JbyJsXq8LcZLjg1s7L858=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/SP800SecureRandomBuilder$HMacDRBGProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "mcO8x6Sn27nL7jKQRGSx/yS5Shyx/ui7w1lRQtUnJ9A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "0Ks0K0ep/SKsC7wgRlEfnR9E0c4wOdzkDjfmruYDC2I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "glwMlo8D4+ySmvLmisD5u4QuRZ+7qsnCiXZhrIwp4Uw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Grain128AEADEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "X5s48s9mAJKfWOxUJaejem6kYPWVgjxE0WCn4ZK7/cA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceFujisakiCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "t60oQXXNADMqk4hMaHB4e0M3USHO+q+mHVutnGJag9I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Generator.class" - }, - { - "key": "SHA-256-Digest", - "value": "2+ustd0lZtBrhVs+XnD4H1UG4j+jNvhQBVvUhMOy1E8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincs/Sphincs256KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "lo+zVhIjrRFWFm0nfxThnCLfoDtuCmJn/UBtWX3Im50=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R2FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "heiCGFmPyzd4R8W01PpZfVSL19s0RGkkXUgAfp/i/UA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gjp6NfZ5BSKpHiY4ryMjALuLBccOuNEq4HnL08ujgG0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Times.class" - }, - { - "key": "SHA-256-Digest", - "value": "cAu2j4/Dly99JQLTU9WR28ccql7lKDoDfmdBKOH9wKQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "cXNXYUTSY473oDTk5bgTehm2kbkbYyfL8YZxxmBYbLQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SparkleDigest$SparkleParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z+/27HwH2gtCdLqZoJX9a9DZKm8ia/NraS73cPgDPgk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qPZ8iNu36VqY4dnrcp65RqCAVrDf8VRarorBIII8mWQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3r98zgbDq4weRRGPO86sBcLuz7vad1gEsisqDzyI3Ys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/GOST28147Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "paPo8Z8XI6Z3jUQNLsYW1J8x9hgcWcr8bcAmeZImK3w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "6AqTxZ82ryurwVTBjfDTTjVjZUjaQQ48oeAn0onO9LI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "uQtY/adlA436PKDwjuIrA4s5T5aJyibwSiCRJHNIFZs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/NullDigest$OpenByteArrayOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "9n+viA4p5OUndBRMXodNVjwc1zKCpWmAi+P5nLd6Yy0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/kdf/GSKKDFParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "vIVnCErrW8IqhThtTH2YC+l47PKie1QWU/37v4Rq0GU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "trOQDendCzgZCq9EkVVFbCNto/P8CdX55GBulrcDeJY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat320.class" - }, - { - "key": "SHA-256-Digest", - "value": "fA0SnbPZsr6b9mcGTPMMTkdfkghM0MW20K+gfr1LYgg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/gm/SM2P256V1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "1p14H0ny1cW90e3V6Ohp7kbh4HN252KliPOKk1RgpWY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoException.class" - }, - { - "key": "SHA-256-Digest", - "value": "nBm+EGrSRRfcKlxtpr0MVVTddd+2nPqDTpHjeNe6/pE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448$PointAffine.class" - }, - { - "key": "SHA-256-Digest", - "value": "iTYPsjLluF4g8DwLlH1NuboBZXBBs+nqtJy8ztxtb88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHSecretKeyProcessor$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "zFgy9nKktvlAV96YVAAJ/ohxtGE8m4ObpsMNImY1ZPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/X500NameStyle.class" - }, - { - "key": "SHA-256-Digest", - "value": "dTgm5MjUTqhdqd6Rp53Ieq7IaWqVoar1SxJI0njIWVo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSMTKeyParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "NfgpMoXuFZZE4ZnPbpPWn0Z9WSe3EJ/xckl9k83BFfA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$ZucMac256.class" - }, - { - "key": "SHA-256-Digest", - "value": "rG9oQVbdvSXMUrFot4c1llZKN+FJcRD6qapIxH7DIPM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BEROctetString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "FigaYjUUhsd+D4kCS1bfRUZDPJ66udUy8ZTQzLomdHQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "3CJ3RAGjKROKsLuwb7GVdxLaHan8gFkz6LdMz7q0Rik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/ISO9796d2PSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hu8PqDOrEsu1K5z9TNxx3PNRR6OjGJkjx63xeXb3Fpo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSLoadStoreParameter$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "UVogPw/hnbF7N44kAjNrgEJO/dSwPfKAJVV1dZqn+Vw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat.class" - }, - { - "key": "SHA-256-Digest", - "value": "HZW1Oz4M/A5ZI6Veu7tLP9ahjCyAnO24H3aRz/ibGJI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/MacInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "oqE5VNiDRdj6r4oe3Xxd+fURL6zmsh5K9EJkCS7ofKc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Strings.class" - }, - { - "key": "SHA-256-Digest", - "value": "O0AVpc9Np1aXvBFPttzkoiNuBRMaOP8J1xPFeeWrh+A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "BFsLuebPw/W3HJbfMsqPmzyD6tzf6a/092AmCw3DUwU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecL.class" - }, - { - "key": "SHA-256-Digest", - "value": "Czg9+lcJQB/Zfw7JyyzdIWJW1Q2F93HvQtU8iAlTQ58=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntru/NTRUPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "i/bbInnVQTsqNXTA/XbVGVMX7HP8qVPaiYy+7pSOE3E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenJCEBlockCipher$OldPBEWithSHAAndTwofish.class" - }, - { - "key": "SHA-256-Digest", - "value": "isCDOfTv4UtgKXMBqkw66o+dJOW/BcPneXZKsrTOKz0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$24.class" - }, - { - "key": "SHA-256-Digest", - "value": "7KIO/vG4wHmX6i+po9gbhg7qBdzBX1bm21LPbWCT6Ho=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/AEADParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "xniH5m/CkJD55MZB/Fr36x/8NJ+36xJGRfXhQ+eDeoU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP128R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "qdERa6u9AXWwS8CeUgHcuVMZwfMWCK00GDrqhFdNc6Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "UqOUKTpw+izwU9Ty8AIy3jCK5g2/CaKc1kgiz2IxDHc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "vET06/OecLqY9CCEuafmswDHULsrbY8ylAAE7VRyckI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$AbstractF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "pz337eRDl4kDdppzu+jQSZJreRgcT6JkPy13Oy3VUA4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "meChT0NxeNHhQnppX2P+1qhnFKNpiN2iJ1kKQe1Ahto=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "ML+U9CYd9Y9GZ6jhEIMrymgvgPaQeDzsmr2NxnsQLcw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Strings$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "VQpkNkAu+MS2WGUjtkz4cS963cGe/gPWvDNJmicaa+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/RC2CBCParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "xddAbN48hNvUgAAKX14OUCujCh+ihuFihRYZmLc+PQ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$KeyGenerator224.class" - }, - { - "key": "SHA-256-Digest", - "value": "vvwMQaxCZ0ik+8/ycsiZOgIFn5i6e46AiZ0UBCvmKWc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GFElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "7n+J9F0IAJ1byadjXkOt5TsVDfWhsm0qiwsnHa1CVCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "SlgtMk5FG6ZAHeqpbtKIONFDXAUua3/lJY1BcG9Txu8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "R/7cLF4SUztA3LB2Bk05q7YW1Ph75a7cm9T7OiLF8Fw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSPrivateKeyParameters$CacheKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "kR8H+jhZ8I1cn0rO3V2vjnLraoZAqB71xdc8QZIbkr0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$PBEWithSHA1.class" - }, - { - "key": "SHA-256-Digest", - "value": "tPlZdtM5RR2ugeXRSethOX4HCTB0jV4KmrN7H7X9G4c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/io/CipherOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "fpKJIFg65TIeRlBJ5o8PXDRJnI4cG58MmCTYG7moVUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/NTRU.class" - }, - { - "key": "SHA-256-Digest", - "value": "8/32N4WI67biQ9ODMQQ7vqXPaVExvNqA9KiNwrSi+/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "3tusM7Yr/oUeuRCo1Z/F/opH2dnE1PwXaBRm12sS3q8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincsplus/BCSPHINCSPlusPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "yzZY4rspHa5hG549FZ3faPrFRV4uF4fueJ+kpV3dhRc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator$Shake128MatrixGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "JKjhQMX1R7gXDmT6FycU3gQgMTSyzX7WmQnB1CE2v7g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/MessageSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "YLpihWeKptvBXPpG1wf4DziQT8/ok9saesTIYWOoSA0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/LegacyBitsOfSecurityConstraint$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "x+cbw/P/6ONUCYlunM0fvWqsUyV7VhPCpFHwOko5tI8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/DigestUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "kxp5kAlEd/RGvtcqU6A0fnicEvY+hxQ+ypSSdNjPPXA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "U+mPfFx6qMSjfj6lX/pygBtQoyEmyS5SDWq4MV//vTI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Rainbow.class" - }, - { - "key": "SHA-256-Digest", - "value": "ebb8ngaHL0rFJa8mQ1+d1sU8s7kco86D5l989SQtFz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/RIPEMD160Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "o094uvhB9QS3Gs7ngG2lRBY6vyBtRglswcOvdmrRo+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "ONt8IuIS+0R4os7kAHC4AnacGHLC4OH9wP+7BwbtHGw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "mtHIyA/3rva0KQX5P7JIWRWLtLEDwujfab34aCY9luw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/IndexedDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "dXs6gmRJ80IV1mXegdUdQ/6nXhsFNyZs7wnTl1njYVk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1NumericString.class" - }, - { - "key": "SHA-256-Digest", - "value": "9jI/cPbALhugntMBe5O4PSetMudhLP/nlqs5C7BcoUc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/IDEAEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xs1USGsXip9jvUfFIMfJjQRPx/ORJS5beLsNgEPui1M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Sequence$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "sqt2bXne7OFVhfgTvty48NTFf7nYgGdnJjbl2Mzt1To=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/ObjectStoreIntegrityCheck.class" - }, - { - "key": "SHA-256-Digest", - "value": "A2kC7NX3B6UopwhIP3f0Dqq+NgZBCw5karwqdpy9XEk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PBKDFConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "TGu7yuCBhP5NUILkZVlNKjva6DPLDEbxDszWvXvGY8g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withSha512andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "VlyHwOUWNh1xJFp+BmyJdRrfeRssucpbZoiYdbUg7m4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSLeaf.class" - }, - { - "key": "SHA-256-Digest", - "value": "M0lZKoYVRuh4Mnp8D4DkUmAjHLzFnCtEu1qq7KEJCs0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/NoSuchStoreException.class" - }, - { - "key": "SHA-256-Digest", - "value": "I2IPC0AxlZFndjFstybI5Uf0PwIzBxIgOffUU3C7Wnk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/JournaledAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "AkD0Yp/WKz0jKQHaoCZk36RI4su2ysKhAuRoFVvMWao=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/DigestingMessageSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "K3otcEiBLceUxwbzQ4BG67pqKJlyzgwCj/SiqCgxvjI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "50mBTTkTSvEzwYKdESPIxA+PoOQ6UQy4i2WXVoN1FlM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_1024_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "LhO1R4mWGGVQGF6Q+hcySGOTBNAIEK+maGqGo6ze1cY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DSAKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2BOv1sXnP8svd0BtfTGu0dbmRL3O9zXE5BTSUGhFYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/RuntimeCryptoException.class" - }, - { - "key": "SHA-256-Digest", - "value": "CnFxeMXsdYdedwjLEmiq6D5TVU023yKTbv84eFK6aNs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$CMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "lRoOg72PtBI6kTcXqacQsjoe6oXrrDvBiHJlG6ngbZE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "05h2lB2QJNgugeA4ZdWzty/Iyw3tcztE0jgaNE58+/c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesRegistrar$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zy+VHM8KeAUbwbHv5f0IT5mYtVUWOFGVrevH+dSLqi0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/BaseKDFBytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "DfelECXHdA2bKeWLa1JViO7YNuIiRtbhA1q8cTTgYxA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "1+zq7k7gb6zNlry7DdTNRJJtccdfwwRRx4UWVYOINp0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSAValidationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3/BrGE6PlMbFFiisCp3RM8OuQlFyqxrLeiGZo1uUUk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vwn0bo/gksJStzQSVjzExnLt5U1bUAnq8wi7Il7mdD8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3qDE/QSWQK4cEosWbTlrPPVsOQ4Z+n/YIxSP2rloM/A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKERing.class" - }, - { - "key": "SHA-256-Digest", - "value": "kRhAjeQXdM7FFhVL9Mq9jXUo2y2ruc/ifIQSZK0iVKU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "3I2T1FOUQTPA+LQiE0mG3UeUXM/Hrk8WphYMbuTdvrU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Targets.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gdw0NQXD+r1J3ARChvO5X2aOIhZBnUjlsOH2o/nIrZE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "1olceJMF/4K4ZYgGNMvaRxOqxNSnBvtmuzn9S5rH77E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ks75OiGup8wWR3AKoi+6wjr22XoKfCZ2KUQeOYDSsII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "cd5dFVRP9PiPY0hTWDRPk6B/QEHeHf1N9LL4IZehFEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_224withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "21O3mxYsrP1jCP5szldjEBy4GpbuRePLovBkcGNyTMk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/XoodyakDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "rX/sukw28+2MS/QSvqdR5POswwxRoJfWPzCC6pKNL2U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "JtH6ob0+vpAx4BZ4wFRwxnTObMad5uWb9ZALDV6Xfrc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NRCuW9pR10rGR8XnrA/i1VGAJ9SfIdgZEDE57z+/l98=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB128.class" - }, - { - "key": "SHA-256-Digest", - "value": "0ICESsp4WVE1ViOGJuWVp4ZM3UPekSO7fW1XXMY9rJE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$22.class" - }, - { - "key": "SHA-256-Digest", - "value": "dmwhgUbEJovVyGqVQJAR5qOwqjXvoljDd1X1UrUdnto=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "wlamhIEmGehpupAbOcTiv9LgKDEwERe/n2GFMubBV3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gn7RzQDGBXI4TKFjBDHvEvKcqpBx+XTZdHVfaKOmGbw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "lO8SnTvUgoESerxk3NbzPACnZdsX5LbktmPWf0xleFU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2m5mvMVzAoCWEid8HRXyCgbzNqqXx+AGfO+gExoOI4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/BasicOCSPResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "wdbGdHPbFvxPY+1wFnq4Bvy3XVznKS7TVFa0e+aWyuE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "yTU2ysqSKwBDo5uN0mb+7ieZedB6mtN6hGRmveEuHfE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "kyq7XpSsC0u7jezF+/vUCP7THLbao1KZW8S6sz5PkzA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM384_SPECIALIZED_TRINOMIAL_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "44MUs/qbOzYMQNSv0iY77OiP4JEzind9BPIztuOHKbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ParametersWithRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "rMJRZVRlTQ9M1EN1Ri01sQgm8ljN1TH8GYKmBLpO7mw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "sjEVJXD2lWxGL69iQQ6z22Hxvyv6us/kAyGGqJN+j0g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/IncrementalEntropySource.class" - }, - { - "key": "SHA-256-Digest", - "value": "9kZT0mW3uZlnvUuePqmex8FC8wXZpKxOuQbPAe16reU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseStreamCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "osCqYd4huX2W4kZYxGo3mSRhaKAuKhLAIiGoZ4g/jI4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Sequence$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "VmZMx7Ekii/H1rMTgyArA7af/UyEmli1NuUlROYFTXw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_512_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "AbJ7UxcdPVB1cop0gRAraqVYx7XfKc5vClteuWV4FKw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "6eEXjYnqN/54Kni7gC3LdF94afMUyqjkQ//DYyJhiNs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/Pfx.class" - }, - { - "key": "SHA-256-Digest", - "value": "xKP3nRfTZvs17L3XqG9eA+5W4E+1kBYoYHisYdCYIHo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHA384Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "jCM8hxHrcukG3lYEsiLkVlxSbRlD1kA07jzPmoKxZig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withBlake2s.class" - }, - { - "key": "SHA-256-Digest", - "value": "/N/Ead9lpakNwiH+5ZggSRWx4thwnOyYLcFAUl5EYjM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CBC256.class" - }, - { - "key": "SHA-256-Digest", - "value": "IsrSnU1d7UUnM+1PkMt/YHRbqpGkUnbv1OM30pHBLHs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$IgnoresCaseHashtable.class" - }, - { - "key": "SHA-256-Digest", - "value": "N86NpBOkIX/Mwy27PP8oKoCrLjHbWsTiSjWdqoRF2CI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/CMCEPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "3FZBDmDu+9AHxZLHuMCgShvfW/LKgy21dySCkHbL5EA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/BasicAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "V+U5ZaeVcx8SM3cgpfgtSgGaPUkEQ+Qe3JORETy8nZ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/GcmSpecUtil$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "jAF3R7krl4zSbZAZMFjlFCZ2DiTzh+RDS16rmUgM308=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "D2DSr/m1qR64NmSjV1Q0sxVJLFLn1aEooPqXtDgEAAw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/PKCS12$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "PEIYsglDEFizg7X3ckn32YEYzM3otPaMCqg60Rrxu7s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCEElGamalPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "QFB0+3S/gmIXRWWxabEyYPC6ll6EISRSRcFydIYO1hY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSM3.class" - }, - { - "key": "SHA-256-Digest", - "value": "E9Y+Z5tBaZk6lFthATsYvsZjF6EANUDZUBmoTNwN6WA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/HQCKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "HmB7nVQGHMm9epi9XCbhHUZwB61cjh/rHBH4IoujxQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/CertPathReviewerMessages_de.properties" - }, - { - "key": "SHA-256-Digest", - "value": "HlCFq4DkFVZLT9e0DXM2HImoG+psbyYIsD65AP0Dwo8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/util/ComputeInField.class" - }, - { - "key": "SHA-256-Digest", - "value": "4u012wm7ZLuDbqCZ2PhS9LtPyUmTBJ6OMyxrZMN06NU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "HtLgXIGTLxhZUmo+ouRZ4P6u736rhtVBMRl+/F+nFAc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "qpl/mhmqeXI0kcRMwZsCo78dqVugc5eIOGjPyfL9vG0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "PxWPaG8gZsCxv75d6HA7v3HNKCumP89tPpKvxgNvRjs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Poly1305$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "3jZrk14O1Jr/tC6d6hOQZHUP3QPLjgS+Oy59IsDATkI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/SNTRUPrimeParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "/mkwVwTf2oEPD1E6wy9M4msouFqWrWwm36p55TSBv60=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DefaultMultiBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "eDHb3xLA0Up/CxKkJt/MKHLgxgMlegdWrpA5t/4ArgA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BIKEKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q3VKT6A2R91m06PMqcZtfTJMD/PoiCGP0Z/+d58gC/g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_256_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "I7DLs8tuzc2SHIAEeQXM8F5/3eBxNKkKOjoQZE9yXBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "AbFWltKTX/NthchR8iYAi4VX/ipZwWE8UVDbQbGC6cM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA1CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "S78Kmg3NZz9mo+KziD3Ylf0r+Eu4c5b4O4xgNUn+3Fk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/provider/BouncyCastleProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "5UacrgBZTLryV6jjpnP58UoFoGf9UISi/zsu6abW21s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "wJT0H6WNzKivQyCfubQ9T4Hkte4OU6oD3njOVtaoKAY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSMTPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "I3eg3hTzLB2Fv+oP0SFFNbWtJrsd990re06xlluVza8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/lms/LMSSignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "AXY0+SdQWbydOmmDc4vvNMrGN1RdZX6NtSO6Zm/ORpk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "2Qae7gjUH3OXRA5FLA1LKol8gwzbvm/xKlWT2K4/yLU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/RevokedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "kEsPXnXhm5dryG8T9LwxutQC/6OoUqxRVEMMFE0tD2Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/sigi/SigIObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "k0u4DxNB784Xr6C5Gkuh4Q+TEzUHLRUBMing7ujZyvY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/NTRUKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "f7lOCPTK4iXtYQFm6xIKU33n0kGmzKZaIl6gs3BFA8Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/DefaultMultiBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "HSb/OEMNVDXCDYUDz+pyQ7CaIj+ObQZrtaijCa7m7Sc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$HQCConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "+A4ndprYMjmMbJ2oasJdkDjO+LbFJltevezu9zFO5UE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "QioYOUgWjvpbVs2IqzwSAR0GPtY+Xa5nv4t9Qv+EaLg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/SNTRUPrimeKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "UD8M2tlwgrdgJYiCbZiqAfjc17vKesEV8x6xfI/m7GA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIES.class" - }, - { - "key": "SHA-256-Digest", - "value": "xhrAOz4cK3q28096AxHr1QWM8YpJIvWFf1QbXm5vFAM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/PKIXCRLUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "P6uqk9vXhkG/VxVIr9Oag9nwNNIqTvoDDpblRVRVj9M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/NTRULPRimeKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "vex6K+rGAeFZBapMri9Wr73tilrkUKXA0Gst2n6ewdY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/BCJcaJceHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "nUsAsDsgz2TeKfgpMi3R1gVJJfDVgnBivlRoQEv3plM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$KeyGenerator384.class" - }, - { - "key": "SHA-256-Digest", - "value": "etJ++xPtuWc8lTdd9HvOdFodjn1IbxuEnlvJu57w9gU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "KLwqJib4d8UmFiGM3ddF8LoNb5mXeihIswaZIWLJ95o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_256_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "sX+q9hTuy0aG/u0UMJ3iGkcaz/5UrhmD7U/M/jxHnjg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$CFB8Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "jlUN1ZngTcGhcq5pe11ux1S5csS3qMdlfrK9KLy7iPc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "qMHUayG4/HI3Ep+Q3NLpYllAu4+BIgYKx/VzOTqox1A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/ECDHCBasicAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "VTlAzAjI8tJYa9uNPucmyymm20e7oG8zHkgXQpaT5E8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/ISOTrailers.class" - }, - { - "key": "SHA-256-Digest", - "value": "me+4wxnlJMowThpEpDEnkAQSot29QzEtuFmqE/Hjn2A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/OpenSSLPBKDF$PBKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "TwuGMD3+wUDCjBQp+Bkp58m+CeSWGIG/2/dR4rF7JWA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/exception/ExtCertPathBuilderException.class" - }, - { - "key": "SHA-256-Digest", - "value": "TpC/2E0FKMbeaeFcYp/1Oxe7pMxg1KbOZZU+whWWe70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "sGFimdeT38wJdghqZ/PaPANzl3Vj6xpPUD3KE92Jk4c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/ProviderJcaJceHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "HThkZe/Yvo0MbVcaGHnKuMzaAAFqlp7KWZfmcZHL08o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPC$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "jzLwF+BLTTh2+0t0r8nMogfePGcwG+3ddYwoAluyGNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WNafUtil$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "hnZDHaUSKJcVZ4+9nBpXy2+wD8FCZq84kpfy+I1y07Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/KCTRBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "dV1MBMMg6NSuOfS8p8rGvSx6fch7TqhxYUvrJLbQ4dU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/AEADBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mo/9z1qljmoqf2DnEWluc61DVVoxKA3jMkqPBK6fzTY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ElGamalKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "iiteS6TFl0FekkQzlWp3vJPe8GDY00KFFp1Go9jyO20=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "x7KkEfW8fvGQz700/grBSA/B89Og0JAIPVCxMck6CFs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenJCEBlockCipher$BrokePBEWithSHAAndDES2Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "M9UyQPU5pzCJWE7v976VuXFvibkuFJrhorKWSKASpmg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/PhotonBeetleEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "9RkyDQrXVKjIOVqMfF3gtPW8xPbqzAwMVNsMHBtMP0Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/BCGOST3410PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "IMwMvR13ULmk9woQ9mpsTmSKtb8WhHsf4VTWtGg/cC8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPKCS12$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "jQw+4uj8/oAgIyDWsKQ8fsOdrEjMJZ10L941RopGAkA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/SavableDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "cj88Frz4setL4oU8LvWNO469TduqVcJieCsl0M1suoI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "dIouCCzNyPxFqqbCCflOfZBmKLSgKJNK8WpZGXgvEE4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cxs30UpIj9OT5675oRgGp90zz56Dw54vjswhfcXnQSs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/gm/GMNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "itO5jZKCbRmI2hCZLyJAW9ZkT/5g42ln24gYo3PBr4E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHSecretKeyProcessor$PartyVBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "bCf+MeVwaKsLcxORx6qDRPhSovTCHdiC2C8DCxqx8w4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509LDAPCertStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "zo9np4Af3cCbKYkg7z8Ng6MU0hlBFHEQDVU0+Y3L3Iw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/KyberKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "RnTdoBrsi1MqW0LekZFOwWV15A+RBWmD7JQK371Gcgg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/MacData.class" - }, - { - "key": "SHA-256-Digest", - "value": "UFi/7OjFKJgLxIphNNQyuzFhTyIjZRJmt4Ohd//1U28=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "9zG++q8pVB8KH1LzsapmZS1mYZqTlAlBPu9BE0Cy7qM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenJCEBlockCipher$BrokePBEWithMD5AndDES.class" - }, - { - "key": "SHA-256-Digest", - "value": "n0VeKAYWlhL0957VAkyEhDgDKVke0pRw2feAbEgtDGw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/module-info.class" - }, - { - "key": "SHA-256-Digest", - "value": "m8tGW9ZJ1R2pMG0tpGbsdsAPxTjYj+GSk6Fxaf+8zxM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "wW/Mr7D8pUUJ+04lER2uh7c9jwTd1hQxhJx3cV87l48=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/PKIXNameConstraintValidator.class" - }, - { - "key": "SHA-256-Digest", - "value": "+r452jeHGECpIfR7HQLq45AVOl7czNkZlLNteapE3Dw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$HashMac512.class" - }, - { - "key": "SHA-256-Digest", - "value": "xiFJHlWvSI7IkvL22JTscn7rDUWjekTR4wtoTmoGJOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/IESKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "S6C0M4x3IaABdEsd142uuGlm9kj6UckSM5Ee3n5kUfI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "Afth0t/JkDWOEAppxsFj48b9ZAYib1MkcIFBwzMFGh4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/ZeroBytePadding.class" - }, - { - "key": "SHA-256-Digest", - "value": "jTJ9oaWTsZ1Kr/h5snk+PGozc9OaRs1cz4BqCCn+YYE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "O2GY0b2Ugd4StzARmD6e6V6KTY1s5N0+6uJEzpUIpGU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Integers.class" - }, - { - "key": "SHA-256-Digest", - "value": "lCjuowuZYjAlURd4+/0nOUdD4DFTWhKMv4CzbPtQYmU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric$ShakeSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "UO6OZuujg6UHvuK+6736xLoqlLfl08EGR7V3j6oF7NM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHA256Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "ori59w5LsV67v7YhxFXglpNWVBW2VvXzWIAEa9cT85M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/ECDHCUnifiedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "qWQf9we99QtDP2/wSU52Zi0VxgBYjG0UzTLFAUIaLtQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD4$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qSnE588/MvlbOl1gDuXjMLvsznvR+CSOe22UZZ4sQvU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/SPHINCSPLUSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "UG1uOn+ql9W/PMjCrKPl5ZXSpkzvD0+jYVtic/GNunI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/PicnicKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "UlReSBcDx/3OqFCMtE3q17t22uNjXQUXG3K8LX80VsY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/BlowfishEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "y4XFwyRFg1x9TpQskCnA052gRXC44k4ymEGuQ0E+0Iw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "f/F4NEt9ZZwRO2AYrF1mVdm4lYF6xN2oPkvq+UyN7u0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/FixedPointUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HnWxgj6bm3+mW/f6Kk56pcBZyoF8Djp//MMo1ovLSH8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectDescriptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "hUY/VpDo3owtFlnxKif+ScPTMVt9tyVyNKxiH/UudE8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/PolicyMappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "+bml0oHSLv2M+3SZpkzibrf0y1BC+S1uvG5Q0BaTF0U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BEROctetStringGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "yu74qswVQhQcJy/ETLtBFuw1phO7jhHc+tFkaA3Wdg8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "9AhXK9MzCuFLTmezgWEAvTeTF9I2AN04UJPMwJ+vouc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Encoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "skGlb2b6R6en+48C4v80T14WhjIt86p5MnyDjpbOZtk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$22.class" - }, - { - "key": "SHA-256-Digest", - "value": "lI1o8As2YY6qbJ5RQc2s8naf53EBeWnaQP100N5NEL0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$URLSeededEntropySourceProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z9T8w1RQ7hFg0tsk2rbhakQgGqLeirrAgybpdkSypmw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSASha3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "uWcXPKUaaq3479dt32vzsVqQIRBCmkAHCbIkx+zsJCM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePointchevalCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "ovhAYWJ05khdHlPhnqYi/yHDD2KQh74EZWkmuw/colA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DHBasicKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "KU7J5vv6lW6mZ03LGJrS+k8FaQP2SF+rpQq9rRsrMtQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/asymmetric/util/ECUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "CoT5e5cGrXamnXkuzJYJlpa1sdHamZzsp/cyqK+HyCs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "NxqBxuz6y4LPN7XK3si+T0WDDTk8OiZV2WWrD1dICOA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ua/UAObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "peQ+1BAPhtPEgVaVJ6m6yOWDajetfWMXZ7BRrWyTdiY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/SPHINCS$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "WFiL/kgc8ku8rjZsOk2T1X7sM9W7d9uSLXKxqOB1Puw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceKobaraImaiCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "KIhtWqhc7qXi7jaa6/B0sboln1b221wAzfkKtZ9IFsk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "y4yWhQ0sK/YyPZ2nzJzglp4XeZvgNVHPonJsaHSdoN4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/X25519Agreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "2lpMOm24EjYVLYMR0G3bkz6Cz9gpbbECGOB2T14o+fo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/TestRandomEntropySourceProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "J66g1kUMfbfftMGMGEGkt/md3T0bX34kRJaMr5oFkz8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$KeyGen_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "CMPd3G9R0FUBj91lHfDl0OmDM158hggayoBp/b7gHLQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/OutputLengthException.class" - }, - { - "key": "SHA-256-Digest", - "value": "++Bm/QF60MYSFB9Z8kEtoBHVHGfGMSeW5scRhzq52H8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$RIPEMD160WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "SAbgwvFtn34kQCAabvFLyVPlliFoHKKbbgGwRmJkyf8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyGeneratorSpi$Kyber768_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "67E5SrRIqBxm7U5ul6TzKVZcIm+OmnpPnsrr3jWGC9M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/RSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "L3KPzMKSNVG0wCafXRIAvz5GplvxYq8n1vkag2xL2O8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/BC11XDHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "t+7samziY2CXQQDOIFH6+jx3Lb7astm80Z7ay1MHhq4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA256AESCBC256.class" - }, - { - "key": "SHA-256-Digest", - "value": "/g4kBP193P5o9Q3W+dJ9Ctpk8nlGmjlWF6eE6ZdRv7Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERApplicationSpecificParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "P6KmNSDR+O6nqEnDi8L6y8972hj9fJOdwDo2WycI3sc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Signature.class" - }, - { - "key": "SHA-256-Digest", - "value": "JhO+EgvGJww4BOI7l/COC5VBq3246GWflV/TSGtlSHA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519UwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "+AxS9ZF+dGtginp4mh+gyg5gbAxxhwWd0NdHH62I3jY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/util/DigestFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "izta47hnf4t/2zQ/AhHHGuR7BttihGQxv2bb3Oa4liE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$IsapType.class" - }, - { - "key": "SHA-256-Digest", - "value": "3QaUczS140AexRsLTn6tb5VFDk2HMOL9uQsiLgNF3rc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/AsconXof.class" - }, - { - "key": "SHA-256-Digest", - "value": "ot8ZGdBnT22aA5XdnpyBMd1jQ9nMcYyj/uHb+J4K1sc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DerUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "b9ghgS3ZRb+s8mhDAqSyWMiGAS2A387E9qqvmmpABfA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/PBES2Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "EdyOEIPYygg99hTv5iXNdvXor9DbOqGcWI42wziy13c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "agDCQZt+bqcpZ4FkvnymHQ7dgqWuxviiISASIpnGoOo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "A0mMsfy2e0awV+WVAfCX5QRqP7QS448Qc/V1eFa5NgE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZIjB/0JMEfvWepNol2XM4Qln7HWoyXCHfJfKark8H7k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseAlgorithmParameterGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "St/xHcIrPlkZ5nz4qIqsEAuBGHNfAaF53eNB60fIeM8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/Vector.class" - }, - { - "key": "SHA-256-Digest", - "value": "fysUOmQZciz7cNMBj9CmSAoS8hn2u2Dj6JfI7L140aw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/kems/ECIESKeyEncapsulation.class" - }, - { - "key": "SHA-256-Digest", - "value": "X0KSj0xMezSPIp5wlfWd6uPDzQhEaUqtX8zwiGClXTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/DSA$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "u8/5M37tBYvYl89Brulu0MlqC6XPvUL4k6STjQqEjbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/IESUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "kkCGZfjs34bRTnqygRnGUyLyUDw2Iocd/R2LH7QhyI8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntru/NTRUCipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "1HTqF2NFIsWddG1N1pBDt3An0PVDJLUXKqkS5+UTOeU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/FixedPointUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "xZ2wH0se0Zb/HyFIR+L+BDXxAA8XVLkJe1aPwGV8q+w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yo4orQl2NbqhNlBTddODO/w57y/nf7XxjrOO7uEV71s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "lkZAtn80wPkanVCPsXfRPViVClRIeCdcBSci4sP/4Rk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$CMCEConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Jrq7ye47UBLzQQ2ZwtlwEvsp7BzZdbYyFW6gV4xvb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "yaQ64vDMLc0fIJ9DkzzV4SUHsi73aEIQI9pbfkFmifw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "N2Z3Tzo/ctVF1/d1OnBOUE1abxpvDkkFJaXyZwoXmQM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/PQCObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "6TVPnqDH0882hKyxSRVVBABdwmm5fO2oRAlcL3XNPjo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2b$Blake2b384.class" - }, - { - "key": "SHA-256-Digest", - "value": "oRkt9vDDt6pfsR5qloThOVTH9t3gouOgKZyc41LswQE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SIG.class" - }, - { - "key": "SHA-256-Digest", - "value": "l91qyMkRJF3kMOBvj18UWlldS6ks/yrEt5DjVzV74EE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/SP800SecureRandomBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "1JNsSbYbvBhq1YfK/0Oe2RuRYqus5uRga36rfUAHthU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/KeyAgreementSpi$ECVKO256.class" - }, - { - "key": "SHA-256-Digest", - "value": "asC+3pXzutJXO0AKT/R6BjIlPuLsNqU3qj8kklOcqIE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "w4H3sgJ1YSPdB7CGymeOrGfWX+kPU8oAbjmO59Ll7GQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$29.class" - }, - { - "key": "SHA-256-Digest", - "value": "CGrhYO3MwgJ1cIMCXpI1YSD/cduMYzLwgHvKArTcP6o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WTauNafPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "LKDiTSlxj8t1d5/OglY4+PsELMNjZimShY81/uHK4eQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "0LW8a94sa7TPfsKjk+pfB6s4ihuDwLCEcTLLbxRn/Jw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/FPEParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "zT/5iZ0bOONssW5PzAUv6OY2ORo2Smpx5N4kbl6ChNo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "cW7aAJ/fagWiwTg8VQYQCyEhUVJN/78FATWzPHd4Z3w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/Xof.class" - }, - { - "key": "SHA-256-Digest", - "value": "OWHXyRcIyZkQtXuagGAp7+jFhL3Psc0H8XmjRXN75V0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/Primes$MROutput.class" - }, - { - "key": "SHA-256-Digest", - "value": "8sQlFdcacfA0f1pfF8OnVymueRiKVIiGaeFWE+MADto=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2with8BIT.class" - }, - { - "key": "SHA-256-Digest", - "value": "4tL2M3FLFZH3rDZghKY2WW1k4tL2Ip6iwafM6FKNOqc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/LowmcConstantsL3.class" - }, - { - "key": "SHA-256-Digest", - "value": "TQsgljjrzwQXh7wZbnDpuaEsjEGvx9QK3lnDpHds1Qk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/LTreeAddress$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "L8vlaQKE5tpm2O9XUDopuvd302XLtcAGwM+I7Q/zEK8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/spec/ECNamedCurveParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "PbcUAmDy7uyPndrrd30QOzM34++V4e9sAv3TZ9BdEN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCLoadStoreParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "3J4KKvbFwCCrBLQofbddfiW6Ris23dbRzJdq85lQIxA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestParallelHash256_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "SQbb+q7zsZb69SgImiFr7J7BjhTjhi1KvPc+2XDGn3M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "oINcTHIXaiIBaXjoy3dkmPY8z/Ts8VkQe0gccQdixr0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/PolicyConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "2zkUN0Efmxle3W4o5nQsRHPJpO14fxj+70RgidjsZws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCRLStoreSelector$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "uRBSFwqZ2I4A2Am0p1lxYpmBLVNw0mH3ukrfL4ZRROc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceFujisakiCipherSpi$McElieceFujisaki.class" - }, - { - "key": "SHA-256-Digest", - "value": "M0bBoRSFKHHe/K544G7t+A8jW8IrhfA3GkuBUT0+kWE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WNafUtil$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "1kBw+T2rOEzd9GFeKKs8O0PtXivxI/9LJvTEwh3CMco=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PQCOtherInfoGenerator$PartyU.class" - }, - { - "key": "SHA-256-Digest", - "value": "yZfiK9JxuHm3m+wlRESSu0GT+rlHp/ZMH7Rbfl9qa/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/GeneralDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y83qjV/3tdETn7p9K76BVgOc/K+0eZ/M0NuWQ6DH80E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/AlgorithmParametersSpi$PSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "JSHDb86FB4SjtRLTbndrxNW40YKHJlnYmjzi1WFVV+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/config/ConfigurableProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZL+z8RVWHttGTOLnbBTSC2GMvSxemMABkNdS3vs8538=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Argon2BytesGenerator$FillBlock.class" - }, - { - "key": "SHA-256-Digest", - "value": "6NV8hysh2EXF2z8AqJ83cey70ZiPNTg+gIt9V6dIGhA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5.class" - }, - { - "key": "SHA-256-Digest", - "value": "xwLMv9oGiuQBRfdWHoLwf4BJeoMreuXe3P6h6KqkLqQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$DESedeCFB8.class" - }, - { - "key": "SHA-256-Digest", - "value": "SyYWWaaLdHCPFM3bAPmMdpqv/6eKIzoP0VdWd5arYE0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/LICENSE.class" - }, - { - "key": "SHA-256-Digest", - "value": "+eawESima5iHQy2wOXA0eTvLFmd3CZDCf9T9BP/AwSo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Falcon$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "5elQWZu2T6tTh+xTyj4DMEQ+0rKgbLjAZo9DMCJWQeU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$KeyGen192.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZiPgrSDfsx30d0RjafzKjBOmGqN7tlIcS7UtTlx1byk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "bde5cS7vXZx39H2H7bRNYfl6ni8MT7v915Lrrf/gwLE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "YUXd8Q2RzXBzBPMr+OTj0qSAv9uiBZptv0Gnacu4jhk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestParallelHash128_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "erveS22z7uJCx2UCwY//mMbWv2fbdvyPXQdL3lP8MKA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent.class" - }, - { - "key": "SHA-256-Digest", - "value": "0yH2gEK3/tGIkm/VMDqAvDZBLdaoCOxlwDXcwvwEV3o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p$Gaussian.class" - }, - { - "key": "SHA-256-Digest", - "value": "IaOicKcYrhr3jUF6o1QUzVVwKGg9rnNDHdRWlxPJr8w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/GOST3410PublicKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "SGemcaEgEx2CjrkfuhaoVRhtYklbpRMkPtn8G8+P2jY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519UwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y4+ciuNnoWs+ZJNJPCBPzxX0x4fGIYl7xZclqfMEcrw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/NH$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "KBfi70UnjUaZs7P46GDacIK69Px7eyjfdFEPduy3hz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi$Std.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vp3cFmG5hbl/gJ1u5McLTtnmMTB8lUzMuDTvbsI8AOg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AsconEngine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "f7Wywj6I+Ss0LJpLQgFc310xdGsAS3Z3BbS2wtWhlu8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/util/GMSSUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "xfI1ayGsrxDi6J6vClJYuD98tUPZLFMbHAf0bB5HeMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$RFC3211.class" - }, - { - "key": "SHA-256-Digest", - "value": "IPYh8wBI7nGib8cZYRPi3opltqy7zPLyhdAJLYTmWbY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$ECB32.class" - }, - { - "key": "SHA-256-Digest", - "value": "MikWD6gxMlEP9EWgX3HAxWOvzu2s2COZFOvfNHmHlYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "kH7TFIm7OKXP8wnwmT634GGNbSKmlm1qRoPFr1puTwo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHValidationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "HPgWvwAp1WPgoVRM4VUTMD12ocbmV1rwCiMsIzFuoT4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "BokUs4XPT7zULI0L5sqsB8rFPS9s5FKbyl7aisLYl4g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/OldHMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "8hkqESgjYsBFcDusrHCummGS797yfLJ62wZQREh8F/g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/StagedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "PWIWrYpVA7D/lTg1o3HUBQtWASmiHykxY38mdua1tZs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "svB2+OxoeNQG53SVah82QqjOZ3SEL3dZfU90Rf3aTuE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/GostR3410KeyTransport.class" - }, - { - "key": "SHA-256-Digest", - "value": "oggH33Z4ug78s4/JQEMpRQvjhsufXJemmCS5hAJLxr8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "F2lxmBD70SX1+4h3LyC84OOJqGLxaOzYAP1tZhDI5HI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CertificateObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "hufP1n7FvwzhwAuKfglvRdb8C3gHbEFtfp6lhw/7KVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/OtherInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "YQJVhhK8K1XdDGLIMg03EcurS6bY1TJBlEunoo7AuJA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/NullDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "2VrgFOnMa3Ys3i/IlZAUOiigOjzrdCfiw8STgtOkbSg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$19.class" - }, - { - "key": "SHA-256-Digest", - "value": "bMmrYgWnAtgadRzPFVeJS4iAyHAKKdfUfWUYOnsTSx0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/DHExtendedPublicKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "N3WD5cTDFzJqZeVsDXT8aGK13wJ8L1bD/t5ODoj+YqA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "C3x8p7PRidd9lnT7Ih91OmplxqCDqnBd92XxCnFERMI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/DigestInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "btTF8Oaso/wx3SigcHOaKO644QUBcWLYZotIzVOyT5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "7BCLhuU0yjB/aDxILlMA3P5bJMUCD4njFnPg30Dlkis=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$26.class" - }, - { - "key": "SHA-256-Digest", - "value": "R9VHw/IE/psA+rKY+ArEBau4XIq64wnMkotrzwOCWXw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "P5yqiN1jnrfLUxOQgroddbwFHYgDT1qkIIcbi67sVLQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "eVhQy4PuBAH+kVGa5g1gt42ehp7JKmROEDFP4Zps9V4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/View.class" - }, - { - "key": "SHA-256-Digest", - "value": "YSA/1QWYeb4InA/jKUGKQc4JHI+QW7UyYtk4u42S6V0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/config/ProviderConfiguration.class" - }, - { - "key": "SHA-256-Digest", - "value": "E0Gp2DpI/6ayPCC4Su48zNhKpja6SnClFDTUUCAEX1Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$StdShared.class" - }, - { - "key": "SHA-256-Digest", - "value": "h10GwTCnHr929fcI1OImiU9FDpXADs+2PAYQVCZbyew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AESWrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "l46bXUh52lsTaigZ8GjWDbEaiTQxRFXbrsnPzRFZRsk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA1$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "2q+dO8tiOAGpOd/A7tl9Mdpcmn8ihbe5moRHr00axCA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/SPHINCSKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "OvA4ohaMh4ANeKmRh+0R7SnSrWTiZb0VrjknOC11yJw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST5$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "03PxG3IswXAP+XUTpM3nbNJUAQHAFwUPHzcZJGUJrZg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/io/SignatureUpdatingOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "luo0EjZlhIi/QeXooejuYwtKYaYRJ1MisoeqI8+FDec=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "d37+5p1GB/83l+NSzkzghY1TLbAzmWzbAqeOBwKSvxo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/QTESLAParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "f8DJjPA8Pd3EfH8R316SeG/abjPGKEfCcGt++0Wr6HU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "eLf8IWxiwfqKImrdVWqNO9i1KOTZD1pyK5/i/FjOMj8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/LazyEncodedSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "kqO6bDbTruKFsIxqrYdxMXCJoiBxgz42vmOdDRFrjaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WNafUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "IBzCKk6vbtHxyYkn/LMBp5bD91erI01/gGn99Dcv/cU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/BasicKGCMMultiplier_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "FWytIzqjccPhrusfTim2gPojeJlgAsv8eGzWyWD7ZhE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$RFC5649Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "g0b8oM0s59nj1099biXOLc6qP1I5KPgnI+zKbvt2zk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/KyberParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "C4GZXEqu6cVNdQXmEnA5eFt4yr7rq39V/i5yTsFa8TE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/BDSTreeHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "J/NoEYIRTAOvRU1GrviU8y07yyPaJWJ3VSM7qZhPb1s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimePublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "SrJp9rfz3rPM5Q4zZjiTwPAyYUwMIDG5v8FqMpTV9lc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/ThreadedSeedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "XoWBex23GXl/RUMnLIKxvaCU5SYo2RLjvM2G8G4FGN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "b0W0SpTXUbLPaSLzYsvclPKitkNdkV0H7REsS0Ke71A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1VideotexString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "64p2V1dy16LSkTb3AWgp6p8r7mS64+/dZru3Oe0Arvs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GF2Matrix.class" - }, - { - "key": "SHA-256-Digest", - "value": "webT45YP6onAB4tK3Q0LaJ9ZluRzYKsiCdHiFwuGqBs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "4H/t3HEP97yGqjdOiEgEGm2XRhNaSWQm7dBsqojCUYE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Ed25519KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qL7cNPJz59nNmMCfovCyJkoB3fWjuTHPEz3LU7ruQUo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/FalconPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "O+rhBQa3RqDOKL7253+VrMJCLdGXpeSQDjnEowUgPAY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "5YkUvwN9rwJKBbJhBGmWAqdNJAIatwvK1JWmT5E4TYo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERGeneralString.class" - }, - { - "key": "SHA-256-Digest", - "value": "ruZ7+r6Wwr72o56GW1TfRLH/QI40hxOiMDrsIwZ2trM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric$ShakeSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "xJDWlJq+6yse5u7Ts3gxiNeFltsFUB5+oe8prOP2MRw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NMj8y9U3KB/4xyxGAk4Jsr0SmLIBX/JQAQuy7uI7Y2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/TeeOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "GNh9doBNIp3ltdfB6vhqT3qDVeAv6a5hEGm7FIc0j/M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar.class" - }, - { - "key": "SHA-256-Digest", - "value": "TUZVkdmOWvRuFBzf+0lWxvKbL9HDB1txEm/FRcJfcJY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake3.class" - }, - { - "key": "SHA-256-Digest", - "value": "uVr1ZoNtlx6/n7KHNnbD/KdaMO+bo+V8AZ/1bHoTwyE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "0encPRzvB8QQB1Qy2SocQ3GM4lEatXchx+e87ax4k5E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/drbg/CTRSP800DRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "esyofaw6SDoVc4fumR5BgvaEMeuwfwxGBraZ9uaaHOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "K9mNqjE4siCRIARc5g1YGrtGQrl9ml1oSJeqJlNgzOs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/SABERKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "C8AkgUDOwXXIuGTLFnRHdK7jT8UlYV56ku6E5tiI5CY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/ClassUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZU97TcZpYal9WG2REVR2vnJ5G4H0PMFgM7KnW7vP59M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES.class" - }, - { - "key": "SHA-256-Digest", - "value": "Kabtfq4a3Bx8QkldRmBD9pc5+a/nBHqRGMcZyGVTLsQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Kangaroo$KangarooBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Q681/uSMcF0ODnUF429Ld/PZ9KBsEO2oTiT8JhIohg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/BCKyberPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "RCHrR3RWe56ff2XKtAl9l0qsV1NS240tJ0JHY9sDg6w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CAST5Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "+l/XxnU+Ojui27UTZo0nMGIU3+ljQAEKUuFZLtR3hzs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "6QOy4TweuwrAtDj+Yovc6+1ag8Z1wAj9D0BXsInrlrw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BEROctetStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "j/NMTTlP8sxN+6XgfQ8wru6z96gy/xvORCAwArep7w8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Store.class" - }, - { - "key": "SHA-256-Digest", - "value": "SpW3OBy24QyXlVfwerr55GgGRtnt2Vw0mTH+ocJYdFg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Blake3Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "KUkM2EpNu4kWOP505clDfSb7lgIKkP1qPhdRZghaHVo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/LEAEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "/YaNutDVpgb3QY8JTWAWigujvJtYV6BlZ721QO0eT+c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD128.class" - }, - { - "key": "SHA-256-Digest", - "value": "4wnKsEl7IPCWxnMTpmnVVIP8mML7h8PIhFZiIXyJezk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/BCHQCPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nqse6EKWrcZxvsjyHE8Ep0sHaY5oZB7iNlCbYAQXQzI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ExhaustedPrivateKeyException.class" - }, - { - "key": "SHA-256-Digest", - "value": "NOU6SBFqXmAPNSutRwN0Z0efB1UEozg3d3nZc8kxYyo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERTaggedObjectParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "+6I6MJOvdNyajGqTmAKDNVtTbnzm3rBEJkJlT+nUz0Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PBKDF2Config$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "jT0pZGLkHjlWscQn2Jl0/6ExPInlLIHgW0KCv+cTc3A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224K1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "uoAv36hR2XQK8VsJbLHXwTR/9xvOIiX03csUWbAw1Ro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LmsUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "5LW+ZGmGgFzfj7k/wPjLJNAyTDrfoNDvuX1rTt8sB5c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PrivateKeyInfoFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "0Wk3aMeBdDVFNvoWU3i24kLiJuC8pLFy8WNhzvbW3VA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "44NzAbASdtR75f6piCRzPNqi+4w+52KxQNOnzJtzJcU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePointchevalCipherSpi$McEliecePointcheval512.class" - }, - { - "key": "SHA-256-Digest", - "value": "MHUr7NJs5D+xr10ExrLTM7xvTqrnRaENI+GIPRQdwfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Picnic.class" - }, - { - "key": "SHA-256-Digest", - "value": "AqrxdUmEFioyX5YwGLlPVL9ibq5CW67JHR3Gh9M7ojI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/LongDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "KdI10oU8TTNXFnIPTxd5j/ixPbRy5iTGw+PpcjBfI3k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi$PKCS1v1_5Padding_PublicOnly.class" - }, - { - "key": "SHA-256-Digest", - "value": "BWvH0cwR9YduqLC5Z8lS2RyjznjGg5t9OWTxMqO2Coc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TBSCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "v3RDg2ykmvPybLf7N/LpszBcC4a9pR0cTdcCsHJeNO4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/BC15EdDSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "f8U/X5Xv1ae8mwkhLbfinrdV23xPZwYdJLzCZuu9/lI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat224.class" - }, - { - "key": "SHA-256-Digest", - "value": "4j7fOcURpMfRZtlavz2PsMm7/Hvm4GdI3ygjUM7YQzY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPC.class" - }, - { - "key": "SHA-256-Digest", - "value": "0oVpgIT9MURQm7bSDUNKaiQ5obD5M2PkRJ2r4Wz6xcA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "WZ4Bng+JvSfjv+gCzdj4ynQ1v727zhZzW7OGmArKgpw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AttCertIssuer.class" - }, - { - "key": "SHA-256-Digest", - "value": "aaalGtPW7YHfvfVSjd/BLUd+q2kUV1WZvmcts6yvnlc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4.class" - }, - { - "key": "SHA-256-Digest", - "value": "lNPEkIYvTdkrjuHTBsm+ntxqD6nhjFTRKwCML3439+c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/KDFDoublePipelineIterationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "hpdXwgP+GZ3eRDQuA52kt7jMt/7MeQiU0CP3uJHuZQs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/CertPathValidatorUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "i9bQY7QjOAvgZriiDY/dhOAi/tUB22RfB+x8ytaYHEI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SymmetricAlgorithmProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fo4pLa30zJ7LRUKvsq4pdEzBfUacxgZYtJtCIOq1qJg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "glt0ItfvkHqufAZfGBeS8jcPE0OWLitghCncM8U8Bh8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/PBEParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Avs/A6cinTNpWDmQGbTKDhH0i25JC2JOFNDUcghJiYE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA384KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pl2wE0/RGqGjzqh3QXrc3X5tPuD9Zy0XsaWGTeTZkTU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA224CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "t4u2PsXsOf1FaB53SeIo/zjN/ghdnaW+wL4S/q3zTiY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base2_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "zroOK/HWyUg6iYXuhVeaurlILaMSrRce4rBz2FLcOoQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/exception/ExtIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Ed5jQnMHShl1XpYIP//oSdPM3DZGjMlEQzE2jwqtWM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "RfTpxbfWHz/9paqVgJurl1yer3tV+3lYLlUxu/WAXmI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/BlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "hfd2oLsD0IeYy6ibWCHjfYbdlNcygtbaT1kuPDUfRa8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA384KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "TbtcCD7mcgocuDqQSrKwV4HHIbQ+K2vem5BpTSeMBmA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "fUe9gb7lDS/MfReHFry9X0dO0KgP8w+2JUrSK+QlU+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialRingGF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "OaBdDMHpazl9QDCViDM9WLnxZqaF4ciFAPc6EIoMRm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$15.class" - }, - { - "key": "SHA-256-Digest", - "value": "6MkNiACuxDn9vU/xtOH3O5AKoiHaNmPGvdQA8GJNGIs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP521R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "umI8hI1HKugSsr9omISCxbcxJ4BOZSI7u5h0N1WNnqU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "JXqBIeStz6dtY4v0GTde3IJNR0qrubCFfgwNQIhhJ1U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "bi51RWdbsECJShN/j9d1I5Tlp/h93A9Ud9NKiLbupSk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "PKzGGGgY/Qp75EyTn6W9C6i1PzP/RqO8BuK6cIJgJ1g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHMQVPublicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "m0Ly2t/37oWI3Qs1Dt/7ontjotjMYsyNGz2iycN1WsE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/DilithiumParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "NAOAFt0MLbTMEvmop6G44I9syiG4bfhXA/BEyCUmuQE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/encodings/OAEPEncoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "cfxgMgbjy10NHrBdXR4D4kHHLd+NM72yRfHsFwnpJo0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD160$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "HIvzttCoZQHGNQ01KWJcoB80oEqDwe5jRmJ3rmRbwnQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SkeinEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "gQdFWaYPP+USoufdf2pPzoxR0PLoCsY55PVFoaoP+U4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/BDSTreeHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "B8yuYd0maav7OeNlu1m4YcLzJjBLZpnmJxu7zHxHfoU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberCipherSpi$Kyber512_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "qpAdvWps9Eb0MboWAkTPUl3xRuWkDZjjS3jmwhmPIQI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Ntt.class" - }, - { - "key": "SHA-256-Digest", - "value": "rtI2nTMza06HTuSTFmNWRWS7MbX23r8K99F+cA93lWw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "NafDkBx2znQnhNWj+0lqfopNPwMgDJDUV5xIlbYpSjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "/TgtewqOyAVmPZ2o93pnjqf48nb6W+AHUxOoWeliGmo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/ReversedWindowGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qRXFbiAG9bg7JJdOrn+IbMiNqUKykIC0fZIOM0jTcms=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/spec/ECNamedCurveSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "/aM/mSw4p9NCYfWXhzOqo2x/u+dEsXMLDSBXVc7carY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509CertificateObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "ojmWwWXJtA5FoKASbWRxdoopyCU8tjadGPrfcjgHsYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SPHINCSConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "dCo+RkX0rhO3iIDi417oS1SaGxuJHilw9m3W32GMYEg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/LowmcConstants.class" - }, - { - "key": "SHA-256-Digest", - "value": "h95Yxodk/Aoe4AoXjpflVxlqAjWvGYAHQaiCGJqrvzo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/ChaCha20Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "QMpjVgThMd7SsMNvK/4NGDMIBqpONk1Blr8O0NhYFp0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$KeyGen256.class" - }, - { - "key": "SHA-256-Digest", - "value": "uS/MWI6wEYdB1c7jxrr2g4S2Tqn2tag9QKR19YRKv2o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithMD5AndRC2.class" - }, - { - "key": "SHA-256-Digest", - "value": "VV2S6SPwpufGwiiberRFIcr3wGBc5aHRlCkS2pWkLGk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/FixedSecureRandom$DummyProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "TnUONpi1ufgy3l74Sn9wop+/dJsYE0ezr0An5TwzV6o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TBSCertList$CRLEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "VI4nUifUiVSDUym971wqcw+G6kgwNACwsPaSpZFoSgA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/ECGOST3410_2012Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "9miv34ZFgSN/0rvDiJER9Gote3cBXEMgeK7Mbk6J7Fg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/X509KeyUsage.class" - }, - { - "key": "SHA-256-Digest", - "value": "lgHKFuerU+dinTX45nnqeu1MHXScHN+oA+pDLgmQ6mE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "XrOq9CGHboNp7yIAs8vStHM9vp2o3eMJv+jOFPzndJY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/COMPOSITE$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "5YTRjZfIreQUjhd3nGyKds7POe9RkzdXwC93Wm8OV2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "w38zC2ygnV6buYGtp4uLt1WVF9a0Cw848/v00xBsTfY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256K1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "VoXpYbtzNtG/fTVUCE0UNe5eUK6YtqG5b5CRp84iD5Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1IA5String$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "51k8drzaDgx3WraLvQBfl1VL22IjTyvmWf1xg2BjoUc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "r1m6LO3unIEHfHYRJinPofJzvJdkCwm+FWlN4otxxf0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ttb9kyAy5IT+hPsy7tjW2sYqPbvrFxe0li2So3jFIWo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$25.class" - }, - { - "key": "SHA-256-Digest", - "value": "FfIL4r2iU5Xe7p1NGY6fZHaceHRgoqbuK9mc33W0nXw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/Tables64kGCMMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "GGHJyEJ3WkN5VQ4KksfJg9K5tQLG+HzorEsRYZy2FBw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/SignerInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZWegzkRKK9tN3v4NPI1/vDEoG5XEsjPdbQWlOi3CdjM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$QTeslaConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "Va3a6nu4eojQ3Mo1dHzVJa0iJwdqkT0Pm98vUWf5+x4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "+8bMmIswvZ1QTjA6XFqklK+eU077vZc9N4eE9vlh7NY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "W/PfWaE4yqW5bd63mXt99BN1QJE8NiVmW490PIC5liI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1External$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bqc5WJj44+KSmNSX6k+2Yf13ze6XzNyhnN0u28X6b4U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA1KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "AcH8dVSxQEcclTWd/F/Al1WjEk8rxZWzA5ET/mHzWgI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHA512tDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "PLMOpQjy0rdisRuZeuJD2w8P6q5dDGtggiFcXUkCnxQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA256andAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "/T7NALtRbYMR+wbYy10wLgPtmlsvCs5qMh5bDiAtAb4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "wLZGMZ4EbM08ZrGW3+33o6vRa9ZmxZ2nX25R2eIBB9I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA384KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "HWZmyYDkwNLzKDb6mwML6VntFEKmR5MJ+MC1SYexHOY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_512_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "ekr8avKgMV29lZWu4BKPwYNxwYE7zKVXpt/MskGYpsQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AttCertValidityPeriod.class" - }, - { - "key": "SHA-256-Digest", - "value": "FUxxUBAIUPdDHEhwVqu+u4gpiOc6qKT8ChxCCRhhMYg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/TnepresEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "vSH+zLMNBsA93e250O08/ImEiVuGVoP8h42rSU7fwBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/EntropySourceProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "PhFsooURA9IF2g2Zgqkxc8Wqy28feasdxWa3aI3QEA8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "/j+a8iwp43Kt1Y1ucNQ78St0uw8F5hgrgQht/lLzZ8w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "1rNsdJ1dz02zwWKLYZ4mh7zPymKHxdMFoOV6s4zBBcA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "oAvGuzSQybUnZDibL8v27rH25jTRZwSCNes40AfnbVY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UniversalTypes.class" - }, - { - "key": "SHA-256-Digest", - "value": "dTAiCALd5KsUiNjWcGmWqk2LTW5LasyuIDDgTDvRtn8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$15.class" - }, - { - "key": "SHA-256-Digest", - "value": "WdQ0PltXPY1BVFQCGhGXE+2A13PHiVyAW8EWJAWU+vg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$PBEWithSHAAndDES2KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "gqNw9ZrdIxOH2oZWj2++cwkiukVymtI/iaI4IJVbZ3M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "luTrF32+0iQtcO7kztFW6+4qQXOd4kunkzAtU/EXnNk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABEREngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "HsVfPu1fuzRhnLd+UAQfl8Oc8hfxHVUoJ+/yveO78UY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$27.class" - }, - { - "key": "SHA-256-Digest", - "value": "6hZjPMs5KQzsmtrlcHwIKx9UkDlUiv/PNiNf1Gukx5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SCRYPT.class" - }, - { - "key": "SHA-256-Digest", - "value": "nMdbdX9WiKVLtgTRVVERXJwjZeuJ+cxCRiAQHFTebDc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/NameConstraintValidatorException.class" - }, - { - "key": "SHA-256-Digest", - "value": "g5ZPhbx0SFMpPloe3wUEGI6a+j9T3vXuTIPv6dsuUbA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "S6XcloGeysccWgzJ7MwDZN3uC13UGrQV+Vir/492qe4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesRegistrar$ThreadLocalSecureRandomProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "66HEDcb6wXbroGa1s/YvxfkoSSTcgnpTUmnowvf/27A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithMD2KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "ltoC3DtVKtaNsv9OenTd+ch2rMBaaiYLQDl8SVUHuYg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/LowmcConstantsL5.class" - }, - { - "key": "SHA-256-Digest", - "value": "XmFNkGcNBeCQ7jk9ZX3Hy9/gX35abaNvWyKQMhTaSlA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Mod.class" - }, - { - "key": "SHA-256-Digest", - "value": "ankktMbuhZ18TQM/YxaCEwQEBl9WCWkPl6MPzFngJc0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/PKCS5S1ParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "WRBN58xBI8JUsVR7u+OUohjzbwxWXYD/ftwc24aPgvQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/frodo/FrodoKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "1nZDJrM5oCBF2Vj6XUPA+4CTAcDqXZbz6xLk8blVE1s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/GOST3410Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "oohdx3rJYwyIBQ4yIyiJ418qzPzm5gmsCqzkEgv32FI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/X448PublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3t0vrrptphx6S2kxZWyOOuCWXacOs9mdAbA//F5j+Lc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p$QTesla3PPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "aVUa9GRlapq0JTHPUkVREMSy/RcK0BBdSxKxltw8JWo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "npWqytmbeOYlbE2Syn8UioFxg0+J87yuWOhGlV+RgWs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSEngine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "YBINfo95U3qnXIEmdu20m3Rf6qPhfOhz/PRP7rOgeF8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/interfaces/EdDSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "z44vEojX9jTT/ODjpZ+/2lVdv6qR1NoCEsT+aQ2wlsc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2mMatrix.class" - }, - { - "key": "SHA-256-Digest", - "value": "0l15xlITgKaMUIIURCdwNlaZ0c2QPVE4EjevYag1gyo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicePurpose.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gfebpuu6to/+WmPvAYyKmlyLoHaeDot2upa95r+GvM8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/SP800SecureRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "qRMFvH5ryTqSt5GrM2I+mGUODNmnzHe5gTzu5sX+JZo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "NM+xl/ToS5VJl1rJwc+EIravumuYM2SNtE3ohLPIyss=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCECipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "prhBR6XcPcWMYQsSxhzFW7bx+PB/xAjLv9t+IOEHLx4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "F2FHbexspSgcBsCGQR5Qhss5cg1ZLHKbggFa33HkoxU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Argon2BytesGenerator$Position.class" - }, - { - "key": "SHA-256-Digest", - "value": "sF+9A30P2kmxsWJ/McnBYg/N2IUgt5Y6dIWNwWw9KFs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat512.class" - }, - { - "key": "SHA-256-Digest", - "value": "QPLcbJ4OmjVajPfdClw4RGSorcj7AVMZ1TdeiyvAu7Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/PicnicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "TGDIvOFQuamK1xBAdwDDm7OTJZ4VxgK7vQYWeLtcT98=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/iana/IANAObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "PZqLOxCZDmKMppQ/YnWGJQue8DjYgBLum0O0AbY1jOE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UTF8String$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "5ttvkfmyJxAlNR1uNG5hDDQelmzJX5SoHv1EjxhjZck=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/PolynomialExtensionField.class" - }, - { - "key": "SHA-256-Digest", - "value": "39/SCzevpjoTEtWDmjcU7h3s0upI0Aiz55EB8Kz7kmo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UniversalString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "9uvHjlBde9MbpZ6MkINxj1SuIHKNkKtBUKF2cWZF3Yc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/MaxBytesExceededException.class" - }, - { - "key": "SHA-256-Digest", - "value": "ncB17Nv27jLWp2l/2nHIv4Zf2mQG2KMuR6c20WAAe+g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CramerShoupCoreEngine$CramerShoupCiphertextException.class" - }, - { - "key": "SHA-256-Digest", - "value": "m9+EDTsDtBFF4Bv9VHMDAvdoaIS2ByrMfJVuLC4V5AY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "tscvnYKjsNLZuq3xC5mM4EHPLthMGbWjj9NZc5ORoes=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/ntru/BCNTRUPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "F7kZgtic+upC/LZG22YqLuhVySU53g85/zOZniqpRgo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed25519ctxSigner$Buffer.class" - }, - { - "key": "SHA-256-Digest", - "value": "o4BWaYv+sEuu0+1xzx2R6uSGvd8pfqFVuNhMeDtqy48=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "a7sDyRyAGwBNGjmFghinraEYxI1flqNp9fTfNSppipQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/PBKDF2KeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "gzczkgC8N/jMUjazSpAJJnKkkmOp9Gty0YYqmDQmqs4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/OpenSSLPBKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "R7K63nwO5DuKb/6Rpetq0Zsc+h4Qp3WjoLObowbdO8Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/ECNamedDomainParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "u7onqpJ/SKJHLpqfpmt4HHoiTUL5pJK/H9Nyyq4rKpg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "lQh1cRWFuzF4jcPAtNPtxVQmeomcEH/xkuMKrkpr+Uc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/GOST28147WrapParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZZl+OI1+MXy81SYnykcDLjNI6v/z3ZNNZldnNwBWWwg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/encoders/DecoderException.class" - }, - { - "key": "SHA-256-Digest", - "value": "00XMPW+syAp1CoEy93rzWx5B/0tVk7RGRA1aWpw9LBs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Tape.class" - }, - { - "key": "SHA-256-Digest", - "value": "JHEja3qzXZpiSednmPL9YNfgdhsbKjSKi+c/fV8KSqo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat.class" - }, - { - "key": "SHA-256-Digest", - "value": "BNKionYBj8P+C6Q+Ad/gmj5IfQXq5ciwX3CVixUQNks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "4zDuqauMt8XJqSvWPPbwH0AECY0B3rXdvpPPUYw46MM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "j0usE0HYHclyp8CH/CE+06a6E26aVeKBWs/wuLZcEco=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/ISAPDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "JIDzS8R/0aoosqercBSiIV9YCP/fgDwjVSgIf15DPJ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/ExtensionsGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "oOhJeFmGTNGWQ6TrFHgBkPJ0W0Mfn6y/Pk6Xx2prndA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R2Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "nTXU7KcT9q+/cZekJdpFppINIvc2Zj/PMDuGh348Tqo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1GeneralizedTime$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "8qAlr0888UrpkbTTmBPlDLO5+lqW3FGBH3JAqKx3gHw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKobaraImaiCipherSpi$McElieceKobaraImai224.class" - }, - { - "key": "SHA-256-Digest", - "value": "XMcD1j9fuSQFYOTPqBXZolUYplaVThReBqtz2BhE2os=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "szPVd1eeAXjSrgHOWB2ICtEAIFIIaELTG9NqiwEQfa0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/GOST3410KeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "w53oxHJhTMKV1LPK1BnIrZcEvW9U6RvH4eFke2dN3A4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/X509LDAPCertStoreParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "78vTf6RviQAXxqeXyry2rb/gq/hqUvKe+SS5fWa0UbM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Packing.class" - }, - { - "key": "SHA-256-Digest", - "value": "zZTgs1CGUmkTkwhZ4ZxxdzIOUQ+oNQJjlt6Yesv16k8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ObjectIdentifier$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0BAVkdVkUO35uKS5bnpJ4fqRQNK2vRVS9mIZoCDSgjQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$AlgParams_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "N75jFTQ5dnd5mu2sytJD78JW5nbKSmSYTKzmK4PCyOw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X25519Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "S3+3lIiSqn34YdGXSFu7QpI9Rpt3TNmj5aCPYAaYsnU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/G3413CFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "AEjNHdlZtn3aSWVyanL80273NKXUZifJwGZ1TYXXfqs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$20.class" - }, - { - "key": "SHA-256-Digest", - "value": "63kAR7ewG/hg5bVfrFe7yhmAA/9/Be1yYicoBkZtwo8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA1withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "hMgeWotH50qx2H2SCeuvgvseLB+77ZczN/AJINNnxT8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1TaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "bLetwzM7r7po7pykrzWKhbHWTxGqIMedZnT7cU8fte8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/PlainDSAEncoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "0iLhNv+RWozG4uCXZ9/+/XxSq3isqMrfHdxNRHg71d0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/DefaultXMSSMTOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "xkQQs5bzwxqiWIKE3hE/CLEe61vjagauFCdB2ZzcJVI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "ISH7zdcLGKP6FNVcFYGyyweHYQhqyiuhgGgWx9XBReo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSSSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "od8RJRttiD58qYL6GEzA51EaPQY8kdocWT3kSayo8Y8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McEliecePublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "cJKrHx1k/BeiXU5l/K5UeyU4pbt1pDOKAuIi9WdexGU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "XgRCWIjAUeoTeu4odeDsfHn305lNMkLmqRdKa6sHu7U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ElGamalKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "E4cv2ePY5vdN8aEUPR0jq9wEk67BZ6iRUjWVok4uKhs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "CdtRxRxA+DaiIWX8reoQjl/EIdYvBvjrs1vtH3j8srU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$KyberConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "lFvRFxk7OFyNrLnDZwje1lpzYYzJdQgtTBmsdy+fOHQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PbjmSIwp42RlvstG8WHyB+QH+a8nYQK/keBsXH4rIek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/jpake/JPAKERound1Payload.class" - }, - { - "key": "SHA-256-Digest", - "value": "5rbIJDxmOLt5Rwh/zdQnt6eHXLXXptGwlBjxkSGP1IU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "n3RU3dDr4LzirVDIIe4eEtyLFVdpy0uCJQ0ZfDCeYDQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/lms/BCLMSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "L4CZaJMIhdG3FBpxalqDdqLi08jI7cMFm4DFSO0eAnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2KeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "SI/SSwDJvqTH6g2jl9KQRi6nABDyv1YFGJfH15R2HmE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "qx4IKl3CRmEaiY+t5P4vxzJ0icRJcv49JqRV45TeOu8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/newhope/BCNHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "SyoQQxJwjud69CnXAr6RVwwry30DH9JmgYxHDHUTpdc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA1withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZN6DjxZZoktCWxUBBnx358ZYWBPpjK4SVWI8MSbKg9c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Integers.class" - }, - { - "key": "SHA-256-Digest", - "value": "HfhT3aPXXrSuxR898PWPaRy0hVykUNRjRlvgMkSv8yM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "iu90Di+BvN1wZvxWQtUk9Jw/n+Ch9eKNHLiKJMD3nCU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "+MZw8lCNYycFA8MwgijuNUjl2ZU+oqDXTgHSlC3j2/I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "m3IaJGoKC+NkM9H2qzwqWVobAx47BcRnvgHjzig3CEA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/util/AlgorithmProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "aCs2+PExggqyeHhbOXAMIPmKnBKDlcxw7Ypjoc6SILk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/BCCMCEPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "co5iUmQw36yCKlS9em0riXCrL/HQjiUB/wD4FT0tR2A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "zifO9mP1G4vQb6kPKEJJVqHViJvg+3O1s3fr4IhLNJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA256andAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xjs8d137Cixtq46C07uFA4Vlp4fOnhG+3pdGYSooam8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/UrlBase64Encoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "9XffLAT6DxPiq3LmFxqjTmatHKTtd95D27qK17Bav5Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/misc/MiscObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "C/HonVMCmJLAKzx8NzIhg+TD0JB7sUTV1HtjjsleJzo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat384.class" - }, - { - "key": "SHA-256-Digest", - "value": "9znnX+5v1dCwGonEHgsrGRcNcvXG8ypvfl2U1X/rBJw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "ge8/x2weZ7+DLrBN0jgyNRqo/RvbHHgkaPSVPhentYk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ha7QFZd9V0csPgeOM7JQu9F+CLxNjovYfUnFClgQ9pI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/ExtCertificateEncodingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z34Rh5ur7G2InJhJ+rpEHHfsfHyFT7AiEdxYMzWmrtI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Blowfish$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "tCJcBeSkXrvxixDmvbRUZVcFNd/LbUxgLTowMFxO7xU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "bEiOFaONc/t8WpkvXRuZod56qaKHOVqAi39a5ORiqmE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKobaraImaiCipherSpi$McElieceKobaraImai384.class" - }, - { - "key": "SHA-256-Digest", - "value": "GTDvUfsVD6CY5OXJKr7GQNzRVGC6Pb4qS2HA4qwHLeQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CCM128.class" - }, - { - "key": "SHA-256-Digest", - "value": "a+9Oy/CSZl0Jk2LNkoLbuLUtY/q3lzb1eZ4AFGon5o0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/oiw/ElGamalParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "H2SDNZ6BmKQkKghSrtBIEXkJV8GKtQ4T87mjJXrBj3Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/CertID.class" - }, - { - "key": "SHA-256-Digest", - "value": "k/jJb5acAZ1jyG8qstARo89T7l+rwuENNnw8BXchhRY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$31.class" - }, - { - "key": "SHA-256-Digest", - "value": "A6hdClhnZG4a82Dbiwt/jb3iq+c/3Hp6FlnGgxHfMto=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Sequence$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "B9S0cC4EhQvS8SEcAmauwpFhLmfXlQBnTjnTQSeQbiI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RijndaelEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "mY8uxe3A+rY9RDgUGhRojd/fczatN07Ay8DPOr6sy+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve$Fp.class" - }, - { - "key": "SHA-256-Digest", - "value": "cGHDji1Hk2VWfMLOyRlWluhoffJ1smOr4qpR826hmzM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/RainbowPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "UXJzyT6bu/fsgap+tnzSkVFEVTU3LH7W5INuD1j/H1k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CCMBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "nzA3+3JJQKlbP9Nc0yP+g18EwFnhdzF8Cd+Xz+lySX4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/KCCMBlockCipher$ExposedByteArrayOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "S5u7JHhhi+hZTiX4bFkq5uo6ZAowBTMC2K6a14HmTpw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/IssuingDistributionPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "L19UgSKLpotUVgR5GZeOB3MWZzLGGvdABfonz58bgPE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode$MaMaPe.class" - }, - { - "key": "SHA-256-Digest", - "value": "o5g0zYIgV7dKFO84tYAHZMTKGeRxj7fcY16ri2cf+SQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/HQCCipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "FQPv7sbcZIMxW3KvXvR05WzB19IqIF166Yvk4UqMIHo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$KeyGeneratorSHA3.class" - }, - { - "key": "SHA-256-Digest", - "value": "JJTpd+X4zLiXI0LISYihb2w//9vTny5QPqSwN4fKEfQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$17.class" - }, - { - "key": "SHA-256-Digest", - "value": "XZNhOgDRPUZWXS4gZTT67DpOKutyBgVt0LiqgRyqffQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi$ECDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "K9CQIncMbAg80T+ggfU61JmLWhfk7EwHcSaJxhlqnD8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/V3TBSCertificateGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZLdsndxdwXQfx+AUs6vnBo0tQIENek1MatkZzZIRtCU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "x2hvu4+ydenUglP0BFgfFlxTYMvGytjXyUOlone2HJ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/VMPCRandomGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "anSBOFB7ANAUzi+NL0I3NzoHUBep9D6hqjLdu/QsJuI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grain128$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "32v9V0IeVXggfXOTiQfVfN9IaiOkcCdC2eO8KzFvleI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "m3CzbnOtRBK58xTvhylutPVo+uePQOaXQ8JX4xkLR5g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSAnone.class" - }, - { - "key": "SHA-256-Digest", - "value": "JY+HCFT/1f0QtimBjqQgfKg8F9KwBxHweCIDL49LHOo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "t4ewQwxbkiuofd0CJzzdNzbduv1dInSYm04gRoieJwU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$23.class" - }, - { - "key": "SHA-256-Digest", - "value": "HSUsLHGoYP5751nXUgyjJM7GWrP1FhZo3tnwhu4wEA8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "PVivS0xhOZ28dXu0FiJnF+bi9lExGp3M9KqtgXHyeZU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "QqXC48TEewiO0d65ambQ4sl+0Nxphgq7ffa+WOJ7Nvw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/COMPOSITE$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "PeUxSdCwRzwW+xmRT5O9tXfHi1pgEWPualx85WXEhNk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve.class" - }, - { - "key": "SHA-256-Digest", - "value": "D/xmhr58b2gFbqbc8quo+h7T21rxr7tF0hhqxu0hgQg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zo86K3HftDcJzkWAetEjzMfr0zTOUAZWNQTImQg1O7c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "WC8sLswdYezhuGmByj2/eEelaxe1pyCAU4heqRvd8Eg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x509/AlgorithmIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "WO0qtwsTIgSTR7/0sQxpMwrx4RCwuDTxj02TQnGWCBY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/BigEndianConversions.class" - }, - { - "key": "SHA-256-Digest", - "value": "FzPgXTde4mHeC7YYryYpsldbarSRP0qQQxqxdVEPzP4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/anssi/ANSSINamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "WYgWyW+trfJtLKkjp8ponIHtRGFPkVVBgxBEoKG3Ef0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber1024_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "SWGoAxK906m2TrqsXO5a7jkHosxO0RjXdV+Qms/roWg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/SkeinParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "52R+or7O+hLGp37KuS48AwBjozWH/z3Z4uW16fCn0Sc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLAPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "c9CtKagM/Q0x6pRDy+Ec6gipNrloUhxt/uB7VJc7rPU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ElGamal$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "h7RjTUDLWxbZW3KL3/NlkdtHcZ6pIE9Iq9SBoScvShs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/HybridValueParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "MigouPjBEgz89IbdPGeVPQTAI/bVq03PmYSk7mDWTvM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber512.class" - }, - { - "key": "SHA-256-Digest", - "value": "88ZW1/jF2u0cmS9Qd4xFLJ5fusi7JrTDQrvLo31wbNk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA1KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "uEaCDqKOQywPjPuF5pZdKcgu5tgUjYQKHPU1iH3nhMc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/GF2Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "sypO5O58bxp+GvGWpZEAJG8cm6tcp/am5VI5X/W8hNU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$McElieceCCA2Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "jdRLXaTCkbjYGGWj6Jdjjx0MdTrXTcwi6n1ECwsivn8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/PKCS12PBEParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "rhiw0x+9UzZILogVxDlsAq83eHuXhT5f82bin4xFYe8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Whirlpool$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "icLRtyfbp8K7rpN6qFP9H6rdvXSNYbVW+//C5yO5YfY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$KeyGen128.class" - }, - { - "key": "SHA-256-Digest", - "value": "4I8+KROusgj7zdt6Hx+Hsax5Vo1ajOe/gn1c18DxR3g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "lXiehF7ein0nyBRlKjLKfXidfRziPFuGBEUIpOGoomI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Encodable.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jhif+gD/GIxQtUwVfBcnvBEQ/GPA+jnpYaxFwTEImfc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ECKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "ATywtCIT1j9p5K6/xZkpPlEez97bopVaMknlIkgFcJQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "ka2hvS1Sd9SmAr65YHHtZu1KPgZGAHqr92zyxGpXD7I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/SNTRUPrimeCipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jk8JsEAA4l2QehWHnNgBIEgtS94IMTa+B8YG83gu3kY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509V3CertificateGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "63jFF2/vBLZ3u+vg7Z548tPz4IT00C614R2zyVc6C/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$CFB8Mac32.class" - }, - { - "key": "SHA-256-Digest", - "value": "AbRbMQxTBN5O+lh8XKYNXIlrOdYjRsvDLUlmrCMlzQo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHA1Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "xcFIDSeH5XFtBm5SfQIpRipGTLER+OcEvTMUJIAM9ps=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/BufferingOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "u5+Y+N/HYp1Q5dOGdaM1rGwQFtnzVcm1cn8QzzV9rpE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "j3llDD0FqgBnu0QfZmoDRM0wHJ/aXfhd3imxojI+cC4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberCipherSpi$Kyber1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "hXDkFxoUzPpoffHzxHQULzGTOoefrquOvPnWxZm738s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/OCBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "z2wAP/ZHqz+ay20Z5ogTn3IAgkANE6xvz2FXlkilagk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Ntt.class" - }, - { - "key": "SHA-256-Digest", - "value": "yRtzNlpvX3Khmxt1jOvuxkO1QYptJaHoE4gsrE3pJzI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLApplicationSpecific.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z97jHflJy8gDGDCMD8dxYXRxAjRKBAb0I0q+ytp2WJ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP521R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jF+m/p27hCIonae8LZFFyWNQE/Vp26GNeCAL+dncmNA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSMTPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "wCztj+UVX5AiCDpnA00z2di2PkJT6GjxJQdC670kjzA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/DHExtendedPrivateKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "cmFgvKOQ8RIBsc27J04/0gD6dN1mIULnyIO63auHZlE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DigestDerivationFunction.class" - }, - { - "key": "SHA-256-Digest", - "value": "H6acMvHp0hixDsOUVXC/Vw31BoE+38XWEuLcvRCrTBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/KeccakDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "1mbs2vRps8RR1sHdq3ChlPxaqrlauBiAUjDTn0W/hyA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "HijwQGEx4ejcz+ozrNfRc9zPwel59/+gXGOWzSgu6Ao=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SM2Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "3v22hTdaWP4YI+z5T1Wzfq0idBrJvrHS8zOgCZ5HTxg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/X25519PublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "/9WyBauMo9FzJVvEQANNfMYiLdZa0oQ5ybTJ6kzval0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_256_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "078a2Uc6/bfbR/wMOwEeFzGGJcMyrDqInOjtXyKuwzw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/RSA$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "VG0mNFIHKGEizgiM3d3BAshaHuEKVBlqMTfUdOsOolI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/Primes$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "DdJZ3dN3zvh6hKJvP/F916hcLT2fuPV6rvaxKFuYOKs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "n97PsfXk0JcHhIJYL/tCipdjoGI8vJeXHgmMY67Ac94=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSS$PlaceholderLMSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "T6h0Sx2OfvSldM90bf+wfY30ENyOcOBqxmRUqXQThz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NTRULPrimeConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "ap8SozVb5/iliTMiA5ngwVUOTzO0BUskXMwTwOdieNU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$PointExtended.class" - }, - { - "key": "SHA-256-Digest", - "value": "iVTVhkilwieVvkabrbb66JkRvTdiGmRD2nH/qYwdSlo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/McEliecePrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "6TIHIH295yWrHgx48+eI9NtSJ4tARKGwVFc8on2FN5E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "hTHEptwSC5ppZ8vMyrh0UoGGgpv/nCkbVIisSB2fmh8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/GLVTypeAParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zq8IJykUgu80azYGQKxfN9GQ3lpwimGa3Vv8DG+csXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "6rVHMPn22dBM+2Lfv/Im7jsPu8YYkdtmy2hp9lMsS64=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$AlgParamGen512.class" - }, - { - "key": "SHA-256-Digest", - "value": "pKQvUXr2mB9eDbhMKNeY03aF9IMGbWMOs+OG0k5RqMU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/ScalarSplitParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "vbpjf2qwVc0V99mMMqzSnPv7FV0ZTQE8BmyYJUbbi7Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GCMSIVBlockCipher$GCMSIVHasher.class" - }, - { - "key": "SHA-256-Digest", - "value": "TRGvOue/LDLsq6Ml/c/h6zF+Z3/6MmsZ2RDXx3NQV5s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/ISO10126d2Padding.class" - }, - { - "key": "SHA-256-Digest", - "value": "KdNnfLAo8WqKWv0C3QE8eg/I6f9BAxA/L82DjPnTpkc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "T0Xte4mKZSFJ5lAQjWlQZWC0CNGxu9VGjDvhZGuGch8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "oXgWgYmklaxeANH+zZ1Cp9Ld+AietEQORna0G9c2vqM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "MnimwrUyZHo7qr3V7Q7kUyaB/6ixpgTOJPozXbSVfOs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "wfUGCQP/ZetnXrV9ShKF2IpXN0dZplUKPuqLq/H8kSw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/ETSIQCObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2yTfU1HaNNvvdeOEuXJqd1HIO6LYUeaNMdcdFJ2m4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA1AESCBC192.class" - }, - { - "key": "SHA-256-Digest", - "value": "OgKVgTMKwAvNryD8fb4ZMhtzgsaayUj6fYceZmG0gKY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "uexhAv69k66t1dMGlJfIjKUqbQQFgRCn3QaLVaNCyz8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesRegistrar.class" - }, - { - "key": "SHA-256-Digest", - "value": "E3FaE+Pc1/NNjw/hAN6leBa1j9awfH9GygtrvkolRGc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/BCMessageDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "QgEJV7bMuduTUEW9NRIbT5ExQJ1U2RWjIIObGFwPsBw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/WhirlpoolDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "pFwBk87z/KmxM/PSDlnbUInqpeAhfO+bTw60/1/L4IA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERApplicationSpecific.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZuwgSSWWCha13m6TOcwPVKq+BoMpNXsyisU+uIk+Mw0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/NTRU.class" - }, - { - "key": "SHA-256-Digest", - "value": "sIr/VuuvSzNfpf2KEQCmHlrFLWtTuf41U82dnPRd73g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "+IFsUJEBp5VZEUK5qg5m5gTO2LSASOS+Rb8evudVrik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Ev0TXQM87VT0HqY9C3yYvlm7Fo6otJY2Einp4Lva1A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "15Atb3r+Bzf5awQlmesMTk4vU16QsQX5JLikcFWbptw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$17.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bbb1S7eIz3x7spXVsUgRPEed9QlvhialkPrn0OaQZx0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMSignatureSpi$sm3WithSM2.class" - }, - { - "key": "SHA-256-Digest", - "value": "6R13o02lDUxkXEEswZtoVu5maNh9lDIVEC4vDqzlVYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/RoleSyntax.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ik4dgthonSYCeRw+0rJslpghs4zXLXfBPhH1d2ezPoI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash$Mac24.class" - }, - { - "key": "SHA-256-Digest", - "value": "09OTPngd9OfHp+A5TFRyuzyMM5TtqUWqtyPQipLdpYk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z8iEpCaVFxRD8urCPUFhRDdxp6wwtukIHK/nA/uo5Vo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PBKDF2Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "f9QtL17Hjy22DECnoyPUiM7qYeNFMDozM4eygQfFq4U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SNTRUPrimeConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "tkinblN2ui8TG1stloY1qMV1hj9HI9IZvGoENDD9D7s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "1UZR0WW9SQlVfFFUBIBV8tUJBCu8SSaUZIO4/3T1Yq0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$StdSharedCompat.class" - }, - { - "key": "SHA-256-Digest", - "value": "AKPT/bRPetNhj5BnJ1Mh6pinPHmYXgt5hFr3f8Zb+oY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/BCECGOST3410_2012PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "+agH8mYrAeV3pC1NwvsqFucjXO3h8UDPiXkfBb2SNE8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecNR.class" - }, - { - "key": "SHA-256-Digest", - "value": "bdTJ+VP6qsl+u/PLtLCvC9Q7P7BjYBJe+Amr6BXraTs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "YPqr2LHtz1ZLYc/kmTraiRcfCmspAyWkU7tXQy4H28s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "/OSCddEZPKXueJya+BStdTSdvErnr2TrtXGUv1wnpYE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "cF6gmbinyflxuoR8ppvmdJEOAlSKfBN5IpsjP99qis4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/SubjectDirectoryAttributes.class" - }, - { - "key": "SHA-256-Digest", - "value": "qf9v7MCWsHFdWxpiDzSo2yyu1kGg8xbFq37odsW/eeE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CCM256.class" - }, - { - "key": "SHA-256-Digest", - "value": "b0HcBZIQZKEbyX9HTWKDXs3LAgPB7Ej6z/0t5UDWnA0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/OTSHashAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zYHadxzYPA7QSgkf3/1wgy4OWRFNaRZOzIqjeRag3KY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/StringList.class" - }, - { - "key": "SHA-256-Digest", - "value": "VQKdWSKbtxpwXZUQq8eqIV1meyfWSOpBSkMWpvM59YA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$DigestT256.class" - }, - { - "key": "SHA-256-Digest", - "value": "J6+Vk+ft3dDmEcb6WWjqYcD/X4ByKcTMMEFSq4E0XbU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat256.class" - }, - { - "key": "SHA-256-Digest", - "value": "3edltfPZzXtjt01HEk9LCwYtzy/ZE6MFjOwbHFBnVMk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1InputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "cRbdTHxiL+WtcA9cRacYdjL6Uks0xYjSr20rJ30tbgg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyPairGeneratorSpi$RainbowVcomp.class" - }, - { - "key": "SHA-256-Digest", - "value": "koXNbrhyJqFGLwCC2TiWRWn+UhvmTHmEcQW6hnZlCCg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "dHvETXK/Qdhd1wgWAVx74c8qFnqfpsynfhqd+QjS+/0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$SerpentGMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "CSjnp3/8ITAUa9UjChvl/lnLgTi+YFwWIcHTGQ63ISw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/util/GF2Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZwtnxermhrehPX28xccxBChWfNxiofUVDTAg+0FaxM4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "uHrrLYTwclFbeQ97tjctKRzXDkqNalwRMcHnypLECyk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXAttrCertPathBuilderSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "IiskonlToAQfqHEAzlhIzX8rgkQfW9IaQJlLMtrdJHs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "2yJJuPVof42YlrMFvsxYBq+QUF/yIb2wO4S4p66hLTE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Bytes.class" - }, - { - "key": "SHA-256-Digest", - "value": "HFHqap6+GFa6wADpg93T5INunG2g0jQINBI3r7Q17Ew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/ReedSolomon.class" - }, - { - "key": "SHA-256-Digest", - "value": "D6Zidf7OP8GQQtrKTxoRklIgJYp3WevSzYRutHSMEtM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "jatlsB9npRTEX604TSwHggFUwnp/dpvdOGXvh4snlF8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialRingGF2.class" - }, - { - "key": "SHA-256-Digest", - "value": "/jMO4GyK7kMUgHJFZAiwdBUO7NSBBK2LzWOSvEp+oak=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UTCTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "WJzcLw+CzAtzlMVr2GDKlj7r3Cha8EHASVeeh9Qm9iw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "IuTdr0myCZCtKN4d/UHpZx64DsHl3ELfXj78Ckbnk3U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPC$Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "dkzVl2aW6JLMNEyUi+yiwjMHJE1b1OJ/08zoZFnjB8E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "+LnKB2eWUhRb8WegkuI83EO/uEL+/mn/DrEtwLelIpg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERUniversalString.class" - }, - { - "key": "SHA-256-Digest", - "value": "s5gmpTSDpbJPTm3GdX5TA2QEaPBdcgbzMEtt84ZMOVQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$19.class" - }, - { - "key": "SHA-256-Digest", - "value": "8e0uqLSfJkJ2/IQ3vrCf7b08GcmT2QUkbgHax+ddFwY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/DSTU4145Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "gO7WQJ/4GDK2dveMXl2eSOcD6Mum/hAPBOrZ2QO5E/M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/HarakaSXof.class" - }, - { - "key": "SHA-256-Digest", - "value": "EgrsW/Nl1t8VnwLA09yFZBe6ixtPCQ95ISvLj+VSms8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD256$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "urEWfSdmMi1SfAgOU7/PI+2zh1if5OUajTU1TW9XYro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1SetParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "UCUZdnRWHb9g720vDWuieEGRhTlqjsmuqFZdAWCWric=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/HarakaS512Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "NBLWtX5iMQATFXzuGeU9q4lbU4EXUTd/ucXmwiamctA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448UwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ib29auTIibbbQksABDV2xxQYF5yQM8O+fsSTu2eLSOs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCEECPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "uwjSk2PzHoXNfV/Pnsh1UGjp8+Zc51UoVmiEgoFaaes=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "GOpiLleBPZEhX/5ik5698XLosYdTwekv7tve8OsjHaU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/OWCPADecryptResult.class" - }, - { - "key": "SHA-256-Digest", - "value": "XGy8KbLNIO8RqBevhxjguHHOHew98CEO1qMJMXHigkk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "RJB5W2Q4AVh9fDuWGDeMxkdixLDPRdL7mJ3l+iB3/ew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/srp/SRP6StandardGroups.class" - }, - { - "key": "SHA-256-Digest", - "value": "EI+3ID9OKrFiamw4++IWZ9SvLknpEnFfsBkL4lZR6co=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "PzXgo0IYup1BGWbIoyJgaC7kZ+5zpffAZCesuuwSfuo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BIKEKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "r7j3tAUAtP2JoQdA55mkN32s4EzvhlQqXE2vw4vO5CE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA1KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "rOIU+CAQGHYwXqMeYZc+jTmE3OMAhBO82Suvy97NfV8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/X931SecureRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "A3hP6lQI9ihDYRAapX/9eeHJXJLgyVH/3lerVJiQvV4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509AttrCertParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ImC2wuYovzfB6Qdb7CTidF1bnR+l+Gr0EGq23zTUZws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "STndNPq54slscpzyD72LUvY1C4m4vSokch3xaFJ4s40=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$21.class" - }, - { - "key": "SHA-256-Digest", - "value": "V1dNO3TjrbyCaQpn8CVsBRiUs/nsPEgM3lCJ6rs+23w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "SS1EyN+TYUyZpvX8dohL2bSJLKGiLcMm3fz/LtzDbWo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "7/NcPxonucVHpZlP3rh5fxWkNkjw3zK8hvUpBraovMQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Poly.class" - }, - { - "key": "SHA-256-Digest", - "value": "eScN9UdQ3qS5RjkMQYbw8IzSsr38QtoRRao8hIN3sew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RFC3211WrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "EsiFlL/KqKcwdyrVNXJKsSj8whuCjmXEVOfHvkKaMVk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/CipherSpi$NoPadding.class" - }, - { - "key": "SHA-256-Digest", - "value": "MQE2fvHHjgRr+im1chn3Qse36GVq73tYuCtmQBbErtk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "UZSLOOqqGrpg/BWOcPUaSnIAF5fwZvprvLNSyugLoRQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/Committer.class" - }, - { - "key": "SHA-256-Digest", - "value": "S32GlO8UewAOZwcnun2TSownTiVVR4uFMI96fD+7A0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/KeyFactorySpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "/ngG6/Sw/RRyu2btnUUz98CQz34MJW/sR9c7lmQlZjE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT233FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "y4B61YTp4BFNxiPUf3yJ3XqG0IqC4sI+/gc7VG55hPk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EdEC$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "q8SJVGBGxijCREVEl7wuCK5qEN1SLv8S5bens/YkRwA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceCCA2KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "CQkVMfxu4VOekhBZAWzw7gnnzVsMdEbwW3nzEdy5GnQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "8s6hKCgOQKkXETbBO48o71P1iOSeMuRhS/yiCDKkqJk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1IA5String.class" - }, - { - "key": "SHA-256-Digest", - "value": "A0NWeC9z4C74ytfOgAj7aQTcTIjtEFMaC7JwKqJZwwo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/io/CipherInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "vQImANgVrFK/Eywfjq2httVskm7R8QWFqNfaIXqAv88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "wsdX4RH0cfkMeYi8JIynZG9t59do8BC+OHAEHeCvmII=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "RrPnKrWtV4HehOiL1XsoiJEiqaIkwN61dWpVUvc1Szw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/ResponseBytes.class" - }, - { - "key": "SHA-256-Digest", - "value": "7XyYzJ4MBpJGJmFUC6/iqkU+V/+lPv/bm2lWo2llV3o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyPairGeneratorSpi$Kyber768.class" - }, - { - "key": "SHA-256-Digest", - "value": "IxV1TqmWy5ug05NEz6L+Gm7NTrcuXnKdODKQCltlFkU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/OpenSSHPublicKeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZORkYQcTPxL2iuSZyu7yNow0gUAi+YHfb64/8eTd+F4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZWS0+wgwei3iQ6Fa81e4huDBuWuRB3EOqbAgXIV5MQY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "2OWH6czSi7DvIbeMSKhPoupp5HpzAPYq3vI1UNwQtto=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/AlgorithmParameterGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Tk1qe5TTAbuFZZ/XyCGvc61LiGpAbMrjLOMUMotE+s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/ErrorCorrection.class" - }, - { - "key": "SHA-256-Digest", - "value": "7tSlcPG83rqdQ1x7J8Tv/hCs+ojeMDVfApMus7nz95A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/style/RFC4519Style.class" - }, - { - "key": "SHA-256-Digest", - "value": "JqmMatOX/i84+erd1mS7kej1P5Am6IOD/g3FfbXV5T0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/AbstractECMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vu5X6gOPyxFaCMh90x+X5xRFaVRtZdGKztdBS7f5ueM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "GL/nFfCgUcJFSWHu9iiTd2fzKv7VcwEMs4FM4oCnVM0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "yR6CG4rs/SQgUB2+IsQLC1AHr240klQ9eRQMPEs/hR4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1SequenceParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tjj4jLlo2J63tO19F4mE/I3sdKx2Az+W5fASDAYLyjU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/Symmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "RukFYL2kLRN64gA+EMdMHJac1H9htPhyTpFfeLLW/94=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "ncTQmg1TVwHwW0M2T1KMX7b07lea/Q751Nh5YWkGG+s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "YDg5UilSm7dascjwc5DVSoewkUjXta8CWu9PDj8RdoE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "MYs+8/1Uq9emqmW5bxGXlerEaVKTS4dfdfkJWlt0U+A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "3JInPgejCMPyJmaqbJeipRPI1xsKuC9Xw8z7LWGBM0k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$Shake256EngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "XYLcfv5IBs5OKPTqoxFK4E04umXbXCeFA2MVzOGfc0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/PointerUnion.class" - }, - { - "key": "SHA-256-Digest", - "value": "BYMFAk07zynJq2tNOf3p1PPVuy+UpxOF4NvVOCa5Mag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/SPHINCS.class" - }, - { - "key": "SHA-256-Digest", - "value": "Be0E1DA8rhS8/s7NWx/5QEE8dWBnw5VZpJI2SesbCAQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/saber/SABERKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "dr8T/DpdcJjr0EzghnybrXpPOEomEbVS5dyHD7FIOdc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SubjectPublicKeyInfoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "2S8XkWsmAhpxsa36DfGtax/IJTA9AhzjlYQkEqeCzYg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "jC1UNk5BXpjS9dgyj3MDNjjewwGTs4R1uazbLOd+fa0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$DefShared.class" - }, - { - "key": "SHA-256-Digest", - "value": "n4pG9hSVNxh6dUIdQaLAlpoK36YvOVfDPl3S4V4UYDc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2KeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "0e5FBwOGjd6aOxYHtSl/HlBwxTjhWkSKJO2SpjjXSYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_384withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "EXSjTZiWc6ql9X2Orl/zQhYqSBesokD63zTEgw9kOws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "YLWrPGb/imGs/cQpHNh7snHn5cyViYjEQKwklCmsELg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$DESCFB8.class" - }, - { - "key": "SHA-256-Digest", - "value": "eFaS0ywpArJciZ3AMcFf0cTB/BO7GYUFNz2Wd2MtHz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Blake2bDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y+ltXqlZLLVudSM+0yW1fUq3RgmXJi0VwRtuVnHf0QU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/NaccacheSternEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "zYoUOwjgiQt5q5HZ0VY6ACdwML3oUOgaZOSOm33q4Fs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/Translator.class" - }, - { - "key": "SHA-256-Digest", - "value": "DySKQcmmLz2DjfuyNLP/83xTSosqQQf56llViFrD7Js=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "vgRjmjGYtWTte5iKGNTcMSqXQ5yG6b/EED6AvbnlyPY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincs/BCSphincs256PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "IVw6Nn+bJT6tPCCc8tD9d3Q+Wenh5rCW1XOaKF+9kGo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/Tables4kKGCMMultiplier_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "n5e1cyCi1DVeF2FiKutWH2KbAsOi+0KJWduqmsjODPk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$HashMac512.class" - }, - { - "key": "SHA-256-Digest", - "value": "GKdD+5wXGKo9VuueSvRQJCbU1oOf+e2/jFJDK0dtsb4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ObjectIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "SdvNYWD1NKN71I1CFYM0SQEhNwMxJhZdx1FF/ri43I4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/V2Form.class" - }, - { - "key": "SHA-256-Digest", - "value": "nRFUycUKS1dyIPlLZqv4tZDGBK+f4SddBXvd9QaQo0c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/DerivationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "W3ucESJ/vjeYjr0gARGD7o+RkZXif70WOPlktXfs6h0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Yq/couQZosx2dswqnw5Bz5W+ImoJfVvBZe8+DSokRE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA1CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "EPMKH26dPGc3Ae+suKWKyRya08Dt0liy3rz8/aZqxZk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "I8Rs2x39mLxwxek9xJAGIrxVXwfOlUEH3cuL81GKdmE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448UwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "3g0a2YmN8ThVJ/lTv5h73lQ2HTYo68/oBy8S7hUVe1k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi$RainbowIIIcomp.class" - }, - { - "key": "SHA-256-Digest", - "value": "CHtT3tuYXrmeyg3/jOFv9MrO6GeYeSq5hhKeRYBOeXU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/SignatureCheck.class" - }, - { - "key": "SHA-256-Digest", - "value": "7U3tHXtt+BO0D/SJbwDqFWm+yODu+FVES7o5fYNdeKA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/microsoft/MicrosoftObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "7v8hK7i+Eja9iP00nFMbMi/rPtqSiVT+euDtA4aD+rs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/drbg/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "XuqtOcEZrGXqmg95Suvm7RQDQ+DzhBWqY/MPEejt/WA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS4096821.class" - }, - { - "key": "SHA-256-Digest", - "value": "gVtZtEph8JLZ0X9rC8dhxgtRXMt6BhJpiuLStTQla4w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "jTLdmv39CUGKQA/ySTb691Wt3i0yqHZ+UuBJ20kgpCU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSASha3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "ARxZIS0Jn42rpXdI18AZpAV5QG/hfbglEpb7Ws7hBa8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1OctetString.class" - }, - { - "key": "SHA-256-Digest", - "value": "huThLq7MfshU+Z0yQlTUrOT6wKB8IdidoqnS0+x4oH4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesPermission.class" - }, - { - "key": "SHA-256-Digest", - "value": "1agwFYlZ/ct0w+7b+VZM6zdcXkyKyOyZxzKQq2DhFEM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/SeedDerive.class" - }, - { - "key": "SHA-256-Digest", - "value": "VK+X9IJUtt1N0ITzcUp7+i7/0hqPMQgbGd33UQjfcig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "naovW5CwSywBJJFaDD/pUkzqvEamnHk12VktUp6gds8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0K5mj7ETDJKyZ+v4E9WV7JtYHS16GuLZqZUHSJ5mf/g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "WuipVSJMHsjBTeyDHO7Om8IvaMFWdgCu80qHuDbUHEw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JDKPKCS12StoreParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z7XhobLeUtKP4+LxWNXg0J6HtH5xC0x61JB6oqN9BF8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "gHxaVeQnQJadbFqDFWeuyZdaxQVyp5gZNio26mNMRxY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "fhU/cVFDR9cKhRmEAdRVehC5H5IZx1xJiS0Nni0RZHA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZWhbNCzqa09+7ZjDNa9uLyhvMuI9DSrLfHUMnwe9WFs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/KeyAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "b12+CgB8LyiXrvquN+tKXKViSfy5MF3RYRqN2rY5v+A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceCCA2Primitives.class" - }, - { - "key": "SHA-256-Digest", - "value": "ROJrzsbvWt3E3PO2Sk5tgZ3fC4+OlMz900Os0Ei5EOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "YeQmlKNG8A3ONlICVC6i3ex0qY1ph7vJijjqeEjLLJo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2Vector.class" - }, - { - "key": "SHA-256-Digest", - "value": "iZLH2wgZUJcw4KXvVch81skXW05oQNC0qX3S9ngyrzc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1GraphicString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ezi0i37TWWmBOD4L8mR7PinTe7FRzZZFR96/8LO6d2s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/COMPOSITE$CompositeKeyInfoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "jssYDKrAFlpET/XG7JUDXAci9oHu0nXsLmzRkqNVW88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "NK8nPfwct4MWu0xiuRAu4MTygTimRE0gaAl+ZNe/k8w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jho6LefBa9/5vwhrrpe17V4/rEObPWg+JjOe3Vv0YmI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$18.class" - }, - { - "key": "SHA-256-Digest", - "value": "sVkVIZ/ZzL7S4H7rqUg0XCn777oQIASl/OSaFCjaIl0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "SlFeVAEMOf6jdv23KIeYqD/OCJqZP1dzTfW4p68m9b0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$OFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "wKMvrhIbNB6QD0plsTXdFovbTzjTWzNfIVBk4K9r8dY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/HQCCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "uZyACw1c0AjI97KeJQjVOdciiLtDEdnqcLPSiJvkF/4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA384withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "yMVFKOPm/Jo4ry4TBxQJNeHuAnFoXQ7qdMRNik5uP80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/RSAPrivateCrtKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "DXEj0Dr+1aFKAS97AbX90WrHPY2kKkImiCb+5/QSLp0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA384withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "+lWCRj1U2gr1/+LMuyA0YuyjVwzHh1kGyDYxgd0mp+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon.class" - }, - { - "key": "SHA-256-Digest", - "value": "us1cR46HxcbEffMyk64fk0B7e5nGg87VFlfLcDgBic4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "tNUWkT47yVe4b2c28MDKjLMZtO+Ftkea+Ust58f3qV4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi$StoreEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "6MxZj9moY4Dpnyg/PypgDm/YJ4Pr4ACcNJrmjH1f3kg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCEKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ck3ETY0Qs7yYV7/S8+YPJXqsy5/mCO3DGIN5me0wW0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/BufferedAsymmetricBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "COAPPBBM5cWpBYhoqk38q1vrTh1nCC1pqnpmdWOPUmc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/DHStandardGroups.class" - }, - { - "key": "SHA-256-Digest", - "value": "5VSWJ+7JCl2O45ifyR8B8b8AWaji0LdDv3fwPkuqoyE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "8mXY8gbYh0DDfQ070Jqd9LPr15FMkd2PAx26TnqItg8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "SRU1THcIeIC3Ftscl1lCLLbMhiGZND0FsB12VQwHK/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "MUkWvfc4X5rJJhm0fqpQe4CgZOORd2OHpIgs+evPwVk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/MemoableResetException.class" - }, - { - "key": "SHA-256-Digest", - "value": "+F2JgyCHQclghUJnkfa1AtvxW/8KlGMLfcKlj0av2hw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/newhope/BCNHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "AFZ24XoL0CI5uC+TYVD+conUVnfDLjmfK7QD+LDHlro=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "MiuocGh3CuSvVjgxmeusevCx7/wDUSugkc5gnp0vIeY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "hs1GdLWk5Gg4cYc3k9y9v7NjtdqPXPKVookCdV/3uss=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "BgemoTB3G1nMOR+SySYBdYV6W5/uyZEo0OaoN4Ok5Nk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "UecdsBv0LO72fLJh64pAHt2ZtJkqiqwwD69ZJ2FIrCk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCEDHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "hDZXoI/2gGMM84vKVxh+DqZT4Mas0KHiDkaKEwxE3TY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "IiOD0P+NOH3yPDaacFTS3xQxwwhkuMaVBDFly1gAbqg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERTaggedObjectParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "f1wrtqwwV+VpWf/E/22YJ9F0/e83P7Sr1t9hHANC890=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "ao8GpL5eeP5BksjR11KVko9xfkVdUpAfoyMW3lDQ3NQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "oUvc1Kdx/4e5KIT+OMGjv7YwACgUJaKX4QcQQ/k1dJg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/KeyEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "DWoPine8d3H+ZdVJhecOv4wjab+OmV571GF7up7MZEM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$KeyGen192.class" - }, - { - "key": "SHA-256-Digest", - "value": "AqOMWBPuhG5SNw6JrnkMPzSydRcRLkOYzCNSO39nYuo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/saber/BCSABERPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "JKFdNhTPIGcTHRRvQaal82raZqNcPGnEfryXWsnqrIs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/HPSPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "GAx4dtFGTAGDGEGShc8tfqOcfOc5SV9bg/miceWJiaU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "2turW4IYT74hJjZwbi6JdT/M0sUjTbJQlq1fnUJavuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve$F2m$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "+5duJo48OSmhWgZoyJz+qaQOSBdP/PsimjWI5s04nfY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/BufferedDecoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "9P2eFUakOydtchbDT/HK3hrjqdsolS5r19LWVnKrT1I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DerUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "onhUpXAUUQNqLS+FYfqHejQ2UNtSrmqxR4N+fgJWQCk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLAPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "xqvtMdqowM3w3cE7JKvbHoVgllLviMRkF0AUa00L3bw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/pem/PemObjectGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "R2e4LorkX4s9INOvLin8KvIJ9qb/vrQgYkUAm7Qq9A4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "XwkuyYuJFQphRYmR0yzEyXbt8twF1XS1rdwbjfgxvqM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/SRP6GroupParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "x+labWDx5s3aR39fgSf1TV2CtuQMKyUcuqDx/S8nKO0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UniversalString.class" - }, - { - "key": "SHA-256-Digest", - "value": "wbyr/jeY3KJMuA7tzirnCC9kUbXGzgzotjnK+Lq1qWY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Enumerated$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "MprBf/07/0kqGCOxur6AOeJLCUV5NKnk1Zr8SUEjal4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/LocaleString.class" - }, - { - "key": "SHA-256-Digest", - "value": "5JJKK5YvdBUJooU+9y7Kk1xGkspj8PS+gAk0N5tt2LI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed25519Signer$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HGmPSZIE46P9gysw7aGBI+7ASLk4swP+BKhQWtNSU98=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$KMac256.class" - }, - { - "key": "SHA-256-Digest", - "value": "cAUcMdk5k0sKBTiC4Q+AJ34KXUYlZXeqpEuCkzoB1hM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_1024_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "q1G+V40Dcn55oOoWlwki2PdZBl7uGidCnZS5IgJX194=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Poly.class" - }, - { - "key": "SHA-256-Digest", - "value": "M7mZIyJNXgZEsJrtYk268tvoli+rIpKvEqaw02jT3IE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/XMSSMTPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "2hsJHsHNMx6yH6VioGrelfNcbgHfCjqWqjEKJPGskNI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "WWbYjXUAh06lDAcsbwn3F6xiAt615BfwSmVHjtCuPDM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p$QTesla1PPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "3CmPIxhC7s4P6BXcBQCjUHF3B/AnLjLYY+iDQrkFpp8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RFC3394WrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "u9RfuEOp/bPUZMsMmmQjN0ip9dR+JSp8/1Lr4ZyvHwQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AESGMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "RoC7FwAl73MTi02M+O24aVvasQg5dO5dDvGYOamHrYw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base2.class" - }, - { - "key": "SHA-256-Digest", - "value": "QSLgUXiGVgTs0V3tsctPf+Do+nYlAlQUnNTQuECllTI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/PKCS12.class" - }, - { - "key": "SHA-256-Digest", - "value": "JAnvSyzC1A4k1GhZQS1+J41SNIGxFv7kSTgYjAK/I+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Argon2BytesGenerator$Block.class" - }, - { - "key": "SHA-256-Digest", - "value": "BqCBfvQn82joh3/VCJw83kt8DfDflTTJZvlyj7vKUZo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/BaseAlgorithmParameterGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "gZuVvqSrg9XgoXr57bawPeQcObLAOLtCzbTkwAyUAIo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/HashTreeAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "9C8SDpo84K0uWtcdMXp5g8FDZHSQ5bLHrfx8bHeOxHc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UTCTime$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "WEouNqDf4PvFOqoRhJmElhVPm+5P5faJ+KQM94p5VOk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/iana/AEADAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "4StzbKLMzKeVs7Y7hNtr9rTh70IoSH6dz/9a6ReQS3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/GOST28147ParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qj8vbPMChSmUFkp7fDv27AsK/vh/q/ULd4LzwVmMfww=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1VisibleString.class" - }, - { - "key": "SHA-256-Digest", - "value": "D9+1hyzcgpkgMYxAdPuBqVyVD5qTgMHpMirhnp30db4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WNafPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "WedtYCanh64hGkNc973Iy+5KjSk8DrOMoksSWzlD5Mg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/newhope/NHPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "uq4wtqNzPml3OJPHlp1tvcBfUvq7ES9rYKtDIw5LJAw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/HarakaS256Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "oC5vhkAhoGvyC/A4f0z0u3i7E/LPInaRKPKYr9TxTM8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "n7nMT9Cbf/wJ4RCPrqvh4+/SvuRlrpacLbcoZ4XZy3U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ThreefishEngine$ThreefishCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "SxFZyjkvCH2uEIFMCKVIMxpBsjU0FTfixOVfOCgENRs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "v+qNQfbalK+fC6v4C1oaIrfx5h4y0/QCL3kNMNV5GKs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$OldSHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "hX4W/3O01xYZ2UNReMMIrhaW2+0yrVfsUjlJIjNUYaU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECFixedTransform.class" - }, - { - "key": "SHA-256-Digest", - "value": "tjnLRkz6ezpHeqI3Z3uiF4iAtszdr/s142swp19unXk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_256_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "jDsTilnqxosyoCNjwftEMcOrZ1c3hP+5zXXlWMtXSwg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SM3$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "hQ98W3k6NnZp/AiKMqAjrakS1fFy4JibeTiK0B2ngcU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1NumericString.class" - }, - { - "key": "SHA-256-Digest", - "value": "KbDmo2cIyvzGBbZFOQXtdplrwZ76KuSJKKuzM5yn0a4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECPoint$AbstractFp.class" - }, - { - "key": "SHA-256-Digest", - "value": "AaRGNabhEUeAaDfbI/rbW8PnCiH+dQaP8rles6UwKuc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$ErasableOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "3IMfczjBnp7h+by5DOlahoouZigsqFcb39oOshSom4U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "NrebPRR2HbqBfJPmtnV4ASPNEevKILtDFPE+dQ64sFY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/saber/SABERCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "8oN1z437SCv4VNoZ8GSXUl2ZOuhSS4sQ3EarvjBHgQI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withShake128andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "O/XUtb80BoTlCvw69+VLAqesiyPbIAx/VGAANjvt6vI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD256.class" - }, - { - "key": "SHA-256-Digest", - "value": "C3hS23ro9akVkFN36DfilYGfBvhivNAONQ+pwYJFiTQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/HQCKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "xLxTdo7UbitLGaHzscl+gvmrw8SB9aQdAr9h+YXiDRw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/SecretWithEncapsulationImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "U7lrDDmqRztKeRMqaB7H2kl4Ik0epXsa9VfCT2+YWnc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "vQP6WReqCFFL5NZm0/r7wHQWqa3tpDn3WqfkGlJShV0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "oRfd3uPAHhE+x39/xVr08ZlvZMKczo+761zLepe8BvE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "vCFSlQ2rirLqqe/gjauoUJSXHWdKVVNjXxw+3Vbc8RY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconRNG.class" - }, - { - "key": "SHA-256-Digest", - "value": "tZiZFmeAncHWEpLJJlTMbtzkDkbDHO3S+4REyqDwUPk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicParameters$L1Constants.class" - }, - { - "key": "SHA-256-Digest", - "value": "3a0VW/Dqk70PZBNY+RNN5uGtCMzuI70XoGLnflSvLAY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUHRSS701.class" - }, - { - "key": "SHA-256-Digest", - "value": "8OCMgErJaU4f3YZ5KQqjYZUKNtZ+vDU3QWcxBqA5KoQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Salsa20$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "lSmigNe39pEA9PBMsOV4xzCeCsPZzRtjzczgGcxX5Rg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withGOST3411.class" - }, - { - "key": "SHA-256-Digest", - "value": "RMMyZEGxdEkd9OM50wnj17OKft47vwGSlM4qGsMocxA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLAPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "tVqbJlQl4OV4nrKK6eknHbOtbZKEr72s6uH2KA40H88=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1OctetStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "1AJc+csEbIIFQh1p2a/2jjyor6fPCnL9mhCvgVR9ElY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/Reduce.class" - }, - { - "key": "SHA-256-Digest", - "value": "cycTbRl/GixPZJyuwA2VDP7IG6QmSd8P5uv7DLIRsYI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "+GtJf1R4n50fKqgQpTGB6PgVp9ocsfDy5wTlO6FNONg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_224withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "WsotSj476JT/qB/KJIOebltoF7F1cFkRFqNWF00r/kA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CertificateImpl$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZLP2UsUA3afjG2Y+vSs3w5SrZrhCm5rYyrKj5g1OrYY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/examples/DESExample.class" - }, - { - "key": "SHA-256-Digest", - "value": "dawsezn+jQQ3qKA6kRK+o42CUfzX/7cJv1+PoavL5bI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "iX/b+eW5JOQ0u8Sa+e8KsYkzO6E7pA0d3rIbghoJiJQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/DistributionPointName.class" - }, - { - "key": "SHA-256-Digest", - "value": "DqGpJDec/bvLmR4mPE4es9w8HeN+9riQ4lqgIbICs8Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat576.class" - }, - { - "key": "SHA-256-Digest", - "value": "namwY4145/MCdmX8agdQRq0yz1cIWK6/TBHQGZKY4KQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/KyberParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "1BITQ4dAh0AjLpAalhFUpRJmk1Up7qKn+bYKHr/RqWA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "3wvGlAFuKywc8YM/yAvfJSiUaoYtVgSdfJxd217WlyQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yvt7Cy5OYiMlMKP8t9l4IF8WEmwDoryknx7YGG6eb5Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECNewPublicKeyTransform.class" - }, - { - "key": "SHA-256-Digest", - "value": "5WNSQBM2Z5b8f7iYqoj1gc5OUI2pkzx18Y8eQWwhM0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA224$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qnXJiRsJ4aNj4wNZ80cx/U1QPIBExbCSp/uCax/nrMo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Boolean$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "u66ay+F6XDMg9GrgJKj1WAaMoFHOB5I/cI7ICbhfW8Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CamelliaEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "PdEd9O9QCINZo2b6Ib43986rBTwqeJ1Wv+/nU916wbE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERPrintableString.class" - }, - { - "key": "SHA-256-Digest", - "value": "nTatSQOHYcZAIdk6Ool9TN7NY3nNdHXoIAf9qDSiPGI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "W0bc73nMY52w1qXjQZ/E3y4m4344vnuj0U4cuLOsBoA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "2sVwi8iMN135yhhrQc2hdKGLTy9czKtG38icYOBcSYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/SHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "cwouCZzL/fSkp+TX/hKIPVSBvwKGrnu468Bwv6mYMHI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "0MoGAJd9eLVNChGObBPWLBaCMUlstTp3zDH0nASc/VY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/Tnaf.class" - }, - { - "key": "SHA-256-Digest", - "value": "l9XB9u6dfbX7yGqxwL7M9QhhzYpuOuZRbbX/gqy9NyM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA512_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "dD2uThruwtR/zybD92mzm0mfS35/OAq9fXFO+xEUMaM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/ObjectData.class" - }, - { - "key": "SHA-256-Digest", - "value": "D1HYXZQJIMrJxgAuGPXFKn1VVfPT2xQRUVTY7kwf+o0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/InMemoryRepresentable.class" - }, - { - "key": "SHA-256-Digest", - "value": "IAnxn+6Es7Mr34PL5+q4ukeODCu99qRNRaJXi+xWnjs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$PBEWithSHAAndIDEA.class" - }, - { - "key": "SHA-256-Digest", - "value": "bEii40rfBCU2JLED2X0qIsLeOyIRA1JTrefIlfRoy+0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WNafUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HFPpLFx1oycYK7PEa3TCi2jgOaf9j40ERnrg9tRMB10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$DigestT224.class" - }, - { - "key": "SHA-256-Digest", - "value": "QGcZ0Z28OIeZBIFx38HrME0RpZ4QcGio2tnLF1rEYao=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Signature$Proof.class" - }, - { - "key": "SHA-256-Digest", - "value": "D2QOWhT9XJJCFxFPlN658S1nEsW5yiR/rqX4/DRkY0g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/SecretWithEncapsulation.class" - }, - { - "key": "SHA-256-Digest", - "value": "K136jT/ztxyf0+H3q/DWYKA9M2mFieYXEWqK+BFQPkk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509AttributeCertStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "n3P6d60jQfkNmd3AIubABZ/cW2lQ358a6Yo2XCSJXfo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2.class" - }, - { - "key": "SHA-256-Digest", - "value": "sR2MrFaHXKI8wEo/eD465u9h4IbkoOkC0n9zMX/5zX0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$16.class" - }, - { - "key": "SHA-256-Digest", - "value": "JL52qTafIb7H7zATR+ts02YFVu0HwvhMgJj9QB/znoU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_256_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "MbvVmFF1XTiWaMHOxYQPrxnc53C5XoIZAZwod5SQN68=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/Base64.class" - }, - { - "key": "SHA-256-Digest", - "value": "B0tqPIe/X0vkTBkPA75NI2UsxQzyDZmD20BmQpvfJBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "T2VcP3hzQ9NGDh3ijSs9R0xMv0YwKPRQ1ruyWnULfUI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/DigestUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ab8FmlFZ2kh7EsvKN7CjDR1KG2atYU/lpcV7uaBMomU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMOtsSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lz47u5eb88Ng1hvXmW05v4xvFA33nm/ACTMSFqwD8VY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "MaZMa0UnXUnkjVS8n69dlNp6FfCODoZtocYNlsS3sSk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_512_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "XBC2FQ4Hj0Wk0OKSPl0vrZW5YAioRsNW5q3iOIhycmA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/BDS.class" - }, - { - "key": "SHA-256-Digest", - "value": "I91QtbDC3NjSJLj8UQOOiKoq7+O8EASSbmlTFMrkadI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake3$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "xp0nDBI8HWUCjT6uQq/7ktk1Ir0Qqdm6KppKQxKIyHk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERIA5String.class" - }, - { - "key": "SHA-256-Digest", - "value": "BjH81l8rfbqARob2kKFdu1jOWYwB7uN4Y+C3J6L6mSk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/BENES13.class" - }, - { - "key": "SHA-256-Digest", - "value": "KHmv1GBQnTF81m6KlI59GLuxLi3kvtxGxt7lIIK6PBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$DefSharedCompat.class" - }, - { - "key": "SHA-256-Digest", - "value": "DCnOdFLnBAtyWQiE290nYI+5InFqWLf+CcdS9ewpxt0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "s+VUca35GWpS1808pqkwf8flX5zT/o1GrT82jFtkdXY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9IntegerConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "L29N355UVTFI7UZAstEPkox8nt5nIWaE2vTLPvzYy88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA256And192BitAESBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zmva2WvrPmeF2x8Q+0O8uqZd4WiE4bclkcRO0eoWf/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "RPmivywRnRxRA9vGGusvcQUHJNpnLaT/yoQ8obCGb6g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_512_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "jIOr8FwXOJqszt6ZMdVZQPKGJ6FzfqCOYgdxfNpLlPo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "8WYQiXuBjbDRsevlNfg/5drRpWRNFOQW+UENiSG1cmQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA3_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "M0EUYdX4NO2XJ3wSdqUOfjJLQTsDD9xMRM/2Ko2sVkw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_512_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "cJC/Xyetmrsi1H/c49ZOCRQkbtbLl+cj1qlF+zpANis=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/SPHINCSPlusParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "4+pBKUrK2IVhUhfBGlqjjLMtt1jcc5agJjbjIgz5cs4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/ExtCRLException.class" - }, - { - "key": "SHA-256-Digest", - "value": "oNOlVxXcbGLOTaBDLCYXdmAP9mYeBHQ2bmpaEtz27KI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD256$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "joNr199h9IOBqIjY1NwOYH10ZSVmNiBz6YcKX/fbOLo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Longs.class" - }, - { - "key": "SHA-256-Digest", - "value": "QoiWt98SLI1/PjUYzEUuaeJBtCusFI+zf4fyMakDtyc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "if18LY5mjfWNbUXnxDyLMrtfniemIBglbNMcZ0YVuyg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPKCS12$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "iPORCIV2Jv8vIxnyG4T2JQNSQMtNj9rFwydxoKFusn4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/RSAPrivateKeyStructure.class" - }, - { - "key": "SHA-256-Digest", - "value": "QwvQoJ5d2VHxDpe1yC6+vMNaL3nFwirqXDwwdNY/oO8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "e+ZAzWUkzu33PLScBfwP4KzsgyyYqWr/7Uy79yy++/8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6.class" - }, - { - "key": "SHA-256-Digest", - "value": "3vd6yGk0QScFbEWHMxzAED814aDkPlHLdQVx+SIixzY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Haraka$Digest256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z/bhmY4b0RaXeuq7TmTbiUYNXNk/Fbv0Ykc51758HYQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/IndefiniteLengthInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "daRo21Irla1+mLSEjfGtiFKcTjseLVJ1oxcD5AdUPDw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHAKE256WithRSAPSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "pclsy/nDhUa39qrj7+T3sGBz2aRsDzcIGw+W2o48BA4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "AcV0p76nh71CWBtMcomwdHtxJM0vwWQfXVs6xKeNRVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP128R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "4o1/QZRJ2A47xB8z4QRFHlZNrRKqfUKa91mWp6jm9Yg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERBitStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "pyAXxNZf79fpJt0aAJHZwYRnw39cRq5uv7/NWYnUCSA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$CryptoProWrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "orhs1huGDmkYuizwQDuEi4dJRBYffHSaea7xcygz9vA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUOWCPA.class" - }, - { - "key": "SHA-256-Digest", - "value": "GuWiuxbS4KAPFGxSvH7ML1gWubYewjpKaSc99+l6Lgg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/EndoUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "+o/sMWHso2LMyrQ+mOkkZ7lc/0DBLfpSNG4IZ05pjck=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "RnSbWAcznadw1k1/xpE3RDhuuHozdxFTjrtsJa1tgbU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/FixedPointUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "rRyTKVv82L6NEnVza6oDoVN6exK/JroIVs1xo0yRyUE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA384andAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "2PGLNBLTR0IaMCQduf02RNro4C2nPafypsTJ1wykbYM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SkeinEngine$Parameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "yl9gAFLs7NVjQcELWBrUHpl/5HMvoBBF5X7o45a5iYM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenKDF2BytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "V+t2gkkv1KCNw6rrUag7K6g+BQXsYjKSCxTJVfGM/jA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreCRLCollection.class" - }, - { - "key": "SHA-256-Digest", - "value": "+DdbBw5D2zTMUSCzinZ2upbhGdPIkj3MM1im8AJJjsg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Blake2spDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "abdRQUWKzVHtr3IqFKJQ0TDfMi1AeAm25Jordj2VlOQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA256And256BitAESBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "mKY6XSvJ4fWD/as5/BYtPFV/7mOllDmwWC9U36igO7w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Haraka256Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "SyxOf018fvDPeq/pdaMNWMMaM8QefVUjaxzt09akh50=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/HMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "6xaOd361/okNdyT05gTLDxg1WY+vbtqSsg14XdlgrZk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/HPS4096Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "4KTL5e0aPVk6vdAxjpxShdhOgwmEPAY/IW0N9+lIUVo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/CipherFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "LDHC2M7+YOmLZ0H02W0bloCOdkzZYeCfWa/PIWGxyho=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/GLVTypeBEndomorphism.class" - }, - { - "key": "SHA-256-Digest", - "value": "jhfYS1pzV7yOfwU5PA3J3MMY9KoPYagAh0irYYB3Rqk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/ReasonFlags.class" - }, - { - "key": "SHA-256-Digest", - "value": "iuZEIpuGkfr5dcXwU56YPf6zKCWQ3nlhQy9dJRcfQ0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/SPHINCS256KeyParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "0Q7JFUpDBA2SY/elsmqFrAjC2ZXkmD67Nu2kt8HsY9k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/MQVPublicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "TrP5zwaFRkwPxioqT3N1qbCizpiCT9Jk2x0pUwQNDlA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyPairGeneratorSpi$Kyber1024_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jzd1QkzsObylt3DMoONl0xR0Kd8/JIBa4aT28mNWNg0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/KMatricesWithPointer.class" - }, - { - "key": "SHA-256-Digest", - "value": "TNWwgZuQfC9ycFBYbrxyVh08xJX+hGRDt4ZfWEdZtTA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCertStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "e2xL0giemfnXSrvOkr6DjC8MucqslzYsyUyK0RrevwE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509V2CRLGenerator$ExtCRLException.class" - }, - { - "key": "SHA-256-Digest", - "value": "mOqsLDkkgdH7usnWfMmzaY8ZTnUO2PZmZeUvM+KSjJA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Object.class" - }, - { - "key": "SHA-256-Digest", - "value": "hfA+tvOtZBxEb2uC55PkRlgtEz/sFmPGH+Xo20A/JSs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$Digest384.class" - }, - { - "key": "SHA-256-Digest", - "value": "KyeTfoLLIHPXVeFH8m7b6v/8ma+GeMM8sFy5U3M2WPs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/TestFailedException.class" - }, - { - "key": "SHA-256-Digest", - "value": "zwtme3RXW0TiGrKZRDq21dGlW7q5av1/4/oUs1klS00=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/OTSHashAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "TBVsjLn+VXg2KMmV9RHpPeCNFz7dAB26xcOSkymvydo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/StreamBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "PPh38fUQanMTf3bQAwbxAqGPNpbRQ/EvR32rk5aR6IU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grain128$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "ztMbMwOgwd5vIkB7DdjZknxbcSa8VCh7hXjCJS4cnTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/GOST3410ParamSetParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3IBkCbnRJZ5vJqqUcHjfubVF2USQ4rPaDn4Q8s6Oh3E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$HybridEntropySource.class" - }, - { - "key": "SHA-256-Digest", - "value": "iATBd6JEx/vPwkdhKV5W5t/PzaNSS9TP6G5DOTrVZg0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "+Iq2uJ5XnyUJFJhZ9gPTaQUZiwjSYTT8mczOBE9dTdA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "bD+OJ6t6IySOWDYotewpWk9DmCIgvsc/mvnZA0ofpUs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/GOST3410ParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "LsMaR7suOXP06TNw3//yRfwhIXJF+ZQG/zZRbSrFZ+U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/OCSPResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "qD6A2f9T1tdpzTNqNeixlFnMTvFkpP1Rv2KiGRZg/6s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/filter/HTMLFilter.class" - }, - { - "key": "SHA-256-Digest", - "value": "uABJRMKFBN04rifLE4VbB/f55+z+0+UdE7tSNQiSqqI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "t9RnH4uid3u8Q6uwGIAwHFwu47e0IUWOYQKEDHP4K68=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHA3Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "i37cFrZFm0WJr1QU+tT00tGGEju/INmq0OosnEIvYKc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "BQ0ZwJdkaj7R2CRno2oK+EIa0htkAMFhqQuN2IWxZ30=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "dc6EpFKoYW59iYU+cUFZbczHJCJEYVgA1EYlgK+wLzo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/StreamUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "3lI0ORMvZooADywcotdtp3CnOljgkdETjR2R0trJXfU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi$ECGOST3410_2012.class" - }, - { - "key": "SHA-256-Digest", - "value": "AUPpwq/phqr5hVZPxswfpOQi25/uhk+Vc+UjvqnrR1E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenJCEBlockCipher$OldPBEWithSHAAndDES3Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "NSpTT6WFk52o8z+E8sozH6jlB2XPaQ1ZEevIHYctx+Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "0+r37Db05O19yy0rzR/psyhmLOUiMTtI9cejfB1ZPGY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "bfP2vT4nElpc4eLr5Z7tH0KyzIsy223c+MPAE7W0r9o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147.class" - }, - { - "key": "SHA-256-Digest", - "value": "rPhPEqPyvFLXYozZVl1mOz9V5ub7pUBf5jXFGG8gOEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448$F.class" - }, - { - "key": "SHA-256-Digest", - "value": "hcZEjBj5dFh7owMeFrQS9AT12p05WUOmt0c0TPa7VpA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/lms/LMSKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "4fDsINb2f8YCeTPZJRSnacapzx++73TDZ9lhYGiVipY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SPHINCSPlusKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "02DGOFnAO5vYoTjB8BfGzglLUnKydprNDuAujLvUB/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base5_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "mGXD7qdaAv6HdZswSdPZkOOexnNqQEBsNBWUIxnTdY8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/BasicGCMMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "FkBQINLzK9oGdK8vm7UAUEwgwX6D+i6Sk90rtVF+pEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi$BCKeyStoreException.class" - }, - { - "key": "SHA-256-Digest", - "value": "9/OksrGuOMtecobJOiMKg+rS2sbZ+iHFAYRGNHPsYFc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "tDAtvRdj/bflDUaPFDQ99k9Rv8J3H7YUHZ9eJMWDU/4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERVideotexString.class" - }, - { - "key": "SHA-256-Digest", - "value": "R96bfpXJ1G1wZXKG3W1TpyyHkOZYPwg2RgaafiieB3M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD2$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "lj61YKfFbJG9XI4YIo01J+VnPkSal6hGCqe1r6NwFJ4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/HarakaS256Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "m0ZzerXKFShtWF0rzh6IF+1S/NwRUUNMy19hifEThvI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/encoders/Encoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "DnpeR6Gs0G3F7HWpbINFUoKTO7EgVfXWPv5PwnpEDqY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "xWPxQVkZmyCNvNjj5IOuihRKaCz2vEIha6Fi9aTVQLs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "jvvbgWxWoR6JivvAGMEQuh4wJBxxJhL0c87FEJcE9J0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "2iO7R2mGLrOLZmpsWvyrPuLr67BLQD0K2wlpQ5ScDRo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/EncryptedObjectStoreData.class" - }, - { - "key": "SHA-256-Digest", - "value": "TD+Qg4TJAowZO/e4Z+LRE0F45CwJECreobb8HcPH+yc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSA224.class" - }, - { - "key": "SHA-256-Digest", - "value": "z0MdJIBJ/x6HARl+T0hRf+S5Ak/tEpdf/sKvlQNMplU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA1KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "qAULfi4XViCpk5Nbes42ryz/PoDNmbcRhoyqDnQpbi8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$31.class" - }, - { - "key": "SHA-256-Digest", - "value": "aUNIJtY/OoLrjGywAk2W25KsnFwXmT72qsnf26e693g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "RagFLbkby7UtfZXSJvWxTZpnJhtXoL/e6XnArXiVuQo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$Ed25519Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cc2hZLRSlbZudyIkiPG7Ma1tyd9hbiVdOACJ+OfH5bU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXNameConstraintValidatorException.class" - }, - { - "key": "SHA-256-Digest", - "value": "zaltq7nv0iZaU7D3F8lrBWdZxpidydKYD3Jzx4eFvGs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_256_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "T6rbBg0aIFJNF6Q7AQVdyZZa2/29bL0FkwMiaAbRRX8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Signature.class" - }, - { - "key": "SHA-256-Digest", - "value": "kI/FZE/I+JyjcjySEw07ptcVc7PWspYUetxDErycGVY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash128$Mac48.class" - }, - { - "key": "SHA-256-Digest", - "value": "30N8TP/zb+o8mQTKGS2AA25zlHhCkwzszHnyKSGLBQQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/LTreeAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "OfgD3uWMKW0MOL3JvgtQlguiiPbB2knC45tQsET0sH0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptlib/CryptlibObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "tfhpPvkMFp5VdWqGR7NMeBSMpl2SCWqfpTI6URnfbjU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ry4KgNbtGKoz8gzzBOB5MiuFDImJRvnUp5/pYS/ADEk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/KDFDoublePipelineIterationBytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "BDHdH7kJnpCX4QoBCHOzdrpXqsQScD5iGLN22l0+6X4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "5XgHOVRMkXtxNNO0NIi1Q5DB74rPWb1gqPulw7XS1Bs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509CRLStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "THwg08pBhnOOav5LQNtl2WPuLR4+dHiMser+Xo2pP4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA224withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "OlYDkUSGkM3C48B12UIa0ogoOT9dB1Qv3zoLR5ghn6M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ev4k3e+IoIdlb5/lMvYxNpzTohK+WWr+HFxrH03n3us=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/RainbowParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "uRYR8LLZGupYGaOJPk/s17NZBTrvqmuhBolOmQwKJpc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCRLStoreSelector$SelectorClone.class" - }, - { - "key": "SHA-256-Digest", - "value": "bvjwFLwoLMUy8PpbjqodYb88Au4PcgWyPsHWfmzTMhE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/X509LDAPCertStoreParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "AHYOyuJC7AjKqeO/brY76MmT7abpoyjCwJJA2mnbLgo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSNodeUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "O+zOmwxw60J00rqyk/dmfxbJKAIRqNH+EP64sxwtnxQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/LowmcConstantsL3.class" - }, - { - "key": "SHA-256-Digest", - "value": "YE+0gkEUbszL4sZYaFhUKTjAiSbEqtShs1jF6hb5hMA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$ECB_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "DKT+KMlQaLdvqZbz7l6SiwXR5cDW2LPznaKLBsJeG9M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERGraphicString.class" - }, - { - "key": "SHA-256-Digest", - "value": "R0EeTbeGFx+tb+1/saAUY60kLgRPMiEYjvHzZhYRwpE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "uuh4/vpGvaSaAh+1BldpO97DbdvSoa5HmguJmBP68Ic=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntru/NTRUKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Daqv1BbuMDIzY1yIOtUQwag9CHfuwx+Q02QbSAPaeiI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/frodo/BCFrodoPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "X7xAAtiAs9QAJuePObJaeByTrmdU3Kj2P87DxZAvUCg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224K1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "qp5poRwQ71AjdQiIh2udsp05hTthnZeDqGnX9EdErZ8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ValidityPrecompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "cVm8JkBMNo2nrmb3J6xbQUsJyHLBGWj3ynZ3L9qSx+k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ZTauElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "tyP8DHh1sAIaTO40amR07mkWiqwGekGp6JiM1sCFGrg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA224.class" - }, - { - "key": "SHA-256-Digest", - "value": "izjGSdlbHAaK06marDhTBy6u4dvuazjcT09X7hw6qpA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLAKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "zKucVef3y4jD9eYRvt58srZEr8iUIGJrV1HnOgJ8LF0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/HQC.class" - }, - { - "key": "SHA-256-Digest", - "value": "oXAmpWcB1BmGMxPxCL2SMe6nmvISfP54r/VbK44aWRg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/NoekeonEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "e+TmWelLUEi2Tb8cP3P4h0Fk/3nrPpok8S/upMTftME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "CKaDHoC4gJdx1MW0g2cfaG6aJgkfNZWczNdEFGtQcsE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/HashTreeAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "SlZwTEpi/P0HhcyklhokgnN1Jf2fkmUc7RGmyA8QL3o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreCertPairCollection.class" - }, - { - "key": "SHA-256-Digest", - "value": "jArVINRuBwwJXvUHdK0MpV/Ry/zwrQqBAWNp5u+mTwA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WNafUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "CmHoqtCUTwNNorHivzA2Tu7PK5swG4GZDzDmu7JytYg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2mField.class" - }, - { - "key": "SHA-256-Digest", - "value": "OvzrTsldgIeDLvf+xGEtfGxutBeZkR/iVqiXaLex2m8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/HQCParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "Va+GHKu9Asjy5IOtlE7WbVdlH+6ny9fHJA0AwIYkJHE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecMatrix.class" - }, - { - "key": "SHA-256-Digest", - "value": "CUW/Xdg8xG+ojynSlGYepCmYHDx48ypvzQTdLifAQ8U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "m3J+HD7zJ44B/Y0aqSn/oqHaCctsdkpEZ2uPTr61qBo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Argon2BytesGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "J9M8DbN7eij8vm0ZTrgnPPXEEM5RTKorfEFde48GSDo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$KeyGen256.class" - }, - { - "key": "SHA-256-Digest", - "value": "VXkL1KEwAbbyefKq4iG6GI1bzb6Y/U9T7GfGVfNcxco=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "kfBxbb6zduBAe4iNJMyV1jZ38M6Lv5SPXdLpM0NF+FA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ThreefishEngine$Threefish1024Cipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "G2n13P3QQ7kkhraGlQ3eI+JnA9ZO+7cFw8Bw2FQd1RM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WTauNafPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "WDgpBqbn76iVWSzj+yEz0fjBNHVdi1bpCZVQLaJEwI4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/RainbowPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "w5ulvD5U9jJxQLnSlSlqBcXfoG+EOTceWJso93uH5ww=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECPointMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "A1H8FsFNdXce4xPFLBTSgtfeZgtxXHoX4xt3sb1lnT4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/hpke/AEAD.class" - }, - { - "key": "SHA-256-Digest", - "value": "kQKAlvKylhOIS3GqLb8x62ZUKnXi0NQ+PV8Svny9Aeo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "rijCn6V27TRlStpsyBQkSmYbMYwKD5Sr2Kyle8MhzGU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "gP3+WhN/nRg1Iy2YAyCJrqJcWmQAnWtofFyag8mMgeQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/mozilla/SignedPublicKeyAndChallenge.class" - }, - { - "key": "SHA-256-Digest", - "value": "ILlHqJePimwcKxMzksACzzfNs1XLwkq8tIJRQsWPUWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/AlgorithmParameterGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "TtcX2M+Z/5WyNBj+EI4GjuDEtt4csLEyasqTNvPY6Fk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECFieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "iAS5dlevohG/M8wSLMVPjge/9Kusn6+Bx0YXyn1gZzQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/BCHQCPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "mIT/JHZ3L+T96+ZWtnXZftjGJOvdlI/wAcXpnwyA9Is=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ExternalParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "lS+rC1SMrJpJn5sGAAjx1PvKI6szTdxlf7qoKCWydvw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "nSfKlEdBg5GFpLhpO2fH8OsT/YE77A1YrWK/U3FMC+Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "1UjqNXyWdGd03xkdHfevGeVjQYWL/zBqTdMivsSlVwI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement$AbstractF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vy0CTRnxCyS+h91A/QZ9nLyMIimLbL5FiNXQMy76nQs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/misc/ScryptParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "3dBxFK1UJJg7Snv2Ef9WR1+Rw2+M+Geqem4Q61tAh+Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$ISAPAEAD_A_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "sTBrqPPvxQ9yVZnZu68JcYT1X5Vg8eExqfYhOoiCKgs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "RuEXCALTlWHZYTEjv7kyhTKW/sTbmjdaeVQSli+Cj40=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSException.class" - }, - { - "key": "SHA-256-Digest", - "value": "w5B6Ar9YQwBAwsxD0EFDPcPwrQ7jhYIcftM54di8b8I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD2$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "KdMpQVr1zjihP3tX1xsvrL7cS7jpw0QuFsN/ZgVE6rU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/PQCObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "M3PYr7bOh1KvSY9KzxsRfcIbRWEsf7Z9GGShLKSLq6M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ElGamalPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "5cbNJlV5tSLvsuYpRZ48n/E8aNGsXjTQ8fBprBczS/8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/AsymmetricCipherKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "K9s6z2FyMDcI+T9bwJfXX+fDVW/7PVDB72SB39UOtKQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/FrodoParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "XtamDJm7poQnUMbwRDe9X5v5BuKvxNhewxU+5cqbTfA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/AlgorithmParametersSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "MUCUe/ubMi7s8MJbDuH0MaALHlZBwhqrWutvnlIqcoA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/Vector.class" - }, - { - "key": "SHA-256-Digest", - "value": "2LXK0qPnJdC46LTxuudVwDHwSha70NnhqpBDDixhSWg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/IntUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "qbNAbIjRaRl2LBY2WIUDbXu4slqQKQyMd2igLFtS/hw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/modes/SICBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "WfBNAWvjEjLZMmlE3zliPChQJwD4WBVLuCOporRzphI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/PasswordConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "ITeaWD5xto66UDIoKe5dQdtlQlhXYExJg8vR9x+5erY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/ExtendedPKIXBuilderParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Iz9h2yOVycvRWlbEC9yHQ9Rart6dpRuhVwPnOluTCFg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SNTRUPrimeConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "wF8HvK5ih0PjXEhXYaigNwDe6M6TcTNN7CHhQs2jtYw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/KeyParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "K2KVzGJbpTvPFuTDlLz50AHxXVjF0UYbyGB55CJwBJY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "5CdPAUuaSz/Tf/+T+8KVKjftReII8au/4FFpCtWiOYI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Objects.class" - }, - { - "key": "SHA-256-Digest", - "value": "PvsF0eu4K3dm0jOyP6kzUjdvdYV7jrbvAydhyq5lGaY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyPairGeneratorSpi$EC.class" - }, - { - "key": "SHA-256-Digest", - "value": "OPxzH032WJlTOKGWiOVlqRjATSm/Espej9Z5JwoF77k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "yxvIPNBJvoh1psKrYXmxhbQRq/YMyjz87h9J8Few9Uw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "KxJao2NxLip/XV8vhjV/Tzz1Lr7vd4bTC6snLGiYig0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/Tables8kKGCMMultiplier_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "QeWREWXl7verylcjjRWGKK4LSZFpzLPOCrs1gZ43fNQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/parsers/ECIESPublicKeyParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ebH14YA/MIMuB6+rovPwMrQF4ArvyzOxcW97FuCDs5Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Enumerated.class" - }, - { - "key": "SHA-256-Digest", - "value": "WHPlYO0iwwS0A3E7FsSKCGrcWRhvDZCxHzmqKe8RyTQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "JzLlDTeWMDc65rj4R2oGm8wDaJp9ArBYyNX3xzLUbJ0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERBitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "QJezl0qJsFrIkkZSHFjUjgteTYeG8lYoIhxVl2Xc9dE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "efLog510DwrAkWRavEnSZyexg3UOL6zWD5m2C+O+Op4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/FastFourierTransform.class" - }, - { - "key": "SHA-256-Digest", - "value": "C/l3njyQMDIRyNQ8k1pnmJpmqAWeXmU1kmEn818AlSE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1UTF8String.class" - }, - { - "key": "SHA-256-Digest", - "value": "EY/MT8PWyb8mBNY/aEpVJDsf5i9IBqr+W+L7obYVUlk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/BIKEParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "C6mdbat99dT5NdMMZQMXtEkAEOiO7pwVqxaZPH/lp34=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DSTU4145KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "1NMBrenRyTKxstBydAS8NUUbtk8RStzerMh3oSVVeao=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/EncodableDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "gGkhi7oms2wAhnFA+1Ziuvd86nteeW9wIhSULRmJIJs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/RandomDSAKCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "aXzYUyG52aRJcQX0nhpS6VPJs/BinYukhASW0QrU8O8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ua/DSTU4145PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "LKiSveLjE/y/DTqPLJTAYnjVLQOVXWyu96RtTawEq9M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/GcmSpecUtil$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "a5r37bR6gzuGONvXrse3ChDmoDISGXYWyLMDTPvysmY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$GCFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fg0SRzMCWd8hXGLbQaiZSRMdpKkIerbT+WQA+VT05Vc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dstu/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "SXa9g0pLrf7BgmiqLJSszTLs+zTwV3GN+RTbJNI+Psg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/CMCE$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "WrLzGPEwjPWItdlzcTWvvrU2GbUXCWCOXwjz1KoSxUI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecL.class" - }, - { - "key": "SHA-256-Digest", - "value": "XMCbjcOaInFfJcU7kuJovf10sNW643SXulZXXzmWn6k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SparkleDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "xaE9OmG7xOvKXuyLsjalhNtsrcN3n4oDxg7dX5nhN/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/BCFalconPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "a2XeTKSlpTi8ZUxl9HdpbEaaYWcwDHU4E3dEfXNQ+Eg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/KyberPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "KVCBgqSj7QCFzyXdbgJ8QDkdfRa5Hu2901mEUc1J6fc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XSalsa20$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "mCVwH5oKgSgRCT5X3BPZ2ejH7bbUpat08WIahqvqDNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/RepeatedSecretKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "5LgfpqU8/9/i36H91VlMuTK4vBkUPpOhtceK+fpCPLU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/KGCMUtil_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "tksxePe5l3uNnrMDKKpUP8uq/v10f5olOuRf/DEx11U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$GOST3410_2001Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "+EZwWxLvNE7fkpnD5gr6bfKzIqEZ1bsPm7wC8C3VBUg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA256withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "4etSRAwHWAzbyVF0R013/iy1MrTRzXcIfbXnfrwNlJE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "z2KGSujqxvmFi68UE2sR1Rn8Gxm4QyqI8+uxuvWR91o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "D8TSt2OHDfNDfOPVTsIks9VjRjXGA8GeuYKoW9fo8ow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$HashMacSHA3.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q6x756Ptng/h9k5OHoUDdQR2/S+3HMwJ7cNtF6a65mU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ElGamalParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "fknL7CxvVLZ/lta8AHJI2pQ5USHf0vsf0JUQ5fywb1c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestShake256_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "k7zwteYYtfufV0LZQprUFwC+29qDcGuRuZCeBndA7Zw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC128$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q6F0938hDGAw0m4y1vVxs1FouHTWkXCxPo4pyUx6fQ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/pem/PemGenerationException.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ld7ZjMaUmnHff+yYbx4h6JJ8vr/sFhB3dNIoYlIMSZo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/ECPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rTiDyVozZbUEmWBute5WvKgUhbzr0cWxfI7+vbdbTdU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptlib/CryptlibObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "IeyCa++FhF5cNOo/P/FKxyLSV25yrnWguZKtvsly4RE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1RelativeOID.class" - }, - { - "key": "SHA-256-Digest", - "value": "EC7kUngPzwiZXqUXvRWT14lfK2JriUC2+onyE2s1FQ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/SkeinParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ousOT/xHjd+csM4kcGaQtxsT2o3wKxTf34SzlarP7Rk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/LocalizedMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "tgIQX4mGhPVXfWaKEalXPG8lMl+omS90WO8fFgm+Pqw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "wc+s/g1dNq/Mvn4UmnTbSKQVr77QgAWCsQqA0OPrDac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "xOJ8wzi4/8LIPsoXPVcRpfH3whVF2Nen/UFyIB6B55g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$17.class" - }, - { - "key": "SHA-256-Digest", - "value": "baD2RmCKrZCAb/2zTgTTLCboqCrFstu3K4A5ICRw4go=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zl4I3bX0lKrBhTjNCcbxCY41Xu8cU9UQIliC138XiJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/BDSStateMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "6UazmGZZg1xTxnei0JZPGUqfB0UoqvXkGyUlKLwHjs0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "YN7F9TJLHcFQd6fo+XkCk4XaZJbf33Ql9oQeV6WcX4I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ia2FmSPu7/z2Xnx5ivG+2B3FnQsqQX0WyodXPy+sCgI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/CipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "TOLtgPvPCp+YI8QBTpMQMWejphzaQ2dmhvsqnq1DiWQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/BigIntegers.class" - }, - { - "key": "SHA-256-Digest", - "value": "eHUnbUjgaL7oSPL5CTub1x4leLzx/Uy/paRn75yO+ec=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsa224.class" - }, - { - "key": "SHA-256-Digest", - "value": "FHq/cAAEKHwey2CtXJVEr9d5f/PD54vWFaeMaBN2OQ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "4mrG4L73HrwtCXRQeaUWOK16YQw6eCQUx+0wV+vYuIg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/VMPCKSA3Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "hUDF8vf/oDBk35NshqTEJ5amSqi+qnTcUWAHVYDfeF0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LmsUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "Kz/d7p7gY2UYWQAxeROEAGiDpKeHbGSqeffRp3W8Ee4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$21.class" - }, - { - "key": "SHA-256-Digest", - "value": "caauSgXWKmB6ZgfOuN9yltsaRNAkIpW74swy7q0L5Lk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD4$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "I3TeITrtM112bNAEo+PtoMDSca1tZFDkjPMxk1olisE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/GCMUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "B+sbq+0ofg+on1f/lGARljucX87d/jCYLDuSdUjMwmk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERT61String.class" - }, - { - "key": "SHA-256-Digest", - "value": "o/DG2N7dM+m1JlNfAeqeTBWSrtbludM31+DlR1v0gQI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1VisibleString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "dIYcXLPP++i2bgKE/xpSyIlCe8o5qygzSJZt+sC6wK0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/BCXDHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "vzfINtdoW6SBAHDuWUAqoz64cPp35qIWF2NLbP/uWRU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_512_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "ue8P4rcsH7gzugHpwkdYVgRQhHReMIzB6i+VDLHF5Hw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT239K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "NvLS4XJSxe1Cbou9CeyDyZyO7+SnKu3PhYvSdxrVXiQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McEliecePointchevalCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "mkGa9PkGPHPnsdgLp2HlAzdIQtaj+5e36n38iMkXeYo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1GraphicString.class" - }, - { - "key": "SHA-256-Digest", - "value": "LJ0n/xsDUz+q227n3uYmONmCeufcxMkAyjvmUxbbiAw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Strings$StringListImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hgl9O6/SwRdRBjKq3j1yy7A8fTP2wqHqMP2+y3lKyzU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXExtendedParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Z8DrYKrKRTeo0GN7HdaAow4w0j7Yg2tMccvggCVL+w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "v4yA+VEygPhQqgFPfITrEUXtDb1oq1+DBujnaGGDJd4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/frodo/FrodoCipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "ig++ymhXM8zM+CVeZqJzqr4KGbdb7AeefRCB9b9Z2ec=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "YXFwItjnaMCrSI4ve0fxuudnBCwOzpW3yY+vW9OWr6U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SerpentEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "0B4t09dpcmfYzeC2SNTOBuGYTL2wQhOuVC7HNWQNIX0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/HashUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "QLSCron0IehJOUgh+tJVMfKAUdX+fAbbulXX7lATChc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/JcaJceHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "8NZdpnj9jYJwWCgdTknNu7BxbVExowVreMpoa/Aelxk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "nTaQGv+DhLpBEhibWM6JZwkHv3reqSH7rKPpYPSC2jk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/lms/LMSSignatureSpi$generic.class" - }, - { - "key": "SHA-256-Digest", - "value": "5259EEwH50QQwR1IgtjZSKKsz1n1hpE/860pcL0EA/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ua/DSTU4145BinaryField.class" - }, - { - "key": "SHA-256-Digest", - "value": "itj8WTx/En97v7eQOvkXu0Tm6cZJ8gk4bYl5T6a0DFc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi$ISO9796d1Padding.class" - }, - { - "key": "SHA-256-Digest", - "value": "SrF5t4EHSwtcRaj3Kr6XMVhcPYHPkkZjXJrs5CZzSaM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BouncyCastleProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "XDVvlqqLBr2DDvgjKLEdg7jtAzPX9XYOV7mfUIrJb3Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyGeneratorSpi$Kyber1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z2dKqRP5fwcTy/w3k4QDTWSLohFJrzbL5+mWyXRZBjU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/DSAExt.class" - }, - { - "key": "SHA-256-Digest", - "value": "u8Y2yasDu/q0K3+k69G2BxW3V9psh51doLtCWGGmchU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/BCMcElieceCCA2PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "4djE9+r5mpTHvHCQwuiTYCSH4m1It0EA+fAYMu2k8KU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenJCEBlockCipher$BrokePBEWithSHAAndDES3Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "jOdO8WbeKdYnsYa/42vX7z72ptFDxOJA5PowHCnoqrc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/DecoderException.class" - }, - { - "key": "SHA-256-Digest", - "value": "ntDr/Tn3ecAgyPAupkAO6VHpNDAvqfXGnilwOuox8Jw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$28.class" - }, - { - "key": "SHA-256-Digest", - "value": "cmm3Uj3JRYO495hogbeQP51xb7JW3xKsK+tgh/+GVJs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXCertPathBuilderSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "q1tIAansthtBf+fvNgIzZEXGRCrqS5OMGorJBEvGv94=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DEROutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "XCVLEFVjyFlaSaguB9VZT1CCQ0F/0N6TvNq2BDMB/tE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Zuc256Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "DF8MlMZ2LSPEmiTE+Uz3HZhP6WUU5iML23kQC5O1MKo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKCS12Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "MopLHpdVYJ5pTdMYHk7qNTrslXXSuRFHyMod0yav0Ac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X448Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "C5hIk2cMRsFh9kXVqLKB5vkDrGfu8xWi+3pMkfO+xLA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber512_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bzegqah6Yl/U9wPmk6LpDy/ZR+B9fAjYadzz0HqiOfI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "IBDpFIDpGmArhW/udB0rWjeyMK1AVIVLli1cUTusnXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA3_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "k8EEKNqkgGCVAffxT5eZ4uxxOKHPMBTmzTRnVAdmvC0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$RSAConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "j0R/90aEtGi4X4JU+QvPo8wiKLOYa3CiC4nm4/yFT18=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1RelativeOID$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "oEkO6MQyrCzVrT778RjEnUxBiUUMQCr/1u9nOkx5I1Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$GCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "hIZ1nkoDxlJnFMZeKAxLKfV8VNHGIrISsT2b0Mg0uZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/X509Principal.class" - }, - { - "key": "SHA-256-Digest", - "value": "MdrHwkyMZmzjeTMpW8RapjP5DQpqWSvnJLisKbHhYdw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/MD4Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "4rYX0/3nFvRf+VabkcNoW0+dm3yZBZ4pQqK7ERGH88I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BCBIKEPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "tK4Uvm5FShXJsbyw10WZF6+IiO3bqq9Dfikr+V2XDYA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "+7nKPpa+vMIzrIe22miUDh9mT8hUFAMGVUoU9q/mTJI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/ReedMuller$Codeword.class" - }, - { - "key": "SHA-256-Digest", - "value": "hAHwOnPU+fs2eoMkmzQWEB9JgR7uirPiYE2mhgLKSQE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsaSha3_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "JqZ2cSN6Sdork+BEO8SZ4CH8XUkSpKIi93uf0svczTE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "kS4Bth7y9He7AWHwIxE1z7+1mGoBgxKXCd5bVzdMMRs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/OTSHashAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "JAb4PprQUGJdEKCvqsW8q7Aldg8bUJqhRAZeBd3gb/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$31.class" - }, - { - "key": "SHA-256-Digest", - "value": "9lqaQ90lLqgjXwQ6TiU/loNZcJLgmoROsuWkvF9NoOc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/FixedSecureRandom$Source.class" - }, - { - "key": "SHA-256-Digest", - "value": "X4fgDvP8w+dfxNSxpcjMJ47+7BhNYsIFjjrFHh/sB4Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$PointAccum.class" - }, - { - "key": "SHA-256-Digest", - "value": "8F1bSoP/UdCYzPPBL1z/DuDHy7JaPD3TUwUkGv6H+fM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "eEd4gLK/jkg3r9CCALGBLLn/L600ylpw6Bbbblhdmag=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GF2mField.class" - }, - { - "key": "SHA-256-Digest", - "value": "sgO/ICPMLIn1vI+s0dCd7x81XUfTjVdQR6jvH2ZWRVU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519UwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "PszfbBScVhNwnJYu1YRO8E/XwwVZTcupLzShAEAVEBw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PrincipalUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "QXACgi1A7hzqWiHIf4tzovgtsHrZBo/TMSr5VYG0L70=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "ytjYHqRxiGVcjglSoKJKOOBHJolAjocmGRjR+9hIvCc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CTR256.class" - }, - { - "key": "SHA-256-Digest", - "value": "zi9OhEdtxL97BCkqKmFCs2VklG/ehBkKBXqtapLwx4w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qtoq7TaxuFuQ4Za98LFBgELi9FJpAQ1kGzEDfmYfdl0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4$PBEWithSHAAnd40Bit.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ax/L6Wzkuq/cub7AKidVKJC/MlPe81h1yz57oqsjDm8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1EncodableVector.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sawotrn/d7iYf+16b5MNiMHg89/GeOZ7B4B1bFCMHuY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PrivateKeyInfoFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "4L7NtI9mnJXXfkcByKRNADN6291fatIHMlW6cXzcsnU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSLoadStoreParameter$SignatureAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "y4CcC1A6c9HnCwp51QnlDMOM5pB+XcCdGDjaI6HMvBo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/pem/PemObjectParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "lm8Yi+DmuQZdxZkP1LRLA/nAWyFqd74Qoj9C7XDUN/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowPublicMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "jY82p6AY+93jlc+9aNeE8JYfE71vfrPwdBHSMDVJV8Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/DSAKCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ObLLBfvlZTlk/DezUsayBXCY0GbLWLtI8oh9RDtfi/A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$Ed448Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y7gWQ32Ll6xd2OznB4DlU5AKrOAgfhXF5o4YeFO42cw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/PKIXAttrCertChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "5BvQ+pz8dMhWZcBf3q5nieQ+uXb/fHPvm8Uypv6nkRU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "w48WYWtYpq/LBr/L/eGsJOnR4mQ2yoIBSFvhgUsoZTQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "+V3TD8YgjI9TJ4h4wrVf2iINNaAI0TmDnMh9iDN4esI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/Symmetric$AesSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "hk+fAKULs0umKHWrD8srWdI/F/uSfGIVh60CIm/Bw38=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestTupleHash256_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "HEP0SOt2ctHNegvU7+h9BHxoYX407s1a5PocBBUmC8M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/XMSSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "tlSfwXNPKXK4sSkafbeYLeZxX9LAFTUPfdfWEtF7BnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/WOTSPlusParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "00/A8AMvZsH702MWbRYqv1yR5YSsH/DvfUNwKCySul4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$KeyGen128.class" - }, - { - "key": "SHA-256-Digest", - "value": "qmeSR4EsSrb2bzq2JZsUordnxyWopOTCafKbU3xs1iM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/ScryptConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "8IdlHTvL2qCQx5WRszcA9n8SkAM2HeJ7tSpf4+WJ4d8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/kems/RSAKeyEncapsulation.class" - }, - { - "key": "SHA-256-Digest", - "value": "m2uasSyH8ssQ4AdES+kkrQuen99xrSI3hVh4ucm7r/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC128.class" - }, - { - "key": "SHA-256-Digest", - "value": "XgxNslg43K60oDfqWx6uxHNstbGkZaNpoVvDQoAo9mY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseSecretKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "uNx9N5YRcRRHcUBURzSKPOHKncrYvL4M4144xT1dlok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator$Shake128MatrixGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "N3qhrJJ8379BdnNq7zBaZDvAl583ymfxJkrMe7YnB+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "0WICC+vCnBaJEwUuttQXKqVpMFtxQL8jFrDcrE6MAOY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/FalconPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "EEsW+hfxyhrm6z4SoPbZUGLIK4BP2O8HvMXVPuMgjwc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERApplicationSpecificParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "kkC/qg/aTFIP499mNLFRBLw7fxadJYkm6nACzt+Mj2w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ua/DSTU4145NamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "xDisvQKbZRC7YgMoqsvEWGCY/Xb9NmQdWCz4l5VXlwk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "xvjqhf0effo3xxRpvqEqvA9i/wGBDuD6MJHfwHi2FGk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2nField.class" - }, - { - "key": "SHA-256-Digest", - "value": "JKYYf5aYXPPqsRKyWKtg5O5f8OZA06FTncgWJl2Xmrg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECPoint$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "uYFY4T/N/kSJmSsRRSdBSNzysrth8uHMwoBsLOmttNY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/EC5Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "RuMkbX75FI5oGgqzoOwsfQpbD5PGMNHPht4NMICaYHg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Arrays.class" - }, - { - "key": "SHA-256-Digest", - "value": "/C5tLt9d5CQUzfsKSBsgAurwf/D1DBZEJJkYCtA6SVI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1OctetString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "q1C4jz8owc2wKu22WfxD5MZr7rpgDuIgNB76RlLDGb0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1BMPString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vZYH6MFHEK15IpU+Cbb3/MgwROScP0AWb+5PYkpwK4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD128$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "BvqjQFS0XT5nkZwWcbT9bQFJpLd+qXeQTJDk0bkEX5s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Enumerated.class" - }, - { - "key": "SHA-256-Digest", - "value": "JtLm5vdHOm5W3gV+tjqG8RDKhzHSV9tXJCEagJeecDQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/SABER.class" - }, - { - "key": "SHA-256-Digest", - "value": "uHlzxuRkaCyKNX+F+176rWgt6FAzmYOqFOhsQc7Goiw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "ILFBueb+07yQLa9gkMydYDkf08GMmCSC21RdKAInvKU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSSignature$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sp2k4gGV+C618oJ643oTEPIXm4Rc4cI7kBCyoY1F/So=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "4g0lu2VSFuvuYHlA58QHF9oP5JXVPZob5XzID911oq0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/TweakableBlockCipherParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "yK0hanJWhW0V28ahwA/1hQD2ZAQqSZ6Q/FzKOG6dV4Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS2048677.class" - }, - { - "key": "SHA-256-Digest", - "value": "BB5ogDzVrpEBNP1qVu5hKJcSA6is+q1T6Ob12Lg2n90=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/KGCMUtil_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "qDQyrQ+4wfjmuT+F8yPJMwGttCMo2kFDDhMJoQ9synY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ct4VOx2ludodxYWK3e1eMk45ggVrcVx7F/sEdAq+o0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "ugxdfD1M5MfnOF/+oHbBKz5C/d3iwAFe+IybI9xuuBU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/Falcon.class" - }, - { - "key": "SHA-256-Digest", - "value": "NtCuLhc22E912tZpnvFJPLfFAGGphzllguKPgbfjT6M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ApplicationSpecific.class" - }, - { - "key": "SHA-256-Digest", - "value": "qW40tvlA4piIr+TlP2HosZ2V1sD/Ef+s414uejoqUxY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSLoadStoreParameter$EncryptionAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "T9Ct26otdNCcGkJ687qVTteey+Bd8iB/wm5sU9m9SII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/ECPointEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "FJRNMlBtli9GX600Qm48nnj+P0nDTVNpPMe3NWYaTCU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$CTR.class" - }, - { - "key": "SHA-256-Digest", - "value": "btWHohl6deln46aqL39+FhCNwvnGEgDtMtaz5we0An0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$F.class" - }, - { - "key": "SHA-256-Digest", - "value": "cH3PirTmatqLElh1C8hDpUeIMZdOmpbvPpCbQ4OTZ5Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "FRc9FoZkis66Ah4hTzA6jX+8FprswgzBN4wRe01Po8M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "XkwfZ5kyEqaJk5B0z3NZ4wfNQO3LP/eKwtzgTUidxtQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Kangaroo$KangarooParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "WrLOQqBtKxkneLXSocYomovGdJnVYYELtiw45WdI3qc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/JournalingSecureRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "FhLlO5vOTltr6AhksiUbEn1PZBXdM+mbHLWx5iTSL94=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "/HRhVdai4hBAoW9PxgOln3iJZGTRo6ELqICCO+KvKwA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "LXcpg/vlAkaq8E84wFFXJRsKV6h2myEKXpL+3+gyXJ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/jpake/JPAKERound2Payload.class" - }, - { - "key": "SHA-256-Digest", - "value": "FvuNkd3O6y/R0jO8ezQHF53KzMnLTaxLsTyif+Pk+Ag=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "p+5vZZh396ESk4RfWAXwxhXOxRj3t5BP9eAIi6vL2Uk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUParameterSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "835p4t1XvUiteqB6dFivsyTRpbeHAkY15cMTUUU/FuQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DESedeParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "UUSOo7atIVateoq4JKLK3eP/odLmyqDG/W+7lj0fuVQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4.class" - }, - { - "key": "SHA-256-Digest", - "value": "4h23aQVlo27WgqnUTjQ8mGVSDNsYPUJpv9Vuc00BmKw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialGF2mSmallM.class" - }, - { - "key": "SHA-256-Digest", - "value": "G7o4twTuIKY2Saqyye5BBJrw6Jpp1qEkycDBW/BSDNw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/PrivateKeyInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "1E4gvhbowVlf0yzwHC6JYL/8aKBIHgyosu6c+JUYMIE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$KeyGenerator3.class" - }, - { - "key": "SHA-256-Digest", - "value": "nh3rb08iZYRw2raEN2mTCekImitvVTI7RX21/Te1o/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/PolyVecK.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wd94funL97WlSEM4D87XRDC2Zr7nn8uMB1+v517sFVs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SSHNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "GI9ClQ3W7Lhv8zEeKi/rhW/pgjX/t+7RMNZr6FgM8Sw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERApplicationSpecific.class" - }, - { - "key": "SHA-256-Digest", - "value": "f02jKRrNB3GWR57Z3oADPUNvoHDSIDyqxS+WaZtOz2s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/FiniteFields.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZVNHDuVflRrOEdW09b4tyYnWIYyzdHFM/ywB4yGr4pA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/EncodableDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "By8iPoiR1PexJysk4Fv3xEhCEfnQpRBSpiN01ym8XhM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "uMKrUC2GmecusqlvW62C85I0MWiANF5XUB/hdSeULkQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$Sha2Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "XcT9gOEvdVR1q9gvVsnCIcyJNrTa1VibQr0OSqtlEsI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$26.class" - }, - { - "key": "SHA-256-Digest", - "value": "dnhKPWMGZb3+7T7RLINMubd20IHJnIxk44YDhF/UVM8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/NTRUPrime$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "uKMNV3MGY0kgt1uRe9F/il+p2rKFddSX9FBTSavkMPM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Tag.class" - }, - { - "key": "SHA-256-Digest", - "value": "mLMAAYCJSG/jTcN0mrfyBCBV4oIkfsEsQMoXhSR+ZCE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PrivateKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "itlVLSIlEnrZTzFA4aYaj85GYEzIEJANDy3FfL1SqZI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/BDS.class" - }, - { - "key": "SHA-256-Digest", - "value": "aHJ6YRbPF6NglPQ78Peo+aIsS2yEI+jXNg0WN+4ExXE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/ThreadedSeedGenerator$SeedGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "aUuuTH6xKcjd44Utx+cG9i6sYQcWph3GjDz0h4rQ4yY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XSalsa20$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gu5JpQ8oVyGUAh62n3/afyvgA6CJo9ekFHuJYaaiobE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ECPrivateKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "z8Tj3oiJDJOrK4ZBJCptXqSjigMHp+lENXcgExvsU+w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKCS12KeyWithParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "CtX8MBEwCddBu9y7KZojSm0pQTYbJnVn5WN0qu8QX4I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "OXU18qRw0jbQTIl5oA7wcofQkdF37iM/h3nB4XWRGxU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "H+oIPQKPDjLDIk7i5ELSK9kQmMX+FhQveeoqujXLL7k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ll/YAah3QsRcNsLl8RjAZQPccJWp9zwlY2qc2z65bnE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$CBCMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "TWCA1JyxQwHNNlsM0h06I7+gLpn1FPDpOunkA64uUiU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "7KBgzq6+5FiXK8FqS/kkOV1X+M8Yg9uWCdOE797dA4I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Picnic$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "ABAXhV4+FpuBdm1hbZtgei/bJhLOLfg3L+LCCBn5UZ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CTR512.class" - }, - { - "key": "SHA-256-Digest", - "value": "GFLUz5JbyrvlGWUJZoRi20j7yjfVW6EDYc+Uie30k2g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Salsa20$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ep8OW+RcoN/agWjQNkAZjWcHCskAXQHQ89/h8mNRv5w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ChaChaEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "tZit2uhpQDBOlr4cBtLuAR51IQOrGCXL+PMCPTUrhG8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/GM.class" - }, - { - "key": "SHA-256-Digest", - "value": "eoHjKBA7Y+C7eU0ZlPJIwRHTR3ejOzxhU85WsJQjeSY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/Matrix.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mk3JTABG8/QMKABiR8OORj+C56rO06TEn9NgO05pjc0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "GhXHD9lheJqjxIUrxOcnVlkOzJoFRdzPJgZKLvIr13w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/BENES12.class" - }, - { - "key": "SHA-256-Digest", - "value": "6I8pf2taiA+hr9/9B8t2DboPq3DnzlHRTDSI1mgt91o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Choice.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dh+9sya+JbeTZT0qTgc3TfaidtPsDCCl0Ac+lLvlaQk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$ZucMac256_64.class" - }, - { - "key": "SHA-256-Digest", - "value": "30gHPES08nzV9b5/YvAn/H5K4HtmEdpBXdL3mlhfXB4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/BC15EdDSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "A0mSudmbxKGnVbQUZcwh1V9JiUTg2TGtzbUgzhuzsPU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AESCCMMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "bGW2exh59L2gdzxUgDl8Z2CpQw11/BtqryVpMSUY2nk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/spec/ECParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "oD4KVlFEbuFHHiNQH5lCLq2ajlyU7ndpBqWSQVTyw+w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1OctetStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "0U7SEGVn8wXZpaRqKmVzD/eiAYlgtJwjTSD3mo35Ssg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA256andDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "yOi9cSUp3dD2UPA+K14eWL4h1shvftuPG57NmxDgH8s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA384withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "cQkBhJiTcv7iAITNGX+CPYTa9nQUHV4/ZUkR3wwu3XY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "EQnopkJ6oo3pW6MoMwGWYshkKwlBcgctbkFHkjB05eU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$SHA1WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "n2aY1dQRM9Pu7f/0ZulYJtQyD6qHBf6v/ilQjnZG7F0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_384withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "+JUR8ktTsmieInA4tz3VeIYbvX4UV29fdi0d6ri3UJM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "C3rUgSvL0TanEzq0fpnQH4fZ6UVEesJs/Hs9xLn5R3Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "JG/zJahKdwM9dbPVTFCYEKDwEJ6jAAfa//aqtei1daM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/Horst.class" - }, - { - "key": "SHA-256-Digest", - "value": "8+/woFyvLboiHg905uaOJkm7OBgBXIscUFl21eQzs3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Rijndael$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "9UWhTNrK6SLYhDMIS97Q2sqqRLuXrJiPzbCq8Oz3mJw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/BasicGCMExponentiator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y/TwKpP4IFHU5z3RQT/zBwYjW1C4431t1lMsLqrYvbI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EdEC.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z3ifk9tp5VYD3Ew1zXn4lkSc884TrIYCRF6UXrX9rYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesRegistrar$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "qlP6MhyTkw2/IgcsWMvZQ2CuRUsytDvTyewa6YzY6H4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA256KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rk9OxS+QUNcGUikcQvL3AQQ95qyuHDYZQ5d/1hAQj5I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$21.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZekucSwALdaWjQRpTf/NYngfQ+rgGcIXkGFj1owPks4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/KGCMUtil_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "9EVCTx+s5eslWMOkUAY4aT9PUZxcKbUXFC3153OlFek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$KeyGenerator384.class" - }, - { - "key": "SHA-256-Digest", - "value": "1bzs0lvGMDaG+Ns82LWlzkglUGV9dhjGAbHclJBSJCs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Z8nYqN1SiQnCaKSItNPcQc1J+WiHimQNCwEZ41/JvI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/ExtendedKeyUsage.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Rcz4QcFezOPIdnJHHoWJ84P6vRK1mMg4eWQqjFhwoo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/MultiCertStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "9VlJIX4DO1FrZ/n5Hr/T/YB/dbr18g0nV06zsKVB2eU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509CertPairParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2r1mujQ46QtjHYBa/sgOAkMMPZFXMCPanprZXT75rg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZNfMJ1fNW18fqreNBU+4OpxJCxOA732pXhbkPwG4g50=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/GOST3410Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "hjrnoSyS9rBi3sYaiP9ZqsShrluv3ynvfO/ROGLpP7A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLObject$X509CRLException.class" - }, - { - "key": "SHA-256-Digest", - "value": "W7KJjEAH+kTlu/QFiKfSg4BqfJmX6AJ91qhWssfFjWA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509Extension.class" - }, - { - "key": "SHA-256-Digest", - "value": "0i/Zwy9RN7V0gYYByeyZdZ2sVsSYuDaCfe85wGyrvd4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/jpake/JPAKEPrimeOrderGroup.class" - }, - { - "key": "SHA-256-Digest", - "value": "4PpspGCqoU7yduGcitmN2WNNfbmiIlm5du/ZtOsS3NA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$TLS10.class" - }, - { - "key": "SHA-256-Digest", - "value": "hx48UK5jqREEjn/WzjZxlCc0g6sE8EDDaJz11NXIRFs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ConstructedOctetStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "5NcK0g8D9cPl9HxPLSgj53nLtQG0aaEDKN4M3Iu3CvI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "A31LnywdCsfG/2jmfoNF6OljIMcXWSV53M/OGFlsT+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyPairGeneratorSpi$Kyber768_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Z1advVq0oQ/Ml6qSvSZ0I7ZRqMLlWVEMENR4XGKqAk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/filter/SQLFilter.class" - }, - { - "key": "SHA-256-Digest", - "value": "7SfSB/9c1RIx+cqLWOsy5mxo0/OkOJKQ9fr/Ofv/slQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/Wots.class" - }, - { - "key": "SHA-256-Digest", - "value": "lALPD3glxMrKRB7RHxBDRpHUnnyHjrKNsOqpOL0iO7c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "prDSbYPyNCiZHPx7VBqivgvEU7JOapmMo9F9ly/bP0E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP128R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "20DqED7xHhJnTVAJr75KYjPtfbjxGPjuNCllBksf4GI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABEREngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "eK2hw/1Qb8mSzyrtGW0kSapqcUJKWzp7PxS7IlI145k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$ECKAEGwithRIPEMD160KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "j+9aCddVMPy1qiAUGZdS+kh+IO49slN4JLaItvzV2L4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Iterable.class" - }, - { - "key": "SHA-256-Digest", - "value": "gsKemfT5bpvoVr9NqhUHcgJUUGTDNzuUTwICeVhRgKc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/asymmetric/util/ECUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "MaKcYIEAzjY5hMV4C/Vq4B4HNjkP7grCMQ3RZcrI8BM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "w6+li9tURrFwY1I4utFeOaSn+/oprqUSGhesjVapXwI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/SkippingCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "3LLUC1VY9K6gOvanfcyli4x4ge1PdldzdjNWqkTwulA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "vzYYpmnc5lO0VXXwas5H5uACF4K9KpCZHw257Yt0UC0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/GOST3410PublicKeyParameterSetSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZdSbjRRbSOQnFhGrllkQi7yUuHStqJW+vnS49AGK7y8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZZo82HH7t24uTirjXIzNqOul+OUTg0vLyZ2hfqK4oXI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$CMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "ya2nGPNLR8IVbR5OI0eFVWZj8VhM9E3DMKTgjHKbcjo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$27.class" - }, - { - "key": "SHA-256-Digest", - "value": "gf2DONrmOl5NJIhj6ZZwkRW/KF3R07MrAP6dpT12LBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DERMacData$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6IsD4PE/UFTEf66K/0Gb6cN+IiK2rkFQyhpr5Ugc84I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GF2Vector.class" - }, - { - "key": "SHA-256-Digest", - "value": "vel76fYh5A/uCvhiqTADHSs+v3j4SHS1eYHRHwIYfTk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/SubjectPublicKeyInfoFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "gL7tPGvCyHwTtH9vlTcOxxirhy84vEIGizMqe4vHnCM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$CFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "OypDENtE4uLg7RKIPuceyyx+bid3DcvAeBky+NKNz3I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/PolynomialRingGF2.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Lxc/9JJte4BEVlUewpemcexfli5m13V1jG9p6tLIWg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/util/BadBlockException.class" - }, - { - "key": "SHA-256-Digest", - "value": "smEHHTM2akAFn7JOI9zE9WFG9KO+tp5PGBZvKukhhlc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "h/jtSBEpcBmYHH8TOH3xLy7Qr8dYuJU8wrKiBP2jKq8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHRSS701.class" - }, - { - "key": "SHA-256-Digest", - "value": "hdvapUHiqEhzXn4Omzw7bSA/J53sqfvIFddLTZKdw9k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERSequenceGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "0lufR0pD27UVvaDsTTwfGci1VY6Q0HE6geYTDiJ19FY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/GFCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "3NGjfBAVuQQmThveb69YXZvf4Fi5kEgge2DYIhPISa8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXExtendedBuilderParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "sxLDAH15gccvMweVI+RNglpM6Ocjt7O4plaxnAAvtxo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "riia08F34AQJgi12ml/6h7am+hRO6CLIH8nEesXqRTY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PrivateKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "mD7s8Nn0V79jAjobGQ54uT3j3QivY+gjoIKR4nz7G4U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/config/ProviderConfigurationPermission.class" - }, - { - "key": "SHA-256-Digest", - "value": "eVUc72ZeBmyQdXTa2uY/pa7mKwXAGGoLxHjjdskGspg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/MQVBasicAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "CcGFEtRpOGd7jMSa3dZ2hP3AQRNtWBXWt0BgrIKArrU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/ReedSolomon.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Tuc3iCIa/045S3QAw4OZTnzF45kz+e6uAxt2Wb1jfc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/SemanticsInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "WZrWoOg384GV3bSlY9UocwGYeLomJzWzo/N4xiMYP9Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/XDHParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cztk+tZcd5P9HNWh+zUqRVRLvSV9FDH405WUlJCRooE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/pem/PemHeader.class" - }, - { - "key": "SHA-256-Digest", - "value": "wHeN4SulcDv9P/MjkDka1yenEk2k6f9J3JnZemU/1CA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "0/U3loO5JL0ojZnbL92HEFNWWE3SZ/0rkNmMR0mdN2A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZpiVwiC7AnyDAP5jQJw+p72Bpcd54KNsx9X5UHvUGpQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "3NHnKadUG3Tz9FCiT+xIyeX6HXuH2VfdVUjeWqBPbvA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/ResponderID.class" - }, - { - "key": "SHA-256-Digest", - "value": "y1jrb/yCAydiSncXsEfzt2ytHBsDyxVWtwTavlKEe8M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$22.class" - }, - { - "key": "SHA-256-Digest", - "value": "GXFKNvTNP4RL1ltfL/aPBqzZwtWARbJySDvVt3x5kEY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RSABlindingEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "I53ohlTd4f9Icde/eKkLTXGGNuaygVoWBIw5klWiEQA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$MD5.class" - }, - { - "key": "SHA-256-Digest", - "value": "bZYPsGA9re+5uILhX1jIjzWrSC0p19p4YoAc1sAw7y4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT239K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "rD3Y/khljZjTnaVMvk1twc7CMnCVQmxnh2FycQ48qvc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA384andDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "+5aJngPPop4qFvlM+UE53zL6ZnNtgWVDseSu726yhTw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/Attribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "qWebepRHnZLXXrrPDtmvKBWpXs26hH5lCLZH2smuQk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/BufferedEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "EXnGqTmXbVEvd82vtdR5jlIOGkIwWURtqtJxIeGbqwc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/filter/UntrustedInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "hSLMdcidi6yLxWZvM1CIy8zYaPjVsY5pxcAEsYqMpD4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$CDHwithSHA1KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wd8WasLCbZPQ5Fe2jOBJbkcAoHhvfbBwZjQzxaJE/OA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "TjXD4sPSdxKVQR5b0wJyz2YSMlJEi89Eng6O6BgbJ0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/OCSPResponseStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "ypM2hr3d53ePRqTMm+ve7CWSS1XrbbyW5jcSAi0yyDM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD160.class" - }, - { - "key": "SHA-256-Digest", - "value": "iT3h0vT78PTkjQYLKlkUVD07DcmOxPpruVvN+uAH+UU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/DisplayText.class" - }, - { - "key": "SHA-256-Digest", - "value": "hyYzzG2gp09px0gdJtqXDBuu1phm5M7YuBnDHLMpg4g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLExternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "xnXyHztOtyVeBpcuZBbHcBV7QyxoG+AQbeX6X2JB290=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "wncPAEB/zu/MHn5WpkLkLIgslc2ZV9x3WzOp88mE29I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "nXs2K9bn1Og/qaRBpyLTOm+EQDK1qZp9ubh9ToFqvuw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntru/BCNTRUPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z2Q/Y04OYt74nvI9+l+oJVFfGqKedYKnIGfuTdIioZ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/lms/BCLMSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "uoSTMeKobMo5hktqVcuicZO4I72hdmX5CAB/af5G4iY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1GeneralString.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zz5aURrzT0FEXi1NiL5kSypdfIOB3lilbrdTyxnqPQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCEElGamalPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZpXYv4eP7tlHVrX9DUDTzc2y1Jfy6SCAgJyYSb3MMDI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/Version.class" - }, - { - "key": "SHA-256-Digest", - "value": "RbIP1TvfkCmXF4dGIPDfGqT5T5665/uniaLKDMLyWfo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$FalconConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "uF/QfepZ3r4OZqyzmFHsx86pJI2i4vE4b+2mq8EoDK4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/UrlBase64.class" - }, - { - "key": "SHA-256-Digest", - "value": "B9fjWWrp3+Cyb2YY0MMKtdExStohdlogjZ88WOwb2Wk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/SHA512tDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "L4cVfFOgwD6C3PHIVmTETv+KOnBbiN3pEle7JgO3VXg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$23.class" - }, - { - "key": "SHA-256-Digest", - "value": "eFkK0WPtLggmwraxmaVHcmYDS1AP26sppUEG6qfc4/0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "mmph1f6Np1p9xKrMDz0aQ08iHWwO0tOTPXO16d0weHs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "p4sqhfxd+PNuVc5iq5zN+C1GznHI1qaAIXs48xwX/Go=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$FalconConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "WC2XXJpEx/Z8SMs3S3x+TZgKRwzJb/avtwRHuw/rFhA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192K1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "jejN8U/1+7a4ZKXk4dVB0IyZ5QHUKOedf4w9WHlUaxM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "tntfIdmcLVwRCHYDB1RSntbZYTtc0pFh2rhkC386e1I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "rsrjmB3Fu63j2LDRH4wASH3O2usvopNP/tHLe32WtUY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PBKDFKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "9IKOwbXb77wV5qI61rCPD3XxgsMMyPDfGVMo2xNG8es=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/FixedPointCombMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z34uLIlbUIT3XLoOrBQZDbw87T96VTll/a5l7nePhJM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/FalconPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "iwgq8ECUc0OQpZEJpigvpSXKoLuRmhpHQm9S9jX4FC8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/SipHash128.class" - }, - { - "key": "SHA-256-Digest", - "value": "GOO4ZwQSLMiX5HvSkVFW5tahyrRYUGgeis7azDMLDyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_512_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "QV3TlaZZHJbcsqPxpDfXJY8sFAxf4WWdsXdqcNjWrbs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSAParameterGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "oWZQrvTyf8NkAufgy0HPAMjJ0Q+DP9nqhcFcOolJPAU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "NkNWum6nbIUNarqZhkbfR9g+eUMhJi/66ZRa8EN9+1I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$CTR128.class" - }, - { - "key": "SHA-256-Digest", - "value": "sBrLtVA6twOKJ+ABqT1DkwkXtE+nByDvmwUx3bXUmBg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$McElieceCCA2Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "cdEhqF6gQH7nJ5wJqrsnHWnBb8ef37m3CC4DmNT/+S8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/DigestInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "6t+6MTjwWpZXWjyr19hh1PbwwEP2cHZ7SeWL0dcNANs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECConstants.class" - }, - { - "key": "SHA-256-Digest", - "value": "d2H/sGqqOmxOuWCkgbRCLun4+uyAc2esqvabwOTDoFk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCECipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "ju3b0cjzj+/lGA0V2/b0f9VvHb/c062OX+o8LJ9ADwA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1PrintableString.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hekjp4Q/TihBxm8hZkFeqEDvuK5xBk34VW3q6eEha+0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreLDAPAttrCerts.class" - }, - { - "key": "SHA-256-Digest", - "value": "NbWrcHJNq9gO+MxhrO0J6C+467zOP+Vfpif8YKWS85Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "etKa1LpC3JK1HdAUNDqTHQd+1IWtBFvF98vswP2/WGE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/XMSSKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "r22vOZTs5Q/efak7CEQ0r+EY/hY2/7h0zQT/ZIoF1Qo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_512_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "7FCqVVn26uTPycXt2TaTPAeC6h2HHS+Aeyshtu4mchM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/BaseCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "aBerBpBQmhy1MArQ/lTX8VhggkoYeD2Z6Jf5cJcC8Ic=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicParameters$L1Constants.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vx2KdTi1BaHHD8tPCAsaHu8o3ng19f1UEyOrqMyD+44=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PrivateKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "A3beBhL2yBd1T0rQLSH3OqV5SGIMPHOR9eBboqOMDME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/Base32Encoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "HCfq3kk9j5jE2GNsl5fXxlyJUKFwj3raXc+ruO9rZ88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/PolyVec.class" - }, - { - "key": "SHA-256-Digest", - "value": "eU3ceDDY3+zcF+Et6cCIIP+G5n1DhUGEYFzwd0bcdl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/Symmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "teIYS8Q6ZeOechYZ9229dGWJn+S6tZOoeZr4LE58mwI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/FiniteField.class" - }, - { - "key": "SHA-256-Digest", - "value": "AK2LfIpTIwVCUWRvblOGCKijpUnoxpkxvrH2QEFJ18o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/Falcon$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "DAM//V93v/5zMtaL4tarnGqffpoBD904AkRNETy85+w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/KeccakDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mv+hBLmeDtQn8Hv/7dINyq4X6FRSQXmJqXLoRKgluaQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509StoreParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jal7hPRFuc8pzivfszJZKgc2yZzPBHX5sok6GtThrEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "mkt+Wy4ti2CuUEU9Y0l3h4ooW2f4yjOdKKxok+65cvg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCertRevocationChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hwoiuc2EIjwVcPpFjDCXWjcZQLXAwFWorNBgzZqC2+s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/BCKeyStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "72W/MwezyAQ5m5rqF3JOlq0Q7GNwpIT6kZMZmwonJSc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA512andAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "2+LGxzJlL5SkqcfoqUh4GS30jQ7nidNosaGzLrr4JkU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPrivateKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "x+YatP2RbdworVEkfiltIWlCo5qbwoe1heIYJi74754=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_256_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "s1tg7E6mok7Xi4ygU7JtCDPrJUNsZazKYy8hTw4GPEw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Grain128AEADEngine$ErasableOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Abqvnn72tYC0QzL/uwtm9aq+/MHXXmiXSpyXmQclhB0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "V6Z9jSM3MH2vljYFCka5Hxdi7fl8CSlzT8N4Z/pWSRA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/LittleEndianConversions.class" - }, - { - "key": "SHA-256-Digest", - "value": "a5Y2Z024EfZ7zzQS4ieD42SGiszidHbpJz5NsIPAvFo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "+3CVCI5rTy9ukN4THDy5IGIXkNmSgxr4m28FZplowZA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/ReedMuller.class" - }, - { - "key": "SHA-256-Digest", - "value": "UNsPAE52jwAl+7o9nTuFRhEPjeNku3BHgaWmjSPwGI4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509StoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "6kfejdX0jklPKb7ekMrPzxcuf17ssQ1qDp23mZkCWgg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/newhope/NHKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "cOgXtFVRZXJL5koPYCbnMp5DH2FWNHtT2k7kJP0yA98=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "azM5It5ae6zDRtEeTQgf6IQJ/gLGxk10CbbPG0djqaM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincs/BCSphincs256PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "IlLrk1UbNs0KXojaAxKqdCxNfx9U6PJcp72sPdGYukU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$30.class" - }, - { - "key": "SHA-256-Digest", - "value": "0I4wzywcrV9fOSDmoyJToRm/r2SesUxdpckzn2KuGds=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Strings$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "lXqzygK/NNzXLkTS8sklRHrfG73A3I1hn2xgxeB3PKQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT239K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "TxqhLo3zFEB9dH5QuPY6DsXsSTCWKiVC+10EzC9cl40=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q89Gojz/5AL+VHLBXTcDutdLCFCvtNlMOPfalgKiOio=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Skipjack$MacCFB8.class" - }, - { - "key": "SHA-256-Digest", - "value": "CFh8v0f0sxkgceIQEp/T/vHkoJlMX8lEv9fYD4r1xOY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/lms/LMSKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "/3/DntIaCzavJ+d7CsayKn4fPaqTJ1TiwpJiYkGbtBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/BCNTRULPRimePublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "njsgUDf7z89XXSROn2o6M8VV0kTFi7vPEnx2vp56egQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectIdentifier$OidHandle.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ao4ZpBT1ta6rr5eAgy7axNhjCsaKoziI3aJD8BIC+o4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseWrapCipher$ErasableOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "12YsZKRxYtIPnYW7iRHlopemA2/tpMUFftelm9p8fJ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dstu/SignatureSpiLe.class" - }, - { - "key": "SHA-256-Digest", - "value": "+yIkXb5CrYjA6VGeRXTYI5t+KDvEoEdc5uZI733aqFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3.class" - }, - { - "key": "SHA-256-Digest", - "value": "PvxDapQrulNTCL4nAasnXitPvMdimyErfEJnIk6Y1Yo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$HarakaSEngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "9JaDxfX20Pe+z0gD9eQxG+6doDelGdwWVLWU0x6FK7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyPairGeneratorSpi$Base2_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "e9D/y3SLFapBWlIfA4Rcl2yQFtPRlrsktbatSoto2GA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "/XrEh85J9CXuj3WbTZc6KJ+uDygNnjt4zUFOTPMuJ6s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "+YWC+Oee/vz8KEKRk6LJqJX3c764Z8Sk0vD/lXHQ2WE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Kangaroo$KangarooParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "SKe9ThtD+gBxhexTpbSR32nGzTbSremWhy1PJKCOqEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "zRLfjfRCkI0uL2tnMrvTOXhjCI1f8bRlvaTYp6RymKo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/GOST3411_2012Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "KbjQPPJIuxY9eB4gzDJEXAZL2fSHGbES3vtqCiWt1ag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_512withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "pFJrU17CmeHmfQp0pdZNu5Z/1U7bcailtUhmYfQem5o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/GF2PolynomialCalculator.class" - }, - { - "key": "SHA-256-Digest", - "value": "VZbYeXe3+XHBgJodAkKURacImADsime/NS2ERxOKYIM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "D4larSTg2IIxyYK6FmrLEMDXtOX+jItAWFp3dHhNZ5A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/BaseKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "bhtArU/mGZ+zHMQDh/2drJqHgKseVpY4tv39EOGPmqA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERSequenceParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "FpoQ+C4ecWdxb8NQr8pZNM4pDE2tDTntDfkaI+YUL8A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSA224.class" - }, - { - "key": "SHA-256-Digest", - "value": "xyI1XAQCwBirD1cyY8lccg63X17xqT4EkKVSL4MuKx0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base3_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "9/lyE1i2vAm5uvfYVrDCc5he9H0ZdQUt2cu2q8w7yjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/AlphabetMapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "VbWXpTjoRpLljJZyEb4p2y7jBmZ4rTNnYWmV3qqDLO8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "6zERYfkn+wW7pGXKMVcFw1VnDtctaMZOych0KCo4BYo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP384R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "jJauH16ehoGIllKZbMeJxh8zSt7iG9x/5q2IKR33260=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/AsconDigest$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "X2kx+Tc9FyAjPo9+hjNAXOHb1O/LLsbB/9PGA6RpJC0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "0umv4JCnCHeNDpFrQUlk/NazdC85BCIkk2qOrc7DyGo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BouncyCastleProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "plnfJY8p+Xwc3AgB5zAl4U9YFqzXwq/YZgwSOLlpyo4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_1024_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "SHJkVIthg5/KFXvtjuKOyxPxTlwHB2soPFsROdgjSpQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/DRBGProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "DUlaILNymI2K2NJICUH/8vlwNsL9yqsRmqnio3m3Q0w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/EntropyDaemon.class" - }, - { - "key": "SHA-256-Digest", - "value": "/AU4Et6bmB8BwdLgQTIocGpaOZ0KkhxVkRLj8Gjsa2A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Blowfish$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "R5V3cFDkxsoEClSwDoLV18HC+GOgzdjnEIKsIm0F9sw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/PrimeField.class" - }, - { - "key": "SHA-256-Digest", - "value": "nyjBLojyOLwELtnoPFCa76GTi707xvKpm8Pp3MXPRM4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi$ECDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "XgaPhua1Jy9zrASaryvoqUkfBlqVfmutX1y3JdU86js=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/V2AttributeCertificateInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "sAoReoB00VnVuaUNliPOtZWKHBcXPw/xRxAqsSNfpIk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/ECGOST3410NamedCurveTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "SEQUgOM8KKvzFbqM2CRO31KCP23T9Ip/EYvNg75tQAU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/lowmcL5.bin.properties" - }, - { - "key": "SHA-256-Digest", - "value": "srOg6Q0VEz9zcet5Ypn8H4zPW8p6dgzLe1sxEcyOS5o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/AsconDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "SpeGcSI+KLUOOCXXgwzrhNL1fNPiJc1WCPyB0/mND3s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/XDHBasicAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "L+DmWKdX/omvew0OIvLBzkVR2RgcivmAMOny9/3OYrU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD2.class" - }, - { - "key": "SHA-256-Digest", - "value": "8RZWplR4TdbLZ+grJ387nbcCylWCaNYzNqUkiaglE00=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SkeinDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "HDjPtctY9pioLB3lj0Ao5ySL/Fll4UiXpdcsh+b1/Bs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$CDHwithSHA256KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "dtkKiFA43LFjKbCVgZdspGw13ZQuHEp9pmivMW+tl2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "n4aRYg/jIttfRxshOcxEJ8sxmjA1+rRZai+XCoONLjg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/ECGOST2012SignatureSpi256.class" - }, - { - "key": "SHA-256-Digest", - "value": "IAMwalUXmQ/Wyi3ZW9TBfgsjMoyq/a0hvQLPfoVrz3I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/NameConstraintValidator.class" - }, - { - "key": "SHA-256-Digest", - "value": "+Bbez2MIC7cHlzc/2PviF9NtvYLnZbVqOieMh01ugGs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/BCEdDSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "tWMitwH1Cq9ujWdxE1Wz96+6YbHlVfjrOogvtGF43IU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_512withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "h75pmxYwSwyghyocv/2Yditzdi6EiNtLV6DijK3rMyk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DEROutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "BqOIfZgUD4vnj9LceVoshvgJU0vT8WQq3brAK7fquSE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4$PBEWithSHAAnd40BitKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "myoR2u2GCvG6z+UoMgU7MAuZFzIi0ouFOTQJ9eOxIlE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_512_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "yEMcAdThJCR8AH7RgnKSIG5DWuG5gqfoaH6aNi6BI74=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/DSTU7564Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "xA6YABh8mP86vxTFsYTAaHOP4uWeZ0jirtpJaN5zv+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/BCObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "wbPVHxW4OBEZJMGg7ikSu20VVtD05tI8NyuWdSs/Tys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$Default.class" - }, - { - "key": "SHA-256-Digest", - "value": "N/pC42FGICjVa6xp3eils8qbMA/cnfeT2vNx0UY/euQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Dilithium.class" - }, - { - "key": "SHA-256-Digest", - "value": "sXD9xECu46HQBI9X7Khbper5cccWdVA1WsfxJHU0gMY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLBitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "dJkkC3vHheCsyAo5qhsVBD7L3/xTLon7vIO/yP2yZn4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "USLfNSETjW08qcWAixYUUntjTai/QCC5l4xGXSJKIIY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "NIKk8zheroPZ0RjJDCtbkT0D22v6ev0OpZFGxQinlI4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "mabkYZmSRcZlwgJR2iwXPm8i6QpEa5n9KYBMzW+LrQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/XMSSMTKeyParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "qr02BpCEGlwVXk/5QPNB8oKKxIaYX3RgmY6sVKCGfSc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA1KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z7dCaC4oeIpN+VcpVKhPqENvwoS0yQxaLeRGENzOg/I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCERSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "gU43epSrgpm399Eex4R5kyKCervCxRlvAxjLTCsCQkU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withMD5.class" - }, - { - "key": "SHA-256-Digest", - "value": "5dxV3GT+0XgT1avgGQCB1GV1T0Tue5pnkxCRsXZJ2uI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA224withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "ajP3FU3KTgRA/uvJ3UrCWoeXhy5MMfbGtq2KXnkgdAU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA512_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "wg5q4EmPJcfDE2BUmgCRJKaSLoQuIpJ6UJVnqOEQ1zM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$TLSKeyMaterialFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "0U9C/Zytt0SZQW103BD2VQ2UDGSP1BXC2PPyY0mz+80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/BCRSAPrivateCrtKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "BtESNo6qVBXe4SSYTHDFW3xoZepg3LyGa6WA3xuDCPg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Primitive.class" - }, - { - "key": "SHA-256-Digest", - "value": "jqNFEThjVkrSgWjmEMGWOzd2kxNxjXphMQm5hz83LUI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "v+PlIqvG9oF9YrxaNJjA3RvGpzinA2XU21UVskoH11E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1RelativeOID.class" - }, - { - "key": "SHA-256-Digest", - "value": "nLtQQ77lIkZjGwpo+Z+CjzoLYGLoYfsyUV2Ha9PmCe4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/AsconXof$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cj7K5ENiZ0qKDnuundmdikFJRG12A/P3KqX4VxjM/NI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/DilithiumPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "u3EwyMGHhkVqqcuojpQLfCCtPstxYLiluKfVNY7RsYM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/SM2Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "QWIWAD+qavlwkPpDERq5VHXB1hEX6P9Sn+cAXCTDz7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/style/AbstractX500NameStyle.class" - }, - { - "key": "SHA-256-Digest", - "value": "pnfungNNxV40gF17Dohv7uNMAcq7OmeRDKYEgAgkR9I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCRLStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "tul1gUDbglnpU9bIfnr0/Qo8pOe53enI+4S/LNWVtIg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/sigi/NameOrPseudonym.class" - }, - { - "key": "SHA-256-Digest", - "value": "VmPEuBRafXw0eJrAPKU2IG3JM/+gHGHyzQyGDg0IW34=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePKCSCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "6uaI6eQlnwKXNOeaQRi35SbpSosCqYkkyVQ7KtbqWss=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/HashTreeAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "4W7mtHczwmogaXkZjJfoKUcs0PgVuC9w0QEnqx4DDkE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed448phSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "REJ3JVlPW04b+F5+dB+b4CFAhV19q0qAysgqS9O/ujM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "XRW5i8xPet+KNjVsx+zBabbLQB1rTBK8XoOlAWYZe7U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/CertificatePair.class" - }, - { - "key": "SHA-256-Digest", - "value": "qmfpn55etvwM/i6q1Shhd0YADKdVK7mwbq5e/7XsbGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "yT3W/9TeP/YePzAu5a3xpWDE8jidosVo4UwR58hPKzc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconCommon.class" - }, - { - "key": "SHA-256-Digest", - "value": "Egg7nQGDNRW3qDyT4SP23DJAghXhfeCR8aQGMbkMumI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyGeneratorSpi$Kyber512_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "HJveJiZ504bu1ZCltwimXxO5CiM3lNNEiiHQXy1eQcg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BIKEKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "julE9fcpaCiQC/zqKBcbU9DGWY9OdEB9cNNc2SFwRAo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SSHBuffer.class" - }, - { - "key": "SHA-256-Digest", - "value": "++UTcfqxJiZgV4LDuSXd+tIvJt7YsyOWz3X8yWo52/g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Null$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "I7QjQN3jDQvkdPizsZPyc6C61IwUgC/PO7xbmH+jUiI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger$PBEWithHashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "6qjILZ+JfP1gT3Mfy2Kp99FqwxpWoXi3iXzzUFjhzCc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/IvAlgorithmParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "gaBpkyQySeDgq7w89T4tz/rp/hqP4bQ5PwiRZKel2k8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/SkeinParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "92L2HK6CkJDpV8M1VPUKdo4jQvMNVR2qBeAxrmvRIl4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "8uQOjHYTPi/il3uDVHm3Njl+mbQPVxIr3nVUqbS64Io=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/SignatureSpi$Base2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ob8Yf7f2JvFF8THF4VYbTbZPyTnG/dMRHS4eoZfTwnc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/StringList.class" - }, - { - "key": "SHA-256-Digest", - "value": "xzabkewGiXJuhIETT3q9bmWgNl3vQySuYi11+JihMO0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Blake3Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "B+3DiVaNgEy2fYEdCxGxHzFGcGYnewK4Pbu98F8EhAY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/lms/BCLMSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "bGTPTCG94LeJ6FnLtJvfWE4o+E973V0mxDzsLwn1Bvc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ElGamalPublicKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "559fhY4Z2lbNGPh8GvJCbTTFEENKRT5x00X2LK0HU10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/newhope/NHKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "zOfAYPzwTSa0VVKY/f2zzMM68/UxJqd80WHmrWP1J3E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "mBIuUso5iBWpQp5ALxP3zAwbWt6TtztYvuxuNzcavpQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/picnic/BCPicnicPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mmcb8fitxMQOSOtJjyCblLVtQAtoCvXgCgWs0QQi8ME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLImpl$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bkt6Cq8PNFacOe2E7TJT5NhzeY61eyu/gem5hWjFezw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "8TI1ugJ6GjTFur+bKzjeHvD43E3i+p3jKLiqY71tLvM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "3MWYvCKMdvJKqZ+M+lKhDcyVOZqWnYkHzcqizTkR3t4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithSHA1KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "zRfMNlIZP666J6nkb+PXjDdeHylnjVcstW4Vw2edgoI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/TextBundle.class" - }, - { - "key": "SHA-256-Digest", - "value": "T4t1nIHpDKmESxCQ3Ro6Ww3sG96sCqdlg2o/u33Kh+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ECNamedCurveSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "dgyGwNlCDAAwn6Z+UV/fOWiOV6lUBQk0mUUS3s2JYmk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM288_SPECIALIZED_TRINOMIAL_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "9etvBBF1PGkV+z7xUOrNk4G32s7gJnEKttHdEsWs4jI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/OutputLengthException.class" - }, - { - "key": "SHA-256-Digest", - "value": "EKjfbn1vyI91pONWqPirsy5zfjUVSDcrkRFU7Kjp2Co=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CipherKeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "tZWiIa56ET7H7Pm0jhTgOyX1Z+HBE11ga1K3v/G1wBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PBKDF2KeyWithParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "hl6HOqZMxWjlIROhn0AXD4FnpOrnBiNsUFhtiORejs8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$21.class" - }, - { - "key": "SHA-256-Digest", - "value": "doBYj9LCv5bPGzsW5wLxdroFxA33+KeTNo05woheVsA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "prz5tVvqPkga4CpE63nIfKK95oColASqn7QQXMeC6Y4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McEliecePrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "BuVzq+Tk2+9QkPTIdx0e6Op5Ric6mE+zAnu6hmL9u4Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2PrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Ouza+U/bPX9AixlOVycGD5VE92tFl1+1CT672Z8EPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "RN7HDUoVGMTlD47mr9L1xg4arFP7EgN4Kf6LR2Ja0jY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "PH5GTvrbtbsOiPtaptPeD2AGpiIpl4mIWF/yIcgI+W0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "oXxx08U8zr0ML92VPrweQBiYN+vyAS2blPZgCE+aTao=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoMatrixGenerator$Aes128MatrixGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "B9ea7WSxc+pvG6KJ2GiqFesbyALJVR9JifF3USTSJwY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$KeyGeneratorT256.class" - }, - { - "key": "SHA-256-Digest", - "value": "GPACJxRzKJ83HMCOouKMRIlLI3kbVSABcRyNc9T7yrE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1BitStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "aE4vYnB17lVPqs1yLR8zQxs6NFPxp2OVZxFTjZo/+cQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed25519Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "+NXqeyWuKjJJsSrJF3P5VksxTiGLaUsgH+XXF+st/4U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/ResponseData.class" - }, - { - "key": "SHA-256-Digest", - "value": "lMZ9FREXG07L+PXpoFUT8OvQSxUl1bV/9WbPiJUh0AQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p$QTesla3PPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "uqbYR4WCQmPbmLKUq3v4EzYucw4FGIJShdssEafv1CI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/Base32.class" - }, - { - "key": "SHA-256-Digest", - "value": "RiTC+1U9BOcmsELnLkUY/gqmldBMv4u17vWMqXiyE40=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/NaccacheSternKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q6PUSOWDrmsnJOMDee/r6owyjz/ZOoKRYkMxAUTwlrM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "z8gv+7dL3iWRfLD03EvHd349B/PJTjlypXah1eLEV0s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/BCNTRULPRimePrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "h44e/DgoueIsz7d8iqCXsKOp0XisiC1fewm4DUntJLI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SSHNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "nrMw87HsD1XPduUeJsMAZQDVpwZ7SXDvFceO+QtRFE0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSMTPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "NLriImDM3LkDk+UN2+JhEbhv5NaAgTi5XD0gn5vvEQM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$OneShotHybridEntropySource.class" - }, - { - "key": "SHA-256-Digest", - "value": "3vkecYgjxIQibV7AtHiFFi/WdiclhJGQJCKFk0vXl58=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$KeyGen_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "CJba2v9J9HnJqgrTitIa6YjRRnvu8Rrn+px5L0YpiJA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Blake2bpDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "wZ4hNvGUCHuvuM5vSMbE5apJoNlmlAcsXy6J/9PcYP0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HOeBJwaQG0dKBPeHDfiv6DxwJyTM4X1Fzn3s7HEvSMw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Mul_GF2x$Mul6.class" - }, - { - "key": "SHA-256-Digest", - "value": "X16zXu2XtvwZcEnu8XbF09agxxEk+nxdCHRYdHSJaRc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$Base7539.class" - }, - { - "key": "SHA-256-Digest", - "value": "D0oPnocNh2m/E1u+PbL0HJ4yAaNY/WZnX4Pqr0mLYUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/ConstraintUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "Stgm1bNU2MqCumv65RFs29Wj73BmWP003iBnQvQADDI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "BcOjsUK9oAA8HanGAXPxZuLjtyjpKmBHkcnONNeBG/E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/DefaultServiceProperties.class" - }, - { - "key": "SHA-256-Digest", - "value": "YPEyEAHCUlYO0EBbGT0MxkVYkZny9swHXXxAZ6diHOw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$32.class" - }, - { - "key": "SHA-256-Digest", - "value": "Uh67GWhwebnnZunxIfZgKMYa2STwPxrwdJd+u7+G6Ig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/DSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "jD4qAKPq3bSIEKcob9Yd7xv9fiLW2qkiS4sWmlNXzK0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/gcm/GCMExponentiator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ibsFdlb3atq1tpcZe5l3Y0vFirtMHwLtTjSSzluQJmo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/encodings/ISO9796d1Encoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "hBda1kZeUKExQCERXwEYszgkfp85YeKzxHeV/Tl10/M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/RSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "hPfrFRfxpcItVYp3vWyDZ62vsWT5PfQZTwwmhlyDDNs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/KeyAgreementSpi$ECVKO.class" - }, - { - "key": "SHA-256-Digest", - "value": "R7iO6oOZpbh1lerHmMqNEIWnfZrAgzkKktGZuXXGLkM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/BasicConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "eYZ4l21N/8qrzucXb5cUqpaLhcpl8IDZWKBy3JxYjZQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PBKDF2Config.class" - }, - { - "key": "SHA-256-Digest", - "value": "uEYzW1Wdx5KGoeeGlbPr4DbbqSsMxDO2EaDnOfbLhnQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/BCSPHINCSPlusPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ch+IlbQSygehBvEmjWOWz4m4yo+4cTeXF8GWhxPCYX0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed448$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "sqi1GRj5uUzuBH6Py4BKrJW67Wctu5OTmTChC7CDsbA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Interleave.class" - }, - { - "key": "SHA-256-Digest", - "value": "TsyEUfyxsKsFByx8NmC3zrCcPj4FeziWZRMos0rXbEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/ChaCha20.class" - }, - { - "key": "SHA-256-Digest", - "value": "tb0Tqg/0Ig5Jv1vdDCLgWhC8rTlpFELZsvympTHqYGA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/PbkdMacIntegrityCheck.class" - }, - { - "key": "SHA-256-Digest", - "value": "n3vqVz88443HEgpPkDKdSwVPAwTzsqJNZYs1d/s3zzo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$BCPKCS12KeyStore3DES.class" - }, - { - "key": "SHA-256-Digest", - "value": "/4tIp+mT1b05kMqvpXRLGs3+XGxygBrA0GnmTJBQz6A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "oPH+4FfLqEIWIWRLGb+dYhJjgRa0IVWgtz0ss0jO3Pg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/AbstractECLookupTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "UrGb1LNWNSlXop0gcG+GJUSYLAF6m/k0+/vO27gUijk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "jiKhspxmSF4v5AgmAwACUVHqcNdWxP6EixxkdxHM1jU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_256_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "k6hp7nLHYYf723f7NgX1G+dLNNbav6enea30XSiKv70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/HashTreeAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "yXY+XB3Xy3/OWa8Snrwbz+sT0CgYIlvBRc6Rr/tnHj4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/kems/RSAKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z3RUClY+FG5oVXpb1Hy5Nws59ZtbB95KDDRbs+Gh6rk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/ElGamalUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "d5hpaFmLZg6G2yT8j1DIe0tuGbum62to9d+giwI3Nk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/NTRU$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "umXLZ059EfjW2QKAkiYTL/wXjPlABBWNJiHvEqLi52Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/ElGamalKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z/IDP3GtMG1bjH58CTsZjuc+PkL8GUdnMvBsaA6go3s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1OutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "IvyNaO0ttLylfA3Xg21HTe0lH2Djntfhf6+gzCTrKhQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/lowmcL3.bin.properties" - }, - { - "key": "SHA-256-Digest", - "value": "L1E+bJozqe+KgQ8h2hh+6uP/mJ5FjP+qgp0BA6Dz1zQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "YTg4xfh4vhV9N+vy5HJ+YZl4V4ZrunqPVwL1yG+fWK4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/gm/GMNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "adfhnPWWjGriKJ/by8czikkHeni8ZsEwjfW9/Cab4GM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/io/StreamOverflowException.class" - }, - { - "key": "SHA-256-Digest", - "value": "VGROmkvj/zak7W3ulAk+KVgrLH4EJU0aYHcbpaaCmL0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/KGCMBlockCipher$ExposedByteArrayOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "zlxad7vVTtIASaaDO9DRMFmBj//56ntFJcm+fTExPas=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DERMacData$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "6s7GQ2y9kAtcqcoMGsaHX8NGXniSMvNZNy4FaEtrtwY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_512_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "3XA9KXhcm8AJBRJdsXbIclxT4a9vSSk0S2Q5NoOnnWs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "4mfh2n1bGKQN4h6YLSlrew5RZs/KVsT59o0CaLFwvPg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/examples/JPAKEExample.class" - }, - { - "key": "SHA-256-Digest", - "value": "u71F2gdZlpLHGxOfU4WtGd0ksupH1dtVnTrhfn2Rr9w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMT.class" - }, - { - "key": "SHA-256-Digest", - "value": "koOvjWya21BLyKrlyHnVTdDd6Nz3uTy3F3uChDu+yLI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/GOST3410KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rfFLEVcWBUC0+VQsuEqnkWLz5+FL6C7kit9UdEOO0w0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed448.class" - }, - { - "key": "SHA-256-Digest", - "value": "hAllRZ3vL98AcytLzz837GjRZWl/8UhSO4oJvX7SyRk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/BCRainbowPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "RwPHBJYphY033z7IqQ8uuvF8rQTC0Z2A6FV53v4CSfA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1T61String.class" - }, - { - "key": "SHA-256-Digest", - "value": "aSOdoJ1vn99F2Ps8iVtVFRhJFdHKS/eFWe8U5+TJ0t8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/io/DigestUpdatingOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "sJQFNmFGze/ByhR4r9lwJtmJzB9oHpzQ6CRQi/OLcao=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "vlhRIVPkmyk2EpjdFJuXyvI5rQbWc4opJdPdeT2nzYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "CI9i1qUG9CnDazUUuGzTYMOlIBUVMllrRcLmPWCpLhw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERExternalParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y0yk8PlspGXKm2E6HqpiahVWmWjVWvK6haGZdNJe+Ik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyGeneratorSpi$Kyber1024_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Dl4LVMO5krMS52WyR6ITdT5FJV8WOYF+ne4rmTAZz4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9ECPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "R0nHhyUnEtnb+WaQ32MXofk8uBaGVoudyjkTE+wVYK0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withShake128andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hns8PdRRfZ27w9sX0yqUtqvyZfzYby3w5MakNLHMhgc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DefiniteLengthInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "l6norKx7bxkSxTek4igX/XYMbgElUmGPqWBDXfqf1s0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSNode.class" - }, - { - "key": "SHA-256-Digest", - "value": "S9JrcXDnj6lXC1kogFGaXZEgfAYdZuDfycn3Jn3H+LI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "7vdNCPc0Ij+GiSLgKZGy5+zc6PLNH8o01FVEkmuQsxE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$NonceAndIV.class" - }, - { - "key": "SHA-256-Digest", - "value": "SM5d8aDacduY13AFkeiUfQegkWnxddqI5PDbwegD1qc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$17.class" - }, - { - "key": "SHA-256-Digest", - "value": "pnaOH8csgJMbG/f2FAa70KMhaS+jKkR4oQH+D1AnhbA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CRLImpl$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "jCFwzriBDBEZ6z1dAaWoFXitfYYQvEhcS3ZjmBcuA6Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECFieldElement$F2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "UsqmkZ1Z2bhly6i8oB5J60sBWhCqcKPWF61xkv3fbpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/RandUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "kmspEAsl9emXHzPzSz/uuKDFjRHwPNDoOjWMBUsuV7Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSRootCalc.class" - }, - { - "key": "SHA-256-Digest", - "value": "xWkT6MD8n0bg9GOUdzj5EKlPiAB1bCjyNqOVptoZc/8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECPairFactorTransform.class" - }, - { - "key": "SHA-256-Digest", - "value": "rK0H8+4EZ4MESXJssA6JsGHA9ZP3nYo7ha/2mIy/bq8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "K9RZnH8XzFmxyidz5MZg+ZryzPeiuPTORTNp4o/qYyw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/TupleHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "7aSxBpmaYbxO86rTwqbfpaDC7nu+C77lpxY5wcevWow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/CertBag.class" - }, - { - "key": "SHA-256-Digest", - "value": "dMFBk0C2xbQffD9IhtFbfxF18/svcuf80k66CflTbaw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EXTERNAL$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "drsy1NJcinxz8K/bCvMPP4CC4jhevsGSoBgF2g340Tw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/InvalidCipherTextIOException.class" - }, - { - "key": "SHA-256-Digest", - "value": "790uVWCz0NMO8+tE9FKGR8vzOIpAdqi2h+GwsvYVfcY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLSetParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "TDzdGuQqDUGNL7WRBlICEp9E0UXrTx6yWLSCZSmDTN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_256_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "T3/2zGGVuaJAk2Rq2Qi2W+jq0xhZkoW/5tPIClXdJ7A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "hLszwP1gTUizXhdBdEmSrXO9hFKuC+Q+FqnwoyXPD4g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1External.class" - }, - { - "key": "SHA-256-Digest", - "value": "bfjnHz551gVALkpgrbnWwWseXxrHtlc+xcgRilBuvJQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHA224Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "tFlByHrh7LdBhonhu/oXyp52wBx80KwZXGanPQLslfM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y4PGBiei0Vjb8g/E2IDOhBU8j9lGh1nKEG35LSjyU0U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$CoreSecureRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "2mTKl/IreuCbZ51zL0Sy0Y/vh0h6l0xSJXavva0IkZg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyPairGeneratorSpi$Base2.class" - }, - { - "key": "SHA-256-Digest", - "value": "622q+SO5CYrKGaQQb5aSogmm/7sKfYeTnghPcYny7bY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERExternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "y82KOLdl7dHt+fFyo2n+pThPjjLTUfKDIa9+L78mq0E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/MQVParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "qFG2ZFt0AThUw5ocVAsbeHuA3SxZh3tIgS7ZOyJx0WQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SM4Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "iXBtot5aLQNeQvkH1hdk+j6zIPQnD5J4gaHyx1hoEbI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash128$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "UE84QEyLdbPYNf2R0pfLL7NluJntAokdGHIk2JmtmJM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "sJxHu9goIeuLCA1OyhwTK0jMwvTULZP9DPMEta7kyh8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Set$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "Eco2tmU9ymTsbDIqvN6M3Z0VTX8rCCD11OUruaQ4DAo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/anssi/ANSSINamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fsc9mHY2IxYNoc0cYKzT+7EyfEWB+GlGyvGBJQdhGMU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/DESUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "z76/PhD9BGgzFzDUQyJLpsnjPKrOg9vn3Pv62MdKUm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$DSAConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "5/Ht5sThGfDRLd7C28j3jbAEpvrUf+4ATdBEzyCWoTA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Signature$Proof.class" - }, - { - "key": "SHA-256-Digest", - "value": "8DEXa/kL9hMWhmvUcQs0EhYm1ktDEo4YXvtwcq7aEnQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUHPSParameterSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "g9JyHaVRf8baRS/LlrWzsqQhPlDpqLjOInZkciBSglQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Memoable.class" - }, - { - "key": "SHA-256-Digest", - "value": "rUUcu4l8pWfx00PRjx6rXsot0+ahcc9uMkTSmFGL070=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "QujPV2iv7feq0V6YVQZQLJXK45NGAxGrsX2ecMuZj9s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ConstructedBitStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "DEI6gQZLH6WoU2ZWwgLXkHeEPaGXGVheq4AD0V3IT40=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincs/SignatureSpi$withSha512.class" - }, - { - "key": "SHA-256-Digest", - "value": "3zqzQpwbJHjML5Tq3EXVsKU7TxR4PJ5zk9G81Nc1K+0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/FalconParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "M0SfODRj556K4TVTM4splxPEpQURx/7E34JZHX82CSU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/DESedeWrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "wMPawCgNqiabZi9sNxUvBs2bN9E0KOItEs+a6kX7Lr0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/GenericSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "MHZJSda+S3vBowUSkOMgWRqu3JQfxiLJTLHSukxoBAM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/ParSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "WbQYXwjOmzxRb6LZ6gr+iYpLMQUIwY25GmVcrg1bY1s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/GenericPolynomialExtensionField.class" - }, - { - "key": "SHA-256-Digest", - "value": "5fGBzHNR1W6GIFSrjKLr17Cb+jFxi69wW+jiaFT3uPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP128R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "INHHnarVMCGg0raqmZ9L7G+pHCxqdx4roBttzbRS8hc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "BYjXQ9iLKejHQa1C3jtTKbK2DZrbmmFEIrh07MLC/HA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/GLVTypeBEndomorphism.class" - }, - { - "key": "SHA-256-Digest", - "value": "ET38eiP0wdnOf1K29ZQ+AnZ8j1cdd5xOYPmsWV4+wk8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1String.class" - }, - { - "key": "SHA-256-Digest", - "value": "eoWjpWIaeX7Eu57+6RuCAWNDfbEIVD9eiGv3CU2TMJo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "YQ0ot0fsDcqcbk0qCCWU39bpOGB0uHTKZnUtrKZoXoQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/misc/CAST5CBCParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "+UreWErYnl7x64J91wVixjcK14eyqA7+22eTaCDUPS8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECPoint$Fp.class" - }, - { - "key": "SHA-256-Digest", - "value": "iSjhXKQyIwROjaALJe0ri6f8gs4rB+krZNgpOuWWGNk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "4+yjoL+PDvqZAz75jPMfe3LRuwsrri6PL5rEgDS5h6k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/HRSSPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "MglnrumQ0rZ1SQ2M4D3642uLuGj2EruI7yd75oZ0SYs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$KMac128.class" - }, - { - "key": "SHA-256-Digest", - "value": "74Tp9SRwoltHmtQ98soJbF0qjbfzt32kdpqQ+/AWV1M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "X92F3FXISycGKVJbUwUsOxV1b1Q54TdAGr6Lm1VyQIc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "ExcWlDqC7GVPV9s/pE6DETyoPM7V+AVWyhpGdzvkSj4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$ZucMac256_32.class" - }, - { - "key": "SHA-256-Digest", - "value": "QhUv5Ed+e2bPJ2QIG7/RGS1WungGhhPPLH76V+ds4Ok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber512_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "GUcQA9BeGV9y/ObLwcUlGYpUtZQ5TjAdKLpRCaIyCVw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/ObjectStoreData.class" - }, - { - "key": "SHA-256-Digest", - "value": "3fQY3aY0ihI7tUHKD1S1LC/6IiphUwLJG7l1Bysz4i0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyPairGeneratorSpi$ECDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "vFsmND5fj7fEfuc7e7U2Xe07x7+3/+jf6sIvhizm99s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSASha3_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "hqNOIh987/GcpVmnesJTVrXA4xeFpHDYK0zUOVjujdU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/NTRULPRimeCipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "XpN5lSoEfBnfyfORb59wlgWHnzn93igeXAzhqHnJf+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "oXWR/Fmnp6DfEOH89xe1l+KbrSvwn3DbNKe+wzxnFTk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "KhIQHQzg6uu+3VjAEq+XFeXJc/DDZhI4XDEFLkt2KWo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SCRYPT$ScryptWithUTF8.class" - }, - { - "key": "SHA-256-Digest", - "value": "1NWf+5xutjim15cnJ7OMMgrsWkKDFwfkM3aSaZwwWz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "44lUxVapmPkL4ClLgQF5k1q2C6mR/8GiQFQ4mp2O83s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "sJtaZW3hDoKhAopj3wGpP4VU07LpWphhz2Jg83Lr/RI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$30.class" - }, - { - "key": "SHA-256-Digest", - "value": "K65friCvRvqq/jef425iP5ybGSHl0dBpTM42FmBhkII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2PublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "JPCXUWzPDPnqh7UrkV7BWAd+p88KsZgtxHCzkzGOtOY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "1xkueHcR+jNjC5HBvUFGn3qb05FImSEHjHRd48PINtw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/SignatureSpi$Base2_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "ePHmhOPC3sLk9HW3cWiq0aEOiDOQHwi/+9cGmSmME6o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA224KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "hgMQd5e9NN5tDlIRTHaqeBkRdTJMU4zhHhg0JzDdWjg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA256And128BitAESBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "nxqUAibTLAsEKm97hO2AcBnO7VYEjZm/IuaxutA1m4o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Encodable.class" - }, - { - "key": "SHA-256-Digest", - "value": "dgs1W/CppBK2GGxX/MSMVmr4xFp7/cNkivL7b1+GbFs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "juL0mPVtE2yZZocIYC5sS7LsuOqIJfhWn1ZX1C6yU78=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Shacal2Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "YOADN0g8/OeV0YjsIhFMdgDK928lKCsLCxgrUq0PF9k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509SignatureUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "3vxVMtbvLcMy+8SHdQOQ+q/QwHiZJEHPMR/Q5twHT04=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA224KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "7tIqC9LZ0/eEH/4hPnWPS0vqgdpI5LMcDFE/DUue968=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$CertId.class" - }, - { - "key": "SHA-256-Digest", - "value": "n4spzJq2DKyf3qM8oU5x7XtaQk9XndXQMoc7opW8ufc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "+/TcdVGAexbJcCzjvnj2mR4HVZO+PXwPoE2hUjNyoMA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/ExtendedPKIXParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "e2x2ZjgUts4jOj1XrhYmAJjgtg5v20IbUT/X+PDxp+M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/GF.class" - }, - { - "key": "SHA-256-Digest", - "value": "M8CpRJE+iyN8UfdAIG2KigB+HvzHd79iDI9Pt8EuQrs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/LazyConstructionEnumeration.class" - }, - { - "key": "SHA-256-Digest", - "value": "G2AJEj1/oPdt2qv6MUkkxrXLt6Bdm9Y89FFbaaClPaQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$PointTemp.class" - }, - { - "key": "SHA-256-Digest", - "value": "MeJtzzLbPAa15cVvSfk9Ug0TXGUEiOlTuPKaYqOu1d0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9ECParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "C/YV5iXeJGPXM1/fpi/H41P4nYe3bXq/zrNKmdL1y8s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "i8JE6rR/3mAwuME9D8v6xQavP3ihvNy7xAlJS9zxdWI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "y6k6d0oezMllFzZAXz/hhlkU8Sl5vtaQyTl0/Tvl7vA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsaSha3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z2R1f8g2Thzd2qPAUKyr9TaQzeDQ5sVGrSdWhU2A9PA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "OmW8isGIkUiXrU+AhLHjeJWQ8ie5pA2mnF6tKh+pMqQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "7CJZpB+BsHjP1BrBzg/lsQF/XqpQJtNGlA0pu4R8/BI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Signature2$Proof2.class" - }, - { - "key": "SHA-256-Digest", - "value": "gHmYixalkIoyNediLg3YvQ66xeksWm0E99GrA2D3Tkk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ElGamal.class" - }, - { - "key": "SHA-256-Digest", - "value": "rYoS6hS+dBaMI+7xcpc2DNqnbypHefY33GYtONpUQgo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ParametersWithID.class" - }, - { - "key": "SHA-256-Digest", - "value": "s6IwIqz2MShRLP+e3KPVImpKtqr4HrsK5u1g+cNgoXM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD160$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "x/92tj4Kx52Pq3gIICnNPOZ5oetUT7BAHvZdN4+swW0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BlockCipherProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "tG0X44kTMJR97wnZMS95eU7qOGybZs6vd8yPyDTRvQ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/hpke/HPKEContextWithEncapsulation.class" - }, - { - "key": "SHA-256-Digest", - "value": "UsKEHzQxuHhLElU/u2V50yWQMMeGSP+n8uRAnjnYsUE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/EndoUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "tenWXNM5m3UnKuG+UdiybU98yPVNb7YC0c+hnn2BrGQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/djb/Curve25519Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "iAgSBjGa5ir/pyEy3ICJMzQNQaa2/9yAqH+wq4Eh3Ic=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/bike/BIKEPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "jBgmfWEbRBkATDcEoBSqXrUteMqk2aoUPRYFqQR+Ois=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lc0QLBY5LZ4/2ZFePOSATd/nB1Idjo82tApBJQD3pis=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "rBfVp1b/6SHqsUGCcVWg/ok8kR04d98GUIBn3DeYOpU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TBSCertificateStructure.class" - }, - { - "key": "SHA-256-Digest", - "value": "djhMP316772xRBiwn8tONLquQafkkFCqIGW569ez1G0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$LMSConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "YpNzo0hdhUVZ0Q+mh/F64JUDVJ3ydBw6FFiAnaowkMU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA256$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "pSqJehCA6a4mwOfIG8PMNo2n2S3Wf7J+6byHBKSDzGQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Mont256.class" - }, - { - "key": "SHA-256-Digest", - "value": "DhILQOusopEco2jb4DfYqzBar2kDGd9fE6vCCzsdrr8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DHParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "xot5DP4hMqbBc9Pbm5Mzyf95fMGpGdw4nVS9M8XF71Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "shvvDms5Lj7fPQIPOL5vFiBzVOwycM5YY4I/m49zzRg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509CollectionStoreParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "mG7W5q2cCj0D8rMJl/RuyrOZ2FnbvFuITn+5S/bBJeY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERTags.class" - }, - { - "key": "SHA-256-Digest", - "value": "LpJHdO6uqVIVL9pMsWtllZ8EvWBQ2kzocOsHhMKwL5w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/GOST3410ParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "snfCKL22/t3JlfmWMdoWUhcRcXCi2V25m+kVTf/Ms+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKERing.class" - }, - { - "key": "SHA-256-Digest", - "value": "OJSeDPu8OM1az0uxrFSpeKI8ulsvrYJmJHiVpqQQGeQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake3$Blake3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "80LrGhV19hoz9rqqfYMruNLLWbeqcVBKIiZEVPUeo3c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "oWPG5aqjlywDytYINg1oo+S3eZaYsdPFx3+9Bg4I7T0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AESFastEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "NEA6q9OVjElM8EdshKSTMUbcmSwqFEvpNFtr8sGXpSA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GCMBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "TmnFJMv5E0/j3Onl/s7OltP5UxniiHnpwdIGWf4cYEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/GOST3410PublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "UHpigI3rswXPz6Q9vOHUJ0s6WXfGeWNNO8Yg/HyHUGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "LXi1TejE5C7+kS3Uikrh3wP46wLnXgRjCzB9gPfGY28=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/io/OutputStreamFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "hy7u1D92U0Mb2oRfyjpY8uj6t0sURHoxlmFmvIG/+nU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/gm/GMObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "m9jGsiTeb/WS4BvwrcQTFtSu27bxOOKmi4FECTnCJ68=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/NTRUParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "gKsCVguyg7chDj0l9qjuemlzsF8fg21NkstyFOAJyyo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "+B2cazr65xC7jHuc74gJF5WGGPw2c96TdxvquvU2iGI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/CMCEParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZUfelx/2PxqeO5oo7gkorWSDmog0+oDbeygjYa+BE6k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERGeneralizedTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "8s5XVJeziddSNdkuCGccehEKlKlId1W67RQKjZcPK48=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$HashMac384.class" - }, - { - "key": "SHA-256-Digest", - "value": "PEKhsjtW05OfGcn4JfQbJbj0b8/IkXlgHsIA6oVyI+E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "KbhLxFhEJNC+cyYip6vK2hEyeUmWw3EwH2Eo3Cl7tiU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "P6s8wqOt2BfPioWNg2UR5MzKEnMRnSjZ4BUZPkBkiiw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPCKSA3.class" - }, - { - "key": "SHA-256-Digest", - "value": "wvCyWnp0o2IuPfITV7LXwY1frNnQq+zBqFh0+XNnFAg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "z1j1OrvMcoByxW/NfLht4hvtskjhkzXq0hbgMe/4QqU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CipherParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "qxv6h2GSYY3RUTqCWJ/Nl1NUu3LgWaLbutNUx6AA1RI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD160$PBEWithHmacKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "MsToGnzzvLGgFUAawoKi0ddibvMXVpSukYW1XPSb8UA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ChaCha7539Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "K8bizlRToWfNWp+f6J7i+D+ukkOPv0axdhmQjLyQtZ4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Reduce.class" - }, - { - "key": "SHA-256-Digest", - "value": "A0NdQF9xUr4D3pzLNU/UtF/7F27Tps4ODyUPWlDeh2k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSA224.class" - }, - { - "key": "SHA-256-Digest", - "value": "zkttPPHTHFOADssEoc8N52mGS+wzKUoEkhxetK+GbOM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Fingerprint.class" - }, - { - "key": "SHA-256-Digest", - "value": "X8mT6RTMJ+Npcc5h45e3sP4/gbVnlAS2rsZN2OnqCgg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "yioo19qwxUzopvoiS5g1g3oumQbTQG1/S5DEWU9xGok=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "cfAyVYFanfKujl1AFUl9ZyddiY6/vePgc7J6MID1e0I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntru/NTRUKeyGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "aAFJZfKMB383//NMWchNdsZChlujUhUbhXAL0LxzQTo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "IN5ojcIV3hFpEh9fnfX9Skte+oomXc5Q8BNz2vqtPx0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Pack.class" - }, - { - "key": "SHA-256-Digest", - "value": "rVb+ElJ9siYuxhktipO/pBJjQwRsXdbZCR7NH/1zr1A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/SignatureSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "AFziFOi1rUiWOoN1sU85GYsawwGz6o1ibSbYHlv7Uwc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CertificateImpl$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bd/avpJh9RH+NgI7BoZUp17hD79ugjxjn5Ffsvkj6+g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/TBSRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "QLTNMWSd6CngN07gGoh1hxFqdqYTyF5AGs3KBqBRqSk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "I5nIs3MpWkmawQZyNYwIiMig08DKuIdFr+RHrWGLA3k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "2lnDz71obzaYb7bqj7BOd8eskqLnFamQIaLvFM6i2y0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/ECDHBasicAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "rrrVf476RlLhR5UN4pJUPf+Hc/4m5d5sdBGRgT4xmhY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/SkeinParameterSpec$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "gBAdkJP5s8vM6Gy3jvxBkrPZCkSE5lrEgwmUq5d1s7E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/CMCEPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "QH7EurLlDif1Ep/PZG0Xj/IC0dulPAL+3BeASkZvy8w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sc5AF+g+bHZGBn60JclpsIfSNWBD9acHT37ug8q7830=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber512.class" - }, - { - "key": "SHA-256-Digest", - "value": "OUX1TzPvDUEoQyQPgW2lpJ7ZiFQgdbzJ97j6E6XxZl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "XThio0PNdjW4jT9u0UR+R/XMchvJlXurAqc6fsxWgTo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Set$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "SOIRcSDPMoQQ+4Mex3pueEhAaoQ2xo23TZxxbTqRQ08=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA3_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "FsciYIlJOZL6MnkOo/WH5NnapbBHr9FOY9XAqZ93Ac4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Integer$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "p2E71gJ4bCg4MbhNS78G1JKOWSh4Jo9DqvvGDAS0HJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NtruConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "oq+MYXwP3fF5eftxqlVsg+A44D64XpUoF1gwBx0O0Mc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/cms/CMSObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "9f1hnKgIJHVehyUEm456ZhEb+m/iJ76OILfg9Gn9VWg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "9zWyxHycVjJVqAlYKKLOyVdXY3Fr/HCQRoH/AUaI9ZQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "qmKOkHpQTRbKRXdg6gAQVQ4/9xzYBnUKT5Ig3nUcgTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/CBD.class" - }, - { - "key": "SHA-256-Digest", - "value": "N0uQJ9AnTv70BJhanRFEwx/lZz6gsDrWk/dw1/0V4xM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$Digest256.class" - }, - { - "key": "SHA-256-Digest", - "value": "hCXGYYBep6COQ9tsR0K6X+muZYXu+sQush6zbMlXX64=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCertStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "sb/nqRLfIVX0mdjsCjgWwgahcJsUGYrxyhI+tPzAokM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/XMSSMTKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "+m5+uhQK7NBjcyLY/t6bHYVIV2Ha9yD1mlYbATzKnd0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSReducedSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "dcDShaHcJUlGMKS/aC6iudmu7VA9T0bnkULieSu85hk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p$QTesla1PPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "zlBWIApgtnB+yf1Jyp3BqsTk56dZ6sB40mwWNSimcRg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Eih/bej7M9dCARWU70SFpDlTSzYzbq2klTAseLuhbkg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLBitStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "nP1xlcS3VsfB1i2YqAWtKkSoBx4mp0v4eV+9PX+Xfiw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/SHA256Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "ozovgDg5WMBEWAy9PtzTtPXNh+RY/N/HWq339fPUDf8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/InMemoryRepresentable.class" - }, - { - "key": "SHA-256-Digest", - "value": "AiQwnJM7KJiuHG02r6+HfZAZAi+bt+xhVmTVBKmgfs4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/KeySpecificInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "gf5vhDlzwqCcJ/s9QxZfEBxDwUAsMt3CO+XkW5b9obI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "e4TL4WbvfYdEcqHdu1Rz+1C6mJC/43Trx/XU/FYa4wQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/kyber/KyberIndCpa.class" - }, - { - "key": "SHA-256-Digest", - "value": "/zzAuH9SSBXD2eWutnR+sRF93vjTDyqG6kbWgidc4fc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "yx6SZXkV9SLAfpmplcwxus80vgYWZDvPnqBd+QBtzvI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/KDFFeedbackBytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "vCxZ35FGT7GxX+2b3nHQNXvgJqL3fG5vJAV1KahhQfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Skipjack.class" - }, - { - "key": "SHA-256-Digest", - "value": "wnqNZtNqPwdHKXdV85Qj9vt2dNfZz3aHZL/O0bJ9CUo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/Poly.class" - }, - { - "key": "SHA-256-Digest", - "value": "SSdr1d1ryq+ejr9MSm+3rrBRRVfgwKk8+eoLk4YoJOk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/saber/SABERCipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "hqvPF+KrKQXblVv5J67qY1FCBVK018eNDdflbOCczLk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/KeyPairGeneratorSpi$PSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "D6upEuTOtbxL8kbw7jA4nXjUC/OM410+3SIz1/2iMKc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "D9Qs9TwDEEPBRdoH/ShhsiRpPpxf+tFdJmq1naBNz5k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/ECPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "TE56Lr5a2KIUKuJzO4bZ/7uN79SdcrDJXiMxMzfbZ84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCRLStoreSelector$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "EZ4sZXTIiszWrFo06M2AxLoDAgwTETX0VlmAjUbzhBI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$AlgParams_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "xVq8Si3JORpWYU2FbLbYkgP43rNAddBtMBEl06VO37Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1BitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "LHt6wWvF4z/CYQ4UgwBMQNXqW55QEJWmpQNSq0S7XtY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "7xA3cDWw/Igas2Pdn0KAXg9kmvU5p3IozSv2mzPhAtU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/PBEParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q+AQqgxdYHCy/Oi+K8dOSjXDoIyAfW0hehqSJPv7oCM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ME686upwpS2aci4khUAzTDH7DmjATnNekz9QMLofcR8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "SsbF/jOR5HZaIqvlXyrNtUCAC1xSAotmMIFp5dOUSHg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$Shake256Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "zxrU46zRCYBdkC6rR1g/fkMNz5Rn4lTJzibV1UpKtw4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "DKmh8bKQ0Yw/MmxJ3Z8iN6VzUaj0be3A/1lvXUfmhCY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "IeK2LJnEnhKfiWnIWVpnyUXJ4ZU5yQ5D/ZyzwuYp4T8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/SignatureSpi$withShake256.class" - }, - { - "key": "SHA-256-Digest", - "value": "LxoJnjggx9jZ4DsPFcgDeCZGzQ/GO/4MXxzf9dndq0Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2nONBField.class" - }, - { - "key": "SHA-256-Digest", - "value": "+Fzb+T4/5cW0qt94POyAYboR1l8ACGQ6jE5/wIZ9bGM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "XQ63bGStFM2Jaa6A5ZFztT6VyFo6cOQJ4Nl7mXMf4qg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AESWrapPadEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "v/0EpXuk+GTNxplCiUtffwCfg5vXa7Oa3QIJCOwyKtg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Tree.class" - }, - { - "key": "SHA-256-Digest", - "value": "rlDXWUkk1derF7pLd7n+/IR9ktEOnDcMCNGr6EGKUlI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconNIST.class" - }, - { - "key": "SHA-256-Digest", - "value": "71kFO/uFWPfW0RO3igq5MsJKNnVHcy62FZCLJl2Obvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "QT2fuHxlCM/DrGj34mUqbQNlwB5OBSP9JjjOIJGep+Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/MGF1BytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "DElBdp5OoILODHoXRTjgoEINQV94/ztiIvbP2axWm2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithSHAAnd40BitRC2.class" - }, - { - "key": "SHA-256-Digest", - "value": "9VL+hSanGmJTlaZLv20jC1I6atm4mes0X1+wj+p7vVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "HyNyhGKCeQRjDUnmVehuCuY/LYh2/fWtzzY7ylAm52c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/BC.class" - }, - { - "key": "SHA-256-Digest", - "value": "q34sjBKzbxoQXuLWTfSBph4PwkVSCMWPymS89/BT6sQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HW2PKfA7SC4p5Z9zonXHYSS8n/tQWZgALnKphEklRNQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Holder.class" - }, - { - "key": "SHA-256-Digest", - "value": "GfkT0TuFuz1js4kW36PK4K7unmgOQdicW+4LR3893Sw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "VXalTjksAsyUlSb+UC9rHhb1Ywp2JB9YbJTS+Acml90=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/DHUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "0px440IpNcGwSQV/Q4WRTk8VcOC34YqnkLb8/1C07L0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "kwSy6nQ4I73eVuaiA4F4bsGMqZPuk80cNA/OsZ4FaXA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/djb/Curve25519Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "TqhxafzZr1xXgnhzviUmBOsQKzAWqjtnqbJL0zkwR4w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/Conversions.class" - }, - { - "key": "SHA-256-Digest", - "value": "XtaGbef7TlBi0ZYTBwKXRN4upHz/gVlj5sK8Unzr6HQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/XSalsa20Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "vU6EDW2JajY2DsWwxEPvHMEMCBVZ9FdKCQPO/A/cmQU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Bits.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Nb7J/Dux9Nt/0wFY3a+ITenzg6FdFoISTQARdvYGSg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9ECParametersHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "G1PwO4HadRKpyKYSPSDiYL3hNufobrWYgkTPwez6TUc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/Base64Encoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "QFOdFz9cPZ6tYSuOY8/d7zR/yobDnW6wEY5NgALefUk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ukl0OdUhtAP8RPoDwcwTzvI2nkVXOSh8rzrBnCrdLpo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXExtendedParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "j50gqVxCcz96JuUjX2DaQCYIUxHLpq0KurY7oUOoevk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/util/ParameterUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "AX08wrEzAE73LdOwCxKvXT+USfhT+eDsZwA+2EHv2ks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Msg.class" - }, - { - "key": "SHA-256-Digest", - "value": "RQQV8I3FeqsLgLX8pQSVRM+xspvnsPMoTgHgGd7fJww=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "bQwuRjCSGc8marL5jAz6gkkUsU7AoBgllBl6YFaiZ+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERUniversalString.class" - }, - { - "key": "SHA-256-Digest", - "value": "CD85Cpg6nG6J+iwuW3g91/taPu7LQIsr7NyaYsMDxys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_1024_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "d1G22w6LsFAeHvfvIN2KYIGL1XCCzJdwAGz8YUjzVew=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1SequenceParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "rOUXMDxXTtPdkIgQtL455Tim77H+9B1Y+j1WiSHQgVw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXExtendedBuilderParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "jvHpdTgZZoyxDSOqG2ikIC+IXsYisCZRWauJxPSfx3U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/LMSHSSKeyGenParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "RQ28Wzr43s7Lp4MmYlSZ1ZNFb4EpMiVvPuMnZ43i2YQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERSetParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "JyeQlTVCtlAtyyQqmwDdBE17wNv35DFbASGcd7Gs0kU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "GnFsNZ6UT9Urp17yUDXnv22vUpA8GUNCFSTIpeIimqs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$XMSSMTConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "afvkpIf9bMye0rYYR3u8rX2WAU/10mQMCXGWiIssJjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$ECKAEGwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "KvkNYcAzDfHJl75yMSCNDJg2Ialc5tAsPdbCPbguX4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/EncoderException.class" - }, - { - "key": "SHA-256-Digest", - "value": "H6HPAckf59ZFmYQNEvbAqjXgYQ0kD2Nw0G8qakatQZg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$HashMacT256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Omj48tKY/InDGS8MW/pKEwuj8wnno8pwn1BQBA60xa0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/GOST28147ParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "fNlBSw66vDjjaZ1MxBv4saJgAZmEb+tifMckahTF8hM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "39uW/7CqhHiBuN3pzhiUyHWUQOwcjJ17urcYjV3XGhk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rq8vMIfc6+U26GnvG3w1/WP4L3XG2UK6LGMTc45N3ws=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "W6dxOCb9ZlNpLwmPtMbbgIewOASx722nkp6G4y7v+V4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/fpe/FPEEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "0hM4LIZsoyKS9n3LNqGY4l7l1esxSNJBlC84x0X+ukU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/RSABlindingParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "y6hjpoqREUQhVazEJIQuTXNrkPw8g0EXTyzheYlZ9ik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/SABERPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "CqcHfIXEKJAJyI61QZPal8Iqon+s4gVe/sy2TF5X/KY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509DefaultEntryConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "rvt/JlOD6IU9o0Q16CDHAxP/do1dTTRqkzZJ9q/3R8M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECFieldElement$Fp.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gtl/Xgc5YN2OoRuijDIFy1MSrR0GqNYYJ7rZ0P4IrWA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/SPHINCSPlus.class" - }, - { - "key": "SHA-256-Digest", - "value": "glCHc6eU72IxnWch0ONdfM+qm4scl0bTz+rfhyBwYII=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/PBESecretKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "JC9FC0jYN2deJu7crTLk6P1nrIC70iUp5A1EOOiGmH8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qT080y9OqTxucIaDM6/9h2QJdmkRtXoOwZl1na/tzhE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SSHNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "xOEA5/Xu/l2MZQZr/9jJUUMm9yC8tHMEdwP3WnPoq8k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/CryptoProObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "lZw1NSEzepLscyE1k+22Bo4XfabbPAFgCpJ3QVhCKRo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/DirectoryString.class" - }, - { - "key": "SHA-256-Digest", - "value": "dYizDIyhMcyJRIQ1lxN2IzlcmTfccWOG5HR/bVm4O6Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/TLSKeyMaterialSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "mPE9vcnEE8gYpuzOcCK6mLfRzGtJB5SjIHiA8PQZOrY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "HDmrg14neDZgPpylXtYiDLWkrNRjKb8UarN2IT2Q7lo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/NTRUParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "y7Qoaw5vZKpZ4bG/ZOyHJafOcymeetL5x2bebe2IaHg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/HC128Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "8naxnakbnbLoLYfGc8K3s73SqVvUSnLzEkKvQAcH7Es=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "aTUMcMQBqhht8lOWJNps59yx2BFOxIP7KBYvmmH5mYM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/SPHINCS256KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Kf7SFLNl1xfXltPHOQIjFH8HJD4cHIeN1+mO3QQKi4E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve.class" - }, - { - "key": "SHA-256-Digest", - "value": "OlnaO7icrEMAq1LfEjnu6TV6S+/QhfkbNFxi0r3ayuc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/Commitment.class" - }, - { - "key": "SHA-256-Digest", - "value": "wYrlNrOJvK7yLhVpoIKpECw06FWHIDGKxUfE7r+Q7Mw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_1024_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "qP1ogiUCZMCX0PGMhIedgDy1M1a7gEVyrpADYKkFKkU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$20.class" - }, - { - "key": "SHA-256-Digest", - "value": "EMseRHu9EE2kOO6pnEuHVQ6LsgAxpfsyMPOzHcIkAjk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$KeyGenerator384.class" - }, - { - "key": "SHA-256-Digest", - "value": "b78pUBrswV69XhMtMbFalC/Hm60gxvJmThZtnRvJH28=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SM2Engine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LFGBoq8VuDf/S+g1Uep/AN7XAnZmsmB4UIu4DizpjCA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Rijndael$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "m75iXeRqMg2G1JZ+rFl5PnYnE/BnfC7tm8KK0pRO0Wc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/io/CipherOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "6oFGof+JmT/55EvF6jiu45g3QnbaaOxQQ1AMi3XmqwQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "MR9PF62QYK8yG7F9NqLQgy0AFp6tSSyeLUqCAnzfVss=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$HashMac224.class" - }, - { - "key": "SHA-256-Digest", - "value": "eaavk8RhGeffew9AvWhvoP3iT0IvXqkfuYFgR/9y1kE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CramerShoupCiphertext.class" - }, - { - "key": "SHA-256-Digest", - "value": "xBadjEYomXmFq7LcWDrXhfxqK0fTdf2O9G0EQ2LO2yo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/LocaleUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "pY4K8tRliul/THq5ukE45eCTI+aygG+2RUjvP0bF0Xg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BEROctetStringGenerator$BufferedBEROctetStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "uT54DBZIhK4NgtsinfQHri70leXWyul2V6xT7ruU0rE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/HexTranslator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nua0NX5Jnf9RifxjYcx+39pNy2a4RnixMjJZfrQlWi8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$ISAP_AEAD.class" - }, - { - "key": "SHA-256-Digest", - "value": "+86mUc0KAr32TfovPNt8WhWU88PuneFqX9lelFuHBCw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GCMModeCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "ChAlXE+diVlX2fXP+4wGdq5MHYGPbdLhI9kfQfmg6Gc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GCMSIVBlockCipher$GCMSIVCache.class" - }, - { - "key": "SHA-256-Digest", - "value": "SvPrPtmBR6cCQNRJhC8Spw/18RY8gQzV2DYTb1La3dA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_256_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "tEAW+/fPBFx/OegRuHdMk6ji0uvm0IiAEUmxhgq66l0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$CBCMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "rFzlz2Gwv3Dw94eq9FtSIt+diQ/IXZpNc+KUwtJVAzI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "5oFRXAcV/lfijPBvnPsPtrGpx5WXzU3+xNQ26B97eeg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/bc/BCObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "uPbc4oMJN9V3L08eDevTxvlRvph/JtQHWWMHdx9MoX0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/BIKE$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "WPv0yhCpQ65jilJQ+Ws8y6pKcLAPis2L2ET3q9NNID0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/DSAEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "NZfQQlyQvhAoJUs50wub9TEYXCYtg9vv4R8eOuS7Mm0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$Shake256EngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "SxgXPGN5Z/fDnx+A0UcBRPQ46FHS3RKzXTbBCP/8Y2I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SPHINCSPlusConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "6fPxe1zS9lZn4d/lMxub0Z4X0BbTJ8Mib2hcD1mFJDk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "COyJo1ALVSoYtrQMLjFn61XCsut54Ii2cL8nkaHgPXI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA256withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "7axCwWFmX4s82piG4rh5Y5XHmeKf9wb5k38HJfOUg6g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesPermission.class" - }, - { - "key": "SHA-256-Digest", - "value": "uKbDcUwegBFt7b0swBwvpYP4YymUE8zRr9AnsgXad/k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSTU4145Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "iarvlufa1Ut9b9F+pR5Q6rbFkxLPguIy83jd+TM3Fqg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/kdf/GSKKFDGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "IKlfQ0XckzwE3aIRfxlXKFI9kzi0JluPBiDvy4iwBec=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2b.class" - }, - { - "key": "SHA-256-Digest", - "value": "cYS8aBNGl0hHJruhtZrxtEar3OlHMwtJaPECMallOF0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/OCSPRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "FJgaFLTcSvBmR3Q9omE+kdv/LsLKsKNvI5wL71ht+t4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/Poly.class" - }, - { - "key": "SHA-256-Digest", - "value": "8I1YTsmOvjDFvhU1QH9PGGueGAJ11G+qNJMOoy7rDnE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERBitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "CDKUIZDFrge36fPgQ3BW+SvKydIhLBCsDUBeFw4Rtj4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "YXne3rqTeRVQ1z1fvEJaO1IhcOonOFOI12cbv0+WTuQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/V2TBSCertListGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "cHSKItmFibSBIfNa7PesbFmqLnlVrpKkTb6UmbpY9AI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$XMSSConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "G0HdoUI3FfePTWGFbQp7cTvapO81acvVfZo2NUVb3no=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIES.class" - }, - { - "key": "SHA-256-Digest", - "value": "g7rcv3XV8N3+WuOEjCs4pueIIKAuw+lCXEyhPFgJOE4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "98A5k0NL/N2x0go7RDZhNjoby5YP+4rbVoevC5Zr9Yg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/V1TBSCertificateGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZaWCTOcYxwUplRhbs3pVlyn9+3Sbs63/l1xBQJa2a7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/PreCompCallback.class" - }, - { - "key": "SHA-256-Digest", - "value": "vVlRjp78lg/WW/mjphjXqSwOjbfZyyP2G7duIpu6QiA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "SlrgPZX20nf2FcMuSGVt90u66w/XgLEFkTJFs7kP24A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509Name.class" - }, - { - "key": "SHA-256-Digest", - "value": "hB9DdbM9TvjOHJ0zPspv3YXJ46gTggX+4MMfNvcnM4Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/SignerWithRecovery.class" - }, - { - "key": "SHA-256-Digest", - "value": "Opr1V9TQRQQxzX4mRyMsf/jpIONhdK0S8jqhfhnBxxw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC256$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "T8nBC4Mb/Kcb81npH1gVFReyTQHHot8L5jzIqv6ttnA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/tools/TraceOptimizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "mV/gxQRDxy+wyJQnAkHFuMvXrA++khbiM+MQVYQAt3g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "hNb4owj7uRbPMYQrOyNXHOEnJE9vDWFubpcOLab3+fI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/BCEdDSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "8R8rjMQHaidxBUXS887AJ+HsUPim5TxKOe5HTKFFnRc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$HashMac256.class" - }, - { - "key": "SHA-256-Digest", - "value": "aHXwUrYYTd9mCS4L/0e99xgxR2rNJUTwBP35BYgihKI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RC532Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "unX/9syMh7yTwpv6D3CTEk4nhO0Z+7oaeZf2QPNIv5Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyPairGeneratorSpi$ECDHC.class" - }, - { - "key": "SHA-256-Digest", - "value": "hGlnqAxAn4H29ZG+YzWcRI+7QwnJYXMPNFsu2SAYjTs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/EC5Util$CustomCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "K+mbS1OsOCZHol/UxaEqVzs0UtYMtO0fi3YzwnNTCjg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseBlockCipher$AEADGenericBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "hy/aekvuJUvOZniCD/noJH9kd0fdYJpMgvu3L57wIts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMSignatureSpi$sha256WithSM2.class" - }, - { - "key": "SHA-256-Digest", - "value": "OZNk0+YheeA571q6IbbZhYBk1o2wdyQxNMXJJMQAKdE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/config/ProviderConfigurationPermission.class" - }, - { - "key": "SHA-256-Digest", - "value": "qRdDC2u4Gg0onoR28loFIy/Y8Oz+o7Ka+ox0/jbvYzs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/gm/SM2P256V1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z8NQqrFYQJrEcYQLqnbJwBrt7EfRMMIGsofsgj2207Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/GOST3410Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "0ejO+4meKxepW8OXz0UHuii7FJhkqLKjRRsDdOm3GrQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "N3zJ0RJV2/LwkJOeNH52OYdB9fh2dOTDJCKnJYRXtvQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "xQjQZtn3Y+smogKPXnvyxWM/CdcQz/XD29DpWPyX3Jo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD320.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ibe0U48WFqnpxVSfiLQcqeoWY/NdT7Am+ed8QIh8dV0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM384_SPECIALIZED358_TRINOMIAL_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "QFQDemJI/gmKSvrKO5qEN5uxCWeAo1FEH7hpqPHmHLg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/Permutation.class" - }, - { - "key": "SHA-256-Digest", - "value": "D4yLqL41sVqSE1px/1LBLlTGni050oS43dK59zl6+DI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/KeyedHashFunctions.class" - }, - { - "key": "SHA-256-Digest", - "value": "C28t4NjBVxkuVuL+p5405TKU24K9I75M+oFNeC3tXtk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$OFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "Iz7/K+SdPdxzxWSsLsEQptx0jHgwsYHNIOrymn8IMkU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "fdwLN93VxHk6t5On0KxfS02CHlWToI6XUkK7u+fC1OA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/Symmetric$AesSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "hsCEE8UFgGznInrisMRWg9IvnfW/U1NsvurswGmYcs8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "icLl55zc+ri37UAs5ECpAgHd2ecG/xeN73PDM/lPVa8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$XMSSConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZK1aN0dRw/n3DdjKwMnIJrOw7mogekCdQQ5/lX/+1ug=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/View.class" - }, - { - "key": "SHA-256-Digest", - "value": "FjxIlUE6heLJ0XtpkS1H1QjLe8WsJmRGYk528MrI8s0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/asymmetric/util/EC5Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "ndcnI/nRZ1C3XZNMm9SB4Y6baYme7UEgFgtPFZV5ngY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/CramerShoupKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "QpZBtz3OesIZ9cgx99MyWzhKdxRogEy1jx8/adgSXFI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ChaCha$BaseCC20P1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "d1+w/Hw28BoDKSHwq/S1t6im4c2pT/EThXTTTCGgWzM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/filter/TrustedInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bbq/xKyzEHS3IcJpdoizMplkVYqLGjQMtgI9VwG1D/E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q6erXSMu0HyOx+aoLzZtQ0M2MqZN/BTJdWKG4A65Q9Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "tA9D+8Rc6k8hvcM2QZUjCcPmuuK5bgKoDxruBk3whzs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "fKpNwksPObmI3hq+zB8vsQoiSr00iQT0+L9kyC/ACDw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/SPHINCSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "R3oUE2+D9tXvGEXbGipvYIdGDbWHTZIB0/egi1ZU0Kw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "FUPRgvUFrk5fzfW9HVxEZ9x3daakf7o4JdZL02T3sDE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "DLtX32dtnRKDErSWFGd/VA9MfaW/d9OxwnZEJwRC9UE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Arrays$Iterator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nnm/QkEKPgdtHMDiuVq31kFA94m0wTdc2PbUl8gny5o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "L9SafikeZH1dysAgwhRUrMgiUa6vwBFYW91cLUMCyQM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimePublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "bNaUJtLd8vZmEge1UfypBEKl6ZxuhaDwBGp93Tee+GU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/WOTSPlusPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "P+4VN49PjpMzls9yvPvE77RitIhK/XTkycGRy95bYf0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "3G9JmXc3cXyl/eP6mNZSCSUq78ZwWtuVrg2mqBuGBOI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/constraints/LoggingConstraint.class" - }, - { - "key": "SHA-256-Digest", - "value": "YCE2rIrJ74f0lhOjFl9iIfZCMQjntRIxQHtOJUmIYHo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/SNTRUPrimeKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "QbaUYSEPZlmoyFyE+mjYBYZ2CohnH4TkSq6NUj/nvTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC128$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "tsXh+4m85zRHB1aEIz9UKVbP3qToGA58d71utUAQzgc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/HPS4096Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "1YOmgRv5wr2T+taCqtvE5DLRO1ONdg4IUrGfNk1c1JE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509CertificatePair.class" - }, - { - "key": "SHA-256-Digest", - "value": "UbYiBQOYZ76zc83ve43TBBWXqiCQSaSW18goX+Vw50U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "EQpBnVZL7jPynM8a2df3aGijDFvoR8j+0Uvoa6qxdJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/encoders/HexEncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "mau5VOFUsSXC7kX3sqiEi3L4Cnwel5BTH41qNA7EPQg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SEEDWrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "iG6MQ/JnpCJT/GPYmixnTi6F29VAtEA6KdWnczjIXJA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2nPolynomialElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "iXPQEU+1ZgpUtgDkJBbwua735djHDQ2e7sFBt0fcBgk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/bike/BCBIKEPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "4fe4jkY38os2giIt3VLk/EV9+kZ/gR7QBh+tw0BFuY8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "t+pLNTOg/aydEPEzpXQL6MtHQtJzMcQUVmeIi039wJI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA512andDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "AL1CN9ywPy3nJ86lBjZvpCXRmk4hC3zC2R+AELSK570=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/FixedSecureRandom$RandomChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "KNSNOR/MotWC2U2D9+PjDQkXS0y8C8uTkjQNTAES38I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "K3OEAaUwDCQPBedr6IUKwYA1JAO/w0I4HcIna2hEorI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "D99VPQLNn4bwXy9rvs/lCiFNXLz5g2CWACcPZ03Vx/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSigParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "12rTwHOHQ/JhJMmfYfjNWgsY//3HqlfkObXHjOs5Oxg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/StreamOverflowException.class" - }, - { - "key": "SHA-256-Digest", - "value": "64oVLGAJ4B91a2Fg6XFmFlYQjXw+XA6hq1+1Dm6+4tU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "p/y0OPrhyXzAfnxTE+RWU0L0qf6Bh+N7C03ECUBZobY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "j6DDq7XYLc3R321zyxFRmMy0XPu33QIkhqyHWC5owb4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseWrapCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "dfDcRhwkWY7jVkSpiU4yltOmkZRgWMBBDdLO58pVX1I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Di9ftrLl8GmQXd1tgJ4iNSiFeOB5blUsgTZFCK6uipA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/CollectionStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "shlI0TYHQZxbULmhyrNPsF3zimn0jCWsD5Lc+Uu1qOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AlgParamGenGCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "4oeuvG+BpjFGUYOnIs7Iu5TC0DW1TsrJTHeQ2nO39zw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "1mceGbH5pOHupEdwSQQk1EOpHXS3KgD8+lVwRyq6lmA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/GOST3411_2012_512Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "zdKr80G1dpUOAAqM4Qzbv5Hf6MAC0T2/dOGs84VYWcI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/ECKeyUtil$ECPublicKeyWithCompression.class" - }, - { - "key": "SHA-256-Digest", - "value": "qmm6PJ/iq48d6D4vr+3fdQef+b6mYPUzsJ6vvoMFM4o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "saFlFM9ScWx9gDDGOLBfHDKJAwQHsTxTjV0VkyVN3Qg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecCVCDSA224.class" - }, - { - "key": "SHA-256-Digest", - "value": "c9VnXQKmd8Z9rJ//dlNoLKPq5y/WlrZSs7/Nlv0o11U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/drbg/HashSP800DRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "1GoS1VuKt6hsDrjnb1S5YMQLMnO0LBrY+klhUYmG8Bo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD5$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "EYct+rIuxZR3N4gE/1BMWuXKuHe4MvKrMzMq6Hj2HpA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi$ECMQV.class" - }, - { - "key": "SHA-256-Digest", - "value": "uVceN6mAnb/sPE194hRHcFoFY2ZmRePXMzYDvxLPyZM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/DSAParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "HzSTfvWZ524jEKHdqTjeygL5R2CxDfolPrqutS/gB9A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyPairGeneratorSpi$Kyber1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "BOkeRFvo4QB6jTyHGYLgyEKpM1FJIXcBDFXo9EdA8IE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePKCSCipherSpi$McEliecePKCS.class" - }, - { - "key": "SHA-256-Digest", - "value": "34lasy/HrJmYlW/hib7iUQ7451UXt8EoZZJMEpriwTY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/DigestUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "pZFuk+2eVJDHVoWBtqtBQEqoUzYiI6uDtPnHCmsB9aE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/gnu/GNUObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "R2Vch41HrjtDxP+RUiHgmMYBhzk8WXyQx835fjOKq3g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rg0EFqkE/d5JXSje1i6sp9Ujo4zG+PBxcb/urhZK5t4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/AEADCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "zdwn0N7Fzy/gO1udm4BQDf7wNc7CzXMSVEzD7BgiAvA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/GOST3410PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "YlS+mXRORJDVOxLEaV6zUEH03H8q+gngHcaHDpReUkA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$18.class" - }, - { - "key": "SHA-256-Digest", - "value": "H39allyXZW52oPEU3YPvnRdiLveJGx9r5a6jDvdJap0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/SPHINCS256KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "lIdWdwlJ7eJ8Bq6WP3HrZMewzhJh2OB3jAjbVGQcjis=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/SimpleLookupTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "5GR7tAMCLISy07viASshRl37YRgvUY68tRnNAEZQGXg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "1hiDPvnszhRrpSlouEbeToEGssHd1iTSDGXI7DG0I5Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/SecretKeyWithEncapsulation.class" - }, - { - "key": "SHA-256-Digest", - "value": "h7W+yhaUH6E8B8Sxft5qPOkOXqJipI2GvfgbPbMz5pU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "P0GxvOBoU9n7gS475Nvyndjb3kmEqckAxkAAN2Gq54c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$ECB_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "iQbz8yizQBdxnysCvk5Kx+8bVfzup9ciOpwWxhaAnjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "0VEnYIFeY3LID/4DQkeYVnGwR6pamRJ0s8c37QJ3JwE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve$AbstractFp.class" - }, - { - "key": "SHA-256-Digest", - "value": "CWnvTxHPdktn7xQHGJGT2edBJhaYHlAskD7UCG4TkTY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/BCRainbowPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "F824fjvekCYzVOlAxiqowwIg7jPq3ZJel7yeB6xxbcg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "dNtLrIuDswdyqB9CPEJk6shWOS47KqbfL8eWylC9bzs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$X448Converter.class" - }, - { - "key": "SHA-256-Digest", - "value": "CjEUODn+/jyRBgeGYvXkmYIsC/lOviSE93whNvuKA74=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/misc/NetscapeRevocationURL.class" - }, - { - "key": "SHA-256-Digest", - "value": "v5BeLl2IrFetvCCiHIvIG7a4/RsAWKVECaoYv3Fg9XU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "seIP6osszMiQkOVRZykmBmZeKccuQrWYdE7lb2YpyHA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BouncyCastleProvider$JcaCryptoService.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rnjf+MAeOVlMF0PV92QRaTFvKzyqr7+CKdlR2XPMBfI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ZTauElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "1x5qVSkJfvoT4u/j1tmZaDiLDdGPYUCd9vy444flNvA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHMQVPrivateParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "umiIkhhwA6uHBryxMf9FB9uBxvCOitLyq6CKQALpzt0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/X500Name.class" - }, - { - "key": "SHA-256-Digest", - "value": "jxoLpZtKBov0+NoD5G4ST4niz5D61fW1EyCO9OR/Lew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ECNamedCurveGenParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "XiP3FuTOKNXPzVtIPJoHBfvFTEeyhcV3OQaiY3H5dVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$Algorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "73PxFvowzIdljfuErvBHkExROGny5HOrm95IzozQoNM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/tools/F2mSqrtOptimizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "/9lmJ80huS+xtTWeVlJ1QEx65tmdrn91L4s78MO65e8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "IQt4XgMaiJv7jSWXwI+DMzr1aBH6Ns5QTuioL3o+hqM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMKeyPairGeneratorSpi$SM2.class" - }, - { - "key": "SHA-256-Digest", - "value": "e6K+lfDa6LbLfjcBxEzKesxzz4PJf71oZg2tVNOwZOw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ObjectDescriptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "apYp25V6lCoi32kCfZz3FA3aDyciWqf3jfMDvYbf8HM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "C3v/3vDmDpebmyF0QwRV865wkC0mxz+8WR4CqjXU6uc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "A+UEvoxEDM+BMhJtYNo7nHCalwn8xJrNxrTh9Js/bJE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1StreamParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "XQ+40QCu6De8Pt9ndCAHi2vX7gDb4jJa8l9ERfw6iF8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "aTFke44nhYrMsVUB1/zHHiuY2zOKa2qKYJvGmA6RHVg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/Version.class" - }, - { - "key": "SHA-256-Digest", - "value": "ygFBY9/AObX4Aa3PjAwhCckJzOSQyDsc+uxNC2gQhew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "KH+Nb5iogvJICPZVgolv4WXDJctgEDIVM3mf0fa3lo4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/EAXBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "+5MPBnWuxT9Po9CkICwL0OfU5oVOtbSz0Ev/sz9nJiw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "aXP+CQd6J/Q7van3d1umK15+u5gR1g6YwvemVJXOlJk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/ContentInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "GfYR3TAA+fvM+AmA6eAScbLpHC8auU6XW2BjEBKYvpQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA1$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "qPLdooYgmjP3TQNYpSKqT6OlHe2Ecv99XAm8nGODqGg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/JcaJceUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "zJACbeBAn9JlxYTI+CMJ/L+9ExzVXtqsITv0/ade3Pk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/EntropyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "J8PJg8DfhTNOQM32kGvI7kGIUZexyKn55mDhjj7nUfY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2nONBElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Otf48TwFfzuejQFlTji+p6XDDFINJZQvii4uZ/hGukY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$31.class" - }, - { - "key": "SHA-256-Digest", - "value": "dSD7VLzU4oOxHJcIlA00LDHViO2NeXMATntykEFWnWo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/IESKEMParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "nQpcmRFQjrGqr4ieW09R6WFwUZZLn+7X5j+V4wS7Vkg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X25519$F.class" - }, - { - "key": "SHA-256-Digest", - "value": "eAIYesItWx8z9FMKH6KM9SIJHPgySjy9dSpvgw+fJt4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/XMSSMTKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "d2/8yoocqWRLlsWr1ZJ8kVz/XUP/vHkfYaAz5ejbpX4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/KEMExtractSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "jEXIjWRlMBLzhF1h2tYhdTftipGV3sP/x7Og4o8zySk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA224.class" - }, - { - "key": "SHA-256-Digest", - "value": "LE6mu99QQL9utPILcOr+g0TfqEaJhcIGfM16MVLEHe4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_1024_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "b0dQ7+g5B6W4N08bdC1fzpnIzFitqqaMpjqKI+bLUwU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$Digest2012_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "RprvydD6g0EfuOZ4kYPn2Ve84kJMXjn0T1KiAQ5UqBc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA256$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "ShHAkYsvzsHevso9soFwh5rNR8hixgODruQGptKXAJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/FPEParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "7DZgCOqhOOSWOrOkX1TzTrY/hddGj/DD84LpZVFElyY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/HashFunctions.class" - }, - { - "key": "SHA-256-Digest", - "value": "xukY8HaUjLIxEvUXwjszif1nU8/Z9UNo3+bMJsbCA+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$TECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NXclX5kuyuJs1T6OxxRO+9EXUrL76/FlAzCrvwL42BY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC256$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "s061sFoQwyfCnDwfJL8HesZBsCIZKqIsrE5ezcgOARU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/GOST3411Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "iM0h3VXyi6BnvFCjBDiaaKfcA7jlYOizfiu35pIrHjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "kw7laFpbcq2fEEnYNeM2yh6NIlCuwT7bRbhECHhiLy0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_256_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "s0IHskTuGQeBx9L7MWKPS87x1/hZv2Bgj1FrA+pVR+8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "+bZ1jwf0Ju53uk4teSiGTUYItX1l3X64EMTmmXo0c6A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/BCMcEliecePublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZRGq8Y6veu98BHkW1Co2YrxVnZb2xsDy1/u3RH1Wy08=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/BCMcElieceCCA2PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "SPguVzJGKUc3vgXNZw09bTIo/C/OjLi2acHdD+Nlyk0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "8oHPuIGKclNhjp2RppTBraSFfKxwHU/bcX6lDIesNLw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PQCOtherInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zz88UqAxnfn7irWcm6T08CwT2uYOHe1jMMy/Wynehr4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTSignature$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "dpAwM1kukHVTcpWFiGx8+ZezK3p1yA8ughYXGLyfSzE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePointchevalCipherSpi$McEliecePointcheval.class" - }, - { - "key": "SHA-256-Digest", - "value": "3gM/+cyGBjMHtjtV5BwjSCjkFPIa8B6P8UFreL2AEnU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/KeyParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "gnJSTirvFCZzdcuALTOAChSJHpJibVqz2RhLcZ0WG4c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/generators/MGF1BytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "reRkroiEGX6939eF0KvN2fuSP/vo1BRe2ZJ2EK1BwZs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/CMCEPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ce1tVOFR+wA4RvVJmLb+0b95tCliYoTAf8ExZQMbwwU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/kisa/KISAObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "fa+idsSa0mrqmVLPeS8zF9nGd6NbdNJzYcaQgyVyaNs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/jpake/JPAKERound3Payload.class" - }, - { - "key": "SHA-256-Digest", - "value": "dHZSfsJhZ3NGyfHCuZtGTAf6sfAjKmCZX8FMQB0bG7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "IiYr9Dc7YcKcoc1Lphm2ey4DljrlDNFgAtUpkwE7Y2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "pGm8QfhmaE21KJOkpnVk5ECypYkrChwsA9YpEAApWXY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "OFSdJXYqX7gFwO7jvDHoJdmBdpqSvm5JevI1C/ZNY6I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "BXWyh1t5XJehsaPCFp67Nb+LkEUoIBDPS0GSObiQ7/0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD320$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "36GcdZNM9UULJHD30b9H0oJPlOwU5oJ18SFlGYjSptM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BEROctetString.class" - }, - { - "key": "SHA-256-Digest", - "value": "so1s+JA93hBqrb78jRuC961P8mvQBuGYurDrekC+wDM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "sBXSctjOOVDXFS0IS31km+qWSX9oPsPc17x+D+1qWHA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "rcHI8YABVWAehBJYfjGdWr3hr8erO8g+1ZXNRGa5e3Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/IESCipher$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "hak6GVG/5bFVq1tG4CE8oyhM7yuOXLOGZwXz4Ihgujc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$ECB_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "zhNRcG+yvYsa8otbK5KClyiR3pfFlPyZhtIK8AwAXSQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "V66d5X50/POStfOzG8ToRZ3G6NcxQPyY7cvXhf1IMY8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "YeR7BVr3Abbw00Rk2YiqYqWZt0KCjS+omh8qLyxrtYA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$19.class" - }, - { - "key": "SHA-256-Digest", - "value": "JNAETGYRhVkJ8+Vp2S6BpF98ElETp6Ww7FWi15BZQQc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qmBSL91SLSNvoioePOjyuTkvFkYOpwJe68XLcQOJmL4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSVerifierUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "LUonCThf9qzqzhXDKCbVXGhQZ6NooY63REuM5pzl6DI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "TFqQGmmYDxHd3fSEL1uO7G/kZdT7RSmAJG5H/dyC2Fs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECNamedDomainParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "A4KqlpNKG9/j5TURJj9l7oJu0oadLj75XpIZ05qBmTM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "MptN1sTligoKmEnvgJm3rzFs8AIFlZukjRiQgnF8uHw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/IntUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "t+YajADONzQeFTJ7ezPQeRjUMbDpy72vC7o5Byi4x7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$HashMac2012_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "5b86DO82rjiKERPPus8+Scn0Jo/UMKGhbYzT8/rYuqw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XTEA$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "HCEwnGP9NdAucQ5CEmyEZYScUDUN4bwz4lLQBpzG1UA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/MissingEntryException.class" - }, - { - "key": "SHA-256-Digest", - "value": "BlIIszrbuKKkJy5ukzb4ShiJC/rt9gNmAwAxLS8BhBw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/SignatureSpi$Falcon1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "3xGCxDMujv4/6hKXKvZ6CZ5r+9TLjZ30d+tE5+Uz5m4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$32.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rlt64yv2pkW+vODituPaRTHXGKIrAf7ycXpXT/0am4c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/PBKDF2Params.class" - }, - { - "key": "SHA-256-Digest", - "value": "tsYYuzRBPhBOpjzZbcPmswyyJnL4kxoGyPUjEaTkipY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/jpake/JPAKEParticipant.class" - }, - { - "key": "SHA-256-Digest", - "value": "217XK73XPHgB41jTw1R5MyLdGDDIWOx1xLZtC1X8bAY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "mVtteVcMF71GbFz0FebQkQ1uiW/zgwhn5aGDLZVFoK0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_512_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "3WnR3wa3UgRUT7GWitwuqf6O2STVusZCRN/irTZadVE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$KeyGen_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "YE3PkT2qD4asIyFqpnIeZs9hkPNqLFQAKW7CNHqffk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "LVZdnWv0SsweEiyoEnmkA4hGXYaQU6sEisjkqZxtAtw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA224KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "PPc272ZT2QDTjVWOFVpD/dMyDdJULFZswHKdlKGEdhQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Skipjack$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "a6AVZIlstQI0ysqrCli56YLIwrwvRYLPjCT3LkTCN4Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/util/WinternitzOTSVerify.class" - }, - { - "key": "SHA-256-Digest", - "value": "bOxWK1jCDw0GFzv1bV984zX5d3w6UlN7gEAtdfPC62o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AlgParamGenCCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "1i0q4G8TlyKrEIzGkUfMltzqbnPtMI/E1ULm9S0UUO4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/IntegerFunctions.class" - }, - { - "key": "SHA-256-Digest", - "value": "xFSu4JOnolda7XikNAhsuw3QGVW4TW6h4tc6OWZDLWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/ECKeyUtil$UnexpectedException.class" - }, - { - "key": "SHA-256-Digest", - "value": "SRpfr2tp/Fyh8LIkSvJzMnXPZldPuJpKoIVzjJIhST4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_512_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "N/YxOh34r+ghlswdqZQDrA74JeKi1eKYgginlThk2zM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Set$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "K3yta2ACY3+gECo8kt34hBKYAN8RdQRYgY5vUkn0wGE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tao08s6hp9XTGJCcB2fJIWM14/PGowUqeNcYY8+IyT8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$Digest256.class" - }, - { - "key": "SHA-256-Digest", - "value": "kLiIq0oQPh4BgauPZo/JTlHa3AvP2933+/TFJKo1gW4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$HashMac512.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yz7Er4HMJM5BYqXmnI5sokqLd9kGR/PLgGz/BnkJ3Hw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/BCPicnicPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jlozs1jIeyM/aOMI7aigS86KBzDlHiMRg9P6IJZR+Uc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$26.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q5OiyNIjW31V3bMXrl9d5BfVmjYcGpe2BTxKgeppIAo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$PBEWithSHAKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "fX3cxVCNBEbODCRuiBNsdSoUsNmKADEMyAIo97kUZ2o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/ISO9796d2Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "zbGGU/Uw4OAnU+YiXmAVIkBtfLwW/kDPJeZcDV1y5eU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1TaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "JOUrr9xa++m1QnYG4ZBdM7VaRDUNKbcOAy9lIbNZyIw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/SM2ParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "LDUkNCYJ0kOAk/2CxTms96J9BbwmsgAthLyuVnq2xL0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "4JB2ghAY2sNQCaG1FkGdRkuv+YLwRN0sQvGzq0BLdaE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/PBE.class" - }, - { - "key": "SHA-256-Digest", - "value": "XNLhrf0G3R3DveCgLTdvf8QhWpuIwUkYyyDgxcI4DME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "WjshTgpWD8qRobztqElGg/1xyCLr+aBhCb1XPSxVFrc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Mul_GF2x$Mul13.class" - }, - { - "key": "SHA-256-Digest", - "value": "DLSf4cAdUujwpXgzx70QQOLRKvRBDUnzflNAwerAfeM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Ed25519KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "GueRVq1HSAhurKZi6ZHzrAce1fRxIPvDbqgPnCot/2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/KeyPurposeId.class" - }, - { - "key": "SHA-256-Digest", - "value": "YYs3mNpdipGIgofVMho+OvVrGBDOia592nQPCGfF2zo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "OMdH2zjZTAofDVncVKuiONX/FPVYY2vM7sRZWv4Pjj0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/PK.class" - }, - { - "key": "SHA-256-Digest", - "value": "by7JzMRMv38eseFwmUSUkp2NGWC2nrf+ajefF6lt2cg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "yZ/wIzpHnqHU12TFkNlD0gzVcc38i5J3Q3YyTmd+r5o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ScaleXNegateYPointMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rw616KLiYSQUVhespDF0hWSxu7d728sxP0Dh+jny3hI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSS.class" - }, - { - "key": "SHA-256-Digest", - "value": "9LZzqfs62dPKL4M00FZDeT7phb+5s+1SkLjigBe4xd4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2PrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "MGwEUpgiQbOmvlmKf8Z/Jao1h1pqnXtYs+LHRVpvLRA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509NameEntryConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "8lbux0pk/wdO2GraVx1q8aA4JkoOhbuhFvGZYhyUhaA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberCipherSpi$Kyber1024_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "n+7jTgRZdAQNHt7IONAHi2N8hHZkD8anpr+1lNiZSEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "5s+6vkIFfZWR3D4rWj8YJaJBcjozDirAyn3cgZOs+Mg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/XMSSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "QQVeJYilS84CAqEl3NrOxF449tBdLHpzjeYYrUaqnPw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric$ShakeSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "bDzs1RJeHTu+TX+qn1udQaF24nHy+EoK+ZYYkkorHH0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$PBEWithSHAAndDES2Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "4P6S1o6VcFobVVnsnh8ldTQqx6HCtx0Mv1nN206x050=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PrivateKeyInfoFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hls/rIjuHtmzdopxDXzE/IFNZPF73xL/4ThaUMc6UY8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "4u8QT75UzaIeX0mjK7mi3yhN3CpzuuI8awJI3Fp/FdA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "t1xG/t83QENARGAg6TkZ6c2c5XdXMEbtnitDkGFZkK8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT409R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "ghQfE2/J4RKZksWhRTLj0GP1rAxFdx5Fa86fpo5WSX8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "Euahs/OZAVmUpAFQtCinYQ6kZQev1KhlFU24VND4uF8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "QfujQWSGpckYAqgE1mvICb0TWSVLXpRyPjsALjR7leg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHPSParameterSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "RzXSsOFV3I9PPiyzgmXXy4h14i0TXrLNtdXLbPyu5Ks=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "3ozlcs0I8WTwN6EenLi1pyC+e1aoAbergne5mtJZNjo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/XMSSMTParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "FY3ZdbgU6bUGLaHK8He6xvBHWZuBBg0d77VxDm83GQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UTF8String$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "suqWptiKOKH0sc5CQLFzZExAul4lXhOV5yLmw7Ywz7M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "qGSSzorYoLL+n/QNO7R3KAkpeE+ZzXWj2VliSVN7OXw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/ISO7816d4Padding.class" - }, - { - "key": "SHA-256-Digest", - "value": "O3W7jWfDWp9LRawADkyBIxO3V3ssQq0ADY3RaIHE/io=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSARipeMD160.class" - }, - { - "key": "SHA-256-Digest", - "value": "RLtBwlUEOJAjHRHaAI4OtIvA1xYEFJaUXdvuTQwLfzk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSContextBasedSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "MHwuqAi8zvQX/hb0f9VYWwSubYRmsqWZmpY6ykc3uo0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/drbg/HMacSP800DRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "LYOMrWKfzL31rjId7FsUCGgTO+mp76S8t35INLTlVcw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$KeyGenerator512.class" - }, - { - "key": "SHA-256-Digest", - "value": "F8ghRYW/32Hg2C0wIpvT3yv8pRNDEvKpkTGGEaIAuyk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSException.class" - }, - { - "key": "SHA-256-Digest", - "value": "3JuUFXotyrQeDBi3BXJYzVDZFXxQOA/Fd7PzQIjVqLQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1IA5String$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qBIuI0oh3Mt1qCSfkhP4mQzwJxQUDWZMT2VvBbBNS/8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "qPs/I56WShoI1tw3y2K7rOBJWMl/+wHc9goPgjS2sDI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA1$SHA1Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "WCAev7IWed5M6iVPhxfjTmEnQTO6omhVRQGTbeQ+KFI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/GOST28147Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "u3kbI9na9cdBKLiMub7QUwP2KkjvVqG2kjQOLF+4oTo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Argon2Parameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "fIh0jkAoHOrPFz5+8Aul9flVB8msTiEtjuRaVEOdg3c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HMacKeyGenerator_512_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "3ZO6JuH2BEV1bMuYEyTf073EweKKrmsktWdI7P+aTvg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECFieldElement$AbstractF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "SYqgd5tBuoyg1XXlp8dBPOVEsji4rQM9tciqlkcl1lQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WTauNafMultiplier$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "oBULddOJJe4VMbbQTQ3rT3Jc2BFDB19X77tq109a54k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TBSCertList$RevokedCertificatesEnumeration.class" - }, - { - "key": "SHA-256-Digest", - "value": "KS5fs9m7QXqP90NRa2aIPwMIC8KSc/hcmvr1sVKmhcs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/RainbowUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "mCsAxiw/xutuvdy+p9MjzY6m12nG56Ufya0MWA4oz34=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NtruConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "HEAVZc2GgxWPjZyGNwvLHRxvJpyq/dt79YAYmcI14bA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/style/X500NameTokenizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "noY0LVjr+BJZol0OKAbvOpKlkuKv1tedan/GaIFntJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$16.class" - }, - { - "key": "SHA-256-Digest", - "value": "GbgjYxltHcJtCOfKXghBGdzB2HN8fyecany5BCv5vw4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA1$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "bTA/QHhdz0MHsG6MXHPdi6JDec/hr61Lbn0Rv0xqua8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/BCDHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "CPtW5Z23q8al5bi8Ce8gjJe3F2z3S8yaGbCNZv7U6T8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA384$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "2tNclEPtiJ4rGkjd5+7TjAANlY8gbFnUTduNYzshrkA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/PKCS12ParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "eXNCl2T8uaxiJVbOfMtW4jVrWnImznnzO7GOMtSUaAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1TaggedObjectParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "YbEtnv/fFhjnJhfygspMITJOyY6QNlIiQ7vMfMUXT4Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/ProvOcspRevocationChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "/aH2Fbwrs2pguFBBSTPtyBaRuwPeI6XGULI8v6ZSArg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Exception.class" - }, - { - "key": "SHA-256-Digest", - "value": "U2XGB/MOk5aj6hDcw25UwlMf17ZBXrCDTP2/gDh6Hw8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$DigestSkein512.class" - }, - { - "key": "SHA-256-Digest", - "value": "V7WdHq8+ZM7+vPbfEukUsvTlWeaUUx629l5f5MRSDMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/NTRULPRimeParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "YC2ru8uFM4NTtZBVWTyh8vsYn3CT9WdYpF04G01TqCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERUTF8String.class" - }, - { - "key": "SHA-256-Digest", - "value": "BeIGkSmZvo9i9OOD2PJ9j8XVS1Nee3wDIKG7yTt4ya0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$PBEWithMD5.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xxqi4WZpo1dROyOCJNPQcKhpXaVcN2oLOQ53sQ3PQ24=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/ECNamedCurveTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "8vP8qsu091Wk3x4GZg55/c8lsN6QJ7J4lWSJC2AmwuA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "099CbAyBvhHyGvafmpYOW6TWt5ijC/I7Rw65WSg0KvY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Blowfish.class" - }, - { - "key": "SHA-256-Digest", - "value": "rQGM4/wDmqktIYKeRiyTrsdRRN774I6wzBSYUgLHl2Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/AlgorithmParametersSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "T2qfUrDSH+LQMGtjCga8bGUy99behG8cjql9nc4/TyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/paddings/X923Padding.class" - }, - { - "key": "SHA-256-Digest", - "value": "qvpiKFbM4F2IK6pmkeIhwKjqn/blSMrm8R6Pym++sQY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/KeyAgreementSpi$ECVKO512.class" - }, - { - "key": "SHA-256-Digest", - "value": "nZuzfA54sNKlJA6p/hlzW2Cb42OGFjCsq5I6QkbHgjA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHUPrivateParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "L1EOI0vsr2/bAKw/8erQfa/0ubZbxKQ2LhBRPOD1T4o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "rb/Pl1pdxJKREjm6NgGgRfOn3ZL0rYvqraKR7WMjMQM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "R0a7+tR1+ccx9JSuMbAFYCiUrA+iVP6JML9QtDT+Mo8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/encodings/PKCS1Encoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "UmYDYm8e0ACf5CTA0/pR1800a7jNqavOFO6unDJZm74=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/CramerShoupPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "816PskW4QvV/mWmr0CLR6E1Vf4wNIKQYotkN7gwvX0w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/interfaces/EdDSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "WBaD5uMwuzWh4gDIHZiS9VCMnB7v6Gt0prSlWiZnin0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/ECKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "RZZ6oybB+bZZWMZ2/EBEWpjZr5kBY882B9nxQ3BsxPk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/NTRULPRimeKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "lCBiPkfVuh8ApoNBwPXl+0s2hsF1Aqv16z+2cr2tNh0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSSignedPubKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "kfwwL9Y4X6F27rlEwp8V8AVyH1HFrdGc4pnhmDlLDx8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DERMacData.class" - }, - { - "key": "SHA-256-Digest", - "value": "YNtjXgNPueOffcG36BSjNOBwiyfB7GnObwVDfVCud2Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "/KI18E9+F1BmFROS5wiclg7jvCLyHwVStqcr0UzEntc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/style/BCStyle.class" - }, - { - "key": "SHA-256-Digest", - "value": "C3EwzbPJFZHqdxARXTQ/T1qxPpG7WuHenHbi2jQK/tM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "hxyjnOUhvzdlWAVmwxwbiw2xmYmMaH0k/JQOnyKp5OA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERSequenceParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ClMns7OZENlXJiqtM624IgAgArqQtJVeSpJBNyjsZEU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/LimitedInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "0fYQlpHMrOWQ7FfWJ07RPcymikMoJzBPhdq7T3sSJfg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CertificateImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "KMWz8uR4DBSr9Wg/uwR5N1myOpzARCeVK2u/Jg9yaow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$HarakaSEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "huOnSzlGRgjWbQKB3zMxex8NSx82gSv2aCUY3Vx0bp0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/commitments/HashCommitter.class" - }, - { - "key": "SHA-256-Digest", - "value": "NQiF0YDh5KIbFupZg0DcL63twODOueROkQSDB4OHtNA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/cms/CCMParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ktSPM7XB+wegymZmAoFmnpoA6nb3s9YpPJxtFCoCUag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SerpentEngineBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "FbmEjxNTT2KUp349DGZ0nH13Fqznq7sMO7NDQgGkr8k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat320.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qmc5iWxBkKU9yuSZ4s0apFF5AVS9KAx4W5niZszwLx0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST5$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "+WfzD03gdFzP1oSv1Jjxvc0yhR13xemoqDEaa8D7W7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McEliecePointchevalCipherSpi$McEliecePointcheval224.class" - }, - { - "key": "SHA-256-Digest", - "value": "wQ+6srbA9QKX30MIur3RehKW1nqCg/4YAU3OsllpL/o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "m3dI9iXqi7ySs5htrvUm4QaW/ao9a+lbzdM/jmjHSJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_512_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "RcabFNq6+mVMkEmHru6azM98+Ac/xTt8iQv/ujKhEBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509CRLEntryObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cq/IEvNnJzN2j1THxzoKf72Uz9eAib9MHgRND12ypAs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "iwHiiAvWD8CgXTqLDwNh/tZY7AcE9GLD7FSTDhy2/r8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "JJj/NSNoXpvBA4oXqY1wFJxYctzNvqp0qUjFXpvflM4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/XMSSMTPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "uvW2oUoCPndJBoUcM4Dbm1VvmEM3YhOOubK2kIIFvy0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$WrapPad.class" - }, - { - "key": "SHA-256-Digest", - "value": "av3cyvgp/l+MdHaGhaRXGdPRt1edonP5PtVSq/aIcTc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/internal/asn1/cms/GCMParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "frOCaDTpnFSshNVysDTCflZFkX+hw28vL/PnYsYIYi0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSLoadStoreParameter$MacAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "0cd6TE91Rh2iWiO5I9VvFiX/bLOIa5G4rTDe9oeXGsM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA224KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "V25urS9x95wN7WFY5q3nKInXZEoiwYMDfXK88DEJqsc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$RIPEMD160WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "kTBXAOiOJfuC7T2Bhzbwa4IcNNc7m0LFEMe81sV71ls=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSSignedPubKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "JR9i1LyHFDjF2QxIJn7bYQnLk8bqEJV8wkzSktE4qTw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA224KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sop7aJV/BBtMO0EPlgS+aXUDHLQRMbu+rNgDCBE9eDw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed448Signer$Buffer.class" - }, - { - "key": "SHA-256-Digest", - "value": "tKakJ6eyJxyymG1FAZ3aNzmiyFEDo6oR6WtlSB5//4s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/IndexedDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "yvu3SFOF+UNFhxbzwj8B8Rb4X+zqjCULDB3eyaHmxOs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1BMPString.class" - }, - { - "key": "SHA-256-Digest", - "value": "guY/YKOi4u/ftv9IwuLuVSt20iuqO4U5ovT+07TjQ/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/ECGOST3410NamedCurveTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "/4e4uMlyw5YyJfZa7IAKkpfcoIkFlZhaIGsEJe8Fs5g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "8BiQ1poHaEchaU9VJc+P4v2Nh57blZLW9XUxeWowLWY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ohGJflrbb01ygkuWoSBhDOWVd/clr2hIQapSCm+xyFc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "TglFW7un135hkkqcpQPVOo6lbgV0r4ItEFUwAG+6TG0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ew7lpyv5UNYVeFIB76DjHFcIBvmdn8lmnsYAzhkIUEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/interfaces/XDHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "oJbqXWgYWQzogEi9eEkRw3vl0Lnc/tNTsxyn3c0e/wM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$15.class" - }, - { - "key": "SHA-256-Digest", - "value": "xDdpslOi7bpPwNgV/CQHnO02PIKvN6WTJa06tbRvsnM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/KEMParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "tCdNQovISJPNqklvkxR1KU7kEnz9yhDnB1w2ZXxMvsg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "mBXUs14K+pvx/8zdXa3VXICmOVXJsJhf07lV2Gi/7Cs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "vRSShcFh1HOXFT4A0y3MzAayj1bwwgrYH6mCTSm4DVQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/nist/NISTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vl5YOnG/t5mG6BuTqeUFR1aBuUQI9xX/6JOAZwadGSQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "qFOf65XZJtx3wnGzyMGTrAdQdc7arTKY0Lsfa26xgpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/field/ExtensionField.class" - }, - { - "key": "SHA-256-Digest", - "value": "wCa8fjfv+6Q4hOhHdxnsw7KCeZWFNxKVg8kGdU3nm88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA224$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "WsIUAjMXSkXfM+uHLKoPy7n6UFQkFOfCtesVSLqnESM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "3q+HM9ony6qzbRBOy2iNEmDqwGS5tYv6zFhqux2rIrQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/KeyUsage.class" - }, - { - "key": "SHA-256-Digest", - "value": "3QZfccT8Bz/8+41Z3M+hMudvTaR2Y0Kh7P0jLV+PHfU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Scalar448.class" - }, - { - "key": "SHA-256-Digest", - "value": "Opr4XRcO3LIcx4SrPvCY5I6ptV7v+hK7aEDZbMgWDfA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$ExtKeyStoreException.class" - }, - { - "key": "SHA-256-Digest", - "value": "qCKbtKJZhsSef9UXwqqC3N4K4bC0qRrqOkZY0Y9UEdY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/StreamBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "yHNH98CKdyzfu87uTh5UY3hyl7RLu/BTCTPs+7/i2Gg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ECParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "KHDotsT6xAIy7hleb6gyny/uez29H6Ki1i44eOqCLJw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "mc/63LlTIGvuGYVsmqAeaAmGLNSjkhXl2N+eVGgMeVU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/isara/IsaraObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "TiaTnE76q0N5GJdWLiacEcc8tY/THnxm0n2MqXf5Q38=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$AbstractFp.class" - }, - { - "key": "SHA-256-Digest", - "value": "K3MRZ7j0v7Alyf83KKrkry2z4pG62izM8lTPdiGEudI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DHUPublicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "H6TMt2eQay3FSc5zqvvGbr4V3lO8T4DcBpmpJ3aEgmY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Nat224.class" - }, - { - "key": "SHA-256-Digest", - "value": "M8anXPfHazIxGfCsJLbnL4dg3XDqGN/WLH75bA7jzAQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA256withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "yohmdaad4APq62I0rXH+UnACddugm4VsehihQF5TJok=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/SkippingStreamCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "/5grCk4ZHgQXBAqQ5XK+0mN0Y/smZV0disyt+LmDeZI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Rijndael$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZsIf03I0MB7+KH5kNMf490V+eZm5xhJObabTg53N1PA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "vqljapfv7c1QT/HE6hbJeBJvXQ/NTkTbMkRVn+iomK0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/HPSPolynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "iTJq0H+8dkVJ91vEr0XnKsQ3CSoksuMDpGABROftJn0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST3412_2015.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vdpgj85PE6d3nsLtw8hgH3WoFC8Nryjdj0FTT5WCSuU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithSHAAnd128BitKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "J3djqVlY8Xu6RvonX9ROjdQ9EfonYUOZwZWU3h8SMao=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/KDFCounterParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "mz1vQSSE86mIf6TGiHBM6fkD/An80X3Ib+aG7YOWig4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509NameTokenizer.class" - }, - { - "key": "SHA-256-Digest", - "value": "1yZtd0Nnd6fCa3aISgcT+d5vsdySX/ww2f25tECdu54=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$11.class" - }, - { - "key": "SHA-256-Digest", - "value": "I7YdkqWrFRbZ85vWFds/pYn7uHCCBSgC+t7pYOZrX7Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "djTt9PBn3p1WB+QxjolcMdS4AwYKppBSjfW2KDuxiNk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/LMSKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "IaUxjRRA/yw+P0NWP06P37xx8JgGH1HEVVyWg+8wctE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/CertificatePolicies.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZEN+cOgDCZCGJjmzRK6dVXn1dI14OQxHzePa3uBmZ+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAACEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "JCCWGrt9KQK8mgVFRWqjBoL27efiCpBab1xYKGnr7WU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed25519ctxSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rmd9TI+/cIjvPMl4QuYzYo2W5HT4hQkfV/ASQSF9kWo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT239FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "ldgD5ZoXnJvFptHgVFeTcLo6WiSivEZ8IWQeyACcP7I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/DilithiumPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "4j3eCEiMY26cIHMNmxqzHa9nn3e25p08XFkaRVty0Ac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/WOTSPlusOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "qOJx+pK2/ouB3LPeA1MBJp7Wn415+6ITjURCvwO9sec=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/SignatureSpi$Direct.class" - }, - { - "key": "SHA-256-Digest", - "value": "MEggWuPYekAf9lJBU1sCKWTX4QnG6FhlTkfz4qIGmh4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grainv1$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "9wZWRQsUvo+U5yINWYe+zAU3O3reyplQYK9pKmYkQrU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/PKIXCertPath.class" - }, - { - "key": "SHA-256-Digest", - "value": "HKUi7PlNPhOreEygDgRxJDIgnO12z2/yA3liuS5u5u0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "tIlTWXlXCf7Q+gdWcc1SdJ1cc+MBuVeQAYARu6EZTbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/util/SecretKeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "eoJyUFaucqwcgVF34bpc2aOlbsXiyOpB/yIjv0po4eo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP384R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "lPiJO4LkvbjbjmPKRoFbzDd8JKYrahZD9n8J7/B7tOk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ExchangePairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "1WN94U6eU2kge+RdPybsLomSs3+qr2WolEW4UIsmVrg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509SignatureUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "3HfwdKZBIUOpjLW4QlpkaMwyRGXFQV2XM2DtMLteUbY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA512$DigestT.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rol7CJC7Xex+AkmMrEWt5U/yvW/0C0lajR/lUi8wraA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "/o9uWKOjFg4Z1NZU/m1f3sa7IKaNyZ1mc9bqH0Jy+SE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$CDHwithSHA512KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "jCdJQXhZZiD3Om52Qr8tcgXX1d5YXMGDgE4zggjUSi8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/newhope/NHPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "kTN0aNuxfLaVuHkelhS1SJ+siQUqjlJXPBnhml++8Tc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "mmS45wG8B8TpA3nQbCUB/0O10Pp5ibhnCpiWAXhTDXc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/EthereumIESEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "4+1i24rKbieXuXUG8dyZiVs0q//aFYNF6G0l2UFU8D0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ap3gsJ/4N8ekhB4GtsbMJLeDifvxrYkQIQ764Js3G64=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pk++BNGZnC5MkHFodYzO91F3zpF6ffDhmV0C86vSFxg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/SPHINCSPlusPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "jghaxzAwE0V5NmLAdhDe5h2gTZZI8yLSaGO8ReEcbGc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/LMS$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "CW58a6hFII02toVgg1r8Bj+S2HNJ7Zuxuod3MSQOQwU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9ECPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "lChK4JUa0bhSgDZFhdd2eQ6bIsUE0T4DXQldhW/gnp4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/QCStatement.class" - }, - { - "key": "SHA-256-Digest", - "value": "FqgzEvzKARHFnUjH4ZYW8Z5WUd5KPAb2oIK+c4B5DcE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SK.class" - }, - { - "key": "SHA-256-Digest", - "value": "uOgaLB0kwnq+UGCK7va8ffRybkXlTytTWC9VNjRsU7o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ua/DSTU4145Params.class" - }, - { - "key": "SHA-256-Digest", - "value": "V/RFpO6d6AQRfyi7MXvUjAqXTQL0ZRAm9RxFOSQfgBA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP192K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "JwUwBEfMwqpQ+2CEWrMb0R9lynnY5C4EhIC0iRUbPtc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$URLSeededEntropySourceProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HihKzwFll4+3wU1+uqNk5/kVl/mIiEr+TmFj9aT/MEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/WrappedRevocationChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "wGdAqZ6Byh+MibqXyvAiaD2rk/LHiTKMIVfTzj/tdlw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "WUA3y0gf5qfsejAaj2cAX2Q2b9Dv6gIt0ZSGetNveAA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1OctetString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q9FaGuLYVJuOaAfRqkCeavgOdkho1lgVDPOTzYOgi4E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/ECGOST3410Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "1bKqeDNDu2YrI7TQTrzcQFZYdX4Ih0X/3FuhXKDxRfs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/RSAKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "vfRzwmR9a/PhtnwGJexhSl/ZuOdof4CVDlLuoVS3tw0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/SignatureSpi$Base5.class" - }, - { - "key": "SHA-256-Digest", - "value": "YYb9pxYym1LM5KwwA+Dmluv66yWR1LiM8xMHNqLlPGU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/CramerShoupKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yd4KPWxgFAzVhT6oLGMwoi27rJtAGqXi7iWPHzRx2hQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_256_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xky+wM+79OcVOyzX51tKbtixNaV8PxKM7NYFpOXk/Ko=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BEROctetString.class" - }, - { - "key": "SHA-256-Digest", - "value": "Du4tI2KefAfKkom1x+yegIHtUY/hv261/OE7CHEbNaU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyPairGeneratorSpi$Base3.class" - }, - { - "key": "SHA-256-Digest", - "value": "9GoZs0cXaCPsJLlZegvz/73LW84ZcguXxo7dFPmJglw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/PSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "a781RrnVo/1FPAUhnTECf3k76QZausGhMc44nCdrqO0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/ScryptKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "u5eVf9je13CLr7HFZlgHKVIx5jryXEa2NVzOyducle8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/PolicyInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "KXDBhpq8ojCkLKf4WxGKzFua1WvNNGru/2T6djkEa8w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$PointAffine.class" - }, - { - "key": "SHA-256-Digest", - "value": "jAQeDDIyn8bNi8Juilh/3Ft6il4+2Jj5QKCzf2Mwzvs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$16.class" - }, - { - "key": "SHA-256-Digest", - "value": "0PCzM6giJPhwVsG8M/RLfLDEqg67aaKoPi0WI8bFBpI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$RFC3211Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "DSJzB/IcT1hN+zf6WccVsb1LZwsw6nrHAEcwkuF7naE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "eB0J4V7RmCZ3X6+tZf0zAqjt2eRr3x05Hrz4N7NwMUg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Ed448PrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "UESshQd/BUBw95DBN6tlczN4si1jMee9IFJTy+pjZCo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "s7KF/E3//dptoz805wwLeI1OazPaGtk4fNKncV/x6/A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/filter/UntrustedUrlInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "uU/AP/xIrSZTzxIu+Am8n91YnuruvdG6fCiBzfbKA8k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/DilithiumParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "xKhSz85CcnG64zGSKlcpK7yB/CZy7xv+d8HeSkH3BwE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$ISAPAEAD_K_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "+p+y2ENjw9n+jni5MdpdSRsIBlC2guMxeWO5bvxbok8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF1.class" - }, - { - "key": "SHA-256-Digest", - "value": "HB7Oi4ZHyPaFnl1o77eKysGIL6k/QuL1K7E6IswwhIU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA3_512withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "CWLK6uTJ8o7Kt4U9uZbp+qb/ZnM/f/0bHfuJkAalut8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "4/gaNsXR9XfeueCX1/9M3zQdda2UQSFqNhL5fDUN0c0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "I0nXuBnC3wZcd/nE+OhqARuHUs9oJJ8OTXTomdZkdZU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "kjE73i8AjvSBDEBpEoXNkzB6/4zvUvnECit37qv6Wa4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/KyberPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "2S1Tp3baK0uZ4APH2kjhWgQ/mKpxr1uHJ8Gt7x+AL7g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/gm/SM2P256V1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pw3UIMEPWYG6SpaIusFzf4PH3wsrC/TxA5HQJz7T1T0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/gm/GMObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "t2HUh+E6wkGZxmh165i+NlVKAcbDsyk6ImSTSsPcCj8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448UwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "6P1w1Rsc65LKj82DzA2Whka+75VFG21Y1k4NviwFuIw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/BrokenPBE$Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "s5GB38uaTfh0CFjn3fQpSq0zqqREilFSnxptFJyWG5I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "DCaQ8IRx7Qta3bJSTuSW8jApkMQixUpuvjRivZBh7cI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat512.class" - }, - { - "key": "SHA-256-Digest", - "value": "Aif5bvL2P41/U0/n2/MvmAlx4ZIl4cLEockeX2X0RTQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ElephantEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pss3W9kxzhZODNUmfUvQJD6lwavioO7yce6z20WxMcw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMOtsPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "XTmesVFd0187Ovz1ubBi4gKLUZQnVdsh0Fhojgu6tMQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PVJi1d3rWx5Z8KNejaG6Dv8J9lPtvFOORraNgttKL6U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/kdf/ECDHKEKGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "iD3L29j8GHgFny5fOmob9hz1P5V6n1pKVFx/sXkjulY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/McElieceCCA2KeyGenParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "El0UtYCgWS6qyUPO5KgdGeFhdTNJ3Mgy8W+lVQKxlnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/OcspCache.class" - }, - { - "key": "SHA-256-Digest", - "value": "P+KGgurZyfYdyV5+T69qd4xgXcBkUjvGBXvYTUzzBiI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "N12tjKAAQkod/eJo7N8rmtWSrWItOlA+seMdQBWyK7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/LMSHSSParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "a1CckZWFJk9ydu1F7wIDKva5XyUruBfQPrAkaHO+NyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_512_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "+eACpkshSF9ovjNoXT2W8enxP5WYt7fId7WPHRGdxC8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SABERConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "UUOOVTiuDRuNwWMWjlHtKu03Svf2W/4yiO9zzdTsaqA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$MQVwithSHA1KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "dapnJXK9L9v4L8r6Gd3clL+nygtD3wJfNwpJpFsrTBs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "/BQtDzhCCLkIjFAYa6CIGZ13YRruDpdsQl7jr16Yhn8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vb2UJqGdtZzpe79CDRJMysKdwMyImg7Urlr6Y6KAcJw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/DilithiumKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "tYIWirgF52enTZwoLsyUsJdv9iWtctoHU3/x9VLN3pQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/frodo/FrodoParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "kg34czEBwPGAj3QyNq1goUoGc62NjSZF1dZpQy4DfpE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/ntru/NTRUKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "xpy8l+tT0810U5rUURq0In8tLx1SyNF2NgPFelFgc1w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLSetParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "GIOsBjUj72r6k/eNaobd7/Ghh9WIzU7Zwv3B4vt2tJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede.class" - }, - { - "key": "SHA-256-Digest", - "value": "3IibAy5i1fF0hnEphBwf4jw4zWa29bF4ASEFMX0v1nY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECCurve$Fp.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ART5aE3b2KGzFmAygefnAIKD3UgKGCC9MzL20UT7Ec=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1IA5String.class" - }, - { - "key": "SHA-256-Digest", - "value": "4kBpH1BY0LP/y1IDQ88jaMb785VZtKT05HN6vK/Ol0g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/asymmetric/util/EC5Util$CustomCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "7DPuSr3sbxNvSsB4Fp0d7klwejuUCR++l3fwhUpJMDo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UniversalType.class" - }, - { - "key": "SHA-256-Digest", - "value": "XAAmh+R7hFabJuDpfrSRv0ftFJQndqPGktcPwY63beA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$TECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "EeeIRC7SK2qDD3zR4cbz71fndFk6VZ6ISNXHZzck0Zw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Null$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "JCuAAUTkznViUiszIlZ9HD9qsl6SagvU+D11ZRNNCyA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "w2P44mZ4AOkxyOgLuHzvungiqHvA9vlufFxGo/Rud4g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECLookupTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "EKFNRbGAXE3lgut7E4QX+SoDfAgaATodJv6OH5kguqg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X962NamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "G0znC5My5pG9XQ21Yl5qZl0E2MYZpWMfCiXI3cNKzAE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/picnic/BCPicnicPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "39Z56xoORvPFzkDrOBoJLENq4lhDloJrjogAPJkN6Js=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST5$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "NXKZHDuEDzTOF5Tou3ZIhyAmed9+j3NuZ8DgdrYOZqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/GLVTypeBParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "vnvysqqF6Yxfj9E8nhUaTN69EQkPPzETx2wMX6XJm8I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/SimpleBigDecimal.class" - }, - { - "key": "SHA-256-Digest", - "value": "D8kHZ7mPOJ+XnHy7H+Iq1SPfSev090vt33AQHfkbS/E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GF2nElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "2yvHRZX4bos6qvn/JiTOX4w5OUtM36FbsJSifa5+KG8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/SubjectKeyIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "qvvm0ymbfOGHkKazlPma5H7UaiREDstAwg1EMXd6lzA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$23.class" - }, - { - "key": "SHA-256-Digest", - "value": "fhJHGA57PEYT2PSL0W/cDRLUYi3KmS6i+9KiHWE/oxw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/SPHINCSPlus.class" - }, - { - "key": "SHA-256-Digest", - "value": "184Y7fmE8Z5cf3KEanS3FSCk2h4vxI1o8U08mT94uj8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/RecoverableCertPathValidatorException.class" - }, - { - "key": "SHA-256-Digest", - "value": "0ANdc2T+ygcpNulW1tkZjAfzJyffffQgS/3lAvMSkYg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "URPPCs8Vq3nrsF8BmcBYpnejd5eD/aUgZQX0ty3uevA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_1024_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "fblvlKP66E2Ivz9YNv9NRCpGe04YB4TF5PjZJ83oW6U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABERPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "xYJvHIsFreDjXUdz6rK4wgeYcwz/prDThP2ZWyt9UbM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/SimpleOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "rH1Y0JQL1F6NY2HFNbVqIQ85rNhIgoy2+PIEPzZNIDI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/DHValidationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "RyJF9OKRobQ/hw1Pe6U1I+xSSPmcH2hWiVQo5ghgiUE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "+h3yRWq64Ub8BGjK2dpNIwv+PhcS2zOJZi6O+3RtoIY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/XDHUPublicParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "8k+juCcDpng9yMkD2edbdFy7L4XoSVQEbAFleoalaPs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$WrapPad.class" - }, - { - "key": "SHA-256-Digest", - "value": "C8xWVQe8izMoBehE+WJK1FVeiBXxHhRu162wZnbZUY0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "z6/ONZdE8XHER6IMNl/7voZoJk7wZx8G9K7VSookMuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$ElGamalConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "vDzcBD2d3c1q0HanezwltROr0eoMalI8FDBW88QuIxU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Encodable.class" - }, - { - "key": "SHA-256-Digest", - "value": "nCY46BEZGal5ifzW2JMXK71S6TPuJAeEnFDkFY3K/AE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "kpEWvSL8sxeBBtzN9W9S7hs97R0MtNRMnVGFTSRrGyc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/ServiceLocator.class" - }, - { - "key": "SHA-256-Digest", - "value": "J3JYdOtyC6rhvyUNTYucsVihwpPlaNahD+VOBFyuCl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2s$Blake2s128.class" - }, - { - "key": "SHA-256-Digest", - "value": "X5xqu+PDrSyDEeLowr1Cp9FGxcZkaN5QriC5nFakwJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rR9Nco8ykS2JecczQM4c19cwAkZ7HlS8PRd42jkE//8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestSHA3.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qzc+kVnFuwd227+3UryJF3QQcC40z8vrG3Wwh1bPURQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "NMfS8mLjmrrntoTEoxqwQEOemHjt2j+sOmGYpGc0vt0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/PrincipalUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZBq4yS/Wi0wiJ2apnkhHawosNbllcHIZj18cYGqtWt4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/FixedPointPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "qg1GsaKThObmAkHBL9qX7kzvJ3Pw14hleDdXjsuRFig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$stdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "dz7i8E/Rmk5AinSPq6+/jqH5xIV7v5R8TIbsNShewbQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z4u76Ophngb96GDCdzfi10VIJNPcDSVb/sZ/SJRL9W0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "h0e0zmXY+1obFbXdrfex0+VrU5zvd6R1+Cfcn4dzrgE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/DefaultXMSSOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "zlz9quk3v9+SAQLTHAKh+PkRTd33xJqOtfR7fhAI7rE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "p835ylLNOBXsNLwHG2Q089AZcbukjPu+TB45/CqrE0o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/SipHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "LhByk7Kdgn3tnpTyyQzlkk5ozExraDCciSS4UQCx5Vc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$KeyGen128.class" - }, - { - "key": "SHA-256-Digest", - "value": "SeQQSu7+iKLJcU66HGU2OC3q0pAUlaVO1MUp2pmbX3o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/Kangaroo.class" - }, - { - "key": "SHA-256-Digest", - "value": "b5QhbWyah5f+EYbMdMa39umUpISVB+eqn3eBAOwsmyA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/util/AsymmetricKeyInfoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "QXwXPU2uIcsId6ERsz1RuwTo12bBsoA+HBtsV1AZMtU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "ljLgzcKuvdVutWaYSoFKftOgsO33FlZ7ePNj//nZzm8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCEECPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "VULV9TF8BdxmtkF/4oyuUDAA5JzpCYJ+nJSa3J/Tx5c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Tag.class" - }, - { - "key": "SHA-256-Digest", - "value": "79Q6Ruq48KlZqWYjXzNj3n8aUdCAJpcOKRzRhSOfR4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "AdUoEH7r+dAfpW0wjkTmfA8SLYjEl4j/tn0juKH+hkg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$DESede64.class" - }, - { - "key": "SHA-256-Digest", - "value": "MhjGoq0N19zzsAQLbr3k4kevX6Q20MDbNZaDqrhKKNk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/LazyConstructionEnumeration.class" - }, - { - "key": "SHA-256-Digest", - "value": "nGTTYGFxZzTsMiHNhc8sgIUMk2SzoKiAsDKC8fUZ9hw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "wdeH15UfqeZLM5rAGUtYiGQ9Dxi5r9xGhUf2knY+V4s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/qualified/RFC3739QCObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "QkBsNV5F5EGdedHvs+Rq03lIzerSnms7u6ou2iaMnu4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/AsconDigest$AsconParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "j56B9M3U8FyeJAuvfDUPywwMTUT91/7lLmAKPM5rm0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "HFWGCDJswe9KE9QePOlGf5ZcMBMZqmx63TCYbcjXHnU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc8032/Ed25519$PointPrecompZ.class" - }, - { - "key": "SHA-256-Digest", - "value": "8/JCayzxmq3+IvauJs1qf53ZvwYkVymM8yr2Av7AKCs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMOtsParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "q6CMfRmhDMHH2W+boeERrb8rZovlXnvFB8HdYeDOYwI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$Digest384.class" - }, - { - "key": "SHA-256-Digest", - "value": "2080Qhvds7UhTHclxull92r6L0Q+KxwRL/Bi18OEGk4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMac_1024_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "7L1v4NwWvBtKRcZG67kMsBfyKyWz87g5ysIOoD0Oquk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$25.class" - }, - { - "key": "SHA-256-Digest", - "value": "G3qpkyMSKW8l1osdYHNEo8ISsS0b0xh0AEU/08lhAig=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/BCDilithiumPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ABFH/y6AmswJczVqLonqqd9fZxZBlcaD9ADiHa9aee4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/KyberPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "a558lLo9ygia+k2USwcPt/0/pz151MnxQCo67r/CZX0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$21.class" - }, - { - "key": "SHA-256-Digest", - "value": "yD4BxwlE5UoiRDxRKIviswuoRawno+l+oa9ckUQ1eNY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD5$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "0hrx54KMjUZYhRAdkx3/PQCMwBIiOMjdnLRTcnNqc1E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GCMSIVBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "uVrrX1nEesGVtf+tF/7+B+6n8o89chHwFQugYHRC3AI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$AlgParams_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "TrP6iD7ScernZH6SGwPIYngb8Iu/gb5yR4y2AgUGzm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$PBEWithSHA.class" - }, - { - "key": "SHA-256-Digest", - "value": "CXYhR8WnfopzgaiTJmfldLpVqiLATwE3QAxTcwwgcoo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyPairGeneratorSpi$Kyber512_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "jIwyWvA6aWHICEll9j+88yBm6rZeb41RTKfJw+cZFnU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "v6o0ivQMQGthdcjiZmy8IudcPoUOPiFF3dYSMV+60jE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base5.class" - }, - { - "key": "SHA-256-Digest", - "value": "tRkO3A9xOVRh+bCgJi7E3KBQfy/5LbHsdsmfPJYD8rI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERSequenceGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "/FB2989UE0VkEPKEsVVoRgh//IR7+dLCeKi1JyK5nDE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/NonMemoableDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZK1c3wAWcB8tIFJu/fLwZyvYFBRY+9P/zuKsuj/Cx5w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4nTnxgXecdndoMYKxw9phnOGj2KVwOEJQ7IV2ACVa+s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/CRLDistPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "iXO+rbvn0JhyQR20k7/U3YunWb70vlvdeg0XGaP+lIg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "hmr+CBMKvMAE/Ih9g7bCqbl42vHmqYR7w6cceq8mFps=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsaSha3_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "N2RWBNYyHL93lT9zkdwo22NQGfmdDBAq10UfO4WTIPA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/util/JKSKeyStoreSpi$BCJKSTrustedCertEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "wcaCNRFFE1iqFztOppGT3WjBB/+5dYRGLmo4sq8J+w4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/encoders/EncoderException.class" - }, - { - "key": "SHA-256-Digest", - "value": "BecYE5wHSOAKYRAN5naHvufLdzclp5lhkJjHg2SS9Aw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERVideotexString.class" - }, - { - "key": "SHA-256-Digest", - "value": "QXW2fLZPgYZiVG7fCvViL8Y44mpmG9iu6FO1puU0xkQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/DefaultXMSSMTOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "26uXP6dIpqUEgOBsLVwi6xX+fMMU3wS8wepq4oidhT8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$33.class" - }, - { - "key": "SHA-256-Digest", - "value": "GBJ/TYcFeIoJn2IoWeJc5ntzCfCqSGGLE/teYp3M53o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServicesRegistrar$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "KgGn+LRHBrCTgrarGSd8YAb76tF3tYD4R8NN92t+TjU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PD8HGNrc536NvMK87ZxdhPwlw0TnHIMq1GU2zqMzOks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/util/ECKeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "hn8kWczqp5FK7gW+0TKeRv+sAFH/B2uR6y6HYSQcIs4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/SignatureSpi$Base3.class" - }, - { - "key": "SHA-256-Digest", - "value": "ExJ2gzjAuo/h18e7lCXLozX+JKHJsEriatJ95Ify9A0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$KeyGenerator224.class" - }, - { - "key": "SHA-256-Digest", - "value": "RyvNUZaRCNAS8fQtYEvRUn2cbVgCj3hf34Lbk1UXbM0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/ComplexNumberWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "DlJzQ7/aDfxJMpVRlNP2JuixCLItUBbNRG6Km/sw9mE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "BXK9w/bXW2AGDpN5stW6iD0B19hKcggJssS/Th0UFUQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SHA512Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "go92dNPbJ/OjuTo6hd7iC4KTeDRhWc3u/vuW+/6AiVk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$23.class" - }, - { - "key": "SHA-256-Digest", - "value": "eFPZR0gdwgLLNy3BA2VwFSWMOkD8tFoV5+94t7VO3n8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cx6QCPPEoLvD2IYe/OrABOn7eo8UkblodG98dSfDC7w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ARIAEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "i9gI27xi5oks/cDmkbct1YTOYH4zcyZi3Gh8mB+RBnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ScaleXPointMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "hz8d35sx5DRQT0EIkLmRLQNU28+dwjtWWyAvuOD/nXI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/OtherName.class" - }, - { - "key": "SHA-256-Digest", - "value": "S4Kiwb8YPkAQzxCfoqMS7oZd6IyCArntE5iTtRx3LeA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECPairTransform.class" - }, - { - "key": "SHA-256-Digest", - "value": "BppAfp6EwB1ikzE0ccakEJpOHeFsHMJTwjdXcoFqo6I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "drpd1UelB0hHl2sOq8I1fnExjLMalb+dZywNMnfThS8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UniversalString.class" - }, - { - "key": "SHA-256-Digest", - "value": "zzQC6OZW2gE97m48K9IRq32d9A9raB4nq/Awugm/ofo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusParameters$Sha2EngineProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "X6LBb8wy6BzDsYyQf/2DwPE/Q58MM0MSZfYGuXzAQlY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/nist/NISTNamedCurves.class" - }, - { - "key": "SHA-256-Digest", - "value": "ICxjIfRjVAcnkbM6KF3yUeYC/0VlcNZjKeGur2Y+m4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSPrivateKeyParameters$CacheKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "xzs4R7x2tTwSER5jH5/xqLxpHaO4r8bMUwCGgg8uIJk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/Signature.class" - }, - { - "key": "SHA-256-Digest", - "value": "eCE6F1VBwruFJ1S/5Gb8HcqarKYUb/Zi3kmGoDoX2cU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Tape.class" - }, - { - "key": "SHA-256-Digest", - "value": "PqdQOIQ7uMpG+eBmgp4EywOlTbY0kpYwCi0ofYTs6Q0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/StandardDSAEncoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "LY1q+2qHpzRSe5l9Zqm1G1slHodkji3XpsQQDfQwkMI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSigParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "IsG89lR0txWV9gVK8vSGxnYvXPc3YaAdva02MQtN8rQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Ab8jXKOWfToM28n3bkYVwJwyF5rlt7Df2zXNgF0iT4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "250Kgxr0k1UpgkkV4+ESeyaSC0SAX1nFBx9B4L+kBO8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EXTERNAL$ExternalKeyInfoConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "t3LKB2KAFI3gV09E7NMMTFTq6OzpAg1IHgzsguM5B5k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/SABERPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "oJbMrFW6YacUgiGZ+KR3coPt2MIqHerO9gYXyROq4ac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/DigestRandomGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "c06ycDkt3rdLefMb+YRo/lOIp/1IVOuYaWTmdZoUo7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/ElGamalKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "zgnRmrP49+bQbZvsH5rrSR+27w8rcjssZTZU8vdFEcE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/AsymmetricBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "ApX3zGL4LrfAlC52BzEmuMO3weHYV1XqYVMsItU9ZFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/PhotonBeetleDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "gWmHwZW9wAV/lJO6Wxtl7jMLYzqHkY+w84TCoYgJRg4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "kCuNu1V2d1+vgDIA5voiOyV2HG1tSR5UAfwinXzg9+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "AwW5lpAWnT53hdM+Aga3W38jHADjQTxoVzcpRuplGM4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$19.class" - }, - { - "key": "SHA-256-Digest", - "value": "keQVTtDdkwdQYBQFsoGTlSRybq3896JAkQSBSgLZvvs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/DSTU4145.class" - }, - { - "key": "SHA-256-Digest", - "value": "PRsyqzcpjjCSlEUas004Q8CG0kcJtp/SLuOOM5D7UTc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ParsingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "FepyJGzgnrOIhceHP3bwV1T3IvCXO7Ly4devQxUseAA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincsplus/BCSPHINCSPlusPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "TPEeLs/vFMZZDiYnXPsfTRQDPQZZEmfx1ES8lQrxM3Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withSHA3_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "FtZ+nKYO4Xz+WdhASmnursp5pBI+fp0XU8RtMBVtDZM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "BUIMdF2h3HQbIQbdEIitHL8qnFIEnLZp2TGD3NNjMqc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_256_128.class" - }, - { - "key": "SHA-256-Digest", - "value": "E6tcV1Ky83oCAKxp5fCswe9aJGs2389S5klEZLrKjpQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "rF7aJ56xuEysaFMLa5RyPd7vqdbnYV0+5P73U7ChWaA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/GOST3410ParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "/HY//nFeqs7tfiXFr7LFKuoWX34JGh16QA6zJ8gG+0k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$GMAC256.class" - }, - { - "key": "SHA-256-Digest", - "value": "XFqHvRrpTvijBlc9Ru8Sn7dnWSZgq7YInRc0AMWywJQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT233R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "/FgUH3xgDFi8oDy/KpGEEV2yLLUqFBczxglSszuWDds=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconConversions.class" - }, - { - "key": "SHA-256-Digest", - "value": "AmT4Vp+7LH88BY9y5bVt2LA2A6/3p0wx7YGIKL0uFnM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "eS/qJKbZNxse46UWRWS2xW1m8yXK3CncoiGbXrDLUoY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$13.class" - }, - { - "key": "SHA-256-Digest", - "value": "u4xC0+0SMipeLpaHRfClsmo4jM8g4qIhVcELZzUkIqA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMS.class" - }, - { - "key": "SHA-256-Digest", - "value": "NlTrNNx9t/8OPVxbdaNDZIRjUepa8cOtQlfu0hCftik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/XMSS$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "1hdTPx9ybIMt10kawyCqeAfgu5b7ktwnwboUodBdLwg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Signature2$Proof2.class" - }, - { - "key": "SHA-256-Digest", - "value": "8pSCJAZrG19NcVcmF0c7+y52SYTKVarzWYzNNGLat3U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/BouncyCastlePQCProvider$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "CNRw3pLAXhf9/YnhfZhTS5k4BQjGTPI96EUooSymVuE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA1CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "5VWgmwgCgvEPI6MCPTvXhYXZbdewcg6QWNGtytZeLrA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "CEIKU2rDlKSpkjy7dTQf6k38JlygGppUgiTSpasPt7Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/HC256Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "WVps1PBUoNPGoartNpML/Y1gQA8rvjK6ww1yns6emME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "4CyvG98bgXKiiuAk63T5DA8BtsZ7q2Ux2jmtIDHUPaY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/KMatrices.class" - }, - { - "key": "SHA-256-Digest", - "value": "JO1No0sP1n+8GjcZ0j6oo6MWTANkwplh9+1eRwIN3J0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/NHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "uyzhUry2Oa8lENG3Oi6PdZtoTUyD4fqEp2jG9hmF8iU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509V1CertificateGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "vCt5fXbIDA0pAKVzQo7t6KWrzYkrFW9kGmCDnQtYw8U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SparkleEngine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qfbTC71fbEQVHaPv96JVP2dQi5Tng1ss4lquMsC3XjM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "xoql3+GfMeNzew+qpqmpXi1sJJiaqDc4rxIJUlYcCcU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1InputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "1wid1Y4aDg1h5N2ptXfgwUfG+PVjabU5VN9Qm+nELmw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "RaduwDdsmcDKgrvX1dXNSNd3Bu+KepvAe2mieSHm3BU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "L0oX1MT8PppTbhFWBoJ/M5tS2tUFen8ElgSLR+UVDyk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "1Orsz/7jlOGlsz3bcbYM3nDt5yTL9NnsZJ0xPJj4++s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeKEMExtractor.class" - }, - { - "key": "SHA-256-Digest", - "value": "dyR+k0YAJaLMtXDoGfIAxWR7ywxAM9ekV2QykfTJcFM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/falcon/BCFalconPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "M3/pQE/BMjPcIKSZnc7cjRc50vHi34vsGdzwPYEo8s0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/CMCE.class" - }, - { - "key": "SHA-256-Digest", - "value": "67a1nSrumrIdwIWXGveT+T364dWvqTH+suzKzjY/7XM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/RainbowKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "PY8ZTt4uROI4bfgz1iDOJOsFTdOgxc5OretQK04A8jU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AlgorithmIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "7t5C9Oo/P1yzCNMl7DBVSP94FnqyZPr18GBeH4gdCuQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/KDFCounterBytesGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "Al+KPPzrXJPq84WIgQUUG25nlnFuk0+6IXDcx0Tw6cU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/MultiCertStoreParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3lGZgll9VnnSBqyr7SLaUmnYS5BfCC8RiyuL333UNC0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "TunHenMcSt5BifBqJK2Y7mMmQr3wXTxsA/pEDav+W7c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/GLVMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "ku6ueXQGudU9h3up6PxIrVG44qeMi+vrtTb1lRVpbLA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/BENES13.class" - }, - { - "key": "SHA-256-Digest", - "value": "H4wasDa9bSAra2Y+izi4ErLmftnUFcc00oW6Y1hNc78=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "OjvfNRG1oz2eg1dUyCyvfjcHMFMs/mDuYhbxb5744wM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/ECUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "wBl+98stPGc7iXnEcxsybwNWCegb+KaxK3iw+ITMgOA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PzTPWK1+KeR8SM+C3O4lBjLhu98EiOyt/bbQ/vAQdSQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$PBEWithMD5KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "AhodCxWyjbXD6K5jUZtx3pYKsbL7i86rfalBTRog12c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TEA.class" - }, - { - "key": "SHA-256-Digest", - "value": "x3m28LUnJHh+I89rFFYsu4FDmOWwRCLpwIJ4iZ4XpzQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/misc/NetscapeCertType.class" - }, - { - "key": "SHA-256-Digest", - "value": "/6Rs4fe8EfkRfXK37Xm3FFydWyjDtQbAYuDx7t1y/MU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/pem/PemObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "5FFP6C7fKXeXz05al8vxFKMovrcjFcYLVTAXShHN4Gg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "mWJuAHTQQaoQSJpd/w95R9fhSs3k7uReQWD2gH064t0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHwithSHA256KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "JDdJDUFlgGaC+3nUyAwABY1RNpG413QI5Q8FeFbsX/A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/FalconPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "VeAI1Lvixsvc0VbzhaNmoxF3YHLuwxpksY3LOV6C+kg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/BCDilithiumPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "SzmoiqIedgqX1Cy4FO7TACpRHa6kgM0XMrAs7nTIX2Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyGeneratorSpi$Kyber768.class" - }, - { - "key": "SHA-256-Digest", - "value": "//+TH3d6V61h32eup1gIn+mJullPtTfrYyV3ldPc1/A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$ISAPAEAD_A.class" - }, - { - "key": "SHA-256-Digest", - "value": "X8rCndWmzb+K/dEuR7hcwrwVfVTaJtjAQkl60KqldcE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/NTRUPrime.class" - }, - { - "key": "SHA-256-Digest", - "value": "2YrXP1QBAdjXgMR8nM4QwUYAYxgDH4l9aqgrl/2k3+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincs/SignatureSpi$withSha3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "5G9d1qaxMlGFqk0D/ZIb77GwjjlneWke0NQU3J90k8U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "hcyxuFFDdor8Ba71bo82vdG6wPUDySERHn9vRtDeFKU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_1024_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "ISVFm7kZcZsVjKUPrKnZ4KVLrSRSMgOwD/v4dp6yCdw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/AlgorithmParametersSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "zPvJ+OiGdrRPvsbRS2XK8dr0MTJ3NL95ZDl7MDbE7yo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreCertCollection.class" - }, - { - "key": "SHA-256-Digest", - "value": "GR9dE5CKNXgB1S7lcHUfO6jp21DiNgsFL5Teibe1Jzs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "JYTDRbYz9vBxKQk7AxuszRjfYuzBwMV+q/jCqkywBGY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "9G/bl4UxyiAIVtd7B2EqRb8WVarwrStOJ9+DDqGKYUo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grain128.class" - }, - { - "key": "SHA-256-Digest", - "value": "aWwZBOyIx6SKLFD39+vjHjsAWinbM6ZRjfNce95Bwn8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TBSCertList.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZSdl8zLP1KtcsoLxglGjQ6EEdANOXmIJnQ6RW2ftwsQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/IESCipher$IESwithAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "D5TRvmbnSXvA0mOLe+6FU+Nym9R8pAl9D18MiQVp+T4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/bike/BIKEPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rGOeMQ+WlSWn0HSHCtI7YIxP5nASk822ZBMZMVlw+So=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "QsXnosfHaZ5X7M1/Is35IYFA4G0WEXx+6ESGEUdjb2M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/hpke/DHKEM.class" - }, - { - "key": "SHA-256-Digest", - "value": "GvhbTrXYOjEwhj/F1tf5k2vhjZfWb9dscYYV/z41Evs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/ECGOST2012SignatureSpi512.class" - }, - { - "key": "SHA-256-Digest", - "value": "XWU8Bx9bmoWaPt5rcIyIimT9IoxtmwH5otAFScIi4s4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XTEA$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "MBcCt0WiquGhCZikr5QQFdjnnbVLzTIIdbrAZsPFAeM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "drFffkbV8wDDfakKUuEnnz3t1I93tPp/Fb4prkDDPcs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "t7KMb3V084O27MXPAwYCU3utPQUsiUgFeLtgeRXWbTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/DSTU7624Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "lBr1/JoeCI1h03TTTgBwra6ijtCab1PUQNxE6DtJd5E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM544_PENTANOMIAL_K3_IS_128_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "X5HkuqIHKyheWWj87HEqaAbC4Ew0gzgGZ67Na4r47GY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD320$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "vo6cWjI5/G+KT8lY9ab2yJG8iD2LkDa0mdJ0+YYKJRc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$KeyGenerator2012_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "NIwSINsipVRD+jsBbisC7posxfYFFN7TZRvT4Sgec80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimeKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "iOb+p4jrhdtFyqYvzll0hVx9xAiHdi3SST7xi7fJFio=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/gost/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "dGwGLdQMnWIgoXArWlF6fI/n/uSzdvngTxwf5kzc8gw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/PBEPBKDF2$PBKDF2withUTF8.class" - }, - { - "key": "SHA-256-Digest", - "value": "vDUxXwTSUgC++dBPuwtRKPxQirdQcFh5wnCQrTKsQaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT283R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "xemE+V8GsziI0KbHqBDyKVRPLj3zqIb1gWi+ZULGzCs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/Rainbow$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tzxd4F8hAgX+mnYFYis0Q7vxVzvkgJt7QFzkugmlVCw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "BZEv/sbc/ZNOh++yXk9lP6xzCKTV+hL4ozwBwbSN+5o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "lE/JDnLPgSCHv0Y3GXu4I71MjMZo13aO7DU0AVa6ZYs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/GF2mVector.class" - }, - { - "key": "SHA-256-Digest", - "value": "8zk5o2ljotzUNpfFadozb1ASR9r2nJ9x5diIeBtuVGA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/MQVPrivateParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "8l2YYHyjzKS1APuG3DT7TYHp2xvqTSq2l95AMz7jkC4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/SignatureSpi$withSha3512.class" - }, - { - "key": "SHA-256-Digest", - "value": "+5YhDqKzz8x4LWzkAZ0AAjKJlhZwD1TspdhT9Rl+RAs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NTRULPrimeConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "4S1px57aEjJ/SkWsTzxo7gZqTJRXwNLY+lGi76VuMkg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincs/SignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bsag/eYob9ADA6s1qp6Fm4686akDnsrLrQqcVDzSmjo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Encodable.class" - }, - { - "key": "SHA-256-Digest", - "value": "lzkquh1al2EmV7N1e/n6B7kK+1AS7dRwX0AbbNhP6RA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "bFpnk+pWWoeJ+aU++0x4V866zJE9KkHMgVpFZPFx0IE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/Primes.class" - }, - { - "key": "SHA-256-Digest", - "value": "fgNDqZGxl8VXZK+ZWZ5AR+2wGnbWXoeHk/UjY+rYqsE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/SPHINCS256KeyParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "xLGlyj8m9fq6hgFdT6aCuxpmnFuFHQLwep/lomVf5MI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/falcon/FalconParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "X6vaVpBx/Ankmmb+xq2mi1MIDryNl0ofsE+0RwSlG8k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/X448PrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "chWePg4Y6LXPuODKPMmaS0AsCa0z3WEX9Y+mEYrVUtw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/AlgorithmParameterGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "6+a1yqZy3G0EIpQ/UQ6emylsG34dA3v3vcybh+JBK1s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/djb/Curve25519FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Blrn13HUOgsaZJ/KVD1aKO5EazkOg8I9K8IoYi8gYyM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA256$PBEWithMacKeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xh8DFdiXujQbJfS00xBGEA/GHyMir7lsVxA20eY7Mfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "LeLqPZ1HYGgN5jyvbFgTGMGrLd1QFM5x/sh6huPcMPA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/KyberPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "yemubuTOsSlMMJkKqisScCO1CvUu9zSW285qMBKIDj4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$withSha512.class" - }, - { - "key": "SHA-256-Digest", - "value": "5TTxmsUnYJAslFRKWyndXbNcWgtXKCWzIpQXnRSxqZs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Target.class" - }, - { - "key": "SHA-256-Digest", - "value": "qQsdBL08wmsfiNVDZV3qrcrue5kDwdVajzJS6CSj2CE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WNafUtil$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "DRqIEbukY4VrJlwAICBklGm8V1ypqYE+W3waODCQayA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Set.class" - }, - { - "key": "SHA-256-Digest", - "value": "e13kAIw1vvbB0+LDjkyekmJ2rmmc7qepY43eec/7nCo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP521R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "plXd7sd2IPCriKNFJbITrrznfPyB7qzE7+l2W9LGZ34=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi$NoPadding.class" - }, - { - "key": "SHA-256-Digest", - "value": "91a0JJd0S5x/xQxZsdq78OEORIEN5wQNkTN2AJ0BbnY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ApplicationSpecificParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "oWWDI2zfZpKOEvzMiZt8HyOk8MwUtLbwl+1HNMr6GYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DEROtherInfo$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ObRZFGizUd2Cj9rleJ9QxibHsRTZcKRnkDSrQOkd8JE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/FalconKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "NBC/4eNe1ienBa5yPO0GsG2wzhghnBFvic64E4Ux3hE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/SparkleDigest$Friend.class" - }, - { - "key": "SHA-256-Digest", - "value": "RGGBlFA0lqQP+Oz5DD/gVA3yoVMXyIxVVe4wbzXeEGM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/RFC3281CertPathUtilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "RedYykUgY097oHlhkqQE3GZpyHD0tVIC0H1oB4CDyxs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "K0rjQn1xDXEyGL5gJyXmHqK5riLK9nQ2yzqVe2uUdJs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withSha512andPrehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "w1M5nKbrn6eYTqtJLx7QxkNmtpwsEoRkHiCaBuecNlU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/encoders/Hex.class" - }, - { - "key": "SHA-256-Digest", - "value": "xfdyQRZTcvhyf5VXYgrR7l1FXz8oa33WgVHT/YCnS5s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberCipherSpi$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "ODKvF16hI2BWamsegJ8dAahK+qYdhRyqowxhZODXbgc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$HashMac2012_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "mgoDVAxiDFWe7RIT5NnoGFcQ2VYuYwtsPLxetY/Sxuw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/GcmSpecUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "yyXVZfPHRaEw56AR5LBK4IQ6MS9m36LZJYVf53YLcwk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "jsJCi7y8GbRpVg7EqH34ib+2Qdbu+i0Vk3FjrxHnwtw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2s$Blake2s256.class" - }, - { - "key": "SHA-256-Digest", - "value": "2y9mCFKJC+ClOWH4RsJALLP1/iEDtNtYuMwNN2615m8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/DHUnifiedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "mg4jyT+OCSMPBd5Jox1wNsqtHJFr1OlWqnkxvvMhWkc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/SkeinParameterSpec$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "puJ7kBuNfjbNO7R+Qtv82luxhyTsJfhF5SM2PBp+i8E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZXzj+G1PLRI6tpF2YP2o4DACllvOsBmDYf2whZeNnkA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLApplicationSpecific.class" - }, - { - "key": "SHA-256-Digest", - "value": "a90sAEnJAQmK40wtnEGz3TDk3Y/EyRmoIXNCZ4IDboA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512_256withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "7gkYtHyfbXuyGqfeWiCHeCaqnIW0vxJwTUKSAskXH8Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "I8CU3T9zIUi6piqfCfd1KRPp5sPM5y7//sE7udrINjk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/LMS.class" - }, - { - "key": "SHA-256-Digest", - "value": "XirQkKPTzuBO+Q4W04a74XuUZd6h/QI59Btz7xM/6Go=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsaSha3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "outSZk44W4I36d+lk+taGJDaEf9knuvPFHKswR+J8LA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$TLS11.class" - }, - { - "key": "SHA-256-Digest", - "value": "KDF8gsuFApN1Jh5E66gAhJAA5y7x7SeJ2iXdrmnL5ik=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/XMSSKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "6jWIhT+lUVORnc1FTghCX590npxqatPC7U25MYgCWIc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "7IoMvjwkMRMWcQnroDXZAm3lnok5f1SbfAMKZizbKQY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$AlgParamsGCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "Uk3APfvqms7dRZMv+OWMB8/WHiX+0bFoPRij9nxZU6w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/ECDomainParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "S8OIcCdjfR/jbOGRHqf8aTrUqcQL/0jNK2NzsDB+kSs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/PasswordConverter$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "UU35LT3mGT4tYS3QWS1ovrZXr/ma+Jqys8Nnwj7WSJ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CCMModeCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "owS661P53eHiRoiMCL5BDruxTkVBzZ21LgMdqSnmnMg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$Digest384.class" - }, - { - "key": "SHA-256-Digest", - "value": "An9WbqjHdQjya+Vo7e1fXP5aZAK1woEjm+QodM3evH4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/NTRU$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "qs7og+1aqBF0DjaC73qnWt0j3HB6b02O8s9ZG9Ouoi0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/KeyAgreementSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0oas/5Gt18Pwj7bFlHgOZ+wnY2DZd49TMRiUOwimBP8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/VMPCMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "xgDNiQ3ChWOjoBfIQ8cd1rO8hLe1FJSzKEiXk8nYqCo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDetDSA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "GMfOMkA+vAkelyl7CUZ7n8+Al28neiKH9m1k9lXixwQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/BigEndianConversions.class" - }, - { - "key": "SHA-256-Digest", - "value": "LpcltJtD1KGc0p4EG37MGeHuPmLLfdhiauYJckJgtTw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/hqc/KeccakRandomGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "qdp0SFs2pKcDOvPipBUHEmjRbgZzOv8XEB7HLG5DKFY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WTauNafMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xy71jhhtD9LODSwSBJwZc6VjsEAaSCAWKi0U7aEdBcs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/X509StoreAttrCertCollection.class" - }, - { - "key": "SHA-256-Digest", - "value": "3u1MqZ5dif7+DKwD+1nEQGjpGSNsx23JCTeB7xUZLnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$Digest256.class" - }, - { - "key": "SHA-256-Digest", - "value": "9tqX91CE5a5JAA7/TMh6p55x4TmvuZiyy5vUxu+Whjw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Pack.class" - }, - { - "key": "SHA-256-Digest", - "value": "iyG17M+iNQbUfwuRUCJ3BW5KaqUO0IPMluhIuazb2d8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/netscape/NetscapeCertRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "tdu3UnsnjzjK9PplIBwtmhv/MpFX/ZjffkjeSQtQsTU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyPairGeneratorSpi$Falcon1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "iDVQnzrwhX88lH4hQjCtohlFh0A13K8MIFtI6aKa5rc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$29.class" - }, - { - "key": "SHA-256-Digest", - "value": "RBM09YDpOxJ24ymG6OJT5tw/O0/mFksVmohBbWoicbc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/raw/Interleave.class" - }, - { - "key": "SHA-256-Digest", - "value": "B9oE0DaccaGw1T1VT8BZX18O2l9EpxK/mF2bg0398dM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/CompositePrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "QFjowlB1Iwk9GPe632I9ZT+zgGf1LfWPy1Tl9s/0vK4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$DilithiumConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "2nT5kjhM5sLNNMxWAUsd90ApszXTHI3bF/dxTD1r3gM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimePublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ueQwBDHaebQ+TGvXaNMRvl+WWZ1aLo/9vwhQOxhdpjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/X509CertificateObject$X509CertificateEncodingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "EMaptTdbNk3Icqn6TLQtrSRDoTvC6pxwlJvsID/GnVs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/Treehash.class" - }, - { - "key": "SHA-256-Digest", - "value": "DjzI2DAOZDh9ieJM1UIRQNrcl/YzI/Lv8ODg9CD/IbM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "MKEYzPmYM7zZz5Rfe3rGhtuxQbgCr1rIKZjDzSli+wE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_512_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "TTDCXEA/7L+cUS0W2gm4Cp2+L3u10LrFrEsnGFzvb7E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/AlgorithmParametersSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "B8tzqb/REmzDeNT294CCNkRmL38WWXbWvR7Nik5rY4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/FalconPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "N/fPTLqEOSZaDkKyOmZT4cFHPlurM4RzlJ5cWTHus48=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "4N8hxPIshhNDV4DL6sBEqx8u7nzUMhzI7QkBsSwNdNE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/CertificateList.class" - }, - { - "key": "SHA-256-Digest", - "value": "R5QMPPxW9yR22xjutAoHNMgSCkJMXzJWBniChpulvzQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "04xTPjkg/fi61Nx/9NrwBriFBzVlt5qzkz6mhbMJWoQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ECDHUPrivateParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "e4eL/eq2tWT5u2prXt64llUuB9jf5VS5UMYzuZosTRM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/RepeatedSecretKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "IZN4lNBbqSIMu0DrURF3RnT0h6JShWUfmnhsAcm/f+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/NoSuchParserException.class" - }, - { - "key": "SHA-256-Digest", - "value": "c2cMCeJiCOt35wYEuJR7k1Y26cXtNJMjYO1RoqJfEpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash128$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "5jey8L1L8k7xZVKTJN4ORhORILx0uHYaxz4DcgA3IeQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/SignerInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "1J2Rfvs3geCw0CcZFO26G2wdsMJvmDTdMRuexOW2TXs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/RainbowPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "LZ/mH2r+bR+xK2eUt8nasSwcJXi0ad0ZpJlrQ0K/HfA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/RSAUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "C9mgPApG6Sc9ITJ2D4CI7B5k+a3nWRfUmwPjLCpUMww=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TEA$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "chhvGuGPnTw3drHmdwNxzhq+YHBvVFHiwio3eetj2JM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "WGQk1YJfNQ3hsE3pwJaVsUrvXACucYCVXe/awcb3kus=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/picnic/BCPicnicPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "UA8kUihwAYgGbUHBMOfVJ/9O2Chjfc6Hm6/SWc+kS1k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9ObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "VJ0Pe5skAOvwDNPGh9CDcomGF7yYK+aw3aieagZo9xU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/SimpleTest.class" - }, - { - "key": "SHA-256-Digest", - "value": "H497rnGqEMFV+aZGlUjUnR0YV6e0tT+dvUryBENeJyc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$NHConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "L6Fcx9ES2ypkYVlkwJYUkspHmF6fhv9/+jQJjGI+cWw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/nist/KMACwithSHAKE128_params.class" - }, - { - "key": "SHA-256-Digest", - "value": "j6RPnQSU5kbZFnlRF3/Y54PoHk1y3/uOoj8tY9ajsEw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Kk+IXp7msvi0HgbJWdTcNYUxsNHImzdkMWI3SrMbUBI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$StdCompat.class" - }, - { - "key": "SHA-256-Digest", - "value": "DujtAiUq0QJTDzern89cIF8BVZyKNemCovGavPiXTS8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/Matrix.class" - }, - { - "key": "SHA-256-Digest", - "value": "F0rW47qGtz6TQhbPl3gG3AwfI9+FAnsxdIeSvHRy6y8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/BCKyberPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "v35x9opgsPNPWoyKWyxMml2EQp3mg9AYGjW41o2N9Pk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$SkeinMacKeyGenerator_512_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "09SLyCw97ohAsPfRO+ktr+bReqVcAuu6Qhil3aadkyI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$ISAPAEAD_K.class" - }, - { - "key": "SHA-256-Digest", - "value": "FIKJ65tIOdOGVjLNWiLitu7NjdzvOYbbYHTEXJCKKzs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "b0sPBcSdP9LxDJ5XKfphcWYVMzF1V/lujA3io4A5CAE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "zz5Mvfvg880PBfkVAUsCtj7jUvj24IqQZ2NsTEO7BZg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHAAnd128BitAESBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bha88C3ggsiSTPNxDqf26IRMXKMcUYQH4o/rc7KmVXw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$GMAC128.class" - }, - { - "key": "SHA-256-Digest", - "value": "1hgU2O7NpOIfmxEAWIvrx1RSuoOhnRTcLmRZoeml1jM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/SamplerCtx.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZelFSa+1eMHMO/WtqbGLBnB5WzlPMUrzRYHzS2QurDg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed25519ctxSigner$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "lCK8thXZoAHFu9uO4V6keSefIjchwYMVhwalOxehYZA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Whirlpool.class" - }, - { - "key": "SHA-256-Digest", - "value": "r5y5kfC6nH+IjZ8mCRWatUqbCx0xGH5guI1iR7e8Wg8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/DSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "K05c93BNEYCq7UcBn3Fp9k8E72u2nfbedGn2DMxhE7A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2s$Blake2s224.class" - }, - { - "key": "SHA-256-Digest", - "value": "4A4I1mlYYYuSHIQFPc4DM1bTSf81xyi8pqG3GFkdBkE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceCCA2KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "QWGE6QUHozZZS4+pLYU7XVkRzycxBLqvQJcu6emYxIM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2b$Blake2b512.class" - }, - { - "key": "SHA-256-Digest", - "value": "QSFjbQGD1wSsxsrysZ8zPu283cwsV1FrzbZ39jXwYJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$GCM256.class" - }, - { - "key": "SHA-256-Digest", - "value": "2tjCcOEaeC7bVkI+BktzGzcKSwMwKlrxL9A5SIZt7cQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "RVWMhNwWmS1cR9QEDkfmazTzV7XTR1+BHf5MFqtCZQ4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber768_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "23S2aAVz2ZG5Xux/xqHO1Kr9RP3so6qXAkG61wCwGa0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/Ed448Signer$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6EQQJIvvRvA3606s0TbmON8VPA+T20xToZjYLaPPN8E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AESLightEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "hfkx4kf6g58oQlKif7J5cTbgAZR5ohOfRLnLxkrjoLc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKIXCRLStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "+1tPYy5Etx3IsB6qPpjCD6MuQ/xWf/AnLZQdlz7NHSI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithMD5And128BitAESCBCOpenSSL.class" - }, - { - "key": "SHA-256-Digest", - "value": "8h7acAIAsKSkCWGyDJRdWH4uP+50OHfh8LTqYJNuCuE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ua/DSTU4145ECBinary.class" - }, - { - "key": "SHA-256-Digest", - "value": "oQdTRbCIjcg0TuBQOo2WKaaD58ThHGI9zkWe+1Ux8gw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/sphincs/BCSphincs256PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "DA9H2+t2hotBecdYNw0lJ+q8PpsmzabGOeacK2OCsYg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLTaggedObjectParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "QgjWMV9ATphaccAQJ8aTu+htsq7esj7AAipILk0UxfY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/DistributionPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "YgtdtQgfdFzGX11AiKjkWLm/BGmDvyhc+GGIcA7dmiI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecNR224.class" - }, - { - "key": "SHA-256-Digest", - "value": "VrwBNhSQwRidcepo6AXJh0tM4bVEb0F4crwHtG346BI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UTCTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "WpqlYEoT+U5M37rAJOTmjVVcKnO5KBjJiJwr6dICw9k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Extensions.class" - }, - { - "key": "SHA-256-Digest", - "value": "/w+HqoSrgHmSANdAQQuDibmQT5KiiBnFV029bqTrsNM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/McEliecePublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Oudvitaegp8FSn0FU15JefFK9/jaKcyMPXvu+Ue25MU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "DDfmwES9fRTfc0oj3u0dbrwgHjwRT21ZtnGlblYhEqI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1BitStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "7vlm79dZNnt5He0LWLU71l/hl7hZpZRfV/9KhxDPWK8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/FiniteFields.class" - }, - { - "key": "SHA-256-Digest", - "value": "tqLW6QmZorV9XaokwPBva6y7tlwmAlkjYA2SysKt1Eo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconSmallPrime.class" - }, - { - "key": "SHA-256-Digest", - "value": "5zq2jTvX03B0wKNhft5B1QvS/TDCoC12onMNcsUrDLM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "wOXdNdHCslWnd6Fe+PGxvNuAnbmNDPMt06xW5E2JzCk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "hkrofUde6KtiULmvOkfZrYlZ6QllsPJhcYQCrQafVVg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/DESedeEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "07kGOSLeUjUUuBk675Z3hA70Dfk0V4ql6QZQXgWWuN4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT239K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "qoSr4qN+rBsDVU7j/Esgc5/TchIh1DG9Fhi/JrmzrkA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/CMacWithIV.class" - }, - { - "key": "SHA-256-Digest", - "value": "F0g4MfY5m93i8cmX1SSqEizyMmAHIYnw0LM1vQQnPa8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Blowfish$CMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "a34lNJ+rs50UCz+M+YDkNEg6sssjmP49qELICB/3/H0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "rKDIddtpRc0vYS1yaNw3r3ttB0sJXV8UH+Ek77uWxfw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/AsymmetricCipherKeyPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "gGScbRgAJIOlO1UbM+xxq9/Bsb3AJ/W67jbmcFqCccw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/Primes$MROutput.class" - }, - { - "key": "SHA-256-Digest", - "value": "GURQSjxbjKVyfs1zu7UAZWlLL3V4ZKcufdyaEIhB2u4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/OpenSSHPrivateKeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "rUNCOMnDU28PCCO3qGW8kbr61f2C7mXbsgtwXdp+bOU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/engines/AESEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "fsHPsNeLb/M8ssswqnVu6/5P45UZyOxKbzKlK3kF1Ms=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESKEMCipher$KEM.class" - }, - { - "key": "SHA-256-Digest", - "value": "iSuH3TMY3vsYg8SrvfBEzmv5/OHBksT2eb/eN11dqhM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/Polynomial.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lykg7r7cMIuWZkCHsaaz8+p8LMufTci9vkFk1S7eQd0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/RainbowParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "rJo/htlEPLaQ04aSEpAE05wUDNfgNbyP3UBkXskWOXM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WNafL2RMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "VUvovGbUUgUMe1iSKAkxbt9JO8sTUhiq/HWz59YYUJk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_1024_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "O8SS/4TXa36ILolNp95cAibLqmMAXe9Jt16eA+RmaBI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/NaccacheSternKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PE9S3oCmEKx40fuv134Gexn1admyVV1VFiXOeYmbtdA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Symmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "Asb9MYH7bWYNtHbooeo+ahRFKs2ymimkxztc6IFHS4w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "/tiltNECz/9QOuVLw5mNtB8AIrMN5dC3PDgsWBlt/ro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/PKIXCertPathReviewer.class" - }, - { - "key": "SHA-256-Digest", - "value": "yXCF4SwUP0xTkX2CDn54VY87p0Uw+2irxmGOkNY5Www=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERGeneralString.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bu3eYGUWZnJfeR175gT1SfnFLa3uXe3dtlcS4ECirgM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTESLAPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "7/cShV82w9BoxYfcFheZ2/0fNHPB4ur/LpJGpKfAtmM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "EQCyoKWtsgB6elHG4Wn9NWsSm/ItDhGxX0gyR9+8REg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Set$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "9PEuZzN2HH3Rahgom80hhoF8Y7qq7vVUlXqurJCq1Q8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/DHParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "/8/bOSq0O8x/PkoQ6v47ea2DkomguGK5MAhMyGnat6c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "HBQO7YZUJ13sGfWS5CRNfeeFrq8GxaNXyHWqFIfrHmk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/PolynomialPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "nAALSu1ozj+Xf6JP+Yry0BH9F1mmvzmXUiOitl9oHHU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/BC11XDHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "pATV8giqiQUy40d92dQyZNdL4NrtQP4ms4DHbarzsqI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/GMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "QuokGy+ir7H5Cd8w7PFPbmoQbHgQ3RRAyfMxcUW6vOY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/newhope/NHKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "U+r1UdQQDef3R1bIOZ8f+eNiOHEIRXw03T6OE5EsiLw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/GOST3410ValidationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "mhb+mf/y81oRtjKcGVc8Dcxu8GUncvPikKhu/u1J/jc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconKeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "bNpHcoPalqots7Lf5c+3slE8mHUMxa+PB9WUq2P6tzQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyFactorySpi$Falcon1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "gbiRpar5LGH4Gx5b/wtOx36AObvDzv5NlCy8P/8svtI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ocsp/Request.class" - }, - { - "key": "SHA-256-Digest", - "value": "4WOBJj4KwpXtuwKt7TbazaRKO7J4hHTN7WtxKzGHtkQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$17.class" - }, - { - "key": "SHA-256-Digest", - "value": "exBMtRyuUN1LqugT2JnioDHC1nYYiPQjZSjPZJaAte8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXPolicyNode.class" - }, - { - "key": "SHA-256-Digest", - "value": "2Ah84ovo5ooCteOJNJiTyStUiGgdLE5/NMJSeoh3nWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/SABERParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "IEZzbg2SOksDzjXVj5rbMMKuJWHRyZZqC8x00gYrfVk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/interfaces/EdDSAKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZA6hNwiCEgwHT9NKGS31iVgE8Oei9/RWO4o8jja3Hqk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509Extensions.class" - }, - { - "key": "SHA-256-Digest", - "value": "PpU4OSDjq53JZl1RMrJdwC1xMCqycaK9mV8WxDkS0o8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyPairGeneratorSpi$Base3_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "MXNu4K9Myj285wXZOi+lItKTtKlaothGmlOtU7vFLgk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/edec/EdECObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xjf0F6ROvE/O7y/oIV9X2t/Y1U1GKHUqL9V66wKa9y4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP160R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "krAsu51f5xpQTnK8AA40u3uSDqfvLjmA6Q9RmzzW1nk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/frodo/FrodoCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "/df6fVhZxb8HuTaWru7goGn4FT3bpK4Y5w/ZuimV2+U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT239Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "GU1Bce71kSBGYJqea0wK3lo1Q9nybtDMMIQHG6z0PqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509Store.class" - }, - { - "key": "SHA-256-Digest", - "value": "8QLDZaGm1WtPRKE6vTDElk8jy1VH/tkbv9ufVfSw4CQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla1p.class" - }, - { - "key": "SHA-256-Digest", - "value": "VyJwulTFUMHP0J7obdrZwDUz8g94puTOSHLjQ44c6E8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyPairGeneratorSpi$ECDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "/d/E/nPaH49KQinHK20pXPJ73ENuxdtZdG2G7cY2R0s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/KyberPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ph6cFfei81GrcBg7dnbavtAnOrIQ/tfd9VozjJE6yZI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$withShake128.class" - }, - { - "key": "SHA-256-Digest", - "value": "eZD67Clb7BQPQl59LsvEgnxSju52e+if1xA8CMWTfA4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$GMAC512.class" - }, - { - "key": "SHA-256-Digest", - "value": "DdycRKkrunmhqehTfvDMTLia2sGeLT3fX6fIoK9tVcw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$GostWrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "jwCC/5sKEQJQRxkx/AhGf5vuHcWQDbdq9qvEUW30u/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "waEWyRtcgoeTmNIZBPPokvSEEEkhgQqt3a61IHNzBNE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/ISO9797Alg3Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "hndtYN87iKeQrIB+SZaFly15sllr3tQ43aOaU2J4Bas=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RC564Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "0yV86Zeu6nQ9MyKMikJEjZhehg9X29kNoz57nnduCVQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$Std.class" - }, - { - "key": "SHA-256-Digest", - "value": "uh9FAZX5XUM/NWwfigZsbWspwymr9yNxyxsvbj1gD10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DEROctetStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "JUTzqtFyLacXwUxd7Xh4ea1E4Lrtm7z32d12JxoQKfQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Type.class" - }, - { - "key": "SHA-256-Digest", - "value": "GbEHnAbx1tlBkWAQ5P22vnzxrO7vhHD45O99bKOTfxU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/kgcm/BasicKGCMMultiplier_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "NkLaQpbG8ESYMgTs+KM51GZDw7B3iLQxfyXG2pLbV3E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "YIS/sj1/hRb1G0io7PjMwPQO49mMpsennxhedYmBI4Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$25.class" - }, - { - "key": "SHA-256-Digest", - "value": "VOuwjYUjRfn59BdEi3iPSCIcSTH8Sbl+4f+OHDcJIyk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicParameters$L3Constants.class" - }, - { - "key": "SHA-256-Digest", - "value": "lrXIGKAXSoKddnDawKl3KDjPuWBmIuXFNRylMQeQRRY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/DefaultXMSSOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "1vWX4gbOoaIWCzKBPp/0x/EhHb15xrKaPs2knyzTD1Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "reG10WTkJZIlqJcibXa0pgGrDdKDxRuGJn4PfzCb9xg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DEROctetString.class" - }, - { - "key": "SHA-256-Digest", - "value": "o6QwfotZgQDBSnto0b8g+g5VaqR3SQ55GcAWHx6DSqI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/mceliece/McElieceKobaraImaiCipherSpi$McElieceKobaraImai512.class" - }, - { - "key": "SHA-256-Digest", - "value": "AlikhWYyZF681AWL0XQge903TydPolDQwoQykuh9qx0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Set$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "3uh748JNb30Bs73rD1ylfGsyu5IPGvnh2QIh2zA7XgI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/ElGamalPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ppBBK5TEGqDN/rWk2+V8wHIAmf8LTmCGjF4Z6TUf/jM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "ouvKdRdQXViho/sH0C2ykrI0NcEe3f1UGCVdQapPSQw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA384KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "XS1VvQNB7H9+2688WHBSawBPudbdoM5598ZOvFcpswc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA224CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y7mW5j2A+zb/s0YUWHvCK7AQr+Yg51QQ+sPot9KS14I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Longs.class" - }, - { - "key": "SHA-256-Digest", - "value": "pX6U1S1tYAbP0hfKeiYTQIGxF5rCJk/V1ihFSQjVk+U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "zW7JtwWpYDxAA9eiTkkbZ1Pp0OauNmMcRlxIw64169o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/params/ECKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "6xhLLddL7bmuLhC9ScZG5GOwMxpkXnHqw7K8/xoSSAQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$ECKAEGwithSHA512KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "uuLAwIL99U48RoGfTLBIeIgmcZ7B78QuBJXX23Tak4E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/CertificateFactory$ExCertificateException.class" - }, - { - "key": "SHA-256-Digest", - "value": "90YghsimZhAW28dZ/ONQL9KRzGEJXVKl+vam61tPpRs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/BaseCipherSpi$ErasableOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "3oIoggYK3UzYED7sel9vtY5TJXYoX2fJTL+zDLRmX2o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/util/BaseKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "vQAUACqJHVnhYVGuFlgxsEZzvlqyGiAn2RVZh8/vL6U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/rainbow/util/RainbowUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "WGuPdJLf9w2ct7fJ4ft3IWuDSeIrS2eigBxGxcTODg0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/X931Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "G9wQyTE+xoj6iYn6aIjLgjBJVLjmy8casPXDy7lCJ7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUKEMGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "FhSh0y/Ty4e/6ObVanfys8+D9VxdYfXjufq+HDEhIC4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/BasicAlphabetMapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "7tgMAMCdO5jpszPJjbSzTgpXtefGAwRhZi4JfKs03Gk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/oiw/OIWObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "dWf2+ZE420MDs5L8aOsCERCvqijbPk7Jzz+wtit3wP4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9FieldID.class" - }, - { - "key": "SHA-256-Digest", - "value": "2OjMK/dztc8lGuzzVBxHXO7NU0RSSCF9ytV+jC51opA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jcajce/provider/config/ConfigurableProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "oW3r9suYZt3fwDIqaxiupwB5myHjapALV+7MCZyR0wk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/PreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "XF5BzR0IWSz7xxAbBh2BKA7s0yBQ5OFbcf5RFm8D4Wg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/PaddedBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "VtXOEAVL+/4aQhHodS045J0u58Cg1smbokUtJRUtpyI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$PBEWithMD2KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "Os6OTL1rvw2B0Yt7mf3Mx4Te/kv4ElcyD+TF4NmAs4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/FixedSecureRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "pLIIHqlF0sv0O4DGebNPXi1bIAPUkici9WMx3ApSUmo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jce/interfaces/ECPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Bzbf8vJFz2/9vd3oE/nXoWVAiTfckbd5PEMv7oYmeCE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Properties.class" - }, - { - "key": "SHA-256-Digest", - "value": "1AZJVhK8i0rYVD8yWcFKl80VjKt7i28b77ViveAeGhA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "fRTT7hvaWhjyG+ayA017sLh5nI8NOpOM5XOm/RDLt90=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/util/StreamParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "DKV8SHiyNg0KwR6tJmHJwwjUSEeSnAI9ckebreT3o2k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/RandUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "MN19b/RbDZuNruftNsJgytBlQMs5YIZS1ERxqCVXpUc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT283R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qe9XGINB7WeD+DZ3uLbfZMVjSFiiqZSxKbSUe1cbIys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/kems/SecretWithEncapsulationImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "lRYADi4wPJN3FHMTPh/6CVO+MFjqDZnVdv29lrE0big=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$18.class" - }, - { - "key": "SHA-256-Digest", - "value": "oEUNjL72VXfgKbNWbopizBW16al4rOR6yUYqLGWgt/g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NHOtherInfoGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "f7nqQzYqfcOMsG85zZlZ1JJP30BozKCj4bGK5LT0Vh0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/CertStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "9ZtWg0fvk7KbBKCg5QYFTGNoxrlchJj41kTaLE4zNEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/IetfAttrSyntax.class" - }, - { - "key": "SHA-256-Digest", - "value": "7QPGBiybTrhvJ+3J1C8eFpc4HQ3jxe85KsmA3qsLa/k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSigParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "d03HLPzxPyKZGgzKhXPCWO1lkp+Jxb4BB3JunGLgKjA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/XSalsa20.class" - }, - { - "key": "SHA-256-Digest", - "value": "XkEOYAdzty/601aNE+nQdjDZL8l2G/xbRNv9rTQ71zY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/pkcs12/PKCS12KeyStoreSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "G1IU48lSoHdd7v0IitjgTL274A5OAnJi4XYG+2bf2MQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$Digest288.class" - }, - { - "key": "SHA-256-Digest", - "value": "SmX93GAhj94mA3+JLErLGpEDF7yMeuOa5cMPxcJ4C3k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "WrDsDTM73lZtJGqe0n7Nth3fY1RfXNelpWLbN3hI8zo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1VisibleString.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZWChp0z4Du8ZagRg33e50HP2UtVTUFSXbI7OnJ2P+xQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ElGamalPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "sUh4PPcj6gVVKJrSIK52i6MiWaf/UzJQOuWJecMKMcw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TEA$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "MMuaJ6zJpq8L341w+e8x7Ce2S+b7G4yDgcoKDfMwCtY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/KTSParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "LDlM/ak3nAHftLnuQ6e/DTk2QOAtRCu8IuLBBIAeBm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/BCXMSSMTPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "2dmn4G2hqA9n47gMUjcincjqneOJs4EuwW10wkGp+i4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "UN8UKgX8RJrisHPQ0awTVYCdRMYrhWAJzZYjn1QDkgw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/15/org/bouncycastle/jcajce/provider/asymmetric/edec/SignatureSpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "vuIRo337bTl9aCKLXfAu08rmzLFaPun8FK/4nGRCE5U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6.class" - }, - { - "key": "SHA-256-Digest", - "value": "jF9guHj5GiPZWGJQv5MpvVILoTDa9lI72Ch+QhElCEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyPairGeneratorSpi$RainbowIIIclassic.class" - }, - { - "key": "SHA-256-Digest", - "value": "ujpWJWTijl1A39wD78ZmhHTfnKHdA1XtKOOtfNjFB1w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/saber/SABERParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "nUv3sJkWqs620sxhlU7XX4IKqGBMk+xMhLOzW1uoeK0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/McElieceCCA2PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "GJHjMYT98mjm8nIztIe1DYva6QT1NOMKKpBYjFCsLgk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECElGamalDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "savno+3XGFRDlFG3YsuMd7oLbKbZfQcHZ/7NOydL19A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BCPBEKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "dgqD+YzW7ET1u5ALKGYI0rEmIMkgW80EXY2EIBDYlVo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$DigestSkein1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "EIhU+Kz6fQMBET6kemfwj+P6+FI/+cwqcmDiHQA34g4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DEROctetString.class" - }, - { - "key": "SHA-256-Digest", - "value": "crFRXnVHbvVjBjTJXRP54q7RKqwlxjkkBOfl0pGCtOY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/EncryptedPrivateKeyData.class" - }, - { - "key": "SHA-256-Digest", - "value": "qoHP6Tv8C8hGyL9oPbD8cqXD+sUieffdOcMOVHByQj0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$dsa512.class" - }, - { - "key": "SHA-256-Digest", - "value": "EKJbSN284N36yiAcBC8aSOze/A63de1TvZ4WOpCP540=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$DES64.class" - }, - { - "key": "SHA-256-Digest", - "value": "lJ6g9wFDcI9vXxWgCz+qOGWXJUCHWxXbL24b7zbL9jw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/util/AlgorithmProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "+QyqTNbeg2CS0MuyLIVKbGWg3xItkLMw2BbgfGc6bHw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA256$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "5AzxOYruINzd9brdKrGf4TBGaezQqcEj/4lqtwl/gF0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/SignatureSpi$Base3_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "SIQ446/xrTelNpXPfgF7qM4i3hxAMoFGu0Rf2LBTicQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA384$OldSHA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "0wHiMixpvLQZqyKffiIN1YDM+4Selzll8pFLv3vdW4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincs/Tree$leafaddr.class" - }, - { - "key": "SHA-256-Digest", - "value": "pusIEmVtnf1MjDskhIuWCrhQDnEmF88rkUHRo486wcg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$27.class" - }, - { - "key": "SHA-256-Digest", - "value": "EFQFdCOULngb2jdwSQfCbH89DmS3IsBwFpQRyWVLR6Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CamelliaWrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "95/p3Zt3empR5j2R7EqT2werOsgreyNx3vOyui1Vp9I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/ByteUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "px/ssmclN35XcIfSULsX1QEnLn98I5AE7xnRAuWk/Dk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "+M6tbKqDhy2E5aA+2nBT5KAJ22ns5cj7McmDjoD+1MM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "PnYGBj+lTRFbsAgAsSLvbxSUfTOn+4ly5w+NvzVR7Ag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$AlgParamsCCM.class" - }, - { - "key": "SHA-256-Digest", - "value": "ngFGmvV6hyjXv1c1V5nBgfo5ZpgQ38cU0lwq41mdyMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntru/NTRUCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z3EwtN0jJhR8jsaHJB7Sb9hP2sulDNj+bjXZYBV3zZE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/AsymmetricKeyParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "2nG6Sn85pqw4lJXpI2hJa8gL4xd+reoi/wUOFCO7X9I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$PBEWithSHA1KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "6B+qMYdwugybKPol5l8F+jSu5uE8QsrVdlD3xy2wihI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NuIPHY1OAnllMSKCgWF6pUXX3ohV0KGYc5GEKjv1R/I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1NumericString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qBp/t5ov1pGama+CfEfKLOG1d4DubhV8xeuePltSJkM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/NaccacheSternKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "anMZ1zsphpqs/6Zp7C6VLsgD4UgwoC6GhNYS48kAQ90=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/CramerShoupPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pn3K6DmCufghOG2MQnXtAqexuVYkAyc2dTW9+4GvBpg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimePrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "YCueHJGbhrhnXYdYxegZLURchoOCi15qfq3FMh/L760=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "sNCE5ZuR6MArspSNj/oj95lbwtZeIDje6r8WeTsXaVo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512_256withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "nLzj4HB3k4Tft2EwqgloDaVfZCIOsqdMFHBB1FlrolM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JDKDSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "R11P2f0tV82WrF6jVVxUcU5pnInvpiBbnVVWVF8Fx5w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$KyberConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "la8KvBu7v5cSOMdBsobI6Uk2n4tLakiYyM3wJopVNso=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/EphemeralKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "W2ThO1aw/MKFm2+ffwj0c8xv0Z8YQ2JYTnWfYVgWhAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GOST3413CipherUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "4CXQX/8+949caJDr8I+az9mBNEQ9QfQawk+f3cghVJw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowKeyComputation.class" - }, - { - "key": "SHA-256-Digest", - "value": "99695NfCVeKlvROQx70/s0UTLANdtkB/pDc2bicMJ2Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "g6PQ6Sx2YqyjKo9f5qU6p2bAy+4+m7nrCyr1S9hYOYA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "lCdO8uvm9bemLvfoX3CPOR0GLK9QrloPnIr+vewkTas=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bcfks/BcFKSKeyStoreSpi$DefCompat.class" - }, - { - "key": "SHA-256-Digest", - "value": "tFGqy2RyWM7GQnlm2y24pt3cz9TtTJyNxCQCzMhbzyg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERNull.class" - }, - { - "key": "SHA-256-Digest", - "value": "V8RpLVrUf0v78vKZTma0f59t2W7a1HBusD++uWfwd3c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/anssi/ANSSINamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "pZ2WZR9VLZaGsnkgutbjC72HhwihaDzJloGBkfD7cMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/X509LDAPCertStoreParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yr/y7NE1AKHxQLnPyxWyOsX+fdyrQgF/Is7Bh8Ru8tI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "K7od+67EmFo1UcZwjwT1eYJ4mDS5oXUR0EuwLatBdis=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Camellia$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "FX1ZbQq5FjwJNqay7ogeJOUnSt3KtW6zl3Sh8t/9CrE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "FWLz1sfyhRVTP11HjjfOSV/D9qYGaI6cN4mj63bxSqk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSUtil$CheckingStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "AjfiAZrIlHlXHtTPnN07Cka3cqk91TNC7CSqNV6mQAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/util/WrapUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "P8mECFtTBZg82ashvNim+Qy67w0jV78ZINoz8YUc0uQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincs/SPHINCSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "A7FxpaXFbErKAyRkWNV1ueqi9d9hYAW42yN03rubuHE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "RSz1tJfpuEIa6Q/GSrAdXJOoGgibslRi67KQQK7TSEY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/BCFKS$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "CSlQbd4QihJZbf6KxbphOd4gCzuagsM0ILSMntAiQxk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/BCECGOST3410_2012PublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "afeNq6FjONGCDkqQDdbQ528HQT4kBuPv8aLIq/0b59Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP521R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "C3nK1le/sPNu7DbjF+tG3CJCsw6aHnyYKrrZInII9ow=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "43F2p+DfZU0NoXLGEmdAbBuCrlztedrGtPyXh4oe/rc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP128R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "15Rdtz0SN9UvNBY55LM5mYjlgF4nWNsf6aghDcOMYBE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/DigestUtil$WrapperDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "BiUMW6CohzrXeyvCbmlbyT/jIQjiMjcT6ac4tfGPmwA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$CMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "OrDwYEK+56wJjEn4yez1PRyKL1iaIx6fyPXhAXe7kOQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/GeMSSPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z+cJtiti/VfVNwA7AtS32+VrJMrTzGUSRIC2SyQROgk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/Attribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "pOnsdu/jA9jyDxwuLg+vVoCaIwY3LCFSRVhsGEZQSUM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$KeyGen256.class" - }, - { - "key": "SHA-256-Digest", - "value": "8VhVKSa6Kz51bRLlldC7xS8PXL77J4yk3gZTkU6aqBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "/cQegYLpIQRURWI13NOqm7zVsX57kPoRPImZkBYLgnY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$16.class" - }, - { - "key": "SHA-256-Digest", - "value": "PNXXPO5+nZJG6x51ex0zUwpmbpief+2pbksr7F1ZhRw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA384andAESCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "+y3zSc+jArtfPJMk8JsidCSBq7MZfylJ950nNdr59NI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA384KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "6wwfPcExONjSru2JcmwokIVXeUT3MV/x7fBfe7HLKHg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$Zuc256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mx/ysV0WJMxi2TnWNRut8844X9IcJu8wII1r4ZsdDog=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$GCM128.class" - }, - { - "key": "SHA-256-Digest", - "value": "v6pJj54Wsu+9yEPNwKdg+uAPVZU/S/NK3YrTqvMjjjU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCERSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "NyDX4xWc/Fy/JIhhvjn3lY22GyD6MFKs/5TbP60HVac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/ElGamalPrivateKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "wEfW3/ZzuiwINW456N7/AqC7LlpfZ4iDqiLTlZ3cMss=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/KyberPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q2lXTGiYmy1RAhaLM1tV7UDDo0XdStj3eyu0W+5h6o0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$BIKEConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "yXqhm8gQCdBAe7OGpb6fFkISqUBIVK8yZ5VcP3BKydc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/kdf/DHKEKGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "2NUeXroxWf6PgzLlQOmPfOWtzLHlK9s21DyAMS4QTLI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WNafUtil$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "NGKPr4OoH9dxN5yAp59EmvUn7g0nskIK8S2GTvb5Rjw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServiceProperties.class" - }, - { - "key": "SHA-256-Digest", - "value": "dKj55kDM6zmch6tG8LVFgu3hKVLZX7Mno3gzZDOg4go=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/EncryptedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "H/NXGYb4M41FAAKYsUHgMG05uJO+GcONad1v6NQr26k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTSignature$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "/QF8kXHiRrWYq28/IKVOPmju0nemm+tMCQ43usGsyoM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/SHA512Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Yuojw7TAqza4NPepfU5P94fW4LXI+INQx3f39LwPyQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/BCRSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "iBLxQpeXAmIbEjNSKdhBFElCsqQWjSsrbeUw5JiDPKU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "FD7rcn2R8az+j1hkHAm/quatvtQcMyfnFUbYFe5ElIs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/AttributeTypeAndValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "JFwxMZ9jFm6MmOJfgK4lYMMdPVBqHpuOHmVA3D3kAak=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CipherParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "wLVsN1YF95KTceqZIxadLDNhjQdkyGHWrccGb4qP7/M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$XMSSMTConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "H5U3bRe7xX/E3SeIgAzyu2Vv7i88lBcWOwd93jJzyNg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1ObjectDescriptor$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "048YOZfZVKOKOKSAqEXjEO5vX/wqCP/Ijdnb8BX/r5c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ScuqQjiIsSUxAIb6qW4P5e6kgrJZLnUshgI9BGy07w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/SCrypt.class" - }, - { - "key": "SHA-256-Digest", - "value": "N/aaPhncdrH45cvUQLf0+Lovul/8mZJnqcZFZKPBr4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571K1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "oeEUjerpQWxIdBvh6/JW2GRm+wKpq7FG3XIX6Baz3ys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "PMJddrhTaXDIPo+gH2dpyin/W7OZZDgf6gYPZlGlbAo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/DigestingStateAwareMessageSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "E3EQvSrgPlngm5iiwvX3/4OniEitmCorLBPUXFUD/w4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT131R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "bcN9/skt12aOlv7bebD5924bs17enNQrYbbQaufo1x8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/GenericPolynomialExtensionField.class" - }, - { - "key": "SHA-256-Digest", - "value": "KDfb9bCLbd0NZXhTsROWQZ42zkCjaXRcvtLCR9QfQs8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "LKNuYJP600p0hWDfOVcjQX+hh3fcxiToy9hbl6nwQW4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/RIPEMD256Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "ePkJDUiwloLFkt0rSZW6pv+JjyN6Ty+wo3N3krqaN6E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509V2AttributeCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "c2gzGwYiWjVXnRTDnkccdoyEiUIxTtiwE+97dadN1+I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/RSADigestSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "AUc/zNb11Wz//BvKzAhXBRaLA18Ui6BmC5W5PwZ3OzI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/BCKyberPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gs5+CVHXTgabsQV3la8zZf9589YpZ5B8Zs9iz/yiZwo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERApplicationSpecific.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q9BrAoOYG6gk2rBhpQ7Ur1+NezY6FfSHBbig8n2apwA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/elgamal/KeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hqh5NK6TBnNVE5HLBOnu9P47Gi5Ex/zoaEZv5U5+pOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/x509/PEMUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "gCV5yPuiPH7wrcjt0hPxaXbtBQoga0chCvQI4SgWDxM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/HC128$Base.class" - }, - { - "key": "SHA-256-Digest", - "value": "RTvbn7YI7UQIgNGND3k1tClOqUHzf6apmnwY+V4Cn6Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "/OLcsZizRPO9uh8sHCfLd7mZKfO7sEM2kTjGTsOSoH8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "s/kUDX6YpiSpHWkYdLZcWvXGObkxqtqBnDY2nLAxF54=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "9tlPVWvd1PQ2bzhExrMR7IyaICxr7j3s7sQsuhttnG8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "FDLsYXsTlf9T6scedvkA5wlF6By3Rd1SseSNbyMz1OA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Whirlpool$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "NCSVdUrn/xDwla2uOZh+WkHbiz2uHnja0Q/banL7thE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/ValidationParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "WalguLnarjguL0Gcpm4MLW1W9Gg4RXWbRLXFfc7Ex4Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/BCSNTRUPrimePublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "R7WPH6bMM2hOy0OYrD1YHUtFJP8mop+W+5qTZHypSds=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP384R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "BpeZJUETX9ODCwr7QlAWvoUCFzxcFEWMcYXUNdYdV20=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/PreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "KqpWgWSQcOoVm88TnzvvNsAbGGxdxhJ4+mRTB1dV14Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/SHAKEDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "DlJDlc54sWyVjPJ9lNWTAit2wRxeGp5KygmbNPU+Gkc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/Signature2.class" - }, - { - "key": "SHA-256-Digest", - "value": "+Sa/6dhN9XiipPVkheW4stdjOnjGfnkL1SbeiaCvTnA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "ODDNGmpvakVblcxTkhIiPo2z0Qd7XikrCm7Foynm9Eo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "tQam/fvazlrExNetHB4U2AaI/enWmjQRHqdMr/F2b1w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/CryptoServicesRegistrar$ThreadLocalSecureRandomProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "ANvUjlukc6FhggShaIfzOBm4xALVDXXz0TRouBIi+Gc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/sigi/PersonalData.class" - }, - { - "key": "SHA-256-Digest", - "value": "o3ONYir2mG8z/cS+lE3LNqCQee8i+gkZgQKd/BTPvNs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "rFDcWpzKMIAjuY+puSiibnyJ7zpqj7Lt8jK9/FFrr8U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/DSTU7624WrapEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "VoXQEirLcXb94csurBPfLt2qnxKugN57QHShGiSoY4Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi$Version1.class" - }, - { - "key": "SHA-256-Digest", - "value": "8GsAfPLjSTlKnlgeqF7OkwkIy0rbCh9M994FFijry1w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "KJ83GC4YkKbmg/8YyGpKaODk5ETgxJiJO0H4HW29lcs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSASha3_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "x2/TtFWpTBfJzjatf85R/hJ+36TZA/T443asE1dgQqk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "j+T50I3JdL05SAiHY3/JanOm4JJvPSpZqnCOBkoCu4c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BEROutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "VwUFhmYCrXAr04pViMmQJ4QgmAv+xD2Q8ncewMtmACQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163R2Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vx1eOPKkw+bssdq4ifZBIBUGJoRpWWZZebOGR7zW93w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/MultiBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "h+z37XtdU96JQGSyzoo0DLAzMqXgSBJVSOXf/FTbxQM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_512_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "B5HlmKlu7OvaAuvcoZLo/mzq76zCKQnC6HURHXs7HIw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/dilithium/DilithiumKeyFactorySpi$Base2_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "KYhj8F2b0E6bxeKO03W+GbO283bFO95Ea9QlJAeHJp0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/KMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "TSiPWmf9b/bQU9jzhYsQxAcOXU1QqeI7zlIFQbJrx5o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Whirlpool$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "9NGAEnQ2iarxvpyfC8dIFMoszJXArmpnfVDd/2MN2NU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withSha224.class" - }, - { - "key": "SHA-256-Digest", - "value": "4laaEKUfedZ3k9Iy4Ze2JkZ2yo/0d8m8vFcHhxPbgFk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP521R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "9bVzFbL/6foOS0mHtQdzRllizYssuPceoxCSlcP1onQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/SNTRUPrimeCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "NySRMyiJbv2iJdnepF1bOgJ2ZiEL60VK0Ok3/sHAqaQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/GLVTypeBParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "vOWU1kZlJTmyjCnCbWVcUOeAOVWLbQPTMzb9jpJI6Dw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/HSSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "PsSOyWlG3vd0sqjZpyM0VgVWC6K5OGx1HdEKYtow3Ug=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/FixedSecureRandom$Data.class" - }, - { - "key": "SHA-256-Digest", - "value": "eKyMTA86R4iSI1Rxp1eyJvLpYFWch8NKUvIqO3OE/8k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincsplus/BCSPHINCSPlusPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "h4aPVIAjIup27eC99wkv03bDt+8SfSzgLXqxeeVDAww=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/GOST.class" - }, - { - "key": "SHA-256-Digest", - "value": "C6P423FwdMWlCJMBUl6u/h8h6PdJtRODj4BFnVoMg54=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/spec/GOST3410PrivateKeySpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "H/isTTouLmsGoiqokvNfF5W2eGi2HLMpc+eQjtoyeFU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "tkApSymkWLG7E4PKFHTegWjbIOxcxrXIdbFCaxfIAl4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$noneDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "+CG66fAwcRGG/WttjM4n7cm1HBxI05rwqFL8UArI5nc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Primitive.class" - }, - { - "key": "SHA-256-Digest", - "value": "ClCK+uleJ0W6K8BAf4yYEwjvqVPUyBV6XLPodGXMylY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CCMBlockCipher$ExposedByteArrayOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "oRTy61BNOpEgqyoSNwt8HApQn4rBgnHhuI++yFevTWg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Arrays$Iterator.class" - }, - { - "key": "SHA-256-Digest", - "value": "j60Cj+bxBbXzvHz6tPnIWUbbwXIa88SdW0NJZz6hPm8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "tGp0StJ+uw252aqZiMOvWottkenNrneI+Lg8HhYz3ew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/OFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "qCKoidFdL+AmwvcyDkcacKNpUCHcQ4ZPbOoC2yRKeEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve$AbstractF2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "uJ/7wCvEQ6iaNCge77860a0FciLj4C0+3hXyytu59c4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/mceliece/McElieceKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "lOfYhbOcnYdDB361t2uvQlpQcaNeXC09fkDZBwlV82c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/Streams.class" - }, - { - "key": "SHA-256-Digest", - "value": "RZPQEQA2/p7Uzi1xYTFrn3viY8ddN8s/ePV38f4zXDA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSSignatureSpi$generic.class" - }, - { - "key": "SHA-256-Digest", - "value": "CiJC3iz3bYsqosTHUrES+8o3RuehJTgaDj/mrUimGNQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/LowmcConstants.class" - }, - { - "key": "SHA-256-Digest", - "value": "JsA07GerB3qDptxv1ulHUlHO7kXMTiRGYmwG/yJ4pRU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "DiAWu4eyU1ZIHxF4csacy2QyglGN0kjh4fwJNb43ujY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/Symmetric$AesSymmetric.class" - }, - { - "key": "SHA-256-Digest", - "value": "lG0tp4lmJkYgjTN4k8O7gTv7gAykcTrIESGpkD020nI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/util/KeyUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "wGF20fv3mR0uiNEJyMtA61K4Xbk3jW0FFYA0BMDutuU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECFieldElement$AbstractFp.class" - }, - { - "key": "SHA-256-Digest", - "value": "xzlMlXIRHZfN7VMaU+ODA+33Udvis/uhbxPQviMDrZM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "tIMHV7f6yBgAPO2qj2XV3w9mbsg8KhTWSZAyoLSWEKs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "diDlzkbgtz7nyEoHP41brYqO4+GLpEBEfCpaRTmvEXo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/X509ObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "u2w94/dQJx4gDy1WbnAsLFvckKp3n+rFYS3MOcwNka0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat448.class" - }, - { - "key": "SHA-256-Digest", - "value": "+sz5aZDgwe8e67JlRdyna3mXcTE8BxUqLpZ6FWEm7ZM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLTaggedObjectParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "z816jX5d1P1T8GqgsMLjGyMNk+RyHdV32epSdFR7wi4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$28.class" - }, - { - "key": "SHA-256-Digest", - "value": "zr9/R/hIlFre49cnLWqE1XU5UyHWDqQYMe60tscd58k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/HT.class" - }, - { - "key": "SHA-256-Digest", - "value": "BtqdpfhDSwhbyIF2Ka/SmaqHAQpHFGtr5y3OB7nEoRY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/SecureRandomProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "D69cb566YV+j4qVHlToqQ4EX8c/s5LmqJbHekWfVZXw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "5nfF2SMDN1VNW2EMcJEykwP3Qd6ir2qrfWlqVnWjlxI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ee4KiVRennxKyoFXhkIZ50PvPrECrKKBXZqgqA4Eu6c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/Gost2814789KeyWrapParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "wOomZTujO/DzNZQLA3M9x/OQNeHO9jktOZw1GtHf5Vk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/EntropySource.class" - }, - { - "key": "SHA-256-Digest", - "value": "K8R4cyMjQHun962OT3hPSZEWVMlf7mXvQByonoJDFls=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP192R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "EFiccNBDNnQHGqPP+oGU/Cfmz9ZdPgWGNQP3J1j0M4A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "Iai8+IS0jB6rUBxgExpg65lwJsccl/8HAsSBM82Cc08=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "XrHwduKE34oy/f5y+m1g91e1k6LrLM9qlL74LGOHyjQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "5XxlqVE+2UQ+pDShdV30Ta4tkfl5/45yUWg98O7KRbA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/KGCMBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dt0xk3BPw4nwEJNdtlQAnF4DVtx0T2zPbabxAxSarfM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/gemss/Rem_GF2n$REM402_SPECIALIZED_TRINOMIAL_GF2X.class" - }, - { - "key": "SHA-256-Digest", - "value": "BTeE6PvLoqqjrtcfPlR1t7eXeQxxbUidoNi/YctWMJA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconCodec.class" - }, - { - "key": "SHA-256-Digest", - "value": "xnVsRm4sqZoyVLAPI54+JjOsipWtOYXqwOmfZ+MGHHY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/GeneralDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "kfgf1iYZKAHB3SK/p43GfZ50g2f+yha+I26N/9Ok0n4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/GostR3410TransportParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "zlwpwISGR1ZbmStfxp0mY01CKUnQ857cv8oqeSssNbg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/iso/ISOIECObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "SGgveMtc5G0C3y4JZ7g9SJdDpsgjt+RffLzB6usd96U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "s7pqX6hAIW1vKhjw2Z0T1+N2A3xvwZPCeAllRcHNSDs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHAAnd256BitAESBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "z8YfXeV7oZZxlczEIIETuBSt1wefwyCT3ZqxEzM5+rE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$27.class" - }, - { - "key": "SHA-256-Digest", - "value": "PRYz9uluTmWYBGVI9V3oJonuCfvY57df/fbABtXpZFs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/Params.class" - }, - { - "key": "SHA-256-Digest", - "value": "k0lZylLLh+M5lTEbsVGNA2zuhvZPCAgD1G2Bd8+LNTE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecNR256.class" - }, - { - "key": "SHA-256-Digest", - "value": "YKWOQlkvvMY476O0f8FJkZxcHaezP3BgBHeRawYQViY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/LTreeAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "uox4s/Y0H+kWJ/Hvgz3yjC3BAFr9wYnEcCBfrGBweVk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/ClassUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qo6WnHPYFWaY1PEmCqqCdQvJK/cD9C7nLk63APrSYMg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/Zuc128Mac$InternalZuc128Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "YT0oHMsY9J5acl+vKWBoZb4D3i2PqFGyGwnD5YOCns8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Rounding.class" - }, - { - "key": "SHA-256-Digest", - "value": "nOnXsuVsZjkmrynk/OIQYB9rA1f0Chlhqiu++aBaRo0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/Primes$STOutput.class" - }, - { - "key": "SHA-256-Digest", - "value": "0mfHYcZLzUbBNonozjSTZXHhznrkXdnKEO9AgsCEfQU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163K1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "MNa/oSa8qJupA2yYvFWKlY0E7GDEDSdv6P6KFuv+wA8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$ECKAEGwithSHA384KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "knsKQiw5dUYxE0O43MSVSu379s+/hD3/V7o16u4CxO0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$Wrap256.class" - }, - { - "key": "SHA-256-Digest", - "value": "Eh7FUH/kgtO3r8LL0O4znd278kNQ3FpobRtX2iRtnRg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ecgost12/KeyAgreementSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "/j8n6f6shedhePI5wYAsZn7mJV7iTQKsSMIw+KHDtck=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT163Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "LdWtAso7EaWQGQ5qlkSdB3pOivKGgd/FqYciALy2Btg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/crystals/dilithium/Reduce.class" - }, - { - "key": "SHA-256-Digest", - "value": "a3Z5PgL88hFX/8dh8RDR13NKbRQnSrMxL4xah0v5hUI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/DSAParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "RR1oNCuoMn9DBc3H0BT6ZiJYK8dzndvCAxyciiH7BE0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/CSHAKEDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "QYM0msCjBdwgNtOh7LLa1G5T+hB2zBXYoqSRMLXsUqs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/ec/CustomNamedCurves$21.class" - }, - { - "key": "SHA-256-Digest", - "value": "3rzBQ4PwzM4aSItfE226aZb8uPqqOUK0BUpQ1vdhkMU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECAlgorithms.class" - }, - { - "key": "SHA-256-Digest", - "value": "2u8lNQGAMazO68JsyEax4O7WUkMljPVJbTLE3A6aKOI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ISAPEngine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yoro55NwvojQby2a/Zw+zqnHYTQWoEi11wHO8adeQIs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/FalconKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "JoR3+Km2LjR99po3Yic3nuxGCNF0WWyJa23vQdYo7rA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "tX6tqKtkQMcgHqaYwGCBxJBLDO7/5+Qn2jJBsX/QyhA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA256AESCBC192.class" - }, - { - "key": "SHA-256-Digest", - "value": "EXkEMKc8rwKa5FGo0XS6E5JAvXYDnfL3q834H3AMdZ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "5lpp0vYFZLJQ6pjEbQqE6NMY/f63zIGAx6bEH0Z0sic=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ExternalParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "LdNepveLqCzOIkfinqwqFuoTMJCW7LB2OQUkW3SBFdA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q2y1qBq0SOuIGFMsL/WUpKYXLXjZRAhHlKIS8vnzjJ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/NTRUSampling.class" - }, - { - "key": "SHA-256-Digest", - "value": "oVzIk5nWgUKwg9bo/S49/LfSDZAyrLZq5a1bUDX0VpY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "m8BkvCcGrVfNZZw1dwkqYsSDGjwo2M0b/74KhZZcuG8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SparkleEngine$SparkleParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "LPinfvbKuTVyIn6lj7sl2gqiR3/DgvTnR95y7Mqu8eo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/HashTreeAddress$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "SRvkO8OvegYwKEn1rUCheS7+RrPn+zcRGL9cnWG2+GM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qX7y0TyJYkSzHRRtR8gEjTYYbNENCComT3DARARp1es=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHUwithSHA1CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "aV1la631cFAtiCu2KXKyurFrez6tkq2qZ+M0zNfsxk8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSMTKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "nO0SEXaL9u04PQ3VTXf4ROzw7lDtv7Z6sD4EhJiqtUM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/newhope/NTT.class" - }, - { - "key": "SHA-256-Digest", - "value": "fb4d+8LYl9OTkaHR7bYB1r7qwhAbPvOkmd3+K6qdEZ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Absent.class" - }, - { - "key": "SHA-256-Digest", - "value": "cTQm3OQ2mElY2RJU/CAyAD7DXGuEGis9mfh7InZ23qI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/RC4Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "q1TNk0+x8zOs8SyICQOoobhNmvg1AZejzaR4UgUtGgo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/CramerShoupCoreEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "cEmdSXGjWoSf0mvHk1tXKzgHGCFHv06G0ZUN5zAIVAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CharToByteConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "1RBrNcttXtZQdUZuxWE4k+Ylc0TjEeqhdU/1DVmkeuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/QTesla3p.class" - }, - { - "key": "SHA-256-Digest", - "value": "iStcLPcB53izJ8ZqUhBD4tWFZ1Xh908SQaufthR+Rqg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/McEliece$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "TWcP6SOo8KI+0pxDvvZhN37sBWQ2j/fsiv8rh4dV1Nw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXNameConstraintValidator.class" - }, - { - "key": "SHA-256-Digest", - "value": "FYO8ESm4KHelynpBKRmXEI0UXnE4lSpql/4Ug73y5E8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Exceptions.class" - }, - { - "key": "SHA-256-Digest", - "value": "lyWOk/4zLL1OEED6kiYGJF3/A67NfEpv5OJP3Ug02WA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512_224withRSAandSHAKE256.class" - }, - { - "key": "SHA-256-Digest", - "value": "j0vCsVCngpBb54x/PX/kv4HTwDYvJ16hKur60cdcBeo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_1024_1024.class" - }, - { - "key": "SHA-256-Digest", - "value": "Vzx2Vla6cWHk9s5rXAqoMWhBHIwMSv6AilUL1AqpBZc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PQCOtherInfoGenerator$PartyV.class" - }, - { - "key": "SHA-256-Digest", - "value": "HM3kzPFYgbHm2HJbIRw9/hVkFTzoNG44O/46zlpASmo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/macs/HMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "PZLCxIuBlCox4yL6QgQnkGJl5lqoRz5PA8yN84C4/Qk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT113R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "SpJFnWtDJmH/YytY36yGpAeGxLdNXWogz//KgVfMXl0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$KeyGenerator512.class" - }, - { - "key": "SHA-256-Digest", - "value": "l1Hh/Yu/tr9s6HRGhKEIgA32r3foLyc/7FvVNvbDSrc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/TestResult.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q5eSY+T9lejJodthZ/6cindjtoE38Xle2goz4D2kMbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/BaseKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "OIEjigs/JWyZqlaYzKy90Mb/ltVrm7deE+LVshFcuy8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$KeyGenerator256.class" - }, - { - "key": "SHA-256-Digest", - "value": "f5acbcxUeKzNKK95TaWB3++xSBE86NNC1PQHKj+Tjik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD160$PBEWithHmac.class" - }, - { - "key": "SHA-256-Digest", - "value": "H9bG4gIQqHjcRXmyqXAcNVVK52eF3FsM9uZfstZu6dI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ScaleYNegateXPointMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "cBe40zKhJYJeqQ4WBQ6hTIGUCEcLZegeX4eKGxqnkl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA3_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "GY6tOkxny9IDtqeA8huK2YnTxvwl8rEF+QgLqLlkORQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/hpke/HKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dbw94tNFqIdjmravMiHeaVcHd/JQpiIeKCUitpd8Gr0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_256_160.class" - }, - { - "key": "SHA-256-Digest", - "value": "dIhfp5MyIEY0u8zaZl4y4aSB1ykYC/kLzvSxrnNGLr8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERTaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "KiLsTo59KYnwEg1ivbOXDIqZF9VHPZ2Vo1NqIsSwNEI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECConstants.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ech4ZOOlu+XfaaIwCmla9zaNrn002+7dbrkKuDDcI7E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/GF2Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "UklZrF4obMQe/cAM+YH6GQMjxDUQvogC26y8n+D4xoo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/ThreefishEngine$Threefish512Cipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "zMQhMW2/tNRitke7yDGnDnW/mb1sSax3XAI9ENWRF0A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/BCKyberPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "AU8eIXx9l40jI/0KQCaAY6N87yLrpUboYUQAdGLtn/k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$OFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "cyvmtCFFz/dzn0KiaW8EmktC9jDNP7qZnWqBlqP03vg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/AsymmetricCipherKeyPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ua9MEvrLPpHv+3IuN1aGFzD+aCFxEkHRpsjaj3UokhI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/GcmSpecUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "cNkOCRLDVopPlKZ0DmGP1zBkzaTuQspLh9X3K9I+K4o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DSAParametersGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "T66kgcF5BuC37A12n+LGdpuI+v5X/+LuT9UQEIK7Vng=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$KeyGen512.class" - }, - { - "key": "SHA-256-Digest", - "value": "D3BkoIabaTTnXKzkHI6j7EtkHZwLtAcSco1ENhfo0Mo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "G54jbADl9wFsSQgQlSgjJMKLdMW4BXMhehD/Nh4i8FE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/EXTERNAL.class" - }, - { - "key": "SHA-256-Digest", - "value": "w7o36S4fyTbwkCmm9tS8nMfVWUyd2oTl0cQq3Ba5gNM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/exception/ExtCertPathValidatorException.class" - }, - { - "key": "SHA-256-Digest", - "value": "y8Sl1nXEorg2kbMchLR1ZWzAzwwQ2YyJ7pMTI4C6tfA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "LaTlIWpm7GJKJtHG+3cJ2rE56BrOHTztf8hPfjTouJQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X9IntegerConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "5sCOlDRfVT7f5+HODocTYSe7EII2JGviav/wAtJhkho=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "z2EBD4AYUe5Y01S76OUsT9p/P/Y6GKgpBSBiNGWTXAU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Ed448KeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "y8PPW6dfmCEOWfgNvUBzmDa1MdYaUg9UkDexYFMyH3I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/misc/IDEACBCPar.class" - }, - { - "key": "SHA-256-Digest", - "value": "+dwTxfGf0ilIGMSqkz3gcaBXtXlYfopag4pWbj6ggxQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/McElieceCCA2PrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZHt+h7iebJ9JE2Ia/sdfaLtXs9QM00uWPGvd4ZQBnZk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/COMPOSITE.class" - }, - { - "key": "SHA-256-Digest", - "value": "/yI9dKrEqOabujeMtuHiojINXajqKBGVe4F+5Wl+loM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1SetParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "gexBckAKWWDby0yZyTRR3Z/Vnc5jk1X9+Mks7ljZJ4k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/XMSSMTPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "0UeoJaktRRizK1PdDKNfsEBN4BfcSH9QanT8hyrsJNY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/BlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "+IDuq6Ek+AzmYOL9Ez6maTIuDN7fQlpLootm3MGwN/M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/DESedeKeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "q9wGd+8pOdVts9GBUwpWGKj6SWOMWGXtXlBlVBvje6Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/hqc/HQCKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "mqUREzWeLgduVstTsyO6ZtgQMcxYHdrt4yjpAdUIGPA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$NullPssDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "po4VKNEwzrwn1n9JC6hUD8oXnVaIWguuoHsQC6pGido=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/GOST28147$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nw1if8AJpCrSjy5qkmLBQSvc7jv9MHnZENIVuFVoVxo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SM4$AlgParamGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "vVU2QrWVPLRQZjlkesnWeaaZezgbiZgr0XLebCiTs54=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SM2Engine$Mode.class" - }, - { - "key": "SHA-256-Digest", - "value": "QC97jH9zVtGZujeNIgkzgO8ywVXcM19AYq2IZb5w9Vk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyPairGeneratorSpi$XDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "vPeHGGk73cuW0EDgSBndIcIM2FNQ0SAbH1red3X5kQo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/ECPointUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "/2O85JKz3aBsfP+zttBsdtXsAuuGdfzYuLa1oAdiH6M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/SABER$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "r/xbtA/NV3ZN4cYbMiF4jmturTpuyfvVSY591+h63jI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/X931SignatureSpi$SHA256WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "1GQ7xIpskse4NQsincy8fdkLHq+IzREcQfJ6hb0Kp/U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Properties$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "65mQxMd3QL/jvcu7MlVrBrTQhxkm6K/VsVJhGrkhisQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/spec/SPHINCSPlusParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "41/hybmre9Ct3I47zzlT/JQcZala/jGcltGKAUOEMKY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/RadixConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "75ZFdT1T+32nmbRHHPDuB0QiC+dUx/URs7SkBdCtPPk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "RHafWoqRb//fCSNKP3n1+x8UBbGE3z6VaVCOOfmvV6s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/WTauNafMultiplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "60xoXiKJ+EVksZYOHQzgCHA1cGSeOG2aq1TfmeF91Rk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/IESCipher$ECIESwithSHA256.class" - }, - { - "key": "SHA-256-Digest", - "value": "TVcw8xwOniC/oEdPw1+SZOXl98oin/vevpYawyVei7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi$EC.class" - }, - { - "key": "SHA-256-Digest", - "value": "KRuOzRDS/DIAdDvUwyMdOEYXKY1EZ1OdLMbIvHskAPQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$GMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "hGGtKt1IMLATMM5N0xNLucdelMUJvbK8aPieU2ZbC2M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Skipjack$Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "eBCgclfnkHUPgcqInAmwMF9SKw4V3Toa1yGZm+ygBKY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERTaggedObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "dCq9DUS7sLFwnT5izAVdBUvJk0V+0/wwyqQsw2VvLcs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Tiger$TigerHmac.class" - }, - { - "key": "SHA-256-Digest", - "value": "vTr/AJejWZlZZbJkSG5yx171pvbfQqGWhAgQyN1l+ks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DLSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "ANtynRmgPeFICUaAdMhiRvErjdbP521zHOXdMEUM240=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2b$Blake2b160.class" - }, - { - "key": "SHA-256-Digest", - "value": "YYnRZ9t6QQbB0aFPZ1Pfd9CG7DpwEW8RScAUiyElbbo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/DilithiumKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "bz/N/dwVMXFM2LwSQrbFb9LVoWQv9GkKCp8ohSeK+xY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/util/LDAPStoreHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "2X65Zh1mRrMBUbJRMVHKfSsKhRGwQqXVk4SOroC8wAk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/rainbow/RainbowPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "6theL4tE0k0TuSdk4+jC2Bc71DvJkiCZ+QrL5Q8OMEg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXCRLUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "MaaCUr697d+DBMbThTe/tsC6xRGXeD5W8ebJTJjk794=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TEA$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "WGWS3eaDfWQo+7N7sg36EjJoIsH3c3yapR2AR87P6Bk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/SPHINCSPlusEngine$Sha2Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "wEyHD1LPq9BzMXi6RfLCfVh4paFv9EdcdUi5eHojjbw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1ParsingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "VmprkFY6wZo/gKyA95uDIdYj+owkr5npvjUirCbEx6Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BEROctetString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vTtVpaJyIGq8p8NsZQob3UNtcrb8DY4PlSClHtTZ65k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/ScryptConfig$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "jmDgveXbDFvsoYGIV4YtFXbvugJ7fCHrOFeJw0qqUTE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$CFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "FRhxVVswHON5uiYqREh6WMVsXgUD1zpm5WtVDFpV1Nw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$SHA224WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "M0/G9c7566Or1SGe6y8CUW5XBQLsLXodW6kROuv8iwU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/qtesla/IntSlicer.class" - }, - { - "key": "SHA-256-Digest", - "value": "xGMvnU7Oxk8GdcsDNR1nt+FgAyfJDGZgfFU49BBdED0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECPoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "MR17Rd1gacQWJcpNZsRIEn6qK/TCtQDULMF8kajmfxc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/SPHINCSKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "bmU07vr1US1fH0FsmHXJSZOmHdKXweBH7JeQ1HVQ+2I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/SNTRUPrimePrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "1ChtzhfgoGNquWpCmBzmA2dOMZDxlDzm7ZnGUyxYrSk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "WB0pvVU7fIe8NFqcZZvS8oDHkbYHbwfBPctq15SH8oc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/SM2KeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "NuXP7Rj8gdoHReUt6lxiQI1QYKiHqtB6CHd9Il6iJ7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/DSTU7564$KeyGenerator512.class" - }, - { - "key": "SHA-256-Digest", - "value": "/HBz4YFCuSW85kj98R3YFkmFZnB9TT2q9jGKanB0CsI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "DmFREjVtjH+s5Vv4x0JCGNbozKA8bIwPb9h6UQPmU2Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_512_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "AjC3V+xRll3vKe1mqLgAYP7+tPpwBwLr9Ep9fo2fOPU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CBCModeCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "CmH96BOmPSCfYRn+zEGmpe1Og55lNewyPL7zLmpdghk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZwvXvDA/IXwg6hzZ9EF+Ijr8PwNAC5IWSIbBnrYTcjI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/EthereumIESEngine$HandshakeKDFFunction.class" - }, - { - "key": "SHA-256-Digest", - "value": "mhTfKwSLKMyeT+yzMNxqZE++FbaR8Ns8rE5sIDbgEhg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/ntru/OWCPAKeyPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "GRlblphEu1xnW4qyIeImsf+7btSektyQ7fnekXnXFOM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA512CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "d+NLtfn/NyULWZ0dz94qBLJrLEN9Eqq5AObN4+OUI6k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Integer.class" - }, - { - "key": "SHA-256-Digest", - "value": "WouNHOrCcIC3+ce6d8MBeKg8gcsIDbAjrA5i7tZ6ikE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "2/dHySxWdLQQI7YeHPNevC0wdYnC13KKju2mr+Qcta0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Haraka$Digest512.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZY8+ie79690qIBYDAVqHNwN+nnsTrMqu6o1gQto/9Sg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/picnic/PicnicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "+3lWFumg+3TeJYTgARUq/UU4j1/i2baU2VlZVq93BLw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1TaggedObjectParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "bxIwsqIxiYHLrRl28mYAbaScJDVfh+fY7nSe4Si8tRo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$20.class" - }, - { - "key": "SHA-256-Digest", - "value": "nvFBfN7JBNoAU9T0U1xUORqEnPa+/2SU8j8wzxPCNWI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARIA$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "pGVFYzu40ipmDvxBn5njARsqN7LhpF8fh3ewef1DUBw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Twofish$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "k2os6Unr05tdo2S1TRk50ht/snDEBSQ5dMwir/IHMkc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "qaeBrAdPaXgVquQFkx/RXCuLYjVgBoUog9S4m0hQAo0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ECCurve$Config.class" - }, - { - "key": "SHA-256-Digest", - "value": "6hZZmO2vomZu+9edSCz6nN0pYFp3kos27nAP6RP1gqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1UTF8String.class" - }, - { - "key": "SHA-256-Digest", - "value": "mTy379LAMMOuAASkCREZ7MhMBk0BX6hUbiSC0yTgy6M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "4b1R94rQFA1AF6Ww3j/DboQZdJn6oxww3+C/AE90W2s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withWhirlpool.class" - }, - { - "key": "SHA-256-Digest", - "value": "vt0Hvmob0YMajdhMB7uvyWkKdlSSepNiXlMccQDoNS0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Blowfish$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "/E7R+tjfxQd0BmLneRKiYeSKDrBmgUKNyYkJkZ8H4Lc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/TestRandomData.class" - }, - { - "key": "SHA-256-Digest", - "value": "BBQTGPTK0pIzSR090TkPMegnfkSdd8a3PoYwGhwGHFE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$OFB512.class" - }, - { - "key": "SHA-256-Digest", - "value": "vSnUnxns2bIg26knG15wc6DbiPuBflvOMO14AOSgrEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/CRLBag.class" - }, - { - "key": "SHA-256-Digest", - "value": "Shje12HkOiPr7uebZv8fMfhsTHbl7vTg+mQtpMyfmxc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/CMCEKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZITOEMxlnmKLz+fHZj5KEoCbSys2g1AGaQmjEgBRI88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/gmss/BCGMSSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "P8zaOz/1+zordHaOcfRrMCL9FTKzXK+HfXCGn7k2FZ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JDKDSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "JQ9OsVpEt7DfofZw7AMlYGEhggODh253AVGZJtiQN88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Shacal2$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "IyO/Go5UkEMYnOCKQ/QT2LKzS7WoTrZ9ir94d9iC0qY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/SignatureSpi$RainbowVcomp.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ti+GSiDTwHQbK4I6Y9Q4hnZPYakaQGnLj8M3lEEtGqs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPrivateKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "4nBVg2QbxeltJkSx83FayhPaGR4g65OfurcITNMxebc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/CBCBlockCipherMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "f8FuOdyT9wIenplCD39QZs9T49FThDWP3lLPqRySzb4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "LotTq1Ud/k63pmAAiTHEbYJwXechnBnhazLVtgDaEVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/LMS.class" - }, - { - "key": "SHA-256-Digest", - "value": "9g69hlYzxnguohM+Hhbk8oLoWKZGqOI9B8qDezazNr4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/PKCS12StoreParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "DLc0wyWR8F8amGJpQMZzQyMf2b0i0qfubsCI0NLw5hw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA384.class" - }, - { - "key": "SHA-256-Digest", - "value": "JP57aGuZrIPwN70hIQz3FHsXucRJ2Ec0Arw3uM+E0xA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/BCFalconPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "hgYFFA2IR/3e+N7gMXkIwYXUM9uNsCPiER6v9NFKtaI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DLSet.class" - }, - { - "key": "SHA-256-Digest", - "value": "RcZ9Rzo+Iny//LrpuNIOKcxUmJE/mTvThyi0ZjI5GxU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/interfaces/XDHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "qOdfME02JfG9601BhS6XyeMQCsRknSQmohuEKKRuMBw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSASha3_384.class" - }, - { - "key": "SHA-256-Digest", - "value": "PrFYpq6HbH1F6WhMNnNah6sWqgOJBMc52ybjKYyMy1s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/sphincs/Sphincs256KeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "+qnnuCqoP/v9XygF4vPnMviq9Ea4yCW7Rp/vuUVpnW4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyPairGeneratorSpi$RainbowIIIcomp.class" - }, - { - "key": "SHA-256-Digest", - "value": "dUMbOkiLToXRLSlWsnSzrWJi+MK/l4gyr9SBU0RFLHg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/SubjectPublicKeyInfoFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "fuS/aogG1paLIlbbm34vMOQFrcmv0qMGhVPppnNHueo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECPoint$AbstractFp.class" - }, - { - "key": "SHA-256-Digest", - "value": "cf/yUEs71AOhXXPJ5tHv6vddd1qMflKVnbxpcbkuHiM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "9SywhuZ0j5d0qE9DcO3H8NyRUduONX8mmP478fDabmQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/ThreadedSeedGenerator$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "rT6oZwB5FUzWBh27GYnfmrv42lm0Y7uhih8kFEg3YMU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/HSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "blsx6670lAY5WBQFfjWONSGrQ/g3Il91fOnQ5iX6g4U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/sphincsplus/HarakaSBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "K5pr9YkvcmA8LfdyX21HGaDueb7/v3wpf6hZtQx6aqM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Poly1305$Mac.class" - }, - { - "key": "SHA-256-Digest", - "value": "Spyb1bpOX7ng9vzR1mTMX8HLuq4c/kog0LMicnbtme4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$SHA512_256WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "rOGkztCuB3YO0zTw8M/E1Wlgi32+v8/TpBw4ESB8vok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/AttributeCertificateHolder.class" - }, - { - "key": "SHA-256-Digest", - "value": "CdJBMx1RS5LTjM877wnKP1ZcA1CbUPDDWX6GzG3LWu4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/ARC4$PBEWithSHAAnd128Bit.class" - }, - { - "key": "SHA-256-Digest", - "value": "mLSiM9wJECK26tzrJhUfxfaJeElZY3KIFmVF8jXm31s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/ExternalValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "VugEOs3frE2iWn+/0FKMx5v+oO+I1TkOSlL8VWD7pzo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat160.class" - }, - { - "key": "SHA-256-Digest", - "value": "shY+vNTr4zaxeY7+qDR9e6gXl70Re2CXvtIlzC9FT8s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher$XIESwithSHA384andDESedeCBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "IDuc+6xpPdDCU+G7XeAgssqa//+U6se4n6wOJbFdkW0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/cmce/GF12.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q/sdsBwGnU6wWQCv1oVRGgT+QKuEbK0INcbDbJOlPjo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "OTBE0QiYjgc1cpaUJaJLAM75Be32otT1q4Pw9so2J6k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/PKIXCertPathValidatorSpi_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "0tzuoFG3gFIe4s/Dd+5yP51p+AKlKpBnmS5WEdQAgfg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/RC5Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "gH0oy8++LVv5oNlPIOQTc2JaD+7s0UmTp1jvQ4Mpcm4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/StoreException.class" - }, - { - "key": "SHA-256-Digest", - "value": "gthZmq8GoxQRA16HBLfYGAY+y4JWcd3uH/yjD02e53w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/bc/BcKeyStoreSpi$BouncyCastleStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "VakTZ2dixTnhDF5N9EuEy09AX4r5V2AeuO5MOitFvpI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Argon2Parameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "UWyM3Z9se7ROBauDYoRnTQMDsyfVCAejrZVmW0pkJSs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "mv9Y0p7TFc3YW25VWTXGeddZPJwvUc/a7aWsv1L6L8M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Zuc256CoreEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "eEUDWsGU7MoFE8LJRRdQ/rJ7jm8m5E574YXYCP2CxkU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/TBSCertList$EmptyEnumeration.class" - }, - { - "key": "SHA-256-Digest", - "value": "j/Qhze5VR9QSwSZ94LGy2wnI783HdOUEagOTB9rzFrc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP256K1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "5jnJG3XRGZ9yquYUviADU5gqGaWg7hL1BhLY45kQRaY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/X509CertStoreSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "v8/ANLF6VqhyjT+vuhgXpsKpai8NS5x9lsSTXVxZ9so=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411$Digest2012_256.class" - }, - { - "key": "SHA-256-Digest", - "value": "s9LizyyXrbpz29hkdxGk564/s2VawXEbjZz7Gv0tmQU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/PicnicEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "nQ3Lcg/aI1E+n+m2216tSmEDfqAqOPGr40DUeh/FwOs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntru/BCNTRUPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "7LGN7kwE6DuF+P+PM58jkDQCcAKNZb+2YtFAQuTbTls=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "UHt15+dJ0XQ6xIL1645xr47g4zxX2TZFAMnjSpv3Q/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/StreamParsingException.class" - }, - { - "key": "SHA-256-Digest", - "value": "fJB5mxYkvoPyh7xQ6qrwD0VwGVpMQQmGLNSdR+dcXl4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/field/ExtensionField.class" - }, - { - "key": "SHA-256-Digest", - "value": "3QY7LX0YA2h8sEA4u42sAgkbsOTVOOwCG+RuLBoEMZ8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/Objects.class" - }, - { - "key": "SHA-256-Digest", - "value": "wwiR5vMErHIV8WzFY4u/LRuPZ085UeYQwWfTTn4kGNk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD4$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "12LSs2wXQh1RoYAtjPxdd/U2sBfIfRNhQwyTUPMDnHI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/TestRandomBigInteger.class" - }, - { - "key": "SHA-256-Digest", - "value": "IXTSnpnafcgocVvkN7r24Rt2woM3KzWFgU3JUFPj24Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/endo/EndoUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "+TTpRgKkGLxxdIBA/unkV5gUKk5P7bNcxIBGVjRbtO0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/OTSHashAddress$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "rxi+pWWv0Ol/VnuWBVsQvclaDfeGxv8PgCU2wbDCtF0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$CFB.class" - }, - { - "key": "SHA-256-Digest", - "value": "AT3fh4G4bMYsxCLOZmPhVa6OBb6ppWTIeV4tyKM5/Rs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/encoders/UTF8.class" - }, - { - "key": "SHA-256-Digest", - "value": "wRx7uq53WRJnkyxnUEz3R6J0F0Ufdy8du6r4VHwAaq0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$ECConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "prw1Y+ASiBritsEAVldqWQqnHBc4hPkOEwNTpbpGmaM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/GCFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "6uVJVvDcsIjtAwXVRv8Tsf/7jFT1VVvoWyofHg26YeA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP224R1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "GQ6rWIdhOQQnvV9Ezrz5YYR+lKoaRKlyzr1WTCbBKko=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/IDEA$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "reFufN+GPJnJppzZ/xIBwEK8UlF8f7s3Cgh1TlN6bL4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/raw/Nat192.class" - }, - { - "key": "SHA-256-Digest", - "value": "HX4ZF5LlqxDuY1W9qCt10X0HDpISuroE9o6MDeqwq5o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/util/PublicKeyFactory$SPHINCSPlusConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "K0+gaZJ1mvt4Qa8Q56JNh8ttw9HCTBqm2f9UhJZSHX0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/SkippingStreamCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "laeFmn86AeCReu6bhyPy7OKAgHEgD7lfC8c+/Y/0LBU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DEROctetStringParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "XAhf7clrhMbYuVq+kOhsnqiUO9YwBdTIpRThjUMvde4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/XMSSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "BylIWABIBHeu1dpDXqSgDqf/1vfxEboqooVMpbty4/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/BigIntegers.class" - }, - { - "key": "SHA-256-Digest", - "value": "lTGdtrlpOYmpVgLL7Z1wll4orf3p2NZl8rURSt7O70E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA384CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "mw4v9ManxEkoTf4EXMTz1iO1J2fgAk9ZAmsxYfd0Nng=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/KeyedHashFunctions.class" - }, - { - "key": "SHA-256-Digest", - "value": "i2G1yLjRMYB1I0nXNB8aflX5raYAeScrtwoQ7+JXdxU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA512_224withRSAandSHAKE128.class" - }, - { - "key": "SHA-256-Digest", - "value": "MDkXI/yTM5yQM/R9h8kLcxLOlCRHBT81G4roDn2ERiY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$HashMac_512_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZxYWK/REnKV1H90vObG/v6QGwcJoDZFhmNuVT356kME=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "1hCOA+Q1ANg+B/grdN8NmgAI6gKwbRU5UXsCoUWrHgU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/dilithium/Ntt.class" - }, - { - "key": "SHA-256-Digest", - "value": "JFUAY6LYGKESLimUG6EKyC7wT1rHm4tXct8kJsENdTA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "p1QJIhy4tI7GfwMAATSkLf3zTF0PQh8cQPiRA7sT+nM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/WOTSPlusOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "liL4+CJsMpYoOgegiDFwCn+jaZw2C1guqJ4a0PFvnRs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/ScaleYPointMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "drya0Xmhzaso7a6z3BHtN91F8BrJMTyMCa1yktpX3r4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP256K1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "FL4PEG6LLajL86hxMo89U34FFf/YRaDsH8pJRgXSYGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/rfc7748/X448$Friend.class" - }, - { - "key": "SHA-256-Digest", - "value": "rLJYLXxYC7GzKVkmKYF+DEvqERtvDWACwVzV1sMt3zo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Grainv1$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "7PK8af3PEai0J9SKe3Apmg0ftQGzHsHEtDITxxrBgVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA224$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "qHXwBk0HoEZVAAu826s/Ihfyv4R3ZIPnEdJa2kJ5WjM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "z1olHMa1yDL9rJ+3Ptk6DsuPLgiRkiM6NJqAD9wT2Y0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSUtil$CheckingStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZBJp38ptB3hyuLqZrPU8bS108W4/+z/jMpKny0N8YYs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/AsconXof$AsconParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "c8qhrf+8fc0LnooTVOAKEu+swuBUaA4jbD1hloNB+XY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/CFBBlockCipherMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "xR9ccKf2IgUHayp+01Gm22nJaitqt3uq4ymkixcdBws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber1024_AES.class" - }, - { - "key": "SHA-256-Digest", - "value": "cZ6KDYlFfIhEA6x0lwOGW0GcjOTNr0d92gfeoK3UZYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA512KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "x3yj7cQJUY9TS6jJ2S5cvoFim2aCEPI93RG54NlOpYs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$CDHwithSHA224KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "htvTELIRqURYKTJKwJuTB/RS4TBJguX+yaNwb1bz13A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/CharUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "H/OBEhikkfhV4aoylbpasDjXMuwkgJn45lZymRxHgG8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT131R2Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "R+m0Hvpkfxr6GUsJwBZIT/LHKED4c4HDgmHmIoJGR2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecP384R1Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "s09dbbVCT5kPlTYsx1DudVNAdXI1NqJBii/GukkWJ/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/util/BaseAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "G65mEXWBpBBhcjyRpuLRJRm466x6ddQeQh4e0r6r4QA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/util/AsymmetricAlgorithmProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "HIeJwLKz3HpjDLNI3wMC1x1ITYw7ybAEE+SVN/f/KSg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/falcon/FalconKeyFactorySpi$Falcon512.class" - }, - { - "key": "SHA-256-Digest", - "value": "yEIQWZfeSCyIJpFfqaAOmihlhAgGxIS0V6YgLwqcCs4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/rainbow/RainbowKeyPairGeneratorSpi$RainbowVclassic.class" - }, - { - "key": "SHA-256-Digest", - "value": "LdwgC+Q4hUUwe1eQZKVk5KsE8xoi+w7lCFHCzVPC5kw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT163Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "udPBi3u64ITPD7cWsp2XTfK7ADmbNAZAB39f0lquyrM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/lms/LMSParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4w94+3IGwEI4EkkKQSG9ca26H2kpuCwpJp9SGHUn6Ps=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Sequence$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "IR5dUR/C6vgEK7kNtU10VjUccyGYh9g3q8ys2fNdw8Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Salsa20Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "0LMUKY9Hs8RCmBTm6GNoMCDjIqPhsJGT85OFYxxbu4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$RFC3211Wrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "EvBGhhrm8nHCWX05HI+e+6WByh5Y7+K6lSWLMa4UaTo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/Ed448KeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "4RwR7cSuJPsD7llqXOjnNfWe4pz/IsUUXo9IRd7njZA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/MacCFBBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "e6i1uRB7vBsNWkYPaV1DzQIC8+uOzcJ/MLAwyL7cr90=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERExternalParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cx9SPBnVgxQAqmU8bTEOQrGaJxDDp+AizeV0LgfZqpg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC5$CBC32.class" - }, - { - "key": "SHA-256-Digest", - "value": "FGlKA1JXngTncHBKvfqJU/RYzDFLftuwENOlqOI+dpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "phR+EwBVOdGf9bkkIP/e+pGXINyUywAbwhHCj6GAw70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/MessageBundle.class" - }, - { - "key": "SHA-256-Digest", - "value": "UM0p9TJtjtk6KYsp6bGGHDUasgsyMHuhBRz+flurbqA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withSha384.class" - }, - { - "key": "SHA-256-Digest", - "value": "8BlfiYub916q5peBjvHCr0MlJPN5sRbWi517BGWEyZU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/saber/SABERKeyPairGeneratorSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "tGXcTzbvlDZredqi+JRYq/mXQUvk4IYjKtDvYpNlzRk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/gm/GMNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NbIazFcy4H42EFDCgoKnaT0Nkhuy7bTsD7l7oTJnDEA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/RIPEMD256$KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "dAz4JzDi3ZTb2uI4uUt2762/veOac7IJUoLQbNkqUy8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DES$DES9797Alg3with7816d4.class" - }, - { - "key": "SHA-256-Digest", - "value": "cXUrfgfY4vrTFfzGVu3S4nxrauK+fBwuiKP2/R6nWDM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$EdDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "U1/NAwK8eOlS1NMueOiJDb4Yi1iIjhbqFZGb+nPaIM0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/Pack.class" - }, - { - "key": "SHA-256-Digest", - "value": "UWcam0mLBrnlfsA6uVl3A//mOCklzgFlBVM1S5YbK1U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Serpent$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "ihj/VDBh5nLvA0R6epw2l5AbVEAge2eGlmwD4Hhp4F4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/VMPCKSA3$KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "B5UqUZLIS4p/nxcZ0qKsdzCC4gHMSVIIe9ml++8Mhio=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/SubjectAltPublicKeyInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "tkixTB4t32+vwC7xmMBjd3Ue5mTnkB4JYarc0hrKjPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Keccak$KeyGenerator288.class" - }, - { - "key": "SHA-256-Digest", - "value": "jsG7hZfHtN83OhjsjOjI4ARIkeckveN0QXX2BqZ/Vn4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/CAST6$Poly1305KeyGen.class" - }, - { - "key": "SHA-256-Digest", - "value": "AJt0irZMaCJPaLh53Zyy7s6zpA9qVTWpHKXS57woetU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/GoppaCode$MaMaPe.class" - }, - { - "key": "SHA-256-Digest", - "value": "j+nEm3rDVB8V2X1J3ZpDZZIPE9E7QH3XqtzxKpN1eFE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/ECFieldElement$F2m.class" - }, - { - "key": "SHA-256-Digest", - "value": "/ZI5ukVMpc3OLXYCoPwNROyeC67ErLTFAtt2vXL8Atw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/Gost2814789EncryptedKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "7UP+MpJj5i2aXIpydBM3shdsGnpX7h+6QceSx42qKRQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DHwithSHA512KDFAndSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "3hCwSuvTq+sasGPHyt594NrvmAb0F06HuAOEw9L07uk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/cmce/CMCEKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "SBJvugSzZgylFYGRZTjqhZvrf2+vYB68JvTKVoSPzE0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/modes/CTSBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Da2SlGdlVzk+lDUJ3/HlYFHkBwEk1ZZuRQQfwaqVKW4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/SignatureSpi$ecDSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "2ALimR9SEBSPxIoueWbssG+YpjqDp1DRYoMDvVpBjTk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/BCrypt.class" - }, - { - "key": "SHA-256-Digest", - "value": "aqPPdr7ZYzvxb1mZbt5J344HDGkSah26LcBqaU3o5dU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/EncryptedSecretKeyData.class" - }, - { - "key": "SHA-256-Digest", - "value": "WNedKtpvY75AzWNAHU8CVDXu/AR5pEtPGlynaUbOGwk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qa203oS5oi2NFmapqhMgNU1pPVAsTuMrGON16xB3L78=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERTags.class" - }, - { - "key": "SHA-256-Digest", - "value": "zdWPQsmplyxQSMcx4pu6K8nR9p08O5NWYA4kwUX4ZSI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/Poly1305KeyGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "IKd8wM7WJeOsg0xyQWKvxcjKns5g8PiAzR2od8L+da0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSOid.class" - }, - { - "key": "SHA-256-Digest", - "value": "mL5tfH1JDaYBw/M4pi1CuLp9FxQPgLiN+6yHaYZmvS0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServiceProperties.class" - }, - { - "key": "SHA-256-Digest", - "value": "cQyYVjmWqjHuYUuoZ2PuCyhG5p36dXwZn5nj0KPBMTQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AsconEngine$State.class" - }, - { - "key": "SHA-256-Digest", - "value": "bPNdNAHCSxyTDW9iMmlPOvLQmCS+wbAWJ1TKkI/KlP4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/BCFKSStoreParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "oonOqiP7XLSsmBf7TTnal3hr+HQfQ62lFmNxqtBR2Ac=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/BigIntegers$Cache.class" - }, - { - "key": "SHA-256-Digest", - "value": "v2PqVBjz9uScbWx32FhqcR8LW7RKreaqU3qWGkrioc4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "r5Enb4vWkC+EmI6EXBCmJglepSgSAArUeL8VpbrwaBY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERBMPString.class" - }, - { - "key": "SHA-256-Digest", - "value": "smqqfMc7UCqwuGYLCUFbj5nZqrBUgulkP3uR7f9rN2s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R2Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "aEmPIUUInwtBK/jC6h93sryZ2VCLFfIGfSJQGJfwcCY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bc/ObjectStore.class" - }, - { - "key": "SHA-256-Digest", - "value": "UbyxHcnve7PvTFGRuuD4ReoELmheQAyfGoA1jPk58qE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Boolean.class" - }, - { - "key": "SHA-256-Digest", - "value": "7K78cfvy8lq2fwBA/Zh9865gHS0kHczo7tTRvtYzcAo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/GMSSPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "IGq2YJ5Yhl9ueY4HpbPgy/7L9RN690Omh+4Vnh+rxcs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$DH.class" - }, - { - "key": "SHA-256-Digest", - "value": "PsEk3TQhV33u+jJp7Eji//MVvz9HrT7J4Cz9eEsL9QU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/AESEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "aEv98KDZUIhGYfQVvr4sQZ05M5HfqYpHI3vd/M6ycP4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/BERSetParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "AWyTdVktTU1F3epTeAkfyBIvguEABid/GI4S9QUJcEk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1RelativeOID$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "dFU3dNLuMJbdY8d6Lqx9hBXVovsXiks5V5AOzjkSsUI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyAgreementSpi$MQVwithSHA224KDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "E6CJAfJL1GyPNwQGAi8i8RDW8hwOFwbfVnHDHWTDZuI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/NHPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "e2N9H7cIbHDAWHhpG+cWkLyUt8wnSsoDbPcTMrCbkl8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/SP800SecureRandomBuilder$HashDRBGProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "3rYfBKO+COl1977FQEuLnefjmbH25c8JoPCvlPYNmAw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$Ed25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "nO2H8C1NLMMLe667+LSNdVuZ7iwu9vaorYiCF+qhRTU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/ParametersWithSalt.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ujbE41kw2qfxmkARMOBDa1ukeBsQH5mW//pD/LnC3k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "aqSISzPStZ4oScgMCCAL9yImT+WsDBbiRaicT/NJcXg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/DilithiumKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "+iVTrSsnl0uhKpdakbmOKV/uMajDBD067Ii/iLCgWaw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/x509/CertPathReviewerMessages.properties" - }, - { - "key": "SHA-256-Digest", - "value": "n7uZFpWxdLPiG5FwXP70FGpwKOFC1yYvk2g5KBs3S6M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA224.class" - }, - { - "key": "SHA-256-Digest", - "value": "bIPHkRwYJf7mUV5NY2MIy1erDtmegD/g4rKgY0XLQcI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$18.class" - }, - { - "key": "SHA-256-Digest", - "value": "XlZGbZJeDHiEksdlVPCwHn/+EFSm9Zdz/bL8cmykRCc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/JournalingSecureRandom$TranscriptStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Cqt6NCIal3pjXMgA+QQjzugNCF/bbHvBfsXiip/vn1Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA1AESCBC256.class" - }, - { - "key": "SHA-256-Digest", - "value": "TCgp1WPSCkBRRKpwSXV0TrZWWY/zFI6k2wVwk6hrNDM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X448.class" - }, - { - "key": "SHA-256-Digest", - "value": "hvQZ65BbEOKJ3+EWjguDq4xIDT1nSr5ItexAsfBuPQE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Sequence$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "hbfKr+dnADui6o7Dc7+P/FpXbtj/rt0mSlxfeQvSRQU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/DSAEncoding.class" - }, - { - "key": "SHA-256-Digest", - "value": "PJnBDkQ27evHsEbS+op9e5RApHYsFJ1lxDrTqg7TvYY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/BCDHPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "9KbrdJIEprnye+X0AdseY/Uza+ccUr+YTcqznqQo0rw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/hqc/ReedMuller.class" - }, - { - "key": "SHA-256-Digest", - "value": "NOs+N6fijh/gSWFRz2KexkShS2uq8CvX0gszzRv7JsM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/endo/GLVEndomorphism.class" - }, - { - "key": "SHA-256-Digest", - "value": "WeOk8AxVATvfXJQxI5DCGNC/hmG8YPlBcf4kQVaASDc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "YY8dvaoCmEbwUJt2NWkD8b3or7MxYxeLgR4vGZqCI5s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$DigestSHAKE.class" - }, - { - "key": "SHA-256-Digest", - "value": "mr17oV0+6/KTDBp10LQ7NJfmaU+xPn1+w1I8s+oHk2Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/macs/Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "KpaEH+VATzXR9JG6BDweAM6jX0Yjv/3iIFkZWT6BLQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi$DHUwithSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "aNa4gz9fCrsnhKg3XkaHg9cFG0LrNIcogpR3ipe1Dp4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS4096821.class" - }, - { - "key": "SHA-256-Digest", - "value": "xUSOo5Fo4BKTAxBLnJYdyKciP7CQ6TEp8MuiuAboidQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "a3dsyfIYUUTrfe5wApWSlONL/IIAJUjo4XuokIIEgtc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/crystals/kyber/KyberIndCpa.class" - }, - { - "key": "SHA-256-Digest", - "value": "layhYUoahzXJd/OmDrEl2kus6959U989d5vj8uwyfxw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash128$Mac24.class" - }, - { - "key": "SHA-256-Digest", - "value": "d1jEIIZhwBqAlGmfeAUTc61sfNmg7TBQzaEWd5+al1Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/digests/ShortenedDigest.class" - }, - { - "key": "SHA-256-Digest", - "value": "nLbndnFSVhDGQufWcQz7XzQF651IH0B/+H/nXYBbCrc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1Sequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "aYwsMQvm2O8PAu2n7kVcgXVzpfmbFwPx3cWFxnbUY28=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Characters.class" - }, - { - "key": "SHA-256-Digest", - "value": "oOie4AmmeLJZ+09nbpuhpeZ7rcgP7RS6mvvGaULaw1w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/saber/SABERPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "y7EM8g+8Msc2+m3jDtY3gowYM7Jek34mPliCRWW38hM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC2$CBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "kGGKk04E/DBA5Xnmd3zUgXdSAZgZiE2wM2UMCoEPONo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/DerivationFunction.class" - }, - { - "key": "SHA-256-Digest", - "value": "lTFKToFEp+3DAltLGf1w+urAEfTSgH2qebblQA7qrlo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/NullEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "V8d0wbGm64db9ilfXsXTg8vvYNmXDY7eIcpK525CFqo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/PKCS12Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "cIkKpjDuBmUr19JsTHi3QUZskZCV7jMmDNhQJC+DhMc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/spec/DSTU4145ParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "KotUMuzfZ9OZ6eyHqwSkLR+D3kmgAmA6jCa3gHe3evY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$PBEWithSHAAndDES3KeyFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZOeE9IRKNHUfiPlgDPW/AT39TseW+eeOgSaKkWwxqqc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/GOST3410PrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "bpm8LxPnHvJekNEEyxUyZWdKOyaTlxZdoQvaVQKvSvA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincs/SPHINCSKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "vS9HQ3RYe9OiMn9c3rlmO9Fm6ekN7wwrzrfQNxBZmD4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/DHParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZJTAqBHvYvCQ3Q3b+zmAHR1ZpSLuialvTTOyleGM5pI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SipHash$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "UPj5zBH1gwMBQXLiMVMfbnQcX0FXA5DpVkv/qts2Kkw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/BERBitString.class" - }, - { - "key": "SHA-256-Digest", - "value": "vfZUUFXoWEUoDwj8VBLsjENClhSGyjHiM7/18JmdIhw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/WNafPreCompInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "MB0WI16kMcfmKeQMcmAsbRkTZ1iBqQsyc1lwrG+sCa4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/MD2$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "FxKx32s24E3TZa47+8r5jxl7TU1SCxWBgBbxcMBS3JA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/CustomNamedCurves$18.class" - }, - { - "key": "SHA-256-Digest", - "value": "d9gkRHVwqdaA7lJ83ZkYQKOhyzNc6MSxYIYTcRd2sP4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/keystore/util/JKSKeyStoreSpi$ErasableByteStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jg/2m3KEM0P5Rgk3vTq/mmzFik/9Cqz3sCkoY/3AjdA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X25519withSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "P6e0nwkyQJMtD3NyrC+hfe5HpMJ0WTUt1EAPbhif4UQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP224R1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qXaV0okhVo/erlKdc9N4sDKS8msHyVcHjAGcsJzPvrI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/DigestUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "4+Ob3vS/AaTBu7v8TjpQAcwf8PVFkr7YXv3Dn03Furc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/FalconPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ek14FSs7o7wX3dzZ5t0rZcpWb+JjkaVxluyVeavpZq4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT571K1Curve$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "CSuLiTgIOmREscY0xZ7HRcqK/zLCEAWA69S/wXWjuuQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/CipherSpi$PKCS1v1_5Padding_PrivateOnly.class" - }, - { - "key": "SHA-256-Digest", - "value": "aTe8rdpaWqx3We3WfawpNtqJX4LXuNjTXH9YgizEiFY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/math/linearalgebra/BigIntUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "tr72g6NpZwaR6XMzqL2ovdPKRYsgEcyiI8Swp2ctyj8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1Set.class" - }, - { - "key": "SHA-256-Digest", - "value": "7EMszImXNECGM8hHLToSs7CIsZDWmA5s9wMcPnDE6A8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "j2O/Bd5jm4DF9mBLcN47Z7fDWcNv77a2jAUmv/oms+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ASN1PrintableString$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "KKg5JzUuGhSyBc6FqrLuou4iZs2GoeWyvJwQesJGbXw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dsa/DSASigner$detDSASha3_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "T9ZyewsT00P6LPS936WIbZVqQysJxU3NyTr//VMT22M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x509/SubjectPublicKeyInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "OwrTJ619iqviYEHF2AW3lCEIV5/BrlaIwv05E1eG4Cw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/interfaces/XMSSKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZW98tNsk2IOc87oCuFAP6ZW9Kos7Pye8GEvsnoD0Y6k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/falcon/FalconSign.class" - }, - { - "key": "SHA-256-Digest", - "value": "iEmEMkR8uJPdwuUiBE/2mShbCiKZXnI0tq4uliUF/4s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/TLSKDF$TLS12withSHA512.class" - }, - { - "key": "SHA-256-Digest", - "value": "MkkWB/RHdoc3aooiWBP/7WyVxuu9FzGkbZBMmXqRmyw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoPrivateKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "NWAOEl9xg4O9KqerY/zj3t4SUcw89M1tIIVVIrhqB+Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$CMAC_512.class" - }, - { - "key": "SHA-256-Digest", - "value": "6f9i1XUVayGtukzRyH6wYp4P8agpcDa9XTYI9OKoWtE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/PSSSignatureSpi$SHA224withRSA.class" - }, - { - "key": "SHA-256-Digest", - "value": "TN4RYAI+Vl9YdHz/s0clLSqlRqOXdd/69RsQxmYzitw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/pkcs/CertificationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "P+8uXmnTCxjegnUXARKDNwh+rTNOKKd4Cvksy9+ovrM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/teletrust/TeleTrusTNamedCurves$14.class" - }, - { - "key": "SHA-256-Digest", - "value": "kYKKhK3JwuiP3MkA/LJ231FIBRRRc1K1LPfVRl3JMMQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/SimpleBigDecimal.class" - }, - { - "key": "SHA-256-Digest", - "value": "/mW5PmLvzmeOsKUUkjaYCwuaXmL/zPirC4ZEX1eDDLQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/asn1/FalconPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "NhUAv+mn6NEDsRlBT0qTMNDbgYwql/LArbaeqy/6zsY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/CramerShoupKeyPairGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "DbKfPNM9FzT30tBVmR8p8NXoHWGQrMIfhMrhV5imyZ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA1$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "fcntapGcPrRR8SAzsI1jJmNI0s4s62toys4JJ5XKIzs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT193Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "9FmRCSbwdPuYuPjfyxNezPPs/5ldvW3vkNqbCbyY6zk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/interfaces/NTRUKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "/9nFK/jD2pt1Znv5GaRQWyad+yCp/LjHmEe1Kf7YATo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/dilithium/BCDilithiumPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ijx2usqaXk4r5tztvwOkvJBcFXWv1oq5vGb2PeQ7vRQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/jpake/JPAKEUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "/8MZHps+rkfP491pZHLPYIeIb6C99mqQdc+9I9C5/UA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/params/KDFFeedbackParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "U84TiFt5VoQdjQB0cfkH7bOgwtjFq+NCsVi+IoYCdyw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTKeyFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "n84tGtpCTElpPVG5qYCZnUMfq3UaFMtJJZ3eK9vs518=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT571R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "zjtgohAlGZmVRkAdIA9sPsFBLDetMQ05nL4xZt9Fv+s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/XMSSPublicKeyParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "J7xgaVRQA3azhbTG7xpoTq4ITN7A4bTmaAN2KFhuji8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/CertPolicyId.class" - }, - { - "key": "SHA-256-Digest", - "value": "3dQHA3YPLPu/JdBxy1QOyOsErzTXUQn67OiaThl6LW4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/xmss/XMSSMTSignatureSpi$generic.class" - }, - { - "key": "SHA-256-Digest", - "value": "A7XzgcIIh+ibPieNzCLx8+1Og7ek+5P1AhJz3667p6w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/lms/BCLMSPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "BzuLR64t84WOxWlLrIo7AwZJkttSq1qeCS68fHi/QnE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/io/TeeInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "ILoDnok8lHIZWBwXtGprXyu58prMKzx1km0suqB8omE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/DERApplicationSpecific.class" - }, - { - "key": "SHA-256-Digest", - "value": "lqIDYzCZrwhy1daS8aMTjmq1L9OctRNljfSxuI47RKM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$32.class" - }, - { - "key": "SHA-256-Digest", - "value": "BI0tJ8g8btTDeJjzH3yJVF3HUIqgx5GD9U9kHMfYW0U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/SEED$ECB.class" - }, - { - "key": "SHA-256-Digest", - "value": "s0F+jDHi7PA7JxMDvHwkUfZtbVNxoyhMLi968P2Tj9Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/provider/ntruprime/BCSNTRUPrimePrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "vMXK0AWa0MmP9mLZ/uUyfdCGbP3SE11Iur9y0+KOHAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "x3IaO6mxReKQBUJdHV8scfOJFxMGNKt9wMHV310ckPY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish.class" - }, - { - "key": "SHA-256-Digest", - "value": "WzbCkLfFDsefdRr11ow8a6ldNmOwAVyJPYkjdqNgI2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/BCRSAPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "5qRx3H59HyrzckT6K42ncIcy2YSqHJviYX6Iu80Sdyk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/sphincsplus/HarakaSXof.class" - }, - { - "key": "SHA-256-Digest", - "value": "+T8u8hIa0y5b71IsZkwp7DnqwHlhPBdW/XUmhtgM+lY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/i18n/LocalizedException.class" - }, - { - "key": "SHA-256-Digest", - "value": "mp95kZgYYtI2UdqeFMjVqYH+hqhXaK+/2tySZDJ6zkw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$24.class" - }, - { - "key": "SHA-256-Digest", - "value": "uLLVD38D8zVbD7HiUfb5ElrcSCwQJFm68wSX6OUBtmk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/rainbow/RainbowDRBG.class" - }, - { - "key": "SHA-256-Digest", - "value": "5kiLl542O78l1qy2RxiaJzepgS1yeZNogdur19m5I90=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/xmss/LTreeAddress.class" - }, - { - "key": "SHA-256-Digest", - "value": "hsJKKT3p2AOoQXuWMVsxyaD2fHwNwwaSkSvSGW5IaFA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/KeyFactorySpi$ECGOST3410.class" - }, - { - "key": "SHA-256-Digest", - "value": "dMNQuVommRbVCXjcwMFAP425vwmnxYihjabxRp6lTRQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/DigestSignatureSpi$SHA1.class" - }, - { - "key": "SHA-256-Digest", - "value": "1ECgfET7KE4uaRI3TTypbM+JFXH36Q103mA3aJHkMSo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/kdf/ConcatenationKDFGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "yCS5BU3aU59YeOhi6NHNKYjOhc+qMtCZhhkrIsKLvks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/DRBG$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "68lyOo2v+onEmf2w1K/Jg6kHH6KwidNBuWG/YZ2APDU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/gm/SM2P256V1Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "obAbIUi/Dnm+d9xBbdRH2+da+VMLs1Ah0WmVAegHdro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DESede$RFC3211.class" - }, - { - "key": "SHA-256-Digest", - "value": "FkemKVDOBpN5QYz0VYHUwAWHGzrrAwPw9/fiMXXTTg4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/util/PublicKeyFactory$CMCEConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "/OI2GFGZPg24uDLm38SPp5EX9Sq+2sxC8b0xkTsXD3c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/OpenBSDBCrypt.class" - }, - { - "key": "SHA-256-Digest", - "value": "CR6IELJ0ASf89fLuhF1ZGtDmwutDOfeAqWkX35u2WOw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi$SM2withSha256.class" - }, - { - "key": "SHA-256-Digest", - "value": "ioAbPo2x7E6vHrIi4j2cNwcI8E6ap3aY1bZmTBzTToQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/SHA3$Digest512.class" - }, - { - "key": "SHA-256-Digest", - "value": "WHqcje7kPChdQcnP978ElqmiS8v1N0NGeNdOx9037HA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/jcajce/spec/PicnicParameterSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "g5GHXI1e5ILZKhOWDfhy9liRlzOMuA8qj7VyUESBaik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/generators/CramerShoupParametersGenerator$ParametersHelper.class" - }, - { - "key": "SHA-256-Digest", - "value": "KsxBtJLVAHhA8Y+ZFmv/1FCz0VOyGFtzBNMXErXvlGQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/rsa/ISOSignatureSpi$SHA1WithRSAEncryption.class" - }, - { - "key": "SHA-256-Digest", - "value": "DjvMlpawu/Emk/Q7Awhd3RGzBidrXQHQjCV5ujIcwoM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Blake2b$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yg+3ID9fpdCo5r5Set+kApqFFSQWXXAGzpHvh2lnXn4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/GOST3411.class" - }, - { - "key": "SHA-256-Digest", - "value": "o0IaEpnnW9VDyrrZxd87ThhWl2zHIYBOA4Bha5b/+LA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/ntruprime/NTRULPRimeKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "2KJu7zXHhjuYEdNlHYua4XFLKcEu4GY6paQGx+X/rH8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Threefish$Mappings.class" - }, - { - "key": "SHA-256-Digest", - "value": "OGLfxxZwV8xrGX/FaoEOohZ6skBW4RSQHqz7vOHvRVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/ECNRSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "eNdTBKz+Ok34XYYUAUas+GoBnxRz12X9kGvTLKToLIc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410ParamSetParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "mWGRuXDh8xw+RsfvJ8jTOsjWrNYugnOfhZCtSKuak8o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/lms/LMSigParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "piLwQhkzG1KmuZOaIqT+sCPuDngxHYz+STK4wjykkZw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/RuntimeCryptoException.class" - }, - { - "key": "SHA-256-Digest", - "value": "LElbagOmNv9xIZg3cYNfROj2cXgTMrLNJhCJr4KWMwE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMSignatureSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "8zcStQz20PJYUZn2HRuSD1BUcbEniT7fMHcGr6Za/HM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHA1AESCBC128.class" - }, - { - "key": "SHA-256-Digest", - "value": "HaQkw9SbguGSERhae3c1CiTrnOvvCyg/H9WL06fiXTQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc.class" - }, - { - "key": "SHA-256-Digest", - "value": "iUorsmZi4W0Q+S9DCmEtuJA+hqyP3xI6dPgPpA+pztg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/test/FixedSecureRandom.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q2QG2Imn0xUZPX/FpLPYa4al6qvxiTE71esas9d0rB4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y0SRHFzpd6/rmzxmyv6KbWVOrHTzc6k+C4za73SGnuY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cryptopro/ECGOST3410NamedCurves$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "MK+116GKxa8PD+h39lE1Brnm2MeVSiYtbqO2aYjjqKw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/DERGeneralizedTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "p2igeIe7eu+X1CDkFM1bW6LzIaodQGIDkyAk/RVgUdg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/signers/DSADigestSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "AAYDfWfhawIPWWKqKH9IyPpT58Jwkrp6heOLpAVZjVg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/Tnaf.class" - }, - { - "key": "SHA-256-Digest", - "value": "0VQn3rIBb+Hsl8oeDtRlvZcnKHywCo/LhC21sWNdu24=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/PreCompCallback.class" - }, - { - "key": "SHA-256-Digest", - "value": "a6g2zHhcLfBAaJUES4bpJpPT/TVv/epvNBihLwopHiM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "w0sYgvghuAGOWK8WxGMfprzaDF0VZTOGHMwTTNqKJHE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecT193Field.class" - }, - { - "key": "SHA-256-Digest", - "value": "GJz0LVIhsXW/XERQlD6grwBiGS3LSFaVBh1FG5YdfEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/interfaces/BCX509Certificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "0VGNZnxh1BCMXaYXkpZM13QZQEB19dH06xSJedVCVZg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/drbg/EntropyGatherer.class" - }, - { - "key": "SHA-256-Digest", - "value": "nJbQi1T17yINwAo5DOnVb2b8blx/PbMbHXfBdGSqdrU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/RC6$ECB$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "LRfiOE+kj7IbsSr4pTerQODVO00dY5vRzfEkyGON5/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/legacy/crypto/gmss/GMSSStateAwareSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "0yIWCIqc8+spI0rM3Sjz/y1VrZsKjiBo0W66iXrWwJc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/util/BaseBlockCipher$GenericBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "m2M5XVShkqLyF/5tJxYkXj006lUT1HVHZExkdHOKXmE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/prng/drbg/DualECPoints.class" - }, - { - "key": "SHA-256-Digest", - "value": "P084/LhDfH3+h8bKBUHfUwThTOV3sigydVr0Q2ERjyo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x9/X9ObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "If1q+jogBwlf9Bok/Xp40F2ShZrDb0jmkGIGjzrNlbs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/legacy/math/linearalgebra/ByteUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "kSnUxSMRX38huBBTVqV7VZiCKNvU0yKyKCPQ0RrhTI4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/sec/SECNamedCurves$22.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZTbiZWsP917lvN2zgeXBVc99lDGB62oY36/FqMBtSiA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Noekeon$AlgParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "11L11OdYPEd6gVsIcywz6U7Jox0BdQUnUEKGYqC4ChQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/DataLengthException.class" - }, - { - "key": "SHA-256-Digest", - "value": "kGO6BgBT0kG7Tc2k5J6O9W4Y7DPurTHOGXTHs42d2R4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/ec/ECPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "pDzpNRFhErG6iHtwdR7B9OHIz5u2jBwbc5NpI3gAI68=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/PKCS10CertificationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "1xieBL1Foyr/edvBbhcfrvL9v1wTi+EIPkEPbDMVmCk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT409R1Curve.class" - }, - { - "key": "SHA-256-Digest", - "value": "XywdN0S8rz8GXOsrLafmpNb2PFf6AJGOaGA6JCYmZK8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/jcajce/provider/kyber/KyberKeyFactorySpi$Kyber768.class" - }, - { - "key": "SHA-256-Digest", - "value": "w9bEvGGrBwlAcRF1Ca5ZD/RlBzlD1/nXqc7Mqb1iux8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/math/ec/custom/sec/SecT113R2Point.class" - }, - { - "key": "SHA-256-Digest", - "value": "oTKZ1Dw/RZjYu+rZAkLq2sGXXWZv0iYH1SzyP8celuY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/xmss/XMSSMTPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "eTeXr9fi67WWTm74JQXNAp9haEcadvxorMLaH1ToYEU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/SparkleEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "G8JTfbovY98scx2agfaD9bjBIi6FWjdlCl/8cwd/Vgg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/Zuc128Engine.class" - }, - { - "key": "SHA-256-Digest", - "value": "1EXyUPPMXDd7CLHuKa7KZ4YqnyXDxE8t0QsnFS6Y0lQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/dh/KeyAgreementSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "jXaDE+pooKrV5g5JPqdqG8dtc2iMJtl3f1dfDep3dpM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyAgreementSpi$X448withSHA256CKDF.class" - }, - { - "key": "SHA-256-Digest", - "value": "1U5HJI4XUhdgeyLG/61R8yvfEq85YUd8ixKVJedECs0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/DSTU7624$Wrap128.class" - }, - { - "key": "SHA-256-Digest", - "value": "u+WiLGPUz6d32VB4ogwKkXalh6MyPY0juikHln/gXaM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/cmce/CMCEPublicKeyParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3jgVfVld4UvjePMtXFp04xOVDrcaugL7Ix0D+uFucW4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/DigestFactory$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "jmzsYeJfpyNpxog161qZw0ylUcDl7lmJBXSGXMZVhL4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/sec/SECNamedCurves$30.class" - }, - { - "key": "SHA-256-Digest", - "value": "PemasRy65BpDGtcFO5r87RqGR/HG5RQvKci/ng0Fheo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Whirlpool$HashMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "fOi+V5WaRFLh/PJ6nieiUAXY5TFWvGmgpyui5rEVYjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/CryptoServiceConstraintsException.class" - }, - { - "key": "SHA-256-Digest", - "value": "LLlEh1kbGTWBjhzxtwa+t1a3nxNOlgSqAhJR+1Dwa+Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/crypto/picnic/KMatrices.class" - }, - { - "key": "SHA-256-Digest", - "value": "kK9Cw/T6td4DRR4zGxot/p/MBsnDgZidp/H676/dCH4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x500/X500NameBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Q9JKUSg674n0LMVC3VnOb0dl4am/6PfVVB8Y2n/4G4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/digest/Skein$Digest_256_224.class" - }, - { - "key": "SHA-256-Digest", - "value": "sztLGPkjDI3e9Fmk/lVatfWMR7GDYNQ6mfLmQA+zQ1I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/interfaces/ECPrivateKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "cQ9CoqUNDjPPpuub2NGWggtlfWel8mbN+z/+4lI6BRE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/util/MemoableResetException.class" - }, - { - "key": "SHA-256-Digest", - "value": "m2vbRZOWrp5Vuo5Xhl6z9YbhykxjyXZdPVaMyZLI10Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/LocaleUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ax/YgAE9+cCvgALpAVf007LGnDSkEuuFZIzTdoS/6eU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/engines/IESEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "DJ2Ts8jYX5vOsZrQCDDMatb2fTjnAyQpXZcZJMnaPBY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/edec/IESCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "pLlah5foaOcRvzL/vSp+37oJL44008mrVM0iECnEf8Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/CompositePublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "V/S+ws6DMSy0vLTlKgPUm3/3VFgJMXL2xUCRNotFH3Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/crypto/frodo/FrodoKeyGenerationParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "qp3l8LVMubu2NS4uiElj+8PSuABlwGhPWSKnUUvoDtU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/pqc/math/ntru/parameters/NTRUHPS2048677.class" - }, - { - "key": "SHA-256-Digest", - "value": "zy+mJ2oWZq4y/agf7Y/CVwfH4RNmtJhUFJhaW5N6QaE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/util/PublicKeyFactory$DHAgreementConverter.class" - }, - { - "key": "SHA-256-Digest", - "value": "qzHUQ0i/iAcBgavvZMdLENe63BXPJnt2MMZSGiX3KZ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/util/Strings$StringListImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "XqFpufiVEYOefKv6Ls8iZQgp3xh0E1hVm+kDz5thCtE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/crypto/agreement/ECMQVBasicAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "DijXdLHbir/cI92ywS/NKlED5T2Aj4XTJYhLNH9skT4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/AES$PBEWithSHAAnd192BitAESBC.class" - }, - { - "key": "SHA-256-Digest", - "value": "gZmSoEg51M287LAL7slHYpqb/787xa6dXRrdE18LM04=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/pqc/asn1/CMCEPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "qtLV+07IaH2wChdoxk0Z2H/iZwV1RLbHnva99NzHkq8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/x9/X962NamedCurves$12.class" - }, - { - "key": "SHA-256-Digest", - "value": "J40jFxNhXDeTmxz6dCmdEHo7UG7nma3wQIdXnY9Ybq0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/math/ec/custom/sec/SecP160R1FieldElement.class" - }, - { - "key": "SHA-256-Digest", - "value": "4233YCde+Xb9GAmOi22h5FfeleOaTVQ0RTXvUO+VEJs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/symmetric/Zuc$Zuc128.class" - }, - { - "key": "SHA-256-Digest", - "value": "xsH/O23S8592L8TrHjgGa1LPc5YTAeJVfJ0j5duytpo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/asn1/ASN1GeneralizedTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "MwmOf/0vQd9fcXvPdyhcKDyGmRwyd56o2iUDfMe8SXE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/x509/AuthorityKeyIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "p/nzBN2MYCtuc/AFgRexKZCk0cADcJ3k+RGww/jliD0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jce/provider/JCERSAPrivateCrtKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "dlQWhFG0z3qwMJbxSwFdJzXyMhUwKTKNCwcJz4paBA4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jcajce/provider/asymmetric/ec/GMCipherSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "H6XEoZDDGG4V/hkTj/tNLInnAflM2s5YEjWMTtCCCdA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/crypto/digests/SHA3Digest.class" - }, - { - "key": "SHA-256-Digest", - "value": "RQ/ddJBhyYlIwVC0q9vnuBKyfZ7vOoIIyljjktTh3Bk=" - } - ] - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "8753dedf57165efdb1a7a69a90fe49a77353efb9" - } - ] - } - }, - { - "id": "1ae25c96e060fba5", - "name": "bctls-jdk18on", - "version": "1.74", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bctls-jdk18on/1.74/bctls-jdk18on-1.74.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bctls-jdk18on/1.74/bctls-jdk18on-1.74.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:bouncycastle-org:bctls-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle-org:bctls_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle_org:bctls-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle_org:bctls_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.bouncycastle:bctls-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.bouncycastle:bctls_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bctls-jdk18on:bctls-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bctls-jdk18on:bctls_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bctls_jdk18on:bctls-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bctls_jdk18on:bctls_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bctls-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bctls_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bctls:bctls-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bctls:bctls_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.bouncycastle/bctls-jdk18on@1.74", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bctls-jdk18on/1.74/bctls-jdk18on-1.74.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-SymbolicName", - "value": "bctls" - }, - { - "key": "Bnd-LastModified", - "value": "1686552872904" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "J2SE-1.5" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.bouncycastle" - }, - { - "key": "Application-Library-Allowable-Codebase", - "value": "*" - }, - { - "key": "Import-Package", - "value": "org.bouncycastle.asn1;version=\"1.72\",org.bouncycastle.asn1.bsi;version=\"1.72\",org.bouncycastle.asn1.cms;version=\"1.72\",org.bouncycastle.asn1.eac;version=\"1.72\",org.bouncycastle.asn1.edec;version=\"1.72\",org.bouncycastle.asn1.nist;version=\"1.72\",org.bouncycastle.asn1.ocsp;version=\"1.72\",org.bouncycastle.asn1.oiw;version=\"1.72\",org.bouncycastle.asn1.pkcs;version=\"1.72\",org.bouncycastle.asn1.rosstandart;version=\"1.72\",org.bouncycastle.asn1.x500;version=\"1.72\",org.bouncycastle.asn1.x500.style;version=\"1.72\",org.bouncycastle.asn1.x509;version=\"1.72\",org.bouncycastle.asn1.x9;version=\"1.72\",org.bouncycastle.crypto;version=\"1.72\",org.bouncycastle.crypto.agreement;version=\"1.72\",org.bouncycastle.crypto.agreement.srp;version=\"1.72\",org.bouncycastle.crypto.digests;version=\"1.72\",org.bouncycastle.crypto.ec;version=\"1.72\",org.bouncycastle.crypto.encodings;version=\"1.72\",org.bouncycastle.crypto.engines;version=\"1.72\",org.bouncycastle.crypto.generators;version=\"1.72\",org.bouncycastle.crypto.io;version=\"1.72\",org.bouncycastle.crypto.macs;version=\"1.72\",org.bouncycastle.crypto.modes;version=\"1.72\",org.bouncycastle.crypto.params;version=\"1.72\",org.bouncycastle.crypto.prng;version=\"1.72\",org.bouncycastle.crypto.signers;version=\"1.72\",org.bouncycastle.crypto.util;version=\"1.72\",org.bouncycastle.jcajce.interfaces;version=\"1.72\",org.bouncycastle.jcajce.io;version=\"1.72\",org.bouncycastle.jcajce.spec;version=\"1.72\",org.bouncycastle.jcajce.util;version=\"1.72\",org.bouncycastle.jce.interfaces;version=\"1.72\",org.bouncycastle.jce.provider;version=\"1.72\",org.bouncycastle.math.ec;version=\"1.72\",org.bouncycastle.math.ec.rfc7748;version=\"1.72\",org.bouncycastle.util;version=\"1.72\",org.bouncycastle.util.encoders;version=\"1.72\",org.bouncycastle.util.io;version=\"1.72\",javax.crypto;resolution:=optional,javax.crypto.interfaces;resolution:=optional,javax.crypto.spec;resolution:=optional,javax.net;resolution:=optional,javax.net.ssl;resolution:=optional,javax.security.auth.x500;resolution:=optional,javax.security.cert;resolution:=optional" - }, - { - "key": "Export-Package", - "value": "org.bouncycastle.jsse;version=\"1.74\";uses:=\"javax.net.ssl,org.bouncycastle.jsse.java.security\",org.bouncycastle.jsse.java.security;version=\"1.74\",org.bouncycastle.jsse.provider;version=\"1.74\";uses:=\"org.bouncycastle.tls.crypto.impl.jcajce\",org.bouncycastle.jsse.util;version=\"1.74\";uses:=\"javax.net,javax.net.ssl,org.bouncycastle.jsse\",org.bouncycastle.tls;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.ocsp,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509,org.bouncycastle.tls.crypto\",org.bouncycastle.tls.crypto;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.tls\",org.bouncycastle.tls.crypto.impl;version=\"1.74\";uses:=\"org.bouncycastle.asn1.x509,org.bouncycastle.tls,org.bouncycastle.tls.crypto\",org.bouncycastle.tls.crypto.impl.bc;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.crypto,org.bouncycastle.crypto.engines,org.bouncycastle.crypto.macs,org.bouncycastle.crypto.modes,org.bouncycastle.crypto.params,org.bouncycastle.math.ec,org.bouncycastle.tls,org.bouncycastle.tls.crypto,org.bouncycastle.tls.crypto.impl\",org.bouncycastle.tls.crypto.impl.jcajce;version=\"1.74\";uses:=\"javax.crypto,javax.crypto.interfaces,javax.crypto.spec,org.bouncycastle.asn1,org.bouncycastle.asn1.x509,org.bouncycastle.jcajce.util,org.bouncycastle.math.ec,org.bouncycastle.tls,org.bouncycastle.tls.crypto,org.bouncycastle.tls.crypto.impl\",org.bouncycastle.tls.crypto.impl.jcajce.srp;version=\"1.74\";uses:=\"org.bouncycastle.tls.crypto\"" - }, - { - "key": "Bundle-Name", - "value": "bctls" - }, - { - "key": "Permissions", - "value": "all-permissions" - }, - { - "key": "Trusted-Library", - "value": "true" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Extension-Name", - "value": "org.bouncycastle.bctls" - }, - { - "key": "Application-Name", - "value": "Bouncy Castle TLS API and Provider" - }, - { - "key": "Automatic-Module-Name", - "value": "org.bouncycastle.tls" - }, - { - "key": "Implementation-Version", - "value": "1.74.0.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "BouncyCastle.org" - }, - { - "key": "Tool", - "value": "Bnd-2.2.0.20130907-154046" - }, - { - "key": "Implementation-Vendor", - "value": "BouncyCastle.org" - }, - { - "key": "Ant-Version", - "value": "Apache Ant 1.6.5" - }, - { - "key": "Originally-Created-By", - "value": "25.362-b09 (Private Build)" - }, - { - "key": "Bundle-Version", - "value": "1.74" - }, - { - "key": "Caller-Allowable-Codebase", - "value": "*" - }, - { - "key": "Codebase", - "value": "*" - }, - { - "key": "Created-By", - "value": "1.5.0_08 (Sun Microsystems Inc.)" - }, - { - "key": "Specification-Version", - "value": "1.1" - } - ], - "sections": [ - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/DHStandardGroups.class" - }, - { - "key": "SHA-256-Digest", - "value": "xn0WVBrl3ClHyTeAGdhqmYU6uXDMXLu7Kkv7ReL0oHE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsECDSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "mv18XaW3hdhCVOu7v6+JFZEV/8SKicegDpw8M2yS10M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/HeartbeatMessageType.class" - }, - { - "key": "SHA-256-Digest", - "value": "DOYJWWWO30+QSQLgGmFKx/qjvniKcHiRpFLgRJYK0Zg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLEngine_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "90FjOA8li97s1xEBvlQrGve9/XTXp09F8pHu1ljrPyk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsCredentialedSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "3Amy8S1AlZFezueOt7/qMIcKkQ+LQYs7bI1SCkfmmc8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceX25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "47Hc99Y/GuAyDl1JoTl3Wv8U35dkjWG6lAdNMHItlqM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/AbstractTlsPeer.class" - }, - { - "key": "SHA-256-Digest", - "value": "FcLFpFHdQvJg+kKz5UPmKQfKsWUC1e3VLaVjAMpy1DU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsSRP6Server.class" - }, - { - "key": "SHA-256-Digest", - "value": "dsxjFv4AZDxYXcDoQq55/Au7QUmq+lrTcIVpCEH0BdI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "jMcQHVz4kQMPeNnVPhVf1s3B1RilPYQaFLwbd5EJaIU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsDSAVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "kvvzEyWtdPKvgJVXLv49UMlxud5gV0tjX2jlPGkS5r8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "ASaItvi0Tgb/KyGdDPCHvzvbm0KikocsvoFRPULewTM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/AbstractTlsClient.class" - }, - { - "key": "SHA-256-Digest", - "value": "gNwYr1QazugH9Lwl3KJ6HuCeJwNIe0kOvKJcXc0aqzI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fz/V3oYp38NwJ3ADKNaDx38+fzzA9pTD+SxrCVEuDg0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/BCSSLParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "DZicze1vr0cgIhnk8c+PxU+yz00h6OYEuse1Va8oHrs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaDefaultTlsCredentialedSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "zIFQobM9QAB4ZlepGLtCCrrKauXR4LtI4iEX49ntWeA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTls13Verifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "gwP4RUtcSUjLq9ZdIn/T7CczKxIz1DlIZSpO1qTH75s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsKeyExchangeFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "+Cday4mGGYHqij08mdbT0ycv0ZhI3ahaaCgbf+W+9V8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLServerSocket.class" - }, - { - "key": "SHA-256-Digest", - "value": "LazxR4geoQRg7Mj9Su/XpfwPb7NV1Kuo3ibhA6Yevq0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsProtocol.class" - }, - { - "key": "SHA-256-Digest", - "value": "BT0QECXKurrUJx2bKNFoADYyWFeKU8CBUQz4ZBxHQu0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ImportX509KeyManager_5.class" - }, - { - "key": "SHA-256-Digest", - "value": "7WZW6V2VluInEGuZRl1pbo5/O9EH7QtnvXGTCJLvt5M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ImportX509TrustManager_7.class" - }, - { - "key": "SHA-256-Digest", - "value": "MRRJ1sd0BUPOReRc7DPE56XRHtsikCPnOPqIwK8lNao=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/PskKeyExchangeMode.class" - }, - { - "key": "SHA-256-Digest", - "value": "BGeIUf3lXPymFAi+hr9iQ12zUExVE2tSion4UpUxino=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSReliableHandshake$Message.class" - }, - { - "key": "SHA-256-Digest", - "value": "8MSRnL+SJdx9wXShX6sUwXk9yj5G5zkRakelPEn2UWU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsDSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "TO5sq1WlCumZNbAHQMtfb6LVoFtfnJrivZFjuPxD7S0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DatagramReceiver.class" - }, - { - "key": "SHA-256-Digest", - "value": "nrhQRzokIQTtqDJ8SAqTiECDxykBUgwRTwsdLKGL6mg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/IDNUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "ca0FSF1a6bAXNzop8H1RCSUWPY0Ab4mvFh3z7oQgLe8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsNoCloseNotifyException.class" - }, - { - "key": "SHA-256-Digest", - "value": "luCSwXR4OdI+yBxHaZvT3B8au+L9fTghJFgFU8tGOAw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/RecordStream$SequenceNumber.class" - }, - { - "key": "SHA-256-Digest", - "value": "bDPWFem8OSEVonlCciOAYbwRAidnrGyrt2DjWLBYxsw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketDirect_9.class" - }, - { - "key": "SHA-256-Digest", - "value": "rwF5imPjQ2cWRWSWPfi6igCzE1yXaMZ8wYf9tyOVqzA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/RSAUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "n6CW0mICAHhJhbJ+5hxgOEniB7TSKSDVoyGnCO+/5jA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSessionContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "DP+u32PExtOy6JZf2AvXDf+4pxhl0LzAhDBDwpKJWt4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ReflectionUtil$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "lnX68PFl2WSGlwMZZI2fQ09qV/O2DTfI55qE0oKB7S8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/RecordFormat.class" - }, - { - "key": "SHA-256-Digest", - "value": "/1pk4iF6pISo+ifAPIN0w6vGoOJhBTZ7stINlY8lyPk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceTlsHMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Kghju303gSEvB69GKNYxhQ0ZsLUpUKFHiWThKpzEQQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/SSLEngineUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "pxvyoad5zBf0mEdgq53yPoBs07QfyHazhzgpW4WPwLs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsClient.class" - }, - { - "key": "SHA-256-Digest", - "value": "4cf7Dn0/PAB7ytmyyMilDcSLsS3bLAUxwAz20dW1xj4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/BCX509ExtendedTrustManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "80QIlAzS4YKGbRdMGzZshd7o5fU1inDrTFQdjSITH6Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/OfferedPsks$SelectedConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "sDO7bLD4YRcLma7deRmzjW3lMxnHD9FqcY4n7iQI2EQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvTlsServerProtocol.class" - }, - { - "key": "SHA-256-Digest", - "value": "fsuhFl2BQQZ81l6kmCtGF7Omhuo2orqslWsu+5dScwA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/DisabledAlgorithmConstraints$BinOp.class" - }, - { - "key": "SHA-256-Digest", - "value": "8Z0zub5k9AxFCiv7TGfRrEZayYyjH7OnW8orus1ujWA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "wemGiy1LYF504l1UQd/L2iUDzIz8B1qGKqhIKeHDj0A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsSRP6VerifierGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "zucLvzFv2+n3qL3ONtBQUzZkVP/0WViKUza+HrBkfNk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/TlsBlockCipherImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "R5dnnIvZrgan831oHAwgDIOOrnXP3C6gFHM8pUvRy7k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JsseSessionParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "udUR38BBQk6wTb2ouT3jsRVryG3NJSzzEsFBJ3laACc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsSRPUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "x1Rl2woE6nWHJ/qiFaLFIl7TWaKMN/zLh0dF/XAHA80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ServerSRPParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "ORdZdFzOoGrvkvdL83+nm81GqELQKm4YAhdNEigdqMA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/AbstractTlsKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "HpVCDNLQOy6KmS4eXfRkygKjeKzTus2HnWwO5THLHOA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsCrypto.class" - }, - { - "key": "SHA-256-Digest", - "value": "HAOIVgvhdQm+rzTYJ1HU8DXCu4VK2fx2nphkwYDIE/U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ExportSSLSession_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "3xJhIarBEKt7MFdX+Bm9yjqDHboSd6aX3ptBNl4lTCY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JsseUtils_8$UnknownServerName.class" - }, - { - "key": "SHA-256-Digest", - "value": "3F2jiljdso0sCdKpUYofJ5/qiqBF9bQlSjpOKEvR4OQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/DHGroup.class" - }, - { - "key": "SHA-256-Digest", - "value": "jlRR0NI4ECgekX4703dUECXTh6iuw6ax/T5HJSNPWW0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/SignatureAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "0MJM+uZqCinfd73TOlc1ub+pawG3Jg6FcH4W+AUxqN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvX509KeyManager$Match.class" - }, - { - "key": "SHA-256-Digest", - "value": "3RzjHPTeTAPR8E6SZ9JGb+biMt/ZiimyICv6N6FHvgY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/AbstractTlsCrypto.class" - }, - { - "key": "SHA-256-Digest", - "value": "R5v/ZnlPqWvzb6Gbj9IkPs9lhJVYClIWezEWdsqzJIM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ConnectionEnd.class" - }, - { - "key": "SHA-256-Digest", - "value": "VqPAa+GwkoRweuU7wE7wOckPUtnKXNNxkyeYVHlobSw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/BCSSLSocket.class" - }, - { - "key": "SHA-256-Digest", - "value": "H2cGUxB4cZ4PKYFjtufZHVlRCLeY5ZfGN8KyEcJHQXw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/SignatureSchemeInfo$PerContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "LDJZHC4rwMGeprCiL1eojzlJMDzyIcd6pePYSQTeNYI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DigestInputBuffer.class" - }, - { - "key": "SHA-256-Digest", - "value": "43ErMC6s8PeV9HghSFeez1l38NYi5zougXO+dkUXBBQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsDHUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "LPmngCn00qC8832rZUC3S2zwwp1fmc48DYsyQE6fiYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsDHKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "k3tUMWfbJVInPDIIcRykXhTdyG6gminaaSst5bvPW/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "4zSNpm/uaQEIBhzu8+l3u+KaKboXLimbHasMQ2P+5JM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLConnection.class" - }, - { - "key": "SHA-256-Digest", - "value": "C/8/JowwqhrI9YiApvngUa/Q4aECUzLJAr8nM4ioTSs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ClientCertificateType.class" - }, - { - "key": "SHA-256-Digest", - "value": "xBEHVC1yVlpCm5E94kBjwZStOPdr0iffJq+qHs5hnxk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSHandshakeRetransmit.class" - }, - { - "key": "SHA-256-Digest", - "value": "FImVJ2vkuxD0BnSeWQ+0dccCbKldhHpdIWZEwrY2ZP4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsClientContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wvwcs5wxjylQ5ZtzfmMnxzwmhcymK/VOiZMXEbvmwYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/CipherSuiteInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "WG3Y+i+P8xyk4nbK1LAMcNZmCnu/75G6Zi8Un/Qn0tM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/OfferedPsks$SelectedConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "0iH4f8OX8zzM+bTOrW0PmN3Mpn5xUvW9QwuuIplN+Rw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvX509KeyManagerSimple.class" - }, - { - "key": "SHA-256-Digest", - "value": "WTWmdmh3IcERktq6u2MSDFi9c2kwyjoz/HfkiCL8R9A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/BasicTlsPSKIdentity.class" - }, - { - "key": "SHA-256-Digest", - "value": "P5o8FZUozZPBNIfSvc+faJQ1VKbGtJbVXQDYxEeJK58=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/X509TrustManagerUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "KnDq54wmp8rg2YA2vvMhEUKc9IKXMK1gWSbg76jfs3o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsNonceGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "nJXBdO11IjON13ChBryUYANh6dDIZLl+b53FOV6e9oc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/DeferredHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "quEAs2xwKyU0E8tGfl+KMihLZDTXSVHIFyODk+des34=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/RecordStream$Record.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q2TvJt9KRQfPb4F5MaSkTURLy2qBKoCPN1SRIj65QYY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CertificateType.class" - }, - { - "key": "SHA-256-Digest", - "value": "3smZwM22ssGdj4GFKmhhbx8XlumsUblby9HdxwBWBdk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/Tls13Verifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "zTWUpqYbvC/UzBq76JZtzv4UIPKLusyYNr5ogmeKUXw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsClientProtocol.class" - }, - { - "key": "SHA-256-Digest", - "value": "BOe60+pJYkNB0to/o5uh7VIjSHYTcH+d03cnt1sUQ/0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseUtils_8$UnknownServerName.class" - }, - { - "key": "SHA-256-Digest", - "value": "5r/7wr8d3hvmgYHmLd/J2ZX4LiTs/pF1ztoJXQH5T4Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceTlsECDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "BrS88VSPBJrcgkDwTYTW3SQaESz9BJLaRYPcOQiA3DM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/SSLSocketFactoryImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "RZX5PRPJGDoC3kcaaIyHW5P5t4FXFJUntPByli4+sk8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/HeartbeatMode.class" - }, - { - "key": "SHA-256-Digest", - "value": "S04BXs00SGpAFjWsPLrXghV59KwGgqJrA6JPj4hq31c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaNonceGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "yu0mDqMJiWGS2LyaAzx2GCRp8QkeI5+QHlpg9u/bmO8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsDSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "Lr25cSgo0DDbpLaz8LK/6fx6AofOp7mjNVRymCHiaDo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fd5RkPvAowZDEVxX/GxL7pR7vF9B2dMuJgHmtTwrXDc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCryptoProvider$NonceEntropySource.class" - }, - { - "key": "SHA-256-Digest", - "value": "KsoJMSND7Or3fnnQPdXm4iTZvBLHXGKD4lIQ9zEMYJ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsECDSAVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "wle5Eom+5yfBF2Lks0iPEhM1FSDr5Z0iZKkjHvqdB+8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvKeyManagerFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "FuwHfgmdSN5W0o/tq+RLbLEyzcbzU9lMA5MWiczgLYY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/NameType.class" - }, - { - "key": "SHA-256-Digest", - "value": "4fmxG2J0qIc48rprDbcCZ+Nh7AnzVXyANppZ1YKpMkM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSessionContext$SessionEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "YQViLVzkQS2S8i32lbW1cPPK85aj0LRSZx1k8gLZqf0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsSecret.class" - }, - { - "key": "SHA-256-Digest", - "value": "jtLb8cGnk00boKI930YRFtFVM+xwy9qyzgGVUGeRpxM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsStreamVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "8d15DG/W+7Y70Vqjr8iLrYao2fA8vspi7SHRwyV8o8k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvX509KeyManager$Match.class" - }, - { - "key": "SHA-256-Digest", - "value": "QsWh58+SR7rgCn4eM7Q8TralOlg5+02rONtIIDfjceo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/SRP6Group.class" - }, - { - "key": "SHA-256-Digest", - "value": "H9j8PSjtCuOH6QLd3W5q562fABaxFqjUDBTOFZX8tbI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/CertificateType.class" - }, - { - "key": "SHA-256-Digest", - "value": "DhKyAQkOQTuEc48HdArZ2YPp8iIdXd6+067uRUNW4tg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CachedInformationType.class" - }, - { - "key": "SHA-256-Digest", - "value": "KEfTNn5uTmI/Wh8nBA5mbcDhcRPt9s4DtgPHGQw2+YI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CertificateCompressionAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "9gtVJZahh6p7XwM4pVDFmx3pnauw6W6DJQA/ZgALI8Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSRecordCallback.class" - }, - { - "key": "SHA-256-Digest", - "value": "HB9vzaz9NrlEellWAjwPMYXn0fzaYAKHhp3rNri0LGo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSServerProtocol$ServerHandshakeState.class" - }, - { - "key": "SHA-256-Digest", - "value": "WvEc5h5KSRayMrzTCyVm5P0ddaxca5dGhdvwiV/MYhg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JsseUtils_7$ImportAlgorithmConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "+QRbmJZZev32Du/6sfp80ZC5QK8Rd7IJizNSxHGwPnk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/BCExtendedSSLSession.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nmyrr9/DNwm/zPDa/t6j/iyGz4HMc+Z/aFU25fd08uQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ExtensionType.class" - }, - { - "key": "SHA-256-Digest", - "value": "CaltaSrgwkW7KJlPgMrwKVvoKn7pIKHrNx/al4QetJg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsSRPConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "c0Ip17ypiVIN/+PJaJ1IZJNb6GqsS1O+EPMs3nBBsws=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsSecret.class" - }, - { - "key": "SHA-256-Digest", - "value": "r3K9qRJVvDRB0dtaXNElJlPf2NZVEuJ8u1usgaDGPIA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "9Io3Y6hVgMiLbFRlR7JxW9lhymONVGYnw9k09ohScrA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLServerSocketFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "rMltw1feAYZ2I6HcxVi7dzrPfh7HlZIrOCmwJ5ZhJ3U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseUtils_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "svbgwg5k+RnA6c2iDXb1vsbGoePxhHyUHKNX5K7QlW8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/NameType.class" - }, - { - "key": "SHA-256-Digest", - "value": "r7ufYpOHzyUNcbbNiHL5bkOErk+tF26uW65Ws4jPDqA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsSession.class" - }, - { - "key": "SHA-256-Digest", - "value": "9QFb3wmgaIytN3Ltr3GzyIXrHpQhgbAQW2Ly9yWEpQY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/BCExtendedSSLSession.class" - }, - { - "key": "SHA-256-Digest", - "value": "FF1ol1H92RnCUJN75fmAVkHuajwFXbUI+5wgE1BdjtQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/OfferedPsks.class" - }, - { - "key": "SHA-256-Digest", - "value": "sMG6TbFhhL6BkNQXisoXsTDPs+imHijOBJ0AYhDTuQw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/LegacyTls13Verifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "ib4W1Sp1T93sHuucs4I7L0P2Yj4QO7w/zyAKlfmY9Q4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTls13Verifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "nE6I4q04vuwXBBk9JV3E1jBO/RASATCTV17roXOg4jo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/DHGroup.class" - }, - { - "key": "SHA-256-Digest", - "value": "C1Mz03rvpq+gJKD6X1rKPQvm2+uZO8590TkSq/IXB4g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ReflectionUtil$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "4206xQAwnCzWGT4sX2PigNo26unnF2+MZVX3KtnEVbI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/HashAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "IhF6IpfTIrkAxUlrBCHRkhg9w7dHxEwvufr5Xs0zu64=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/NamedGroup.class" - }, - { - "key": "SHA-256-Digest", - "value": "kgZtqtj++Z0OtDWedsiI4xmfJdzdbl4ZKa9oyk82hVg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCryptoProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "8lDn5YUW5WcLi7kQ4ztbbhhLGC+D48ed6YhqaOV2uec=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsDSSVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "ilgo0k6Snd/il57U4wletWdZJSzHwRqIinIDoB7UvEc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSocketWrap$AppDataInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "dVwO7mLr95tXfFSbuULqlCsnpDyS+4qkiqmkLc36GWQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceDefaultTlsCredentialedDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "pnVm0Xammz3r/XsVV6dOnbamTpU7ZYCsECb92AdZsDg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JsseUtils_8$ExportAPSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "RszYv0K8RAvy4enKRH3/JBzIE/x+NyRk6qpigqiiomQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/RSAUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "1mJOx8hJsiMi6C4dMGeh3i4suUTGebWuJJ+iqQKqB/g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsSRPKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "hRURzfto93PNRUubPTAzaMWZ9rTmsVgTaRP0gCLWUuA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DefaultTlsKeyExchangeFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "C5UCDhcLZao42mP3gxHYQmzCEjTYTmec6QULs8xIlbM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/NamedGroup.class" - }, - { - "key": "SHA-256-Digest", - "value": "eZ4HKoXcm+I50imeR/Hs9KDsx+qZwV/5Hv81YAhq/sU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvX509Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZQC5Gp/eKkPVroHwBrP3G4VYoALaHqmFv6DUsWTZixo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvTlsManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "lAdQzRCplJsiPeTVpSB0u/iSzNaMURq7Toj2jzmDVXE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/DummyX509TrustManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "ayi6MOxIyFa3yocL/p8MjrhVV0kbf8TDkT15GUiF6VI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/KeyShareEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "k0Tv81vRfUGQFntzYg+Xy4OkPFr+cdIkVlQ7C90l7Do=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/UDPTransport.class" - }, - { - "key": "SHA-256-Digest", - "value": "qrlFdNsea2Ra3j55Y9YZikzHledfB51DUfa3Pitxlog=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "AkSf3RBIlROb200icMsAkFHfSpH7JpAr4c5nvHMBQ7w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "3TRWDHb7ysrHU0namYxUGzk2zhGsz9TZisIaH/4q1Gc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ExporterLabel.class" - }, - { - "key": "SHA-256-Digest", - "value": "XYk5jaHbCXo+y17x5uKtzelpnAJSzd8fhX3V3XxtYKo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ExportX509TrustManager_7.class" - }, - { - "key": "SHA-256-Digest", - "value": "XH0zUJS7o/MzH6qlqLOTXw8q5F34ej85K59o+0Mzefg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SessionParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "mR9xdURxo3QPo4DxZ5d0UpgdPtfVhYpvUX3S8/gDcYw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/SignatureScheme.class" - }, - { - "key": "SHA-256-Digest", - "value": "CuoN4zrYuxz2LjxYIeBwVYleMdrw/bOIYV8G7C0CKiE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ProtocolVersion.class" - }, - { - "key": "SHA-256-Digest", - "value": "gh4U/ZJqxzQgUEObV8L49BpTdMkeS7FmMXfAkMbF91Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JsseUtils_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "AWvoMt2VvKfvFDE4uAQ7BzlkI5eCCh9/PDS8Kg/0Rdw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/DisabledAlgorithmConstraints$Constraint.class" - }, - { - "key": "SHA-256-Digest", - "value": "E24j/++TpoG6cJqIksrA3zByywUtSFphv1nOXFKCyTw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsCredentialedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "I2/Ew5g7W1QAHDWbjGXcu8h55drUzhvjC2Pl/KqtCJo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvX509KeyManagerSimple$Match.class" - }, - { - "key": "SHA-256-Digest", - "value": "CHN49edNpCaFA1VGSvHG1hnh7BjRuuFdgU/sqI/8iNY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ContentType.class" - }, - { - "key": "SHA-256-Digest", - "value": "g95qam7e32IInhldZLVe2Lw1bkLtN0Jeqt8yyHxeyCY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsStreamSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "NFEWVXZP2xPfm/uBtlU+t5k1jYn8UTo0rcVWQHvzFLI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSocketWrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "wWt2qy9GYm7GgDDTHF19XNpNpGS692+MGdXPVLNQalE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsEd448Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "beCGA09nh8ycbgUEqY4x3gDIU5u2SA0jROwQBRhx2mA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/Certificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "aajAcKqCDf6Mi6WMaGazgLHl/WLPGm/5ocn+QTcqsMc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsNonceGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "XVljnq47ak9KTn8rkW18SMjewrQ10aFX29bAEIIot5M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/DefaultTlsClient.class" - }, - { - "key": "SHA-256-Digest", - "value": "y/1m09wfJBf7WAH4RjzuEEn5dG0oi3q9MXQ2ktg4mjI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketBase$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "D1uEkBuy8XbVkkciVm0ATabns7GhlPdlYl+7aUFBzNc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ReflectionUtil$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "vuk8g7oWSY9zJ+ePfuAiN9IOcMRcpfxDYpAIH/b/jG0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/BouncyCastleJsseProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "asj/KSIoouTkzFwnOmBBiXWmpJDTZBrAqmzst14pq+4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/EngineCreator.class" - }, - { - "key": "SHA-256-Digest", - "value": "5OmuXShA1lkwiCmZtP3krkSVlxymFsiExD1w8EV4Pcc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsSRPConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "RZ/GPHiWPzfr51YLAVbAK2hKNEItL4/4ffZS0d9+7XY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsCloseable.class" - }, - { - "key": "SHA-256-Digest", - "value": "3/XbVohzdKqKR/43f7JxEVvQZn9fkNzFCLS5CjhlIS8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CertificateStatusType.class" - }, - { - "key": "SHA-256-Digest", - "value": "tQdc8qD3xdmkdgUjEb2umQK3sb938OeXxfIlA9eremE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceX448.class" - }, - { - "key": "SHA-256-Digest", - "value": "LmwZl57RmyhdUquEDVjuetDClTSxvRoFJ7vA/3ux8F8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/SignatureAndHashAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "+SRVBY/gAlxos7MzvlPYpAJgnufZIqO+1GNYczPwWjw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "hvzSP1JqXowSDZBZdbtS/sxZez/BDqrqHKu0tIElMz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvTlsClientProtocol.class" - }, - { - "key": "SHA-256-Digest", - "value": "ahQVrVuJtz1CjhX+DjbZqR6e+WkY7GJGK1yP3WtYFpg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsEncodeResult.class" - }, - { - "key": "SHA-256-Digest", - "value": "hk47PcRqhYPMbFjLKuXW4Dr2tiTKW4XNE9pP2djLa1c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvTlsClient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "8/lR+sdIvoHqe/0xvYZZLz8Jw42RFZbdOqcZJjPjodo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketBase$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "JkWaIUryfiDvbKmN+SdXOXqzC7cEmpgMdE9XJF+5BLM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mxjay5MnEY04ZiBhsX5Oolc4CSwdK0c+/2GVmVENGuM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ChannelBinding.class" - }, - { - "key": "SHA-256-Digest", - "value": "W86poUyBou2Ufn5XUtCz2obxvNPHJ3PtIlDWHwoRAkE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CompressionMethod.class" - }, - { - "key": "SHA-256-Digest", - "value": "idnb0UTraOedKz1Hc/pzt5SroJhJa2cV7GTbCdbSz5g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/NewSessionTicket.class" - }, - { - "key": "SHA-256-Digest", - "value": "lWgyjq9Xp0YAi8kE8rAfPhacSaKvZNEY29rge+NS4sQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/KeyStoreUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "1cVGuXOPNF3RSfbQ4L2VzwGmXVt2lEdcUimfPp58XcM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcX25519Domain.class" - }, - { - "key": "SHA-256-Digest", - "value": "CTv77Ssh6dc0z0Cbtyoz0kvD1tHtEbUt9vX1zG2Gpfc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceAEADCipherImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "AT1i8tdRJzYugCqhjcOc9pvkPo00cU8YhqbEddxeggA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CertChainType.class" - }, - { - "key": "SHA-256-Digest", - "value": "v+kXz7J9MwuNoiY8F/gGrMizWQbomcTqfnu05FTrQJA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSReliableHandshake$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "QIdEaZYEosi3dobU9GmpMcTkd5k7l6iwiwubG3GTnJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/HandshakeMessageOutput.class" - }, - { - "key": "SHA-256-Digest", - "value": "OddIjfu8LNhlzGXvAldsqDJmZMr55dVv0QP4oRiscDU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "0peB0GkBWJJ1VTD22lfSjy2wEt7iB0DdeoLvhqBnv/8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcDefaultTlsCredentialedSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "2fUt4d/7NrSJTMcLIZr6hTX1kM3PsxwVQHfmEg2OkqQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/EncryptionAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "sglzS3g+1H6KRblK2h547yIJmbqX9fA1ECpYk+bWxN0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "M7GabBSiVCksDi940Ao483xkKRBmQSejsKs3W9EaaKY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/AbstractAlgorithmConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "DccUoqzEBzJTpNuah3tdTpa6gOMr9zxnx7p+kL2tYSQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "A0OCT2U2MQm4F+iymZrdVyz3HXFMb8vCtdpbfE9F4o4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/BCStandardConstants.class" - }, - { - "key": "SHA-256-Digest", - "value": "XJzWypLDHSfYS8SHe4N7bt8wxjnDbrlN+WVhxn7uqyc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/OldCertUtil$X509CertificateWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "VmcEe35WQYMcSHi8CNOjL/j6DUaySg7ibXIhaN49Uf8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/X509KeyManagerUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "f8xGSx0mKedgQDMAPHAJAscBne9wza/QLLrhLTWXsiM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsDSAVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "nqKw49heRI9Wxn+dwqIC06TpkPn+IlgrAU3pLBVc5K0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsStreamVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "LtG3i2p9Q0aZCkmJ+q66oYngSbUyz6XqY/PVCa3i+II=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/SessionParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ob0dloRc4PXPFDroc47jOVFZ2E2MGTBpTqEKldeXvzs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SRPTlsClient.class" - }, - { - "key": "SHA-256-Digest", - "value": "IQLXBcUamLdbrNoHGLJq6k4zEAsNnrzpu7FQRzyDjSc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ImportX509KeyManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "/2ZtJpx6WC+eUWlmoFsMUjPzAQRFKAyQ6KtYrr6/XfI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/SSLParametersUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "oSHUIazMV7P7KaF1n7H/Dj0b8TsrlhYvFzdeWorOFmU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsECCUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "UBlkrGQnJV1El5bK2LjTCH1stOrnJPeZdpLYFH9Y19w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ECCurveType.class" - }, - { - "key": "SHA-256-Digest", - "value": "gtbG2PPmnCo9G/l7R3eZNBVcXJH5Ubk1J/Y3vvaOO4o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dqobytfxvv3UHRpZrE+8jD9WsPlrtxCF9BbPYW1zW9A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/DefaultSSLContextSpi$LazyInstance.class" - }, - { - "key": "SHA-256-Digest", - "value": "nKOlSCPHrW1QYTgKEi1iGeYCOKTufwaUriJnKS/Pfak=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/DisabledAlgorithmConstraints$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "EGaZ7yeEnsn5Rlq5o9bhqJhGRq1OTNKGVw4giXEq9P8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsCredentials.class" - }, - { - "key": "SHA-256-Digest", - "value": "9wCiq5EhvseC2SZA4dh3wQt7cQ6jUxdjLIihWZTxhVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsECDomain.class" - }, - { - "key": "SHA-256-Digest", - "value": "4d0GowDOkicCwtbLu7jOZ/5nC9n+/XadN6FAHeHLW8M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/KeyUpdateRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "L651nOSLYZAIItE0UWn2/49GLYvfSLv7QgDjZgRPj8w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ExportSSLSession_5.class" - }, - { - "key": "SHA-256-Digest", - "value": "QbeTls3ShlD9F3M8qAfInSMt6P6YDHpsmdNJgrRHW9o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceBlockCipherImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "WkhrnFwRqM76yiSzyyNOFISFA0js7zPa5iWYBV35n4o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ls2pKP/xSLcIrixwURi0dPXLIl2rXIRadM7oVulvZho=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "E5qfuDdk70q0JscMVv/TBmum6+xmSABj42LftSjbwXE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsException.class" - }, - { - "key": "SHA-256-Digest", - "value": "4iI84HMf2HmG1HKZZHc2N1Q8uryy+1LfJ+qqH+sR8cw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsKeyExchangeFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "Hn7R+cF36MSzYkiZwKfH8tdFR2LJmLNoiRWQsQgJgLs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsSRP6Client.class" - }, - { - "key": "SHA-256-Digest", - "value": "JmTw6QWYYc1LcMDUf41YRhh/ONR/Xqc/CjtUwZoiAuQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/SRP6StandardGroups.class" - }, - { - "key": "SHA-256-Digest", - "value": "lVB+Je7p3fzH6hkdnRD1nNE8ZbA0XxghYnjhO4GDYcM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ImportX509KeyManager_4.class" - }, - { - "key": "SHA-256-Digest", - "value": "dICOOGhi66UDKnYEsXXji7Nl7z1HAiw6kixo08Bir/Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "+YYJA/KC/j/hBeIsliUt1wP5l0Q7dxISjfmq3D7XaHY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ImportX509TrustManager_7.class" - }, - { - "key": "SHA-256-Digest", - "value": "ORtemYcdzpmc9PhC1Bjv4Kr1zO87M1XKXUN5ulxDAEk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsStreamVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "9U6ThemZ8oXDzjdbAzmGib2GaUhpOWSpnUUjvrPVPv0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCrypto$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "NsP1XuQEBXZT+vE/iMT3nbOTNGLsZ6/4z5YLdY/ehLM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsECDHanonKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "tOWbcH2h/3LxQQDbk8ZKcp56msz1YWav7VpMA9x4e/o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceDefaultTlsCredentialedDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "7T/WB5r0GW6XHN+gsiBJ7KuHowdFCynWxVUGwrOzTU4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/MACAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "iEP88+zAGEiwFDWpOdz7WxlxQ13tdfYyGl5mY0KGeWI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/TlsBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "mQBNnMdmjzi1RXtF9E2JwrjwHSLkxGE1GP5SQP0Vpiw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/BCSSLConnection.class" - }, - { - "key": "SHA-256-Digest", - "value": "48g07OOAiO8sr6qZXq87t9QQnNv5eZJS5ozYFgd+K2s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/LegacyTls13Verifier$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "pE/ybIFyq2KVERtTbXqGSlqhSob4KPx/hWPii3ALmkQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/TlsImplUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "5l5xhi7i92i4cG268HKIU9aJ5vpyfRGzh4L3XqvpIGQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsDHDomain.class" - }, - { - "key": "SHA-256-Digest", - "value": "Milt5pmu40GXvdR6Xo5l+pXvjd2IM3vg5mHjF0rWE4o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaSSL3HMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "QYtZ/beQ50DDK0aulhUkj7opd4ysSbDd+9u9Kic+0vA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSocketWrap_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ar9rYwxukvSE5OwVQioi5QoErYaAWJDzgvOMNvOGgMQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/CryptoHashAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "rfA+9afwOIsG0uMYuuckl1hPLY2aZHCLMnAU0L3dhPg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/MaxFragmentLength.class" - }, - { - "key": "SHA-256-Digest", - "value": "2tDthBccYctNe5lJYK5k47j/4Nk9roaw6O2LGPEJDX8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ServerHello.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z+YN9A5ay/LvMtehYdUlkS3fUqZWFCT9B6rbWdIj75o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/CipherType.class" - }, - { - "key": "SHA-256-Digest", - "value": "Oyb8kZwKENXRiCXnJZs9Vza1BaGz5az+K8o9IlBNHrI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsHeartbeat.class" - }, - { - "key": "SHA-256-Digest", - "value": "DidKD30wvYNGrxEVOyNoaNkksam7NP94KytDtI/omVI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JcaAlgorithmDecomposer.class" - }, - { - "key": "SHA-256-Digest", - "value": "wvmwzDs+pg2SEjB+KGdHKRCLjhywKOl4ulTLyZBySHI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsSRPIdentity.class" - }, - { - "key": "SHA-256-Digest", - "value": "sN2l3iQGJc9lOCOTt0lPHuNu8X/rTHwFbK6YA4vvxvQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsHMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "OGHpGUmFsc+ImvpZo37c3eZQlQgl0arBqKfGxXgif2M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DatagramTransport.class" - }, - { - "key": "SHA-256-Digest", - "value": "HSsMm4R9oSfa3orS6EQ6cBQU3HUc5dJW7wi5Ig7uuEk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsDHUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "A4sdiKpWldQccStjVQBbbYsfnkHU1q7GSkA+7EWLwuY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "wFLIdzzx7A6NoJS1XXH4yCkrVaAWGSUWGNjxdcUmI4Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsEncodeResult.class" - }, - { - "key": "SHA-256-Digest", - "value": "c8AcPJ63udaa+5hN7NDUXVJI2HenlbZuEskj2IvYE4k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ECPointFormat.class" - }, - { - "key": "SHA-256-Digest", - "value": "JmCeH5yiiolI+QxnuSN60fmoHFWhB9o3oJHoY+iGxwA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsDHGroupVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "iYmKwmmqQmxV4QS1lJ6e723rwdRkJBC+ULYnvSJJcfE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsEd25519Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "xusi/8CW/am3RE8+I2FCBxlAKage3z471kJxpbZKoo8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ExportX509TrustManager_7.class" - }, - { - "key": "SHA-256-Digest", - "value": "7rARQiKejlFbaTqbLO8N6HLCObkimMTJhSiYmgkjD7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSocketDirect$AppDataOutput.class" - }, - { - "key": "SHA-256-Digest", - "value": "syswM2DzZjNZv8NDcOBfYMxybiGlWmW53BajmWUmaxE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/SSLSessionUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "oXSsXFFpQEErYRhgChukwEXUdvwzRREaW34m+tw0E/8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ImportX509KeyManager_4.class" - }, - { - "key": "SHA-256-Digest", - "value": "5G6TQyKZFAbrf2xFiHFoE+ytSxBajDeUHujluqhSJ0k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceX448.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zoh0n0SKqPXjzUp244HilHnItKiNRACmUJosIqWjFfU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/TlsAEADCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "P70GSn/aZWQ7+XUpr02+n5E7/eBnkf1CFV71+Tz0xXU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseUtils_9.class" - }, - { - "key": "SHA-256-Digest", - "value": "ICyhIe5XCdEXlkJGQm9fZdB0LDagaRcY/mzWaKqhK+A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsAuthentication.class" - }, - { - "key": "SHA-256-Digest", - "value": "FzCcOo7Ew8uC6OX22gmEn1QPlzICJYhOZkDh8ae8UXk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ImportX509TrustManager_5.class" - }, - { - "key": "SHA-256-Digest", - "value": "P0SkhwdXHzLNABvotWvaFphRrTIDOC1k6NR6wMwJzBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsRSAPSSVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "BC3PWTzKLdVHc0cVIRj8jqc6Kg+gt7eVKNk9HC+uVYk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsAEADCipherImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "0U47TdTsfKG4kF4JgKuwsf+5cGOIPLJKkpZ3CKyhoew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CertificateRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "jijXTfZHtuybZFqSyGOr7KCtU4jtAWBkbn1ZVsd/wRA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/DefaultTlsCredentialedSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "1LwtA/Hgn6HUC4e6lVZ7gTDsSgRQ2OpMd+eGF+oAhko=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/DigitallySigned.class" - }, - { - "key": "SHA-256-Digest", - "value": "uwNHzZRuzVoT67qJu/zKS1NcF51V+8DXWVxDsXJmdzg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/DummyX509KeyManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "OlQ7dgD0KSvyEgDSRWewTpBkEnd32QittDnJuoqn0wQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/BCApplicationProtocolSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "mrFHhVu3eXtIPaWmNG1LQWg1OvNJossDUuFAD1do1Bw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/LegacyTls13Verifier$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ygYos86l3FM0iLWksgXAEgEqvqLvll3gVoqxP6gXmu0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "lMzbtbPalTmWUrfgImx+hbMEHcqekeovJF4W+ErDcgg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/TlsSuiteHMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "C0/IkRxg2/haOc8kOHAZW9W4VyobHryFv2q4/neCJ3w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ServerName.class" - }, - { - "key": "SHA-256-Digest", - "value": "P8PyKNVgKAqg4z0aRulCbXTwVKqK1xlQJPrYlebm5jI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DigitallySigned.class" - }, - { - "key": "SHA-256-Digest", - "value": "7Pg7HUFgQ+Jlw1wSL91Ix/bXgJvQvXUis5JN14KaNaY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/BouncyCastleJsseProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "KQHNt6NDOKg+pja0KVqz/+ppR/9gbdEXHHrItVYi6qU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsCryptoUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "qNxs598YMbuCJa/ybDCQRdP2ACWxAlTyXfM2XBvEajo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketWrap_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "IGvFQLFup8/bv/xHceZYnfzIKU8dzCOOZJmYP6BmDB0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsCredentialedDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "W8N/3aJWgrmQQgzvyjhdgOJ6v6jvr2uoX4ViDQMgjXo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCryptoProvider$NonceEntropySource.class" - }, - { - "key": "SHA-256-Digest", - "value": "J1itUr6GdvUkf29jbph6++ALZxh3AxhESrnm3UXypTU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "cO5SOT8U15NmfxoO4grqkeHTmEVnO1ai2fy6SF+y7J0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "3118h73iVTuiwoWIwPSjki/iWBF3+oZh4ffEKo6bwGQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ImportX509TrustManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "1yLOuvRpi3aa5gUQn3cRMADV6B2triEio305rCUUW90=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsSecret.class" - }, - { - "key": "SHA-256-Digest", - "value": "+IkRX7r0CQoF1BSghFc3bmzOw0dftscy/NXvmUKGoT0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "CZk0ZZHG3c6+sgJtx6cLDY4AEU5PudQlN+2HykU1e5w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/TransportData.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wc6idPMjF/EA4wHQqnLGMOkiNbevLXn8tN4J7YRHCP8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/BCSSLParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "b92V0FgN5yXPKkjBgQrFPhCJNkMTjCxYXKZ2BQXjqmY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ByteQueue.class" - }, - { - "key": "SHA-256-Digest", - "value": "6KB2xeuxObhORRIzNTsRs447G1N3gVY7WO0ubPwidPM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CipherSuite.class" - }, - { - "key": "SHA-256-Digest", - "value": "igP4/4P4tBtaHs4vPnpXTJEGU8Na6oaNTKUD7/wV8G8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "QynzQZCy5YhMMehGXRfZugZxSGKueoxklJuJlwLUnrQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/Certificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "QpkztfMtHIULp05SuiDoGJtWjZsB5MvtuNMdnCFuK1w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/Certificate$ParseOptions.class" - }, - { - "key": "SHA-256-Digest", - "value": "9+ymj8oAa6awns1pY992fqF32SnOAAvyoAsMyTNTRQQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsRSAEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "oPld+vWhAoWjxnB35wVv4pL0OvQ5Vx1JS7T6rOjq9MQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/NamedGroupInfo$PerConnection.class" - }, - { - "key": "SHA-256-Digest", - "value": "KWPbTsVz2CTQ2PNdfuV6TuV++lH8VsmiiwbOgSQ/EzM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/Exceptions.class" - }, - { - "key": "SHA-256-Digest", - "value": "LxffA/WqVA5F8RdjXHyDD8qsapo9qbS6lZgZ6k+sLpQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSEpoch.class" - }, - { - "key": "SHA-256-Digest", - "value": "cp0vpKkO7zf5Wx8R1dAhQe+BEM7cLwVoXRoU/Y7LtdI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceDefaultTlsCredentialedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rmi8NeR39XKkC9EEIoFc0s6G+XTWDyKAA3wcdAip18I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsSRP6Client.class" - }, - { - "key": "SHA-256-Digest", - "value": "nlbB/+GOTE91LRi71FUTsY39jOG67Mrv4ELENwWQCBY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JsseUtils$BCUnknownServerName.class" - }, - { - "key": "SHA-256-Digest", - "value": "m0QLI17reY2KjwwzqiFgcbKGTJHiBiHfMv+a7ESud3U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "PwV+A2BDc3gZ3RcVsUDK36ufSXivQxnaN0aDCt5bla8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ExportSSLSession_7.class" - }, - { - "key": "SHA-256-Digest", - "value": "BR5xUXzSm2zgDCumrByWWqkLtQYMKlchUQDXhen8WpA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsDHDomain.class" - }, - { - "key": "SHA-256-Digest", - "value": "TO76T9/+cMsOmzBeTOHbSxJqflbitLm7IilvaNW52ds=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/LegacyTls13Verifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "U17FAikJvwM44mwZgjQlezgKwB0z+y5WDoEkMuRr74o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCrypto$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "4CHTtp8wrdhw+GELWLitV1SWfgGgPhfDhWNEP/cCm7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsDSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "UdUGzNzKIPIwXggOaKgZ/PBdMe0bv1TP0pBdEsvCjNA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/KeyStoreConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "aZ386yhdzQENZ/vDvUH1iCJVmfJY7lagY3vh6aOCFxY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "k3oaFYNploNY6FKjlxZuqRuiT0t8SWbo5bXv8ogEDDc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ReflectionUtil$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "OBrSKWFVpFiGL5dYWwEHRUaXCNjFf4Pm8QyyxiQa2ZY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "jjTZb+8x1US2xqSjg7+vTg/FpMZ6k7ORGNm7xCPCVfY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/DHUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nlrn2MzE0TIxEYKzKfT+rt/s/WqvvVHH9HPkONDmSTI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/OldCertUtil$X509CertificateWrapper.class" - }, - { - "key": "SHA-256-Digest", - "value": "9OynB1LIRRRZEeolIxXGDEkypbo8Zjgw+qKkQ4bJAzs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsNullNullCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "t9hYxgjYWvKCWbEYMDcF+9Drz5AqUn8XVmG1aa0ofQY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/AbstractTlsClient.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pg5vHsXVNWFhQuYdcd2s5fv9Dc4CPjR34tUxVo3z38o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/AlertLevel.class" - }, - { - "key": "SHA-256-Digest", - "value": "rcZFOiQFWbl5mhuZL6FvYtfVi9WScw+d2t2Ysq40Zck=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvTrustManagerFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "AMjRB+WhCP/HGJWoNyPA6Fj/eMyFbiG6Hci5dCAOJ+Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsEd25519Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "CpiDBBfQgX+W/bpOAwxxJyqiJalS6vcnD/77LvJR474=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsDHConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "RPoEcLnD8HNhWrqzDBph3JtoRkoxqzoWSJqqSRwNY7c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/TlsSuiteHMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "PouWaixDNxw1nTHDluECumMDm8kHWyRMY2CR35wEwr8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/BCSNIServerName.class" - }, - { - "key": "SHA-256-Digest", - "value": "emyC/b0ZBxV4pRXYds77gkk0tp9/D+SNk/pWt5fBXjY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/srp/SRP6Client.class" - }, - { - "key": "SHA-256-Digest", - "value": "VprBj9lgaG23JvYUIBpOe9SI5QzjVUIHG9+aaJAPE9g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/PskIdentity.class" - }, - { - "key": "SHA-256-Digest", - "value": "/a/3Nfu4n20suq/YBRmMFx4owF+misSViYk0HQorJR0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "VbjQhIvFhjpRTSgV+5tKaAD83/qf+rcgIK+wInePXyw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSReliableHandshake$RecordLayerBuffer.class" - }, - { - "key": "SHA-256-Digest", - "value": "R9tuTlV6qbJcFQT9SDvFUJ8Zld8TpmU6s7cAmF/Gr18=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseUtils$BCUnknownServerName.class" - }, - { - "key": "SHA-256-Digest", - "value": "aTZvmMdi2XdCeem7zxMPBfG4w8kqFB5nIRfMKPRJPNY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsCertificateRole.class" - }, - { - "key": "SHA-256-Digest", - "value": "0Ljku8MXCQGOqhI1F3SKlGrMgqN9XyW1YSbNJGiycTE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/RecordPreview.class" - }, - { - "key": "SHA-256-Digest", - "value": "dgLYQQicuA3Vvg6APqLACTuQa4pulL8KCrFVI2JRvIM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/NamedGroupInfo$PerContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "+jNW7lPPnmxY2G0l7xUHlbVakidmWYebU3IQlbAdcsw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/TlsNullCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "mTRyt2Q5qWNDs4i9daaRgrXYfDNEVTd3uizImLZf9wo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/TlsAEADCipherImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "1pK09HFalwoLW9yofdAvWZgqfHP4H1sozj3XL9g72Ww=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsCredentialedDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "y3WZ81rUpgUuw/Bk7ECqiFe/NFiMNjjKVer1xbHrpSs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsEdDSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "4MF04mLGlswSMk8kLplzmuyAMkl33tbnrydK9/oGlBI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/NewSessionTicket.class" - }, - { - "key": "SHA-256-Digest", - "value": "XBS7CQb8rwEwdZabrnlp3tXNdYN9L53y8hdBEOzyyYM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSocketDirect.class" - }, - { - "key": "SHA-256-Digest", - "value": "djR5Roh4nZCSE5AZcMnWpybCaZOlP/93mMDnOord7AU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/Exceptions.class" - }, - { - "key": "SHA-256-Digest", - "value": "suyHJd7nlKJxbH/itrgg0+fnOBWoQJWhNdQV+1U7Ymg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsECDHEKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "/LuUM82ehn9bKUsZ4m8aBh9/JOk+2+qnog201hS1hGw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ExportSSLSession_9.class" - }, - { - "key": "SHA-256-Digest", - "value": "iG68djpCDcPUDA7w/Fz4us0jNmMIl+07HRHnIfTV4qU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ECCurveType.class" - }, - { - "key": "SHA-256-Digest", - "value": "WFh3yirOQkP3WLEC6szrPLm9ITgQRcHgdtiwGayrJNA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CertificateStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "ybw0B/2RYVIRNtOlR4BiCt1PIXjnQY7yKLa0Tn6xP5Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsDHanonKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "aJvn2XNid7d1x3Fsu55rKZhme04uZwexrajwj4aVA6g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/RecordPreview.class" - }, - { - "key": "SHA-256-Digest", - "value": "4rPScYcg5cqPqeCxuCyEbKFIhLa4Qqo/FQCJ0rOnOyQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/GcmSpecUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "3EeKPW3JiatVwphC7SACjvWlzXEgJzP06iP8tkjTos4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/DHStandardGroups.class" - }, - { - "key": "SHA-256-Digest", - "value": "5QAy2ey85zDjUB+sxGl9XD1M61+Erbc21cGHRTNWbec=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/RSAUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "yIIg/EQpG44Rk3GOdfD9XZahQDA6iLk2me43LS9abEM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvTlsServer.class" - }, - { - "key": "SHA-256-Digest", - "value": "mc0yYAbVekrVIa3dFKSJpmlajMw8VY0d8qtg+0wDZhc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/ECUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "f9SkXfw78dGx3x+FP6GtRdZUWvZTZo6hrmZz9UDqCcU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsPSKIdentity.class" - }, - { - "key": "SHA-256-Digest", - "value": "2tHTspWW0PHiocmuhJKHAHWt4xZBI+ZqRPLRhDllk3w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvX509Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "DXJIb4EJhUklmSVWYDPysn9cPjk6dVaJnEbHuucS68U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/CertificateStatusRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "FteTWZptpECq7vt8rpFMABxoZGAQjaJqDBChr5IfU6c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/Certificate$ParseOptions.class" - }, - { - "key": "SHA-256-Digest", - "value": "wJH/W0kTE5m9gvH1rq517/YyayxOrKiUrivtPWAr2Ps=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/AbstractAlgorithmConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ra64NpmTIKP/nk79O/5/enMmCWxjZ+U8Dkjj5zyPjMY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ClientCertificateType.class" - }, - { - "key": "SHA-256-Digest", - "value": "alv11fsKhq6RhzW4Q0LozAMigMF6xeCuXQO4c18/SKM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/PKIXUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q/Zb78wO2Q5GPIPq1g3/LrIwlwSGDVc+tpc3zu5jSu4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/PropertyUtils$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "QbxrPJ9YCK62A6xF/WHxxNtgxFYgfmwIRpZfC1PsTeM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/TlsAEADCipherImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "dMzExsZeLJZeOH9Qvh6Ilo6tHp1I/t0mnlAVyLnIvwo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcDefaultTlsCredentialedAgreement$ECCredentialedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "q9JBalqalrTPZzu47C18g9bM+ExV8AwerBV3tActtuc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSessionContext$SessionEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "P/EHN//B55ZzgWvQtzVArgvRg2kj/bxix1fT4sVQYXU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceAEADCipherImpl$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "2V4s+LhnqFxGIAwpcXS+UZSv512PhFIAPG5EyufGHWQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/AbstractTlsContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xtr+fgIRwD0P3GfhqVon4GoF6lr8swLymvyO02M2Aag=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "6htgWPZdr+zSnUYNRbc0KJu81p3CKY47mf27s+QN9Ag=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseUtils_7.class" - }, - { - "key": "SHA-256-Digest", - "value": "gPSJN9GIeXpPcc5YKC2AG7PFNVj9wBTC1O08xBts3O8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsNonceGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "jpqWgHnbMLzLsKrCaX26kk4MxG93I+vhDUCqOfnx5t8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/util/SNISocketFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "1n5/CTHLhg8TFs46Wsrg13jKBmAEQcKTGoHkBccoG5g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/XDHUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "HLRruovBLKrLiwNpv2yZJIUeStq7PoZ9kYgnv4TMWQg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/AbstractTlsServer.class" - }, - { - "key": "SHA-256-Digest", - "value": "Pk0c2XJtaaZ3sgGpXLZtQW+ioFxrfloePGdtpCiM+5c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/DummyX509KeyManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "1e1yfkmI2Kpn0x8Mp5nd4lrI74X6A8Q1pTRtB4qFX7M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsSRP6VerifierGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "meWznYtjdTBVVdA/ZykgU/ogHVTkzyXOIQ9nADpMafI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ReflectionUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vkqFdogei8IOl5U5FkdULUo+jX4WComwGpvbayzn8Sg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/SignatureSchemeInfo$All.class" - }, - { - "key": "SHA-256-Digest", - "value": "k33zDkIBLNoSOH+pWqtEEBaKE68POG1GX6Bumv5wtJI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/SSLEngineUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "ltDvsuy5fDt0nL7HJDvQc7s5vd0EfQFNy2raai7OBpg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsRSAKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "+oCnjMYZY6DYahMdcyLlpei0FhQGo1396XwqdaeUSvk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSReassembler.class" - }, - { - "key": "SHA-256-Digest", - "value": "PwF7DvUhuaHLSUX/PTAoie3WYjo8Qbp3GlGT59tvfU0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/PropertyUtils$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "p7KjnBh+mFot/tphRmijda75lLJfMLbkfD5G9GR19O8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsPSK.class" - }, - { - "key": "SHA-256-Digest", - "value": "1VZVW7BJ4fItTI1aGpxcopLa2XhmLQDgf4hN/8PnBOg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ImportX509TrustManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zg+mownjYYQZH1EGk2ptgs2oiSqCf0dj/OjfA0w1ldw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "SdCKl2oq9iLvfdSbQiUz0iGHeb6isRStbE7e49TA5Zs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "3hud0edXiGhjBd8HifGww2o/vBGT4u42YQ7PpNzxYik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/KeyStoreUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "0/NfShFc8Alz1qC9g6cdNeBX3pXdlhysvmS6RXFZghM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketDirect.class" - }, - { - "key": "SHA-256-Digest", - "value": "EgHw7qiDfyobfHt7tfjI4YzrWLP1/lhOgOLN+seKayc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/AbstractTlsKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "diADOAp8DToQaGM51WbOPEWLB7jF3g9IxjxfdTclj44=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaVerifyingStreamSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "/MpU+dWAKjZgo3tke9ri8zsMIB3sbeSksTFYOE48qpM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/CipherSuiteInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "66HCG/QhvHiQWKKEqxStHK0nNOTVcNPUAJsjRD5+x2A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DefaultTlsDHGroupVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "UYNel3yfiSX/7brpZclqq8c1o1Y+ymWjwN5H4tiIP20=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/DefaultTlsKeyExchangeFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q3nh4K3PA+dlfIVfpufz3qktQx9rg6IQVm5tp4mejn8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsSRPLoginParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZckkydzibdwkFCaNNRnWJOIX113clEVrXtzJX4b+4Ms=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseUtils_7$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "M1Ex+XpXkEcRooXNRBbONVkGIcInpcjn9ZlPbQCG+vA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvTlsServerProtocol.class" - }, - { - "key": "SHA-256-Digest", - "value": "dduBC+TrWXkmcE3R/n8rNErvf2+mzzdN5M+8A+7KiGg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$BcJsseService.class" - }, - { - "key": "SHA-256-Digest", - "value": "9FNet0AC9NbzKJ6CqO1KvIXa9ZiMVeGQkA2FiYG6jwc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsCryptoException.class" - }, - { - "key": "SHA-256-Digest", - "value": "q7RHk5YWSkHpfqXMzim+MV/QPMZjo7tsRUIplkc4V4U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/X509TrustManagerUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "XkNOsuF8RVOFz/xHayXhn65FffbOXU/19AGZcd9GlzI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCrypto$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y2bRzf9et7JXl+ZMSt2zpOygQDECUbkQxNxSyKB3ZNk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsPeer.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gz8kRp/UG/paujEd24vAUdd4JW9CJI6m3HdDvqnh0X0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/DefaultSSLContextSpi$LazyManagers.class" - }, - { - "key": "SHA-256-Digest", - "value": "igaJ6041vEQlZXbC6XEeasQnc1USDUzlQo+BfuJqkhc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/AbstractTlsKeyExchangeFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "jgKE2lrA2y8j0mE59jOZcPjt5yQQIbBTEIpSlej9Y8Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsPSKIdentity.class" - }, - { - "key": "SHA-256-Digest", - "value": "AjT4ZjA6mD0Ip9djQDFB4eHhii01D7jjDxib8fYs+jA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLContextSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ihxHJWngoN1iGNl4Wk+X0DPK4pcDJWsEUOApMOKOrU0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ReflectionUtil$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "CvkTXZEnwrxWihoh2bkkp7QpQ61d+zEdRFEp2Wi1tvQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsExtensionsUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "fbJYCXKkIKQjQ5BSeh1xXLzAdGQ59heXwT968yyI2Ww=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/AbstractTlsKeyExchangeFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "UhVawZ/3AXnrlBlirNuksItx8rbBzAcGObHAJ/WrR84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CombinedHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "AvmZX65m1a7ZUw9k3Ljd0sy2wbxWtTDqlPYPWP6yYMY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseUtils_8$ExportAPSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "u+g4RSjEtdioKeCjSnV4qlu938AHQAZ+aYmZd4rLfDs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceX25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ld64J+c26N0Va8PruVLglp4fj/GGrgYBj1IVP94UZOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSocketBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "agJ+FkUfuFewLyWKnQz/BqrMqY/ukSKAzLnGIk2BO+g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceX25519Domain.class" - }, - { - "key": "SHA-256-Digest", - "value": "SvRamVfMUEgCXZfBxB4RyUrt2suxgbWYFy30/trsDxU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/RSAUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "7IstyaXnsk+M2Pbe+sR53V8g3fAtdouJA6jy4KUptkU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceBlockCipherImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rd8JOVjGttRwRBuVYXEod8dn89dmSnXpL9IR8KTdZSI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsRSAKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "6bCCxMbI1tmRiFtVO/KTJpaK1FOYdiYMGVwuBgxKNOM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/java/security/BCCryptoPrimitive.class" - }, - { - "key": "SHA-256-Digest", - "value": "aTajzbxb7+gUY5DwxIJNJNLOtQN/poyCUToBrngxjjo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceChaCha20Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "JM+66po9Y6edk8lDU7fs5yW2fuvPJ/WbBbY75p5A40U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLContextSpi$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "mCT1STlBvI73viJbjcxlOgLGEiVwSjzimuiRPYQEzuU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsPSKExternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "zkf9Ix0nDUrFG942ASQUgJj5JMnS3GUBVqlUMGzExLE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsFatalAlert.class" - }, - { - "key": "SHA-256-Digest", - "value": "vUxMNYu8e4b8x6hiJS+fF/BrVLD4YhHOq7ObzUXs1Ho=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/HostnameUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "DRazr1Jp/ml+FbTA/2dFiD1ovBZvuLcEiO/MAwMJOTM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/NamedGroupInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "zAjS4nZrvMRqxPKEgkrGHnp3hNjeLFiNHuAtJ9lHSxk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsServerContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "nv7k7L6Z94jYOVNZ/XqOGKDY7H0SajVpcQS7WAu5tWE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/GCMUtil$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "2j0GryVtDdHBdcHl2jVIMm6q5qtTCqhK9VsILaAUVkc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "xHlrAtXLGlvnyP5m6XXcYY7h6TzkyvRAIMSKDBQIa2I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvAlgorithmDecomposer.class" - }, - { - "key": "SHA-256-Digest", - "value": "IZpXn04C0lu0F6vMhbqfziHVfanZZQhuMXlcB7V0iDg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsPSKKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "55xjH//78ZmHyirKJ6DSNSZeJ3ONUn0SBf/ePfSU9tg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "LI5QBCVgZ9YN12P48rjAnsMxCd5lwd/OiwoykFoBgTg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceTlsSecret.class" - }, - { - "key": "SHA-256-Digest", - "value": "u8RUC+tIi4X32XVh9X/cRYILoojFzUoMuXz+A2QvnY0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsSRPIdentity.class" - }, - { - "key": "SHA-256-Digest", - "value": "tmXuTOtfWe1qQEVW8++ZaUDkr4wsocGedQhOMUSCH80=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/AbstractTlsContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y/lZKNeX5GerAvWdTV2JakZjckqh+ZhVlkUVu6Klm2c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/BCSNIMatcher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Qdjsn9PfINmMPfpaIKf1VjBbFVxF+Ip8dxQ+eK+9t+s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/RecordStream$SequenceNumber.class" - }, - { - "key": "SHA-256-Digest", - "value": "AZ/Da0DHa2E06aNJ6FYPTsnANpunUZbwQNfCkystFk0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSReassembler$Range.class" - }, - { - "key": "SHA-256-Digest", - "value": "jNNrHOZDIBKWlY1mG2BoMTmNIlo1RRglma6fXG9+wJ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TrustedAuthority.class" - }, - { - "key": "SHA-256-Digest", - "value": "u76FA/CVJPOXJ2z+QfKymLG4Qk67tltdWt1ip9fDHdI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSocketWrap$AppDataOutput.class" - }, - { - "key": "SHA-256-Digest", - "value": "PX3n6kkCd2qijrSf0bIFZMawjc+5CEwYV0/PPaYyMiA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/NamedGroupInfo$All.class" - }, - { - "key": "SHA-256-Digest", - "value": "+lIhvl3RJGtEtE9nc92LLinhtRJ45VPKSrxxjsoRi1g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvAlgorithmConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "2oKItCTAs9lpR5wDKpdEn09zmHLdnabNLyAkdvB6bZA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsSession.class" - }, - { - "key": "SHA-256-Digest", - "value": "09EHzAgGC3zF7d6JD8daueClzsSmOL29q07vH/r36tI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaNonceGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "0NPkoR44mno+Y0NaMOS7bAVzp1ymz1O7sQmrRPxbIY0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/GCMUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "htWT61hi5w1FQ8wS+se/BxewHn0w6bGuPQ6QRiZayqk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/BCSNIMatcher.class" - }, - { - "key": "SHA-256-Digest", - "value": "0zgu4jITUELPOWZJviJZatl5eeq9jg+ZJKy+pmL0W9Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketDirect_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "NTe+w/0c3oynyeSa2TYcGOJK35C47lL0cSojlMonLQg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ByteQueueOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "yY1QEKbjapsP7JFgZNEqNi1z0ZKBDq8uInvZ5m4/LEg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvX509KeyManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "PMVDUoa+l7NH/9ww3DZSePGBaQTojiu6S6b+9bok0kA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvKeyManagerFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "tfjm9WCuBXm6qtnaDY0+O4fVx01wR7segRKVI0zSR94=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCrypto$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "eyM9xFkz+JqsmdddnxY4ctbZOsiJP/NBI5iGOBs93Jg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSTransport.class" - }, - { - "key": "SHA-256-Digest", - "value": "yKo5rY5GulM3IjNlu4NJ51vHUmaIhtzQMXuU14gTcYU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSessionBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "fzd4QlhPp905fYQQzy9enRb5bMKN6sKhrgKMoCKV3tw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsFatalAlert.class" - }, - { - "key": "SHA-256-Digest", - "value": "kNIhCf74MTsL9Ghuvxw5fr6T80BHhZNV7+9hvnx2Xfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SupplementalDataType.class" - }, - { - "key": "SHA-256-Digest", - "value": "kb2eJ0cC6ehnBmKegyDjYU2xQdi+2cVL8iiO19uOYAQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketBase$2$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "J0d3k4LznjoQGrsY4BrL+L0SfKPGfAvvcb+OyRCH4U8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ImportSSLSession.class" - }, - { - "key": "SHA-256-Digest", - "value": "17cI9h2VlU38WdUtdNQmV+t+43KwYRz6fFXaaTkbqGU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/OfferedPsks$BindersConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "IyRRsTMEjyyCDrR34cl31Ji0tx8obsoTfu4ZLsoN/Tg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/BCX509ExtendedKeyManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "F3g35lsBKmpm3wiEtyJCYAmRUqptPYaGBeOUIogj2dA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsServerCertificateImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "jeoROzZvkEZvE7IWTt9oD8qfu/C+YBN19ojkGpHh0mE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsRSAVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "SH19ElwcGaqomd/1WW7NgGwobmvzylBNniSB/XfgQtg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsBlockCipherImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "HsOP9iGn72dxUdzitnJVDS0iaHZcwAR+ELpvqSADATc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ProtocolName.class" - }, - { - "key": "SHA-256-Digest", - "value": "ixc/zvESuHq4e4nWjZOUhHte/l0NgrJKY9bD6kP04lM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsDecodeResult.class" - }, - { - "key": "SHA-256-Digest", - "value": "dT2lPTkrDjRYTd47TNoboz/pdbnzltaVU7KzY8cXSx8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceX448Domain.class" - }, - { - "key": "SHA-256-Digest", - "value": "JwbbXVrCiOHZ0hcmFixVsoybX+akvWLzeTry0b0ZqNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvX509KeyManager$PublicKeyFilter.class" - }, - { - "key": "SHA-256-Digest", - "value": "f7ga7KHr29sWnxqbkFkB7FBeeaCAzpsoIt9O8HM7cP0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvTlsManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "INmZazx3tYw2FvKckg9vXlsFEkGe4yOM1xQgKAjgU/Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CertificateURL$ListBuffer16.class" - }, - { - "key": "SHA-256-Digest", - "value": "+0+0QAvcKtblnaQ7axW33mgjdqxRlfqJHB0exOxASRE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsDSSVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "KDv58p1kQuoqyo7uJKay68Zjc5+RVr69/gWVbBH696s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvX509KeyManager$PublicKeyFilter.class" - }, - { - "key": "SHA-256-Digest", - "value": "B/xEaiTb3407qT+LE8OzXwTwrLlMxm5zIR0b5cLSAQ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSessionResumed.class" - }, - { - "key": "SHA-256-Digest", - "value": "oBjRz/FcWy7icNeiAGum4w7SYkGPFsg9ao2z5Db+EN8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsECDSAVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "98aPnsndkFzMyaggdNeYGSEJhAWPhSeCpG3TzrVv5h8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/TlsBlockCipherImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "JqSOahHtps2P1ROBvKj3kTOm5oIAk63vBmA1kW8vzhg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/BCApplicationProtocolSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "hSjsoNie9hRXyKwG0Tzo9dC7s9VNkkoNmRirPb6wMw8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsSRP6VerifierGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "TJh3zXklk4FJHACnizG9dGR1dgH0QScrXIuNryVwx6Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SecurityParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "UG1/+0+i42lVRxZEzz5qjXJh8QIU25zSxMIHyAc/75A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/BCSSLEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "7sv8HlCau90C99Wwn8qI4F3R1nWuOK/+ANrLaScAJhw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ConnectionEnd.class" - }, - { - "key": "SHA-256-Digest", - "value": "u756M46iE6Ue/RUK2GqMIM0a6TjSAj1+3AA382QHHZ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/BCSNIHostName.class" - }, - { - "key": "SHA-256-Digest", - "value": "tLT7moE7EW+dSJOJERxb5EXxgt0ZghZxVGA+kZVifqo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/PropertyUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "r9mZumNDLDGkcR+RL+o25/TXyr2qZwJzjVsyOeWmQ6Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ImportSSLSession_5.class" - }, - { - "key": "SHA-256-Digest", - "value": "4dQv15MCgmtPCMgx7GS5LpY05YQRBnjy256mRqcXfBM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ServerSRPParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "bF9nLaCT0UPU3P9vjks7NHGfABjjclpdzXLwgjRy9ms=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ReflectionUtil$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "cF9Y+ugx41b0jS4DyxkZCG8NQV9sMW/uBnERzwD16SA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvX509KeyManager$MatchQuality.class" - }, - { - "key": "SHA-256-Digest", - "value": "skevMYJl9ibo9OnyiteJ5b0gG/9I68XflfjbiBQWpGk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/DisabledAlgorithmConstraints$KeySizeConstraint.class" - }, - { - "key": "SHA-256-Digest", - "value": "7ReW09VeBFb4c7d6IvzWJ6Ugjz8z05TSm9JvQaANqtw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ImportSSLSession_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "d+v6XFvIu+i0OTAB+p+f8b+oAzrxWaKnhi3y2h7jaTg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsECDSAVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "j68v4Ie6471jiqsdwuDtedXaTZR9y+QcI3Z/iVB9rFw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/SessionID.class" - }, - { - "key": "SHA-256-Digest", - "value": "NAp3gyFYPQgKgwPgBOhU4cz5rS47vHJxbRzY1nybzJw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ImportSSLSession_7.class" - }, - { - "key": "SHA-256-Digest", - "value": "A1uthRZQXmvbWW9bc0furZMtrgQ2pVtHNK2MoNJr0qs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JsseUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "BVrQ0nKd3w533Eb7K0kfrBQ+01VWtn1/pfxqr5jzgyo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/CryptoSignatureAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "UXogH3W5OPM9xoW+m1q/ze/0d3dOv4CvoEZJFyllCYI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/BCSNIHostName$BCSNIHostNameMatcher.class" - }, - { - "key": "SHA-256-Digest", - "value": "qfEMvBcxROmkZHkJWgJarBlrZbcz8P80NVrXbEUmxFg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvX509KeyManagerSimple$Credential.class" - }, - { - "key": "SHA-256-Digest", - "value": "oey6zhZOH7UD1uyiQ65sY5V/006w5t5ujteOjSlqC0M=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/RecordStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "YpvQE7v4cZsAYzDY3yql1opOQCQsLWBC2mlpwgVx0qk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsHashOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "OwS95OiM+CB3kri0c0tA40e6pIWLdLfHvEH8JCkKPkc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "twcYbYj8gSziI3y09JyMX5eu/m6/hv3XhX0Nr8hLuwM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsDHDomain.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZDRPG2wAZBWFeAp3TWH1Xa6ZEZEaPRHjoZJWJmLQu2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSClientProtocol$ClientHandshakeState.class" - }, - { - "key": "SHA-256-Digest", - "value": "fu0bvjtMQGvjQmwMON5EUMKBFiGP/CaN5BspvLHz5D8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "/bRGRByDsGiy+BHB6E7ikkwLq8bfxVLgQnYKWOtaC2Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsCredentialedSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "zN36bK08dO0GjviRy11sk0EHmrk9nI5tWwaPcQQNwp4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsECDHEKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "8aa6cH/kIbYbqffszDOn88XVwhRM4A+UDTLGe7oBZRo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JsseSecurityParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "pHrqv9LrSoqVlqYXeb78QQkDCNyyqHCG5iMLkOCwiQ0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSProtocol.class" - }, - { - "key": "SHA-256-Digest", - "value": "zq121/lbNW3x/775flk+NfqRdZCuZGkEyGESvzmaS0k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/java/security/BCCryptoPrimitive.class" - }, - { - "key": "SHA-256-Digest", - "value": "4X90X1KZgDeNXGjuaq18+KlaeWWII15TBr+m0BRLO0M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsDHConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "V31iJ70CGmokheWuUs59W0IED0Il4poWfyvd8VPQ/t4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSRecordLayer.class" - }, - { - "key": "SHA-256-Digest", - "value": "93xBnTyOWLNGGc2szjYQ6Lf/yDAoxTNPPjKigsaGBOM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SessionParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "qSCUraX4MChPnGF3LCnCNTwRDnmI0jfXaFzI6LgGKOg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/PskIdentity.class" - }, - { - "key": "SHA-256-Digest", - "value": "V9omx3TVW9K3J9RUc0NGHFJkhlevKvZAb62Gq4otd44=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ProtocolVersion.class" - }, - { - "key": "SHA-256-Digest", - "value": "wAzmU+r8Kf59X2eV+cbQYv7rlRUPF1RjA0OerpZHmjQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/UserMappingType.class" - }, - { - "key": "SHA-256-Digest", - "value": "+MEMF3Yufommx2yKrSampQU4oNjmgXG4LEObe5qZpas=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsHMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "6reg12iZ9W+iDDJEBROhYforCjJq2ZVUzLq2vKGd3Sk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsDHEKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "dxVOGUTpuGAkg/uIKLMJcBQJNs170jDBq1jA8kkJPMU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsSRP6Client.class" - }, - { - "key": "SHA-256-Digest", - "value": "+TNFZ+DvraRprcT3vClKuE/tG3c1Dyfy4bpFaubKHA4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JcaAlgorithmDecomposer.class" - }, - { - "key": "SHA-256-Digest", - "value": "rIPhYneJXUcATHJWWnWZlEhkVyFYUUWywz26C8gE3Qw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsRSAPSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "f+kp+cjZjgD7iX/reLklXNm1a5SHVBdmQh/v2YKxRlM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceTlsDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "o/LZbREKRAE4z2tdIxK3sllEKzKxPAhGRta1KBzSrMc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/BCSNIHostName.class" - }, - { - "key": "SHA-256-Digest", - "value": "umnDDbm+zbqSJ6um1B4f9j8XUlWgWfsL7yX1CNLP53w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/KeyExchangeAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xq4O+N2fAGOPenwHQyTJCR4RzYK4BlRxdjnMxM18CAM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/CertificateVerify.class" - }, - { - "key": "SHA-256-Digest", - "value": "J0FZWGSz8khiTh2exAHfccgByFP5gfXsaw3BY+r7trQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/OfferedPsks.class" - }, - { - "key": "SHA-256-Digest", - "value": "WcheD6nuSn1Tfp2h6R89zx/ftbTC8VQWKg/CpjttvSg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DeferredHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "sFZYe2DzGRu3DlwQksHaGPPSTbXEttkofwHjGaF2eRU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceX25519Domain.class" - }, - { - "key": "SHA-256-Digest", - "value": "n5NqIgoCQXpneXGWkNzwtfnvlZu684yuRGO1Cyg1qFY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceAEADCipherImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "BkmH6E6j6eIQyExANgUsyEc/StgyCQOPZCLRBlClR/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/NamedGroupRole.class" - }, - { - "key": "SHA-256-Digest", - "value": "AmwU0lK86/NnojwK7etGUJEqVOaM5D6Mg8S07vbLQ98=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsServerCertificateImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "4zQVLkPDgB5MlubdKbnRQDdBV6Mx2eqzEUxzHCWBFN4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/SignatureSchemeInfo$PerConnection.class" - }, - { - "key": "SHA-256-Digest", - "value": "spwu4HqxFEn0uF1QBDnYHJ8P5OgYPDFEfPFLRI0ziuA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/DisabledAlgorithmConstraints$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "QDlUj5fjVQ4dHWsWYsVhJd6Xz5qgQmT2IQU/3ofxMHs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsRSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "KOb5aonthrsPlTYW3B+5IWmEjvj5x7rhn6oAdU2VT4k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsStreamVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "YdAIwXqBWEZdopVYFqri/vjXIB60UMCYo63BwOr4Ujk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/Exceptions.class" - }, - { - "key": "SHA-256-Digest", - "value": "3xRnj/MpbkoilKhMAM4jey6iZZetjGgZCX5c+FdXN+0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSession.class" - }, - { - "key": "SHA-256-Digest", - "value": "LUcgIJ0h0OvhhITuQZLsBj0PodR3EFa7+DI/f4iquQ4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsNoCloseNotifyException.class" - }, - { - "key": "SHA-256-Digest", - "value": "yXH5ZNiBYyLIO2JhDBXKaXatP4kC0tGSuyi0eza5OX0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ReflectionUtil$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "DvGkyPYGRcbB9BBLA+jdWsbuDo0U4B9hx85WFGEyNzw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceTlsECDomain.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nd1WbmZ2h4pk4Z/WHsWjkVo1RkUaEtHNU2XCwFlvJBw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsServerProtocol.class" - }, - { - "key": "SHA-256-Digest", - "value": "EroZKWHBjH3bRE62UsGA/o8lfe9COohYIt3DwohVGWA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/DisabledAlgorithmConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "05qqiJYU8rtUj3FD9Iyy9Ffigocu6yfdcjFovjoBt0w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/srp/SRP6Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "2rZUHglJrreQi3OBeOjhr86H0CJwpHqFfB0Hwj9d5zI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/RecordStream$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "yjJAu1X7cU5x75J9kbvV4q/ZPQSN9oL4d1QIv+3OIY4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsAuthentication.class" - }, - { - "key": "SHA-256-Digest", - "value": "uKD3CI+YZBL/sVw8+4LcZgc+C5Igt2jvCxzBgwzDEmg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "8qxKvEw/5DxiHVFU+H+FEXBOprcAUJmVnm9cbV9ucYY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcX448.class" - }, - { - "key": "SHA-256-Digest", - "value": "bwDWoFii+umYS+sby2jFdzfinqBYZrDAeoZWhq8yzoI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ImportSSLSession_9.class" - }, - { - "key": "SHA-256-Digest", - "value": "e3IBbRKqcdDtoEuJNDvlpyMJIY5jcj6i2Uai0p/nUds=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/AbstractTlsServer.class" - }, - { - "key": "SHA-256-Digest", - "value": "q2f1/V1ECNIE4tptBWTHiLCGKcDcYVWq74ywcnzidXc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/SSLSocketUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "j/H8zR+FeBgT66qqQRwrFV7y7+hin4X5V7ie1qJK96E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsRSAEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "f6UE8VF1aKu2dzS0sY2HESRiWrMuzuXbtyiJN+hTzrI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JsseUtils_7$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6d9SAkW48pCtKgHvbJa9hncaQSbARMMt0oG8XzR+Tu4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/TransportData.class" - }, - { - "key": "SHA-256-Digest", - "value": "3A08O1KfZcxGQjOcvDzLeYhPHLDS5HECmWp/qluNqWI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ByteQueue.class" - }, - { - "key": "SHA-256-Digest", - "value": "tHI2yPllxawUC/l9jTqOOfN8v9ZBdDLIRc4XKIHMdKk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSessionHandshake.class" - }, - { - "key": "SHA-256-Digest", - "value": "euFkhQ2KXLxNP/HBYBKQQhYw4EpMO0SDsF4LQUZniG4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcDefaultTlsCredentialedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "+LU5BO6NaqSLiByoCEuSQUY2Xb3g3msYPnwwr/NzX/g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/srp/SRP6VerifierGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "asVvsYtWcdO8vOM0gRoxtMRtgn8lV7vEGKeWz6vNdn8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvX509KeyManagerSimple$Credential.class" - }, - { - "key": "SHA-256-Digest", - "value": "0hROxqLT+eEhUGbkEgHjgVzZyAZroz/5WppYeZAyz1Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/srp/SRP6Server.class" - }, - { - "key": "SHA-256-Digest", - "value": "cpTzmb78UrcTpPdv78o/sZGZQwLtnOVCDOeMeSca+oM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSReplayWindow.class" - }, - { - "key": "SHA-256-Digest", - "value": "BABAv4fq+Gb3yoHB+J9jNMj1kwojqreQGY3dz/7HGhQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/SSL3Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "2X/9KWx/XlBNVAuBt5dh1ODtiFXDYX6WwyZdXs+ONkg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/NamedGroupInfo$All.class" - }, - { - "key": "SHA-256-Digest", - "value": "SKmuKONlGPJWjhB8NfQPWouwscJyR+OBdjB5t9hmszI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/RenegotiationPolicy.class" - }, - { - "key": "SHA-256-Digest", - "value": "qzZ5xC5tZWAc0B/RFqg1T2S2CxUA6cQJgJS2mofNerI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/DefaultSSLContextSpi$LazyInstance.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZZDc3kOsMZp+6FDC83Pj+DMoZcyX2mlCPv1crvBewSk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSClientProtocol.class" - }, - { - "key": "SHA-256-Digest", - "value": "IsLZZkjFde3nk+Ku45g9yvKC0vFqjs9YMS5sRlF9F6s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcX448Domain.class" - }, - { - "key": "SHA-256-Digest", - "value": "NOZAI5naQjdi5IwCvCs3BWOA833OCR0BvwQWdzAnACY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsDHGroupVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "k9w2vAWh8BQc19rqTUrsvNdSACNwN1Ma8X91qcnNv8U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ContentType.class" - }, - { - "key": "SHA-256-Digest", - "value": "SXyQRMMSucr0o/oLOSGb6wZ2fxQvi0NRD41J/s0kwV8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvTlsPeer.class" - }, - { - "key": "SHA-256-Digest", - "value": "P1lGLnNxyY9UvP8zkZs/fbWbV2TU4KKNmB+J/SPdEIE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ExportSSLSession.class" - }, - { - "key": "SHA-256-Digest", - "value": "h6a1yEhzr2U0KqUzoGV7QXxj/rjkJeRjrR7msTjdsoQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DatagramSender.class" - }, - { - "key": "SHA-256-Digest", - "value": "I0S/VXVljfCKcnG48NK2C4QaKO2X0KNWD+4eXpW5zoE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsEd448Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "IqUvGF4ewUcH7D1bop9nAJsquIGRfcg5MCMJYKNx2J8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvTlsClient.class" - }, - { - "key": "SHA-256-Digest", - "value": "4HB3Nws3nqlAWP30duZYE/rn14Ap/izmdgJkPwvJTu0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CertificateURL.class" - }, - { - "key": "SHA-256-Digest", - "value": "TtzPn6E91cFNxOJifozWWOUQJ3TVV3NCzyygy+yi4ZQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsHMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "NCQutwy2w2q1fZIEw/HOqsttxcnIkDSrJV3pUhwaCto=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JsseUtils_8$ImportSNIMatcher.class" - }, - { - "key": "SHA-256-Digest", - "value": "VI4PAhY9XfcdB3sMoqbHFdv3PYcos7prOfm3ht1GPF0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ChangeCipherSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "u0NLjuzCwmAoLhjyicGOKVeYH6RCmlpj/PyYSuw649Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcDefaultTlsCredentialedDecryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "YGon+3+GKVnVl2VYFJZf2VF6zrTNRYFvitq9O5OqqSM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/CertificateStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "Swv5ynUuDok/R2f3Szz8FYUSfDHxTzGefpGJW83RnBQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsECDSA13Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "hUNryYvDEW2sOjVDsbMtaLTEXkoHo+VsOjmUdvZ1bXQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseSecurityParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "V+ERKj8GbXnUl7gs1CailNXqUawvfpVtz74sRJpoyEA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/DisabledAlgorithmConstraints$KeySizeConstraint.class" - }, - { - "key": "SHA-256-Digest", - "value": "kFjSjiPIkdrH8xCZPbGVtChYBzV1rfIRTJ3zwLCzRb0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsRSAPSSVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "2cA2cEnLi3bRSvxMevLiNoPVUJIPkCJb6MN+p1GMZyI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/RecordStream$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "RJ+GpY6oCuiQEeoShjicIyXZCSSdjyf8+sZm+hFNQxA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/OldCertUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "6XqhBfgbKM2VGO+V15/odQLnMeI6uMWwD7OpqA8VT40=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceX448Domain.class" - }, - { - "key": "SHA-256-Digest", - "value": "Axt/3gi+r42lp+me69i9uQDOI2BAyqH2FbTFl3z9LVg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceTlsHMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "z2rAwkkkFBt+beyTIz+3gQldmMZm1qMyKM5lxNmGqYQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsCloseable.class" - }, - { - "key": "SHA-256-Digest", - "value": "8FQ6wTFhIg+DJ6IGqQU+OoydGe0eILqLVEscOJh5G4g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/PskKeyExchangeMode.class" - }, - { - "key": "SHA-256-Digest", - "value": "zimgiJ3l6E0eVHglfcsFIprQi1nkUj+rVfO4XRiChDA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsStreamSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "UjdgphalFuIrRyNyXdGsEfyUSsh382Q2ZkiLBZbSokQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsEd25519Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "HZQ8Yzw/077PS6qr0SW/fe4odnuXSrRsWOqYhQMp4lo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsSRPConfigVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "mKfbStikfj5LIBYLkX2OfkOZ7tN3hl3YMeswJykddXk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SignatureAndHashAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "jrjOi+fMFwWb0BkJ2Ky9QgExfyyKObN++MfIEwZOj+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsECCUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "nPkJ6oPNtSQIkIvSann6XwiKdqtxnTvLFeAubv4DzJ8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsECDSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "GXHTB5T13gyW1ai8S/fe7PqHPu/e+YnOUeymAjXne84=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ExtensionType.class" - }, - { - "key": "SHA-256-Digest", - "value": "CSm5ssnMBOW84pfYWJd9l8bfQ2Z9T8BOdAP40Tscn/U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ReflectionUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "90SB48d6AWg3LHWDXl9/Q07nPR244Lf5vJB6tcA1HyE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/CertificateEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "8CZAm3RGpaSRmxB00RJL8ogkN0U4ryOn5M8Y2uBDDcY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSRecordFlags.class" - }, - { - "key": "SHA-256-Digest", - "value": "yx5wSg4LQ9UI556DSI37BdREk1eUH7rcxe2a75f+Uhc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ReflectionUtil$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "J+j7NoE8lymnuEFKus8YXgxGrYkb+V2NIjKH8nMZlxw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SimulatedTlsSRPIdentityManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "jEoSk8kYzsO4D4drvC/iQGmeKzIcUknS5tXhhNuZ26o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsRSAPSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "MxrSouQMGOFLlgy6ylo78Aa/QFkpwk7Qk2O2sTRpL2Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "sTKlKqLiKnGyMsyTr1QFSd6isqNX1NwDDOwVCUSXEVI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketDirect$AppDataOutput.class" - }, - { - "key": "SHA-256-Digest", - "value": "NoDtY3tt8Ydqr4b/fgThCboVTrgvK77uFllXfoc2EvE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLServerSocket.class" - }, - { - "key": "SHA-256-Digest", - "value": "maeuEwcJV/52Mi/mSPjnSD6iMOShcqrjOPWpDN3/uto=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSocketDirect$AppDataInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "nlho+6Zpf+Bc5o43mWWsx6kcX6kTyZtGu8xkXLPORw8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/AlertDescription.class" - }, - { - "key": "SHA-256-Digest", - "value": "X8s5LNxSnTnXjJu2bdh/WmSkEGPRsSKWchzY2KzC/wQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/AbstractTlsCrypto.class" - }, - { - "key": "SHA-256-Digest", - "value": "NeqKdc5jmZQsa9pzOOy42S6dnj2oS1v+hySPE5jGkTg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SRPTlsServer.class" - }, - { - "key": "SHA-256-Digest", - "value": "vFzZw1P0TEXdJAxPL6kDMSVkY4VmBu5dxl4PvG2tGrg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ByteQueueInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "akrGwYftgy2afqfHlezGNdHQPPQ9L/gDbUkjYiZg97M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$8.class" - }, - { - "key": "SHA-256-Digest", - "value": "V9G2UjQ/QbPuGb3Mdza1j+AVyA5Jtx5kjPOsl8kx1Ps=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SessionParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "wn9wCRo3aFdW+VNWWRAMvKwXU/7tJ9QvdxhWMrurzr4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseUtils_8$ExportSNIMatcher.class" - }, - { - "key": "SHA-256-Digest", - "value": "tOTOeDCMuiHpCgk4OrkPKFh3F7+t17swzfi867DBMhU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "dD1OnuyCrdoYue1pQfXG164AuTipOfp3QOLeQjx0qac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "mST4yXHJSd4YTMMOEeQNg0IgwATi+yy9blCKAeuV+3I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/GCMUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "RBoZgdFsRGTD7dW/UxWuPUFnoUrGHyTkGgysNOStBaI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvAlgorithmConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jrdkzk2KamAbbfUPFZbt0BB2kWMNaWBNScJ8tfdkRX0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsCryptoParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "czgUZ3A4sRfib3O6eVayfN2jT3gND9JmiqIMmUwtKBw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/module-info.class" - }, - { - "key": "SHA-256-Digest", - "value": "4EOm9PBnrVBDFJTfsXd2/1vLq/nWE1sJKpJo3l5QShk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$9.class" - }, - { - "key": "SHA-256-Digest", - "value": "yTF53OsYdCnprvI8NxIyT5c6oS4+BUINU7V7SB+H5HM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ImportX509KeyManager_5.class" - }, - { - "key": "SHA-256-Digest", - "value": "7OOXfxbxEPHHWPJP/rMty1O/WzU7j5phtwW3zlzjmi8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSocketDirect_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sz7xS9LsWRKiejrDAeeIKyY8IOz3y26rv5DKyeXvELw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ReflectionUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "08g+apXk5Asj1Ag3f24/Sjda584Iea6aICTgJn93iWU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsPSKIdentityManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "DAxKrgB1FIlyRzizaikjpEsJSW4j7G1TrLnZbBG/idY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTls13Verifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "mCDh9fvaEB4Dcuwbd2L3x8TAcc2ELQ3LKapemk8hHng=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/KeyUpdateRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "sRSIy5buAQkLcpZt7vDv9eLej5S+UnLMfD5vP3/H10o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/XDHUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "7c16IMtc84he5rPFrtUhe4H7ibsEguhVIZj/3UtRBr0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketWrap$AppDataInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "MuH9w9co1RnErY+8kFd4slUL9utp5goJcNAch+P8gt4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "mnV1Fta/rYt2RN31IQ9Q9/Lp8l1UcWqHfuRn6tiWBUI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseUtils_7$ExportAlgorithmConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "5ZUnO0pE3YePvmRqzkGzUzww5M9OYXrPBn9+2GYQyh8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "cD3jsvmctJ5x9JnA4d7FbSy5SzqWGgRPZ0omxDDxRfk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/BCX509Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "q3+KWFw6+7cGYTviynvz3Fc8R53vARdZGuxj0JDQZiE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SupplementalDataEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "xgPzh3Zb/AWYtXwFYsuP88pZ908xOXlhCHIa9JPISM8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ExporterLabel.class" - }, - { - "key": "SHA-256-Digest", - "value": "EzFC9KgbKGpSOkGzl99X0RAFRxxfJ36qhX6gzW8eGwE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$10.class" - }, - { - "key": "SHA-256-Digest", - "value": "SDndp5O7mavX3HQq48j4HKMMTSk/O7Olj2u0eY8kpjY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCrypto$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "aeyq5RIPYd5wPIvIKMtoRI5eRHX6BYUGqFoPIHZ3Nbs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "511LclW9edc+5ZmaRhBGLOU3oRLXD0oh15na9RUUHKw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSessionHandshake.class" - }, - { - "key": "SHA-256-Digest", - "value": "nyJcywzrL+MePLWXccqE1Eijf7tAnT/xBsrRyVTTNzc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaVerifyingStreamSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "4UJPa1aTUqbV5t0locB3RiUMrJ2+HwoLKxhwjvVP87Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/EncryptionAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "7W5XCBhlCtpvKZ5lEnmVemEpQEJNkF4DZmaNjLRhKKw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsSRP6Server.class" - }, - { - "key": "SHA-256-Digest", - "value": "K4Tnijo/JnHRD/4bCmSsS/073MVi3K6TZ+e97cbf0X4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLEngine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "/qwKtQ+VLyuiDH5rb0ERFRD+lGHn46ECsHhgVHPqlJ4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsEd448Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "hP8d0MiMfD9JZB9FI/3rVb/sd+rmhc4OcTmo/0HtVC8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/OldCertUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "0hy3y+ZBjkqaZb8/9+BEffVbUnONBMD+duOhRiazRBE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsServerCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "rWIUTClaku6JZxoj2OZ976qBiY/py7Z/pD2fNgWQ5FM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/DefaultTlsServer.class" - }, - { - "key": "SHA-256-Digest", - "value": "4HcjaVcUvTsJpNA+6FOfatMhnZqJFmgpSb7kRmOY/Q4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/HandshakeMessageInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "eUWJVznLbFK4k/Dru9M4IxDLjF92V6c6FTsZLGMMIzQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/KeyShareEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "VAW2P/3uBnMbGsJrTNXC9SoZMy7JPQib56HM9ivdZOo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseSessionParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ii2GobNRk85Fn6bRMEiXSgGfiMlQF/TFzbelrkby6BY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsCryptoParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "ldzYOlxEX5YiWN0C6fGVKmHXGdCgDmgyvmZ+SYbagjE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/DefaultTlsSRPConfigVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "GABGcmSHbJvGa82E+s4gf3gwn7kLMaH7KlCLlUAyssU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/srp/SRP6Server.class" - }, - { - "key": "SHA-256-Digest", - "value": "f2OB1tQ10hQ3hz7sgBAbzIWCftBftGdruWW/c2E9HRk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/HashAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "IY8VarCAWUZGwZlgM8krY9zUc3CM6GRIA0KvQ5seJ+w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/HeartbeatMode.class" - }, - { - "key": "SHA-256-Digest", - "value": "7dv773L9z9/Qqx4MvnxRGoeYjxT4PrYzDEWyg7B0aYI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/srp/SRP6VerifierGenerator.class" - }, - { - "key": "SHA-256-Digest", - "value": "xq2QsLs/kYvUolizqNpEMAOg60spkgRE9XUEbFVRviU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsTimeoutException.class" - }, - { - "key": "SHA-256-Digest", - "value": "wDhDVrGKxuz4jO2J56/A8oqN1qpx629KfUZdJtKe6g8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JsseUtils_7.class" - }, - { - "key": "SHA-256-Digest", - "value": "jAC3W6I+NuYcKqcm9o6Pe52lE47s4yIFiMGzyFIA4y4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSessionContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "nrkcNZb4kgW/oEwPa/2YJunCduNyXVGyU8T7jFqtm/Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/BCX509Key.class" - }, - { - "key": "SHA-256-Digest", - "value": "6DpBIPlEyYD7uD8lMW5nEsAUVdiWMCJzAQqxPxLk3mI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/SessionParameters$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "dvn24Ymx31xYvflJOf2kA1ku3W/rOn2CABk+z0WLhGA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ECBasisType.class" - }, - { - "key": "SHA-256-Digest", - "value": "jWjcEsDEX95dCBjQcQPob+Ewtz0y9Fc0bcGtNEgxmTc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsSRPUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "7vKYYh4dKKEWKwH3aP2RspGQIlMMy5JyGO7g3egCPgs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsPSKKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "yJqqjYPtTvFcJJT5AJOB4AYRrO/KrvDdp3z39oq6qPU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsProtocol.class" - }, - { - "key": "SHA-256-Digest", - "value": "9NrOpO6s8XctTDX8XI+0EED5D8QKtjX0XtavGjiDWBE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ContextData.class" - }, - { - "key": "SHA-256-Digest", - "value": "O/ZesJhOpxHgOWWhGMj3pC4LJv1rxVSUvyKmCe7+MSg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSocketBase$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "h34MNKFOkzFo8SBIqA56MgaaJ01+qGCBt6An2GgGZQY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/TlsSuiteMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "sq2EUfDgVArpTzTZlJYoVVTer5exZRW8niBzy2dlpGo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/MACAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "0uMA8sdG2EJe4lzF9HqtbX4tHswcT8OHxAM6nBiZuns=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLContextSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "S5AtmW8CYYBoEEoHx7MkO+WMeGXRbL0DsclPsGkz2NU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/SessionParameters$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "zvTkJFULunkryL0IfTwKAnT64qVk5rx8+lEmzrVosL0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/HeartbeatExtension.class" - }, - { - "key": "SHA-256-Digest", - "value": "hi8+vG8ulWhpSKPNLht1aT8bqWl81xvVx+lXOAkk44o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcSSL3HMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "29O034DnDU9xwW4GOVORkoRRX5jOT4I/doMvoVQuokw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvX509KeyManager$ECPublicKeyFilter13.class" - }, - { - "key": "SHA-256-Digest", - "value": "IJPoxcTntSsJ1wg6P4W5En1dEYZxYxBIjrOki7+07TE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/CipherSuite.class" - }, - { - "key": "SHA-256-Digest", - "value": "0iwpT8kvMkxIm8AnLRFND0z2F8Ju1DMxis30g9fDV/E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/SRP6StandardGroups.class" - }, - { - "key": "SHA-256-Digest", - "value": "CY7CvNq3eh5dAhpM9drzbnpoLHdfRgZJL91ZpKUpPa8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseUtils_8$ImportAPSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "7xfMnaWnggiUQmqdKpIKpiykBtNGGweLlvI6kq5xECc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvX509KeyManager$DefaultPublicKeyFilter.class" - }, - { - "key": "SHA-256-Digest", - "value": "ihHQqtupxSGtsYtkJrGA92ftoNtk10s7pcx7v+tAGsI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseUtils_7$ImportAlgorithmConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "GqvoObWz7n61dya9v+R59zMqNoqI685YQjsO4gsl2Hk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/OCSPStatusRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "/f1QHG+175oEGvTbNoTpFeCzoWBJTHiX3HjPc4aD98w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ExportSSLSession_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "CibSorrvch3nYzwnf0fLRoPW0wFf9jsA50UZEo2oZsY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsRSAVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "+lTjEXD57OVS3a1zkpjTLOMgmYziLYVOjnnv1q2cyHo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/SecurityParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "yqD7RFLqEdwTD2b1WMBeNNGWt96L1uXFRDNH/tiC7/A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/srp/SRP6Client.class" - }, - { - "key": "SHA-256-Digest", - "value": "p0P1IhuHMmqoe/sTFBMDY7vltGd/vVNteUEv7Q9Er6o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsRSAPSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "OYr62fPfmEU+UyEjsr056+HnQeXW+wNYouYhQNf9jxw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsServerContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "YLyBH7BnyM/fqIA5xsEHGVuBIo5WbP0Oji6otIYVneM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSReliableHandshake.class" - }, - { - "key": "SHA-256-Digest", - "value": "KfOeUQ8bP93rQTTK/Sc1fGsq4eHb6/OQG8ACH3NCSRY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsECDHanonKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rh6wZ1PhoP1TvA+1R2DUG8CvDARt8QdI2764IFQAhd4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/BasicTlsSRPIdentity.class" - }, - { - "key": "SHA-256-Digest", - "value": "+73aMVMAV/OFQpvU2Hg/Bj1AFlP4QvoUgPeng3fP3VQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JsseUtils_8$ExportSNIMatcher.class" - }, - { - "key": "SHA-256-Digest", - "value": "DFeglKPGyt6GJc7iim4SzbyWwsFsdYw+ApXxukkWLbE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsPSKIdentityManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "RQRH2S402l4fUql+YZQlutM3hDB/JOy3kgq0RD4buDE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSession.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ms/mV1ztiwLsHif1NNpcM/tmujsypKgMZ+EnR6gwwOk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/PRFAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "ulx8kB++ZfbCxw/y5hJG0kjcsf6uvySjf4OtZPzhBzw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/BulkCipherAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "GwZHjAYrzRmfRVs7lYRo/kaQqaNjtVyxYv2ngKb5EqI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ServerOnlyTlsAuthentication.class" - }, - { - "key": "SHA-256-Digest", - "value": "EiaINRqw3P047ucx4x+Y03A1yJX3rxYO/icm9nfaGpE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ByteQueueInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "WVutuYQGZfx3h6NgbQSPlHqJAq4v1Sil10EcX3OwqSg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCrypto.class" - }, - { - "key": "SHA-256-Digest", - "value": "K7DIU84w87qPquVyZKxjVPkf3BQFB3kQovA0pl3Wxm4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceChaCha20Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "C8zBMPSWwnQFJl8XHnEMmBXAkyxvuEw57QdL6BJishc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvAlgorithmDecomposer.class" - }, - { - "key": "SHA-256-Digest", - "value": "CRolduHCny1MLGEJTkCro9NfYo6t8GYU8jUs+yNBjNs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceAEADCipherImpl$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "AzXgmDYM5SHeXeq5Ion4SDL+fS8+5PCeLdHXggILgqU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/SignatureSchemeInfo$All.class" - }, - { - "key": "SHA-256-Digest", - "value": "8wdFV3V9HrCbFf3xu/NrlPeHtf6A2iBASFu8RBkvvV8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsStreamVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "OXv9iHysfjZg9SwVadlmjuU3XFZMEt/kk9Lrv/F20ok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsRSAEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "M3gOaFCqyYSnEn/HQlFd6FFQAkGduZr6y3Z3BX3FekY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsExtensionsUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "J79HnJ6HBZ59NQeNgMIiZhhCZGysGuU1Wrg2y7SfltE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "r69uGtabL2Hl4hQqnDcQyGo8BU80731rZSftHYB/6sg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLContextSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Itpw/M8LE+coLkN5+XSiLa+o4lyN1TAvfYZm24AEOxU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketDirect$AppDataInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZM8yd58jY5KNn76+yBczZZadcQGaGJLL0jbbcCUqdgM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsServerContextImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "M/MoxVomIWvfcHmiVBy5oHwfeH8vFM3E675VQBFQbHo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "91Ot5ypBH6JdZgG2vylWlUaS9GcB9KoP/3oLkCnwQ9E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsException.class" - }, - { - "key": "SHA-256-Digest", - "value": "57QAcl5/wGGLNiksWms/zAS7qG7AaRYh2hk+5uas3Tw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ca/TSgu22HBEN+C11hjuGTZ1/ChgPxYyGpYCYQagbM8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ChangeCipherSpec.class" - }, - { - "key": "SHA-256-Digest", - "value": "BRYqDowSoCgxjm5VV7jnT9qEuQMRHU5Vb7cM8COgbag=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/NamedGroupRole.class" - }, - { - "key": "SHA-256-Digest", - "value": "/3lsYYYlqpV8qd6bTK3YaLMAvUUqzSUnrtZDC9B3iCQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "S5o9567HXSSiTlojAHVXmkzbubOTsTyH4MWcjjkSOPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$4.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ru6fxlFYhHPT9YlVHg2Mku3RE2eKYh+EQ4Hy7utpkQY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLEngine_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "X6zB2jTLOKg9+6XMQO+U4pNfLNneugz3yv3QO9gpP1U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsHeartbeat.class" - }, - { - "key": "SHA-256-Digest", - "value": "t68SKWSnHN9umrVdjuZYw1wmSCz6HOvOG3kRQbWmCrc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/SSLServerSocketFactoryImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xod7yg2OU4OtSDB8YrbwPQlRHdKqzAybFPbZq1K8EoU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsFatalAlertReceived.class" - }, - { - "key": "SHA-256-Digest", - "value": "0wjCzlH/yOKMr7yTjU7PUmuv3cMlHO/8SEb7wqEl1CY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcVerifyingStreamSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "EejPYNCoS3OwIqFdYjv43wKbEZtbOQL7inOKJeLjGlI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/AlertDescription.class" - }, - { - "key": "SHA-256-Digest", - "value": "zHJ9mNXSbW6HA70fTjw2fSoxglC2X46Mz5eoblo7FeU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsSRPConfigVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "MMiYOtW0SaVQR2UwhjTc8H798uBz22TwWjaDVSVaTAU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DefaultTlsSRPConfigVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "1oul5zPKpIxepx62It5yF6lwBh5DBnUnbc2ClVPkSZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/HeartbeatMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "An+ExihcEqhG4+CZuqXRr5kVVYMkjRVZFcjNFZLQMu8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$BcJsseService.class" - }, - { - "key": "SHA-256-Digest", - "value": "lKZV0H2YuHtyujjaWPmqjR36mHEdShL4T9U+K2nqwCA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ExportX509TrustManager_5.class" - }, - { - "key": "SHA-256-Digest", - "value": "BXUP6vMw3aa6tKcL/Jyccm7Z351UAJUnD4L36+LXeTw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCrypto$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rmp8UHO1QVdWRQIMMJpyznj5kr9zyQ79bVfmMdTxnPA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsStreamSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "cnM+JgmjSnGHZqlGhxutE5/99YcY26dBDvy3lAnLhfQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsPSKExternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "C/jjjrNYjC90Kmvnar0dvdClpXlswHTwH4fzLyBeHxk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvTrustManagerFactorySpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "sbz8qFhCWQn+tin0uYx74Z94e1wGkSnvtq7fInxNL90=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SessionID.class" - }, - { - "key": "SHA-256-Digest", - "value": "5vNy+YciR5s+GMmAPMuxCHgldZsJBIKMIlNkhFXBlm8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$6.class" - }, - { - "key": "SHA-256-Digest", - "value": "AMU3Fty//bfZjJcklJngFeYflCt2ylyK4QwEO87DPI4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/SSLSocketUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "rw9Mjtr78IT7EgBkKMtlSdjw+rChNTDlJBObgLMvwbU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/java/security/BCAlgorithmConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "YmharH97jN/p+jRC0BcTtt1ByP16JxpkduTZcpFnUfw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsHandshakeHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "+Xonk7iiNiP4PydmetAkafTqFIi6XCZTuh515YjeB5c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsDSAVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "uguiKs6v0ZcBw/B3PXkMArEBVzfnHowuZdqCA1fq1qc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvTlsClient$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "5jF+Sn9AT3RtEfT1Xuks9mhqVnGBIybGXiSuJWL3JM0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ImportSSLSession.class" - }, - { - "key": "SHA-256-Digest", - "value": "/33ZEdyXjaT2v7AhKy49Z3trOWLYV7QRaB3lL9+HCvo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TrustedAuthority.class" - }, - { - "key": "SHA-256-Digest", - "value": "XOm/oK/rZgYOIR2gmFm8CMmQ+wvaIPPueJ3adDcTNqY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "Se55GD54uteaZYx3VxS922sgZf+ymBG/clv3cnDJEVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "gZhfiZdG3W+oVVkSvqjxNDc4/7GFsjBDLMbVvVYe5po=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvTlsClientProtocol.class" - }, - { - "key": "SHA-256-Digest", - "value": "Xb1Sfsw0muU0S1iceHXxsprQ5b511nhUOq4FKXycawc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsServer.class" - }, - { - "key": "SHA-256-Digest", - "value": "BkG1qJlUXl7cQBst0ypPZ5AkUF3Z27HcVEiI17OpsEQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsClientContextImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "I3WoxA/waWFLvPcBfg2dgqIXZZ1W+/s7WWj/sz/30DY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsHashOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "dLDpqCXPMnHA4jqr3z/atitXFU/pgu+PN0qh/SZ/cns=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/DisabledAlgorithmConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "zUJvKw1uSDCFxFMW1oKB1G9FqIfHbNW414FXDyb+vTQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSocketBase$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "tA4Z6o/U4bO/xQW0bPQOMh3YWmmUMU6ZykAIxyInCOc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "eeQrtwcbO+UWHQvQP0sAveleEst7TGjtIKRYzLhOCZ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ReflectionUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "p7W9HiskRh3H0OJ4Luo+PD3o0HIzCuWJrE9zUWKBInM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcDefaultTlsCredentialedAgreement$DHCredentialedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "lL+qacdSFXgJ9jntsCQ66/TMW6Nmmc4FxqRmf/kXYCM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/DummyX509TrustManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "5IKhAx2CjvDlps+vehfJg6/GzwfkEXhJKhQNHQRuR8E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSessionContext$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "UsWwnKDTjX4Mr1z+f3ErM3CYclH24Kj60A+Uyno+9yY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/SignatureSchemeInfo$PerContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "a8/DDHnowHU8PifBXZk6vEp8tTEO+tc8UuOZC+fQ4RQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/X509KeyManagerUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "BVvZpZhJiJ5QbY+ObTZs8xUpw2NnXSGDXzOmHiIKpQ8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsDHanonKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "UAy7CUb6RyaM8xC7BLngF+P6O+Bn7cDl/+7xEMS5lTI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/EngineCreator.class" - }, - { - "key": "SHA-256-Digest", - "value": "nE2s4MlX19sgg93cB9gUDZyVGfomjIhBgQp8ZqqWGLw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsECDSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "otCtL6S49J/FwKDbLUOWcnOWN7povi+zo6y6vtLW4Sk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketWrap_9.class" - }, - { - "key": "SHA-256-Digest", - "value": "XV+8gPCoCtCs1NULcULuOeMAu4uEAfntJIwUsYb2CGU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsStreamSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "pYjxrOJbGL4ZRG/ft9INEev6ydxzt34YB4rIvUcrwx8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "X5E/rSvGsoL74r7qiq5KJ3KI/WQsAvmaPwrvtO1DQpU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsCertificateRole.class" - }, - { - "key": "SHA-256-Digest", - "value": "JS6KauPLtKVv792Ptbrq4T0GofSaKRIJ+0P6nCzl2gY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvX509KeyManager$MatchQuality.class" - }, - { - "key": "SHA-256-Digest", - "value": "jTUIJYfjyH+IbFAjxvFfPZBYLjqgmx/4o7XuIKXV/9I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/GCMUtil$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "RG/pd1nJ5C9gnvaUTgZ+ftnahoyPYRo7PLPu+X30Q8Y=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/NamedGroupInfo$PerConnection.class" - }, - { - "key": "SHA-256-Digest", - "value": "Z9/2TRlT4eeJ42TlxN0WGFESKwRZsb2iTKVEoTjxzTA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsCryptoProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "fRMOFHIphBAkc8QyDSx70QXvX/ePfSvwGz8kDWWA1BY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsECDHKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "xE2MAcM2ABCaAijQWJS5/WByHagt5tnDk57sQjOC8JI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsCrypto.class" - }, - { - "key": "SHA-256-Digest", - "value": "h0kxicAuYmKBmFShfTUEwnXhlH/Wjk4b02lOvGE2vE4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/RecordStream$Record.class" - }, - { - "key": "SHA-256-Digest", - "value": "fGs0rh9qEPDGwWPFxznRSJSM95gHzD/4HbcfZ7HNOck=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsEdDSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "zXmSooSwGtJHnfInPWBU7wkmIzgRwHii3UofFQLvM5E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCryptoProvider$NonceEntropySource$NonceEntropySourceSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "BZdZa8EbN9w5rLWHb/0CQk/m9Eg6w266NqeO+WqQNIQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/PRFAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "uGB8AAfKTGemBdfcwNNfjKnm8ATYpnVxG55SUgo5zAo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsServerProtocol.class" - }, - { - "key": "SHA-256-Digest", - "value": "9rM4Yv5c49Of8hYmCJ6ORY9IWN/eoDaiJ7/tsvljj8Q=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsDHEKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "dqU6s58iMvqaNa42XaPiG8WTCn+s4xHPjWh+UDlwynM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ChannelBinding.class" - }, - { - "key": "SHA-256-Digest", - "value": "W5uNkemptoC4pvmfk0H7kfVHVCQ/HZ434THJW8OE6B4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CertificateVerify.class" - }, - { - "key": "SHA-256-Digest", - "value": "/aGsZcdRHt7PBJzDgz217XRR3yDfhTBlGGJGXKOggik=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ECPointFormat.class" - }, - { - "key": "SHA-256-Digest", - "value": "L/FhPxFP0EnIWahUAK7dVA+JfjQOBWP0unsHTdThdLU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsDSSVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "gHVBSRtuNXJTJ6xgkrXv+qnaSxyhQTYd4/TKH0xVtmk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/PKIXUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "M5arj1SdL2LfokCPIv9k7zAilgHlPfRDr8QvxM4bOAo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/DefaultSSLContextSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "pP2hhyn1+QlYpjgMnQBBpvQgzXhhcDAzWUM6T2kCnuo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsRSAUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "X80FjkLIcale9wG9IFyEPD+ngLGEboByfCy4UpBq0A0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/MaxFragmentLength.class" - }, - { - "key": "SHA-256-Digest", - "value": "7quA6LOXGLxjTnmVoeLpmAVQx2La3Pmtnr/wXEJ89Jc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/UseSRTPData.class" - }, - { - "key": "SHA-256-Digest", - "value": "EQWs1H7iQ+5vRH18c3fZeUGxroikDim6UpuEWMsoThA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "zyTvbaGOhrQyadUKerh3AaxKZQe6fLON7RyBUhMUuuw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvX509TrustManager$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "vMX5DwWWRXNgP7yO+byZVp1MwFV+5dKtGD2J1b98stc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SSL3Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "0no/ZAk76WTV6zc6HQKxYKQi9a5UQxQC4F0DhreCeO4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsSM2Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "VF6V1AydZS65W+ovM16j1RHcZjPEKdCzMtF9APUgEso=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "vvuOLoiPlBjum7EpSMrtA+ywTrYpBklN8naQiOmn2dA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/Timeout.class" - }, - { - "key": "SHA-256-Digest", - "value": "x0L8heNsDrnd58LA09Q5RrFXvkEcovIRYDhcAr+PF0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSessionBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "iug68PiJUsFHgl4Ukd0t3vT6Ii8QLnFMDPnrgT/GaHM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/HandshakeMessageOutput.class" - }, - { - "key": "SHA-256-Digest", - "value": "SAyUO4qMupgSAiAb8gXaZCWJdXCOlJbC9WLOlb9M5H0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/IDNUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "1UP/rc8irUDp6K0qp75+uFwpiX0J/811UIEG65IlHAg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsSessionImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "fzost3ePu3QCCQ6J9Tdf59hzm4UiVcu4zZ8JjfLuDbI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsECConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "KScetk72NUu5VorTMIFndRccpcdwYZrmaG4jkSLXbgE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ReflectionUtil$5.class" - }, - { - "key": "SHA-256-Digest", - "value": "p153NMyNHjDhmnlq7/J1a0vEby0K5CZfiHcdqZ7Ohhk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsClientProtocol.class" - }, - { - "key": "SHA-256-Digest", - "value": "HYhzTjNt+Xphb5RVzye4MlYzBEHoza4DSVX/fOCAVmM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsClientContextImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "cJZmuJUMIhZ0xervWE3HbSIgZLPf6xd33d5KFkl269g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/TlsNullCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "tQlraprcxoLV0O+GW8UL0z8n5tOfyEI3MfZbQQWRS9E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CertificateStatusRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "IgGuUyiPBndHXSzULJTWPnJw1E96F5NXiGWDwpzWub4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ClientHello.class" - }, - { - "key": "SHA-256-Digest", - "value": "MefS0L37TJKoqfDqNB9GfxsUXsPYosXR+QTB9eKjBeM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DefaultTlsHeartbeat.class" - }, - { - "key": "SHA-256-Digest", - "value": "prhpPxZfhgDGcyXyOCSMUJsdZS9eUE0/6xy3bij0prg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/TlsAEADCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "HRfy8mkfjW0CT1QbWUJ7iBE+flVqb8+V1I5OBUOJ/OM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/java/security/BCAlgorithmConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "AZpyBNfEoYsdUMl5bvU/uKVw1Mzmu0bLkizctlkjQ94=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/KeyExchangeAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "sO+dANAxzxY/mevkumOxinPIQf1eEBMI7Jkc+3Zossg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/SupplementalDataEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "WRIW+Zuh+Qf2z6bvH9uWonbQk8W7SAGXn4rElcruHdM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/CombinedHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "kncGYUbeAOs3NdwjfJ6NXFMuFW1qHjbAJk7In78rRAY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsRSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ds7eBeoaFjDBZuqrNmaoaf3SndLfFzS9FeXMlgzS1Ro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ServerName.class" - }, - { - "key": "SHA-256-Digest", - "value": "69eY55HeIZ5SPYrw+uhYdSUKKJ9ADbqzEUXtUs3YEmY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ServerNameList.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nk6N3Fqv4GQMhbNX70/5TatKXbqSiiJlCoOFRLECQLw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceTlsECDomain.class" - }, - { - "key": "SHA-256-Digest", - "value": "C15dfrPWsoLMHjYH/9oh39LVfq3kXcwGvwWAGSlGW9A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JsseUtils_7$ExportAlgorithmConstraints.class" - }, - { - "key": "SHA-256-Digest", - "value": "fFX20dMixXmXVIQvCwqloFXepXR5sUWwToCrmkiuVUk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsClient.class" - }, - { - "key": "SHA-256-Digest", - "value": "bLJ5W3P0t5i5r8FAVmwW5QYCwz5oNN3sTMlxU8GorMc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ExportSSLSession_7.class" - }, - { - "key": "SHA-256-Digest", - "value": "zYz7SOVykOC1F99Jzz/VcDQRAvcD7VGNxvRTrlUYF94=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/util/SNIUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "sufj60eWIURF/xMOJvEVhYNBSTQS9GyrOg45SKXaEkg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/CertificateRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "/qespOfqxLZt2QcKsxIX4OkRh1Zida6i3yHafpE6aMs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "r1lxVbiq3GzJN3MmdN4EK2VNobj7MgexAdXxyj8/xzA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZxxpjthS+cnbjnUz7PpP+0/DuzAHRyV7F+NeCIJtve8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/GCMUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "16LmVOHiYFYLK92ebF0oeN4GPyKNDdsjLlFNr9D1i3w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/DigestInputBuffer.class" - }, - { - "key": "SHA-256-Digest", - "value": "GpY/Bbot1qVGUOa+A70TKx3nXaZEyhjS2NWHv6svKKY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/util/URLConnectionUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "yiu1XGVGAYKqz3OI/mqtyEt/U3GfAj1gKqbxtGf8M1Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/BCSSLConnection.class" - }, - { - "key": "SHA-256-Digest", - "value": "AdHWDgrhT7dhkd01QWVpjDBAI9AEPCR/c0GsJHPxV6I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceTlsDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "/RgFGr/PeMqxTFCAb2yeSawkeOXEFqoh0qq/93ePTbg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCryptoProvider$NonceEntropySource$NonceEntropySourceSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "kg+9tNgOqW3i4BzP6KzbbxMsg8RbCd5+MHMFyjsCiJo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsCryptoException.class" - }, - { - "key": "SHA-256-Digest", - "value": "taOWClPgMt523ngWf/1+4Az8Y3gg6LpP6/cwy4hwrXU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/TlsImplUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "ri4k1Lr0o5ILAopnVgxTSfdY/tGl6cLtLAAQk9gfN+U=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/SignatureSchemeInfo$PerConnection.class" - }, - { - "key": "SHA-256-Digest", - "value": "g8AYcwDCQThkhLYTCXZSbIiZcFm9YG1VvzxjvcsKSoI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLEngine$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "fYMwaaXM901hr6GWzY5AQ/t3ASnE6nHCZP/43qVcLFk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsDSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "WCeVnQQ1447DszC4HhIW+LLpTG5DykbGMaXngNAK5kM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/TlsSuiteMac.class" - }, - { - "key": "SHA-256-Digest", - "value": "9sk4hrL+KeANFUE6fmsTgm5TZMO2bEfMt/6cGWzzCiA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceTlsSecret.class" - }, - { - "key": "SHA-256-Digest", - "value": "wuWcMCF6lRN6HJbY8R2M6j0HlC3DBNHvfRdSZtbtC/A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/SSLSessionUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "gztNq1VUiXDmAr/YMmMy8MWH13+eeQ4Ybzse4FeIg/I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/OldCertUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "VrURyxD3ffe9PLcH9IIoBlVoz50glRxRXHnlaAS2hQI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ImportX509KeyManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "KsSN6h6hsY0v88U3Q4FobuYyxMhvgFK7WLPgQ8/D21E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ReflectionUtil$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "EeLBXENN4Hu22j5n5zNxkgbRzwjbEj44JXuZzXYA2xE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/RenegotiationPolicy.class" - }, - { - "key": "SHA-256-Digest", - "value": "YucQJWgrD1rATCeNf/d7L9pEj/cbnwgG/10Xirjqqvo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/DisabledAlgorithmConstraints$DisabledConstraint.class" - }, - { - "key": "SHA-256-Digest", - "value": "zCN/ItRhWvSDBiH4hQqABQ/JgSDTCQn/K9Zvjn57GOc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/DefaultTlsDHGroupVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "YMChzLGqj4hfBW+OJHxPJ/mYZHL98ekuEyYOIsWiS0g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvX509KeyManager$DefaultPublicKeyFilter.class" - }, - { - "key": "SHA-256-Digest", - "value": "zdWrn6k13LbeLmYbwvlnKXPCj6qMxLDUway6CIlUzdg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLEngine_9.class" - }, - { - "key": "SHA-256-Digest", - "value": "8UrA6KPDJ2baLP3D/Jkr/StJ2IY0U3ubw347Qff6qaE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/HeartbeatExtension.class" - }, - { - "key": "SHA-256-Digest", - "value": "VDP4H2HbHkKXeUa2Uz/PlUnBnta4U6gLcFK8temRA6g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/PropertyUtils$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "+Q4s27C34HD6PmGhWoYOPdByGiNkT3tK1tzmCdQzbCw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsECDomain.class" - }, - { - "key": "SHA-256-Digest", - "value": "+GyxIQEaYYsLT/3E9XUolYWTO6+l3MT1LcZRYp2UvkY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsSRTPUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "wwtxIFu3RC4Yt7v6QyKEuCZeikuTq8R7w4Rle0i/R9M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/BouncyCastleJsseProvider$7.class" - }, - { - "key": "SHA-256-Digest", - "value": "XonYZpeNMXKL1vl/luT3UGZ8gfRM3wfTHJI66ez+uO4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaSSL3HMAC.class" - }, - { - "key": "SHA-256-Digest", - "value": "UVILZv/4X1Ro94kRBL4280wthHSB4ExVTZTRd3d1aI8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/HandshakeType.class" - }, - { - "key": "SHA-256-Digest", - "value": "KXfpmR5QYqG91oH/rA70w68gGImirEhZpu1/QZV0mmE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ByteQueueOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "uTnEkAn0YCbFknyoB17WX6TF3ImwdvY+EN6LLfgQ1wo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CipherType.class" - }, - { - "key": "SHA-256-Digest", - "value": "iwCOwG/n/VFnD73D+nKpXhxlRJpeqVhkOrvNZrNTFIc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSocketBase$2$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "6vWGOrb8JKQAsi2lJnsJfkC3AoND10Zpaeg3yCLMYQo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/BCSSLSocket.class" - }, - { - "key": "SHA-256-Digest", - "value": "QnDFM6pHy8TpAcfl9quO0XkKJ0NPxTCjwK5VC+fPbRE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsPSK.class" - }, - { - "key": "SHA-256-Digest", - "value": "elRkpKRyi6OpCC1Xuf6h4AoNaXhaUhdLwOHa4HMmCBY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceTlsDHDomain.class" - }, - { - "key": "SHA-256-Digest", - "value": "4qvPq3Vzzm90zvCg0H5oZQD63BadpkGCtbmk1SsG9pc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/ECUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "c78pImc4nVXpWAWhVidxxYCgXB+Mk3bDsF6DtxfpGIg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DefaultTlsServer.class" - }, - { - "key": "SHA-256-Digest", - "value": "HqNOoT1WTzn9ecU+NNUyvAinQnWYR5+JNs8hVPF8KaU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsSRP6Server.class" - }, - { - "key": "SHA-256-Digest", - "value": "cyCy6HM8hdP4RsQcoy3Z0sh6GN+rseYS2eGTa1SoImk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCrypto.class" - }, - { - "key": "SHA-256-Digest", - "value": "bhGhlRMKUxvSq4VuKdME6BOdvHLdW/XiGeJZfRwY3aU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/IdentifierType.class" - }, - { - "key": "SHA-256-Digest", - "value": "bMW9Fsojrnb15w0m2lzvCdbUearmivbSzbqFi+Ldk8A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsDSSSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "v7aZmH2zLq7NAvJyiN11xze8et1B6/JiXogHqMEC3WA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsMACOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "igUrXjJn+QKFtR2Ot+iLYlb2lXn/s5DRI9HbxLa0hvk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsDSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "vGi7IhGZ/4AZ/a8f4r/1uXZmOQ2jlOZVKnuCjh/GDbg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ServerHello.class" - }, - { - "key": "SHA-256-Digest", - "value": "p965qtaSiBdIeexTvkYbGP920vEVqtDOlrMHzKzy9P4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/OldCertUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "POWcOn7FdTbFqcE0odOg4isEQRKzzFHV6nUXRljpKik=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/HandshakeType.class" - }, - { - "key": "SHA-256-Digest", - "value": "mSUrXIDrIBYNQmjSicAksjHpD5nL1wjkJlfhdpa0zC8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsCryptoProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "8v32kh+1D1rlE2C471gLdtTqdACctvgmSWZsOTZ5S+w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketWrap.class" - }, - { - "key": "SHA-256-Digest", - "value": "uVhfEufex5q5aQkLS650vqlCemqwNv6urQ73X8ZoJHs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "qChGe68Ys1nK26FBzgbfxieoQkjPDO6cuJAIwacEu/s=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsRSAVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "oEP6+tQYk3sYPayy+yuRqtaJkLaLroNR3OQOmbS6o+A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ExportX509TrustManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "zQ1LXsZBLNx0JZ/JT+1z5a/jYoiIVjs4dJVnMEB3L3I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvDHGroupVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "lT7lys7mX+xhutMOd8/J0+BKgOrVqDHAexAS0OGbeB8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsSessionImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "r9XeKNSQI0a0gj79Ei1vYmN66xU3n1mg2UfUF2nYEkY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/URLAndHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "mkwsE9NIli1MuKA+2QQc9GZLkr55KCCrG+YXmvxLQRA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvAlgorithmChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "0lQOxy0zDA4OSCtc1E8KLWJUxIBchrO3eudX7uZnA3M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/SSLParametersUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "zpRgGgK/varXLhA1YlQfN0AIDDHgzEU1L/1RTK3vDpw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSessionResumed.class" - }, - { - "key": "SHA-256-Digest", - "value": "li3CKXJBnr6d3o4COmfU/utjERU1lP0GNYIWMOR1MJk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/PSKTlsServer.class" - }, - { - "key": "SHA-256-Digest", - "value": "qd4mLwXEEorU1Nbs+4QlQi16ShuSVgi0HnC9tizvj0w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "sS9mJfhwwM8+5vrKl+UWiraqAYgC1fBCiohIHdUsOJo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DefaultTlsClient.class" - }, - { - "key": "SHA-256-Digest", - "value": "Emz53912YdflavAQ9TveeLy1VHTMsJmpOMXRNBzpXBU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvX509TrustManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "cZcfW7K6FbtF47Rt2cMDfRwLD7hBsYWYX7BdYyCi3/E=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/RecordFormat.class" - }, - { - "key": "SHA-256-Digest", - "value": "T/d4kvuqTF0Lz1K6mn3CMO9muMnvjbRoL21hETBNVlg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsRSASigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "U7N6Z0MH9SvVx0+ew5jMHpG2USMekAaqMHaA1eOHmbw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsECDomain.class" - }, - { - "key": "SHA-256-Digest", - "value": "eaFC8vQGE2QIw5yAFAHsfFK0xXb22ZUVfQ1RY++gKHA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvX509KeyManager$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZT8vBktwB75JpOxdh1I4mxe3kYkzsOihwg5qeQ4n8bk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CertificateStatusRequestItemV2.class" - }, - { - "key": "SHA-256-Digest", - "value": "u76Gg9xkkOOb8rSM2xuOgbhSr7R6sPmcjkUbDtb0cXQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvX509KeyManagerSimple.class" - }, - { - "key": "SHA-256-Digest", - "value": "hh5NqlOgNvpoJIsVwrXmm0dyEGubS6s5xZL1RL37PXI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ClientHello.class" - }, - { - "key": "SHA-256-Digest", - "value": "AHbfLelEMoIkCpZ5Pr/w2weby90oxnfC61lUVOBBZYs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsStreamSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "L8TVWQ6Mc9+aaki0XXOu3MSeZxpE6k+Rxulv0/cOEkM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ExportSSLSession.class" - }, - { - "key": "SHA-256-Digest", - "value": "/cfaLZ9+3h59/pewd1V2di52avALmKqVDZAHgr1bjNA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SignatureAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "raWHn9Nul+wLOjws2BUg7C1vqZwfY4BZAQ5B1jdll2A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsRSAPSSVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "ph3Ipd/21sNCDNaJZpy0X7+lL3VInXQd4jClbYwgj88=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsHandshakeHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "v4DLb0hxjqZpGlaJSXCYjyCsgfH/GnMAuYAUEmh5JAQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcChaCha20Poly1305.class" - }, - { - "key": "SHA-256-Digest", - "value": "t+UyD2SgChE/h5Ejj4m9tygbY4MIYCwf/gL5i3N4FbE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvAlgorithmChecker.class" - }, - { - "key": "SHA-256-Digest", - "value": "OctdXd0AI9sdktiOR1ztmwZDWZ4evgyMe8fRYyRuZOU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvDHGroupVerifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "4DG6HvqNBCy6Ra6T/gH/UexJGCyybJa2vIuohjtvquc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsDecodeResult.class" - }, - { - "key": "SHA-256-Digest", - "value": "IwDzondbS4/TmDTXBwskojvspfNv0ecajw4lg3B9jFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SignatureScheme.class" - }, - { - "key": "SHA-256-Digest", - "value": "EZQoHhUa9+9Oq05L4KpFdCGY8Eiik+v1yiYDiItt/B0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/BCX509ExtendedKeyManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "P0Dxth9ZSFSEygKcNj75dXZMRNcCdkbCOY8jyFG4lsY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "oirCsLJN+qCr2ggiN6aqFg8Zo2iq843iDe6STyIUWbY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/NamedGroupInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "2T2Ushqs/eQByYHA6CvRRwXhoSup6dCGf9TX2wiDSVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ContextData.class" - }, - { - "key": "SHA-256-Digest", - "value": "keRcJfjDD92pfW+HbLT8xdgWm8NzYJtfOpjxkkRZ9dM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvX509KeyManagerSimple$Match.class" - }, - { - "key": "SHA-256-Digest", - "value": "JjkwrOere7KnCZGX9W7/mKU6FG41lBCNRkutViJRGIg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsSRPKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "FmnN6ZknEvUgsoo5W2TsVWlATDyjytO+SCvt6WAqFi8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/PropertyUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "TtzDjdimm7SbGE1keiSCHHvbIk47Ggu73dpk5scHBpU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsRawKeyCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "7cGSMzTQHYjm0wPu564Sxp3rOL9EcBdDccYcU+4Nen4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DefaultTlsCredentialedSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "HfoJOA3+Kb3faYRb+gM4b/iaNu0xlxw9bZWj7VX7Fuk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSessionContext$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "DUJoG1Uu3uxJ5k9WgomCl70sKOquICMlnKyXwYgWjNk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvX509KeyManager$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "fGUMH4icE5id9xpMNhbTj6txJ0zyEbopiBId6+gnQPo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/JsseUtils_8$ImportSNIMatcher.class" - }, - { - "key": "SHA-256-Digest", - "value": "kkuCg3nnjkLZJ3jHnBC8kkAisteAWnS7EJxgTTo1Ivg=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/SRP6Group.class" - }, - { - "key": "SHA-256-Digest", - "value": "wWbRudTqFUc/CBRDGNykEyXrxdP8G8O54kZIvqztmlc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/OCSPStatusRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "OABIUKXjn8qrRvsMHkDDywAkbIUibowWbItAZTWLSaA=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvTlsServer.class" - }, - { - "key": "SHA-256-Digest", - "value": "NC1cn+1M04m+v/rGiB17YpGfYYzvq4K9MfeWXPV/dBc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "hTgr2Lv5566qWI1iHXia+ftdhSusSZ9dl7lFR26pMd8=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/DisabledAlgorithmConstraints$BinOp.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZdHh2dfNThTNMId+OKEjGxSMvdEwQfVR8gYdVbZKx9c=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/IdentifierType.class" - }, - { - "key": "SHA-256-Digest", - "value": "7/pwz+oDgZr1MPqjFSeiNsNjGipucCFBiphjnWmZCMY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/PSKTlsClient.class" - }, - { - "key": "SHA-256-Digest", - "value": "ew0fZot9pZNJ07r1K8ofjg1PxBkCIJfGgGS7ZQrkKLI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ProtocolName.class" - }, - { - "key": "SHA-256-Digest", - "value": "bn9+XPIgUu1q5Bvrgm1VmXBbvIcnPD7oYEJnK3RkotE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcX25519.class" - }, - { - "key": "SHA-256-Digest", - "value": "UcyAmdvuilw552x6BZu2deUhUJBtE3Ss6IwjVMqDmx4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/BCSNIHostName$BCSNIHostNameMatcher.class" - }, - { - "key": "SHA-256-Digest", - "value": "glWUTMVPmNhjEkZM24DwWTWwi2Tr2qbN53kQ1zQiocU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ImportSSLSession_5.class" - }, - { - "key": "SHA-256-Digest", - "value": "lu0Vej2RL/0A8ZXAOtt3BqJQojOgUCX9fjnlntVDHu4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/PropertyUtils$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "iLhiKtnXG1Ns8FhWM5zpKqi0+Ul18BL/bMbijmwsUU4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/BCSNIServerName.class" - }, - { - "key": "SHA-256-Digest", - "value": "H465Pa+seZldgTKEO3v3TWOpH9tmITZQvJksxRTpUgs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/FipsUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "pJN0MXriX2E6UKpDu9YV6nIN1HIydGLzUkoSsFRxJog=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLConnection.class" - }, - { - "key": "SHA-256-Digest", - "value": "4JipxvqTNSLSE7QE00FU7KNgehbDpSrBt2MxCdV3CnI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsECDSA13Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "dz7pgD4BOhtPD+GxRYCFpJgtxauMVBq+fG3tet5+lWU=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/Tls13Verifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "B9rn/C336/m/RVHZbGMnwhf5aNBvaXZ4mNx9gM3gIwY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLServerSocketFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "FDzuY+WgGzslFOjZRrp+cErJ2aKii61662LB0TYk8/E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/ClientAuthenticationType.class" - }, - { - "key": "SHA-256-Digest", - "value": "K+N3KRM6tQFl9L+FVPfmum7tJy31o6JBKyzVCCu0PUY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/CryptoSignatureAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "YjC99V+jq1JiYSpogDqk5/ZSN1Vnl3qxWYD971UEbcQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceBlockCipherWithCBCImplicitIVImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "0r36eD/seYH4Ln0mEFchVsT2VvGqTTKhNk6PHojBmeg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsSRPLoginParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "mAkFf3QDNL64PV1TN9I5F062wDYmVlQX6NLwqcCcuZw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceTlsECDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "WstON3BIrqX+cTDei7Ay1NDqnI/hpVnveCmYfc09Z4o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ImportX509TrustManager_5.class" - }, - { - "key": "SHA-256-Digest", - "value": "D6zBEEipmNe6aBdVxbHDLXshVImpoS+kTR9i1R22+Fw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsServerContextImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "i8zbeO5+boclpS7siz9DZX2oP66SU0ZqkvBtyc1Ep2c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/BCStandardConstants.class" - }, - { - "key": "SHA-256-Digest", - "value": "u8PHR7KMMeaTOfPc6ycqXOD83u/VWiv36DGNvqjx4Zs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/DefaultSSLContextSpi.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y2yrVMcz0sbb466J7WZsmibtVBn3YcgxWmqvTtWlj/w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/DisabledAlgorithmConstraints$DisabledConstraint.class" - }, - { - "key": "SHA-256-Digest", - "value": "JglS8UHccjCTIaf02RoAeN9omkXqG6wkXPNtTTWNyow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsECDHKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "hNDuOUCHkwvD0DGjF6PpRHmbO8D2VdXRLWDYjjqxmV4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/AlgorithmDecomposer.class" - }, - { - "key": "SHA-256-Digest", - "value": "pdjuO7pIhRvJD0QNtLOmLmqMBFbnzu5sq4Ovm1oUoE8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/JsseUtils_8$ImportAPSelector.class" - }, - { - "key": "SHA-256-Digest", - "value": "C/u3awzgRCxmF7VRi6a1kM85XFfBEK+eqNolE2t1Adw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/KeyStoreConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "uO/Fqmi9QsdFqL16JxwNDvkkYBo01RfZAaPFRtRSMYw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/CertificateEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "yjYjFRnZhRnSNRn+kMKDyNUZ0ISZCc2VYPzclIh8kic=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/SignatureSchemeInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "o2ZJYzUpQF2vXCQDMYFDjbyND5iLXI2ZdLPdsN1Ye3o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ImportSSLSession_7.class" - }, - { - "key": "SHA-256-Digest", - "value": "JOzt09VkjfIHBMfCZtiLk6suStIBBPzKSx2d4nOZdEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/srp/SRP6Util.class" - }, - { - "key": "SHA-256-Digest", - "value": "t72Q72C/9RgfnDJMrli7J2/VE8ejFx3QdhkgK8vsre4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "eyJo5nLUb39iTQPo/YnNNyMx24ZHe/tHMbgf7HLyzDA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/util/CustomSSLSocketFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "9c12/JFvCq13Iog4N8PwZ3MXMaNK3OWeZQYoDd0dsCI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvSSLSocketFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "TZ9jFxdvjjavB0H0PvOyYB+jeHSPhh9w9pR4to9udDY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketWrap$AppDataOutput.class" - }, - { - "key": "SHA-256-Digest", - "value": "qrzpOhcBLxY0dfSbKHZICF6PoIqcWeXplpIzjq3UVPI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/AbstractTlsSecret.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yax3kAGMIvJZvu35ZNdGanB1baWA7DXGGtQGK3RtivE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsPeer.class" - }, - { - "key": "SHA-256-Digest", - "value": "iIY0I1OduBFCQD3vzVEgNKW0J6ZUvc9YEGGB+MvfdOM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/AlertLevel.class" - }, - { - "key": "SHA-256-Digest", - "value": "0Ar+Hjiz6F9uTHf+SUhwZdn7rK/ttM6/6yuSVm1OuG4=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsDHKeyExchange.class" - }, - { - "key": "SHA-256-Digest", - "value": "C2hSxwpJDfO1rsoHBVoKbS4biKIBmAxYikF4mNR8ITU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/GCMUtil$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "yMTcyDfGDqlr7XW5eaK2QF68Hb8KVdPAt+DUV1FSB/0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvX509KeyManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q91LsrDgigmWDdf4NJCRIZDVtAykPfp0KJJ6gFHYuU8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsCrypto.class" - }, - { - "key": "SHA-256-Digest", - "value": "nfAvGffdjov5YsKuXaOHKfJ84bS/RkhbryrGelYyJfo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/CertificateStatusRequestItemV2.class" - }, - { - "key": "SHA-256-Digest", - "value": "irzJ/p0kIA7QrzBFGIJfYfXDeUdIqfO/djsP3JYq8w0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/jcajce/JceTlsDHDomain.class" - }, - { - "key": "SHA-256-Digest", - "value": "V9ELd0JbOvQZKNJ/tMwhONCaSXUt8/PKSzWLnDR3+6Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsServer.class" - }, - { - "key": "SHA-256-Digest", - "value": "bCmNcp8cMpaUlxv0sr82loX2QfW5zAgGcXAjomY0ppo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsNullNullCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "lLa9B6/umDqunIvFPgDazBx13fY/Mac3cX9YGf/u78M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/HeartbeatMessage$PayloadBuffer.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fem4ki1FWyHroHdckCtH5AQmX7UIYe1iXj9cvHf27U0=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvX509TrustManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "+Jj1VQFIIZJfoh8M+MXoslLCzJJxUEQwT3hVbbULA5I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/TlsEncryptor.class" - }, - { - "key": "SHA-256-Digest", - "value": "icsKmhnQZEf2DJ6YbuvHhtVzYaigYXqxF7t9EflCTHU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/AlgorithmDecomposer.class" - }, - { - "key": "SHA-256-Digest", - "value": "jBtNqDePp2MwnNyPmkyJU0S588jhiH5kE55+yv9zGyc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/RecordStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "w9zX04PYubFUZhOZ7QHfZFBjGuq7+spCALtni5V8hJo=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvSSLSocketFactory.class" - }, - { - "key": "SHA-256-Digest", - "value": "gvgPud3Is4w+iLhHFVsAqu16j2E+7figQGOH06mijnY=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsCryptoUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "zz40OvayK4U0jTNi+rCLjMuVRoYTb5X5Qt/ath3IG0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/NullOutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "rh/VduXetdOgCy3FzyAG/RXZd1j/oRT4XAptFReLUFM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/DefaultSSLContextSpi$LazyManagers.class" - }, - { - "key": "SHA-256-Digest", - "value": "8pG/bFc/88cHaOwyZ8c8kEBYL9CMYsFIJerR9ZY23y8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JceBlockCipherWithCBCImplicitIVImpl.class" - }, - { - "key": "SHA-256-Digest", - "value": "9wqLWl1k8IuyfH/LK72FV+OsgAH+yYjmhSbvnoy/C3o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ExportX509TrustManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "r/00g4SSp09DQf61n2cTyETKQDlG9Ch3TiKfhHZYnoQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsFatalAlertReceived.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sgka1VSu4Wup/1xuMw+G4lg32eF8rEzi0z/gygO12zs=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/CertificateStatusType.class" - }, - { - "key": "SHA-256-Digest", - "value": "FoKsLM4XvNhkDS9YR01E3YUltI6WeW2RFQGXutz4kos=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/ServerNameList.class" - }, - { - "key": "SHA-256-Digest", - "value": "c6Dsd3AemjNb4Q3XDiP8O4kEfYKu4bF9g0RwiwDJ5QQ=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/BCX509ExtendedTrustManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "XYkdSD3BGUMxbY8k1x6/G1T6Fn1tBQfM3r4jvnakUyU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/CryptoHashAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "yZAEVghx8e9BSkEV40H/IIVKCiOFQfuPAW1EityLhHg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsCredentials.class" - }, - { - "key": "SHA-256-Digest", - "value": "xoCBppkjJCXsCJsf8kPwmeU2o75qUcdORIf6khjNk10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "2K69fObBIPWLehNBXqDdg8vPMCQh+NbhL2F7gtvEJ+o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/DHUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "Fi0w2GkoSfrjiTOiqN7M3BJPjtcW+pzHKbAq7XPDpeM=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/SignatureSchemeInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "hjwOlaMjkwrFIgXLUyq51yGIRtX2LhdkePmRWHkzx5o=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/NamedGroupInfo$PerContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "5iYRjxUsPONSzmQImHqP4BVSzrKWYC6Boh38bg3w53A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/AbstractTlsSecret.class" - }, - { - "key": "SHA-256-Digest", - "value": "rHFIQ7d2oCvHvbORJXP0e/ov9Be8zIZfjVyCE8MdXqE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsSRPIdentityManager.class" - }, - { - "key": "SHA-256-Digest", - "value": "UhDVO0sy4CzEikIuw1SY+1Gh9nK3AfMtTc13X5L7W8w=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/BCSSLEngine.class" - }, - { - "key": "SHA-256-Digest", - "value": "Tw4LWgtTErAqlqN/SgfRhfh2zQehwMn4NrNbCqjMoFg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsECDSA13Signer.class" - }, - { - "key": "SHA-256-Digest", - "value": "qrJu8JMtvHp7mz/bz4RMVMK7ZPCICA/UjxqccqKPkIE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ImportSSLSession_8.class" - }, - { - "key": "SHA-256-Digest", - "value": "bq/gQik+jKwDYww9R1onYDjT9fMHOyOOO0YaiVbgY1A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvX509KeyManager$ECPublicKeyFilter13.class" - }, - { - "key": "SHA-256-Digest", - "value": "1OQkMaLQLt8AFW8ZajUWFfghIZuFbZUhlUp9T5hjNHc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/BasicTlsPSKExternal.class" - }, - { - "key": "SHA-256-Digest", - "value": "4EXgxw4s3UNTxpzlvFdrQpfBfaK7/WwQzk0F7BFV2Dk=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/HandshakeMessageInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "JX3Ciu/M/f8MEUWzmpg1UEMLOv/zcfXRwvZZFjnkEZ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaTlsCryptoProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "yoZZzedeSTiamCy8r0t6GmPuHy1r2sLnpf9Rk4VlpNA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/AbstractTlsPeer.class" - }, - { - "key": "SHA-256-Digest", - "value": "bcqXTtzrYLi339QbYJBSS9p24/RfUr5Wpwcz7VWhbJM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvX509TrustManager$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "B6gRdxFKbt/35aGlDGRr2jUZc9TqNKKXQcTWcdxP7XU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/HostnameUtil.class" - }, - { - "key": "SHA-256-Digest", - "value": "NMqgxlPcqohMuuUGpl23vbscl/lWBtvjlpT6cm0v4K0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/jcajce/JcaDefaultTlsCredentialedSigner.class" - }, - { - "key": "SHA-256-Digest", - "value": "hm/GVumefn/O899PSdZOV7m0h2jdKYUK8qaqrJ/OJBI=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/FipsUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "t/TqLTHEdN4gxzYjK9wf9YgfYcXTENAs9U+SUmjmIHw=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/TlsECConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "es8iBJh2De1126g185qaxxhKzkw5nTsXpQwOSFLOC5g=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/OfferedPsks$BindersConfig.class" - }, - { - "key": "SHA-256-Digest", - "value": "4T1iIv/DJlfH33h+gdu4Rj/7HesWUXaJSn1yEaKyKLk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/DTLSServerProtocol.class" - }, - { - "key": "SHA-256-Digest", - "value": "u/qvcDkDAfOaWcKfD+PpdBx8KEEyGvD5kmM33y40Do0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/crypto/impl/bc/BcTlsECDH.class" - }, - { - "key": "SHA-256-Digest", - "value": "i+cltzJbCsfEbdo/Iyg0dG920vM6DxTLTXFSXb4kR6I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/TlsServerCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "lF/nhh3Vmj2NzNta4DF4vzTfaKEwfnA6vfwkyejulPU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/jsse/provider/ProvTlsPeer.class" - }, - { - "key": "SHA-256-Digest", - "value": "uYaoCxR3oU+Kxk5HIXQq3zVM+gSzjSkstWHcGByZqTo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsClientContext.class" - }, - { - "key": "SHA-256-Digest", - "value": "a0O8/gQQJk26P+pTU48Vj8jy6A2zL1OV5JfiWtNQIgg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/TlsCredentialedAgreement.class" - }, - { - "key": "SHA-256-Digest", - "value": "Jv2XxAbD2vckJbNdYKKPpbWJw0jRIXMvHPu+mOcr0NE=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/crypto/impl/TlsBlockCipher.class" - }, - { - "key": "SHA-256-Digest", - "value": "U/c0/Tq5Ki7fmkLsIrVXbZsToQixK5G1uScfhpDDk44=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/tls/SRTPProtectionProfile.class" - }, - { - "key": "SHA-256-Digest", - "value": "6IOIX3GqR6QZLvKRtNuUlRK7TCpFaF57HHcefxKqH/I=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/tls/CompressionMethod.class" - }, - { - "key": "SHA-256-Digest", - "value": "VX/pUnwTVlVIW7jt4QhlHPPPDNjDoeopE5xvpkv+g+A=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/ProvTlsClient.class" - }, - { - "key": "SHA-256-Digest", - "value": "q5vLBp5i3hyLCxBsttDgotIr/iIJ4W3EEpUmdP/Se4k=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/org/bouncycastle/jsse/provider/DisabledAlgorithmConstraints$Constraint.class" - }, - { - "key": "SHA-256-Digest", - "value": "MUTtUh590/EXU+1SdA6dZBpQ0P58c2k4pl0jLqL2+24=" - } - ] - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "e6a13dcb064f73b1d8043a5851d7e6a69f6cfa6f" - } - ] - } - }, - { - "id": "dabf6f4b4148887c", - "name": "bcutil-jdk18on", - "version": "1.74", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcutil-jdk18on/1.74/bcutil-jdk18on-1.74.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcutil-jdk18on/1.74/bcutil-jdk18on-1.74.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:bouncycastle-org:bcutil-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle-org:bcutil_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle_org:bcutil-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle_org:bcutil_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.bouncycastle:bcutil-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.bouncycastle:bcutil_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcutil-jdk18on:bcutil-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcutil-jdk18on:bcutil_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcutil_jdk18on:bcutil-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcutil_jdk18on:bcutil_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bcutil-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bouncycastle:bcutil_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcutil:bcutil-jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bcutil:bcutil_jdk18on:1.74:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.bouncycastle/bcutil-jdk18on@1.74", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcutil-jdk18on/1.74/bcutil-jdk18on-1.74.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-SymbolicName", - "value": "bcutil" - }, - { - "key": "Bnd-LastModified", - "value": "1686552863907" - }, - { - "key": "Bundle-RequiredExecutionEnvironment", - "value": "J2SE-1.5" - }, - { - "key": "Implementation-Vendor-Id", - "value": "org.bouncycastle" - }, - { - "key": "Application-Library-Allowable-Codebase", - "value": "*" - }, - { - "key": "Import-Package", - "value": "org.bouncycastle.asn1;version=\"1.72\",org.bouncycastle.asn1.nist;version=\"1.72\",org.bouncycastle.asn1.ocsp;version=\"1.72\",org.bouncycastle.asn1.oiw;version=\"1.72\",org.bouncycastle.asn1.pkcs;version=\"1.72\",org.bouncycastle.asn1.x500;version=\"1.72\",org.bouncycastle.asn1.x509;version=\"1.72\",org.bouncycastle.math.ec;version=\"1.72\",org.bouncycastle.util;version=\"1.72\",org.bouncycastle.util.encoders;version=\"1.72\",org.bouncycastle.util.io;version=\"1.72\"" - }, - { - "key": "Export-Package", - "value": "org.bouncycastle.asn1.bsi;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.cmc;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.crmf,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.cmp;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.crmf,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.cms;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.tsp,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.cms.ecc;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.crmf;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cmp,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.pkcs,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.dvcs;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cmp,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.eac;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.esf;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.ocsp,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.ess;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.est;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.pkcs\",org.bouncycastle.asn1.icao;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.isismtt;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.asn1.isismtt.ocsp;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.isismtt.x509;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.x500,org.bouncycastle.asn1.x509\",org.bouncycastle.asn1.smime;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cms\",org.bouncycastle.asn1.tsp;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.asn1.cmp,org.bouncycastle.asn1.cms,org.bouncycastle.asn1.x509\",org.bouncycastle.oer;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.oer.its;version=\"1.74\";uses:=\"org.bouncycastle.asn1\",org.bouncycastle.oer.its.etsi102941;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.oer.its.etsi102941.basetypes,org.bouncycastle.oer.its.etsi103097,org.bouncycastle.oer.its.ieee1609dot2,org.bouncycastle.oer.its.ieee1609dot2.basetypes\",org.bouncycastle.oer.its.etsi102941.basetypes;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.oer.its.ieee1609dot2,org.bouncycastle.oer.its.ieee1609dot2.basetypes\",org.bouncycastle.oer.its.etsi103097;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.oer.its.ieee1609dot2,org.bouncycastle.oer.its.ieee1609dot2.basetypes\",org.bouncycastle.oer.its.etsi103097.extension;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.oer.its.ieee1609dot2.basetypes\",org.bouncycastle.oer.its.ieee1609dot2;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.oer,org.bouncycastle.oer.its.etsi102941,org.bouncycastle.oer.its.etsi103097,org.bouncycastle.oer.its.etsi103097.extension,org.bouncycastle.oer.its.ieee1609dot2.basetypes\",org.bouncycastle.oer.its.ieee1609dot2.basetypes;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.math.ec\",org.bouncycastle.oer.its.ieee1609dot2dot1;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.oer.its.ieee1609dot2,org.bouncycastle.oer.its.ieee1609dot2.basetypes\",org.bouncycastle.oer.its.template.etsi102941;version=\"1.74\";uses:=\"org.bouncycastle.oer\",org.bouncycastle.oer.its.template.etsi102941.basetypes;version=\"1.74\";uses:=\"org.bouncycastle.oer\",org.bouncycastle.oer.its.template.etsi103097;version=\"1.74\";uses:=\"org.bouncycastle.oer\",org.bouncycastle.oer.its.template.etsi103097.extension;version=\"1.74\";uses:=\"org.bouncycastle.asn1,org.bouncycastle.oer\",org.bouncycastle.oer.its.template.ieee1609dot2;version=\"1.74\";uses:=\"org.bouncycastle.oer\",org.bouncycastle.oer.its.template.ieee1609dot2.basetypes;version=\"1.74\";uses:=\"org.bouncycastle.oer\",org.bouncycastle.oer.its.template.ieee1609dot2dot1;version=\"1.74\";uses:=\"org.bouncycastle.oer\"" - }, - { - "key": "Bundle-Name", - "value": "bcutil" - }, - { - "key": "Permissions", - "value": "all-permissions" - }, - { - "key": "Trusted-Library", - "value": "true" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Extension-Name", - "value": "org.bouncycastle.bcutil" - }, - { - "key": "Application-Name", - "value": "Bouncy Castle Utility APIs" - }, - { - "key": "Automatic-Module-Name", - "value": "org.bouncycastle.util" - }, - { - "key": "Implementation-Version", - "value": "1.74.0.0" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Specification-Vendor", - "value": "BouncyCastle.org" - }, - { - "key": "Tool", - "value": "Bnd-2.2.0.20130907-154046" - }, - { - "key": "Implementation-Vendor", - "value": "BouncyCastle.org" - }, - { - "key": "Ant-Version", - "value": "Apache Ant 1.6.5" - }, - { - "key": "Originally-Created-By", - "value": "25.362-b09 (Private Build)" - }, - { - "key": "Bundle-Version", - "value": "1.74" - }, - { - "key": "Caller-Allowable-Codebase", - "value": "*" - }, - { - "key": "Codebase", - "value": "*" - }, - { - "key": "Created-By", - "value": "1.5.0_08 (Sun Microsystems Inc.)" - }, - { - "key": "Specification-Version", - "value": "1.1" - } - ], - "sections": [ - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PollReqContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "NEbxSYDEPDqYLoEkQrOrkanHol/KfiR1Hga45Oqf//w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/DhSigStatic.class" - }, - { - "key": "SHA-256-Digest", - "value": "UALmr7gwQu3WR2FSVHvzFL6+KJrKEn94K2RKTWbwa0s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CrlOcspRef.class" - }, - { - "key": "SHA-256-Digest", - "value": "p5gabMLsuRTaqV5iCPPc6hkkBzpstZrj7Yd6Tsdtwao=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/Switch.class" - }, - { - "key": "SHA-256-Digest", - "value": "7JlAarTdQuKHF/FLI85DpcqUVuwxbv92N/j3q3HQPPo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SymmetricCiphertext.class" - }, - { - "key": "SHA-256-Digest", - "value": "qcfZ7Qi9KIDbaV04tZW1NADz71PfHrgOuz5eslX4WpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UINT32.class" - }, - { - "key": "SHA-256-Digest", - "value": "FmKTN/BF/JwJfSbUKNesm6aWqr7XzBKgX3DGs6l8qQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CRLAnnContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "aG2AT3jKCWKIP7eLWJaZ9Kf4HOnaAmJoqXjwuuei3pU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCStatusInfoV2.class" - }, - { - "key": "SHA-256-Digest", - "value": "c6yqH0zH5hrlwn8+nuo76WqL0RG8K+PsQNxYwBJDQyg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/TimeStampResp.class" - }, - { - "key": "SHA-256-Digest", - "value": "3tbtwA/2p5hqHyHKUVfsvePQdTBe54SCjHPPhP0I0iQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/SwitchIndexer$Asn1SequenceIndexer.class" - }, - { - "key": "SHA-256-Digest", - "value": "xMqBLRwMgeQZPwbdCZhecwnwpCr2NOgUsmyo2EH/RBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/HeaderInfoContributorId.class" - }, - { - "key": "SHA-256-Digest", - "value": "5jg6Va+OzhIm7mUrI27NmNTAUvS3UnQ7d0T7g4k7U4g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PublicEncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "8W6HrAssUrkMTSNs4RZCDbIXDvIq0BjlGg/UM/gEnPg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "EFlasyRGGMb9XTlJN35KBZhl6OQD8zEWfkbrpF4PqMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/DcEntry$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "YoDWrlqql3j/k6hGwdDKLTo67WSSy2sNd7Gk4gmX1EU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OEROptional.class" - }, - { - "key": "SHA-256-Digest", - "value": "AJHiqXlzYCiXWHW7VQRztxZMXSVdK/YbV9TX+h2Iisw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/ieee1609dot2/IEEE1609dot2$3.class" - }, - { - "key": "SHA-256-Digest", - "value": "lVjTfLzo2ahvCFDxKELuKLapw+RPZ1c/B0ht7Ga9yPQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OEROutputStream$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "TeCDzzQYcyD2u30QMRl3QQbYYzIlw1V7XjgMAAsDHJs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationRequestMessageWithPop.class" - }, - { - "key": "SHA-256-Digest", - "value": "aUM5CMZ0d/d6fgpEtvnPv1MvIs44V5seaecspc7fEPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationValidationRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "SotbX/ATwONkIrtTu09z8KwaUV7xExl6SW4CQhGingE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/MessageImprint.class" - }, - { - "key": "SHA-256-Digest", - "value": "pUPATgIKrsrPPCBBAtOQYHhSeaqmS+oylS04DJHm2SU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/PathProcInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "qaF2EGwRVQ0tRQcChoZMzm7aDRrdFmfPmnn/bZRNDuU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Latitude.class" - }, - { - "key": "SHA-256-Digest", - "value": "XQJvuFUau63h1+VjNlwZDTXT67ehcuhmw4bpzkf67Fw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/DigestedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "jySsqczOI7mVZVATWT03iuGGMZSs3ZAqYvEjKfztNE0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerAtResponse$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "MA7CfCbrnYPy0xLQ83gyxefMskvYmeqENzd6hbqOVpY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AaEntry$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Unul4Xm0yrksJlULTIVGKELQboMOqyLq59NvRNhO1ao=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SequenceOfRecipientInfo$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "yBsotPEIfoBfs9n09pxFXGbdp5Y7+iWEgfUc0FD+wlY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ToBeSignedData$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "x4jV704JT4rf8sfz43BoEp7BPs3+PfsFKXEyTK5rHhA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/OtherKeyAttribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "mb5ET6+rZPtelWyQ2QW4stLvH7AlsFgptRMAaZ2ydOM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfPsidSspRange.class" - }, - { - "key": "SHA-256-Digest", - "value": "56AdCjO/4FmkWBbV86DrD+qqXkOXiqa09fJrWiKXfhQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/DcDelete.class" - }, - { - "key": "SHA-256-Digest", - "value": "yrUyTN6XxY/Y/f/i8UzPXG5uXWLooRKjE5rBW3ruaKY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/AuthEnvelopedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "haE0JyLA07KkMFIsd3V11XKCPxIw4MJFgd0+rfEKAN4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/Controls.class" - }, - { - "key": "SHA-256-Digest", - "value": "p0o9vTTIh7yENuKSFHABQWsoNwcfJy5xSIL/qCyfGDc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/Accuracy.class" - }, - { - "key": "SHA-256-Digest", - "value": "p+kje4UChsrqd0KQcTBbMyuDkozRxcuCkvgixxyaTyc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/RcaDoubleSignedLinkCertificateMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "2Z2kFp6qW+gouBzTsCTeNesAgrMy4262s+G/ot4E1RI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/POPOSigningKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "s7DB05eAy23XyVDAmSX98cI/nEkAEICumtMuZ1Rx3RA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/CertificateBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "zkdWHuGdA3XgyX0Ee1BA4HWHBmLPJFXh1HwTRSCTpF4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/CertTemplateBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "783aN1M0a2o5WKuQ52DkqRguArd1SFUR04pwl5CtkRY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CaCertificateRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "7AI1P2Bd3VCjsBbfMKg6ndxG1NkJEA8QPOCGsd91b2U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/ElementSupplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "f0DgSyjuihSg3k+iYN/eeD6diSBVWD13z+k1I1YGlVc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941TypesCaManagement.class" - }, - { - "key": "SHA-256-Digest", - "value": "w9/6YPQ+kjK6GhgG8+HTsLw1dVvg/mBO7ZvsiAzuz/E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/SequenceOfCrlEntry$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "0KXL4TYtDmBel1FJBcIAlxscDeacnVgY5nUfI6/yqJA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SymmRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Bk8U4sHlS/8eZger2T2viv3VtPVaLY4Ll7j6EsUvF8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UnknownLatitude.class" - }, - { - "key": "SHA-256-Digest", - "value": "12zNhl2bczHffGpbKBOaih8lCRNyFD/2j1IzGUOvdXc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/TargetEtcChain.class" - }, - { - "key": "SHA-256-Digest", - "value": "bv+kceQE2xB+gglyzlvu+vdNmt8s6pkMA9dB/xpmZeU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/OcspIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "01fYNSrURtWVRINzrzQ/5Ndcp1uwGCs+O7943dipRUk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/KEMRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "u3MFT1iD3kxK2VzhaVcgcpsX1CqRdOi76P2ZkWTze5A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/AdmissionSyntax.class" - }, - { - "key": "SHA-256-Digest", - "value": "YWsYSZXDSPCrKRp0TzDwrg6N8u73mu3kuXKYiq1jAVs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CrlListID.class" - }, - { - "key": "SHA-256-Digest", - "value": "9MdJp/N6oUslihFMV65bVt6/C5yqEnSsWrNXeb+3C/8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERInputStream$Sequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "oDsVQr0U09nxQRjFp29TjKVP70aEoMF5kvr2KvLI6Pc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/SigningCertificateV2.class" - }, - { - "key": "SHA-256-Digest", - "value": "HL8671+LWZlE3B6jhXkp2C6EalEsXdP6UnXgkPoI9Y4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/EtsiTs102941DataContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "U6Nd7RC5nbB6cqnyF8f6F6OxQ+ng8WldVO5nPhc/X1E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/RootCaEntry$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "VGf9AhPe7YIUsHd/aRrgneNhZjlJis8WdTHkU7xB4Fc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/OptionalValidity.class" - }, - { - "key": "SHA-256-Digest", - "value": "U1XSoezY85+RwnBCJC9AV1pPN91EQHg4f+LVJFvXj0c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CommitmentTypeIndication.class" - }, - { - "key": "SHA-256-Digest", - "value": "XXy+FjOYPDxb9azl3xEU5pXqZN0ErVDwjj8d7pohDjk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/EeEcaCertRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ey9+PIHRAGP6PmPWKEqGnkQ8qIXPN9zaz5zh4iPtdVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIFreeText.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q8jTfB8xG50VnazfTsyzIjWPm40SVx8yJLf5AvfoSAk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/est/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "OYfeeRrsru+2SHzAheN+gA+vapDFPlXEtI3PccKYXho=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SPUserNotice.class" - }, - { - "key": "SHA-256-Digest", - "value": "bmfCoC9K/kqZW+n4zDaWW+M/JfrIfygW7eYhJK4ZvSU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/SequenceOfCrlEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "QPz2ODL0fL6PvBChKWeXXjeQySm7GjCPBhnUJTEiuv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/BasePublicEncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "lFN43jkEaLfqGRz1Mr1cXMA+Aj8BEjTnQiZKOud4QMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/DecryptedPOP.class" - }, - { - "key": "SHA-256-Digest", - "value": "6vuFH3EDgDYtcaNrCwKDk7ve/AhQA7Ic4wJ7vZx38DY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/OtherRevocationInfoFormat.class" - }, - { - "key": "SHA-256-Digest", - "value": "R0FQnYOy15UdKLJBj2wWGMdKSCauN3JB4kTpvlynh2U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/basetypes/EcSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "zNyUGbJG6HfO+HSTbqsHOe8leQuAWHNkKdJq84ZA2h0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097Data.class" - }, - { - "key": "SHA-256-Digest", - "value": "MkIDZe2BYIaTaLhoSVEwxCB8XuOLsHk30j9hDnlxO4Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/BitmapSspRange.class" - }, - { - "key": "SHA-256-Digest", - "value": "FAlsXq2YGi8pivezxOrBvmm7mvJBwB5t+TrRa996xEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/SignerIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "kA7NMj6Hybz0h9EvC0Tu58yaWhTLLGHibGlCIDTv6UE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/basetypes/CertificateFormat.class" - }, - { - "key": "SHA-256-Digest", - "value": "alzVM3cSzqnmQhcnfRkF7XchEW7X+BglEnhE1pqIHp4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$BaseType.class" - }, - { - "key": "SHA-256-Digest", - "value": "B9xLmj5+dVazo5Ec8iaKkdNTVfSo7/QSfnd066gnQ9Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/ieee1609dot2/basetypes/Ieee1609Dot2BaseTypes.class" - }, - { - "key": "SHA-256-Digest", - "value": "N0IEYHtwBxZrKAxYxb3Q1I9IFOQkcX6BpVjxI+Fl+x4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SignedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "lfqFBAAtu/OrroL/lfmezDHv5HgCxD5ZwCBB8ZJz2w0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UINT64.class" - }, - { - "key": "SHA-256-Digest", - "value": "OJwXA3aI1KILlr776joG6dIJVEDUi9+KHK92XFGylxI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/RevRepContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "2Ln7PmgQdTp2r4cO8GK1FR1IFbFriHT7EyWR5R68I3U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/RevDetails.class" - }, - { - "key": "SHA-256-Digest", - "value": "R/NfabpScT7+3E9Dscpev3QehGWBpTo8y5tW0koWkyY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfUint8$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "YjhitnZmsaKBlRCYeHL4qI2i8xfZFh69Lw+z5F7QI+Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CircularRegion$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "hN7eiUC9io9Ubn3+bIi2OAvO1lb07Qvco+sUAU0EPdQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerAtResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "uO8ZWu/JkpcHZjjNyrTDPNz4vyhk/1dwTan8cSN9m6M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/EnvelopedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZlNIU/Tlpbt5MOCh22rde1B4Syf8BROpJ4v2nzREwac=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$OptionalList.class" - }, - { - "key": "SHA-256-Digest", - "value": "tJUOJjWZrkj5FcOxHnG0Xl+0gtblRA1FYlCHVaxPQcY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PolygonalRegion$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "42I5zJGdrDOG8jAQYgP04zYGcTKSLXa9O+dyY5B14Ow=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/EaEntry$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "DcWYshonCU8s+yTPN8+908NqbM+emq6aSo/UTKHTNrE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CertificateRevocationListMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "a0htYpruWrdVHUPF9W3o7pR/A1lYJ0um836Xb81OvQg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/EtsiTs102941Data.class" - }, - { - "key": "SHA-256-Digest", - "value": "7cK6VRDkI4QaFtF934CojY8s2hOpCxgVHTU18cv7evw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/ErrorMsgContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "DVb2BTfrjRc+nYE+BzTe8nm0QpbD36x4TtBjQ/lEGxE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/HeaderInfo$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Da9ZiBuiuBr1sMSr0bpyg3PL8FFBGWVyrMx7TFAHTWU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "oNqDiyBadSySkU62iB/UoDb7YZdiyoV0VUzTYwZPkdw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/GenRepContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "H+526c/FzKBNiW9an8QExWmAEn0e6hv+zUpDneWuyBg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UINT3.class" - }, - { - "key": "SHA-256-Digest", - "value": "YcRdScbDYJt1FBPlJzFbR7mjfID2rUP8qdb6RCouJc4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSRequestInformationBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "hEK6cy9Te8RZQTmqXFNNGtIBngvpfe3uWRr1X5kbJe0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/InfoTypeAndValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "kX5P3jfHCTGByK7yrLeeomc0E6+74pEjte57QuuwEyM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UINT16.class" - }, - { - "key": "SHA-256-Digest", - "value": "N/1/PZBNVoA0rhxNaIgfxoU/rw/j2M631MGR4RKx990=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SignedDataPayload.class" - }, - { - "key": "SHA-256-Digest", - "value": "l9fRBhr2+EzXnXVyR4yUNQD4xiYltGoDBKmNRi4+iKg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/TlmLinkCertificateMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "5LZc75XbCikQMjLKdwjzEhIMlT3ZyM8el+CSZrOlW0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CtlEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "q+c2zEZOnnRrudBC+jytdo432k4fgBEDKK6nLt9VCoQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CrlEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "sBkNsHMBC2gklzr8gl4fdUwBUHrXriG8JN99iIX3o3A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/FullCtl.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gri7uoQjEYfo9sBO6LlR5Gr/4kQvFXXN8byMblroPbE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Signature.class" - }, - { - "key": "SHA-256-Digest", - "value": "7Jld1KmZbpxF10yimBDIQWd8zSa7Da/hF+PDbtZz8d4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/AesCcmCiphertext.class" - }, - { - "key": "SHA-256-Digest", - "value": "++KbUUbJDTuNWBj7acNxPaMv4fDWRO9HKhPqDozkftA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/RecipientKeyIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "njw8GnYEU+Z7uLfFZRnSb75FW6CTxRce0U4u3w24Wx0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/MetaData.class" - }, - { - "key": "SHA-256-Digest", - "value": "rfgnNMdOQn0AK+QoxaguhpkWIluLP5nOtEWidJEMvWI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/ProfessionInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "pFWlZqxpUuz47D6eq856iL6jbo1l/yJb5qBycebWB1E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "BwsBqBdU/u9fqqZgDbfYnnzFsxLv7NXe5d0dBEO2HNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ContributedExtensionBlocks$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "XXYyJpEqHjJQag9n7yb0O/+Rb6ihomJfpuFUMPF1NLs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/Challenge$Rand.class" - }, - { - "key": "SHA-256-Digest", - "value": "ocoHKYP/8mAZc6mMX9MIJj3cLSGsresUSmDBj1g6aQ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/SequenceOfCtlCommand$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "OoJZUEC7gNCfMiWqx47XFb/5h9Xw6Xb7mp6gK7e9hM8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SspRange.class" - }, - { - "key": "SHA-256-Digest", - "value": "5aAYQMV+uEQmBqEqphmWlpFr9tsJPYoNwXTtfIhNahE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/DeclarationOfMajority.class" - }, - { - "key": "SHA-256-Digest", - "value": "3KvDgmFwD03oqldI4MKxuBOGEYj0EQ7rrdClhyy+Dco=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CtlFormat.class" - }, - { - "key": "SHA-256-Digest", - "value": "EagWgVdbdIkxJi6X/Vd1gum/ad7B0g1UuvYFjtZsuqQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OEROutputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "ChBEuQvmQ2HM0jme0OumZyu3FpwRNS5LKhkZiR5FqR4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/Extension.class" - }, - { - "key": "SHA-256-Digest", - "value": "vBMiGPF+ZZx6iLJ/1x2DobewnVj089q5rMV302XADWU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/CertificateId.class" - }, - { - "key": "SHA-256-Digest", - "value": "rZ2ZWm/0lSXcD9WKJQcu041fOqVwjlRTZ8ER+SWkUwA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/smime/SMIMECapabilitiesAttribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "0/dqzTYekfmjzHKI5EKk0qVjB3c7ir2wB9E/D9YtrFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/ieee1609dot2/IEEE1609dot2.class" - }, - { - "key": "SHA-256-Digest", - "value": "vi8G1fqNez2ehh74T8a6yS8453D2ZIfS3EphOOCXkCw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/CRMFObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "v9LttcQfRXIX1M2Gj6S2T7i5TxsbJ/vXyKawhT+ENxs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SignerAttribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "JBNSYPZwgiYEKA2HhZ8Xcp9HCpJzkkoerwgxrfCRQEI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CaCertificateRekeyingMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "GZOupkglWPPqlxiDaI+lby7GOGy/+562i8aespS13Po=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Point384$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "8I8SxrU6/aYdv9uDEwT3b8/7ZNkO5LEjuFSL5S/dQSo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationValidationResponseCode.class" - }, - { - "key": "SHA-256-Digest", - "value": "E3k5tIYyl2G8bSURZAMjMTS872l05b6iiLbDvLksyPs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/KeyTransRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "dWSMyYB54crWao01eBrFzd0wuD4dg/3Xru6csf4KGMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/SignedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "vOwhMwRP0ymSXGkw7NqOf81yNIqFJuIfxrCUcrGlVd0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$Builder$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sv8Rgst3W3WZOR1nZlELoUccDjQoNN3mPOesWvKsU2A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/Certificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "vuZ2zjomxOWEWW5OX0cWO1f73QGWveRrq/H4MOXaPys=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/GroupLinkageValue$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "KhV0SHV89agXFK+ZY9OoUjNBMMfk3U5mBMZ5ipr2ptI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/BitBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "aFoJu6Kt7aUYr/dHg7lpfU167KoVE91cY6rLw12Smbg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/SigningCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "+E8eqnqIA2ZVrEODF0bS7TQ1qxE18DxrpeK0jP5RHF4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SignaturePolicyId.class" - }, - { - "key": "SHA-256-Digest", - "value": "8prF4NlvoS86zcjOXRAid5dIBVIqLXvPDwerueDB9Qw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/CompressedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yciac4AF9JiyHknqQ1u0VwcPaAqMwoeRXft5NhOxY4A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/OtherMsg.class" - }, - { - "key": "SHA-256-Digest", - "value": "KiizWc/Kh5Rk9fLrXw8K+QWudkqPOB2Ls1TnZHcY+5A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PollRepContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "yhqXtAX1WnTpIahJDCdWJ4CG+VKE+3VguH+I9dOVr1M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/Opaque$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "2OFb6z9bX3xgIuvGw/l209YGaDo0VzSF8//MC4Giwy0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SigPolicyQualifierInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "xSaymC6nML+jJrhzpCW2uNkmutxeWwb305reqoatPz0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ToBeSignedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "VpzYk14lctMPUvXVyBkP5e7ycloc3VM9/WwHhBFKH8Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/DHBMParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "JsaAWDWEmTr+lfkdXNN9cQHkrcGssguHsf286RE9S1s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/OOBCert.class" - }, - { - "key": "SHA-256-Digest", - "value": "56WVYZIF8kxV61Imn7LVQWERCGgc1weZSHq7yvadyVQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/EtsiOriginatingHeaderInfoExtension$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "sMAON+tkAedfIh10eYcLHaLYONam9cQhiJ33zloDQEk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/ieee1609dot2/IEEE1609dot2$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "8I9HPVXThxVlq0cD3Ut6c+HjqFnj3S5/cttKT0kzCNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/ExtendedFailInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "5Hbu1+I5L8FWarLCdsrCnoMo2y3FY+0R33QULlYXc2Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfRegionAndSubregions.class" - }, - { - "key": "SHA-256-Digest", - "value": "GMANKbZkUo4P7cVFal/c++jX9uC+Jc4TfQd41A2P//Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CrlIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "xhfH4SCujFvmx8o9dCDYDxoQOCYGGU3fKSm5svOf4/k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfHashedId8.class" - }, - { - "key": "SHA-256-Digest", - "value": "qlXZFiZD3FojMnJCg1uIQjF7QKR9VsclLAe2s8MEFgU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/ThreeDLocation$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "wK0zEblEEPwxkCvji4fEqWDTfsPmUgPsNoxaCtdl1ns=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/Element.class" - }, - { - "key": "SHA-256-Digest", - "value": "nmwh1WcEzJ2UTO9wByIecpPNGW7giDUkg+5j/HS+Pa8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/RevAnnContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "TDZZWmtTdy8rT55fTLTwFMDkvkJhjGkc1P5Oc6mbZP4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/ESSCertIDv2.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZHMTeUeRceGiAMPqT4j0ANolEga+XVUcgk3JiYjXUS4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedLinkCertificateRca.class" - }, - { - "key": "SHA-256-Digest", - "value": "J/UlDn9DEI3PP7ZpAyzQx+CsfYHbliTFiMk/7Pa81Nw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CountryAndSubregions.class" - }, - { - "key": "SHA-256-Digest", - "value": "WwFkcOfvjIVK01GNfxyOsvWcsZOxUo7dejqiCSgiVzc=" - } - ], - [ - { - "key": "Name", - "value": "META-INF/versions/9/module-info.class" - }, - { - "key": "SHA-256-Digest", - "value": "SiXiRdRlgcKKm+vKRzS3u/rZrkv6z9jtMRScTv+t82M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/PartialHashtree.class" - }, - { - "key": "SHA-256-Digest", - "value": "oop2D5Ef7Ayb0klPsIY4IOyyZghSuPKg4SxC6CGD/Ro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/CMSORIforKEMOtherInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "fc0kKOCW+xv0V1+BdtUKAlRn0HUJIAy1QkWr5RqoH+M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/EncKeyWithID.class" - }, - { - "key": "SHA-256-Digest", - "value": "ba9oo5eY+esXuPyhGii/FVs4te7eKu76mjgxfoV9OyA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/OcspResponsesID.class" - }, - { - "key": "SHA-256-Digest", - "value": "YDLPpFzpYXFDWSf29/BO4gnLu4U4tIn6aAlcITXaTsI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/ProcurationSyntax.class" - }, - { - "key": "SHA-256-Digest", - "value": "TxDfZ6IM2/P7nX1fjtr/s84dnF2SPsZxuaIDUuhxbjQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/RevReqContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "cszCCn7jP74BKjrU4bx5ReO8AImwTes6VJZDkmljXQk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/est/CsrAttrs.class" - }, - { - "key": "SHA-256-Digest", - "value": "CKwX9o1D9GDBrZz0UOTxves/GlxaAexa2MXd3Jg5jNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EcdsaP384Signature$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "rsh5IaFha7JGcspv+5sn4c57OaOZ8bzHwVloTQNB0dw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/OtherRevRefs.class" - }, - { - "key": "SHA-256-Digest", - "value": "0zk8jl4ubQ4p27J0cAq0jBd5aVsd+ophgRgfZX+IZgE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/EncryptedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "Os0Vhu8cmeyOu5HXGmUufrzvAt06VtBO81Aecrho0Y8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/RevokeRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "2cl+zPv46U4vsCZ7a1KD3s7+O7GB9hOp7zb5Ncbzr9U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/BidirectionalMap.class" - }, - { - "key": "SHA-256-Digest", - "value": "gVQFlGDrg5fKJXeL5E9/cTx6Dn9rp4L7cIFOcJnoQFU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIBody.class" - }, - { - "key": "SHA-256-Digest", - "value": "z8ld9+V2JEbA2eq7yAftvjnuNsKUwFuM4HizGhrBxV0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OEROptional$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "BfApXBhl2JeVrgqbeTXYY1qsKZwJ+zi705FSB0k8ohY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/GenericHybridParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "3f40YEjem9WwZlnz4kN6UdEHfxYUnFvZFKaibrVWy0Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097Certificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "CsNVaNZtrToNyynbAwqv29uVLIqD4YWpiy7kDKXkkQ4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/SignerInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "KKYXVLqR5+IJW7ycQ2/WsxFcHIhuEgR7QgLIqwlan10=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/CounterSignature.class" - }, - { - "key": "SHA-256-Digest", - "value": "s6envOUWTz+wnV7/exR2yKJf/0PB0WSDszzFOzfZIvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CMPObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "k26uxReNY1XmLhKyL5sROqW87XTPOWIUJZCYMx7xMGU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/BodyPartReference.class" - }, - { - "key": "SHA-256-Digest", - "value": "1gpPTNEMchVMABPmI6xau7vIxkLyZP/YxEdCM1a3mOI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/OriginatorInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "PbhdROLrhgpoo/eApNNMx4LNGE0dUjdx8iWZoAproIQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/RecipientIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "nmgJUXLKy7L7Pbi3LiK2ev+5UC1jNFuXwUFjabRfA+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataEncrypted.class" - }, - { - "key": "SHA-256-Digest", - "value": "VRF91594hsC8A6OiVOLmhKTuGfYwQ8cmePMU/pc4IH8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedLinkCertificateTlm.class" - }, - { - "key": "SHA-256-Digest", - "value": "mlSNDqZl/jDqcDik6/WjgcqQdiwxFVVhFNt4JI8z7DE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$ItemProvider.class" - }, - { - "key": "SHA-256-Digest", - "value": "Wqf4+DDTrtZXFyThKc96ElL8mtVAOPKIxaHSlKAbc4Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ContributedExtensionBlocks.class" - }, - { - "key": "SHA-256-Digest", - "value": "s5nZDbrfXBAjVBAY/Gnofj4oe6R3YqPm3QwcAm7kr70=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EciesP256EncryptedKey$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "TBesqMQQztdQqRSU1GCFfVwsAI/vGU0d8JPj0OaWB/4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertConfirmContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "ecLR44TSeU+OpjVTJIlBk4ME9dmg7hBu35dWT7LWQd8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/EncryptedContentInfoParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "lKmW3d0JSDkqR33M9zSdbc5JkU4WjXVbYlsAwC5vROo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERInputStream.class" - }, - { - "key": "SHA-256-Digest", - "value": "bNaADJE2kH2UIUFTYrXlmaxq5eIx+9Mx1U1tlEpOMlo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "k5IMf1PDwWWybi2E/qfcgzioloXU8iDv6vdDwe1Hyak=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataEncryptedUnicast.class" - }, - { - "key": "SHA-256-Digest", - "value": "vghK+kt/tu+YJP5IGU9wnn+jnbTVO+W8BEBZynuZUMg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfHashedId3$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Siqhy30EoEliQJoi75ip2KeMaoEzta1yiIErLs4/VDM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SequenceOfCertificate$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "aFy5hRIf4SJPckBPl5SCmawPrha3finqePXgPdGPjYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "2OxMyubGR65QxhoYYpZ0wWQbYIWVURPWOPV5WdlzAEE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/CVCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "whTKKtWczltGg/fdj6FLWd766vSI+2KUlGFU43StNoA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/MonetaryLimit.class" - }, - { - "key": "SHA-256-Digest", - "value": "a/HOSptpBpelAr62yD1JKqvoTYAzp3RQDaaE5oa2xsQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCPublicationInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "xpYPDQIYCuqD0k/C62G78MBIryTufmHiuRAUNQJw6nw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/CMSAttributes.class" - }, - { - "key": "SHA-256-Digest", - "value": "N0sLRD9yEU4DqRMKz8OETBAYZokUrIpEHi2oxUDYGKY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/IValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "WT0ijHlZV0ycz3kldu9Sjepkv8hpRrk8m69w7iCkNPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/Admissions.class" - }, - { - "key": "SHA-256-Digest", - "value": "C7n1mD2kEd2b10mLbWWC5MOUouKutdZVvx1U3QENPNc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/Ieee1609Dot2Data.class" - }, - { - "key": "SHA-256-Digest", - "value": "+GD9zAaL3Or/TVCXzBPSJtFqCp6t2DJ8N+PnQWx/BpY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Point256.class" - }, - { - "key": "SHA-256-Digest", - "value": "XpV0wLCAJPDICdxW0Bwas1c2PbbkCDObRhUfmcqh8ZU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/EACTags.class" - }, - { - "key": "SHA-256-Digest", - "value": "ftVwTeCkaxsgL/jSEWPlq9Yu3vxhuj8wC4QLcRq8fAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/PKRecipientInfo$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "MrweAb+w2IvZonodfPjrmaw9JP4RRjBX3p4nBB4Bxok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EccP256CurvePoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "OspccUo0+8eY4OakxTOs8ipCIfzcZ/ojp4f9lwOUL5k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataUnsecured.class" - }, - { - "key": "SHA-256-Digest", - "value": "9P5BTOGS5FKxxI9BYcvIPEK84YLUHHekRVSOrIt/WqU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/RecipientEncryptedKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "i+FfIlFs8mBqkI03hQ/EE5IwBoV9J6TmlIvzW5kERPc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SymmRecipientInfo$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "i33OexnrN0SAiPvEFwV4sPgSTcqO+Q4Ne/RsMAMQdkg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SymmAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "9Rewc8q+ulq5CxL8eXhg5Gn3D22dj3bX3pp6Wt8msiw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/SignedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "JVQQ6ONEYhjmGA4yCIF6C0HJnPtn08HBAlN3eoTxe04=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$ExtensionList.class" - }, - { - "key": "SHA-256-Digest", - "value": "xck/kbJdo+bcUkUThE4BbIsM8foRzvVSEzGG1oVLAR8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PsidSspRange.class" - }, - { - "key": "SHA-256-Digest", - "value": "AqG/QS23IAdv4Hnc/tvJPFA/OY7ltl/erRBLNQm90Vc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSErrorNotice.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ZmRfYABGOO75zqKtl4QC5nhS78uBySPox4N8e4WVkQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CRLStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "OVs0nKO9HGh0v9u15qGWM5/tm+b93RDKLbq8oJUlYY0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SPuri.class" - }, - { - "key": "SHA-256-Digest", - "value": "NeacdTCdglluoYrUPWYR5oKso+dVlJcHqNufKJfvPJg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerEcRequestSignedForPop.class" - }, - { - "key": "SHA-256-Digest", - "value": "S1Iu84C7MnRSSqpFJzjfocqh4iXm989CNht7bQgrqQk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/EeRaCertRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "yCab7fzyeS2KU1wNhFYQkUccp7aMjZnll1QNfjeJM0Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERInputStream$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "qcwU6hltpcEEpGDFFDdI2RMyHUdlB0f0ib0mJ1f2fmg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/basetypes/CertificateSubjectAttributes.class" - }, - { - "key": "SHA-256-Digest", - "value": "+rrrG4M4zyU8EbpymirptVEph7wpXwtn/zCrIrRkJnY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/PasswordRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "fdtQ7xGUxsR/McWle7TFqVv2uUglI43o7OYVPYfNVXw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/basetypes/EtsiTs102941BaseTypes.class" - }, - { - "key": "SHA-256-Digest", - "value": "0hQA+1n5P7LVEsYk6c8Z0efoFEjVf9ZUeV+g8zr8qyY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/GCMParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "OqlWP60q9jN0+QQ4uuBGAmMB4kPVX6+/JFbIRIm6tHQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/OtherHashAlgAndValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "4ZPttWByYCK0iiIgp7BwXBwwPb2QoO4uYZ7Z7URlV3Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerEcResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "elq2pToXHGoocACUg/rSjAmQxUvI7uHzTG0l28iRZ9Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/SwitchIndexer$FixedValueIndexer.class" - }, - { - "key": "SHA-256-Digest", - "value": "NH0QN5X85um6P/+8Rm4B+C+FMLzRp9QGvw8rplp/ifM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/SinglePubInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "/IsdnmsQ0KK0NJ0J52beCS/DguTpqKG6+h+/VMsKnLk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/Challenge.class" - }, - { - "key": "SHA-256-Digest", - "value": "6c0RqdfgpvYuojU254TSXTj3TEGnJ8xi9AbXUDBx8z8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedLinkCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "/0mGEITuacEuYXpwlbROeJIllyfmXUTxXleAXVfLgN0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/EncryptedContentInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "gC6O7+bGHZ9bT2PUKHogkEON/028BKFXFbw1jM2CCvw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerEcRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "vKwzNv8U+ATwhiaahjgk+RB8y7iXCBiO7hUkrmV84Wk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "VaR2Y6O3R3yKte2SUbl/1j4GA7EW4bv2irblpVjTRAA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/Time.class" - }, - { - "key": "SHA-256-Digest", - "value": "e119WE4OqxlXgQu+9fbj+dC+qoKd6LhXGust+bcIqvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/Restriction.class" - }, - { - "key": "SHA-256-Digest", - "value": "7NyMOtkCQizd6bWjZ5YyRDKnNVcGJNka4n5vmjHOrw4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ExplicitCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "L0KLKWZ0SNPNwMJOpKnAciypHfnxhKHXSBmXpNVHhbw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/SharedAtRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "t5t6l4PW5XjDwfHtUvaz6gb0yQLDB/9eCWnh8Q8U9HA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/NamingAuthority.class" - }, - { - "key": "SHA-256-Digest", - "value": "qYvjKw7eJs0WbJWhTojFVeVEhLznp+RynDqiwJNmA8A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/RevocationValues.class" - }, - { - "key": "SHA-256-Digest", - "value": "e04nsTR2JOazS9LVRpGnQcJZQ0pilOKBjLbqf25tASg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/ThreeDLocation.class" - }, - { - "key": "SHA-256-Digest", - "value": "UTh0uw7whAzHPyq1P4e1fFdzKoxJYbuFQ7DrPrjzNyI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/ValidityPeriod$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "a5he0n1NHH2cFrayaCarxaiP+mzG8dZCyCKJJeZKMnc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/HashedId32.class" - }, - { - "key": "SHA-256-Digest", - "value": "2FAwKPaVixggh9nGa28Z35cEEYTrgz7BpTibP5MFsFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/OtherHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "G8LyxN0WiAP3YAodeUtpABdu7WBlnZP2RlvoPbhHsrs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCStatusInfoV2Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "dI4KNN7shK3+/HKZUUc/qWMXxWQpuVMfH7EgXR/ebYU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/GenMsgContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "TSnGwR/MrVGu0Hpop0GUa0BBjpJ4DSn8U44z8d57quc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/ProtectedPart.class" - }, - { - "key": "SHA-256-Digest", - "value": "6Sqh95v3Ogs1GnWxcCrZUV2fPYMDQc87TG0WzosuOdc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/icao/ICAOObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "tIgD4vMABHBxxAay7QRFPsE2iO7tYm3Yg1BUz0SkUbk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/ocsp/RequestedCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "JPdqsbvWBY/eMhEgVSe163PAl/WlBhk3nsqvf4tOGlc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/Utils.class" - }, - { - "key": "SHA-256-Digest", - "value": "9LSJkkr73sHls1OFEgRT+fFj4xorYIAbQRYwbPOr784=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$MutableBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "0R/2N6a+uUPU+mfpJYIiz4sQ2rw5/5fRoYr+hzZV0Iw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UintBase.class" - }, - { - "key": "SHA-256-Digest", - "value": "gIH+kZThvZZomJTtJw6Kmn86s30S5vglVkks8geGKBA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/OtherCertID.class" - }, - { - "key": "SHA-256-Digest", - "value": "gEJUHbvhYDMVwFdPvIIMxl5/ZJfC2HTWfeYAAsI2VTw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CAKeyUpdAnnContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "wEKZkfbM7wNdYMNJPxjt+QdvrhTTcjfv9hyDR6e41CY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/TimeStampTokenEvidence.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dxi/BcY/gnFTGNmQfRZlxvf7SzRKgHrmqvU5IdGW0VI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/PsidGroupPermissions.class" - }, - { - "key": "SHA-256-Digest", - "value": "wyujwk0JL7BCy0I52qXCF88rgYH+KybC53MCwGJ36bI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/ieee1609dot2dot1/Ieee1609Dot2Dot1EeRaInterface.class" - }, - { - "key": "SHA-256-Digest", - "value": "uDnm8KM4g4jmxVae07FeCTzqVi9qCf17v3aKsH/9khY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfHashedId3.class" - }, - { - "key": "SHA-256-Digest", - "value": "5GKku+38pS4VTegjG01jMoeMs+ukChGL+VsYBqvnmvs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCStatusInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "B4eYAfvw/HeYWFgzZPaP74jPLqHu9fRMDNKp6af+WpE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertOrEncCert.class" - }, - { - "key": "SHA-256-Digest", - "value": "TOI/Vt9xXNVvIiebYVcLWfPYQkYxrBZEtNHt+nM3SjQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/OtherRevVals.class" - }, - { - "key": "SHA-256-Digest", - "value": "p8n2Kl44rUttb5g6tFnC89CVFfmFW6tEgcdrubNCshE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/KnownLatitude.class" - }, - { - "key": "SHA-256-Digest", - "value": "PxkfamFFpNoelXkb49LIsLuT2XuuZSVIPUjiLUKT2Rs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/ArchiveTimeStampChain.class" - }, - { - "key": "SHA-256-Digest", - "value": "+ek0qluADV2vLrMdhrTiNxk4l+t2T0hQtz6rqDCS0pY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfUint16$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Zblr0ISBEcTvv3sksw/urofzoqpcHp7KHqkqYppdfeU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/OtherStatusInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "BcNiSlsQJmbElJ1rG4lmGdwgUVjDpcaHkosTS+aonMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/PendInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "+D2Z8eecaskZn7iU/qSw6udDvN4ZVAlSfDZuWSgbbYc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERInputStream$Choice.class" - }, - { - "key": "SHA-256-Digest", - "value": "iwCebipF5RYx/2avmLOnKyiz0TMcfQQKPT06yxAo4jg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CompleteRevocationRefs.class" - }, - { - "key": "SHA-256-Digest", - "value": "d0pJM4AI5jgf66cnXcLOWS+4bVZDmjs9H9Z+LLN79MI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedTlmCtl.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y395haWic8VO4Y9alDkpNKRYT6mxUp2lxE6vumLhgnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/CertificateBase$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "FZ4r756TT21l3BdtpZxnkOFRkB36BUHCGY8Bx39xAKo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SequenceOfRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "twp4RQYfETO3/qAKAIn3ACGDQ+zbnjoViDggRVBUkPs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "4mYkK81RO+7D0M4SIziQiGjLEa6sw95KFOrMyz7X5ag=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/TaggedContentInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "UGSWHgTQIWFX9R3mjxnK/nrTqsjj/175FuxsUrUnlMM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi103097/extension/EtsiTs103097ExtensionModule.class" - }, - { - "key": "SHA-256-Digest", - "value": "kfPSif7B06dpJ9W+XQiIZX7a5bO6yN+aR/lh7EEmUZM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/HashedId.class" - }, - { - "key": "SHA-256-Digest", - "value": "/ZPl7pGraZOyortJJMemKckY5CflQtToddzlKgDSwcY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertAnnContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gtl6gZs6Fi4M9zTjW/OOJpyBVUfk3nl9UDwbzxbYYd8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/Evidence.class" - }, - { - "key": "SHA-256-Digest", - "value": "FK63WHca5GiwJflKiFx2yYnaPsG8rep5+SK/IeNkse8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UINT8.class" - }, - { - "key": "SHA-256-Digest", - "value": "75bvwpAWUHmmS5vTwIHv7puvvlV5oRrzZVYSzUpbWkU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/CMSObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "jgGEcR7s3OuS99ElG5sLUrJ04f6W4XwfGfI7jK+RtkM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EciesP256EncryptedKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "rTIOoUo6mnQwhPT2NcRH6eCuooBLwoslCsd6nmsl5eI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationResponseMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "pcdcTVgB0tPfHgmDnXt6rzE8eG/Aao2dXm0YdavIHAA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerEcRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "mAfAEMV0/etKdgxVflOCMb109U9Xr+Xh0bGQvpVLMUY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CommitmentTypeIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "2b9yLXeusompK97tBLTxssIC21Du4RNkZ85M9qpLxro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941TypesLinkCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "P14pB435T0HA4ecoFHb+fKS9zeHEWt2thbFQOI59cv0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedRcaCtl.class" - }, - { - "key": "SHA-256-Digest", - "value": "It+5kQiXuv2OURJpvg+M6SvuOutXIapt8fehJuxANsI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfPsid.class" - }, - { - "key": "SHA-256-Digest", - "value": "c3dxyLLM+hPy90nBNp0RFjEKkuFw3kiGb0WXw4EULM0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Hostname.class" - }, - { - "key": "SHA-256-Digest", - "value": "+fn5K0lv4e+yDl/KYT/LrOOo0+WqmTVTDy8sIvZ38XY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/HashAlgorithm.class" - }, - { - "key": "SHA-256-Digest", - "value": "uvI4tRoplBEVOnaR9kKAiwUAnFXtlkKq0xjRi6tS6xY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CommitmentTypeQualifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "kosoAxjZ9bi9aeTKqIp8PJ2cV6V8zFTSMaKx/61iJLU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/icao/LDSVersionInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "briLlg0PQxH+chbb0nC8MwT/U0G9ggPROvy7VLur0AI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/GroupLinkageValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "mBYg+mRt6zno7XVi2Pl9d1L2WoJCbmdiU925t/HqhVM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertRepMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "WCahDMmgxl4XTGChBQo2mGJuwHd6y+pDu8X8etGjkVs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/EncryptedValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "79lRekAfHGHW0sCa4JxFFZ/RSp70DicoOBFHv77BXMo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi103097/EtsiTs103097Module.class" - }, - { - "key": "SHA-256-Digest", - "value": "IkeVmmtrOaV3knF5cDfklFI6gZES01nAcfjOHoWu2Jw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/RectangularRegion$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "OpH3GU4q/6WdAf7sq8oB8I2Uix8IOvSVFQQT/QIXbHE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/EncryptedKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "4PsDmNubxJrYWA8W3RjOQBKHZHMufHNxb+W6jTTJCJY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedCrl.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q//3oxVMf/uQ8RjKrpHtMqQUC1Iqri77mbpD/Jx+TNQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/RectangularRegion.class" - }, - { - "key": "SHA-256-Digest", - "value": "DxXguANnJU9q8+KsPQ+dXq24/T1B94ZA2SHjBC8sZn4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/PKIResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "/owp25YKnkuKWGHyG8dKTNxfWAYYRsgnnQ7tFkImzYo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/KeyRecRepContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "QqStVqOVL+FJMmIphOgMOqWPXzNEvwhTAwRDoIQ/tms=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/GetCRL.class" - }, - { - "key": "SHA-256-Digest", - "value": "NrZPEDhs4yipSiUBO04kdcEDOMd2U4DthO3QBYxkRvA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/BasePublicEncryptionKey$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "TXPOyfb/z2HBQgUBT31Sm3FA00TF/MwLr7MriiSHjzU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/BodyPartList.class" - }, - { - "key": "SHA-256-Digest", - "value": "7HnaZlUTJCF8aULM1mk9id7OIY5qUqsI6k1OmKla7ZQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/OtherRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "X/YZ/UiNoMHKDuUyFoXIU5MTNd9U7nSlOWljeGABocY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/TwoDLocation.class" - }, - { - "key": "SHA-256-Digest", - "value": "KylVqno1x3thozwj2hScyjVDPLApmvLmz6szHwiXDgQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/SCVPReqRes.class" - }, - { - "key": "SHA-256-Digest", - "value": "UhLwG190bryhaQf2x88SoVeQwslUL7go14ZChzfQUYQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/Opaque.class" - }, - { - "key": "SHA-256-Digest", - "value": "ssGOslMWZr8h5aXLe/FnhEEDyAbBBUqYzJhP4gbcY5o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/icao/CscaMasterList.class" - }, - { - "key": "SHA-256-Digest", - "value": "FLad1ripNEU/EUt6I7dsMASW44mXyxf8P8SRCtZcjpw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/smime/SMIMEAttributes.class" - }, - { - "key": "SHA-256-Digest", - "value": "q6A7IMcEt3nHFureRhw7s43rQURmw+Sp3/1YBGXR8Go=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationRequestMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "5i+J96N4lMJ4osGWAggczm5i13zp8NxwmLYbVDbi0Gc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/Url.class" - }, - { - "key": "SHA-256-Digest", - "value": "yj/qLY/LCkiZ4HTS+Lm9/DIAoVJbZ2QSHEHaLaxz80I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataSigned.class" - }, - { - "key": "SHA-256-Digest", - "value": "HKvB4HGiZKOsBRVPAt7tUR1HiM2cJUommIw3NZxRIEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/CrlValidatedID.class" - }, - { - "key": "SHA-256-Digest", - "value": "M6kQKs9LVc8k2E4gtGKt6vI/vBTuCHEYDM6sAaJ0nEA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/ocsp/CertHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "N40AiJwYv4Ni5aBBBvGGiOVfgv25geBuU1fFvedoS+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/TaggedRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "cdFBRgWyKkgrl5Oj7wvYof0hXtAwrmT22y/CEChiuTA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertifiedKeyPair.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ne235RV+eGKmpnIUuecRRoRUJUPu+sIDdgvDmIKR9A8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationValidationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "jr1wfgt1BWGietiB9pzydf9NWorvo0fUflsWpzyi7XM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/EncryptedDataEncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "KRC26/d4imxSpQRE8rTnjsHHTL5t6OZlvusulGtlyZE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/MissingCrlIdentifier$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "tc+f3GqWIR/PLncmMv+01D0e4FnQxZIQgak1UqMp4ck=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/RootCaKeyUpdateContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "enaBSaKnjp9M419xEHd9pzdgadAzjrPQy8ywGSqcpxE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/SubsequentMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "6B3d0rgErQTgc1tgFiqPJO6LYoy/nu8n8nhiTHFNsgI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/EtsiTs102941CtlRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "GUD8Q0dzOLf5t8RpxXeib+zBmb2WRvu6nPPqHp1LAv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CMPCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "zcVFrnSPrLadwwYP0G3OGv7UD8SaLP9JRm1ztvz0cbw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/AttributeTable.class" - }, - { - "key": "SHA-256-Digest", - "value": "6m7O/CPC/ebpjdNTrcFF2qfxXY1TZ10rNJaVLMPqBtw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SignaturePolicyIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "WQHZx4xLVV1l6re3MgfxZcHgdhtWcnjPaqxmfP50ZO4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/OtherSigningCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "exvV5P++PYwVHS46A3TkDB/9e+rDfzeVP4JNiCUIIq4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/AuthenticatedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "EdDC7ZvhCAkrjQKv2Ykt4J4hU6vKeoB83HXShk6CAX8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/HashedId3.class" - }, - { - "key": "SHA-256-Digest", - "value": "DjlJWn2afeXqI5Z+7WNgrhBQ4pVUCif1pGJgy/6HKGE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EccCurvePoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "XxbqilyaSI/BMNbVQWHR9q5G4o7+bKbjNP8Eg/vwX4M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/ContentInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "/u5Y2RQVpWsDNHxBtJ2px+c1WZhGG89LqE9NRIOcHrE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/Ieee1609Dot2Data$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "JLiaHX7OEXp9mcsa7i9UVA5IbEsBr6RPqNMfh/jE1Jo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/SwitchIndexer$Asn1EncodableVectorIndexer.class" - }, - { - "key": "SHA-256-Digest", - "value": "+OXCo0JK3r1UT5vDbr/xo2HOuaUYPrEgRTTkwfMMxBM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EcdsaP256Signature$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "l4CcqiDF/wz40Me85WUmP9GzfZnE0+XJgoKg52iyQJo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SignedData$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "kxv3s8oQj3HaO/kIXT8gzVdBTC1ScA/CaxNVvoAl9MI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationValidationRequestMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "I+0vvbm00rbghNjlGyDp5gcia24D8AaMGDHlfpGnkJQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfPsidSsp.class" - }, - { - "key": "SHA-256-Digest", - "value": "FPM2Ln55UdY1lXP5pIPKgIPaVS7CyLCQq+1HdlaIOPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CountryAndRegions$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "jZF6ai+pPLzEd8lMk6ojJO0WBxiJHv6n9eHUqAEtkU8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/LinkageValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "zjwLYi9p9xgX/vGdBtDuyZ6lEBDo/TBpt1l8JBZYH4U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/UnknownLongitude.class" - }, - { - "key": "SHA-256-Digest", - "value": "6UrAKZqgIyZCDW2prwdNVa/Xm4mTEtnZuscYV1nT5Ks=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/ButterflyParamsOriginal$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "9/w+ibjm3eU+A6czzXlb1yxlcleU++ODHA489UuwJ2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/PublishTrustAnchors.class" - }, - { - "key": "SHA-256-Digest", - "value": "WQfjuQ9/xe/BX2Ufb6zduoS8MVKkQrkneTB8teadtKM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/RecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q47BCH+U7GaSb54Jnh4jNA2KWvz4+cCSk2vIm+8hokA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CountryAndSubregions$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "PIKW5tCOHn51C4zMTwKbN8KKvfoytmWyVXqEiJyEcEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SignedDataPayload$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "LXAPwo7+xyenVm0w66Q+Lnrma5QWoEmydOwClWMc+94=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/DcEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "ut9ebO1IhGpFVlU9q/Gcy0la3S3ma1piuKXvcW4KFts=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/CertificateBody.class" - }, - { - "key": "SHA-256-Digest", - "value": "EpYyGgq1muktdT+GTJk+alQil0sy722/O+Z+4LnUSKY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OEREncoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "oQeaNDh7Y/P5VDT0oHO9GilS2aV5+TYsFVp14FEja+s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCUnsignedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "RqoPGwTKWPumS49tF9P5WQQBLgxYrJ26NSfu21yD2ew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERInputStream$LengthInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "lsbo9Yx0OtV3sW0ag36oVTvgZQW2drqnXJSl+pXbhh8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ToBeSignedCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "GXd6Eh5IjKFUTjh6+QzU7Yv799o2+uVkvPEP892SqjA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIHeader.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZjYb3wocqTR9RIWS24pEKmTF/Kxhzf6+9E2tLSWugCc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/GetCert.class" - }, - { - "key": "SHA-256-Digest", - "value": "66iKJXK0pnQTfi7rMysCmjNScAA1KALmlt3iYz5Ih4I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/ProofOfPossession.class" - }, - { - "key": "SHA-256-Digest", - "value": "6YDCQR+xTIxsZNUlU3mbvSJuJIlEn684vg00j4XhovA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/TlmCertificateTrustListMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "TLtGiNU6USQPft5Y0glC7myAZr2Wvc9m4WHQcNQRBKY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/CertReqMessages.class" - }, - { - "key": "SHA-256-Digest", - "value": "W94ikXRVK2nXhEMtUsbCnVACopusF/5K9Zfw0YYPQt0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition.class" - }, - { - "key": "SHA-256-Digest", - "value": "XSRrveZzRu65enF8CYFFEYjO4EvQWxcrzsBdWhMwaiI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CaCertificateRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "VCTkvtzQyW1+o9xsxrXe/OZEg6af+TXEf4FKN2/0pew=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/IdentifiedRegion.class" - }, - { - "key": "SHA-256-Digest", - "value": "C3lW524juoV2CZTl6bheo/A8wRQ/1aJEfjzdRosB5hk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/NestedMessageContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "OJYEkbJNkRhXfEi0f2gdYSmsMJTLFaa8anGjmeqPeLg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/AuthEnvelopedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "19msj4AVvCSShYsiAEeXtvLmv6znZrnV96U1PJNm9dM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/ESFAttributes.class" - }, - { - "key": "SHA-256-Digest", - "value": "qzLB1fiu8Puld6bNvMn/siahF/Vev54Lw20icKjXIvk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/smime/SMIMECapabilityVector.class" - }, - { - "key": "SHA-256-Digest", - "value": "4Q6+usy13UPfKIsOftxdnU9wE8ZA6TvJHWkqLvL+7G8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ItsUtils$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZrL/tdqXTPic5OeLBAa9384ntHoaJK84i/plolGoqvY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/BitmapSsp.class" - }, - { - "key": "SHA-256-Digest", - "value": "QccAvk17O7HqUMFS6OunAClM3vU+KHT0QsprxAA2pgU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/ModCertTemplate.class" - }, - { - "key": "SHA-256-Digest", - "value": "AwWCv5Dv4I5tLwG9XJGVZvNGy03PGXSGWgFBxoNT/g4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/RSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "q961Uc5tPBImk6/vPX5alcxbjFF8cLTHFQohaVADEMA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationValidationResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "wd7xUI8OF+osCBfYtY9I6JUVgKbjvZTeg6XI/Hwz2UE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/EtsiTs102941DeltaCtlRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "KV2JjE62+uAxJdfcFrMxGc6k87oMkXpJAtOSQohVFUo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/ISISMTTObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "aMydIAyDgsPHai29qqb+lgMIRVXkYEpE+Ux1PAniozw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/isismtt/x509/AdditionalInformationSyntax.class" - }, - { - "key": "SHA-256-Digest", - "value": "r/OREJEt/Wl3NvxQuszr9CkO7deaQ12wd/6re5B98EQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Time64.class" - }, - { - "key": "SHA-256-Digest", - "value": "l3wCp3jiYMaRUIoO7Jqw1V4UHThVUVkN5+J5wybqcEs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/AesCcmCiphertext$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "V8pGV58PVIGY31LTjHs4N67y5OJ3fud3lpJFFLumvb8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/ValidityPeriod.class" - }, - { - "key": "SHA-256-Digest", - "value": "6sRMLcgy/XQFsA5UgBCM1CAtUuP5kkwbSI0rEaieBu4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationResponseCode.class" - }, - { - "key": "SHA-256-Digest", - "value": "8UR2F7aqUWXo96jV59NsBfUws9hfUv5RgOg06283/VU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SubjectAssurance.class" - }, - { - "key": "SHA-256-Digest", - "value": "5o2jP1VtyF0Fdlggv6WB5XezABZ1T0Em36l/+P2cLkY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/EncryptedData$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "uMsFLqN09xkb4nJdMNcq6KWsnPtUzL2WjdhOPiV1tcw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/POPODecKeyChallContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "KsQkUh8ip13wZitMJoByBCdn8ix/aT1o/rSGEifVBWU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/ecc/MQVuserKeyingMaterial.class" - }, - { - "key": "SHA-256-Digest", - "value": "ECO8V0iVJpO1Yr37As4hc4uc7VKxKbGc2VWobP1JxeU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCStatusInfoBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "YLwXQT6zV8R1k/mkDy4WgwGhsn2e0kkxSOKAbzeInqc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSCertInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Mj6YIc2dZFXd5mNIMtDrG/C86jCdyotJ5QSsw1vNnh0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "RFRLc1oxa+UVYH0WEza3AV1KpTeWv8K48bdX8R9BpxQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/CertEtcToken.class" - }, - { - "key": "SHA-256-Digest", - "value": "+4eDeGnKbAUYKFSaz7q5qtZmXEbgOC0SUdvyGi/2jlE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/ContentIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "rQj1lg5cKckyEIlqE/2V8fFCVCrtLge3ctyRKRu4jvw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/basetypes/Version.class" - }, - { - "key": "SHA-256-Digest", - "value": "9bWvOAoUfBBtJhPuGTTfxdMtEtov9p15aK0oh/j/uB8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PublicVerificationKey$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "5+GJJ+GBGGTMalriX60P8aieO0CbM+N0+bzxMS16ERo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SequenceOfCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "7Eoxh6iUvgbN1uEF1ofsm4sHM+P/ywmcNengDYCduk8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/ButterflyExpansion.class" - }, - { - "key": "SHA-256-Digest", - "value": "FI87Ym6Ap42LioHOmwsAn8Wx/kE4kWQ5cCSDuwW7SVQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/RsaKemParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "p0L6GGGMEZ+J8svq8umbyElKnZPxwJqq3c9t03kinVU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/ContentHints.class" - }, - { - "key": "SHA-256-Digest", - "value": "wFrOXtrqXJyqhFbeFBhWekqvegzWRljBKN1YLhnQu3k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/HashedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "M1OZti+eqDvGCj9+FYNstnmZx3ll+VsajdVaxxA+QDY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CertificationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "cpOo3CFTTZzcVc9SbBIvbXhXACTi+fc6MIPH2rWxBeU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/LinkageData$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "eyunBIkiGqz8UtnAZgRiCUDU7x1OWvJjaVTFkVmtnlY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/EnrolmentResponseCode.class" - }, - { - "key": "SHA-256-Digest", - "value": "jl3ymjEqZD11ghDsXV6IW3SnHFe8OaSj52efNGSl498=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/basetypes/PublicKeys.class" - }, - { - "key": "SHA-256-Digest", - "value": "LXIoTaWpu2ijH+RQtXh7AQaLG9PjeYWKghFJytEA1ZQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfUint16.class" - }, - { - "key": "SHA-256-Digest", - "value": "3PXTCMm6FBHk95C/CrGqIyfPA1vS3ZIg7kB+0pbKLMg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/smime/SMIMECapabilities.class" - }, - { - "key": "SHA-256-Digest", - "value": "pv9nhG11nep19m6iNQWm++7Vh/H6mB6gA7cwkcOYCLM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/est/AttrOrOID.class" - }, - { - "key": "SHA-256-Digest", - "value": "+2Kw5wYmgmNoTrwcGx/JVUCjdNQjujZrcvcMU20cue0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/KeyAgreeRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "hRsqclVY30eZvA2a0L5GR7H8z46VpMzUQL2AbB0LtlY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ContributedExtensionBlock.class" - }, - { - "key": "SHA-256-Digest", - "value": "BXH8ZiLVOsEcTmgdHOlWNhCA6TrZxROS1eV2uNzr920=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$Builder$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "96irYpyjOHgw3DMPihtJ8s5qSmCD9npRBThYF099GxA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/LinkageSeed.class" - }, - { - "key": "SHA-256-Digest", - "value": "w+aE5EspDO1ccBabshljCCReY7aI8axMoRR0hcHBym8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CountryOnly.class" - }, - { - "key": "SHA-256-Digest", - "value": "Rfp1DSerCpW9/Lp6NVrSIA9L2gC4BRwv4dOSYAAZM+8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ImplicitCertificate.class" - }, - { - "key": "SHA-256-Digest", - "value": "7FPhAicmV8UFtuLaR344eQbFqfUrhhxJF6fBo8hNmPE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/POPODecKeyRespContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "DkwO68912ikAPjp8dRjb7YHumuhZXTA8Pc7QW/F0zv8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/PsidGroupPermissions$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "X5pn0n0u9rvK0wRcNXOlT9O4iO0THzbyCreh327Fyy4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Longitude.class" - }, - { - "key": "SHA-256-Digest", - "value": "0moC1exselbwDqMVSO1jaP8a79bYEVt6AX+DTyvRPH0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PsidSspRange$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zBkTS0qvraTotuodZ/NwwsYks8PzM2XM1bQO20L44+c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/HeaderInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "tX/uq3GOtXt6LrRbtDiAizg4dl+jOkYuIvmUVIsdVoA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/IssuerIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "CDrgqq30WrIqeKH+rcfibba3Yu65W/7wcbBIAOQBV80=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/PduFunctionalType.class" - }, - { - "key": "SHA-256-Digest", - "value": "9ztCg5QJBzZqRlGNxPf4NECivbqULtxI23xMWryEnko=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/PKRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "RUNVHQ+3nKGSCrVdgzj57yeFNWjzq9oWG1hwWAI1lBk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCStatusInfo$OtherInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "WnLluNuX0dQjhFkdN2MTwhkr7ZFcuB6X1Bb7P2HXD9g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/CertificateHolderAuthorization.class" - }, - { - "key": "SHA-256-Digest", - "value": "0TOFad5OToeNeVThqRhWbDmda+JFs7Movz4wCudUzgM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/ess/ESSCertID.class" - }, - { - "key": "SHA-256-Digest", - "value": "4kct1sQlap2RLHG8gAfQ2P7UQHShGsyxUpZiDpAP6sE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfPsidSspRange$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "3ymA5AzRvoUCegfr1N46eFa+gEiDihcBKIYKzLgUizM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/EncryptedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "f/Th2w/6o7HzHXMshnyTrQiRDM45TGHUzbpxsOLTvA8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CtlCommand.class" - }, - { - "key": "SHA-256-Digest", - "value": "/8ly6xEoWJxWkZGvOMNsCFyM+KTweBC0tcMVJN/NkiU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfOctetString.class" - }, - { - "key": "SHA-256-Digest", - "value": "2ovDuo8CHjQDJKQ6USAqm2VZ5zScrwD0bwH64JjGlhw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CRLSource.class" - }, - { - "key": "SHA-256-Digest", - "value": "hFT87W7281gXrVNdNyWTsBEkwPpcLhHJkUDSP4st8a0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/TimeStampAndCRL.class" - }, - { - "key": "SHA-256-Digest", - "value": "DqfACmbN+fQPfTVH+9eTiwgWaf2d00C4L/EfyiaIbe8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/CertificateType.class" - }, - { - "key": "SHA-256-Digest", - "value": "eK+TozPI+dAUjOijoBiVWO2Qr5cGA1dbkW2gXDE+ets=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/KeyAgreeRecipientIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "g0vkoPA3eSSz6VDhYDScrSULmlYn73NrpMx7QTeXSoI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/smime/SMIMECapability.class" - }, - { - "key": "SHA-256-Digest", - "value": "Dm/8Bfv8Mfybo8+G4phF0Dnfxbv21+f/kQtsQIrkZI8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/OcspListID.class" - }, - { - "key": "SHA-256-Digest", - "value": "RM9TR4BAjXXmMnkETgIDN+ACMfAUiEAQ5W1aFmllaMw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/OOBCertHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "CtIf0iHXO2PNwuFOZwH6fgnDQMIz7jEX2biGCTzB9Zo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SequenceOfPsidGroupPermissions.class" - }, - { - "key": "SHA-256-Digest", - "value": "3YAx2yu/nEblCQvo9nhBegTWr8nQriNMljNyP3GPu1I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/PackedDate.class" - }, - { - "key": "SHA-256-Digest", - "value": "a4WeXy4s3GuhByrMfWckMuyk/48ImHvpKvzidUKrihw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/EtsiTs102941CrlRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "eN7Wl+TguT9ChFRg5eJbK/hv+mQ5GD5//0in10/NBWE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SigPolicyQualifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "4jDwaA7vg+Yv89c1loOJTNAme9MMtC/fIWtVuhLOmNM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PolygonalRegion.class" - }, - { - "key": "SHA-256-Digest", - "value": "HmiVifXN+RI2iJK15p2gCW4GYAOWSxOAhBIjrsavLno=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EcdsaP256Signature.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ofaznyytkff43KuQlGQWCNivVDzPJEBOFEXxc7EFLK8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/TaggedCertificationRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "LPDeE+t283P2Nbhf+DyM40hq1jJM87+88S5HVhyCeTA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/LinkageData.class" - }, - { - "key": "SHA-256-Digest", - "value": "j3Ne/uFiL2rPV56mEbpbswTC0aUaUydWr+3RUVWfxFY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Duration.class" - }, - { - "key": "SHA-256-Digest", - "value": "vslIZe2lAg7scQmzFC6Nk10yFU8tOk5RgmPd17YUJUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataSignedAndEncrypted.class" - }, - { - "key": "SHA-256-Digest", - "value": "9MQA0ZfBcsgq19kT2j3OhkKu3lNKolg39U+wU/ePBq4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/EtsiOriginatingHeaderInfoExtension.class" - }, - { - "key": "SHA-256-Digest", - "value": "5IOe3hY9gZSYFaBKmJPu13dYgs18m2oQu+9LlKk7E0A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Time32.class" - }, - { - "key": "SHA-256-Digest", - "value": "Yhf5Mi5LazQceQysEoVHAzvjTUqN0h8F3IACD+5dSzY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941MessagesCa.class" - }, - { - "key": "SHA-256-Digest", - "value": "fWdaiPgCkRn+HRBBgJoxCWIDmmKP29bRoLWHeb2Ndi0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/PKIData.class" - }, - { - "key": "SHA-256-Digest", - "value": "BqiZs7lk+GwNNJPOzRwysWnLA94ggHHFZgUzqaog2zo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIMessages.class" - }, - { - "key": "SHA-256-Digest", - "value": "fKxGhOc8OySxnDvmOPHIr0EiDgSQu+3iBrxst8F/syM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/Data.class" - }, - { - "key": "SHA-256-Digest", - "value": "kZ8KSv5BexjNUYu7UtfW/+vWy6/BSNfHa/E54eVfKes=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/Attributes.class" - }, - { - "key": "SHA-256-Digest", - "value": "V3im55CsveK1R2+rasfDvR2hzkYILmGEnjBfOEt1xPI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/SharedAtRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "jhILKpQPyEhtnZoqxHI1CrSAnG7B1IF+9JuCEOTVn4w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/EtsiTs102941CrlRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "vP/Q+vyvSSQPocxi57RuPAOy4etKrSXrts2PMmz+NdA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/IssuerAndSerialNumber.class" - }, - { - "key": "SHA-256-Digest", - "value": "uGcU7HZvkT8JlaWAIwYA8jurhF4G6mG0hqeyrCG6I+k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationValidationResponse$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "X1DnnWET1Zp5UsAqfMAytn3rcWmR0rDdhWBNJOa/JVA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/PKMACValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "3uY9M78+soIJOeinTcuPR20mUQoK/Z3M52vbyz5kC98=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/CVCertificateRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "FbpX91VxndTQQGEG57NOviY99XNaFLBijkPa96jT6H4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/KnownLongitude.class" - }, - { - "key": "SHA-256-Digest", - "value": "zLIjIG0ALac7XJOIKNxAUFy3SX8rmDwzTF6MOVul0ZE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ItsUtils.class" - }, - { - "key": "SHA-256-Digest", - "value": "nMCE0aLab0oKv5ES1rSIkzQ3+vQKXFGyAFtlGmj2PgQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDefinition$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "KHDyJJ7pJX3/ffTQwiKMNyiOrsWHNEZ2NGI7wVQDaL8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/RcaCertificateTrustListMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "tQGYBdyiVHL309xoXLOlQvhI/EkFSsUr+4Z9Pg2H65o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PsidSsp$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "ckk+Mb6z/F95lFTFzuU0OiERdLQ0nJ4amTvCvo6isAc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941TypesEnrolment.class" - }, - { - "key": "SHA-256-Digest", - "value": "9uPunzEVN/Bd20CYQZpV2zwrfYjeyvNYWNIjYQgALDI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/POPOSigningKeyInput.class" - }, - { - "key": "SHA-256-Digest", - "value": "mjfFJV2dO18X2H3kyH9UPg9/j0bqEAcSNeLEnaxbgzA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/PopLinkWitnessV2.class" - }, - { - "key": "SHA-256-Digest", - "value": "zEdt0qnqT05C4C7v3LkfgnAX+lgN/hJ4MAz4SFxFCek=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/TimeStampedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "ayg0FbpcisKDJAxn+8sxwEvXHj9Cqde3hhyXypXQo8M=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/ieee1609dot2/IEEE1609dot2$2.class" - }, - { - "key": "SHA-256-Digest", - "value": "A7Mv/GJpqOCQ0U6dh8Bn7ikfYu0xbWpJQ2kE05RMn2Q=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/CertRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "manTSaCNjp9CjhQUc37rr0KKImw70o7F4pJ+h6uCinU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/BodyPartID.class" - }, - { - "key": "SHA-256-Digest", - "value": "vEGuvoGX+DgY3xYF66HnF+x0ncPO55m6tMLeAL2h6eE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Point256$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "WvSHYDAp0rEhOm1j08NAtmQK6WZYezb9KGiPK2uvqPU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/EeRaCertRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZdIT/BNmL3iF5NdQHZ9T77kUniZFVESzjkyR0MOob3A=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PBMParameter.class" - }, - { - "key": "SHA-256-Digest", - "value": "gnVTueiOqz9PKTPHWy0ZdBdV/AXvxS3WjAipnL1Yddw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/Attribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "KjqrT9bxH4zQvmTzMJ6+4+3D8q1/KWvFsgsiw+sVHFQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/EACTagged.class" - }, - { - "key": "SHA-256-Digest", - "value": "0r7TqPH77kBVdpiaoHksYjku2Vh3lWCopBt0bEvSSmY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/AdditionalParams.class" - }, - { - "key": "SHA-256-Digest", - "value": "M8OGy7SqDvA/nTrt1mB1S+YVDZVUxm/DYmLiJDwRwRo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/KEKIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "HktR4bENaa8WeR32XbWqgejyaF+bPy+VCDLl/RBteWY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EccP384CurvePoint.class" - }, - { - "key": "SHA-256-Digest", - "value": "TF5DXWuK9T+d6Zm0qryiD0FMZqxF5IpKRoLJpr0XKGY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/Ieee1609Dot2Content.class" - }, - { - "key": "SHA-256-Digest", - "value": "0mC6GJPPmlXeDVnGZby3xA/KyGoypbj6Hc9FvJmGlQo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PsidSsp.class" - }, - { - "key": "SHA-256-Digest", - "value": "/XASmEoghBWiv3Aue1J7hAOvUf0IEgTZyqMQjFWGZBQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/RegionInterface.class" - }, - { - "key": "SHA-256-Digest", - "value": "BLqTwN9AHlbYLar9pz3VfonemlqFt3Vc/NKaDrdoG/o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/ecc/ECCCMSSharedInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "mAZ3zjFUbqQ+ijgvdyppsDnMyRbXjYPUN88/vOrRPcE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SequenceOfPsidGroupPermissions$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zP5wWRiv3kX75lsr/LOpeTF1zkQI1tyUK59K33zj8mE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SignerIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "lRxX1MlNsNgiPQ4derVZF2IjuHmGED7GIQhhu8WY0go=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/Flags$StringJoiner.class" - }, - { - "key": "SHA-256-Digest", - "value": "kx/1mJk31ssr8EHFzdhRDUTsKI4dQlnf1URllR3jdtE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/EaEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "nfpfbOkwbczYcgGAHZIorXfLBQt0+ITsb5rCTYfYqvo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerAtRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "1dm2LN9d3LykQSyvTktJHX9XJRgm/DGH7DzAZBzAOv0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCStatus.class" - }, - { - "key": "SHA-256-Digest", - "value": "EQyjugbuTYX75lWon/n+HklvqVnD5Vthx7owsQyL5f8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/ExtensionReq.class" - }, - { - "key": "SHA-256-Digest", - "value": "837rDWHCJgyTHgO36QEK39CirrW4SYqi/E6PrRQ8f0g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/EnrolmentRequestMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "spvUmt+xE2upj8bclqVy0O05k2Wz1zPDxxP/Vrk3IRM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedCrl$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "y2JUPVqeZmT6kXKKUY6vsjs8EypXTmaCdn+hgRSmK1g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/RcaSingleSignedLinkCertificateMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "4NC/Lf8wOBI74IsFwnNBszz4wcIioi6aqVuoaWPa59I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/BitmapSspRange$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "fFLUniCqJkFIOMncgD7XJkaA+jEB1i6HGuFP4Zit9Dg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSRequestInformation.class" - }, - { - "key": "SHA-256-Digest", - "value": "/v1AUiCGFcOZRMVSiu7321uheSeQEvuiO3FecgPC5lc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/EcdsaP384Signature.class" - }, - { - "key": "SHA-256-Digest", - "value": "BgGydAXka3mvcEjsoJxR3O5jwZNpsFrXbYNlHHBS+5U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CMCFailInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "yqbAWP6t5HW/Ya/J/SWv+e5HY6WK7cs9Fci9VYLBBiQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/EncryptionInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "jU9Q58tN2woRWxKKz1/9NR3sOk4Rh+Goa14/4gXi08Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/CertId.class" - }, - { - "key": "SHA-256-Digest", - "value": "vPRRFidGKlg8GYVqG1R70a7GyKnls+lZCxqoZjrOcTA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfHashedId8$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "/oodF4ubVjEsExoksRK6LtoUwifnYV1iVfpqjV3W06g=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/GeographicRegion.class" - }, - { - "key": "SHA-256-Digest", - "value": "H8DPhv6mOqOwVusfTcUlcvgSCCiblvpJbc/BJJwwa58=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/OERDecoder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zfe6Bdk/gVYOzOrxQOXg9T5HAfRdTm2ro5X29N/QtJU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/LaId.class" - }, - { - "key": "SHA-256-Digest", - "value": "vWHLXaI4dCvoSiit2gcsrZgfbp/msEBOiQdQ9DGx1m4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941TypesAuthorizationValidation.class" - }, - { - "key": "SHA-256-Digest", - "value": "q/jfM75UjoOzqTdPc4YkPXtfa/1/7GC+qEF1znVM1ig=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/SequenceOfCtlCommand.class" - }, - { - "key": "SHA-256-Digest", - "value": "gqW4et3+gkzDnixDQ9Feu7spVrksxqro6DRT4UgFXYE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/smime/SMIMEEncryptionKeyPreferenceAttribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "KM3hoJiPFLHSPQIRNFPxnEn6gUnSZ/nX4E7hjLaoM4c=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CertificationRequest$CertificationRequestInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "zUqJerOnreUAWIDf50Jfy5HGPFs2fM9GY6emdHI0IBA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/EnvelopedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "VtWN5e4YtlRyqkkDDGuJa1ZKMoa/roPLhvcEiPXzmEo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/OriginatorIdentifierOrKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Sq6x+4X1y4OO//bOxy/USqNYEcKcOLHB0qZx05m58mI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/esf/SignerLocation.class" - }, - { - "key": "SHA-256-Digest", - "value": "DVZyk5YfbKmmTlMo3c/OaR0+4LL43OVIYE/xUYlIlyY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/MissingCrlIdentifier.class" - }, - { - "key": "SHA-256-Digest", - "value": "yZN0vlWp8qDvVV8xRuQu6VagA3fNC5mmxG+hsnE9BiE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/EvidenceRecord.class" - }, - { - "key": "SHA-256-Digest", - "value": "7PsEH4QAGgI58Kq/RcK/0ThWsJ6tmFb+wWa78wzUu/U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Psid.class" - }, - { - "key": "SHA-256-Digest", - "value": "KICuZuoGR0FfaHfQOmu+UG7gyaUK4sRtuTwEwEYDpeY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/RevRepContentBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "TpMT0PXeZGyEiVwINxstaf5IVa6zdtavwGvkFqBC06s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/ToBeSignedCertificate$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "PNQCPt0S3Vv7U+bmPWcbxBTXkEeLdAqXU1xG+XVwVK8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/EnrolmentResponseMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "oKm5B4btuijjl3juWeTenp/XbdYVHkI4TUppXj1Ak+E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/RecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "XhUDkJp/sth+Eo+HDySI800bMuQcK4XgHXZxwOySrSU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/Flags.class" - }, - { - "key": "SHA-256-Digest", - "value": "DPo4+8XmCosaMiRI/UYbMPDoa6VsmgoRzRyGl+beEdI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi103097/extension/EtsiTs103097ExtensionModule$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "tB5wEIkPyjjuPXmMI/bAlxshQaurCf3J7eQUEJlnULc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/CertificateHolderReference.class" - }, - { - "key": "SHA-256-Digest", - "value": "gXFXgvkV6Psy1fyP3j8Ws9fx6aHb/LInshM5cYXo8bs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/TimeStampedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "pB1+V+/zFRvUKfXbNJQqIX/RkOrcw8GQWeYUWnTPlcg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/AuthenticatedData.class" - }, - { - "key": "SHA-256-Digest", - "value": "01rzoUMXKwAaDP/mPRJ5VF4rb0QUa0knGj9cmt7FmKQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerAtRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "44rsRhPe4eJ2b5ELXBXbV5A+Dwwxok83xpKGZ+QC+WM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/EncryptedPOP.class" - }, - { - "key": "SHA-256-Digest", - "value": "IrIsFfIMN1MGHPMFeJQGVI5Zvo5ld2kcr2Oe5tJdnMs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/KEKRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "d4iWihcpq+cyLbr7nldk1aa4BzAma0euYrCkEsqsNO4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/TlmEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "sjktpfPSBU3pNto+tlKF0hgs7HruVlJsQY8o1GouEpM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataSignedExternalPayload.class" - }, - { - "key": "SHA-256-Digest", - "value": "R/sU5DN2lZHDx7YdFokue4CU2zf7lz0eANp2ABWMBAI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CaCertificateRequestMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "C0tmQdTeWZEKKdDCnGYK3IGvhjRDWv+Won72ASylPWQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CtlFormat$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "HJ2lY5NOpJUmoGv8wSmz90g0m1CKi9ocarcuuKkJrCk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/PKIArchiveOptions.class" - }, - { - "key": "SHA-256-Digest", - "value": "giYUb9HvQeKILekUJXUyGrPs9JR3u+67kUD2tI4L7yg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CircularRegion.class" - }, - { - "key": "SHA-256-Digest", - "value": "l8MDxkN8+1kswU48FQQmZ8z9RGsavWtrH5ANJgFqBUw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/BodyPartPath.class" - }, - { - "key": "SHA-256-Digest", - "value": "Nvb4KsqS9dDUEpYmDsrOnMwzZXKPyR7t2TdU3KrMtro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/OriginatorPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "VLVt3pY6Y0q7tdhtXiJ2Y8d2cRZbzDY9sbfcfg2SeOs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/RegionAndSubregions.class" - }, - { - "key": "SHA-256-Digest", - "value": "VhxyXN0RtJJkoeMQGwJ37uYGRqQGAa8YVFQwWGmXRs8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/ECDSAPublicKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "SoDHFf66jA7eo4ttihoTAz9pLaSDLbihAKIGQkkvqYw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CountryAndRegions.class" - }, - { - "key": "SHA-256-Digest", - "value": "wy8Da5HjRkv+UC4CmTCSTvcI0TFTlG/f4TRPyontU+o=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/PublicKeyDataObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "MDkPSBSnks7vBNEApuOXb252/x+RHhPRFIIT81qN7Kg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/CertReqMsg.class" - }, - { - "key": "SHA-256-Digest", - "value": "5hlkabM50RFG8YyG+rhLypsPrcbv+oG/YyTXS6Ta0aA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/ServiceType.class" - }, - { - "key": "SHA-256-Digest", - "value": "we+CbH+Ji65SVb9jMjWO9wJFpFV1AbfR5ZiNU3DimY4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/AttributeTypeAndValue.class" - }, - { - "key": "SHA-256-Digest", - "value": "hKPOoZ5hm7YQCBOsnUyNH+CmcJum7UBBQn7ICECNEyM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/PKIPublicationInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "ppJtPtnDPS7gNJtKyVdvXE2CpCFaLzIc96gmS30qveA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/icao/LDSSecurityObject.class" - }, - { - "key": "SHA-256-Digest", - "value": "MCKxilc1hc1U8MOCeC08AIjKIyWmhSWDLi2TNzz3SgU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/VerificationKeyIndicator.class" - }, - { - "key": "SHA-256-Digest", - "value": "3rEZzDueWLmZgn+AjnvMHkuSaXQ+UyXwIrd46wyzR4U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/SubjectPermissions.class" - }, - { - "key": "SHA-256-Digest", - "value": "g3OT2Ond2VNazcNsW4MINr7GERPOxLR5jP9kl695oQQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/CrlSeries.class" - }, - { - "key": "SHA-256-Digest", - "value": "g7+eIFpq/2ctF/it+rvUi7K7lmyV539aR3IJV/nmrzY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/CompressedDataParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gh/iiJ2lqG6bXXEF9lhSgRS9f22gDDSlJHagnTSqtoU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/CCMParameters.class" - }, - { - "key": "SHA-256-Digest", - "value": "x2RTiefVlEh039jK5ceehuVrsZlvZJoO2zNlbnHsWh8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/icao/DataGroupHash.class" - }, - { - "key": "SHA-256-Digest", - "value": "38uO+GNQkk+RcUVjq+zgzERDnCflUKI70ec3TpxTyrA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/ArchiveTimeStampSequence.class" - }, - { - "key": "SHA-256-Digest", - "value": "diapG3NUz1XSx0u2CCpS/MAsSc+uRLlv3MQL8A5qXlg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/UnsignedInteger.class" - }, - { - "key": "SHA-256-Digest", - "value": "UvXI61Bf5F5+9e+lEdr5Ks6oVDY6YvQx0F9XMhiHaok=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941TrustLists.class" - }, - { - "key": "SHA-256-Digest", - "value": "ELdt8pkKgtD7VtfO6JBj8O2UCUhtx8Fg8Y5dIaLP10U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/FillCtl.class" - }, - { - "key": "SHA-256-Digest", - "value": "7tmD2nNoOMW0luHu1Eut8sV3o2d3hxsmDs4j6WnsSyc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/CertificationRequest$1.class" - }, - { - "key": "SHA-256-Digest", - "value": "JiShoMEtOwQj9AN33Qz8co8CcVuiOa35OBYckxhriKI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/EndEntityType.class" - }, - { - "key": "SHA-256-Digest", - "value": "21Nj9IkxizzCOfxoVhL6GcXRnunC8rHwypLsYOrLfYM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/EACObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "/Aap3VjANgjEv5isfT9L/IZAWgoem2MIM2VSB35wWS8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/POPOPrivKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "Ib6Orek2LzyFWUA6TYKKepZHLCWMf0JPapuYZRQNkE8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfUint8.class" - }, - { - "key": "SHA-256-Digest", - "value": "kWN7hATTIN6wEtU3yIKfz9nJP6jBKaevgs69Arp9eOk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataSignedAndEncryptedUnicast.class" - }, - { - "key": "SHA-256-Digest", - "value": "O/fudA+vtfdPvzerxBny/VJw46IRWX1KrUffuc+1VyY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/TaggedAttribute.class" - }, - { - "key": "SHA-256-Digest", - "value": "JILz7I+TTZKgcWeTttDhqFiGclxsewi3dcMqn7gbyR0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/ToBeSignedLinkCertificate$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "5VhC1Xf7Om+M4evldw+2UTcSLEwHO2Hr0bW83QChGWs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/EtsiTs103097DataSignedUnicast.class" - }, - { - "key": "SHA-256-Digest", - "value": "+k3qKueOdVA0h2NxBv9J+K+rOnpF/Wdl6ShwailMKEk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfPsidSsp$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "bZyW7GzWQnh31Aixovk5l3wPdc7V9SR1uxpg4GL0tU8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/TlmEntry$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "x/jOC/5NIIrwBNUq8pQlDLjYgmxL/wikzNUEqJAO9qc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfIdentifiedRegion.class" - }, - { - "key": "SHA-256-Digest", - "value": "Y9ryi0fZ4FDDzlkhROYwscEyNTDpETVn6prwIRVLbUo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/bsi/BSIObjectIdentifiers.class" - }, - { - "key": "SHA-256-Digest", - "value": "7Mc3JClL5NyAGNzLVUpp0P6wBTALbOUfOyWSPLelvYk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/HashedId10.class" - }, - { - "key": "SHA-256-Digest", - "value": "K3YoiAKfz4fZ4KrC1ShrUSvOEkoOZpSoM+nS6e6K69k=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/ServiceSpecificPermissions.class" - }, - { - "key": "SHA-256-Digest", - "value": "gdd5i0SOCZdN/pkHjZaZdXhjk6RcJEf2DO9BC2QfNgA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/TSTInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZUWy5XU71/oHaqS46zR46Djds+0X0xWoMDeu6pcEy2E=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/InnerEcResponse$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "Q6FQM1UPG1Ce7JLRak4l2x5J6i+R5CF6fpWZ6UlcEis=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIHeaderBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "9MAUvZp9rdZhLMqfxrq+kB5FMyg79Whlapghuc4ffR0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/DeferredElementSupplier.class" - }, - { - "key": "SHA-256-Digest", - "value": "drD98zFgOqS/TN6WYVi97Q9rTzSn3SepjpTCsYiKJ2w=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/ArchiveTimeStamp.class" - }, - { - "key": "SHA-256-Digest", - "value": "RCboQsMuETlla8LxNtGewhp1P8nQu+fZuuw4KlmpiuM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/IdentityProofV2.class" - }, - { - "key": "SHA-256-Digest", - "value": "1BxIuZ3Ji29zI9p3gfNsb65Xtq+e0dtVngTHkuf0B7Y=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/ContentInfoParser.class" - }, - { - "key": "SHA-256-Digest", - "value": "VWd8eMGpw7YbpOdPX67WzG6qe9TMSfxmufnZ7r+Alio=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/crmf/CertTemplate.class" - }, - { - "key": "SHA-256-Digest", - "value": "xrXV+45j3/Q4lwtx1Ewqh4EeA3QnA8WB4RsL+nHlPFw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/NinetyDegreeInt.class" - }, - { - "key": "SHA-256-Digest", - "value": "RHVwG6aj7uRhzH1fjcWPvONXeqsPy+ewXksve/Om0Nw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSTime.class" - }, - { - "key": "SHA-256-Digest", - "value": "8ZHzYqqmxaN2OkULhDUEPw1RJRl5IXwlHnu/NYvYjj4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AuthorizationValidationResponseMessage.class" - }, - { - "key": "SHA-256-Digest", - "value": "JHHqHeb/gY8ZFLqLTWeSoBxXYwNx6PVm52yLxkjITvg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/RegionAndSubregions$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "zBu+Y/C1910fw3CeZZC24UWOgFj5BhvEY/uQFavuPAA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PublicEncryptionKey$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "bjn8366Rf5VeMkss7afrjRkMw3Rnsly+X4wC+ZveEtc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/SwitchIndexer.class" - }, - { - "key": "SHA-256-Digest", - "value": "mCLo/uQabkTvfNXP+Xf2MYQTbD3jO5iRqAXwaKlWd9U=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/TimeStampReq.class" - }, - { - "key": "SHA-256-Digest", - "value": "RGqspgjZKhvR5/Bs6RLHOrtA/CBoYmpjjcSqWAClvZY=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/EtsiTs102941CtlRequest$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "WajBrKl7u9gkn8jmDQ78BCw3iXrEATwL8rx+TeyLcUU=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/EeEcaCertRequest.class" - }, - { - "key": "SHA-256-Digest", - "value": "9WcHFFx4W0ryJpPT78TrVTBcPQGnuprsb22Sa2FIEFs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/LraPopWitness.class" - }, - { - "key": "SHA-256-Digest", - "value": "IKT3L46J3KMECkjwEai/xnc6NnWEleo9TS3VTW2keW4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSCertInfoBuilder.class" - }, - { - "key": "SHA-256-Digest", - "value": "EbiTPnwPQtzcaFnGca44+Bn+cr/uNzksvacrODcS3R8=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmc/ControlsProcessed.class" - }, - { - "key": "SHA-256-Digest", - "value": "3EuwRxKlVCfUnf/UBLlerCmZPNwlMQ6VjrFZaZ0re0I=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/eac/CertificationAuthorityReference.class" - }, - { - "key": "SHA-256-Digest", - "value": "uCLEM37mszmtKK8g/lvzRzwK7V/ZKbUs35g2snpAzro=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/CertReqTemplateContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "t9CgAKDF7I9NmMFhetpawI46Gb3yurRUbpscU7OUUTo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/HashedId8.class" - }, - { - "key": "SHA-256-Digest", - "value": "izBjCXHyeQSOiapYHMs25vXKUs6Y5cK0KLH0aRZE9Fs=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SymmetricEncryptionKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "FanUIs6lw+DqT4l6j5oPWgXX6s3IOWfoHo8lEVL2HiI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2dot1/ButterflyParamsOriginal.class" - }, - { - "key": "SHA-256-Digest", - "value": "1YGnDsMaBOjwqIY9EvdAcXkXX86xmPVR8RjEd5m9vMQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/dvcs/DVCSResponse.class" - }, - { - "key": "SHA-256-Digest", - "value": "1B2iSvJwU6Wt7z4xhMZWklsjYunUYFtH3Fgw9+Z0Wzo=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfPsid$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "3C9HZ5jfrbrLCZpBovLt4mC3QbUJxMRP8zfALp4j+mk=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIFailureInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "MUoXRGZUPG0dxMaGsjeWlGEvF0tkyjvFSC/+aM/e2Oc=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/AaEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "ZP+wr1ownKI2SBONP2NX2z8bczsFbcwULOwS9szSWco=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/RootCaEntry.class" - }, - { - "key": "SHA-256-Digest", - "value": "swWC3Rr/GTwWF4DRYlM9ztoV7+CY2+fdy/1/VWV4nHA=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Elevation.class" - }, - { - "key": "SHA-256-Digest", - "value": "2BcejuhsCkSJc4GoVuPEftzDJeLecreKSCSo0oRXOOg=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/Point384.class" - }, - { - "key": "SHA-256-Digest", - "value": "Gqe/l2W62OhMjymrLEEVCRrTi3jErXW7xg8ZAyNe0o4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/CtlDelete.class" - }, - { - "key": "SHA-256-Digest", - "value": "LGY6lInGamYGSNwhP1jo7z7w6aMXE5Tg5l93aMPZyxE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/OneEightyDegreeInt.class" - }, - { - "key": "SHA-256-Digest", - "value": "KpgYBsnoVC6XGtouOas/I1k8EhmsE0oPcq2OkY/otg4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/etsi102941/EtsiTs102941TypesAuthorization.class" - }, - { - "key": "SHA-256-Digest", - "value": "YslPXK5EDPYLWZYYX4sJGP5y7IlKOSJNFRd50+g1zwI=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/PreSharedKeyRecipientInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "Af6QgzucjaV0me2z/Fx66tKAF1IrLEZAITQ317KrXR0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/TwoDLocation$Builder.class" - }, - { - "key": "SHA-256-Digest", - "value": "y6HfPnUfC7HWPZnyirax/Ry6TD/iseGnZ9PTckoRAnw=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cms/CMSAlgorithmProtection.class" - }, - { - "key": "SHA-256-Digest", - "value": "kbuKV/v7OOGJanDGriFmtmZ2UdUBuWhwRfOKC/tPMKM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/SequenceOfRectangularRegion.class" - }, - { - "key": "SHA-256-Digest", - "value": "BoTpFGajXtf0IfMxQoIT8FFDaKDKJ/Q6C3i/qYSgNwM=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/template/ieee1609dot2dot1/Ieee1609Dot2Dot1EcaEeInterface.class" - }, - { - "key": "SHA-256-Digest", - "value": "/euoufWZ7N0yRaKB1hN1TCo8sFGC4EeAM1RTpZ9QF/s=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIConfirmContent.class" - }, - { - "key": "SHA-256-Digest", - "value": "PsiaiWSgs/DzVoXAwJfY6x+iAXI1yZWlNUm6OG0hcVE=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/cmp/PKIStatusInfo.class" - }, - { - "key": "SHA-256-Digest", - "value": "le2OgmnqKhz0Zsi79sWLWx5suRZjkNZyswEKPKA3Aas=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi103097/extension/ExtId.class" - }, - { - "key": "SHA-256-Digest", - "value": "ansLHpTTMaL5omWWbB9KyPBAfvtqTkX4ykwW3zFpci0=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/etsi102941/DeltaCtl.class" - }, - { - "key": "SHA-256-Digest", - "value": "u3L8LaCqX+28fedybVkuQjy7Da853OoDi06LmNfN1z4=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/oer/its/ieee1609dot2/basetypes/PublicVerificationKey.class" - }, - { - "key": "SHA-256-Digest", - "value": "fyrtybmWleLXe5rhFMaCD8ts2OdCtSx1ghyO7txh0zQ=" - } - ], - [ - { - "key": "Name", - "value": "org/bouncycastle/asn1/tsp/CryptoInfos.class" - }, - { - "key": "SHA-256-Digest", - "value": "YUM9StY4ZnRfakfaG9bm2AcXtMM33cnD8YkbPF+B8Mc=" - } - ] - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "929723bc9ef128aadba955929f701393bc6a153b" - } - ] - } - }, - { - "id": "040d7447aa36c369", - "name": "benchmark", - "version": "0.2.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/benchmark-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/benchmark-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/benchmark-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/benchmark-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/benchmark-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/benchmark-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:benchmark:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:benchmark:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:benchmark:benchmark:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:benchmark:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:benchmark:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:benchmark:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/benchmark@0.2.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "benchmark", - "version": "0.2.0", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "benchmark.gemspec", - "bin/console", - "bin/setup", - "lib/benchmark.rb", - "lib/benchmark/version.rb" - ], - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/benchmark" - } - }, - { - "id": "b7b8bbf28eac7011", - "name": "bigdecimal", - "version": "3.1.4", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/bigdecimal-3.1.4-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/bigdecimal-3.1.4-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/bigdecimal-3.1.4-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/bigdecimal-3.1.4-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/bigdecimal-3.1.4-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/bigdecimal-3.1.4-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:shigeo-kobayashi:bigdecimal:3.1.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:shigeo_kobayashi:bigdecimal:3.1.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:zachary-scott:bigdecimal:3.1.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:zachary_scott:bigdecimal:3.1.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kenta-murata:bigdecimal:3.1.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kenta_murata:bigdecimal:3.1.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bigdecimal:bigdecimal:3.1.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:bigdecimal:3.1.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:bigdecimal:3.1.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:bigdecimal:3.1.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/bigdecimal@3.1.4", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "bigdecimal", - "version": "3.1.4", - "files": [ - "bigdecimal.gemspec", - "lib/bigdecimal.rb", - "lib/bigdecimal/jacobian.rb", - "lib/bigdecimal/ludcmp.rb", - "lib/bigdecimal/math.rb", - "lib/bigdecimal/newton.rb", - "lib/bigdecimal/util.rb", - "sample/linear.rb", - "sample/nlsolve.rb", - "sample/pi.rb" - ], - "authors": [ - "Kenta Murata", - "Zachary Scott", - "Shigeo Kobayashi" - ], - "homepage": "https://github.com/ruby/bigdecimal" - } - }, - { - "id": "0e575cd494826bfe", - "name": "bundler", - "version": "2.3.26", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/bundler-2.3.26.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/bundler-2.3.26.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/bundler-2.3.26.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/bundler-2.3.26.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:jessica-lynn-suttles:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jessica_lynn_suttles:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stephanie-morillo:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stephanie_morillo:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hiroshi-shibata:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hiroshi_shibata:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:colby-swandale:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:colby_swandale:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:samuel-giddins:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:samuel_giddins:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:chris-morris:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:chris_morris:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:carl-lerche:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:carl_lerche:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:terence-lee:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:terence_lee:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yehuda-katz:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yehuda_katz:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grey-baker:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grey_baker:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:james-wen:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:james_wen:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tim-moore:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tim_moore:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bundler:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:bundler:2.3.26:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/bundler@2.3.26", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "bundler", - "version": "2.3.26", - "files": [ - "CHANGELOG.md", - "LICENSE.md", - "README.md", - "bundler.gemspec", - "exe/bundle", - "exe/bundler", - "lib/bundler.rb", - "lib/bundler/.document", - "lib/bundler/build_metadata.rb", - "lib/bundler/capistrano.rb", - "lib/bundler/cli.rb", - "lib/bundler/cli/add.rb", - "lib/bundler/cli/binstubs.rb", - "lib/bundler/cli/cache.rb", - "lib/bundler/cli/check.rb", - "lib/bundler/cli/clean.rb", - "lib/bundler/cli/common.rb", - "lib/bundler/cli/config.rb", - "lib/bundler/cli/console.rb", - "lib/bundler/cli/doctor.rb", - "lib/bundler/cli/exec.rb", - "lib/bundler/cli/fund.rb", - "lib/bundler/cli/gem.rb", - "lib/bundler/cli/info.rb", - "lib/bundler/cli/init.rb", - "lib/bundler/cli/inject.rb", - "lib/bundler/cli/install.rb", - "lib/bundler/cli/issue.rb", - "lib/bundler/cli/list.rb", - "lib/bundler/cli/lock.rb", - "lib/bundler/cli/open.rb", - "lib/bundler/cli/outdated.rb", - "lib/bundler/cli/platform.rb", - "lib/bundler/cli/plugin.rb", - "lib/bundler/cli/pristine.rb", - "lib/bundler/cli/remove.rb", - "lib/bundler/cli/show.rb", - "lib/bundler/cli/update.rb", - "lib/bundler/cli/viz.rb", - "lib/bundler/compact_index_client.rb", - "lib/bundler/compact_index_client/cache.rb", - "lib/bundler/compact_index_client/gem_parser.rb", - "lib/bundler/compact_index_client/updater.rb", - "lib/bundler/constants.rb", - "lib/bundler/current_ruby.rb", - "lib/bundler/definition.rb", - "lib/bundler/dependency.rb", - "lib/bundler/deployment.rb", - "lib/bundler/deprecate.rb", - "lib/bundler/digest.rb", - "lib/bundler/dsl.rb", - "lib/bundler/endpoint_specification.rb", - "lib/bundler/env.rb", - "lib/bundler/environment_preserver.rb", - "lib/bundler/errors.rb", - "lib/bundler/feature_flag.rb", - "lib/bundler/fetcher.rb", - "lib/bundler/fetcher/base.rb", - "lib/bundler/fetcher/compact_index.rb", - "lib/bundler/fetcher/dependency.rb", - "lib/bundler/fetcher/downloader.rb", - "lib/bundler/fetcher/index.rb", - "lib/bundler/friendly_errors.rb", - "lib/bundler/gem_helper.rb", - "lib/bundler/gem_helpers.rb", - "lib/bundler/gem_tasks.rb", - "lib/bundler/gem_version_promoter.rb", - "lib/bundler/graph.rb", - "lib/bundler/index.rb", - "lib/bundler/injector.rb", - "lib/bundler/inline.rb", - "lib/bundler/installer.rb", - "lib/bundler/installer/gem_installer.rb", - "lib/bundler/installer/parallel_installer.rb", - "lib/bundler/installer/standalone.rb", - "lib/bundler/lazy_specification.rb", - "lib/bundler/lockfile_generator.rb", - "lib/bundler/lockfile_parser.rb", - "lib/bundler/man/.document", - "lib/bundler/man/bundle-add.1", - "lib/bundler/man/bundle-add.1.ronn", - "lib/bundler/man/bundle-binstubs.1", - "lib/bundler/man/bundle-binstubs.1.ronn", - "lib/bundler/man/bundle-cache.1", - "lib/bundler/man/bundle-cache.1.ronn", - "lib/bundler/man/bundle-check.1", - "lib/bundler/man/bundle-check.1.ronn", - "lib/bundler/man/bundle-clean.1", - "lib/bundler/man/bundle-clean.1.ronn", - "lib/bundler/man/bundle-config.1", - "lib/bundler/man/bundle-config.1.ronn", - "lib/bundler/man/bundle-console.1", - "lib/bundler/man/bundle-console.1.ronn", - "lib/bundler/man/bundle-doctor.1", - "lib/bundler/man/bundle-doctor.1.ronn", - "lib/bundler/man/bundle-exec.1", - "lib/bundler/man/bundle-exec.1.ronn", - "lib/bundler/man/bundle-gem.1", - "lib/bundler/man/bundle-gem.1.ronn", - "lib/bundler/man/bundle-help.1", - "lib/bundler/man/bundle-help.1.ronn", - "lib/bundler/man/bundle-info.1", - "lib/bundler/man/bundle-info.1.ronn", - "lib/bundler/man/bundle-init.1", - "lib/bundler/man/bundle-init.1.ronn", - "lib/bundler/man/bundle-inject.1", - "lib/bundler/man/bundle-inject.1.ronn", - "lib/bundler/man/bundle-install.1", - "lib/bundler/man/bundle-install.1.ronn", - "lib/bundler/man/bundle-list.1", - "lib/bundler/man/bundle-list.1.ronn", - "lib/bundler/man/bundle-lock.1", - "lib/bundler/man/bundle-lock.1.ronn", - "lib/bundler/man/bundle-open.1", - "lib/bundler/man/bundle-open.1.ronn", - "lib/bundler/man/bundle-outdated.1", - "lib/bundler/man/bundle-outdated.1.ronn", - "lib/bundler/man/bundle-platform.1", - "lib/bundler/man/bundle-platform.1.ronn", - "lib/bundler/man/bundle-plugin.1", - "lib/bundler/man/bundle-plugin.1.ronn", - "lib/bundler/man/bundle-pristine.1", - "lib/bundler/man/bundle-pristine.1.ronn", - "lib/bundler/man/bundle-remove.1", - "lib/bundler/man/bundle-remove.1.ronn", - "lib/bundler/man/bundle-show.1", - "lib/bundler/man/bundle-show.1.ronn", - "lib/bundler/man/bundle-update.1", - "lib/bundler/man/bundle-update.1.ronn", - "lib/bundler/man/bundle-version.1", - "lib/bundler/man/bundle-version.1.ronn", - "lib/bundler/man/bundle-viz.1", - "lib/bundler/man/bundle-viz.1.ronn", - "lib/bundler/man/bundle.1", - "lib/bundler/man/bundle.1.ronn", - "lib/bundler/man/gemfile.5", - "lib/bundler/man/gemfile.5.ronn", - "lib/bundler/man/index.txt", - "lib/bundler/match_metadata.rb", - "lib/bundler/match_platform.rb", - "lib/bundler/match_remote_metadata.rb", - "lib/bundler/mirror.rb", - "lib/bundler/plugin.rb", - "lib/bundler/plugin/api.rb", - "lib/bundler/plugin/api/source.rb", - "lib/bundler/plugin/dsl.rb", - "lib/bundler/plugin/events.rb", - "lib/bundler/plugin/index.rb", - "lib/bundler/plugin/installer.rb", - "lib/bundler/plugin/installer/git.rb", - "lib/bundler/plugin/installer/rubygems.rb", - "lib/bundler/plugin/source_list.rb", - "lib/bundler/process_lock.rb", - "lib/bundler/remote_specification.rb", - "lib/bundler/resolver.rb", - "lib/bundler/resolver/base.rb", - "lib/bundler/resolver/spec_group.rb", - "lib/bundler/retry.rb", - "lib/bundler/ruby_dsl.rb", - "lib/bundler/ruby_version.rb", - "lib/bundler/rubygems_ext.rb", - "lib/bundler/rubygems_gem_installer.rb", - "lib/bundler/rubygems_integration.rb", - "lib/bundler/runtime.rb", - "lib/bundler/self_manager.rb", - "lib/bundler/settings.rb", - "lib/bundler/settings/validator.rb", - "lib/bundler/setup.rb", - "lib/bundler/shared_helpers.rb", - "lib/bundler/similarity_detector.rb", - "lib/bundler/source.rb", - "lib/bundler/source/gemspec.rb", - "lib/bundler/source/git.rb", - "lib/bundler/source/git/git_proxy.rb", - "lib/bundler/source/metadata.rb", - "lib/bundler/source/path.rb", - "lib/bundler/source/path/installer.rb", - "lib/bundler/source/rubygems.rb", - "lib/bundler/source/rubygems/remote.rb", - "lib/bundler/source/rubygems_aggregate.rb", - "lib/bundler/source_list.rb", - "lib/bundler/source_map.rb", - "lib/bundler/spec_set.rb", - "lib/bundler/stub_specification.rb", - "lib/bundler/templates/.document", - "lib/bundler/templates/Executable", - "lib/bundler/templates/Executable.bundler", - "lib/bundler/templates/Executable.standalone", - "lib/bundler/templates/Gemfile", - "lib/bundler/templates/gems.rb", - "lib/bundler/templates/newgem/CHANGELOG.md.tt", - "lib/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt", - "lib/bundler/templates/newgem/Gemfile.tt", - "lib/bundler/templates/newgem/LICENSE.txt.tt", - "lib/bundler/templates/newgem/README.md.tt", - "lib/bundler/templates/newgem/Rakefile.tt", - "lib/bundler/templates/newgem/bin/console.tt", - "lib/bundler/templates/newgem/bin/setup.tt", - "lib/bundler/templates/newgem/circleci/config.yml.tt", - "lib/bundler/templates/newgem/exe/newgem.tt", - "lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt", - "lib/bundler/templates/newgem/ext/newgem/newgem.c.tt", - "lib/bundler/templates/newgem/ext/newgem/newgem.h.tt", - "lib/bundler/templates/newgem/github/workflows/main.yml.tt", - "lib/bundler/templates/newgem/gitignore.tt", - "lib/bundler/templates/newgem/gitlab-ci.yml.tt", - "lib/bundler/templates/newgem/lib/newgem.rb.tt", - "lib/bundler/templates/newgem/lib/newgem/version.rb.tt", - "lib/bundler/templates/newgem/newgem.gemspec.tt", - "lib/bundler/templates/newgem/rspec.tt", - "lib/bundler/templates/newgem/rubocop.yml.tt", - "lib/bundler/templates/newgem/sig/newgem.rbs.tt", - "lib/bundler/templates/newgem/spec/newgem_spec.rb.tt", - "lib/bundler/templates/newgem/spec/spec_helper.rb.tt", - "lib/bundler/templates/newgem/standard.yml.tt", - "lib/bundler/templates/newgem/test/minitest/test_helper.rb.tt", - "lib/bundler/templates/newgem/test/minitest/test_newgem.rb.tt", - "lib/bundler/templates/newgem/test/test-unit/newgem_test.rb.tt", - "lib/bundler/templates/newgem/test/test-unit/test_helper.rb.tt", - "lib/bundler/templates/newgem/travis.yml.tt", - "lib/bundler/ui.rb", - "lib/bundler/ui/rg_proxy.rb", - "lib/bundler/ui/shell.rb", - "lib/bundler/ui/silent.rb", - "lib/bundler/uri_credentials_filter.rb", - "lib/bundler/vendor/.document", - "lib/bundler/vendor/connection_pool/LICENSE", - "lib/bundler/vendor/connection_pool/lib/connection_pool.rb", - "lib/bundler/vendor/connection_pool/lib/connection_pool/timed_stack.rb", - "lib/bundler/vendor/connection_pool/lib/connection_pool/version.rb", - "lib/bundler/vendor/connection_pool/lib/connection_pool/wrapper.rb", - "lib/bundler/vendor/fileutils/LICENSE.txt", - "lib/bundler/vendor/fileutils/lib/fileutils.rb", - "lib/bundler/vendor/molinillo/LICENSE", - "lib/bundler/vendor/molinillo/lib/molinillo.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/log.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/errors.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb", - "lib/bundler/vendor/molinillo/lib/molinillo/state.rb", - "lib/bundler/vendor/net-http-persistent/README.rdoc", - "lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb", - "lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/connection.rb", - "lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/pool.rb", - "lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/timed_stack_multi.rb", - "lib/bundler/vendor/thor/LICENSE.md", - "lib/bundler/vendor/thor/lib/thor.rb", - "lib/bundler/vendor/thor/lib/thor/actions.rb", - "lib/bundler/vendor/thor/lib/thor/actions/create_file.rb", - "lib/bundler/vendor/thor/lib/thor/actions/create_link.rb", - "lib/bundler/vendor/thor/lib/thor/actions/directory.rb", - "lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb", - "lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb", - "lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb", - "lib/bundler/vendor/thor/lib/thor/base.rb", - "lib/bundler/vendor/thor/lib/thor/command.rb", - "lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb", - "lib/bundler/vendor/thor/lib/thor/error.rb", - "lib/bundler/vendor/thor/lib/thor/group.rb", - "lib/bundler/vendor/thor/lib/thor/invocation.rb", - "lib/bundler/vendor/thor/lib/thor/line_editor.rb", - "lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb", - "lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb", - "lib/bundler/vendor/thor/lib/thor/nested_context.rb", - "lib/bundler/vendor/thor/lib/thor/parser.rb", - "lib/bundler/vendor/thor/lib/thor/parser/argument.rb", - "lib/bundler/vendor/thor/lib/thor/parser/arguments.rb", - "lib/bundler/vendor/thor/lib/thor/parser/option.rb", - "lib/bundler/vendor/thor/lib/thor/parser/options.rb", - "lib/bundler/vendor/thor/lib/thor/rake_compat.rb", - "lib/bundler/vendor/thor/lib/thor/runner.rb", - "lib/bundler/vendor/thor/lib/thor/shell.rb", - "lib/bundler/vendor/thor/lib/thor/shell/basic.rb", - "lib/bundler/vendor/thor/lib/thor/shell/color.rb", - "lib/bundler/vendor/thor/lib/thor/shell/html.rb", - "lib/bundler/vendor/thor/lib/thor/util.rb", - "lib/bundler/vendor/thor/lib/thor/version.rb", - "lib/bundler/vendor/tmpdir/lib/tmpdir.rb", - "lib/bundler/vendor/tsort/LICENSE.txt", - "lib/bundler/vendor/tsort/lib/tsort.rb", - "lib/bundler/vendor/uri/LICENSE.txt", - "lib/bundler/vendor/uri/lib/uri.rb", - "lib/bundler/vendor/uri/lib/uri/common.rb", - "lib/bundler/vendor/uri/lib/uri/file.rb", - "lib/bundler/vendor/uri/lib/uri/ftp.rb", - "lib/bundler/vendor/uri/lib/uri/generic.rb", - "lib/bundler/vendor/uri/lib/uri/http.rb", - "lib/bundler/vendor/uri/lib/uri/https.rb", - "lib/bundler/vendor/uri/lib/uri/ldap.rb", - "lib/bundler/vendor/uri/lib/uri/ldaps.rb", - "lib/bundler/vendor/uri/lib/uri/mailto.rb", - "lib/bundler/vendor/uri/lib/uri/rfc2396_parser.rb", - "lib/bundler/vendor/uri/lib/uri/rfc3986_parser.rb", - "lib/bundler/vendor/uri/lib/uri/version.rb", - "lib/bundler/vendor/uri/lib/uri/ws.rb", - "lib/bundler/vendor/uri/lib/uri/wss.rb", - "lib/bundler/vendored_fileutils.rb", - "lib/bundler/vendored_molinillo.rb", - "lib/bundler/vendored_persistent.rb", - "lib/bundler/vendored_thor.rb", - "lib/bundler/vendored_tmpdir.rb", - "lib/bundler/vendored_tsort.rb", - "lib/bundler/vendored_uri.rb", - "lib/bundler/version.rb", - "lib/bundler/version_ranges.rb", - "lib/bundler/vlad.rb", - "lib/bundler/worker.rb", - "lib/bundler/yaml_serializer.rb" - ], - "authors": [ - "André Arko", - "Samuel Giddins", - "Colby Swandale", - "Hiroshi Shibata", - "David Rodríguez", - "Grey Baker", - "Stephanie Morillo", - "Chris Morris", - "James Wen", - "Tim Moore", - "André Medeiros", - "Jessica Lynn Suttles", - "Terence Lee", - "Carl Lerche", - "Yehuda Katz" - ], - "homepage": "https://bundler.io" - } - }, - { - "id": "c62f38838a697b2f", - "name": "cgi", - "version": "0.3.6", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/cgi-0.3.6-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/cgi-0.3.6-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/cgi-0.3.6-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/cgi-0.3.6-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/cgi-0.3.6-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/cgi-0.3.6-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:ruby-lang:cgi:0.3.6:*:*:*:*:ruby:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:gem/cgi@0.3.6", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "cgi", - "version": "0.3.6", - "files": [ - "LICENSE.txt", - "README.md", - "ext/java/org/jruby/ext/cgi/escape/lib/cgi/escape.rb", - "lib/cgi.rb", - "lib/cgi/cookie.rb", - "lib/cgi/core.rb", - "lib/cgi/escape.jar", - "lib/cgi/html.rb", - "lib/cgi/session.rb", - "lib/cgi/session/pstore.rb", - "lib/cgi/util.rb" - ], - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/cgi" - } - }, - { - "id": "760d1ba6329640fb", - "name": "cparse-jruby", - "version": "UNKNOWN", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/cparse-jruby.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/racc/cparse-jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:cparse-jruby:cparse-jruby:*:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:cparse-jruby:cparse_jruby:*:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:cparse_jruby:cparse-jruby:*:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:cparse_jruby:cparse_jruby:*:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:cparse:cparse-jruby:*:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:cparse:cparse_jruby:*:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/cparse-jruby/cparse-jruby", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/racc/cparse-jruby.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "1.8.0_292 (AdoptOpenJDK)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "3db40231f23513637dc2d89300866bab97b9019f" - } - ] - } - }, - { - "id": "ec40ea4ba8a077f8", - "name": "csv", - "version": "3.2.5", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/csv-3.2.5.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/csv-3.2.5.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/csv-3.2.5.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/csv-3.2.5.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/csv-3.2.5.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/csv-3.2.5.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:james-edward-gray-ii:csv:3.2.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:james_edward_gray_ii:csv:3.2.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kouhei-sutou:csv:3.2.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kouhei_sutou:csv:3.2.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:csv:3.2.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:csv:3.2.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:csv:3.2.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:csv:csv:3.2.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/csv@3.2.5", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "csv", - "version": "3.2.5", - "files": [ - "LICENSE.txt", - "NEWS.md", - "README.md", - "doc/csv/arguments/io.rdoc", - "doc/csv/options/common/col_sep.rdoc", - "doc/csv/options/common/quote_char.rdoc", - "doc/csv/options/common/row_sep.rdoc", - "doc/csv/options/generating/force_quotes.rdoc", - "doc/csv/options/generating/quote_empty.rdoc", - "doc/csv/options/generating/write_converters.rdoc", - "doc/csv/options/generating/write_empty_value.rdoc", - "doc/csv/options/generating/write_headers.rdoc", - "doc/csv/options/generating/write_nil_value.rdoc", - "doc/csv/options/parsing/converters.rdoc", - "doc/csv/options/parsing/empty_value.rdoc", - "doc/csv/options/parsing/field_size_limit.rdoc", - "doc/csv/options/parsing/header_converters.rdoc", - "doc/csv/options/parsing/headers.rdoc", - "doc/csv/options/parsing/liberal_parsing.rdoc", - "doc/csv/options/parsing/nil_value.rdoc", - "doc/csv/options/parsing/return_headers.rdoc", - "doc/csv/options/parsing/skip_blanks.rdoc", - "doc/csv/options/parsing/skip_lines.rdoc", - "doc/csv/options/parsing/strip.rdoc", - "doc/csv/options/parsing/unconverted_fields.rdoc", - "doc/csv/recipes/filtering.rdoc", - "doc/csv/recipes/generating.rdoc", - "doc/csv/recipes/parsing.rdoc", - "doc/csv/recipes/recipes.rdoc", - "lib/csv.rb", - "lib/csv/core_ext/array.rb", - "lib/csv/core_ext/string.rb", - "lib/csv/fields_converter.rb", - "lib/csv/input_record_separator.rb", - "lib/csv/parser.rb", - "lib/csv/row.rb", - "lib/csv/table.rb", - "lib/csv/version.rb", - "lib/csv/writer.rb" - ], - "authors": [ - "James Edward Gray II", - "Kouhei Sutou" - ], - "homepage": "https://github.com/ruby/csv" - } - }, - { - "id": "667fef55a794882d", - "name": "date", - "version": "3.3.3", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/date-3.3.3-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/date-3.3.3-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/date-3.3.3-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/date-3.3.3-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/date-3.3.3-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/date-3.3.3-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:ruby-lang:date:3.3.3:*:*:*:*:ruby:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:gem/date@3.3.3", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "date", - "version": "3.3.3", - "authors": [ - "Tadayoshi Funaba" - ], - "homepage": "https://github.com/ruby/date" - } - }, - { - "id": "62740bb7b96eaba4", - "name": "debug", - "version": "0.2.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/debug-0.2.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/debug-0.2.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/debug-0.2.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/debug-0.2.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/debug-0.2.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/debug-0.2.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:debug:0.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:debug:0.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:debug:0.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:debug:0.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:debug:debug:0.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:debug:0.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/debug@0.2.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "debug", - "version": "0.2.1", - "files": [ - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "debug.gemspec", - "lib/debug.rb" - ], - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/debug" - } - }, - { - "id": "9c9ba262cad43b54", - "name": "delegate", - "version": "0.2.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/delegate-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/delegate-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/delegate-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/delegate-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/delegate-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/delegate-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:delegate:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:delegate:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:delegate:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:delegate:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:delegate:delegate:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:delegate:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/delegate@0.2.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "delegate", - "version": "0.2.0", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "delegate.gemspec", - "lib/delegate.rb" - ], - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/delegate" - } - }, - { - "id": "a6dae24364a3bdf5", - "name": "did_you_mean", - "version": "1.6.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/did_you_mean-1.6.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/did_you_mean-1.6.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/did_you_mean-1.6.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/did_you_mean-1.6.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yuki-nishijima:did-you-mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yuki-nishijima:did_you_mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yuki_nishijima:did-you-mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yuki_nishijima:did_you_mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:did-you-mean:did-you-mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:did-you-mean:did_you_mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:did_you_mean:did-you-mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:did_you_mean:did_you_mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:did-you-mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:did_you_mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:did-you-mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:did_you_mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:did-you:did-you-mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:did-you:did_you_mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:did_you:did-you-mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:did_you:did_you_mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:did-you-mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:did_you_mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:did:did-you-mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:did:did_you_mean:1.6.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/did_you_mean@1.6.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "did_you_mean", - "version": "1.6.1", - "files": [ - ".github/workflows/ruby.yml", - ".gitignore", - "CHANGELOG.md", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "appveyor.yml", - "benchmark/jaro_winkler/memory_usage.rb", - "benchmark/jaro_winkler/speed.rb", - "benchmark/levenshtein/memory_usage.rb", - "benchmark/levenshtein/speed.rb", - "benchmark/memory_usage.rb", - "benchmark/require_path_checker.rb", - "benchmark/speed.yml", - "did_you_mean.gemspec", - "documentation/CHANGELOG.md.erb", - "documentation/changelog_generator.rb", - "documentation/human_typo_api.md", - "documentation/tree_spell_algorithm.md", - "documentation/tree_spell_checker_api.md", - "lib/did_you_mean.rb", - "lib/did_you_mean/core_ext/name_error.rb", - "lib/did_you_mean/experimental.rb", - "lib/did_you_mean/formatter.rb", - "lib/did_you_mean/formatters/plain_formatter.rb", - "lib/did_you_mean/formatters/verbose_formatter.rb", - "lib/did_you_mean/jaro_winkler.rb", - "lib/did_you_mean/levenshtein.rb", - "lib/did_you_mean/spell_checker.rb", - "lib/did_you_mean/spell_checkers/key_error_checker.rb", - "lib/did_you_mean/spell_checkers/method_name_checker.rb", - "lib/did_you_mean/spell_checkers/name_error_checkers.rb", - "lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb", - "lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb", - "lib/did_you_mean/spell_checkers/null_checker.rb", - "lib/did_you_mean/spell_checkers/pattern_key_name_checker.rb", - "lib/did_you_mean/spell_checkers/require_path_checker.rb", - "lib/did_you_mean/tree_spell_checker.rb", - "lib/did_you_mean/verbose.rb", - "lib/did_you_mean/version.rb", - "test/core_ext/test_name_error_extension.rb", - "test/edit_distance/test_jaro_winkler.rb", - "test/fixtures/book.rb", - "test/fixtures/mini_dir.yml", - "test/fixtures/rspec_dir.yml", - "test/helper.rb", - "test/spell_checking/test_class_name_check.rb", - "test/spell_checking/test_key_name_check.rb", - "test/spell_checking/test_method_name_check.rb", - "test/spell_checking/test_pattern_key_name_check.rb", - "test/spell_checking/test_require_path_check.rb", - "test/spell_checking/test_uncorrectable_name_check.rb", - "test/spell_checking/test_variable_name_check.rb", - "test/test_ractor_compatibility.rb", - "test/test_spell_checker.rb", - "test/test_tree_spell_checker.rb", - "test/tree_spell/change_word.rb", - "test/tree_spell/human_typo.rb", - "test/tree_spell/test_change_word.rb", - "test/tree_spell/test_explore.rb", - "test/tree_spell/test_human_typo.rb" - ], - "authors": [ - "Yuki Nishijima" - ], - "homepage": "https://github.com/ruby/did_you_mean" - } - }, - { - "id": "93db99d8c2783866", - "name": "digest", - "version": "3.1.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/digest-3.1.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/digest-3.1.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/digest-3.1.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/digest-3.1.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/digest-3.1.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/digest-3.1.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:akinori-musha:digest:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:akinori_musha:digest:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:digest:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:digest:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:digest:digest:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:digest:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/digest@3.1.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "digest", - "version": "3.1.0", - "files": [ - "LICENSE.txt", - "README.md", - "ext/java/org/jruby/ext/digest/BubbleBabble.java", - "ext/java/org/jruby/ext/digest/DigestLibrary.java", - "ext/java/org/jruby/ext/digest/MD5.java", - "ext/java/org/jruby/ext/digest/RMD160.java", - "ext/java/org/jruby/ext/digest/RubyDigest.java", - "ext/java/org/jruby/ext/digest/SHA1.java", - "ext/java/org/jruby/ext/digest/SHA2.java", - "ext/java/org/jruby/ext/digest/lib/digest/bubblebabble.rb", - "ext/java/org/jruby/ext/digest/lib/digest/loader.rb", - "ext/java/org/jruby/ext/digest/lib/digest/md5.rb", - "ext/java/org/jruby/ext/digest/lib/digest/rmd160.rb", - "ext/java/org/jruby/ext/digest/lib/digest/sha1.rb", - "ext/java/org/jruby/ext/digest/lib/digest/sha2/loader.rb", - "lib/digest.jar", - "lib/digest.rb", - "lib/digest/sha2.rb", - "lib/digest/version.rb" - ], - "authors": [ - "Akinori MUSHA" - ], - "homepage": "https://github.com/ruby/digest" - } - }, - { - "id": "ca3b1fc509a28bf6", - "name": "digest", - "version": "UNKNOWN", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/digest.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/digest.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:digest:digest:*:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/digest/digest", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/digest.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "17.0.1 (Amazon.com Inc.)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "ec9fc8554da4b74cba72c8074d4dd42db3e3b734" - } - ] - } - }, - { - "id": "81f84a4fe059dc07", - "name": "dirgra", - "version": "0.3", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "EPL", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.eclipse.org/legal/epl-v10.html" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:dirgra:0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jruby:dirgra:0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:dirgra:0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dirgra:dirgra:0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:dirgra:0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:dirgra:0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jruby/dirgra@0.3", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:org.jruby:dirgra", - "pomProperties": { - "path": "META-INF/maven/org.jruby/dirgra/pom.properties", - "name": "", - "groupId": "org.jruby", - "artifactId": "dirgra", - "version": "0.3" - }, - "pomProject": { - "path": "META-INF/maven/org.jruby/dirgra/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "org.jruby", - "artifactId": "dirgra", - "version": "0.3", - "name": "Dirgra", - "description": "Simple Directed Graph", - "url": "https://github.com/jruby/dirgra" - } - } - }, - { - "id": "7acbb34d77e319fb", - "name": "drb", - "version": "2.1.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/drb-2.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/drb-2.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/drb-2.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/drb-2.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/drb-2.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/drb-2.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:masatoshi-seki:drb:2.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:masatoshi_seki:drb:2.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:drb:2.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:drb:2.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:drb:2.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:drb:drb:2.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/drb@2.1.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "drb", - "version": "2.1.0", - "files": [ - "LICENSE.txt", - "drb.gemspec", - "lib/drb.rb", - "lib/drb/acl.rb", - "lib/drb/drb.rb", - "lib/drb/eq.rb", - "lib/drb/extserv.rb", - "lib/drb/extservm.rb", - "lib/drb/gw.rb", - "lib/drb/invokemethod.rb", - "lib/drb/observer.rb", - "lib/drb/ssl.rb", - "lib/drb/timeridconv.rb", - "lib/drb/unix.rb", - "lib/drb/version.rb", - "lib/drb/weakidconv.rb" - ], - "authors": [ - "Masatoshi SEKI" - ], - "homepage": "https://github.com/ruby/drb" - } - }, - { - "id": "24748926d66ad843", - "name": "english", - "version": "0.7.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/english-0.7.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/english-0.7.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/english-0.7.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/english-0.7.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/english-0.7.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/english-0.7.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:english:0.7.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:english:0.7.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:english:0.7.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:english:0.7.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:english:english:0.7.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:english:0.7.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/english@0.7.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "english", - "version": "0.7.1", - "files": [ - ".gitignore", - "English.gemspec", - "Gemfile", - "Gemfile.lock", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/English.rb" - ], - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/English" - } - }, - { - "id": "9f9cbaf23607213b", - "name": "erb", - "version": "2.2.3", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/erb-2.2.3.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/erb-2.2.3.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/erb-2.2.3.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/erb-2.2.3.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/erb-2.2.3.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/erb-2.2.3.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:masatoshi-seki:erb:2.2.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:masatoshi_seki:erb:2.2.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:erb:2.2.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:erb:2.2.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:erb:2.2.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:erb:erb:2.2.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/erb@2.2.3", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "erb", - "version": "2.2.3", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "NEWS.md", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "erb.gemspec", - "lib/erb.rb", - "lib/erb/version.rb", - "libexec/erb" - ], - "authors": [ - "Masatoshi SEKI" - ], - "homepage": "https://github.com/ruby/erb" - } - }, - { - "id": "7139b90ade7c130f", - "name": "error_highlight", - "version": "0.3.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/error_highlight-0.3.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/error_highlight-0.3.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/error_highlight-0.3.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/error_highlight-0.3.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:error-highlight:error-highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error-highlight:error_highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error_highlight:error-highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error_highlight:error_highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yusuke-endoh:error-highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yusuke-endoh:error_highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yusuke_endoh:error-highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yusuke_endoh:error_highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:error-highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:error_highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:error-highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:error_highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error:error-highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:error:error_highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:error-highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:error_highlight:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/error_highlight@0.3.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "error_highlight", - "version": "0.3.0", - "files": [ - ".github/workflows/ruby.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "error_highlight.gemspec", - "lib/error_highlight.rb", - "lib/error_highlight/base.rb", - "lib/error_highlight/core_ext.rb", - "lib/error_highlight/formatter.rb", - "lib/error_highlight/version.rb" - ], - "authors": [ - "Yusuke Endoh" - ], - "homepage": "https://github.com/ruby/error_highlight" - } - }, - { - "id": "53180d1afd5d5ed6", - "name": "escape", - "version": "UNKNOWN", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/cgi/escape.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/cgi/escape.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:escape:escape:*:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/escape/escape", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/cgi/escape.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "1.8.0_292 (AdoptOpenJDK)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "680ffa1919f49660d2e94784891c1a9727a9a85e" - } - ] - } - }, - { - "id": "9f9630ad9bce6291", - "name": "ffi", - "version": "1.16.3", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-1.16.3-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-1.16.3-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-3-Clause", - "spdxExpression": "BSD-3-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-1.16.3-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-1.16.3-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:wayne-meissner:ffi:1.16.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:wayne_meissner:ffi:1.16.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:ffi:1.16.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:ffi:1.16.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:ffi:1.16.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi:ffi:1.16.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/ffi@1.16.3", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "ffi", - "version": "1.16.3", - "files": [ - "CHANGELOG.md", - "COPYING", - "Gemfile", - "LICENSE", - "LICENSE.SPECS", - "README.md", - "Rakefile", - "ffi.gemspec", - "lib/ffi.rb", - "lib/ffi/abstract_memory.rb", - "lib/ffi/autopointer.rb", - "lib/ffi/buffer.rb", - "lib/ffi/callback.rb", - "lib/ffi/compat.rb", - "lib/ffi/data_converter.rb", - "lib/ffi/dynamic_library.rb", - "lib/ffi/enum.rb", - "lib/ffi/errno.rb", - "lib/ffi/ffi.rb", - "lib/ffi/function.rb", - "lib/ffi/io.rb", - "lib/ffi/library.rb", - "lib/ffi/library_path.rb", - "lib/ffi/managedstruct.rb", - "lib/ffi/memorypointer.rb", - "lib/ffi/platform.rb", - "lib/ffi/platform/aarch64-darwin/types.conf", - "lib/ffi/platform/aarch64-freebsd/types.conf", - "lib/ffi/platform/aarch64-freebsd12/types.conf", - "lib/ffi/platform/aarch64-linux/types.conf", - "lib/ffi/platform/aarch64-openbsd/types.conf", - "lib/ffi/platform/aarch64-windows/types.conf", - "lib/ffi/platform/arm-freebsd/types.conf", - "lib/ffi/platform/arm-freebsd12/types.conf", - "lib/ffi/platform/arm-linux/types.conf", - "lib/ffi/platform/hppa1.1-linux/types.conf", - "lib/ffi/platform/hppa2.0-linux/types.conf", - "lib/ffi/platform/i386-cygwin/types.conf", - "lib/ffi/platform/i386-darwin/types.conf", - "lib/ffi/platform/i386-freebsd/types.conf", - "lib/ffi/platform/i386-freebsd12/types.conf", - "lib/ffi/platform/i386-gnu/types.conf", - "lib/ffi/platform/i386-linux/types.conf", - "lib/ffi/platform/i386-netbsd/types.conf", - "lib/ffi/platform/i386-openbsd/types.conf", - "lib/ffi/platform/i386-solaris/types.conf", - "lib/ffi/platform/i386-windows/types.conf", - "lib/ffi/platform/ia64-linux/types.conf", - "lib/ffi/platform/loongarch64-linux/types.conf", - "lib/ffi/platform/mips-linux/types.conf", - "lib/ffi/platform/mips64-linux/types.conf", - "lib/ffi/platform/mips64el-linux/types.conf", - "lib/ffi/platform/mipsel-linux/types.conf", - "lib/ffi/platform/mipsisa32r6-linux/types.conf", - "lib/ffi/platform/mipsisa32r6el-linux/types.conf", - "lib/ffi/platform/mipsisa64r6-linux/types.conf", - "lib/ffi/platform/mipsisa64r6el-linux/types.conf", - "lib/ffi/platform/powerpc-aix/types.conf", - "lib/ffi/platform/powerpc-darwin/types.conf", - "lib/ffi/platform/powerpc-linux/types.conf", - "lib/ffi/platform/powerpc-openbsd/types.conf", - "lib/ffi/platform/powerpc64-linux/types.conf", - "lib/ffi/platform/powerpc64le-linux/types.conf", - "lib/ffi/platform/riscv64-linux/types.conf", - "lib/ffi/platform/s390-linux/types.conf", - "lib/ffi/platform/s390x-linux/types.conf", - "lib/ffi/platform/sparc-linux/types.conf", - "lib/ffi/platform/sparc-solaris/types.conf", - "lib/ffi/platform/sparcv9-linux/types.conf", - "lib/ffi/platform/sparcv9-openbsd/types.conf", - "lib/ffi/platform/sparcv9-solaris/types.conf", - "lib/ffi/platform/sw_64-linux/types.conf", - "lib/ffi/platform/x86_64-cygwin/types.conf", - "lib/ffi/platform/x86_64-darwin/types.conf", - "lib/ffi/platform/x86_64-dragonflybsd/types.conf", - "lib/ffi/platform/x86_64-freebsd/types.conf", - "lib/ffi/platform/x86_64-freebsd12/types.conf", - "lib/ffi/platform/x86_64-haiku/types.conf", - "lib/ffi/platform/x86_64-linux/types.conf", - "lib/ffi/platform/x86_64-msys/types.conf", - "lib/ffi/platform/x86_64-netbsd/types.conf", - "lib/ffi/platform/x86_64-openbsd/types.conf", - "lib/ffi/platform/x86_64-solaris/types.conf", - "lib/ffi/platform/x86_64-windows/types.conf", - "lib/ffi/pointer.rb", - "lib/ffi/struct.rb", - "lib/ffi/struct_by_reference.rb", - "lib/ffi/struct_layout.rb", - "lib/ffi/struct_layout_builder.rb", - "lib/ffi/tools/const_generator.rb", - "lib/ffi/tools/generator.rb", - "lib/ffi/tools/generator_task.rb", - "lib/ffi/tools/struct_generator.rb", - "lib/ffi/tools/types_generator.rb", - "lib/ffi/types.rb", - "lib/ffi/union.rb", - "lib/ffi/variadic.rb", - "lib/ffi/version.rb", - "rakelib/ffi_gem_helper.rb", - "samples/getlogin.rb", - "samples/getpid.rb", - "samples/gettimeofday.rb", - "samples/hello.rb", - "samples/hello_ractor.rb", - "samples/inotify.rb", - "samples/pty.rb", - "samples/qsort.rb", - "samples/qsort_ractor.rb" - ], - "authors": [ - "Wayne Meissner" - ], - "homepage": "https://github.com/ffi/ffi/wiki" - } - }, - { - "id": "b63c19b997e71fe2", - "name": "ffi-binary-libfixposix", - "version": "0.5.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-binary-libfixposix-0.5.1.1-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-binary-libfixposix-0.5.1.1-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "EPL-2.0", - "spdxExpression": "EPL-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-binary-libfixposix-0.5.1.1-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-binary-libfixposix-0.5.1.1-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "LGPL-2.1-or-later", - "spdxExpression": "LGPL-2.1-or-later", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-binary-libfixposix-0.5.1.1-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-binary-libfixposix-0.5.1.1-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-binary-libfixposix-0.5.1.1-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-binary-libfixposix-0.5.1.1-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:ffi-binary-libfixposix:ffi-binary-libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi-binary-libfixposix:ffi_binary_libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi_binary_libfixposix:ffi-binary-libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi_binary_libfixposix:ffi_binary_libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:patrick-plenefisch:ffi-binary-libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:patrick-plenefisch:ffi_binary_libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:patrick_plenefisch:ffi-binary-libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:patrick_plenefisch:ffi_binary_libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi-binary:ffi-binary-libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi-binary:ffi_binary_libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi_binary:ffi-binary-libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi_binary:ffi_binary_libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:byteit101:ffi-binary-libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:byteit101:ffi_binary_libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:ffi-binary-libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:ffi_binary_libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:ffi-binary-libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:ffi_binary_libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:ffi-binary-libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:ffi_binary_libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi:ffi-binary-libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi:ffi_binary_libfixposix:0.5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/ffi-binary-libfixposix@0.5.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "ffi-binary-libfixposix", - "version": "0.5.1.1", - "files": [ - "lib/libfixposix/binary.rb", - "lib/libfixposix/binary/arm64-darwin/libfixposix.dylib", - "lib/libfixposix/binary/arm64-linux/libfixposix.so", - "lib/libfixposix/binary/armv6-linux/libfixposix.so", - "lib/libfixposix/binary/armv7-linux/libfixposix.so", - "lib/libfixposix/binary/version.rb", - "lib/libfixposix/binary/x86-freebsd/libfixposix.so", - "lib/libfixposix/binary/x86-linux/libfixposix.so", - "lib/libfixposix/binary/x86_64-darwin/libfixposix.dylib", - "lib/libfixposix/binary/x86_64-freebsd/libfixposix.so", - "lib/libfixposix/binary/x86_64-linux/libfixposix.so" - ], - "authors": [ - "Patrick Plenefisch" - ], - "homepage": "https://github.com/byteit101/subspawn" - } - }, - { - "id": "7c877448dfa71e83", - "name": "ffi-bindings-libfixposix", - "version": "0.5.1.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-bindings-libfixposix-0.5.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-bindings-libfixposix-0.5.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:ffi-bindings-libfixposix:ffi-bindings-libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi-bindings-libfixposix:ffi_bindings_libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi_bindings_libfixposix:ffi-bindings-libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi_bindings_libfixposix:ffi_bindings_libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:patrick-plenefisch:ffi-bindings-libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:patrick-plenefisch:ffi_bindings_libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:patrick_plenefisch:ffi-bindings-libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:patrick_plenefisch:ffi_bindings_libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi-bindings:ffi-bindings-libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi-bindings:ffi_bindings_libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi_bindings:ffi-bindings-libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi_bindings:ffi_bindings_libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:byteit101:ffi-bindings-libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:byteit101:ffi_bindings_libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:ffi-bindings-libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:ffi_bindings_libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:ffi-bindings-libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:ffi_bindings_libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:ffi-bindings-libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:ffi_bindings_libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi:ffi-bindings-libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ffi:ffi_bindings_libfixposix:0.5.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/ffi-bindings-libfixposix@0.5.1.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "ffi-bindings-libfixposix", - "version": "0.5.1.0", - "files": [ - "Gemfile", - "README.md", - "Rakefile", - "lib/libfixposix.rb", - "lib/libfixposix/ffi.rb", - "lib/libfixposix/version.rb" - ], - "authors": [ - "Patrick Plenefisch" - ], - "homepage": "https://github.com/byteit101/subspawn" - } - }, - { - "id": "c26f0fee9ca32960", - "name": "fileutils", - "version": "1.6.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/fileutils-1.6.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/fileutils-1.6.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/fileutils-1.6.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/fileutils-1.6.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/fileutils-1.6.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/fileutils-1.6.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:fileutils_project:fileutils:1.6.0:*:*:*:*:ruby:*:*", - "source": "nvd-cpe-dictionary" - }, - { - "cpe": "cpe:2.3:a:ruby:fileutils:1.6.0:*:*:*:*:*:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:gem/fileutils@1.6.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "fileutils", - "version": "1.6.0", - "files": [ - "LICENSE.txt", - "README.md", - "Rakefile", - "fileutils.gemspec", - "lib/fileutils.rb" - ], - "authors": [ - "Minero Aoki" - ], - "homepage": "https://github.com/ruby/fileutils" - } - }, - { - "id": "2b18a142ba0d0074", - "name": "find", - "version": "0.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/find-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/find-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/find-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/find-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/find-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/find-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:kazuki-tsujimoto:find:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kazuki_tsujimoto:find:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:find:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:find:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:find:find:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:find:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/find@0.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "find", - "version": "0.1.1", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "find.gemspec", - "lib/find.rb" - ], - "authors": [ - "Kazuki Tsujimoto" - ], - "homepage": "https://github.com/ruby/find" - } - }, - { - "id": "077f86e8ace3292a", - "name": "forwardable", - "version": "1.3.2", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/forwardable-1.3.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/forwardable-1.3.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/forwardable-1.3.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/forwardable-1.3.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/forwardable-1.3.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/forwardable-1.3.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:keiju-ishitsuka:forwardable:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:keiju_ishitsuka:forwardable:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:forwardable:forwardable:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:forwardable:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:forwardable:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:forwardable:1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/forwardable@1.3.2", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "forwardable", - "version": "1.3.2", - "files": [ - "forwardable.gemspec", - "lib/forwardable.rb", - "lib/forwardable/impl.rb" - ], - "authors": [ - "Keiju ISHITSUKA" - ], - "homepage": "https://github.com/ruby/forwardable" - } - }, - { - "id": "06cb34f206cd0768", - "name": "generator", - "version": "UNKNOWN", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/ext/generator.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/json/ext/generator.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:generator:generator:*:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/generator/generator", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/json/ext/generator.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "21.0.1 (Oracle Corporation)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "4595e439b5cb3270b3ca179bdb256bfeb70c5485" - } - ] - } - }, - { - "id": "ad61b0a4e5490efb", - "name": "getoptlong", - "version": "0.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/getoptlong-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/getoptlong-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/getoptlong-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/getoptlong-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/getoptlong-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/getoptlong-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:getoptlong:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:getoptlong:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:getoptlong:getoptlong:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:getoptlong:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:getoptlong:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:getoptlong:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/getoptlong@0.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "getoptlong", - "version": "0.1.1", - "files": [ - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "getoptlong.gemspec", - "lib/getoptlong.rb" - ], - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/getoptlong" - } - }, - { - "id": "6e04b22756b0b917", - "name": "invokebinder", - "version": "1.13", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:invokebinder:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:invokebinder:invokebinder:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.headius:invokebinder:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:invokebinder:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:headius:invokebinder:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:invokebinder:1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.headius/invokebinder@1.13", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:com.headius:invokebinder", - "pomProperties": { - "path": "META-INF/maven/com.headius/invokebinder/pom.properties", - "name": "", - "groupId": "com.headius", - "artifactId": "invokebinder", - "version": "1.13" - }, - "pomProject": { - "path": "META-INF/maven/com.headius/invokebinder/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "com.headius", - "artifactId": "invokebinder", - "version": "1.13", - "name": "invokebinder", - "url": "http://maven.apache.org" - } - } - }, - { - "id": "0a67ea1f550fc98b", - "name": "io-console", - "version": "0.7.2", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/io-console-0.7.2-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/io-console-0.7.2-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/io-console-0.7.2-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/io-console-0.7.2-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/io-console-0.7.2-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/io-console-0.7.2-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:nobu-nakada:io-console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:nobu-nakada:io_console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:nobu_nakada:io-console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:nobu_nakada:io_console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io-console:io-console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io-console:io_console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io_console:io-console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io_console:io_console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:io-console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:io_console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:io-console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:io_console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:io-console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:io_console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io:io-console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io:io_console:0.7.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/io-console@0.7.2", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "io-console", - "version": "0.7.2", - "files": [ - ".document", - "LICENSE.txt", - "README.md", - "lib/ffi/io/console.rb", - "lib/ffi/io/console/bsd_console.rb", - "lib/ffi/io/console/common.rb", - "lib/ffi/io/console/linux_console.rb", - "lib/ffi/io/console/native_console.rb", - "lib/ffi/io/console/stty_console.rb", - "lib/ffi/io/console/stub_console.rb", - "lib/ffi/io/console/version.rb", - "lib/io/console/size.rb" - ], - "authors": [ - "Nobu Nakada" - ], - "homepage": "https://github.com/ruby/io-console" - } - }, - { - "id": "3acd44807fa1df90", - "name": "io-wait", - "version": "0.3.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/io-wait-0.3.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/io-wait-0.3.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/io-wait-0.3.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/io-wait-0.3.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/io-wait-0.3.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/io-wait-0.3.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:charles-oliver-nutter:io-wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:charles-oliver-nutter:io_wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:charles_oliver_nutter:io-wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:charles_oliver_nutter:io_wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:nobu-nakada:io-wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:nobu-nakada:io_wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:nobu_nakada:io-wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:nobu_nakada:io_wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:io-wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:io_wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:io-wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:io_wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io-wait:io-wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io-wait:io_wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io_wait:io-wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io_wait:io_wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:io-wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:io_wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io:io-wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:io:io_wait:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/io-wait@0.3.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "io-wait", - "version": "0.3.0", - "files": [ - "COPYING", - "Gemfile", - "README.md", - "ext/java/lib/io/wait.rb", - "lib/io/wait.jar" - ], - "authors": [ - "Nobu Nakada", - "Charles Oliver Nutter" - ], - "homepage": "https://github.com/ruby/io-wait" - } - }, - { - "id": "54c08c1277e629f7", - "name": "ipaddr", - "version": "1.2.4", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ipaddr-1.2.4.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ipaddr-1.2.4.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ipaddr-1.2.4.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ipaddr-1.2.4.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ipaddr-1.2.4.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ipaddr-1.2.4.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:hajimu-umemoto:ipaddr:1.2.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hajimu_umemoto:ipaddr:1.2.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:akinori-musha:ipaddr:1.2.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:akinori_musha:ipaddr:1.2.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:ipaddr:1.2.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:ipaddr:1.2.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ipaddr:ipaddr:1.2.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:ipaddr:1.2.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/ipaddr@1.2.4", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "ipaddr", - "version": "1.2.4", - "files": [ - "LICENSE.txt", - "README.md", - "ipaddr.gemspec", - "lib/ipaddr.rb" - ], - "authors": [ - "Akinori MUSHA", - "Hajimu UMEMOTO" - ], - "homepage": "https://github.com/ruby/ipaddr" - } - }, - { - "id": "044d445815e00b78", - "name": "irb", - "version": "1.4.2", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/irb-1.4.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/irb-1.4.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/irb-1.4.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/irb-1.4.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/irb-1.4.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/irb-1.4.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:keiju-ishitsuka:irb:1.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:keiju_ishitsuka:irb:1.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:irb:1.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:irb:1.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aycabta:irb:1.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:irb:1.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:irb:irb:1.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/irb@1.4.2", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "irb", - "version": "1.4.2", - "files": [ - ".document", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "doc/irb/irb-tools.rd.ja", - "doc/irb/irb.rd.ja", - "exe/irb", - "irb.gemspec", - "lib/irb.rb", - "lib/irb/cmd/chws.rb", - "lib/irb/cmd/fork.rb", - "lib/irb/cmd/help.rb", - "lib/irb/cmd/info.rb", - "lib/irb/cmd/load.rb", - "lib/irb/cmd/ls.rb", - "lib/irb/cmd/measure.rb", - "lib/irb/cmd/nop.rb", - "lib/irb/cmd/pushws.rb", - "lib/irb/cmd/show_source.rb", - "lib/irb/cmd/subirb.rb", - "lib/irb/cmd/whereami.rb", - "lib/irb/color.rb", - "lib/irb/color_printer.rb", - "lib/irb/completion.rb", - "lib/irb/context.rb", - "lib/irb/easter-egg.rb", - "lib/irb/ext/change-ws.rb", - "lib/irb/ext/history.rb", - "lib/irb/ext/loader.rb", - "lib/irb/ext/multi-irb.rb", - "lib/irb/ext/save-history.rb", - "lib/irb/ext/tracer.rb", - "lib/irb/ext/use-loader.rb", - "lib/irb/ext/workspaces.rb", - "lib/irb/extend-command.rb", - "lib/irb/frame.rb", - "lib/irb/help.rb", - "lib/irb/init.rb", - "lib/irb/input-method.rb", - "lib/irb/inspector.rb", - "lib/irb/lc/error.rb", - "lib/irb/lc/help-message", - "lib/irb/lc/ja/encoding_aliases.rb", - "lib/irb/lc/ja/error.rb", - "lib/irb/lc/ja/help-message", - "lib/irb/locale.rb", - "lib/irb/magic-file.rb", - "lib/irb/notifier.rb", - "lib/irb/output-method.rb", - "lib/irb/ruby-lex.rb", - "lib/irb/ruby_logo.aa", - "lib/irb/src_encoding.rb", - "lib/irb/version.rb", - "lib/irb/workspace.rb", - "lib/irb/ws-for-case-2.rb", - "lib/irb/xmp.rb", - "man/irb.1" - ], - "authors": [ - "aycabta", - "Keiju ISHITSUKA" - ], - "homepage": "https://github.com/ruby/irb" - } - }, - { - "id": "7912ab5d691f33b9", - "name": "jar-dependencies", - "version": "0.4.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jar-dependencies-0.4.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jar-dependencies-0.4.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jar-dependencies-0.4.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jar-dependencies-0.4.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:jar-dependencies:jar-dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jar-dependencies:jar_dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jar_dependencies:jar-dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jar_dependencies:jar_dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:christian-meier:jar-dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:christian-meier:jar_dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:christian_meier:jar-dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:christian_meier:jar_dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mkristian:jar-dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mkristian:jar_dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:jar-dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:jar_dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:jar-dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:jar_dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:jar-dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:jar_dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jar:jar-dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jar:jar_dependencies:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/jar-dependencies@0.4.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "jar-dependencies", - "version": "0.4.1", - "files": [ - "MIT-LICENSE", - "Mavenfile", - "Rakefile", - "Readme.md", - "bin/lock_jars", - "jar-dependencies.gemspec", - "lib/jar-dependencies.rb", - "lib/jar_dependencies.rb", - "lib/jar_install_post_install_hook.rb", - "lib/jar_installer.rb", - "lib/jars/attach_jars_pom.rb", - "lib/jars/classpath.rb", - "lib/jars/gemspec_artifacts.rb", - "lib/jars/gemspec_pom.rb", - "lib/jars/installer.rb", - "lib/jars/lock.rb", - "lib/jars/lock_down.rb", - "lib/jars/lock_down_pom.rb", - "lib/jars/maven_exec.rb", - "lib/jars/maven_factory.rb", - "lib/jars/maven_settings.rb", - "lib/jars/output_jars_pom.rb", - "lib/jars/post_install_hook.rb", - "lib/jars/settings.xml", - "lib/jars/setup.rb", - "lib/jars/version.rb", - "lib/rubygems_plugin.rb" - ], - "authors": [ - "christian meier" - ], - "homepage": "https://github.com/mkristian/jar-dependencies" - } - }, - { - "id": "0a70377d540e8314", - "name": "jcodings", - "version": "1.0.58", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.opensource.org/licenses/mit-license.php" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jruby.jcodings:jcodings:1.0.58:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jcodings:1.0.58:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jcodings:jcodings:1.0.58:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jcodings:1.0.58:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jcodings:1.0.58:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jcodings:1.0.58:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jruby.jcodings/jcodings@1.0.58", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:org.jruby.jcodings:jcodings", - "pomProperties": { - "path": "META-INF/maven/org.jruby.jcodings/jcodings/pom.properties", - "name": "", - "groupId": "org.jruby.jcodings", - "artifactId": "jcodings", - "version": "1.0.58" - }, - "pomProject": { - "path": "META-INF/maven/org.jruby.jcodings/jcodings/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "org.jruby.jcodings", - "artifactId": "jcodings", - "version": "1.0.58", - "name": "JCodings", - "description": "Byte based encoding support library for java" - } - } - }, - { - "id": "98f881d1a04866f4", - "name": "jffi", - "version": "1.3.13", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "GNU Lesser General Public License version 3", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://www.gnu.org/licenses/lgpl-3.0.txt" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jffi:1.3.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jffi:1.3.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jffi:1.3.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jffi:1.3.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jffi:jffi:1.3.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jffi:1.3.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jffi:1.3.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.github.jnr/jffi@1.3.13", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:com.github.jnr:jffi", - "pomProperties": { - "path": "META-INF/maven/com.github.jnr/jffi/pom.properties", - "name": "", - "groupId": "com.github.jnr", - "artifactId": "jffi", - "version": "1.3.13" - }, - "pomProject": { - "path": "META-INF/maven/com.github.jnr/jffi/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "com.github.jnr", - "artifactId": "jffi", - "version": "1.3.13", - "name": "jffi", - "description": "Java Foreign Function Interface", - "url": "http://github.com/jnr/jffi" - } - } - }, - { - "id": "7b1109fb645350d7", - "name": "jitescript", - "version": "0.4.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jitescript:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jitescript:jitescript:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jitescript:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jitescript:0.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/me.qmx.jitescript/jitescript@0.4.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:me.qmx.jitescript:jitescript", - "pomProperties": { - "path": "META-INF/maven/me.qmx.jitescript/jitescript/pom.properties", - "name": "", - "groupId": "me.qmx.jitescript", - "artifactId": "jitescript", - "version": "0.4.1" - }, - "pomProject": { - "path": "META-INF/maven/me.qmx.jitescript/jitescript/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "me.qmx.jitescript", - "artifactId": "jitescript", - "version": "0.4.1", - "name": "jitescript", - "description": "Java API for Bytecode", - "url": "https://github.com/qmx/jitescript" - } - } - }, - { - "id": "bf59e8cc0d42baea", - "name": "jline", - "version": "2.14.6", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/jline/jline/2.14.6/jline-2.14.6.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/jline/jline/2.14.6/jline-2.14.6.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.opensource.org/licenses/bsd-license.php", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/jline/jline/2.14.6/jline-2.14.6.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/jline/jline/2.14.6/jline-2.14.6.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jline:2.14.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jline:2.14.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jline:jline:2.14.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jline:2.14.6:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jline/jline@2.14.6", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/jline/jline/2.14.6/jline-2.14.6.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bundle-Description", - "value": "Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/" - }, - { - "key": "Bundle-License", - "value": "http://www.opensource.org/licenses/bsd-license.php" - }, - { - "key": "Bundle-SymbolicName", - "value": "jline" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Built-By", - "value": "gnodet" - }, - { - "key": "Bnd-LastModified", - "value": "1522055899173" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.5))\"" - }, - { - "key": "Tool", - "value": "Bnd-2.4.1.201501161923" - }, - { - "key": "Export-Package", - "value": "jline;uses:=\"jline.internal\";version=\"2.14.6\",jline.console;uses:=\"jline,jline.console.completer,jline.console.history\";version=\"2.14.6\",jline.console.completer;uses:=\"jline.console\";version=\"2.14.6\",jline.console.history;version=\"2.14.6\",jline.console.internal;version=\"2.14.6\",jline.internal;version=\"2.14.6\",org.fusesource.jansi;version=\"1.12\"" - }, - { - "key": "Bundle-Name", - "value": "JLine" - }, - { - "key": "Bundle-Version", - "value": "2.14.6" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_162" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/jline/jline/pom.properties", - "name": "", - "groupId": "jline", - "artifactId": "jline", - "version": "2.14.6" - }, - "pomProject": { - "path": "META-INF/maven/jline/jline/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "9" - }, - "groupId": "jline", - "artifactId": "jline", - "version": "2.14.6", - "name": "JLine" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "c3aeac59c022bdc497c8c48ed86fa50450e4896a" - } - ] - } - }, - { - "id": "c5eaa70779e4798a", - "name": "jnr-a64asm", - "version": "1.0.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr-a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr_a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr-a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr_a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-a64asm:jnr-a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-a64asm:jnr_a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_a64asm:jnr-a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_a64asm:jnr_a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr-a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr_a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr-a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr_a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-a64asm:jnr:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr-a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr_a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_a64asm:jnr:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr-a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr_a64asm:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr:1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.github.jnr/jnr-a64asm@1.0.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:com.github.jnr:jnr-a64asm", - "pomProperties": { - "path": "META-INF/maven/com.github.jnr/jnr-a64asm/pom.properties", - "name": "", - "groupId": "com.github.jnr", - "artifactId": "jnr-a64asm", - "version": "1.0.0" - }, - "pomProject": { - "path": "META-INF/maven/com.github.jnr/jnr-a64asm/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "com.github.jnr", - "artifactId": "jnr-a64asm", - "version": "1.0.0", - "name": "jnr-a64asm", - "description": "A pure-java A64 assembler" - } - } - }, - { - "id": "98ddefedff795b03", - "name": "jnr-constants", - "version": "0.10.4", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr-constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr_constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr-constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr_constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-constants:jnr-constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-constants:jnr_constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_constants:jnr-constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_constants:jnr_constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr-constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr_constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr-constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr_constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-constants:jnr:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr-constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr_constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_constants:jnr:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr-constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr_constants:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr:0.10.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.github.jnr/jnr-constants@0.10.4", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:com.github.jnr:jnr-constants", - "pomProperties": { - "path": "META-INF/maven/com.github.jnr/jnr-constants/pom.properties", - "name": "", - "groupId": "com.github.jnr", - "artifactId": "jnr-constants", - "version": "0.10.4" - }, - "pomProject": { - "path": "META-INF/maven/com.github.jnr/jnr-constants/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "com.github.jnr", - "artifactId": "jnr-constants", - "version": "0.10.4", - "name": "jnr-constants", - "description": "A set of platform constants (e.g. errno values)", - "url": "http://github.com/jnr/jnr-constants" - } - } - }, - { - "id": "457ef76f2d585f1c", - "name": "jnr-enxio", - "version": "0.32.17", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr-enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr_enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr-enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr_enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-enxio:jnr-enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-enxio:jnr_enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_enxio:jnr-enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_enxio:jnr_enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr-enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr_enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr-enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr_enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-enxio:jnr:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr-enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr_enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_enxio:jnr:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr-enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr_enxio:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr:0.32.17:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.github.jnr/jnr-enxio@0.32.17", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:com.github.jnr:jnr-enxio", - "pomProperties": { - "path": "META-INF/maven/com.github.jnr/jnr-enxio/pom.properties", - "name": "", - "groupId": "com.github.jnr", - "artifactId": "jnr-enxio", - "version": "0.32.17" - }, - "pomProject": { - "path": "META-INF/maven/com.github.jnr/jnr-enxio/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "com.github.jnr", - "artifactId": "jnr-enxio", - "version": "0.32.17", - "name": "jnr-enxio", - "description": "Native I/O access for java", - "url": "http://github.com/jnr/jnr-enxio" - } - } - }, - { - "id": "d70257516ceb910b", - "name": "jnr-ffi", - "version": "2.2.16", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr-ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr_ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr-ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr_ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr-ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr_ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-ffi:jnr-ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-ffi:jnr_ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_ffi:jnr-ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_ffi:jnr_ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr-ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr_ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-ffi:jnr:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr-ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr_ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_ffi:jnr:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr-ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr_ffi:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr:2.2.16:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.github.jnr/jnr-ffi@2.2.16", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:com.github.jnr:jnr-ffi", - "pomProperties": { - "path": "META-INF/maven/com.github.jnr/jnr-ffi/pom.properties", - "name": "", - "groupId": "com.github.jnr", - "artifactId": "jnr-ffi", - "version": "2.2.16" - }, - "pomProject": { - "path": "META-INF/maven/com.github.jnr/jnr-ffi/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "com.github.jnr", - "artifactId": "jnr-ffi", - "version": "2.2.16", - "name": "jnr-ffi", - "description": "A library for invoking native functions from java", - "url": "http://github.com/jnr/jnr-ffi" - } - } - }, - { - "id": "3778a8199bee31ff", - "name": "jnr-netdb", - "version": "1.2.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr-netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr_netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr-netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr_netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-netdb:jnr-netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-netdb:jnr_netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_netdb:jnr-netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_netdb:jnr_netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr-netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr_netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr-netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr_netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-netdb:jnr:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr-netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr_netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_netdb:jnr:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr-netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr_netdb:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr:1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.github.jnr/jnr-netdb@1.2.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:com.github.jnr:jnr-netdb", - "pomProperties": { - "path": "META-INF/maven/com.github.jnr/jnr-netdb/pom.properties", - "name": "", - "groupId": "com.github.jnr", - "artifactId": "jnr-netdb", - "version": "1.2.0" - }, - "pomProject": { - "path": "META-INF/maven/com.github.jnr/jnr-netdb/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "com.github.jnr", - "artifactId": "jnr-netdb", - "version": "1.2.0", - "name": "jnr-netdb", - "description": "Lookup TCP and UDP services from java", - "url": "http://github.com/jnr/jnr-netdb" - } - } - }, - { - "id": "7aab83aedd85a77e", - "name": "jnr-posix", - "version": "3.1.19", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Eclipse Public License - v 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://www.eclipse.org/legal/epl-2.0/" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "GNU General Public License Version 2", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.gnu.org/copyleft/gpl.html" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "GNU Lesser General Public License Version 2.1", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.gnu.org/licenses/lgpl.html" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr-posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr_posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr-posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr_posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-posix:jnr-posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-posix:jnr_posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_posix:jnr-posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_posix:jnr_posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr-posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr_posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr-posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr_posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-posix:jnr:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr-posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr_posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_posix:jnr:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr-posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr_posix:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr:3.1.19:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.github.jnr/jnr-posix@3.1.19", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:com.github.jnr:jnr-posix", - "pomProperties": { - "path": "META-INF/maven/com.github.jnr/jnr-posix/pom.properties", - "name": "", - "groupId": "com.github.jnr", - "artifactId": "jnr-posix", - "version": "3.1.19" - }, - "pomProject": { - "path": "META-INF/maven/com.github.jnr/jnr-posix/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "com.github.jnr", - "artifactId": "jnr-posix", - "version": "3.1.19", - "name": "jnr-posix", - "description": "Common cross-project/cross-platform POSIX APIs" - } - } - }, - { - "id": "193c25ca5b4a61fd", - "name": "jnr-unixsocket", - "version": "0.38.22", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr-unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr_unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr-unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr_unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-unixsocket:jnr-unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-unixsocket:jnr_unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_unixsocket:jnr-unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_unixsocket:jnr_unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr-unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr_unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr-unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr_unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-unixsocket:jnr:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr-unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr_unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_unixsocket:jnr:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr-unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr_unixsocket:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr:0.38.22:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.github.jnr/jnr-unixsocket@0.38.22", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:com.github.jnr:jnr-unixsocket", - "pomProperties": { - "path": "META-INF/maven/com.github.jnr/jnr-unixsocket/pom.properties", - "name": "", - "groupId": "com.github.jnr", - "artifactId": "jnr-unixsocket", - "version": "0.38.22" - }, - "pomProject": { - "path": "META-INF/maven/com.github.jnr/jnr-unixsocket/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "com.github.jnr", - "artifactId": "jnr-unixsocket", - "version": "0.38.22", - "name": "jnr-unixsocket", - "description": "UNIX socket channels for java", - "url": "http://github.com/jnr/jnr-unixsocket" - } - } - }, - { - "id": "81e2194cce8fefb2", - "name": "jnr-x86asm", - "version": "1.0.2", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.opensource.org/licenses/mit-license.php" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr-x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr_x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr-x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr_x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-x86asm:jnr-x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-x86asm:jnr_x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_x86asm:jnr-x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_x86asm:jnr_x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jnr:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr-x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr_x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.github.jnr:jnr:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr-x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr_x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr-x86asm:jnr:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr-x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr_x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr_x86asm:jnr:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr-x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr_x86asm:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jnr:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:github:jnr:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jnr:jnr:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jnr:1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.github.jnr/jnr-x86asm@1.0.2", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:com.github.jnr:jnr-x86asm", - "pomProperties": { - "path": "META-INF/maven/com.github.jnr/jnr-x86asm/pom.properties", - "name": "", - "groupId": "com.github.jnr", - "artifactId": "jnr-x86asm", - "version": "1.0.2" - }, - "pomProject": { - "path": "META-INF/maven/com.github.jnr/jnr-x86asm/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "com.github.jnr", - "artifactId": "jnr-x86asm", - "version": "1.0.2", - "name": "jnr-x86asm", - "description": "A pure-java X86 and X86_64 assembler", - "url": "http://github.com/jnr/jnr-x86asm" - } - } - }, - { - "id": "cd53500293b0a779", - "name": "joda-time", - "version": "2.12.7", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "https://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:joda-time:joda-time:2.12.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:joda-time:joda_time:2.12.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:joda_time:joda-time:2.12.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:joda_time:joda_time:2.12.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:joda:joda-time:2.12.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:joda:joda_time:2.12.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/joda-time/joda-time@2.12.7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:joda-time:joda-time", - "pomProperties": { - "path": "META-INF/maven/joda-time/joda-time/pom.properties", - "name": "", - "groupId": "joda-time", - "artifactId": "joda-time", - "version": "2.12.7" - }, - "pomProject": { - "path": "META-INF/maven/joda-time/joda-time/pom.xml", - "groupId": "joda-time", - "artifactId": "joda-time", - "version": "2.12.7", - "name": "Joda-Time", - "description": "Date and time library to replace JDK date handling", - "url": "https://www.joda.org/joda-time/" - } - } - }, - { - "id": "f9546ad400a0314b", - "name": "joni", - "version": "2.2.1", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT License", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.opensource.org/licenses/mit-license.php" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:joni:2.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jruby.joni:joni:2.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:joni:2.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:joni:2.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:joni:joni:2.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:joni:2.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jruby.joni/joni@2.2.1", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:org.jruby.joni:joni", - "pomProperties": { - "path": "META-INF/maven/org.jruby.joni/joni/pom.properties", - "name": "", - "groupId": "org.jruby.joni", - "artifactId": "joni", - "version": "2.2.1" - }, - "pomProject": { - "path": "META-INF/maven/org.jruby.joni/joni/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "org.jruby.joni", - "artifactId": "joni", - "version": "2.2.1", - "name": "Joni", - "description": "Java port of Oniguruma: http://www.geocities.jp/kosako3/oniguruma that uses byte arrays directly instead of java Strings and chars" - } - } - }, - { - "id": "0690fc6ad7e28850", - "name": "jopenssl", - "version": "UNKNOWN", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/jopenssl.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/jopenssl.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jopenssl:jopenssl:*:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/jopenssl/jopenssl", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/jopenssl.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.8.8" - }, - { - "key": "Built-By", - "value": "kares" - }, - { - "key": "Build-Jdk", - "value": "11.0.14.1" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "6c97ed869ec63b78ca4bfbb81f853287addd39d1" - } - ] - } - }, - { - "id": "22c378f9855ea08e", - "name": "jruby-9.4", - "version": "9.4.7.0-r0", - "type": "apk", - "foundBy": "wolfictl", - "locations": [ - { - "path": ".PKGINFO", - "accessPath": ".PKGINFO" - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "", - "cpes": [ - { - "cpe": "cpe:2.3:a:jruby-9.4:jruby-9.4:9.4.7.0-r0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby-9.4:jruby_9.4:9.4.7.0-r0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_9.4:jruby-9.4:9.4.7.0-r0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_9.4:jruby_9.4:9.4.7.0-r0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby-9.4:jruby:9.4.7.0-r0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby-9.4:9.4.7.0-r0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby_9.4:9.4.7.0-r0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_9.4:jruby:9.4.7.0-r0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby:9.4.7.0-r0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:apk/wolfi/jruby-9.4@9.4.7.0-r0?arch=x86_64&origin=jruby-9.4", - "metadataType": "apk-db-entry", - "metadata": { - "package": "jruby-9.4", - "originPackage": "jruby-9.4", - "maintainer": "", - "version": "9.4.7.0-r0", - "architecture": "x86_64", - "url": "", - "description": "JRuby, an implementation of Ruby on the JVM", - "size": 44554440, - "installedSize": 0, - "pullDependencies": null, - "provides": null, - "pullChecksum": "cf38749eed0ebf675d187eb8900d5a99e5ebeea5492c183535c60002f5edad1c", - "gitCommitOfApkPort": "cc9b45e41b1ad4c6cc0eac55084f60b08a0e5481", - "files": [ - { - "path": "." - }, - { - "path": ".PKGINFO" - }, - { - "path": ".SIGN.RSA.wolfi-signing.rsa.pub" - }, - { - "path": "usr" - }, - { - "path": "usr/bin" - }, - { - "path": "usr/share" - }, - { - "path": "usr/share/jruby" - }, - { - "path": "usr/share/jruby/bin" - }, - { - "path": "usr/share/jruby/bin/ast" - }, - { - "path": "usr/share/jruby/bin/bundle" - }, - { - "path": "usr/share/jruby/bin/bundler" - }, - { - "path": "usr/share/jruby/bin/erb" - }, - { - "path": "usr/share/jruby/bin/gem" - }, - { - "path": "usr/share/jruby/bin/install_doc" - }, - { - "path": "usr/share/jruby/bin/irb" - }, - { - "path": "usr/share/jruby/bin/jgem" - }, - { - "path": "usr/share/jruby/bin/jirb" - }, - { - "path": "usr/share/jruby/bin/jirb_swing" - }, - { - "path": "usr/share/jruby/bin/jruby" - }, - { - "path": "usr/share/jruby/bin/jruby.sh" - }, - { - "path": "usr/share/jruby/bin/jrubyc" - }, - { - "path": "usr/share/jruby/bin/lock_jars" - }, - { - "path": "usr/share/jruby/bin/racc" - }, - { - "path": "usr/share/jruby/bin/rake" - }, - { - "path": "usr/share/jruby/bin/rdoc" - }, - { - "path": "usr/share/jruby/bin/ri" - }, - { - "path": "usr/share/jruby/lib" - }, - { - "path": "usr/share/jruby/lib/jni" - }, - { - "path": "usr/share/jruby/lib/jni/aarch64-Linux" - }, - { - "path": "usr/share/jruby/lib/jni/aarch64-Linux/libjffi-1.2.so" - }, - { - "path": "usr/share/jruby/lib/jni/arm-Linux" - }, - { - "path": "usr/share/jruby/lib/jni/arm-Linux/libjffi-1.2.so" - }, - { - "path": "usr/share/jruby/lib/jni/i386-Linux" - }, - { - "path": "usr/share/jruby/lib/jni/i386-Linux/libjffi-1.2.so" - }, - { - "path": "usr/share/jruby/lib/jni/loongarch64-Linux" - }, - { - "path": "usr/share/jruby/lib/jni/loongarch64-Linux/libjffi-1.2.so" - }, - { - "path": "usr/share/jruby/lib/jni/mips64el-Linux" - }, - { - "path": "usr/share/jruby/lib/jni/mips64el-Linux/libjffi-1.2.so" - }, - { - "path": "usr/share/jruby/lib/jni/ppc64-Linux" - }, - { - "path": "usr/share/jruby/lib/jni/ppc64-Linux/libjffi-1.2.so" - }, - { - "path": "usr/share/jruby/lib/jni/ppc64le-Linux" - }, - { - "path": "usr/share/jruby/lib/jni/ppc64le-Linux/libjffi-1.2.so" - }, - { - "path": "usr/share/jruby/lib/jni/s390x-Linux" - }, - { - "path": "usr/share/jruby/lib/jni/s390x-Linux/libjffi-1.2.so" - }, - { - "path": "usr/share/jruby/lib/jni/sparcv9-Linux" - }, - { - "path": "usr/share/jruby/lib/jni/sparcv9-Linux/libjffi-1.2.so" - }, - { - "path": "usr/share/jruby/lib/jni/x86_64-Linux" - }, - { - "path": "usr/share/jruby/lib/jni/x86_64-Linux/libjffi-1.2.so" - }, - { - "path": "usr/share/jruby/lib/jruby.jar" - }, - { - "path": "usr/share/jruby/lib/pom.rb" - }, - { - "path": "usr/share/jruby/lib/pom.xml" - }, - { - "path": "usr/share/jruby/lib/ruby" - }, - { - "path": "usr/share/jruby/lib/ruby/gems" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/bin" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/bin/rake" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/build_info" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/cache" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/cache/matrix-0.4.2.gem" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/cache/minitest-5.15.0.gem" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/cache/net-ftp-0.1.3.gem" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/cache/net-imap-0.2.3.gem" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/cache/net-pop-0.1.1.gem" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/cache/net-smtp-0.3.1.gem" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/cache/power_assert-2.0.1.gem" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/cache/prime-0.1.2.gem" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/cache/rake-13.0.6.gem" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/cache/resolv-0.4.0.gem" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/cache/rexml-3.2.5.gem" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/cache/rss-0.2.9.gem" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/cache/test-unit-3.5.3.gem" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/doc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/extensions" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/bundler-2.3.26" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/bundler-2.3.26/exe" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/bundler-2.3.26/exe/bundle" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/bundler-2.3.26/exe/bundler" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/erb-2.2.3" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/erb-2.2.3/libexec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/erb-2.2.3/libexec/erb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/irb-1.4.2" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/irb-1.4.2/exe" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/irb-1.4.2/exe/irb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/jar-dependencies-0.4.1" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/jar-dependencies-0.4.1/bin" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/jar-dependencies-0.4.1/bin/lock_jars" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/matrix-0.4.2" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/matrix-0.4.2/LICENSE.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/matrix-0.4.2/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/matrix-0.4.2/lib/matrix" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/matrix-0.4.2/lib/matrix/eigenvalue_decomposition.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/matrix-0.4.2/lib/matrix/lup_decomposition.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/matrix-0.4.2/lib/matrix/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/matrix-0.4.2/lib/matrix.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/matrix-0.4.2/matrix.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/.autotest" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/History.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/Manifest.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/README.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/Rakefile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/design_rationale.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/hoe" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/hoe/minitest.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/minitest" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/minitest/assertions.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/minitest/autorun.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/minitest/benchmark.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/minitest/expectations.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/minitest/hell.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/minitest/mock.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/minitest/parallel.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/minitest/pride.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/minitest/pride_plugin.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/minitest/spec.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/minitest/test.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/minitest/unit.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/lib/minitest.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/test" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/test/minitest" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/test/minitest/metametameta.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/test/minitest/test_minitest_assertions.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/test/minitest/test_minitest_benchmark.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/test/minitest/test_minitest_mock.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/test/minitest/test_minitest_reporter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/test/minitest/test_minitest_spec.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/minitest-5.15.0/test/minitest/test_minitest_test.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/.github" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/.github/workflows" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/.github/workflows/test.yml" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/.gitignore" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/Gemfile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/LICENSE.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/README.md" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/Rakefile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/bin" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/bin/console" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/bin/setup" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/lib/net" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/lib/net/ftp.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-ftp-0.1.3/net-ftp.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/.github" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/.github/workflows" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/.github/workflows/test.yml" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/.gitignore" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/Gemfile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/LICENSE.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/README.md" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/Rakefile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net/imap" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net/imap/authenticators" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net/imap/authenticators/cram_md5.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net/imap/authenticators/digest_md5.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net/imap/authenticators/login.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net/imap/authenticators/plain.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net/imap/authenticators.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net/imap/command_data.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net/imap/data_encoding.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net/imap/errors.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net/imap/flags.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net/imap/response_data.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net/imap/response_parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/lib/net/imap.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-imap-0.2.3/net-imap.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/.github" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/.github/workflows" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/.github/workflows/test.yml" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/.gitignore" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/Gemfile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/LICENSE.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/README.md" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/Rakefile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/bin" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/bin/console" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/bin/setup" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/lib/net" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/lib/net/pop.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-pop-0.1.1/net-pop.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-smtp-0.3.1" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-smtp-0.3.1/LICENSE.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-smtp-0.3.1/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-smtp-0.3.1/lib/net" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-smtp-0.3.1/lib/net/smtp.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/net-smtp-0.3.1/net-smtp.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/.github" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/.github/workflows" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/.github/workflows/ci.yml" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/.gitignore" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/BSDL" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/COPYING" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/Gemfile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/LEGAL" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/README.md" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/Rakefile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/lib/power_assert" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/lib/power_assert/colorize.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/lib/power_assert/configuration.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/lib/power_assert/context.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/lib/power_assert/enable_tracepoint_events.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/lib/power_assert/inspector.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/lib/power_assert/parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/lib/power_assert/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/lib/power_assert.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/power_assert-2.0.1/power_assert.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/prime-0.1.2" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/prime-0.1.2/.gitignore" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/prime-0.1.2/Gemfile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/prime-0.1.2/LICENSE.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/prime-0.1.2/README.md" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/prime-0.1.2/Rakefile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/prime-0.1.2/bin" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/prime-0.1.2/bin/console" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/prime-0.1.2/bin/setup" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/prime-0.1.2/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/prime-0.1.2/lib/prime.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/prime-0.1.2/prime.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/racc-1.6.0-java" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/racc-1.6.0-java/bin" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/racc-1.6.0-java/bin/racc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/History.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/MIT-LICENSE" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/README.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/doc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/doc/command_line_usage.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/doc/example" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/doc/example/Rakefile1" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/doc/example/Rakefile2" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/doc/example/a.c" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/doc/example/b.c" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/doc/example/main.c" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/doc/glossary.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/doc/jamis.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/doc/proto_rake.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/doc/rake.1" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/doc/rakefile.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/doc/rational.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/exe" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/exe/rake" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/application.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/backtrace.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/clean.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/cloneable.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/cpu_counter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/default_loader.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/dsl_definition.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/early_time.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/ext" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/ext/core.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/ext/string.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/file_creation_task.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/file_list.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/file_task.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/file_utils.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/file_utils_ext.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/invocation_chain.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/invocation_exception_mixin.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/late_time.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/linked_list.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/loaders" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/loaders/makefile.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/multi_task.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/name_space.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/packagetask.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/phony.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/private_reader.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/promise.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/pseudo_status.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/rake_module.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/rake_test_loader.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/rule_recursion_overflow_error.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/scope.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/task.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/task_argument_error.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/task_arguments.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/task_manager.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/tasklib.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/testtask.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/thread_history_display.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/thread_pool.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/trace_output.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake/win32.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/lib/rake.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rake-13.0.6/rake.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rdoc-6.4.1.1" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rdoc-6.4.1.1/exe" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rdoc-6.4.1.1/exe/rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rdoc-6.4.1.1/exe/ri" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/.github" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/.github/dependabot.yml" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/.github/workflows" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/.github/workflows/test.yml" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/.gitignore" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/Gemfile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/LICENSE.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/README.md" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/Rakefile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/bin" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/bin/console" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/bin/setup" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/lib/resolv.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/resolv-0.4.0/resolv.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/LICENSE.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/NEWS.md" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/README.md" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/context.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/tasks" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/tasks/rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/child.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/document.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/element.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/node.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/tasks/rdoc/parent.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/tasks/tocs" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/tasks/tocs/child_toc.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/tasks/tocs/document_toc.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/tasks/tocs/element_toc.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/tasks/tocs/master_toc.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/tasks/tocs/node_toc.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/doc/rexml/tasks/tocs/parent_toc.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/attlistdecl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/attribute.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/cdata.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/child.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/comment.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/doctype.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/document.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/dtd" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/dtd/attlistdecl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/dtd/dtd.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/dtd/elementdecl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/dtd/entitydecl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/dtd/notationdecl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/element.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/encoding.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/entity.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/formatters" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/formatters/default.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/formatters/pretty.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/formatters/transitive.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/functions.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/instruction.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/light" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/light/node.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/namespace.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/node.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/output.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/parent.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/parseexception.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/parsers" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/parsers/baseparser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/parsers/lightparser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/parsers/pullparser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/parsers/sax2parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/parsers/streamparser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/parsers/treeparser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/parsers/ultralightparser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/parsers/xpathparser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/quickpath.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/rexml.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/sax2listener.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/security.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/source.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/streamlistener.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/text.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/undefinednamespaceexception.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/validation" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/validation/relaxng.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/validation/validation.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/validation/validationexception.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/xmldecl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/xmltokens.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/xpath.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml/xpath_parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rexml-3.2.5/lib/rexml.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/Gemfile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/LICENSE.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/NEWS.md" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/README.md" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/Rakefile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/0.9.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/1.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/2.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/atom.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/content" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/content/1.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/content/2.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/content.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/converter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/dublincore" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/dublincore/1.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/dublincore/2.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/dublincore/atom.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/dublincore.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/image.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/itunes.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/0.9.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/1.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/2.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/atom.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/base.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/content.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/dublincore.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/entry.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/feed.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/image.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/itunes.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/slash.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/syndication.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/taxonomy.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker/trackback.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/maker.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/rexmlparser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/rss.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/slash.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/syndication.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/taxonomy.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/trackback.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/utils.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/xml-stylesheet.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/xml.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/xmlparser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss/xmlscanner.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/lib/rss.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/rss.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/dot.png" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/rss-assertions.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/rss-testcase.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/run-test.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_1.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_2.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_accessor.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_atom.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_content.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_dublincore.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_image.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_inherit.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_itunes.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_maker_0.9.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_maker_1.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_maker_2.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_maker_atom_entry.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_maker_atom_feed.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_maker_content.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_maker_dc.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_maker_image.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_maker_itunes.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_maker_slash.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_maker_sy.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_maker_taxo.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_maker_trackback.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_maker_xml-stylesheet.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_parser_1.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_parser_2.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_parser_atom_entry.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_parser_atom_feed.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_setup_maker_0.9.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_setup_maker_1.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_setup_maker_2.0.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_setup_maker_atom_entry.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_setup_maker_atom_feed.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_setup_maker_itunes.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_setup_maker_slash.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_slash.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_syndication.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_taxonomy.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_to_s.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_trackback.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rss-0.2.9/test/test_xml-stylesheet.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rubygems-update-3.3.26" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rubygems-update-3.3.26/bin" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/rubygems-update-3.3.26/bin/update_rubygems" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/BSDL" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/COPYING" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/PSFL" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/README.md" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/Rakefile" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/doc" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/doc/text" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/doc/text/getting-started.md" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/doc/text/how-to.md" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/doc/text/news.md" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/assertion-failed-error.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/assertions.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/attribute-matcher.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/attribute.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/auto-runner-loader.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/autorunner.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/code-snippet-fetcher.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/collector" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/collector/descendant.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/collector/dir.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/collector/load.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/collector/objectspace.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/collector/xml.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/collector.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/color-scheme.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/color.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/data-sets.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/data.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/diff.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/error.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/exception-handler.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/failure.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/fault-location-detector.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/fixture.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/notification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/omission.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/pending.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/priority.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/runner" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/runner/console.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/runner/emacs.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/runner/xml.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/test-suite-creator.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/testcase.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/testresult.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/testsuite.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/ui" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/ui/console" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/ui/console/outputlevel.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/ui/console/testrunner.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/ui/emacs" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/ui/emacs/testrunner.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/ui/testrunner.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/ui/testrunnermediator.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/ui/testrunnerutilities.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/ui/xml" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/ui/xml/testrunner.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/util" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/util/backtracefilter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/util/memory-usage.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/util/method-owner-finder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/util/observable.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/util/output.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/util/procwrapper.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit/warning.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test/unit.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/lib/test-unit.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/sample" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/sample/adder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/sample/subtracter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/sample/test_adder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/sample/test_subtracter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/gems/test-unit-3.5.3/sample/test_user.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/plugins" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/abbrev-0.1.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/base64-0.1.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/benchmark-0.2.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/bigdecimal-3.1.4-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/bundler-2.3.26.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/cgi-0.3.6-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/csv-3.2.5.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/date-3.3.3-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/debug-0.2.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/delegate-0.2.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/did_you_mean-1.6.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/digest-3.1.0-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/drb-2.1.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/english-0.7.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/erb-2.2.3.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/error_highlight-0.3.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-1.16.3-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-binary-libfixposix-0.5.1.1-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ffi-bindings-libfixposix-0.5.1.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/fileutils-1.6.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/find-0.1.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/forwardable-1.3.2.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/getoptlong-0.1.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/io-console-0.7.2-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/io-wait-0.3.0-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ipaddr-1.2.4.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/irb-1.4.2.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jar-dependencies-0.4.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-openssl-0.14.5-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-readline-1.3.7-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/json-2.7.1-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/logger-1.5.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/mutex_m-0.1.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/net-http-0.3.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/net-protocol-0.1.2.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/nkf-0.2.0-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/observer-0.1.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/open-uri-0.3.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/open3-0.1.2.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/optparse-0.2.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ostruct-0.5.5.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/pp-0.3.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/prettyprint-0.1.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/pstore-0.1.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/psych-5.1.1.1-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/racc-1.6.0-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rake-ant-1.0.6.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rdoc-6.4.1.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/reline-0.4.2.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/resolv-replace-0.1.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rinda-0.1.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ruby2_keywords-0.0.5.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rubygems-update-3.3.26.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/securerandom-0.2.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/shellwords-0.1.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/singleton-0.1.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/stringio-3.0.8-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/strscan-3.1.0-java.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-0.1.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-posix-0.1.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/time-0.2.2.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/timeout-0.3.2.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/tsort-0.1.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/un-0.2.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/uri-0.12.2.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/weakref-0.1.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/yaml-0.2.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/matrix-0.4.2.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/minitest-5.15.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-ftp-0.1.3.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-imap-0.2.3.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-pop-0.1.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-smtp-0.3.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/power_assert-2.0.1.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/prime-0.1.2.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/rake-13.0.6.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/resolv-0.4.0.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/rexml-3.2.5.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/rss-0.2.9.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/test-unit-3.5.3.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/include" - }, - { - "path": "usr/share/jruby/lib/ruby/include/ruby.h" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/English.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/abbrev.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ant.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/base64.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/benchmark" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/benchmark/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/benchmark.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bigdecimal" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bigdecimal/jacobian.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bigdecimal/ludcmp.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bigdecimal/math.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bigdecimal/newton.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bigdecimal/util.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bigdecimal.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/.document" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/build_metadata.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/capistrano.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/add.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/binstubs.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/cache.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/check.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/clean.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/common.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/config.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/console.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/doctor.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/exec.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/fund.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/gem.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/info.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/init.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/inject.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/install.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/issue.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/list.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/lock.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/open.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/outdated.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/platform.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/plugin.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/pristine.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/remove.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/show.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/update.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli/viz.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/cli.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/compact_index_client" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/compact_index_client/cache.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/compact_index_client/gem_parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/compact_index_client/updater.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/compact_index_client.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/constants.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/current_ruby.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/definition.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/dependency.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/deployment.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/deprecate.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/digest.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/dsl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/endpoint_specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/env.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/environment_preserver.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/errors.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/feature_flag.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/fetcher" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/fetcher/base.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/fetcher/compact_index.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/fetcher/dependency.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/fetcher/downloader.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/fetcher/index.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/fetcher.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/friendly_errors.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/gem_helper.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/gem_helpers.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/gem_tasks.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/gem_version_promoter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/graph.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/index.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/injector.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/inline.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/installer" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/installer/gem_installer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/installer/parallel_installer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/installer/standalone.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/installer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/lazy_specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/lockfile_generator.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/lockfile_parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/.document" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-add.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-add.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-binstubs.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-binstubs.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-cache.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-cache.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-check.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-check.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-clean.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-clean.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-config.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-config.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-console.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-console.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-doctor.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-doctor.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-exec.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-exec.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-gem.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-gem.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-help.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-help.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-info.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-info.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-init.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-init.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-inject.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-inject.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-install.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-install.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-list.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-list.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-lock.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-lock.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-open.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-open.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-outdated.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-outdated.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-platform.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-platform.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-plugin.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-plugin.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-pristine.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-pristine.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-remove.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-remove.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-show.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-show.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-update.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-update.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-version.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-version.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-viz.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle-viz.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle.1" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/bundle.1.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/gemfile.5" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/gemfile.5.ronn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/man/index.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/match_metadata.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/match_platform.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/match_remote_metadata.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/mirror.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/plugin" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/plugin/api" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/plugin/api/source.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/plugin/api.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/plugin/dsl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/plugin/events.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/plugin/index.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/plugin/installer" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/plugin/installer/git.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/plugin/installer/rubygems.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/plugin/installer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/plugin/source_list.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/plugin.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/process_lock.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/remote_specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/resolver" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/resolver/base.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/resolver/spec_group.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/resolver.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/retry.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/ruby_dsl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/ruby_version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/rubygems_ext.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/rubygems_gem_installer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/rubygems_integration.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/runtime.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/self_manager.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/settings" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/settings/validator.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/settings.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/setup.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/shared_helpers.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/similarity_detector.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source/gemspec.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source/git" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source/git/git_proxy.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source/git.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source/metadata.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source/path" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source/path/installer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source/path.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source/rubygems" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source/rubygems/remote.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source/rubygems.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source/rubygems_aggregate.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source_list.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/source_map.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/spec_set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/stub_specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/.document" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/Executable" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/Executable.bundler" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/Executable.standalone" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/Gemfile" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/gems.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/CHANGELOG.md.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/Gemfile.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/LICENSE.txt.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/README.md.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/Rakefile.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/bin" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/bin/console.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/bin/setup.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/circleci" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/circleci/config.yml.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/exe" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/exe/newgem.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/ext" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/ext/newgem" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/ext/newgem/extconf.rb.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/ext/newgem/newgem.c.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/ext/newgem/newgem.h.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/github" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/github/workflows" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/github/workflows/main.yml.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/gitignore.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/gitlab-ci.yml.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/lib/newgem" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/lib/newgem/version.rb.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/lib/newgem.rb.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/newgem.gemspec.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/rspec.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/rubocop.yml.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/sig" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/sig/newgem.rbs.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/spec" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/spec/newgem_spec.rb.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/spec/spec_helper.rb.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/standard.yml.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/test" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/test/minitest" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/test/minitest/test_helper.rb.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/test/minitest/test_newgem.rb.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/test/test-unit" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/test/test-unit/newgem_test.rb.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/test/test-unit/test_helper.rb.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/templates/newgem/travis.yml.tt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/ui" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/ui/rg_proxy.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/ui/shell.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/ui/silent.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/ui.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/uri_credentials_filter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/.document" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/connection_pool" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/connection_pool/LICENSE" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/connection_pool/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/connection_pool/lib/connection_pool" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/connection_pool/lib/connection_pool/timed_stack.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/connection_pool/lib/connection_pool/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/connection_pool/lib/connection_pool/wrapper.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/connection_pool/lib/connection_pool.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/fileutils" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/fileutils/LICENSE.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/fileutils/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/fileutils/lib/fileutils.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/LICENSE" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/delegates" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/dependency_graph" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/log.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/errors.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/modules" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/resolution.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/resolver.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo/state.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/molinillo/lib/molinillo.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/net-http-persistent" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/net-http-persistent/README.rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/net-http-persistent/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/net-http-persistent/lib/net" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/net-http-persistent/lib/net/http" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/net-http-persistent/lib/net/http/persistent" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/net-http-persistent/lib/net/http/persistent/connection.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/net-http-persistent/lib/net/http/persistent/pool.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/net-http-persistent/lib/net/http/persistent/timed_stack_multi.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/LICENSE.md" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/actions" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/actions/create_file.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/actions/create_link.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/actions/directory.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/actions.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/base.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/core_ext" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/error.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/group.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/invocation.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/line_editor" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/line_editor/basic.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/line_editor/readline.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/line_editor.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/nested_context.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/parser" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/parser/argument.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/parser/arguments.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/parser/option.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/parser/options.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/rake_compat.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/runner.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/shell" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/shell/basic.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/shell/color.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/shell/html.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/shell.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/util.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/thor/lib/thor.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/tmpdir" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/tmpdir/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/tmpdir/lib/tmpdir.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/tsort" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/tsort/LICENSE.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/tsort/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/tsort/lib/tsort.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/LICENSE.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri/common.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri/file.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri/ftp.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri/generic.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri/http.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri/https.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri/ldap.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri/ldaps.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri/mailto.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri/rfc2396_parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri/rfc3986_parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri/ws.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri/wss.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendor/uri/lib/uri.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendored_fileutils.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendored_molinillo.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendored_persistent.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendored_thor.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendored_tmpdir.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendored_tsort.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vendored_uri.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/version_ranges.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/vlad.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/worker.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler/yaml_serializer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/bundler.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/cgi" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/cgi/cookie.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/cgi/core.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/cgi/escape.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/cgi/escape.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/cgi/html.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/cgi/session" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/cgi/session/pstore.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/cgi/session.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/cgi/util.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/cgi.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/continuation.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/coverage.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/csv" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/csv/core_ext" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/csv/core_ext/array.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/csv/core_ext/string.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/csv/fields_converter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/csv/input_record_separator.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/csv/parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/csv/row.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/csv/table.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/csv/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/csv/writer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/csv.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/date" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/date/delta" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/date/delta/parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/date/delta/parser.ry" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/date/delta.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/date/format.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/date.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/debug.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/delegate.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/core_ext" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/core_ext/name_error.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/experimental.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/formatter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/formatters" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/formatters/plain_formatter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/formatters/verbose_formatter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/jaro_winkler.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/levenshtein.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/spell_checker.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/spell_checkers" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/spell_checkers/key_error_checker.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/spell_checkers/method_name_checker.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/spell_checkers/name_error_checkers" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/spell_checkers/name_error_checkers.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/spell_checkers/null_checker.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/spell_checkers/pattern_key_name_checker.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/spell_checkers/require_path_checker.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/tree_spell_checker.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/verbose.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/did_you_mean.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/digest" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/digest/bubblebabble.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/digest/loader.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/digest/md5.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/digest/rmd160.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/digest/sha1.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/digest/sha2" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/digest/sha2/loader.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/digest/sha2.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/digest/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/digest.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/digest.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb/acl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb/drb.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb/eq.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb/extserv.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb/extservm.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb/gw.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb/invokemethod.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb/observer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb/ssl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb/timeridconv.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb/unix.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb/weakidconv.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/drb.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/erb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/erb/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/erb.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/error_highlight" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/error_highlight/base.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/error_highlight/core_ext.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/error_highlight/formatter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/error_highlight/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/error_highlight.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/etc.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/expect.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fcntl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/abstract_memory.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/autopointer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/buffer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/callback.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/compat.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/data_converter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/dynamic_library.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/enum.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/errno.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/ffi.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/function.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/io" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/io/console" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/io/console/bsd_console.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/io/console/common.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/io/console/linux_console.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/io/console/native_console.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/io/console/stty_console.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/io/console/stub_console.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/io/console/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/io/console.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/io.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/library.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/library_path.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/managedstruct.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/memorypointer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/aarch64-darwin" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/aarch64-darwin/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/aarch64-freebsd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/aarch64-freebsd/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/aarch64-freebsd12" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/aarch64-freebsd12/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/aarch64-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/aarch64-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/aarch64-openbsd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/aarch64-openbsd/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/aarch64-windows" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/aarch64-windows/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/arm-freebsd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/arm-freebsd/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/arm-freebsd12" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/arm-freebsd12/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/arm-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/arm-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/hppa1.1-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/hppa1.1-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/hppa2.0-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/hppa2.0-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-cygwin" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-cygwin/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-darwin" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-darwin/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-freebsd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-freebsd/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-freebsd12" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-freebsd12/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-gnu" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-gnu/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-netbsd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-netbsd/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-openbsd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-openbsd/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-solaris" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-solaris/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-windows" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/i386-windows/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/ia64-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/ia64-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/loongarch64-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/loongarch64-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mips-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mips-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mips64-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mips64-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mips64el-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mips64el-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mipsel-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mipsel-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mipsisa32r6-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mipsisa32r6-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mipsisa32r6el-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mipsisa32r6el-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mipsisa64r6-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mipsisa64r6-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mipsisa64r6el-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/mipsisa64r6el-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/powerpc-aix" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/powerpc-aix/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/powerpc-darwin" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/powerpc-darwin/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/powerpc-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/powerpc-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/powerpc-openbsd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/powerpc-openbsd/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/powerpc64-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/powerpc64-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/powerpc64le-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/powerpc64le-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/riscv64-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/riscv64-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/s390-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/s390-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/s390x-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/s390x-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/sparc-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/sparc-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/sparc-solaris" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/sparc-solaris/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/sparcv9-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/sparcv9-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/sparcv9-openbsd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/sparcv9-openbsd/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/sparcv9-solaris" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/sparcv9-solaris/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/sw_64-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/sw_64-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-cygwin" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-cygwin/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-darwin" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-darwin/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-dragonflybsd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-dragonflybsd/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-freebsd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-freebsd/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-freebsd12" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-freebsd12/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-haiku" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-haiku/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-linux/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-msys" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-msys/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-netbsd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-netbsd/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-openbsd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-openbsd/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-solaris" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-solaris/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-windows" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform/x86_64-windows/types.conf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/platform.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/pointer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/struct.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/struct_by_reference.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/struct_layout.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/struct_layout_builder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/tools" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/tools/const_generator.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/tools/generator.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/tools/generator_task.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/tools/struct_generator.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/tools/types_generator.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/types.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/union.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/variadic.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ffi.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fiddle" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fiddle/closure.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fiddle/cparser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fiddle/function.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fiddle/import.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fiddle/jruby.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fiddle/pack.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fiddle/struct.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fiddle/types.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fiddle/value.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fiddle/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fiddle.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fileutils" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fileutils/fileutils.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fileutils/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/fileutils.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/find.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/forwardable" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/forwardable/impl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/forwardable.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/getoptlong.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/io" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/io/console" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/io/console/bsd_console.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/io/console/common.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/io/console/linux_console.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/io/console/native_console.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/io/console/size.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/io/console/stty_console.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/io/console/stub_console.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/io/console/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/io/console.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/io/nonblock.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/io/wait.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/io/wait.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ipaddr.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/cmd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/cmd/chws.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/cmd/fork.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/cmd/help.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/cmd/info.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/cmd/load.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/cmd/ls.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/cmd/measure.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/cmd/nop.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/cmd/pushws.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/cmd/show_source.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/cmd/subirb.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/cmd/whereami.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/color.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/color_printer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/completion.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/context.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/easter-egg.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/ext" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/ext/change-ws.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/ext/history.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/ext/loader.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/ext/multi-irb.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/ext/save-history.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/ext/tracer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/ext/use-loader.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/ext/workspaces.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/extend-command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/frame.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/help.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/init.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/input-method.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/inspector.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/lc" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/lc/error.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/lc/help-message" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/lc/ja" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/lc/ja/encoding_aliases.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/lc/ja/error.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/lc/ja/help-message" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/locale.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/magic-file.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/notifier.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/output-method.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/ruby-lex.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/ruby_logo.aa" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/src_encoding.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/workspace.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/ws-for-case-2.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb/xmp.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/irb.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jar-dependencies.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jar_dependencies.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jar_install_post_install_hook.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jar_installer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/attach_jars_pom.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/classpath.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/gemspec_artifacts.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/gemspec_pom.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/installer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/lock.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/lock_down.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/lock_down_pom.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/maven_exec.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/maven_factory.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/maven_settings.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/output_jars_pom.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/post_install_hook.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/settings.xml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/setup.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jars/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/java" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/java/inspect.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/java.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jline" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jline/jline" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jline/jline/2.14.6" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jline/jline/2.14.6/jline-2.14.6.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jline/jline/maven-metadata-local.xml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jopenssl" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jopenssl/_compat23.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jopenssl/load.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jopenssl/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jopenssl.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/compiler" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/compiler/extending.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/compiler/java_class.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/compiler/java_signature.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/compiler.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/core_ext" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/core_ext/class.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/core_ext/string.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/core_ext/thread.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/core_ext.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/ext.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/jrubyc.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/open3_windows.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/profiler" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/profiler/shutdown_hook.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/profiler.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/serialization.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/synchronized.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/thread_dump.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/vm.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/win32ole" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby/win32ole/stub.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/jruby.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add/bigdecimal.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add/complex.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add/core.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add/date.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add/date_time.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add/exception.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add/ostruct.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add/range.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add/rational.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add/regexp.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add/set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add/struct.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add/symbol.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/add/time.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/common.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/ext" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/ext/generator.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/ext/parser.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/ext.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/generic_object.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/pure" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/pure/generator.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/pure/parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/pure.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/json.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/kconv.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/arm64-darwin" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/arm64-darwin/libfixposix.dylib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/arm64-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/arm64-linux/libfixposix.so" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/armv6-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/armv6-linux/libfixposix.so" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/armv7-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/armv7-linux/libfixposix.so" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/x86-freebsd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/x86-freebsd/libfixposix.so" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/x86-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/x86-linux/libfixposix.so" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/x86_64-darwin" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/x86_64-darwin/libfixposix.dylib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/x86_64-freebsd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/x86_64-freebsd/libfixposix.so" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/x86_64-linux" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary/x86_64-linux/libfixposix.so" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/binary.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/ffi.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/libfixposix.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/logger" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/logger/errors.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/logger/formatter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/logger/log_device.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/logger/period.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/logger/severity.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/logger/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/logger.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/mkmf.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/monitor.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/mutex_m.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/.document" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/http" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/http/backward.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/http/exceptions.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/http/generic_request.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/http/header.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/http/proxy_delta.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/http/request.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/http/requests.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/http/response.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/http/responses.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/http/status.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/http.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/https.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/imap.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/net-ftp.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/net-imap.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/net-pop.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/net-protocol.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/net-smtp.gemspec" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/net/protocol.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/nkf.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/nkf.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/objspace.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/observer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/open-uri.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/open3" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/open3/jruby_windows.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/open3/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/open3.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/openssl" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/openssl/bn.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/openssl/buffering.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/openssl/cipher.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/openssl/config.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/openssl/digest.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/openssl/hmac.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/openssl/marshal.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/openssl/pkcs12.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/openssl/pkcs5.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/openssl/pkey.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/openssl/ssl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/openssl/x509.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/openssl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/optionparser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/optparse" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/optparse/ac.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/optparse/date.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/optparse/kwargs.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/optparse/shellwords.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/optparse/time.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/optparse/uri.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/optparse/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/optparse.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcpkix-jdk18on" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcpkix-jdk18on/1.74" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcpkix-jdk18on/1.74/bcpkix-jdk18on-1.74.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk18on" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk18on/1.74" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcprov-jdk18on/1.74/bcprov-jdk18on-1.74.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bctls-jdk18on" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bctls-jdk18on/1.74" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bctls-jdk18on/1.74/bctls-jdk18on-1.74.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcutil-jdk18on" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcutil-jdk18on/1.74" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/bouncycastle/bcutil-jdk18on/1.74/bcutil-jdk18on-1.74.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/snakeyaml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/snakeyaml/snakeyaml-engine" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/snakeyaml/snakeyaml-engine/2.7" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/snakeyaml/snakeyaml-engine/2.7/snakeyaml-engine-2.7.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/snakeyaml/snakeyaml-engine/maven-metadata-local.xml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ostruct.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/pathname.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/pp.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/prettyprint.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/profiler.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/pstore.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/class_loader.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/coder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/core_ext.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/exception.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/handler.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/handlers" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/handlers/document_stream.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/handlers/recorder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/json" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/json/ruby_events.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/json/stream.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/json/tree_builder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/json/yaml_events.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/nodes" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/nodes/alias.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/nodes/document.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/nodes/mapping.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/nodes/node.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/nodes/scalar.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/nodes/sequence.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/nodes/stream.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/nodes.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/omap.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/scalar_scanner.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/stream.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/streaming.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/syntax_error.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/tree_builder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/versions.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/visitors" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/visitors/depth_first.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/visitors/emitter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/visitors/json_tree.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/visitors/to_ruby.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/visitors/visitor.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/visitors/yaml_tree.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/visitors.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych/y.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych_jars.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/pty.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/compat.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/cparse-jruby.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/debugflags.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/exception.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/grammar.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/grammarfileparser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/info.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/iset.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/logfilegenerator.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/parser-text.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/parserfilegenerator.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/sourcetext.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/state.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/statetransitiontable.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc/static.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/racc.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rake" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rake/ant" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rake/ant/ant.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rake/ant/element.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rake/ant/project_converter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rake/ant/rake.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rake/ant/target.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rake/ant/tasks" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rake/ant/tasks/raketasks.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rake/ant/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rake/ant.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/random" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/random/formatter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rbconfig" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rbconfig/sizeof.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rbconfig.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/alias.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/anon_class.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/any_method.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/attr.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/class_module.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/code_object.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/code_objects.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/comment.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/constant.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/context" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/context/section.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/context.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/cross_reference.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/encoding.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/erb_partial.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/erbio.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/extend.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/darkfish.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/json_index.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/markup.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/pot" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/pot/message_extractor.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/pot/po.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/pot/po_entry.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/pot.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/ri.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/.document" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_footer.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_head.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_VCS_info.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_classes.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_includes.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_installed.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_methods.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_navigation.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_parent.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_search.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_sections.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/class.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/css" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/css/fonts.css" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/css/rdoc.css" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/fonts" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/fonts/Lato-Light.ttf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/fonts/Lato-LightItalic.ttf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/fonts/Lato-Regular.ttf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/fonts/Lato-RegularItalic.ttf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/fonts/SourceCodePro-Bold.ttf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/fonts/SourceCodePro-Regular.ttf" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/add.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/arrow_up.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/brick.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/brick_link.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/bug.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/bullet_black.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/bullet_toggle_minus.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/bullet_toggle_plus.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/date.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/delete.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/find.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/loadingAnimation.gif" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/macFFBgHack.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/package.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/page_green.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/page_white_text.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/page_white_width.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/plugin.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/ruby.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/tag_blue.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/tag_green.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/transparent.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/wrench.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/wrench_orange.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/images/zoom.png" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/index.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/js" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/js/darkfish.js" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/js/search.js" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/page.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/servlet_not_found.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/servlet_root.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/darkfish/table_of_contents.rhtml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/json_index" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/json_index/.document" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/json_index/js" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/json_index/js/navigation.js" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator/template/json_index/js/searcher.js" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/generator.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/ghost_method.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/i18n" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/i18n/locale.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/i18n/text.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/i18n.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/include.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/known_classes.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markdown" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markdown/entities.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markdown/literals.kpeg" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markdown/literals.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markdown.kpeg" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markdown.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/attr_changer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/attr_span.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/attribute_manager.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/attributes.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/blank_line.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/block_quote.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/document.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/formatter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/hard_break.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/heading.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/include.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/indented_paragraph.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/list.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/list_item.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/paragraph.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/pre_process.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/raw.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/regexp_handling.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/rule.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/table.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/to_ansi.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/to_bs.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/to_html.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/to_html_crossref.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/to_html_snippet.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/to_joined_paragraph.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/to_label.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/to_markdown.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/to_rdoc.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/to_table_of_contents.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/to_test.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/to_tt_only.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup/verbatim.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/markup.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/meta_method.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/method_attr.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/mixin.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/normal_class.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/normal_module.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/options.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/parser" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/parser/c.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/parser/changelog.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/parser/markdown.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/parser/rd.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/parser/ripper_state_lex.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/parser/ruby.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/parser/ruby_tools.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/parser/simple.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/parser/text.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/rd" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/rd/block_parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/rd/block_parser.ry" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/rd/inline.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/rd/inline_parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/rd/inline_parser.ry" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/rd.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/rdoc.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/require.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/ri" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/ri/driver.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/ri/formatter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/ri/paths.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/ri/store.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/ri/task.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/ri.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/rubygems_hook.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/servlet.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/single_class.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/stats" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/stats/normal.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/stats/quiet.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/stats/verbose.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/stats.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/store.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/task.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/text.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/token_stream.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/tom_doc.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/top_level.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rdoc.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/readline" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/readline/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/readline.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/readline.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/ansi.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/config.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/face.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/general_io.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/history.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/key_actor" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/key_actor/base.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/key_actor/emacs.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/key_actor/vi_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/key_actor/vi_insert.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/key_actor.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/key_stroke.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/kill_ring.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/line_editor.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/terminfo.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/unicode" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/unicode/east_asian_width.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/unicode.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline/windows.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/reline.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/resolv-replace.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/resolv.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rinda" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rinda/rinda.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rinda/ring.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rinda/tuplespace.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ripper" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ripper/core.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ripper/filter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ripper/lexer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ripper/sexp.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ripper.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/ruby2_keywords.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/available_set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/basic_specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/bundler_version_finder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/command_manager.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/build_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/cert_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/check_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/cleanup_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/contents_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/dependency_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/environment_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/fetch_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/generate_index_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/help_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/info_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/install_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/list_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/lock_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/mirror_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/open_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/outdated_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/owner_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/pristine_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/push_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/query_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/rdoc_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/search_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/server_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/setup_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/signin_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/signout_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/sources_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/specification_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/stale_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/uninstall_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/unpack_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/update_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/which_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/commands/yank_command.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/compatibility.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/config_file.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/core_ext" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/core_ext/kernel_gem.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/core_ext/kernel_warn.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/core_ext/tcpsocket_init.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/defaults" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/defaults/jruby.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/defaults/operating_system.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/defaults.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/dependency.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/dependency_installer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/dependency_list.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/deprecate.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/doctor.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/errors.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/exceptions.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ext" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ext/build_error.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ext/builder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ext/cargo_builder" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ext/cargo_builder/link_flag_converter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ext/cargo_builder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ext/cmake_builder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ext/configure_builder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ext/ext_conf_builder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ext/rake_builder.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ext.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/gem_runner.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/gemcutter_utilities.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/indexer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/install_default_message.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/install_message.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/install_update_options.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/installer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/installer_uninstaller_utils.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/local_remote_options.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/mock_gem_ui.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/name_tuple.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/openssl.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse/.document" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse/COPYING" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse/lib/optionparser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse/lib/optparse" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse/lib/optparse/ac.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse/lib/optparse/date.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse/lib/optparse/kwargs.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse/lib/optparse/shellwords.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse/lib/optparse/time.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse/lib/optparse/uri.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse/lib/optparse/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse/lib/optparse.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/optparse.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/package" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/package/digest_io.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/package/file_source.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/package/io_source.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/package/old.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/package/source.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/package/tar_header.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/package/tar_reader" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/package/tar_reader/entry.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/package/tar_reader.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/package/tar_writer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/package.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/package_task.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/path_support.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/platform.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/psych_tree.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/query_utils.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/rdoc.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/remote_fetcher.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/request" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/request/connection_pools.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/request/http_pool.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/request/https_pool.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/request.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/request_set" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/request_set/gem_dependency_api.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/request_set/lockfile" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/request_set/lockfile/parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/request_set/lockfile/tokenizer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/request_set/lockfile.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/request_set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/requirement.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/activation_request.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/api_set" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/api_set/gem_parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/api_set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/api_specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/best_set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/composed_set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/conflict.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/current_set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/dependency_request.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/git_set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/git_specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/index_set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/index_specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/installed_specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/installer_set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/local_specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/lock_set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/lock_specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/LICENSE" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/delegates" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/delete_edge.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/errors.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/modules" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/resolution.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/resolver.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo/state.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo/lib/molinillo.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/molinillo.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/requirement_list.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/source_set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/spec_specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/stats.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/vendor_set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver/vendor_specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/resolver.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/s3_uri_signer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/safe_yaml.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/security" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/security/policies.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/security/policy.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/security/signer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/security/trust_dir.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/security.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/security_option.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/source" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/source/git.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/source/installed.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/source/local.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/source/lock.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/source/specific_file.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/source/vendor.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/source.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/source_list.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/spec_fetcher.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/specification_policy.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ssl_certs" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ssl_certs/.document" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ssl_certs/rubygems.org" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ssl_certs/rubygems.org/GlobalSignRootCA.pem" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/ssl_certs/rubygems.org/GlobalSignRootCA_R3.pem" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/stub_specification.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/text.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/tsort" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/tsort/.document" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/tsort/LICENSE.txt" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/tsort/lib" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/tsort/lib/tsort.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/tsort.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/uninstaller.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/unknown_command_spell_checker.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/uri.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/uri_formatter.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/user_interaction.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/util" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/util/licenses.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/util/list.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/util.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/validator.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems/version_option.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/rubygems.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/securerandom.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/set.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/shellwords.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/singleton.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/socket.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/stringio.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/stringio.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/strscan.jar" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/strscan.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/binary.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/fd_parse.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/fd_types.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/graph_helper.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/pipes.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/posix" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/posix/ffi_helper.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/posix/pty.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/posix/signals.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/posix/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/posix.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/replace-builtin.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/replace-pty.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/replace.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/subspawn.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/syslog" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/syslog/logger.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/syslog.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/tempfile.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/time.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/timeout.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/tmpdir.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/tsort.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/un.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/unicode_normalize" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/unicode_normalize/normalize.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/unicode_normalize/tables.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/unicode_normalize.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri/common.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri/file.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri/ftp.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri/generic.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri/http.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri/https.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri/ldap.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri/ldaps.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri/mailto.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri/rfc2396_parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri/rfc3986_parser.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri/version.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri/ws.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri/wss.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/uri.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/weakref.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/win32" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/win32/importer.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/win32/registry.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/win32/resolv.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/win32/sspi.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/win32api.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/win32ole.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/yaml" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/yaml/dbm.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/yaml/store.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/yaml.rb" - }, - { - "path": "usr/share/jruby/lib/ruby/stdlib/zlib.rb" - }, - { - "path": "var" - }, - { - "path": "var/lib" - }, - { - "path": "var/lib/db" - }, - { - "path": "var/lib/db/sbom" - }, - { - "path": "var/lib/db/sbom/jruby-9.4-9.4.7.0-r0.spdx.json" - } - ] - } - }, - { - "id": "ca3cac6d54c39b80", - "name": "jruby-base", - "version": "9.4.7.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "concluded", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.jruby.Main:jruby-base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jruby.Main:jruby_base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jruby.dist:jruby-base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jruby.dist:jruby_base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby-base:jruby-base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby-base:jruby_base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_base:jruby-base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_base:jruby_base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jruby:jruby-base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jruby:jruby_base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby-base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby_base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Main:jruby-base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Main:jruby_base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dist:jruby-base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dist:jruby_base:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jruby/jruby-base@9.4.7.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Automatic-Module-Name", - "value": "org.jruby.dist" - }, - { - "key": "Build-Jdk-Spec", - "value": "1.8" - }, - { - "key": "Created-By", - "value": "Maven Jar Plugin 3.2.0" - }, - { - "key": "Main-Class", - "value": "org.jruby.Main" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.jruby/jruby-base/pom.properties", - "name": "", - "groupId": "org.jruby", - "artifactId": "jruby-base", - "version": "9.4.7.0" - }, - "pomProject": { - "path": "META-INF/maven/org.jruby/jruby-base/pom.xml", - "parent": { - "groupId": "org.jruby", - "artifactId": "jruby-parent", - "version": "9.4.7.0" - }, - "groupId": "org.jruby", - "artifactId": "jruby-base", - "version": "9.4.7.0", - "name": "JRuby Base" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "f5c74ea23627862a1ddd511ecf1202aaecc60baa" - } - ] - } - }, - { - "id": "6034ce017f127564", - "name": "jruby-core", - "version": "9.4.7.0", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jruby-core:jruby-core:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby-core:jruby_core:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_core:jruby-core:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_core:jruby_core:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jruby:jruby-core:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jruby:jruby_core:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby-core:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby_core:9.4.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jruby/jruby-core@9.4.7.0", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:org.jruby:jruby-core", - "pomProperties": { - "path": "META-INF/maven/org.jruby/jruby-core/pom.properties", - "name": "", - "groupId": "org.jruby", - "artifactId": "jruby-core", - "version": "9.4.7.0" - }, - "pomProject": { - "path": "META-INF/maven/org.jruby/jruby-core/pom.xml", - "parent": { - "groupId": "org.jruby", - "artifactId": "jruby-parent", - "version": "9.4.7.0" - }, - "groupId": "org.jruby", - "artifactId": "jruby-core", - "version": "9.4.7.0", - "name": "JRuby Core" - } - } - }, - { - "id": "2dcc79216489ad12", - "name": "jruby-openssl", - "version": "0.14.5", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-openssl-0.14.5-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-openssl-0.14.5-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "EPL-1.0", - "spdxExpression": "EPL-1.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-openssl-0.14.5-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-openssl-0.14.5-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "GPL-2.0", - "spdxExpression": "GPL-2.0-only", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-openssl-0.14.5-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-openssl-0.14.5-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "LGPL-2.1", - "spdxExpression": "LGPL-2.1-only", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-openssl-0.14.5-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-openssl-0.14.5-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:jruby-contributors:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby-contributors:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_contributors:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_contributors:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby-openssl:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby-openssl:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_openssl:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_openssl:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:karol-bucek:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:karol-bucek:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:karol_bucek:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:karol_bucek:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ola-bini:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ola-bini:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ola_bini:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ola_bini:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/jruby-openssl@0.14.5", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "jruby-openssl", - "version": "0.14.5", - "files": [ - "History.md", - "LICENSE.txt", - "Mavenfile", - "README.md", - "Rakefile", - "lib/jopenssl.jar", - "lib/jopenssl/_compat23.rb", - "lib/jopenssl/load.rb", - "lib/jopenssl/version.rb", - "lib/jruby-openssl.rb", - "lib/openssl.rb", - "lib/openssl/bn.rb", - "lib/openssl/buffering.rb", - "lib/openssl/cipher.rb", - "lib/openssl/config.rb", - "lib/openssl/digest.rb", - "lib/openssl/hmac.rb", - "lib/openssl/marshal.rb", - "lib/openssl/pkcs12.rb", - "lib/openssl/pkcs5.rb", - "lib/openssl/pkey.rb", - "lib/openssl/ssl.rb", - "lib/openssl/x509.rb", - "lib/org/bouncycastle/bcpkix-jdk18on/1.74/bcpkix-jdk18on-1.74.jar", - "lib/org/bouncycastle/bcprov-jdk18on/1.74/bcprov-jdk18on-1.74.jar", - "lib/org/bouncycastle/bctls-jdk18on/1.74/bctls-jdk18on-1.74.jar", - "lib/org/bouncycastle/bcutil-jdk18on/1.74/bcutil-jdk18on-1.74.jar", - "pom.xml" - ], - "authors": [ - "Karol Bucek", - "Ola Bini", - "JRuby contributors" - ], - "homepage": "https://github.com/jruby/jruby-openssl" - } - }, - { - "id": "c556c086c58824e7", - "name": "jruby-openssl", - "version": "0.14.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/jopenssl.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/jopenssl.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "EPL-1.0", - "spdxExpression": "EPL-1.0", - "type": "declared", - "urls": [ - "http://opensource.org/licenses/EPL-1.0" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/jopenssl.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/jopenssl.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "GPL-2.0", - "spdxExpression": "GPL-2.0-only", - "type": "declared", - "urls": [ - "http://opensource.org/licenses/GPL-2.0" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/jopenssl.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/jopenssl.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "LGPL-2.1", - "spdxExpression": "LGPL-2.1-only", - "type": "declared", - "urls": [ - "http://opensource.org/licenses/LGPL-2.1" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/jopenssl.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/jopenssl.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jruby-openssl:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby-openssl:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_openssl:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_openssl:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby-openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby_openssl:0.14.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/rubygems/jruby-openssl@0.14.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/jopenssl.jar:rubygems:jruby-openssl", - "pomProperties": { - "path": "META-INF/maven/rubygems/jruby-openssl/pom.properties", - "name": "", - "groupId": "rubygems", - "artifactId": "jruby-openssl", - "version": "0.14.5" - }, - "pomProject": { - "path": "META-INF/maven/rubygems/jruby-openssl/pom.xml", - "groupId": "rubygems", - "artifactId": "jruby-openssl", - "version": "0.14.5", - "name": "JRuby OpenSSL", - "description": "JRuby-OpenSSL is an add-on gem for JRuby that emulates the Ruby OpenSSL native library.", - "url": "https://github.com/jruby/jruby-openssl" - } - } - }, - { - "id": "d0c0eb2fff591a9c", - "name": "jruby-readline", - "version": "1.3.7", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-readline-1.3.7-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-readline-1.3.7-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "EPL-1.0", - "spdxExpression": "EPL-1.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-readline-1.3.7-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-readline-1.3.7-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "GPL-2.0", - "spdxExpression": "GPL-2.0-only", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-readline-1.3.7-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-readline-1.3.7-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "LGPL-2.1", - "spdxExpression": "LGPL-2.1-only", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-readline-1.3.7-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/jruby-readline-1.3.7-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:jruby-contributors:jruby-readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby-contributors:jruby_readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_contributors:jruby-readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_contributors:jruby_readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby-readline:jruby-readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby-readline:jruby_readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_readline:jruby-readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_readline:jruby_readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:jruby-readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:jruby_readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:jruby-readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:jruby_readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby-readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby_readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:jruby-readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:jruby_readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/jruby-readline@1.3.7", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "jruby-readline", - "version": "1.3.7", - "files": [ - "License.txt", - "Mavenfile", - "README.md", - "TODO", - "lib/jline/jline/2.14.6/jline-2.14.6.jar", - "lib/jline/jline/maven-metadata-local.xml", - "lib/readline.jar", - "lib/readline.rb", - "lib/readline/version.rb" - ], - "authors": [ - "JRuby contributors" - ], - "homepage": "https://github.com/jruby/jruby" - } - }, - { - "id": "f301610243639750", - "name": "jruby-readline", - "version": "1.3.7", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/readline.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/readline.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "EPL-1.0", - "spdxExpression": "EPL-1.0", - "type": "declared", - "urls": [ - "http://opensource.org/licenses/EPL-1.0" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/readline.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/readline.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "GPL-2.0", - "spdxExpression": "GPL-2.0-only", - "type": "declared", - "urls": [ - "http://opensource.org/licenses/GPL-2.0" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/readline.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/readline.jar", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "LGPL-2.1", - "spdxExpression": "LGPL-2.1-only", - "type": "declared", - "urls": [ - "http://opensource.org/licenses/LGPL-2.1" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/readline.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/readline.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:jruby-readline:jruby-readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby-readline:jruby_readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_readline:jruby-readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby_readline:jruby_readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby-readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jruby_readline:1.3.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/rubygems/jruby-readline@1.3.7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/readline.jar:rubygems:jruby-readline", - "pomProperties": { - "path": "META-INF/maven/rubygems/jruby-readline/pom.properties", - "name": "", - "groupId": "rubygems", - "artifactId": "jruby-readline", - "version": "1.3.7" - }, - "pomProject": { - "path": "META-INF/maven/rubygems/jruby-readline/pom.xml", - "groupId": "rubygems", - "artifactId": "jruby-readline", - "version": "1.3.7", - "name": "JRuby Readline", - "description": "readline extension for JRuby", - "url": "https://github.com/jruby/jruby" - } - } - }, - { - "id": "5533782db2ad1f26", - "name": "json", - "version": "2.7.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/json-2.7.1-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/json-2.7.1-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/json-2.7.1-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/json-2.7.1-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:json_project:json:2.7.1:*:*:*:*:ruby:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:gem/json@2.7.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "json", - "version": "2.7.1", - "files": [ - "LICENSE", - "lib/json.rb", - "lib/json/add/bigdecimal.rb", - "lib/json/add/complex.rb", - "lib/json/add/core.rb", - "lib/json/add/date.rb", - "lib/json/add/date_time.rb", - "lib/json/add/exception.rb", - "lib/json/add/ostruct.rb", - "lib/json/add/range.rb", - "lib/json/add/rational.rb", - "lib/json/add/regexp.rb", - "lib/json/add/set.rb", - "lib/json/add/struct.rb", - "lib/json/add/symbol.rb", - "lib/json/add/time.rb", - "lib/json/common.rb", - "lib/json/ext.rb", - "lib/json/ext/generator.jar", - "lib/json/ext/parser.jar", - "lib/json/generic_object.rb", - "lib/json/pure.rb", - "lib/json/pure/generator.rb", - "lib/json/pure/parser.rb", - "lib/json/version.rb" - ], - "authors": [ - "Daniel Luz" - ], - "homepage": "https://flori.github.io/json" - } - }, - { - "id": "eca144c9b6414b46", - "name": "jzlib", - "version": "1.1.5", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.jcraft.com/jzlib/LICENSE.txt" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:jzlib:1.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.jruby:jzlib:1.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:jzlib:1.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:jzlib:1.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jzlib:jzlib:1.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:jzlib:1.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.jruby/jzlib@1.1.5", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:org.jruby:jzlib", - "pomProperties": { - "path": "META-INF/maven/org.jruby/jzlib/pom.properties", - "name": "", - "groupId": "org.jruby", - "artifactId": "jzlib", - "version": "1.1.5" - }, - "pomProject": { - "path": "META-INF/maven/org.jruby/jzlib/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "org.jruby", - "artifactId": "jzlib", - "version": "1.1.5", - "name": "JZlib", - "description": "JZlib is a re-implementation of zlib in pure Java", - "url": "http://www.jcraft.com/jzlib/" - } - } - }, - { - "id": "956850cfb2f7a12a", - "name": "logger", - "version": "1.5.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/logger-1.5.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/logger-1.5.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/logger-1.5.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/logger-1.5.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/logger-1.5.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/logger-1.5.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:shibata-hiroshi:logger:1.5.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:shibata_hiroshi:logger:1.5.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:naotoshi-seo:logger:1.5.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:naotoshi_seo:logger:1.5.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:logger:1.5.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:logger:1.5.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:logger:logger:1.5.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:logger:1.5.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/logger@1.5.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "logger", - "version": "1.5.1", - "files": [ - "lib/logger.rb", - "lib/logger/errors.rb", - "lib/logger/formatter.rb", - "lib/logger/log_device.rb", - "lib/logger/period.rb", - "lib/logger/severity.rb", - "lib/logger/version.rb", - "logger.gemspec" - ], - "authors": [ - "Naotoshi Seo", - "SHIBATA Hiroshi" - ], - "homepage": "https://github.com/ruby/logger" - } - }, - { - "id": "f17cd4449783f7c3", - "name": "matrix", - "version": "0.4.2", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/matrix-0.4.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/matrix-0.4.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/matrix-0.4.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/matrix-0.4.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/matrix-0.4.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/matrix-0.4.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:marc-andre-lafortune:matrix:0.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:marc_andre_lafortune:matrix:0.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:matrix:0.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:matrix:0.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:matrix:matrix:0.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:matrix:0.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/matrix@0.4.2", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "matrix", - "version": "0.4.2", - "authors": [ - "Marc-Andre Lafortune" - ], - "homepage": "https://github.com/ruby/matrix" - } - }, - { - "id": "7c22103cf00ccff6", - "name": "minitest", - "version": "5.15.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/minitest-5.15.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/minitest-5.15.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/minitest-5.15.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/minitest-5.15.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:ryan-davis:minitest:5.15.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ryan_davis:minitest:5.15.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:minitest:5.15.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:minitest:5.15.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:seattlerb:minitest:5.15.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:minitest:minitest:5.15.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:minitest:5.15.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/minitest@5.15.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "minitest", - "version": "5.15.0", - "files": [ - "History.rdoc", - "Manifest.txt", - "README.rdoc" - ], - "authors": [ - "Ryan Davis" - ], - "homepage": "https://github.com/seattlerb/minitest" - } - }, - { - "id": "53c6a7e75f54dfec", - "name": "mutex_m", - "version": "0.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/mutex_m-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/mutex_m-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/mutex_m-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/mutex_m-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/mutex_m-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/mutex_m-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:keiju-ishitsuka:mutex-m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:keiju-ishitsuka:mutex_m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:keiju_ishitsuka:mutex-m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:keiju_ishitsuka:mutex_m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:mutex-m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:mutex_m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:mutex-m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:mutex_m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mutex-m:mutex-m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mutex-m:mutex_m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mutex_m:mutex-m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mutex_m:mutex_m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mutex:mutex-m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mutex:mutex_m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:mutex-m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:mutex_m:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/mutex_m@0.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "mutex_m", - "version": "0.1.1", - "files": [ - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "lib/mutex_m.rb", - "mutex_m.gemspec" - ], - "authors": [ - "Keiju ISHITSUKA" - ], - "homepage": "https://github.com/ruby/mutex_m" - } - }, - { - "id": "d6292411f2709cb1", - "name": "net-ftp", - "version": "0.1.3", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-ftp-0.1.3.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-ftp-0.1.3.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-ftp-0.1.3.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-ftp-0.1.3.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-ftp-0.1.3.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-ftp-0.1.3.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:shugo-maeda:net-ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:shugo-maeda:net_ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:shugo_maeda:net-ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:shugo_maeda:net_ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:net-ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:net_ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:net-ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:net_ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net-ftp:net-ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net-ftp:net_ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net_ftp:net-ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net_ftp:net_ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:net-ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:net_ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net:net-ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net:net_ftp:0.1.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/net-ftp@0.1.3", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "net-ftp", - "version": "0.1.3", - "authors": [ - "Shugo Maeda" - ], - "homepage": "https://github.com/ruby/net-ftp" - } - }, - { - "id": "c6d5f07f66d66d37", - "name": "net-http", - "version": "0.3.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/net-http-0.3.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/net-http-0.3.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/net-http-0.3.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/net-http-0.3.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/net-http-0.3.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/net-http-0.3.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:ruby-lang:net-http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:net_http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:net-http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:net_http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net-http:net-http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net-http:net_http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net_http:net-http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net_http:net_http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:naruse:net-http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:naruse:net_http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:net-http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:net_http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net:net-http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net:net_http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yui:net-http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yui:net_http:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/net-http@0.3.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "net-http", - "version": "0.3.0", - "files": [ - ".github/dependabot.yml", - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/net/http.rb", - "lib/net/http/backward.rb", - "lib/net/http/exceptions.rb", - "lib/net/http/generic_request.rb", - "lib/net/http/header.rb", - "lib/net/http/proxy_delta.rb", - "lib/net/http/request.rb", - "lib/net/http/requests.rb", - "lib/net/http/response.rb", - "lib/net/http/responses.rb", - "lib/net/http/status.rb", - "lib/net/https.rb", - "net-http.gemspec" - ], - "authors": [ - "NARUSE", - "Yui" - ], - "homepage": "https://github.com/ruby/net-http" - } - }, - { - "id": "ee043d2b08b8b1fc", - "name": "net-imap", - "version": "0.2.3", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-imap-0.2.3.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-imap-0.2.3.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-imap-0.2.3.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-imap-0.2.3.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-imap-0.2.3.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-imap-0.2.3.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:ruby-lang:net\\:\\:imap:0.2.3:*:*:*:*:ruby:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:gem/net-imap@0.2.3", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "net-imap", - "version": "0.2.3", - "authors": [ - "Shugo Maeda" - ], - "homepage": "https://github.com/ruby/net-imap" - } - }, - { - "id": "2771219d7d2409b9", - "name": "net-pop", - "version": "0.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-pop-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-pop-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-pop-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-pop-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-pop-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-pop-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:net-pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:net_pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:net-pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:net_pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:net-pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:net_pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:net-pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:net_pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net-pop:net-pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net-pop:net_pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net_pop:net-pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net_pop:net_pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:net-pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:net_pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net:net-pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net:net_pop:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/net-pop@0.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "net-pop", - "version": "0.1.1", - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/net-pop" - } - }, - { - "id": "3c5e85a82e53fdfd", - "name": "net-protocol", - "version": "0.1.2", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/net-protocol-0.1.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/net-protocol-0.1.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/net-protocol-0.1.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/net-protocol-0.1.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/net-protocol-0.1.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/net-protocol-0.1.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:net-protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:net_protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:net-protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:net_protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net-protocol:net-protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net-protocol:net_protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net_protocol:net-protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net_protocol:net_protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:net-protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:net_protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:net-protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:net_protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:net-protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:net_protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net:net-protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net:net_protocol:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/net-protocol@0.1.2", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "net-protocol", - "version": "0.1.2", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "Gemfile.lock", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/net/protocol.rb", - "net-protocol.gemspec" - ], - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/net-protocol" - } - }, - { - "id": "dff65eddcf463d46", - "name": "net-smtp", - "version": "0.3.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-smtp-0.3.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-smtp-0.3.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-smtp-0.3.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-smtp-0.3.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-smtp-0.3.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/net-smtp-0.3.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:net-smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:net_smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:net-smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:net_smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:net-smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:net_smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:net-smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:net_smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net-smtp:net-smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net-smtp:net_smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net_smtp:net-smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net_smtp:net_smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:net-smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:net_smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net:net-smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:net:net_smtp:0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/net-smtp@0.3.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "net-smtp", - "version": "0.3.1", - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/net-smtp" - } - }, - { - "id": "9acba0f851738dcb", - "name": "nkf", - "version": "0.2.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/nkf-0.2.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/nkf-0.2.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/nkf-0.2.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/nkf-0.2.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "EPL-2.0", - "spdxExpression": "EPL-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/nkf-0.2.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/nkf-0.2.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "LGPL-2.1", - "spdxExpression": "LGPL-2.1-only", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/nkf-0.2.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/nkf-0.2.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/nkf-0.2.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/nkf-0.2.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:charles-oliver-nutter:nkf:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:charles_oliver_nutter:nkf:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:naruse-yui:nkf:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:naruse_yui:nkf:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:nkf:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:nkf:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:nkf:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:nkf:nkf:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/nkf@0.2.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "nkf", - "version": "0.2.0", - "files": [ - ".git-blame-ignore-revs", - ".github/dependabot.yml", - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "ext/java/org/jruby/ext/nkf/Command.java", - "ext/java/org/jruby/ext/nkf/CommandParser.java", - "ext/java/org/jruby/ext/nkf/NKFLibrary.java", - "ext/java/org/jruby/ext/nkf/Option.java", - "ext/java/org/jruby/ext/nkf/Options.java", - "ext/java/org/jruby/ext/nkf/RubyNKF.java", - "ext/nkf/extconf.rb", - "ext/nkf/nkf-utf8/config.h", - "ext/nkf/nkf-utf8/nkf.c", - "ext/nkf/nkf-utf8/nkf.h", - "ext/nkf/nkf-utf8/utf8tbl.c", - "ext/nkf/nkf-utf8/utf8tbl.h", - "ext/nkf/nkf.c", - "lib/kconv.rb", - "lib/nkf.jar", - "lib/nkf.rb", - "nkf.gemspec" - ], - "authors": [ - "NARUSE Yui", - "Charles Oliver Nutter" - ], - "homepage": "https://github.com/ruby/nkf" - } - }, - { - "id": "e92dbf6abeb30a01", - "name": "nkf", - "version": "UNKNOWN", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/nkf.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/nkf.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:nkf:nkf:*:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/nkf/nkf", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/nkf.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "21.0.2 (Oracle Corporation)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "51a6ba20192182ec383995cc939dd5093a6f109c" - } - ] - } - }, - { - "id": "54bfcf6d58a251d9", - "name": "observer", - "version": "0.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/observer-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/observer-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/observer-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/observer-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/observer-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/observer-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:observer:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:observer:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:observer:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:observer:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:observer:observer:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:observer:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/observer@0.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "observer", - "version": "0.1.1", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/observer.rb", - "observer.gemspec" - ], - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/observer" - } - }, - { - "id": "29a96061cdd4e1ff", - "name": "open-uri", - "version": "0.3.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/open-uri-0.3.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/open-uri-0.3.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/open-uri-0.3.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/open-uri-0.3.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/open-uri-0.3.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/open-uri-0.3.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:tanaka-akira:open-uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tanaka-akira:open_uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tanaka_akira:open-uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tanaka_akira:open_uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:open-uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:open_uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:open-uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:open_uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:open-uri:open-uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:open-uri:open_uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:open_uri:open-uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:open_uri:open_uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:open:open-uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:open:open_uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:open-uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:open_uri:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/open-uri@0.3.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "open-uri", - "version": "0.3.0", - "files": [ - "LICENSE.txt", - "README.md", - "lib/open-uri.rb" - ], - "authors": [ - "Tanaka Akira" - ], - "homepage": "https://github.com/ruby/open-uri" - } - }, - { - "id": "b9aa8419b45b2b69", - "name": "open3", - "version": "0.1.2", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/open3-0.1.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/open3-0.1.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/open3-0.1.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/open3-0.1.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/open3-0.1.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/open3-0.1.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:open3:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:open3:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:open3:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:open3:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:open3:open3:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:open3:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/open3@0.1.2", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "open3", - "version": "0.1.2", - "files": [ - ".github/dependabot.yml", - ".github/workflows/test-jruby.yml", - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/open3.rb", - "lib/open3/jruby_windows.rb", - "lib/open3/version.rb", - "open3.gemspec" - ], - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/open3" - } - }, - { - "id": "372502c6772e5448", - "name": "options", - "version": "1.6", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "The Apache Software License, Version 2.0", - "spdxExpression": "", - "type": "declared", - "urls": [ - "http://www.apache.org/licenses/LICENSE-2.0.txt" - ], - "locations": [ - { - "path": "usr/share/jruby/lib/jruby.jar", - "accessPath": "usr/share/jruby/lib/jruby.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.sonatype.oss:options:1.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:com.headius:options:1.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sonatype:options:1.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:headius:options:1.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:options:options:1.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oss:options:1.6:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/com.headius/options@1.6", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/jruby.jar:com.headius:options", - "pomProperties": { - "path": "META-INF/maven/com.headius/options/pom.properties", - "name": "", - "groupId": "com.headius", - "artifactId": "options", - "version": "1.6" - }, - "pomProject": { - "path": "META-INF/maven/com.headius/options/pom.xml", - "parent": { - "groupId": "org.sonatype.oss", - "artifactId": "oss-parent", - "version": "7" - }, - "groupId": "com.headius", - "artifactId": "options", - "version": "1.6", - "name": "options", - "url": "https://github.com/headius/options" - } - } - }, - { - "id": "7e936a2405bd93fa", - "name": "optparse", - "version": "0.2.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/optparse-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/optparse-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/optparse-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/optparse-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/optparse-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/optparse-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:nobu-nakada:optparse:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:nobu_nakada:optparse:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:optparse:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:optparse:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:optparse:optparse:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:optparse:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/optparse@0.2.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "optparse", - "version": "0.2.0", - "files": [ - "COPYING", - "ChangeLog", - "README.md", - "doc/optparse/argument_converters.rdoc", - "doc/optparse/creates_option.rdoc", - "doc/optparse/option_params.rdoc", - "doc/optparse/ruby/argument_keywords.rb", - "doc/optparse/ruby/argument_strings.rb", - "doc/optparse/ruby/argv.rb", - "doc/optparse/ruby/array.rb", - "doc/optparse/ruby/basic.rb", - "doc/optparse/ruby/block.rb", - "doc/optparse/ruby/collected_options.rb", - "doc/optparse/ruby/custom_converter.rb", - "doc/optparse/ruby/date.rb", - "doc/optparse/ruby/datetime.rb", - "doc/optparse/ruby/decimal_integer.rb", - "doc/optparse/ruby/decimal_numeric.rb", - "doc/optparse/ruby/default_values.rb", - "doc/optparse/ruby/descriptions.rb", - "doc/optparse/ruby/explicit_array_values.rb", - "doc/optparse/ruby/explicit_hash_values.rb", - "doc/optparse/ruby/false_class.rb", - "doc/optparse/ruby/float.rb", - "doc/optparse/ruby/help.rb", - "doc/optparse/ruby/help_banner.rb", - "doc/optparse/ruby/help_format.rb", - "doc/optparse/ruby/help_program_name.rb", - "doc/optparse/ruby/integer.rb", - "doc/optparse/ruby/long_names.rb", - "doc/optparse/ruby/long_optional.rb", - "doc/optparse/ruby/long_required.rb", - "doc/optparse/ruby/long_simple.rb", - "doc/optparse/ruby/long_with_negation.rb", - "doc/optparse/ruby/match_converter.rb", - "doc/optparse/ruby/matched_values.rb", - "doc/optparse/ruby/method.rb", - "doc/optparse/ruby/missing_options.rb", - "doc/optparse/ruby/mixed_names.rb", - "doc/optparse/ruby/name_abbrev.rb", - "doc/optparse/ruby/no_abbreviation.rb", - "doc/optparse/ruby/numeric.rb", - "doc/optparse/ruby/object.rb", - "doc/optparse/ruby/octal_integer.rb", - "doc/optparse/ruby/optional_argument.rb", - "doc/optparse/ruby/parse.rb", - "doc/optparse/ruby/parse_bang.rb", - "doc/optparse/ruby/proc.rb", - "doc/optparse/ruby/regexp.rb", - "doc/optparse/ruby/required_argument.rb", - "doc/optparse/ruby/shellwords.rb", - "doc/optparse/ruby/short_names.rb", - "doc/optparse/ruby/short_optional.rb", - "doc/optparse/ruby/short_range.rb", - "doc/optparse/ruby/short_required.rb", - "doc/optparse/ruby/short_simple.rb", - "doc/optparse/ruby/string.rb", - "doc/optparse/ruby/terminator.rb", - "doc/optparse/ruby/time.rb", - "doc/optparse/ruby/true_class.rb", - "doc/optparse/ruby/uri.rb", - "doc/optparse/tutorial.rdoc", - "lib/optionparser.rb", - "lib/optparse.rb", - "lib/optparse/ac.rb", - "lib/optparse/date.rb", - "lib/optparse/kwargs.rb", - "lib/optparse/shellwords.rb", - "lib/optparse/time.rb", - "lib/optparse/uri.rb", - "lib/optparse/version.rb", - "misc/rb_optparse.bash", - "misc/rb_optparse.zsh" - ], - "authors": [ - "Nobu Nakada" - ], - "homepage": "https://github.com/ruby/optparse" - } - }, - { - "id": "0d4280525b81b1bf", - "name": "ostruct", - "version": "0.5.5", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ostruct-0.5.5.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ostruct-0.5.5.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ostruct-0.5.5.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ostruct-0.5.5.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ostruct-0.5.5.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ostruct-0.5.5.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:marc-andre-lafortune:ostruct:0.5.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:marc_andre_lafortune:ostruct:0.5.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:ostruct:0.5.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:ostruct:0.5.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ostruct:ostruct:0.5.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:ostruct:0.5.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/ostruct@0.5.5", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "ostruct", - "version": "0.5.5", - "files": [ - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/ostruct.rb", - "ostruct.gemspec" - ], - "authors": [ - "Marc-Andre Lafortune" - ], - "homepage": "https://github.com/ruby/ostruct" - } - }, - { - "id": "0574714b5d2a9798", - "name": "parser", - "version": "UNKNOWN", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/json/ext/parser.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/json/ext/parser.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:parser:parser:*:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/parser/parser", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/json/ext/parser.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "21.0.1 (Oracle Corporation)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "90af651500260b3ac9cb7da527b2a79f767646d4" - } - ] - } - }, - { - "id": "d52ae968a676b5bd", - "name": "power_assert", - "version": "2.0.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/power_assert-2.0.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/power_assert-2.0.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/power_assert-2.0.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/power_assert-2.0.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/power_assert-2.0.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/power_assert-2.0.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:kazuki-tsujimoto:power-assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kazuki-tsujimoto:power_assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kazuki_tsujimoto:power-assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kazuki_tsujimoto:power_assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:power-assert:power-assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:power-assert:power_assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:power_assert:power-assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:power_assert:power_assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:power-assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:power_assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:power-assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:power_assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:power:power-assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:power:power_assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:power-assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:power_assert:2.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/power_assert@2.0.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "power_assert", - "version": "2.0.1", - "files": [ - "README.md" - ], - "authors": [ - "Kazuki Tsujimoto" - ], - "homepage": "https://github.com/ruby/power_assert" - } - }, - { - "id": "0ddf9996251347f3", - "name": "pp", - "version": "0.3.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/pp-0.3.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/pp-0.3.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/pp-0.3.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/pp-0.3.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/pp-0.3.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/pp-0.3.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:tanaka-akira:pp:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tanaka_akira:pp:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:pp:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:pp:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:pp:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pp:pp:0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/pp@0.3.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "pp", - "version": "0.3.0", - "files": [ - "LICENSE.txt", - "lib/pp.rb", - "pp.gemspec" - ], - "authors": [ - "Tanaka Akira" - ], - "homepage": "https://github.com/ruby/pp" - } - }, - { - "id": "a54f76c5ca45650f", - "name": "prettyprint", - "version": "0.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/prettyprint-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/prettyprint-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/prettyprint-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/prettyprint-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/prettyprint-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/prettyprint-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:tanaka-akira:prettyprint:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tanaka_akira:prettyprint:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:prettyprint:prettyprint:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:prettyprint:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:prettyprint:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:prettyprint:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/prettyprint@0.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "prettyprint", - "version": "0.1.1", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/prettyprint.rb", - "prettyprint.gemspec" - ], - "authors": [ - "Tanaka Akira" - ], - "homepage": "https://github.com/ruby/prettyprint" - } - }, - { - "id": "a307c7d029905f30", - "name": "prime", - "version": "0.1.2", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/prime-0.1.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/prime-0.1.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/prime-0.1.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/prime-0.1.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/prime-0.1.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/prime-0.1.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:marc-andre-lafortune:prime:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:marc_andre_lafortune:prime:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:prime:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:prime:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:prime:prime:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:prime:0.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/prime@0.1.2", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "prime", - "version": "0.1.2", - "authors": [ - "Marc-Andre Lafortune" - ], - "homepage": "https://github.com/ruby/prime" - } - }, - { - "id": "d1ea8fd6a583384c", - "name": "pstore", - "version": "0.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/pstore-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/pstore-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/pstore-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/pstore-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/pstore-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/pstore-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:pstore:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:pstore:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:pstore:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:pstore:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pstore:pstore:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:pstore:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/pstore@0.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "pstore", - "version": "0.1.1", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/pstore.rb", - "pstore.gemspec" - ], - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/pstore" - } - }, - { - "id": "7f241cef373bff69", - "name": "psych", - "version": "5.1.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/psych-5.1.1.1-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/psych-5.1.1.1-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/psych-5.1.1.1-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/psych-5.1.1.1-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:charles-oliver-nutter:psych:5.1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:charles_oliver_nutter:psych:5.1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aaron-patterson:psych:5.1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aaron_patterson:psych:5.1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:shibata-hiroshi:psych:5.1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:shibata_hiroshi:psych:5.1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:psych:5.1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:psych:5.1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:psych:psych:5.1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:psych:5.1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/psych@5.1.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "psych", - "version": "5.1.1.1", - "files": [ - "CONTRIBUTING.md", - "LICENSE", - "README.md", - "ext/java/org/jruby/ext/psych/PsychEmitter.java", - "ext/java/org/jruby/ext/psych/PsychLibrary.java", - "ext/java/org/jruby/ext/psych/PsychParser.java", - "ext/java/org/jruby/ext/psych/PsychToRuby.java", - "ext/psych/depend", - "ext/psych/extconf.rb", - "ext/psych/psych.c", - "ext/psych/psych.h", - "ext/psych/psych_emitter.c", - "ext/psych/psych_emitter.h", - "ext/psych/psych_parser.c", - "ext/psych/psych_parser.h", - "ext/psych/psych_to_ruby.c", - "ext/psych/psych_to_ruby.h", - "ext/psych/psych_yaml_tree.c", - "ext/psych/psych_yaml_tree.h", - "lib/psych.jar", - "lib/psych.rb", - "lib/psych/class_loader.rb", - "lib/psych/coder.rb", - "lib/psych/core_ext.rb", - "lib/psych/exception.rb", - "lib/psych/handler.rb", - "lib/psych/handlers/document_stream.rb", - "lib/psych/handlers/recorder.rb", - "lib/psych/json/ruby_events.rb", - "lib/psych/json/stream.rb", - "lib/psych/json/tree_builder.rb", - "lib/psych/json/yaml_events.rb", - "lib/psych/nodes.rb", - "lib/psych/nodes/alias.rb", - "lib/psych/nodes/document.rb", - "lib/psych/nodes/mapping.rb", - "lib/psych/nodes/node.rb", - "lib/psych/nodes/scalar.rb", - "lib/psych/nodes/sequence.rb", - "lib/psych/nodes/stream.rb", - "lib/psych/omap.rb", - "lib/psych/parser.rb", - "lib/psych/scalar_scanner.rb", - "lib/psych/set.rb", - "lib/psych/stream.rb", - "lib/psych/streaming.rb", - "lib/psych/syntax_error.rb", - "lib/psych/tree_builder.rb", - "lib/psych/versions.rb", - "lib/psych/visitors.rb", - "lib/psych/visitors/depth_first.rb", - "lib/psych/visitors/emitter.rb", - "lib/psych/visitors/json_tree.rb", - "lib/psych/visitors/to_ruby.rb", - "lib/psych/visitors/visitor.rb", - "lib/psych/visitors/yaml_tree.rb", - "lib/psych/y.rb", - "lib/psych_jars.rb" - ], - "authors": [ - "Aaron Patterson", - "SHIBATA Hiroshi", - "Charles Oliver Nutter" - ], - "homepage": "https://github.com/ruby/psych" - } - }, - { - "id": "07451d4a303dd21b", - "name": "psych", - "version": "UNKNOWN", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/psych.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/psych.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:psych:psych:*:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/psych/psych", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/psych.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "21 (Oracle Corporation)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "13ebf81dcbc1614859ba188c9fa2fad0f12ae759" - } - ] - } - }, - { - "id": "245b0518b29a8cf6", - "name": "racc", - "version": "1.6.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/racc-1.6.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/racc-1.6.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/racc-1.6.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/racc-1.6.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/racc-1.6.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/racc-1.6.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:aaron-patterson:racc:1.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aaron_patterson:racc:1.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:minero-aoki:racc:1.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:minero_aoki:racc:1.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:racc:1.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:racc:1.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:racc:racc:1.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:racc:1.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/racc@1.6.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "racc", - "version": "1.6.0", - "files": [ - "COPYING", - "ChangeLog", - "README.ja.rdoc", - "README.rdoc", - "TODO", - "bin/racc", - "doc/en/NEWS.en.rdoc", - "doc/en/grammar.en.rdoc", - "doc/en/grammar2.en.rdoc", - "doc/ja/NEWS.ja.rdoc", - "doc/ja/command.ja.html", - "doc/ja/debug.ja.rdoc", - "doc/ja/grammar.ja.rdoc", - "doc/ja/index.ja.html", - "doc/ja/parser.ja.rdoc", - "doc/ja/usage.ja.html", - "ext/racc/MANIFEST", - "ext/racc/cparse/cparse.c", - "ext/racc/cparse/extconf.rb", - "lib/racc.rb", - "lib/racc/compat.rb", - "lib/racc/cparse-jruby.jar", - "lib/racc/debugflags.rb", - "lib/racc/exception.rb", - "lib/racc/grammar.rb", - "lib/racc/grammarfileparser.rb", - "lib/racc/info.rb", - "lib/racc/iset.rb", - "lib/racc/logfilegenerator.rb", - "lib/racc/parser-text.rb", - "lib/racc/parser.rb", - "lib/racc/parserfilegenerator.rb", - "lib/racc/sourcetext.rb", - "lib/racc/state.rb", - "lib/racc/statetransitiontable.rb", - "lib/racc/static.rb" - ], - "authors": [ - "Minero Aoki", - "Aaron Patterson" - ], - "homepage": "https://i.loveruby.net/en/projects/racc/" - } - }, - { - "id": "7cdb69bd9fb78310", - "name": "rake", - "version": "13.0.6", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/rake-13.0.6.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/rake-13.0.6.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/rake-13.0.6.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/rake-13.0.6.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:ruby-lang:rake:13.0.6:*:*:*:*:*:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:gem/rake@13.0.6", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "rake", - "version": "13.0.6", - "files": [ - "exe/rake" - ], - "authors": [ - "Hiroshi SHIBATA", - "Eric Hodel", - "Jim Weirich" - ], - "homepage": "https://github.com/ruby/rake" - } - }, - { - "id": "19f8383aff9f9e6c", - "name": "rake-ant", - "version": "1.0.6", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rake-ant-1.0.6.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rake-ant-1.0.6.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "EPL-2.0", - "spdxExpression": "EPL-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rake-ant-1.0.6.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rake-ant-1.0.6.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:charles-oliver-nutter:rake-ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:charles-oliver-nutter:rake_ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:charles_oliver_nutter:rake-ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:charles_oliver_nutter:rake_ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thomas-e-enebo:rake-ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thomas-e-enebo:rake_ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thomas_e_enebo:rake-ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thomas_e_enebo:rake_ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:rake-ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:rake_ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:rake-ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:rake_ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:rake-ant:rake-ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:rake-ant:rake_ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:rake_ant:rake-ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:rake_ant:rake_ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:rake-ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jruby:rake_ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:rake:rake-ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:rake:rake_ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:rake-ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:rake_ant:1.0.6:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/rake-ant@1.0.6", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "rake-ant", - "version": "1.0.6", - "files": [ - "LICENSE", - "README.md", - "lib/ant.rb", - "lib/rake/ant.rb", - "lib/rake/ant/ant.rb", - "lib/rake/ant/element.rb", - "lib/rake/ant/project_converter.rb", - "lib/rake/ant/rake.rb", - "lib/rake/ant/target.rb", - "lib/rake/ant/tasks/raketasks.rb", - "lib/rake/ant/version.rb" - ], - "authors": [ - "Thomas E Enebo", - "Charles Oliver Nutter" - ], - "homepage": "https://github.com/jruby/rake-ant" - } - }, - { - "id": "c9b982df1c7126aa", - "name": "rdoc", - "version": "6.4.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rdoc-6.4.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rdoc-6.4.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rdoc-6.4.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rdoc-6.4.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:ruby-lang:rdoc:6.4.1.1:*:*:*:*:ruby:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:gem/rdoc@6.4.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "rdoc", - "version": "6.4.1.1", - "files": [ - "CONTRIBUTING.rdoc", - "CVE-2013-0256.rdoc", - "ExampleMarkdown.md", - "ExampleRDoc.rdoc", - "Gemfile", - "History.rdoc", - "LEGAL.rdoc", - "LICENSE.rdoc", - "README.rdoc", - "RI.rdoc", - "Rakefile", - "TODO.rdoc", - "bin/console", - "bin/setup", - "exe/rdoc", - "exe/ri", - "lib/rdoc.rb", - "lib/rdoc/alias.rb", - "lib/rdoc/anon_class.rb", - "lib/rdoc/any_method.rb", - "lib/rdoc/attr.rb", - "lib/rdoc/class_module.rb", - "lib/rdoc/code_object.rb", - "lib/rdoc/code_objects.rb", - "lib/rdoc/comment.rb", - "lib/rdoc/constant.rb", - "lib/rdoc/context.rb", - "lib/rdoc/context/section.rb", - "lib/rdoc/cross_reference.rb", - "lib/rdoc/encoding.rb", - "lib/rdoc/erb_partial.rb", - "lib/rdoc/erbio.rb", - "lib/rdoc/extend.rb", - "lib/rdoc/generator.rb", - "lib/rdoc/generator/darkfish.rb", - "lib/rdoc/generator/json_index.rb", - "lib/rdoc/generator/markup.rb", - "lib/rdoc/generator/pot.rb", - "lib/rdoc/generator/pot/message_extractor.rb", - "lib/rdoc/generator/pot/po.rb", - "lib/rdoc/generator/pot/po_entry.rb", - "lib/rdoc/generator/ri.rb", - "lib/rdoc/generator/template/darkfish/.document", - "lib/rdoc/generator/template/darkfish/_footer.rhtml", - "lib/rdoc/generator/template/darkfish/_head.rhtml", - "lib/rdoc/generator/template/darkfish/_sidebar_VCS_info.rhtml", - "lib/rdoc/generator/template/darkfish/_sidebar_classes.rhtml", - "lib/rdoc/generator/template/darkfish/_sidebar_extends.rhtml", - "lib/rdoc/generator/template/darkfish/_sidebar_in_files.rhtml", - "lib/rdoc/generator/template/darkfish/_sidebar_includes.rhtml", - "lib/rdoc/generator/template/darkfish/_sidebar_installed.rhtml", - "lib/rdoc/generator/template/darkfish/_sidebar_methods.rhtml", - "lib/rdoc/generator/template/darkfish/_sidebar_navigation.rhtml", - "lib/rdoc/generator/template/darkfish/_sidebar_pages.rhtml", - "lib/rdoc/generator/template/darkfish/_sidebar_parent.rhtml", - "lib/rdoc/generator/template/darkfish/_sidebar_search.rhtml", - "lib/rdoc/generator/template/darkfish/_sidebar_sections.rhtml", - "lib/rdoc/generator/template/darkfish/_sidebar_table_of_contents.rhtml", - "lib/rdoc/generator/template/darkfish/class.rhtml", - "lib/rdoc/generator/template/darkfish/css/fonts.css", - "lib/rdoc/generator/template/darkfish/css/rdoc.css", - "lib/rdoc/generator/template/darkfish/fonts/Lato-Light.ttf", - "lib/rdoc/generator/template/darkfish/fonts/Lato-LightItalic.ttf", - "lib/rdoc/generator/template/darkfish/fonts/Lato-Regular.ttf", - "lib/rdoc/generator/template/darkfish/fonts/Lato-RegularItalic.ttf", - "lib/rdoc/generator/template/darkfish/fonts/SourceCodePro-Bold.ttf", - "lib/rdoc/generator/template/darkfish/fonts/SourceCodePro-Regular.ttf", - "lib/rdoc/generator/template/darkfish/images/add.png", - "lib/rdoc/generator/template/darkfish/images/arrow_up.png", - "lib/rdoc/generator/template/darkfish/images/brick.png", - "lib/rdoc/generator/template/darkfish/images/brick_link.png", - "lib/rdoc/generator/template/darkfish/images/bug.png", - "lib/rdoc/generator/template/darkfish/images/bullet_black.png", - "lib/rdoc/generator/template/darkfish/images/bullet_toggle_minus.png", - "lib/rdoc/generator/template/darkfish/images/bullet_toggle_plus.png", - "lib/rdoc/generator/template/darkfish/images/date.png", - "lib/rdoc/generator/template/darkfish/images/delete.png", - "lib/rdoc/generator/template/darkfish/images/find.png", - "lib/rdoc/generator/template/darkfish/images/loadingAnimation.gif", - "lib/rdoc/generator/template/darkfish/images/macFFBgHack.png", - "lib/rdoc/generator/template/darkfish/images/package.png", - "lib/rdoc/generator/template/darkfish/images/page_green.png", - "lib/rdoc/generator/template/darkfish/images/page_white_text.png", - "lib/rdoc/generator/template/darkfish/images/page_white_width.png", - "lib/rdoc/generator/template/darkfish/images/plugin.png", - "lib/rdoc/generator/template/darkfish/images/ruby.png", - "lib/rdoc/generator/template/darkfish/images/tag_blue.png", - "lib/rdoc/generator/template/darkfish/images/tag_green.png", - "lib/rdoc/generator/template/darkfish/images/transparent.png", - "lib/rdoc/generator/template/darkfish/images/wrench.png", - "lib/rdoc/generator/template/darkfish/images/wrench_orange.png", - "lib/rdoc/generator/template/darkfish/images/zoom.png", - "lib/rdoc/generator/template/darkfish/index.rhtml", - "lib/rdoc/generator/template/darkfish/js/darkfish.js", - "lib/rdoc/generator/template/darkfish/js/search.js", - "lib/rdoc/generator/template/darkfish/page.rhtml", - "lib/rdoc/generator/template/darkfish/servlet_not_found.rhtml", - "lib/rdoc/generator/template/darkfish/servlet_root.rhtml", - "lib/rdoc/generator/template/darkfish/table_of_contents.rhtml", - "lib/rdoc/generator/template/json_index/.document", - "lib/rdoc/generator/template/json_index/js/navigation.js", - "lib/rdoc/generator/template/json_index/js/searcher.js", - "lib/rdoc/ghost_method.rb", - "lib/rdoc/i18n.rb", - "lib/rdoc/i18n/locale.rb", - "lib/rdoc/i18n/text.rb", - "lib/rdoc/include.rb", - "lib/rdoc/known_classes.rb", - "lib/rdoc/markdown.kpeg", - "lib/rdoc/markdown.rb", - "lib/rdoc/markdown/entities.rb", - "lib/rdoc/markdown/literals.kpeg", - "lib/rdoc/markdown/literals.rb", - "lib/rdoc/markup.rb", - "lib/rdoc/markup/attr_changer.rb", - "lib/rdoc/markup/attr_span.rb", - "lib/rdoc/markup/attribute_manager.rb", - "lib/rdoc/markup/attributes.rb", - "lib/rdoc/markup/blank_line.rb", - "lib/rdoc/markup/block_quote.rb", - "lib/rdoc/markup/document.rb", - "lib/rdoc/markup/formatter.rb", - "lib/rdoc/markup/hard_break.rb", - "lib/rdoc/markup/heading.rb", - "lib/rdoc/markup/include.rb", - "lib/rdoc/markup/indented_paragraph.rb", - "lib/rdoc/markup/list.rb", - "lib/rdoc/markup/list_item.rb", - "lib/rdoc/markup/paragraph.rb", - "lib/rdoc/markup/parser.rb", - "lib/rdoc/markup/pre_process.rb", - "lib/rdoc/markup/raw.rb", - "lib/rdoc/markup/regexp_handling.rb", - "lib/rdoc/markup/rule.rb", - "lib/rdoc/markup/table.rb", - "lib/rdoc/markup/to_ansi.rb", - "lib/rdoc/markup/to_bs.rb", - "lib/rdoc/markup/to_html.rb", - "lib/rdoc/markup/to_html_crossref.rb", - "lib/rdoc/markup/to_html_snippet.rb", - "lib/rdoc/markup/to_joined_paragraph.rb", - "lib/rdoc/markup/to_label.rb", - "lib/rdoc/markup/to_markdown.rb", - "lib/rdoc/markup/to_rdoc.rb", - "lib/rdoc/markup/to_table_of_contents.rb", - "lib/rdoc/markup/to_test.rb", - "lib/rdoc/markup/to_tt_only.rb", - "lib/rdoc/markup/verbatim.rb", - "lib/rdoc/meta_method.rb", - "lib/rdoc/method_attr.rb", - "lib/rdoc/mixin.rb", - "lib/rdoc/normal_class.rb", - "lib/rdoc/normal_module.rb", - "lib/rdoc/options.rb", - "lib/rdoc/parser.rb", - "lib/rdoc/parser/c.rb", - "lib/rdoc/parser/changelog.rb", - "lib/rdoc/parser/markdown.rb", - "lib/rdoc/parser/rd.rb", - "lib/rdoc/parser/ripper_state_lex.rb", - "lib/rdoc/parser/ruby.rb", - "lib/rdoc/parser/ruby_tools.rb", - "lib/rdoc/parser/simple.rb", - "lib/rdoc/parser/text.rb", - "lib/rdoc/rd.rb", - "lib/rdoc/rd/block_parser.rb", - "lib/rdoc/rd/block_parser.ry", - "lib/rdoc/rd/inline.rb", - "lib/rdoc/rd/inline_parser.rb", - "lib/rdoc/rd/inline_parser.ry", - "lib/rdoc/rdoc.rb", - "lib/rdoc/require.rb", - "lib/rdoc/ri.rb", - "lib/rdoc/ri/driver.rb", - "lib/rdoc/ri/formatter.rb", - "lib/rdoc/ri/paths.rb", - "lib/rdoc/ri/store.rb", - "lib/rdoc/ri/task.rb", - "lib/rdoc/rubygems_hook.rb", - "lib/rdoc/servlet.rb", - "lib/rdoc/single_class.rb", - "lib/rdoc/stats.rb", - "lib/rdoc/stats/normal.rb", - "lib/rdoc/stats/quiet.rb", - "lib/rdoc/stats/verbose.rb", - "lib/rdoc/store.rb", - "lib/rdoc/task.rb", - "lib/rdoc/text.rb", - "lib/rdoc/token_stream.rb", - "lib/rdoc/tom_doc.rb", - "lib/rdoc/top_level.rb", - "lib/rdoc/version.rb", - "man/ri.1", - "rdoc.gemspec" - ], - "authors": [ - "Eric Hodel", - "Dave Thomas", - "Phil Hagelberg", - "Tony Strauss", - "Zachary Scott", - "Hiroshi SHIBATA", - "ITOYANAGI Sakura" - ], - "homepage": "https://ruby.github.io/rdoc" - } - }, - { - "id": "94b80ad56435c328", - "name": "readline", - "version": "UNKNOWN", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/readline.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/readline.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:readline:readline:*:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/readline/readline", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/readline.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Archiver-Version", - "value": "Plexus Archiver" - }, - { - "key": "Built-By", - "value": "kares" - }, - { - "key": "Created-By", - "value": "Apache Maven 3.5.4" - }, - { - "key": "Build-Jdk", - "value": "1.8.0_171" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "f94495275a3d40af13986495b60d7a2029d8eba5" - } - ] - } - }, - { - "id": "bae8121b2e6c063c", - "name": "reline", - "version": "0.4.2", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/reline-0.4.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/reline-0.4.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/reline-0.4.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/reline-0.4.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:ruby-lang:reline:0.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:reline:0.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aycabta:reline:0.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:reline:reline:0.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:reline:0.4.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/reline@0.4.2", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "reline", - "version": "0.4.2", - "files": [ - "BSDL", - "COPYING", - "README.md", - "lib/reline.rb", - "lib/reline/ansi.rb", - "lib/reline/config.rb", - "lib/reline/face.rb", - "lib/reline/general_io.rb", - "lib/reline/history.rb", - "lib/reline/key_actor.rb", - "lib/reline/key_actor/base.rb", - "lib/reline/key_actor/emacs.rb", - "lib/reline/key_actor/vi_command.rb", - "lib/reline/key_actor/vi_insert.rb", - "lib/reline/key_stroke.rb", - "lib/reline/kill_ring.rb", - "lib/reline/line_editor.rb", - "lib/reline/terminfo.rb", - "lib/reline/unicode.rb", - "lib/reline/unicode/east_asian_width.rb", - "lib/reline/version.rb", - "lib/reline/windows.rb", - "license_of_rb-readline" - ], - "authors": [ - "aycabta" - ], - "homepage": "https://github.com/ruby/reline" - } - }, - { - "id": "2047e6b92a3de00b", - "name": "resolv", - "version": "0.4.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/resolv-0.4.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/resolv-0.4.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/resolv-0.4.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/resolv-0.4.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/resolv-0.4.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/resolv-0.4.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:tanaka-akira:resolv:0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tanaka_akira:resolv:0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:resolv:0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:resolv:0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:resolv:resolv:0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:resolv:0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/resolv@0.4.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "resolv", - "version": "0.4.0", - "authors": [ - "Tanaka Akira" - ], - "homepage": "https://github.com/ruby/resolv" - } - }, - { - "id": "a8c5f61d9c6a04fb", - "name": "resolv-replace", - "version": "0.1.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/resolv-replace-0.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/resolv-replace-0.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/resolv-replace-0.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/resolv-replace-0.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/resolv-replace-0.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/resolv-replace-0.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:resolv-replace:resolv-replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:resolv-replace:resolv_replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:resolv_replace:resolv-replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:resolv_replace:resolv_replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tanaka-akira:resolv-replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tanaka-akira:resolv_replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tanaka_akira:resolv-replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tanaka_akira:resolv_replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:resolv-replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:resolv_replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:resolv-replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:resolv_replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:resolv:resolv-replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:resolv:resolv_replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:resolv-replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:resolv_replace:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/resolv-replace@0.1.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "resolv-replace", - "version": "0.1.0", - "files": [ - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/resolv-replace.rb", - "resolv-replace.gemspec" - ], - "authors": [ - "Tanaka Akira" - ], - "homepage": "https://github.com/ruby/resolv-replace" - } - }, - { - "id": "50ec1b58fe12f737", - "name": "rexml", - "version": "3.2.5", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/rexml-3.2.5.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/rexml-3.2.5.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/rexml-3.2.5.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/rexml-3.2.5.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:ruby-lang:rexml:3.2.5:*:*:*:*:ruby:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:gem/rexml@3.2.5", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "rexml", - "version": "3.2.5", - "files": [ - "LICENSE.txt", - "NEWS.md", - "README.md", - "doc/rexml/context.rdoc", - "doc/rexml/tasks/rdoc/child.rdoc", - "doc/rexml/tasks/rdoc/document.rdoc", - "doc/rexml/tasks/rdoc/element.rdoc", - "doc/rexml/tasks/rdoc/node.rdoc", - "doc/rexml/tasks/rdoc/parent.rdoc", - "doc/rexml/tasks/tocs/child_toc.rdoc", - "doc/rexml/tasks/tocs/document_toc.rdoc", - "doc/rexml/tasks/tocs/element_toc.rdoc", - "doc/rexml/tasks/tocs/master_toc.rdoc", - "doc/rexml/tasks/tocs/node_toc.rdoc", - "doc/rexml/tasks/tocs/parent_toc.rdoc" - ], - "authors": [ - "Kouhei Sutou" - ], - "homepage": "https://github.com/ruby/rexml" - } - }, - { - "id": "344ce7525f87dca0", - "name": "rinda", - "version": "0.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rinda-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rinda-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rinda-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rinda-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rinda-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rinda-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:masatoshi-seki:rinda:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:masatoshi_seki:rinda:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:rinda:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:rinda:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:rinda:rinda:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:rinda:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/rinda@0.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "rinda", - "version": "0.1.1", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/rinda/rinda.rb", - "lib/rinda/ring.rb", - "lib/rinda/tuplespace.rb", - "rinda.gemspec" - ], - "authors": [ - "Masatoshi SEKI" - ], - "homepage": "https://github.com/ruby/rinda" - } - }, - { - "id": "d27cff8ef932cf78", - "name": "rss", - "version": "0.2.9", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/rss-0.2.9.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/rss-0.2.9.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/rss-0.2.9.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/rss-0.2.9.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:kouhei-sutou:rss:0.2.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kouhei_sutou:rss:0.2.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:rss:0.2.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:rss:0.2.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:rss:0.2.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:rss:rss:0.2.9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/rss@0.2.9", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "rss", - "version": "0.2.9", - "authors": [ - "Kouhei Sutou" - ], - "homepage": "https://github.com/ruby/rss" - } - }, - { - "id": "cb577c58a5bb8585", - "name": "ruby2_keywords", - "version": "0.0.5", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ruby2_keywords-0.0.5.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ruby2_keywords-0.0.5.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ruby2_keywords-0.0.5.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ruby2_keywords-0.0.5.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ruby2_keywords-0.0.5.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/ruby2_keywords-0.0.5.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:nobuyoshi-nakada:ruby2-keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:nobuyoshi-nakada:ruby2_keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:nobuyoshi_nakada:ruby2-keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:nobuyoshi_nakada:ruby2_keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby2-keywords:ruby2-keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby2-keywords:ruby2_keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby2_keywords:ruby2-keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby2_keywords:ruby2_keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:ruby2-keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:ruby2_keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:ruby2-keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:ruby2_keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby2:ruby2-keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby2:ruby2_keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:ruby2-keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:ruby2_keywords:0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/ruby2_keywords@0.0.5", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "ruby2_keywords", - "version": "0.0.5", - "files": [ - "ChangeLog", - "LICENSE", - "README.md", - "lib/ruby2_keywords.rb", - "logs/ChangeLog-0.0.0", - "logs/ChangeLog-0.0.1", - "logs/ChangeLog-0.0.2", - "logs/ChangeLog-0.0.3", - "logs/ChangeLog-0.0.4" - ], - "authors": [ - "Nobuyoshi Nakada" - ], - "homepage": "https://github.com/ruby/ruby2_keywords" - } - }, - { - "id": "b8205e625bb0ea65", - "name": "rubygems-update", - "version": "3.3.26", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rubygems-update-3.3.26.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rubygems-update-3.3.26.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rubygems-update-3.3.26.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rubygems-update-3.3.26.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rubygems-update-3.3.26.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/rubygems-update-3.3.26.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:rubygems:rubygems:3.3.26:*:*:*:*:*:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:gem/rubygems-update@3.3.26", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "rubygems-update", - "version": "3.3.26", - "files": [ - "CHANGELOG.md", - "CODE_OF_CONDUCT.md", - "CONTRIBUTING.md", - "LICENSE.txt", - "MAINTAINERS.txt", - "MIT.txt", - "Manifest.txt", - "POLICIES.md", - "README.md", - "UPGRADING.md", - "bin/gem", - "bin/update_rubygems", - "bundler/CHANGELOG.md", - "bundler/LICENSE.md", - "bundler/README.md", - "bundler/UPGRADING.md", - "bundler/bundler.gemspec", - "bundler/exe/bundle", - "bundler/exe/bundler", - "bundler/lib/bundler.rb", - "bundler/lib/bundler/.document", - "bundler/lib/bundler/build_metadata.rb", - "bundler/lib/bundler/capistrano.rb", - "bundler/lib/bundler/cli.rb", - "bundler/lib/bundler/cli/add.rb", - "bundler/lib/bundler/cli/binstubs.rb", - "bundler/lib/bundler/cli/cache.rb", - "bundler/lib/bundler/cli/check.rb", - "bundler/lib/bundler/cli/clean.rb", - "bundler/lib/bundler/cli/common.rb", - "bundler/lib/bundler/cli/config.rb", - "bundler/lib/bundler/cli/console.rb", - "bundler/lib/bundler/cli/doctor.rb", - "bundler/lib/bundler/cli/exec.rb", - "bundler/lib/bundler/cli/fund.rb", - "bundler/lib/bundler/cli/gem.rb", - "bundler/lib/bundler/cli/info.rb", - "bundler/lib/bundler/cli/init.rb", - "bundler/lib/bundler/cli/inject.rb", - "bundler/lib/bundler/cli/install.rb", - "bundler/lib/bundler/cli/issue.rb", - "bundler/lib/bundler/cli/list.rb", - "bundler/lib/bundler/cli/lock.rb", - "bundler/lib/bundler/cli/open.rb", - "bundler/lib/bundler/cli/outdated.rb", - "bundler/lib/bundler/cli/platform.rb", - "bundler/lib/bundler/cli/plugin.rb", - "bundler/lib/bundler/cli/pristine.rb", - "bundler/lib/bundler/cli/remove.rb", - "bundler/lib/bundler/cli/show.rb", - "bundler/lib/bundler/cli/update.rb", - "bundler/lib/bundler/cli/viz.rb", - "bundler/lib/bundler/compact_index_client.rb", - "bundler/lib/bundler/compact_index_client/cache.rb", - "bundler/lib/bundler/compact_index_client/gem_parser.rb", - "bundler/lib/bundler/compact_index_client/updater.rb", - "bundler/lib/bundler/constants.rb", - "bundler/lib/bundler/current_ruby.rb", - "bundler/lib/bundler/definition.rb", - "bundler/lib/bundler/dependency.rb", - "bundler/lib/bundler/deployment.rb", - "bundler/lib/bundler/deprecate.rb", - "bundler/lib/bundler/digest.rb", - "bundler/lib/bundler/dsl.rb", - "bundler/lib/bundler/endpoint_specification.rb", - "bundler/lib/bundler/env.rb", - "bundler/lib/bundler/environment_preserver.rb", - "bundler/lib/bundler/errors.rb", - "bundler/lib/bundler/feature_flag.rb", - "bundler/lib/bundler/fetcher.rb", - "bundler/lib/bundler/fetcher/base.rb", - "bundler/lib/bundler/fetcher/compact_index.rb", - "bundler/lib/bundler/fetcher/dependency.rb", - "bundler/lib/bundler/fetcher/downloader.rb", - "bundler/lib/bundler/fetcher/index.rb", - "bundler/lib/bundler/friendly_errors.rb", - "bundler/lib/bundler/gem_helper.rb", - "bundler/lib/bundler/gem_helpers.rb", - "bundler/lib/bundler/gem_tasks.rb", - "bundler/lib/bundler/gem_version_promoter.rb", - "bundler/lib/bundler/graph.rb", - "bundler/lib/bundler/index.rb", - "bundler/lib/bundler/injector.rb", - "bundler/lib/bundler/inline.rb", - "bundler/lib/bundler/installer.rb", - "bundler/lib/bundler/installer/gem_installer.rb", - "bundler/lib/bundler/installer/parallel_installer.rb", - "bundler/lib/bundler/installer/standalone.rb", - "bundler/lib/bundler/lazy_specification.rb", - "bundler/lib/bundler/lockfile_generator.rb", - "bundler/lib/bundler/lockfile_parser.rb", - "bundler/lib/bundler/man/.document", - "bundler/lib/bundler/man/bundle-add.1", - "bundler/lib/bundler/man/bundle-add.1.ronn", - "bundler/lib/bundler/man/bundle-binstubs.1", - "bundler/lib/bundler/man/bundle-binstubs.1.ronn", - "bundler/lib/bundler/man/bundle-cache.1", - "bundler/lib/bundler/man/bundle-cache.1.ronn", - "bundler/lib/bundler/man/bundle-check.1", - "bundler/lib/bundler/man/bundle-check.1.ronn", - "bundler/lib/bundler/man/bundle-clean.1", - "bundler/lib/bundler/man/bundle-clean.1.ronn", - "bundler/lib/bundler/man/bundle-config.1", - "bundler/lib/bundler/man/bundle-config.1.ronn", - "bundler/lib/bundler/man/bundle-console.1", - "bundler/lib/bundler/man/bundle-console.1.ronn", - "bundler/lib/bundler/man/bundle-doctor.1", - "bundler/lib/bundler/man/bundle-doctor.1.ronn", - "bundler/lib/bundler/man/bundle-exec.1", - "bundler/lib/bundler/man/bundle-exec.1.ronn", - "bundler/lib/bundler/man/bundle-gem.1", - "bundler/lib/bundler/man/bundle-gem.1.ronn", - "bundler/lib/bundler/man/bundle-help.1", - "bundler/lib/bundler/man/bundle-help.1.ronn", - "bundler/lib/bundler/man/bundle-info.1", - "bundler/lib/bundler/man/bundle-info.1.ronn", - "bundler/lib/bundler/man/bundle-init.1", - "bundler/lib/bundler/man/bundle-init.1.ronn", - "bundler/lib/bundler/man/bundle-inject.1", - "bundler/lib/bundler/man/bundle-inject.1.ronn", - "bundler/lib/bundler/man/bundle-install.1", - "bundler/lib/bundler/man/bundle-install.1.ronn", - "bundler/lib/bundler/man/bundle-list.1", - "bundler/lib/bundler/man/bundle-list.1.ronn", - "bundler/lib/bundler/man/bundle-lock.1", - "bundler/lib/bundler/man/bundle-lock.1.ronn", - "bundler/lib/bundler/man/bundle-open.1", - "bundler/lib/bundler/man/bundle-open.1.ronn", - "bundler/lib/bundler/man/bundle-outdated.1", - "bundler/lib/bundler/man/bundle-outdated.1.ronn", - "bundler/lib/bundler/man/bundle-platform.1", - "bundler/lib/bundler/man/bundle-platform.1.ronn", - "bundler/lib/bundler/man/bundle-plugin.1", - "bundler/lib/bundler/man/bundle-plugin.1.ronn", - "bundler/lib/bundler/man/bundle-pristine.1", - "bundler/lib/bundler/man/bundle-pristine.1.ronn", - "bundler/lib/bundler/man/bundle-remove.1", - "bundler/lib/bundler/man/bundle-remove.1.ronn", - "bundler/lib/bundler/man/bundle-show.1", - "bundler/lib/bundler/man/bundle-show.1.ronn", - "bundler/lib/bundler/man/bundle-update.1", - "bundler/lib/bundler/man/bundle-update.1.ronn", - "bundler/lib/bundler/man/bundle-version.1", - "bundler/lib/bundler/man/bundle-version.1.ronn", - "bundler/lib/bundler/man/bundle-viz.1", - "bundler/lib/bundler/man/bundle-viz.1.ronn", - "bundler/lib/bundler/man/bundle.1", - "bundler/lib/bundler/man/bundle.1.ronn", - "bundler/lib/bundler/man/gemfile.5", - "bundler/lib/bundler/man/gemfile.5.ronn", - "bundler/lib/bundler/man/index.txt", - "bundler/lib/bundler/match_metadata.rb", - "bundler/lib/bundler/match_platform.rb", - "bundler/lib/bundler/match_remote_metadata.rb", - "bundler/lib/bundler/mirror.rb", - "bundler/lib/bundler/plugin.rb", - "bundler/lib/bundler/plugin/api.rb", - "bundler/lib/bundler/plugin/api/source.rb", - "bundler/lib/bundler/plugin/dsl.rb", - "bundler/lib/bundler/plugin/events.rb", - "bundler/lib/bundler/plugin/index.rb", - "bundler/lib/bundler/plugin/installer.rb", - "bundler/lib/bundler/plugin/installer/git.rb", - "bundler/lib/bundler/plugin/installer/rubygems.rb", - "bundler/lib/bundler/plugin/source_list.rb", - "bundler/lib/bundler/process_lock.rb", - "bundler/lib/bundler/remote_specification.rb", - "bundler/lib/bundler/resolver.rb", - "bundler/lib/bundler/resolver/base.rb", - "bundler/lib/bundler/resolver/spec_group.rb", - "bundler/lib/bundler/retry.rb", - "bundler/lib/bundler/ruby_dsl.rb", - "bundler/lib/bundler/ruby_version.rb", - "bundler/lib/bundler/rubygems_ext.rb", - "bundler/lib/bundler/rubygems_gem_installer.rb", - "bundler/lib/bundler/rubygems_integration.rb", - "bundler/lib/bundler/runtime.rb", - "bundler/lib/bundler/self_manager.rb", - "bundler/lib/bundler/settings.rb", - "bundler/lib/bundler/settings/validator.rb", - "bundler/lib/bundler/setup.rb", - "bundler/lib/bundler/shared_helpers.rb", - "bundler/lib/bundler/similarity_detector.rb", - "bundler/lib/bundler/source.rb", - "bundler/lib/bundler/source/gemspec.rb", - "bundler/lib/bundler/source/git.rb", - "bundler/lib/bundler/source/git/git_proxy.rb", - "bundler/lib/bundler/source/metadata.rb", - "bundler/lib/bundler/source/path.rb", - "bundler/lib/bundler/source/path/installer.rb", - "bundler/lib/bundler/source/rubygems.rb", - "bundler/lib/bundler/source/rubygems/remote.rb", - "bundler/lib/bundler/source/rubygems_aggregate.rb", - "bundler/lib/bundler/source_list.rb", - "bundler/lib/bundler/source_map.rb", - "bundler/lib/bundler/spec_set.rb", - "bundler/lib/bundler/stub_specification.rb", - "bundler/lib/bundler/templates/.document", - "bundler/lib/bundler/templates/Executable", - "bundler/lib/bundler/templates/Executable.bundler", - "bundler/lib/bundler/templates/Executable.standalone", - "bundler/lib/bundler/templates/Gemfile", - "bundler/lib/bundler/templates/gems.rb", - "bundler/lib/bundler/templates/newgem/CHANGELOG.md.tt", - "bundler/lib/bundler/templates/newgem/CODE_OF_CONDUCT.md.tt", - "bundler/lib/bundler/templates/newgem/Gemfile.tt", - "bundler/lib/bundler/templates/newgem/LICENSE.txt.tt", - "bundler/lib/bundler/templates/newgem/README.md.tt", - "bundler/lib/bundler/templates/newgem/Rakefile.tt", - "bundler/lib/bundler/templates/newgem/bin/console.tt", - "bundler/lib/bundler/templates/newgem/bin/setup.tt", - "bundler/lib/bundler/templates/newgem/circleci/config.yml.tt", - "bundler/lib/bundler/templates/newgem/exe/newgem.tt", - "bundler/lib/bundler/templates/newgem/ext/newgem/extconf.rb.tt", - "bundler/lib/bundler/templates/newgem/ext/newgem/newgem.c.tt", - "bundler/lib/bundler/templates/newgem/ext/newgem/newgem.h.tt", - "bundler/lib/bundler/templates/newgem/github/workflows/main.yml.tt", - "bundler/lib/bundler/templates/newgem/gitignore.tt", - "bundler/lib/bundler/templates/newgem/gitlab-ci.yml.tt", - "bundler/lib/bundler/templates/newgem/lib/newgem.rb.tt", - "bundler/lib/bundler/templates/newgem/lib/newgem/version.rb.tt", - "bundler/lib/bundler/templates/newgem/newgem.gemspec.tt", - "bundler/lib/bundler/templates/newgem/rspec.tt", - "bundler/lib/bundler/templates/newgem/rubocop.yml.tt", - "bundler/lib/bundler/templates/newgem/sig/newgem.rbs.tt", - "bundler/lib/bundler/templates/newgem/spec/newgem_spec.rb.tt", - "bundler/lib/bundler/templates/newgem/spec/spec_helper.rb.tt", - "bundler/lib/bundler/templates/newgem/standard.yml.tt", - "bundler/lib/bundler/templates/newgem/test/minitest/test_helper.rb.tt", - "bundler/lib/bundler/templates/newgem/test/minitest/test_newgem.rb.tt", - "bundler/lib/bundler/templates/newgem/test/test-unit/newgem_test.rb.tt", - "bundler/lib/bundler/templates/newgem/test/test-unit/test_helper.rb.tt", - "bundler/lib/bundler/templates/newgem/travis.yml.tt", - "bundler/lib/bundler/ui.rb", - "bundler/lib/bundler/ui/rg_proxy.rb", - "bundler/lib/bundler/ui/shell.rb", - "bundler/lib/bundler/ui/silent.rb", - "bundler/lib/bundler/uri_credentials_filter.rb", - "bundler/lib/bundler/vendor/.document", - "bundler/lib/bundler/vendor/connection_pool/LICENSE", - "bundler/lib/bundler/vendor/connection_pool/lib/connection_pool.rb", - "bundler/lib/bundler/vendor/connection_pool/lib/connection_pool/timed_stack.rb", - "bundler/lib/bundler/vendor/connection_pool/lib/connection_pool/version.rb", - "bundler/lib/bundler/vendor/connection_pool/lib/connection_pool/wrapper.rb", - "bundler/lib/bundler/vendor/fileutils/LICENSE.txt", - "bundler/lib/bundler/vendor/fileutils/lib/fileutils.rb", - "bundler/lib/bundler/vendor/molinillo/LICENSE", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/action.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/log.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/errors.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/gem_metadata.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/modules/specification_provider.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/modules/ui.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/resolution.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/resolver.rb", - "bundler/lib/bundler/vendor/molinillo/lib/molinillo/state.rb", - "bundler/lib/bundler/vendor/net-http-persistent/README.rdoc", - "bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent.rb", - "bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/connection.rb", - "bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/pool.rb", - "bundler/lib/bundler/vendor/net-http-persistent/lib/net/http/persistent/timed_stack_multi.rb", - "bundler/lib/bundler/vendor/thor/LICENSE.md", - "bundler/lib/bundler/vendor/thor/lib/thor.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/actions.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/actions/create_file.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/actions/create_link.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/actions/directory.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/actions/empty_directory.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/actions/file_manipulation.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/actions/inject_into_file.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/base.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/command.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/core_ext/hash_with_indifferent_access.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/error.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/group.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/invocation.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/line_editor.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/line_editor/basic.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/line_editor/readline.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/nested_context.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/parser.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/parser/argument.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/parser/arguments.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/parser/option.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/parser/options.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/rake_compat.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/runner.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/shell.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/shell/basic.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/shell/color.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/shell/html.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/util.rb", - "bundler/lib/bundler/vendor/thor/lib/thor/version.rb", - "bundler/lib/bundler/vendor/tmpdir/lib/tmpdir.rb", - "bundler/lib/bundler/vendor/tsort/LICENSE.txt", - "bundler/lib/bundler/vendor/tsort/lib/tsort.rb", - "bundler/lib/bundler/vendor/uri/LICENSE.txt", - "bundler/lib/bundler/vendor/uri/lib/uri.rb", - "bundler/lib/bundler/vendor/uri/lib/uri/common.rb", - "bundler/lib/bundler/vendor/uri/lib/uri/file.rb", - "bundler/lib/bundler/vendor/uri/lib/uri/ftp.rb", - "bundler/lib/bundler/vendor/uri/lib/uri/generic.rb", - "bundler/lib/bundler/vendor/uri/lib/uri/http.rb", - "bundler/lib/bundler/vendor/uri/lib/uri/https.rb", - "bundler/lib/bundler/vendor/uri/lib/uri/ldap.rb", - "bundler/lib/bundler/vendor/uri/lib/uri/ldaps.rb", - "bundler/lib/bundler/vendor/uri/lib/uri/mailto.rb", - "bundler/lib/bundler/vendor/uri/lib/uri/rfc2396_parser.rb", - "bundler/lib/bundler/vendor/uri/lib/uri/rfc3986_parser.rb", - "bundler/lib/bundler/vendor/uri/lib/uri/version.rb", - "bundler/lib/bundler/vendor/uri/lib/uri/ws.rb", - "bundler/lib/bundler/vendor/uri/lib/uri/wss.rb", - "bundler/lib/bundler/vendored_fileutils.rb", - "bundler/lib/bundler/vendored_molinillo.rb", - "bundler/lib/bundler/vendored_persistent.rb", - "bundler/lib/bundler/vendored_thor.rb", - "bundler/lib/bundler/vendored_tmpdir.rb", - "bundler/lib/bundler/vendored_tsort.rb", - "bundler/lib/bundler/vendored_uri.rb", - "bundler/lib/bundler/version.rb", - "bundler/lib/bundler/version_ranges.rb", - "bundler/lib/bundler/vlad.rb", - "bundler/lib/bundler/worker.rb", - "bundler/lib/bundler/yaml_serializer.rb", - "hide_lib_for_update/note.txt", - "lib/rubygems.rb", - "lib/rubygems/available_set.rb", - "lib/rubygems/basic_specification.rb", - "lib/rubygems/bundler_version_finder.rb", - "lib/rubygems/command.rb", - "lib/rubygems/command_manager.rb", - "lib/rubygems/commands/build_command.rb", - "lib/rubygems/commands/cert_command.rb", - "lib/rubygems/commands/check_command.rb", - "lib/rubygems/commands/cleanup_command.rb", - "lib/rubygems/commands/contents_command.rb", - "lib/rubygems/commands/dependency_command.rb", - "lib/rubygems/commands/environment_command.rb", - "lib/rubygems/commands/fetch_command.rb", - "lib/rubygems/commands/generate_index_command.rb", - "lib/rubygems/commands/help_command.rb", - "lib/rubygems/commands/info_command.rb", - "lib/rubygems/commands/install_command.rb", - "lib/rubygems/commands/list_command.rb", - "lib/rubygems/commands/lock_command.rb", - "lib/rubygems/commands/mirror_command.rb", - "lib/rubygems/commands/open_command.rb", - "lib/rubygems/commands/outdated_command.rb", - "lib/rubygems/commands/owner_command.rb", - "lib/rubygems/commands/pristine_command.rb", - "lib/rubygems/commands/push_command.rb", - "lib/rubygems/commands/query_command.rb", - "lib/rubygems/commands/rdoc_command.rb", - "lib/rubygems/commands/search_command.rb", - "lib/rubygems/commands/server_command.rb", - "lib/rubygems/commands/setup_command.rb", - "lib/rubygems/commands/signin_command.rb", - "lib/rubygems/commands/signout_command.rb", - "lib/rubygems/commands/sources_command.rb", - "lib/rubygems/commands/specification_command.rb", - "lib/rubygems/commands/stale_command.rb", - "lib/rubygems/commands/uninstall_command.rb", - "lib/rubygems/commands/unpack_command.rb", - "lib/rubygems/commands/update_command.rb", - "lib/rubygems/commands/which_command.rb", - "lib/rubygems/commands/yank_command.rb", - "lib/rubygems/compatibility.rb", - "lib/rubygems/config_file.rb", - "lib/rubygems/core_ext/kernel_gem.rb", - "lib/rubygems/core_ext/kernel_require.rb", - "lib/rubygems/core_ext/kernel_warn.rb", - "lib/rubygems/core_ext/tcpsocket_init.rb", - "lib/rubygems/defaults.rb", - "lib/rubygems/dependency.rb", - "lib/rubygems/dependency_installer.rb", - "lib/rubygems/dependency_list.rb", - "lib/rubygems/deprecate.rb", - "lib/rubygems/doctor.rb", - "lib/rubygems/errors.rb", - "lib/rubygems/exceptions.rb", - "lib/rubygems/ext.rb", - "lib/rubygems/ext/build_error.rb", - "lib/rubygems/ext/builder.rb", - "lib/rubygems/ext/cargo_builder.rb", - "lib/rubygems/ext/cargo_builder/link_flag_converter.rb", - "lib/rubygems/ext/cmake_builder.rb", - "lib/rubygems/ext/configure_builder.rb", - "lib/rubygems/ext/ext_conf_builder.rb", - "lib/rubygems/ext/rake_builder.rb", - "lib/rubygems/gem_runner.rb", - "lib/rubygems/gemcutter_utilities.rb", - "lib/rubygems/indexer.rb", - "lib/rubygems/install_default_message.rb", - "lib/rubygems/install_message.rb", - "lib/rubygems/install_update_options.rb", - "lib/rubygems/installer.rb", - "lib/rubygems/installer_uninstaller_utils.rb", - "lib/rubygems/local_remote_options.rb", - "lib/rubygems/mock_gem_ui.rb", - "lib/rubygems/name_tuple.rb", - "lib/rubygems/openssl.rb", - "lib/rubygems/optparse.rb", - "lib/rubygems/optparse/.document", - "lib/rubygems/optparse/COPYING", - "lib/rubygems/optparse/lib/optionparser.rb", - "lib/rubygems/optparse/lib/optparse.rb", - "lib/rubygems/optparse/lib/optparse/ac.rb", - "lib/rubygems/optparse/lib/optparse/date.rb", - "lib/rubygems/optparse/lib/optparse/kwargs.rb", - "lib/rubygems/optparse/lib/optparse/shellwords.rb", - "lib/rubygems/optparse/lib/optparse/time.rb", - "lib/rubygems/optparse/lib/optparse/uri.rb", - "lib/rubygems/optparse/lib/optparse/version.rb", - "lib/rubygems/package.rb", - "lib/rubygems/package/digest_io.rb", - "lib/rubygems/package/file_source.rb", - "lib/rubygems/package/io_source.rb", - "lib/rubygems/package/old.rb", - "lib/rubygems/package/source.rb", - "lib/rubygems/package/tar_header.rb", - "lib/rubygems/package/tar_reader.rb", - "lib/rubygems/package/tar_reader/entry.rb", - "lib/rubygems/package/tar_writer.rb", - "lib/rubygems/package_task.rb", - "lib/rubygems/path_support.rb", - "lib/rubygems/platform.rb", - "lib/rubygems/psych_tree.rb", - "lib/rubygems/query_utils.rb", - "lib/rubygems/rdoc.rb", - "lib/rubygems/remote_fetcher.rb", - "lib/rubygems/request.rb", - "lib/rubygems/request/connection_pools.rb", - "lib/rubygems/request/http_pool.rb", - "lib/rubygems/request/https_pool.rb", - "lib/rubygems/request_set.rb", - "lib/rubygems/request_set/gem_dependency_api.rb", - "lib/rubygems/request_set/lockfile.rb", - "lib/rubygems/request_set/lockfile/parser.rb", - "lib/rubygems/request_set/lockfile/tokenizer.rb", - "lib/rubygems/requirement.rb", - "lib/rubygems/resolver.rb", - "lib/rubygems/resolver/activation_request.rb", - "lib/rubygems/resolver/api_set.rb", - "lib/rubygems/resolver/api_set/gem_parser.rb", - "lib/rubygems/resolver/api_specification.rb", - "lib/rubygems/resolver/best_set.rb", - "lib/rubygems/resolver/composed_set.rb", - "lib/rubygems/resolver/conflict.rb", - "lib/rubygems/resolver/current_set.rb", - "lib/rubygems/resolver/dependency_request.rb", - "lib/rubygems/resolver/git_set.rb", - "lib/rubygems/resolver/git_specification.rb", - "lib/rubygems/resolver/index_set.rb", - "lib/rubygems/resolver/index_specification.rb", - "lib/rubygems/resolver/installed_specification.rb", - "lib/rubygems/resolver/installer_set.rb", - "lib/rubygems/resolver/local_specification.rb", - "lib/rubygems/resolver/lock_set.rb", - "lib/rubygems/resolver/lock_specification.rb", - "lib/rubygems/resolver/molinillo.rb", - "lib/rubygems/resolver/molinillo/LICENSE", - "lib/rubygems/resolver/molinillo/lib/molinillo.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/delegates/resolution_state.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/delegates/specification_provider.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/action.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/add_vertex.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/delete_edge.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/log.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/set_payload.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/tag.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/dependency_graph/vertex.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/errors.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/gem_metadata.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/modules/specification_provider.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/modules/ui.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/resolution.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/resolver.rb", - "lib/rubygems/resolver/molinillo/lib/molinillo/state.rb", - "lib/rubygems/resolver/requirement_list.rb", - "lib/rubygems/resolver/set.rb", - "lib/rubygems/resolver/source_set.rb", - "lib/rubygems/resolver/spec_specification.rb", - "lib/rubygems/resolver/specification.rb", - "lib/rubygems/resolver/stats.rb", - "lib/rubygems/resolver/vendor_set.rb", - "lib/rubygems/resolver/vendor_specification.rb", - "lib/rubygems/s3_uri_signer.rb", - "lib/rubygems/safe_yaml.rb", - "lib/rubygems/security.rb", - "lib/rubygems/security/policies.rb", - "lib/rubygems/security/policy.rb", - "lib/rubygems/security/signer.rb", - "lib/rubygems/security/trust_dir.rb", - "lib/rubygems/security_option.rb", - "lib/rubygems/source.rb", - "lib/rubygems/source/git.rb", - "lib/rubygems/source/installed.rb", - "lib/rubygems/source/local.rb", - "lib/rubygems/source/lock.rb", - "lib/rubygems/source/specific_file.rb", - "lib/rubygems/source/vendor.rb", - "lib/rubygems/source_list.rb", - "lib/rubygems/spec_fetcher.rb", - "lib/rubygems/specification.rb", - "lib/rubygems/specification_policy.rb", - "lib/rubygems/ssl_certs/.document", - "lib/rubygems/ssl_certs/rubygems.org/GlobalSignRootCA.pem", - "lib/rubygems/ssl_certs/rubygems.org/GlobalSignRootCA_R3.pem", - "lib/rubygems/stub_specification.rb", - "lib/rubygems/text.rb", - "lib/rubygems/tsort.rb", - "lib/rubygems/tsort/.document", - "lib/rubygems/tsort/LICENSE.txt", - "lib/rubygems/tsort/lib/tsort.rb", - "lib/rubygems/uninstaller.rb", - "lib/rubygems/unknown_command_spell_checker.rb", - "lib/rubygems/uri.rb", - "lib/rubygems/uri_formatter.rb", - "lib/rubygems/user_interaction.rb", - "lib/rubygems/util.rb", - "lib/rubygems/util/licenses.rb", - "lib/rubygems/util/list.rb", - "lib/rubygems/validator.rb", - "lib/rubygems/version.rb", - "lib/rubygems/version_option.rb", - "rubygems-update.gemspec", - "setup.rb", - "test/rubygems/alternate_cert.pem", - "test/rubygems/alternate_cert_32.pem", - "test/rubygems/alternate_key.pem", - "test/rubygems/bad_rake.rb", - "test/rubygems/ca_cert.pem", - "test/rubygems/child_cert.pem", - "test/rubygems/child_cert_32.pem", - "test/rubygems/child_key.pem", - "test/rubygems/client.pem", - "test/rubygems/data/excon-0.7.7.gemspec.rz", - "test/rubygems/data/gem-private_key.pem", - "test/rubygems/data/gem-public_cert.pem", - "test/rubygems/data/null-required-ruby-version.gemspec.rz", - "test/rubygems/data/null-required-rubygems-version.gemspec.rz", - "test/rubygems/data/pry-0.4.7.gemspec.rz", - "test/rubygems/encrypted_private_key.pem", - "test/rubygems/expired_cert.pem", - "test/rubygems/fake_certlib/openssl.rb", - "test/rubygems/foo/discover.rb", - "test/rubygems/future_cert.pem", - "test/rubygems/future_cert_32.pem", - "test/rubygems/good_rake.rb", - "test/rubygems/grandchild_cert.pem", - "test/rubygems/grandchild_cert_32.pem", - "test/rubygems/grandchild_key.pem", - "test/rubygems/helper.rb", - "test/rubygems/installer_test_case.rb", - "test/rubygems/invalid_client.pem", - "test/rubygems/invalid_issuer_cert.pem", - "test/rubygems/invalid_issuer_cert_32.pem", - "test/rubygems/invalid_key.pem", - "test/rubygems/invalid_signer_cert.pem", - "test/rubygems/invalid_signer_cert_32.pem", - "test/rubygems/invalidchild_cert.pem", - "test/rubygems/invalidchild_cert_32.pem", - "test/rubygems/invalidchild_key.pem", - "test/rubygems/package/tar_test_case.rb", - "test/rubygems/packages/Bluebie-legs-0.6.2.gem", - "test/rubygems/packages/ascii_binder-0.1.10.1.gem", - "test/rubygems/packages/ill-formatted-platform-1.0.0.10.gem", - "test/rubygems/plugin/exception/rubygems_plugin.rb", - "test/rubygems/plugin/load/rubygems_plugin.rb", - "test/rubygems/plugin/standarderror/rubygems_plugin.rb", - "test/rubygems/private3072_key.pem", - "test/rubygems/private_ec_key.pem", - "test/rubygems/private_key.pem", - "test/rubygems/public3072_cert.pem", - "test/rubygems/public_cert.pem", - "test/rubygems/public_cert_32.pem", - "test/rubygems/public_key.pem", - "test/rubygems/rubygems/commands/crash_command.rb", - "test/rubygems/rubygems_plugin.rb", - "test/rubygems/sff/discover.rb", - "test/rubygems/simple_gem.rb", - "test/rubygems/specifications/bar-0.0.2.gemspec", - "test/rubygems/specifications/foo-0.0.1-x86-mswin32.gemspec", - "test/rubygems/specifications/rubyforge-0.0.1.gemspec", - "test/rubygems/ssl_cert.pem", - "test/rubygems/ssl_key.pem", - "test/rubygems/test_bundled_ca.rb", - "test/rubygems/test_config.rb", - "test/rubygems/test_deprecate.rb", - "test/rubygems/test_exit.rb", - "test/rubygems/test_gem.rb", - "test/rubygems/test_gem_available_set.rb", - "test/rubygems/test_gem_bundler_version_finder.rb", - "test/rubygems/test_gem_command.rb", - "test/rubygems/test_gem_command_manager.rb", - "test/rubygems/test_gem_commands_build_command.rb", - "test/rubygems/test_gem_commands_cert_command.rb", - "test/rubygems/test_gem_commands_check_command.rb", - "test/rubygems/test_gem_commands_cleanup_command.rb", - "test/rubygems/test_gem_commands_contents_command.rb", - "test/rubygems/test_gem_commands_dependency_command.rb", - "test/rubygems/test_gem_commands_environment_command.rb", - "test/rubygems/test_gem_commands_fetch_command.rb", - "test/rubygems/test_gem_commands_generate_index_command.rb", - "test/rubygems/test_gem_commands_help_command.rb", - "test/rubygems/test_gem_commands_info_command.rb", - "test/rubygems/test_gem_commands_install_command.rb", - "test/rubygems/test_gem_commands_list_command.rb", - "test/rubygems/test_gem_commands_lock_command.rb", - "test/rubygems/test_gem_commands_mirror.rb", - "test/rubygems/test_gem_commands_open_command.rb", - "test/rubygems/test_gem_commands_outdated_command.rb", - "test/rubygems/test_gem_commands_owner_command.rb", - "test/rubygems/test_gem_commands_pristine_command.rb", - "test/rubygems/test_gem_commands_push_command.rb", - "test/rubygems/test_gem_commands_query_command.rb", - "test/rubygems/test_gem_commands_search_command.rb", - "test/rubygems/test_gem_commands_server_command.rb", - "test/rubygems/test_gem_commands_setup_command.rb", - "test/rubygems/test_gem_commands_signin_command.rb", - "test/rubygems/test_gem_commands_signout_command.rb", - "test/rubygems/test_gem_commands_sources_command.rb", - "test/rubygems/test_gem_commands_specification_command.rb", - "test/rubygems/test_gem_commands_stale_command.rb", - "test/rubygems/test_gem_commands_uninstall_command.rb", - "test/rubygems/test_gem_commands_unpack_command.rb", - "test/rubygems/test_gem_commands_update_command.rb", - "test/rubygems/test_gem_commands_which_command.rb", - "test/rubygems/test_gem_commands_yank_command.rb", - "test/rubygems/test_gem_config_file.rb", - "test/rubygems/test_gem_dependency.rb", - "test/rubygems/test_gem_dependency_installer.rb", - "test/rubygems/test_gem_dependency_list.rb", - "test/rubygems/test_gem_dependency_resolution_error.rb", - "test/rubygems/test_gem_doctor.rb", - "test/rubygems/test_gem_ext_builder.rb", - "test/rubygems/test_gem_ext_cargo_builder.rb", - "test/rubygems/test_gem_ext_cargo_builder/custom_name/.gitignore", - "test/rubygems/test_gem_ext_cargo_builder/custom_name/Cargo.lock", - "test/rubygems/test_gem_ext_cargo_builder/custom_name/Cargo.toml", - "test/rubygems/test_gem_ext_cargo_builder/custom_name/build.rb", - "test/rubygems/test_gem_ext_cargo_builder/custom_name/custom_name.gemspec", - "test/rubygems/test_gem_ext_cargo_builder/custom_name/src/lib.rs", - "test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/.gitignore", - "test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/Cargo.lock", - "test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/Cargo.toml", - "test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/build.rb", - "test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/rust_ruby_example.gemspec", - "test/rubygems/test_gem_ext_cargo_builder/rust_ruby_example/src/lib.rs", - "test/rubygems/test_gem_ext_cargo_builder_link_flag_converter.rb", - "test/rubygems/test_gem_ext_cargo_builder_unit.rb", - "test/rubygems/test_gem_ext_cmake_builder.rb", - "test/rubygems/test_gem_ext_configure_builder.rb", - "test/rubygems/test_gem_ext_ext_conf_builder.rb", - "test/rubygems/test_gem_ext_rake_builder.rb", - "test/rubygems/test_gem_gem_runner.rb", - "test/rubygems/test_gem_gemcutter_utilities.rb", - "test/rubygems/test_gem_impossible_dependencies_error.rb", - "test/rubygems/test_gem_indexer.rb", - "test/rubygems/test_gem_install_update_options.rb", - "test/rubygems/test_gem_installer.rb", - "test/rubygems/test_gem_local_remote_options.rb", - "test/rubygems/test_gem_name_tuple.rb", - "test/rubygems/test_gem_package.rb", - "test/rubygems/test_gem_package_old.rb", - "test/rubygems/test_gem_package_tar_header.rb", - "test/rubygems/test_gem_package_tar_reader.rb", - "test/rubygems/test_gem_package_tar_reader_entry.rb", - "test/rubygems/test_gem_package_tar_writer.rb", - "test/rubygems/test_gem_package_task.rb", - "test/rubygems/test_gem_path_support.rb", - "test/rubygems/test_gem_platform.rb", - "test/rubygems/test_gem_rdoc.rb", - "test/rubygems/test_gem_remote_fetcher.rb", - "test/rubygems/test_gem_request.rb", - "test/rubygems/test_gem_request_connection_pools.rb", - "test/rubygems/test_gem_request_set.rb", - "test/rubygems/test_gem_request_set_gem_dependency_api.rb", - "test/rubygems/test_gem_request_set_lockfile.rb", - "test/rubygems/test_gem_request_set_lockfile_parser.rb", - "test/rubygems/test_gem_request_set_lockfile_tokenizer.rb", - "test/rubygems/test_gem_requirement.rb", - "test/rubygems/test_gem_resolver.rb", - "test/rubygems/test_gem_resolver_activation_request.rb", - "test/rubygems/test_gem_resolver_api_set.rb", - "test/rubygems/test_gem_resolver_api_specification.rb", - "test/rubygems/test_gem_resolver_best_set.rb", - "test/rubygems/test_gem_resolver_composed_set.rb", - "test/rubygems/test_gem_resolver_conflict.rb", - "test/rubygems/test_gem_resolver_dependency_request.rb", - "test/rubygems/test_gem_resolver_git_set.rb", - "test/rubygems/test_gem_resolver_git_specification.rb", - "test/rubygems/test_gem_resolver_index_set.rb", - "test/rubygems/test_gem_resolver_index_specification.rb", - "test/rubygems/test_gem_resolver_installed_specification.rb", - "test/rubygems/test_gem_resolver_installer_set.rb", - "test/rubygems/test_gem_resolver_local_specification.rb", - "test/rubygems/test_gem_resolver_lock_set.rb", - "test/rubygems/test_gem_resolver_lock_specification.rb", - "test/rubygems/test_gem_resolver_requirement_list.rb", - "test/rubygems/test_gem_resolver_specification.rb", - "test/rubygems/test_gem_resolver_vendor_set.rb", - "test/rubygems/test_gem_resolver_vendor_specification.rb", - "test/rubygems/test_gem_security.rb", - "test/rubygems/test_gem_security_policy.rb", - "test/rubygems/test_gem_security_signer.rb", - "test/rubygems/test_gem_security_trust_dir.rb", - "test/rubygems/test_gem_silent_ui.rb", - "test/rubygems/test_gem_source.rb", - "test/rubygems/test_gem_source_fetch_problem.rb", - "test/rubygems/test_gem_source_git.rb", - "test/rubygems/test_gem_source_installed.rb", - "test/rubygems/test_gem_source_list.rb", - "test/rubygems/test_gem_source_local.rb", - "test/rubygems/test_gem_source_lock.rb", - "test/rubygems/test_gem_source_specific_file.rb", - "test/rubygems/test_gem_source_subpath_problem.rb", - "test/rubygems/test_gem_source_vendor.rb", - "test/rubygems/test_gem_spec_fetcher.rb", - "test/rubygems/test_gem_specification.rb", - "test/rubygems/test_gem_stream_ui.rb", - "test/rubygems/test_gem_stub_specification.rb", - "test/rubygems/test_gem_text.rb", - "test/rubygems/test_gem_uninstaller.rb", - "test/rubygems/test_gem_unsatisfiable_dependency_error.rb", - "test/rubygems/test_gem_uri.rb", - "test/rubygems/test_gem_uri_formatter.rb", - "test/rubygems/test_gem_util.rb", - "test/rubygems/test_gem_validator.rb", - "test/rubygems/test_gem_version.rb", - "test/rubygems/test_gem_version_option.rb", - "test/rubygems/test_kernel.rb", - "test/rubygems/test_project_sanity.rb", - "test/rubygems/test_remote_fetch_error.rb", - "test/rubygems/test_require.rb", - "test/rubygems/test_rubygems.rb", - "test/rubygems/utilities.rb", - "test/rubygems/wrong_key_cert.pem", - "test/rubygems/wrong_key_cert_32.pem", - "test/test_changelog_generator.rb" - ], - "authors": [ - "Jim Weirich", - "Chad Fowler", - "Eric Hodel", - "Luis Lavena", - "Aaron Patterson", - "Samuel Giddins", - "André Arko", - "Evan Phoenix", - "Hiroshi SHIBATA" - ], - "homepage": "https://rubygems.org" - } - }, - { - "id": "6c5694198564e4bc", - "name": "securerandom", - "version": "0.2.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/securerandom-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/securerandom-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/securerandom-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/securerandom-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/securerandom-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/securerandom-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:securerandom:securerandom:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tanaka-akira:securerandom:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tanaka_akira:securerandom:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:securerandom:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:securerandom:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:securerandom:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/securerandom@0.2.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "securerandom", - "version": "0.2.0", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/random/formatter.rb", - "lib/securerandom.rb", - "rakelib/epoch.rake", - "securerandom.gemspec" - ], - "authors": [ - "Tanaka Akira" - ], - "homepage": "https://github.com/ruby/securerandom" - } - }, - { - "id": "69a3add1df46961b", - "name": "shellwords", - "version": "0.1.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/shellwords-0.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/shellwords-0.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/shellwords-0.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/shellwords-0.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/shellwords-0.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/shellwords-0.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:akinori-musha:shellwords:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:akinori_musha:shellwords:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:shellwords:shellwords:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:shellwords:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:shellwords:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:shellwords:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/shellwords@0.1.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "shellwords", - "version": "0.1.0", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/shellwords.rb", - "shellwords.gemspec" - ], - "authors": [ - "Akinori MUSHA" - ], - "homepage": "https://github.com/ruby/shellwords" - } - }, - { - "id": "fa6326c15e040f55", - "name": "singleton", - "version": "0.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/singleton-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/singleton-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/singleton-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/singleton-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/singleton-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/singleton-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:singleton:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:singleton:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:singleton:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:singleton:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:singleton:singleton:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:singleton:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/singleton@0.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "singleton", - "version": "0.1.1", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/singleton.rb", - "singleton.gemspec" - ], - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/singleton" - } - }, - { - "id": "1b21aa01656f7670", - "name": "snakeyaml-engine", - "version": "2.7", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/snakeyaml/snakeyaml-engine/2.7/snakeyaml-engine-2.7.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/org/snakeyaml/snakeyaml-engine/2.7/snakeyaml-engine-2.7.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/org/snakeyaml/snakeyaml-engine/2.7/snakeyaml-engine-2.7.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/org/snakeyaml/snakeyaml-engine/2.7/snakeyaml-engine-2.7.jar", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:org.snakeyaml.engine:snakeyaml-engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.snakeyaml.engine:snakeyaml_engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml-engine:snakeyaml-engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml-engine:snakeyaml_engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml_engine:snakeyaml-engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml_engine:snakeyaml_engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.snakeyaml:snakeyaml-engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.snakeyaml:snakeyaml_engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.snakeyaml.engine:engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml:snakeyaml-engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml:snakeyaml_engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:engine:snakeyaml-engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:engine:snakeyaml_engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml-engine:engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml_engine:engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:org.snakeyaml:engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:snakeyaml:engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:engine:engine:2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/org.snakeyaml/snakeyaml-engine@2.7", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/org/snakeyaml/snakeyaml-engine/2.7/snakeyaml-engine-2.7.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Bnd-LastModified", - "value": "1693043318752" - }, - { - "key": "Build-Jdk-Spec", - "value": "11" - }, - { - "key": "Bundle-Description", - "value": "Core YAML 1.2 parser and emitter for Java" - }, - { - "key": "Bundle-License", - "value": "http://www.apache.org/licenses/LICENSE-2.0.txt" - }, - { - "key": "Bundle-ManifestVersion", - "value": "2" - }, - { - "key": "Bundle-Name", - "value": "SnakeYAML Engine" - }, - { - "key": "Bundle-SymbolicName", - "value": "org.snakeyaml.engine" - }, - { - "key": "Bundle-Version", - "value": "2.7.0" - }, - { - "key": "Created-By", - "value": "Apache Maven Bundle Plugin" - }, - { - "key": "Export-Package", - "value": "org.snakeyaml.engine.v2.api;version=\"2.7\",org.snakeyaml.engine.v2.api.lowlevel;version=\"2.7\",org.snakeyaml.engine.v2.comments;version=\"2.7\",org.snakeyaml.engine.v2.common;version=\"2.7\",org.snakeyaml.engine.v2.composer;version=\"2.7\",org.snakeyaml.engine.v2.constructor;version=\"2.7\",org.snakeyaml.engine.v2.constructor.core;version=\"2.7\",org.snakeyaml.engine.v2.constructor.json;version=\"2.7\",org.snakeyaml.engine.v2.emitter;version=\"2.7\",org.snakeyaml.engine.v2.env;version=\"2.7\",org.snakeyaml.engine.v2.events;version=\"2.7\",org.snakeyaml.engine.v2.exceptions;version=\"2.7\",org.snakeyaml.engine.v2.nodes;version=\"2.7\",org.snakeyaml.engine.v2.parser;version=\"2.7\",org.snakeyaml.engine.v2.representer;version=\"2.7\",org.snakeyaml.engine.v2.resolver;version=\"2.7\",org.snakeyaml.engine.v2.scanner;version=\"2.7\",org.snakeyaml.engine.v2.schema;version=\"2.7\",org.snakeyaml.engine.v2.serializer;version=\"2.7\",org.snakeyaml.engine.v2.tokens;version=\"2.7\"" - }, - { - "key": "Import-Package", - "value": "org.snakeyaml.engine.v2.api;version=\"[2.7,3)\",org.snakeyaml.engine.v2.comments;version=\"[2.7,3)\",org.snakeyaml.engine.v2.composer;version=\"[2.7,3)\",org.snakeyaml.engine.v2.constructor;version=\"[2.7,3)\",org.snakeyaml.engine.v2.constructor.core;version=\"[2.7,3)\",org.snakeyaml.engine.v2.constructor.json;version=\"[2.7,3)\",org.snakeyaml.engine.v2.emitter;version=\"[2.7,3)\",org.snakeyaml.engine.v2.env;version=\"[2.7,3)\",org.snakeyaml.engine.v2.events;version=\"[2.7,3)\",org.snakeyaml.engine.v2.exceptions;version=\"[2.7,3)\",org.snakeyaml.engine.v2.nodes;version=\"[2.7,3)\",org.snakeyaml.engine.v2.parser;version=\"[2.7,3)\",org.snakeyaml.engine.v2.representer;version=\"[2.7,3)\",org.snakeyaml.engine.v2.resolver;version=\"[2.7,3)\",org.snakeyaml.engine.v2.scanner;version=\"[2.7,3)\",org.snakeyaml.engine.v2.schema;version=\"[2.7,3)\",org.snakeyaml.engine.v2.serializer;version=\"[2.7,3)\",org.snakeyaml.engine.v2.tokens;version=\"[2.7,3)\"" - }, - { - "key": "Multi-Release", - "value": "true" - }, - { - "key": "Require-Capability", - "value": "osgi.ee;filter:=\"(&(osgi.ee=JavaSE)(version=1.8))\"" - }, - { - "key": "Tool", - "value": "Bnd-5.1.1.202006162103" - } - ] - }, - "pomProperties": { - "path": "META-INF/maven/org.snakeyaml/snakeyaml-engine/pom.properties", - "name": "", - "groupId": "org.snakeyaml", - "artifactId": "snakeyaml-engine", - "version": "2.7" - }, - "pomProject": { - "path": "META-INF/maven/org.snakeyaml/snakeyaml-engine/pom.xml", - "groupId": "org.snakeyaml", - "artifactId": "snakeyaml-engine", - "version": "2.7", - "name": "SnakeYAML Engine", - "description": "Core YAML 1.2 parser and emitter for Java", - "url": "https://bitbucket.org/snakeyaml/snakeyaml-engine" - }, - "digest": [ - { - "algorithm": "sha1", - "value": "5213e62e87e62ac009d80aeb64c8240075bf078a" - } - ] - } - }, - { - "id": "3f0e120670ca99bc", - "name": "stringio", - "version": "3.0.8", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/stringio-3.0.8-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/stringio-3.0.8-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/stringio-3.0.8-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/stringio-3.0.8-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/stringio-3.0.8-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/stringio-3.0.8-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:charles-oliver-nutter:stringio:3.0.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:charles_oliver_nutter:stringio:3.0.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:nobu-nakada:stringio:3.0.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:nobu_nakada:stringio:3.0.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:stringio:3.0.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:stringio:3.0.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:stringio:stringio:3.0.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:stringio:3.0.8:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/stringio@3.0.8", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "stringio", - "version": "3.0.8", - "files": [ - "README.md", - "lib/stringio.jar", - "lib/stringio.rb" - ], - "authors": [ - "Nobu Nakada", - "Charles Oliver Nutter" - ], - "homepage": "https://github.com/ruby/stringio" - } - }, - { - "id": "071fec914e5d69a3", - "name": "stringio", - "version": "UNKNOWN", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/stringio.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/stringio.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:stringio:stringio:*:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/stringio/stringio", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/stringio.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "11.0.19 (Eclipse Adoptium)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "0603a32873b48561dbfec7a67360cfebde2049b2" - } - ] - } - }, - { - "id": "b87dd8fe3ab2ac83", - "name": "strscan", - "version": "3.1.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/strscan-3.1.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/strscan-3.1.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/strscan-3.1.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/strscan-3.1.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/strscan-3.1.0-java.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/strscan-3.1.0-java.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:charles-oliver-nutter:strscan:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:charles_oliver_nutter:strscan:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sutou-kouhei:strscan:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sutou_kouhei:strscan:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:minero-aoki:strscan:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:minero_aoki:strscan:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:strscan:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:strscan:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:strscan:strscan:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:strscan:3.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/strscan@3.1.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "strscan", - "version": "3.1.0", - "files": [ - "COPYING", - "LICENSE.txt", - "ext/jruby/lib/strscan.rb", - "lib/strscan.jar" - ], - "authors": [ - "Minero Aoki", - "Sutou Kouhei", - "Charles Oliver Nutter" - ], - "homepage": "https://github.com/ruby/strscan" - } - }, - { - "id": "99dd0533f450d0ea", - "name": "strscan", - "version": "UNKNOWN", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/strscan.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/strscan.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:strscan:strscan:*:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/strscan/strscan", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/strscan.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "11.0.22 (Eclipse Adoptium)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "e65bde79c9b76fdcd3739aee7cabbd578415bfad" - } - ] - } - }, - { - "id": "4ac8d8bc5aff5f40", - "name": "subspawn", - "version": "0.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "EPL-2.0", - "spdxExpression": "EPL-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "LGPL-2.1-or-later", - "spdxExpression": "LGPL-2.1-or-later", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:patrick-plenefisch:subspawn:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:patrick_plenefisch:subspawn:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:byteit101:subspawn:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:subspawn:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:subspawn:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:subspawn:subspawn:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:subspawn:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/subspawn@0.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "subspawn", - "version": "0.1.1", - "files": [ - ".rspec", - "Gemfile", - "README.md", - "Rakefile", - "lib/subspawn.rb", - "lib/subspawn/fd_parse.rb", - "lib/subspawn/fd_types.rb", - "lib/subspawn/graph_helper.rb", - "lib/subspawn/pipes.rb", - "lib/subspawn/replace-builtin.rb", - "lib/subspawn/replace-pty.rb", - "lib/subspawn/replace.rb", - "lib/subspawn/version.rb" - ], - "authors": [ - "Patrick Plenefisch" - ], - "homepage": "https://github.com/byteit101/subspawn" - } - }, - { - "id": "18b74a527dcff8a9", - "name": "subspawn-posix", - "version": "0.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-posix-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-posix-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "EPL-2.0", - "spdxExpression": "EPL-2.0", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-posix-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-posix-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "LGPL-2.1-or-later", - "spdxExpression": "LGPL-2.1-or-later", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-posix-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-posix-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-posix-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/subspawn-posix-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:patrick-plenefisch:subspawn-posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:patrick-plenefisch:subspawn_posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:patrick_plenefisch:subspawn-posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:patrick_plenefisch:subspawn_posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:subspawn-posix:subspawn-posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:subspawn-posix:subspawn_posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:subspawn_posix:subspawn-posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:subspawn_posix:subspawn_posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:byteit101:subspawn-posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:byteit101:subspawn_posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:subspawn-posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:subspawn_posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:subspawn-posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:subspawn_posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:subspawn:subspawn-posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:subspawn:subspawn_posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:subspawn-posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:subspawn_posix:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/subspawn-posix@0.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "subspawn-posix", - "version": "0.1.1", - "files": [ - ".rspec", - "Gemfile", - "README.md", - "Rakefile", - "lib/subspawn/binary.rb", - "lib/subspawn/posix.rb", - "lib/subspawn/posix/ffi_helper.rb", - "lib/subspawn/posix/pty.rb", - "lib/subspawn/posix/signals.rb", - "lib/subspawn/posix/version.rb", - "sig/subspawn/posix.rbs" - ], - "authors": [ - "Patrick Plenefisch" - ], - "homepage": "https://github.com/byteit101/subspawn" - } - }, - { - "id": "4a4d507cc6da17ea", - "name": "test-unit", - "version": "3.5.3", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/test-unit-3.5.3.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/test-unit-3.5.3.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSDL", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/test-unit-3.5.3.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/test-unit-3.5.3.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "PSFL", - "spdxExpression": "", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/test-unit-3.5.3.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/test-unit-3.5.3.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/test-unit-3.5.3.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/test-unit-3.5.3.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:haruka-yoshihara:test-unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:haruka-yoshihara:test_unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:haruka_yoshihara:test-unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:haruka_yoshihara:test_unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kouhei-sutou:test-unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kouhei-sutou:test_unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kouhei_sutou:test-unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:kouhei_sutou:test_unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:test-unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:test_unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:test-unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:test_unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:test-unit:test-unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:test-unit:test_unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:test_unit:test-unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:test_unit:test_unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:test-unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:test_unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:test:test-unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:test:test_unit:3.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/test-unit@3.5.3", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "test-unit", - "version": "3.5.3", - "authors": [ - "Kouhei Sutou", - "Haruka Yoshihara" - ], - "homepage": "http://test-unit.github.io/" - } - }, - { - "id": "dec51383f124c8ad", - "name": "time", - "version": "0.2.2", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/time-0.2.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/time-0.2.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/time-0.2.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/time-0.2.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/time-0.2.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/time-0.2.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:ruby-lang:time:0.2.2:*:*:*:*:ruby:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:gem/time@0.2.2", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "time", - "version": "0.2.2", - "files": [ - ".github/dependabot.yml", - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/time.rb", - "time.gemspec" - ], - "authors": [ - "Tanaka Akira" - ], - "homepage": "https://github.com/ruby/time" - } - }, - { - "id": "00dd59269a89fc5b", - "name": "timeout", - "version": "0.3.2", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/timeout-0.3.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/timeout-0.3.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/timeout-0.3.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/timeout-0.3.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/timeout-0.3.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/timeout-0.3.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:timeout:0.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:timeout:0.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:timeout:0.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:timeout:0.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:timeout:timeout:0.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:timeout:0.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/timeout@0.3.2", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "timeout", - "version": "0.3.2", - "files": [ - "Gemfile", - "LICENSE.txt", - "README.md", - "lib/timeout.rb", - "timeout.gemspec" - ], - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/timeout" - } - }, - { - "id": "8297995d9a2918f9", - "name": "tsort", - "version": "0.1.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/tsort-0.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/tsort-0.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/tsort-0.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/tsort-0.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/tsort-0.1.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/tsort-0.1.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:tanaka-akira:tsort:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tanaka_akira:tsort:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:tsort:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:tsort:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tsort:tsort:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:tsort:0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/tsort@0.1.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "tsort", - "version": "0.1.0", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/tsort.rb", - "tsort.gemspec" - ], - "authors": [ - "Tanaka Akira" - ], - "homepage": "https://github.com/ruby/tsort" - } - }, - { - "id": "ccc43a031bf98c3c", - "name": "un", - "version": "0.2.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/un-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/un-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/un-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/un-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/un-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/un-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:watanabe-hirofumi:un:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:watanabe_hirofumi:un:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:un:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:un:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:un:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:un:un:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/un@0.2.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "un", - "version": "0.2.0", - "files": [ - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/un.rb", - "un.gemspec" - ], - "authors": [ - "WATANABE Hirofumi" - ], - "homepage": "https://github.com/ruby/un" - } - }, - { - "id": "6108c8fad04008c2", - "name": "uri", - "version": "0.12.2", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/uri-0.12.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/uri-0.12.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/uri-0.12.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/uri-0.12.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/uri-0.12.2.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/uri-0.12.2.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:ruby-lang:uri:0.12.2:*:*:*:*:ruby:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:gem/uri@0.12.2", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "uri", - "version": "0.12.2", - "files": [ - ".github/dependabot.yml", - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/uri.rb", - "lib/uri/common.rb", - "lib/uri/file.rb", - "lib/uri/ftp.rb", - "lib/uri/generic.rb", - "lib/uri/http.rb", - "lib/uri/https.rb", - "lib/uri/ldap.rb", - "lib/uri/ldaps.rb", - "lib/uri/mailto.rb", - "lib/uri/rfc2396_parser.rb", - "lib/uri/rfc3986_parser.rb", - "lib/uri/version.rb", - "lib/uri/ws.rb", - "lib/uri/wss.rb", - "uri.gemspec" - ], - "authors": [ - "Akira Yamada" - ], - "homepage": "https://github.com/ruby/uri" - } - }, - { - "id": "d51bfd47d9abf7bb", - "name": "wait", - "version": "UNKNOWN", - "type": "java-archive", - "foundBy": "java-archive-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/stdlib/io/wait.jar", - "accessPath": "usr/share/jruby/lib/ruby/stdlib/io/wait.jar", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "java", - "cpes": [ - { - "cpe": "cpe:2.3:a:wait:wait:*:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:maven/wait/wait", - "metadataType": "java-archive", - "metadata": { - "virtualPath": "usr/share/jruby/lib/ruby/stdlib/io/wait.jar", - "manifest": { - "main": [ - { - "key": "Manifest-Version", - "value": "1.0" - }, - { - "key": "Created-By", - "value": "1.8.0_292 (AdoptOpenJDK)" - } - ] - }, - "digest": [ - { - "algorithm": "sha1", - "value": "2a75949036606215a94b765057a06c817e45baec" - } - ] - } - }, - { - "id": "7509de29d6064474", - "name": "weakref", - "version": "0.1.1", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/weakref-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/weakref-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/weakref-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/weakref-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/weakref-0.1.1.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/weakref-0.1.1.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:yukihiro-matsumoto:weakref:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yukihiro_matsumoto:weakref:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:weakref:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:weakref:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:weakref:weakref:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:weakref:0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/weakref@0.1.1", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "weakref", - "version": "0.1.1", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/weakref.rb", - "weakref.gemspec" - ], - "authors": [ - "Yukihiro Matsumoto" - ], - "homepage": "https://github.com/ruby/weakref" - } - }, - { - "id": "39275e0eaeecc4d4", - "name": "yaml", - "version": "0.2.0", - "type": "gem", - "foundBy": "ruby-installed-gemspec-cataloger", - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/yaml-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/yaml-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-2-Clause", - "spdxExpression": "BSD-2-Clause", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/yaml-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/yaml-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - }, - { - "value": "Ruby", - "spdxExpression": "Ruby", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/yaml-0.2.0.gemspec", - "accessPath": "usr/share/jruby/lib/ruby/gems/shared/specifications/default/yaml-0.2.0.gemspec", - "annotations": { - "evidence": "primary" - } - } - ] - } - ], - "language": "ruby", - "cpes": [ - { - "cpe": "cpe:2.3:a:aaron-patterson:yaml:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aaron_patterson:yaml:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:shibata-hiroshi:yaml:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:shibata_hiroshi:yaml:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby-lang:yaml:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby_lang:yaml:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:ruby:yaml:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:yaml:yaml:0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:gem/yaml@0.2.0", - "metadataType": "ruby-gemspec", - "metadata": { - "name": "yaml", - "version": "0.2.0", - "files": [ - ".github/workflows/test.yml", - ".gitignore", - "Gemfile", - "LICENSE.txt", - "README.md", - "Rakefile", - "bin/console", - "bin/setup", - "lib/yaml.rb", - "lib/yaml/dbm.rb", - "lib/yaml/store.rb", - "yaml.gemspec" - ], - "authors": [ - "Aaron Patterson", - "SHIBATA Hiroshi" - ], - "homepage": "https://github.com/ruby/yaml" - } - } - ], - "artifactRelationships": [], - "source": { - "id": "(redacted for determinism)", - "name": "jruby-9.4", - "version": "9.4.7.0-r0", - "supplier": "chainguard", - "type": "directory", - "metadata": { - "path": "testdata/apks/x86_64/jruby-9.4-9.4.7.0-r0.apk" - } - }, - "distro": { - "id": "wolfi" - }, - "descriptor": { - "name": "wolfictl", - "version": "" - }, - "schema": { - "version": "", - "url": "" - } -} diff --git a/pkg/sbom/testdata/goldenfiles/x86_64/openjdk-21-21.0.3-r3.apk.syft.json b/pkg/sbom/testdata/goldenfiles/x86_64/openjdk-21-21.0.3-r3.apk.syft.json deleted file mode 100644 index e444fb463..000000000 --- a/pkg/sbom/testdata/goldenfiles/x86_64/openjdk-21-21.0.3-r3.apk.syft.json +++ /dev/null @@ -1,216 +0,0 @@ -{ - "artifacts": [ - { - "id": "eeb7c4c0ca34b36c", - "name": "openjdk-21", - "version": "21.0.3-r3", - "type": "apk", - "foundBy": "wolfictl", - "locations": [ - { - "path": ".PKGINFO", - "accessPath": ".PKGINFO" - } - ], - "licenses": [ - { - "value": "GPL-2.0-or-later", - "spdxExpression": "GPL-2.0-or-later", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "", - "cpes": [ - { - "cpe": "cpe:2.3:a:oracle:jdk:21.0.3:*:*:*:*:*:*:*", - "source": "wolfictl" - } - ], - "purl": "pkg:apk/wolfi/openjdk-21@21.0.3-r3?arch=x86_64&origin=openjdk-21", - "metadataType": "apk-db-entry", - "metadata": { - "package": "openjdk-21", - "originPackage": "openjdk-21", - "maintainer": "", - "version": "21.0.3-r3", - "architecture": "x86_64", - "url": "", - "description": "", - "size": 590756, - "installedSize": 0, - "pullDependencies": [ - "openjdk-21-jre", - "so:ld-linux-x86-64.so.2", - "so:libc.so.6" - ], - "provides": null, - "pullChecksum": "f8f9eef7be3a125cca4509f2a41c15d4b0a73782f1f0f85d13acd2b84832d71a", - "gitCommitOfApkPort": "3b915d4f70c04a3011cef6de40436d6285dd0f98", - "files": [ - { - "path": "." - }, - { - "path": ".PKGINFO" - }, - { - "path": ".SIGN.RSA.wolfi-signing.rsa.pub" - }, - { - "path": "usr" - }, - { - "path": "usr/lib" - }, - { - "path": "usr/lib/jvm" - }, - { - "path": "usr/lib/jvm/java-21-openjdk" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jar" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jarsigner" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/javac" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/javadoc" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/javap" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jcmd" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jconsole" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jdb" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jdeprscan" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jdeps" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jhsdb" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jimage" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jinfo" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jlink" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jmap" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jmod" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jpackage" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jps" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jshell" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jstack" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jstat" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/jstatd" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/bin/serialver" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/include" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/include/classfile_constants.h" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/include/jawt.h" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/include/jdwpTransport.h" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/include/jni.h" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/include/jvmti.h" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/include/jvmticmlr.h" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/include/linux" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/include/linux/jawt_md.h" - }, - { - "path": "usr/lib/jvm/java-21-openjdk/include/linux/jni_md.h" - }, - { - "path": "var" - }, - { - "path": "var/lib" - }, - { - "path": "var/lib/db" - }, - { - "path": "var/lib/db/sbom" - }, - { - "path": "var/lib/db/sbom/openjdk-21-21.0.3-r3.spdx.json" - } - ] - } - } - ], - "artifactRelationships": [], - "source": { - "id": "(redacted for determinism)", - "name": "openjdk-21", - "version": "21.0.3-r3", - "supplier": "chainguard", - "type": "directory", - "metadata": { - "path": "testdata/apks/x86_64/openjdk-21-21.0.3-r3.apk" - } - }, - "distro": { - "id": "wolfi" - }, - "descriptor": { - "name": "wolfictl", - "version": "" - }, - "schema": { - "version": "", - "url": "" - } -} diff --git a/pkg/sbom/testdata/goldenfiles/x86_64/openssl-3.3.0-r8.apk.syft.json b/pkg/sbom/testdata/goldenfiles/x86_64/openssl-3.3.0-r8.apk.syft.json deleted file mode 100644 index 4da16b579..000000000 --- a/pkg/sbom/testdata/goldenfiles/x86_64/openssl-3.3.0-r8.apk.syft.json +++ /dev/null @@ -1,148 +0,0 @@ -{ - "artifacts": [ - { - "id": "dbdd01d873ca92a8", - "name": "openssl", - "version": "3.3.0-r8", - "type": "apk", - "foundBy": "wolfictl", - "locations": [ - { - "path": ".PKGINFO", - "accessPath": ".PKGINFO" - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "", - "cpes": [ - { - "cpe": "cpe:2.3:a:openssl:openssl:3.3.0-r8:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:apk/wolfi/openssl@3.3.0-r8?arch=x86_64&origin=openssl", - "metadataType": "apk-db-entry", - "metadata": { - "package": "openssl", - "originPackage": "openssl", - "maintainer": "", - "version": "3.3.0-r8", - "architecture": "x86_64", - "url": "", - "description": "the OpenSSL cryptography suite", - "size": 1242435, - "installedSize": 0, - "pullDependencies": [ - "openssl-provider-legacy", - "so:ld-linux-x86-64.so.2", - "so:libc.so.6", - "so:libcrypto.so.3", - "so:libssl.so.3" - ], - "provides": [ - "cmd:openssl=3.3.0-r8" - ], - "pullChecksum": "2d91f60d6e8006d1b86c88b17c21780821d0aa76d680017faa1b4dbca49aeedd", - "gitCommitOfApkPort": "b5c16511479ec5455846d97cd9724fdfab8ee133", - "files": [ - { - "path": "." - }, - { - "path": ".PKGINFO" - }, - { - "path": ".SIGN.RSA.wolfi-signing.rsa.pub" - }, - { - "path": "etc" - }, - { - "path": "etc/ssl" - }, - { - "path": "etc/ssl/certs" - }, - { - "path": "etc/ssl/misc" - }, - { - "path": "etc/ssl/misc/CA.pl" - }, - { - "path": "etc/ssl/misc/tsget.pl" - }, - { - "path": "etc/ssl/private" - }, - { - "path": "usr" - }, - { - "path": "usr/bin" - }, - { - "path": "usr/bin/openssl" - }, - { - "path": "usr/lib" - }, - { - "path": "usr/lib/engines-3" - }, - { - "path": "usr/lib/ossl-modules" - }, - { - "path": "usr/share" - }, - { - "path": "var" - }, - { - "path": "var/lib" - }, - { - "path": "var/lib/db" - }, - { - "path": "var/lib/db/sbom" - }, - { - "path": "var/lib/db/sbom/openssl-3.3.0-r8.spdx.json" - } - ] - } - } - ], - "artifactRelationships": [], - "source": { - "id": "(redacted for determinism)", - "name": "openssl", - "version": "3.3.0-r8", - "supplier": "chainguard", - "type": "directory", - "metadata": { - "path": "testdata/apks/x86_64/openssl-3.3.0-r8.apk" - } - }, - "distro": { - "id": "wolfi" - }, - "descriptor": { - "name": "wolfictl", - "version": "" - }, - "schema": { - "version": "", - "url": "" - } -} diff --git a/pkg/sbom/testdata/goldenfiles/x86_64/perl-yaml-syck-1.34-r3.apk.syft.json b/pkg/sbom/testdata/goldenfiles/x86_64/perl-yaml-syck-1.34-r3.apk.syft.json deleted file mode 100644 index 3c4defd5b..000000000 --- a/pkg/sbom/testdata/goldenfiles/x86_64/perl-yaml-syck-1.34-r3.apk.syft.json +++ /dev/null @@ -1,191 +0,0 @@ -{ - "artifacts": [ - { - "id": "e6396a6c11933167", - "name": "perl-yaml-syck", - "version": "1.34-r3", - "type": "apk", - "foundBy": "wolfictl", - "locations": [ - { - "path": ".PKGINFO", - "accessPath": ".PKGINFO" - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "", - "cpes": [ - { - "cpe": "cpe:2.3:a:perl-yaml-syck:perl-yaml-syck:1.34-r3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:perl-yaml-syck:perl_yaml_syck:1.34-r3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:perl_yaml_syck:perl-yaml-syck:1.34-r3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:perl_yaml_syck:perl_yaml_syck:1.34-r3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:perl-yaml:perl-yaml-syck:1.34-r3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:perl-yaml:perl_yaml_syck:1.34-r3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:perl_yaml:perl-yaml-syck:1.34-r3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:perl_yaml:perl_yaml_syck:1.34-r3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:perl:perl-yaml-syck:1.34-r3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:perl:perl_yaml_syck:1.34-r3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:apk/wolfi/perl-yaml-syck@1.34-r3?arch=x86_64&origin=perl-yaml-syck", - "metadataType": "apk-db-entry", - "metadata": { - "package": "perl-yaml-syck", - "originPackage": "perl-yaml-syck", - "maintainer": "", - "version": "1.34-r3", - "architecture": "x86_64", - "url": "", - "description": "Fast, lightweight YAML loader and dumper", - "size": 239708, - "installedSize": 0, - "pullDependencies": [ - "so:ld-linux-x86-64.so.2", - "so:libc.so.6" - ], - "provides": null, - "pullChecksum": "0c4d83fb46b4b5978d50759b2726a545bd3c8a08fd770960ba020bc78980b919", - "gitCommitOfApkPort": "b440ee918342ed10e1e7203bb034d578eafef0f1", - "files": [ - { - "path": "." - }, - { - "path": ".PKGINFO" - }, - { - "path": ".SIGN.RSA.wolfi-signing.rsa.pub" - }, - { - "path": "usr" - }, - { - "path": "usr/lib" - }, - { - "path": "usr/lib/perl5" - }, - { - "path": "usr/lib/perl5/core_perl" - }, - { - "path": "usr/lib/perl5/vendor_perl" - }, - { - "path": "usr/lib/perl5/vendor_perl/JSON" - }, - { - "path": "usr/lib/perl5/vendor_perl/JSON/Syck.pm" - }, - { - "path": "usr/lib/perl5/vendor_perl/YAML" - }, - { - "path": "usr/lib/perl5/vendor_perl/YAML/Dumper" - }, - { - "path": "usr/lib/perl5/vendor_perl/YAML/Dumper/Syck.pm" - }, - { - "path": "usr/lib/perl5/vendor_perl/YAML/Loader" - }, - { - "path": "usr/lib/perl5/vendor_perl/YAML/Loader/Syck.pm" - }, - { - "path": "usr/lib/perl5/vendor_perl/YAML/Syck.pm" - }, - { - "path": "usr/lib/perl5/vendor_perl/auto" - }, - { - "path": "usr/lib/perl5/vendor_perl/auto/YAML" - }, - { - "path": "usr/lib/perl5/vendor_perl/auto/YAML/Syck" - }, - { - "path": "usr/lib/perl5/vendor_perl/auto/YAML/Syck/Syck.so" - }, - { - "path": "usr/share" - }, - { - "path": "var" - }, - { - "path": "var/lib" - }, - { - "path": "var/lib/db" - }, - { - "path": "var/lib/db/sbom" - }, - { - "path": "var/lib/db/sbom/perl-yaml-syck-1.34-r3.spdx.json" - } - ] - } - } - ], - "artifactRelationships": [], - "source": { - "id": "(redacted for determinism)", - "name": "perl-yaml-syck", - "version": "1.34-r3", - "supplier": "chainguard", - "type": "directory", - "metadata": { - "path": "testdata/apks/x86_64/perl-yaml-syck-1.34-r3.apk" - } - }, - "distro": { - "id": "wolfi" - }, - "descriptor": { - "name": "wolfictl", - "version": "" - }, - "schema": { - "version": "", - "url": "" - } -} diff --git a/pkg/sbom/testdata/goldenfiles/x86_64/php-odbc-8.2.11-r1.apk.syft.json b/pkg/sbom/testdata/goldenfiles/x86_64/php-odbc-8.2.11-r1.apk.syft.json deleted file mode 100644 index e895b13ae..000000000 --- a/pkg/sbom/testdata/goldenfiles/x86_64/php-odbc-8.2.11-r1.apk.syft.json +++ /dev/null @@ -1,151 +0,0 @@ -{ - "artifacts": [ - { - "id": "db319936741ea727", - "name": "php-odbc", - "version": "8.2.11-r1", - "type": "apk", - "foundBy": "wolfictl", - "locations": [ - { - "path": ".PKGINFO", - "accessPath": ".PKGINFO" - } - ], - "licenses": [ - { - "value": "PHP-3.01", - "spdxExpression": "PHP-3.01", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "", - "cpes": [ - { - "cpe": "cpe:2.3:a:php-odbc:php-odbc:8.2.11-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:php-odbc:php_odbc:8.2.11-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:php_odbc:php-odbc:8.2.11-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:php_odbc:php_odbc:8.2.11-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:php:php-odbc:8.2.11-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:php:php_odbc:8.2.11-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:apk/wolfi/php-odbc@8.2.11-r1?arch=x86_64&origin=php-8.2", - "metadataType": "apk-db-entry", - "metadata": { - "package": "php-odbc", - "originPackage": "php-8.2", - "maintainer": "", - "version": "8.2.11-r1", - "architecture": "x86_64", - "url": "", - "description": "The UnixODBC extension", - "size": 140564, - "installedSize": 0, - "pullDependencies": [ - "so:libc.so.6", - "so:libodbc.so.2" - ], - "provides": [ - "php-8.2-odbc=8.2.11-r1", - "so:odbc.so=0" - ], - "pullChecksum": "07ea97a8b9c56e79ab39a6dc41cff6a14629b253ffd2b2b0a98f745c844251fc", - "gitCommitOfApkPort": "", - "files": [ - { - "path": "." - }, - { - "path": ".PKGINFO" - }, - { - "path": ".SIGN.RSA.wolfi-signing.rsa.pub" - }, - { - "path": "etc" - }, - { - "path": "etc/php" - }, - { - "path": "etc/php/conf.d" - }, - { - "path": "etc/php/conf.d/odbc.ini" - }, - { - "path": "usr" - }, - { - "path": "usr/lib" - }, - { - "path": "usr/lib/php" - }, - { - "path": "usr/lib/php/modules" - }, - { - "path": "usr/lib/php/modules/odbc.so" - }, - { - "path": "var" - }, - { - "path": "var/lib" - }, - { - "path": "var/lib/db" - }, - { - "path": "var/lib/db/sbom" - }, - { - "path": "var/lib/db/sbom/php-odbc-8.2.11-r1.spdx.json" - } - ] - } - } - ], - "artifactRelationships": [], - "source": { - "id": "(redacted for determinism)", - "name": "php-odbc", - "version": "8.2.11-r1", - "supplier": "chainguard", - "type": "directory", - "metadata": { - "path": "testdata/apks/x86_64/php-odbc-8.2.11-r1.apk" - } - }, - "distro": { - "id": "wolfi" - }, - "descriptor": { - "name": "wolfictl", - "version": "" - }, - "schema": { - "version": "", - "url": "" - } -} diff --git a/pkg/sbom/testdata/goldenfiles/x86_64/powershell-7.4.1-r0.apk.syft.json b/pkg/sbom/testdata/goldenfiles/x86_64/powershell-7.4.1-r0.apk.syft.json deleted file mode 100644 index 16eebc02b..000000000 --- a/pkg/sbom/testdata/goldenfiles/x86_64/powershell-7.4.1-r0.apk.syft.json +++ /dev/null @@ -1,5569 +0,0 @@ -{ - "artifacts": [ - { - "id": "3a31d444d7a0e2f0", - "name": "JetBrains.Annotations", - "version": "2021.2.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/JetBrains.Annotations.dll", - "accessPath": "usr/lib/powershell/JetBrains.Annotations.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:jetbrains_annotations:jetbrains__net_platform_.net:2021.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetbrains_annotations:jetbrains_annotations_.net:2021.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetbrains_annotations:jetbrains__net_platform:2021.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetbrains_annotations:jetbrains_annotations:2021.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetbrains:jetbrains__net_platform_.net:2021.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetbrains:jetbrains_annotations_.net:2021.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetbrains:jetbrains__net_platform:2021.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jetbrains:jetbrains_annotations:2021.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/JetBrains.Annotations@2021.2.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "JetBrains.Annotations", - "version": "2021.2.0", - "path": "jetbrains.annotations/2021.2.0", - "sha512": "sha512-kKSyoVfndMriKHLfYGmr0uzQuI4jcc3TKGyww7buJFCYeHb/X0kodYBPL7n9454q7v6ASiRmDgpPGaDGerg/Hg==", - "hashPath": "jetbrains.annotations.2021.2.0.nupkg.sha512", - "executables": { - "lib/netstandard2.0/JetBrains.Annotations.dll": { - "assemblyVersion": "2021.2.0.0", - "legalCopyright": "", - "comments": "Annotations to increase accuracy of ReSharper code inspections", - "internalName": "JetBrains.Annotations.dll", - "companyName": "JetBrains", - "productName": "JetBrains .NET Platform", - "productVersion": "2021.2" - } - } - } - }, - { - "id": "58a082f07895626d", - "name": "Json.More.Net", - "version": "1.9.3", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Json.More.dll", - "accessPath": "usr/lib/powershell/Json.More.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:json_more_net:json_more_net_.net:1.9.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:greg_dennis:json_more_net_.net:1.9.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json_more_net:json_more_.net:1.9.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json_more_net:json_more_net:1.9.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:greg_dennis:json_more_.net:1.9.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:greg_dennis:json_more_net:1.9.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json_more_net:json_more:1.9.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:greg_dennis:json_more:1.9.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Json.More.Net@1.9.3", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Json.More.Net", - "version": "1.9.3", - "path": "json.more.net/1.9.3", - "sha512": "sha512-BKIsKHXR2Jq+LdLdxPo3L09Lv0ld9xs1fAMvSAe2cf2YOl3at9vw0RrMlhC2ookDi7VtrgHXzc2Et5mVBOAUdw==", - "hashPath": "json.more.net.1.9.3.nupkg.sha512", - "executables": { - "lib/netstandard2.0/Json.More.dll": { - "assemblyVersion": "1.0.0.0", - "legalCopyright": "", - "comments": "Provides extended functionality for the System.Text.Json namespace.\n\t\n\t\tRead the full documentation at https://docs.json-everything.net/more/json-more/.", - "internalName": "Json.More.dll", - "companyName": "Greg Dennis", - "productName": "Json.More", - "productVersion": "1.9.3+a186fbf344cc9efcc533ac5c85e65b5a7761c115" - } - } - } - }, - { - "id": "f5f50fd92c47b621", - "name": "JsonPointer.Net", - "version": "3.0.3", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/JsonPointer.Net.dll", - "accessPath": "usr/lib/powershell/JsonPointer.Net.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:jsonpointer_net:jsonpointer_net_.net:3.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:greg_dennis:jsonpointer_net_.net:3.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jsonpointer_net:jsonpointer_net:3.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:greg_dennis:jsonpointer_net:3.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/JsonPointer.Net@3.0.3", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "JsonPointer.Net", - "version": "3.0.3", - "path": "jsonpointer.net/3.0.3", - "sha512": "sha512-mCGQc15lHLp1R2CVhWiipnZurHXm93+LbPPAT/vXQm5PdHt6WQuYLhaEF8VZ+aXL9P2I6bGND6pDTEfqFs6gig==", - "hashPath": "jsonpointer.net.3.0.3.nupkg.sha512", - "executables": { - "lib/netstandard2.0/JsonPointer.Net.dll": { - "assemblyVersion": "3.0.0.0", - "legalCopyright": "", - "comments": "[JSON Pointer](https://tools.ietf.org/html/rfc6901) built on the System.Text.Json namespace.\n\t\n\t\tRead the full documentation at https://docs.json-everything.net/pointer/basics/.", - "internalName": "JsonPointer.Net.dll", - "companyName": "Greg Dennis", - "productName": "JsonPointer.Net", - "productVersion": "3.0.3+27e320a9fbd3119bd1046ab7063b0cad4c746045" - } - } - } - }, - { - "id": "1af4e69f91a69bf1", - "name": "JsonSchema.Net", - "version": "5.2.7", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/JsonSchema.Net.dll", - "accessPath": "usr/lib/powershell/JsonSchema.Net.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:jsonschema_net:jsonschema_net_.net:5.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:greg_dennis:jsonschema_net_.net:5.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jsonschema_net:jsonschema_net:5.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:greg_dennis:jsonschema_net:5.2.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/JsonSchema.Net@5.2.7", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "JsonSchema.Net", - "version": "5.2.7", - "path": "jsonschema.net/5.2.7", - "sha512": "sha512-8un7Xq2MoKiWNo0HQtf2sPr3764W9NjNELIx3l9d3fIKEjg3tYtrZmxN+CgXKtzku4g52CqYUZuI+o0ue226vw==", - "hashPath": "jsonschema.net.5.2.7.nupkg.sha512", - "executables": { - "lib/netstandard2.0/JsonSchema.Net.dll": { - "assemblyVersion": "5.0.0.0", - "legalCopyright": "", - "comments": "[JSON Schema](https://json-schema.org) built on the System.Text.Json namespace.\n\n\t\tRead the full documentation at https://docs.json-everything.net/schema/basics/.", - "internalName": "JsonSchema.Net.dll", - "companyName": "Greg Dennis", - "productName": "JsonSchema.Net", - "productVersion": "5.2.7+e5d87c00da2b42f03648727e5284fec73c1e3794" - } - } - } - }, - { - "id": "9b1b91bd8248630c", - "name": "Markdig.Signed", - "version": "0.33.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Markdig.Signed.dll", - "accessPath": "usr/lib/powershell/Markdig.Signed.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:alexandre_mutel:markdig_signed_.net:0.33.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:markdig_signed:markdig_signed_.net:0.33.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:alexandre_mutel:markdig_signed:0.33.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:markdig_signed:markdig_signed:0.33.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Markdig.Signed@0.33.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Markdig.Signed", - "version": "0.33.0", - "path": "markdig.signed/0.33.0", - "sha512": "sha512-/BE/XANxmocgEqajbWB/ur4Jei+j1FkXppWH9JFmEuoq8T3xJndkQKZVCW/7lTdc9Ru6kfEAkwSXFOv30EkU2Q==", - "hashPath": "markdig.signed.0.33.0.nupkg.sha512", - "executables": { - "lib/net6.0/Markdig.Signed.dll": { - "assemblyVersion": "0.33.0.0", - "legalCopyright": "Alexandre Mutel", - "comments": "A fast, powerful, CommonMark compliant, extensible Markdown processor for .NET with 20+ builtin extensions (pipetables, footnotes, definition lists... etc.)", - "internalName": "Markdig.Signed.dll", - "companyName": "Alexandre Mutel", - "productName": "Markdig.Signed", - "productVersion": "0.33.0+7d40bc118bc28095f01699d3d1759ae5a1c18b80" - } - } - } - }, - { - "id": "cbd4c948e98a88b1", - "name": "Microsoft.ApplicationInsights", - "version": "2.21.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Microsoft.ApplicationInsights.dll", - "accessPath": "usr/lib/powershell/Microsoft.ApplicationInsights.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_applicationinsights:microsoft_applicationinsights_.net:2.21.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_applicationinsights:microsoft_applicationinsights:2.21.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft:microsoft_applicationinsights_.net:2.21.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft:microsoft_applicationinsights:2.21.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.ApplicationInsights@2.21.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.ApplicationInsights", - "version": "2.21.0", - "path": "microsoft.applicationinsights/2.21.0", - "sha512": "sha512-btZEDWAFNo9CoYliMCriSMTX3ruRGZTtYw4mo2XyyfLlowFicYVM2Xszi5evDG95QRYV7MbbH3D2RqVwfZlJHw==", - "hashPath": "microsoft.applicationinsights.2.21.0.nupkg.sha512", - "executables": { - "lib/netstandard2.0/Microsoft.ApplicationInsights.dll": { - "assemblyVersion": "2.21.0.429", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Application Insights Base API. This package provides core functionality for transmission of all Application Insights Telemetry Types and is a dependent package for all other Application Insights packages. Please install the platform specific package for the best experience. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156", - "internalName": "Microsoft.ApplicationInsights.dll", - "companyName": "Microsoft", - "productName": "Microsoft.ApplicationInsights", - "productVersion": "2.21.0+5e2e7ddda961ec0e16a75b1ae0a37f6a13c777f5" - } - } - } - }, - { - "id": "75293daaab2ddfb6", - "name": "Microsoft.Bcl.AsyncInterfaces", - "version": "5.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Microsoft.Bcl.AsyncInterfaces.dll", - "accessPath": "usr/lib/powershell/Microsoft.Bcl.AsyncInterfaces.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_bcl_asyncinterfaces:microsoft_bcl_asyncinterfaces_.net:5.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_bcl_asyncinterfaces:microsoft_bcl_asyncinterfaces:5.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_bcl_asyncinterfaces_.net:5.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_bcl_asyncinterfaces:5.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.Bcl.AsyncInterfaces@5.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.Bcl.AsyncInterfaces", - "version": "5.0.0", - "path": "microsoft.bcl.asyncinterfaces/5.0.0", - "sha512": "sha512-W8DPQjkMScOMTtJbPwmPyj9c3zYSFGawDW3jwlBOOsnY+EzZFLgNQ/UMkK35JmkNOVPdCyPr2Tw7Vv9N+KA3ZQ==", - "hashPath": "microsoft.bcl.asyncinterfaces.5.0.0.nupkg.sha512", - "executables": { - "lib/netstandard2.1/Microsoft.Bcl.AsyncInterfaces.dll": { - "assemblyVersion": "5.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Microsoft.Bcl.AsyncInterfaces", - "internalName": "Microsoft.Bcl.AsyncInterfaces.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "5.0.0+cf258a14b70ad9069470a108f13765e0e5988f51" - } - } - } - }, - { - "id": "9c48341178da305a", - "name": "Microsoft.CodeAnalysis.CSharp", - "version": "4.8.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Microsoft.CodeAnalysis.CSharp.dll", - "accessPath": "usr/lib/powershell/Microsoft.CodeAnalysis.CSharp.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "accessPath": "usr/lib/powershell/cs/Microsoft.CodeAnalysis.CSharp.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "accessPath": "usr/lib/powershell/de/Microsoft.CodeAnalysis.CSharp.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "accessPath": "usr/lib/powershell/es/Microsoft.CodeAnalysis.CSharp.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "accessPath": "usr/lib/powershell/fr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "accessPath": "usr/lib/powershell/it/Microsoft.CodeAnalysis.CSharp.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "accessPath": "usr/lib/powershell/ja/Microsoft.CodeAnalysis.CSharp.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "accessPath": "usr/lib/powershell/ko/Microsoft.CodeAnalysis.CSharp.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "accessPath": "usr/lib/powershell/pl/Microsoft.CodeAnalysis.CSharp.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "accessPath": "usr/lib/powershell/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "accessPath": "usr/lib/powershell/ru/Microsoft.CodeAnalysis.CSharp.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "accessPath": "usr/lib/powershell/tr/Microsoft.CodeAnalysis.CSharp.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "accessPath": "usr/lib/powershell/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "accessPath": "usr/lib/powershell/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_codeanalysis_csharp:microsoft_codeanalysis_csharp_.net:4.8.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_codeanalysis_csharp:microsoft_codeanalysis_csharp:4.8.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_codeanalysis_csharp_.net:4.8.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_codeanalysis_csharp:4.8.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.CodeAnalysis.CSharp@4.8.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.CodeAnalysis.CSharp", - "version": "4.8.0", - "path": "microsoft.codeanalysis.csharp/4.8.0", - "sha512": "sha512-+3+qfdb/aaGD8PZRCrsdobbzGs1m9u119SkkJt8e/mk3xLJz/udLtS2T6nY27OTXxBBw10HzAbC8Z9w08VyP/g==", - "hashPath": "microsoft.codeanalysis.csharp.4.8.0.nupkg.sha512", - "executables": { - "lib/net7.0/Microsoft.CodeAnalysis.CSharp.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.CSharp.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis.CSharp", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/cs/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.CSharp.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis.CSharp", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/de/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.CSharp.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis.CSharp", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/es/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.CSharp.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis.CSharp", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.CSharp.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis.CSharp", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/it/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.CSharp.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis.CSharp", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.CSharp.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis.CSharp", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.CSharp.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis.CSharp", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.CSharp.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis.CSharp", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.CSharp.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis.CSharp", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.CSharp.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis.CSharp", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.CSharp.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis.CSharp", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.CSharp.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis.CSharp", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.CSharp.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis.CSharp", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - } - } - } - }, - { - "id": "dd3ce6d830f3b946", - "name": "Microsoft.CodeAnalysis.Common", - "version": "4.8.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Microsoft.CodeAnalysis.dll", - "accessPath": "usr/lib/powershell/Microsoft.CodeAnalysis.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/cs/Microsoft.CodeAnalysis.resources.dll", - "accessPath": "usr/lib/powershell/cs/Microsoft.CodeAnalysis.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/de/Microsoft.CodeAnalysis.resources.dll", - "accessPath": "usr/lib/powershell/de/Microsoft.CodeAnalysis.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/es/Microsoft.CodeAnalysis.resources.dll", - "accessPath": "usr/lib/powershell/es/Microsoft.CodeAnalysis.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/fr/Microsoft.CodeAnalysis.resources.dll", - "accessPath": "usr/lib/powershell/fr/Microsoft.CodeAnalysis.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/it/Microsoft.CodeAnalysis.resources.dll", - "accessPath": "usr/lib/powershell/it/Microsoft.CodeAnalysis.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/ja/Microsoft.CodeAnalysis.resources.dll", - "accessPath": "usr/lib/powershell/ja/Microsoft.CodeAnalysis.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/ko/Microsoft.CodeAnalysis.resources.dll", - "accessPath": "usr/lib/powershell/ko/Microsoft.CodeAnalysis.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/pl/Microsoft.CodeAnalysis.resources.dll", - "accessPath": "usr/lib/powershell/pl/Microsoft.CodeAnalysis.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "accessPath": "usr/lib/powershell/pt-BR/Microsoft.CodeAnalysis.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/ru/Microsoft.CodeAnalysis.resources.dll", - "accessPath": "usr/lib/powershell/ru/Microsoft.CodeAnalysis.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/tr/Microsoft.CodeAnalysis.resources.dll", - "accessPath": "usr/lib/powershell/tr/Microsoft.CodeAnalysis.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "accessPath": "usr/lib/powershell/zh-Hans/Microsoft.CodeAnalysis.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "accessPath": "usr/lib/powershell/zh-Hant/Microsoft.CodeAnalysis.resources.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_codeanalysis_common:microsoft_codeanalysis_common_.net:4.8.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_codeanalysis_common:microsoft_codeanalysis_common:4.8.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_codeanalysis_common:microsoft_codeanalysis_.net:4.8.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_codeanalysis_common_.net:4.8.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_codeanalysis_common:microsoft_codeanalysis:4.8.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_codeanalysis_common:4.8.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_codeanalysis_.net:4.8.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_codeanalysis:4.8.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.CodeAnalysis.Common@4.8.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.CodeAnalysis.Common", - "version": "4.8.0", - "path": "microsoft.codeanalysis.common/4.8.0", - "sha512": "sha512-/jR+e/9aT+BApoQJABlVCKnnggGQbvGh7BKq2/wI1LamxC+LbzhcLj4Vj7gXCofl1n4E521YfF9w0WcASGg/KA==", - "hashPath": "microsoft.codeanalysis.common.4.8.0.nupkg.sha512", - "executables": { - "lib/net7.0/Microsoft.CodeAnalysis.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/cs/Microsoft.CodeAnalysis.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/de/Microsoft.CodeAnalysis.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/es/Microsoft.CodeAnalysis.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/fr/Microsoft.CodeAnalysis.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/it/Microsoft.CodeAnalysis.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/ja/Microsoft.CodeAnalysis.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/ko/Microsoft.CodeAnalysis.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/pl/Microsoft.CodeAnalysis.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/pt-BR/Microsoft.CodeAnalysis.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/ru/Microsoft.CodeAnalysis.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/tr/Microsoft.CodeAnalysis.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/zh-Hans/Microsoft.CodeAnalysis.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - }, - "lib/net7.0/zh-Hant/Microsoft.CodeAnalysis.resources.dll": { - "assemblyVersion": "4.8.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "internalName": "Microsoft.CodeAnalysis.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft.CodeAnalysis", - "productVersion": "4.8.0-7.23558.1+e091728607ca0fc9efca55ccfb3e59259c6b5a0a" - } - } - } - }, - { - "id": "2fccace056af4cf8", - "name": "Microsoft.Extensions.ObjectPool", - "version": "5.0.17", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Microsoft.Extensions.ObjectPool.dll", - "accessPath": "usr/lib/powershell/Microsoft.Extensions.ObjectPool.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_extensions_objectpool:microsoft_extensions_objectpool_.net:5.0.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_extensions_objectpool:microsoft_extensions_objectpool:5.0.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_extensions_objectpool:microsoft_asp_net_core_.net:5.0.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_extensions_objectpool_.net:5.0.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_extensions_objectpool:microsoft_asp_net_core:5.0.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_extensions_objectpool:5.0.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_asp_net_core_.net:5.0.17:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_asp_net_core:5.0.17:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.Extensions.ObjectPool@5.0.17", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.Extensions.ObjectPool", - "version": "5.0.17", - "path": "microsoft.extensions.objectpool/5.0.17", - "sha512": "sha512-EkIghF7cRBcogXKrfhopcCRjMs6b19THqSvACV5Oppp0nDA8oNyTLpAsfBQJ1hLgOjHfc5eNKFaFocKdg9nmnA==", - "hashPath": "microsoft.extensions.objectpool.5.0.17.nupkg.sha512", - "executables": { - "lib/net5.0/Microsoft.Extensions.ObjectPool.dll": { - "assemblyVersion": "5.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "A simple object pool implementation.", - "internalName": "Microsoft.Extensions.ObjectPool.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft ASP.NET Core", - "productVersion": "5.0.17+02c6de4ba6022025fcda7581415f310f8c73cdc3" - } - } - } - }, - { - "id": "28c5bcae12152313", - "name": "Microsoft.Management.Infrastructure", - "version": "3.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_management_infrastructure:microsoft_management_infrastructure_.net:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_management_infrastructure:microsoft_management_infrastructure:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.Management.Infrastructure@3.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.Management.Infrastructure", - "version": "3.0.0", - "path": "microsoft.management.infrastructure/3.0.0", - "sha512": "sha512-cGZi0q5IujCTVYKo9h22Pw+UwfZDV82HXO8HTxMG2HqntPlT3Ls8jY6punLp4YzCypJNpfCAu2kae3TIyuAiJw==", - "hashPath": "microsoft.management.infrastructure.3.0.0.nupkg.sha512" - } - }, - { - "id": "a8730d3bdb10dd5e", - "name": "Microsoft.Management.Infrastructure.Runtime.Unix", - "version": "3.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Microsoft.Management.Infrastructure.dll", - "accessPath": "usr/lib/powershell/Microsoft.Management.Infrastructure.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_management_infrastructure_runtime_unix:microsoft_management_infrastructure_runtime_unix_.net:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_management_infrastructure_runtime_unix:microsoft_management_infrastructure_runtime_unix:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_management_infrastructure:microsoft_management_infrastructure_runtime_unix_.net:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_management_infrastructure_runtime_unix:microsoft_management_infrastructure_.net:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_management_infrastructure:microsoft_management_infrastructure_runtime_unix:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_management_infrastructure_runtime_unix:microsoft_management_infrastructure:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_management_infrastructure:microsoft_management_infrastructure_.net:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_management_infrastructure:microsoft_management_infrastructure:3.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.Management.Infrastructure.Runtime.Unix@3.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.Management.Infrastructure.Runtime.Unix", - "version": "3.0.0", - "path": "microsoft.management.infrastructure.runtime.unix/3.0.0", - "sha512": "sha512-QZE3uEDvZ0m7LabQvcmNOYHp7v1QPBVMpB/ild0WEE8zqUVAP5y9rRI5we37ImI1bQmW5pZ+3HNC70POPm0jBQ==", - "hashPath": "microsoft.management.infrastructure.runtime.unix.3.0.0.nupkg.sha512", - "executables": { - "runtimes/unix/lib/netstandard1.6/Microsoft.Management.Infrastructure.dll": { - "assemblyVersion": "2.0.0.0", - "legalCopyright": "", - "internalName": "Microsoft.Management.Infrastructure.dll", - "companyName": "Microsoft.Management.Infrastructure", - "productName": "Microsoft.Management.Infrastructure", - "productVersion": "2.0.0-preview.1" - } - } - } - }, - { - "id": "f91c26460832e6cc", - "name": "Microsoft.PowerShell.Commands.Management", - "version": "7.4.1", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.Commands.Management.dll", - "accessPath": "usr/lib/powershell/Microsoft.PowerShell.Commands.Management.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_powershell_commands_management:microsoft_powershell_commands_management_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_commands_management:microsoft_powershell_commands_management:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_powershell_commands_management_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_powershell_commands_management:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_commands_management:powershell_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_commands_management:powershell:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.PowerShell.Commands.Management@7.4.1", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.PowerShell.Commands.Management", - "version": "7.4.1", - "path": "", - "sha512": "", - "hashPath": "", - "executables": { - "Microsoft.PowerShell.Commands.Management.dll": { - "assemblyVersion": "7.4.1.0", - "legalCopyright": "(c) Microsoft Corporation.", - "comments": "PowerShell's Microsoft.PowerShell.Commands.Management project", - "internalName": "Microsoft.PowerShell.Commands.Management.dll", - "companyName": "Microsoft Corporation", - "productName": "PowerShell", - "productVersion": "7.4.1 SHA: 5668713d3c906d63cd68e37d415206a95ac061d0+5668713d3c906d63cd68e37d415206a95ac061d0" - } - } - } - }, - { - "id": "159d48204575c5a8", - "name": "Microsoft.PowerShell.Commands.Utility", - "version": "7.4.1", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.Commands.Utility.dll", - "accessPath": "usr/lib/powershell/Microsoft.PowerShell.Commands.Utility.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_powershell_commands_utility:microsoft_powershell_commands_utility_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_commands_utility:microsoft_powershell_commands_utility:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_powershell_commands_utility_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_powershell_commands_utility:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_commands_utility:powershell_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_commands_utility:powershell:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.PowerShell.Commands.Utility@7.4.1", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.PowerShell.Commands.Utility", - "version": "7.4.1", - "path": "", - "sha512": "", - "hashPath": "", - "executables": { - "Microsoft.PowerShell.Commands.Utility.dll": { - "assemblyVersion": "7.4.1.0", - "legalCopyright": "(c) Microsoft Corporation.", - "comments": "PowerShell's Microsoft.PowerShell.Commands.Utility project", - "internalName": "Microsoft.PowerShell.Commands.Utility.dll", - "companyName": "Microsoft Corporation", - "productName": "PowerShell", - "productVersion": "7.4.1 SHA: 5668713d3c906d63cd68e37d415206a95ac061d0+5668713d3c906d63cd68e37d415206a95ac061d0" - } - } - } - }, - { - "id": "c7f220a90e5480e0", - "name": "Microsoft.PowerShell.ConsoleHost", - "version": "7.4.1", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.ConsoleHost.dll", - "accessPath": "usr/lib/powershell/Microsoft.PowerShell.ConsoleHost.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_powershell_consolehost:microsoft_powershell_consolehost_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_consolehost:microsoft_powershell_consolehost:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_powershell_consolehost_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_powershell_consolehost:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_consolehost:powershell_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_consolehost:powershell:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.PowerShell.ConsoleHost@7.4.1", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.PowerShell.ConsoleHost", - "version": "7.4.1", - "path": "", - "sha512": "", - "hashPath": "", - "executables": { - "Microsoft.PowerShell.ConsoleHost.dll": { - "assemblyVersion": "7.4.1.0", - "legalCopyright": "(c) Microsoft Corporation.", - "comments": "PowerShell Host", - "internalName": "Microsoft.PowerShell.ConsoleHost.dll", - "companyName": "Microsoft Corporation", - "productName": "PowerShell", - "productVersion": "7.4.1 SHA: 5668713d3c906d63cd68e37d415206a95ac061d0+5668713d3c906d63cd68e37d415206a95ac061d0" - } - } - } - }, - { - "id": "885be9508c67df26", - "name": "Microsoft.PowerShell.MarkdownRender", - "version": "7.2.1", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.MarkdownRender.dll", - "accessPath": "usr/lib/powershell/Microsoft.PowerShell.MarkdownRender.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_powershell_markdownrender:microsoft_powershell_markdownrender_.net:7.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_markdownrender:microsoft_powershell_markdownrender:7.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_markdownrender:powershell_markdown_renderer_.net:7.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_markdownrender:powershell_markdown_renderer:7.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_powershell_markdownrender_.net:7.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_powershell_markdownrender:7.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell_markdown_renderer_.net:7.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell_markdown_renderer:7.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.PowerShell.MarkdownRender@7.2.1", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.PowerShell.MarkdownRender", - "version": "7.2.1", - "path": "microsoft.powershell.markdownrender/7.2.1", - "sha512": "sha512-o5oUwL23R/KnjQPD2Oi49WAG5j4O4VLo1fPRSyM/aq0HuTrY2RnF4B3MCGk13BfcmK51p9kPlHZ1+8a/ZjO4Jg==", - "hashPath": "microsoft.powershell.markdownrender.7.2.1.nupkg.sha512", - "executables": { - "lib/netstandard2.0/Microsoft.PowerShell.MarkdownRender.dll": { - "assemblyVersion": "7.2.1.0", - "legalCopyright": "(c) Microsoft Corporation.", - "comments": "PowerShell's Markdown Rendering project", - "internalName": "Microsoft.PowerShell.MarkdownRender.dll", - "companyName": "Microsoft Corporation", - "productName": "PowerShell Markdown Renderer", - "productVersion": "7.2.1" - } - } - } - }, - { - "id": "22212a0d95fa0bf8", - "name": "Microsoft.PowerShell.Native", - "version": "7.4.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_powershell_native:microsoft_powershell_native_.net:7.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_native:microsoft_powershell_native:7.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.PowerShell.Native@7.4.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.PowerShell.Native", - "version": "7.4.0", - "path": "microsoft.powershell.native/7.4.0", - "sha512": "sha512-FlaJ3JBWhqFToYT0ycMb/Xxzoof7oTQbNyI4UikgubC7AMWt5ptBNKjIAMPvOcvEHr+ohaO9GvRWp3tiyS3sKw==", - "hashPath": "microsoft.powershell.native.7.4.0.nupkg.sha512" - } - }, - { - "id": "1c6b3c9ce0a9636f", - "name": "Microsoft.PowerShell.SDK", - "version": "7.4.1", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.SDK.dll", - "accessPath": "usr/lib/powershell/Microsoft.PowerShell.SDK.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_powershell_sdk:microsoft_powershell_sdk_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_powershell_sdk_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_sdk:microsoft_powershell_sdk:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_powershell_sdk:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_sdk:powershell_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_sdk:powershell:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.PowerShell.SDK@7.4.1", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.PowerShell.SDK", - "version": "7.4.1", - "path": "", - "sha512": "", - "hashPath": "", - "executables": { - "Microsoft.PowerShell.SDK.dll": { - "assemblyVersion": "7.4.1.0", - "legalCopyright": "(c) Microsoft Corporation.", - "comments": "PowerShell SDK metapackage", - "internalName": "Microsoft.PowerShell.SDK.dll", - "companyName": "Microsoft Corporation", - "productName": "PowerShell", - "productVersion": "7.4.1 SHA: 5668713d3c906d63cd68e37d415206a95ac061d0+5668713d3c906d63cd68e37d415206a95ac061d0" - } - } - } - }, - { - "id": "9d8acc02a8413269", - "name": "Microsoft.PowerShell.Security", - "version": "7.4.1", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.Security.dll", - "accessPath": "usr/lib/powershell/Microsoft.PowerShell.Security.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_powershell_security:microsoft_powershell_security_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_security:microsoft_powershell_security:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_powershell_security_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_powershell_security:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_security:powershell_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_powershell_security:powershell:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.PowerShell.Security@7.4.1", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.PowerShell.Security", - "version": "7.4.1", - "path": "", - "sha512": "", - "hashPath": "", - "executables": { - "Microsoft.PowerShell.Security.dll": { - "assemblyVersion": "7.4.1.0", - "legalCopyright": "(c) Microsoft Corporation.", - "comments": "PowerShell's Microsoft.PowerShell.Security project", - "internalName": "Microsoft.PowerShell.Security.dll", - "companyName": "Microsoft Corporation", - "productName": "PowerShell", - "productVersion": "7.4.1 SHA: 5668713d3c906d63cd68e37d415206a95ac061d0+5668713d3c906d63cd68e37d415206a95ac061d0" - } - } - } - }, - { - "id": "546d85f4754724af", - "name": "Microsoft.Win32.Registry.AccessControl", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Microsoft.Win32.Registry.AccessControl.dll", - "accessPath": "usr/lib/powershell/Microsoft.Win32.Registry.AccessControl.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_win32_registry_accesscontrol:microsoft_win32_registry_accesscontrol_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_win32_registry_accesscontrol:microsoft_win32_registry_accesscontrol:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_win32_registry_accesscontrol_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_win32_registry_accesscontrol:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.Win32.Registry.AccessControl@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.Win32.Registry.AccessControl", - "version": "8.0.0", - "path": "microsoft.win32.registry.accesscontrol/8.0.0", - "sha512": "sha512-u8PB9/v02C8mBXzl0vJ7bOyC020zOP+T1mRct+KA46DqZkB40XtsNn9pGD0QowTRsT6R4jPCghn+yAODn2UMMw==", - "hashPath": "microsoft.win32.registry.accesscontrol.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/Microsoft.Win32.Registry.AccessControl.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides support for managing access and audit control lists for Microsoft.Win32.RegistryKey.\r\n\r\nCommonly Used Types:\r\nSystem.Security.AccessControl.RegistryAccessRule\r\nSystem.Security.AccessControl.RegistryAuditRule\r\nSystem.Security.AccessControl.RegistrySecurity", - "internalName": "Microsoft.Win32.Registry.AccessControl.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "ac8427f3775adb59", - "name": "Microsoft.Win32.SystemEvents", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Microsoft.Win32.SystemEvents.dll", - "accessPath": "usr/lib/powershell/Microsoft.Win32.SystemEvents.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_win32_systemevents:microsoft_win32_systemevents_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_win32_systemevents:microsoft_win32_systemevents:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_win32_systemevents_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:microsoft_win32_systemevents:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.Win32.SystemEvents@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.Win32.SystemEvents", - "version": "8.0.0", - "path": "microsoft.win32.systemevents/8.0.0", - "sha512": "sha512-9opKRyOKMCi2xJ7Bj7kxtZ1r9vbzosMvRrdEhVhDz8j8MoBGgB+WmC94yH839NPH+BclAjtQ/pyagvi/8gDLkw==", - "hashPath": "microsoft.win32.systemevents.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/Microsoft.Win32.SystemEvents.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides access to Windows system event notifications.\r\n\r\nCommonly Used Types:\r\nMicrosoft.Win32.SystemEvents", - "internalName": "Microsoft.Win32.SystemEvents.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "64bed5e79a0c1af1", - "name": "Microsoft.Windows.Compatibility", - "version": "8.0.1", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_windows_compatibility:microsoft_windows_compatibility_.net:8.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_windows_compatibility:microsoft_windows_compatibility:8.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Microsoft.Windows.Compatibility@8.0.1", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Microsoft.Windows.Compatibility", - "version": "8.0.1", - "path": "microsoft.windows.compatibility/8.0.1", - "sha512": "sha512-Gr6QvHy9Y5PK5/ijl+cnCnfLr9HdCVByHtbPR5CxOAPeshURdJ/SNMi1t7qbUMBFCU9zsBlXSE1q/TsOUS0u8A==", - "hashPath": "microsoft.windows.compatibility.8.0.1.nupkg.sha512" - } - }, - { - "id": "f448b4347510236e", - "name": "Newtonsoft.Json", - "version": "13.0.3", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/Newtonsoft.Json.dll", - "accessPath": "usr/lib/powershell/Newtonsoft.Json.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:newtonsoft_json:newtonsoft_json_.net:13.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:newtonsoft:newtonsoft_json_.net:13.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:newtonsoft_json:newtonsoft_json:13.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:newtonsoft_json:json_net_.net:13.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:newtonsoft:newtonsoft_json:13.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:newtonsoft:json_net_.net:13.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:newtonsoft_json:json_net:13.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:newtonsoft:json_net:13.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/Newtonsoft.Json@13.0.3", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "Newtonsoft.Json", - "version": "13.0.3", - "path": "newtonsoft.json/13.0.3", - "sha512": "sha512-HrC5BXdl00IP9zeV+0Z848QWPAoCr9P3bDEZguI+gkLcBKAOxix/tLEAAHC+UvDNPv4a2d18lOReHMOagPa+zQ==", - "hashPath": "newtonsoft.json.13.0.3.nupkg.sha512", - "executables": { - "lib/net6.0/Newtonsoft.Json.dll": { - "assemblyVersion": "13.0.0.0", - "legalCopyright": "Copyright © James Newton-King 2008", - "comments": "Json.NET is a popular high-performance JSON framework for .NET", - "internalName": "Newtonsoft.Json.dll", - "companyName": "Newtonsoft", - "productName": "Json.NET", - "productVersion": "13.0.3+0a2e291c0d9c0c7675d445703e51750363a549ef" - } - } - } - }, - { - "id": "a7b3132a0f72747e", - "name": "System.CodeDom", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.CodeDom.dll", - "accessPath": "usr/lib/powershell/System.CodeDom.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_codedom_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_codedom:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_codedom:system_codedom_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_codedom:system_codedom:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.CodeDom@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.CodeDom", - "version": "8.0.0", - "path": "system.codedom/8.0.0", - "sha512": "sha512-WTlRjL6KWIMr/pAaq3rYqh0TJlzpouaQ/W1eelssHgtlwHAH25jXTkUphTYx9HaIIf7XA6qs/0+YhtLEQRkJ+Q==", - "hashPath": "system.codedom.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.CodeDom.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides types that can be used to model the structure of a source code document and to output source code for that model in a supported language.\r\n\r\nCommonly Used Types:\r\nSystem.CodeDom.CodeObject\r\nSystem.CodeDom.Compiler.CodeDomProvider\r\nMicrosoft.CSharp.CSharpCodeProvider\r\nMicrosoft.VisualBasic.VBCodeProvider", - "internalName": "System.CodeDom.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "bd942fe520963ea7", - "name": "System.ComponentModel.Composition", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.ComponentModel.Composition.dll", - "accessPath": "usr/lib/powershell/System.ComponentModel.Composition.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_componentmodel_composition:system_componentmodel_composition_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_componentmodel_composition:system_componentmodel_composition:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_componentmodel_composition_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_componentmodel_composition:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.ComponentModel.Composition@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.ComponentModel.Composition", - "version": "8.0.0", - "path": "system.componentmodel.composition/8.0.0", - "sha512": "sha512-bGhUX5BTivJ9Wax0qnJy7uGq7dn/TQkEpJ2Fpu1etg8dbPwyDkUzNPc1d3I2/jUr9y4wDI3a1dkSmi8X21Pzbw==", - "hashPath": "system.componentmodel.composition.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.ComponentModel.Composition.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "This namespace provides classes that constitute the core of the Managed Extensibility Framework, or MEF.\r\n\r\nCommonly Used Types:\r\nSystem.ComponentModel.Composition.ChangeRejectedException\r\nSystem.ComponentModel.Composition.CompositionContractMismatchException\r\nSystem.ComponentModel.Composition.CompositionError\r\nSystem.ComponentModel.Composition.CompositionException\r\nSystem.ComponentModel.Composition.ExportAttribute\r\nSystem.ComponentModel.Composition.ImportAttribute\r\nSystem.ComponentModel.Composition.ImportCardinalityMismatchException\r\nSystem.ComponentModel.Composition.Hosting.AggregateCatalog\r\nSystem.ComponentModel.Composition.Hosting.ApplicationCatalog\r\nSystem.ComponentModel.Composition.Hosting.AssemblyCatalog\r\nSystem.ComponentModel.Composition.Hosting.CompositionContainer\r\nSystem.ComponentModel.Composition.Primitives.ComposablePartException\r\nSystem.ComponentModel.Composition.Primitives.ExportDefinition\r\nSystem.ComponentModel.Composition.Primitives.ImportDefinition\r\nSystem.ComponentModel.Composition.ReflectionModel.ReflectionModelServices", - "internalName": "System.ComponentModel.Composition.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "d98da32b345f9ff0", - "name": "System.ComponentModel.Composition.Registration", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.ComponentModel.Composition.Registration.dll", - "accessPath": "usr/lib/powershell/System.ComponentModel.Composition.Registration.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_componentmodel_composition_registration:system_componentmodel_composition_registration_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_componentmodel_composition_registration:system_componentmodel_composition_registration:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_componentmodel_composition_registration_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_componentmodel_composition_registration:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.ComponentModel.Composition.Registration@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.ComponentModel.Composition.Registration", - "version": "8.0.0", - "path": "system.componentmodel.composition.registration/8.0.0", - "sha512": "sha512-BVMXYqX7Z0Zdq3tc94UKJL/cOWq4LF3ufexfdPuUDrDl4ekbbfwPVzsusVbx+aq6Yx60CJnmJLyHtM3V2Q7BBQ==", - "hashPath": "system.componentmodel.composition.registration.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.ComponentModel.Composition.Registration.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "This namespace provides classes that constitute the core of the Managed Extensibility Framework, or MEF.\r\n\r\nCommonly Used Types:\r\nSystem.ComponentModel.Composition.Registration.RegistrationBuilder\r\nSystem.ComponentModel.Composition.Registration.PartBuilder\r\nSystem.ComponentModel.Composition.Registration.PartBuilder\r\nSystem.ComponentModel.Composition.Registration.ParameterImportBuilder\r\nSystem.ComponentModel.Composition.Registration.ImportBuilder\r\nSystem.ComponentModel.Composition.Registration.ExportBuilder", - "internalName": "System.ComponentModel.Composition.Registration.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "4306f3b301de8de2", - "name": "System.Configuration.ConfigurationManager", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Configuration.ConfigurationManager.dll", - "accessPath": "usr/lib/powershell/System.Configuration.ConfigurationManager.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_configuration_configurationmanager:system_configuration_configurationmanager_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_configuration_configurationmanager:system_configuration_configurationmanager:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_configuration_configurationmanager_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_configuration_configurationmanager:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Configuration.ConfigurationManager@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Configuration.ConfigurationManager", - "version": "8.0.0", - "path": "system.configuration.configurationmanager/8.0.0", - "sha512": "sha512-JlYi9XVvIREURRUlGMr1F6vOFLk7YSY4p1vHo4kX3tQ0AGrjqlRWHDi66ImHhy6qwXBG3BJ6Y1QlYQ+Qz6Xgww==", - "hashPath": "system.configuration.configurationmanager.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Configuration.ConfigurationManager.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides types that support using XML configuration files (app.config). This package exists only to support migrating existing .NET Framework code that already uses System.Configuration. When writing new code, use another configuration system instead, such as Microsoft.Extensions.Configuration.", - "internalName": "System.Configuration.ConfigurationManager.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "ed83b4db4225e312", - "name": "System.Data.Odbc", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Data.Odbc.dll", - "accessPath": "usr/lib/powershell/System.Data.Odbc.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_data_odbc_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_data_odbc:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_data_odbc:system_data_odbc_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_data_odbc:system_data_odbc:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Data.Odbc@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Data.Odbc", - "version": "8.0.0", - "path": "system.data.odbc/8.0.0", - "sha512": "sha512-c+GfnZt2/HyU+voKw2fctLZClcNjPZPWS+mnIhGvDknRMqL/fwWlREWPgA4csbp9ZkQIgB4qkufgdh/oh5Ubow==", - "hashPath": "system.data.odbc.8.0.0.nupkg.sha512", - "executables": { - "runtimes/linux/lib/net8.0/System.Data.Odbc.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides a collection of classes used to access an ODBC data source in the managed space\r\n\r\nCommonly Used Types:\r\nSystem.Data.Odbc.OdbcCommand\r\nSystem.Data.Odbc.OdbcConnection\r\nSystem.Data.Odbc.OdbcDataReader\r\nSystem.Data.Odbc.OdbcDataAdapter\r\nSystem.Data.Odbc.OdbcParameter\r\nSystem.Data.Odbc.OdbcParameterCollection\r\nSystem.Data.Odbc.OdbcTransaction", - "internalName": "System.Data.Odbc.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "0ef165269a9a45df", - "name": "System.Data.OleDb", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Data.OleDb.dll", - "accessPath": "usr/lib/powershell/System.Data.OleDb.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_data_oledb_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_data_oledb:system_data_oledb_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_data_oledb:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_data_oledb:system_data_oledb:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Data.OleDb@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Data.OleDb", - "version": "8.0.0", - "path": "system.data.oledb/8.0.0", - "sha512": "sha512-FpUTcQ0E8mFvcYp8UZA3NX8wgmhmsCue56g1zfkr1xdOnT5FrYYmC5DWQ9xCw8o8zuxVBKLZvliqEGgmeoalaQ==", - "hashPath": "system.data.oledb.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Data.OleDb.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides a collection of classes for OLEDB.\r\n\r\nCommonly Used Types:\r\nSystem.Data.OleDb.OleDbCommand\r\nSystem.Data.OleDb.OleDbCommandBuilder\r\nSystem.Data.OleDb.OleDbConnection\r\nSystem.Data.OleDb.OleDbDataAdapter\r\nSystem.Data.OleDb.OleDbDataReader\r\nSystem.Data.OleDb.OleDbParameter\r\nSystem.Data.OleDb.OleDbParameterCollection\r\nSystem.Data.OleDb.OleDbTransaction", - "internalName": "System.Data.OleDb.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "bcce37b824eee548", - "name": "System.Data.SqlClient", - "version": "4.8.6", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Data.SqlClient.dll", - "accessPath": "usr/lib/powershell/System.Data.SqlClient.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_data_sqlclient_.net:4.8.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_data_sqlclient:system_data_sqlclient_.net:4.8.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_data_sqlclient:4.8.6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_data_sqlclient:system_data_sqlclient:4.8.6:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Data.SqlClient@4.8.6", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Data.SqlClient", - "version": "4.8.6", - "path": "system.data.sqlclient/4.8.6", - "sha512": "sha512-2Ij/LCaTQRyAi5lAv7UUTV9R2FobC8xN9mE0fXBZohum/xLl8IZVmE98Rq5ugQHjCgTBRKqpXRb4ORulRdA6Ig==", - "hashPath": "system.data.sqlclient.4.8.6.nupkg.sha512", - "executables": { - "runtimes/unix/lib/netcoreapp2.1/System.Data.SqlClient.dll": { - "assemblyVersion": "4.6.1.6", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Data.SqlClient", - "internalName": "System.Data.SqlClient.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.1.39+fa27c9f378dde822f9ebe5af1f0dfd22be1778b1" - } - } - } - }, - { - "id": "3be65a5e06b1ae67", - "name": "System.Diagnostics.EventLog", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Diagnostics.EventLog.dll", - "accessPath": "usr/lib/powershell/System.Diagnostics.EventLog.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_diagnostics_eventlog:system_diagnostics_eventlog_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_diagnostics_eventlog:system_diagnostics_eventlog:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_diagnostics_eventlog_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_diagnostics_eventlog:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Diagnostics.EventLog@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Diagnostics.EventLog", - "version": "8.0.0", - "path": "system.diagnostics.eventlog/8.0.0", - "sha512": "sha512-fdYxcRjQqTTacKId/2IECojlDSFvp7LP5N78+0z/xH7v/Tuw5ZAxu23Y6PTCRinqyu2ePx+Gn1098NC6jM6d+A==", - "hashPath": "system.diagnostics.eventlog.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Diagnostics.EventLog.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides the System.Diagnostics.EventLog class, which allows the applications to use the Windows event log service.\r\n\r\nCommonly Used Types:\r\nSystem.Diagnostics.EventLog", - "internalName": "System.Diagnostics.EventLog.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "d5ed1516d806678a", - "name": "System.Diagnostics.PerformanceCounter", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Diagnostics.PerformanceCounter.dll", - "accessPath": "usr/lib/powershell/System.Diagnostics.PerformanceCounter.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_diagnostics_performancecounter:system_diagnostics_performancecounter_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_diagnostics_performancecounter:system_diagnostics_performancecounter:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_diagnostics_performancecounter_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_diagnostics_performancecounter:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Diagnostics.PerformanceCounter@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Diagnostics.PerformanceCounter", - "version": "8.0.0", - "path": "system.diagnostics.performancecounter/8.0.0", - "sha512": "sha512-lX6DXxtJqVGWw7N/QmVoiCyVQ+Q/Xp+jVXPr3gLK1jJExSn1qmAjJQeb8gnOYeeBTG3E3PmG1nu92eYj/TEjpg==", - "hashPath": "system.diagnostics.performancecounter.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Diagnostics.PerformanceCounter.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides the System.Diagnostics.PerformanceCounter class, which allows access to Windows performance counters.\r\n\r\nCommonly Used Types:\r\nSystem.Diagnostics.PerformanceCounter", - "internalName": "System.Diagnostics.PerformanceCounter.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "e1200c7e27bba688", - "name": "System.DirectoryServices", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.DirectoryServices.dll", - "accessPath": "usr/lib/powershell/System.DirectoryServices.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_directoryservices:system_directoryservices_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_directoryservices_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_directoryservices:system_directoryservices:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_directoryservices:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.DirectoryServices@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.DirectoryServices", - "version": "8.0.0", - "path": "system.directoryservices/8.0.0", - "sha512": "sha512-7nit//efUTy1OsAKco2f02PMrwsR2S234N0dVVp84udC77YcvpOQDz5znAWMtgMWBzY1aRJvUW61jo/7vQRfXg==", - "hashPath": "system.directoryservices.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.DirectoryServices.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides easy access to Active Directory Domain Services.\r\n\r\nCommonly Used Types:\r\nSystem.DirectoryServices.DirectoryEntry\r\nSystem.DirectoryServices.DirectorySearcher\r\nSystem.DirectoryServices.ActiveDirectory.ActiveDirectorySite\r\nSystem.DirectoryServices.ActiveDirectory.ApplicationPartition\r\nSystem.DirectoryServices.ActiveDirectory.DirectoryContext\r\nSystem.DirectoryServices.ActiveDirectory.DirectoryServer\r\nSystem.DirectoryServices.ActiveDirectory.Domain\r\nSystem.DirectoryServices.ActiveDirectory.DomainController", - "internalName": "System.DirectoryServices.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "f6c325ed14b4d73f", - "name": "System.DirectoryServices.AccountManagement", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.DirectoryServices.AccountManagement.dll", - "accessPath": "usr/lib/powershell/System.DirectoryServices.AccountManagement.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_directoryservices_accountmanagement:system_directoryservices_accountmanagement_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_directoryservices_accountmanagement:system_directoryservices_accountmanagement:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_directoryservices_accountmanagement_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_directoryservices_accountmanagement:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.DirectoryServices.AccountManagement@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.DirectoryServices.AccountManagement", - "version": "8.0.0", - "path": "system.directoryservices.accountmanagement/8.0.0", - "sha512": "sha512-dCT8BYeeisx0IzAf6x+FSVWK3gz2fKI9pgLV16c7dY/lckw4aodNrgXqsFqyqJN5Kfxc3oklG+SCMYkRfg1V7A==", - "hashPath": "system.directoryservices.accountmanagement.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.DirectoryServices.AccountManagement.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides uniform access and manipulation of user, computer, and group security principals across the multiple principal stores: Active Directory Domain Services (AD DS), Active Directory Lightweight Directory Services (AD LDS), and Machine SAM (MSAM).", - "internalName": "System.DirectoryServices.AccountManagement.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "0863f375167af2c7", - "name": "System.DirectoryServices.Protocols", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.DirectoryServices.Protocols.dll", - "accessPath": "usr/lib/powershell/System.DirectoryServices.Protocols.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_directoryservices_protocols:system_directoryservices_protocols_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_directoryservices_protocols:system_directoryservices_protocols:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_directoryservices_protocols_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_directoryservices_protocols:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.DirectoryServices.Protocols@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.DirectoryServices.Protocols", - "version": "8.0.0", - "path": "system.directoryservices.protocols/8.0.0", - "sha512": "sha512-puwJxURHDrYLGTQdsHyeMS72ClTqYa4lDYz6LHSbkZEk5hq8H8JfsO4MyYhB5BMMxg93jsQzLUwrnCumj11UIg==", - "hashPath": "system.directoryservices.protocols.8.0.0.nupkg.sha512", - "executables": { - "runtimes/linux/lib/net8.0/System.DirectoryServices.Protocols.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides the methods defined in the Lightweight Directory Access Protocol (LDAP) version 3 (V3) and Directory Services Markup Language (DSML) version 2.0 (V2) standards.", - "internalName": "System.DirectoryServices.Protocols.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "88786268d4f6de69", - "name": "System.Drawing.Common", - "version": "8.0.1", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Drawing.Common.dll", - "accessPath": "usr/lib/powershell/System.Drawing.Common.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_drawing_common_.net:8.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_drawing_common:system_drawing_common_.net:8.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_drawing_common:8.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_drawing_common:system_drawing_common:8.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Drawing.Common@8.0.1", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Drawing.Common", - "version": "8.0.1", - "path": "system.drawing.common/8.0.1", - "sha512": "sha512-x0rAZECxIGx/YVjN28YRdpqka0+H7YMN9741FUDzipXPDzesd60gef/LI0ZCOcYSDsacTLTHvMAvxHG+TjbNNQ==", - "hashPath": "system.drawing.common.8.0.1.nupkg.sha512", - "executables": { - "lib/net8.0/System.Drawing.Common.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Drawing.Common", - "internalName": "System.Drawing.Common.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.1+0b4028eb507aeb222f5bd1fc421876cc5e5e3fb8" - } - } - } - }, - { - "id": "c983536e68d81c77", - "name": "System.IO.Packaging", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.IO.Packaging.dll", - "accessPath": "usr/lib/powershell/System.IO.Packaging.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_io_packaging_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_io_packaging:system_io_packaging_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_io_packaging:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_io_packaging:system_io_packaging:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.IO.Packaging@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.IO.Packaging", - "version": "8.0.0", - "path": "system.io.packaging/8.0.0", - "sha512": "sha512-8g1V4YRpdGAxFcK8v9OjuMdIOJSpF30Zb1JGicwVZhly3I994WFyBdV6mQEo8d3T+URQe55/M0U0eIH0Hts1bg==", - "hashPath": "system.io.packaging.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.IO.Packaging.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides classes that support storage of multiple data objects in a single container.", - "internalName": "System.IO.Packaging.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "04090d4d2f953021", - "name": "System.IO.Ports", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.IO.Ports.dll", - "accessPath": "usr/lib/powershell/System.IO.Ports.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_io_ports_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_io_ports:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_io_ports:system_io_ports_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_io_ports:system_io_ports:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.IO.Ports@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.IO.Ports", - "version": "8.0.0", - "path": "system.io.ports/8.0.0", - "sha512": "sha512-MaiPbx2/QXZc62gm/DrajRrGPG1lU4m08GWMoWiymPYM+ba4kfACp2PbiYpqJ4QiFGhHD00zX3RoVDTucjWe9g==", - "hashPath": "system.io.ports.8.0.0.nupkg.sha512", - "executables": { - "runtimes/unix/lib/net8.0/System.IO.Ports.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides classes for controlling serial ports.\r\n\r\nCommonly Used Types:\r\nSystem.IO.Ports.SerialPort", - "internalName": "System.IO.Ports.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "ec8422bfc777d8e8", - "name": "System.Management", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Management.dll", - "accessPath": "usr/lib/powershell/System.Management.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_management_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_management:system_management_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_management:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_management:system_management:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Management@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Management", - "version": "8.0.0", - "path": "system.management/8.0.0", - "sha512": "sha512-jrK22i5LRzxZCfGb+tGmke2VH7oE0DvcDlJ1HAKYU8cPmD8XnpUT0bYn2Gy98GEhGjtfbR/sxKTVb+dE770pfA==", - "hashPath": "system.management.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Management.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides access to a rich set of management information and management events about the system, devices, and applications instrumented to the Windows Management Instrumentation (WMI) infrastructure.\r\n\r\nCommonly Used Types:\r\nSystem.Management.ManagementClass\r\nSystem.Management.ManagementObject\r\nSystem.Management.SelectQuery", - "internalName": "System.Management.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "2f8c71882b003041", - "name": "System.Management.Automation", - "version": "7.4.1", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Management.Automation.dll", - "accessPath": "usr/lib/powershell/System.Management.Automation.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_management_automation:system_management_automation_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_management_automation:system_management_automation:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_management_automation_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_management_automation:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_management_automation:powershell_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_management_automation:powershell:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Management.Automation@7.4.1", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Management.Automation", - "version": "7.4.1", - "path": "", - "sha512": "", - "hashPath": "", - "executables": { - "System.Management.Automation.dll": { - "assemblyVersion": "7.4.1.0", - "legalCopyright": "(c) Microsoft Corporation.", - "comments": "PowerShell's System.Management.Automation project", - "internalName": "System.Management.Automation.dll", - "companyName": "Microsoft Corporation", - "productName": "PowerShell", - "productVersion": "7.4.1 SHA: 5668713d3c906d63cd68e37d415206a95ac061d0+5668713d3c906d63cd68e37d415206a95ac061d0" - } - } - } - }, - { - "id": "ee6da01b5c0134df", - "name": "System.Net.Http.WinHttpHandler", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Net.Http.WinHttpHandler.dll", - "accessPath": "usr/lib/powershell/System.Net.Http.WinHttpHandler.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_net_http_winhttphandler:system_net_http_winhttphandler_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_net_http_winhttphandler:system_net_http_winhttphandler:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_net_http_winhttphandler_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_net_http_winhttphandler:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Net.Http.WinHttpHandler@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Net.Http.WinHttpHandler", - "version": "8.0.0", - "path": "system.net.http.winhttphandler/8.0.0", - "sha512": "sha512-dAtcyQzDpi34VdR1BeEV8yCOeXVEyekYYK6lJZIzG/N5aqEGgT6AB2DsbiidMp8cB6Y7DqqcmQFZaSGUdoubvQ==", - "hashPath": "system.net.http.winhttphandler.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Net.Http.WinHttpHandler.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides a message handler for HttpClient based on the WinHTTP interface of Windows. While similar to HttpClientHandler, it provides developers more granular control over the application's HTTP communication than the HttpClientHandler.\r\n\r\nCommonly Used Types:\r\nSystem.Net.Http.WinHttpHandler", - "internalName": "System.Net.Http.WinHttpHandler.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "4fb669313f6014d3", - "name": "System.Private.ServiceModel", - "version": "4.10.3", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Private.ServiceModel.dll", - "accessPath": "usr/lib/powershell/System.Private.ServiceModel.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/cs/System.Private.ServiceModel.resources.dll", - "accessPath": "usr/lib/powershell/cs/System.Private.ServiceModel.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/de/System.Private.ServiceModel.resources.dll", - "accessPath": "usr/lib/powershell/de/System.Private.ServiceModel.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/es/System.Private.ServiceModel.resources.dll", - "accessPath": "usr/lib/powershell/es/System.Private.ServiceModel.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/fr/System.Private.ServiceModel.resources.dll", - "accessPath": "usr/lib/powershell/fr/System.Private.ServiceModel.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/it/System.Private.ServiceModel.resources.dll", - "accessPath": "usr/lib/powershell/it/System.Private.ServiceModel.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/ja/System.Private.ServiceModel.resources.dll", - "accessPath": "usr/lib/powershell/ja/System.Private.ServiceModel.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/ko/System.Private.ServiceModel.resources.dll", - "accessPath": "usr/lib/powershell/ko/System.Private.ServiceModel.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/pl/System.Private.ServiceModel.resources.dll", - "accessPath": "usr/lib/powershell/pl/System.Private.ServiceModel.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/pt-BR/System.Private.ServiceModel.resources.dll", - "accessPath": "usr/lib/powershell/pt-BR/System.Private.ServiceModel.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/ru/System.Private.ServiceModel.resources.dll", - "accessPath": "usr/lib/powershell/ru/System.Private.ServiceModel.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/tr/System.Private.ServiceModel.resources.dll", - "accessPath": "usr/lib/powershell/tr/System.Private.ServiceModel.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/zh-Hans/System.Private.ServiceModel.resources.dll", - "accessPath": "usr/lib/powershell/zh-Hans/System.Private.ServiceModel.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/zh-Hant/System.Private.ServiceModel.resources.dll", - "accessPath": "usr/lib/powershell/zh-Hant/System.Private.ServiceModel.resources.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_private_servicemodel:system_private_servicemodel_.net:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_private_servicemodel:system_private_servicemodel:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_private_servicemodel_.net:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_private_servicemodel:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Private.ServiceModel@4.10.3", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Private.ServiceModel", - "version": "4.10.3", - "path": "system.private.servicemodel/4.10.3", - "sha512": "sha512-BcUV7OERlLqGxDXZuIyIMMmk1PbqBblLRbAoigmzIUx/M8A+8epvyPyXRpbgoucKH7QmfYdQIev04Phx2Co08A==", - "hashPath": "system.private.servicemodel.4.10.3.nupkg.sha512", - "executables": { - "lib/netstandard2.0/System.Private.ServiceModel.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Private.ServiceModel", - "internalName": "System.Private.ServiceModel.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/cs/System.Private.ServiceModel.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Private.ServiceModel", - "internalName": "System.Private.ServiceModel.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/de/System.Private.ServiceModel.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Private.ServiceModel", - "internalName": "System.Private.ServiceModel.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/es/System.Private.ServiceModel.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Private.ServiceModel", - "internalName": "System.Private.ServiceModel.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/fr/System.Private.ServiceModel.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Private.ServiceModel", - "internalName": "System.Private.ServiceModel.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/it/System.Private.ServiceModel.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Private.ServiceModel", - "internalName": "System.Private.ServiceModel.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/ja/System.Private.ServiceModel.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Private.ServiceModel", - "internalName": "System.Private.ServiceModel.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/ko/System.Private.ServiceModel.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Private.ServiceModel", - "internalName": "System.Private.ServiceModel.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/pl/System.Private.ServiceModel.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Private.ServiceModel", - "internalName": "System.Private.ServiceModel.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/pt-BR/System.Private.ServiceModel.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Private.ServiceModel", - "internalName": "System.Private.ServiceModel.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/ru/System.Private.ServiceModel.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Private.ServiceModel", - "internalName": "System.Private.ServiceModel.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/tr/System.Private.ServiceModel.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Private.ServiceModel", - "internalName": "System.Private.ServiceModel.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/zh-Hans/System.Private.ServiceModel.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Private.ServiceModel", - "internalName": "System.Private.ServiceModel.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/zh-Hant/System.Private.ServiceModel.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Private.ServiceModel", - "internalName": "System.Private.ServiceModel.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - } - } - } - }, - { - "id": "2d7baf3b7659e049", - "name": "System.Reflection.Context", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Reflection.Context.dll", - "accessPath": "usr/lib/powershell/System.Reflection.Context.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_reflection_context:system_reflection_context_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_reflection_context_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_reflection_context:system_reflection_context:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_reflection_context:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Reflection.Context@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Reflection.Context", - "version": "8.0.0", - "path": "system.reflection.context/8.0.0", - "sha512": "sha512-k76ubeIBOeIVg7vkQ4I+LoB8sY1EzFIc3oHEtoiNLhXleb7TBLXUQu0CFZ4sPlXJzWNabRf+gn1T7lyhOBxIMA==", - "hashPath": "system.reflection.context.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Reflection.Context.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides classes that enable customized reflection contexts.\r\n\r\nCommonly Used Types:\r\nSystem.Reflection.Context.CustomReflectionContext", - "internalName": "System.Reflection.Context.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "7b72bbd723ad3c3a", - "name": "System.Runtime.Caching", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Runtime.Caching.dll", - "accessPath": "usr/lib/powershell/System.Runtime.Caching.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_runtime_caching:system_runtime_caching_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_runtime_caching_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_runtime_caching:system_runtime_caching:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_runtime_caching:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Runtime.Caching@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Runtime.Caching", - "version": "8.0.0", - "path": "system.runtime.caching/8.0.0", - "sha512": "sha512-4TmlmvGp4kzZomm7J2HJn6IIx0UUrQyhBDyb5O1XiunZlQImXW+B8b7W/sTPcXhSf9rp5NR5aDtQllwbB5elOQ==", - "hashPath": "system.runtime.caching.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Runtime.Caching.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides classes to use caching facilities.\r\n\r\nCommonly Used Types:\r\nSystem.Runtime.Caching.CacheEntryChangeMonitor\r\nSystem.Runtime.Caching.CacheEntryRemovedArguments\r\nSystem.Runtime.Caching.CacheEntryUpdateArguments\r\nSystem.Runtime.Caching.CacheItem\r\nSystem.Runtime.Caching.CacheItemPolicy\r\nSystem.Runtime.Caching.ChangeMonitor\r\nSystem.Runtime.Caching.FileChangeMonitor\r\nSystem.Runtime.Caching.HostFileChangeMonitor\r\nSystem.Runtime.Caching.MemoryCache\r\nSystem.Runtime.Caching.ObjectCache", - "internalName": "System.Runtime.Caching.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "e2c988a896661662", - "name": "System.Security.Cryptography.Pkcs", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Security.Cryptography.Pkcs.dll", - "accessPath": "usr/lib/powershell/System.Security.Cryptography.Pkcs.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_security_cryptography_pkcs:system_security_cryptography_pkcs_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_security_cryptography_pkcs:system_security_cryptography_pkcs:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_security_cryptography_pkcs_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_security_cryptography_pkcs:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Security.Cryptography.Pkcs@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Security.Cryptography.Pkcs", - "version": "8.0.0", - "path": "system.security.cryptography.pkcs/8.0.0", - "sha512": "sha512-ULmp3xoOwNYjOYp4JZ2NK/6NdTgiN1GQXzVVN1njQ7LOZ0d0B9vyMnhyqbIi9Qw4JXj1JgCsitkTShboHRx7Eg==", - "hashPath": "system.security.cryptography.pkcs.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Security.Cryptography.Pkcs.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides support for PKCS and CMS algorithms.\r\n\r\nCommonly Used Types:\r\nSystem.Security.Cryptography.Pkcs.EnvelopedCms", - "internalName": "System.Security.Cryptography.Pkcs.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "75a56c9eaa970465", - "name": "System.Security.Cryptography.ProtectedData", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Security.Cryptography.ProtectedData.dll", - "accessPath": "usr/lib/powershell/System.Security.Cryptography.ProtectedData.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_security_cryptography_protecteddata:system_security_cryptography_protecteddata_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_security_cryptography_protecteddata:system_security_cryptography_protecteddata:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_security_cryptography_protecteddata_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_security_cryptography_protecteddata:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Security.Cryptography.ProtectedData@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Security.Cryptography.ProtectedData", - "version": "8.0.0", - "path": "system.security.cryptography.protecteddata/8.0.0", - "sha512": "sha512-+TUFINV2q2ifyXauQXRwy4CiBhqvDEDZeVJU7qfxya4aRYOKzVBpN+4acx25VcPB9ywUN6C0n8drWl110PhZEg==", - "hashPath": "system.security.cryptography.protecteddata.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Security.Cryptography.ProtectedData.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides access to Windows Data Protection Api.\r\n\r\nCommonly Used Types:\r\nSystem.Security.Cryptography.DataProtectionScope\r\nSystem.Security.Cryptography.ProtectedData", - "internalName": "System.Security.Cryptography.ProtectedData.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "8b72def2cd3309ee", - "name": "System.Security.Cryptography.Xml", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Security.Cryptography.Xml.dll", - "accessPath": "usr/lib/powershell/System.Security.Cryptography.Xml.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_security_cryptography_xml:system_security_cryptography_xml_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_security_cryptography_xml:system_security_cryptography_xml:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_security_cryptography_xml_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_security_cryptography_xml:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Security.Cryptography.Xml@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Security.Cryptography.Xml", - "version": "8.0.0", - "path": "system.security.cryptography.xml/8.0.0", - "sha512": "sha512-HQSFbakswZ1OXFz2Bt3AJlC6ENDqWeVpgqhf213xqQUMDifzydOHIKVb1RV4prayobvR3ETIScMaQdDF2hwGZA==", - "hashPath": "system.security.cryptography.xml.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Security.Cryptography.Xml.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides classes to support the creation and validation of XML digital signatures. The classes in this namespace implement the World Wide Web Consortium Recommendation, \"XML-Signature Syntax and Processing\", described at http://www.w3.org/TR/xmldsig-core/.\r\n\r\nCommonly Used Types:\r\nSystem.Security.Cryptography.Xml.CipherData\r\nSystem.Security.Cryptography.Xml.CipherReference\r\nSystem.Security.Cryptography.Xml.DataObject\r\nSystem.Security.Cryptography.Xml.DataReference\r\nSystem.Security.Cryptography.Xml.DSAKeyValue\r\nSystem.Security.Cryptography.Xml.EncryptedData\r\nSystem.Security.Cryptography.Xml.EncryptedKey\r\nSystem.Security.Cryptography.Xml.EncryptedReference\r\nSystem.Security.Cryptography.Xml.EncryptedType\r\nSystem.Security.Cryptography.Xml.EncryptedXml\r\nSystem.Security.Cryptography.Xml.EncryptionMethod\r\nSystem.Security.Cryptography.Xml.EncryptionProperty\r\nSystem.Security.Cryptography.Xml.EncryptionPropertyCollection\r\nSystem.Security.Cryptography.Xml.KeyInfo\r\nSystem.Security.Cryptography.Xml.KeyInfoClause\r\nSystem.Security.Cryptography.Xml.KeyInfoEncryptedKey\r\nSystem.Security.Cryptography.Xml.KeyInfoName\r\nSystem.Security.Cryptography.Xml.KeyInfoNode\r\nSystem.Security.Cryptography.Xml.KeyInfoRetrievalMethod\r\nSystem.Security.Cryptography.Xml.KeyInfoX509Data\r\nSystem.Security.Cryptography.Xml.KeyReference\r\nSystem.Security.Cryptography.Xml.Reference\r\nSystem.Security.Cryptography.Xml.ReferenceList\r\nSystem.Security.Cryptography.Xml.RSAKeyValue\r\nSystem.Security.Cryptography.Xml.Signature\r\nSystem.Security.Cryptography.Xml.SignedInfo\r\nSystem.Security.Cryptography.Xml.SignedXml\r\nSystem.Security.Cryptography.Xml.Transform\r\nSystem.Security.Cryptography.Xml.TransformChain\r\nSystem.Security.Cryptography.Xml.XmlDecryptionTransform\r\nSystem.Security.Cryptography.Xml.XmlDsigBase64Transform\r\nSystem.Security.Cryptography.Xml.XmlDsigC14NTransform\r\nSystem.Security.Cryptography.Xml.XmlDsigC14NWithCommentsTransform\r\nSystem.Security.Cryptography.Xml.XmlDsigEnvelopedSignatureTransform\r\nSystem.Security.Cryptography.Xml.XmlDsigExcC14NTransform\r\nSystem.Security.Cryptography.Xml.XmlDsigExcC14NWithCommentsTransform\r\nSystem.Security.Cryptography.Xml.XmlDsigXPathTransform\r\nSystem.Security.Cryptography.Xml.XmlDsigXsltTransform\r\nSystem.Security.Cryptography.Xml.XmlLicenseTransform", - "internalName": "System.Security.Cryptography.Xml.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "41fbc6537ef178d3", - "name": "System.Security.Permissions", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Security.Permissions.dll", - "accessPath": "usr/lib/powershell/System.Security.Permissions.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_security_permissions:system_security_permissions_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_security_permissions:system_security_permissions:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_security_permissions_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_security_permissions:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Security.Permissions@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Security.Permissions", - "version": "8.0.0", - "path": "system.security.permissions/8.0.0", - "sha512": "sha512-v/BBylw7XevuAsHXoX9dDUUfmBIcUf7Lkz8K3ZXIKz3YRKpw8YftpSir4n4e/jDTKFoaK37AsC3xnk+GNFI1Ow==", - "hashPath": "system.security.permissions.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Security.Permissions.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides types supporting Code Access Security (CAS).", - "internalName": "System.Security.Permissions.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "4ac35198a3b68d42", - "name": "System.ServiceModel.Duplex", - "version": "4.10.3", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.ServiceModel.Duplex.dll", - "accessPath": "usr/lib/powershell/System.ServiceModel.Duplex.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_servicemodel_duplex:system_servicemodel_duplex_.net:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_servicemodel_duplex_.net:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_servicemodel_duplex:system_servicemodel_duplex:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_servicemodel_duplex:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.ServiceModel.Duplex@4.10.3", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.ServiceModel.Duplex", - "version": "4.10.3", - "path": "system.servicemodel.duplex/4.10.3", - "sha512": "sha512-IZ8ZahvTenWML7/jGUXSCm6jHlxpMbcb+Hy+h5p1WP9YVtb+Er7FHRRGizqQMINEdK6HhWpD6rzr5PdxNyusdg==", - "hashPath": "system.servicemodel.duplex.4.10.3.nupkg.sha512", - "executables": { - "lib/net6.0/System.ServiceModel.Duplex.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.ServiceModel.Duplex", - "internalName": "System.ServiceModel.Duplex.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - } - } - } - }, - { - "id": "70ccb794d56a4ebe", - "name": "System.ServiceModel.Http", - "version": "4.10.3", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.ServiceModel.Http.dll", - "accessPath": "usr/lib/powershell/System.ServiceModel.Http.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_servicemodel_http:system_servicemodel_http_.net:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_servicemodel_http_.net:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_servicemodel_http:system_servicemodel_http:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_servicemodel_http:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.ServiceModel.Http@4.10.3", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.ServiceModel.Http", - "version": "4.10.3", - "path": "system.servicemodel.http/4.10.3", - "sha512": "sha512-hodkn0rPTYmoZ9EIPwcleUrOi1gZBPvU0uFvzmJbyxl1lIpVM5GxTrs/pCETStjOXCiXhBDoZQYajquOEfeW/w==", - "hashPath": "system.servicemodel.http.4.10.3.nupkg.sha512", - "executables": { - "lib/net6.0/System.ServiceModel.Http.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.ServiceModel.Http", - "internalName": "System.ServiceModel.Http.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - } - } - } - }, - { - "id": "34319ec608fca37d", - "name": "System.ServiceModel.NetTcp", - "version": "4.10.3", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.ServiceModel.NetTcp.dll", - "accessPath": "usr/lib/powershell/System.ServiceModel.NetTcp.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_servicemodel_nettcp:system_servicemodel_nettcp_.net:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_servicemodel_nettcp_.net:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_servicemodel_nettcp:system_servicemodel_nettcp:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_servicemodel_nettcp:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.ServiceModel.NetTcp@4.10.3", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.ServiceModel.NetTcp", - "version": "4.10.3", - "path": "system.servicemodel.nettcp/4.10.3", - "sha512": "sha512-tP7GN7ehqSIQEz7yOJEtY8ziTpfavf2IQMPKa7r9KGQ75+uEW6/wSlWez7oKQwGYuAHbcGhpJvdG6WoVMKYgkw==", - "hashPath": "system.servicemodel.nettcp.4.10.3.nupkg.sha512", - "executables": { - "lib/net6.0/System.ServiceModel.NetTcp.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.ServiceModel.NetTcp", - "internalName": "System.ServiceModel.NetTcp.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - } - } - } - }, - { - "id": "f3e148ecad7a4902", - "name": "System.ServiceModel.Primitives", - "version": "4.10.3", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.ServiceModel.Primitives.dll", - "accessPath": "usr/lib/powershell/System.ServiceModel.Primitives.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/System.ServiceModel.dll", - "accessPath": "usr/lib/powershell/System.ServiceModel.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_servicemodel_primitives:system_servicemodel_primitives_.net:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_servicemodel_primitives:system_servicemodel_primitives:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_servicemodel_primitives_.net:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_servicemodel_primitives:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.ServiceModel.Primitives@4.10.3", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.ServiceModel.Primitives", - "version": "4.10.3", - "path": "system.servicemodel.primitives/4.10.3", - "sha512": "sha512-aNcdry95wIP1J+/HcLQM/f/AA73LnBQDNc2uCoZ+c1//KpVRp8nMZv5ApMwK+eDNVdCK8G0NLInF+xG3mfQL+g==", - "hashPath": "system.servicemodel.primitives.4.10.3.nupkg.sha512", - "executables": { - "lib/net6.0/System.ServiceModel.Primitives.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.ServiceModel.Primitives", - "internalName": "System.ServiceModel.Primitives.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/net6.0/System.ServiceModel.dll": { - "assemblyVersion": "4.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.ServiceModel", - "internalName": "System.ServiceModel.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - } - } - } - }, - { - "id": "673d69c11d174307", - "name": "System.ServiceModel.Security", - "version": "4.10.3", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.ServiceModel.Security.dll", - "accessPath": "usr/lib/powershell/System.ServiceModel.Security.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_servicemodel_security:system_servicemodel_security_.net:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_servicemodel_security:system_servicemodel_security:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_servicemodel_security_.net:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_servicemodel_security:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.ServiceModel.Security@4.10.3", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.ServiceModel.Security", - "version": "4.10.3", - "path": "system.servicemodel.security/4.10.3", - "sha512": "sha512-vqelKb7DvP2inb6LDJ5Igi8wpOYdtLXn5luDW5qEaqkV2sYO1pKlVYBpr6g6m5SevzbdZlVNu67dQiD/H6EdGQ==", - "hashPath": "system.servicemodel.security.4.10.3.nupkg.sha512", - "executables": { - "lib/net6.0/System.ServiceModel.Security.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.ServiceModel.Security", - "internalName": "System.ServiceModel.Security.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - } - } - } - }, - { - "id": "178a926a49d837d0", - "name": "System.ServiceModel.Syndication", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.ServiceModel.Syndication.dll", - "accessPath": "usr/lib/powershell/System.ServiceModel.Syndication.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_servicemodel_syndication:system_servicemodel_syndication_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_servicemodel_syndication:system_servicemodel_syndication:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_servicemodel_syndication_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_servicemodel_syndication:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.ServiceModel.Syndication@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.ServiceModel.Syndication", - "version": "8.0.0", - "path": "system.servicemodel.syndication/8.0.0", - "sha512": "sha512-CJxIUwpBkMCPmIx46tFVOt0zpRrYurUHLW6tJBcmyj+MyWpKc6MMcS69B7IdlV/bgtgys073wMIHZX9QOQ1OFA==", - "hashPath": "system.servicemodel.syndication.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.ServiceModel.Syndication.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides classes related to service model syndication.", - "internalName": "System.ServiceModel.Syndication.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "85cba8d93684063a", - "name": "System.ServiceProcess.ServiceController", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.ServiceProcess.ServiceController.dll", - "accessPath": "usr/lib/powershell/System.ServiceProcess.ServiceController.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_serviceprocess_servicecontroller:system_serviceprocess_servicecontroller_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_serviceprocess_servicecontroller:system_serviceprocess_servicecontroller:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_serviceprocess_servicecontroller_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_serviceprocess_servicecontroller:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.ServiceProcess.ServiceController@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.ServiceProcess.ServiceController", - "version": "8.0.0", - "path": "system.serviceprocess.servicecontroller/8.0.0", - "sha512": "sha512-jtYVG3bpw2n/NvNnP2g/JLri0D4UtfusTvLeH6cZPNAEjJXJVGspS3wLgVvjNbm+wjaYkFgsXejMTocV1T5DIQ==", - "hashPath": "system.serviceprocess.servicecontroller.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.ServiceProcess.ServiceController.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides the System.ServiceProcess.ServiceController class, which allows you to connect to a Windows service, manipulate it, or get information about it.\r\n\r\nCommonly Used Types:\r\nSystem.ServiceProcess.ServiceController\r\nSystem.ServiceProcess.ServiceControllerStatus\r\nSystem.ServiceProcess.ServiceType", - "internalName": "System.ServiceProcess.ServiceController.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "fd651b6a6c0ead17", - "name": "System.Speech", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Speech.dll", - "accessPath": "usr/lib/powershell/System.Speech.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_speech_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_speech:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_speech:system_speech_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_speech:system_speech:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Speech@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Speech", - "version": "8.0.0", - "path": "system.speech/8.0.0", - "sha512": "sha512-CNuiA6vb95Oe5PRjClZEBiaju31vwB8OIeCgeSBXyZL6+MS4RVVB2X/C11z0xCkooHE3Vy91nM2z76emIzR+sg==", - "hashPath": "system.speech.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Speech.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides types to perform speech synthesis and speech recognition.\r\n\r\nCommonly Used Types\r\nSystem.Speech.Synthesis.SpeechSynthesizer\r\nSystem.Speech.Recognition.SpeechRecognizer", - "internalName": "System.Speech.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "7fbb341dd815cddf", - "name": "System.Threading.AccessControl", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Threading.AccessControl.dll", - "accessPath": "usr/lib/powershell/System.Threading.AccessControl.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_threading_accesscontrol:system_threading_accesscontrol_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_threading_accesscontrol:system_threading_accesscontrol:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_threading_accesscontrol_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_threading_accesscontrol:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Threading.AccessControl@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Threading.AccessControl", - "version": "8.0.0", - "path": "system.threading.accesscontrol/8.0.0", - "sha512": "sha512-cIed5+HuYz+eV9yu9TH95zPkqmm1J9Qps9wxjB335sU8tsqc2kGdlTEH9FZzZeCS8a7mNSEsN8ZkyhQp1gfdEw==", - "hashPath": "system.threading.accesscontrol.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Threading.AccessControl.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides support for managing access and audit control lists for synchronization primitives.\r\n\r\nCommonly Used Types:\r\nSystem.Security.AccessControl.EventWaitHandleAccessRule\r\nSystem.Security.AccessControl.EventWaitHandleAuditRule\r\nSystem.Security.AccessControl.MutexAccessRule\r\nSystem.Security.AccessControl.MutexAuditRule\r\nSystem.Security.AccessControl.MutexSecurity\r\nSystem.Security.AccessControl.SemaphoreAccessRule\r\nSystem.Security.AccessControl.SemaphoreAuditRule\r\nSystem.Security.AccessControl.SemaphoreSecurity", - "internalName": "System.Threading.AccessControl.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "0a0d21cea2a07c14", - "name": "System.Web.Services.Description", - "version": "4.10.3", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Web.Services.Description.dll", - "accessPath": "usr/lib/powershell/System.Web.Services.Description.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/cs/System.Web.Services.Description.resources.dll", - "accessPath": "usr/lib/powershell/cs/System.Web.Services.Description.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/de/System.Web.Services.Description.resources.dll", - "accessPath": "usr/lib/powershell/de/System.Web.Services.Description.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/es/System.Web.Services.Description.resources.dll", - "accessPath": "usr/lib/powershell/es/System.Web.Services.Description.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/fr/System.Web.Services.Description.resources.dll", - "accessPath": "usr/lib/powershell/fr/System.Web.Services.Description.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/it/System.Web.Services.Description.resources.dll", - "accessPath": "usr/lib/powershell/it/System.Web.Services.Description.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/ja/System.Web.Services.Description.resources.dll", - "accessPath": "usr/lib/powershell/ja/System.Web.Services.Description.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/ko/System.Web.Services.Description.resources.dll", - "accessPath": "usr/lib/powershell/ko/System.Web.Services.Description.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/pl/System.Web.Services.Description.resources.dll", - "accessPath": "usr/lib/powershell/pl/System.Web.Services.Description.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/pt-BR/System.Web.Services.Description.resources.dll", - "accessPath": "usr/lib/powershell/pt-BR/System.Web.Services.Description.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/ru/System.Web.Services.Description.resources.dll", - "accessPath": "usr/lib/powershell/ru/System.Web.Services.Description.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/tr/System.Web.Services.Description.resources.dll", - "accessPath": "usr/lib/powershell/tr/System.Web.Services.Description.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/zh-Hans/System.Web.Services.Description.resources.dll", - "accessPath": "usr/lib/powershell/zh-Hans/System.Web.Services.Description.resources.dll", - "annotations": { - "evidence": "supporting" - } - }, - { - "path": "usr/lib/powershell/zh-Hant/System.Web.Services.Description.resources.dll", - "accessPath": "usr/lib/powershell/zh-Hant/System.Web.Services.Description.resources.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_web_services_description:system_web_services_description_.net:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_web_services_description:system_web_services_description:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_web_services_description_.net:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_web_services_description:4.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Web.Services.Description@4.10.3", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Web.Services.Description", - "version": "4.10.3", - "path": "system.web.services.description/4.10.3", - "sha512": "sha512-ORCkTkUo9f1o4ACG+H6SV+0XSxVZ461w3cHzYxEU41y6aKWp1CeNTMYbtdxMw1we6c6t4Hqq15PdcLVcdqno/g==", - "hashPath": "system.web.services.description.4.10.3.nupkg.sha512", - "executables": { - "lib/netstandard2.0/System.Web.Services.Description.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Web.Services.Description", - "internalName": "System.Web.Services.Description.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/cs/System.Web.Services.Description.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Web.Services.Description", - "internalName": "System.Web.Services.Description.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/de/System.Web.Services.Description.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Web.Services.Description", - "internalName": "System.Web.Services.Description.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/es/System.Web.Services.Description.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Web.Services.Description", - "internalName": "System.Web.Services.Description.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/fr/System.Web.Services.Description.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Web.Services.Description", - "internalName": "System.Web.Services.Description.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/it/System.Web.Services.Description.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Web.Services.Description", - "internalName": "System.Web.Services.Description.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/ja/System.Web.Services.Description.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Web.Services.Description", - "internalName": "System.Web.Services.Description.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/ko/System.Web.Services.Description.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Web.Services.Description", - "internalName": "System.Web.Services.Description.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/pl/System.Web.Services.Description.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Web.Services.Description", - "internalName": "System.Web.Services.Description.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/pt-BR/System.Web.Services.Description.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Web.Services.Description", - "internalName": "System.Web.Services.Description.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/ru/System.Web.Services.Description.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Web.Services.Description", - "internalName": "System.Web.Services.Description.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/tr/System.Web.Services.Description.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Web.Services.Description", - "internalName": "System.Web.Services.Description.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/zh-Hans/System.Web.Services.Description.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Web.Services.Description", - "internalName": "System.Web.Services.Description.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - }, - "lib/netstandard2.0/zh-Hant/System.Web.Services.Description.resources.dll": { - "assemblyVersion": "4.10.3.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "System.Web.Services.Description", - "internalName": "System.Web.Services.Description.resources.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET Core", - "productVersion": "3.4.3" - } - } - } - }, - { - "id": "a858760a2249a2a6", - "name": "System.Windows.Extensions", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/System.Windows.Extensions.dll", - "accessPath": "usr/lib/powershell/System.Windows.Extensions.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:system_windows_extensions:system_windows_extensions_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_windows_extensions_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:system_windows_extensions:system_windows_extensions:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:system_windows_extensions:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/System.Windows.Extensions@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "System.Windows.Extensions", - "version": "8.0.0", - "path": "system.windows.extensions/8.0.0", - "sha512": "sha512-Obg3a90MkOw9mYKxrardLpY2u0axDMrSmy4JCdq2cYbelM2cUwmUir5Bomvd1yxmPL9h5LVHU1tuKBZpUjfASg==", - "hashPath": "system.windows.extensions.8.0.0.nupkg.sha512", - "executables": { - "lib/net8.0/System.Windows.Extensions.dll": { - "assemblyVersion": "8.0.0.0", - "legalCopyright": "© Microsoft Corporation. All rights reserved.", - "comments": "Provides miscellaneous Windows-specific types\r\n\r\nCommonly Used Types:\r\nSystem.Security.Cryptography.X509Certificates.X509Certificate2UI\r\nSystem.Security.Cryptography.X509Certificates.X509SelectionFlag", - "internalName": "System.Windows.Extensions.dll", - "companyName": "Microsoft Corporation", - "productName": "Microsoft® .NET", - "productVersion": "8.0.0+5535e31a712343a63f5d7d796cd874e563e5ac14" - } - } - } - }, - { - "id": "098d64f2b40380e6", - "name": "powershell", - "version": "7.4.1-r0", - "type": "apk", - "foundBy": "wolfictl", - "locations": [ - { - "path": ".PKGINFO", - "accessPath": ".PKGINFO" - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "", - "cpes": [ - { - "cpe": "cpe:2.3:a:powershell:powershell:7.4.1-r0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:apk/wolfi/powershell@7.4.1-r0?arch=x86_64&origin=powershell", - "metadataType": "apk-db-entry", - "metadata": { - "package": "powershell", - "originPackage": "powershell", - "maintainer": "", - "version": "7.4.1-r0", - "architecture": "x86_64", - "url": "", - "description": "cross-platform automation and configuration tool/framework", - "size": 52839369, - "installedSize": 0, - "pullDependencies": [ - "aspnet-8-runtime", - "dotnet-8-runtime", - "libpsl-native", - "ncurses-terminfo-base", - "so:ld-linux-x86-64.so.2", - "so:libc.so.6", - "so:libgcc_s.so.1", - "so:libm.so.6", - "so:libstdc++.so.6" - ], - "provides": null, - "pullChecksum": "ea68cf899a99c7361259ff5829f725764d5a6edbc75cb1a8d8739f05f30e6348", - "gitCommitOfApkPort": "01ae596eab726da6448b6aa914096650604dde29", - "files": [ - { - "path": "." - }, - { - "path": ".PKGINFO" - }, - { - "path": ".SIGN.RSA.wolfi-signing.rsa.pub" - }, - { - "path": "usr" - }, - { - "path": "usr/bin" - }, - { - "path": "usr/lib" - }, - { - "path": "usr/lib/powershell" - }, - { - "path": "usr/lib/powershell/JetBrains.Annotations.dll" - }, - { - "path": "usr/lib/powershell/Json.More.dll" - }, - { - "path": "usr/lib/powershell/JsonPointer.Net.dll" - }, - { - "path": "usr/lib/powershell/JsonSchema.Net.dll" - }, - { - "path": "usr/lib/powershell/LICENSE.txt" - }, - { - "path": "usr/lib/powershell/Markdig.Signed.dll" - }, - { - "path": "usr/lib/powershell/Microsoft.ApplicationInsights.dll" - }, - { - "path": "usr/lib/powershell/Microsoft.Bcl.AsyncInterfaces.dll" - }, - { - "path": "usr/lib/powershell/Microsoft.CodeAnalysis.CSharp.dll" - }, - { - "path": "usr/lib/powershell/Microsoft.CodeAnalysis.dll" - }, - { - "path": "usr/lib/powershell/Microsoft.Extensions.ObjectPool.dll" - }, - { - "path": "usr/lib/powershell/Microsoft.Management.Infrastructure.dll" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.Commands.Management.dll" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.Commands.Management.pdb" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.Commands.Management.xml" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.Commands.Utility.dll" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.Commands.Utility.pdb" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.Commands.Utility.xml" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.ConsoleHost.dll" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.ConsoleHost.pdb" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.ConsoleHost.xml" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.MarkdownRender.dll" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.SDK.dll" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.SDK.pdb" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.SDK.xml" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.Security.dll" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.Security.pdb" - }, - { - "path": "usr/lib/powershell/Microsoft.PowerShell.Security.xml" - }, - { - "path": "usr/lib/powershell/Microsoft.Win32.Registry.AccessControl.dll" - }, - { - "path": "usr/lib/powershell/Microsoft.Win32.SystemEvents.dll" - }, - { - "path": "usr/lib/powershell/Modules" - }, - { - "path": "usr/lib/powershell/Modules/Microsoft.PowerShell.Host" - }, - { - "path": "usr/lib/powershell/Modules/Microsoft.PowerShell.Host/Microsoft.PowerShell.Host.psd1" - }, - { - "path": "usr/lib/powershell/Modules/Microsoft.PowerShell.Management" - }, - { - "path": "usr/lib/powershell/Modules/Microsoft.PowerShell.Management/Microsoft.PowerShell.Management.psd1" - }, - { - "path": "usr/lib/powershell/Modules/Microsoft.PowerShell.Security" - }, - { - "path": "usr/lib/powershell/Modules/Microsoft.PowerShell.Security/Microsoft.PowerShell.Security.psd1" - }, - { - "path": "usr/lib/powershell/Modules/Microsoft.PowerShell.Utility" - }, - { - "path": "usr/lib/powershell/Modules/Microsoft.PowerShell.Utility/Microsoft.PowerShell.Utility.psd1" - }, - { - "path": "usr/lib/powershell/Newtonsoft.Json.dll" - }, - { - "path": "usr/lib/powershell/Schemas" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/ITPro.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/Maml.rld" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/Maml.tbr" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/Maml.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/Maml.xsx" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/Maml_HTML.xsl" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/Maml_HTML_Style.xsl" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/ManagedDeveloper.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/ManagedDeveloperStructure.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/ProviderHelp.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/base.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/baseConditional.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/block.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/blockCommon.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/blockSoftware.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/command.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/conditionSet.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developer.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerCommand.rld" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerCommand.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerDscResource.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerManaged.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerManagedClass.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerManagedConstructor.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerManagedDelegate.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerManagedEnumeration.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerManagedEvent.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerManagedField.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerManagedInterface.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerManagedMethod.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerManagedNamespace.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerManagedOperator.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerManagedOverload.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerManagedProperty.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerManagedStructure.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerReference.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerStructure.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/developerXaml.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/endUser.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/hierarchy.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/inline.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/inlineCommon.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/inlineSoftware.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/inlineUi.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/shellExecute.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/structure.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/structureGlossary.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/structureList.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/structureProcedure.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/structureTable.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/structureTaskExecution.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/task.xsd" - }, - { - "path": "usr/lib/powershell/Schemas/PSMaml/troubleshooting.xsd" - }, - { - "path": "usr/lib/powershell/System.CodeDom.dll" - }, - { - "path": "usr/lib/powershell/System.ComponentModel.Composition.Registration.dll" - }, - { - "path": "usr/lib/powershell/System.ComponentModel.Composition.dll" - }, - { - "path": "usr/lib/powershell/System.Configuration.ConfigurationManager.dll" - }, - { - "path": "usr/lib/powershell/System.Data.Odbc.dll" - }, - { - "path": "usr/lib/powershell/System.Data.OleDb.dll" - }, - { - "path": "usr/lib/powershell/System.Data.SqlClient.dll" - }, - { - "path": "usr/lib/powershell/System.Diagnostics.EventLog.dll" - }, - { - "path": "usr/lib/powershell/System.Diagnostics.PerformanceCounter.dll" - }, - { - "path": "usr/lib/powershell/System.DirectoryServices.AccountManagement.dll" - }, - { - "path": "usr/lib/powershell/System.DirectoryServices.Protocols.dll" - }, - { - "path": "usr/lib/powershell/System.DirectoryServices.dll" - }, - { - "path": "usr/lib/powershell/System.Drawing.Common.dll" - }, - { - "path": "usr/lib/powershell/System.IO.Packaging.dll" - }, - { - "path": "usr/lib/powershell/System.IO.Ports.dll" - }, - { - "path": "usr/lib/powershell/System.Management.Automation.dll" - }, - { - "path": "usr/lib/powershell/System.Management.Automation.pdb" - }, - { - "path": "usr/lib/powershell/System.Management.Automation.xml" - }, - { - "path": "usr/lib/powershell/System.Management.dll" - }, - { - "path": "usr/lib/powershell/System.Net.Http.WinHttpHandler.dll" - }, - { - "path": "usr/lib/powershell/System.Private.ServiceModel.dll" - }, - { - "path": "usr/lib/powershell/System.Reflection.Context.dll" - }, - { - "path": "usr/lib/powershell/System.Runtime.Caching.dll" - }, - { - "path": "usr/lib/powershell/System.Security.Cryptography.Pkcs.dll" - }, - { - "path": "usr/lib/powershell/System.Security.Cryptography.ProtectedData.dll" - }, - { - "path": "usr/lib/powershell/System.Security.Cryptography.Xml.dll" - }, - { - "path": "usr/lib/powershell/System.Security.Permissions.dll" - }, - { - "path": "usr/lib/powershell/System.ServiceModel.Duplex.dll" - }, - { - "path": "usr/lib/powershell/System.ServiceModel.Http.dll" - }, - { - "path": "usr/lib/powershell/System.ServiceModel.NetTcp.dll" - }, - { - "path": "usr/lib/powershell/System.ServiceModel.Primitives.dll" - }, - { - "path": "usr/lib/powershell/System.ServiceModel.Security.dll" - }, - { - "path": "usr/lib/powershell/System.ServiceModel.Syndication.dll" - }, - { - "path": "usr/lib/powershell/System.ServiceModel.dll" - }, - { - "path": "usr/lib/powershell/System.ServiceProcess.ServiceController.dll" - }, - { - "path": "usr/lib/powershell/System.Speech.dll" - }, - { - "path": "usr/lib/powershell/System.Threading.AccessControl.dll" - }, - { - "path": "usr/lib/powershell/System.Web.Services.Description.dll" - }, - { - "path": "usr/lib/powershell/System.Windows.Extensions.dll" - }, - { - "path": "usr/lib/powershell/ThirdPartyNotices.txt" - }, - { - "path": "usr/lib/powershell/cs" - }, - { - "path": "usr/lib/powershell/cs/Microsoft.CodeAnalysis.CSharp.resources.dll" - }, - { - "path": "usr/lib/powershell/cs/Microsoft.CodeAnalysis.resources.dll" - }, - { - "path": "usr/lib/powershell/cs/System.Private.ServiceModel.resources.dll" - }, - { - "path": "usr/lib/powershell/cs/System.Web.Services.Description.resources.dll" - }, - { - "path": "usr/lib/powershell/de" - }, - { - "path": "usr/lib/powershell/de/Microsoft.CodeAnalysis.CSharp.resources.dll" - }, - { - "path": "usr/lib/powershell/de/Microsoft.CodeAnalysis.resources.dll" - }, - { - "path": "usr/lib/powershell/de/System.Private.ServiceModel.resources.dll" - }, - { - "path": "usr/lib/powershell/de/System.Web.Services.Description.resources.dll" - }, - { - "path": "usr/lib/powershell/en-US" - }, - { - "path": "usr/lib/powershell/en-US/default.help.txt" - }, - { - "path": "usr/lib/powershell/es" - }, - { - "path": "usr/lib/powershell/es/Microsoft.CodeAnalysis.CSharp.resources.dll" - }, - { - "path": "usr/lib/powershell/es/Microsoft.CodeAnalysis.resources.dll" - }, - { - "path": "usr/lib/powershell/es/System.Private.ServiceModel.resources.dll" - }, - { - "path": "usr/lib/powershell/es/System.Web.Services.Description.resources.dll" - }, - { - "path": "usr/lib/powershell/fr" - }, - { - "path": "usr/lib/powershell/fr/Microsoft.CodeAnalysis.CSharp.resources.dll" - }, - { - "path": "usr/lib/powershell/fr/Microsoft.CodeAnalysis.resources.dll" - }, - { - "path": "usr/lib/powershell/fr/System.Private.ServiceModel.resources.dll" - }, - { - "path": "usr/lib/powershell/fr/System.Web.Services.Description.resources.dll" - }, - { - "path": "usr/lib/powershell/it" - }, - { - "path": "usr/lib/powershell/it/Microsoft.CodeAnalysis.CSharp.resources.dll" - }, - { - "path": "usr/lib/powershell/it/Microsoft.CodeAnalysis.resources.dll" - }, - { - "path": "usr/lib/powershell/it/System.Private.ServiceModel.resources.dll" - }, - { - "path": "usr/lib/powershell/it/System.Web.Services.Description.resources.dll" - }, - { - "path": "usr/lib/powershell/ja" - }, - { - "path": "usr/lib/powershell/ja/Microsoft.CodeAnalysis.CSharp.resources.dll" - }, - { - "path": "usr/lib/powershell/ja/Microsoft.CodeAnalysis.resources.dll" - }, - { - "path": "usr/lib/powershell/ja/System.Private.ServiceModel.resources.dll" - }, - { - "path": "usr/lib/powershell/ja/System.Web.Services.Description.resources.dll" - }, - { - "path": "usr/lib/powershell/ko" - }, - { - "path": "usr/lib/powershell/ko/Microsoft.CodeAnalysis.CSharp.resources.dll" - }, - { - "path": "usr/lib/powershell/ko/Microsoft.CodeAnalysis.resources.dll" - }, - { - "path": "usr/lib/powershell/ko/System.Private.ServiceModel.resources.dll" - }, - { - "path": "usr/lib/powershell/ko/System.Web.Services.Description.resources.dll" - }, - { - "path": "usr/lib/powershell/libSystem.IO.Ports.Native.so" - }, - { - "path": "usr/lib/powershell/libpsl-native.so" - }, - { - "path": "usr/lib/powershell/pl" - }, - { - "path": "usr/lib/powershell/pl/Microsoft.CodeAnalysis.CSharp.resources.dll" - }, - { - "path": "usr/lib/powershell/pl/Microsoft.CodeAnalysis.resources.dll" - }, - { - "path": "usr/lib/powershell/pl/System.Private.ServiceModel.resources.dll" - }, - { - "path": "usr/lib/powershell/pl/System.Web.Services.Description.resources.dll" - }, - { - "path": "usr/lib/powershell/pt-BR" - }, - { - "path": "usr/lib/powershell/pt-BR/Microsoft.CodeAnalysis.CSharp.resources.dll" - }, - { - "path": "usr/lib/powershell/pt-BR/Microsoft.CodeAnalysis.resources.dll" - }, - { - "path": "usr/lib/powershell/pt-BR/System.Private.ServiceModel.resources.dll" - }, - { - "path": "usr/lib/powershell/pt-BR/System.Web.Services.Description.resources.dll" - }, - { - "path": "usr/lib/powershell/pwsh" - }, - { - "path": "usr/lib/powershell/pwsh.deps.json" - }, - { - "path": "usr/lib/powershell/pwsh.dll" - }, - { - "path": "usr/lib/powershell/pwsh.pdb" - }, - { - "path": "usr/lib/powershell/pwsh.runtimeconfig.json" - }, - { - "path": "usr/lib/powershell/pwsh.xml" - }, - { - "path": "usr/lib/powershell/ru" - }, - { - "path": "usr/lib/powershell/ru/Microsoft.CodeAnalysis.CSharp.resources.dll" - }, - { - "path": "usr/lib/powershell/ru/Microsoft.CodeAnalysis.resources.dll" - }, - { - "path": "usr/lib/powershell/ru/System.Private.ServiceModel.resources.dll" - }, - { - "path": "usr/lib/powershell/ru/System.Web.Services.Description.resources.dll" - }, - { - "path": "usr/lib/powershell/tr" - }, - { - "path": "usr/lib/powershell/tr/Microsoft.CodeAnalysis.CSharp.resources.dll" - }, - { - "path": "usr/lib/powershell/tr/Microsoft.CodeAnalysis.resources.dll" - }, - { - "path": "usr/lib/powershell/tr/System.Private.ServiceModel.resources.dll" - }, - { - "path": "usr/lib/powershell/tr/System.Web.Services.Description.resources.dll" - }, - { - "path": "usr/lib/powershell/zh-Hans" - }, - { - "path": "usr/lib/powershell/zh-Hans/Microsoft.CodeAnalysis.CSharp.resources.dll" - }, - { - "path": "usr/lib/powershell/zh-Hans/Microsoft.CodeAnalysis.resources.dll" - }, - { - "path": "usr/lib/powershell/zh-Hans/System.Private.ServiceModel.resources.dll" - }, - { - "path": "usr/lib/powershell/zh-Hans/System.Web.Services.Description.resources.dll" - }, - { - "path": "usr/lib/powershell/zh-Hant" - }, - { - "path": "usr/lib/powershell/zh-Hant/Microsoft.CodeAnalysis.CSharp.resources.dll" - }, - { - "path": "usr/lib/powershell/zh-Hant/Microsoft.CodeAnalysis.resources.dll" - }, - { - "path": "usr/lib/powershell/zh-Hant/System.Private.ServiceModel.resources.dll" - }, - { - "path": "usr/lib/powershell/zh-Hant/System.Web.Services.Description.resources.dll" - }, - { - "path": "var" - }, - { - "path": "var/lib" - }, - { - "path": "var/lib/db" - }, - { - "path": "var/lib/db/sbom" - }, - { - "path": "var/lib/db/sbom/powershell-7.4.1-r0.spdx.json" - } - ] - } - }, - { - "id": "f855fb260f988d95", - "name": "pwsh", - "version": "7.4.1", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/powershell/pwsh.dll", - "accessPath": "usr/lib/powershell/pwsh.dll", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:powershell:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:pwsh_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:microsoft_corporation:pwsh:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pwsh:powershell_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pwsh:powershell:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pwsh:pwsh_.net:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pwsh:pwsh:7.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/pwsh@7.4.1", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "pwsh", - "version": "7.4.1", - "path": "", - "sha512": "", - "hashPath": "", - "executables": { - "pwsh.dll": { - "assemblyVersion": "7.4.1.0", - "legalCopyright": "(c) Microsoft Corporation.", - "comments": "PowerShell top-level project with .NET CLI host", - "internalName": "pwsh.dll", - "companyName": "Microsoft Corporation", - "productName": "PowerShell", - "productVersion": "7.4.1 SHA: 5668713d3c906d63cd68e37d415206a95ac061d0+5668713d3c906d63cd68e37d415206a95ac061d0" - } - } - } - }, - { - "id": "4f3c4993a7034a80", - "name": "runtime.linux-x64.runtime.native.System.IO.Ports", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:runtime_linux_x64_runtime_native_system_io_ports:runtime_linux_x64_runtime_native_system_io_ports_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:runtime_linux_x64_runtime_native_system_io_ports:runtime_linux_x64_runtime_native_system_io_ports:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/runtime.linux-x64.runtime.native.System.IO.Ports@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "runtime.linux-x64.runtime.native.System.IO.Ports", - "version": "8.0.0", - "path": "runtime.linux-x64.runtime.native.system.io.ports/8.0.0", - "sha512": "sha512-Wnw5vhA4mgGbIFoo6l9Fk3iEcwRSq49a1aKwJgXUCUtEQLCSUDjTGSxqy/oMUuOyyn7uLHsH8KgZzQ1y3lReiQ==", - "hashPath": "runtime.linux-x64.runtime.native.system.io.ports.8.0.0.nupkg.sha512" - } - }, - { - "id": "911665b9d76735aa", - "name": "runtime.native.System.IO.Ports", - "version": "8.0.0", - "type": "dotnet", - "foundBy": "dotnet-deps-binary-cataloger", - "locations": [ - { - "path": "usr/lib/powershell/pwsh.deps.json", - "accessPath": "usr/lib/powershell/pwsh.deps.json", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "dotnet", - "cpes": [ - { - "cpe": "cpe:2.3:a:runtime_native_system_io_ports:runtime_native_system_io_ports_.net:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:runtime_native_system_io_ports:runtime_native_system_io_ports:8.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:nuget/runtime.native.System.IO.Ports@8.0.0", - "metadataType": "dotnet-deps-entry", - "metadata": { - "name": "runtime.native.System.IO.Ports", - "version": "8.0.0", - "path": "runtime.native.system.io.ports/8.0.0", - "sha512": "sha512-Ee7Sz5llLpTgyKIWzKI/GeuRSbFkOABgJRY00SqTY0OkTYtkB+9l5rFZfE7fxPA3c22RfytCBYkUdAkcmwMjQg==", - "hashPath": "runtime.native.system.io.ports.8.0.0.nupkg.sha512" - } - } - ], - "artifactRelationships": [], - "source": { - "id": "(redacted for determinism)", - "name": "powershell", - "version": "7.4.1-r0", - "supplier": "chainguard", - "type": "directory", - "metadata": { - "path": "testdata/apks/x86_64/powershell-7.4.1-r0.apk" - } - }, - "distro": { - "id": "wolfi" - }, - "descriptor": { - "name": "wolfictl", - "version": "" - }, - "schema": { - "version": "", - "url": "" - } -} diff --git a/pkg/sbom/testdata/goldenfiles/x86_64/py3-poetry-core-1.9.0-r1.apk.syft.json b/pkg/sbom/testdata/goldenfiles/x86_64/py3-poetry-core-1.9.0-r1.apk.syft.json deleted file mode 100644 index eafa81db3..000000000 --- a/pkg/sbom/testdata/goldenfiles/x86_64/py3-poetry-core-1.9.0-r1.apk.syft.json +++ /dev/null @@ -1,2515 +0,0 @@ -{ - "artifacts": [ - { - "id": "5aec5d9ce8c8bb88", - "name": "poetry-core", - "version": "1.9.0", - "type": "python", - "foundBy": "python-installed-package-cataloger", - "locations": [ - { - "path": "usr/lib/python3.12/site-packages/poetry_core-1.9.0.dist-info/METADATA", - "accessPath": "usr/lib/python3.12/site-packages/poetry_core-1.9.0.dist-info/METADATA", - "annotations": { - "evidence": "primary" - } - }, - { - "path": "usr/lib/python3.12/site-packages/poetry_core-1.9.0.dist-info/RECORD", - "accessPath": "usr/lib/python3.12/site-packages/poetry_core-1.9.0.dist-info/RECORD", - "annotations": { - "evidence": "supporting" - } - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [ - { - "path": "usr/lib/python3.12/site-packages/poetry_core-1.9.0.dist-info/METADATA", - "accessPath": "usr/lib/python3.12/site-packages/poetry_core-1.9.0.dist-info/METADATA" - } - ] - } - ], - "language": "python", - "cpes": [ - { - "cpe": "cpe:2.3:a:python-poetry-core:python-poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-poetry-core:python_poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_poetry_core:python-poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_poetry_core:python_poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sebastien_project:python-poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sebastien_project:python_poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sebastienproject:python-poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sebastienproject:python_poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-poetry:python-poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-poetry:python_poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_poetry:python-poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_poetry:python_poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core:python-poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core:python_poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_core:python-poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_core:python_poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-poetry-core:poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-poetry-core:poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_poetry_core:poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_poetry_core:poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sebastien_project:poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sebastien_project:poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sebastien:python-poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sebastien:python_poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sebastienproject:poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sebastienproject:poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry:python-poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry:python_poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-poetry:poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-poetry:poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python:python-poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python:python_poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_poetry:poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_poetry:poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core:poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core:poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_core:poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_core:poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sebastien:poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:sebastien:poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry:poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry:poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python:poetry-core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python:poetry_core:1.9.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:pypi/poetry-core@1.9.0", - "metadataType": "python-package", - "metadata": { - "name": "poetry-core", - "version": "1.9.0", - "author": "Sébastien Eustace", - "authorEmail": "sebastien@eustace.io", - "platform": "", - "files": [ - { - "path": "poetry/core/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "002K9r_S8D1y2KZsoHZ7HLg2anRRzibuWDUfG1Yhays" - }, - "size": "394" - }, - { - "path": "poetry/core/_vendor/fastjsonschema/LICENSE", - "digest": { - "algorithm": "sha256", - "value": "nM3faes5mKYBSN6-hblMWv7VNpG2R0aS54q8wKDlRPE" - }, - "size": "1518" - }, - { - "path": "poetry/core/_vendor/fastjsonschema/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "ObCyDMkkAt3D3xBF409xoWcxBB8arp-QJ-yN_Bm9dX4" - }, - "size": "9720" - }, - { - "path": "poetry/core/_vendor/fastjsonschema/__main__.py", - "digest": { - "algorithm": "sha256", - "value": "4hfd23przxmQc8VjL0fUsbsrvvA73gJ2HDNPgLLFdAI" - }, - "size": "312" - }, - { - "path": "poetry/core/_vendor/fastjsonschema/draft04.py", - "digest": { - "algorithm": "sha256", - "value": "Ds0M9W38Zs5YNhmOSuL2Cp1kFP5hTdcNt4S5f5A7rHE" - }, - "size": "29714" - }, - { - "path": "poetry/core/_vendor/fastjsonschema/draft06.py", - "digest": { - "algorithm": "sha256", - "value": "qfIMGhVDc8gLlYcFrVlnIFf5E8G2sjONM0drdkmnyCc" - }, - "size": "7845" - }, - { - "path": "poetry/core/_vendor/fastjsonschema/draft07.py", - "digest": { - "algorithm": "sha256", - "value": "FWI64sLZNDqSDwWbvKH4X60XgJsu4uzu_fG8ySRe78A" - }, - "size": "4249" - }, - { - "path": "poetry/core/_vendor/fastjsonschema/exceptions.py", - "digest": { - "algorithm": "sha256", - "value": "w749JgqKi8clBFcObdcbZVqsmF4oJ_QByhZ1SGbUFNw" - }, - "size": "1612" - }, - { - "path": "poetry/core/_vendor/fastjsonschema/generator.py", - "digest": { - "algorithm": "sha256", - "value": "ujPoMpneDZctejy8jXxkLS2t5EomfscQ-C_t35dt2us" - }, - "size": "12844" - }, - { - "path": "poetry/core/_vendor/fastjsonschema/indent.py", - "digest": { - "algorithm": "sha256", - "value": "juZFW9LSvmDJbPFIUm3GPqdPqJoUnqvM8neHN5rkvzU" - }, - "size": "920" - }, - { - "path": "poetry/core/_vendor/fastjsonschema/ref_resolver.py", - "digest": { - "algorithm": "sha256", - "value": "CSfaEA-97_DGN9aXA7-j0nAfAhkrkggCEaZcfcR8ZKE" - }, - "size": "5536" - }, - { - "path": "poetry/core/_vendor/fastjsonschema/version.py", - "digest": { - "algorithm": "sha256", - "value": "RIhx1lOJFJpBlFOJ6gqOjBZUXNkRoHhVsK4RfpMgpNA" - }, - "size": "19" - }, - { - "path": "poetry/core/_vendor/lark/LICENSE", - "digest": { - "algorithm": "sha256", - "value": "gmPlZS0Hzss62t8FFAtl5wz6Fp7OxfUg_hZxR5zhKoM" - }, - "size": "1073" - }, - { - "path": "poetry/core/_vendor/lark/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "-7O4u-eNiPG1jtscKTuxV7e-uSkUfYVMq8UpYOz8Xa8" - }, - "size": "744" - }, - { - "path": "poetry/core/_vendor/lark/__pyinstaller/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "_PpFm44f_mwHlCpvYgv9ZgubLfNDc3PlePVir4sxRfI" - }, - "size": "182" - }, - { - "path": "poetry/core/_vendor/lark/__pyinstaller/hook-lark.py", - "digest": { - "algorithm": "sha256", - "value": "5aFHiZWVHPRdHT8qnb4kW4JSOql5GusHodHR25_q9sU" - }, - "size": "599" - }, - { - "path": "poetry/core/_vendor/lark/ast_utils.py", - "digest": { - "algorithm": "sha256", - "value": "jwn44ocNQhZGbfcFsEZnwi_gGvPbNgzjQ-0RuEtwDzI" - }, - "size": "2117" - }, - { - "path": "poetry/core/_vendor/lark/common.py", - "digest": { - "algorithm": "sha256", - "value": "Zf52srBmaFHQf8hDHqg0wVfRfFQwjIilOizT7C2xlRg" - }, - "size": "3103" - }, - { - "path": "poetry/core/_vendor/lark/exceptions.py", - "digest": { - "algorithm": "sha256", - "value": "g76ygMPfSMl6ukKqFAZVpR2EAJTOOdyfJ_ALXc_MCR8" - }, - "size": "10939" - }, - { - "path": "poetry/core/_vendor/lark/grammar.py", - "digest": { - "algorithm": "sha256", - "value": "DR17QSLSKCRhMOqx2UQh4n-Ywu4CD-wjdQxtuM8OHkY" - }, - "size": "3665" - }, - { - "path": "poetry/core/_vendor/lark/grammars/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU" - }, - "size": "0" - }, - { - "path": "poetry/core/_vendor/lark/grammars/common.lark", - "digest": { - "algorithm": "sha256", - "value": "aTv39kqbl8haIV6D88I0-dWf_C6jl3X8y9GKPt7yddE" - }, - "size": "944" - }, - { - "path": "poetry/core/_vendor/lark/grammars/lark.lark", - "digest": { - "algorithm": "sha256", - "value": "mp2F9PYTmm8Jl7vjjUslEeHrcL9ZwfhJnDlcqhzeAWI" - }, - "size": "1603" - }, - { - "path": "poetry/core/_vendor/lark/grammars/python.lark", - "digest": { - "algorithm": "sha256", - "value": "p5S5hYeA20GEDAHql8gb4TsZvqfZN36PYrJZhauiokc" - }, - "size": "10943" - }, - { - "path": "poetry/core/_vendor/lark/grammars/unicode.lark", - "digest": { - "algorithm": "sha256", - "value": "_0Clod4_uthpQK_Cd52ZjTPkNTwHuzI_sYbYDr1yGOg" - }, - "size": "103" - }, - { - "path": "poetry/core/_vendor/lark/indenter.py", - "digest": { - "algorithm": "sha256", - "value": "SDlclk84KMLuGSVkK1yWA_EolWI0kG3zwaIsAqFtTPo" - }, - "size": "3062" - }, - { - "path": "poetry/core/_vendor/lark/lark.py", - "digest": { - "algorithm": "sha256", - "value": "dbnLl2IK_RvpTEGM6j72uSrYqS54dOWTo9bNLguJMeg" - }, - "size": "28287" - }, - { - "path": "poetry/core/_vendor/lark/lexer.py", - "digest": { - "algorithm": "sha256", - "value": "OwgQPCpQ-vUi-2aeZztsydd4DLkEgCbZeucvEPvHFi4" - }, - "size": "24037" - }, - { - "path": "poetry/core/_vendor/lark/load_grammar.py", - "digest": { - "algorithm": "sha256", - "value": "WYZDxyO6omhA8NKyMjSckfAMwVKuIMF3liiYXE_-kHo" - }, - "size": "53946" - }, - { - "path": "poetry/core/_vendor/lark/parse_tree_builder.py", - "digest": { - "algorithm": "sha256", - "value": "jT_3gCEkBGZoTXAWSnhMn1kRuJILWB-E7XkUciYNHI4" - }, - "size": "14412" - }, - { - "path": "poetry/core/_vendor/lark/parser_frontends.py", - "digest": { - "algorithm": "sha256", - "value": "mxMXxux2hkfTfE859wuVp4-Fr1no6YVEUt8toDjEdPQ" - }, - "size": "10165" - }, - { - "path": "poetry/core/_vendor/lark/parsers/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU" - }, - "size": "0" - }, - { - "path": "poetry/core/_vendor/lark/parsers/cyk.py", - "digest": { - "algorithm": "sha256", - "value": "c3GLk3kq23Xwb8MqUOjvivwP488KJY6NUWgxqeR5980" - }, - "size": "12192" - }, - { - "path": "poetry/core/_vendor/lark/parsers/earley.py", - "digest": { - "algorithm": "sha256", - "value": "65MMBF2xS5f1liBIpfPFr_ouJSUyx0bt2681Lg5Ui5o" - }, - "size": "14596" - }, - { - "path": "poetry/core/_vendor/lark/parsers/earley_common.py", - "digest": { - "algorithm": "sha256", - "value": "qoaNBCx1FPwfaqvxwRunfOBC84ukav5_h_cMXCgEctk" - }, - "size": "1581" - }, - { - "path": "poetry/core/_vendor/lark/parsers/earley_forest.py", - "digest": { - "algorithm": "sha256", - "value": "kgGWRTO0JHzbTUeshoRJ0_Rr7yx7748l6cu3RA86g7c" - }, - "size": "31634" - }, - { - "path": "poetry/core/_vendor/lark/parsers/grammar_analysis.py", - "digest": { - "algorithm": "sha256", - "value": "WoxuPu53lXJAGmdyldfaRy4yKJ9LRPl90VBYczyaVZA" - }, - "size": "7106" - }, - { - "path": "poetry/core/_vendor/lark/parsers/lalr_analysis.py", - "digest": { - "algorithm": "sha256", - "value": "DGHFk2tIluIyeFEVFfsMRU77DVbd598IJnUUOXO04yo" - }, - "size": "12207" - }, - { - "path": "poetry/core/_vendor/lark/parsers/lalr_interactive_parser.py", - "digest": { - "algorithm": "sha256", - "value": "3AFACuc9JaC_m_TeGSAwpn9L9PjbfhgbeEtXsTv9rD8" - }, - "size": "5624" - }, - { - "path": "poetry/core/_vendor/lark/parsers/lalr_parser.py", - "digest": { - "algorithm": "sha256", - "value": "6U8jP1AlUsuGxgJBWMq15WuGuyaolsLPevcf8HZ_zZk" - }, - "size": "4586" - }, - { - "path": "poetry/core/_vendor/lark/parsers/lalr_parser_state.py", - "digest": { - "algorithm": "sha256", - "value": "Ayavomb_VgPlY8G4nI45wdoiHl3jQvPbomECKf6wglE" - }, - "size": "3723" - }, - { - "path": "poetry/core/_vendor/lark/parsers/xearley.py", - "digest": { - "algorithm": "sha256", - "value": "4_K5-oSBsEdheDD3Wve8JhbmnKN1pFYNS4rTw_-JbeU" - }, - "size": "7821" - }, - { - "path": "poetry/core/_vendor/lark/py.typed", - "digest": { - "algorithm": "sha256", - "value": "47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU" - }, - "size": "0" - }, - { - "path": "poetry/core/_vendor/lark/reconstruct.py", - "digest": { - "algorithm": "sha256", - "value": "s7CevBXchUG_fe2otdAITxIaSXCEIiSjy4Sbh5QC0hs" - }, - "size": "3763" - }, - { - "path": "poetry/core/_vendor/lark/tools/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "99Pxx6Ir884diNszhi7Cv4KYo0i6Wm4mgVsJZl1uS5Q" - }, - "size": "2544" - }, - { - "path": "poetry/core/_vendor/lark/tools/nearley.py", - "digest": { - "algorithm": "sha256", - "value": "QaLYdW6mYQdDq8JKMisV3lvPqzF0wPgu8q8BtsSA33g" - }, - "size": "6265" - }, - { - "path": "poetry/core/_vendor/lark/tools/serialize.py", - "digest": { - "algorithm": "sha256", - "value": "nwt46LNxkDm0T_Uh9k2wS4fcfgvZQ2dy4-YC_aKhTQk" - }, - "size": "965" - }, - { - "path": "poetry/core/_vendor/lark/tools/standalone.py", - "digest": { - "algorithm": "sha256", - "value": "6eXDqBuzZSpE5BGZm_Fh6X5yRhAPYxNVyl2aUU3ABzA" - }, - "size": "5627" - }, - { - "path": "poetry/core/_vendor/lark/tree.py", - "digest": { - "algorithm": "sha256", - "value": "Vtph_uYBabyAACilb2Yr8oC1UNfWyXTHYxNY7WoWhos" - }, - "size": "8753" - }, - { - "path": "poetry/core/_vendor/lark/tree_matcher.py", - "digest": { - "algorithm": "sha256", - "value": "jHdZJggn405SXmPpGf9U9HLrrsfP4eNNZaj267UTB00" - }, - "size": "6003" - }, - { - "path": "poetry/core/_vendor/lark/tree_templates.py", - "digest": { - "algorithm": "sha256", - "value": "u9rgvQ9X3sDweRkhtteF9nPzCYpQPKvxQowkvU5rOcY" - }, - "size": "5959" - }, - { - "path": "poetry/core/_vendor/lark/utils.py", - "digest": { - "algorithm": "sha256", - "value": "j2cAz9hcAIkDfqPzp6DwDu7UyjuO2FqHR9wtIrZGNTw" - }, - "size": "11898" - }, - { - "path": "poetry/core/_vendor/lark/visitors.py", - "digest": { - "algorithm": "sha256", - "value": "2pHaAr1swj_Ttxt3M-u5-8zdmhYpTIo-xXFVRMQpLi0" - }, - "size": "21363" - }, - { - "path": "poetry/core/_vendor/packaging/LICENSE", - "digest": { - "algorithm": "sha256", - "value": "ytHvW9NA1z4HS6YU0m996spceUDD2MNIUuZcSQlobEg" - }, - "size": "197" - }, - { - "path": "poetry/core/_vendor/packaging/LICENSE.APACHE", - "digest": { - "algorithm": "sha256", - "value": "DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ" - }, - "size": "10174" - }, - { - "path": "poetry/core/_vendor/packaging/LICENSE.BSD", - "digest": { - "algorithm": "sha256", - "value": "tw5-m3QvHMb5SLNMFqo5_-zpQZY2S8iP8NIYDwAo-sU" - }, - "size": "1344" - }, - { - "path": "poetry/core/_vendor/packaging/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "EhCMuCSz60IgQJ93b_4wJyAoHpU9J-uddG4QaMT0Pu4" - }, - "size": "496" - }, - { - "path": "poetry/core/_vendor/packaging/_elffile.py", - "digest": { - "algorithm": "sha256", - "value": "hbmK8OD6Z7fY6hwinHEUcD1by7czkGiNYu7ShnFEk2k" - }, - "size": "3266" - }, - { - "path": "poetry/core/_vendor/packaging/_manylinux.py", - "digest": { - "algorithm": "sha256", - "value": "Rq6ppXAxH8XFtNf6tC-B-1SKuvCODPBvcCoSulMtbtk" - }, - "size": "9526" - }, - { - "path": "poetry/core/_vendor/packaging/_musllinux.py", - "digest": { - "algorithm": "sha256", - "value": "kgmBGLFybpy8609-KTvzmt2zChCPWYvhp5BWP4JX7dE" - }, - "size": "2676" - }, - { - "path": "poetry/core/_vendor/packaging/_parser.py", - "digest": { - "algorithm": "sha256", - "value": "5DhK_zYJE4U4yzSkgEBT4F7tT2xZ6Pkx4gSRKyvXneQ" - }, - "size": "10382" - }, - { - "path": "poetry/core/_vendor/packaging/_structures.py", - "digest": { - "algorithm": "sha256", - "value": "q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4" - }, - "size": "1431" - }, - { - "path": "poetry/core/_vendor/packaging/_tokenizer.py", - "digest": { - "algorithm": "sha256", - "value": "alCtbwXhOFAmFGZ6BQ-wCTSFoRAJ2z-ysIf7__MTJ_k" - }, - "size": "5292" - }, - { - "path": "poetry/core/_vendor/packaging/markers.py", - "digest": { - "algorithm": "sha256", - "value": "eH-txS2zq1HdNpTd9LcZUcVIwewAiNU0grmq5wjKnOk" - }, - "size": "8208" - }, - { - "path": "poetry/core/_vendor/packaging/metadata.py", - "digest": { - "algorithm": "sha256", - "value": "ToxjINOmSn8mbEeXRSVNMidEJsPUYHEYFnnN4MaqvH0" - }, - "size": "32750" - }, - { - "path": "poetry/core/_vendor/packaging/py.typed", - "digest": { - "algorithm": "sha256", - "value": "47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU" - }, - "size": "0" - }, - { - "path": "poetry/core/_vendor/packaging/requirements.py", - "digest": { - "algorithm": "sha256", - "value": "wswG4mXHSgE9w4NjNnlSvgLGo6yYvfHVEFnWhuEmXxg" - }, - "size": "2952" - }, - { - "path": "poetry/core/_vendor/packaging/specifiers.py", - "digest": { - "algorithm": "sha256", - "value": "ZOpqL_w_Kj6ZF_OWdliQUzhEyHlDbi6989kr-sF5GHs" - }, - "size": "39206" - }, - { - "path": "poetry/core/_vendor/packaging/tags.py", - "digest": { - "algorithm": "sha256", - "value": "pkG6gQ28RlhS09VzymVhVpGrWF5doHXfK1VxG9cdhoY" - }, - "size": "18355" - }, - { - "path": "poetry/core/_vendor/packaging/utils.py", - "digest": { - "algorithm": "sha256", - "value": "XgdmP3yx9-wQEFjO7OvMj9RjEf5JlR5HFFR69v7SQ9E" - }, - "size": "5268" - }, - { - "path": "poetry/core/_vendor/packaging/version.py", - "digest": { - "algorithm": "sha256", - "value": "XjRBLNK17UMDgLeP8UHnqwiY3TdSi03xFQURtec211A" - }, - "size": "16236" - }, - { - "path": "poetry/core/_vendor/tomli/LICENSE", - "digest": { - "algorithm": "sha256", - "value": "uAgWsNUwuKzLTCIReDeQmEpuO2GSLCte6S8zcqsnQv4" - }, - "size": "1072" - }, - { - "path": "poetry/core/_vendor/tomli/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "JhUwV66DB1g4Hvt1UQCVMdfCu-IgAV8FXmvDU9onxd4" - }, - "size": "396" - }, - { - "path": "poetry/core/_vendor/tomli/_parser.py", - "digest": { - "algorithm": "sha256", - "value": "g9-ENaALS-B8dokYpCuzUFalWlog7T-SIYMjLZSWrtM" - }, - "size": "22633" - }, - { - "path": "poetry/core/_vendor/tomli/_re.py", - "digest": { - "algorithm": "sha256", - "value": "dbjg5ChZT23Ka9z9DHOXfdtSpPwUfdgMXnj8NOoly-w" - }, - "size": "2943" - }, - { - "path": "poetry/core/_vendor/tomli/_types.py", - "digest": { - "algorithm": "sha256", - "value": "-GTG2VUqkpxwMqzmVO4F7ybKddIbAnuAHXfmWQcTi3Q" - }, - "size": "254" - }, - { - "path": "poetry/core/_vendor/tomli/py.typed", - "digest": { - "algorithm": "sha256", - "value": "8PjyZ1aVoQpRVvt71muvuq5qE-jTFZkK-GLHkhdebmc" - }, - "size": "26" - }, - { - "path": "poetry/core/_vendor/vendor.txt", - "digest": { - "algorithm": "sha256", - "value": "xl4X29jOA6BGs6o0-xC1tJs6NPrQ-_W9jOMGfwD_4jM" - }, - "size": "276" - }, - { - "path": "poetry/core/constraints/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU" - }, - "size": "0" - }, - { - "path": "poetry/core/constraints/generic/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "q2b6g_VyJygeshz5jkPg59nPGFX6aGjwTyqXXB9KXxg" - }, - "size": "719" - }, - { - "path": "poetry/core/constraints/generic/any_constraint.py", - "digest": { - "algorithm": "sha256", - "value": "WtNd1k32NoxOe9HkJHV3T1xSLTvz9qRBl5BRqw6zxpk" - }, - "size": "1236" - }, - { - "path": "poetry/core/constraints/generic/base_constraint.py", - "digest": { - "algorithm": "sha256", - "value": "tp7ztq1DjNoLRzbWUsVd7Nfh5XbmFs4aNMQYzg2Q1Lw" - }, - "size": "1109" - }, - { - "path": "poetry/core/constraints/generic/constraint.py", - "digest": { - "algorithm": "sha256", - "value": "vw56XHxvmaDj44srkgJ0pN2vMqAOZwkl_B4Sluy7HqA" - }, - "size": "4991" - }, - { - "path": "poetry/core/constraints/generic/empty_constraint.py", - "digest": { - "algorithm": "sha256", - "value": "YuORG4NloQmlMaTcshY8Wv1wprNXOeGuhyuAV4c4DD8" - }, - "size": "1151" - }, - { - "path": "poetry/core/constraints/generic/multi_constraint.py", - "digest": { - "algorithm": "sha256", - "value": "3PsL5Vwt4E0pSiVB15OJij0Dpj5Bb_9jA9dTtQBxOlE" - }, - "size": "4323" - }, - { - "path": "poetry/core/constraints/generic/parser.py", - "digest": { - "algorithm": "sha256", - "value": "LMdTlYt8hzm7skWiuO-lpQME2XgAAVgiPrp6SDWHZ44" - }, - "size": "2036" - }, - { - "path": "poetry/core/constraints/generic/union_constraint.py", - "digest": { - "algorithm": "sha256", - "value": "LC5pgJy6TDU3Fu5yeuBFVsi6x0JWtXdZHgkS_Ql2YKw" - }, - "size": "6977" - }, - { - "path": "poetry/core/constraints/version/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "RGDbUbddbKyMYegl6qbkcnzlMKHFR40jLMRdcz6-jJ4" - }, - "size": "954" - }, - { - "path": "poetry/core/constraints/version/empty_constraint.py", - "digest": { - "algorithm": "sha256", - "value": "p3IZ8U0VeY9PV5dItOKWj2WAexq5MeyNHEA2MzSFNe4" - }, - "size": "1416" - }, - { - "path": "poetry/core/constraints/version/exceptions.py", - "digest": { - "algorithm": "sha256", - "value": "KyVaLVndfhf_jPFaU5LjwkFq-2gb1bDDjLHzr52c9Wg" - }, - "size": "86" - }, - { - "path": "poetry/core/constraints/version/parser.py", - "digest": { - "algorithm": "sha256", - "value": "noZ0mWqcE2TMXfZMuEG13vgwL7Yp4eb_gRWG8VWpL-Q" - }, - "size": "7241" - }, - { - "path": "poetry/core/constraints/version/patterns.py", - "digest": { - "algorithm": "sha256", - "value": "BnSvvAthzqcjmlDHhpj25qXeVA9J_ua6L92shDbRdeY" - }, - "size": "941" - }, - { - "path": "poetry/core/constraints/version/util.py", - "digest": { - "algorithm": "sha256", - "value": "yu7nC9Xk0DCj2mOBCV3jsa9gV-l6dPLY3LMoluNheCo" - }, - "size": "1543" - }, - { - "path": "poetry/core/constraints/version/version.py", - "digest": { - "algorithm": "sha256", - "value": "sLRSctCh-nEv__SAp1B9e_mH3PpfR60VTUUajaMmqMs" - }, - "size": "5081" - }, - { - "path": "poetry/core/constraints/version/version_constraint.py", - "digest": { - "algorithm": "sha256", - "value": "jRvcNDjwmd2unOIZeVp4cmm-UWi1Y2vWOM_2VPrngig" - }, - "size": "3401" - }, - { - "path": "poetry/core/constraints/version/version_range.py", - "digest": { - "algorithm": "sha256", - "value": "Aaje_XQ9F_QUOgkX2-1lM6lYfJarrI-bGzcM6ELJ4kM" - }, - "size": "15653" - }, - { - "path": "poetry/core/constraints/version/version_range_constraint.py", - "digest": { - "algorithm": "sha256", - "value": "oZFT3vRkX7-bESVvz_KO2eVadkgJZour3KrYlfLNEHI" - }, - "size": "3677" - }, - { - "path": "poetry/core/constraints/version/version_union.py", - "digest": { - "algorithm": "sha256", - "value": "9yeMA5sa9MoVSWytoJ0HDRVgFi5Yyo6XfrfFRqfsxW8" - }, - "size": "10797" - }, - { - "path": "poetry/core/exceptions/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "taNya--Pl6WTRp7iT9LbDIGmyFY82CuGx9njgIAJopw" - }, - "size": "133" - }, - { - "path": "poetry/core/exceptions/base.py", - "digest": { - "algorithm": "sha256", - "value": "Rqbd5ylCO9em1RfkiUuEJhMqq75pyKpiRKm6Fa_7guc" - }, - "size": "84" - }, - { - "path": "poetry/core/factory.py", - "digest": { - "algorithm": "sha256", - "value": "gfjwkpQzDt23vdIzypdWIW_Vem0mUoYFBTE6rGgNV7w" - }, - "size": "19222" - }, - { - "path": "poetry/core/json/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "wytqrxK2JHzZ8zLm1YkC76_qbVfN331ANVpIRXz_K4M" - }, - "size": "1186" - }, - { - "path": "poetry/core/json/schemas/poetry-schema.json", - "digest": { - "algorithm": "sha256", - "value": "PvmFixIY-xTPumUSVhiZuZoloa_EgMlI6j1lHNJgCHc" - }, - "size": "19031" - }, - { - "path": "poetry/core/masonry/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "FK7uCIiiy0xF5W18UiV4aGouOyckSbDxJTpAu_eZ0SQ" - }, - "size": "255" - }, - { - "path": "poetry/core/masonry/api.py", - "digest": { - "algorithm": "sha256", - "value": "3MAT24SKhx7upLb5nvIfERNhWx5n5XjPE1JbN1W2Ncg" - }, - "size": "2687" - }, - { - "path": "poetry/core/masonry/builder.py", - "digest": { - "algorithm": "sha256", - "value": "1-YMRU-vgwqEFVVDLCXiYBzPve_LbF0ENcPwEfwvtOA" - }, - "size": "1221" - }, - { - "path": "poetry/core/masonry/builders/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU" - }, - "size": "0" - }, - { - "path": "poetry/core/masonry/builders/builder.py", - "digest": { - "algorithm": "sha256", - "value": "6UBHt6ewA6xEfk4YM6GcvMlA_7e1oiw4ApgDJWj3yUs" - }, - "size": "14776" - }, - { - "path": "poetry/core/masonry/builders/sdist.py", - "digest": { - "algorithm": "sha256", - "value": "9tddj9VlrmqauzUjAZolxd5O2VJvGx_0Gl1Se1t7cSs" - }, - "size": "15020" - }, - { - "path": "poetry/core/masonry/builders/wheel.py", - "digest": { - "algorithm": "sha256", - "value": "tonjaz0V1T2WBNFxL32A4ff7lg91qkiu9QcAmNjmnMY" - }, - "size": "16964" - }, - { - "path": "poetry/core/masonry/metadata.py", - "digest": { - "algorithm": "sha256", - "value": "yU3yCTLyLYf6g9HRlfdmp5nCyUtUjyosYB1iRBG3dxo" - }, - "size": "2992" - }, - { - "path": "poetry/core/masonry/utils/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU" - }, - "size": "0" - }, - { - "path": "poetry/core/masonry/utils/helpers.py", - "digest": { - "algorithm": "sha256", - "value": "FbuS1ffo6Yo5U6iNxugqP-_mYfbv_He2TpQD29nIjq8" - }, - "size": "3070" - }, - { - "path": "poetry/core/masonry/utils/include.py", - "digest": { - "algorithm": "sha256", - "value": "L7tGkvBvmI-mzyBeTySBkNWFCubBFFaROLCSQRTYqhY" - }, - "size": "1100" - }, - { - "path": "poetry/core/masonry/utils/module.py", - "digest": { - "algorithm": "sha256", - "value": "_qCnsUQCNl_EZk4Vp_MMtfAw61AVv3ToCUzeHogIdPA" - }, - "size": "3610" - }, - { - "path": "poetry/core/masonry/utils/package_include.py", - "digest": { - "algorithm": "sha256", - "value": "Mp4sAgcksTcvR5I0cJmwyMgcloP9k3ppP_5sdkVQxzM" - }, - "size": "2806" - }, - { - "path": "poetry/core/packages/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU" - }, - "size": "0" - }, - { - "path": "poetry/core/packages/dependency.py", - "digest": { - "algorithm": "sha256", - "value": "K4I8is1-Qn_v10wDErrHrsoW4QEEtgc7Xn9BwE_jkek" - }, - "size": "19191" - }, - { - "path": "poetry/core/packages/dependency_group.py", - "digest": { - "algorithm": "sha256", - "value": "AmT-_fI9cpl7t2Wkif8R2ZuHoJ5Stb9J4rNPr8XAFfc" - }, - "size": "1479" - }, - { - "path": "poetry/core/packages/directory_dependency.py", - "digest": { - "algorithm": "sha256", - "value": "fr5Bts1CaZyxJueSOGGexcT-9WW5tIZ7U1byyFg7hQc" - }, - "size": "1964" - }, - { - "path": "poetry/core/packages/file_dependency.py", - "digest": { - "algorithm": "sha256", - "value": "nX5cjmAl-q-7U5AkupC7Itcrp6VD_zrYE4Ha2G6j-Po" - }, - "size": "2087" - }, - { - "path": "poetry/core/packages/package.py", - "digest": { - "algorithm": "sha256", - "value": "ZFc6M5GaSr4o0O-E5f5kaGLIrSZOsmkZrFEzYui2ckY" - }, - "size": "22020" - }, - { - "path": "poetry/core/packages/path_dependency.py", - "digest": { - "algorithm": "sha256", - "value": "Qv5YWA11eZsE4e8-EuF5TteFq-ANgLyyeJmbaCSdGsc" - }, - "size": "2609" - }, - { - "path": "poetry/core/packages/project_package.py", - "digest": { - "algorithm": "sha256", - "value": "vda7tcjMogZL6nBxZ4qCqPZnTDKiss_QqRKjIOAVnAU" - }, - "size": "3129" - }, - { - "path": "poetry/core/packages/specification.py", - "digest": { - "algorithm": "sha256", - "value": "NksR9iIDBYN8_iDgKyyzE4M23bnB99Jtg-nuhFzpUyE" - }, - "size": "6750" - }, - { - "path": "poetry/core/packages/url_dependency.py", - "digest": { - "algorithm": "sha256", - "value": "GOjMVXIKHzvvNTego866zTAjRMJwJlvmlVvSJq-3AAA" - }, - "size": "1616" - }, - { - "path": "poetry/core/packages/utils/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU" - }, - "size": "0" - }, - { - "path": "poetry/core/packages/utils/link.py", - "digest": { - "algorithm": "sha256", - "value": "vjaRcwBIQV_Es0Gxc1Qh8Zhm_pywYytCPZOtJm9znbI" - }, - "size": "8805" - }, - { - "path": "poetry/core/packages/utils/utils.py", - "digest": { - "algorithm": "sha256", - "value": "YVoapi8GpsUHIvFH3Iy2GY7DTJFhgQCx5gxvewum-R8" - }, - "size": "13536" - }, - { - "path": "poetry/core/packages/vcs_dependency.py", - "digest": { - "algorithm": "sha256", - "value": "RqnvOU3rkwRaBMkgyEVv6CbVKQKux9o8yKwfGGkCkPc" - }, - "size": "3579" - }, - { - "path": "poetry/core/poetry.py", - "digest": { - "algorithm": "sha256", - "value": "7oNDRIqBb4YYegyHPFASvEKKuaOQDQStAWYnY-vVTao" - }, - "size": "1292" - }, - { - "path": "poetry/core/py.typed", - "digest": { - "algorithm": "sha256", - "value": "47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU" - }, - "size": "0" - }, - { - "path": "poetry/core/pyproject/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU" - }, - "size": "0" - }, - { - "path": "poetry/core/pyproject/exceptions.py", - "digest": { - "algorithm": "sha256", - "value": "6pWE7NHM6BbBf29qc7fHHdjkovDtap3FixctQhDtrtE" - }, - "size": "149" - }, - { - "path": "poetry/core/pyproject/tables.py", - "digest": { - "algorithm": "sha256", - "value": "mIgkJ85wV4rXMRIbprHRxF0DgFupot4QTIMJyov9sAU" - }, - "size": "2127" - }, - { - "path": "poetry/core/pyproject/toml.py", - "digest": { - "algorithm": "sha256", - "value": "jzqXyGqk-qu8xhORRvFULX1MGh10lHsfG79dJ6AAmFs" - }, - "size": "2213" - }, - { - "path": "poetry/core/spdx/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU" - }, - "size": "0" - }, - { - "path": "poetry/core/spdx/data/licenses.json", - "digest": { - "algorithm": "sha256", - "value": "AxYRXt92Ej9_HuC9I2XpAdF9w-ARbCon0w8tAyOPNbk" - }, - "size": "52942" - }, - { - "path": "poetry/core/spdx/helpers.py", - "digest": { - "algorithm": "sha256", - "value": "qrf9OpdTHyKpiFiHar4fG0iucsjK76zK-tG-kNBPcXk" - }, - "size": "1718" - }, - { - "path": "poetry/core/spdx/license.py", - "digest": { - "algorithm": "sha256", - "value": "2y24mbUrtDq_MjDCV3ngP0r6h0tj3CA-SYqVUe8nsik" - }, - "size": "5713" - }, - { - "path": "poetry/core/spdx/updater.py", - "digest": { - "algorithm": "sha256", - "value": "lkx1XESp0RBtwfymdMrK4WUeyHP_NgAEKakMWg4f5yA" - }, - "size": "1106" - }, - { - "path": "poetry/core/utils/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU" - }, - "size": "0" - }, - { - "path": "poetry/core/utils/_compat.py", - "digest": { - "algorithm": "sha256", - "value": "G5-ZbeJc_kkDBXbPM6iN2Vc55snwarVYdhw2fqH5axY" - }, - "size": "229" - }, - { - "path": "poetry/core/utils/helpers.py", - "digest": { - "algorithm": "sha256", - "value": "O1b5fctYZfNW0MEy3t1cKfAaKe0WZrsNFiR_z-mXR-c" - }, - "size": "3577" - }, - { - "path": "poetry/core/utils/patterns.py", - "digest": { - "algorithm": "sha256", - "value": "8104wWADvwlSDTiTt4gbnIYELxCZ5sF-p7PAPDw8bTA" - }, - "size": "252" - }, - { - "path": "poetry/core/vcs/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "LBZdwVpf_FAHeDKBSaR7Kr74WX2EyjyHRQlwP31itOc" - }, - "size": "1004" - }, - { - "path": "poetry/core/vcs/git.py", - "digest": { - "algorithm": "sha256", - "value": "JAOu_CnlgUFBPp0NMeOE-BJp8B-aTXNmhQxphIQmjsM" - }, - "size": "11253" - }, - { - "path": "poetry/core/version/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU" - }, - "size": "0" - }, - { - "path": "poetry/core/version/exceptions.py", - "digest": { - "algorithm": "sha256", - "value": "CNsvHCImzy570r1yrUT44U2AhOA5dxfhjBbeUnXT0Yc" - }, - "size": "80" - }, - { - "path": "poetry/core/version/grammars/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "qS2cctcUTMc9WMZaJ-dWaCNz75pUGf7hmxNlIL9tnoo" - }, - "size": "214" - }, - { - "path": "poetry/core/version/grammars/markers.lark", - "digest": { - "algorithm": "sha256", - "value": "TVq_LJAiJaq78zDoe51lX4_T6ZqPzTGMek7kMuBIBBE" - }, - "size": "972" - }, - { - "path": "poetry/core/version/grammars/pep508.lark", - "digest": { - "algorithm": "sha256", - "value": "1TYLM1-0cUDah6008tEi-ZEcRtO3J-9eM9uYoUf6tSo" - }, - "size": "1401" - }, - { - "path": "poetry/core/version/helpers.py", - "digest": { - "algorithm": "sha256", - "value": "fPA13SMeGNU_W0LBw3E2J8BILR5D9H8JyXsqaxT8MV4" - }, - "size": "1615" - }, - { - "path": "poetry/core/version/markers.py", - "digest": { - "algorithm": "sha256", - "value": "pMecduclpCQ_C0o1fs-NLGpO3SabN9wNN75hdUxBb3Q" - }, - "size": "35860" - }, - { - "path": "poetry/core/version/parser.py", - "digest": { - "algorithm": "sha256", - "value": "CHCBMgm7ozH8AR2JBm8UMpIhuB84jULU1qj0SySyuvE" - }, - "size": "752" - }, - { - "path": "poetry/core/version/pep440/__init__.py", - "digest": { - "algorithm": "sha256", - "value": "KsSbN8Aqx1Yd7DXqOKEVWIMyIp76Bpwu2UwJXstR_tw" - }, - "size": "352" - }, - { - "path": "poetry/core/version/pep440/parser.py", - "digest": { - "algorithm": "sha256", - "value": "Alp2p6cNXjTeimpebD1W5FY3ik9Tf7dyE-KeAYC1f6c" - }, - "size": "2909" - }, - { - "path": "poetry/core/version/pep440/segments.py", - "digest": { - "algorithm": "sha256", - "value": "pbcqEkoA5NmptHS9Afz9GQhxa1HBpRcyP3PGQ3jf5gw" - }, - "size": "5505" - }, - { - "path": "poetry/core/version/pep440/version.py", - "digest": { - "algorithm": "sha256", - "value": "MjWHjAZIs7EBYOOM8gmOjZq7__Bfb5tKwgGqwIFn4yI" - }, - "size": "11179" - }, - { - "path": "poetry/core/version/requirements.py", - "digest": { - "algorithm": "sha256", - "value": "w_YV_kzjq_7_rIe2hrpZC3vB6K59AYq_QCUj5DNAJxg" - }, - "size": "3381" - }, - { - "path": "poetry_core-1.9.0.dist-info/LICENSE", - "digest": { - "algorithm": "sha256", - "value": "8ZeBM3grkPRzO8MI3bGSZ8P-BHl8iNntO8IZAySVqYI" - }, - "size": "1062" - }, - { - "path": "poetry_core-1.9.0.dist-info/METADATA", - "digest": { - "algorithm": "sha256", - "value": "a7hZRswvX2btNXzRDXNhaSrhA6pus8mh4i3jwQ1kvP0" - }, - "size": "3488" - }, - { - "path": "poetry_core-1.9.0.dist-info/WHEEL", - "digest": { - "algorithm": "sha256", - "value": "sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg" - }, - "size": "88" - }, - { - "path": "poetry_core-1.9.0.dist-info/RECORD" - } - ], - "sitePackagesRootPath": "usr/lib/python3.12/site-packages", - "requiresPython": ">=3.8,<4.0" - } - }, - { - "id": "db507f8089ad5d58", - "name": "py3-poetry-core", - "version": "1.9.0-r1", - "type": "apk", - "foundBy": "wolfictl", - "locations": [ - { - "path": ".PKGINFO", - "accessPath": ".PKGINFO" - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "", - "cpes": [ - { - "cpe": "cpe:2.3:a:poetry-core-project:py3-poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core-project:py3_poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core_project:py3-poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core_project:py3_poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_core_project:py3-poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_core_project:py3_poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-coreproject:py3-poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-coreproject:py3_poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_coreproject:py3-poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_coreproject:py3_poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core-project:poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core-project:poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core_project:poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core_project:poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_core_project:poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_core_project:poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3-poetry-core:py3-poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3-poetry-core:py3_poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3_poetry_core:py3-poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3_poetry_core:py3_poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-coreproject:poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-coreproject:poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_coreproject:poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_coreproject:poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core:py3-poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core:py3_poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_core:py3-poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_core:py3_poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3-poetry-core:poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3-poetry-core:poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3_poetry_core:poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3_poetry_core:poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3-poetry:py3-poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3-poetry:py3_poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3_poetry:py3-poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3_poetry:py3_poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core:poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry-core:poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_core:poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry_core:poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry:py3-poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry:py3_poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3-poetry:poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3-poetry:poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3_poetry:poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3_poetry:poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3:py3-poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3:py3_poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry:poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:poetry:poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3:poetry-core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:py3:poetry_core:1.9.0-r1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:apk/wolfi/py3-poetry-core@1.9.0-r1?arch=x86_64&origin=py3-poetry-core", - "metadataType": "apk-db-entry", - "metadata": { - "package": "py3-poetry-core", - "originPackage": "py3-poetry-core", - "maintainer": "", - "version": "1.9.0-r1", - "architecture": "x86_64", - "url": "", - "description": "Poetry PEP 517 Build Backend", - "size": 1318613, - "installedSize": 0, - "pullDependencies": [ - "python-3" - ], - "provides": null, - "pullChecksum": "eda9cd893029d52a200cb8cf7e29f57de39964512e0d7dd23016368eff75faf4", - "gitCommitOfApkPort": "4da823d1bcd36e315d46214cde977d962697af97", - "files": [ - { - "path": "." - }, - { - "path": ".PKGINFO" - }, - { - "path": ".SIGN.RSA.wolfi-signing.rsa.pub" - }, - { - "path": "usr" - }, - { - "path": "usr/lib" - }, - { - "path": "usr/lib/python3.12" - }, - { - "path": "usr/lib/python3.12/site-packages" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/fastjsonschema" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/fastjsonschema/LICENSE" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/fastjsonschema/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/fastjsonschema/__main__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/fastjsonschema/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/fastjsonschema/draft04.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/fastjsonschema/draft06.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/fastjsonschema/draft07.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/fastjsonschema/exceptions.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/fastjsonschema/generator.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/fastjsonschema/indent.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/fastjsonschema/ref_resolver.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/fastjsonschema/version.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/LICENSE" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/__pyinstaller" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/__pyinstaller/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/__pyinstaller/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/__pyinstaller/hook-lark.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/ast_utils.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/common.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/exceptions.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/grammar.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/grammars" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/grammars/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/grammars/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/grammars/common.lark" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/grammars/lark.lark" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/grammars/python.lark" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/grammars/unicode.lark" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/indenter.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/lark.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/lexer.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/load_grammar.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parse_tree_builder.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parser_frontends.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parsers" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parsers/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parsers/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parsers/cyk.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parsers/earley.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parsers/earley_common.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parsers/earley_forest.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parsers/grammar_analysis.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parsers/lalr_analysis.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parsers/lalr_interactive_parser.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parsers/lalr_parser.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parsers/lalr_parser_state.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/parsers/xearley.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/py.typed" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/reconstruct.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/tools" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/tools/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/tools/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/tools/nearley.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/tools/serialize.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/tools/standalone.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/tree.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/tree_matcher.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/tree_templates.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/utils.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/lark/visitors.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/LICENSE" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/LICENSE.APACHE" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/LICENSE.BSD" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/_elffile.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/_manylinux.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/_musllinux.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/_parser.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/_structures.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/_tokenizer.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/markers.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/metadata.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/py.typed" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/requirements.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/specifiers.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/tags.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/utils.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/packaging/version.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/tomli" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/tomli/LICENSE" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/tomli/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/tomli/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/tomli/_parser.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/tomli/_re.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/tomli/_types.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/tomli/py.typed" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/_vendor/vendor.txt" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/generic" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/generic/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/generic/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/generic/any_constraint.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/generic/base_constraint.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/generic/constraint.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/generic/empty_constraint.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/generic/multi_constraint.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/generic/parser.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/generic/union_constraint.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/version" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/version/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/version/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/version/empty_constraint.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/version/exceptions.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/version/parser.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/version/patterns.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/version/util.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/version/version.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/version/version_constraint.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/version/version_range.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/version/version_range_constraint.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/constraints/version/version_union.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/exceptions" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/exceptions/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/exceptions/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/exceptions/base.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/factory.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/json" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/json/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/json/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/json/schemas" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/json/schemas/poetry-schema.json" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/api.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/builder.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/builders" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/builders/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/builders/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/builders/builder.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/builders/sdist.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/builders/wheel.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/metadata.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/utils" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/utils/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/utils/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/utils/helpers.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/utils/include.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/utils/module.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/masonry/utils/package_include.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/dependency.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/dependency_group.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/directory_dependency.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/file_dependency.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/package.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/path_dependency.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/project_package.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/specification.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/url_dependency.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/utils" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/utils/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/utils/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/utils/link.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/utils/utils.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/packages/vcs_dependency.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/poetry.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/py.typed" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/pyproject" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/pyproject/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/pyproject/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/pyproject/exceptions.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/pyproject/tables.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/pyproject/toml.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/spdx" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/spdx/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/spdx/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/spdx/data" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/spdx/data/licenses.json" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/spdx/helpers.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/spdx/license.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/spdx/updater.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/utils" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/utils/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/utils/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/utils/_compat.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/utils/helpers.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/utils/patterns.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/vcs" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/vcs/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/vcs/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/vcs/git.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/exceptions.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/grammars" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/grammars/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/grammars/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/grammars/markers.lark" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/grammars/pep508.lark" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/helpers.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/markers.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/parser.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/pep440" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/pep440/__init__.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/pep440/__pycache__" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/pep440/parser.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/pep440/segments.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/pep440/version.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry/core/version/requirements.py" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry_core-1.9.0.dist-info" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry_core-1.9.0.dist-info/LICENSE" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry_core-1.9.0.dist-info/METADATA" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry_core-1.9.0.dist-info/RECORD" - }, - { - "path": "usr/lib/python3.12/site-packages/poetry_core-1.9.0.dist-info/WHEEL" - }, - { - "path": "var" - }, - { - "path": "var/lib" - }, - { - "path": "var/lib/db" - }, - { - "path": "var/lib/db/sbom" - }, - { - "path": "var/lib/db/sbom/py3-poetry-core-1.9.0-r1.spdx.json" - } - ] - } - } - ], - "artifactRelationships": [], - "source": { - "id": "(redacted for determinism)", - "name": "py3-poetry-core", - "version": "1.9.0-r1", - "supplier": "chainguard", - "type": "directory", - "metadata": { - "path": "testdata/apks/x86_64/py3-poetry-core-1.9.0-r1.apk" - } - }, - "distro": { - "id": "wolfi" - }, - "descriptor": { - "name": "wolfictl", - "version": "" - }, - "schema": { - "version": "", - "url": "" - } -} diff --git a/pkg/sbom/testdata/goldenfiles/x86_64/python-3.11-base-3.11.9-r6.apk.syft.json b/pkg/sbom/testdata/goldenfiles/x86_64/python-3.11-base-3.11.9-r6.apk.syft.json deleted file mode 100644 index 717978593..000000000 --- a/pkg/sbom/testdata/goldenfiles/x86_64/python-3.11-base-3.11.9-r6.apk.syft.json +++ /dev/null @@ -1,5409 +0,0 @@ -{ - "artifacts": [ - { - "id": "85d42e0e57aab361", - "name": "pip", - "version": "24.0", - "type": "python", - "foundBy": "wheel-cataloger", - "locations": [ - { - "path": "usr/lib/python3.11/ensurepip/_bundled/pip-24.0-py3-none-any.whl", - "accessPath": "usr/lib/python3.11/ensurepip/_bundled/pip-24.0-py3-none-any.whl" - } - ], - "licenses": [ - { - "value": "MIT", - "spdxExpression": "MIT", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "python", - "cpes": [ - { - "cpe": "cpe:2.3:a:python-pip:python-pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-pip:python_pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_pip:python-pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_pip:python_pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python:python-pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python:python_pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pypa:python-pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pypa:python_pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pip:python-pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pip:python_pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-pip:pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_pip:pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python:pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pypa:pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pip:pip:24.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:pypi/pip@24.0" - }, - { - "id": "7246197144b41df5", - "name": "python-3.11-base", - "version": "3.11.9-r6", - "type": "apk", - "foundBy": "wolfictl", - "locations": [ - { - "path": ".PKGINFO", - "accessPath": ".PKGINFO" - } - ], - "licenses": [ - { - "value": "PSF-2.0", - "spdxExpression": "PSF-2.0", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "", - "cpes": [ - { - "cpe": "cpe:2.3:a:python-3.11-base:python-3.11-base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-3.11-base:python_3.11_base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_3.11_base:python-3.11-base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_3.11_base:python_3.11_base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-3.11-base:python-base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-3.11-base:python_base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-3.11:python-3.11-base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-3.11:python_3.11_base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-base:python-3.11-base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-base:python_3.11_base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_3.11:python-3.11-base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_3.11:python_3.11_base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_3.11_base:python-base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_3.11_base:python_base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_base:python-3.11-base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_base:python_3.11_base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-3.11:python-base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-3.11:python_base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-base:python-base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python-base:python_base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python:python-3.11-base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python:python_3.11_base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_3.11:python-base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_3.11:python_base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_base:python-base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python_base:python_base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python:python-base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:python:python_base:3.11.9-r6:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:apk/wolfi/python-3.11-base@3.11.9-r6?arch=x86_64&origin=python-3.11", - "metadataType": "apk-db-entry", - "metadata": { - "package": "python-3.11-base", - "originPackage": "python-3.11", - "maintainer": "", - "version": "3.11.9-r6", - "architecture": "x86_64", - "url": "", - "description": "python-3.11 as /usr/bin/python3", - "size": 42212343, - "installedSize": 0, - "pullDependencies": [ - "so:ld-linux-x86-64.so.2", - "so:libbz2.so.1", - "so:libc.so.6", - "so:libcrypt.so.1", - "so:libcrypto.so.3", - "so:libexpat.so.1", - "so:libffi.so.8", - "so:libgdbm.so.6", - "so:liblzma.so.5", - "so:libm.so.6", - "so:libmpdec.so.4", - "so:libncursesw.so.6", - "so:libpanelw.so.6", - "so:libreadline.so.8", - "so:libsqlite3.so.0", - "so:libssl.so.3", - "so:libz.so.1" - ], - "provides": [ - "cmd:pydoc3.11=3.11.9-r6", - "cmd:python3.11=3.11.9-r6", - "so:libpython3.11.so.1.0=1.0" - ], - "pullChecksum": "61fe5688209602e64c556fa6eac59b6f28fe1b480324143e4fdc45ead954ab6d", - "gitCommitOfApkPort": "2bcab34895255682e286a65b6b794ca7c5fde5ae", - "files": [ - { - "path": "." - }, - { - "path": ".PKGINFO" - }, - { - "path": ".SIGN.RSA.wolfi-signing.rsa.pub" - }, - { - "path": "usr" - }, - { - "path": "usr/bin" - }, - { - "path": "usr/bin/pydoc3.11" - }, - { - "path": "usr/bin/python3.11" - }, - { - "path": "usr/include" - }, - { - "path": "usr/include/python3.11" - }, - { - "path": "usr/include/python3.11/pyconfig.h" - }, - { - "path": "usr/lib" - }, - { - "path": "usr/lib/libpython3.11.so.1.0" - }, - { - "path": "usr/lib/python3.11" - }, - { - "path": "usr/lib/python3.11/LICENSE.txt" - }, - { - "path": "usr/lib/python3.11/__future__.py" - }, - { - "path": "usr/lib/python3.11/__hello__.py" - }, - { - "path": "usr/lib/python3.11/__phello__" - }, - { - "path": "usr/lib/python3.11/__phello__/__init__.py" - }, - { - "path": "usr/lib/python3.11/__phello__/__pycache__" - }, - { - "path": "usr/lib/python3.11/__phello__/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__phello__/__pycache__/spam.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__phello__/spam.py" - }, - { - "path": "usr/lib/python3.11/__pycache__" - }, - { - "path": "usr/lib/python3.11/__pycache__/__future__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/__hello__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_aix_support.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_bootsubprocess.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_collections_abc.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_compat_pickle.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_compression.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_markupbase.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_osx_support.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_py_abc.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_pydecimal.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_pyio.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_sitebuiltins.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_strptime.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_sysconfigdata__linux_x86_64-linux-gnu.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_threading_local.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/_weakrefset.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/abc.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/aifc.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/antigravity.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/argparse.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/ast.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/asynchat.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/asyncore.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/base64.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/bdb.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/bisect.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/bz2.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/cProfile.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/calendar.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/cgi.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/cgitb.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/chunk.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/cmd.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/code.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/codecs.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/codeop.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/colorsys.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/compileall.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/configparser.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/contextlib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/contextvars.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/copy.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/copyreg.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/crypt.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/csv.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/dataclasses.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/datetime.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/decimal.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/difflib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/dis.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/doctest.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/enum.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/filecmp.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/fileinput.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/fnmatch.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/fractions.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/ftplib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/functools.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/genericpath.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/getopt.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/getpass.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/gettext.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/glob.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/graphlib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/gzip.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/hashlib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/heapq.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/hmac.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/imaplib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/imghdr.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/imp.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/inspect.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/io.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/ipaddress.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/keyword.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/linecache.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/locale.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/lzma.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/mailbox.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/mailcap.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/mimetypes.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/modulefinder.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/netrc.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/nntplib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/ntpath.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/nturl2path.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/numbers.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/opcode.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/operator.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/optparse.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/os.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/pathlib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/pdb.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/pickle.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/pickletools.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/pipes.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/pkgutil.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/platform.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/plistlib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/poplib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/posixpath.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/pprint.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/profile.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/pstats.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/pty.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/py_compile.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/pyclbr.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/pydoc.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/queue.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/quopri.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/random.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/reprlib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/rlcompleter.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/runpy.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/sched.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/secrets.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/selectors.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/shelve.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/shlex.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/shutil.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/signal.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/site.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/smtpd.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/smtplib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/sndhdr.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/socket.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/socketserver.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/sre_compile.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/sre_constants.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/sre_parse.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/ssl.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/stat.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/statistics.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/string.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/stringprep.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/struct.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/subprocess.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/sunau.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/symtable.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/sysconfig.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/tabnanny.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/tarfile.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/telnetlib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/tempfile.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/textwrap.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/this.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/threading.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/timeit.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/token.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/tokenize.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/trace.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/traceback.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/tracemalloc.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/tty.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/turtle.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/types.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/typing.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/uu.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/uuid.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/warnings.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/wave.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/weakref.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/webbrowser.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/xdrlib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/zipapp.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/zipfile.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/__pycache__/zipimport.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/_aix_support.py" - }, - { - "path": "usr/lib/python3.11/_bootsubprocess.py" - }, - { - "path": "usr/lib/python3.11/_collections_abc.py" - }, - { - "path": "usr/lib/python3.11/_compat_pickle.py" - }, - { - "path": "usr/lib/python3.11/_compression.py" - }, - { - "path": "usr/lib/python3.11/_markupbase.py" - }, - { - "path": "usr/lib/python3.11/_osx_support.py" - }, - { - "path": "usr/lib/python3.11/_py_abc.py" - }, - { - "path": "usr/lib/python3.11/_pydecimal.py" - }, - { - "path": "usr/lib/python3.11/_pyio.py" - }, - { - "path": "usr/lib/python3.11/_sitebuiltins.py" - }, - { - "path": "usr/lib/python3.11/_strptime.py" - }, - { - "path": "usr/lib/python3.11/_sysconfigdata__linux_x86_64-linux-gnu.py" - }, - { - "path": "usr/lib/python3.11/_threading_local.py" - }, - { - "path": "usr/lib/python3.11/_weakrefset.py" - }, - { - "path": "usr/lib/python3.11/abc.py" - }, - { - "path": "usr/lib/python3.11/aifc.py" - }, - { - "path": "usr/lib/python3.11/antigravity.py" - }, - { - "path": "usr/lib/python3.11/argparse.py" - }, - { - "path": "usr/lib/python3.11/ast.py" - }, - { - "path": "usr/lib/python3.11/asynchat.py" - }, - { - "path": "usr/lib/python3.11/asyncio" - }, - { - "path": "usr/lib/python3.11/asyncio/__init__.py" - }, - { - "path": "usr/lib/python3.11/asyncio/__main__.py" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/__main__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/base_events.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/base_futures.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/base_subprocess.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/base_tasks.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/constants.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/coroutines.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/events.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/exceptions.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/format_helpers.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/futures.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/locks.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/log.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/mixins.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/proactor_events.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/protocols.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/queues.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/runners.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/selector_events.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/sslproto.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/staggered.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/streams.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/subprocess.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/taskgroups.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/tasks.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/threads.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/timeouts.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/transports.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/trsock.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/unix_events.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/windows_events.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/__pycache__/windows_utils.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/asyncio/base_events.py" - }, - { - "path": "usr/lib/python3.11/asyncio/base_futures.py" - }, - { - "path": "usr/lib/python3.11/asyncio/base_subprocess.py" - }, - { - "path": "usr/lib/python3.11/asyncio/base_tasks.py" - }, - { - "path": "usr/lib/python3.11/asyncio/constants.py" - }, - { - "path": "usr/lib/python3.11/asyncio/coroutines.py" - }, - { - "path": "usr/lib/python3.11/asyncio/events.py" - }, - { - "path": "usr/lib/python3.11/asyncio/exceptions.py" - }, - { - "path": "usr/lib/python3.11/asyncio/format_helpers.py" - }, - { - "path": "usr/lib/python3.11/asyncio/futures.py" - }, - { - "path": "usr/lib/python3.11/asyncio/locks.py" - }, - { - "path": "usr/lib/python3.11/asyncio/log.py" - }, - { - "path": "usr/lib/python3.11/asyncio/mixins.py" - }, - { - "path": "usr/lib/python3.11/asyncio/proactor_events.py" - }, - { - "path": "usr/lib/python3.11/asyncio/protocols.py" - }, - { - "path": "usr/lib/python3.11/asyncio/queues.py" - }, - { - "path": "usr/lib/python3.11/asyncio/runners.py" - }, - { - "path": "usr/lib/python3.11/asyncio/selector_events.py" - }, - { - "path": "usr/lib/python3.11/asyncio/sslproto.py" - }, - { - "path": "usr/lib/python3.11/asyncio/staggered.py" - }, - { - "path": "usr/lib/python3.11/asyncio/streams.py" - }, - { - "path": "usr/lib/python3.11/asyncio/subprocess.py" - }, - { - "path": "usr/lib/python3.11/asyncio/taskgroups.py" - }, - { - "path": "usr/lib/python3.11/asyncio/tasks.py" - }, - { - "path": "usr/lib/python3.11/asyncio/threads.py" - }, - { - "path": "usr/lib/python3.11/asyncio/timeouts.py" - }, - { - "path": "usr/lib/python3.11/asyncio/transports.py" - }, - { - "path": "usr/lib/python3.11/asyncio/trsock.py" - }, - { - "path": "usr/lib/python3.11/asyncio/unix_events.py" - }, - { - "path": "usr/lib/python3.11/asyncio/windows_events.py" - }, - { - "path": "usr/lib/python3.11/asyncio/windows_utils.py" - }, - { - "path": "usr/lib/python3.11/asyncore.py" - }, - { - "path": "usr/lib/python3.11/base64.py" - }, - { - "path": "usr/lib/python3.11/bdb.py" - }, - { - "path": "usr/lib/python3.11/bisect.py" - }, - { - "path": "usr/lib/python3.11/bz2.py" - }, - { - "path": "usr/lib/python3.11/cProfile.py" - }, - { - "path": "usr/lib/python3.11/calendar.py" - }, - { - "path": "usr/lib/python3.11/cgi.py" - }, - { - "path": "usr/lib/python3.11/cgitb.py" - }, - { - "path": "usr/lib/python3.11/chunk.py" - }, - { - "path": "usr/lib/python3.11/cmd.py" - }, - { - "path": "usr/lib/python3.11/code.py" - }, - { - "path": "usr/lib/python3.11/codecs.py" - }, - { - "path": "usr/lib/python3.11/codeop.py" - }, - { - "path": "usr/lib/python3.11/collections" - }, - { - "path": "usr/lib/python3.11/collections/__init__.py" - }, - { - "path": "usr/lib/python3.11/collections/__pycache__" - }, - { - "path": "usr/lib/python3.11/collections/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/collections/__pycache__/abc.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/collections/abc.py" - }, - { - "path": "usr/lib/python3.11/colorsys.py" - }, - { - "path": "usr/lib/python3.11/compileall.py" - }, - { - "path": "usr/lib/python3.11/concurrent" - }, - { - "path": "usr/lib/python3.11/concurrent/__init__.py" - }, - { - "path": "usr/lib/python3.11/concurrent/__pycache__" - }, - { - "path": "usr/lib/python3.11/concurrent/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/concurrent/futures" - }, - { - "path": "usr/lib/python3.11/concurrent/futures/__init__.py" - }, - { - "path": "usr/lib/python3.11/concurrent/futures/__pycache__" - }, - { - "path": "usr/lib/python3.11/concurrent/futures/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/concurrent/futures/__pycache__/_base.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/concurrent/futures/__pycache__/process.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/concurrent/futures/__pycache__/thread.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/concurrent/futures/_base.py" - }, - { - "path": "usr/lib/python3.11/concurrent/futures/process.py" - }, - { - "path": "usr/lib/python3.11/concurrent/futures/thread.py" - }, - { - "path": "usr/lib/python3.11/configparser.py" - }, - { - "path": "usr/lib/python3.11/contextlib.py" - }, - { - "path": "usr/lib/python3.11/contextvars.py" - }, - { - "path": "usr/lib/python3.11/copy.py" - }, - { - "path": "usr/lib/python3.11/copyreg.py" - }, - { - "path": "usr/lib/python3.11/crypt.py" - }, - { - "path": "usr/lib/python3.11/csv.py" - }, - { - "path": "usr/lib/python3.11/ctypes" - }, - { - "path": "usr/lib/python3.11/ctypes/__init__.py" - }, - { - "path": "usr/lib/python3.11/ctypes/__pycache__" - }, - { - "path": "usr/lib/python3.11/ctypes/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/ctypes/__pycache__/_aix.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/ctypes/__pycache__/_endian.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/ctypes/__pycache__/util.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/ctypes/__pycache__/wintypes.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/ctypes/_aix.py" - }, - { - "path": "usr/lib/python3.11/ctypes/_endian.py" - }, - { - "path": "usr/lib/python3.11/ctypes/macholib" - }, - { - "path": "usr/lib/python3.11/ctypes/macholib/README.ctypes" - }, - { - "path": "usr/lib/python3.11/ctypes/macholib/__init__.py" - }, - { - "path": "usr/lib/python3.11/ctypes/macholib/__pycache__" - }, - { - "path": "usr/lib/python3.11/ctypes/macholib/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/ctypes/macholib/__pycache__/dyld.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/ctypes/macholib/__pycache__/dylib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/ctypes/macholib/__pycache__/framework.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/ctypes/macholib/dyld.py" - }, - { - "path": "usr/lib/python3.11/ctypes/macholib/dylib.py" - }, - { - "path": "usr/lib/python3.11/ctypes/macholib/fetch_macholib" - }, - { - "path": "usr/lib/python3.11/ctypes/macholib/fetch_macholib.bat" - }, - { - "path": "usr/lib/python3.11/ctypes/macholib/framework.py" - }, - { - "path": "usr/lib/python3.11/ctypes/util.py" - }, - { - "path": "usr/lib/python3.11/ctypes/wintypes.py" - }, - { - "path": "usr/lib/python3.11/curses" - }, - { - "path": "usr/lib/python3.11/curses/__init__.py" - }, - { - "path": "usr/lib/python3.11/curses/__pycache__" - }, - { - "path": "usr/lib/python3.11/curses/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/curses/__pycache__/ascii.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/curses/__pycache__/has_key.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/curses/__pycache__/panel.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/curses/__pycache__/textpad.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/curses/ascii.py" - }, - { - "path": "usr/lib/python3.11/curses/has_key.py" - }, - { - "path": "usr/lib/python3.11/curses/panel.py" - }, - { - "path": "usr/lib/python3.11/curses/textpad.py" - }, - { - "path": "usr/lib/python3.11/dataclasses.py" - }, - { - "path": "usr/lib/python3.11/datetime.py" - }, - { - "path": "usr/lib/python3.11/dbm" - }, - { - "path": "usr/lib/python3.11/dbm/__init__.py" - }, - { - "path": "usr/lib/python3.11/dbm/__pycache__" - }, - { - "path": "usr/lib/python3.11/dbm/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/dbm/__pycache__/dumb.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/dbm/__pycache__/gnu.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/dbm/__pycache__/ndbm.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/dbm/dumb.py" - }, - { - "path": "usr/lib/python3.11/dbm/gnu.py" - }, - { - "path": "usr/lib/python3.11/dbm/ndbm.py" - }, - { - "path": "usr/lib/python3.11/decimal.py" - }, - { - "path": "usr/lib/python3.11/difflib.py" - }, - { - "path": "usr/lib/python3.11/dis.py" - }, - { - "path": "usr/lib/python3.11/distutils" - }, - { - "path": "usr/lib/python3.11/distutils/README" - }, - { - "path": "usr/lib/python3.11/distutils/__init__.py" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/_msvccompiler.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/archive_util.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/bcppcompiler.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/ccompiler.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/cmd.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/config.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/core.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/cygwinccompiler.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/debug.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/dep_util.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/dir_util.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/dist.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/errors.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/extension.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/fancy_getopt.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/file_util.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/filelist.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/log.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/msvc9compiler.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/msvccompiler.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/spawn.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/sysconfig.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/text_file.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/unixccompiler.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/util.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/version.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/__pycache__/versionpredicate.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/_msvccompiler.py" - }, - { - "path": "usr/lib/python3.11/distutils/archive_util.py" - }, - { - "path": "usr/lib/python3.11/distutils/bcppcompiler.py" - }, - { - "path": "usr/lib/python3.11/distutils/ccompiler.py" - }, - { - "path": "usr/lib/python3.11/distutils/cmd.py" - }, - { - "path": "usr/lib/python3.11/distutils/command" - }, - { - "path": "usr/lib/python3.11/distutils/command/__init__.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/bdist.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/bdist_dumb.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/bdist_rpm.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/build.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/build_clib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/build_ext.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/build_py.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/build_scripts.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/check.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/clean.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/config.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/install.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/install_data.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/install_egg_info.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/install_headers.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/install_lib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/install_scripts.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/register.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/sdist.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/__pycache__/upload.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/distutils/command/bdist.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/bdist_dumb.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/bdist_rpm.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/build.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/build_clib.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/build_ext.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/build_py.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/build_scripts.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/check.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/clean.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/command_template" - }, - { - "path": "usr/lib/python3.11/distutils/command/config.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/install.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/install_data.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/install_egg_info.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/install_headers.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/install_lib.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/install_scripts.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/register.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/sdist.py" - }, - { - "path": "usr/lib/python3.11/distutils/command/upload.py" - }, - { - "path": "usr/lib/python3.11/distutils/config.py" - }, - { - "path": "usr/lib/python3.11/distutils/core.py" - }, - { - "path": "usr/lib/python3.11/distutils/cygwinccompiler.py" - }, - { - "path": "usr/lib/python3.11/distutils/debug.py" - }, - { - "path": "usr/lib/python3.11/distutils/dep_util.py" - }, - { - "path": "usr/lib/python3.11/distutils/dir_util.py" - }, - { - "path": "usr/lib/python3.11/distutils/dist.py" - }, - { - "path": "usr/lib/python3.11/distutils/errors.py" - }, - { - "path": "usr/lib/python3.11/distutils/extension.py" - }, - { - "path": "usr/lib/python3.11/distutils/fancy_getopt.py" - }, - { - "path": "usr/lib/python3.11/distutils/file_util.py" - }, - { - "path": "usr/lib/python3.11/distutils/filelist.py" - }, - { - "path": "usr/lib/python3.11/distutils/log.py" - }, - { - "path": "usr/lib/python3.11/distutils/msvc9compiler.py" - }, - { - "path": "usr/lib/python3.11/distutils/msvccompiler.py" - }, - { - "path": "usr/lib/python3.11/distutils/spawn.py" - }, - { - "path": "usr/lib/python3.11/distutils/sysconfig.py" - }, - { - "path": "usr/lib/python3.11/distutils/text_file.py" - }, - { - "path": "usr/lib/python3.11/distutils/unixccompiler.py" - }, - { - "path": "usr/lib/python3.11/distutils/util.py" - }, - { - "path": "usr/lib/python3.11/distutils/version.py" - }, - { - "path": "usr/lib/python3.11/distutils/versionpredicate.py" - }, - { - "path": "usr/lib/python3.11/doctest.py" - }, - { - "path": "usr/lib/python3.11/email" - }, - { - "path": "usr/lib/python3.11/email/__init__.py" - }, - { - "path": "usr/lib/python3.11/email/__pycache__" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/_encoded_words.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/_header_value_parser.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/_parseaddr.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/_policybase.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/base64mime.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/charset.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/contentmanager.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/encoders.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/errors.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/feedparser.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/generator.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/header.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/headerregistry.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/iterators.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/message.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/parser.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/policy.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/quoprimime.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/__pycache__/utils.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/_encoded_words.py" - }, - { - "path": "usr/lib/python3.11/email/_header_value_parser.py" - }, - { - "path": "usr/lib/python3.11/email/_parseaddr.py" - }, - { - "path": "usr/lib/python3.11/email/_policybase.py" - }, - { - "path": "usr/lib/python3.11/email/architecture.rst" - }, - { - "path": "usr/lib/python3.11/email/base64mime.py" - }, - { - "path": "usr/lib/python3.11/email/charset.py" - }, - { - "path": "usr/lib/python3.11/email/contentmanager.py" - }, - { - "path": "usr/lib/python3.11/email/encoders.py" - }, - { - "path": "usr/lib/python3.11/email/errors.py" - }, - { - "path": "usr/lib/python3.11/email/feedparser.py" - }, - { - "path": "usr/lib/python3.11/email/generator.py" - }, - { - "path": "usr/lib/python3.11/email/header.py" - }, - { - "path": "usr/lib/python3.11/email/headerregistry.py" - }, - { - "path": "usr/lib/python3.11/email/iterators.py" - }, - { - "path": "usr/lib/python3.11/email/message.py" - }, - { - "path": "usr/lib/python3.11/email/mime" - }, - { - "path": "usr/lib/python3.11/email/mime/__init__.py" - }, - { - "path": "usr/lib/python3.11/email/mime/__pycache__" - }, - { - "path": "usr/lib/python3.11/email/mime/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/mime/__pycache__/application.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/mime/__pycache__/audio.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/mime/__pycache__/base.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/mime/__pycache__/image.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/mime/__pycache__/message.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/mime/__pycache__/multipart.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/mime/__pycache__/nonmultipart.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/mime/__pycache__/text.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/email/mime/application.py" - }, - { - "path": "usr/lib/python3.11/email/mime/audio.py" - }, - { - "path": "usr/lib/python3.11/email/mime/base.py" - }, - { - "path": "usr/lib/python3.11/email/mime/image.py" - }, - { - "path": "usr/lib/python3.11/email/mime/message.py" - }, - { - "path": "usr/lib/python3.11/email/mime/multipart.py" - }, - { - "path": "usr/lib/python3.11/email/mime/nonmultipart.py" - }, - { - "path": "usr/lib/python3.11/email/mime/text.py" - }, - { - "path": "usr/lib/python3.11/email/parser.py" - }, - { - "path": "usr/lib/python3.11/email/policy.py" - }, - { - "path": "usr/lib/python3.11/email/quoprimime.py" - }, - { - "path": "usr/lib/python3.11/email/utils.py" - }, - { - "path": "usr/lib/python3.11/encodings" - }, - { - "path": "usr/lib/python3.11/encodings/__init__.py" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/aliases.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/ascii.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/base64_codec.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/big5.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/big5hkscs.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/bz2_codec.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/charmap.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp037.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp1006.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp1026.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp1125.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp1140.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp1250.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp1251.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp1252.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp1253.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp1254.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp1255.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp1256.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp1257.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp1258.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp273.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp424.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp437.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp500.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp720.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp737.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp775.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp850.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp852.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp855.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp856.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp857.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp858.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp860.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp861.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp862.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp863.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp864.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp865.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp866.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp869.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp874.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp875.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp932.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp949.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/cp950.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/euc_jis_2004.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/euc_jisx0213.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/euc_jp.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/euc_kr.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/gb18030.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/gb2312.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/gbk.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/hex_codec.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/hp_roman8.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/hz.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/idna.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso2022_jp.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso2022_jp_1.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso2022_jp_2.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso2022_jp_2004.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso2022_jp_3.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso2022_jp_ext.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso2022_kr.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_1.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_10.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_11.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_13.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_14.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_15.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_16.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_2.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_3.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_4.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_5.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_6.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_7.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_8.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/iso8859_9.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/johab.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/koi8_r.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/koi8_t.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/koi8_u.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/kz1048.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/latin_1.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/mac_arabic.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/mac_croatian.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/mac_cyrillic.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/mac_farsi.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/mac_greek.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/mac_iceland.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/mac_latin2.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/mac_roman.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/mac_romanian.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/mac_turkish.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/mbcs.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/oem.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/palmos.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/ptcp154.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/punycode.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/quopri_codec.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/raw_unicode_escape.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/rot_13.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/shift_jis.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/shift_jis_2004.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/shift_jisx0213.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/tis_620.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/undefined.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/unicode_escape.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/utf_16.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/utf_16_be.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/utf_16_le.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/utf_32.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/utf_32_be.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/utf_32_le.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/utf_7.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/utf_8.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/utf_8_sig.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/uu_codec.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/__pycache__/zlib_codec.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/encodings/aliases.py" - }, - { - "path": "usr/lib/python3.11/encodings/ascii.py" - }, - { - "path": "usr/lib/python3.11/encodings/base64_codec.py" - }, - { - "path": "usr/lib/python3.11/encodings/big5.py" - }, - { - "path": "usr/lib/python3.11/encodings/big5hkscs.py" - }, - { - "path": "usr/lib/python3.11/encodings/bz2_codec.py" - }, - { - "path": "usr/lib/python3.11/encodings/charmap.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp037.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp1006.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp1026.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp1125.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp1140.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp1250.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp1251.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp1252.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp1253.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp1254.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp1255.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp1256.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp1257.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp1258.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp273.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp424.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp437.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp500.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp720.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp737.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp775.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp850.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp852.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp855.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp856.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp857.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp858.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp860.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp861.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp862.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp863.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp864.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp865.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp866.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp869.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp874.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp875.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp932.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp949.py" - }, - { - "path": "usr/lib/python3.11/encodings/cp950.py" - }, - { - "path": "usr/lib/python3.11/encodings/euc_jis_2004.py" - }, - { - "path": "usr/lib/python3.11/encodings/euc_jisx0213.py" - }, - { - "path": "usr/lib/python3.11/encodings/euc_jp.py" - }, - { - "path": "usr/lib/python3.11/encodings/euc_kr.py" - }, - { - "path": "usr/lib/python3.11/encodings/gb18030.py" - }, - { - "path": "usr/lib/python3.11/encodings/gb2312.py" - }, - { - "path": "usr/lib/python3.11/encodings/gbk.py" - }, - { - "path": "usr/lib/python3.11/encodings/hex_codec.py" - }, - { - "path": "usr/lib/python3.11/encodings/hp_roman8.py" - }, - { - "path": "usr/lib/python3.11/encodings/hz.py" - }, - { - "path": "usr/lib/python3.11/encodings/idna.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso2022_jp.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso2022_jp_1.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso2022_jp_2.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso2022_jp_2004.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso2022_jp_3.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso2022_jp_ext.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso2022_kr.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_1.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_10.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_11.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_13.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_14.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_15.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_16.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_2.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_3.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_4.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_5.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_6.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_7.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_8.py" - }, - { - "path": "usr/lib/python3.11/encodings/iso8859_9.py" - }, - { - "path": "usr/lib/python3.11/encodings/johab.py" - }, - { - "path": "usr/lib/python3.11/encodings/koi8_r.py" - }, - { - "path": "usr/lib/python3.11/encodings/koi8_t.py" - }, - { - "path": "usr/lib/python3.11/encodings/koi8_u.py" - }, - { - "path": "usr/lib/python3.11/encodings/kz1048.py" - }, - { - "path": "usr/lib/python3.11/encodings/latin_1.py" - }, - { - "path": "usr/lib/python3.11/encodings/mac_arabic.py" - }, - { - "path": "usr/lib/python3.11/encodings/mac_croatian.py" - }, - { - "path": "usr/lib/python3.11/encodings/mac_cyrillic.py" - }, - { - "path": "usr/lib/python3.11/encodings/mac_farsi.py" - }, - { - "path": "usr/lib/python3.11/encodings/mac_greek.py" - }, - { - "path": "usr/lib/python3.11/encodings/mac_iceland.py" - }, - { - "path": "usr/lib/python3.11/encodings/mac_latin2.py" - }, - { - "path": "usr/lib/python3.11/encodings/mac_roman.py" - }, - { - "path": "usr/lib/python3.11/encodings/mac_romanian.py" - }, - { - "path": "usr/lib/python3.11/encodings/mac_turkish.py" - }, - { - "path": "usr/lib/python3.11/encodings/mbcs.py" - }, - { - "path": "usr/lib/python3.11/encodings/oem.py" - }, - { - "path": "usr/lib/python3.11/encodings/palmos.py" - }, - { - "path": "usr/lib/python3.11/encodings/ptcp154.py" - }, - { - "path": "usr/lib/python3.11/encodings/punycode.py" - }, - { - "path": "usr/lib/python3.11/encodings/quopri_codec.py" - }, - { - "path": "usr/lib/python3.11/encodings/raw_unicode_escape.py" - }, - { - "path": "usr/lib/python3.11/encodings/rot_13.py" - }, - { - "path": "usr/lib/python3.11/encodings/shift_jis.py" - }, - { - "path": "usr/lib/python3.11/encodings/shift_jis_2004.py" - }, - { - "path": "usr/lib/python3.11/encodings/shift_jisx0213.py" - }, - { - "path": "usr/lib/python3.11/encodings/tis_620.py" - }, - { - "path": "usr/lib/python3.11/encodings/undefined.py" - }, - { - "path": "usr/lib/python3.11/encodings/unicode_escape.py" - }, - { - "path": "usr/lib/python3.11/encodings/utf_16.py" - }, - { - "path": "usr/lib/python3.11/encodings/utf_16_be.py" - }, - { - "path": "usr/lib/python3.11/encodings/utf_16_le.py" - }, - { - "path": "usr/lib/python3.11/encodings/utf_32.py" - }, - { - "path": "usr/lib/python3.11/encodings/utf_32_be.py" - }, - { - "path": "usr/lib/python3.11/encodings/utf_32_le.py" - }, - { - "path": "usr/lib/python3.11/encodings/utf_7.py" - }, - { - "path": "usr/lib/python3.11/encodings/utf_8.py" - }, - { - "path": "usr/lib/python3.11/encodings/utf_8_sig.py" - }, - { - "path": "usr/lib/python3.11/encodings/uu_codec.py" - }, - { - "path": "usr/lib/python3.11/encodings/zlib_codec.py" - }, - { - "path": "usr/lib/python3.11/ensurepip" - }, - { - "path": "usr/lib/python3.11/ensurepip/__init__.py" - }, - { - "path": "usr/lib/python3.11/ensurepip/__main__.py" - }, - { - "path": "usr/lib/python3.11/ensurepip/__pycache__" - }, - { - "path": "usr/lib/python3.11/ensurepip/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/ensurepip/__pycache__/__main__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/ensurepip/__pycache__/_uninstall.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/ensurepip/_bundled" - }, - { - "path": "usr/lib/python3.11/ensurepip/_bundled/pip-24.0-py3-none-any.whl" - }, - { - "path": "usr/lib/python3.11/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl" - }, - { - "path": "usr/lib/python3.11/ensurepip/_uninstall.py" - }, - { - "path": "usr/lib/python3.11/enum.py" - }, - { - "path": "usr/lib/python3.11/filecmp.py" - }, - { - "path": "usr/lib/python3.11/fileinput.py" - }, - { - "path": "usr/lib/python3.11/fnmatch.py" - }, - { - "path": "usr/lib/python3.11/fractions.py" - }, - { - "path": "usr/lib/python3.11/ftplib.py" - }, - { - "path": "usr/lib/python3.11/functools.py" - }, - { - "path": "usr/lib/python3.11/genericpath.py" - }, - { - "path": "usr/lib/python3.11/getopt.py" - }, - { - "path": "usr/lib/python3.11/getpass.py" - }, - { - "path": "usr/lib/python3.11/gettext.py" - }, - { - "path": "usr/lib/python3.11/glob.py" - }, - { - "path": "usr/lib/python3.11/graphlib.py" - }, - { - "path": "usr/lib/python3.11/gzip.py" - }, - { - "path": "usr/lib/python3.11/hashlib.py" - }, - { - "path": "usr/lib/python3.11/heapq.py" - }, - { - "path": "usr/lib/python3.11/hmac.py" - }, - { - "path": "usr/lib/python3.11/html" - }, - { - "path": "usr/lib/python3.11/html/__init__.py" - }, - { - "path": "usr/lib/python3.11/html/__pycache__" - }, - { - "path": "usr/lib/python3.11/html/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/html/__pycache__/entities.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/html/__pycache__/parser.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/html/entities.py" - }, - { - "path": "usr/lib/python3.11/html/parser.py" - }, - { - "path": "usr/lib/python3.11/http" - }, - { - "path": "usr/lib/python3.11/http/__init__.py" - }, - { - "path": "usr/lib/python3.11/http/__pycache__" - }, - { - "path": "usr/lib/python3.11/http/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/http/__pycache__/client.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/http/__pycache__/cookiejar.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/http/__pycache__/cookies.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/http/__pycache__/server.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/http/client.py" - }, - { - "path": "usr/lib/python3.11/http/cookiejar.py" - }, - { - "path": "usr/lib/python3.11/http/cookies.py" - }, - { - "path": "usr/lib/python3.11/http/server.py" - }, - { - "path": "usr/lib/python3.11/idlelib" - }, - { - "path": "usr/lib/python3.11/idlelib/CREDITS.txt" - }, - { - "path": "usr/lib/python3.11/idlelib/ChangeLog" - }, - { - "path": "usr/lib/python3.11/idlelib/HISTORY.txt" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/README.txt" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/folder.gif" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/idle.ico" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/idle_16.gif" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/idle_16.png" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/idle_256.png" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/idle_32.gif" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/idle_32.png" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/idle_48.gif" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/idle_48.png" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/minusnode.gif" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/openfolder.gif" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/plusnode.gif" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/python.gif" - }, - { - "path": "usr/lib/python3.11/idlelib/Icons/tk.gif" - }, - { - "path": "usr/lib/python3.11/idlelib/NEWS2x.txt" - }, - { - "path": "usr/lib/python3.11/idlelib/News3.txt" - }, - { - "path": "usr/lib/python3.11/idlelib/README.txt" - }, - { - "path": "usr/lib/python3.11/idlelib/TODO.txt" - }, - { - "path": "usr/lib/python3.11/idlelib/__init__.py" - }, - { - "path": "usr/lib/python3.11/idlelib/__main__.py" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/__main__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/autocomplete.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/autocomplete_w.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/autoexpand.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/browser.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/calltip.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/calltip_w.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/codecontext.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/colorizer.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/config.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/config_key.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/configdialog.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/debugger.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/debugger_r.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/debugobj.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/debugobj_r.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/delegator.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/dynoption.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/editor.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/filelist.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/format.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/grep.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/help.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/help_about.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/history.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/hyperparser.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/idle.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/iomenu.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/macosx.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/mainmenu.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/multicall.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/outwin.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/parenmatch.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/pathbrowser.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/percolator.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/pyparse.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/pyshell.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/query.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/redirector.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/replace.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/rpc.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/run.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/runscript.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/scrolledlist.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/search.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/searchbase.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/searchengine.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/sidebar.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/squeezer.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/stackviewer.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/statusbar.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/textview.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/tooltip.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/tree.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/undo.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/util.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/window.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/zoomheight.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/__pycache__/zzdummy.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/idlelib/autocomplete.py" - }, - { - "path": "usr/lib/python3.11/idlelib/autocomplete_w.py" - }, - { - "path": "usr/lib/python3.11/idlelib/autoexpand.py" - }, - { - "path": "usr/lib/python3.11/idlelib/browser.py" - }, - { - "path": "usr/lib/python3.11/idlelib/calltip.py" - }, - { - "path": "usr/lib/python3.11/idlelib/calltip_w.py" - }, - { - "path": "usr/lib/python3.11/idlelib/codecontext.py" - }, - { - "path": "usr/lib/python3.11/idlelib/colorizer.py" - }, - { - "path": "usr/lib/python3.11/idlelib/config-extensions.def" - }, - { - "path": "usr/lib/python3.11/idlelib/config-highlight.def" - }, - { - "path": "usr/lib/python3.11/idlelib/config-keys.def" - }, - { - "path": "usr/lib/python3.11/idlelib/config-main.def" - }, - { - "path": "usr/lib/python3.11/idlelib/config.py" - }, - { - "path": "usr/lib/python3.11/idlelib/config_key.py" - }, - { - "path": "usr/lib/python3.11/idlelib/configdialog.py" - }, - { - "path": "usr/lib/python3.11/idlelib/debugger.py" - }, - { - "path": "usr/lib/python3.11/idlelib/debugger_r.py" - }, - { - "path": "usr/lib/python3.11/idlelib/debugobj.py" - }, - { - "path": "usr/lib/python3.11/idlelib/debugobj_r.py" - }, - { - "path": "usr/lib/python3.11/idlelib/delegator.py" - }, - { - "path": "usr/lib/python3.11/idlelib/dynoption.py" - }, - { - "path": "usr/lib/python3.11/idlelib/editor.py" - }, - { - "path": "usr/lib/python3.11/idlelib/extend.txt" - }, - { - "path": "usr/lib/python3.11/idlelib/filelist.py" - }, - { - "path": "usr/lib/python3.11/idlelib/format.py" - }, - { - "path": "usr/lib/python3.11/idlelib/grep.py" - }, - { - "path": "usr/lib/python3.11/idlelib/help.html" - }, - { - "path": "usr/lib/python3.11/idlelib/help.py" - }, - { - "path": "usr/lib/python3.11/idlelib/help_about.py" - }, - { - "path": "usr/lib/python3.11/idlelib/history.py" - }, - { - "path": "usr/lib/python3.11/idlelib/hyperparser.py" - }, - { - "path": "usr/lib/python3.11/idlelib/idle.bat" - }, - { - "path": "usr/lib/python3.11/idlelib/idle.py" - }, - { - "path": "usr/lib/python3.11/idlelib/idle.pyw" - }, - { - "path": "usr/lib/python3.11/idlelib/iomenu.py" - }, - { - "path": "usr/lib/python3.11/idlelib/macosx.py" - }, - { - "path": "usr/lib/python3.11/idlelib/mainmenu.py" - }, - { - "path": "usr/lib/python3.11/idlelib/multicall.py" - }, - { - "path": "usr/lib/python3.11/idlelib/outwin.py" - }, - { - "path": "usr/lib/python3.11/idlelib/parenmatch.py" - }, - { - "path": "usr/lib/python3.11/idlelib/pathbrowser.py" - }, - { - "path": "usr/lib/python3.11/idlelib/percolator.py" - }, - { - "path": "usr/lib/python3.11/idlelib/pyparse.py" - }, - { - "path": "usr/lib/python3.11/idlelib/pyshell.py" - }, - { - "path": "usr/lib/python3.11/idlelib/query.py" - }, - { - "path": "usr/lib/python3.11/idlelib/redirector.py" - }, - { - "path": "usr/lib/python3.11/idlelib/replace.py" - }, - { - "path": "usr/lib/python3.11/idlelib/rpc.py" - }, - { - "path": "usr/lib/python3.11/idlelib/run.py" - }, - { - "path": "usr/lib/python3.11/idlelib/runscript.py" - }, - { - "path": "usr/lib/python3.11/idlelib/scrolledlist.py" - }, - { - "path": "usr/lib/python3.11/idlelib/search.py" - }, - { - "path": "usr/lib/python3.11/idlelib/searchbase.py" - }, - { - "path": "usr/lib/python3.11/idlelib/searchengine.py" - }, - { - "path": "usr/lib/python3.11/idlelib/sidebar.py" - }, - { - "path": "usr/lib/python3.11/idlelib/squeezer.py" - }, - { - "path": "usr/lib/python3.11/idlelib/stackviewer.py" - }, - { - "path": "usr/lib/python3.11/idlelib/statusbar.py" - }, - { - "path": "usr/lib/python3.11/idlelib/textview.py" - }, - { - "path": "usr/lib/python3.11/idlelib/tooltip.py" - }, - { - "path": "usr/lib/python3.11/idlelib/tree.py" - }, - { - "path": "usr/lib/python3.11/idlelib/undo.py" - }, - { - "path": "usr/lib/python3.11/idlelib/util.py" - }, - { - "path": "usr/lib/python3.11/idlelib/window.py" - }, - { - "path": "usr/lib/python3.11/idlelib/zoomheight.py" - }, - { - "path": "usr/lib/python3.11/idlelib/zzdummy.py" - }, - { - "path": "usr/lib/python3.11/imaplib.py" - }, - { - "path": "usr/lib/python3.11/imghdr.py" - }, - { - "path": "usr/lib/python3.11/imp.py" - }, - { - "path": "usr/lib/python3.11/importlib" - }, - { - "path": "usr/lib/python3.11/importlib/__init__.py" - }, - { - "path": "usr/lib/python3.11/importlib/__pycache__" - }, - { - "path": "usr/lib/python3.11/importlib/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/__pycache__/_abc.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/__pycache__/_bootstrap.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/__pycache__/_bootstrap_external.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/__pycache__/abc.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/__pycache__/machinery.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/__pycache__/readers.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/__pycache__/simple.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/__pycache__/util.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/_abc.py" - }, - { - "path": "usr/lib/python3.11/importlib/_bootstrap.py" - }, - { - "path": "usr/lib/python3.11/importlib/_bootstrap_external.py" - }, - { - "path": "usr/lib/python3.11/importlib/abc.py" - }, - { - "path": "usr/lib/python3.11/importlib/machinery.py" - }, - { - "path": "usr/lib/python3.11/importlib/metadata" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/__init__.py" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/__pycache__" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/__pycache__/_adapters.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/__pycache__/_collections.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/__pycache__/_functools.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/__pycache__/_itertools.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/__pycache__/_meta.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/__pycache__/_text.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/_adapters.py" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/_collections.py" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/_functools.py" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/_itertools.py" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/_meta.py" - }, - { - "path": "usr/lib/python3.11/importlib/metadata/_text.py" - }, - { - "path": "usr/lib/python3.11/importlib/readers.py" - }, - { - "path": "usr/lib/python3.11/importlib/resources" - }, - { - "path": "usr/lib/python3.11/importlib/resources/__init__.py" - }, - { - "path": "usr/lib/python3.11/importlib/resources/__pycache__" - }, - { - "path": "usr/lib/python3.11/importlib/resources/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/resources/__pycache__/_adapters.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/resources/__pycache__/_common.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/resources/__pycache__/_itertools.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/resources/__pycache__/_legacy.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/resources/__pycache__/abc.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/resources/__pycache__/readers.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/resources/__pycache__/simple.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/importlib/resources/_adapters.py" - }, - { - "path": "usr/lib/python3.11/importlib/resources/_common.py" - }, - { - "path": "usr/lib/python3.11/importlib/resources/_itertools.py" - }, - { - "path": "usr/lib/python3.11/importlib/resources/_legacy.py" - }, - { - "path": "usr/lib/python3.11/importlib/resources/abc.py" - }, - { - "path": "usr/lib/python3.11/importlib/resources/readers.py" - }, - { - "path": "usr/lib/python3.11/importlib/resources/simple.py" - }, - { - "path": "usr/lib/python3.11/importlib/simple.py" - }, - { - "path": "usr/lib/python3.11/importlib/util.py" - }, - { - "path": "usr/lib/python3.11/inspect.py" - }, - { - "path": "usr/lib/python3.11/io.py" - }, - { - "path": "usr/lib/python3.11/ipaddress.py" - }, - { - "path": "usr/lib/python3.11/json" - }, - { - "path": "usr/lib/python3.11/json/__init__.py" - }, - { - "path": "usr/lib/python3.11/json/__pycache__" - }, - { - "path": "usr/lib/python3.11/json/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/json/__pycache__/decoder.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/json/__pycache__/encoder.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/json/__pycache__/scanner.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/json/__pycache__/tool.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/json/decoder.py" - }, - { - "path": "usr/lib/python3.11/json/encoder.py" - }, - { - "path": "usr/lib/python3.11/json/scanner.py" - }, - { - "path": "usr/lib/python3.11/json/tool.py" - }, - { - "path": "usr/lib/python3.11/keyword.py" - }, - { - "path": "usr/lib/python3.11/lib-dynload" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_asyncio.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_bisect.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_blake2.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_bz2.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_codecs_cn.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_codecs_hk.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_codecs_iso2022.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_codecs_jp.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_codecs_kr.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_codecs_tw.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_contextvars.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_crypt.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_csv.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_ctypes.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_ctypes_test.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_curses.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_curses_panel.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_datetime.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_decimal.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_elementtree.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_gdbm.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_hashlib.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_heapq.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_json.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_lsprof.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_lzma.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_multibytecodec.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_multiprocessing.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_opcode.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_pickle.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_posixshmem.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_posixsubprocess.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_queue.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_random.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_socket.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_sqlite3.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_ssl.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_statistics.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_struct.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_testbuffer.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_testcapi.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_testclinic.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_testimportmultiple.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_testinternalcapi.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_testmultiphase.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_typing.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_xxsubinterpreters.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_xxtestfuzz.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/_zoneinfo.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/array.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/audioop.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/binascii.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/cmath.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/fcntl.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/grp.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/math.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/mmap.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/ossaudiodev.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/pyexpat.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/readline.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/resource.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/select.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/spwd.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/syslog.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/termios.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/unicodedata.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/xxlimited.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/xxlimited_35.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib-dynload/zlib.cpython-311-x86_64-linux-gnu.so" - }, - { - "path": "usr/lib/python3.11/lib2to3" - }, - { - "path": "usr/lib/python3.11/lib2to3/Grammar.txt" - }, - { - "path": "usr/lib/python3.11/lib2to3/Grammar3.11.9.final.0.pickle" - }, - { - "path": "usr/lib/python3.11/lib2to3/PatternGrammar.txt" - }, - { - "path": "usr/lib/python3.11/lib2to3/PatternGrammar3.11.9.final.0.pickle" - }, - { - "path": "usr/lib/python3.11/lib2to3/__init__.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/__main__.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/__pycache__" - }, - { - "path": "usr/lib/python3.11/lib2to3/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/__pycache__/__main__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/__pycache__/btm_matcher.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/__pycache__/btm_utils.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/__pycache__/fixer_base.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/__pycache__/fixer_util.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/__pycache__/main.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/__pycache__/patcomp.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/__pycache__/pygram.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/__pycache__/pytree.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/__pycache__/refactor.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/btm_matcher.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/btm_utils.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixer_base.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixer_util.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__init__.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_apply.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_asserts.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_basestring.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_buffer.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_dict.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_except.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_exec.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_execfile.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_exitfunc.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_filter.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_funcattrs.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_future.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_getcwdu.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_has_key.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_idioms.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_import.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_imports.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_imports2.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_input.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_intern.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_isinstance.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_itertools.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_itertools_imports.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_long.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_map.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_metaclass.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_methodattrs.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_ne.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_next.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_nonzero.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_numliterals.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_operator.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_paren.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_print.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_raise.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_raw_input.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_reduce.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_reload.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_renames.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_repr.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_set_literal.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_standarderror.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_sys_exc.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_throw.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_tuple_params.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_types.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_unicode.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_urllib.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_ws_comma.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_xrange.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_xreadlines.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/__pycache__/fix_zip.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_apply.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_asserts.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_basestring.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_buffer.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_dict.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_except.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_exec.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_execfile.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_exitfunc.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_filter.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_funcattrs.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_future.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_getcwdu.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_has_key.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_idioms.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_import.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_imports.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_imports2.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_input.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_intern.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_isinstance.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_itertools.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_itertools_imports.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_long.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_map.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_metaclass.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_methodattrs.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_ne.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_next.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_nonzero.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_numliterals.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_operator.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_paren.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_print.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_raise.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_raw_input.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_reduce.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_reload.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_renames.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_repr.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_set_literal.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_standarderror.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_sys_exc.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_throw.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_tuple_params.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_types.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_unicode.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_urllib.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_ws_comma.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_xrange.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_xreadlines.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/fixes/fix_zip.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/main.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/patcomp.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/__init__.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/__pycache__" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/__pycache__/conv.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/__pycache__/driver.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/__pycache__/grammar.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/__pycache__/literals.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/__pycache__/parse.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/__pycache__/pgen.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/__pycache__/token.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/__pycache__/tokenize.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/conv.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/driver.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/grammar.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/literals.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/parse.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/pgen.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/token.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/pgen2/tokenize.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/pygram.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/pytree.py" - }, - { - "path": "usr/lib/python3.11/lib2to3/refactor.py" - }, - { - "path": "usr/lib/python3.11/linecache.py" - }, - { - "path": "usr/lib/python3.11/locale.py" - }, - { - "path": "usr/lib/python3.11/logging" - }, - { - "path": "usr/lib/python3.11/logging/__init__.py" - }, - { - "path": "usr/lib/python3.11/logging/__pycache__" - }, - { - "path": "usr/lib/python3.11/logging/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/logging/__pycache__/config.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/logging/__pycache__/handlers.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/logging/config.py" - }, - { - "path": "usr/lib/python3.11/logging/handlers.py" - }, - { - "path": "usr/lib/python3.11/lzma.py" - }, - { - "path": "usr/lib/python3.11/mailbox.py" - }, - { - "path": "usr/lib/python3.11/mailcap.py" - }, - { - "path": "usr/lib/python3.11/mimetypes.py" - }, - { - "path": "usr/lib/python3.11/modulefinder.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__init__.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/connection.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/context.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/forkserver.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/heap.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/managers.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/pool.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/popen_fork.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/popen_forkserver.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/popen_spawn_posix.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/popen_spawn_win32.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/process.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/queues.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/reduction.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/resource_sharer.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/resource_tracker.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/shared_memory.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/sharedctypes.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/spawn.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/synchronize.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/__pycache__/util.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/connection.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/context.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/dummy" - }, - { - "path": "usr/lib/python3.11/multiprocessing/dummy/__init__.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/dummy/__pycache__" - }, - { - "path": "usr/lib/python3.11/multiprocessing/dummy/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/dummy/__pycache__/connection.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/multiprocessing/dummy/connection.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/forkserver.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/heap.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/managers.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/pool.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/popen_fork.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/popen_forkserver.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/popen_spawn_posix.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/popen_spawn_win32.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/process.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/queues.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/reduction.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/resource_sharer.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/resource_tracker.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/shared_memory.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/sharedctypes.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/spawn.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/synchronize.py" - }, - { - "path": "usr/lib/python3.11/multiprocessing/util.py" - }, - { - "path": "usr/lib/python3.11/netrc.py" - }, - { - "path": "usr/lib/python3.11/nntplib.py" - }, - { - "path": "usr/lib/python3.11/ntpath.py" - }, - { - "path": "usr/lib/python3.11/nturl2path.py" - }, - { - "path": "usr/lib/python3.11/numbers.py" - }, - { - "path": "usr/lib/python3.11/opcode.py" - }, - { - "path": "usr/lib/python3.11/operator.py" - }, - { - "path": "usr/lib/python3.11/optparse.py" - }, - { - "path": "usr/lib/python3.11/os.py" - }, - { - "path": "usr/lib/python3.11/pathlib.py" - }, - { - "path": "usr/lib/python3.11/pdb.py" - }, - { - "path": "usr/lib/python3.11/pickle.py" - }, - { - "path": "usr/lib/python3.11/pickletools.py" - }, - { - "path": "usr/lib/python3.11/pipes.py" - }, - { - "path": "usr/lib/python3.11/pkgutil.py" - }, - { - "path": "usr/lib/python3.11/platform.py" - }, - { - "path": "usr/lib/python3.11/plistlib.py" - }, - { - "path": "usr/lib/python3.11/poplib.py" - }, - { - "path": "usr/lib/python3.11/posixpath.py" - }, - { - "path": "usr/lib/python3.11/pprint.py" - }, - { - "path": "usr/lib/python3.11/profile.py" - }, - { - "path": "usr/lib/python3.11/pstats.py" - }, - { - "path": "usr/lib/python3.11/pty.py" - }, - { - "path": "usr/lib/python3.11/py_compile.py" - }, - { - "path": "usr/lib/python3.11/pyclbr.py" - }, - { - "path": "usr/lib/python3.11/pydoc.py" - }, - { - "path": "usr/lib/python3.11/pydoc_data" - }, - { - "path": "usr/lib/python3.11/pydoc_data/__init__.py" - }, - { - "path": "usr/lib/python3.11/pydoc_data/__pycache__" - }, - { - "path": "usr/lib/python3.11/pydoc_data/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/pydoc_data/__pycache__/topics.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/pydoc_data/_pydoc.css" - }, - { - "path": "usr/lib/python3.11/pydoc_data/topics.py" - }, - { - "path": "usr/lib/python3.11/queue.py" - }, - { - "path": "usr/lib/python3.11/quopri.py" - }, - { - "path": "usr/lib/python3.11/random.py" - }, - { - "path": "usr/lib/python3.11/re" - }, - { - "path": "usr/lib/python3.11/re/__init__.py" - }, - { - "path": "usr/lib/python3.11/re/__pycache__" - }, - { - "path": "usr/lib/python3.11/re/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/re/__pycache__/_casefix.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/re/__pycache__/_compiler.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/re/__pycache__/_constants.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/re/__pycache__/_parser.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/re/_casefix.py" - }, - { - "path": "usr/lib/python3.11/re/_compiler.py" - }, - { - "path": "usr/lib/python3.11/re/_constants.py" - }, - { - "path": "usr/lib/python3.11/re/_parser.py" - }, - { - "path": "usr/lib/python3.11/reprlib.py" - }, - { - "path": "usr/lib/python3.11/rlcompleter.py" - }, - { - "path": "usr/lib/python3.11/runpy.py" - }, - { - "path": "usr/lib/python3.11/sched.py" - }, - { - "path": "usr/lib/python3.11/secrets.py" - }, - { - "path": "usr/lib/python3.11/selectors.py" - }, - { - "path": "usr/lib/python3.11/shelve.py" - }, - { - "path": "usr/lib/python3.11/shlex.py" - }, - { - "path": "usr/lib/python3.11/shutil.py" - }, - { - "path": "usr/lib/python3.11/signal.py" - }, - { - "path": "usr/lib/python3.11/site.py" - }, - { - "path": "usr/lib/python3.11/smtpd.py" - }, - { - "path": "usr/lib/python3.11/smtplib.py" - }, - { - "path": "usr/lib/python3.11/sndhdr.py" - }, - { - "path": "usr/lib/python3.11/socket.py" - }, - { - "path": "usr/lib/python3.11/socketserver.py" - }, - { - "path": "usr/lib/python3.11/sqlite3" - }, - { - "path": "usr/lib/python3.11/sqlite3/__init__.py" - }, - { - "path": "usr/lib/python3.11/sqlite3/__pycache__" - }, - { - "path": "usr/lib/python3.11/sqlite3/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/sqlite3/__pycache__/dbapi2.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/sqlite3/__pycache__/dump.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/sqlite3/dbapi2.py" - }, - { - "path": "usr/lib/python3.11/sqlite3/dump.py" - }, - { - "path": "usr/lib/python3.11/sre_compile.py" - }, - { - "path": "usr/lib/python3.11/sre_constants.py" - }, - { - "path": "usr/lib/python3.11/sre_parse.py" - }, - { - "path": "usr/lib/python3.11/ssl.py" - }, - { - "path": "usr/lib/python3.11/stat.py" - }, - { - "path": "usr/lib/python3.11/statistics.py" - }, - { - "path": "usr/lib/python3.11/string.py" - }, - { - "path": "usr/lib/python3.11/stringprep.py" - }, - { - "path": "usr/lib/python3.11/struct.py" - }, - { - "path": "usr/lib/python3.11/subprocess.py" - }, - { - "path": "usr/lib/python3.11/sunau.py" - }, - { - "path": "usr/lib/python3.11/symtable.py" - }, - { - "path": "usr/lib/python3.11/sysconfig.py" - }, - { - "path": "usr/lib/python3.11/tabnanny.py" - }, - { - "path": "usr/lib/python3.11/tarfile.py" - }, - { - "path": "usr/lib/python3.11/telnetlib.py" - }, - { - "path": "usr/lib/python3.11/tempfile.py" - }, - { - "path": "usr/lib/python3.11/textwrap.py" - }, - { - "path": "usr/lib/python3.11/this.py" - }, - { - "path": "usr/lib/python3.11/threading.py" - }, - { - "path": "usr/lib/python3.11/timeit.py" - }, - { - "path": "usr/lib/python3.11/tkinter" - }, - { - "path": "usr/lib/python3.11/tkinter/__init__.py" - }, - { - "path": "usr/lib/python3.11/tkinter/__main__.py" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__/__main__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__/colorchooser.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__/commondialog.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__/constants.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__/dialog.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__/dnd.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__/filedialog.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__/font.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__/messagebox.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__/scrolledtext.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__/simpledialog.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__/tix.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tkinter/__pycache__/ttk.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tkinter/colorchooser.py" - }, - { - "path": "usr/lib/python3.11/tkinter/commondialog.py" - }, - { - "path": "usr/lib/python3.11/tkinter/constants.py" - }, - { - "path": "usr/lib/python3.11/tkinter/dialog.py" - }, - { - "path": "usr/lib/python3.11/tkinter/dnd.py" - }, - { - "path": "usr/lib/python3.11/tkinter/filedialog.py" - }, - { - "path": "usr/lib/python3.11/tkinter/font.py" - }, - { - "path": "usr/lib/python3.11/tkinter/messagebox.py" - }, - { - "path": "usr/lib/python3.11/tkinter/scrolledtext.py" - }, - { - "path": "usr/lib/python3.11/tkinter/simpledialog.py" - }, - { - "path": "usr/lib/python3.11/tkinter/tix.py" - }, - { - "path": "usr/lib/python3.11/tkinter/ttk.py" - }, - { - "path": "usr/lib/python3.11/token.py" - }, - { - "path": "usr/lib/python3.11/tokenize.py" - }, - { - "path": "usr/lib/python3.11/tomllib" - }, - { - "path": "usr/lib/python3.11/tomllib/__init__.py" - }, - { - "path": "usr/lib/python3.11/tomllib/__pycache__" - }, - { - "path": "usr/lib/python3.11/tomllib/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tomllib/__pycache__/_parser.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tomllib/__pycache__/_re.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tomllib/__pycache__/_types.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/tomllib/_parser.py" - }, - { - "path": "usr/lib/python3.11/tomllib/_re.py" - }, - { - "path": "usr/lib/python3.11/tomllib/_types.py" - }, - { - "path": "usr/lib/python3.11/trace.py" - }, - { - "path": "usr/lib/python3.11/traceback.py" - }, - { - "path": "usr/lib/python3.11/tracemalloc.py" - }, - { - "path": "usr/lib/python3.11/tty.py" - }, - { - "path": "usr/lib/python3.11/turtle.py" - }, - { - "path": "usr/lib/python3.11/turtledemo" - }, - { - "path": "usr/lib/python3.11/turtledemo/__init__.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/__main__.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/__main__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/bytedesign.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/chaos.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/clock.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/colormixer.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/forest.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/fractalcurves.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/lindenmayer.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/minimal_hanoi.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/nim.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/paint.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/peace.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/penrose.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/planet_and_moon.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/rosette.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/round_dance.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/sorting_animate.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/tree.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/two_canvases.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/__pycache__/yinyang.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/turtledemo/bytedesign.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/chaos.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/clock.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/colormixer.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/forest.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/fractalcurves.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/lindenmayer.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/minimal_hanoi.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/nim.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/paint.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/peace.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/penrose.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/planet_and_moon.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/rosette.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/round_dance.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/sorting_animate.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/tree.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/turtle.cfg" - }, - { - "path": "usr/lib/python3.11/turtledemo/two_canvases.py" - }, - { - "path": "usr/lib/python3.11/turtledemo/yinyang.py" - }, - { - "path": "usr/lib/python3.11/types.py" - }, - { - "path": "usr/lib/python3.11/typing.py" - }, - { - "path": "usr/lib/python3.11/unittest" - }, - { - "path": "usr/lib/python3.11/unittest/__init__.py" - }, - { - "path": "usr/lib/python3.11/unittest/__main__.py" - }, - { - "path": "usr/lib/python3.11/unittest/__pycache__" - }, - { - "path": "usr/lib/python3.11/unittest/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/unittest/__pycache__/__main__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/unittest/__pycache__/_log.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/unittest/__pycache__/async_case.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/unittest/__pycache__/case.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/unittest/__pycache__/loader.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/unittest/__pycache__/main.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/unittest/__pycache__/mock.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/unittest/__pycache__/result.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/unittest/__pycache__/runner.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/unittest/__pycache__/signals.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/unittest/__pycache__/suite.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/unittest/__pycache__/util.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/unittest/_log.py" - }, - { - "path": "usr/lib/python3.11/unittest/async_case.py" - }, - { - "path": "usr/lib/python3.11/unittest/case.py" - }, - { - "path": "usr/lib/python3.11/unittest/loader.py" - }, - { - "path": "usr/lib/python3.11/unittest/main.py" - }, - { - "path": "usr/lib/python3.11/unittest/mock.py" - }, - { - "path": "usr/lib/python3.11/unittest/result.py" - }, - { - "path": "usr/lib/python3.11/unittest/runner.py" - }, - { - "path": "usr/lib/python3.11/unittest/signals.py" - }, - { - "path": "usr/lib/python3.11/unittest/suite.py" - }, - { - "path": "usr/lib/python3.11/unittest/util.py" - }, - { - "path": "usr/lib/python3.11/urllib" - }, - { - "path": "usr/lib/python3.11/urllib/__init__.py" - }, - { - "path": "usr/lib/python3.11/urllib/__pycache__" - }, - { - "path": "usr/lib/python3.11/urllib/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/urllib/__pycache__/error.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/urllib/__pycache__/parse.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/urllib/__pycache__/request.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/urllib/__pycache__/response.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/urllib/__pycache__/robotparser.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/urllib/error.py" - }, - { - "path": "usr/lib/python3.11/urllib/parse.py" - }, - { - "path": "usr/lib/python3.11/urllib/request.py" - }, - { - "path": "usr/lib/python3.11/urllib/response.py" - }, - { - "path": "usr/lib/python3.11/urllib/robotparser.py" - }, - { - "path": "usr/lib/python3.11/uu.py" - }, - { - "path": "usr/lib/python3.11/uuid.py" - }, - { - "path": "usr/lib/python3.11/venv" - }, - { - "path": "usr/lib/python3.11/venv/__init__.py" - }, - { - "path": "usr/lib/python3.11/venv/__main__.py" - }, - { - "path": "usr/lib/python3.11/venv/__pycache__" - }, - { - "path": "usr/lib/python3.11/venv/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/venv/__pycache__/__main__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/venv/scripts" - }, - { - "path": "usr/lib/python3.11/venv/scripts/common" - }, - { - "path": "usr/lib/python3.11/venv/scripts/common/Activate.ps1" - }, - { - "path": "usr/lib/python3.11/venv/scripts/common/activate" - }, - { - "path": "usr/lib/python3.11/venv/scripts/posix" - }, - { - "path": "usr/lib/python3.11/venv/scripts/posix/activate.csh" - }, - { - "path": "usr/lib/python3.11/venv/scripts/posix/activate.fish" - }, - { - "path": "usr/lib/python3.11/warnings.py" - }, - { - "path": "usr/lib/python3.11/wave.py" - }, - { - "path": "usr/lib/python3.11/weakref.py" - }, - { - "path": "usr/lib/python3.11/webbrowser.py" - }, - { - "path": "usr/lib/python3.11/wsgiref" - }, - { - "path": "usr/lib/python3.11/wsgiref/__init__.py" - }, - { - "path": "usr/lib/python3.11/wsgiref/__pycache__" - }, - { - "path": "usr/lib/python3.11/wsgiref/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/wsgiref/__pycache__/handlers.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/wsgiref/__pycache__/headers.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/wsgiref/__pycache__/simple_server.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/wsgiref/__pycache__/types.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/wsgiref/__pycache__/util.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/wsgiref/__pycache__/validate.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/wsgiref/handlers.py" - }, - { - "path": "usr/lib/python3.11/wsgiref/headers.py" - }, - { - "path": "usr/lib/python3.11/wsgiref/simple_server.py" - }, - { - "path": "usr/lib/python3.11/wsgiref/types.py" - }, - { - "path": "usr/lib/python3.11/wsgiref/util.py" - }, - { - "path": "usr/lib/python3.11/wsgiref/validate.py" - }, - { - "path": "usr/lib/python3.11/xdrlib.py" - }, - { - "path": "usr/lib/python3.11/xml" - }, - { - "path": "usr/lib/python3.11/xml/__init__.py" - }, - { - "path": "usr/lib/python3.11/xml/__pycache__" - }, - { - "path": "usr/lib/python3.11/xml/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/dom" - }, - { - "path": "usr/lib/python3.11/xml/dom/NodeFilter.py" - }, - { - "path": "usr/lib/python3.11/xml/dom/__init__.py" - }, - { - "path": "usr/lib/python3.11/xml/dom/__pycache__" - }, - { - "path": "usr/lib/python3.11/xml/dom/__pycache__/NodeFilter.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/dom/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/dom/__pycache__/domreg.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/dom/__pycache__/expatbuilder.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/dom/__pycache__/minicompat.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/dom/__pycache__/minidom.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/dom/__pycache__/pulldom.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/dom/__pycache__/xmlbuilder.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/dom/domreg.py" - }, - { - "path": "usr/lib/python3.11/xml/dom/expatbuilder.py" - }, - { - "path": "usr/lib/python3.11/xml/dom/minicompat.py" - }, - { - "path": "usr/lib/python3.11/xml/dom/minidom.py" - }, - { - "path": "usr/lib/python3.11/xml/dom/pulldom.py" - }, - { - "path": "usr/lib/python3.11/xml/dom/xmlbuilder.py" - }, - { - "path": "usr/lib/python3.11/xml/etree" - }, - { - "path": "usr/lib/python3.11/xml/etree/ElementInclude.py" - }, - { - "path": "usr/lib/python3.11/xml/etree/ElementPath.py" - }, - { - "path": "usr/lib/python3.11/xml/etree/ElementTree.py" - }, - { - "path": "usr/lib/python3.11/xml/etree/__init__.py" - }, - { - "path": "usr/lib/python3.11/xml/etree/__pycache__" - }, - { - "path": "usr/lib/python3.11/xml/etree/__pycache__/ElementInclude.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/etree/__pycache__/ElementPath.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/etree/__pycache__/ElementTree.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/etree/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/etree/__pycache__/cElementTree.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/etree/cElementTree.py" - }, - { - "path": "usr/lib/python3.11/xml/parsers" - }, - { - "path": "usr/lib/python3.11/xml/parsers/__init__.py" - }, - { - "path": "usr/lib/python3.11/xml/parsers/__pycache__" - }, - { - "path": "usr/lib/python3.11/xml/parsers/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/parsers/__pycache__/expat.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/parsers/expat.py" - }, - { - "path": "usr/lib/python3.11/xml/sax" - }, - { - "path": "usr/lib/python3.11/xml/sax/__init__.py" - }, - { - "path": "usr/lib/python3.11/xml/sax/__pycache__" - }, - { - "path": "usr/lib/python3.11/xml/sax/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/sax/__pycache__/_exceptions.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/sax/__pycache__/expatreader.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/sax/__pycache__/handler.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/sax/__pycache__/saxutils.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/sax/__pycache__/xmlreader.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xml/sax/_exceptions.py" - }, - { - "path": "usr/lib/python3.11/xml/sax/expatreader.py" - }, - { - "path": "usr/lib/python3.11/xml/sax/handler.py" - }, - { - "path": "usr/lib/python3.11/xml/sax/saxutils.py" - }, - { - "path": "usr/lib/python3.11/xml/sax/xmlreader.py" - }, - { - "path": "usr/lib/python3.11/xmlrpc" - }, - { - "path": "usr/lib/python3.11/xmlrpc/__init__.py" - }, - { - "path": "usr/lib/python3.11/xmlrpc/__pycache__" - }, - { - "path": "usr/lib/python3.11/xmlrpc/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xmlrpc/__pycache__/client.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xmlrpc/__pycache__/server.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/xmlrpc/client.py" - }, - { - "path": "usr/lib/python3.11/xmlrpc/server.py" - }, - { - "path": "usr/lib/python3.11/zipapp.py" - }, - { - "path": "usr/lib/python3.11/zipfile.py" - }, - { - "path": "usr/lib/python3.11/zipimport.py" - }, - { - "path": "usr/lib/python3.11/zoneinfo" - }, - { - "path": "usr/lib/python3.11/zoneinfo/__init__.py" - }, - { - "path": "usr/lib/python3.11/zoneinfo/__pycache__" - }, - { - "path": "usr/lib/python3.11/zoneinfo/__pycache__/__init__.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/zoneinfo/__pycache__/_common.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/zoneinfo/__pycache__/_tzpath.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/zoneinfo/__pycache__/_zoneinfo.cpython-311.pyc" - }, - { - "path": "usr/lib/python3.11/zoneinfo/_common.py" - }, - { - "path": "usr/lib/python3.11/zoneinfo/_tzpath.py" - }, - { - "path": "usr/lib/python3.11/zoneinfo/_zoneinfo.py" - }, - { - "path": "var" - }, - { - "path": "var/lib" - }, - { - "path": "var/lib/db" - }, - { - "path": "var/lib/db/sbom" - }, - { - "path": "var/lib/db/sbom/python-3.11-base-3.11.9-r6.spdx.json" - } - ] - } - }, - { - "id": "a145349ac56ab1b1", - "name": "setuptools", - "version": "65.5.0", - "type": "python", - "foundBy": "wheel-cataloger", - "locations": [ - { - "path": "usr/lib/python3.11/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl", - "accessPath": "usr/lib/python3.11/ensurepip/_bundled/setuptools-65.5.0-py3-none-any.whl" - } - ], - "licenses": [], - "language": "python", - "cpes": [ - { - "cpe": "cpe:2.3:a:python:setuptools:65.5.0:*:*:*:*:*:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:pypi/setuptools@65.5.0" - } - ], - "artifactRelationships": [], - "source": { - "id": "(redacted for determinism)", - "name": "python-3.11-base", - "version": "3.11.9-r6", - "supplier": "chainguard", - "type": "directory", - "metadata": { - "path": "testdata/apks/x86_64/python-3.11-base-3.11.9-r6.apk" - } - }, - "distro": { - "id": "wolfi" - }, - "descriptor": { - "name": "wolfictl", - "version": "" - }, - "schema": { - "version": "", - "url": "" - } -} diff --git a/pkg/sbom/testdata/goldenfiles/x86_64/terraform-1.5.7-r12.apk.syft.json b/pkg/sbom/testdata/goldenfiles/x86_64/terraform-1.5.7-r12.apk.syft.json deleted file mode 100644 index 76bf4c481..000000000 --- a/pkg/sbom/testdata/goldenfiles/x86_64/terraform-1.5.7-r12.apk.syft.json +++ /dev/null @@ -1,5984 +0,0 @@ -{ - "artifacts": [ - { - "id": "da985021298e65d1", - "name": "cloud.google.com/go", - "version": "v0.110.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/cloud.google.com/go@v0.110.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:Zc8gqp3+a9/Eyph2KDmcGaPtbKRIoqq4YTlL4NMD0Ys=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "38dc29635a5cf715", - "name": "cloud.google.com/go/compute/metadata", - "version": "v0.2.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go:compute\\/metadata:v0.2.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/cloud.google.com/go/compute@v0.2.3#metadata", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGBW5aJ7UnBMY=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "454259334a4d13b9", - "name": "cloud.google.com/go/iam", - "version": "v0.13.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go:iam:v0.13.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/cloud.google.com/go/iam@v0.13.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:+CmB+K0J/33d0zSQ9SlFWUeCCEn5XJA0ZMZ3pHE9u8k=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "33cc4ee813efc55c", - "name": "cloud.google.com/go/storage", - "version": "v1.28.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go:storage:v1.28.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/cloud.google.com/go/storage@v1.28.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:F5QDG5ChchaAVQhINh24U99OWHURqrW8OmQcGKXcbgI=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d9af1b81a9dbcbc7", - "name": "github.com/Azure/azure-sdk-for-go", - "version": "v59.2.0+incompatible", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Azure:azure-sdk-for-go:v59.2.0\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Azure:azure_sdk_for_go:v59.2.0\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Azure/azure-sdk-for-go@v59.2.0%2Bincompatible", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:mbxiZy1K820hQ+dI+YIO/+a0wQDYqOu18BAGe4lXjVk=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "c67701fe6783f6ea", - "name": "github.com/Azure/go-autorest/autorest", - "version": "v0.11.24", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest:v0.11.24:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Azure:go_autorest\\/autorest:v0.11.24:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Azure/go-autorest@v0.11.24#autorest", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:1fIGgHKqVm54KIPT+q8Zmd1QlVsmHqeUGso5qm2BqqE=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "df74ff947cbd0508", - "name": "github.com/Azure/go-autorest/autorest/adal", - "version": "v0.9.18", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/adal:v0.9.18:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/adal:v0.9.18:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Azure/go-autorest@v0.9.18#autorest/adal", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:kLnPsRjzZZUF3K5REu/Kc+qMQrvuza2bwSnNdhmzLfQ=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "105038f9f018abc9", - "name": "github.com/Azure/go-autorest/autorest/azure/cli", - "version": "v0.4.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/azure\\/cli:v0.4.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/azure\\/cli:v0.4.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Azure/go-autorest@v0.4.4#autorest/azure/cli", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:iuooz5cZL6VRcO7DVSFYxRcouqn6bFVE/e77Wts50Zk=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "79042d93c421fe8e", - "name": "github.com/Azure/go-autorest/autorest/date", - "version": "v0.3.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/date:v0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/date:v0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Azure/go-autorest@v0.3.0#autorest/date", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:7gUk1U5M/CQbp9WoqinNzJar+8KY+LPI6wiWrP/myHw=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "eccadb74cf21a539", - "name": "github.com/Azure/go-autorest/autorest/to", - "version": "v0.4.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/to:v0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/to:v0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Azure/go-autorest@v0.4.0#autorest/to", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:oXVqrxakqqV1UZdSazDOPOLvOIz+XA683u8EctwboHk=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "da9fa1be26eeb586", - "name": "github.com/Azure/go-autorest/autorest/validation", - "version": "v0.3.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Azure:go-autorest\\/autorest\\/validation:v0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Azure:go_autorest\\/autorest\\/validation:v0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Azure/go-autorest@v0.3.1#autorest/validation", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:AgyqjAd94fwNAoTjl/WQXg4VvFeRFpO+UhNyRXqF1ac=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "cfaee1606f32beb4", - "name": "github.com/Azure/go-autorest/logger", - "version": "v0.2.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Azure:go-autorest\\/logger:v0.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Azure:go_autorest\\/logger:v0.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Azure/go-autorest@v0.2.1#logger", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:IG7i4p/mDa2Ce4TRyAO8IHnVhAVF3RFU+ZtXWSmf4Tg=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a465b9c7922389e4", - "name": "github.com/Azure/go-autorest/tracing", - "version": "v0.6.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Azure:go-autorest\\/tracing:v0.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Azure:go_autorest\\/tracing:v0.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Azure/go-autorest@v0.6.0#tracing", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:TYi4+3m5t6K48TGI9AUdb+IzbnSxvnvUMfuitfgcfuo=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "090e912b824249d3", - "name": "github.com/Azure/go-ntlmssp", - "version": "v0.0.0-20200615164410-66371956d46c", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Azure:go-ntlmssp:v0.0.0-20200615164410-66371956d46c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Azure:go_ntlmssp:v0.0.0-20200615164410-66371956d46c:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Azure/go-ntlmssp@v0.0.0-20200615164410-66371956d46c", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:/IBSNwUN8+eKzUzbJPqhK839ygXJ82sde8x3ogr6R28=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "aa15dc14e9fd5fd1", - "name": "github.com/ChrisTrenkamp/goxpath", - "version": "v0.0.0-20190607011252-c5096ec8773d", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:ChrisTrenkamp:goxpath:v0.0.0-20190607011252-c5096ec8773d:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/ChrisTrenkamp/goxpath@v0.0.0-20190607011252-c5096ec8773d", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:W1diKnDQkXxNDhghdBSbQ4LI/E1aJNTwpqPp3KtlB8w=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "5c0b1bf387cd24e8", - "name": "github.com/Masterminds/goutils", - "version": "v1.1.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:goutils_project:goutils:v1.1.1:*:*:*:*:go:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:golang/github.com/Masterminds/goutils@v1.1.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "510679728890da31", - "name": "github.com/Masterminds/semver/v3", - "version": "v3.1.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Masterminds:semver\\/v3:v3.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Masterminds/semver@v3.1.1#v3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:hLg3sBzpNErnxhQtUy/mmLR2I9foDujNK030IGemrRc=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d5285ac3e9cf4270", - "name": "github.com/Masterminds/sprig/v3", - "version": "v3.2.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Masterminds:sprig\\/v3:v3.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Masterminds/sprig@v3.2.2#v3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:17jRggJu518dr3QaafizSXOjKYp94wKfABxUmyxvxX8=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "9515f0ec8b2e0fb4", - "name": "github.com/agext/levenshtein", - "version": "v1.2.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:agext:levenshtein:v1.2.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/agext/levenshtein@v1.2.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:YB2fHEn0UJagG8T1rrWknE3ZQzWM06O8AMAatNn7lmo=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "ed26dd5cd7cbe411", - "name": "github.com/aliyun/alibaba-cloud-sdk-go", - "version": "v1.61.1501", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aliyun:alibaba-cloud-sdk-go:v1.61.1501:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aliyun:alibaba_cloud_sdk_go:v1.61.1501:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aliyun/alibaba-cloud-sdk-go@v1.61.1501", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:Ij3S0pNUMgHlhx3Ew8g9RNrt59EKhHYdMODGtFXJfSc=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "934a4ab60785296e", - "name": "github.com/aliyun/aliyun-oss-go-sdk", - "version": "v0.0.0-20190103054945-8205d1f41e70", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aliyun:aliyun-oss-go-sdk:v0.0.0-20190103054945-8205d1f41e70:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aliyun:aliyun_oss_go_sdk:v0.0.0-20190103054945-8205d1f41e70:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aliyun/aliyun-oss-go-sdk@v0.0.0-20190103054945-8205d1f41e70", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:FrF4uxA24DF3ARNXVbUin3wa5fDLaB1Cy8mKks/LRz4=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "25be9caa01b3319e", - "name": "github.com/aliyun/aliyun-tablestore-go-sdk", - "version": "v4.1.2+incompatible", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aliyun:aliyun-tablestore-go-sdk:v4.1.2\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aliyun:aliyun_tablestore_go_sdk:v4.1.2\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aliyun/aliyun-tablestore-go-sdk@v4.1.2%2Bincompatible", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:ABQ7FF+IxSFHDMOTtjCfmMDMHiCq6EsAoCV/9sFinaM=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e9d1f47904650ee4", - "name": "github.com/apparentlymart/go-cidr", - "version": "v1.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:apparentlymart:go-cidr:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apparentlymart:go_cidr:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/apparentlymart/go-cidr@v1.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:2mAhrMoF+nhXqxTzSZMUzDHkLjmIHC+Zzn4tdgBZjnU=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "75d9fb434eef4bef", - "name": "github.com/apparentlymart/go-shquot", - "version": "v0.0.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:apparentlymart:go-shquot:v0.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apparentlymart:go_shquot:v0.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/apparentlymart/go-shquot@v0.0.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:MGV8lwxF4zw75lN7e0MGs7o6AFYn7L6AZaExUpLh0Mo=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "11d146dd6390357e", - "name": "github.com/apparentlymart/go-textseg/v13", - "version": "v13.0.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:apparentlymart:go-textseg\\/v13:v13.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apparentlymart:go_textseg\\/v13:v13.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/apparentlymart/go-textseg@v13.0.0#v13", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:Y+KvPE1NYz0xl601PVImeQfFyEy6iT90AvPUL1NNfNw=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "80d60ae6566a717e", - "name": "github.com/apparentlymart/go-userdirs", - "version": "v0.0.0-20200915174352-b0c018a67c13", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:apparentlymart:go-userdirs:v0.0.0-20200915174352-b0c018a67c13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apparentlymart:go_userdirs:v0.0.0-20200915174352-b0c018a67c13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/apparentlymart/go-userdirs@v0.0.0-20200915174352-b0c018a67c13", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:JtuelWqyixKApmXm3qghhZ7O96P6NKpyrlSIe8Rwnhw=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "07574d9573fcafa8", - "name": "github.com/apparentlymart/go-versions", - "version": "v1.0.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:apparentlymart:go-versions:v1.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:apparentlymart:go_versions:v1.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/apparentlymart/go-versions@v1.0.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:ECIpSn0adcYNsBfSRwdDdz9fWlL+S/6EUd9+irwkBgU=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "90c918332a05ff9b", - "name": "github.com/armon/circbuf", - "version": "v0.0.0-20190214190532-5111143e8da2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:armon:circbuf:v0.0.0-20190214190532-5111143e8da2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/armon/circbuf@v0.0.0-20190214190532-5111143e8da2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:7Ip0wMmLHLRJdrloDxZfhMm0xrLXZS8+COSu2bXmEQs=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "4db0b1468f51efc7", - "name": "github.com/armon/go-metrics", - "version": "v0.0.0-20180917152333-f0300d1749da", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:armon:go-metrics:v0.0.0-20180917152333-f0300d1749da:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:armon:go_metrics:v0.0.0-20180917152333-f0300d1749da:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/armon/go-metrics@v0.0.0-20180917152333-f0300d1749da", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:8GUt8eRujhVEGZFFEjBj46YV4rDjvGrNxb0KMWYkL2I=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "676eeb1ea1019bd0", - "name": "github.com/armon/go-radix", - "version": "v1.0.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:armon:go-radix:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:armon:go_radix:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/armon/go-radix@v1.0.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:F4z6KzEeeQIMeLFa97iZU6vupzoecKdU5TX24SNppXI=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "586abc2dcfb9448c", - "name": "github.com/aws/aws-sdk-go", - "version": "v1.44.122", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:amazon:aws_software_development_kit:v1.44.122:*:*:*:*:go:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:golang/github.com/aws/aws-sdk-go@v1.44.122", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:p6mw01WBaNpbdP2xrisz5tIkcNwzj/HysobNoaAHjgo=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3418c2b823863f1c", - "name": "github.com/bgentry/go-netrc", - "version": "v0.0.0-20140422174119-9fd32a8b3d3d", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:bgentry:go-netrc:v0.0.0-20140422174119-9fd32a8b3d3d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:bgentry:go_netrc:v0.0.0-20140422174119-9fd32a8b3d3d:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/bgentry/go-netrc@v0.0.0-20140422174119-9fd32a8b3d3d", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:xDfNPAt8lFiC1UJrqV3uuy861HCTo708pDMbjHHdCas=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a64b92ff81ad8b5f", - "name": "github.com/bgentry/speakeasy", - "version": "v0.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:bgentry:speakeasy:v0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/bgentry/speakeasy@v0.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:ByYyxL9InA1OWqxJqqp2A5pYHUrCiAL6K3J+LKSsQkY=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "4f3c74e080a17e82", - "name": "github.com/bmatcuk/doublestar", - "version": "v1.1.5", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:bmatcuk:doublestar:v1.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/bmatcuk/doublestar@v1.1.5", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:2bNwBOmhyFEFcoB3tGvTD5xanq+4kyOZlB8wFYbMjkk=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e1b4f0b630521f29", - "name": "github.com/chzyer/readline", - "version": "v0.0.0-20180603132655-2972be24d48e", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:chzyer:readline:v0.0.0-20180603132655-2972be24d48e:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/chzyer/readline@v0.0.0-20180603132655-2972be24d48e", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:fY5BOSpyZCqRo5OhCuC+XN+r/bBCmeuuJtjz+bCNIf8=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "0db90d866589c3ca", - "name": "github.com/coreos/go-systemd", - "version": "v0.0.0-20181012123002-c6f51f82210d", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:coreos:go-systemd:v0.0.0-20181012123002-c6f51f82210d:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:coreos:go_systemd:v0.0.0-20181012123002-c6f51f82210d:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/coreos/go-systemd@v0.0.0-20181012123002-c6f51f82210d", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:t5Wuyh53qYyg9eqn4BbnlIT+vmhyww0TatL+zT3uWgI=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "28f0e5ec6c2e4b29", - "name": "github.com/coreos/pkg", - "version": "v0.0.0-20180928190104-399ea9e2e55f", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:coreos:pkg:v0.0.0-20180928190104-399ea9e2e55f:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/coreos/pkg@v0.0.0-20180928190104-399ea9e2e55f", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:lBNOc5arjvs8E5mO2tbpBpLoyyu8B6e44T7hJy6potg=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "c77d09bbcc2cbf32", - "name": "github.com/davecgh/go-spew", - "version": "v1.1.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:davecgh:go_spew:v1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "4eb24e254e964875", - "name": "github.com/dimchansky/utfbom", - "version": "v1.1.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:dimchansky:utfbom:v1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/dimchansky/utfbom@v1.1.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:vV6w1AhK4VMnhBno/TPVCoK9U/LP0PkLCS9tbxHdi/U=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "4e05e9e1ba2dacfa", - "name": "github.com/dylanmei/iso8601", - "version": "v0.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:dylanmei:iso8601:v0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/dylanmei/iso8601@v0.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:812NGQDBcqquTfH5Yeo7lwR0nzx/cKdsmf3qMjPURUI=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b4e0e032e1773ba4", - "name": "github.com/fatih/color", - "version": "v1.13.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:fatih:color:v1.13.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/fatih/color@v1.13.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:8LOYc1KYPPmyKMuN8QV2DNRWNbLo6LZ0iLs8+mlH53w=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "5b45838c00aa5e0d", - "name": "github.com/go-logr/logr", - "version": "v1.2.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-logr:logr:v1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_logr:logr:v1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:logr:v1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-logr/logr@v1.2.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:QK40JKJyMdUDz+h+xvCsru/bJhvG0UxvePV0ufL/AcE=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "4c685e7d0afd5674", - "name": "github.com/gofrs/uuid", - "version": "v4.0.0+incompatible", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:gofrs:uuid:v4.0.0\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/gofrs/uuid@v4.0.0%2Bincompatible", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:1SD/1F5pU8p29ybwgQSwpQk+mwdRrXCYuPhW6m+TnJw=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e4b18880d331ae87", - "name": "github.com/gogo/protobuf", - "version": "v1.3.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d8ba928314d10dcf", - "name": "github.com/golang-jwt/jwt/v4", - "version": "v4.2.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang-jwt:jwt\\/v4:v4.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:golang_jwt:jwt\\/v4:v4.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:golang:jwt\\/v4:v4.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/golang-jwt/jwt@v4.2.0#v4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:besgBTC8w8HjP6NzQdxwKH9Z5oQMZ24ThTrHp3cZ8eU=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "743c8b991ced8ed6", - "name": "github.com/golang/groupcache", - "version": "v0.0.0-20210331224755-41bb18bfe9da", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:groupcache:v0.0.0-20210331224755-41bb18bfe9da:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "390b4af905efd209", - "name": "github.com/golang/protobuf", - "version": "v1.5.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:protobuf:v1.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/golang/protobuf@v1.5.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d5598ff3ceabb7ee", - "name": "github.com/google/go-cmp", - "version": "v0.5.9", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:go-cmp:v0.5.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:go_cmp:v0.5.9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/google/go-cmp@v0.5.9", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "acf5715e68bed653", - "name": "github.com/google/go-querystring", - "version": "v1.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:go-querystring:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:go_querystring:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/google/go-querystring@v1.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "10507df819270c5d", - "name": "github.com/google/gofuzz", - "version": "v1.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:gofuzz:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/google/gofuzz@v1.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:Hsa8mG0dQ46ij8Sl2AYJDUv1oA9/d6Vk+3LG99Oe02g=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "8a249f77d1a6b1c8", - "name": "github.com/google/uuid", - "version": "v1.3.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:uuid:v1.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/google/uuid@v1.3.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "01b84ce3df8c4311", - "name": "github.com/googleapis/enterprise-certificate-proxy", - "version": "v0.2.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:googleapis:enterprise-certificate-proxy:v0.2.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:googleapis:enterprise_certificate_proxy:v0.2.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/googleapis/enterprise-certificate-proxy@v0.2.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:yk9/cqRKtT9wXZSsRH9aurXEpJX+U6FLtpYTdC3R06k=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "42544e3f57240497", - "name": "github.com/googleapis/gax-go/v2", - "version": "v2.7.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:googleapis:gax-go\\/v2:v2.7.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:googleapis:gax_go\\/v2:v2.7.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/googleapis/gax-go@v2.7.1#v2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:gF4c0zjUP2H/s/hEGyLA3I0fA2ZWjzYiONAD6cvPr8A=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "c386015bc7a9078a", - "name": "github.com/googleapis/gnostic", - "version": "v0.5.5", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:googleapis:gnostic:v0.5.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/googleapis/gnostic@v0.5.5", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:9fHAtK0uDfpveeqqo1hkEZJcFvYXAiCN3UutL8F9xHw=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "4382ff135ec451e7", - "name": "github.com/hashicorp/aws-sdk-go-base", - "version": "v0.7.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:aws-sdk-go-base:v0.7.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:aws_sdk_go_base:v0.7.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/aws-sdk-go-base@v0.7.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:7s/aR3hFn74tYPVihzDyZe7y/+BorN70rr9ZvpV3j3o=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "1c6842dbf328187b", - "name": "github.com/hashicorp/consul/api", - "version": "v1.9.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:consul\\/api:v1.9.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/consul@v1.9.1#api", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:SngrdG2L62qqLsUz85qcPhFZ78rPf8tcD5qjMgs6MME=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b2a63ce7f1edd80a", - "name": "github.com/hashicorp/errwrap", - "version": "v1.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:errwrap:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/errwrap@v1.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY2I=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "21a361c15488ee38", - "name": "github.com/hashicorp/go-azure-helpers", - "version": "v0.43.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:go-azure-helpers:v0.43.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:go_azure_helpers:v0.43.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-azure-helpers@v0.43.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:larj4ZgwO3hKzA9xIOTXRW4NBpI6F3K8wpig8eikNOw=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "744bb11a0152b55e", - "name": "github.com/hashicorp/go-checkpoint", - "version": "v0.5.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:go-checkpoint:v0.5.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:go_checkpoint:v0.5.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-checkpoint@v0.5.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:MFYpPZCnQqQTE18jFwSII6eUQrD/oxMFp3mlgcqk5mU=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "5878e820f62f3c9b", - "name": "github.com/hashicorp/go-cleanhttp", - "version": "v0.5.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:go-cleanhttp:v0.5.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:go_cleanhttp:v0.5.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-cleanhttp@v0.5.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:035FKYIWjmULyFRBKPs8TBQoi0x6d9G4xc9neXJWAZQ=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "cabd61102c60e194", - "name": "github.com/hashicorp/go-getter", - "version": "v1.7.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:go-getter:v1.7.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:go_getter:v1.7.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-getter@v1.7.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:3yQjWuxICvSpYwqSayAdKRFcvBl1y/vogCxczWSmix0=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "c63787347cc4a7b5", - "name": "github.com/hashicorp/go-hclog", - "version": "v0.15.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:go-hclog:v0.15.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:go_hclog:v0.15.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-hclog@v0.15.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:qMuK0wxsoW4D0ddCCYwPSTm4KQv1X1ke3WmPWZ0Mvsk=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e4d9fc8bc0b1dcff", - "name": "github.com/hashicorp/go-immutable-radix", - "version": "v1.0.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:go-immutable-radix:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:go_immutable_radix:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-immutable-radix@v1.0.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:AKDB1HM5PWEA7i4nhcpwOrO2byshxBjXVn/J/3+z5/0=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3f33f536b11d3cac", - "name": "github.com/hashicorp/go-multierror", - "version": "v1.1.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:go-multierror:v1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:go_multierror:v1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-multierror@v1.1.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:H5DkEtf6CXdFp0N0Em5UCwQpXMWke8IA0+lD48awMYo=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b8d9c40498776233", - "name": "github.com/hashicorp/go-plugin", - "version": "v1.4.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:go-plugin:v1.4.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:go_plugin:v1.4.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-plugin@v1.4.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:DXmvivbWD5qdiBts9TpBC7BYL1Aia5sxbRgQB+v6UZM=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "45aa4945c27ee716", - "name": "github.com/hashicorp/go-retryablehttp", - "version": "v0.7.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:retryablehttp:v0.7.2:*:*:*:*:go:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-retryablehttp@v0.7.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:AcYqCvkpalPnPF2pn0KamgwamS42TqUDDYFRKq/RAd0=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "df2df7a375492db2", - "name": "github.com/hashicorp/go-rootcerts", - "version": "v1.0.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:go-rootcerts:v1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:go_rootcerts:v1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-rootcerts@v1.0.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:jzhAVGtqPKbwpyCPELlgNWhE1znq+qwJtW5Oi2viEzc=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "6782581d43cfdfc1", - "name": "github.com/hashicorp/go-safetemp", - "version": "v1.0.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:go-safetemp:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:go_safetemp:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-safetemp@v1.0.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:2HR189eFNrjHQyENnQMMpCiBAsRxzbTMIgBhEyExpmo=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "5aed4950171a8b21", - "name": "github.com/hashicorp/go-slug", - "version": "v0.11.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:go-slug:v0.11.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:go_slug:v0.11.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-slug@v0.11.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:c6lLdQnlhUWbS5I7hw8SvfymoFuy6EmiFDedy6ir994=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "5e5d6c86c093b806", - "name": "github.com/hashicorp/go-tfe", - "version": "v1.26.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:go-tfe:v1.26.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:go_tfe:v1.26.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-tfe@v1.26.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:aacguqCENg6Z7ttfhAxdbbY2vm/jKrntl5sUUY0h6EM=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "4082d80e1afc55e6", - "name": "github.com/hashicorp/go-uuid", - "version": "v1.0.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:go-uuid:v1.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:go_uuid:v1.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-uuid@v1.0.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:2gKiV6YVmrJ1i2CKKa9obLvRieoRGviZFL26PcT/Co8=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "0a6913fba3323c5d", - "name": "github.com/hashicorp/go-version", - "version": "v1.6.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:go-version:v1.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:go_version:v1.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/go-version@v1.6.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:feTTfFNnjP967rlCxM/I9g701jU+RN74YKx2mOkIeek=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "105b6c2e5b9022a3", - "name": "github.com/hashicorp/golang-lru", - "version": "v0.5.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:golang-lru:v0.5.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:golang_lru:v0.5.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/golang-lru@v0.5.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:0hERBMJE1eitiLkihrMvRVBYAkpHzc/J3QdDN+dAcgU=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "380db32113121ddb", - "name": "github.com/hashicorp/hcl", - "version": "v0.0.0-20170504190234-a4b07c25de5f", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:hcl:v0.0.0-20170504190234-a4b07c25de5f:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/hcl@v0.0.0-20170504190234-a4b07c25de5f", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:UdxlrJz4JOnY8W+DbLISwf2B8WXEolNRA8BGCwI9jws=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3f5db546a889ea57", - "name": "github.com/hashicorp/hcl/v2", - "version": "v2.16.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:hcl\\/v2:v2.16.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/hcl@v2.16.2#v2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:mpkHZh/Tv+xet3sy3F9Ld4FyI2tUpWe9x3XtPx9f1a0=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "cf2458426b3f7a86", - "name": "github.com/hashicorp/jsonapi", - "version": "v0.0.0-20210826224640-ee7dae0fb22d", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:jsonapi:v0.0.0-20210826224640-ee7dae0fb22d:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/jsonapi@v0.0.0-20210826224640-ee7dae0fb22d", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:9ARUJJ1VVynB176G1HCwleORqCaXm/Vx0uUi0dL26I0=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "5bdc0b33ee41b4ca", - "name": "github.com/hashicorp/serf", - "version": "v0.9.5", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:serf:v0.9.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/serf@v0.9.5", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:EBWvyu9tcRszt3Bxp3KNssBMP1KuHWyO51lz9+786iM=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "f52de350e04a8a32", - "name": "github.com/hashicorp/terraform", - "version": "v0.0.0-20230907181950-ee58ac1851c8", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:terraform:v0.0.0-20230907181950-ee58ac1851c8:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/terraform@v0.0.0-20230907181950-ee58ac1851c8", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goBuildSettings": [ - { - "key": "-buildmode", - "value": "exe" - }, - { - "key": "-compiler", - "value": "gc" - }, - { - "key": "-ldflags", - "value": "-w " - }, - { - "key": "-tags", - "value": "netgo,osusergo" - }, - { - "key": "-trimpath", - "value": "true" - }, - { - "key": "CGO_ENABLED", - "value": "1" - }, - { - "key": "GOARCH", - "value": "amd64" - }, - { - "key": "GOOS", - "value": "linux" - }, - { - "key": "GOAMD64", - "value": "v2" - }, - { - "key": "vcs", - "value": "git" - }, - { - "key": "vcs.revision", - "value": "ee58ac1851c8a433005df9863ed47796a9f6b5e7" - }, - { - "key": "vcs.time", - "value": "2023-09-07T18:19:50Z" - }, - { - "key": "vcs.modified", - "value": "true" - } - ], - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e1fd9722e9cd8ff9", - "name": "github.com/hashicorp/terraform-registry-address", - "version": "v0.0.0-20220623143253-7d51757b572c", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:terraform-registry-address:v0.0.0-20220623143253-7d51757b572c:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:terraform_registry_address:v0.0.0-20220623143253-7d51757b572c:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/terraform-registry-address@v0.0.0-20220623143253-7d51757b572c", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:D8aRO6+mTqHfLsK/BC3j5OAoogv1WLRWzY1AaTo3rBg=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e6e53885fa62878f", - "name": "github.com/hashicorp/terraform-svchost", - "version": "v0.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:terraform-svchost:v0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:terraform_svchost:v0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/terraform-svchost@v0.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:0+RcgZdZYNd81Vw7tu62g9JiLLvbOigp7QtyNh6CjXk=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "175de32feafa64f7", - "name": "github.com/hashicorp/yamux", - "version": "v0.0.0-20181012175058-2f1d1f20f75d", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:yamux:v0.0.0-20181012175058-2f1d1f20f75d:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/yamux@v0.0.0-20181012175058-2f1d1f20f75d", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:kJCB4vdITiW1eC1vq2e6IsrXKrZit1bv/TDYFGMp4BQ=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "26e3b9d237d968c1", - "name": "github.com/huandu/xstrings", - "version": "v1.3.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:huandu:xstrings:v1.3.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/huandu/xstrings@v1.3.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:/Gcsuc1x8JVbJ9/rlye4xZnVAbEkGauT8lbebqcQws4=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "ca08de3245784526", - "name": "github.com/imdario/mergo", - "version": "v0.3.13", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:imdario:mergo:v0.3.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/imdario/mergo@v0.3.13", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:lFzP57bqS/wsqKssCGmtLAb8A0wKjLGrve2q3PPVcBk=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "dcac300980144fde", - "name": "github.com/jmespath/go-jmespath", - "version": "v0.4.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:jmespath:go-jmespath:v0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jmespath:go_jmespath:v0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/jmespath/go-jmespath@v0.4.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a9df6b92ec0e002e", - "name": "github.com/json-iterator/go", - "version": "v1.1.12", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "60ae80c3ab1d6192", - "name": "github.com/kardianos/osext", - "version": "v0.0.0-20190222173326-2bc1f35cddc0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:kardianos:osext:v0.0.0-20190222173326-2bc1f35cddc0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/kardianos/osext@v0.0.0-20190222173326-2bc1f35cddc0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:iQTw/8FWTuc7uiaSepXwyf3o52HaUYcV+Tu66S3F5GA=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "65b20e38d61f18f8", - "name": "github.com/klauspost/compress", - "version": "v1.15.11", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:klauspost:compress:v1.15.11:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/klauspost/compress@v1.15.11", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:Lcadnb3RKGin4FYM/orgq0qde+nc15E5Cbqg4B9Sx9c=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "af2545f733ee01e7", - "name": "github.com/lib/pq", - "version": "v1.10.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:lib:pq:v1.10.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/lib/pq@v1.10.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:v9QZf2Sn6AmjXtQeFpdoq/eaNtYP6IN+7lcrygsIAtg=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "24dcb6e6f7f5e21d", - "name": "github.com/manicminer/hamilton", - "version": "v0.44.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:manicminer:hamilton:v0.44.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/manicminer/hamilton@v0.44.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:mLb4Vxbt2dsAvOpaB7xd/5D8LaTTX6ACwVP4TmW8qwE=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "4386f3599672154c", - "name": "github.com/manicminer/hamilton-autorest", - "version": "v0.2.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:manicminer:hamilton-autorest:v0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:manicminer:hamilton_autorest:v0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/manicminer/hamilton-autorest@v0.2.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:dDL+t2DrQza0EfNYINYCvXISeNwVqzgVAQh+CH/19ZU=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "42e51bc2fa008160", - "name": "github.com/masterzen/simplexml", - "version": "v0.0.0-20190410153822-31eea3082786", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:masterzen:simplexml:v0.0.0-20190410153822-31eea3082786:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/masterzen/simplexml@v0.0.0-20190410153822-31eea3082786", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:2ZKn+w/BJeL43sCxI2jhPLRv73oVVOjEKZjKkflyqxg=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d66a0184a4d87191", - "name": "github.com/masterzen/winrm", - "version": "v0.0.0-20200615185753-c42b5136ff88", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:masterzen:winrm:v0.0.0-20200615185753-c42b5136ff88:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/masterzen/winrm@v0.0.0-20200615185753-c42b5136ff88", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:cxuVcCvCLD9yYDbRCWw0jSgh1oT6P6mv3aJDKK5o7X4=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a60b904bf9fc59f7", - "name": "github.com/mattn/go-colorable", - "version": "v0.1.13", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mattn:go-colorable:v0.1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mattn:go_colorable:v0.1.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mattn/go-colorable@v0.1.13", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "f3769c6b93cfbfd2", - "name": "github.com/mattn/go-isatty", - "version": "v0.0.16", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mattn:go-isatty:v0.0.16:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mattn:go_isatty:v0.0.16:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mattn/go-isatty@v0.0.16", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:bq3VjFmv/sOjHtdEhmkEV4x1AJtvUvOJ2PFAZ5+peKQ=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "6a7f96b52b6d2940", - "name": "github.com/mattn/go-shellwords", - "version": "v1.0.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mattn:go-shellwords:v1.0.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mattn:go_shellwords:v1.0.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mattn/go-shellwords@v1.0.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:xmZZyxuP+bYKAKkA9ABYXVNJ+G/Wf3R8d8vAP3LDJJk=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "8544032dd0a6f63d", - "name": "github.com/mitchellh/cli", - "version": "v1.1.5", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mitchellh:cli:v1.1.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mitchellh/cli@v1.1.5", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:OxRIeJXpAMztws/XHlN2vu6imG5Dpq+j61AzAX5fLng=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "dfede46091f8c721", - "name": "github.com/mitchellh/colorstring", - "version": "v0.0.0-20190213212951-d06e56a500db", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mitchellh:colorstring:v0.0.0-20190213212951-d06e56a500db:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mitchellh/colorstring@v0.0.0-20190213212951-d06e56a500db", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:62I3jR2EmQ4l5rM/4FEfDWcRD+abF5XlKShorW5LRoQ=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "50877ce0ddb45240", - "name": "github.com/mitchellh/copystructure", - "version": "v1.2.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mitchellh:copystructure:v1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mitchellh/copystructure@v1.2.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:vpKXTN4ewci03Vljg/q9QvCGUDttBOGBIa15WveJJGw=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "9dc424f926bac3cb", - "name": "github.com/mitchellh/go-homedir", - "version": "v1.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mitchellh:go-homedir:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mitchellh:go_homedir:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mitchellh/go-homedir@v1.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:lukF9ziXFxDFPkA1vsr5zpc1XuPDn/wFntq5mG+4E0Y=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3fa3096c7a411385", - "name": "github.com/mitchellh/go-linereader", - "version": "v0.0.0-20190213213312-1b945b3263eb", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mitchellh:go-linereader:v0.0.0-20190213213312-1b945b3263eb:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mitchellh:go_linereader:v0.0.0-20190213213312-1b945b3263eb:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mitchellh/go-linereader@v0.0.0-20190213213312-1b945b3263eb", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:GRiLv4rgyqjqzxbhJke65IYUf4NCOOvrPOJbV/sPxkM=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "87779c7692d4bbe1", - "name": "github.com/mitchellh/go-testing-interface", - "version": "v1.14.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mitchellh:go-testing-interface:v1.14.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mitchellh:go_testing_interface:v1.14.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mitchellh/go-testing-interface@v1.14.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:jrgshOhYAUVNMAJiKbEu7EqAwgJJ2JqpQmpLJOu07cU=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "7d6412c47c70f8bf", - "name": "github.com/mitchellh/go-wordwrap", - "version": "v1.0.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mitchellh:go-wordwrap:v1.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mitchellh:go_wordwrap:v1.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mitchellh/go-wordwrap@v1.0.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:TLuKupo69TCn6TQSyGxwI1EblZZEsQ0vMlAFQflz0v0=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "0904729648a8756c", - "name": "github.com/mitchellh/mapstructure", - "version": "v1.1.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mitchellh:mapstructure:v1.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mitchellh/mapstructure@v1.1.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:fmNYVwqnSfB9mZU6OS2O6GsXM+wcskZDuKQzvN1EDeE=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a28cbec9654ff37d", - "name": "github.com/mitchellh/reflectwalk", - "version": "v1.0.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mitchellh:reflectwalk:v1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mitchellh/reflectwalk@v1.0.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:G2LzWKi524PWgd3mLHV8Y5k7s6XUvT0Gef6zxSIeXaQ=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "4c22a692a86371a0", - "name": "github.com/modern-go/concurrent", - "version": "v0.0.0-20180306012644-bacd9c7ef1dd", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "c3112fcd39f353e8", - "name": "github.com/modern-go/reflect2", - "version": "v1.0.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "9f4931c912c867b8", - "name": "github.com/mozillazg/go-httpheader", - "version": "v0.3.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mozillazg:go-httpheader:v0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mozillazg:go_httpheader:v0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mozillazg/go-httpheader@v0.3.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:3brX5z8HTH+0RrNA1362Rc3HsaxyWEKtGY45YrhuINM=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e192a499a5599a52", - "name": "github.com/nu7hatch/gouuid", - "version": "v0.0.0-20131221200532-179d4d0c4d8d", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:nu7hatch:gouuid:v0.0.0-20131221200532-179d4d0c4d8d:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/nu7hatch/gouuid@v0.0.0-20131221200532-179d4d0c4d8d", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:VhgPp6v9qf9Agr/56bj7Y/xa04UccTW04VP0Qed4vnQ=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "ceff44817579478d", - "name": "github.com/oklog/run", - "version": "v1.0.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:oklog:run:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/oklog/run@v1.0.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:Ru7dDtJNOyC66gQ5dQmaCa0qIsAUFY3sFpK1Xk8igrw=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "65ed5f339406d90a", - "name": "github.com/packer-community/winrmcp", - "version": "v0.0.0-20180921211025-c76d91c1e7db", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:packer-community:winrmcp:v0.0.0-20180921211025-c76d91c1e7db:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:packer_community:winrmcp:v0.0.0-20180921211025-c76d91c1e7db:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:packer:winrmcp:v0.0.0-20180921211025-c76d91c1e7db:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/packer-community/winrmcp@v0.0.0-20180921211025-c76d91c1e7db", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:9uViuKtx1jrlXLBW/pMnhOfzn3iSEdLase/But/IZRU=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "365170756c23573e", - "name": "github.com/pkg/browser", - "version": "v0.0.0-20201207095918-0426ae3fba23", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:pkg:browser:v0.0.0-20201207095918-0426ae3fba23:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/pkg/browser@v0.0.0-20201207095918-0426ae3fba23", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:dofHuld+js7eKSemxqTVIo8yRlpRw+H1SdpzZxWruBc=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "be45d50dd65916a5", - "name": "github.com/pkg/errors", - "version": "v0.9.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3d46d59276c297ea", - "name": "github.com/posener/complete", - "version": "v1.2.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:posener:complete:v1.2.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/posener/complete@v1.2.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:NP0eAhjcjImqslEwo/1hq7gpajME0fTLTezBKDqfXqo=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "843a53cc01e79558", - "name": "github.com/shopspring/decimal", - "version": "v1.3.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:shopspring:decimal:v1.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/shopspring/decimal@v1.3.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:2Usl1nmF/WZucqkFZhnfFYxxxu8LG21F6nPQBE5gKV8=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "2d4287d42483980e", - "name": "github.com/spf13/afero", - "version": "v1.2.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:spf13:afero:v1.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/spf13/afero@v1.2.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:5jhuqJyZCZf2JRofRvN/nIFgIWNzPa3/Vz8mYylgbWc=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "aec2e4445cb70b4e", - "name": "github.com/spf13/cast", - "version": "v1.5.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:spf13:cast:v1.5.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/spf13/cast@v1.5.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:rj3WzYc11XZaIZMPKmwP96zkFEnnAmV8s6XbB2aY32w=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e21bfe0f81a65100", - "name": "github.com/spf13/pflag", - "version": "v1.0.5", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:spf13:pflag:v1.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/spf13/pflag@v1.0.5", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e0db4dff4c54991c", - "name": "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common", - "version": "v1.0.588", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:tencentcloud:tencentcloud-sdk-go\\/tencentcloud\\/common:v1.0.588:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tencentcloud:tencentcloud_sdk_go\\/tencentcloud\\/common:v1.0.588:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/tencentcloud/tencentcloud-sdk-go@v1.0.588#tencentcloud/common", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:DYtBXB7sVc3EOW5horg8j55cLZynhsLYhHrvQ/jXKKM=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "978e112aada9cac9", - "name": "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/sts", - "version": "v1.0.588", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:tencentcloud:tencentcloud-sdk-go\\/tencentcloud\\/sts:v1.0.588:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tencentcloud:tencentcloud_sdk_go\\/tencentcloud\\/sts:v1.0.588:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/tencentcloud/tencentcloud-sdk-go@v1.0.588#tencentcloud/sts", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:PlkFOALQZ9BLUyX8EalATUQD5xEn1Sz34C+Rw5VSpvk=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "c202e4320e074565", - "name": "github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/tag", - "version": "v1.0.233", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:tencentcloud:tencentcloud-sdk-go\\/tencentcloud\\/tag:v1.0.233:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tencentcloud:tencentcloud_sdk_go\\/tencentcloud\\/tag:v1.0.233:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/tencentcloud/tencentcloud-sdk-go@v1.0.233#tencentcloud/tag", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:5Tbi+jyZ2MojC6GK8V6hchwtnkP2IuENUTqSisbYOlA=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d7e44e4b5f54383e", - "name": "github.com/tencentyun/cos-go-sdk-v5", - "version": "v0.7.29", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:tencentyun:cos-go-sdk-v5:v0.7.29:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tencentyun:cos_go_sdk_v5:v0.7.29:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/tencentyun/cos-go-sdk-v5@v0.7.29", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:uwRBzc70Wgtc5iQQCowqecfRT0OpCXUOZzodZHOOEDs=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "6d661dba0cdb4429", - "name": "github.com/tombuildsstuff/giovanni", - "version": "v0.15.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:tombuildsstuff:giovanni:v0.15.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/tombuildsstuff/giovanni@v0.15.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:CVRaLOJ7C/eercCrKIsarfJ4SZoGMdBL9Q2deFDUXco=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "1ee4e8e4493556b9", - "name": "github.com/ulikunitz/xz", - "version": "v0.5.10", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:ulikunitz:xz:v0.5.10:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/ulikunitz/xz@v0.5.10", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:t92gobL9l3HE202wg3rlk19F6X+JOxl9BBrCCMYEYd8=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "0746242a65bb96fc", - "name": "github.com/vmihailenco/msgpack/v4", - "version": "v4.3.12", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:vmihailenco:msgpack\\/v4:v4.3.12:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/vmihailenco/msgpack@v4.3.12#v4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:07s4sz9IReOgdikxLTKNbBdqDMLsjPKXwvCazn8G65U=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "6de20a6c154033a5", - "name": "github.com/vmihailenco/tagparser", - "version": "v0.1.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:vmihailenco:tagparser:v0.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/vmihailenco/tagparser@v0.1.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:quXMXlA39OCbd2wAdTsGDlK9RkOk6Wuw+x37wVyIuWY=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "531b748fd642c682", - "name": "github.com/xanzy/ssh-agent", - "version": "v0.3.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:xanzy:ssh-agent:v0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:xanzy:ssh_agent:v0.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/xanzy/ssh-agent@v0.3.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:AmzO1SSWxw73zxFZPRwaMN1MohDw8UyHnmuxyceTEGo=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "87250ff0e70fd3e3", - "name": "github.com/xlab/treeprint", - "version": "v0.0.0-20161029104018-1d6e34225557", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:xlab:treeprint:v0.0.0-20161029104018-1d6e34225557:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/xlab/treeprint@v0.0.0-20161029104018-1d6e34225557", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:Jpn2j6wHkC9wJv5iMfJhKqrZJx3TahFx+7sbZ7zQdxs=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "ec08ea5ccfea2a6c", - "name": "github.com/zclconf/go-cty", - "version": "v1.12.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:zclconf:go-cty:v1.12.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:zclconf:go_cty:v1.12.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/zclconf/go-cty@v1.12.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:h4VH6eKXHTw60DiEJEVjh6pqVPDcoe3DuAkH/Ejs+4g=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "9a1c59dbf9c1ad9d", - "name": "github.com/zclconf/go-cty-yaml", - "version": "v1.0.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:zclconf:go-cty-yaml:v1.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:zclconf:go_cty_yaml:v1.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/zclconf/go-cty-yaml@v1.0.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:og/eOQ7lvA/WWhHGFETVWNduJM7Rjsv2RRpx1sdFMLc=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "9721a2f36344093d", - "name": "go.opencensus.io", - "version": "v0.24.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/go.opencensus.io@v0.24.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d20cff6e304c963f", - "name": "golang.org/x/crypto", - "version": "v0.21.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:crypto:v0.21.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:bcrypt:v0.21.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:openpgp:v0.21.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:scrypt:v0.21.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:ssh:v0.21.0:*:*:*:*:go:*:*", - "source": "wolfictl" - } - ], - "purl": "pkg:golang/golang.org/x/crypto@v0.21.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:X31++rzVUdKhX5sWmSOFZxx8UW/ldWx55cbf08iNAMA=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d6b1f531f7cc7e13", - "name": "golang.org/x/mod", - "version": "v0.8.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:x\\/mod:v0.8.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/golang.org/x/mod@v0.8.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:LUYupSeNrTNCGzR/hVBk2NHZO4hXcVaW1k4Qx7rjPx8=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "18fe952e727fef44", - "name": "golang.org/x/net", - "version": "v0.23.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:networking:v0.23.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:bpf:v0.23.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:dns:v0.23.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:html:v0.23.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:http:v0.23.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:httpproxy:v0.23.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:http2:v0.23.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:hpack:v0.23.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:proxy:v0.23.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:route:v0.23.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:trace:v0.23.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:webdev:v0.23.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:websocket:v0.23.0:*:*:*:*:go:*:*", - "source": "wolfictl" - } - ], - "purl": "pkg:golang/golang.org/x/net@v0.23.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:7EYJ93RZ9vYSZAIb2x3lnuvqO5zneoD6IvWjuhfxjTs=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "7818d71605746aa8", - "name": "golang.org/x/oauth2", - "version": "v0.7.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:oauth2:v0.7.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:jws:v0.7.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:jwt:v0.7.0:*:*:*:*:go:*:*", - "source": "wolfictl" - } - ], - "purl": "pkg:golang/golang.org/x/oauth2@v0.7.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:qe6s0zUXlPX80/dITx3440hWZ7GwMwgDDyrSGTPJG/g=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "76b4e6d63d5f280e", - "name": "golang.org/x/sys", - "version": "v0.18.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:x\\/sys:v0.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/golang.org/x/sys@v0.18.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:DBdB3niSjOA/O0blCZBqDefyWNYveAYMNF1Wum0DYQ4=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "7ef14dc940d55980", - "name": "golang.org/x/term", - "version": "v0.18.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:x\\/term:v0.18.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/golang.org/x/term@v0.18.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:FcHjZXDMxI8mM3nwhX9HlKop4C0YQvCVCdwYl2wOtE8=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "5fc941497140a6ef", - "name": "golang.org/x/text", - "version": "v0.14.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:text:v0.14.0:*:*:*:*:*:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:golang/golang.org/x/text@v0.14.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "4b8ed7b3ad1d09cc", - "name": "golang.org/x/time", - "version": "v0.3.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:x\\/time:v0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/golang.org/x/time@v0.3.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "60f3d7d899d8dde7", - "name": "golang.org/x/xerrors", - "version": "v0.0.0-20220907171357-04be3eba64a2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:x\\/xerrors:v0.0.0-20220907171357-04be3eba64a2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/golang.org/x/xerrors@v0.0.0-20220907171357-04be3eba64a2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:H2TDz8ibqkAF6YGhCdN3jS9O0/s90v0rJh3X/OLHEUk=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "dc603df1b85ff02f", - "name": "google.golang.org/api", - "version": "v0.114.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:api:v0.114.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/google.golang.org/api@v0.114.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:1xQPji6cO2E2vLiI+C/XiFAnsn1WV3mjaEwGLhi3grE=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "ab44ef87cdcc0804", - "name": "google.golang.org/genproto", - "version": "v0.0.0-20230410155749-daa745c078e1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20230410155749-daa745c078e1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20230410155749-daa745c078e1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:KpwkzHKEF7B9Zxg18WzOa7djJ+Ha5DzthMyZYQfEn2A=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "de36da615d148a0f", - "name": "google.golang.org/grpc", - "version": "v1.56.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:grpc:v1.56.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/google.golang.org/grpc@v1.56.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:8I4C0Yq1EjstUzUJzpcRVbuYA2mODtEmpWiQoN/b2nc=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "39a29bda4b0fe917", - "name": "google.golang.org/protobuf", - "version": "v1.33.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:protobuf:v1.33.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/google.golang.org/protobuf@v1.33.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:uNO2rsAINq/JlFpSdYEKIZ0uKD/R9cpdv0T+yoGwGmI=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a0ece187ee0b397c", - "name": "gopkg.in/inf.v0", - "version": "v0.9.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/gopkg.in/inf.v0@v0.9.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d19fd7ededa2c2e8", - "name": "gopkg.in/ini.v1", - "version": "v1.66.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/gopkg.in/ini.v1@v1.66.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:XfR1dOYubytKy4Shzc2LHrrGhU0lDCfDGG1yLPmpgsI=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "03965cbf7312bacb", - "name": "gopkg.in/yaml.v2", - "version": "v2.4.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "f996be1cfbed8757", - "name": "gopkg.in/yaml.v3", - "version": "v3.0.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:yaml_project:yaml:v3.0.1:*:*:*:*:go:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "98aa3a4a779bc582", - "name": "k8s.io/api", - "version": "v0.23.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/k8s.io/api@v0.23.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:85gnfXQOWbJa1SiWGpE9EEtHs0UVvDyIsSMpEtl2D4E=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "33b58603822ea06d", - "name": "k8s.io/apimachinery", - "version": "v0.23.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/k8s.io/apimachinery@v0.23.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:fhnuMd/xUL3Cjfl64j5ULKZ1/J9n8NuQEgNL+WXWfdM=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "12536c5479def77c", - "name": "k8s.io/client-go", - "version": "v0.23.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/k8s.io/client-go@v0.23.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:YVWvPeerA2gpUudLelvsolzH7c2sFoXXR5wM/sWqNFU=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "6f2df5f084218c66", - "name": "k8s.io/klog/v2", - "version": "v2.30.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:klog:v2:v2.30.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/k8s.io/klog/v2@v2.30.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:bUO6drIvCIsvZ/XFgfxoGFQU/a4Qkh0iAlvUR7vlHJw=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "ce5ba5579a2f5e40", - "name": "k8s.io/kube-openapi", - "version": "v0.0.0-20211115234752-e816edb12b65", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/k8s.io/kube-openapi@v0.0.0-20211115234752-e816edb12b65", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:E3J9oCLlaobFUqsjG9DfKbP2BmgwBL2p7pn0A3dG9W4=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a1fa3ed4eba195dc", - "name": "k8s.io/utils", - "version": "v0.0.0-20211116205334-6203023598ed", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/k8s.io/utils@v0.0.0-20211116205334-6203023598ed", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:ck1fRPWPJWsMd8ZRFsWc6mh/zHp5fZ/shhbrgPUxDAE=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "162f99c4b512af78", - "name": "sigs.k8s.io/json", - "version": "v0.0.0-20211020170558-c049b76a60c6", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/sigs.k8s.io/json@v0.0.0-20211020170558-c049b76a60c6", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:fD1pz4yfdADVNfFmcP2aBEtudwUQ1AlLnRBALr33v3s=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "83fe51b7f1bf2a6f", - "name": "sigs.k8s.io/structured-merge-diff/v4", - "version": "v4.2.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:structured-merge-diff:v4:v4.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:structured_merge_diff:v4:v4.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:structured-merge:v4:v4.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:structured_merge:v4:v4.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:structured:v4:v4.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/sigs.k8s.io/structured-merge-diff/v4@v4.2.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:bKCqE9GvQ5tiVHn5rfn1r+yao3aLQEaLzkkmAkf+A6Y=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "98c823039ffa76a0", - "name": "sigs.k8s.io/yaml", - "version": "v1.2.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/sigs.k8s.io/yaml@v1.2.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "amd64", - "h1Digest": "h1:kr/MCeFWJWTwyaHoR9c8EjH9OumOmoF9YGiZd7lFm/Q=", - "mainModule": "github.com/hashicorp/terraform", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a5963ac4aad96084", - "name": "stdlib", - "version": "go1.22.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/terraform", - "accessPath": "usr/bin/terraform", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-3-Clause", - "spdxExpression": "BSD-3-Clause", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:go:1.22.4:-:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/stdlib@1.22.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.22.4", - "architecture": "" - } - }, - { - "id": "8965a15e14ddfc73", - "name": "terraform", - "version": "1.5.7-r12", - "type": "apk", - "foundBy": "wolfictl", - "locations": [ - { - "path": ".PKGINFO", - "accessPath": ".PKGINFO" - } - ], - "licenses": [ - { - "value": "MPL-2.0", - "spdxExpression": "MPL-2.0", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "", - "cpes": [ - { - "cpe": "cpe:2.3:a:terraform:terraform:1.5.7-r12:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:apk/wolfi/terraform@1.5.7-r12?arch=x86_64&origin=terraform", - "metadataType": "apk-db-entry", - "metadata": { - "package": "terraform", - "originPackage": "terraform", - "maintainer": "", - "version": "1.5.7-r12", - "architecture": "x86_64", - "url": "", - "description": "", - "size": 76098380, - "installedSize": 0, - "pullDependencies": null, - "provides": [ - "cmd:terraform=1.5.7-r12" - ], - "pullChecksum": "98c28f2e3edfd6f688fb5b360b8dd7eb0b1c023e8f61196c689b561ed40fdca3", - "gitCommitOfApkPort": "3979bc2c18775b50285431391e4aea5da9d62dd2", - "files": [ - { - "path": "." - }, - { - "path": ".PKGINFO" - }, - { - "path": ".SIGN.RSA.wolfi-signing.rsa.pub" - }, - { - "path": "usr" - }, - { - "path": "usr/bin" - }, - { - "path": "usr/bin/terraform" - }, - { - "path": "var" - }, - { - "path": "var/lib" - }, - { - "path": "var/lib/db" - }, - { - "path": "var/lib/db/sbom" - }, - { - "path": "var/lib/db/sbom/terraform-1.5.7-r12.spdx.json" - } - ] - } - } - ], - "artifactRelationships": [], - "source": { - "id": "(redacted for determinism)", - "name": "terraform", - "version": "1.5.7-r12", - "supplier": "chainguard", - "type": "directory", - "metadata": { - "path": "testdata/apks/x86_64/terraform-1.5.7-r12.apk" - } - }, - "distro": { - "id": "wolfi" - }, - "descriptor": { - "name": "wolfictl", - "version": "" - }, - "schema": { - "version": "", - "url": "" - } -} diff --git a/pkg/sbom/testdata/goldenfiles/x86_64/thanos-0.32-0.32.5-r4.apk.syft.json b/pkg/sbom/testdata/goldenfiles/x86_64/thanos-0.32-0.32.5-r4.apk.syft.json deleted file mode 100644 index f231f37ea..000000000 --- a/pkg/sbom/testdata/goldenfiles/x86_64/thanos-0.32-0.32.5-r4.apk.syft.json +++ /dev/null @@ -1,7849 +0,0 @@ -{ - "artifacts": [ - { - "id": "414551e6fed9cd32", - "name": "cloud.google.com/go", - "version": "v0.110.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/cloud.google.com/go@v0.110.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:1JYyxKMN9hd5dR2MYTPWkGUgcoxVVhg0LKNKEo0qvmk=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "47d018b57599c60c", - "name": "cloud.google.com/go/compute/metadata", - "version": "v0.2.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go:compute\\/metadata:v0.2.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/cloud.google.com/go/compute@v0.2.3#metadata", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:mg4jlk7mCAj6xXp9UJ4fjI9VUI5rubuGBW5aJ7UnBMY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "938a73e2cace29d5", - "name": "cloud.google.com/go/iam", - "version": "v1.1.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go:iam:v1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/cloud.google.com/go/iam@v1.1.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:lW7fzj15aVIXYHREOqjRBV9PsH0Z6u8Y46a1YGvQP4Y=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "c0652d8fab94e99c", - "name": "cloud.google.com/go/storage", - "version": "v1.30.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go:storage:v1.30.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/cloud.google.com/go/storage@v1.30.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:uOdMxAs8HExqBlnLtnQyP0YkvbiDpdGShGKtx6U/oNM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "ad6cd42445596d67", - "name": "cloud.google.com/go/trace", - "version": "v1.10.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go:trace:v1.10.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/cloud.google.com/go/trace@v1.10.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:EwGdOLCNfYOOPtgqo+D2sDLZmRCEO1AagRTJCU6ztdg=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "18195a189af81809", - "name": "github.com/Azure/azure-sdk-for-go/sdk/azcore", - "version": "v1.7.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Azure:azure-sdk-for-go\\/sdk\\/azcore:v1.7.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Azure:azure_sdk_for_go\\/sdk\\/azcore:v1.7.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Azure/azure-sdk-for-go@v1.7.1#sdk/azcore", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:/iHxaJhsFr0+xVFfbMr5vxz848jyiWuIEDhYq3y5odY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "2d2b04355924ae57", - "name": "github.com/Azure/azure-sdk-for-go/sdk/azidentity", - "version": "v1.3.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Azure:azure-sdk-for-go\\/sdk\\/azidentity:v1.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Azure:azure_sdk_for_go\\/sdk\\/azidentity:v1.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Azure/azure-sdk-for-go@v1.3.1#sdk/azidentity", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:LNHhpdK7hzUcx/k1LIcuh5k7k1LGIWLQfCjaneSj7Fc=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d0ae05e01f161b82", - "name": "github.com/Azure/azure-sdk-for-go/sdk/internal", - "version": "v1.3.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Azure:azure-sdk-for-go\\/sdk\\/internal:v1.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Azure:azure_sdk_for_go\\/sdk\\/internal:v1.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Azure/azure-sdk-for-go@v1.3.0#sdk/internal", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:sXr+ck84g/ZlZUOZiNELInmMgOsuGwdjjVkEIde0OtY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "0c61c6629c8b199d", - "name": "github.com/Azure/azure-sdk-for-go/sdk/storage/azblob", - "version": "v0.5.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:Azure:azure-sdk-for-go\\/sdk\\/storage\\/azblob:v0.5.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:Azure:azure_sdk_for_go\\/sdk\\/storage\\/azblob:v0.5.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/Azure/azure-sdk-for-go@v0.5.1#sdk/storage/azblob", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:BMTdr+ib5ljLa9MxTJK8x/Ds0MbBb4MfuW5BL0zMJnI=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "5ae726efcd856e43", - "name": "github.com/AzureAD/microsoft-authentication-library-for-go", - "version": "v1.1.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:AzureAD:microsoft-authentication-library-for-go:v1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:AzureAD:microsoft_authentication_library_for_go:v1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/AzureAD/microsoft-authentication-library-for-go@v1.1.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:WpB/QDNLpMw72xHJc34BNNykqSOeEJDAWkhf0u12/Jk=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "75b295c6a72f3cff", - "name": "github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace", - "version": "v1.8.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:GoogleCloudPlatform:opentelemetry-operations-go\\/exporter\\/trace:v1.8.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:GoogleCloudPlatform:opentelemetry_operations_go\\/exporter\\/trace:v1.8.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/GoogleCloudPlatform/opentelemetry-operations-go@v1.8.3#exporter/trace", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:i84ZOPT35YCJROyuf97VP/VEdYhQce/8NTLOWq5tqJw=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3a638d7b55067507", - "name": "github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping", - "version": "v0.32.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:GoogleCloudPlatform:opentelemetry-operations-go\\/internal\\/resourcemapping:v0.32.3:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:GoogleCloudPlatform:opentelemetry_operations_go\\/internal\\/resourcemapping:v0.32.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/GoogleCloudPlatform/opentelemetry-operations-go@v0.32.3#internal/resourcemapping", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:FhsH8qgWFkkPlPXBZ68uuT/FH/R+DLTtVPxjLEBs1v4=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "8e4c8f988f24d2ea", - "name": "github.com/alecthomas/kingpin", - "version": "v1.3.8-0.20210301060133-17f40c25f497", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:alecthomas:kingpin:v1.3.8-0.20210301060133-17f40c25f497:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/alecthomas/kingpin@v1.3.8-0.20210301060133-17f40c25f497", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:aDITxVUQ/3KBhpVWX57Vo9ntGTxoRw1F0T6/x/tRzNU=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e313562d2419bb92", - "name": "github.com/alecthomas/template", - "version": "v0.0.0-20190718012654-fb15b899a751", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:alecthomas:template:v0.0.0-20190718012654-fb15b899a751:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/alecthomas/template@v0.0.0-20190718012654-fb15b899a751", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:JYp7IbQjafoB+tBA3gMyHYHrpOtNuDiK/uB5uXxq5wM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "8eac01d0dc75fbff", - "name": "github.com/alecthomas/units", - "version": "v0.0.0-20211218093645-b94a6e3cc137", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:alecthomas:units:v0.0.0-20211218093645-b94a6e3cc137:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/alecthomas/units@v0.0.0-20211218093645-b94a6e3cc137", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:s6gZFSlWYmbqAuRjVTiNNhvNRfY2Wxp9nhfyel4rklc=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "0ba3275d5cdac9e5", - "name": "github.com/aliyun/aliyun-oss-go-sdk", - "version": "v2.2.2+incompatible", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aliyun:aliyun-oss-go-sdk:v2.2.2\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aliyun:aliyun_oss_go_sdk:v2.2.2\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aliyun/aliyun-oss-go-sdk@v2.2.2%2Bincompatible", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:9gWa46nstkJ9miBReJcN8Gq34cBFbzSpQZVVT9N09TM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e1a16a8a4930d019", - "name": "github.com/armon/go-radix", - "version": "v1.0.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:armon:go-radix:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:armon:go_radix:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/armon/go-radix@v1.0.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:F4z6KzEeeQIMeLFa97iZU6vupzoecKdU5TX24SNppXI=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "f5ffad0d89044c53", - "name": "github.com/asaskevich/govalidator", - "version": "v0.0.0-20230301143203-a9d515a09cc2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:asaskevich:govalidator:v0.0.0-20230301143203-a9d515a09cc2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/asaskevich/govalidator@v0.0.0-20230301143203-a9d515a09cc2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:DklsrG3dyBCFEj5IhUbnKptjxatkF07cF2ak3yi77so=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "09ef3fdc88643960", - "name": "github.com/aws/aws-sdk-go", - "version": "v1.44.327", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:amazon:aws_software_development_kit:v1.44.327:*:*:*:*:go:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:golang/github.com/aws/aws-sdk-go@v1.44.327", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:ZS8oO4+7MOBLhkdwIhgtVeDzCeWOlTfKJS7EgggbIEY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3eade90663100b1b", - "name": "github.com/aws/aws-sdk-go-v2", - "version": "v1.16.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2:v1.16.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aws:aws_sdk_go_v2:v1.16.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.16.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:cBAYjiiexRAg9v2z9vb6IdxAa7ef4KCtjW7w7e3GxGo=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "8087ecdb5892e1e7", - "name": "github.com/aws/aws-sdk-go-v2/config", - "version": "v1.15.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/config:v1.15.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aws:aws_sdk_go_v2\\/config:v1.15.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.15.1#config", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:hTIZFepYESYyowQUBo47lu69WSxsYqGUILY9Nu8+7pY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "7a0e3fa6e072a489", - "name": "github.com/aws/aws-sdk-go-v2/credentials", - "version": "v1.11.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/credentials:v1.11.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aws:aws_sdk_go_v2\\/credentials:v1.11.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.11.0#credentials", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:gc4Uhs80s60nmLon5Z4JXWinX2BkAGT0YROoUT8h8U4=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "be64e04dcabee871", - "name": "github.com/aws/aws-sdk-go-v2/feature/ec2/imds", - "version": "v1.12.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/feature\\/ec2\\/imds:v1.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aws:aws_sdk_go_v2\\/feature\\/ec2\\/imds:v1.12.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.12.1#feature/ec2/imds", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:F9Je1nq5YXfMOv6451NHvMf6U0iTWeMnsG0MMIQoUmk=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "4155e4edf4c8ab61", - "name": "github.com/aws/aws-sdk-go-v2/internal/configsources", - "version": "v1.1.7", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/internal\\/configsources:v1.1.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aws:aws_sdk_go_v2\\/internal\\/configsources:v1.1.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.1.7#internal/configsources", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:KUErSJgdqmqAPBWAp6Zx9CjL0YXfytXJeXcsWnuCM1c=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a5967f899c5a315c", - "name": "github.com/aws/aws-sdk-go-v2/internal/endpoints/v2", - "version": "v2.4.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/internal\\/endpoints\\/v2:v2.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aws:aws_sdk_go_v2\\/internal\\/endpoints\\/v2:v2.4.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2@v2.4.1#internal/endpoints/v2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:feVfa9eJonhJiss7g51ikjNB2DrUzbNZNvPL8pw/54k=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "ce4713bd55d8525a", - "name": "github.com/aws/aws-sdk-go-v2/internal/ini", - "version": "v1.3.8", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/internal\\/ini:v1.3.8:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aws:aws_sdk_go_v2\\/internal\\/ini:v1.3.8:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.3.8#internal/ini", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:adr3PfiggFtqgFofAMUFCtdvwzpf3QxPES4ezK4M3iI=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "31d86681d4cec3cd", - "name": "github.com/aws/aws-sdk-go-v2/service/internal/presigned-url", - "version": "v1.9.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/internal\\/presigned-url:v1.9.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/internal\\/presigned_url:v1.9.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.9.1#service/internal/presigned-url", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:B/SPX7J+Y0Yrcjv60Nhbh1gC2uBN47SfN8JYre6Mp4M=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "58cd129117ef54c4", - "name": "github.com/aws/aws-sdk-go-v2/service/sso", - "version": "v1.11.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/sso:v1.11.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/sso:v1.11.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.11.1#service/sso", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:DyHctRsJIAWIvom1Itb4T84D2jwpIu+KIi3d0SFaswg=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "830a6ba32178b60e", - "name": "github.com/aws/aws-sdk-go-v2/service/sts", - "version": "v1.16.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aws:aws-sdk-go-v2\\/service\\/sts:v1.16.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aws:aws_sdk_go_v2\\/service\\/sts:v1.16.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aws/aws-sdk-go-v2@v1.16.1#service/sts", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:xsOtPAvHqhvQvBza5ohaUcfq1LceH2lZKMUGZJKiZiM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "643144debf6b503a", - "name": "github.com/aws/smithy-go", - "version": "v1.11.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:aws:smithy-go:v1.11.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:aws:smithy_go:v1.11.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/aws/smithy-go@v1.11.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:IQ+lPZVkSM3FRtyaDox41R8YS6iwPMYIreejOgPW49g=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "71f7d2997017f5ac", - "name": "github.com/baidubce/bce-sdk-go", - "version": "v0.9.111", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:baidubce:bce-sdk-go:v0.9.111:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:baidubce:bce_sdk_go:v0.9.111:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/baidubce/bce-sdk-go@v0.9.111", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:yGgtPpZYUZW4uoVorQ4xnuEgVeddACydlcJKW87MDV4=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "eda81e03d892922a", - "name": "github.com/beorn7/perks", - "version": "v1.0.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:beorn7:perks:v1.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/beorn7/perks@v1.0.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:VlbKKnNfV8bJzeqoa4cOKqO6bYr3WgKZxO8Z16+hsOM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "9f83bb2bce18cf3d", - "name": "github.com/blang/semver/v4", - "version": "v4.0.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:blang:semver\\/v4:v4.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/blang/semver@v4.0.0#v4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:1PFHFE6yCCTv8C1TeyNNarDzntLi7wMI5i/pzqYIsAM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "0b6837c587811e94", - "name": "github.com/cenkalti/backoff/v4", - "version": "v4.2.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:cenkalti:backoff\\/v4:v4.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/cenkalti/backoff@v4.2.1#v4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:y4OZtCnogmCPw98Zjyt5a6+QwPLGkiQsYW5oUqylYbM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d1cb6016a8b94777", - "name": "github.com/cespare/xxhash", - "version": "v1.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:cespare:xxhash:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/cespare/xxhash@v1.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:a6HrQnmkObjyL+Gs60czilIUGqrzKutQD6XZog3p+ko=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a1da1e44294faa1b", - "name": "github.com/cespare/xxhash/v2", - "version": "v2.2.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:cespare:xxhash\\/v2:v2.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/cespare/xxhash@v2.2.0#v2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:DC2CZ1Ep5Y4k3ZQ899DldepgrayRUGE6BBZ/cd9Cj44=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "233240e3adde2ff3", - "name": "github.com/clbanning/mxj", - "version": "v1.8.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:clbanning:mxj:v1.8.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/clbanning/mxj@v1.8.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:HuhwZtbyvyOw+3Z1AowPkU87JkJUSv751ELWaiTpj8I=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "2c4292357a917ad7", - "name": "github.com/coreos/go-systemd/v22", - "version": "v22.5.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:coreos:go-systemd\\/v22:v22.5.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:coreos:go_systemd\\/v22:v22.5.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/coreos/go-systemd@v22.5.0#v22", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:RrqgGjYQKalulkV8NGVIfkXQf6YYmOyiJKk8iXXhfZs=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "ebb1eac97d2ac5d1", - "name": "github.com/davecgh/go-spew", - "version": "v1.1.2-0.20180830191138-d8f796af33cc", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:davecgh:go-spew:v1.1.2-0.20180830191138-d8f796af33cc:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:davecgh:go_spew:v1.1.2-0.20180830191138-d8f796af33cc:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/davecgh/go-spew@v1.1.2-0.20180830191138-d8f796af33cc", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "faa9188380c5d97f", - "name": "github.com/dennwc/varint", - "version": "v1.0.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:dennwc:varint:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/dennwc/varint@v1.0.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:kGNFFSSw8ToIy3obO/kKr8U9GZYUAxQEVuix4zfDWzE=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e702dd5e87daaa9b", - "name": "github.com/dustin/go-humanize", - "version": "v1.0.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:dustin:go-humanize:v1.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:dustin:go_humanize:v1.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/dustin/go-humanize@v1.0.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkpeCY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d72bef2c30a87034", - "name": "github.com/edsrzf/mmap-go", - "version": "v1.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:edsrzf:mmap-go:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:edsrzf:mmap_go:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/edsrzf/mmap-go@v1.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:6EUwBLQ/Mcr1EYLE4Tn1VdW1A4ckqCQWZBw8Hr0kjpQ=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "2bbf7d989d9f8abd", - "name": "github.com/efficientgo/core", - "version": "v1.0.0-rc.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:efficientgo:core:v1.0.0-rc.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/efficientgo/core@v1.0.0-rc.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:7j62qHLnrZqO3V3UA0AqOGd5d5aXV3AX6m/NZBHp78I=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "96ed8f595505a0b4", - "name": "github.com/efficientgo/tools/extkingpin", - "version": "v0.0.0-20220817170617-6c25e3b627dd", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:efficientgo:tools\\/extkingpin:v0.0.0-20220817170617-6c25e3b627dd:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/efficientgo/tools@v0.0.0-20220817170617-6c25e3b627dd#extkingpin", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:VaYzzXeUbC5fVheskcKVNOyJMEYD+HgrJNzIAg/mRIM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "7020404cb28e8602", - "name": "github.com/elastic/go-sysinfo", - "version": "v1.8.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:elastic:go-sysinfo:v1.8.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:elastic:go_sysinfo:v1.8.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/elastic/go-sysinfo@v1.8.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:4Yhj+HdV6WjbCRgGdZpPJ8lZQlXZLKDAeIkmQ/VRvi4=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "ba50ba460e60415c", - "name": "github.com/facette/natsort", - "version": "v0.0.0-20181210072756-2cd4dd1e2dcb", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:facette:natsort:v0.0.0-20181210072756-2cd4dd1e2dcb:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/facette/natsort@v0.0.0-20181210072756-2cd4dd1e2dcb", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:IT4JYU7k4ikYg1SCxNI1/Tieq/NFvh6dzLdgi7eu0tM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "7a3e0e8ed6daf8f5", - "name": "github.com/felixge/fgprof", - "version": "v0.9.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:felixge:fgprof:v0.9.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/felixge/fgprof@v0.9.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:tAMHtWMyl6E0BimjVbFt7fieU6FpjttsZN7j0wT5blc=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a644435c4f0ea231", - "name": "github.com/felixge/httpsnoop", - "version": "v1.0.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:felixge:httpsnoop:v1.0.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/felixge/httpsnoop@v1.0.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:s/nj+GCswXYzN5v2DpNMuMQYe+0DDwt5WVCU6CWBdXk=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "684213d8f47a7143", - "name": "github.com/fsnotify/fsnotify", - "version": "v1.6.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:fsnotify:fsnotify:v1.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/fsnotify/fsnotify@v1.6.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:n+5WquG0fcWoWp6xPWfHdbskMCQaFnG6PfBrh1Ky4HY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "f06bf19ae99b984d", - "name": "github.com/go-kit/kit", - "version": "v0.12.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-kit:kit:v0.12.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_kit:kit:v0.12.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:kit:v0.12.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-kit/kit@v0.12.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:e4o3o3IsBfAKQh5Qbbiqyfu97Ku7jrO/JbohvztANh4=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "1e952b83e6b70e84", - "name": "github.com/go-kit/log", - "version": "v0.2.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-kit:log:v0.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_kit:log:v0.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:log:v0.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-kit/log@v0.2.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:MRVx0/zhvdseW+Gza6N9rVzU/IVzaeE1SFI4raAhmBU=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "0820143bc1ba7579", - "name": "github.com/go-logfmt/logfmt", - "version": "v0.6.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-logfmt:logfmt:v0.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_logfmt:logfmt:v0.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:logfmt:v0.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-logfmt/logfmt@v0.6.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:wGYYu3uicYdqXVgoYbvnkrPVXkuLM1p1ifugDMEdRi4=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "de8b2694955cbba9", - "name": "github.com/go-logr/logr", - "version": "v1.2.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-logr:logr:v1.2.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_logr:logr:v1.2.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:logr:v1.2.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-logr/logr@v1.2.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:g01GSCwiDw2xSZfjJ2/T9M+S6pFdcNtFYsp+Y43HYDQ=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "56c2ca3a369c9cd6", - "name": "github.com/go-logr/stdr", - "version": "v1.2.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-logr:stdr:v1.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_logr:stdr:v1.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:stdr:v1.2.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-logr/stdr@v1.2.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:hSWxHoqTgW2S2qGc0LTAI563KZ5YKYRhT3MFKZMbjag=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "ecb96a5d52a805cd", - "name": "github.com/go-openapi/analysis", - "version": "v0.21.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-openapi:analysis:v0.21.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_openapi:analysis:v0.21.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:analysis:v0.21.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-openapi/analysis@v0.21.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:ZDFLvSNxpDaomuCueM0BlSXxpANBlFYiBvr+GXrvIHc=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "9be534bd361ecd33", - "name": "github.com/go-openapi/errors", - "version": "v0.20.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-openapi:errors:v0.20.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_openapi:errors:v0.20.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:errors:v0.20.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-openapi/errors@v0.20.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:unTcVm6PispJsMECE3zWgvG4xTiKda1LIR5rCRWLG6M=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "9508a25d2ce074a2", - "name": "github.com/go-openapi/jsonpointer", - "version": "v0.20.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-openapi:jsonpointer:v0.20.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_openapi:jsonpointer:v0.20.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:jsonpointer:v0.20.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-openapi/jsonpointer@v0.20.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:ESKJdU9ASRfaPNOPRx12IUyA1vn3R9GiE3KYD14BXdQ=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "5614be12f7c0cd7f", - "name": "github.com/go-openapi/jsonreference", - "version": "v0.20.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-openapi:jsonreference:v0.20.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_openapi:jsonreference:v0.20.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:jsonreference:v0.20.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-openapi/jsonreference@v0.20.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:3sVjiK66+uXK/6oQ8xgcRKcFgQ5KXa2KvnJRumpMGbE=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "64bb234c5d1ae6b9", - "name": "github.com/go-openapi/loads", - "version": "v0.21.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-openapi:loads:v0.21.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_openapi:loads:v0.21.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:loads:v0.21.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-openapi/loads@v0.21.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:r2a/xFIYeZ4Qd2TnGpWDIQNcP80dIaZgf704za8enro=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3a2a458468fc47cd", - "name": "github.com/go-openapi/spec", - "version": "v0.20.9", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-openapi:spec:v0.20.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_openapi:spec:v0.20.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:spec:v0.20.9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-openapi/spec@v0.20.9", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:xnlYNQAwKd2VQRRfwTEI0DcK+2cbuvI/0c7jx3gA8/8=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "06a83a99d9adb3bf", - "name": "github.com/go-openapi/strfmt", - "version": "v0.21.7", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-openapi:strfmt:v0.21.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_openapi:strfmt:v0.21.7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:strfmt:v0.21.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-openapi/strfmt@v0.21.7", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:rspiXgNWgeUzhjo1YU01do6qsahtJNByjLVbPLNHb8k=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "ac4b147524a7b2b9", - "name": "github.com/go-openapi/swag", - "version": "v0.22.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-openapi:swag:v0.22.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_openapi:swag:v0.22.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:swag:v0.22.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-openapi/swag@v0.22.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:QLMzNJnMGPRNDCbySlcj1x01tzU8/9LTTL9hZZZogBU=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "844ccdd4646b1276", - "name": "github.com/go-openapi/validate", - "version": "v0.22.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:go-openapi:validate:v0.22.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go_openapi:validate:v0.22.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:go:validate:v0.22.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/go-openapi/validate@v0.22.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:G+c2ub6q47kfX1sOBLwIQwzBVt8qmOAARyo/9Fqs9NU=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "bf4fc16e89e043f5", - "name": "github.com/gofrs/flock", - "version": "v0.8.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:gofrs:flock:v0.8.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/gofrs/flock@v0.8.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:+gYjHKf32LDeiEEFhQaotPbLuUXjY5ZqxKgXy7n59aw=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "f0d2dfe1d5cd5ce8", - "name": "github.com/gogo/googleapis", - "version": "v1.4.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:gogo:googleapis:v1.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/gogo/googleapis@v1.4.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:zgVt4UpGxcqVOw97aRGxT4svlcmdK35fynLNctY32zI=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "7d673725a22a63bf", - "name": "github.com/gogo/protobuf", - "version": "v1.3.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:gogo:protobuf:v1.3.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/gogo/protobuf@v1.3.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:Ov1cvc58UF3b5XjBnZv7+opcTcQFZebYjWzi34vdm4Q=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "84ecb3a26f7fad60", - "name": "github.com/gogo/status", - "version": "v1.1.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:gogo:status:v1.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/gogo/status@v1.1.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:DuHXlSFHNKqTQ+/ACf5Vs6r4X/dH2EgIzR9Vr+H65kg=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "594d24dee209f686", - "name": "github.com/golang-jwt/jwt/v5", - "version": "v5.0.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang-jwt:jwt\\/v5:v5.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:golang_jwt:jwt\\/v5:v5.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:golang:jwt\\/v5:v5.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/golang-jwt/jwt@v5.0.0#v5", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:1n1XNM9hk7O9mnQoNBGolZvzebBQ7p93ULHRc28XJUE=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3b8494e9d55e1c42", - "name": "github.com/golang/groupcache", - "version": "v0.0.0-20210331224755-41bb18bfe9da", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:groupcache:v0.0.0-20210331224755-41bb18bfe9da:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/golang/groupcache@v0.0.0-20210331224755-41bb18bfe9da", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:oI5xCqsCo564l8iNU+DwB5epxmsaqB+rhGL0m5jtYqE=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "548aa2e63ff8f086", - "name": "github.com/golang/protobuf", - "version": "v1.5.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:protobuf:v1.5.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/golang/protobuf@v1.5.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:KhyjKVUg7Usr/dYsdSqoFveMYd5ko72D+zANwlG1mmg=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "bb87e2e6ed3ae690", - "name": "github.com/golang/snappy", - "version": "v0.0.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:snappy:v0.0.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/golang/snappy@v0.0.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:yAGX7huGHXlcLOEtBnF4w7FQwA26wojNCwOYAEhLjQM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3d1e87952dc3700e", - "name": "github.com/google/go-cmp", - "version": "v0.5.9", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:go-cmp:v0.5.9:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:go_cmp:v0.5.9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/google/go-cmp@v0.5.9", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "9e75e5b966b3f805", - "name": "github.com/google/go-querystring", - "version": "v1.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:go-querystring:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:go_querystring:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/google/go-querystring@v1.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:AnCroh3fv4ZBgVIf1Iwtovgjaw/GiKJo8M8yD/fhyJ8=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "dc8aac60226ea001", - "name": "github.com/google/pprof", - "version": "v0.0.0-20230705174524-200ffdc848b8", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:pprof:v0.0.0-20230705174524-200ffdc848b8:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/google/pprof@v0.0.0-20230705174524-200ffdc848b8", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:n6vlPhxsA+BW/XsS5+uqi7GyzaLa5MH7qlSLBZtRdiA=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "94faa61bc7e0612a", - "name": "github.com/google/s2a-go", - "version": "v0.1.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:s2a-go:v0.1.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:google:s2a_go:v0.1.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/google/s2a-go@v0.1.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:1kZ/sQM3srePvKs3tXAvQzo66XfcReoqFpIpIccE7Oc=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "2d338b0926dcc757", - "name": "github.com/google/uuid", - "version": "v1.3.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:uuid:v1.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/google/uuid@v1.3.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a2327228ecbcf237", - "name": "github.com/googleapis/enterprise-certificate-proxy", - "version": "v0.2.5", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:googleapis:enterprise-certificate-proxy:v0.2.5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:googleapis:enterprise_certificate_proxy:v0.2.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/googleapis/enterprise-certificate-proxy@v0.2.5", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:UR4rDjcgpgEnqpIEvkiqTYKBCKLNmlge2eVjoZfySzM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a204e0c028773a15", - "name": "github.com/googleapis/gax-go/v2", - "version": "v2.12.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:googleapis:gax-go\\/v2:v2.12.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:googleapis:gax_go\\/v2:v2.12.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/googleapis/gax-go@v2.12.0#v2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:A+gCJKdRfqXkr+BIRGtZLibNXf0m1f9E4HG56etFpas=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "cd1f647086ca18c2", - "name": "github.com/gorilla/mux", - "version": "v1.8.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:gorilla:mux:v1.8.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/gorilla/mux@v1.8.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:i40aqfkR1h2SlN9hojwV5ZA91wcXFOvkdNIeFDP5koI=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "1939019ebcc3f8c1", - "name": "github.com/grafana/regexp", - "version": "v0.0.0-20221122212121-6b5c0a4cb7fd", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:grafana:regexp:v0.0.0-20221122212121-6b5c0a4cb7fd:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/grafana/regexp@v0.0.0-20221122212121-6b5c0a4cb7fd", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:PpuIBO5P3e9hpqBD0O/HjhShYuM6XE0i/lbE6J94kww=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "592d766cc9e03edb", - "name": "github.com/grpc-ecosystem/go-grpc-middleware", - "version": "v1.3.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:grpc-ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc-ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc_ecosystem:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc_ecosystem:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc:go-grpc-middleware:v1.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc:go_grpc_middleware:v1.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v1.3.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:+9834+KizmvFV7pXQGSXQTsaWhq2GjuNUt0aUU0YBYw=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "002c7f3f11732019", - "name": "github.com/grpc-ecosystem/go-grpc-middleware/providers/kit/v2", - "version": "v2.0.0-20201002093600-73cf2ae9d891", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:grpc-ecosystem:go-grpc-middleware\\/providers\\/kit\\/v2:v2.0.0-20201002093600-73cf2ae9d891:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc-ecosystem:go_grpc_middleware\\/providers\\/kit\\/v2:v2.0.0-20201002093600-73cf2ae9d891:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc_ecosystem:go-grpc-middleware\\/providers\\/kit\\/v2:v2.0.0-20201002093600-73cf2ae9d891:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc_ecosystem:go_grpc_middleware\\/providers\\/kit\\/v2:v2.0.0-20201002093600-73cf2ae9d891:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc:go-grpc-middleware\\/providers\\/kit\\/v2:v2.0.0-20201002093600-73cf2ae9d891:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc:go_grpc_middleware\\/providers\\/kit\\/v2:v2.0.0-20201002093600-73cf2ae9d891:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v2.0.0-20201002093600-73cf2ae9d891#providers/kit/v2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:RhOqTAECcPnehv3hKlYy1fAnpQ7rnZu58l3mpq6gT1k=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "7f23356c0c35eade", - "name": "github.com/grpc-ecosystem/go-grpc-middleware/v2", - "version": "v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:grpc-ecosystem:go-grpc-middleware\\/v2:v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc-ecosystem:go_grpc_middleware\\/v2:v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc_ecosystem:go-grpc-middleware\\/v2:v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc_ecosystem:go_grpc_middleware\\/v2:v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc:go-grpc-middleware\\/v2:v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc:go_grpc_middleware\\/v2:v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/grpc-ecosystem/go-grpc-middleware@v2.0.0-rc.2.0.20201207153454-9f6bf00c00a7#v2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:guQyUpELu4I0wKgdsRBZDA5blfGiUleuppRSVy9Qbi0=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d553525cbc16f09f", - "name": "github.com/grpc-ecosystem/go-grpc-prometheus", - "version": "v1.2.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:grpc-ecosystem:go-grpc-prometheus:v1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc-ecosystem:go_grpc_prometheus:v1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc_ecosystem:go-grpc-prometheus:v1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc_ecosystem:go_grpc_prometheus:v1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc:go-grpc-prometheus:v1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc:go_grpc_prometheus:v1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/grpc-ecosystem/go-grpc-prometheus@v1.2.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:Ovs26xHkKqVztRpIrF/92BcuyuQ/YW4NSIpoGtfXNho=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "71d4a3d92807c6b8", - "name": "github.com/grpc-ecosystem/grpc-gateway/v2", - "version": "v2.16.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:grpc-ecosystem:grpc-gateway\\/v2:v2.16.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc-ecosystem:grpc_gateway\\/v2:v2.16.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc_ecosystem:grpc-gateway\\/v2:v2.16.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc_ecosystem:grpc_gateway\\/v2:v2.16.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc:grpc-gateway\\/v2:v2.16.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:grpc:grpc_gateway\\/v2:v2.16.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/grpc-ecosystem/grpc-gateway@v2.16.0#v2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:YBftPWNWd4WwGqtY2yeZL2ef8rHAxPBD8KFhJpmcqms=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b4bf1bd9ed03223d", - "name": "github.com/hashicorp/golang-lru", - "version": "v0.6.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:hashicorp:golang-lru:v0.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:hashicorp:golang_lru:v0.6.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/hashicorp/golang-lru@v0.6.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:uL2shRDx7RTrOrTCUZEGP/wJUFiUI8QT6E7z5o8jga4=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "34fdcaa1ad4d5c71", - "name": "github.com/huaweicloud/huaweicloud-sdk-go-obs", - "version": "v3.23.3+incompatible", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:huaweicloud:huaweicloud-sdk-go-obs:v3.23.3\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:huaweicloud:huaweicloud_sdk_go_obs:v3.23.3\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/huaweicloud/huaweicloud-sdk-go-obs@v3.23.3%2Bincompatible", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:tKTaPHNVwikS3I1rdyf1INNvgJXWSf/+TzqsiGbrgnQ=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "35c54a0185fdf527", - "name": "github.com/jmespath/go-jmespath", - "version": "v0.4.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:jmespath:go-jmespath:v0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:jmespath:go_jmespath:v0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/jmespath/go-jmespath@v0.4.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:BEgLn5cpjn8UN1mAw4NjwDrS35OdebyEtFe+9YPoQUg=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d5683cf98d44403d", - "name": "github.com/joeshaw/multierror", - "version": "v0.0.0-20140124173710-69b34d4ec901", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:joeshaw:multierror:v0.0.0-20140124173710-69b34d4ec901:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/joeshaw/multierror@v0.0.0-20140124173710-69b34d4ec901", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:rp+c0RAYOWj8l6qbCUTSiRLG/iKnW3K3/QfPPuSsBt4=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "9c3a059aab59bb79", - "name": "github.com/josharian/intern", - "version": "v1.0.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:josharian:intern:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/josharian/intern@v1.0.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:vlS4z54oSdjm0bgjRigI+G1HpF+tI+9rE5LLzOg8HmY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "5ef0a5516eeab937", - "name": "github.com/jpillora/backoff", - "version": "v1.0.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:jpillora:backoff:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/jpillora/backoff@v1.0.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:uvFg412JmmHBHw7iwprIxkPMI+sGQ4kzOWsMeHnm2EA=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "730d79627f754df2", - "name": "github.com/json-iterator/go", - "version": "v1.1.12", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:json-iterator:go:v1.1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json_iterator:go:v1.1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:json:go:v1.1.12:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/json-iterator/go@v1.1.12", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnrnM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "8e9327de61a6ace7", - "name": "github.com/julienschmidt/httprouter", - "version": "v1.3.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:julienschmidt:httprouter:v1.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/julienschmidt/httprouter@v1.3.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:U0609e9tgbseu3rBINet9P48AI/D3oJs4dN7jwJOQ1U=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a256353d5c46ca07", - "name": "github.com/klauspost/compress", - "version": "v1.16.7", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:klauspost:compress:v1.16.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/klauspost/compress@v1.16.7", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:2mk3MPGNzKyxErAw8YaohYh69+pa4sIQSC0fPGCFR9I=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "406fc9ad8726e032", - "name": "github.com/klauspost/cpuid/v2", - "version": "v2.2.5", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:klauspost:cpuid\\/v2:v2.2.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/klauspost/cpuid@v2.2.5#v2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:0E5MSMDEoAulmXNFquVs//DdoomxaoTY1kUhbc/qbZg=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "f0c1d41760b65f81", - "name": "github.com/kylelemons/godebug", - "version": "v1.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:kylelemons:godebug:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/kylelemons/godebug@v1.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "f54a632f06d4c517", - "name": "github.com/lightstep/lightstep-tracer-common/golang/gogo", - "version": "v0.0.0-20210210170715-a8dfcb80d3a7", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:lightstep:lightstep-tracer-common\\/golang\\/gogo:v0.0.0-20210210170715-a8dfcb80d3a7:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:lightstep:lightstep_tracer_common\\/golang\\/gogo:v0.0.0-20210210170715-a8dfcb80d3a7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/lightstep/lightstep-tracer-common@v0.0.0-20210210170715-a8dfcb80d3a7#golang/gogo", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:YjW+hUb8Fh2S58z4av4t/0cBMK/Q0aP48RocCFsC8yI=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "c3f1f985640e9d1d", - "name": "github.com/lightstep/lightstep-tracer-go", - "version": "v0.25.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:lightstep:lightstep-tracer-go:v0.25.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:lightstep:lightstep_tracer_go:v0.25.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/lightstep/lightstep-tracer-go@v0.25.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:sGVnz8h3jTQuHKMbUe2949nXm3Sg09N1UcR3VoQNN5E=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "5d7247a247d1f894", - "name": "github.com/mailru/easyjson", - "version": "v0.7.7", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mailru:easyjson:v0.7.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mailru/easyjson@v0.7.7", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "0f7baa87eba870b9", - "name": "github.com/mattn/go-runewidth", - "version": "v0.0.13", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mattn:go-runewidth:v0.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mattn:go_runewidth:v0.0.13:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mattn/go-runewidth@v0.0.13", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:lTGmDsbAYt5DmK6OnoV7EuIF1wEIFAcxld6ypU4OSgU=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "8a4cb7c741bc7d37", - "name": "github.com/matttproud/golang_protobuf_extensions", - "version": "v1.0.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:matttproud:golang-protobuf-extensions:v1.0.4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:matttproud:golang_protobuf_extensions:v1.0.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/matttproud/golang_protobuf_extensions@v1.0.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:mmDVorXM7PCGKw94cs5zkfA9PSy5pEvNWRP0ET0TIVo=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "237eef22ee005f71", - "name": "github.com/miekg/dns", - "version": "v1.1.55", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:miekg:dns:v1.1.55:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/miekg/dns@v1.1.55", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:GoQ4hpsj0nFLYe+bWiCToyrBEJXkQfOOIvFGFy0lEgo=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "88fc891c051d3207", - "name": "github.com/minio/md5-simd", - "version": "v1.1.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:minio:md5-simd:v1.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:minio:md5_simd:v1.1.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/minio/md5-simd@v1.1.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:Gdi1DZK69+ZVMoNHRXJyNcxrMA4dSxoYHZSQbirFg34=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "bb91c830d93ca7ad", - "name": "github.com/minio/minio-go/v7", - "version": "v7.0.61", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:minio:minio-go\\/v7:v7.0.61:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:minio:minio_go\\/v7:v7.0.61:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/minio/minio-go@v7.0.61#v7", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:87c+x8J3jxQ5VUGimV9oHdpjsAvy3fhneEBKuoKEVUI=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3fbe83fb2631c1aa", - "name": "github.com/minio/sha256-simd", - "version": "v1.0.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:minio:sha256-simd:v1.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:minio:sha256_simd:v1.0.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/minio/sha256-simd@v1.0.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:6kaan5IFmwTNynnKKpDHe6FWHohJOHhCPchzK49dzMM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "c2e9df0bc8cc715e", - "name": "github.com/mitchellh/mapstructure", - "version": "v1.5.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mitchellh:mapstructure:v1.5.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mitchellh/mapstructure@v1.5.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:jeMsZIYE/09sWLaz43PL7Gy6RuMjD2eJVyuac5Z2hdY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b6e2c1691df814f5", - "name": "github.com/modern-go/concurrent", - "version": "v0.0.0-20180306012644-bacd9c7ef1dd", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:modern-go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:modern_go:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:modern:concurrent:v0.0.0-20180306012644-bacd9c7ef1dd:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/modern-go/concurrent@v0.0.0-20180306012644-bacd9c7ef1dd", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3da63b3adccf6ef6", - "name": "github.com/modern-go/reflect2", - "version": "v1.0.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:modern-go:reflect2:v1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:modern_go:reflect2:v1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:modern:reflect2:v1.0.2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/modern-go/reflect2@v1.0.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9Gz0M=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "46d061a58b511f91", - "name": "github.com/mozillazg/go-httpheader", - "version": "v0.2.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mozillazg:go-httpheader:v0.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mozillazg:go_httpheader:v0.2.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mozillazg/go-httpheader@v0.2.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:geV7TrjbL8KXSyvghnFm+NyTux/hxwueTSrwhe88TQQ=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "387b2b441616f79b", - "name": "github.com/munnerz/goautoneg", - "version": "v0.0.0-20191010083416-a7dc8b61c822", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:munnerz:goautoneg:v0.0.0-20191010083416-a7dc8b61c822:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/munnerz/goautoneg@v0.0.0-20191010083416-a7dc8b61c822", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:C3w9PqII01/Oq1c1nUAm88MOHcQC9l5mIlSMApZMrHA=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a4ffeb89d7f654bb", - "name": "github.com/mwitkow/go-conntrack", - "version": "v0.0.0-20190716064945-2f068394615f", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:mwitkow:go-conntrack:v0.0.0-20190716064945-2f068394615f:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:mwitkow:go_conntrack:v0.0.0-20190716064945-2f068394615f:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/mwitkow/go-conntrack@v0.0.0-20190716064945-2f068394615f", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:KUppIJq7/+SVif2QVs3tOP0zanoHgBEVAwHxUSIzRqU=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "0c847a5d58e85cd2", - "name": "github.com/ncw/swift", - "version": "v1.0.53", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:ncw:swift:v1.0.53:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/ncw/swift@v1.0.53", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:luHjjTNtekIEvHg5KdAFIBaH7bWfNkefwFnpDffSIks=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "def048db33859f2e", - "name": "github.com/oklog/run", - "version": "v1.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:oklog:run:v1.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/oklog/run@v1.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:GEenZ1cK0+q0+wsJew9qUg/DyD8k3JzYsZAi5gYi2mA=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3f036f9c4838e177", - "name": "github.com/oklog/ulid", - "version": "v1.3.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:oklog:ulid:v1.3.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/oklog/ulid@v1.3.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:EGfNDEx6MqHz8B3uNV6QAib1UR2Lm97sHi3ocA6ESJ4=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "eca5e86633d3e7bc", - "name": "github.com/olekukonko/tablewriter", - "version": "v0.0.5", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:olekukonko:tablewriter:v0.0.5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/olekukonko/tablewriter@v0.0.5", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:P2Ga83D34wi1o9J6Wh1mRuqd4mF/x/lgBS7N7AbDhec=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e4b4a6213acc678b", - "name": "github.com/opentracing-contrib/go-grpc", - "version": "v0.0.0-20210225150812-73cb765af46e", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:opentracing-contrib:go-grpc:v0.0.0-20210225150812-73cb765af46e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:opentracing-contrib:go_grpc:v0.0.0-20210225150812-73cb765af46e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:opentracing_contrib:go-grpc:v0.0.0-20210225150812-73cb765af46e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:opentracing_contrib:go_grpc:v0.0.0-20210225150812-73cb765af46e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:opentracing:go-grpc:v0.0.0-20210225150812-73cb765af46e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:opentracing:go_grpc:v0.0.0-20210225150812-73cb765af46e:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/opentracing-contrib/go-grpc@v0.0.0-20210225150812-73cb765af46e", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:4cPxUYdgaGzZIT5/j0IfqOrrXmq6bG8AwvwisMXpdrg=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "4b4bd1587bc49294", - "name": "github.com/opentracing-contrib/go-stdlib", - "version": "v1.0.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:opentracing-contrib:go-stdlib:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:opentracing-contrib:go_stdlib:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:opentracing_contrib:go-stdlib:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:opentracing_contrib:go_stdlib:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:opentracing:go-stdlib:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:opentracing:go_stdlib:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/opentracing-contrib/go-stdlib@v1.0.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:TBS7YuVotp8myLon4Pv7BtCBzOTo1DeZCld0Z63mW2w=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "13b9bf9fc612db5d", - "name": "github.com/opentracing/opentracing-go", - "version": "v1.2.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:opentracing:opentracing-go:v1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:opentracing:opentracing_go:v1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/opentracing/opentracing-go@v1.2.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:uEJPy/1a5RIPAJ0Ov+OIO8OxWu77jEv+1B0VhjKrZUs=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "cf49811547f52c56", - "name": "github.com/oracle/oci-go-sdk/v65", - "version": "v65.41.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:oracle:oci-go-sdk\\/v65:v65.41.1:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:oracle:oci_go_sdk\\/v65:v65.41.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/oracle/oci-go-sdk@v65.41.1#v65", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:+lbosOyNiib3TGJDvLq1HwEAuFqkOjPJDIkyxM15WdQ=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "45be85e8f16c0510", - "name": "github.com/pkg/browser", - "version": "v0.0.0-20210911075715-681adbf594b8", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:pkg:browser:v0.0.0-20210911075715-681adbf594b8:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/pkg/browser@v0.0.0-20210911075715-681adbf594b8", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:KoWmjvw+nsYOo29YJK9vDA65RGE3NrOnUtO7a+RF9HU=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "38102ccf39f02b05", - "name": "github.com/pkg/errors", - "version": "v0.9.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:pkg:errors:v0.9.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/pkg/errors@v0.9.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:FEBLx1zS214owpjy7qsBeixbURkuhQAwrK5UwLGTwt4=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "8b64a5434e9f53a7", - "name": "github.com/pmezard/go-difflib", - "version": "v1.0.1-0.20181226105442-5d4384ee4fb2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:pmezard:go-difflib:v1.0.1-0.20181226105442-5d4384ee4fb2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:pmezard:go_difflib:v1.0.1-0.20181226105442-5d4384ee4fb2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/pmezard/go-difflib@v1.0.1-0.20181226105442-5d4384ee4fb2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:Jamvg5psRIccs7FGNTlIRMkT8wgtp5eCXdBlqhYGL6U=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b8c7d22f3719aa4d", - "name": "github.com/prometheus/alertmanager", - "version": "v0.25.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:prometheus:alertmanager:v0.25.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/prometheus/alertmanager@v0.25.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:LGBNMspOfv8h7brb+LWj2wnwBCg2ZuuKWTh6CAVw2/Y=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "999d9b8fe59cdb67", - "name": "github.com/prometheus/client_golang", - "version": "v1.16.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:prometheus:client-golang:v1.16.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:prometheus:client_golang:v1.16.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/prometheus/client_golang@v1.16.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:yk/hx9hDbrGHovbci4BY+pRMfSuuat626eFsHb7tmT8=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "297ba621f3b82fc6", - "name": "github.com/prometheus/client_model", - "version": "v0.4.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:prometheus:client-model:v0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:prometheus:client_model:v0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/prometheus/client_model@v0.4.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:5lQXD3cAg1OXBf4Wq03gTrXHeaV0TQvGfUooCfx1yqY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "6a225da9f9cefcc5", - "name": "github.com/prometheus/common", - "version": "v0.44.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:prometheus:common:v0.44.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/prometheus/common@v0.44.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:+5BrQJwiBB9xsMygAB3TNvpQKOwlkc25LbISbrdOOfY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "2f53750e737b1a44", - "name": "github.com/prometheus/common/sigv4", - "version": "v0.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:prometheus:common\\/sigv4:v0.1.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/prometheus/common@v0.1.0#sigv4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:qoVebwtwwEhS85Czm2dSROY5fTo2PAPEVdDeppTwGX4=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "918731f5793c8936", - "name": "github.com/prometheus/exporter-toolkit", - "version": "v0.10.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:prometheus:exporter-toolkit:v0.10.0:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:prometheus:exporter_toolkit:v0.10.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/prometheus/exporter-toolkit@v0.10.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:yOAzZTi4M22ZzVxD+fhy1URTuNRj/36uQJJ5S8IPza8=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "bc7577627a8834b9", - "name": "github.com/prometheus/procfs", - "version": "v0.11.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:prometheus:procfs:v0.11.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/prometheus/procfs@v0.11.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:xRC8Iq1yyca5ypa9n1EZnWZkt7dwcoRPQwX/5gwaUuI=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e5428dec81f934ed", - "name": "github.com/prometheus/prometheus", - "version": "v0.46.1-0.20230818184859-4d8e380269da", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:prometheus:prometheus:v0.46.1-0.20230818184859-4d8e380269da:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/prometheus/prometheus@v0.46.1-0.20230818184859-4d8e380269da", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:D5uk+FEdNjQs9ly/wkb/pXkoWc60GcV9RVsMUpg/BIE=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "bddb22fb771ab149", - "name": "github.com/redis/rueidis", - "version": "v1.0.14-go1.18", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:redis:rueidis:v1.0.14-go1.18:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/redis/rueidis@v1.0.14-go1.18", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:dGir5z8w8X1ex7JWO/Zx2FMBrZgQ8Yjm+lw9fPLSNGw=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "696c7025bcdc6d59", - "name": "github.com/rivo/uniseg", - "version": "v0.2.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:rivo:uniseg:v0.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/rivo/uniseg@v0.2.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:S1pD9weZBuJdFmowNwbpi7BJ8TNftyUImj/0WQi72jY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "6b32d7b74060edab", - "name": "github.com/rs/xid", - "version": "v1.5.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:rs:xid:v1.5.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/rs/xid@v1.5.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:mKX4bl4iPYJtEIxp6CYiUuLQ/8DYMoz0PUdtGgMFRVc=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "bc61b88e488cb110", - "name": "github.com/sercand/kuberesolver/v5", - "version": "v5.1.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:sercand:kuberesolver\\/v5:v5.1.1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/sercand/kuberesolver@v5.1.1#v5", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:CYH+d67G0sGBj7q5wLK61yzqJJ8gLLC8aeprPTHb6yY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "9454c3c4aeb5b251", - "name": "github.com/shirou/gopsutil/v3", - "version": "v3.22.9", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:shirou:gopsutil\\/v3:v3.22.9:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/shirou/gopsutil@v3.22.9#v3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:yibtJhIVEMcdw+tCTbOPiF1VcsuDeTE4utJ8Dm4c5eA=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "0f2dc3fe17f4fddc", - "name": "github.com/sirupsen/logrus", - "version": "v1.9.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:sirupsen:logrus:v1.9.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/sirupsen/logrus@v1.9.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "12f0481941c70ab1", - "name": "github.com/sony/gobreaker", - "version": "v0.5.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:sony:gobreaker:v0.5.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/sony/gobreaker@v0.5.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:dRCvqm0P490vZPmy7ppEk2qCnCieBooFJ+YoXGYB+yg=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "def5d0b107a7e4c1", - "name": "github.com/stretchr/testify", - "version": "v1.8.4", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:stretchr:testify:v1.8.4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/stretchr/testify@v1.8.4", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcUk=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "00936ffd67f47008", - "name": "github.com/tencentyun/cos-go-sdk-v5", - "version": "v0.7.40", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:tencentyun:cos-go-sdk-v5:v0.7.40:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tencentyun:cos_go_sdk_v5:v0.7.40:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/tencentyun/cos-go-sdk-v5@v0.7.40", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:W6vDGKCHe4wBACI1d2UgE6+50sJFhRWU4O8IB2ozzxM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b325fb48ebc274e5", - "name": "github.com/thanos-community/galaxycache", - "version": "v0.0.0-20211122094458-3a32041a1f1e", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:thanos-community:galaxycache:v0.0.0-20211122094458-3a32041a1f1e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos_community:galaxycache:v0.0.0-20211122094458-3a32041a1f1e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos:galaxycache:v0.0.0-20211122094458-3a32041a1f1e:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/thanos-community/galaxycache@v0.0.0-20211122094458-3a32041a1f1e", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:f1Zsv7OAU9iQhZwigp50Yl38W10g/vd5NC8Rdk1Jzng=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e772b2db9d36b991", - "name": "github.com/thanos-io/objstore", - "version": "v0.0.0-20230921130928-63a603e651ed", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:thanos-io:objstore:v0.0.0-20230921130928-63a603e651ed:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos_io:objstore:v0.0.0-20230921130928-63a603e651ed:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos:objstore:v0.0.0-20230921130928-63a603e651ed:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/thanos-io/objstore@v0.0.0-20230921130928-63a603e651ed", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:iWQdY3S6DpWjelVvKKSKgS7LeLkhK4VaEnQfphB9ZXA=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "f72eaac18cc15583", - "name": "github.com/thanos-io/promql-engine", - "version": "v0.0.0-20230821193351-e1ae4275b96e", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:thanos-io:promql-engine:v0.0.0-20230821193351-e1ae4275b96e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos-io:promql_engine:v0.0.0-20230821193351-e1ae4275b96e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos_io:promql-engine:v0.0.0-20230821193351-e1ae4275b96e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos_io:promql_engine:v0.0.0-20230821193351-e1ae4275b96e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos:promql-engine:v0.0.0-20230821193351-e1ae4275b96e:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos:promql_engine:v0.0.0-20230821193351-e1ae4275b96e:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/thanos-io/promql-engine@v0.0.0-20230821193351-e1ae4275b96e", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:kwsFCU8eSkZehbrAN3nXPw5RdMHi/Bok/y8l2C4M+gk=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "fde6bc87174b8c9f", - "name": "github.com/thanos-io/thanos", - "version": "v0.0.0-20231019035001-750e8a94eed5", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:thanos-io:thanos:v0.0.0-20231019035001-750e8a94eed5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos_io:thanos:v0.0.0-20231019035001-750e8a94eed5:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos:thanos:v0.0.0-20231019035001-750e8a94eed5:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/thanos-io/thanos@v0.0.0-20231019035001-750e8a94eed5", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goBuildSettings": [ - { - "key": "-buildmode", - "value": "exe" - }, - { - "key": "-compiler", - "value": "gc" - }, - { - "key": "-ldflags", - "value": "-X github.com/prometheus/common/version.Version=0.32.5 -X github.com/prometheus/common/version.Revision=750e8a94eed5226cd4562117295d540a968c163c -X github.com/prometheus/common/version.Branch=HEAD -X github.com/prometheus/common/version.BuildUser=root@33761319220f -X github.com/prometheus/common/version.BuildDate=20231220-10:57:10 -extldflags '-static'" - }, - { - "key": "-tags", - "value": "netgo" - }, - { - "key": "DefaultGODEBUG", - "value": "panicnil=1" - }, - { - "key": "CGO_ENABLED", - "value": "0" - }, - { - "key": "GOARCH", - "value": "amd64" - }, - { - "key": "GOOS", - "value": "linux" - }, - { - "key": "GOAMD64", - "value": "v1" - }, - { - "key": "vcs", - "value": "git" - }, - { - "key": "vcs.revision", - "value": "750e8a94eed5226cd4562117295d540a968c163c" - }, - { - "key": "vcs.time", - "value": "2023-10-19T03:50:01Z" - }, - { - "key": "vcs.modified", - "value": "true" - } - ], - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "95a8a0380e7f0c3c", - "name": "github.com/themihai/gomemcache", - "version": "v0.0.0-20180902122335-24332e2d58ab", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:themihai:gomemcache:v0.0.0-20180902122335-24332e2d58ab:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/themihai/gomemcache@v0.0.0-20180902122335-24332e2d58ab", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:7ZR3hmisBWw77ZpO1/o86g+JV3VKlk3d48jopJxzTjU=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "1cecc0dffe6cc3ca", - "name": "github.com/tklauser/go-sysconf", - "version": "v0.3.10", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:tklauser:go-sysconf:v0.3.10:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:tklauser:go_sysconf:v0.3.10:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/tklauser/go-sysconf@v0.3.10", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:IJ1AZGZRWbY8T5Vfk04D9WOA5WSejdflXxP03OUqALw=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "5094e3add75b2682", - "name": "github.com/tklauser/numcpus", - "version": "v0.4.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:tklauser:numcpus:v0.4.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/tklauser/numcpus@v0.4.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:E53Dm1HjH1/R2/aoCtXtPgzmElmn51aOkhCFSuZq//o=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "88d9e6eadfe4187d", - "name": "github.com/uber/jaeger-client-go", - "version": "v2.30.0+incompatible", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:uber:jaeger-client-go:v2.30.0\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:uber:jaeger_client_go:v2.30.0\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/uber/jaeger-client-go@v2.30.0%2Bincompatible", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:D6wyKGCecFaSRUpo8lCVbaOOb6ThwMmTEbhRwtKR97o=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "fd4c4c4e971ecd5c", - "name": "github.com/uber/jaeger-lib", - "version": "v2.4.1+incompatible", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:uber:jaeger-lib:v2.4.1\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:uber:jaeger_lib:v2.4.1\\+incompatible:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/uber/jaeger-lib@v2.4.1%2Bincompatible", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:td4jdvLcExb4cBISKIpHuGoVXh+dVKhn2Um6rjCsSsg=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "f079c5c28694b26b", - "name": "github.com/weaveworks/common", - "version": "v0.0.0-20221201103051-7c2720a9024d", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:weaveworks:common:v0.0.0-20221201103051-7c2720a9024d:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/weaveworks/common@v0.0.0-20221201103051-7c2720a9024d", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:9Z/HiqeGN+LOnmotAMpFEQjuXZ4AGAVFG0rC1laP5Go=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "c73bec10f412ad7f", - "name": "github.com/weaveworks/promrus", - "version": "v1.2.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:weaveworks:promrus:v1.2.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/github.com/weaveworks/promrus@v1.2.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:jOLf6pe6/vss4qGHjXmGz4oDJQA+AOCqEL3FvvZGz7M=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "714de7721297f022", - "name": "go.elastic.co/apm", - "version": "v1.11.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/go.elastic.co/apm@v1.11.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:uJyt6nCW9880sZhfl1tB//Jy/5TadNoAd8edRUtgb3w=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a7b6c3e8775e30f3", - "name": "go.elastic.co/apm/module/apmhttp", - "version": "v1.11.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:apm:module\\/apmhttp:v1.11.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.elastic.co/apm/module@v1.11.0#apmhttp", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:k/MjK0y2aLOXumoM8jcWXqxvIFlMS4U8Bn9cMUPdVX0=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b37e2ec98fbfbdf9", - "name": "go.elastic.co/apm/module/apmot", - "version": "v1.11.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:apm:module\\/apmot:v1.11.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.elastic.co/apm/module@v1.11.0#apmot", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:Qmol6ztDJgvGK/B2cRdcPRNw4qE7kRv1d0vo9ptZfIo=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "026f9d813dde1794", - "name": "go.elastic.co/fastjson", - "version": "v1.1.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/go.elastic.co/fastjson@v1.1.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:3MrGBWWVIxe/xvsbpghtkFoPciPhOCmjsR/HfwEeQR4=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "244c785a52f2d1f5", - "name": "go.mongodb.org/mongo-driver", - "version": "v1.12.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/go.mongodb.org/mongo-driver@v1.12.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:aPx33jmn/rQuJXPQLZQ8NtfPQG8CaqgLThFtqRb0PiE=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a99f8a0b6d9148e8", - "name": "go.opencensus.io", - "version": "v0.24.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/go.opencensus.io@v0.24.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:y73uSU6J157QMP2kn2r30vwW1A2W2WFwSCGnAVxeaD0=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "1528dd16571176b2", - "name": "go.opentelemetry.io/collector/pdata", - "version": "v1.0.0-rcv0014", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:collector:pdata:v1.0.0-rcv0014:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/collector/pdata@v1.0.0-rcv0014", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:iT5qH0NLmkGeIdDtnBogYDx7L58t6CaWGL378DEo2QY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d64a3926e6d37b2e", - "name": "go.opentelemetry.io/collector/semconv", - "version": "v0.81.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:collector:semconv:v0.81.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/collector/semconv@v0.81.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:lCYNNo3powDvFIaTPP2jDKIrBiV1T92NK4QgL/aHYXw=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "bd23877faca9ad12", - "name": "go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp", - "version": "v0.44.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:contrib:instrumentation\\/net\\/http\\/otelhttp:v0.44.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/contrib/instrumentation@v0.44.0#net/http/otelhttp", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:KfYpVmrjI7JuToy5k8XV3nkapjWx48k4E4JOtVstzQI=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "10bff450ae705020", - "name": "go.opentelemetry.io/contrib/propagators/autoprop", - "version": "v0.38.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:contrib:propagators\\/autoprop:v0.38.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/contrib/propagators@v0.38.0#autoprop", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:WZwiLCwOL0XW/6TVT7LTtdRDveoHZ6q3wL+0iYsBcdE=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e81323fef4cffb8a", - "name": "go.opentelemetry.io/contrib/propagators/aws", - "version": "v1.13.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:contrib:propagators\\/aws:v1.13.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/contrib/propagators@v1.13.0#aws", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:9qOAQhTeJGiaYNfCCnRmL12XZGIaxclqS5yfkSXpn8o=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b4df55d4ea993d6e", - "name": "go.opentelemetry.io/contrib/propagators/b3", - "version": "v1.13.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:contrib:propagators\\/b3:v1.13.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/contrib/propagators@v1.13.0#b3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:f17PBmZK60RoHvOpJVqEka8oS2EXjpjHquESD/8zZ50=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d0adbb7cde0a97e3", - "name": "go.opentelemetry.io/contrib/propagators/jaeger", - "version": "v1.13.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:contrib:propagators\\/jaeger:v1.13.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/contrib/propagators@v1.13.0#jaeger", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:+tVlvpiQMOCzi4EYCaBjblibpyKfqoph0fcITmtXMws=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "590a0c94b01c3299", - "name": "go.opentelemetry.io/contrib/propagators/ot", - "version": "v1.13.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:contrib:propagators\\/ot:v1.13.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/contrib/propagators@v1.13.0#ot", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:tHWNd0WRS6w9keZoZg9aF3zYohdaBacQfojPYZJgATQ=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "545cb56125fca5ca", - "name": "go.opentelemetry.io/contrib/samplers/jaegerremote", - "version": "v0.7.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:contrib:samplers\\/jaegerremote:v0.7.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/contrib/samplers@v0.7.0#jaegerremote", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:E+RlfFhGZ5Tk0wO1oOJYC0Il4Q7SjE8ZMl8x/VTK9Pk=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3c1703f9acd03543", - "name": "go.opentelemetry.io/otel", - "version": "v1.19.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/go.opentelemetry.io/otel@v1.19.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:MuS/TNf4/j4IXsZuJegVzI1cwut7Qc00344rgH7p8bs=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b6cce7662cf79b51", - "name": "go.opentelemetry.io/otel/bridge/opentracing", - "version": "v1.16.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:otel:bridge\\/opentracing:v1.16.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/otel/bridge@v1.16.0#opentracing", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:Bgwi7P5NCV3bv2T13bwG0WfsxaT4SjQ1rDdmFc5P7do=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "c7fff2e503b96f72", - "name": "go.opentelemetry.io/otel/exporters/jaeger", - "version": "v1.16.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:otel:exporters\\/jaeger:v1.16.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/otel/exporters@v1.16.0#jaeger", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:YhxxmXZ011C0aDZKoNw+juVWAmEfv/0W2XBOv9aHTaA=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "1ef9f1f86fbab16d", - "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace", - "version": "v1.19.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace:v1.19.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/otel/exporters@v1.19.0#otlp/otlptrace", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:Mne5On7VWdx7omSrSSZvM4Kw7cS7NQkOOmLcgscI51U=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "f4645eed09fbeb54", - "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc", - "version": "v1.19.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace\\/otlptracegrpc:v1.19.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/otel/exporters@v1.19.0#otlp/otlptrace/otlptracegrpc", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:3d+S281UTjM+AbF31XSOYn1qXn3BgIdWl8HNEpx08Jk=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "33692332254862b1", - "name": "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp", - "version": "v1.19.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:otel:exporters\\/otlp\\/otlptrace\\/otlptracehttp:v1.19.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/otel/exporters@v1.19.0#otlp/otlptrace/otlptracehttp", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:IeMeyr1aBvBiPVYihXIaeIZba6b8E1bYp7lbdxK8CQg=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b3f777c4963b8a7b", - "name": "go.opentelemetry.io/otel/metric", - "version": "v1.19.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:otel:metric:v1.19.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/otel/metric@v1.19.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:aTzpGtV0ar9wlV4Sna9sdJyII5jTVJEvKETPiOKwvpE=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a163a46866e4b78a", - "name": "go.opentelemetry.io/otel/sdk", - "version": "v1.19.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:otel:sdk:v1.19.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/otel/sdk@v1.19.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:6USY6zH+L8uMH8L3t1enZPR3WFEmSTADlqldyHtJi3o=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e8f79715ec3b73d0", - "name": "go.opentelemetry.io/otel/trace", - "version": "v1.19.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:otel:trace:v1.19.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/otel/trace@v1.19.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:DFVQmlVbfVeOuBRrwdtaehRrWiL1JoVs9CPIQ1Dzxpg=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "63687225edeeef3d", - "name": "go.opentelemetry.io/proto/otlp", - "version": "v1.0.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:proto:otlp:v1.0.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go.opentelemetry.io/proto/otlp@v1.0.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:T0TX0tmXU8a3CbNXzEKGeU5mIVOdf0oykP+u2lIVU/I=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "d30b4cc917727b8d", - "name": "go.uber.org/atomic", - "version": "v1.11.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/go.uber.org/atomic@v1.11.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:ZvwS0R+56ePWxUNi+Atn9dWONBPp/AUETXlHW0DxSjE=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "aeb5e41f2daa0b64", - "name": "go.uber.org/automaxprocs", - "version": "v1.5.2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/go.uber.org/automaxprocs@v1.5.2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:2LxUOGiR3O6tw8ui5sZa2LAaHnsviZdVOUZw4fvbnME=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "9894099b0dcaab3e", - "name": "go.uber.org/goleak", - "version": "v1.2.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/go.uber.org/goleak@v1.2.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:NBol2c7O1ZokfZ0LEU9K6Whx/KnwvepVetCUhtKja4A=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "3cafd63be245872e", - "name": "go.uber.org/multierr", - "version": "v1.11.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/go.uber.org/multierr@v1.11.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:blXXJkSxSSfBVBlC76pxqeO+LN3aDfLQo+309xJstO0=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "0193731311077701", - "name": "go4.org/intern", - "version": "v0.0.0-20230525184215-6c62f75575cb", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/go4.org/intern@v0.0.0-20230525184215-6c62f75575cb", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:ae7kzL5Cfdmcecbh22ll7lYP3iuUdnfnhiPcSaDgH/8=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "e94309dc2beb85b6", - "name": "go4.org/unsafe/assume-no-moving-gc", - "version": "v0.0.0-20230525183740-e7c30c78aeb2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:unsafe:assume-no-moving-gc:v0.0.0-20230525183740-e7c30c78aeb2:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:unsafe:assume_no_moving_gc:v0.0.0-20230525183740-e7c30c78aeb2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/go4.org/unsafe/assume-no-moving-gc@v0.0.0-20230525183740-e7c30c78aeb2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:WJhcL4p+YeDxmZWg141nRm7XC8IDmhz7lk5GpadO1Sg=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a81fdd341b4ee1cc", - "name": "golang.org/x/crypto", - "version": "v0.17.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:crypto:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:bcrypt:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:openpgp:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:scrypt:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:ssh:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - } - ], - "purl": "pkg:golang/golang.org/x/crypto@v0.17.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:r8bRNjWL3GshPW3gkd+RpvzWrZAwPS49OmTGZ/uhM4k=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "8f4bf8dffa483943", - "name": "golang.org/x/exp", - "version": "v0.0.0-20230713183714-613f0c0eb8a1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:x\\/exp:v0.0.0-20230713183714-613f0c0eb8a1:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/golang.org/x/exp@v0.0.0-20230713183714-613f0c0eb8a1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:MGwJjxBy0HJshjDNfLsYO8xppfqWlA5ZT9OhtUUhTNw=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "6743558955678bb1", - "name": "golang.org/x/net", - "version": "v0.17.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:networking:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:bpf:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:dns:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:html:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:http:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:httpproxy:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:http2:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:hpack:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:proxy:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:route:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:trace:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:webdev:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:websocket:v0.17.0:*:*:*:*:go:*:*", - "source": "wolfictl" - } - ], - "purl": "pkg:golang/golang.org/x/net@v0.17.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:pVaXccu2ozPjCXewfr1S7xza/zcXTity9cCdXQYSjIM=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b3c03fb8b6606b5a", - "name": "golang.org/x/oauth2", - "version": "v0.11.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:oauth2:v0.11.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:jws:v0.11.0:*:*:*:*:go:*:*", - "source": "wolfictl" - }, - { - "cpe": "cpe:2.3:a:golang:jwt:v0.11.0:*:*:*:*:go:*:*", - "source": "wolfictl" - } - ], - "purl": "pkg:golang/golang.org/x/oauth2@v0.11.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:vPL4xzxBM4niKCW6g9whtaWVXTJf1U5e4aZxxFx/gbU=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a76f5bfac60ecece", - "name": "golang.org/x/sync", - "version": "v0.3.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:x\\/sync:v0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/golang.org/x/sync@v0.3.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:ftCYgMx6zT/asHUrPw8BLLscYtGznsLAnjq5RH9P66E=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "802cc8d006290c5d", - "name": "golang.org/x/sys", - "version": "v0.15.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:x\\/sys:v0.15.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/golang.org/x/sys@v0.15.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:h48lPFYpsTvQJZF4EKyI4aLHaev3CxivZmv7yZig9pc=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b2c77f9be1d32803", - "name": "golang.org/x/text", - "version": "v0.14.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:text:v0.14.0:*:*:*:*:*:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:golang/golang.org/x/text@v0.14.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:ScX5w1eTa3QqT8oi6+ziP7dTV1S2+ALU0bI+0zXKWiQ=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a978d7870e8cb9be", - "name": "golang.org/x/time", - "version": "v0.3.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:x\\/time:v0.3.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/golang.org/x/time@v0.3.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:rg5rLMjNzMS1RkNLzCG38eapWhnYLFYXDXj2gOlr8j4=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "cf62c520ea88bd5c", - "name": "golang.org/x/xerrors", - "version": "v0.0.0-20220907171357-04be3eba64a2", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:x\\/xerrors:v0.0.0-20220907171357-04be3eba64a2:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/golang.org/x/xerrors@v0.0.0-20220907171357-04be3eba64a2", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:H2TDz8ibqkAF6YGhCdN3jS9O0/s90v0rJh3X/OLHEUk=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "1450cd1a05f8f08a", - "name": "gonum.org/v1/gonum", - "version": "v0.12.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:v1:gonum:v0.12.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/gonum.org/v1/gonum@v0.12.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:xKuo6hzt+gMav00meVPUlXwSdoEJP46BR+wdxQEFK2o=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "f305e4b2670b3386", - "name": "google.golang.org/api", - "version": "v0.132.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:api:v0.132.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/google.golang.org/api@v0.132.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:8t2/+qZ26kAOGSmOiHwVycqVaDg7q3JDILrNi/Z6rvc=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a90b3cb7250b11da", - "name": "google.golang.org/appengine", - "version": "v1.6.7", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:appengine:v1.6.7:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/google.golang.org/appengine@v1.6.7", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:FZR1q0exgwxzPzp/aF+VccGrSfxfPpkBqjIIEq3ru6c=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "af0b4a2bd8e8252a", - "name": "google.golang.org/genproto", - "version": "v0.0.0-20230717213848-3f92550aa753", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20230717213848-3f92550aa753:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/google.golang.org/genproto@v0.0.0-20230717213848-3f92550aa753", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:+VoAg+OKmWaommL56xmZSE2sUK8A7m6SUO7X89F2tbw=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "46ff268580483f03", - "name": "google.golang.org/genproto/googleapis/api", - "version": "v0.0.0-20230717213848-3f92550aa753", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20230717213848-3f92550aa753:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/google.golang.org/genproto/googleapis@v0.0.0-20230717213848-3f92550aa753#api", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:lCbbUxUDD+DiXx9Q6F/ttL0aAu7N2pz8XnmMm8ZW4NE=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b419de92a6f12a2d", - "name": "google.golang.org/genproto/googleapis/rpc", - "version": "v0.0.0-20230717213848-3f92550aa753", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:genproto:v0.0.0-20230717213848-3f92550aa753:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/google.golang.org/genproto/googleapis@v0.0.0-20230717213848-3f92550aa753#rpc", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:XUODHrpzJEUeWmVo/jfNTLj0YyVveOo28oE6vkFbkO4=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "bf9d4cc6d3f54d86", - "name": "google.golang.org/grpc", - "version": "v1.58.3", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:grpc:v1.58.3:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/google.golang.org/grpc@v1.58.3", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:BjnpXut1btbtgN/6sp+brB2Kbm2LjNXnidYujAVbSoQ=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "cc12b684c4cc6a86", - "name": "google.golang.org/protobuf", - "version": "v1.31.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:google:protobuf:v1.31.0:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/google.golang.org/protobuf@v1.31.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:g0LDEJHgrBl9N9r17Ru3sqWhkIx2NB67okBHPwC7hs8=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "ec3e80103f2dcb53", - "name": "gopkg.in/ini.v1", - "version": "v1.67.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/gopkg.in/ini.v1@v1.67.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:Dgnx+6+nfE+IfzjUEISNeydPJh9AXNNsWbGP9KzCsOA=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "64108676e79e251f", - "name": "gopkg.in/yaml.v2", - "version": "v2.4.0", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/gopkg.in/yaml.v2@v2.4.0", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "bd916d6e2c94b95d", - "name": "gopkg.in/yaml.v3", - "version": "v3.0.1", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:yaml_project:yaml:v3.0.1:*:*:*:*:go:*:*", - "source": "nvd-cpe-dictionary" - } - ], - "purl": "pkg:golang/gopkg.in/yaml.v3@v3.0.1", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "b93c2d4940c689cc", - "name": "howett.net/plist", - "version": "v0.0.0-20181124034731-591f970eefbb", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [], - "language": "go", - "cpes": [], - "purl": "pkg:golang/howett.net/plist@v0.0.0-20181124034731-591f970eefbb", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "amd64", - "h1Digest": "h1:jhnBjNi9UFpfpl8YZhA9CrOqpnJdvzuiHsl/dnxl11M=", - "mainModule": "github.com/thanos-io/thanos", - "goCryptoSettings": [ - "standard-crypto" - ] - } - }, - { - "id": "a381e9342c27e49a", - "name": "stdlib", - "version": "go1.21.5", - "type": "go-module", - "foundBy": "go-module-binary-cataloger", - "locations": [ - { - "path": "usr/bin/thanos", - "accessPath": "usr/bin/thanos", - "annotations": { - "evidence": "primary" - } - } - ], - "licenses": [ - { - "value": "BSD-3-Clause", - "spdxExpression": "BSD-3-Clause", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "go", - "cpes": [ - { - "cpe": "cpe:2.3:a:golang:go:1.21.5:-:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:golang/stdlib@1.21.5", - "metadataType": "go-module-buildinfo-entry", - "metadata": { - "goCompiledVersion": "go1.21.5", - "architecture": "" - } - }, - { - "id": "446ba3d8ffbc6193", - "name": "thanos-0.32", - "version": "0.32.5-r4", - "type": "apk", - "foundBy": "wolfictl", - "locations": [ - { - "path": ".PKGINFO", - "accessPath": ".PKGINFO" - } - ], - "licenses": [ - { - "value": "Apache-2.0", - "spdxExpression": "Apache-2.0", - "type": "declared", - "urls": [], - "locations": [] - } - ], - "language": "", - "cpes": [ - { - "cpe": "cpe:2.3:a:thanos-0.32:thanos-0.32:0.32.5-r4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos-0.32:thanos_0.32:0.32.5-r4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos_0.32:thanos-0.32:0.32.5-r4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos_0.32:thanos_0.32:0.32.5-r4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos-0.32:thanos:0.32.5-r4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos:thanos-0.32:0.32.5-r4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos:thanos_0.32:0.32.5-r4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos_0.32:thanos:0.32.5-r4:*:*:*:*:*:*:*", - "source": "syft-generated" - }, - { - "cpe": "cpe:2.3:a:thanos:thanos:0.32.5-r4:*:*:*:*:*:*:*", - "source": "syft-generated" - } - ], - "purl": "pkg:apk/wolfi/thanos-0.32@0.32.5-r4?arch=x86_64&origin=thanos-0.32", - "metadataType": "apk-db-entry", - "metadata": { - "package": "thanos-0.32", - "originPackage": "thanos-0.32", - "maintainer": "", - "version": "0.32.5-r4", - "architecture": "x86_64", - "url": "", - "description": "Highly available Prometheus setup with long term storage capabilities.", - "size": 73718556, - "installedSize": 0, - "pullDependencies": null, - "provides": [ - "cmd:thanos=0.32.5-r4", - "thanos=0.32.999" - ], - "pullChecksum": "3fe1beab6612c7f1e33f1340c5cdeccb4db1023b73ab9f763ff86372ffa693d0", - "gitCommitOfApkPort": "a5cbc172939808570abacb83ff3246fa1ca228ad", - "files": [ - { - "path": "." - }, - { - "path": ".PKGINFO" - }, - { - "path": ".SIGN.RSA.wolfi-signing.rsa.pub" - }, - { - "path": "usr" - }, - { - "path": "usr/bin" - }, - { - "path": "usr/bin/thanos" - }, - { - "path": "var" - }, - { - "path": "var/lib" - }, - { - "path": "var/lib/db" - }, - { - "path": "var/lib/db/sbom" - }, - { - "path": "var/lib/db/sbom/thanos-0.32-0.32.5-r4.spdx.json" - } - ] - } - } - ], - "artifactRelationships": [], - "source": { - "id": "(redacted for determinism)", - "name": "thanos-0.32", - "version": "0.32.5-r4", - "supplier": "chainguard", - "type": "directory", - "metadata": { - "path": "testdata/apks/x86_64/thanos-0.32-0.32.5-r4.apk" - } - }, - "distro": { - "id": "wolfi" - }, - "descriptor": { - "name": "wolfictl", - "version": "" - }, - "schema": { - "version": "", - "url": "" - } -}